File: //restore/20230201.ukdebtconsolidationscouk.sql
-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: ukdebtconsolidationscouk
-- ------------------------------------------------------
-- 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: `ukdebtconsolidationscouk`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ukdebtconsolidationscouk` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
USE `ukdebtconsolidationscouk`;
--
-- Table structure for table `cerber_acl`
--
DROP TABLE IF EXISTS `cerber_acl`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_acl` (
`ip` varchar(81) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT 0,
`ip_long_end` bigint(20) unsigned NOT NULL DEFAULT 0,
`tag` char(1) NOT NULL,
`comments` varchar(250) NOT NULL,
`acl_slice` smallint(5) unsigned NOT NULL DEFAULT 0,
`ver6` smallint(5) unsigned NOT NULL DEFAULT 0,
`v6range` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`req_uri` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
KEY `main_for_selects` (`acl_slice`,`ver6`,`ip_long_begin`,`ip_long_end`,`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_acl`
--
LOCK TABLES `cerber_acl` WRITE;
/*!40000 ALTER TABLE `cerber_acl` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_acl` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_blocks`
--
DROP TABLE IF EXISTS `cerber_blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_blocks` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`block_until` bigint(20) unsigned NOT NULL,
`reason` varchar(250) NOT NULL,
`reason_id` int(11) unsigned NOT NULL DEFAULT 0,
UNIQUE KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_blocks`
--
LOCK TABLES `cerber_blocks` WRITE;
/*!40000 ALTER TABLE `cerber_blocks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_blocks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_countries`
--
DROP TABLE IF EXISTS `cerber_countries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_countries` (
`country` char(3) NOT NULL DEFAULT '' COMMENT 'Country code',
`locale` char(10) NOT NULL DEFAULT '' COMMENT 'Locale i18n',
`country_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`country`,`locale`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_countries`
--
LOCK TABLES `cerber_countries` WRITE;
/*!40000 ALTER TABLE `cerber_countries` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_countries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_lab`
--
DROP TABLE IF EXISTS `cerber_lab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`reason_id` int(11) unsigned NOT NULL DEFAULT 0,
`stamp` bigint(20) unsigned NOT NULL,
`details` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_lab`
--
LOCK TABLES `cerber_lab` WRITE;
/*!40000 ALTER TABLE `cerber_lab` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_lab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_lab_ip`
--
DROP TABLE IF EXISTS `cerber_lab_ip`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_ip` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`reputation` int(11) unsigned NOT NULL,
`expires` int(11) unsigned NOT NULL,
PRIMARY KEY (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_lab_ip`
--
LOCK TABLES `cerber_lab_ip` WRITE;
/*!40000 ALTER TABLE `cerber_lab_ip` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_lab_ip` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_lab_net`
--
DROP TABLE IF EXISTS `cerber_lab_net`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_net` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT 0,
`ip_long_end` bigint(20) unsigned NOT NULL DEFAULT 0,
`country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`expires` int(11) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`ip`),
UNIQUE KEY `begin_end` (`ip_long_begin`,`ip_long_end`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_lab_net`
--
LOCK TABLES `cerber_lab_net` WRITE;
/*!40000 ALTER TABLE `cerber_lab_net` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_lab_net` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_log`
--
DROP TABLE IF EXISTS `cerber_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_log` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_login` varchar(60) NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`stamp` decimal(14,4) NOT NULL,
`activity` int(10) unsigned NOT NULL DEFAULT 0,
`session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`details` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
KEY `ip` (`ip`),
KEY `ip_long` (`ip_long`),
KEY `session_index` (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_log`
--
LOCK TABLES `cerber_log` WRITE;
/*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_qmem`
--
DROP TABLE IF EXISTS `cerber_qmem`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_qmem` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`http_code` int(10) unsigned NOT NULL,
`stamp` int(10) unsigned NOT NULL,
KEY `ip_stamp` (`ip`,`stamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_qmem`
--
LOCK TABLES `cerber_qmem` WRITE;
/*!40000 ALTER TABLE `cerber_qmem` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_qmem` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_traffic`
--
DROP TABLE IF EXISTS `cerber_traffic`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_traffic` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
`hostname` varchar(250) NOT NULL DEFAULT '',
`uri` text NOT NULL,
`request_fields` mediumtext NOT NULL,
`request_details` mediumtext NOT NULL,
`session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`stamp` decimal(14,4) NOT NULL,
`processing` int(10) NOT NULL DEFAULT 0,
`country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`request_method` char(8) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`http_code` int(10) unsigned NOT NULL,
`wp_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`wp_type` int(10) unsigned NOT NULL DEFAULT 0,
`is_bot` int(10) unsigned NOT NULL DEFAULT 0,
`blog_id` int(10) unsigned NOT NULL DEFAULT 0,
`php_errors` text NOT NULL,
`req_status` int(10) unsigned NOT NULL DEFAULT 0,
KEY `stamp` (`stamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_traffic`
--
LOCK TABLES `cerber_traffic` WRITE;
/*!40000 ALTER TABLE `cerber_traffic` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_traffic` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_aiowps_events`
--
DROP TABLE IF EXISTS `cwp_aiowps_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_aiowps_events`
--
LOCK TABLES `cwp_aiowps_events` WRITE;
/*!40000 ALTER TABLE `cwp_aiowps_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_aiowps_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_aiowps_failed_logins`
--
DROP TABLE IF EXISTS `cwp_aiowps_failed_logins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_aiowps_failed_logins` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`failed_login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`login_attempt_ip` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=374422 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_aiowps_failed_logins`
--
LOCK TABLES `cwp_aiowps_failed_logins` WRITE;
/*!40000 ALTER TABLE `cwp_aiowps_failed_logins` DISABLE KEYS */;
INSERT INTO `cwp_aiowps_failed_logins` VALUES (355625,0,'admin','2022-11-16 14:07:42','81.161.229.112'),(355626,0,'admin','2022-11-16 14:07:42','81.161.229.112'),(355627,0,'admin','2022-11-16 14:07:43','81.161.229.112'),(355628,0,'admin','2022-11-16 14:07:43','81.161.229.112'),(355629,0,'admin','2022-11-16 14:07:43','81.161.229.112'),(355630,0,'admin','2022-11-16 14:07:43','81.161.229.112'),(355631,0,'admin','2022-11-16 14:07:43','81.161.229.112'),(355632,0,'admin','2022-11-16 14:07:43','81.161.229.112'),(355633,0,'admin','2022-11-16 14:07:44','81.161.229.112'),(355634,0,'admin','2022-11-16 14:07:44','81.161.229.112'),(355635,0,'admin','2022-11-16 14:07:44','81.161.229.112'),(355636,0,'admin','2022-11-16 14:07:44','81.161.229.112'),(355637,0,'admin','2022-11-16 14:07:44','81.161.229.112'),(355638,0,'admin','2022-11-16 14:07:45','81.161.229.112'),(355639,0,'admin','2022-11-16 14:07:45','81.161.229.112'),(355640,0,'admin','2022-11-16 14:07:45','81.161.229.112'),(355641,0,'admin','2022-11-16 14:07:45','81.161.229.112'),(355642,0,'admin','2022-11-16 14:07:45','81.161.229.112'),(355643,0,'admin','2022-11-16 14:07:45','81.161.229.112'),(355644,0,'admin','2022-11-16 14:07:46','81.161.229.112'),(355645,0,'admin','2022-11-16 14:07:46','81.161.229.112'),(355646,0,'admin','2022-11-16 14:07:46','81.161.229.112'),(355647,0,'admin','2022-11-16 14:07:46','81.161.229.112'),(355648,0,'admin','2022-11-16 14:07:46','81.161.229.112'),(355649,0,'admin','2022-11-16 14:07:46','81.161.229.112'),(355650,0,'admin','2022-11-16 14:07:47','81.161.229.112'),(355651,0,'admin','2022-11-16 14:07:47','81.161.229.112'),(355652,0,'admin','2022-11-16 14:07:47','81.161.229.112'),(355653,0,'admin','2022-11-16 14:07:47','81.161.229.112'),(355654,0,'admin','2022-11-16 14:07:47','81.161.229.112'),(355655,0,'admin','2022-11-16 14:07:48','81.161.229.112'),(355656,0,'admin','2022-11-16 14:07:48','81.161.229.112'),(355657,0,'admin','2022-11-16 14:07:48','81.161.229.112'),(355658,0,'admin','2022-11-16 14:07:48','81.161.229.112'),(355659,0,'admin','2022-11-16 14:07:48','81.161.229.112'),(355660,0,'admin','2022-11-16 14:07:48','81.161.229.112'),(355661,0,'admin','2022-11-16 14:07:49','81.161.229.112'),(355662,0,'admin','2022-11-16 14:07:49','81.161.229.112'),(355663,0,'admin','2022-11-16 14:07:49','81.161.229.112'),(355664,0,'admin','2022-11-16 14:07:49','81.161.229.112'),(355665,0,'admin','2022-11-16 14:07:49','81.161.229.112'),(355666,0,'admin','2022-11-16 14:07:50','81.161.229.112'),(355667,0,'admin','2022-11-16 14:07:50','81.161.229.112'),(355668,0,'admin','2022-11-16 14:07:50','81.161.229.112'),(355669,0,'admin','2022-11-16 14:07:50','81.161.229.112'),(355670,0,'admin','2022-11-16 14:07:50','81.161.229.112'),(355671,0,'admin','2022-11-16 14:07:50','81.161.229.112'),(355672,0,'admin','2022-11-16 14:07:51','81.161.229.112'),(355673,0,'admin','2022-11-16 14:07:51','81.161.229.112'),(355674,0,'admin','2022-11-16 14:07:51','81.161.229.112'),(355675,0,'admin','2022-11-16 14:07:51','81.161.229.112'),(355676,0,'admin','2022-11-16 14:07:51','81.161.229.112'),(355677,0,'admin','2022-11-16 14:07:51','81.161.229.112'),(355678,0,'admin','2022-11-16 14:07:52','81.161.229.112'),(355679,0,'admin','2022-11-16 14:07:52','81.161.229.112'),(355680,0,'admin','2022-11-16 14:07:52','81.161.229.112'),(355681,0,'admin','2022-11-16 14:07:52','81.161.229.112'),(355682,0,'admin','2022-11-16 14:07:52','81.161.229.112'),(355683,0,'admin','2022-11-16 14:07:53','81.161.229.112'),(355684,0,'admin','2022-11-16 14:07:53','81.161.229.112'),(355685,0,'admin','2022-11-16 14:07:53','81.161.229.112'),(355686,0,'admin','2022-11-16 14:07:53','81.161.229.112'),(355687,0,'admin','2022-11-16 14:07:53','81.161.229.112'),(355688,0,'admin','2022-11-16 14:07:53','81.161.229.112'),(355689,0,'admin','2022-11-16 14:07:53','81.161.229.112'),(355690,0,'admin','2022-11-16 14:07:54','81.161.229.112'),(355691,0,'admin','2022-11-16 14:07:54','81.161.229.112'),(355692,0,'admin','2022-11-16 14:07:54','81.161.229.112'),(355693,0,'admin','2022-11-16 14:07:54','81.161.229.112'),(355694,0,'admin','2022-11-16 14:07:54','81.161.229.112'),(355695,0,'admin','2022-11-16 14:07:54','81.161.229.112'),(355696,0,'admin','2022-11-16 14:07:55','81.161.229.112'),(355697,0,'admin','2022-11-16 14:07:55','81.161.229.112'),(355698,0,'admin','2022-11-16 14:07:55','81.161.229.112'),(355699,0,'admin','2022-11-16 14:07:55','81.161.229.112'),(355700,0,'admin','2022-11-16 14:07:55','81.161.229.112'),(355701,0,'admin','2022-11-16 14:07:56','81.161.229.112'),(355702,0,'admin','2022-11-16 14:07:56','81.161.229.112'),(355703,0,'admin','2022-11-16 14:07:56','81.161.229.112'),(355704,0,'admin','2022-11-16 14:07:56','81.161.229.112'),(355705,0,'admin','2022-11-16 14:07:56','81.161.229.112'),(355706,0,'admin','2022-11-16 14:07:56','81.161.229.112'),(355707,0,'admin','2022-11-16 14:07:57','81.161.229.112'),(355708,0,'admin','2022-11-16 14:07:57','81.161.229.112'),(355709,0,'admin','2022-11-16 14:07:57','81.161.229.112'),(355710,0,'admin','2022-11-16 14:07:57','81.161.229.112'),(355711,0,'admin','2022-11-16 14:07:57','81.161.229.112'),(355712,0,'admin','2022-11-16 14:07:58','81.161.229.112'),(355713,0,'admin','2022-11-16 14:07:58','81.161.229.112'),(355714,0,'admin','2022-11-16 14:07:58','81.161.229.112'),(355715,0,'admin','2022-11-16 14:07:58','81.161.229.112'),(355716,0,'admin','2022-11-16 14:07:58','81.161.229.112'),(355717,0,'admin','2022-11-16 14:07:58','81.161.229.112'),(355718,0,'admin','2022-11-16 14:07:59','81.161.229.112'),(355719,0,'admin','2022-11-16 14:07:59','81.161.229.112'),(355720,0,'admin','2022-11-16 14:07:59','81.161.229.112'),(355721,0,'admin','2022-11-16 14:07:59','81.161.229.112'),(355722,0,'admin','2022-11-16 14:07:59','81.161.229.112'),(355723,0,'admin','2022-11-16 14:07:59','81.161.229.112'),(355724,0,'admin','2022-11-16 14:08:00','81.161.229.112'),(355725,0,'admin','2022-11-16 14:08:00','81.161.229.112'),(355726,0,'admin','2022-11-16 14:08:00','81.161.229.112'),(355727,0,'admin','2022-11-16 14:08:00','81.161.229.112'),(355728,0,'admin','2022-11-16 14:08:00','81.161.229.112'),(355729,0,'admin','2022-11-16 14:08:00','81.161.229.112'),(355730,0,'admin','2022-11-16 14:08:01','81.161.229.112'),(355731,0,'admin','2022-11-16 14:08:01','81.161.229.112'),(355732,0,'admin','2022-11-16 14:08:01','81.161.229.112'),(355733,0,'admin','2022-11-16 14:08:01','81.161.229.112'),(355734,0,'admin','2022-11-16 14:08:02','81.161.229.112'),(355735,0,'admin','2022-11-16 14:08:02','81.161.229.112'),(355736,0,'admin','2022-11-16 14:08:02','81.161.229.112'),(355737,0,'admin','2022-11-16 14:08:02','81.161.229.112'),(355738,0,'admin','2022-11-16 14:08:02','81.161.229.112'),(355739,0,'admin','2022-11-16 14:08:02','81.161.229.112'),(355740,0,'admin','2022-11-16 14:08:03','81.161.229.112'),(355741,0,'admin','2022-11-16 14:08:03','81.161.229.112'),(355742,0,'admin','2022-11-16 14:08:03','81.161.229.112'),(355743,0,'admin','2022-11-16 14:08:03','81.161.229.112'),(355744,0,'admin','2022-11-16 14:08:03','81.161.229.112'),(355745,0,'admin','2022-11-16 14:08:03','81.161.229.112'),(355746,0,'admin','2022-11-16 14:08:04','81.161.229.112'),(355747,0,'admin','2022-11-16 14:08:04','81.161.229.112'),(355748,0,'admin','2022-11-16 14:08:04','81.161.229.112'),(355749,0,'admin','2022-11-16 14:08:04','81.161.229.112'),(355750,0,'admin','2022-11-16 14:08:04','81.161.229.112'),(355751,0,'admin','2022-11-16 14:08:05','81.161.229.112'),(355752,0,'admin','2022-11-16 14:08:05','81.161.229.112'),(355753,0,'admin','2022-11-16 14:08:05','81.161.229.112'),(355754,0,'admin','2022-11-16 14:08:05','81.161.229.112'),(355755,0,'admin','2022-11-16 14:08:05','81.161.229.112'),(355756,0,'admin','2022-11-16 14:08:05','81.161.229.112'),(355757,0,'admin','2022-11-16 14:08:06','81.161.229.112'),(355758,0,'admin','2022-11-16 14:08:06','81.161.229.112'),(355759,0,'admin','2022-11-16 14:08:06','81.161.229.112'),(355760,0,'admin','2022-11-16 14:08:06','81.161.229.112'),(355761,0,'admin','2022-11-16 14:08:06','81.161.229.112'),(355762,0,'admin','2022-11-16 14:08:06','81.161.229.112'),(355763,0,'admin','2022-11-16 14:08:06','81.161.229.112'),(355764,0,'admin','2022-11-16 14:08:07','81.161.229.112'),(355765,0,'admin','2022-11-16 14:08:07','81.161.229.112'),(355766,0,'admin','2022-11-16 14:08:07','81.161.229.112'),(355767,0,'admin','2022-11-16 14:08:07','81.161.229.112'),(355768,0,'admin','2022-11-16 14:08:07','81.161.229.112'),(355769,0,'admin','2022-11-16 14:08:08','81.161.229.112'),(355770,0,'admin','2022-11-16 14:08:08','81.161.229.112'),(355771,0,'admin','2022-11-16 14:08:08','81.161.229.112'),(355772,0,'admin','2022-11-16 14:08:08','81.161.229.112'),(355773,0,'admin','2022-11-16 14:08:08','81.161.229.112'),(355774,0,'admin','2022-11-16 14:08:08','81.161.229.112'),(355775,0,'admin','2022-11-16 14:08:09','81.161.229.112'),(355776,0,'admin','2022-11-16 14:08:09','81.161.229.112'),(355777,0,'admin','2022-11-16 14:08:09','81.161.229.112'),(355778,0,'admin','2022-11-16 14:08:09','81.161.229.112'),(355779,0,'admin','2022-11-16 14:08:09','81.161.229.112'),(355780,0,'admin','2022-11-16 14:08:09','81.161.229.112'),(355781,0,'admin','2022-11-16 14:08:10','81.161.229.112'),(355782,0,'admin','2022-11-16 14:08:10','81.161.229.112'),(355783,0,'admin','2022-11-16 14:08:10','81.161.229.112'),(355784,0,'admin','2022-11-16 14:08:10','81.161.229.112'),(355785,0,'admin','2022-11-16 14:08:10','81.161.229.112'),(355786,0,'admin','2022-11-16 14:08:10','81.161.229.112'),(355787,0,'admin','2022-11-16 14:08:11','81.161.229.112'),(355788,0,'admin','2022-11-16 14:08:11','81.161.229.112'),(355789,0,'admin','2022-11-16 14:08:11','81.161.229.112'),(355790,0,'admin','2022-11-16 14:08:11','81.161.229.112'),(355791,0,'admin','2022-11-16 14:08:11','81.161.229.112'),(355792,0,'admin','2022-11-16 14:08:12','81.161.229.112'),(355793,0,'admin','2022-11-16 14:08:12','81.161.229.112'),(355794,0,'admin','2022-11-16 14:08:12','81.161.229.112'),(355795,0,'admin','2022-11-16 14:08:12','81.161.229.112'),(355796,0,'admin','2022-11-16 14:08:12','81.161.229.112'),(355797,0,'admin','2022-11-16 14:08:12','81.161.229.112'),(355798,0,'admin','2022-11-16 14:08:13','81.161.229.112'),(355799,0,'admin','2022-11-16 14:08:13','81.161.229.112'),(355800,0,'admin','2022-11-16 14:08:13','81.161.229.112'),(355801,0,'admin','2022-11-16 14:08:13','81.161.229.112'),(355802,0,'admin','2022-11-16 14:08:13','81.161.229.112'),(355803,0,'admin','2022-11-16 14:08:14','81.161.229.112'),(355804,0,'admin','2022-11-16 14:08:14','81.161.229.112'),(355805,0,'admin','2022-11-16 14:08:14','81.161.229.112'),(355806,0,'admin','2022-11-16 14:08:14','81.161.229.112'),(355807,0,'admin','2022-11-16 14:08:14','81.161.229.112'),(355808,0,'admin','2022-11-16 14:08:15','81.161.229.112'),(355809,0,'admin','2022-11-16 14:08:15','81.161.229.112'),(355810,0,'admin','2022-11-16 14:08:15','81.161.229.112'),(355811,0,'admin','2022-11-16 14:08:15','81.161.229.112'),(355812,0,'admin','2022-11-16 14:08:15','81.161.229.112'),(355813,0,'admin','2022-11-16 14:08:15','81.161.229.112'),(355814,0,'admin','2022-11-16 14:08:16','81.161.229.112'),(355815,0,'admin','2022-11-16 14:08:16','81.161.229.112'),(355816,0,'admin','2022-11-16 14:08:16','81.161.229.112'),(355817,0,'admin','2022-11-16 14:08:16','81.161.229.112'),(355818,0,'admin','2022-11-16 14:08:16','81.161.229.112'),(355819,0,'admin','2022-11-16 14:08:17','81.161.229.112'),(355820,0,'admin','2022-11-16 14:08:17','81.161.229.112'),(355821,0,'admin','2022-11-16 14:08:17','81.161.229.112'),(355822,0,'admin','2022-11-16 14:08:17','81.161.229.112'),(355823,0,'admin','2022-11-16 14:08:17','81.161.229.112'),(355824,0,'admin','2022-11-16 14:08:17','81.161.229.112'),(355825,0,'admin','2022-11-16 14:08:18','81.161.229.112'),(355826,0,'admin','2022-11-16 14:08:18','81.161.229.112'),(355827,0,'admin','2022-11-16 14:08:18','81.161.229.112'),(355828,0,'admin','2022-11-16 14:08:18','81.161.229.112'),(355829,0,'admin','2022-11-16 14:08:18','81.161.229.112'),(355830,0,'ukdebtconsolidations-co-uk','2022-11-16 14:08:59','67.225.188.203'),(355831,0,'ukdebtconsolidations.co.uk','2022-11-16 14:14:58','5.188.62.76'),(355832,0,'ukdebtconsolidations-co-uk','2022-11-16 14:14:59','72.167.51.34'),(355833,0,'feed','2022-11-16 14:14:59','5.188.62.76'),(355834,0,'ukdebtconsolidations-co-uk','2022-11-16 14:21:16','190.171.170.94'),(355835,0,'support','2022-11-16 14:25:17','178.128.31.204'),(355836,0,'support','2022-11-16 14:27:08','194.163.40.125'),(355837,0,'ukdebtconsolidations-co-uk','2022-11-16 14:27:38','139.59.20.111'),(355838,0,'ukdebtconsolidations-co-uk','2022-11-16 14:34:20','71.132.43.239'),(355839,0,'ukdebtconsolidations-co-uk','2022-11-16 14:40:34','45.123.203.26'),(355840,0,'admin','2022-11-16 14:45:00','166.62.125.246'),(355841,0,'ukdebtconsolidationscouk','2022-11-16 14:46:53','103.124.95.20'),(355842,0,'ukdebtconsolidations-co-uk','2022-11-16 14:47:15','157.245.166.98'),(355843,0,'ukdebtconsolidations-co-uk','2022-11-16 14:53:42','66.29.131.126'),(355844,0,'ukdebtconsolidations-co-uk','2022-11-16 15:00:01','103.166.182.177'),(355845,0,'ukdebtconsolidations-co-uk','2022-11-16 15:06:42','123.31.41.38'),(355846,0,'ukdebtconsolidations-co-uk','2022-11-16 15:13:55','40.70.241.53'),(355847,0,'ukdebtconsolidations.co.uk','2022-11-16 15:19:36','185.106.208.50'),(355848,0,'ukdebtconsolidations-co-uk','2022-11-16 15:20:13','8.129.20.30'),(355849,0,'payments','2022-11-16 15:22:14','185.119.81.103'),(355850,0,'ukdebtconsolidations-co-uk','2022-11-16 15:32:31','149.56.26.54'),(355851,0,'off','2022-11-16 15:34:42','185.119.81.109'),(355852,0,'admin','2022-11-16 15:36:43','213.142.149.218'),(355853,0,'feed','2022-11-16 15:36:51','157.245.110.251'),(355854,0,'ukdebtconsolidations-co-uk','2022-11-16 15:52:45','62.210.211.218'),(355855,0,'admin','2022-11-16 15:53:28','167.71.22.137'),(355856,0,'admin','2022-11-16 15:53:28','167.71.22.137'),(355857,0,'admin','2022-11-16 15:53:29','167.71.22.137'),(355858,0,'admin','2022-11-16 15:53:29','167.71.22.137'),(355859,0,'admin','2022-11-16 15:53:30','167.71.22.137'),(355860,0,'admin','2022-11-16 15:53:30','167.71.22.137'),(355861,0,'admin','2022-11-16 15:53:30','167.71.22.137'),(355862,0,'admin','2022-11-16 15:53:31','167.71.22.137'),(355863,0,'admin','2022-11-16 15:53:31','167.71.22.137'),(355864,0,'admin','2022-11-16 15:53:32','167.71.22.137'),(355865,0,'admin','2022-11-16 15:53:32','167.71.22.137'),(355866,0,'admin','2022-11-16 15:53:33','167.71.22.137'),(355867,0,'admin','2022-11-16 15:53:33','167.71.22.137'),(355868,0,'admin','2022-11-16 15:53:33','167.71.22.137'),(355869,0,'admin','2022-11-16 15:53:34','167.71.22.137'),(355870,0,'admin','2022-11-16 15:53:34','167.71.22.137'),(355871,0,'admin','2022-11-16 15:53:35','167.71.22.137'),(355872,0,'admin','2022-11-16 15:53:35','167.71.22.137'),(355873,0,'admin','2022-11-16 15:53:36','167.71.22.137'),(355874,0,'admin','2022-11-16 15:53:36','167.71.22.137'),(355875,0,'admin','2022-11-16 15:53:36','167.71.22.137'),(355876,0,'admin','2022-11-16 15:53:37','167.71.22.137'),(355877,0,'admin','2022-11-16 15:53:37','167.71.22.137'),(355878,0,'admin','2022-11-16 15:53:38','167.71.22.137'),(355879,0,'admin','2022-11-16 15:53:38','167.71.22.137'),(355880,0,'admin','2022-11-16 15:53:38','167.71.22.137'),(355881,0,'admin','2022-11-16 15:53:39','167.71.22.137'),(355882,0,'admin','2022-11-16 15:53:39','167.71.22.137'),(355883,0,'admin','2022-11-16 15:53:40','167.71.22.137'),(355884,0,'admin','2022-11-16 15:53:40','167.71.22.137'),(355885,0,'admin','2022-11-16 15:53:40','167.71.22.137'),(355886,0,'admin','2022-11-16 15:53:41','167.71.22.137'),(355887,0,'admin','2022-11-16 15:53:41','167.71.22.137'),(355888,0,'admin','2022-11-16 15:53:42','167.71.22.137'),(355889,0,'admin','2022-11-16 15:53:42','167.71.22.137'),(355890,0,'admin','2022-11-16 15:53:43','167.71.22.137'),(355891,0,'admin','2022-11-16 15:53:43','167.71.22.137'),(355892,0,'admin','2022-11-16 15:53:43','167.71.22.137'),(355893,0,'admin','2022-11-16 15:53:44','167.71.22.137'),(355894,0,'admin','2022-11-16 15:53:44','167.71.22.137'),(355895,0,'admin','2022-11-16 15:53:45','167.71.22.137'),(355896,0,'admin','2022-11-16 15:53:45','167.71.22.137'),(355897,0,'admin','2022-11-16 15:53:45','167.71.22.137'),(355898,0,'admin','2022-11-16 15:53:46','167.71.22.137'),(355899,0,'admin','2022-11-16 15:53:46','167.71.22.137'),(355900,0,'admin','2022-11-16 15:53:47','167.71.22.137'),(355901,0,'admin','2022-11-16 15:53:47','167.71.22.137'),(355902,0,'admin','2022-11-16 15:53:48','167.71.22.137'),(355903,0,'admin','2022-11-16 15:53:48','167.71.22.137'),(355904,0,'admin','2022-11-16 15:53:48','167.71.22.137'),(355905,0,'admin','2022-11-16 15:53:49','167.71.22.137'),(355906,0,'admin','2022-11-16 15:53:49','167.71.22.137'),(355907,0,'admin','2022-11-16 15:53:50','167.71.22.137'),(355908,0,'admin','2022-11-16 15:53:50','167.71.22.137'),(355909,0,'admin','2022-11-16 15:53:51','167.71.22.137'),(355910,0,'admin','2022-11-16 15:53:51','167.71.22.137'),(355911,0,'admin','2022-11-16 15:53:51','167.71.22.137'),(355912,0,'admin','2022-11-16 15:53:52','167.71.22.137'),(355913,0,'admin','2022-11-16 15:53:52','167.71.22.137'),(355914,0,'admin','2022-11-16 15:53:53','167.71.22.137'),(355915,0,'admin','2022-11-16 15:53:53','167.71.22.137'),(355916,0,'admin','2022-11-16 15:53:53','167.71.22.137'),(355917,0,'admin','2022-11-16 15:53:54','167.71.22.137'),(355918,0,'admin','2022-11-16 15:53:54','167.71.22.137'),(355919,0,'admin','2022-11-16 15:53:55','167.71.22.137'),(355920,0,'admin','2022-11-16 15:53:55','167.71.22.137'),(355921,0,'admin','2022-11-16 15:53:56','167.71.22.137'),(355922,0,'admin','2022-11-16 15:53:56','167.71.22.137'),(355923,0,'admin','2022-11-16 15:53:56','167.71.22.137'),(355924,0,'admin','2022-11-16 15:53:57','167.71.22.137'),(355925,0,'admin','2022-11-16 15:53:57','167.71.22.137'),(355926,0,'admin','2022-11-16 15:53:58','167.71.22.137'),(355927,0,'admin','2022-11-16 15:53:58','167.71.22.137'),(355928,0,'admin','2022-11-16 15:53:59','167.71.22.137'),(355929,0,'admin','2022-11-16 15:53:59','167.71.22.137'),(355930,0,'admin','2022-11-16 15:54:00','167.71.22.137'),(355931,0,'admin','2022-11-16 15:54:00','167.71.22.137'),(355932,0,'admin','2022-11-16 15:54:01','167.71.22.137'),(355933,0,'admin','2022-11-16 15:54:01','167.71.22.137'),(355934,0,'admin','2022-11-16 15:54:02','167.71.22.137'),(355935,0,'admin','2022-11-16 15:54:02','167.71.22.137'),(355936,0,'admin','2022-11-16 15:54:02','167.71.22.137'),(355937,0,'admin','2022-11-16 15:54:03','167.71.22.137'),(355938,0,'admin','2022-11-16 15:54:03','167.71.22.137'),(355939,0,'admin','2022-11-16 15:54:04','167.71.22.137'),(355940,0,'admin','2022-11-16 15:54:04','167.71.22.137'),(355941,0,'admin','2022-11-16 15:54:05','167.71.22.137'),(355942,0,'admin','2022-11-16 15:54:05','167.71.22.137'),(355943,0,'admin','2022-11-16 15:54:05','167.71.22.137'),(355944,0,'admin','2022-11-16 15:54:06','167.71.22.137'),(355945,0,'admin','2022-11-16 15:54:06','167.71.22.137'),(355946,0,'admin','2022-11-16 15:54:07','167.71.22.137'),(355947,0,'admin','2022-11-16 15:54:07','167.71.22.137'),(355948,0,'admin','2022-11-16 15:54:07','167.71.22.137'),(355949,0,'admin','2022-11-16 15:54:08','167.71.22.137'),(355950,0,'admin','2022-11-16 15:54:08','167.71.22.137'),(355951,0,'admin','2022-11-16 15:54:09','167.71.22.137'),(355952,0,'admin','2022-11-16 15:54:09','167.71.22.137'),(355953,0,'admin','2022-11-16 15:54:09','167.71.22.137'),(355954,0,'admin','2022-11-16 15:54:10','167.71.22.137'),(355955,0,'admin','2022-11-16 15:54:10','167.71.22.137'),(355956,0,'admin','2022-11-16 15:54:11','167.71.22.137'),(355957,0,'admin','2022-11-16 15:54:11','167.71.22.137'),(355958,0,'admin','2022-11-16 15:54:12','167.71.22.137'),(355959,0,'admin','2022-11-16 15:54:12','167.71.22.137'),(355960,0,'admin','2022-11-16 15:54:12','167.71.22.137'),(355961,0,'admin','2022-11-16 15:54:13','167.71.22.137'),(355962,0,'admin','2022-11-16 15:54:13','167.71.22.137'),(355963,0,'admin','2022-11-16 15:54:14','167.71.22.137'),(355964,0,'admin','2022-11-16 15:54:14','167.71.22.137'),(355965,0,'admin','2022-11-16 15:54:14','167.71.22.137'),(355966,0,'admin','2022-11-16 15:54:15','167.71.22.137'),(355967,0,'admin','2022-11-16 15:54:15','167.71.22.137'),(355968,0,'admin','2022-11-16 15:54:16','167.71.22.137'),(355969,0,'admin','2022-11-16 15:54:16','167.71.22.137'),(355970,0,'admin','2022-11-16 15:54:17','167.71.22.137'),(355971,0,'admin','2022-11-16 15:54:17','167.71.22.137'),(355972,0,'admin','2022-11-16 15:54:17','167.71.22.137'),(355973,0,'admin','2022-11-16 15:54:18','167.71.22.137'),(355974,0,'admin','2022-11-16 15:54:18','167.71.22.137'),(355975,0,'admin','2022-11-16 15:54:19','167.71.22.137'),(355976,0,'admin','2022-11-16 15:54:19','167.71.22.137'),(355977,0,'admin','2022-11-16 15:54:20','167.71.22.137'),(355978,0,'admin','2022-11-16 15:54:20','167.71.22.137'),(355979,0,'admin','2022-11-16 15:54:21','167.71.22.137'),(355980,0,'admin','2022-11-16 15:54:21','167.71.22.137'),(355981,0,'admin','2022-11-16 15:54:21','167.71.22.137'),(355982,0,'admin','2022-11-16 15:54:22','167.71.22.137'),(355983,0,'admin','2022-11-16 15:54:22','167.71.22.137'),(355984,0,'admin','2022-11-16 15:54:23','167.71.22.137'),(355985,0,'admin','2022-11-16 15:54:23','167.71.22.137'),(355986,0,'admin','2022-11-16 15:54:24','167.71.22.137'),(355987,0,'admin','2022-11-16 15:54:24','167.71.22.137'),(355988,0,'admin','2022-11-16 15:54:24','167.71.22.137'),(355989,0,'admin','2022-11-16 15:54:25','167.71.22.137'),(355990,0,'admin','2022-11-16 15:54:25','167.71.22.137'),(355991,0,'admin','2022-11-16 15:54:26','167.71.22.137'),(355992,0,'admin','2022-11-16 15:54:26','167.71.22.137'),(355993,0,'admin','2022-11-16 15:54:27','167.71.22.137'),(355994,0,'admin','2022-11-16 15:54:27','167.71.22.137'),(355995,0,'admin','2022-11-16 15:54:27','167.71.22.137'),(355996,0,'admin','2022-11-16 15:54:28','167.71.22.137'),(355997,0,'admin','2022-11-16 15:54:28','167.71.22.137'),(355998,0,'admin','2022-11-16 15:54:29','167.71.22.137'),(355999,0,'admin','2022-11-16 15:54:29','167.71.22.137'),(356000,0,'admin','2022-11-16 15:54:30','167.71.22.137'),(356001,0,'admin','2022-11-16 15:54:30','167.71.22.137'),(356002,0,'admin','2022-11-16 15:54:31','167.71.22.137'),(356003,0,'admin','2022-11-16 15:54:31','167.71.22.137'),(356004,0,'admin','2022-11-16 15:54:31','167.71.22.137'),(356005,0,'admin','2022-11-16 15:54:32','167.71.22.137'),(356006,0,'admin','2022-11-16 15:54:32','167.71.22.137'),(356007,0,'admin','2022-11-16 15:54:33','167.71.22.137'),(356008,0,'admin','2022-11-16 15:54:33','167.71.22.137'),(356009,0,'admin','2022-11-16 15:54:34','167.71.22.137'),(356010,0,'admin','2022-11-16 15:54:34','167.71.22.137'),(356011,0,'admin','2022-11-16 15:54:34','167.71.22.137'),(356012,0,'admin','2022-11-16 15:54:35','167.71.22.137'),(356013,0,'admin','2022-11-16 15:54:35','167.71.22.137'),(356014,0,'admin','2022-11-16 15:54:36','167.71.22.137'),(356015,0,'admin','2022-11-16 15:54:36','167.71.22.137'),(356016,0,'admin','2022-11-16 15:54:37','167.71.22.137'),(356017,0,'admin','2022-11-16 15:54:37','167.71.22.137'),(356018,0,'admin','2022-11-16 15:54:37','167.71.22.137'),(356019,0,'admin','2022-11-16 15:54:38','167.71.22.137'),(356020,0,'admin','2022-11-16 15:54:38','167.71.22.137'),(356021,0,'admin','2022-11-16 15:54:39','167.71.22.137'),(356022,0,'admin','2022-11-16 15:54:39','167.71.22.137'),(356023,0,'admin','2022-11-16 15:54:40','167.71.22.137'),(356024,0,'admin','2022-11-16 15:54:40','167.71.22.137'),(356025,0,'admin','2022-11-16 15:54:40','167.71.22.137'),(356026,0,'admin','2022-11-16 15:54:41','167.71.22.137'),(356027,0,'admin','2022-11-16 15:54:41','167.71.22.137'),(356028,0,'admin','2022-11-16 15:54:42','167.71.22.137'),(356029,0,'admin','2022-11-16 15:54:42','167.71.22.137'),(356030,0,'admin','2022-11-16 15:54:43','167.71.22.137'),(356031,0,'admin','2022-11-16 15:54:43','167.71.22.137'),(356032,0,'admin','2022-11-16 15:54:43','167.71.22.137'),(356033,0,'admin','2022-11-16 15:54:44','167.71.22.137'),(356034,0,'admin','2022-11-16 15:54:44','167.71.22.137'),(356035,0,'admin','2022-11-16 15:54:45','167.71.22.137'),(356036,0,'admin','2022-11-16 15:54:45','167.71.22.137'),(356037,0,'admin','2022-11-16 15:54:46','167.71.22.137'),(356038,0,'admin','2022-11-16 15:54:46','167.71.22.137'),(356039,0,'admin','2022-11-16 15:54:46','167.71.22.137'),(356040,0,'admin','2022-11-16 15:54:47','167.71.22.137'),(356041,0,'admin','2022-11-16 15:54:47','167.71.22.137'),(356042,0,'admin','2022-11-16 15:54:48','167.71.22.137'),(356043,0,'admin','2022-11-16 15:54:48','167.71.22.137'),(356044,0,'admin','2022-11-16 15:54:49','167.71.22.137'),(356045,0,'admin','2022-11-16 15:54:49','167.71.22.137'),(356046,0,'admin','2022-11-16 15:54:49','167.71.22.137'),(356047,0,'admin','2022-11-16 15:54:50','167.71.22.137'),(356048,0,'admin','2022-11-16 15:54:50','167.71.22.137'),(356049,0,'admin','2022-11-16 15:54:51','167.71.22.137'),(356050,0,'admin','2022-11-16 15:54:51','167.71.22.137'),(356051,0,'admin','2022-11-16 15:54:52','167.71.22.137'),(356052,0,'admin','2022-11-16 15:54:52','167.71.22.137'),(356053,0,'admin','2022-11-16 15:54:52','167.71.22.137'),(356054,0,'admin','2022-11-16 15:54:53','167.71.22.137'),(356055,0,'admin','2022-11-16 15:54:53','167.71.22.137'),(356056,0,'admin','2022-11-16 15:54:54','167.71.22.137'),(356057,0,'admin','2022-11-16 15:54:54','167.71.22.137'),(356058,0,'admin','2022-11-16 15:54:55','167.71.22.137'),(356059,0,'admin','2022-11-16 15:54:55','167.71.22.137'),(356060,0,'admin','2022-11-16 15:54:55','167.71.22.137'),(356061,0,'admin','2022-11-16 15:54:56','167.71.22.137'),(356062,0,'admin','2022-11-16 15:54:56','167.71.22.137'),(356063,0,'admin','2022-11-16 15:54:57','167.71.22.137'),(356064,0,'admin','2022-11-16 15:54:57','167.71.22.137'),(356065,0,'admin','2022-11-16 15:54:57','167.71.22.137'),(356066,0,'admin','2022-11-16 15:54:58','167.71.22.137'),(356067,0,'admin','2022-11-16 15:54:58','167.71.22.137'),(356068,0,'admin','2022-11-16 15:54:59','167.71.22.137'),(356069,0,'admin','2022-11-16 15:54:59','167.71.22.137'),(356070,0,'admin','2022-11-16 15:55:00','167.71.22.137'),(356071,0,'admin','2022-11-16 15:55:00','167.71.22.137'),(356072,0,'admin','2022-11-16 15:55:01','167.71.22.137'),(356073,0,'admin','2022-11-16 15:55:01','167.71.22.137'),(356074,0,'admin','2022-11-16 15:55:01','167.71.22.137'),(356075,0,'admin','2022-11-16 15:55:02','167.71.22.137'),(356076,0,'admin','2022-11-16 15:55:02','167.71.22.137'),(356077,0,'admin','2022-11-16 15:55:03','167.71.22.137'),(356078,0,'admin','2022-11-16 15:55:03','167.71.22.137'),(356079,0,'admin','2022-11-16 15:55:04','167.71.22.137'),(356080,0,'admin','2022-11-16 15:55:04','167.71.22.137'),(356081,0,'admin','2022-11-16 15:55:05','167.71.22.137'),(356082,0,'admin','2022-11-16 15:55:06','167.71.22.137'),(356083,0,'admin','2022-11-16 15:55:06','167.71.22.137'),(356084,0,'admin','2022-11-16 15:55:06','167.71.22.137'),(356085,0,'admin','2022-11-16 15:55:07','167.71.22.137'),(356086,0,'admin','2022-11-16 15:55:07','167.71.22.137'),(356087,0,'admin','2022-11-16 15:55:08','167.71.22.137'),(356088,0,'admin','2022-11-16 15:55:08','167.71.22.137'),(356089,0,'admin','2022-11-16 15:55:09','167.71.22.137'),(356090,0,'admin','2022-11-16 15:55:09','167.71.22.137'),(356091,0,'admin','2022-11-16 15:55:09','167.71.22.137'),(356092,0,'admin','2022-11-16 15:55:10','167.71.22.137'),(356093,0,'admin','2022-11-16 15:55:10','167.71.22.137'),(356094,0,'admin','2022-11-16 15:55:11','167.71.22.137'),(356095,0,'admin','2022-11-16 15:55:11','167.71.22.137'),(356096,0,'admin','2022-11-16 15:55:12','167.71.22.137'),(356097,0,'admin','2022-11-16 15:55:12','167.71.22.137'),(356098,0,'admin','2022-11-16 15:55:12','167.71.22.137'),(356099,0,'admin','2022-11-16 15:55:13','167.71.22.137'),(356100,0,'admin','2022-11-16 15:55:13','167.71.22.137'),(356101,0,'admin','2022-11-16 15:55:14','167.71.22.137'),(356102,0,'admin','2022-11-16 15:55:14','167.71.22.137'),(356103,0,'admin','2022-11-16 15:55:15','167.71.22.137'),(356104,0,'admin','2022-11-16 15:55:15','167.71.22.137'),(356105,0,'admin','2022-11-16 15:55:16','167.71.22.137'),(356106,0,'admin','2022-11-16 15:55:16','167.71.22.137'),(356107,0,'ukdebtconsolidations-co-uk','2022-11-16 16:12:06','188.166.91.172'),(356108,0,'payments','2022-11-16 16:13:04','185.119.81.109'),(356109,0,'feed','2022-11-16 16:16:43','188.166.91.172'),(356110,0,'ukdebtconsolidations-co-uk','2022-11-16 16:32:47','157.230.15.115'),(356111,0,'feed','2022-11-16 16:39:11','159.89.109.117'),(356112,0,'ukdebtconsolidations-co-uk','2022-11-16 16:51:45','95.217.177.5'),(356113,0,'feed','2022-11-16 16:55:57','85.191.68.63'),(356114,0,'ukdebtconsolidations.co.uk','2022-11-16 16:57:53','5.188.62.174'),(356115,0,'feed','2022-11-16 16:57:55','5.188.62.174'),(356116,0,'support','2022-11-16 16:59:01','45.148.123.130'),(356117,0,'support','2022-11-16 17:00:54','5.253.61.199'),(356118,0,'ukdebtconsolidations.co.uk','2022-11-16 17:11:33','5.188.62.76'),(356119,0,'ukdebtconsolidations-co-uk','2022-11-16 17:11:54','178.128.167.203'),(356120,0,'admin','2022-11-16 17:15:36','62.171.129.97'),(356121,0,'feed','2022-11-16 17:18:05','104.248.35.154'),(356122,0,'payments@ridingtherhino.co.uk','2022-11-16 17:19:07','185.119.81.109'),(356123,0,'ukdebtconsolidations-co-uk','2022-11-16 17:30:03','47.107.242.103'),(356124,0,'feed','2022-11-16 17:34:07','43.251.135.189'),(356125,0,'ukdebtconsolidations-co-uk','2022-11-16 17:49:02','159.65.200.228'),(356126,0,'feed','2022-11-16 17:55:20','14.225.255.250'),(356127,0,'ukdebtconsolidations-co-uk','2022-11-16 18:07:55','192.71.144.12'),(356128,0,'ukdebtconsolidations-co-uk','2022-11-16 18:28:24','159.89.228.214'),(356129,0,'feed','2022-11-16 18:34:52','181.174.125.214'),(356130,0,'ukdebtconsolidations-co-uk','2022-11-16 18:46:55','13.79.17.158'),(356131,0,'feed','2022-11-16 18:51:03','103.114.35.88'),(356132,0,'admin','2022-11-16 18:55:06','86.126.143.200'),(356133,0,'ukdebtconsolidations-co-uk','2022-11-16 19:05:59','69.163.186.158'),(356134,0,'feed','2022-11-16 19:12:13','202.29.236.140'),(356135,0,'feed','2022-11-16 19:27:59','103.130.218.189'),(356136,0,'ukdebtconsolidations-co-uk','2022-11-16 19:42:15','185.250.251.124'),(356137,0,'feed','2022-11-16 19:48:06','159.223.91.187'),(356138,0,'ukdebtconsolidations-co-uk','2022-11-16 19:59:15','195.154.184.235'),(356139,0,'ukdebtconsolidations-co-uk','2022-11-16 20:18:23','72.167.34.14'),(356140,0,'feed','2022-11-16 20:24:18','31.192.224.145'),(356141,0,'ukdebtconsolidations-co-uk','2022-11-16 20:35:45','67.205.11.198'),(356142,0,'feed','2022-11-16 20:39:40','103.130.218.178'),(356143,0,'ukdebtconsolidations-co-uk','2022-11-16 20:53:50','141.95.233.130'),(356144,0,'feed','2022-11-16 20:59:37','8.131.62.110'),(356145,0,'ukdebtconsolidations-co-uk','2022-11-16 21:11:38','62.210.211.218'),(356146,0,'feed','2022-11-16 21:15:28','75.119.135.205'),(356147,0,'admin','2022-11-16 21:24:16','185.119.81.104'),(356148,0,'ukdebtconsolidations-co-uk','2022-11-16 21:29:18','14.225.255.250'),(356149,0,'feed','2022-11-16 21:34:58','207.154.248.39'),(356150,0,'ukdebtconsolidations-co-uk','2022-11-16 21:45:59','47.110.72.238'),(356151,0,'feed','2022-11-16 21:49:50','167.172.206.144'),(356152,0,'admin','2022-11-16 21:59:34','39.101.205.176'),(356153,0,'ukdebtconsolidations-co-uk','2022-11-16 22:03:33','111.230.202.147'),(356154,0,'feed','2022-11-16 22:09:03','157.245.207.53'),(356155,0,'admin','2022-11-16 22:14:33','130.61.143.194'),(356156,0,'ukdebtconsolidations-co-uk','2022-11-16 22:19:53','103.130.218.178'),(356157,0,'mutwetech','2022-11-16 22:20:33','39.105.183.18'),(356158,0,'feed','2022-11-16 22:23:42','159.203.121.12'),(356159,0,'ukdebtconsolidations-co-uk','2022-11-16 22:30:21','51.210.99.98'),(356160,0,'ukdebtconsolidations-co-uk','2022-11-16 22:37:17','84.205.178.135'),(356161,0,'feed','2022-11-16 22:42:46','147.182.249.22'),(356162,0,'payments','2022-11-16 22:43:31','185.119.81.104'),(356163,0,'ukdebtconsolidations-co-uk','2022-11-16 22:45:25','123.31.41.38'),(356164,0,'ukdebtconsolidations.co.uk','2022-11-16 22:52:43','5.188.62.76'),(356165,0,'feed','2022-11-16 22:52:45','5.188.62.76'),(356166,0,'ukdebtconsolidations-co-uk','2022-11-16 22:53:28','92.204.138.28'),(356167,0,'feed','2022-11-16 22:57:18','67.205.11.198'),(356168,0,'ukdebtconsolidations.co.uk','2022-11-16 23:00:07','5.188.62.26'),(356169,0,'feed','2022-11-16 23:00:10','5.188.62.26'),(356170,0,'ukdebtconsolidations-co-uk','2022-11-16 23:00:50','42.200.109.156'),(356171,0,'ukdebtconsolidations-co-uk','2022-11-16 23:11:21','202.29.236.140'),(356172,0,'support','2022-11-16 23:12:00','185.233.116.44'),(356173,0,'ukdebtconsolidations-co-uk','2022-11-16 23:16:30','8.210.102.36'),(356174,0,'feed','2022-11-16 23:16:52','5.189.128.116'),(356175,0,'support','2022-11-16 23:26:13','194.67.64.50'),(356176,0,'ukdebtconsolidations-co-uk','2022-11-16 23:27:40','51.255.81.60'),(356177,0,'feed','2022-11-16 23:31:32','209.97.162.248'),(356178,0,'ukdebtconsolidations-co-uk','2022-11-16 23:32:58','103.146.202.150'),(356179,0,'ukdebtconsolidations-co-uk','2022-11-16 23:45:04','157.245.110.251'),(356180,0,'ukdebtconsolidations-co-uk','2022-11-16 23:49:24','35.233.164.145'),(356181,0,'feed','2022-11-16 23:50:29','202.29.236.140'),(356182,0,'ukdebtconsolidations-co-uk','2022-11-17 00:01:11','81.88.52.8'),(356183,0,'ukdebtconsolidations-co-uk','2022-11-17 00:05:03','128.199.109.135'),(356184,0,'feed','2022-11-17 00:05:10','81.88.52.8'),(356185,0,'payments@ridingtherhino.co.uk','2022-11-17 00:07:56','185.119.81.103'),(356186,0,'ukdebtconsolidations-co-uk','2022-11-17 00:21:36','166.62.122.244'),(356187,0,'feed','2022-11-17 00:24:24','115.79.139.135'),(356188,0,'ukdebtconsolidations-co-uk','2022-11-17 00:37:46','8.218.143.243'),(356189,0,'ukdebtconsolidations-co-uk','2022-11-17 00:52:35','69.163.186.158'),(356190,0,'ukdebtconsolidations-co-uk','2022-11-17 00:54:18','104.244.75.243'),(356191,0,'ukdebtconsolidations-co-uk','2022-11-17 00:54:19','51.210.99.98'),(356192,0,'feed','2022-11-17 00:58:03','103.129.222.91'),(356193,0,'ukdebtconsolidations-co-uk','2022-11-17 01:09:14','128.199.14.4'),(356194,0,'ukdebtconsolidations-co-uk','2022-11-17 01:11:01','185.213.25.114'),(356195,0,'feed','2022-11-17 01:13:05','35.187.58.136'),(356196,0,'ukdebtconsolidations-co-uk','2022-11-17 01:26:48','143.244.155.35'),(356197,0,'ukdebtconsolidations-co-uk','2022-11-17 01:27:40','163.44.206.210'),(356198,0,'feed','2022-11-17 01:32:20','161.35.52.207'),(356199,0,'ukdebtconsolidations-co-uk','2022-11-17 01:43:19','159.89.109.117'),(356200,0,'ukdebtconsolidations-co-uk','2022-11-17 01:44:52','173.236.137.153'),(356201,0,'feed','2022-11-17 01:47:14','34.65.234.0'),(356202,0,'simon','2022-11-17 01:57:53','185.231.153.166'),(356203,0,'ukdebtconsolidations-co-uk','2022-11-17 02:00:53','178.128.107.59'),(356204,0,'ukdebtconsolidations-co-uk','2022-11-17 02:02:00','54.38.44.6'),(356205,0,'feed','2022-11-17 02:06:33','142.93.201.0'),(356206,0,'ukdebtconsolidations-co-uk','2022-11-17 02:17:39','46.101.150.34'),(356207,0,'ukdebtconsolidations-co-uk','2022-11-17 02:18:30','210.215.153.97'),(356208,0,'feed','2022-11-17 02:21:53','51.255.81.60'),(356209,0,'ukdebtconsolidations-co-uk','2022-11-17 02:35:04','171.244.0.91'),(356210,0,'ukdebtconsolidations-co-uk','2022-11-17 02:36:11','173.236.137.153'),(356211,0,'feed','2022-11-17 02:40:33','23.99.229.218'),(356212,0,'btcons','2022-11-17 02:46:28','185.119.81.104'),(356213,0,'ukdebtconsolidations-co-uk','2022-11-17 02:51:35','148.72.214.194'),(356214,0,'ukdebtconsolidations-co-uk','2022-11-17 02:53:44','185.208.174.37'),(356215,0,'feed','2022-11-17 02:55:28','46.32.228.70'),(356216,0,'feed','2022-11-17 02:57:35','5.188.62.174'),(356217,0,'ukdebtconsolidations.co.uk','2022-11-17 02:57:37','5.188.62.174'),(356218,0,'ukdebtconsolidations-co-uk','2022-11-17 03:09:15','185.2.4.147'),(356219,0,'ukdebtconsolidations-co-uk','2022-11-17 03:11:55','67.225.188.203'),(356220,0,'feed','2022-11-17 03:14:46','141.94.247.170'),(356221,0,'btconsolidati','2022-11-17 03:19:45','185.119.81.103'),(356222,0,'ukdebtconsolidations-co-uk','2022-11-17 03:25:49','124.153.66.86'),(356223,0,'ukdebtconsolidations-co-uk','2022-11-17 03:27:52','185.213.25.114'),(356224,0,'feed','2022-11-17 03:29:43','62.210.209.30'),(356225,0,'ukdebtconsolidations-co-uk','2022-11-17 03:43:47','135.125.1.9'),(356226,0,'ukdebtconsolidations-co-uk','2022-11-17 03:44:37','131.72.236.73'),(356227,0,'feed','2022-11-17 03:49:30','173.236.152.148'),(356228,0,'admin919','2022-11-17 03:56:35','195.161.114.5'),(356229,0,'ukdebtconsolidations-co-uk','2022-11-17 04:02:03','103.98.152.12'),(356230,0,'feed','2022-11-17 04:05:05','31.192.224.145'),(356231,0,'ukdebtconsolidations.co.uk','2022-11-17 04:05:56','5.188.62.140'),(356232,0,'feed','2022-11-17 04:05:59','5.188.62.140'),(356233,0,'ukdebtconsolidations-co-uk','2022-11-17 04:19:15','103.180.120.176'),(356234,0,'ukdebtconsolidations-co-uk','2022-11-17 04:19:25','47.105.73.13'),(356235,0,'feed','2022-11-17 04:25:12','66.33.193.231'),(356236,0,'ukdebtconsolidations-co-uk','2022-11-17 04:36:37','144.126.140.128'),(356237,0,'ukdebtconsolidations-co-uk','2022-11-17 04:36:39','207.244.224.150'),(356238,0,'payments','2022-11-17 04:39:42','185.119.81.103'),(356239,0,'feed','2022-11-17 04:40:35','54.37.235.96'),(356240,0,'ukdebtconsolidations-co-uk','2022-11-17 04:48:23','199.195.254.123'),(356241,0,'ukdebtconsolidations-co-uk','2022-11-17 04:50:39','103.101.225.11'),(356242,0,'ukdebtconsolidations-co-uk','2022-11-17 04:54:48','192.64.82.118'),(356243,0,'feed','2022-11-17 05:00:32','185.2.4.33'),(356244,0,'ukdebtconsolidations-co-uk','2022-11-17 05:00:46','206.108.48.146'),(356245,0,'ukdebtconsolidations.co.uk','2022-11-17 05:03:59','5.188.62.21'),(356246,0,'feed','2022-11-17 05:04:00','5.188.62.21'),(356247,0,'ukdebtconsolidations-co-uk','2022-11-17 05:09:32','198.211.115.226'),(356248,0,'feed','2022-11-17 05:16:01','82.166.39.15'),(356249,0,'ukdebtconsolidations-co-uk','2022-11-17 05:17:46','72.167.225.151'),(356250,0,'ukdebtconsolidations-co-uk','2022-11-17 05:25:10','35.195.135.67'),(356251,0,'ukdebtconsolidations-co-uk','2022-11-17 05:32:24','108.179.252.35'),(356252,0,'feed','2022-11-17 05:36:12','185.2.4.134'),(356253,0,'ukdebtconsolidations-co-uk','2022-11-17 05:38:25','139.59.66.182'),(356254,0,'ukdebtconsolidations-co-uk','2022-11-17 05:44:44','35.233.164.145'),(356255,0,'ukdebtconsolidations-co-uk','2022-11-17 05:47:33','164.92.73.132'),(356256,0,'ukdebtconsolidations-co-uk','2022-11-17 05:51:15','103.250.11.39'),(356257,0,'feed','2022-11-17 05:51:33','185.2.5.31'),(356258,0,'ukdebtconsolidations-co-uk','2022-11-17 05:58:08','159.65.239.34'),(356259,0,'ukdebtconsolidations.co.uk','2022-11-17 05:59:19','5.188.62.76'),(356260,0,'payments@ridingtherhino.co.uk','2022-11-17 06:01:55','185.119.81.103'),(356261,0,'ukdebtconsolidations-co-uk','2022-11-17 06:04:06','157.245.166.98'),(356262,0,'ukdebtconsolidations-co-uk','2022-11-17 06:05:53','202.29.236.140'),(356263,0,'ukdebtconsolidations-co-uk','2022-11-17 06:10:25','108.179.252.35'),(356264,0,'feed','2022-11-17 06:11:35','178.128.107.59'),(356265,0,'ukdebtconsolidations-co-uk','2022-11-17 06:16:17','35.193.197.89'),(356266,0,'ukdebtconsolidations-co-uk','2022-11-17 06:22:16','152.160.235.235'),(356267,0,'ukdebtconsolidations-co-uk','2022-11-17 06:22:40','157.230.15.115'),(356268,0,'radmin','2022-11-17 06:26:21','18.133.60.229'),(356269,0,'feed','2022-11-17 06:26:36','128.199.100.142'),(356270,0,'ukdebtconsolidations-co-uk','2022-11-17 06:28:01','47.74.17.225'),(356271,0,'ukdebtconsolidations-co-uk','2022-11-17 06:34:34','90.156.169.12'),(356272,0,'ukdebtconsolidations-co-uk','2022-11-17 06:39:58','139.59.7.75'),(356273,0,'ukdebtconsolidations-co-uk','2022-11-17 06:40:47','111.230.202.147'),(356274,0,'ukdebtconsolidations-co-uk','2022-11-17 06:45:24','51.15.160.148'),(356275,0,'feed','2022-11-17 06:46:41','81.88.52.8'),(356276,0,'ukdebtconsolidations-co-uk','2022-11-17 06:50:57','162.241.174.216'),(356277,0,'ukdebtconsolidations-co-uk','2022-11-17 06:56:30','72.29.76.78'),(356278,0,'ukdebtconsolidations-co-uk','2022-11-17 06:58:17','206.189.129.168'),(356279,0,'ukdebtconsolidations-co-uk','2022-11-17 07:01:34','38.242.251.99'),(356280,0,'feed','2022-11-17 07:02:27','103.129.222.91'),(356281,0,'ukdebtconsolidations-co-uk','2022-11-17 07:07:17','45.138.163.128'),(356282,0,'ukdebtconsolidations-co-uk','2022-11-17 07:12:24','161.35.205.6'),(356283,0,'ukdebtconsolidations-co-uk','2022-11-17 07:17:33','177.52.160.32'),(356284,0,'ukdebtconsolidations-co-uk','2022-11-17 07:18:07','81.88.52.221'),(356285,0,'payments@ridingtherhino.co.uk','2022-11-17 07:20:59','185.119.81.109'),(356286,0,'ukdebtconsolidations-co-uk','2022-11-17 07:22:56','167.86.109.138'),(356287,0,'feed','2022-11-17 07:24:20','157.245.207.53'),(356288,0,'ukdebtconsolidations-co-uk','2022-11-17 07:27:49','203.113.14.33'),(356289,0,'testuser','2022-11-17 07:31:38','185.106.208.50'),(356290,0,'ukdebtconsolidations-co-uk','2022-11-17 07:32:51','190.171.170.94'),(356291,0,'ukdebtconsolidations-co-uk','2022-11-17 07:37:48','116.118.50.135'),(356292,0,'adminskgvn','2022-11-17 07:41:57','95.217.149.71'),(356293,0,'ukdebtconsolidations-co-uk','2022-11-17 07:42:47','185.241.5.213'),(356294,0,'feed','2022-11-17 07:43:51','128.199.100.142'),(356295,0,'ukdebtconsolidations-co-uk','2022-11-17 07:47:29','159.65.239.34'),(356296,0,'ukdebtconsolidations-co-uk','2022-11-17 07:52:16','51.210.99.98'),(356297,0,'ukdebtconsolidations-co-uk','2022-11-17 07:54:22','54.37.156.240'),(356298,0,'btcons','2022-11-17 07:54:22','185.119.81.104'),(356299,0,'ukdebtconsolidations-co-uk','2022-11-17 07:57:05','80.251.219.111'),(356300,0,'ukdebtconsolidations-co-uk','2022-11-17 08:02:15','207.244.224.150'),(356301,0,'ukdebtconsolidations-co-uk','2022-11-17 08:07:23','82.165.184.76'),(356302,0,'ukdebtconsolidations-co-uk','2022-11-17 08:12:21','128.199.207.6'),(356303,0,'ukdebtconsolidations-co-uk','2022-11-17 08:18:00','139.59.66.182'),(356304,0,'ukdebtconsolidations-co-uk','2022-11-17 08:20:41','143.244.155.35'),(356305,0,'ukdebtconsolidations-co-uk','2022-11-17 08:23:22','198.211.115.226'),(356306,0,'ukdebtconsolidations-co-uk','2022-11-17 08:28:34','34.143.243.10'),(356307,0,'feed','2022-11-17 08:29:27','195.154.184.235'),(356308,0,'ukdebtconsolidations-co-uk','2022-11-17 08:34:22','139.59.66.182'),(356309,0,'ukdebtconsolidations-co-uk','2022-11-17 08:39:58','151.106.35.235'),(356310,0,'ukdebtconsolidations-co-uk','2022-11-17 08:45:27','198.211.115.226'),(356311,0,'feed','2022-11-17 08:46:09','164.92.73.132'),(356312,0,'safet','2022-11-17 08:48:46','40.81.141.116'),(356313,0,'ukdebtconsolidations-co-uk','2022-11-17 08:50:52','43.231.112.85'),(356314,0,'ukdebtconsolidations-co-uk','2022-11-17 08:56:36','162.214.226.113'),(356315,0,'ukdebtconsolidations-co-uk','2022-11-17 08:57:38','138.68.96.111'),(356316,0,'ukdebtconsolidations-co-uk','2022-11-17 09:02:37','185.231.115.174'),(356317,0,'ukdebtconsolidations-co-uk','2022-11-17 09:08:13','157.245.38.42'),(356318,0,'ukdebtconsolidations-co-uk','2022-11-17 09:13:51','216.245.215.122'),(356319,0,'chan','2022-11-17 09:14:26','45.63.108.180'),(356320,0,'UK','2022-11-17 09:18:10','5.188.62.76'),(356321,0,'ukdebtconsolidations-co-uk','2022-11-17 09:19:50','71.132.43.239'),(356322,0,'ukdebtconsolidations-co-uk','2022-11-17 09:24:33','104.248.35.154'),(356323,0,'ukdebtconsolidations-co-uk','2022-11-17 09:25:24','35.194.124.45'),(356324,0,'payments','2022-11-17 09:26:26','185.119.81.104'),(356325,0,'ukdebtconsolidations-co-uk','2022-11-17 09:31:38','35.225.94.95'),(356326,0,'feed','2022-11-17 09:33:04','120.27.240.230'),(356327,0,'ukdebtconsolidations-co-uk','2022-11-17 09:37:22','45.119.213.225'),(356328,0,'ukdebtconsolidations-co-uk','2022-11-17 09:43:43','67.222.131.158'),(356329,0,'feed','2022-11-17 09:48:25','34.72.144.255'),(356330,0,'ukdebtconsolidations-co-uk','2022-11-17 09:50:36','192.115.100.180'),(356331,0,'ukdebtconsolidations-co-uk','2022-11-17 09:55:55','67.23.254.254'),(356332,0,'ukdebtconsolidations-co-uk','2022-11-17 10:01:50','8.210.174.93'),(356333,0,'ukdebtconsolidations-co-uk','2022-11-17 10:08:21','20.244.115.14'),(356334,0,'ukdebtconsolidations-co-uk','2022-11-17 10:14:33','198.211.115.226'),(356335,0,'ukdebtconsolidations-co-uk','2022-11-17 10:20:48','151.106.35.235'),(356336,0,'ukdebtconsolidations-co-uk','2022-11-17 10:26:26','34.75.65.218'),(356337,0,'ukdebtconsolidations-co-uk','2022-11-17 10:26:50','35.195.135.67'),(356338,0,'admin','2022-11-17 10:29:33','20.213.239.82'),(356339,0,'admin','2022-11-17 10:29:35','20.213.239.82'),(356340,0,'admin','2022-11-17 10:29:36','20.213.239.82'),(356341,0,'admin','2022-11-17 10:29:37','20.213.239.82'),(356342,0,'admin','2022-11-17 10:29:38','20.213.239.82'),(356343,0,'admin','2022-11-17 10:29:39','20.213.239.82'),(356344,0,'admin','2022-11-17 10:29:40','20.213.239.82'),(356345,0,'admin','2022-11-17 10:29:42','20.213.239.82'),(356346,0,'admin','2022-11-17 10:29:43','20.213.239.82'),(356347,0,'admin','2022-11-17 10:29:44','20.213.239.82'),(356348,0,'admin','2022-11-17 10:29:45','20.213.239.82'),(356349,0,'admin','2022-11-17 10:29:46','20.213.239.82'),(356350,0,'admin','2022-11-17 10:29:48','20.213.239.82'),(356351,0,'admin','2022-11-17 10:29:49','20.213.239.82'),(356352,0,'admin','2022-11-17 10:29:50','20.213.239.82'),(356353,0,'admin','2022-11-17 10:29:51','20.213.239.82'),(356354,0,'admin','2022-11-17 10:29:52','20.213.239.82'),(356355,0,'admin','2022-11-17 10:29:54','20.213.239.82'),(356356,0,'admin','2022-11-17 10:29:55','20.213.239.82'),(356357,0,'admin','2022-11-17 10:29:56','20.213.239.82'),(356358,0,'admin','2022-11-17 10:29:57','20.213.239.82'),(356359,0,'admin','2022-11-17 10:29:58','20.213.239.82'),(356360,0,'admin','2022-11-17 10:30:00','20.213.239.82'),(356361,0,'admin','2022-11-17 10:30:01','20.213.239.82'),(356362,0,'admin','2022-11-17 10:30:02','20.213.239.82'),(356363,0,'admin','2022-11-17 10:30:03','20.213.239.82'),(356364,0,'admin','2022-11-17 10:30:04','20.213.239.82'),(356365,0,'admin','2022-11-17 10:30:06','20.213.239.82'),(356366,0,'admin','2022-11-17 10:30:07','20.213.239.82'),(356367,0,'admin','2022-11-17 10:30:08','20.213.239.82'),(356368,0,'admin','2022-11-17 10:30:09','20.213.239.82'),(356369,0,'admin','2022-11-17 10:30:10','20.213.239.82'),(356370,0,'admin','2022-11-17 10:30:12','20.213.239.82'),(356371,0,'admin','2022-11-17 10:30:13','20.213.239.82'),(356372,0,'admin','2022-11-17 10:30:14','20.213.239.82'),(356373,0,'admin','2022-11-17 10:30:15','20.213.239.82'),(356374,0,'admin','2022-11-17 10:30:16','20.213.239.82'),(356375,0,'admin','2022-11-17 10:30:18','20.213.239.82'),(356376,0,'admin','2022-11-17 10:30:19','20.213.239.82'),(356377,0,'admin','2022-11-17 10:30:20','20.213.239.82'),(356378,0,'admin','2022-11-17 10:30:21','20.213.239.82'),(356379,0,'admin','2022-11-17 10:30:22','20.213.239.82'),(356380,0,'admin','2022-11-17 10:30:24','20.213.239.82'),(356381,0,'admin','2022-11-17 10:30:25','20.213.239.82'),(356382,0,'admin','2022-11-17 10:30:26','20.213.239.82'),(356383,0,'admin','2022-11-17 10:30:27','20.213.239.82'),(356384,0,'admin','2022-11-17 10:30:28','20.213.239.82'),(356385,0,'admin','2022-11-17 10:30:29','20.213.239.82'),(356386,0,'admin','2022-11-17 10:30:31','20.213.239.82'),(356387,0,'admin','2022-11-17 10:30:32','20.213.239.82'),(356388,0,'admin','2022-11-17 10:30:33','20.213.239.82'),(356389,0,'admin','2022-11-17 10:30:35','20.213.239.82'),(356390,0,'admin','2022-11-17 10:30:37','20.213.239.82'),(356391,0,'admin','2022-11-17 10:30:38','20.213.239.82'),(356392,0,'admin','2022-11-17 10:30:39','20.213.239.82'),(356393,0,'admin','2022-11-17 10:30:40','20.213.239.82'),(356394,0,'admin','2022-11-17 10:30:41','20.213.239.82'),(356395,0,'admin','2022-11-17 10:30:43','20.213.239.82'),(356396,0,'admin','2022-11-17 10:30:44','20.213.239.82'),(356397,0,'admin','2022-11-17 10:30:45','20.213.239.82'),(356398,0,'admin','2022-11-17 10:30:46','20.213.239.82'),(356399,0,'admin','2022-11-17 10:30:47','20.213.239.82'),(356400,0,'admin','2022-11-17 10:30:49','20.213.239.82'),(356401,0,'admin','2022-11-17 10:30:50','20.213.239.82'),(356402,0,'admin','2022-11-17 10:30:51','20.213.239.82'),(356403,0,'admin','2022-11-17 10:30:52','20.213.239.82'),(356404,0,'admin','2022-11-17 10:30:53','20.213.239.82'),(356405,0,'admin','2022-11-17 10:30:55','20.213.239.82'),(356406,0,'admin','2022-11-17 10:30:56','20.213.239.82'),(356407,0,'admin','2022-11-17 10:30:57','20.213.239.82'),(356408,0,'admin','2022-11-17 10:30:58','20.213.239.82'),(356409,0,'admin','2022-11-17 10:30:59','20.213.239.82'),(356410,0,'admin','2022-11-17 10:31:01','20.213.239.82'),(356411,0,'admin','2022-11-17 10:31:02','20.213.239.82'),(356412,0,'admin','2022-11-17 10:31:03','20.213.239.82'),(356413,0,'admin','2022-11-17 10:31:04','20.213.239.82'),(356414,0,'admin','2022-11-17 10:31:06','20.213.239.82'),(356415,0,'admin','2022-11-17 10:31:07','20.213.239.82'),(356416,0,'admin','2022-11-17 10:31:08','20.213.239.82'),(356417,0,'admin','2022-11-17 10:31:09','20.213.239.82'),(356418,0,'admin','2022-11-17 10:31:10','20.213.239.82'),(356419,0,'admin','2022-11-17 10:31:12','20.213.239.82'),(356420,0,'ukdebtconsolidations-co-uk','2022-11-17 10:33:39','103.101.225.11'),(356421,0,'feed','2022-11-17 10:34:40','103.129.222.91'),(356422,0,'payments','2022-11-17 10:37:55','185.119.81.103'),(356423,0,'ukdebtconsolidations-co-uk','2022-11-17 10:39:31','190.107.177.243'),(356424,0,'ukdebtconsolidations-co-uk','2022-11-17 10:46:01','173.249.147.188'),(356425,0,'feed','2022-11-17 10:49:30','173.236.168.102'),(356426,0,'ukdebtconsolidations-co-uk','2022-11-17 10:52:26','163.44.206.210'),(356427,0,'admin','2022-11-17 10:57:26','34.140.177.118'),(356428,0,'ukdebtconsolidations-co-uk','2022-11-17 11:00:38','91.197.199.240'),(356429,0,'admin','2022-11-17 11:04:04','139.180.169.229'),(356430,0,'webadmin','2022-11-17 11:06:03','217.107.219.102'),(356431,0,'ukdebtconsolidations-co-uk','2022-11-17 11:11:06','185.241.5.213'),(356432,0,'ukdebtconsolidations-co-uk','2022-11-17 11:17:43','178.128.104.173'),(356433,0,'ukdebtconsolidations-co-uk','2022-11-17 11:24:44','43.225.53.24'),(356434,0,'payments','2022-11-17 11:25:49','185.119.81.109'),(356435,0,'ukdebtconsolidations-co-uk','2022-11-17 11:31:27','35.194.124.45'),(356436,0,'feed','2022-11-17 11:35:44','143.244.155.35'),(356437,0,'ukdebtconsolidations-co-uk','2022-11-17 11:38:28','128.199.103.90'),(356438,0,'ukdebtconsolidations-co-uk','2022-11-17 11:45:31','103.92.27.198'),(356439,0,'feed','2022-11-17 11:51:15','34.65.234.0'),(356440,0,'ukdebtconsolidations-co-uk','2022-11-17 11:52:38','34.64.218.102'),(356441,0,'ukdebtconsolidations-co-uk','2022-11-17 11:59:45','103.56.160.61'),(356442,0,'ukdebtconsolidations-co-uk','2022-11-17 12:02:42','46.105.57.132'),(356443,0,'anna','2022-11-17 12:06:11','3.105.24.56'),(356444,0,'wadminw','2022-11-17 12:07:32','51.79.144.41'),(356445,0,'wwwadmin','2022-11-17 12:14:37','178.128.104.173'),(356446,0,'wadminw','2022-11-17 12:26:08','206.189.163.232'),(356447,0,'ukdebtconsolidations-co-uk','2022-11-17 12:29:51','8.131.62.110'),(356448,0,'feed','2022-11-17 12:38:14','109.168.97.89'),(356449,0,'wwwadmin','2022-11-17 12:39:17','72.29.76.78'),(356450,0,'rgadmin','2022-11-17 12:47:16','173.236.144.34'),(356451,0,'admin','2022-11-17 12:57:31','208.109.39.235'),(356452,0,'ukdebtconsolidations-co-uk','2022-11-17 13:03:35','209.97.162.248'),(356453,0,'admin','2022-11-17 13:04:56','150.95.112.79'),(356454,0,'ukdebtconsolidations-co-uk','2022-11-17 13:12:45','71.132.43.239'),(356455,0,'ukdebtconsolidations-co-uk','2022-11-17 13:19:49','192.64.113.147'),(356456,0,'1234567890','2022-11-17 13:25:12','173.236.148.47'),(356457,0,'ukdebtconsolidations-co-uk','2022-11-17 13:27:27','144.126.140.17'),(356458,0,'ukdebtconsolidations-co-uk','2022-11-17 13:29:33','116.203.180.175'),(356459,0,'ukdebtconsolidations-co-uk','2022-11-17 13:35:19','162.241.174.216'),(356460,0,'feed','2022-11-17 13:37:45','51.255.81.60'),(356461,0,'ukdebtconsolidations-co-uk','2022-11-17 13:42:47','103.121.90.150'),(356462,0,'wp-admin','2022-11-17 13:46:40','43.133.55.86'),(356463,0,'ukdebtconsolidations-co-uk','2022-11-17 13:50:48','51.79.144.41'),(356464,0,'feed','2022-11-17 13:52:26','47.105.73.13'),(356465,0,'ukdebtconsolidations-co-uk','2022-11-17 13:58:50','144.91.68.184'),(356466,0,'ukdebtconsolidations-co-uk','2022-11-17 14:03:48','103.147.241.56'),(356467,0,'ukdebtconsolidations-co-uk','2022-11-17 14:06:26','72.29.76.78'),(356468,0,'ukdebtconsolidations-co-uk','2022-11-17 14:09:33','206.189.164.246'),(356469,0,'ukdebtconsolidations-co-uk','2022-11-17 14:17:22','35.201.224.83'),(356470,0,'ukdebtconsolidations-co-uk','2022-11-17 14:25:36','199.168.185.232'),(356471,0,'unesco','2022-11-17 14:25:56','92.204.128.97'),(356472,0,'ukdebtconsolidations-co-uk','2022-11-17 14:29:44','54.37.235.96'),(356473,0,'ukdebtconsolidations-co-uk','2022-11-17 14:33:37','35.225.94.95'),(356474,0,'ukdebtconsolidations-co-uk','2022-11-17 14:41:20','8.210.102.36'),(356475,0,'ukdebtconsolidations-co-uk','2022-11-17 14:49:14','159.65.6.45'),(356476,0,'payments','2022-11-17 14:49:31','185.119.81.103'),(356477,0,'feed','2022-11-17 14:53:25','173.236.224.113'),(356478,0,'ukdebtconsolidations-co-uk','2022-11-17 14:57:09','190.171.170.94'),(356479,0,'ukdebtconsolidations-co-uk','2022-11-17 15:04:55','133.130.103.36'),(356480,0,'ukdebtconsolidations-co-uk','2022-11-17 15:05:35','185.213.25.114'),(356481,0,'ukdebtconsolidations-co-uk','2022-11-17 15:13:25','40.122.78.153'),(356482,0,'btconsolidati','2022-11-17 15:14:15','185.119.81.103'),(356483,0,'admin','2022-11-17 15:16:43','185.119.81.109'),(356484,0,'ukdebtconsolidations-co-uk','2022-11-17 15:21:21','66.29.131.126'),(356485,0,'ukdebtconsolidations-co-uk','2022-11-17 15:29:39','67.23.254.254'),(356486,0,'ukdebtconsolidations-co-uk','2022-11-17 15:31:05','161.35.52.207'),(356487,0,'ukdebtconsolidations-co-uk','2022-11-17 15:38:00','40.70.241.53'),(356488,0,'ukdebtconsolidations-co-uk','2022-11-17 15:46:08','139.59.66.182'),(356489,0,'ukdebtconsolidations-co-uk','2022-11-17 15:54:06','208.109.39.235'),(356490,0,'feed','2022-11-17 15:54:14','85.191.68.63'),(356491,0,'5ks2o4zi','2022-11-17 15:56:54','212.224.88.227'),(356492,0,'ukdebtconsolidations-co-uk','2022-11-17 16:02:24','208.109.11.58'),(356493,0,'ukdebtconsolidations-co-uk','2022-11-17 16:05:15','147.182.249.22'),(356494,0,'ukdebtconsolidations-co-uk','2022-11-17 16:16:03','202.29.236.140'),(356495,0,'feed','2022-11-17 16:17:31','159.89.199.237'),(356496,0,'feed','2022-11-17 16:29:41','104.131.68.19'),(356497,0,'ukdebtconsolidations-co-uk','2022-11-17 16:50:21','80.88.88.149'),(356498,0,'test123','2022-11-17 17:01:33','217.107.219.102'),(356499,0,'ukdebtconsolidations-co-uk','2022-11-17 17:02:11','107.180.106.9'),(356500,0,'feed','2022-11-17 17:03:41','62.210.211.218'),(356501,0,'feed','2022-11-17 17:15:24','67.205.11.198'),(356502,0,'ukdebtconsolidations-co-uk','2022-11-17 17:36:30','27.72.145.33'),(356503,0,'payments@ridingtherhino.co.uk','2022-11-17 17:36:32','185.119.81.103'),(356504,0,'ukdebtconsolidations-co-uk','2022-11-17 17:47:53','75.119.135.205'),(356505,0,'feed','2022-11-17 17:49:14','207.154.248.39'),(356506,0,'editor','2022-11-17 17:53:47','185.114.245.100'),(356507,0,'cem','2022-11-17 17:56:45','92.53.96.102'),(356508,0,'ukdebtconsolidations.co.uk','2022-11-17 17:59:56','5.188.62.76'),(356509,0,'feed','2022-11-17 18:00:58','146.148.44.185'),(356510,0,'payments@ridingtherhino.co.uk','2022-11-17 18:01:14','185.119.81.109'),(356511,0,'ukdebtconsolidations-co-uk','2022-11-17 18:21:19','107.180.106.9'),(356512,0,'ukdebtconsolidations-co-uk','2022-11-17 18:31:55','195.154.184.235'),(356513,0,'feed','2022-11-17 18:33:17','142.93.201.0'),(356514,0,'feed','2022-11-17 18:44:27','116.203.180.175'),(356515,0,'ukdebtconsolidations-co-uk','2022-11-17 19:04:31','103.114.35.88'),(356516,0,'ukdebtconsolidations-co-uk','2022-11-17 19:15:47','54.37.235.96'),(356517,0,'feed','2022-11-17 19:17:06','68.183.86.247'),(356518,0,'unesco','2022-11-17 19:19:41','92.53.96.102'),(356519,0,'feed','2022-11-17 19:28:12','23.99.229.218'),(356520,0,'payments@ridingtherhino.co.uk','2022-11-17 19:44:43','185.119.81.103'),(356521,0,'payments','2022-11-17 19:45:07','185.119.81.103'),(356522,0,'chan','2022-11-17 19:45:49','68.183.85.239'),(356523,0,'ukdebtconsolidations-co-uk','2022-11-17 19:46:42','34.65.234.0'),(356524,0,'cem','2022-11-17 19:47:03','34.96.143.131'),(356525,0,'that','2022-11-17 19:54:39','185.119.81.103'),(356526,0,'ukdebtconsolidations-co-uk','2022-11-17 19:56:54','34.78.198.205'),(356527,0,'feed','2022-11-17 19:58:10','159.223.170.181'),(356528,0,'feed','2022-11-17 20:08:41','34.75.65.218'),(356529,0,'ukdebtconsolidations-co-uk','2022-11-17 20:26:53','45.120.69.121'),(356530,0,'ukdebtconsolidations-co-uk','2022-11-17 20:37:03','47.105.73.13'),(356531,0,'feed','2022-11-17 20:38:17','157.230.15.115'),(356532,0,'admin','2022-11-17 20:39:40','185.119.81.103'),(356533,0,'feed','2022-11-17 20:48:39','185.2.4.134'),(356534,0,'ukdebtconsolidations-co-uk','2022-11-17 21:06:57','104.131.68.19'),(356535,0,'ukdebtconsolidations-co-uk','2022-11-17 21:17:01','207.154.250.8'),(356536,0,'feed','2022-11-17 21:18:16','202.21.38.119'),(356537,0,'feed','2022-11-17 21:28:38','141.95.233.130'),(356538,0,'ukdebtconsolidations-co-uk','2022-11-17 21:46:29','104.131.68.19'),(356539,0,'btcons','2022-11-17 21:51:24','185.119.81.104'),(356540,0,'ukdebtconsolidations-co-uk','2022-11-17 21:56:30','135.125.1.9'),(356541,0,'feed','2022-11-17 21:57:44','152.228.208.88'),(356542,0,'adminskgvn','2022-11-17 22:15:44','185.69.154.241'),(356543,0,'ukdebtconsolidations-co-uk','2022-11-17 22:26:09','82.166.39.15'),(356544,0,'ukdebtconsolidations-co-uk','2022-11-17 22:36:15','85.191.68.63'),(356545,0,'feed','2022-11-17 22:37:32','95.217.177.5'),(356546,0,'feed','2022-11-17 22:47:55','178.128.5.109'),(356547,0,'ukdebtconsolidations-co-uk','2022-11-17 23:05:54','35.187.58.136'),(356548,0,'ukdebtconsolidations-co-uk','2022-11-17 23:16:15','157.230.15.115'),(356549,0,'feed','2022-11-17 23:17:31','34.69.109.132'),(356550,0,'payments','2022-11-17 23:22:00','185.119.81.109'),(356551,0,'feed','2022-11-17 23:28:01','164.46.122.50'),(356552,0,'ukdebtconsolidations-co-uk','2022-11-17 23:46:13','69.163.186.158'),(356553,0,'ukdebtconsolidations-co-uk','2022-11-17 23:56:29','171.244.0.91'),(356554,0,'feed','2022-11-17 23:57:43','185.2.4.134'),(356555,0,'ukdebtconsolidations.co.uk','2022-11-18 00:00:07','5.188.62.21'),(356556,0,'feed','2022-11-18 00:00:07','5.188.62.21'),(356557,0,'feed','2022-11-18 00:08:26','54.37.156.240'),(356558,0,'dev','2022-11-18 00:16:30','185.9.147.250'),(356559,0,'1234567890','2022-11-18 00:19:06','5.23.50.61'),(356560,0,'ukdebtconsolidations-co-uk','2022-11-18 00:26:59','47.105.73.13'),(356561,0,'ukdebtconsolidations-co-uk','2022-11-18 00:37:17','149.56.26.54'),(356562,0,'feed','2022-11-18 00:38:31','149.56.26.54'),(356563,0,'feed','2022-11-18 00:49:05','81.70.248.169'),(356564,0,'ukdebtconsolidations-co-uk','2022-11-18 01:07:18','164.132.170.4'),(356565,0,'pkroll','2022-11-18 01:12:58','212.224.88.227'),(356566,0,'ukdebtconsolidations-co-uk','2022-11-18 01:17:29','188.166.91.172'),(356567,0,'feed','2022-11-18 01:18:46','202.29.236.140'),(356568,0,'hwz','2022-11-18 01:27:30','67.227.228.177'),(356569,0,'feed','2022-11-18 01:29:20','54.37.235.96'),(356570,0,'ukdebtconsolidations-co-uk','2022-11-18 01:47:37','143.244.155.35'),(356571,0,'admin','2022-11-18 01:55:56','185.119.81.109'),(356572,0,'ukdebtconsolidations-co-uk','2022-11-18 01:57:50','185.2.4.147'),(356573,0,'feed','2022-11-18 01:59:06','197.155.158.21'),(356574,0,'feed','2022-11-18 02:09:45','135.125.1.9'),(356575,0,'payments@ridingtherhino.co.uk','2022-11-18 02:15:29','185.119.81.104'),(356576,0,'ukdebtconsolidations-co-uk','2022-11-18 02:27:53','54.37.156.240'),(356577,0,'admin','2022-11-18 02:33:58','185.119.81.109'),(356578,0,'ukdebtconsolidations-co-uk','2022-11-18 02:38:13','180.250.28.35'),(356579,0,'feed','2022-11-18 02:39:28','157.245.110.251'),(356580,0,'feed','2022-11-18 02:49:51','130.92.54.18'),(356581,0,'ukdebtconsolidations-co-uk','2022-11-18 03:09:27','93.114.185.76'),(356582,0,'ukdebtconsolidations-co-uk','2022-11-18 03:18:44','8.131.62.110'),(356583,0,'feed','2022-11-18 03:19:56','82.166.39.15'),(356584,0,'feed','2022-11-18 03:30:39','198.244.167.101'),(356585,0,'ukdebtconsolidations-co-uk','2022-11-18 03:49:00','133.130.103.36'),(356586,0,'ukdebtconsolidations-co-uk','2022-11-18 03:59:25','141.94.247.170'),(356587,0,'feed','2022-11-18 04:00:49','35.195.78.238'),(356588,0,'ukdebtconsolidations-co-uk','2022-11-18 04:30:58','130.92.54.18'),(356589,0,'ukdebtconsolidations-co-uk','2022-11-18 04:41:36','159.89.164.128'),(356590,0,'feed','2022-11-18 04:42:53','52.138.180.227'),(356591,0,'feed','2022-11-18 04:53:41','159.89.199.237'),(356592,0,'ukdebtconsolidations-co-uk','2022-11-18 05:13:11','201.76.164.146'),(356593,0,'ukdebtconsolidations-co-uk','2022-11-18 05:23:44','185.250.251.124'),(356594,0,'feed','2022-11-18 05:25:06','206.189.129.168'),(356595,0,'feed','2022-11-18 05:28:58','159.203.143.36'),(356596,0,'ukdebtconsolidations-co-uk','2022-11-18 05:30:30','178.217.190.82'),(356597,0,'ukdebtconsolidations-co-uk','2022-11-18 05:57:42','159.203.121.12'),(356598,0,'off','2022-11-18 06:02:45','185.119.81.109'),(356599,0,'feed','2022-11-18 06:12:33','14.225.255.250'),(356600,0,'feed','2022-11-18 06:18:58','202.21.38.119'),(356601,0,'ukdebtconsolidations-co-uk','2022-11-18 06:20:27','120.25.104.120'),(356602,0,'Axel','2022-11-18 06:26:24','178.159.242.80'),(356603,0,'marine','2022-11-18 06:26:37','92.204.134.137'),(356604,0,'admin','2022-11-18 06:39:23','62.171.129.97'),(356605,0,'ukdebtconsolidations-co-uk','2022-11-18 06:48:30','116.203.180.175'),(356606,0,'safet','2022-11-18 07:02:16','95.217.149.71'),(356607,0,'feed','2022-11-18 07:03:05','66.33.193.231'),(356608,0,'feed','2022-11-18 07:09:42','188.166.225.235'),(356609,0,'ukdebtconsolidations-co-uk','2022-11-18 07:11:10','157.245.207.53'),(356610,0,'payments','2022-11-18 07:22:29','185.119.81.109'),(356611,0,'payments@ridingtherhino.co.uk','2022-11-18 07:25:49','185.119.81.100'),(356612,0,'learner','2022-11-18 07:37:14','92.53.96.242'),(356613,0,'ukdebtconsolidations-co-uk','2022-11-18 07:39:52','103.130.218.178'),(356614,0,'demo1','2022-11-18 07:48:37','89.252.178.177'),(356615,0,'administrator','2022-11-18 07:54:05','178.128.31.204'),(356616,0,'feed','2022-11-18 07:55:34','5.189.149.47'),(356617,0,'feed','2022-11-18 08:02:27','185.2.4.33'),(356618,0,'ukdebtconsolidations-co-uk','2022-11-18 08:04:10','194.195.121.233'),(356619,0,'malivai','2022-11-18 08:08:32','64.91.244.200'),(356620,0,'ukdebtconsolidations-co-uk','2022-11-18 08:34:49','159.203.120.246'),(356621,0,'ukdebtconsolidations.co.uk','2022-11-18 08:40:13','5.188.62.140'),(356622,0,'feed','2022-11-18 08:40:14','5.188.62.140'),(356623,0,'administrator','2022-11-18 08:50:37','87.249.43.129'),(356624,0,'feed','2022-11-18 08:50:47','46.101.150.34'),(356625,0,'feed','2022-11-18 08:57:38','64.227.183.25'),(356626,0,'ukdebtconsolidations-co-uk','2022-11-18 08:59:18','13.81.59.92'),(356627,0,'staff','2022-11-18 09:30:17','165.22.202.244'),(356628,0,'nikdev','2022-11-18 09:30:48','49.233.192.222'),(356629,0,'feed','2022-11-18 09:56:34','157.245.110.251'),(356630,0,'ukdebtconsolidations-co-uk','2022-11-18 09:58:17','192.64.82.118'),(356631,0,'xiaomei','2022-11-18 10:02:40','212.83.166.137'),(356632,0,'editor','2022-11-18 10:06:23','31.130.203.168'),(356633,0,'anna','2022-11-18 10:13:15','92.204.134.137'),(356634,0,'hamid','2022-11-18 10:28:58','173.82.106.128'),(356635,0,'ukdebtconsolidations-co-uk','2022-11-18 10:29:51','103.129.222.91'),(356636,0,'payments@ridingtherhino.co.uk','2022-11-18 10:39:35','185.119.81.104'),(356637,0,'feed','2022-11-18 10:45:12','202.29.236.140'),(356638,0,'ukdebtconsolidations-co-uk','2022-11-18 10:53:27','185.2.5.77'),(356639,0,'payments','2022-11-18 10:56:03','185.119.81.104'),(356640,0,'ukdebtconsolidations-co-uk','2022-11-18 11:23:23','185.250.251.124'),(356641,0,'feed','2022-11-18 11:38:24','46.101.150.34'),(356642,0,'feed','2022-11-18 11:44:43','202.29.236.140'),(356643,0,'ukdebtconsolidations-co-uk','2022-11-18 11:46:13','173.236.168.102'),(356644,0,'erwan','2022-11-18 12:04:00','3.105.24.56'),(356645,0,'amperio','2022-11-18 12:14:29','34.96.143.131'),(356646,0,'ukdebtconsolidations-co-uk','2022-11-18 12:15:11','107.180.106.9'),(356647,0,'payments','2022-11-18 12:18:31','185.119.81.104'),(356648,0,'payments@ridingtherhino.co.uk','2022-11-18 12:19:33','185.119.81.96'),(356649,0,'feed','2022-11-18 12:30:24','34.69.109.132'),(356650,0,'1234567890','2022-11-18 12:35:56','65.21.9.119'),(356651,0,'feed','2022-11-18 12:37:03','77.65.212.122'),(356652,0,'test123','2022-11-18 12:54:42','194.69.36.76'),(356653,0,'agent','2022-11-18 13:08:43','47.241.15.216'),(356654,0,'feed','2022-11-18 13:23:16','82.166.39.15'),(356655,0,'feed','2022-11-18 13:30:01','43.251.135.189'),(356656,0,'Admin','2022-11-18 13:51:20','95.216.225.240'),(356657,0,'ukdebtconsolidations-co-uk','2022-11-18 14:01:08','151.106.41.64'),(356658,0,'ukdebtconsolidations.co.uk','2022-11-18 14:05:58','5.188.62.26'),(356659,0,'feed','2022-11-18 14:06:01','5.188.62.26'),(356660,0,'feed','2022-11-18 14:17:07','188.166.91.172'),(356661,0,'feed','2022-11-18 14:23:28','185.2.5.77'),(356662,0,'ukdebtconsolidations-co-uk','2022-11-18 14:25:00','45.120.69.121'),(356663,0,'payments@ridingtherhino.co.uk','2022-11-18 14:51:21','185.119.81.96'),(356664,0,'ukdebtconsolidations-co-uk','2022-11-18 14:53:32','23.97.205.210'),(356665,0,'feed','2022-11-18 15:08:41','159.89.199.237'),(356666,0,'feed','2022-11-18 15:15:16','34.65.234.0'),(356667,0,'ukdebtconsolidations-co-uk','2022-11-18 15:16:50','157.245.204.23'),(356668,0,'ukdebtconsolidations-co-uk','2022-11-18 15:45:44','207.154.250.8'),(356669,0,'seamus','2022-11-18 15:49:31','173.82.106.128'),(356670,0,'payments','2022-11-18 16:01:23','185.119.81.100'),(356671,0,'payments','2022-11-18 16:47:38','185.119.81.96'),(356672,0,'viavisual','2022-11-18 17:37:32','164.90.170.66'),(356673,0,'admin','2022-11-18 17:39:47','185.119.81.96'),(356674,0,'safet','2022-11-18 17:52:24','65.21.9.119'),(356675,0,'payments','2022-11-18 18:09:52','185.119.81.96'),(356676,0,'packlmh','2022-11-18 18:26:09','134.209.127.226'),(356677,0,'payments@ridingtherhino.co.uk','2022-11-18 19:01:21','185.119.81.109'),(356678,0,'jane','2022-11-18 19:14:05','89.32.46.187'),(356679,0,'admin','2022-11-18 19:21:41','70.34.223.54'),(356680,0,'admin','2022-11-18 19:21:41','70.34.223.54'),(356681,0,'admin','2022-11-18 19:21:42','70.34.223.54'),(356682,0,'admin','2022-11-18 19:21:42','70.34.223.54'),(356683,0,'admin','2022-11-18 19:21:43','70.34.223.54'),(356684,0,'admin','2022-11-18 19:21:43','70.34.223.54'),(356685,0,'admin','2022-11-18 19:21:44','70.34.223.54'),(356686,0,'admin','2022-11-18 19:21:44','70.34.223.54'),(356687,0,'admin','2022-11-18 19:21:45','70.34.223.54'),(356688,0,'admin','2022-11-18 19:21:45','70.34.223.54'),(356689,0,'admin','2022-11-18 19:21:46','70.34.223.54'),(356690,0,'admin','2022-11-18 19:21:47','70.34.223.54'),(356691,0,'admin','2022-11-18 19:21:47','70.34.223.54'),(356692,0,'admin','2022-11-18 19:21:48','70.34.223.54'),(356693,0,'admin','2022-11-18 19:21:48','70.34.223.54'),(356694,0,'admin','2022-11-18 19:21:49','70.34.223.54'),(356695,0,'admin','2022-11-18 19:21:49','70.34.223.54'),(356696,0,'admin','2022-11-18 19:21:50','70.34.223.54'),(356697,0,'admin','2022-11-18 19:21:51','70.34.223.54'),(356698,0,'admin','2022-11-18 19:21:51','70.34.223.54'),(356699,0,'admin','2022-11-18 19:21:51','70.34.223.54'),(356700,0,'admin','2022-11-18 19:21:52','70.34.223.54'),(356701,0,'admin','2022-11-18 19:21:52','70.34.223.54'),(356702,0,'admin','2022-11-18 19:21:53','70.34.223.54'),(356703,0,'admin','2022-11-18 19:21:53','70.34.223.54'),(356704,0,'admin','2022-11-18 19:21:54','70.34.223.54'),(356705,0,'admin','2022-11-18 19:21:54','70.34.223.54'),(356706,0,'admin','2022-11-18 19:21:55','70.34.223.54'),(356707,0,'admin','2022-11-18 19:21:55','70.34.223.54'),(356708,0,'admin','2022-11-18 19:21:55','70.34.223.54'),(356709,0,'admin','2022-11-18 19:21:56','70.34.223.54'),(356710,0,'admin','2022-11-18 19:21:56','70.34.223.54'),(356711,0,'admin','2022-11-18 19:21:57','70.34.223.54'),(356712,0,'admin','2022-11-18 19:21:57','70.34.223.54'),(356713,0,'admin','2022-11-18 19:21:57','70.34.223.54'),(356714,0,'admin','2022-11-18 19:21:58','70.34.223.54'),(356715,0,'admin','2022-11-18 19:21:58','70.34.223.54'),(356716,0,'admin','2022-11-18 19:21:59','70.34.223.54'),(356717,0,'admin','2022-11-18 19:21:59','70.34.223.54'),(356718,0,'admin','2022-11-18 19:22:00','70.34.223.54'),(356719,0,'admin','2022-11-18 19:22:00','70.34.223.54'),(356720,0,'admin','2022-11-18 19:22:00','70.34.223.54'),(356721,0,'admin','2022-11-18 19:22:01','70.34.223.54'),(356722,0,'admin','2022-11-18 19:22:01','70.34.223.54'),(356723,0,'admin','2022-11-18 19:22:02','70.34.223.54'),(356724,0,'admin','2022-11-18 19:22:03','70.34.223.54'),(356725,0,'admin','2022-11-18 19:22:03','70.34.223.54'),(356726,0,'admin','2022-11-18 19:22:03','70.34.223.54'),(356727,0,'admin','2022-11-18 19:22:04','70.34.223.54'),(356728,0,'admin','2022-11-18 19:22:04','70.34.223.54'),(356729,0,'admin','2022-11-18 19:22:05','70.34.223.54'),(356730,0,'admin','2022-11-18 19:22:05','70.34.223.54'),(356731,0,'admin','2022-11-18 19:22:06','70.34.223.54'),(356732,0,'admin','2022-11-18 19:22:06','70.34.223.54'),(356733,0,'admin','2022-11-18 19:22:07','70.34.223.54'),(356734,0,'admin','2022-11-18 19:22:07','70.34.223.54'),(356735,0,'admin','2022-11-18 19:22:08','70.34.223.54'),(356736,0,'admin','2022-11-18 19:22:08','70.34.223.54'),(356737,0,'admin','2022-11-18 19:22:09','70.34.223.54'),(356738,0,'admin','2022-11-18 19:22:09','70.34.223.54'),(356739,0,'admin','2022-11-18 19:22:10','70.34.223.54'),(356740,0,'admin','2022-11-18 19:22:10','70.34.223.54'),(356741,0,'admin','2022-11-18 19:22:11','70.34.223.54'),(356742,0,'admin','2022-11-18 19:22:11','70.34.223.54'),(356743,0,'admin','2022-11-18 19:22:12','70.34.223.54'),(356744,0,'admin','2022-11-18 19:22:13','70.34.223.54'),(356745,0,'admin','2022-11-18 19:22:13','70.34.223.54'),(356746,0,'admin','2022-11-18 19:22:13','70.34.223.54'),(356747,0,'admin','2022-11-18 19:22:14','70.34.223.54'),(356748,0,'admin','2022-11-18 19:22:14','70.34.223.54'),(356749,0,'admin','2022-11-18 19:22:15','70.34.223.54'),(356750,0,'admin','2022-11-18 19:22:15','70.34.223.54'),(356751,0,'admin','2022-11-18 19:22:16','70.34.223.54'),(356752,0,'admin','2022-11-18 19:22:16','70.34.223.54'),(356753,0,'admin','2022-11-18 19:22:16','70.34.223.54'),(356754,0,'admin','2022-11-18 19:22:17','70.34.223.54'),(356755,0,'admin','2022-11-18 19:22:17','70.34.223.54'),(356756,0,'admin','2022-11-18 19:22:18','70.34.223.54'),(356757,0,'admin','2022-11-18 19:22:18','70.34.223.54'),(356758,0,'admin','2022-11-18 19:22:19','70.34.223.54'),(356759,0,'admin','2022-11-18 19:22:19','70.34.223.54'),(356760,0,'admin','2022-11-18 19:22:20','70.34.223.54'),(356761,0,'admin','2022-11-18 19:22:20','70.34.223.54'),(356762,0,'admin','2022-11-18 19:22:21','70.34.223.54'),(356763,0,'admin','2022-11-18 19:22:21','70.34.223.54'),(356764,0,'admin','2022-11-18 19:22:22','70.34.223.54'),(356765,0,'admin','2022-11-18 19:22:22','70.34.223.54'),(356766,0,'admin','2022-11-18 19:22:23','70.34.223.54'),(356767,0,'admin','2022-11-18 19:22:24','70.34.223.54'),(356768,0,'admin','2022-11-18 19:22:24','70.34.223.54'),(356769,0,'admin','2022-11-18 19:22:25','70.34.223.54'),(356770,0,'admin','2022-11-18 19:22:25','70.34.223.54'),(356771,0,'admin','2022-11-18 19:22:26','70.34.223.54'),(356772,0,'admin','2022-11-18 19:22:26','70.34.223.54'),(356773,0,'admin','2022-11-18 19:22:26','70.34.223.54'),(356774,0,'admin','2022-11-18 19:22:27','70.34.223.54'),(356775,0,'admin','2022-11-18 19:22:27','70.34.223.54'),(356776,0,'admin','2022-11-18 19:22:28','70.34.223.54'),(356777,0,'admin','2022-11-18 19:22:28','70.34.223.54'),(356778,0,'admin','2022-11-18 19:22:29','70.34.223.54'),(356779,0,'admin','2022-11-18 19:22:29','70.34.223.54'),(356780,0,'admin','2022-11-18 19:22:30','70.34.223.54'),(356781,0,'admin','2022-11-18 19:22:30','70.34.223.54'),(356782,0,'admin','2022-11-18 19:22:31','70.34.223.54'),(356783,0,'admin','2022-11-18 19:22:31','70.34.223.54'),(356784,0,'admin','2022-11-18 19:22:32','70.34.223.54'),(356785,0,'admin','2022-11-18 19:22:32','70.34.223.54'),(356786,0,'admin','2022-11-18 19:22:33','70.34.223.54'),(356787,0,'admin','2022-11-18 19:22:33','70.34.223.54'),(356788,0,'admin','2022-11-18 19:22:34','70.34.223.54'),(356789,0,'admin','2022-11-18 19:22:34','70.34.223.54'),(356790,0,'admin','2022-11-18 19:22:35','70.34.223.54'),(356791,0,'admin','2022-11-18 19:22:35','70.34.223.54'),(356792,0,'admin','2022-11-18 19:22:36','70.34.223.54'),(356793,0,'admin','2022-11-18 19:22:37','70.34.223.54'),(356794,0,'admin','2022-11-18 19:22:37','70.34.223.54'),(356795,0,'admin','2022-11-18 19:22:37','70.34.223.54'),(356796,0,'admin','2022-11-18 19:22:38','70.34.223.54'),(356797,0,'admin','2022-11-18 19:22:38','70.34.223.54'),(356798,0,'admin','2022-11-18 19:22:39','70.34.223.54'),(356799,0,'admin','2022-11-18 19:22:39','70.34.223.54'),(356800,0,'admin','2022-11-18 19:22:40','70.34.223.54'),(356801,0,'admin','2022-11-18 19:22:40','70.34.223.54'),(356802,0,'admin','2022-11-18 19:22:41','70.34.223.54'),(356803,0,'admin','2022-11-18 19:22:42','70.34.223.54'),(356804,0,'admin','2022-11-18 19:22:42','70.34.223.54'),(356805,0,'admin','2022-11-18 19:22:43','70.34.223.54'),(356806,0,'admin','2022-11-18 19:22:43','70.34.223.54'),(356807,0,'admin','2022-11-18 19:22:44','70.34.223.54'),(356808,0,'admin','2022-11-18 19:22:44','70.34.223.54'),(356809,0,'admin','2022-11-18 19:22:45','70.34.223.54'),(356810,0,'admin','2022-11-18 19:22:46','70.34.223.54'),(356811,0,'admin','2022-11-18 19:22:46','70.34.223.54'),(356812,0,'admin','2022-11-18 19:22:46','70.34.223.54'),(356813,0,'admin','2022-11-18 19:22:47','70.34.223.54'),(356814,0,'admin','2022-11-18 19:22:47','70.34.223.54'),(356815,0,'admin','2022-11-18 19:22:48','70.34.223.54'),(356816,0,'admin','2022-11-18 19:22:48','70.34.223.54'),(356817,0,'admin','2022-11-18 19:22:49','70.34.223.54'),(356818,0,'admin','2022-11-18 19:22:49','70.34.223.54'),(356819,0,'admin','2022-11-18 19:22:50','70.34.223.54'),(356820,0,'admin','2022-11-18 19:22:51','70.34.223.54'),(356821,0,'admin','2022-11-18 19:22:51','70.34.223.54'),(356822,0,'admin','2022-11-18 19:22:52','70.34.223.54'),(356823,0,'admin','2022-11-18 19:22:52','70.34.223.54'),(356824,0,'admin','2022-11-18 19:22:53','70.34.223.54'),(356825,0,'admin','2022-11-18 19:22:53','70.34.223.54'),(356826,0,'admin','2022-11-18 19:22:53','70.34.223.54'),(356827,0,'admin','2022-11-18 19:22:54','70.34.223.54'),(356828,0,'admin','2022-11-18 19:22:54','70.34.223.54'),(356829,0,'admin','2022-11-18 19:22:54','70.34.223.54'),(356830,0,'admin','2022-11-18 19:22:55','70.34.223.54'),(356831,0,'admin','2022-11-18 19:22:56','70.34.223.54'),(356832,0,'admin','2022-11-18 19:22:56','70.34.223.54'),(356833,0,'admin','2022-11-18 19:22:56','70.34.223.54'),(356834,0,'admin','2022-11-18 19:22:57','70.34.223.54'),(356835,0,'admin','2022-11-18 19:22:58','70.34.223.54'),(356836,0,'admin','2022-11-18 19:22:59','70.34.223.54'),(356837,0,'admin','2022-11-18 19:22:59','70.34.223.54'),(356838,0,'admin','2022-11-18 19:22:59','70.34.223.54'),(356839,0,'admin','2022-11-18 19:23:00','70.34.223.54'),(356840,0,'admin','2022-11-18 19:23:00','70.34.223.54'),(356841,0,'admin','2022-11-18 19:23:01','70.34.223.54'),(356842,0,'admin','2022-11-18 19:23:01','70.34.223.54'),(356843,0,'payments','2022-11-18 19:25:39','185.119.81.100'),(356844,0,'ukdebtconsolidations.co.uk','2022-11-18 19:45:13','5.188.62.140'),(356845,0,'feed','2022-11-18 19:45:15','5.188.62.140'),(356846,0,'ukdebtconsolidations.co.uk','2022-11-18 20:17:14','5.188.62.76'),(356847,0,'feed','2022-11-18 20:17:15','5.188.62.76'),(356848,0,'admin','2022-11-18 20:17:26','185.119.81.96'),(356849,0,'payments','2022-11-18 20:17:29','185.119.81.96'),(356850,0,'payments','2022-11-18 20:35:47','185.119.81.100'),(356851,0,'ukdebtconsolidations.co.uk','2022-11-18 20:42:04','5.188.62.26'),(356852,0,'feed','2022-11-18 20:42:04','5.188.62.26'),(356853,0,'hamid','2022-11-18 21:30:05','5.23.51.236'),(356854,0,'agent','2022-11-18 21:53:51','5.101.157.148'),(356855,0,'admin','2022-11-18 22:02:26','139.180.214.251'),(356856,0,'admin','2022-11-18 22:05:44','62.90.101.113'),(356857,0,'demo','2022-11-18 22:08:04','86.126.143.200'),(356858,0,'admin','2022-11-18 22:20:33','139.59.117.30'),(356859,0,'ukdebtconsolidations-co-uk','2022-11-18 22:36:03','93.180.133.8'),(356860,0,'payments@ridingtherhino.co.uk','2022-11-18 22:40:33','185.119.81.100'),(356861,0,'ukdebtconsolidations-co-uk','2022-11-18 22:51:45','123.31.41.38'),(356862,0,'ukdebtconsolidations-co-uk','2022-11-18 23:07:51','175.178.160.253'),(356863,0,'ukdebtconsolidations-co-uk','2022-11-18 23:24:10','185.208.174.37'),(356864,0,'ukdebtconsolidations-co-uk','2022-11-18 23:40:34','103.153.214.231'),(356865,0,'ukdebtconsolidations-co-uk','2022-11-18 23:57:41','202.131.227.181'),(356866,0,'cem','2022-11-19 00:10:23','89.108.81.91'),(356867,0,'gnhub','2022-11-19 00:10:26','89.253.233.129'),(356868,0,'ukdebtconsolidations-co-uk','2022-11-19 00:14:36','116.62.155.4'),(356869,0,'administrator','2022-11-19 00:19:43','95.216.225.240'),(356870,0,'ukdebtconsolidations-co-uk','2022-11-19 00:31:33','8.218.143.243'),(356871,0,'ukdebtconsolidations-co-uk','2022-11-19 00:48:33','103.74.120.192'),(356872,0,'kdebtconsolidati','2022-11-19 00:48:43','185.119.81.100'),(356873,0,'ukdebtconsolidations-co-uk','2022-11-19 01:05:08','42.200.109.156'),(356874,0,'ukdebtconsolidations-co-uk','2022-11-19 01:22:16','103.179.44.41'),(356875,0,'domadmin123','2022-11-19 01:30:14','185.69.154.241'),(356876,0,'contact','2022-11-19 01:35:09','91.206.200.7'),(356877,0,'ukdebtconsolidations-co-uk','2022-11-19 01:39:45','185.183.122.143'),(356878,0,'jane','2022-11-19 01:48:47','194.67.64.50'),(356879,0,'ukdebtconsolidations-co-uk','2022-11-19 01:57:07','45.123.203.26'),(356880,0,'admin','2022-11-19 01:59:26','89.107.184.39'),(356881,0,'ukdebtconsolidations','2022-11-19 01:59:27','148.72.232.135'),(356882,0,'admin','2022-11-19 01:59:27','132.148.121.4'),(356883,0,'admin','2022-11-19 01:59:27','148.72.232.135'),(356884,0,'admin','2022-11-19 01:59:27','132.148.121.4'),(356885,0,'admin','2022-11-19 01:59:29','182.50.151.4'),(356886,0,'ukdebtconsolidations','2022-11-19 01:59:29','182.50.151.4'),(356887,0,'ukdebtconsolidations','2022-11-19 02:01:30','74.208.58.245'),(356888,0,'admin','2022-11-19 02:03:29','89.107.186.22'),(356889,0,'admin','2022-11-19 02:03:31','66.29.145.73'),(356890,0,'ukdebtconsolidations','2022-11-19 02:03:31','66.29.145.73'),(356891,0,'admin','2022-11-19 02:04:40','51.68.11.195'),(356892,0,'ukdebtconsolidations','2022-11-19 02:04:40','51.68.11.195'),(356893,0,'ukdebtconsolidations','2022-11-19 02:04:41','103.213.115.111'),(356894,0,'ukdebtconsolidations','2022-11-19 02:04:41','103.213.115.111'),(356895,0,'admin','2022-11-19 02:05:47','91.216.107.90'),(356896,0,'ukdebtconsolidations','2022-11-19 02:05:47','91.216.107.90'),(356897,0,'admin','2022-11-19 02:05:48','134.122.35.243'),(356898,0,'admin','2022-11-19 02:05:48','50.62.177.160'),(356899,0,'ukdebtconsolidations','2022-11-19 02:05:49','50.62.177.160'),(356900,0,'admin','2022-11-19 02:05:49','134.122.35.243'),(356901,0,'admin','2022-11-19 02:07:50','91.134.248.235'),(356902,0,'admin','2022-11-19 02:07:50','91.134.248.235'),(356903,0,'ukdebtconsolidations','2022-11-19 02:08:49','157.230.160.111'),(356904,0,'ukdebtconsolidations','2022-11-19 02:08:50','157.230.160.111'),(356905,0,'ukdebtconsolidations','2022-11-19 02:08:51','173.45.79.122'),(356906,0,'ukdebtconsolidations','2022-11-19 02:08:51','173.45.79.122'),(356907,0,'ukdebtconsolidations','2022-11-19 02:10:33','212.89.25.120'),(356908,0,'admin','2022-11-19 02:10:34','176.114.4.180'),(356909,0,'admin','2022-11-19 02:10:43','159.65.218.75'),(356910,0,'ukdebtconsolidations-co-uk','2022-11-19 02:14:58','192.64.113.147'),(356911,0,'contact','2022-11-19 02:17:47','212.83.166.137'),(356912,0,'ukdebtconsolidations-co-uk','2022-11-19 02:32:30','188.212.34.36'),(356913,0,'payments@ridingtherhino.co.uk','2022-11-19 02:37:24','185.119.81.100'),(356914,0,'ukdebtconsolidations-co-uk','2022-11-19 02:49:58','103.179.44.41'),(356915,0,'ukdebtconsolidations-co-uk','2022-11-19 03:09:04','194.163.132.194'),(356916,0,'ukdebtconsolidations-co-uk','2022-11-19 03:25:10','51.210.99.98'),(356917,0,'ukdebtconsolidations-co-uk','2022-11-19 03:41:06','151.80.20.26'),(356918,0,'UK','2022-11-19 03:45:29','5.188.62.76'),(356919,0,'ukdebtconsolidations-co-uk','2022-11-19 03:52:15','101.99.95.162'),(356920,0,'garak','2022-11-19 03:58:21','195.161.114.5'),(356921,0,'ukdebtconsolidations-co-uk','2022-11-19 04:01:19','194.44.53.72'),(356922,0,'ukdebtconsolidations-co-uk','2022-11-19 04:09:25','185.49.20.77'),(356923,0,'ukdebtconsolidations-co-uk','2022-11-19 04:17:05','45.125.239.179'),(356924,0,'ukdebtconsolidations-co-uk','2022-11-19 04:24:44','50.87.144.155'),(356925,0,'ukdebtconsolidations-co-uk','2022-11-19 04:31:09','206.108.48.146'),(356926,0,'payments@ridingtherhino.co.uk','2022-11-19 04:31:15','185.119.81.100'),(356927,0,'payments','2022-11-19 04:32:36','185.119.81.98'),(356928,0,'ukdebtconsolidations-co-uk','2022-11-19 04:37:43','143.198.161.19'),(356929,0,'erwan','2022-11-19 04:41:29','159.69.212.183'),(356930,0,'ukdebtconsolidations-co-uk','2022-11-19 04:44:08','104.45.41.45'),(356931,0,'ukdebtconsolidations-co-uk','2022-11-19 04:50:06','92.205.25.182'),(356932,0,'aadmin','2022-11-19 04:51:09','45.86.81.36'),(356933,0,'ukdebtconsolidations-co-uk','2022-11-19 04:56:06','185.49.20.77'),(356934,0,'ukdebtconsolidations-co-uk','2022-11-19 05:01:41','157.245.45.127'),(356935,0,'devmin','2022-11-19 05:03:50','208.109.14.72'),(356936,0,'ukdebtconsolidations-co-uk','2022-11-19 05:07:32','34.68.97.70'),(356937,0,'ukdebtconsolidations-co-uk','2022-11-19 05:13:35','158.69.1.76'),(356938,0,'safet','2022-11-19 05:19:48','206.84.102.6'),(356939,0,'ukdebtconsolidations-co-uk','2022-11-19 05:19:49','35.225.94.95'),(356940,0,'ukdebtconsolidations-co-uk','2022-11-19 05:25:39','124.222.127.109'),(356941,0,'ukdebtconsolidations-co-uk','2022-11-19 05:31:48','209.126.8.92'),(356942,0,'ukdebtconsolidations-co-uk','2022-11-19 05:37:42','103.179.44.41'),(356943,0,'ukdebtconsolidations-co-uk','2022-11-19 05:43:28','178.128.104.173'),(356944,0,'ukdebtconsolidations-co-uk','2022-11-19 05:49:14','103.152.164.103'),(356945,0,'viavisual','2022-11-19 05:53:38','91.238.165.67'),(356946,0,'ukdebtconsolidations-co-uk','2022-11-19 05:55:21','152.160.235.235'),(356947,0,'ukdebtconsolidations-co-uk','2022-11-19 06:00:22','191.101.41.142'),(356948,0,'ukdebtconsolidations-co-uk','2022-11-19 06:06:07','185.76.77.160'),(356949,0,'ukdebtconsolidations-co-uk','2022-11-19 06:11:39','93.113.111.100'),(356950,0,'ukdebtconsolidations-co-uk','2022-11-19 06:16:58','43.225.53.24'),(356951,0,'ukdebtconsolidations-co-uk','2022-11-19 06:22:01','172.104.81.115'),(356952,0,'ukdebtconsolidations-co-uk','2022-11-19 06:27:23','185.76.77.160'),(356953,0,'seamus','2022-11-19 06:34:31','45.148.123.130'),(356954,0,'ukdebtconsolidations-co-uk','2022-11-19 06:37:27','139.59.7.75'),(356955,0,'ukdebtconsolidations-co-uk','2022-11-19 06:42:16','101.99.90.175'),(356956,0,'ukdebtconsolidations-co-uk','2022-11-19 06:47:57','49.51.134.238'),(356957,0,'ukdebtconsolidations-co-uk','2022-11-19 06:52:47','103.90.235.70'),(356958,0,'ukdebtconsolidations-co-uk','2022-11-19 06:58:40','152.160.235.235'),(356959,0,'ukdebtconsolidations-co-uk','2022-11-19 07:04:07','166.62.103.104'),(356960,0,'ukdebtconsolidations-co-uk','2022-11-19 07:09:16','124.222.127.109'),(356961,0,'ukdebtconsolidations-co-uk','2022-11-19 07:15:19','185.76.77.160'),(356962,0,'ukdebtconsolidations-co-uk','2022-11-19 07:20:59','42.200.109.156'),(356963,0,'ukdebtconsolidations-co-uk','2022-11-19 07:26:55','128.199.207.6'),(356964,0,'ukdebtconsolidations-co-uk','2022-11-19 07:32:51','104.248.241.28'),(356965,0,'ukdebtconsolidations-co-uk','2022-11-19 07:38:57','166.62.103.104'),(356966,0,'ukdebtconsolidations-co-uk','2022-11-19 07:45:06','151.106.35.235'),(356967,0,'kdebtconsolidati','2022-11-19 08:00:55','185.119.81.100'),(356968,0,'admin','2022-11-19 08:02:51','116.62.155.4'),(356969,0,'admin','2022-11-19 08:14:10','167.99.54.31'),(356970,0,'ukdebtconsolidations-co-uk','2022-11-19 08:26:22','185.197.195.173'),(356971,0,'ukdebtconsolidations-co-uk','2022-11-19 08:38:02','213.149.103.132'),(356972,0,'ukdebtconsolidations-co-uk','2022-11-19 08:51:28','124.222.59.61'),(356973,0,'ukdebtconsolidations-co-uk','2022-11-19 09:03:46','104.219.251.247'),(356974,0,'ukdebtconsolidations-co-uk','2022-11-19 09:16:23','45.13.132.125'),(356975,0,'payments','2022-11-19 09:19:40','185.119.81.98'),(356976,0,'ukdebtconsolidations-co-uk','2022-11-19 09:29:21','124.158.12.83'),(356977,0,'ukdebtconsolidations-co-uk','2022-11-19 09:42:09','120.24.52.65'),(356978,0,'ukdebtconsolidations-co-uk','2022-11-19 09:54:58','172.104.81.115'),(356979,0,'ukdebtconsolidations-co-uk','2022-11-19 10:07:54','51.159.105.232'),(356980,0,'ukdebtconsolidations-co-uk','2022-11-19 10:21:37','8.129.20.30'),(356981,0,'ukdebtconsolidations-co-uk','2022-11-19 10:34:49','195.93.152.83'),(356982,0,'erwan','2022-11-19 10:40:26','173.236.144.34'),(356983,0,'ukdebtconsolidations-co-uk','2022-11-19 10:48:33','152.160.235.235'),(356984,0,'ukdebtconsolidations-co-uk','2022-11-19 11:01:10','199.182.169.122'),(356985,0,'payments@ridingtherhino.co.uk','2022-11-19 11:15:25','185.119.81.96'),(356986,0,'ukdebtconsolidations-co-uk','2022-11-19 11:15:42','185.231.115.174'),(356987,0,'picabo','2022-11-19 11:26:24','45.148.123.130'),(356988,0,'ukdebtconsolidations-co-uk','2022-11-19 11:28:46','124.222.59.61'),(356989,0,'ukdebtconsolidations-co-uk','2022-11-19 11:42:06','72.34.62.119'),(356990,0,'anna','2022-11-19 11:46:29','173.82.106.128'),(356991,0,'ukdebtconsolidations-co-uk','2022-11-19 11:55:54','198.187.28.97'),(356992,0,'admin','2022-11-19 11:55:57','185.65.238.178'),(356993,0,'staff','2022-11-19 11:56:18','62.171.129.97'),(356994,0,'ukdebtconsolidations-co-uk','2022-11-19 12:09:38','194.163.129.107'),(356995,0,'ukdebtconsolidations-co-uk','2022-11-19 12:23:15','176.57.184.62'),(356996,0,'proog','2022-11-19 12:25:24','34.87.94.148'),(356997,0,'ukdebtconsolidations.co.uk','2022-11-19 12:28:44','5.188.62.140'),(356998,0,'feed','2022-11-19 12:28:45','5.188.62.140'),(356999,0,'ukdebtconsolidations-co-uk','2022-11-19 12:36:52','60.236.169.158'),(357000,0,'ukdebtconsolidations-co-uk','2022-11-19 12:51:29','141.95.89.75'),(357001,0,'admin919','2022-11-19 13:01:42','159.69.212.183'),(357002,0,'ukdebtconsolidations-co-uk','2022-11-19 13:05:17','199.168.185.232'),(357003,0,'ukdebtconsolidations-co-uk','2022-11-19 13:19:34','8.129.20.30'),(357004,0,'ukdebtconsolidations-co-uk','2022-11-19 13:33:36','159.65.133.255'),(357005,0,'ukdebtconsolidations-co-uk','2022-11-19 13:47:50','103.74.120.192'),(357006,0,'ukdebtconsolidations-co-uk','2022-11-19 14:01:52','35.198.25.12'),(357007,0,'proog','2022-11-19 14:03:08','65.21.9.119'),(357008,0,'ukdebtconsolidations-co-uk','2022-11-19 14:16:22','93.114.235.167'),(357009,0,'ukdebtconsolidations-co-uk','2022-11-19 14:30:59','185.208.174.37'),(357010,0,'admin1','2022-11-19 14:38:27','185.69.154.241'),(357011,0,'ukdebtconsolidations-co-uk','2022-11-19 14:45:14','69.16.238.78'),(357012,0,'ukdebtconsolidations-co-uk','2022-11-19 14:59:43','159.65.239.34'),(357013,0,'user','2022-11-19 15:01:27','91.238.165.67'),(357014,0,'ukdebtconsolidations-co-uk','2022-11-19 15:14:15','103.92.27.198'),(357015,0,'ukdebtconsolidations-co-uk','2022-11-19 15:28:51','185.76.77.160'),(357016,0,'payments','2022-11-19 15:35:49','185.119.81.98'),(357017,0,'ukdebtconsolidations-co-uk','2022-11-19 15:43:33','51.210.99.98'),(357018,0,'packlmh','2022-11-19 15:55:58','185.233.116.44'),(357019,0,'ukdebtconsolidations-co-uk','2022-11-19 16:00:37','166.62.103.104'),(357020,0,'ukdebtconsolidations-co-uk','2022-11-19 16:15:36','210.215.153.97'),(357021,0,'ukdebtconsolidations-co-uk','2022-11-19 16:30:37','124.40.255.186'),(357022,0,'admin','2022-11-19 16:40:54','185.119.81.100'),(357023,0,'admin','2022-11-19 16:47:30','31.192.224.145'),(357024,0,'admin','2022-11-19 16:52:16','188.166.236.35'),(357025,0,'admin919','2022-11-19 16:59:11','165.22.202.244'),(357026,0,'payments','2022-11-19 17:07:22','185.119.81.96'),(357027,0,'admin','2022-11-19 17:12:40','194.195.121.233'),(357028,0,'admin','2022-11-19 17:14:55','67.205.11.198'),(357029,0,'admin','2022-11-19 17:25:54','13.78.225.32'),(357030,0,'admin','2022-11-19 17:30:46','14.225.255.250'),(357031,0,'debbiecurry','2022-11-19 17:46:13','159.223.231.91'),(357032,0,'admin','2022-11-19 17:51:12','139.59.82.122'),(357033,0,'admin','2022-11-19 17:53:27','81.88.52.221'),(357034,0,'admin','2022-11-19 18:04:16','185.2.4.56'),(357035,0,'admin','2022-11-19 18:09:03','80.88.88.149'),(357036,0,'steve','2022-11-19 18:13:56','164.52.208.63'),(357037,0,'payments','2022-11-19 18:14:50','185.119.81.107'),(357038,0,'payments@ridingtherhino.co.uk','2022-11-19 18:26:00','185.119.81.96'),(357039,0,'admin','2022-11-19 18:29:08','142.93.203.156'),(357040,0,'admin','2022-11-19 18:31:24','159.89.164.128'),(357041,0,'test123','2022-11-19 18:46:36','185.225.33.99'),(357042,0,'admin','2022-11-19 18:47:03','172.176.174.3'),(357043,0,'admin','2022-11-19 18:47:04','172.176.174.3'),(357044,0,'admin','2022-11-19 18:47:05','172.176.174.3'),(357045,0,'admin','2022-11-19 18:47:05','172.176.174.3'),(357046,0,'admin','2022-11-19 18:47:06','172.176.174.3'),(357047,0,'admin','2022-11-19 18:47:06','172.176.174.3'),(357048,0,'admin','2022-11-19 18:47:07','172.176.174.3'),(357049,0,'admin','2022-11-19 18:47:07','172.176.174.3'),(357050,0,'admin','2022-11-19 18:47:08','172.176.174.3'),(357051,0,'admin','2022-11-19 18:47:08','172.176.174.3'),(357052,0,'admin','2022-11-19 18:47:08','172.176.174.3'),(357053,0,'admin','2022-11-19 18:47:09','172.176.174.3'),(357054,0,'admin','2022-11-19 18:47:09','172.176.174.3'),(357055,0,'admin','2022-11-19 18:47:10','172.176.174.3'),(357056,0,'admin','2022-11-19 18:47:10','172.176.174.3'),(357057,0,'admin','2022-11-19 18:47:11','172.176.174.3'),(357058,0,'admin','2022-11-19 18:47:11','172.176.174.3'),(357059,0,'admin','2022-11-19 18:47:12','172.176.174.3'),(357060,0,'admin','2022-11-19 18:47:12','172.176.174.3'),(357061,0,'admin','2022-11-19 18:47:13','172.176.174.3'),(357062,0,'admin','2022-11-19 18:47:13','172.176.174.3'),(357063,0,'admin','2022-11-19 18:47:14','172.176.174.3'),(357064,0,'admin','2022-11-19 18:47:14','172.176.174.3'),(357065,0,'admin','2022-11-19 18:47:15','172.176.174.3'),(357066,0,'admin','2022-11-19 18:47:15','172.176.174.3'),(357067,0,'admin','2022-11-19 18:47:16','172.176.174.3'),(357068,0,'admin','2022-11-19 18:47:16','172.176.174.3'),(357069,0,'admin','2022-11-19 18:47:17','172.176.174.3'),(357070,0,'admin','2022-11-19 18:47:17','172.176.174.3'),(357071,0,'admin','2022-11-19 18:47:17','172.176.174.3'),(357072,0,'admin','2022-11-19 18:47:18','172.176.174.3'),(357073,0,'admin','2022-11-19 18:47:18','172.176.174.3'),(357074,0,'admin','2022-11-19 18:47:19','172.176.174.3'),(357075,0,'admin','2022-11-19 18:47:19','172.176.174.3'),(357076,0,'admin','2022-11-19 18:47:20','172.176.174.3'),(357077,0,'admin','2022-11-19 18:47:20','172.176.174.3'),(357078,0,'admin','2022-11-19 18:47:21','172.176.174.3'),(357079,0,'admin','2022-11-19 18:47:21','172.176.174.3'),(357080,0,'admin','2022-11-19 18:47:22','172.176.174.3'),(357081,0,'admin','2022-11-19 18:47:22','172.176.174.3'),(357082,0,'admin','2022-11-19 18:47:23','172.176.174.3'),(357083,0,'admin','2022-11-19 18:47:23','172.176.174.3'),(357084,0,'admin','2022-11-19 18:47:23','172.176.174.3'),(357085,0,'admin','2022-11-19 18:47:24','172.176.174.3'),(357086,0,'admin','2022-11-19 18:47:24','172.176.174.3'),(357087,0,'admin','2022-11-19 18:47:25','172.176.174.3'),(357088,0,'admin','2022-11-19 18:47:25','172.176.174.3'),(357089,0,'admin','2022-11-19 18:47:26','172.176.174.3'),(357090,0,'admin','2022-11-19 18:47:26','172.176.174.3'),(357091,0,'admin','2022-11-19 18:47:27','172.176.174.3'),(357092,0,'admin','2022-11-19 18:47:27','172.176.174.3'),(357093,0,'admin','2022-11-19 18:47:28','172.176.174.3'),(357094,0,'admin','2022-11-19 18:47:28','172.176.174.3'),(357095,0,'admin','2022-11-19 18:47:29','172.176.174.3'),(357096,0,'admin','2022-11-19 18:47:29','64.225.65.31'),(357097,0,'admin','2022-11-19 18:47:29','172.176.174.3'),(357098,0,'admin','2022-11-19 18:47:30','172.176.174.3'),(357099,0,'admin','2022-11-19 18:47:30','172.176.174.3'),(357100,0,'admin','2022-11-19 18:47:30','172.176.174.3'),(357101,0,'admin','2022-11-19 18:47:31','172.176.174.3'),(357102,0,'admin','2022-11-19 18:47:31','172.176.174.3'),(357103,0,'admin','2022-11-19 18:47:32','172.176.174.3'),(357104,0,'admin','2022-11-19 18:47:32','172.176.174.3'),(357105,0,'admin','2022-11-19 18:47:33','172.176.174.3'),(357106,0,'admin','2022-11-19 18:47:33','172.176.174.3'),(357107,0,'admin','2022-11-19 18:47:34','172.176.174.3'),(357108,0,'admin','2022-11-19 18:47:34','172.176.174.3'),(357109,0,'admin','2022-11-19 18:47:35','172.176.174.3'),(357110,0,'admin','2022-11-19 18:47:35','172.176.174.3'),(357111,0,'admin','2022-11-19 18:47:36','172.176.174.3'),(357112,0,'admin','2022-11-19 18:47:36','172.176.174.3'),(357113,0,'admin','2022-11-19 18:47:37','172.176.174.3'),(357114,0,'admin','2022-11-19 18:47:37','172.176.174.3'),(357115,0,'admin','2022-11-19 18:47:38','172.176.174.3'),(357116,0,'admin','2022-11-19 18:47:38','172.176.174.3'),(357117,0,'admin','2022-11-19 18:47:39','172.176.174.3'),(357118,0,'admin','2022-11-19 19:09:30','130.92.54.18'),(357119,0,'admin','2022-11-19 19:11:42','159.65.200.228'),(357120,0,'packlmh','2022-11-19 19:18:12','178.20.156.80'),(357121,0,'disposable','2022-11-19 19:20:47','185.119.81.107'),(357122,0,'admin','2022-11-19 19:22:41','120.27.133.69'),(357123,0,'admin','2022-11-19 19:27:33','109.168.97.89'),(357124,0,'admin','2022-11-19 19:50:30','185.2.4.134'),(357125,0,'simon','2022-11-19 19:58:02','185.225.33.64'),(357126,0,'admin','2022-11-19 20:01:20','124.106.71.219'),(357127,0,'admin','2022-11-19 20:06:02','47.105.73.13'),(357128,0,'admin','2022-11-19 20:28:09','31.192.224.145'),(357129,0,'payments@ridingtherhino.co.uk','2022-11-19 20:29:32','185.119.81.96'),(357130,0,'ukdebtconsolidations-co-uk','2022-11-19 20:38:33','81.88.52.221'),(357131,0,'feed','2022-11-19 20:43:13','13.79.17.158'),(357132,0,'ukdebtconsolidations-co-uk','2022-11-19 21:02:57','103.130.219.13'),(357133,0,'ukdebtconsolidations-co-uk','2022-11-19 21:15:26','198.211.110.178'),(357134,0,'feed','2022-11-19 21:20:05','52.138.180.227'),(357135,0,'ukdebtconsolidations-co-uk','2022-11-19 21:39:23','185.2.4.147'),(357136,0,'news-desk','2022-11-19 21:40:44','185.126.219.61'),(357137,0,'feed','2022-11-19 21:41:31','148.72.207.163'),(357138,0,'payments','2022-11-19 21:45:01','185.119.81.100'),(357139,0,'ukdebtconsolidations-co-uk','2022-11-19 21:51:50','159.65.200.228'),(357140,0,'feed','2022-11-19 21:56:24','81.88.52.221'),(357141,0,'admin','2022-11-19 22:09:59','151.80.20.26'),(357142,0,'ukdebtconsolidations-co-uk','2022-11-19 22:15:57','66.33.193.231'),(357143,0,'feed','2022-11-19 22:18:05','217.76.155.6'),(357144,0,'admin','2022-11-19 22:25:35','45.138.163.128'),(357145,0,'ukdebtconsolidations-co-uk','2022-11-19 22:28:34','146.56.99.136'),(357146,0,'feed','2022-11-19 22:33:08','166.62.125.246'),(357147,0,'ukdebtconsolidations-co-uk','2022-11-19 22:41:38','151.80.20.26'),(357148,0,'ukdebtconsolidations-co-uk','2022-11-19 22:52:32','188.166.91.172'),(357149,0,'feed','2022-11-19 22:54:41','178.128.167.203'),(357150,0,'ukdebtconsolidations-co-uk','2022-11-19 22:57:22','34.64.218.102'),(357151,0,'ukdebtconsolidations-co-uk','2022-11-19 23:05:05','104.248.35.154'),(357152,0,'feed','2022-11-19 23:09:50','47.114.72.18'),(357153,0,'ukdebtconsolidations-co-uk','2022-11-19 23:13:53','124.222.127.109'),(357154,0,'payments@ridingtherhino.co.uk','2022-11-19 23:24:16','185.119.81.107'),(357155,0,'ukdebtconsolidations-co-uk','2022-11-19 23:29:25','23.99.229.218'),(357156,0,'ukdebtconsolidations-co-uk','2022-11-19 23:30:16','35.194.233.240'),(357157,0,'feed','2022-11-19 23:31:31','188.166.61.228'),(357158,0,'ukdebtconsolidations-co-uk','2022-11-19 23:41:49','198.244.167.101'),(357159,0,'feed','2022-11-19 23:46:27','54.37.235.96'),(357160,0,'ukdebtconsolidations-co-uk','2022-11-19 23:46:58','161.97.90.224'),(357161,0,'user3','2022-11-20 00:00:41','139.180.214.251'),(357162,0,'ukdebtconsolidations-co-uk','2022-11-20 00:04:07','35.194.233.240'),(357163,0,'ukdebtconsolidations-co-uk','2022-11-20 00:06:14','159.89.164.128'),(357164,0,'feed','2022-11-20 00:08:31','188.166.91.172'),(357165,0,'news-desk','2022-11-20 00:13:40','47.241.15.216'),(357166,0,'ukdebtconsolidations-co-uk','2022-11-20 00:21:38','103.186.184.247'),(357167,0,'payments','2022-11-20 00:28:15','185.119.81.107'),(357168,0,'ukdebtconsolidations-co-uk','2022-11-20 00:39:03','180.149.241.246'),(357169,0,'admin','2022-11-20 00:42:30','159.203.143.36'),(357170,0,'payments@ridingtherhino.co.uk','2022-11-20 00:43:24','185.119.81.98'),(357171,0,'payments','2022-11-20 00:44:23','185.119.81.107'),(357172,0,'admin','2022-11-20 00:44:36','185.250.251.124'),(357173,0,'ukdebtconsolidations-co-uk','2022-11-20 00:56:07','125.212.241.69'),(357174,0,'admin','2022-11-20 00:59:11','157.230.15.115'),(357175,0,'payments@ridingtherhino.co.uk','2022-11-20 01:01:40','185.119.81.98'),(357176,0,'ukdebtconsolidations-co-uk','2022-11-20 01:13:53','47.107.33.26'),(357177,0,'admin','2022-11-20 01:18:09','103.114.35.88'),(357178,0,'admin','2022-11-20 01:20:15','197.155.158.21'),(357179,0,'admin','2022-11-20 01:24:25','185.119.81.100'),(357180,0,'admin','2022-11-20 01:30:22','135.125.1.9'),(357181,0,'ukdebtconsolidations-co-uk','2022-11-20 01:31:10','103.101.225.11'),(357182,0,'payments','2022-11-20 01:35:46','185.119.81.96'),(357183,0,'stang','2022-11-20 01:38:09','172.245.14.10'),(357184,0,'ukdebtconsolidations-co-uk','2022-11-20 01:48:19','43.201.80.11'),(357185,0,'testuser','2022-11-20 01:49:34','203.146.102.39'),(357186,0,'admin','2022-11-20 01:53:57','178.128.107.59'),(357187,0,'admin','2022-11-20 01:56:05','213.175.66.138'),(357188,0,'ukdebtconsolidations-co-uk','2022-11-20 02:06:16','180.149.241.246'),(357189,0,'admin','2022-11-20 02:06:20','197.155.158.21'),(357190,0,'admin','2022-11-20 02:11:00','151.106.41.64'),(357191,0,'ukdebtconsolidations-co-uk','2022-11-20 02:24:29','95.167.178.158'),(357192,0,'demo','2022-11-20 02:28:54','77.221.130.86'),(357193,0,'admin','2022-11-20 02:30:32','60.250.109.62'),(357194,0,'admin','2022-11-20 02:32:43','31.192.224.145'),(357195,0,'ukdebtconsolidations-co-uk','2022-11-20 02:42:09','51.210.99.98'),(357196,0,'admin','2022-11-20 02:43:09','60.250.109.62'),(357197,0,'admin','2022-11-20 02:47:43','206.189.129.168'),(357198,0,'user3','2022-11-20 02:54:59','45.138.74.127'),(357199,0,'ukdebtconsolidations-co-uk','2022-11-20 02:59:44','103.56.160.61'),(357200,0,'admin','2022-11-20 03:09:55','81.88.52.221'),(357201,0,'admin','2022-11-20 03:10:17','103.114.35.88'),(357202,0,'ukdebtconsolidations-co-uk','2022-11-20 03:17:15','101.99.90.175'),(357203,0,'admin','2022-11-20 03:17:20','185.119.81.100'),(357204,0,'admin','2022-11-20 03:19:55','167.71.204.106'),(357205,0,'admin','2022-11-20 03:24:40','62.210.211.218'),(357206,0,'ukdebtconsolidations-co-uk','2022-11-20 03:34:15','81.88.53.17'),(357207,0,'admin','2022-11-20 03:44:22','51.91.151.60'),(357208,0,'admin','2022-11-20 03:46:36','178.128.107.59'),(357209,0,'ukdebtconsolidations-co-uk','2022-11-20 03:51:06','47.242.124.78'),(357210,0,'admin','2022-11-20 03:57:09','157.230.15.115'),(357211,0,'payments','2022-11-20 03:58:48','185.119.81.100'),(357212,0,'admin','2022-11-20 04:01:54','164.92.73.132'),(357213,0,'unesco','2022-11-20 04:05:34','103.124.95.20'),(357214,0,'unesco','2022-11-20 04:06:15','51.144.238.41'),(357215,0,'ukdebtconsolidations-co-uk','2022-11-20 04:07:29','128.199.203.239'),(357216,0,'payments','2022-11-20 04:07:44','185.119.81.98'),(357217,0,'admin','2022-11-20 04:22:01','180.250.28.35'),(357218,0,'admin','2022-11-20 04:24:15','46.105.57.132'),(357219,0,'ukdebtconsolidations-co-uk','2022-11-20 04:24:39','134.209.105.240'),(357220,0,'admin','2022-11-20 04:39:21','68.183.14.204'),(357221,0,'ukdebtconsolidations-co-uk','2022-11-20 04:42:14','203.112.72.51'),(357222,0,'admin','2022-11-20 04:45:41','185.119.81.107'),(357223,0,'pkroll','2022-11-20 04:56:49','159.69.212.183'),(357224,0,'admin','2022-11-20 04:58:47','69.163.186.158'),(357225,0,'ukdebtconsolidations-co-uk','2022-11-20 04:59:06','47.242.124.78'),(357226,0,'admin','2022-11-20 05:01:03','91.197.199.240'),(357227,0,'admin','2022-11-20 05:11:37','104.131.68.19'),(357228,0,'ukdebtconsolidations-co-uk','2022-11-20 05:16:24','43.201.80.11'),(357229,0,'ukdebtconsolidations-co-uk','2022-11-20 05:33:58','130.61.143.194'),(357230,0,'admin','2022-11-20 05:36:46','157.245.204.23'),(357231,0,'admin','2022-11-20 05:39:01','167.172.206.144'),(357232,0,'ukdebtconsolidations-co-uk','2022-11-20 05:49:53','164.132.170.4'),(357233,0,'ukdebtconsolidations-co-uk','2022-11-20 05:51:08','121.40.238.50'),(357234,0,'feed','2022-11-20 05:54:44','45.55.44.23'),(357235,0,'admin','2022-11-20 05:55:12','185.119.81.107'),(357236,0,'ukdebtconsolidations.co.uk','2022-11-20 06:00:51','5.188.62.26'),(357237,0,'feed','2022-11-20 06:00:52','5.188.62.26'),(357238,0,'ukdebtconsolidations-co-uk','2022-11-20 06:09:12','130.61.143.194'),(357239,0,'ukdebtconsolidations-co-uk','2022-11-20 06:15:27','81.88.52.221'),(357240,0,'feed','2022-11-20 06:17:44','103.31.249.221'),(357241,0,'ukdebtconsolidations-co-uk','2022-11-20 06:27:05','103.30.212.11'),(357242,0,'user3','2022-11-20 06:27:06','178.20.156.80'),(357243,0,'ukdebtconsolidations-co-uk','2022-11-20 06:28:38','185.2.5.77'),(357244,0,'payments','2022-11-20 06:28:39','185.119.81.107'),(357245,0,'feed','2022-11-20 06:33:31','178.128.107.59'),(357246,0,'admin','2022-11-20 06:33:54','185.119.81.96'),(357247,0,'editor','2022-11-20 06:34:13','103.124.95.20'),(357248,0,'1234567890','2022-11-20 06:44:12','178.20.42.21'),(357249,0,'ukdebtconsolidations-co-uk','2022-11-20 06:45:07','177.222.54.214'),(357250,0,'ukdebtconsolidations-co-uk','2022-11-20 06:53:57','141.94.247.170'),(357251,0,'feed','2022-11-20 06:56:19','138.68.180.230'),(357252,0,'ukdebtconsolidations-co-uk','2022-11-20 07:03:32','51.210.99.98'),(357253,0,'ukdebtconsolidations-co-uk','2022-11-20 07:07:32','164.46.122.50'),(357254,0,'feed','2022-11-20 07:12:24','166.62.125.246'),(357255,0,'payments','2022-11-20 07:12:57','185.119.81.98'),(357256,0,'ukdebtconsolidations-co-uk','2022-11-20 07:21:09','162.240.215.177'),(357257,0,'ukdebtconsolidations-co-uk','2022-11-20 07:32:46','103.31.249.221'),(357258,0,'ukdebtconsolidations-co-uk','2022-11-20 07:33:14','35.225.94.95'),(357259,0,'feed','2022-11-20 07:34:57','46.101.150.34'),(357260,0,'ukdebtconsolidations-co-uk','2022-11-20 07:42:23','124.222.59.61'),(357261,0,'ukdebtconsolidations-co-uk','2022-11-20 07:45:46','46.101.150.34'),(357262,0,'feed','2022-11-20 07:50:42','148.72.214.245'),(357263,0,'ukdebtconsolidations-co-uk','2022-11-20 07:50:43','162.240.215.177'),(357264,0,'ukdebtconsolidations-co-uk','2022-11-20 07:57:56','67.222.131.158'),(357265,0,'ukdebtconsolidations-co-uk','2022-11-20 08:04:29','198.187.28.97'),(357266,0,'Orders','2022-11-20 08:08:00','185.119.81.96'),(357267,0,'ukdebtconsolidations-co-uk','2022-11-20 08:11:15','82.166.39.15'),(357268,0,'ukdebtconsolidations-co-uk','2022-11-20 08:11:16','198.187.28.97'),(357269,0,'feed','2022-11-20 08:13:31','164.92.73.132'),(357270,0,'ukdebtconsolidations-co-uk','2022-11-20 08:18:54','50.87.224.231'),(357271,0,'ukdebtconsolidations-co-uk','2022-11-20 08:24:23','202.29.236.140'),(357272,0,'hamid','2022-11-20 08:25:06','159.69.212.183'),(357273,0,'ukdebtconsolidations-co-uk','2022-11-20 08:25:07','128.199.68.99'),(357274,0,'12345','2022-11-20 08:27:19','93.104.208.179'),(357275,0,'feed','2022-11-20 08:29:12','139.59.85.224'),(357276,0,'ukdebtconsolidations-co-uk','2022-11-20 08:32:12','151.80.20.26'),(357277,0,'ukdebtconsolidations-co-uk','2022-11-20 08:39:00','192.185.2.101'),(357278,0,'ukdebtconsolidations-co-uk','2022-11-20 08:44:50','35.233.164.145'),(357279,0,'ukdebtconsolidations-co-uk','2022-11-20 08:49:17','13.78.225.32'),(357280,0,'ukdebtconsolidations-co-uk','2022-11-20 08:51:12','162.214.80.88'),(357281,0,'feed','2022-11-20 08:51:29','51.255.81.60'),(357282,0,'ukdebtconsolidations-co-uk','2022-11-20 08:57:28','195.93.152.83'),(357283,0,'ukdebtconsolidations-co-uk','2022-11-20 09:02:15','159.89.109.117'),(357284,0,'ukdebtconsolidations-co-uk','2022-11-20 09:02:41','52.144.45.57'),(357285,0,'ukdebtconsolidations-co-uk','2022-11-20 09:08:09','167.86.109.138'),(357286,0,'ukdebtconsolidations-co-uk','2022-11-20 09:13:51','51.68.228.235'),(357287,0,'ukdebtconsolidations-co-uk','2022-11-20 09:19:28','111.90.145.188'),(357288,0,'ukdebtconsolidations-co-uk','2022-11-20 09:25:39','87.107.144.155'),(357289,0,'Admin','2022-11-20 09:29:33','45.142.122.9'),(357290,0,'feed','2022-11-20 09:29:47','118.24.106.172'),(357291,0,'ukdebtconsolidations-co-uk','2022-11-20 09:31:03','173.249.147.188'),(357292,0,'ukdebtconsolidations-co-uk','2022-11-20 09:36:50','207.154.234.6'),(357293,0,'ukdebtconsolidations-co-uk','2022-11-20 09:41:51','167.99.78.164'),(357294,0,'feed','2022-11-20 09:45:05','142.93.201.0'),(357295,0,'ukdebtconsolidations-co-uk','2022-11-20 09:47:09','103.152.164.103'),(357296,0,'ukdebtconsolidations-co-uk','2022-11-20 09:53:45','91.201.215.19'),(357297,0,'ukdebtconsolidations-co-uk','2022-11-20 09:57:43','173.208.146.131'),(357298,0,'ukdebtconsolidations-co-uk','2022-11-20 10:02:58','192.64.113.147'),(357299,0,'ukdebtconsolidations-co-uk','2022-11-20 10:05:25','64.225.65.31'),(357300,0,'ukdebtconsolidations-co-uk','2022-11-20 10:08:01','103.171.181.149'),(357301,0,'unesco','2022-11-20 10:08:08','173.236.144.34'),(357302,0,'ukdebtconsolidations-co-uk','2022-11-20 10:13:05','148.72.244.53'),(357303,0,'ukdebtconsolidations-co-uk','2022-11-20 10:18:27','157.230.15.115'),(357304,0,'ukdebtconsolidations-co-uk','2022-11-20 10:18:38','95.167.178.158'),(357305,0,'feed','2022-11-20 10:23:12','135.125.1.9'),(357306,0,'ukdebtconsolidations-co-uk','2022-11-20 10:23:35','202.131.227.181'),(357307,0,'intos','2022-11-20 10:26:57','5.101.157.8'),(357308,0,'ukdebtconsolidations-co-uk','2022-11-20 10:28:32','8.129.20.30'),(357309,0,'ukdebtconsolidations-co-uk','2022-11-20 10:33:52','103.56.160.61'),(357310,0,'ukdebtconsolidations-co-uk','2022-11-20 10:39:33','209.17.114.78'),(357311,0,'ukdebtconsolidations-co-uk','2022-11-20 10:43:32','147.182.249.22'),(357312,0,'baze','2022-11-20 10:44:04','18.133.60.229'),(357313,0,'ukdebtconsolidations-co-uk','2022-11-20 10:44:51','35.194.233.240'),(357314,0,'feed','2022-11-20 10:45:46','171.244.0.91'),(357315,0,'ukdebtconsolidations-co-uk','2022-11-20 10:50:30','139.59.119.76'),(357316,0,'ukdebtconsolidations-co-uk','2022-11-20 10:56:42','168.119.180.95'),(357317,0,'ukdebtconsolidations-co-uk','2022-11-20 10:57:31','85.191.68.63'),(357318,0,'feed','2022-11-20 11:02:23','198.244.167.101'),(357319,0,'ukdebtconsolidations-co-uk','2022-11-20 11:02:27','64.227.160.56'),(357320,0,'ukdebtconsolidations-co-uk','2022-11-20 11:08:10','47.242.124.78'),(357321,0,'ukdebtconsolidations-co-uk','2022-11-20 11:14:37','51.79.242.130'),(357322,0,'ukdebtconsolidations.co.uk','2022-11-20 11:15:03','5.188.62.76'),(357323,0,'feed','2022-11-20 11:15:04','5.188.62.76'),(357324,0,'ukdebtconsolidations-co-uk','2022-11-20 11:23:13','45.120.69.121'),(357325,0,'feed','2022-11-20 11:25:27','141.94.247.170'),(357326,0,'wadminw','2022-11-20 11:25:35','142.4.1.45'),(357327,0,'hamid','2022-11-20 11:31:07','185.106.208.50'),(357328,0,'wwwadmin','2022-11-20 11:32:11','209.17.114.78'),(357329,0,'ukdebtconsolidations-co-uk','2022-11-20 11:36:39','175.178.125.173'),(357330,0,'feed','2022-11-20 11:42:03','128.199.14.4'),(357331,0,'wadminw','2022-11-20 11:46:25','103.171.181.149'),(357332,0,'cem','2022-11-20 11:50:39','5.101.157.135'),(357333,0,'test','2022-11-20 11:53:07','20.198.103.233'),(357334,0,'test123','2022-11-20 11:54:15','185.233.36.233'),(357335,0,'wwwadmin','2022-11-20 11:57:03','195.225.76.130'),(357336,0,'domadmin123','2022-11-20 11:58:24','185.233.36.233'),(357337,0,'ukdebtconsolidations-co-uk','2022-11-20 12:03:56','133.130.103.36'),(357338,0,'feed','2022-11-20 12:06:35','51.91.151.60'),(357339,0,'ukdebtconsolidations.co.uk','2022-11-20 12:13:42','5.188.62.26'),(357340,0,'feed','2022-11-20 12:13:44','5.188.62.26'),(357341,0,'ukdebtconsolidations-co-uk','2022-11-20 12:18:45','175.178.125.173'),(357342,0,'feed','2022-11-20 12:23:58','139.59.82.122'),(357343,0,'badminton','2022-11-20 12:30:26','77.221.130.86'),(357344,0,'admin','2022-11-20 12:31:25','177.52.160.32'),(357345,0,'payments','2022-11-20 12:34:41','185.119.81.96'),(357346,0,'admin','2022-11-20 12:38:07','190.171.170.94'),(357347,0,'ukdebtconsolidations.co.uk','2022-11-20 12:41:48','5.188.62.140'),(357348,0,'feed','2022-11-20 12:41:49','5.188.62.140'),(357349,0,'ukdebtconsolidations-co-uk','2022-11-20 12:45:03','51.89.47.206'),(357350,0,'ukdebtconsolidations-co-uk','2022-11-20 12:45:12','162.240.215.177'),(357351,0,'feed','2022-11-20 12:47:36','167.71.204.106'),(357352,0,'ukdebtconsolidations-co-uk','2022-11-20 12:52:15','185.183.122.143'),(357353,0,'ukdebtconsolidations-co-uk','2022-11-20 12:59:02','185.2.4.56'),(357354,0,'ukdebtconsolidations-co-uk','2022-11-20 12:59:28','46.182.4.117'),(357355,0,'feed','2022-11-20 13:04:12','81.88.52.8'),(357356,0,'ukdebtconsolidations-co-uk','2022-11-20 13:06:00','210.215.153.97'),(357357,0,'ukdebtconsolidations-co-uk','2022-11-20 13:13:14','43.138.14.11'),(357358,0,'payments','2022-11-20 13:13:40','185.119.81.100'),(357359,0,'ukdebtconsolidations-co-uk','2022-11-20 13:20:27','45.123.203.26'),(357360,0,'ukdebtconsolidations-co-uk','2022-11-20 13:25:52','142.93.203.156'),(357361,0,'ukdebtconsolidations-co-uk','2022-11-20 13:27:39','208.109.11.58'),(357362,0,'feed','2022-11-20 13:28:14','141.94.247.170'),(357363,0,'ukdebtconsolidations-co-uk','2022-11-20 13:34:56','184.168.121.5'),(357364,0,'Orders','2022-11-20 13:37:55','185.119.81.96'),(357365,0,'ukdebtconsolidations-co-uk','2022-11-20 13:40:01','173.236.168.102'),(357366,0,'ukdebtconsolidations-co-uk','2022-11-20 13:43:20','192.115.100.180'),(357367,0,'feed','2022-11-20 13:45:17','147.182.249.22'),(357368,0,'payments','2022-11-20 13:53:28','185.119.81.96'),(357369,0,'wadminw','2022-11-20 13:53:53','116.203.66.97'),(357370,0,'payments','2022-11-20 14:03:15','185.119.81.107'),(357371,0,'ukdebtconsolidations-co-uk','2022-11-20 14:07:34','167.172.206.144'),(357372,0,'wwwadmin','2022-11-20 14:07:37','162.240.211.236'),(357373,0,'feed','2022-11-20 14:09:59','61.219.43.253'),(357374,0,'ukdebtconsolidations.co.uk','2022-11-20 14:12:45','5.188.62.21'),(357375,0,'feed','2022-11-20 14:12:45','5.188.62.21'),(357376,0,'wadminw','2022-11-20 14:17:48','148.72.40.90'),(357377,0,'ukdebtconsolidations-co-uk','2022-11-20 14:21:27','115.79.139.135'),(357378,0,'wwwadmin','2022-11-20 14:25:30','184.168.125.241'),(357379,0,'feed','2022-11-20 14:26:22','192.64.82.118'),(357380,0,'rootuser','2022-11-20 14:29:59','20.198.103.233'),(357381,0,'ukdebtconsolidations-co-uk','2022-11-20 14:47:52','185.2.4.56'),(357382,0,'payments','2022-11-20 14:49:33','185.119.81.100'),(357383,0,'feed','2022-11-20 14:50:29','120.27.133.69'),(357384,0,'admin','2022-11-20 15:02:16','103.153.214.231'),(357385,0,'ukdebtconsolidations-co-uk','2022-11-20 15:02:30','161.35.52.207'),(357386,0,'feed','2022-11-20 15:08:00','178.128.167.203'),(357387,0,'admin','2022-11-20 15:10:21','162.241.104.29'),(357388,0,'ukdebtconsolidations-co-uk','2022-11-20 15:17:38','123.31.41.38'),(357389,0,'ukdebtconsolidations-co-uk','2022-11-20 15:25:27','208.109.39.235'),(357390,0,'ukdebtconsolidations-co-uk','2022-11-20 15:30:56','92.204.138.28'),(357391,0,'ukdebtconsolidations.co.uk','2022-11-20 15:30:58','5.188.62.174'),(357392,0,'feed','2022-11-20 15:30:59','5.188.62.174'),(357393,0,'ukdebtconsolidations-co-uk','2022-11-20 15:33:20','103.98.152.12'),(357394,0,'feed','2022-11-20 15:33:25','115.79.139.135'),(357395,0,'ukdebtconsolidations-co-uk','2022-11-20 15:41:18','103.166.182.177'),(357396,0,'ukdebtconsolidations-co-uk','2022-11-20 15:44:49','181.174.125.214'),(357397,0,'ukdebtconsolidations-co-uk','2022-11-20 15:49:29','103.92.27.198'),(357398,0,'admin','2022-11-20 15:49:51','185.119.81.98'),(357399,0,'feed','2022-11-20 15:49:58','159.203.143.36'),(357400,0,'ukdebtconsolidations-co-uk','2022-11-20 15:57:40','125.212.241.69'),(357401,0,'ukdebtconsolidations-co-uk','2022-11-20 16:05:54','167.71.106.216'),(357402,0,'ukdebtconsolidations-co-uk','2022-11-20 16:14:32','194.163.129.107'),(357403,0,'feed','2022-11-20 16:14:45','139.59.96.126'),(357404,0,'ukdebtconsolidations-co-uk','2022-11-20 16:22:24','111.90.150.171'),(357405,0,'ukdebtconsolidations-co-uk','2022-11-20 16:26:02','77.240.13.186'),(357406,0,'ukdebtconsolidations-co-uk','2022-11-20 16:30:56','188.209.152.115'),(357407,0,'ukdebtconsolidations-co-uk','2022-11-20 16:37:30','43.153.168.248'),(357408,0,'payments','2022-11-20 16:37:40','185.119.81.96'),(357409,0,'ukdebtconsolidations-co-uk','2022-11-20 16:44:23','37.221.176.134'),(357410,0,'ukdebtconsolidations-co-uk','2022-11-20 16:52:31','46.255.160.53'),(357411,0,'webadmin','2022-11-20 17:04:02','164.90.170.66'),(357412,0,'ukdebtconsolidations-co-uk','2022-11-20 17:06:22','45.120.69.121'),(357413,0,'1234','2022-11-20 17:09:07','135.181.60.103'),(357414,0,'ukdebtconsolidations-co-uk','2022-11-20 17:12:31','202.29.236.140'),(357415,0,'1234567890','2022-11-20 17:16:21','45.142.122.9'),(357416,0,'kdebtconsolidati','2022-11-20 17:19:14','185.119.81.100'),(357417,0,'feed','2022-11-20 17:20:36','173.236.152.148'),(357418,0,'admin','2022-11-20 17:32:44','54.163.144.107'),(357419,0,'admin','2022-11-20 17:32:45','54.163.144.107'),(357420,0,'admin','2022-11-20 17:32:45','54.163.144.107'),(357421,0,'admin','2022-11-20 17:32:46','54.163.144.107'),(357422,0,'admin','2022-11-20 17:32:46','54.163.144.107'),(357423,0,'admin','2022-11-20 17:32:47','54.163.144.107'),(357424,0,'admin','2022-11-20 17:32:47','54.163.144.107'),(357425,0,'admin','2022-11-20 17:32:48','54.163.144.107'),(357426,0,'admin','2022-11-20 17:32:48','54.163.144.107'),(357427,0,'admin','2022-11-20 17:32:48','54.163.144.107'),(357428,0,'admin','2022-11-20 17:32:49','54.163.144.107'),(357429,0,'admin','2022-11-20 17:32:49','54.163.144.107'),(357430,0,'admin','2022-11-20 17:32:50','54.163.144.107'),(357431,0,'admin','2022-11-20 17:32:50','54.163.144.107'),(357432,0,'admin','2022-11-20 17:32:51','54.163.144.107'),(357433,0,'admin','2022-11-20 17:32:51','54.163.144.107'),(357434,0,'admin','2022-11-20 17:32:52','54.163.144.107'),(357435,0,'admin','2022-11-20 17:32:52','54.163.144.107'),(357436,0,'admin','2022-11-20 17:32:53','54.163.144.107'),(357437,0,'admin','2022-11-20 17:32:53','54.163.144.107'),(357438,0,'admin','2022-11-20 17:32:54','54.163.144.107'),(357439,0,'admin','2022-11-20 17:32:54','54.163.144.107'),(357440,0,'admin','2022-11-20 17:32:55','54.163.144.107'),(357441,0,'admin','2022-11-20 17:32:55','54.163.144.107'),(357442,0,'admin','2022-11-20 17:32:56','54.163.144.107'),(357443,0,'admin','2022-11-20 17:32:56','54.163.144.107'),(357444,0,'admin','2022-11-20 17:32:57','54.163.144.107'),(357445,0,'admin','2022-11-20 17:32:57','54.163.144.107'),(357446,0,'admin','2022-11-20 17:32:58','54.163.144.107'),(357447,0,'admin','2022-11-20 17:32:58','54.163.144.107'),(357448,0,'admin','2022-11-20 17:32:59','54.163.144.107'),(357449,0,'admin','2022-11-20 17:32:59','54.163.144.107'),(357450,0,'admin','2022-11-20 17:33:00','54.163.144.107'),(357451,0,'admin','2022-11-20 17:33:01','54.163.144.107'),(357452,0,'admin','2022-11-20 17:33:01','54.163.144.107'),(357453,0,'admin','2022-11-20 17:33:02','54.163.144.107'),(357454,0,'admin','2022-11-20 17:33:02','54.163.144.107'),(357455,0,'admin','2022-11-20 17:33:02','54.163.144.107'),(357456,0,'admin','2022-11-20 17:33:03','54.163.144.107'),(357457,0,'admin','2022-11-20 17:33:03','54.163.144.107'),(357458,0,'admin','2022-11-20 17:33:04','54.163.144.107'),(357459,0,'admin','2022-11-20 17:33:04','54.163.144.107'),(357460,0,'admin','2022-11-20 17:33:05','54.163.144.107'),(357461,0,'admin','2022-11-20 17:33:05','54.163.144.107'),(357462,0,'admin','2022-11-20 17:33:06','54.163.144.107'),(357463,0,'admin','2022-11-20 17:33:06','54.163.144.107'),(357464,0,'admin','2022-11-20 17:33:07','54.163.144.107'),(357465,0,'admin','2022-11-20 17:33:07','54.163.144.107'),(357466,0,'admin','2022-11-20 17:33:08','54.163.144.107'),(357467,0,'admin','2022-11-20 17:33:08','54.163.144.107'),(357468,0,'admin','2022-11-20 17:33:09','54.163.144.107'),(357469,0,'admin','2022-11-20 17:33:09','54.163.144.107'),(357470,0,'admin','2022-11-20 17:33:10','54.163.144.107'),(357471,0,'admin','2022-11-20 17:33:10','54.163.144.107'),(357472,0,'admin','2022-11-20 17:33:10','54.163.144.107'),(357473,0,'admin','2022-11-20 17:33:11','54.163.144.107'),(357474,0,'admin','2022-11-20 17:33:11','54.163.144.107'),(357475,0,'admin','2022-11-20 17:33:12','54.163.144.107'),(357476,0,'admin','2022-11-20 17:33:12','54.163.144.107'),(357477,0,'admin','2022-11-20 17:33:13','54.163.144.107'),(357478,0,'ukdebtconsolidations-co-uk','2022-11-20 17:34:27','173.236.224.113'),(357479,0,'admin','2022-11-20 17:38:23','34.220.126.140'),(357480,0,'admin','2022-11-20 17:38:24','34.220.126.140'),(357481,0,'admin','2022-11-20 17:38:25','34.220.126.140'),(357482,0,'admin','2022-11-20 17:38:25','34.220.126.140'),(357483,0,'admin','2022-11-20 17:38:26','34.220.126.140'),(357484,0,'admin','2022-11-20 17:38:27','34.220.126.140'),(357485,0,'admin','2022-11-20 17:38:28','34.220.126.140'),(357486,0,'admin','2022-11-20 17:38:28','34.220.126.140'),(357487,0,'admin','2022-11-20 17:38:29','34.220.126.140'),(357488,0,'admin','2022-11-20 17:38:30','34.220.126.140'),(357489,0,'admin','2022-11-20 17:38:31','34.220.126.140'),(357490,0,'admin','2022-11-20 17:38:31','34.220.126.140'),(357491,0,'admin','2022-11-20 17:38:32','34.220.126.140'),(357492,0,'admin','2022-11-20 17:38:33','34.220.126.140'),(357493,0,'admin','2022-11-20 17:38:34','34.220.126.140'),(357494,0,'admin','2022-11-20 17:38:34','34.220.126.140'),(357495,0,'admin','2022-11-20 17:38:35','34.220.126.140'),(357496,0,'admin','2022-11-20 17:38:36','34.220.126.140'),(357497,0,'admin','2022-11-20 17:38:37','34.220.126.140'),(357498,0,'admin','2022-11-20 17:38:38','34.220.126.140'),(357499,0,'admin','2022-11-20 17:38:38','34.220.126.140'),(357500,0,'admin','2022-11-20 17:38:39','34.220.126.140'),(357501,0,'admin','2022-11-20 17:38:40','34.220.126.140'),(357502,0,'admin','2022-11-20 17:38:41','34.220.126.140'),(357503,0,'admin','2022-11-20 17:38:42','34.220.126.140'),(357504,0,'admin','2022-11-20 17:38:42','34.220.126.140'),(357505,0,'admin','2022-11-20 17:38:43','34.220.126.140'),(357506,0,'admin','2022-11-20 17:38:44','34.220.126.140'),(357507,0,'admin','2022-11-20 17:38:44','34.220.126.140'),(357508,0,'admin','2022-11-20 17:38:45','34.220.126.140'),(357509,0,'admin','2022-11-20 17:38:46','34.220.126.140'),(357510,0,'admin','2022-11-20 17:38:47','34.220.126.140'),(357511,0,'admin','2022-11-20 17:38:48','34.220.126.140'),(357512,0,'admin','2022-11-20 17:38:48','34.220.126.140'),(357513,0,'admin','2022-11-20 17:38:49','34.220.126.140'),(357514,0,'admin','2022-11-20 17:38:50','34.220.126.140'),(357515,0,'admin','2022-11-20 17:38:51','34.220.126.140'),(357516,0,'admin','2022-11-20 17:38:52','34.220.126.140'),(357517,0,'admin','2022-11-20 17:38:52','34.220.126.140'),(357518,0,'admin','2022-11-20 17:38:53','34.220.126.140'),(357519,0,'admin','2022-11-20 17:38:54','34.220.126.140'),(357520,0,'admin','2022-11-20 17:38:55','34.220.126.140'),(357521,0,'admin','2022-11-20 17:38:55','34.220.126.140'),(357522,0,'admin','2022-11-20 17:38:56','34.220.126.140'),(357523,0,'admin','2022-11-20 17:38:57','34.220.126.140'),(357524,0,'admin','2022-11-20 17:38:58','34.220.126.140'),(357525,0,'admin','2022-11-20 17:38:58','34.220.126.140'),(357526,0,'admin','2022-11-20 17:38:59','34.220.126.140'),(357527,0,'admin','2022-11-20 17:39:00','34.220.126.140'),(357528,0,'admin','2022-11-20 17:39:01','34.220.126.140'),(357529,0,'admin','2022-11-20 17:39:02','34.220.126.140'),(357530,0,'admin','2022-11-20 17:39:02','34.220.126.140'),(357531,0,'admin','2022-11-20 17:39:03','34.220.126.140'),(357532,0,'admin','2022-11-20 17:39:04','34.220.126.140'),(357533,0,'admin','2022-11-20 17:39:05','34.220.126.140'),(357534,0,'admin','2022-11-20 17:39:05','34.220.126.140'),(357535,0,'admin','2022-11-20 17:39:06','34.220.126.140'),(357536,0,'admin','2022-11-20 17:39:07','34.220.126.140'),(357537,0,'admin','2022-11-20 17:39:08','34.220.126.140'),(357538,0,'admin','2022-11-20 17:39:09','34.220.126.140'),(357539,0,'feed','2022-11-20 17:42:43','125.227.127.195'),(357540,0,'admin','2022-11-20 17:55:16','169.255.57.42'),(357541,0,'admin','2022-11-20 17:55:17','169.255.57.42'),(357542,0,'ukdebtconsolidations','2022-11-20 17:55:51','51.68.11.211'),(357543,0,'admin','2022-11-20 17:55:51','51.68.11.211'),(357544,0,'ukdebtconsolidations','2022-11-20 17:56:29','219.94.129.87'),(357545,0,'ukdebtconsolidations-co-uk','2022-11-20 17:56:37','147.182.249.22'),(357546,0,'ukdebtconsolidations','2022-11-20 17:56:38','173.214.161.250'),(357547,0,'ukdebtconsolidations','2022-11-20 17:56:52','168.119.167.66'),(357548,0,'admin','2022-11-20 17:56:52','168.119.167.66'),(357549,0,'ukdebtconsolidations','2022-11-20 17:57:54','51.68.11.211'),(357550,0,'ukdebtconsolidations','2022-11-20 17:57:54','51.68.11.211'),(357551,0,'admin','2022-11-20 17:57:54','176.123.0.55'),(357552,0,'ukdebtconsolidations','2022-11-20 17:57:55','132.148.121.159'),(357553,0,'admin','2022-11-20 17:58:20','212.83.181.105'),(357554,0,'admin','2022-11-20 17:58:21','72.167.190.16'),(357555,0,'ukdebtconsolidations','2022-11-20 17:58:21','72.167.190.16'),(357556,0,'ukdebtconsolidations','2022-11-20 17:58:45','156.67.73.138'),(357557,0,'ukdebtconsolidations','2022-11-20 17:58:46','148.72.232.34'),(357558,0,'admin','2022-11-20 17:58:47','203.146.170.86'),(357559,0,'admin','2022-11-20 17:59:10','82.165.82.114'),(357560,0,'baze','2022-11-20 18:03:38','185.106.208.50'),(357561,0,'feed','2022-11-20 18:04:58','159.203.121.12'),(357562,0,'ukdebtconsolidations-co-uk','2022-11-20 18:19:07','23.99.229.218'),(357563,0,'shan','2022-11-20 18:22:58','27.54.133.163'),(357564,0,'agent','2022-11-20 18:23:40','137.184.96.81'),(357565,0,'feed','2022-11-20 18:27:15','212.110.92.155'),(357566,0,'ukdebtconsolidations.co.uk','2022-11-20 18:34:16','5.188.62.140'),(357567,0,'feed','2022-11-20 18:34:18','5.188.62.140'),(357568,0,'ukdebtconsolidations-co-uk','2022-11-20 18:41:16','34.78.198.205'),(357569,0,'feed','2022-11-20 18:49:52','46.105.29.21'),(357570,0,'agent','2022-11-20 18:53:26','5.253.61.99'),(357571,0,'ukdebtconsolidations-co-uk','2022-11-20 19:05:04','164.92.73.132'),(357572,0,'feed','2022-11-20 19:13:13','46.105.57.132'),(357573,0,'UK','2022-11-20 19:13:32','5.188.62.76'),(357574,0,'ukdebtconsolidations-co-uk','2022-11-20 19:27:10','161.35.52.207'),(357575,0,'payments@ridingtherhino.co.uk','2022-11-20 19:32:14','185.119.81.100'),(357576,0,'feed','2022-11-20 19:35:11','149.56.26.54'),(357577,0,'feed','2022-11-20 19:56:53','103.166.183.192'),(357578,0,'1234','2022-11-20 20:07:47','27.54.133.163'),(357579,0,'badminton','2022-11-20 20:08:28','64.91.244.200'),(357580,0,'feed','2022-11-20 20:18:26','198.244.167.101'),(357581,0,'ukdebtconsolidations-co-uk','2022-11-20 20:31:45','139.59.96.126'),(357582,0,'feed','2022-11-20 20:39:33','185.2.4.134'),(357583,0,'ukdebtconsolidations-co-uk','2022-11-20 20:53:00','206.189.129.168'),(357584,0,'feed','2022-11-20 21:01:12','147.182.249.22'),(357585,0,'ukdebtconsolidations.co.uk','2022-11-20 21:04:03','5.188.62.21'),(357586,0,'feed','2022-11-20 21:04:03','5.188.62.21'),(357587,0,'ukdebtconsolidations-co-uk','2022-11-20 21:14:22','185.2.4.147'),(357588,0,'contact','2022-11-20 21:20:11','37.252.1.102'),(357589,0,'feed','2022-11-20 21:22:24','120.27.240.230'),(357590,0,'ukdebtconsolidations.co.uk','2022-11-20 21:32:35','5.188.62.174'),(357591,0,'feed','2022-11-20 21:32:38','5.188.62.174'),(357592,0,'ukdebtconsolidations-co-uk','2022-11-20 21:35:45','207.154.248.39'),(357593,0,'feed','2022-11-20 21:43:26','107.180.106.9'),(357594,0,'payments','2022-11-20 21:51:00','185.119.81.98'),(357595,0,'ukdebtconsolidations-co-uk','2022-11-20 21:56:22','164.132.170.4'),(357596,0,'feed','2022-11-20 22:04:05','161.35.52.207'),(357597,0,'ukdebtconsolidations-co-uk','2022-11-20 22:17:07','181.174.125.214'),(357598,0,'ukdebtconsolidations.co.uk','2022-11-20 22:23:03','5.188.62.76'),(357599,0,'feed','2022-11-20 22:23:03','5.188.62.76'),(357600,0,'feed','2022-11-20 22:24:45','202.21.38.119'),(357601,0,'ukdebtconsolidations.co.uk','2022-11-20 22:35:46','5.188.62.140'),(357602,0,'feed','2022-11-20 22:35:49','5.188.62.140'),(357603,0,'ukdebtconsolidations-co-uk','2022-11-20 22:37:40','171.244.0.91'),(357604,0,'payments','2022-11-20 22:41:06','185.119.81.98'),(357605,0,'feed','2022-11-20 22:45:14','111.230.202.147'),(357606,0,'amperio','2022-11-20 22:50:01','175.45.125.163'),(357607,0,'ukdebtconsolidations-co-uk','2022-11-20 22:58:00','159.203.120.246'),(357608,0,'admin','2022-11-20 23:00:16','34.220.126.140'),(357609,0,'admin','2022-11-20 23:00:17','34.220.126.140'),(357610,0,'admin','2022-11-20 23:00:18','34.220.126.140'),(357611,0,'admin','2022-11-20 23:00:19','34.220.126.140'),(357612,0,'admin','2022-11-20 23:00:19','34.220.126.140'),(357613,0,'admin','2022-11-20 23:00:20','34.220.126.140'),(357614,0,'admin','2022-11-20 23:00:21','34.220.126.140'),(357615,0,'admin','2022-11-20 23:00:22','34.220.126.140'),(357616,0,'admin','2022-11-20 23:00:22','34.220.126.140'),(357617,0,'admin','2022-11-20 23:00:23','34.220.126.140'),(357618,0,'admin','2022-11-20 23:00:24','34.220.126.140'),(357619,0,'admin','2022-11-20 23:00:24','34.220.126.140'),(357620,0,'admin','2022-11-20 23:00:25','34.220.126.140'),(357621,0,'admin','2022-11-20 23:00:26','34.220.126.140'),(357622,0,'admin','2022-11-20 23:00:27','34.220.126.140'),(357623,0,'admin','2022-11-20 23:00:27','34.220.126.140'),(357624,0,'admin','2022-11-20 23:00:28','34.220.126.140'),(357625,0,'admin','2022-11-20 23:00:29','34.220.126.140'),(357626,0,'admin','2022-11-20 23:00:30','34.220.126.140'),(357627,0,'admin','2022-11-20 23:00:30','34.220.126.140'),(357628,0,'admin','2022-11-20 23:00:31','34.220.126.140'),(357629,0,'admin','2022-11-20 23:00:32','34.220.126.140'),(357630,0,'admin','2022-11-20 23:00:33','34.220.126.140'),(357631,0,'admin','2022-11-20 23:00:33','34.220.126.140'),(357632,0,'admin','2022-11-20 23:00:34','34.220.126.140'),(357633,0,'admin','2022-11-20 23:00:35','34.220.126.140'),(357634,0,'admin','2022-11-20 23:00:36','34.220.126.140'),(357635,0,'admin','2022-11-20 23:00:37','34.220.126.140'),(357636,0,'admin','2022-11-20 23:00:37','34.220.126.140'),(357637,0,'admin','2022-11-20 23:00:38','34.220.126.140'),(357638,0,'admin','2022-11-20 23:00:39','34.220.126.140'),(357639,0,'admin','2022-11-20 23:00:39','34.220.126.140'),(357640,0,'admin','2022-11-20 23:00:40','34.220.126.140'),(357641,0,'admin','2022-11-20 23:00:41','34.220.126.140'),(357642,0,'admin','2022-11-20 23:00:42','34.220.126.140'),(357643,0,'admin','2022-11-20 23:00:42','34.220.126.140'),(357644,0,'admin','2022-11-20 23:00:43','34.220.126.140'),(357645,0,'admin','2022-11-20 23:00:44','34.220.126.140'),(357646,0,'admin','2022-11-20 23:00:45','34.220.126.140'),(357647,0,'admin','2022-11-20 23:00:45','34.220.126.140'),(357648,0,'admin','2022-11-20 23:00:46','34.220.126.140'),(357649,0,'admin','2022-11-20 23:00:47','34.220.126.140'),(357650,0,'admin','2022-11-20 23:00:48','34.220.126.140'),(357651,0,'admin','2022-11-20 23:00:49','34.220.126.140'),(357652,0,'admin','2022-11-20 23:00:49','34.220.126.140'),(357653,0,'admin','2022-11-20 23:00:50','34.220.126.140'),(357654,0,'admin','2022-11-20 23:00:51','34.220.126.140'),(357655,0,'admin','2022-11-20 23:00:52','34.220.126.140'),(357656,0,'admin','2022-11-20 23:00:52','34.220.126.140'),(357657,0,'admin','2022-11-20 23:00:53','34.220.126.140'),(357658,0,'admin','2022-11-20 23:00:54','34.220.126.140'),(357659,0,'admin','2022-11-20 23:00:55','34.220.126.140'),(357660,0,'admin','2022-11-20 23:00:55','34.220.126.140'),(357661,0,'admin','2022-11-20 23:00:56','34.220.126.140'),(357662,0,'admin','2022-11-20 23:00:57','34.220.126.140'),(357663,0,'admin','2022-11-20 23:00:58','34.220.126.140'),(357664,0,'admin','2022-11-20 23:00:58','34.220.126.140'),(357665,0,'admin','2022-11-20 23:00:59','34.220.126.140'),(357666,0,'admin','2022-11-20 23:01:00','34.220.126.140'),(357667,0,'admin','2022-11-20 23:01:01','34.220.126.140'),(357668,0,'admin','2022-11-20 23:01:01','34.220.126.140'),(357669,0,'admin','2022-11-20 23:01:02','34.220.126.140'),(357670,0,'admin','2022-11-20 23:01:03','34.220.126.140'),(357671,0,'admin','2022-11-20 23:01:04','34.220.126.140'),(357672,0,'admin','2022-11-20 23:01:04','34.220.126.140'),(357673,0,'admin','2022-11-20 23:01:05','34.220.126.140'),(357674,0,'admin','2022-11-20 23:01:06','34.220.126.140'),(357675,0,'admin','2022-11-20 23:01:07','34.220.126.140'),(357676,0,'admin','2022-11-20 23:01:07','34.220.126.140'),(357677,0,'admin','2022-11-20 23:01:08','34.220.126.140'),(357678,0,'admin','2022-11-20 23:01:09','34.220.126.140'),(357679,0,'admin','2022-11-20 23:01:09','34.220.126.140'),(357680,0,'admin','2022-11-20 23:01:10','34.220.126.140'),(357681,0,'admin','2022-11-20 23:01:11','34.220.126.140'),(357682,0,'admin','2022-11-20 23:01:12','34.220.126.140'),(357683,0,'admin','2022-11-20 23:01:13','34.220.126.140'),(357684,0,'admin','2022-11-20 23:01:14','34.220.126.140'),(357685,0,'admin','2022-11-20 23:01:15','34.220.126.140'),(357686,0,'admin','2022-11-20 23:01:15','34.220.126.140'),(357687,0,'admin','2022-11-20 23:01:16','34.220.126.140'),(357688,0,'admin','2022-11-20 23:01:17','34.220.126.140'),(357689,0,'admin','2022-11-20 23:01:18','34.220.126.140'),(357690,0,'admin','2022-11-20 23:01:18','34.220.126.140'),(357691,0,'admin','2022-11-20 23:01:19','34.220.126.140'),(357692,0,'admin','2022-11-20 23:01:20','34.220.126.140'),(357693,0,'admin','2022-11-20 23:01:21','34.220.126.140'),(357694,0,'admin','2022-11-20 23:01:21','34.220.126.140'),(357695,0,'admin','2022-11-20 23:01:22','34.220.126.140'),(357696,0,'admin','2022-11-20 23:01:23','34.220.126.140'),(357697,0,'admin','2022-11-20 23:01:24','34.220.126.140'),(357698,0,'admin','2022-11-20 23:01:24','34.220.126.140'),(357699,0,'admin','2022-11-20 23:01:25','34.220.126.140'),(357700,0,'admin','2022-11-20 23:01:26','34.220.126.140'),(357701,0,'admin','2022-11-20 23:01:27','34.220.126.140'),(357702,0,'admin','2022-11-20 23:01:28','34.220.126.140'),(357703,0,'admin','2022-11-20 23:01:29','34.220.126.140'),(357704,0,'admin','2022-11-20 23:01:29','34.220.126.140'),(357705,0,'admin','2022-11-20 23:01:30','34.220.126.140'),(357706,0,'admin','2022-11-20 23:01:31','34.220.126.140'),(357707,0,'admin','2022-11-20 23:01:32','34.220.126.140'),(357708,0,'admin','2022-11-20 23:01:32','34.220.126.140'),(357709,0,'admin','2022-11-20 23:01:33','34.220.126.140'),(357710,0,'admin','2022-11-20 23:01:34','34.220.126.140'),(357711,0,'admin','2022-11-20 23:01:34','34.220.126.140'),(357712,0,'admin','2022-11-20 23:01:35','34.220.126.140'),(357713,0,'admin','2022-11-20 23:01:36','34.220.126.140'),(357714,0,'admin','2022-11-20 23:01:37','34.220.126.140'),(357715,0,'admin','2022-11-20 23:01:37','34.220.126.140'),(357716,0,'admin','2022-11-20 23:01:38','34.220.126.140'),(357717,0,'admin','2022-11-20 23:01:39','34.220.126.140'),(357718,0,'admin','2022-11-20 23:01:40','34.220.126.140'),(357719,0,'admin','2022-11-20 23:01:40','34.220.126.140'),(357720,0,'admin','2022-11-20 23:01:41','34.220.126.140'),(357721,0,'admin','2022-11-20 23:01:42','34.220.126.140'),(357722,0,'admin','2022-11-20 23:01:43','34.220.126.140'),(357723,0,'admin','2022-11-20 23:01:43','34.220.126.140'),(357724,0,'admin','2022-11-20 23:01:44','34.220.126.140'),(357725,0,'admin','2022-11-20 23:01:45','34.220.126.140'),(357726,0,'admin','2022-11-20 23:01:46','34.220.126.140'),(357727,0,'admin','2022-11-20 23:01:46','34.220.126.140'),(357728,0,'admin','2022-11-20 23:01:47','34.220.126.140'),(357729,0,'admin','2022-11-20 23:01:48','34.220.126.140'),(357730,0,'admin','2022-11-20 23:01:49','34.220.126.140'),(357731,0,'admin','2022-11-20 23:01:50','34.220.126.140'),(357732,0,'admin','2022-11-20 23:01:50','34.220.126.140'),(357733,0,'admin','2022-11-20 23:01:51','34.220.126.140'),(357734,0,'admin','2022-11-20 23:01:52','34.220.126.140'),(357735,0,'admin','2022-11-20 23:01:53','34.220.126.140'),(357736,0,'admin','2022-11-20 23:01:53','34.220.126.140'),(357737,0,'admin','2022-11-20 23:01:54','34.220.126.140'),(357738,0,'admin','2022-11-20 23:01:55','34.220.126.140'),(357739,0,'admin','2022-11-20 23:01:56','34.220.126.140'),(357740,0,'admin','2022-11-20 23:01:56','34.220.126.140'),(357741,0,'admin','2022-11-20 23:01:57','34.220.126.140'),(357742,0,'admin','2022-11-20 23:01:58','34.220.126.140'),(357743,0,'admin','2022-11-20 23:01:59','34.220.126.140'),(357744,0,'admin','2022-11-20 23:01:59','34.220.126.140'),(357745,0,'admin','2022-11-20 23:02:00','34.220.126.140'),(357746,0,'admin','2022-11-20 23:02:01','34.220.126.140'),(357747,0,'admin','2022-11-20 23:02:02','34.220.126.140'),(357748,0,'admin','2022-11-20 23:02:02','34.220.126.140'),(357749,0,'admin','2022-11-20 23:02:03','34.220.126.140'),(357750,0,'admin','2022-11-20 23:02:04','34.220.126.140'),(357751,0,'admin','2022-11-20 23:02:05','34.220.126.140'),(357752,0,'admin','2022-11-20 23:02:05','34.220.126.140'),(357753,0,'admin','2022-11-20 23:02:06','34.220.126.140'),(357754,0,'admin','2022-11-20 23:02:07','34.220.126.140'),(357755,0,'admin','2022-11-20 23:02:07','34.220.126.140'),(357756,0,'admin','2022-11-20 23:02:08','34.220.126.140'),(357757,0,'admin','2022-11-20 23:02:09','34.220.126.140'),(357758,0,'admin','2022-11-20 23:02:10','34.220.126.140'),(357759,0,'admin','2022-11-20 23:02:10','34.220.126.140'),(357760,0,'admin','2022-11-20 23:02:11','34.220.126.140'),(357761,0,'admin','2022-11-20 23:02:12','34.220.126.140'),(357762,0,'admin','2022-11-20 23:02:13','34.220.126.140'),(357763,0,'admin','2022-11-20 23:02:13','34.220.126.140'),(357764,0,'admin','2022-11-20 23:02:14','34.220.126.140'),(357765,0,'admin','2022-11-20 23:02:15','34.220.126.140'),(357766,0,'admin','2022-11-20 23:02:16','34.220.126.140'),(357767,0,'admin','2022-11-20 23:02:16','34.220.126.140'),(357768,0,'admin','2022-11-20 23:02:17','34.220.126.140'),(357769,0,'admin','2022-11-20 23:02:18','34.220.126.140'),(357770,0,'admin','2022-11-20 23:02:19','34.220.126.140'),(357771,0,'admin','2022-11-20 23:02:19','3.34.132.242'),(357772,0,'admin','2022-11-20 23:02:19','34.220.126.140'),(357773,0,'admin','2022-11-20 23:02:20','34.220.126.140'),(357774,0,'admin','2022-11-20 23:02:20','3.34.132.242'),(357775,0,'admin','2022-11-20 23:02:21','34.220.126.140'),(357776,0,'admin','2022-11-20 23:02:22','34.220.126.140'),(357777,0,'admin','2022-11-20 23:02:22','3.34.132.242'),(357778,0,'admin','2022-11-20 23:02:22','34.220.126.140'),(357779,0,'admin','2022-11-20 23:02:23','3.34.132.242'),(357780,0,'admin','2022-11-20 23:02:23','34.220.126.140'),(357781,0,'admin','2022-11-20 23:02:24','34.220.126.140'),(357782,0,'admin','2022-11-20 23:02:24','3.34.132.242'),(357783,0,'admin','2022-11-20 23:02:25','34.220.126.140'),(357784,0,'admin','2022-11-20 23:02:25','3.34.132.242'),(357785,0,'admin','2022-11-20 23:02:25','34.220.126.140'),(357786,0,'admin','2022-11-20 23:02:26','34.220.126.140'),(357787,0,'admin','2022-11-20 23:02:26','3.34.132.242'),(357788,0,'admin','2022-11-20 23:02:27','34.220.126.140'),(357789,0,'admin','2022-11-20 23:02:27','3.34.132.242'),(357790,0,'admin','2022-11-20 23:02:27','34.220.126.140'),(357791,0,'admin','2022-11-20 23:02:28','34.220.126.140'),(357792,0,'admin','2022-11-20 23:02:28','3.34.132.242'),(357793,0,'admin','2022-11-20 23:02:29','34.220.126.140'),(357794,0,'admin','2022-11-20 23:02:30','34.220.126.140'),(357795,0,'admin','2022-11-20 23:02:30','3.34.132.242'),(357796,0,'admin','2022-11-20 23:02:30','34.220.126.140'),(357797,0,'admin','2022-11-20 23:02:31','3.34.132.242'),(357798,0,'admin','2022-11-20 23:02:31','34.220.126.140'),(357799,0,'admin','2022-11-20 23:02:32','34.220.126.140'),(357800,0,'admin','2022-11-20 23:02:32','3.34.132.242'),(357801,0,'admin','2022-11-20 23:02:32','34.220.126.140'),(357802,0,'admin','2022-11-20 23:02:33','3.34.132.242'),(357803,0,'admin','2022-11-20 23:02:33','34.220.126.140'),(357804,0,'admin','2022-11-20 23:02:34','34.220.126.140'),(357805,0,'admin','2022-11-20 23:02:34','3.34.132.242'),(357806,0,'admin','2022-11-20 23:02:35','34.220.126.140'),(357807,0,'admin','2022-11-20 23:02:35','3.34.132.242'),(357808,0,'admin','2022-11-20 23:02:35','34.220.126.140'),(357809,0,'admin','2022-11-20 23:02:36','34.220.126.140'),(357810,0,'admin','2022-11-20 23:02:36','3.34.132.242'),(357811,0,'admin','2022-11-20 23:02:37','34.220.126.140'),(357812,0,'admin','2022-11-20 23:02:38','34.220.126.140'),(357813,0,'admin','2022-11-20 23:02:38','3.34.132.242'),(357814,0,'admin','2022-11-20 23:02:38','34.220.126.140'),(357815,0,'admin','2022-11-20 23:02:39','3.34.132.242'),(357816,0,'admin','2022-11-20 23:02:39','34.220.126.140'),(357817,0,'admin','2022-11-20 23:02:40','34.220.126.140'),(357818,0,'admin','2022-11-20 23:02:40','3.34.132.242'),(357819,0,'admin','2022-11-20 23:02:41','34.220.126.140'),(357820,0,'admin','2022-11-20 23:02:41','3.34.132.242'),(357821,0,'admin','2022-11-20 23:02:41','34.220.126.140'),(357822,0,'admin','2022-11-20 23:02:42','34.220.126.140'),(357823,0,'admin','2022-11-20 23:02:42','3.34.132.242'),(357824,0,'admin','2022-11-20 23:02:43','34.220.126.140'),(357825,0,'admin','2022-11-20 23:02:43','3.34.132.242'),(357826,0,'admin','2022-11-20 23:02:43','34.220.126.140'),(357827,0,'admin','2022-11-20 23:02:44','34.220.126.140'),(357828,0,'admin','2022-11-20 23:02:44','3.34.132.242'),(357829,0,'admin','2022-11-20 23:02:45','34.220.126.140'),(357830,0,'admin','2022-11-20 23:02:46','34.220.126.140'),(357831,0,'admin','2022-11-20 23:02:46','3.34.132.242'),(357832,0,'admin','2022-11-20 23:02:46','34.220.126.140'),(357833,0,'admin','2022-11-20 23:02:47','3.34.132.242'),(357834,0,'admin','2022-11-20 23:02:47','34.220.126.140'),(357835,0,'admin','2022-11-20 23:02:48','34.220.126.140'),(357836,0,'admin','2022-11-20 23:02:48','3.34.132.242'),(357837,0,'admin','2022-11-20 23:02:48','34.220.126.140'),(357838,0,'admin','2022-11-20 23:02:49','3.34.132.242'),(357839,0,'admin','2022-11-20 23:02:49','34.220.126.140'),(357840,0,'admin','2022-11-20 23:02:50','34.220.126.140'),(357841,0,'admin','2022-11-20 23:02:50','3.34.132.242'),(357842,0,'admin','2022-11-20 23:02:51','34.220.126.140'),(357843,0,'admin','2022-11-20 23:02:51','3.34.132.242'),(357844,0,'admin','2022-11-20 23:02:51','34.220.126.140'),(357845,0,'admin','2022-11-20 23:02:52','34.220.126.140'),(357846,0,'admin','2022-11-20 23:02:53','3.34.132.242'),(357847,0,'admin','2022-11-20 23:02:53','34.220.126.140'),(357848,0,'admin','2022-11-20 23:02:54','34.220.126.140'),(357849,0,'admin','2022-11-20 23:02:54','3.34.132.242'),(357850,0,'admin','2022-11-20 23:02:54','34.220.126.140'),(357851,0,'admin','2022-11-20 23:02:55','3.34.132.242'),(357852,0,'admin','2022-11-20 23:02:55','34.220.126.140'),(357853,0,'admin','2022-11-20 23:02:56','34.220.126.140'),(357854,0,'admin','2022-11-20 23:02:56','3.34.132.242'),(357855,0,'admin','2022-11-20 23:02:56','34.220.126.140'),(357856,0,'admin','2022-11-20 23:02:57','34.220.126.140'),(357857,0,'admin','2022-11-20 23:02:57','3.34.132.242'),(357858,0,'admin','2022-11-20 23:02:58','34.220.126.140'),(357859,0,'admin','2022-11-20 23:02:58','3.34.132.242'),(357860,0,'admin','2022-11-20 23:02:59','34.220.126.140'),(357861,0,'admin','2022-11-20 23:02:59','34.220.126.140'),(357862,0,'admin','2022-11-20 23:02:59','3.34.132.242'),(357863,0,'admin','2022-11-20 23:03:00','34.220.126.140'),(357864,0,'admin','2022-11-20 23:03:01','3.34.132.242'),(357865,0,'admin','2022-11-20 23:03:01','34.220.126.140'),(357866,0,'admin','2022-11-20 23:03:02','34.220.126.140'),(357867,0,'admin','2022-11-20 23:03:02','3.34.132.242'),(357868,0,'admin','2022-11-20 23:03:02','34.220.126.140'),(357869,0,'admin','2022-11-20 23:03:03','3.34.132.242'),(357870,0,'admin','2022-11-20 23:03:03','34.220.126.140'),(357871,0,'admin','2022-11-20 23:03:04','34.220.126.140'),(357872,0,'admin','2022-11-20 23:03:04','3.34.132.242'),(357873,0,'admin','2022-11-20 23:03:04','34.220.126.140'),(357874,0,'admin','2022-11-20 23:03:05','34.220.126.140'),(357875,0,'admin','2022-11-20 23:03:05','3.34.132.242'),(357876,0,'admin','2022-11-20 23:03:06','34.220.126.140'),(357877,0,'admin','2022-11-20 23:03:06','3.34.132.242'),(357878,0,'admin','2022-11-20 23:03:07','34.220.126.140'),(357879,0,'admin','2022-11-20 23:03:07','34.220.126.140'),(357880,0,'admin','2022-11-20 23:03:08','3.34.132.242'),(357881,0,'admin','2022-11-20 23:03:08','34.220.126.140'),(357882,0,'admin','2022-11-20 23:03:09','34.220.126.140'),(357883,0,'admin','2022-11-20 23:03:09','3.34.132.242'),(357884,0,'admin','2022-11-20 23:03:09','34.220.126.140'),(357885,0,'admin','2022-11-20 23:03:10','3.34.132.242'),(357886,0,'admin','2022-11-20 23:03:10','34.220.126.140'),(357887,0,'admin','2022-11-20 23:03:11','34.220.126.140'),(357888,0,'admin','2022-11-20 23:03:11','3.34.132.242'),(357889,0,'admin','2022-11-20 23:03:12','34.220.126.140'),(357890,0,'admin','2022-11-20 23:03:12','3.34.132.242'),(357891,0,'admin','2022-11-20 23:03:12','34.220.126.140'),(357892,0,'admin','2022-11-20 23:03:13','34.220.126.140'),(357893,0,'admin','2022-11-20 23:03:13','3.34.132.242'),(357894,0,'admin','2022-11-20 23:03:14','34.220.126.140'),(357895,0,'admin','2022-11-20 23:03:14','34.220.126.140'),(357896,0,'admin','2022-11-20 23:03:15','3.34.132.242'),(357897,0,'admin','2022-11-20 23:03:15','34.220.126.140'),(357898,0,'admin','2022-11-20 23:03:16','3.34.132.242'),(357899,0,'admin','2022-11-20 23:03:16','34.220.126.140'),(357900,0,'admin','2022-11-20 23:03:17','34.220.126.140'),(357901,0,'admin','2022-11-20 23:03:17','3.34.132.242'),(357902,0,'admin','2022-11-20 23:03:17','34.220.126.140'),(357903,0,'admin','2022-11-20 23:03:18','3.34.132.242'),(357904,0,'admin','2022-11-20 23:03:18','34.220.126.140'),(357905,0,'admin','2022-11-20 23:03:19','34.220.126.140'),(357906,0,'admin','2022-11-20 23:03:19','3.34.132.242'),(357907,0,'admin','2022-11-20 23:03:20','34.220.126.140'),(357908,0,'admin','2022-11-20 23:03:20','34.220.126.140'),(357909,0,'admin','2022-11-20 23:03:21','3.34.132.242'),(357910,0,'admin','2022-11-20 23:03:21','34.220.126.140'),(357911,0,'admin','2022-11-20 23:03:22','3.34.132.242'),(357912,0,'admin','2022-11-20 23:03:22','34.220.126.140'),(357913,0,'admin','2022-11-20 23:03:23','34.220.126.140'),(357914,0,'admin','2022-11-20 23:03:23','3.34.132.242'),(357915,0,'admin','2022-11-20 23:03:23','34.220.126.140'),(357916,0,'admin','2022-11-20 23:03:24','3.34.132.242'),(357917,0,'admin','2022-11-20 23:03:25','3.34.132.242'),(357918,0,'admin','2022-11-20 23:03:26','3.34.132.242'),(357919,0,'admin','2022-11-20 23:03:28','3.34.132.242'),(357920,0,'admin','2022-11-20 23:03:29','3.34.132.242'),(357921,0,'admin','2022-11-20 23:03:30','3.34.132.242'),(357922,0,'admin','2022-11-20 23:03:31','3.34.132.242'),(357923,0,'admin','2022-11-20 23:03:32','3.34.132.242'),(357924,0,'admin','2022-11-20 23:03:33','3.34.132.242'),(357925,0,'admin','2022-11-20 23:03:34','3.34.132.242'),(357926,0,'admin','2022-11-20 23:03:35','3.34.132.242'),(357927,0,'admin','2022-11-20 23:03:37','3.34.132.242'),(357928,0,'admin','2022-11-20 23:03:38','3.34.132.242'),(357929,0,'admin','2022-11-20 23:03:39','3.34.132.242'),(357930,0,'admin','2022-11-20 23:03:40','3.34.132.242'),(357931,0,'admin','2022-11-20 23:03:41','3.34.132.242'),(357932,0,'admin','2022-11-20 23:03:43','3.34.132.242'),(357933,0,'admin','2022-11-20 23:03:44','3.34.132.242'),(357934,0,'admin','2022-11-20 23:03:45','3.34.132.242'),(357935,0,'admin','2022-11-20 23:03:46','3.34.132.242'),(357936,0,'admin','2022-11-20 23:03:48','3.34.132.242'),(357937,0,'admin','2022-11-20 23:03:49','3.34.132.242'),(357938,0,'admin','2022-11-20 23:03:51','3.34.132.242'),(357939,0,'admin','2022-11-20 23:03:52','3.34.132.242'),(357940,0,'admin','2022-11-20 23:03:53','3.34.132.242'),(357941,0,'admin','2022-11-20 23:03:54','3.34.132.242'),(357942,0,'admin','2022-11-20 23:03:55','3.34.132.242'),(357943,0,'admin','2022-11-20 23:03:57','3.34.132.242'),(357944,0,'admin','2022-11-20 23:03:58','3.34.132.242'),(357945,0,'admin','2022-11-20 23:03:59','3.34.132.242'),(357946,0,'admin','2022-11-20 23:04:00','3.34.132.242'),(357947,0,'admin','2022-11-20 23:04:01','3.34.132.242'),(357948,0,'admin','2022-11-20 23:04:03','3.34.132.242'),(357949,0,'admin','2022-11-20 23:04:04','3.34.132.242'),(357950,0,'admin','2022-11-20 23:04:05','3.34.132.242'),(357951,0,'admin','2022-11-20 23:04:06','3.34.132.242'),(357952,0,'admin','2022-11-20 23:04:07','3.34.132.242'),(357953,0,'admin','2022-11-20 23:04:08','3.34.132.242'),(357954,0,'admin','2022-11-20 23:04:10','3.34.132.242'),(357955,0,'admin','2022-11-20 23:04:11','3.34.132.242'),(357956,0,'admin','2022-11-20 23:04:12','3.34.132.242'),(357957,0,'admin','2022-11-20 23:04:13','3.34.132.242'),(357958,0,'admin','2022-11-20 23:04:14','3.34.132.242'),(357959,0,'admin','2022-11-20 23:04:15','3.34.132.242'),(357960,0,'admin','2022-11-20 23:04:17','3.34.132.242'),(357961,0,'admin','2022-11-20 23:04:18','3.34.132.242'),(357962,0,'admin','2022-11-20 23:04:19','3.34.132.242'),(357963,0,'admin','2022-11-20 23:04:20','3.34.132.242'),(357964,0,'admin','2022-11-20 23:04:21','3.34.132.242'),(357965,0,'admin','2022-11-20 23:04:22','3.34.132.242'),(357966,0,'admin','2022-11-20 23:04:24','3.34.132.242'),(357967,0,'admin','2022-11-20 23:04:25','3.34.132.242'),(357968,0,'admin','2022-11-20 23:04:26','3.34.132.242'),(357969,0,'admin','2022-11-20 23:04:27','3.34.132.242'),(357970,0,'admin','2022-11-20 23:04:28','3.34.132.242'),(357971,0,'admin','2022-11-20 23:04:29','3.34.132.242'),(357972,0,'admin','2022-11-20 23:04:31','3.34.132.242'),(357973,0,'admin','2022-11-20 23:04:32','3.34.132.242'),(357974,0,'admin','2022-11-20 23:04:33','3.34.132.242'),(357975,0,'admin','2022-11-20 23:04:34','3.34.132.242'),(357976,0,'admin','2022-11-20 23:04:35','3.34.132.242'),(357977,0,'admin','2022-11-20 23:04:36','3.34.132.242'),(357978,0,'admin','2022-11-20 23:04:37','3.34.132.242'),(357979,0,'admin','2022-11-20 23:04:39','3.34.132.242'),(357980,0,'admin','2022-11-20 23:04:40','3.34.132.242'),(357981,0,'admin','2022-11-20 23:04:41','3.34.132.242'),(357982,0,'admin','2022-11-20 23:04:42','3.34.132.242'),(357983,0,'admin','2022-11-20 23:04:43','3.34.132.242'),(357984,0,'admin','2022-11-20 23:04:44','3.34.132.242'),(357985,0,'admin','2022-11-20 23:04:46','3.34.132.242'),(357986,0,'admin','2022-11-20 23:04:47','3.34.132.242'),(357987,0,'admin','2022-11-20 23:04:48','3.34.132.242'),(357988,0,'admin','2022-11-20 23:04:50','3.34.132.242'),(357989,0,'admin','2022-11-20 23:04:51','3.34.132.242'),(357990,0,'admin','2022-11-20 23:04:52','3.34.132.242'),(357991,0,'admin','2022-11-20 23:04:53','3.34.132.242'),(357992,0,'admin','2022-11-20 23:04:54','3.34.132.242'),(357993,0,'admin','2022-11-20 23:04:55','3.34.132.242'),(357994,0,'admin','2022-11-20 23:04:56','3.34.132.242'),(357995,0,'admin','2022-11-20 23:04:57','3.34.132.242'),(357996,0,'admin','2022-11-20 23:04:59','3.34.132.242'),(357997,0,'admin','2022-11-20 23:05:00','3.34.132.242'),(357998,0,'admin','2022-11-20 23:05:01','3.34.132.242'),(357999,0,'admin','2022-11-20 23:05:02','3.34.132.242'),(358000,0,'admin','2022-11-20 23:05:03','3.34.132.242'),(358001,0,'admin','2022-11-20 23:05:04','3.34.132.242'),(358002,0,'admin','2022-11-20 23:05:05','3.34.132.242'),(358003,0,'admin','2022-11-20 23:05:07','3.34.132.242'),(358004,0,'admin','2022-11-20 23:05:08','3.34.132.242'),(358005,0,'admin','2022-11-20 23:05:09','3.34.132.242'),(358006,0,'admin','2022-11-20 23:05:10','3.34.132.242'),(358007,0,'admin','2022-11-20 23:05:11','3.34.132.242'),(358008,0,'admin','2022-11-20 23:05:12','3.34.132.242'),(358009,0,'admin','2022-11-20 23:05:13','3.34.132.242'),(358010,0,'admin','2022-11-20 23:05:14','3.34.132.242'),(358011,0,'admin','2022-11-20 23:05:16','3.34.132.242'),(358012,0,'admin','2022-11-20 23:05:17','3.34.132.242'),(358013,0,'admin','2022-11-20 23:05:18','3.34.132.242'),(358014,0,'admin','2022-11-20 23:05:19','3.34.132.242'),(358015,0,'admin','2022-11-20 23:05:20','3.34.132.242'),(358016,0,'admin','2022-11-20 23:05:21','3.34.132.242'),(358017,0,'admin','2022-11-20 23:05:22','3.34.132.242'),(358018,0,'admin','2022-11-20 23:05:23','3.34.132.242'),(358019,0,'admin','2022-11-20 23:05:25','3.34.132.242'),(358020,0,'admin','2022-11-20 23:05:26','3.34.132.242'),(358021,0,'admin','2022-11-20 23:05:27','3.34.132.242'),(358022,0,'admin','2022-11-20 23:05:28','3.34.132.242'),(358023,0,'admin','2022-11-20 23:05:29','3.34.132.242'),(358024,0,'admin','2022-11-20 23:05:30','3.34.132.242'),(358025,0,'admin','2022-11-20 23:05:32','3.34.132.242'),(358026,0,'admin','2022-11-20 23:05:33','3.34.132.242'),(358027,0,'admin','2022-11-20 23:05:34','3.34.132.242'),(358028,0,'admin','2022-11-20 23:05:35','3.34.132.242'),(358029,0,'admin','2022-11-20 23:05:36','3.34.132.242'),(358030,0,'admin','2022-11-20 23:05:37','3.34.132.242'),(358031,0,'admin','2022-11-20 23:05:38','3.34.132.242'),(358032,0,'admin','2022-11-20 23:05:40','3.34.132.242'),(358033,0,'admin','2022-11-20 23:05:41','3.34.132.242'),(358034,0,'feed','2022-11-20 23:05:41','185.2.4.134'),(358035,0,'admin','2022-11-20 23:05:42','3.34.132.242'),(358036,0,'admin','2022-11-20 23:05:43','3.34.132.242'),(358037,0,'admin','2022-11-20 23:05:44','3.34.132.242'),(358038,0,'admin','2022-11-20 23:05:45','3.34.132.242'),(358039,0,'admin','2022-11-20 23:05:46','3.34.132.242'),(358040,0,'admin','2022-11-20 23:05:48','3.34.132.242'),(358041,0,'admin','2022-11-20 23:05:49','3.34.132.242'),(358042,0,'admin','2022-11-20 23:05:50','3.34.132.242'),(358043,0,'admin','2022-11-20 23:05:51','3.34.132.242'),(358044,0,'admin','2022-11-20 23:05:52','3.34.132.242'),(358045,0,'admin','2022-11-20 23:05:54','3.34.132.242'),(358046,0,'admin','2022-11-20 23:05:57','3.34.132.242'),(358047,0,'admin','2022-11-20 23:05:58','3.34.132.242'),(358048,0,'admin','2022-11-20 23:05:59','3.34.132.242'),(358049,0,'admin','2022-11-20 23:06:01','3.34.132.242'),(358050,0,'admin','2022-11-20 23:06:02','3.34.132.242'),(358051,0,'admin','2022-11-20 23:06:03','3.34.132.242'),(358052,0,'admin','2022-11-20 23:06:04','3.34.132.242'),(358053,0,'admin','2022-11-20 23:06:05','3.34.132.242'),(358054,0,'admin','2022-11-20 23:06:06','3.34.132.242'),(358055,0,'admin','2022-11-20 23:06:07','3.34.132.242'),(358056,0,'admin','2022-11-20 23:06:09','3.34.132.242'),(358057,0,'admin','2022-11-20 23:06:10','3.34.132.242'),(358058,0,'admin','2022-11-20 23:06:11','3.34.132.242'),(358059,0,'admin','2022-11-20 23:06:12','3.34.132.242'),(358060,0,'admin','2022-11-20 23:06:13','3.34.132.242'),(358061,0,'admin','2022-11-20 23:06:14','3.34.132.242'),(358062,0,'admin','2022-11-20 23:06:16','3.34.132.242'),(358063,0,'admin','2022-11-20 23:06:17','3.34.132.242'),(358064,0,'admin','2022-11-20 23:06:18','3.34.132.242'),(358065,0,'admin','2022-11-20 23:06:19','3.34.132.242'),(358066,0,'admin','2022-11-20 23:06:20','3.34.132.242'),(358067,0,'admin','2022-11-20 23:06:21','3.34.132.242'),(358068,0,'admin','2022-11-20 23:06:22','3.34.132.242'),(358069,0,'admin','2022-11-20 23:06:24','3.34.132.242'),(358070,0,'admin','2022-11-20 23:06:25','3.34.132.242'),(358071,0,'admin','2022-11-20 23:06:26','3.34.132.242'),(358072,0,'admin','2022-11-20 23:06:27','3.34.132.242'),(358073,0,'admin','2022-11-20 23:06:28','3.34.132.242'),(358074,0,'admin','2022-11-20 23:06:29','3.34.132.242'),(358075,0,'admin','2022-11-20 23:06:30','3.34.132.242'),(358076,0,'admin','2022-11-20 23:06:32','3.34.132.242'),(358077,0,'admin','2022-11-20 23:06:33','3.34.132.242'),(358078,0,'admin','2022-11-20 23:06:34','3.34.132.242'),(358079,0,'admin','2022-11-20 23:06:35','3.34.132.242'),(358080,0,'admin','2022-11-20 23:06:36','3.34.132.242'),(358081,0,'admin','2022-11-20 23:06:37','3.34.132.242'),(358082,0,'admin','2022-11-20 23:06:38','3.34.132.242'),(358083,0,'admin','2022-11-20 23:06:40','3.34.132.242'),(358084,0,'admin','2022-11-20 23:06:41','3.34.132.242'),(358085,0,'admin','2022-11-20 23:06:42','3.34.132.242'),(358086,0,'admin','2022-11-20 23:06:43','3.34.132.242'),(358087,0,'admin','2022-11-20 23:06:44','3.34.132.242'),(358088,0,'admin','2022-11-20 23:06:45','3.34.132.242'),(358089,0,'admin','2022-11-20 23:06:46','3.34.132.242'),(358090,0,'admin','2022-11-20 23:06:48','3.34.132.242'),(358091,0,'admin','2022-11-20 23:06:49','3.34.132.242'),(358092,0,'admin','2022-11-20 23:06:50','3.34.132.242'),(358093,0,'admin','2022-11-20 23:06:52','3.34.132.242'),(358094,0,'admin','2022-11-20 23:06:53','3.34.132.242'),(358095,0,'admin','2022-11-20 23:06:54','3.34.132.242'),(358096,0,'admin','2022-11-20 23:06:55','3.34.132.242'),(358097,0,'admin','2022-11-20 23:06:56','3.34.132.242'),(358098,0,'admin','2022-11-20 23:06:57','3.34.132.242'),(358099,0,'admin','2022-11-20 23:06:59','3.34.132.242'),(358100,0,'admin','2022-11-20 23:07:00','3.34.132.242'),(358101,0,'admin','2022-11-20 23:07:01','3.34.132.242'),(358102,0,'admin','2022-11-20 23:07:02','3.34.132.242'),(358103,0,'admin','2022-11-20 23:07:03','3.34.132.242'),(358104,0,'admin','2022-11-20 23:07:05','3.34.132.242'),(358105,0,'admin','2022-11-20 23:07:06','3.34.132.242'),(358106,0,'admin','2022-11-20 23:07:07','3.34.132.242'),(358107,0,'admin','2022-11-20 23:07:08','3.34.132.242'),(358108,0,'admin','2022-11-20 23:07:09','3.34.132.242'),(358109,0,'admin','2022-11-20 23:07:10','3.34.132.242'),(358110,0,'admin','2022-11-20 23:07:11','3.34.132.242'),(358111,0,'admin','2022-11-20 23:07:13','3.34.132.242'),(358112,0,'admin','2022-11-20 23:07:14','3.34.132.242'),(358113,0,'payments','2022-11-20 23:26:57','185.119.81.100'),(358114,0,'wp-admin','2022-11-20 23:31:59','137.184.96.81'),(358115,0,'webmaster','2022-11-20 23:34:36','167.172.88.181'),(358116,0,'webmaster','2022-11-20 23:34:37','167.172.88.181'),(358117,0,'webmaster','2022-11-20 23:34:38','167.172.88.181'),(358118,0,'webmaster','2022-11-20 23:34:39','167.172.88.181'),(358119,0,'webmaster','2022-11-20 23:34:40','167.172.88.181'),(358120,0,'webmaster','2022-11-20 23:34:41','167.172.88.181'),(358121,0,'webmaster','2022-11-20 23:34:43','167.172.88.181'),(358122,0,'webmaster','2022-11-20 23:34:44','167.172.88.181'),(358123,0,'webmaster','2022-11-20 23:34:45','167.172.88.181'),(358124,0,'webmaster','2022-11-20 23:34:46','167.172.88.181'),(358125,0,'webmaster','2022-11-20 23:34:47','167.172.88.181'),(358126,0,'webmaster','2022-11-20 23:34:48','167.172.88.181'),(358127,0,'webmaster','2022-11-20 23:34:50','167.172.88.181'),(358128,0,'webmaster','2022-11-20 23:34:51','167.172.88.181'),(358129,0,'webmaster','2022-11-20 23:34:52','167.172.88.181'),(358130,0,'webmaster','2022-11-20 23:34:53','167.172.88.181'),(358131,0,'webmaster','2022-11-20 23:34:54','167.172.88.181'),(358132,0,'webmaster','2022-11-20 23:34:55','167.172.88.181'),(358133,0,'webmaster','2022-11-20 23:34:56','167.172.88.181'),(358134,0,'webmaster','2022-11-20 23:34:58','167.172.88.181'),(358135,0,'webmaster','2022-11-20 23:34:59','167.172.88.181'),(358136,0,'webmaster','2022-11-20 23:35:00','167.172.88.181'),(358137,0,'webmaster','2022-11-20 23:35:01','167.172.88.181'),(358138,0,'webmaster','2022-11-20 23:35:02','167.172.88.181'),(358139,0,'webmaster','2022-11-20 23:35:03','167.172.88.181'),(358140,0,'webmaster','2022-11-20 23:35:05','167.172.88.181'),(358141,0,'webmaster','2022-11-20 23:35:06','167.172.88.181'),(358142,0,'webmaster','2022-11-20 23:35:07','167.172.88.181'),(358143,0,'webmaster','2022-11-20 23:35:08','167.172.88.181'),(358144,0,'webmaster','2022-11-20 23:35:09','167.172.88.181'),(358145,0,'webmaster','2022-11-20 23:35:10','167.172.88.181'),(358146,0,'webmaster','2022-11-20 23:35:11','167.172.88.181'),(358147,0,'webmaster','2022-11-20 23:35:13','167.172.88.181'),(358148,0,'webmaster','2022-11-20 23:35:14','167.172.88.181'),(358149,0,'webmaster','2022-11-20 23:35:15','167.172.88.181'),(358150,0,'webmaster','2022-11-20 23:35:16','167.172.88.181'),(358151,0,'webmaster','2022-11-20 23:35:17','167.172.88.181'),(358152,0,'webmaster','2022-11-20 23:35:18','167.172.88.181'),(358153,0,'webmaster','2022-11-20 23:35:20','167.172.88.181'),(358154,0,'webmaster','2022-11-20 23:35:21','167.172.88.181'),(358155,0,'webmaster','2022-11-20 23:35:22','167.172.88.181'),(358156,0,'webmaster','2022-11-20 23:35:23','167.172.88.181'),(358157,0,'webmaster','2022-11-20 23:35:24','167.172.88.181'),(358158,0,'webmaster','2022-11-20 23:35:25','167.172.88.181'),(358159,0,'webmaster','2022-11-20 23:35:26','167.172.88.181'),(358160,0,'webmaster','2022-11-20 23:35:28','167.172.88.181'),(358161,0,'webmaster','2022-11-20 23:35:29','167.172.88.181'),(358162,0,'webmaster','2022-11-20 23:35:30','167.172.88.181'),(358163,0,'webmaster','2022-11-20 23:35:31','167.172.88.181'),(358164,0,'webmaster','2022-11-20 23:35:32','167.172.88.181'),(358165,0,'webmaster','2022-11-20 23:35:33','167.172.88.181'),(358166,0,'webmaster','2022-11-20 23:35:34','167.172.88.181'),(358167,0,'webmaster','2022-11-20 23:35:36','167.172.88.181'),(358168,0,'webmaster','2022-11-20 23:35:37','167.172.88.181'),(358169,0,'webmaster','2022-11-20 23:35:38','167.172.88.181'),(358170,0,'webmaster','2022-11-20 23:35:39','167.172.88.181'),(358171,0,'webmaster','2022-11-20 23:35:40','167.172.88.181'),(358172,0,'webmaster','2022-11-20 23:35:41','167.172.88.181'),(358173,0,'webmaster','2022-11-20 23:35:43','167.172.88.181'),(358174,0,'webmaster','2022-11-20 23:35:44','167.172.88.181'),(358175,0,'webmaster','2022-11-20 23:35:45','167.172.88.181'),(358176,0,'webmaster','2022-11-20 23:35:46','167.172.88.181'),(358177,0,'webmaster','2022-11-20 23:35:47','167.172.88.181'),(358178,0,'webmaster','2022-11-20 23:35:49','167.172.88.181'),(358179,0,'webmaster','2022-11-20 23:35:50','167.172.88.181'),(358180,0,'webmaster','2022-11-20 23:35:51','167.172.88.181'),(358181,0,'webmaster','2022-11-20 23:35:52','167.172.88.181'),(358182,0,'webmaster','2022-11-20 23:35:53','167.172.88.181'),(358183,0,'webmaster','2022-11-20 23:35:54','167.172.88.181'),(358184,0,'webmaster','2022-11-20 23:35:55','167.172.88.181'),(358185,0,'webmaster','2022-11-20 23:35:57','167.172.88.181'),(358186,0,'webmaster','2022-11-20 23:35:58','167.172.88.181'),(358187,0,'webmaster','2022-11-20 23:35:59','167.172.88.181'),(358188,0,'webmaster','2022-11-20 23:36:00','167.172.88.181'),(358189,0,'webmaster','2022-11-20 23:36:01','167.172.88.181'),(358190,0,'webmaster','2022-11-20 23:36:02','167.172.88.181'),(358191,0,'webmaster','2022-11-20 23:36:03','167.172.88.181'),(358192,0,'webmaster','2022-11-20 23:36:05','167.172.88.181'),(358193,0,'webmaster','2022-11-20 23:36:06','167.172.88.181'),(358194,0,'webmaster','2022-11-20 23:36:07','167.172.88.181'),(358195,0,'webmaster','2022-11-20 23:36:08','167.172.88.181'),(358196,0,'webmaster','2022-11-20 23:36:09','167.172.88.181'),(358197,0,'webmaster','2022-11-20 23:36:10','167.172.88.181'),(358198,0,'webmaster','2022-11-20 23:36:11','167.172.88.181'),(358199,0,'webmaster','2022-11-20 23:36:13','167.172.88.181'),(358200,0,'webmaster','2022-11-20 23:36:14','167.172.88.181'),(358201,0,'webmaster','2022-11-20 23:36:15','167.172.88.181'),(358202,0,'webmaster','2022-11-20 23:36:16','167.172.88.181'),(358203,0,'webmaster','2022-11-20 23:36:17','167.172.88.181'),(358204,0,'webmaster','2022-11-20 23:36:18','167.172.88.181'),(358205,0,'webmaster','2022-11-20 23:36:20','167.172.88.181'),(358206,0,'webmaster','2022-11-20 23:36:21','167.172.88.181'),(358207,0,'webmaster','2022-11-20 23:36:22','167.172.88.181'),(358208,0,'webmaster','2022-11-20 23:36:23','167.172.88.181'),(358209,0,'webmaster','2022-11-20 23:36:24','167.172.88.181'),(358210,0,'webmaster','2022-11-20 23:36:25','167.172.88.181'),(358211,0,'webmaster','2022-11-20 23:36:26','167.172.88.181'),(358212,0,'webmaster','2022-11-20 23:36:28','167.172.88.181'),(358213,0,'webmaster','2022-11-20 23:36:29','167.172.88.181'),(358214,0,'webmaster','2022-11-20 23:36:30','167.172.88.181'),(358215,0,'webmaster','2022-11-20 23:36:31','167.172.88.181'),(358216,0,'webmaster','2022-11-20 23:36:32','167.172.88.181'),(358217,0,'webmaster','2022-11-20 23:36:33','167.172.88.181'),(358218,0,'webmaster','2022-11-20 23:36:34','167.172.88.181'),(358219,0,'webmaster','2022-11-20 23:36:36','167.172.88.181'),(358220,0,'webmaster','2022-11-20 23:36:37','167.172.88.181'),(358221,0,'webmaster','2022-11-20 23:36:38','167.172.88.181'),(358222,0,'webmaster','2022-11-20 23:36:39','167.172.88.181'),(358223,0,'webmaster','2022-11-20 23:36:40','167.172.88.181'),(358224,0,'webmaster','2022-11-20 23:36:42','167.172.88.181'),(358225,0,'webmaster','2022-11-20 23:36:43','167.172.88.181'),(358226,0,'webmaster','2022-11-20 23:36:46','167.172.88.181'),(358227,0,'webmaster','2022-11-20 23:36:49','167.172.88.181'),(358228,0,'webmaster','2022-11-20 23:36:50','167.172.88.181'),(358229,0,'webmaster','2022-11-20 23:36:51','167.172.88.181'),(358230,0,'webmaster','2022-11-20 23:36:53','167.172.88.181'),(358231,0,'webmaster','2022-11-20 23:36:54','167.172.88.181'),(358232,0,'webmaster','2022-11-20 23:36:55','167.172.88.181'),(358233,0,'webmaster','2022-11-20 23:36:56','167.172.88.181'),(358234,0,'webmaster','2022-11-20 23:36:57','167.172.88.181'),(358235,0,'webmaster','2022-11-20 23:36:58','167.172.88.181'),(358236,0,'webmaster','2022-11-20 23:37:00','167.172.88.181'),(358237,0,'webmaster','2022-11-20 23:37:01','167.172.88.181'),(358238,0,'webmaster','2022-11-20 23:37:02','167.172.88.181'),(358239,0,'webmaster','2022-11-20 23:37:03','167.172.88.181'),(358240,0,'webmaster','2022-11-20 23:37:04','167.172.88.181'),(358241,0,'webmaster','2022-11-20 23:37:05','167.172.88.181'),(358242,0,'webmaster','2022-11-20 23:37:06','167.172.88.181'),(358243,0,'webmaster','2022-11-20 23:37:08','167.172.88.181'),(358244,0,'webmaster','2022-11-20 23:37:09','167.172.88.181'),(358245,0,'webmaster','2022-11-20 23:37:10','167.172.88.181'),(358246,0,'webmaster','2022-11-20 23:37:11','167.172.88.181'),(358247,0,'webmaster','2022-11-20 23:37:12','167.172.88.181'),(358248,0,'webmaster','2022-11-20 23:37:14','167.172.88.181'),(358249,0,'webmaster','2022-11-20 23:37:15','167.172.88.181'),(358250,0,'webmaster','2022-11-20 23:37:16','167.172.88.181'),(358251,0,'webmaster','2022-11-20 23:37:17','167.172.88.181'),(358252,0,'webmaster','2022-11-20 23:37:18','167.172.88.181'),(358253,0,'webmaster','2022-11-20 23:37:19','167.172.88.181'),(358254,0,'webmaster','2022-11-20 23:37:21','167.172.88.181'),(358255,0,'webmaster','2022-11-20 23:37:22','167.172.88.181'),(358256,0,'webmaster','2022-11-20 23:37:23','167.172.88.181'),(358257,0,'webmaster','2022-11-20 23:37:24','167.172.88.181'),(358258,0,'webmaster','2022-11-20 23:37:25','167.172.88.181'),(358259,0,'webmaster','2022-11-20 23:37:26','167.172.88.181'),(358260,0,'webmaster','2022-11-20 23:37:27','167.172.88.181'),(358261,0,'webmaster','2022-11-20 23:37:29','167.172.88.181'),(358262,0,'webmaster','2022-11-20 23:37:30','167.172.88.181'),(358263,0,'webmaster','2022-11-20 23:37:31','167.172.88.181'),(358264,0,'webmaster','2022-11-20 23:37:32','167.172.88.181'),(358265,0,'webmaster','2022-11-20 23:37:33','167.172.88.181'),(358266,0,'webmaster','2022-11-20 23:37:34','167.172.88.181'),(358267,0,'webmaster','2022-11-20 23:37:36','167.172.88.181'),(358268,0,'webmaster','2022-11-20 23:37:37','167.172.88.181'),(358269,0,'webmaster','2022-11-20 23:37:38','167.172.88.181'),(358270,0,'webmaster','2022-11-20 23:37:39','167.172.88.181'),(358271,0,'webmaster','2022-11-20 23:37:40','167.172.88.181'),(358272,0,'webmaster','2022-11-20 23:37:41','167.172.88.181'),(358273,0,'webmaster','2022-11-20 23:37:42','167.172.88.181'),(358274,0,'webmaster','2022-11-20 23:37:44','167.172.88.181'),(358275,0,'webmaster','2022-11-20 23:37:45','167.172.88.181'),(358276,0,'webmaster','2022-11-20 23:37:46','167.172.88.181'),(358277,0,'webmaster','2022-11-20 23:37:47','167.172.88.181'),(358278,0,'webmaster','2022-11-20 23:37:48','167.172.88.181'),(358279,0,'webmaster','2022-11-20 23:37:49','167.172.88.181'),(358280,0,'webmaster','2022-11-20 23:37:51','167.172.88.181'),(358281,0,'webmaster','2022-11-20 23:37:52','167.172.88.181'),(358282,0,'webmaster','2022-11-20 23:37:53','167.172.88.181'),(358283,0,'webmaster','2022-11-20 23:37:54','167.172.88.181'),(358284,0,'webmaster','2022-11-20 23:37:55','167.172.88.181'),(358285,0,'webmaster','2022-11-20 23:37:56','167.172.88.181'),(358286,0,'webmaster','2022-11-20 23:37:57','167.172.88.181'),(358287,0,'webmaster','2022-11-20 23:37:59','167.172.88.181'),(358288,0,'webmaster','2022-11-20 23:38:00','167.172.88.181'),(358289,0,'webmaster','2022-11-20 23:38:01','167.172.88.181'),(358290,0,'webmaster','2022-11-20 23:38:02','167.172.88.181'),(358291,0,'webmaster','2022-11-20 23:38:04','167.172.88.181'),(358292,0,'webmaster','2022-11-20 23:38:06','167.172.88.181'),(358293,0,'webmaster','2022-11-20 23:38:07','167.172.88.181'),(358294,0,'webmaster','2022-11-20 23:38:08','167.172.88.181'),(358295,0,'webmaster','2022-11-20 23:38:09','167.172.88.181'),(358296,0,'webmaster','2022-11-20 23:38:10','167.172.88.181'),(358297,0,'webmaster','2022-11-20 23:38:11','167.172.88.181'),(358298,0,'webmaster','2022-11-20 23:38:12','167.172.88.181'),(358299,0,'webmaster','2022-11-20 23:38:14','167.172.88.181'),(358300,0,'webmaster','2022-11-20 23:38:15','167.172.88.181'),(358301,0,'webmaster','2022-11-20 23:38:16','167.172.88.181'),(358302,0,'webmaster','2022-11-20 23:38:17','167.172.88.181'),(358303,0,'webmaster','2022-11-20 23:38:18','167.172.88.181'),(358304,0,'webmaster','2022-11-20 23:38:19','167.172.88.181'),(358305,0,'webmaster','2022-11-20 23:38:20','167.172.88.181'),(358306,0,'webmaster','2022-11-20 23:38:22','167.172.88.181'),(358307,0,'webmaster','2022-11-20 23:38:23','167.172.88.181'),(358308,0,'webmaster','2022-11-20 23:38:24','167.172.88.181'),(358309,0,'webmaster','2022-11-20 23:38:25','167.172.88.181'),(358310,0,'webmaster','2022-11-20 23:38:26','167.172.88.181'),(358311,0,'webmaster','2022-11-20 23:38:27','167.172.88.181'),(358312,0,'webmaster','2022-11-20 23:38:29','167.172.88.181'),(358313,0,'webmaster','2022-11-20 23:38:30','167.172.88.181'),(358314,0,'webmaster','2022-11-20 23:38:31','167.172.88.181'),(358315,0,'webmaster','2022-11-20 23:38:32','167.172.88.181'),(358316,0,'webmaster','2022-11-20 23:38:33','167.172.88.181'),(358317,0,'webmaster','2022-11-20 23:38:34','167.172.88.181'),(358318,0,'webmaster','2022-11-20 23:38:35','167.172.88.181'),(358319,0,'webmaster','2022-11-20 23:38:37','167.172.88.181'),(358320,0,'webmaster','2022-11-20 23:38:38','167.172.88.181'),(358321,0,'webmaster','2022-11-20 23:38:39','167.172.88.181'),(358322,0,'webmaster','2022-11-20 23:38:40','167.172.88.181'),(358323,0,'webmaster','2022-11-20 23:38:41','167.172.88.181'),(358324,0,'webmaster','2022-11-20 23:38:42','167.172.88.181'),(358325,0,'webmaster','2022-11-20 23:38:43','167.172.88.181'),(358326,0,'webmaster','2022-11-20 23:38:45','167.172.88.181'),(358327,0,'webmaster','2022-11-20 23:38:46','167.172.88.181'),(358328,0,'webmaster','2022-11-20 23:38:47','167.172.88.181'),(358329,0,'webmaster','2022-11-20 23:38:48','167.172.88.181'),(358330,0,'webmaster','2022-11-20 23:38:49','167.172.88.181'),(358331,0,'webmaster','2022-11-20 23:38:50','167.172.88.181'),(358332,0,'webmaster','2022-11-20 23:38:51','167.172.88.181'),(358333,0,'webmaster','2022-11-20 23:38:53','167.172.88.181'),(358334,0,'webmaster','2022-11-20 23:38:54','167.172.88.181'),(358335,0,'webmaster','2022-11-20 23:38:55','167.172.88.181'),(358336,0,'webmaster','2022-11-20 23:38:56','167.172.88.181'),(358337,0,'webmaster','2022-11-20 23:38:57','167.172.88.181'),(358338,0,'webmaster','2022-11-20 23:38:58','167.172.88.181'),(358339,0,'webmaster','2022-11-20 23:39:00','167.172.88.181'),(358340,0,'webmaster','2022-11-20 23:39:01','167.172.88.181'),(358341,0,'webmaster','2022-11-20 23:39:02','167.172.88.181'),(358342,0,'webmaster','2022-11-20 23:39:03','167.172.88.181'),(358343,0,'webmaster','2022-11-20 23:39:04','167.172.88.181'),(358344,0,'webmaster','2022-11-20 23:39:05','167.172.88.181'),(358345,0,'webmaster','2022-11-20 23:39:06','167.172.88.181'),(358346,0,'webmaster','2022-11-20 23:39:08','167.172.88.181'),(358347,0,'webmaster','2022-11-20 23:39:09','167.172.88.181'),(358348,0,'webmaster','2022-11-20 23:39:10','167.172.88.181'),(358349,0,'ukdebtconsolidations-co-uk','2022-11-20 23:39:10','61.219.43.253'),(358350,0,'webmaster','2022-11-20 23:39:11','167.172.88.181'),(358351,0,'webmaster','2022-11-20 23:39:12','167.172.88.181'),(358352,0,'webmaster','2022-11-20 23:39:13','167.172.88.181'),(358353,0,'webmaster','2022-11-20 23:39:15','167.172.88.181'),(358354,0,'webmaster','2022-11-20 23:39:16','167.172.88.181'),(358355,0,'webmaster','2022-11-20 23:39:17','167.172.88.181'),(358356,0,'webmaster','2022-11-20 23:39:18','167.172.88.181'),(358357,0,'webmaster','2022-11-20 23:39:19','167.172.88.181'),(358358,0,'webmaster','2022-11-20 23:39:20','167.172.88.181'),(358359,0,'webmaster','2022-11-20 23:39:21','167.172.88.181'),(358360,0,'webmaster','2022-11-20 23:39:23','167.172.88.181'),(358361,0,'webmaster','2022-11-20 23:39:24','167.172.88.181'),(358362,0,'webmaster','2022-11-20 23:39:25','167.172.88.181'),(358363,0,'webmaster','2022-11-20 23:39:26','167.172.88.181'),(358364,0,'webmaster','2022-11-20 23:39:27','167.172.88.181'),(358365,0,'webmaster','2022-11-20 23:39:28','167.172.88.181'),(358366,0,'webmaster','2022-11-20 23:39:29','167.172.88.181'),(358367,0,'webmaster','2022-11-20 23:39:31','167.172.88.181'),(358368,0,'webmaster','2022-11-20 23:39:32','167.172.88.181'),(358369,0,'webmaster','2022-11-20 23:39:33','167.172.88.181'),(358370,0,'webmaster','2022-11-20 23:39:34','167.172.88.181'),(358371,0,'webmaster','2022-11-20 23:39:35','167.172.88.181'),(358372,0,'webmaster','2022-11-20 23:39:37','167.172.88.181'),(358373,0,'webmaster','2022-11-20 23:39:38','167.172.88.181'),(358374,0,'webmaster','2022-11-20 23:39:39','167.172.88.181'),(358375,0,'webmaster','2022-11-20 23:39:40','167.172.88.181'),(358376,0,'webmaster','2022-11-20 23:39:41','167.172.88.181'),(358377,0,'webmaster','2022-11-20 23:39:42','167.172.88.181'),(358378,0,'webmaster','2022-11-20 23:39:43','167.172.88.181'),(358379,0,'webmaster','2022-11-20 23:39:45','167.172.88.181'),(358380,0,'webmaster','2022-11-20 23:39:46','167.172.88.181'),(358381,0,'webmaster','2022-11-20 23:39:47','167.172.88.181'),(358382,0,'webmaster','2022-11-20 23:39:48','167.172.88.181'),(358383,0,'webmaster','2022-11-20 23:39:49','167.172.88.181'),(358384,0,'webmaster','2022-11-20 23:39:50','167.172.88.181'),(358385,0,'webmaster','2022-11-20 23:39:52','167.172.88.181'),(358386,0,'webmaster','2022-11-20 23:39:53','167.172.88.181'),(358387,0,'webmaster','2022-11-20 23:39:54','167.172.88.181'),(358388,0,'webmaster','2022-11-20 23:39:55','167.172.88.181'),(358389,0,'webmaster','2022-11-20 23:39:56','167.172.88.181'),(358390,0,'webmaster','2022-11-20 23:39:57','167.172.88.181'),(358391,0,'webmaster','2022-11-20 23:39:58','167.172.88.181'),(358392,0,'webmaster','2022-11-20 23:40:00','167.172.88.181'),(358393,0,'webmaster','2022-11-20 23:40:01','167.172.88.181'),(358394,0,'webmaster','2022-11-20 23:40:02','167.172.88.181'),(358395,0,'webmaster','2022-11-20 23:40:03','167.172.88.181'),(358396,0,'webmaster','2022-11-20 23:40:04','167.172.88.181'),(358397,0,'webmaster','2022-11-20 23:40:05','167.172.88.181'),(358398,0,'webmaster','2022-11-20 23:40:06','167.172.88.181'),(358399,0,'webmaster','2022-11-20 23:40:08','167.172.88.181'),(358400,0,'webmaster','2022-11-20 23:40:09','167.172.88.181'),(358401,0,'webmaster','2022-11-20 23:40:10','167.172.88.181'),(358402,0,'webmaster','2022-11-20 23:40:11','167.172.88.181'),(358403,0,'webmaster','2022-11-20 23:40:12','167.172.88.181'),(358404,0,'webmaster','2022-11-20 23:40:13','167.172.88.181'),(358405,0,'webmaster','2022-11-20 23:40:15','167.172.88.181'),(358406,0,'webmaster','2022-11-20 23:40:16','167.172.88.181'),(358407,0,'webmaster','2022-11-20 23:40:17','167.172.88.181'),(358408,0,'webmaster','2022-11-20 23:40:18','167.172.88.181'),(358409,0,'webmaster','2022-11-20 23:40:19','167.172.88.181'),(358410,0,'webmaster','2022-11-20 23:40:20','167.172.88.181'),(358411,0,'webmaster','2022-11-20 23:40:21','167.172.88.181'),(358412,0,'webmaster','2022-11-20 23:40:23','167.172.88.181'),(358413,0,'webmaster','2022-11-20 23:40:24','167.172.88.181'),(358414,0,'webmaster','2022-11-20 23:40:25','167.172.88.181'),(358415,0,'webmaster','2022-11-20 23:40:26','167.172.88.181'),(358416,0,'webmaster','2022-11-20 23:40:27','167.172.88.181'),(358417,0,'webmaster','2022-11-20 23:40:28','167.172.88.181'),(358418,0,'webmaster','2022-11-20 23:40:29','167.172.88.181'),(358419,0,'webmaster','2022-11-20 23:40:31','167.172.88.181'),(358420,0,'webmaster','2022-11-20 23:40:32','167.172.88.181'),(358421,0,'webmaster','2022-11-20 23:40:33','167.172.88.181'),(358422,0,'webmaster','2022-11-20 23:40:34','167.172.88.181'),(358423,0,'webmaster','2022-11-20 23:40:35','167.172.88.181'),(358424,0,'webmaster','2022-11-20 23:40:36','167.172.88.181'),(358425,0,'webmaster','2022-11-20 23:40:37','167.172.88.181'),(358426,0,'webmaster','2022-11-20 23:40:39','167.172.88.181'),(358427,0,'webmaster','2022-11-20 23:40:40','167.172.88.181'),(358428,0,'webmaster','2022-11-20 23:40:41','167.172.88.181'),(358429,0,'webmaster','2022-11-20 23:40:42','167.172.88.181'),(358430,0,'webmaster','2022-11-20 23:40:43','167.172.88.181'),(358431,0,'webmaster','2022-11-20 23:40:44','167.172.88.181'),(358432,0,'webmaster','2022-11-20 23:40:45','167.172.88.181'),(358433,0,'webmaster','2022-11-20 23:40:47','167.172.88.181'),(358434,0,'webmaster','2022-11-20 23:40:48','167.172.88.181'),(358435,0,'webmaster','2022-11-20 23:40:49','167.172.88.181'),(358436,0,'webmaster','2022-11-20 23:40:50','167.172.88.181'),(358437,0,'webmaster','2022-11-20 23:40:51','167.172.88.181'),(358438,0,'webmaster','2022-11-20 23:40:52','167.172.88.181'),(358439,0,'webmaster','2022-11-20 23:40:53','167.172.88.181'),(358440,0,'webmaster','2022-11-20 23:40:55','167.172.88.181'),(358441,0,'webmaster','2022-11-20 23:40:56','167.172.88.181'),(358442,0,'webmaster','2022-11-20 23:40:57','167.172.88.181'),(358443,0,'webmaster','2022-11-20 23:40:58','167.172.88.181'),(358444,0,'webmaster','2022-11-20 23:40:59','167.172.88.181'),(358445,0,'webmaster','2022-11-20 23:41:00','167.172.88.181'),(358446,0,'webmaster','2022-11-20 23:41:01','167.172.88.181'),(358447,0,'webmaster','2022-11-20 23:41:03','167.172.88.181'),(358448,0,'webmaster','2022-11-20 23:41:04','167.172.88.181'),(358449,0,'webmaster','2022-11-20 23:41:05','167.172.88.181'),(358450,0,'webmaster','2022-11-20 23:41:06','167.172.88.181'),(358451,0,'webmaster','2022-11-20 23:41:07','167.172.88.181'),(358452,0,'webmaster','2022-11-20 23:41:08','167.172.88.181'),(358453,0,'webmaster','2022-11-20 23:41:10','167.172.88.181'),(358454,0,'webmaster','2022-11-20 23:41:11','167.172.88.181'),(358455,0,'webmaster','2022-11-20 23:41:12','167.172.88.181'),(358456,0,'webmaster','2022-11-20 23:41:13','167.172.88.181'),(358457,0,'webmaster','2022-11-20 23:41:14','167.172.88.181'),(358458,0,'webmaster','2022-11-20 23:41:15','167.172.88.181'),(358459,0,'webmaster','2022-11-20 23:41:16','167.172.88.181'),(358460,0,'webmaster','2022-11-20 23:41:18','167.172.88.181'),(358461,0,'webmaster','2022-11-20 23:41:19','167.172.88.181'),(358462,0,'webmaster','2022-11-20 23:41:20','167.172.88.181'),(358463,0,'webmaster','2022-11-20 23:41:21','167.172.88.181'),(358464,0,'webmaster','2022-11-20 23:41:23','167.172.88.181'),(358465,0,'webmaster','2022-11-20 23:41:24','167.172.88.181'),(358466,0,'webmaster','2022-11-20 23:41:25','167.172.88.181'),(358467,0,'webmaster','2022-11-20 23:41:26','167.172.88.181'),(358468,0,'webmaster','2022-11-20 23:41:27','167.172.88.181'),(358469,0,'webmaster','2022-11-20 23:41:28','167.172.88.181'),(358470,0,'webmaster','2022-11-20 23:41:30','167.172.88.181'),(358471,0,'webmaster','2022-11-20 23:41:31','167.172.88.181'),(358472,0,'webmaster','2022-11-20 23:41:32','167.172.88.181'),(358473,0,'webmaster','2022-11-20 23:41:33','167.172.88.181'),(358474,0,'webmaster','2022-11-20 23:41:34','167.172.88.181'),(358475,0,'webmaster','2022-11-20 23:41:35','167.172.88.181'),(358476,0,'webmaster','2022-11-20 23:41:39','167.172.88.181'),(358477,0,'webmaster','2022-11-20 23:41:40','167.172.88.181'),(358478,0,'webmaster','2022-11-20 23:41:42','167.172.88.181'),(358479,0,'webmaster','2022-11-20 23:41:43','167.172.88.181'),(358480,0,'webmaster','2022-11-20 23:41:44','167.172.88.181'),(358481,0,'webmaster','2022-11-20 23:41:45','167.172.88.181'),(358482,0,'webmaster','2022-11-20 23:41:46','167.172.88.181'),(358483,0,'webmaster','2022-11-20 23:41:47','167.172.88.181'),(358484,0,'webmaster','2022-11-20 23:41:49','167.172.88.181'),(358485,0,'webmaster','2022-11-20 23:41:50','167.172.88.181'),(358486,0,'webmaster','2022-11-20 23:41:51','167.172.88.181'),(358487,0,'webmaster','2022-11-20 23:41:52','167.172.88.181'),(358488,0,'webmaster','2022-11-20 23:41:53','167.172.88.181'),(358489,0,'webmaster','2022-11-20 23:41:54','167.172.88.181'),(358490,0,'webmaster','2022-11-20 23:41:56','167.172.88.181'),(358491,0,'webmaster','2022-11-20 23:41:57','167.172.88.181'),(358492,0,'webmaster','2022-11-20 23:41:58','167.172.88.181'),(358493,0,'webmaster','2022-11-20 23:41:59','167.172.88.181'),(358494,0,'webmaster','2022-11-20 23:42:00','167.172.88.181'),(358495,0,'webmaster','2022-11-20 23:42:01','167.172.88.181'),(358496,0,'webmaster','2022-11-20 23:42:02','167.172.88.181'),(358497,0,'webmaster','2022-11-20 23:42:03','167.172.88.181'),(358498,0,'webmaster','2022-11-20 23:42:05','167.172.88.181'),(358499,0,'webmaster','2022-11-20 23:42:06','167.172.88.181'),(358500,0,'webmaster','2022-11-20 23:42:08','167.172.88.181'),(358501,0,'webmaster','2022-11-20 23:42:09','167.172.88.181'),(358502,0,'webmaster','2022-11-20 23:42:10','167.172.88.181'),(358503,0,'webmaster','2022-11-20 23:42:11','167.172.88.181'),(358504,0,'webmaster','2022-11-20 23:42:12','167.172.88.181'),(358505,0,'webmaster','2022-11-20 23:42:13','167.172.88.181'),(358506,0,'webmaster','2022-11-20 23:42:14','167.172.88.181'),(358507,0,'webmaster','2022-11-20 23:42:16','167.172.88.181'),(358508,0,'webmaster','2022-11-20 23:42:17','167.172.88.181'),(358509,0,'webmaster','2022-11-20 23:42:18','167.172.88.181'),(358510,0,'webmaster','2022-11-20 23:42:19','167.172.88.181'),(358511,0,'webmaster','2022-11-20 23:42:20','167.172.88.181'),(358512,0,'webmaster','2022-11-20 23:42:21','167.172.88.181'),(358513,0,'webmaster','2022-11-20 23:42:22','167.172.88.181'),(358514,0,'webmaster','2022-11-20 23:42:24','167.172.88.181'),(358515,0,'webmaster','2022-11-20 23:42:25','167.172.88.181'),(358516,0,'webmaster','2022-11-20 23:42:26','167.172.88.181'),(358517,0,'webmaster','2022-11-20 23:42:27','167.172.88.181'),(358518,0,'webmaster','2022-11-20 23:42:28','167.172.88.181'),(358519,0,'webmaster','2022-11-20 23:42:29','167.172.88.181'),(358520,0,'webmaster','2022-11-20 23:42:30','167.172.88.181'),(358521,0,'webmaster','2022-11-20 23:42:32','167.172.88.181'),(358522,0,'webmaster','2022-11-20 23:42:33','167.172.88.181'),(358523,0,'webmaster','2022-11-20 23:42:34','167.172.88.181'),(358524,0,'webmaster','2022-11-20 23:42:35','167.172.88.181'),(358525,0,'webmaster','2022-11-20 23:42:36','167.172.88.181'),(358526,0,'webmaster','2022-11-20 23:42:37','167.172.88.181'),(358527,0,'webmaster','2022-11-20 23:42:38','167.172.88.181'),(358528,0,'webmaster','2022-11-20 23:42:40','167.172.88.181'),(358529,0,'webmaster','2022-11-20 23:42:41','167.172.88.181'),(358530,0,'webmaster','2022-11-20 23:42:42','167.172.88.181'),(358531,0,'webmaster','2022-11-20 23:42:43','167.172.88.181'),(358532,0,'webmaster','2022-11-20 23:42:44','167.172.88.181'),(358533,0,'webmaster','2022-11-20 23:42:45','167.172.88.181'),(358534,0,'webmaster','2022-11-20 23:42:47','167.172.88.181'),(358535,0,'webmaster','2022-11-20 23:42:48','167.172.88.181'),(358536,0,'webmaster','2022-11-20 23:42:49','167.172.88.181'),(358537,0,'webmaster','2022-11-20 23:42:50','167.172.88.181'),(358538,0,'webmaster','2022-11-20 23:42:51','167.172.88.181'),(358539,0,'webmaster','2022-11-20 23:42:52','167.172.88.181'),(358540,0,'webmaster','2022-11-20 23:42:54','167.172.88.181'),(358541,0,'webmaster','2022-11-20 23:42:55','167.172.88.181'),(358542,0,'webmaster','2022-11-20 23:42:56','167.172.88.181'),(358543,0,'webmaster','2022-11-20 23:42:57','167.172.88.181'),(358544,0,'webmaster','2022-11-20 23:42:58','167.172.88.181'),(358545,0,'webmaster','2022-11-20 23:42:59','167.172.88.181'),(358546,0,'webmaster','2022-11-20 23:43:00','167.172.88.181'),(358547,0,'webmaster','2022-11-20 23:43:01','167.172.88.181'),(358548,0,'webmaster','2022-11-20 23:43:03','167.172.88.181'),(358549,0,'webmaster','2022-11-20 23:43:04','167.172.88.181'),(358550,0,'webmaster','2022-11-20 23:43:05','167.172.88.181'),(358551,0,'webmaster','2022-11-20 23:43:06','167.172.88.181'),(358552,0,'webmaster','2022-11-20 23:43:07','167.172.88.181'),(358553,0,'webmaster','2022-11-20 23:43:08','167.172.88.181'),(358554,0,'webmaster','2022-11-20 23:43:10','167.172.88.181'),(358555,0,'webmaster','2022-11-20 23:43:11','167.172.88.181'),(358556,0,'webmaster','2022-11-20 23:43:12','167.172.88.181'),(358557,0,'webmaster','2022-11-20 23:43:13','167.172.88.181'),(358558,0,'webmaster','2022-11-20 23:43:14','167.172.88.181'),(358559,0,'webmaster','2022-11-20 23:43:15','167.172.88.181'),(358560,0,'webmaster','2022-11-20 23:43:17','167.172.88.181'),(358561,0,'webmaster','2022-11-20 23:43:18','167.172.88.181'),(358562,0,'webmaster','2022-11-20 23:43:19','167.172.88.181'),(358563,0,'webmaster','2022-11-20 23:43:20','167.172.88.181'),(358564,0,'webmaster','2022-11-20 23:43:21','167.172.88.181'),(358565,0,'webmaster','2022-11-20 23:43:22','167.172.88.181'),(358566,0,'webmaster','2022-11-20 23:43:23','167.172.88.181'),(358567,0,'webmaster','2022-11-20 23:43:25','167.172.88.181'),(358568,0,'webmaster','2022-11-20 23:43:26','167.172.88.181'),(358569,0,'webmaster','2022-11-20 23:43:27','167.172.88.181'),(358570,0,'webmaster','2022-11-20 23:43:28','167.172.88.181'),(358571,0,'webmaster','2022-11-20 23:43:29','167.172.88.181'),(358572,0,'webmaster','2022-11-20 23:43:30','167.172.88.181'),(358573,0,'webmaster','2022-11-20 23:43:31','167.172.88.181'),(358574,0,'webmaster','2022-11-20 23:43:33','167.172.88.181'),(358575,0,'webmaster','2022-11-20 23:43:34','167.172.88.181'),(358576,0,'webmaster','2022-11-20 23:43:35','167.172.88.181'),(358577,0,'webmaster','2022-11-20 23:43:36','167.172.88.181'),(358578,0,'webmaster','2022-11-20 23:43:37','167.172.88.181'),(358579,0,'webmaster','2022-11-20 23:43:38','167.172.88.181'),(358580,0,'webmaster','2022-11-20 23:43:40','167.172.88.181'),(358581,0,'webmaster','2022-11-20 23:43:41','167.172.88.181'),(358582,0,'webmaster','2022-11-20 23:43:42','167.172.88.181'),(358583,0,'webmaster','2022-11-20 23:43:43','167.172.88.181'),(358584,0,'webmaster','2022-11-20 23:43:44','167.172.88.181'),(358585,0,'webmaster','2022-11-20 23:43:45','167.172.88.181'),(358586,0,'webmaster','2022-11-20 23:43:46','167.172.88.181'),(358587,0,'webmaster','2022-11-20 23:43:48','167.172.88.181'),(358588,0,'webmaster','2022-11-20 23:43:49','167.172.88.181'),(358589,0,'webmaster','2022-11-20 23:43:50','167.172.88.181'),(358590,0,'webmaster','2022-11-20 23:43:51','167.172.88.181'),(358591,0,'webmaster','2022-11-20 23:43:52','167.172.88.181'),(358592,0,'webmaster','2022-11-20 23:43:53','167.172.88.181'),(358593,0,'webmaster','2022-11-20 23:43:54','167.172.88.181'),(358594,0,'webmaster','2022-11-20 23:43:56','167.172.88.181'),(358595,0,'webmaster','2022-11-20 23:43:57','167.172.88.181'),(358596,0,'webmaster','2022-11-20 23:43:58','167.172.88.181'),(358597,0,'webmaster','2022-11-20 23:43:59','167.172.88.181'),(358598,0,'webmaster','2022-11-20 23:44:00','167.172.88.181'),(358599,0,'webmaster','2022-11-20 23:44:01','167.172.88.181'),(358600,0,'webmaster','2022-11-20 23:44:02','167.172.88.181'),(358601,0,'webmaster','2022-11-20 23:44:04','167.172.88.181'),(358602,0,'webmaster','2022-11-20 23:44:05','167.172.88.181'),(358603,0,'webmaster','2022-11-20 23:44:06','167.172.88.181'),(358604,0,'webmaster','2022-11-20 23:44:07','167.172.88.181'),(358605,0,'webmaster','2022-11-20 23:44:08','167.172.88.181'),(358606,0,'webmaster','2022-11-20 23:44:09','167.172.88.181'),(358607,0,'webmaster','2022-11-20 23:44:10','167.172.88.181'),(358608,0,'webmaster','2022-11-20 23:44:12','167.172.88.181'),(358609,0,'webmaster','2022-11-20 23:44:13','167.172.88.181'),(358610,0,'webmaster','2022-11-20 23:44:14','167.172.88.181'),(358611,0,'webmaster','2022-11-20 23:44:15','167.172.88.181'),(358612,0,'webmaster','2022-11-20 23:44:16','167.172.88.181'),(358613,0,'webmaster','2022-11-20 23:44:17','167.172.88.181'),(358614,0,'webmaster','2022-11-20 23:44:19','167.172.88.181'),(358615,0,'webmaster','2022-11-20 23:44:20','167.172.88.181'),(358616,0,'webmaster','2022-11-20 23:44:21','167.172.88.181'),(358617,0,'webmaster','2022-11-20 23:44:22','167.172.88.181'),(358618,0,'webmaster','2022-11-20 23:44:23','167.172.88.181'),(358619,0,'webmaster','2022-11-20 23:44:24','167.172.88.181'),(358620,0,'webmaster','2022-11-20 23:44:25','167.172.88.181'),(358621,0,'webmaster','2022-11-20 23:44:27','167.172.88.181'),(358622,0,'webmaster','2022-11-20 23:44:28','167.172.88.181'),(358623,0,'webmaster','2022-11-20 23:44:29','167.172.88.181'),(358624,0,'webmaster','2022-11-20 23:44:30','167.172.88.181'),(358625,0,'webmaster','2022-11-20 23:44:31','167.172.88.181'),(358626,0,'webmaster','2022-11-20 23:44:33','167.172.88.181'),(358627,0,'webmaster','2022-11-20 23:44:34','167.172.88.181'),(358628,0,'webmaster','2022-11-20 23:44:35','167.172.88.181'),(358629,0,'webmaster','2022-11-20 23:44:36','167.172.88.181'),(358630,0,'webmaster','2022-11-20 23:44:37','167.172.88.181'),(358631,0,'webmaster','2022-11-20 23:44:38','167.172.88.181'),(358632,0,'webmaster','2022-11-20 23:44:39','167.172.88.181'),(358633,0,'webmaster','2022-11-20 23:44:41','167.172.88.181'),(358634,0,'webmaster','2022-11-20 23:44:42','167.172.88.181'),(358635,0,'webmaster','2022-11-20 23:44:43','167.172.88.181'),(358636,0,'webmaster','2022-11-20 23:44:44','167.172.88.181'),(358637,0,'webmaster','2022-11-20 23:44:45','167.172.88.181'),(358638,0,'webmaster','2022-11-20 23:44:46','167.172.88.181'),(358639,0,'webmaster','2022-11-20 23:44:48','167.172.88.181'),(358640,0,'webmaster','2022-11-20 23:44:49','167.172.88.181'),(358641,0,'webmaster','2022-11-20 23:44:50','167.172.88.181'),(358642,0,'webmaster','2022-11-20 23:44:51','167.172.88.181'),(358643,0,'webmaster','2022-11-20 23:44:52','167.172.88.181'),(358644,0,'webmaster','2022-11-20 23:44:53','167.172.88.181'),(358645,0,'webmaster','2022-11-20 23:44:54','167.172.88.181'),(358646,0,'webmaster','2022-11-20 23:44:56','167.172.88.181'),(358647,0,'webmaster','2022-11-20 23:44:57','167.172.88.181'),(358648,0,'webmaster','2022-11-20 23:44:58','167.172.88.181'),(358649,0,'webmaster','2022-11-20 23:44:59','167.172.88.181'),(358650,0,'webmaster','2022-11-20 23:45:00','167.172.88.181'),(358651,0,'webmaster','2022-11-20 23:45:01','167.172.88.181'),(358652,0,'webmaster','2022-11-20 23:45:02','167.172.88.181'),(358653,0,'webmaster','2022-11-20 23:45:04','167.172.88.181'),(358654,0,'webmaster','2022-11-20 23:45:05','167.172.88.181'),(358655,0,'webmaster','2022-11-20 23:45:06','167.172.88.181'),(358656,0,'webmaster','2022-11-20 23:45:07','167.172.88.181'),(358657,0,'webmaster','2022-11-20 23:45:08','167.172.88.181'),(358658,0,'webmaster','2022-11-20 23:45:09','167.172.88.181'),(358659,0,'webmaster','2022-11-20 23:45:11','167.172.88.181'),(358660,0,'webmaster','2022-11-20 23:45:12','167.172.88.181'),(358661,0,'webmaster','2022-11-20 23:45:13','167.172.88.181'),(358662,0,'webmaster','2022-11-20 23:45:14','167.172.88.181'),(358663,0,'webmaster','2022-11-20 23:45:15','167.172.88.181'),(358664,0,'webmaster','2022-11-20 23:45:16','167.172.88.181'),(358665,0,'webmaster','2022-11-20 23:45:17','167.172.88.181'),(358666,0,'webmaster','2022-11-20 23:45:19','167.172.88.181'),(358667,0,'webmaster','2022-11-20 23:45:20','167.172.88.181'),(358668,0,'webmaster','2022-11-20 23:45:21','167.172.88.181'),(358669,0,'webmaster','2022-11-20 23:45:22','167.172.88.181'),(358670,0,'webmaster','2022-11-20 23:45:23','167.172.88.181'),(358671,0,'webmaster','2022-11-20 23:45:24','167.172.88.181'),(358672,0,'webmaster','2022-11-20 23:45:25','167.172.88.181'),(358673,0,'webmaster','2022-11-20 23:45:27','167.172.88.181'),(358674,0,'webmaster','2022-11-20 23:45:28','167.172.88.181'),(358675,0,'webmaster','2022-11-20 23:45:29','167.172.88.181'),(358676,0,'webmaster','2022-11-20 23:45:30','167.172.88.181'),(358677,0,'webmaster','2022-11-20 23:45:31','167.172.88.181'),(358678,0,'webmaster','2022-11-20 23:45:32','167.172.88.181'),(358679,0,'webmaster','2022-11-20 23:45:34','167.172.88.181'),(358680,0,'webmaster','2022-11-20 23:45:35','167.172.88.181'),(358681,0,'webmaster','2022-11-20 23:45:36','167.172.88.181'),(358682,0,'webmaster','2022-11-20 23:45:37','167.172.88.181'),(358683,0,'webmaster','2022-11-20 23:45:38','167.172.88.181'),(358684,0,'webmaster','2022-11-20 23:45:39','167.172.88.181'),(358685,0,'webmaster','2022-11-20 23:45:41','167.172.88.181'),(358686,0,'webmaster','2022-11-20 23:45:42','167.172.88.181'),(358687,0,'webmaster','2022-11-20 23:45:43','167.172.88.181'),(358688,0,'webmaster','2022-11-20 23:45:44','167.172.88.181'),(358689,0,'webmaster','2022-11-20 23:45:45','167.172.88.181'),(358690,0,'webmaster','2022-11-20 23:45:46','167.172.88.181'),(358691,0,'webmaster','2022-11-20 23:45:47','167.172.88.181'),(358692,0,'webmaster','2022-11-20 23:45:49','167.172.88.181'),(358693,0,'webmaster','2022-11-20 23:45:50','167.172.88.181'),(358694,0,'webmaster','2022-11-20 23:45:51','167.172.88.181'),(358695,0,'webmaster','2022-11-20 23:45:52','167.172.88.181'),(358696,0,'webmaster','2022-11-20 23:45:53','167.172.88.181'),(358697,0,'webmaster','2022-11-20 23:45:54','167.172.88.181'),(358698,0,'webmaster','2022-11-20 23:45:55','167.172.88.181'),(358699,0,'webmaster','2022-11-20 23:45:57','167.172.88.181'),(358700,0,'webmaster','2022-11-20 23:45:58','167.172.88.181'),(358701,0,'webmaster','2022-11-20 23:45:59','167.172.88.181'),(358702,0,'webmaster','2022-11-20 23:46:00','167.172.88.181'),(358703,0,'webmaster','2022-11-20 23:46:01','167.172.88.181'),(358704,0,'webmaster','2022-11-20 23:46:02','167.172.88.181'),(358705,0,'webmaster','2022-11-20 23:46:04','167.172.88.181'),(358706,0,'webmaster','2022-11-20 23:46:05','167.172.88.181'),(358707,0,'webmaster','2022-11-20 23:46:06','167.172.88.181'),(358708,0,'webmaster','2022-11-20 23:46:07','167.172.88.181'),(358709,0,'webmaster','2022-11-20 23:46:08','167.172.88.181'),(358710,0,'webmaster','2022-11-20 23:46:10','167.172.88.181'),(358711,0,'webmaster','2022-11-20 23:46:11','167.172.88.181'),(358712,0,'webmaster','2022-11-20 23:46:12','167.172.88.181'),(358713,0,'webmaster','2022-11-20 23:46:13','167.172.88.181'),(358714,0,'webmaster','2022-11-20 23:46:14','167.172.88.181'),(358715,0,'webmaster','2022-11-20 23:46:15','167.172.88.181'),(358716,0,'webmaster','2022-11-20 23:46:17','167.172.88.181'),(358717,0,'webmaster','2022-11-20 23:46:18','167.172.88.181'),(358718,0,'webmaster','2022-11-20 23:46:19','167.172.88.181'),(358719,0,'webmaster','2022-11-20 23:46:20','167.172.88.181'),(358720,0,'webmaster','2022-11-20 23:46:21','167.172.88.181'),(358721,0,'webmaster','2022-11-20 23:46:22','167.172.88.181'),(358722,0,'webmaster','2022-11-20 23:46:24','167.172.88.181'),(358723,0,'webmaster','2022-11-20 23:46:25','167.172.88.181'),(358724,0,'webmaster','2022-11-20 23:46:26','167.172.88.181'),(358725,0,'webmaster','2022-11-20 23:46:27','167.172.88.181'),(358726,0,'webmaster','2022-11-20 23:46:28','167.172.88.181'),(358727,0,'webmaster','2022-11-20 23:46:29','167.172.88.181'),(358728,0,'webmaster','2022-11-20 23:46:31','167.172.88.181'),(358729,0,'webmaster','2022-11-20 23:46:32','167.172.88.181'),(358730,0,'webmaster','2022-11-20 23:46:33','167.172.88.181'),(358731,0,'webmaster','2022-11-20 23:46:34','167.172.88.181'),(358732,0,'webmaster','2022-11-20 23:46:35','167.172.88.181'),(358733,0,'webmaster','2022-11-20 23:46:36','167.172.88.181'),(358734,0,'webmaster','2022-11-20 23:46:38','167.172.88.181'),(358735,0,'webmaster','2022-11-20 23:46:39','167.172.88.181'),(358736,0,'webmaster','2022-11-20 23:46:40','167.172.88.181'),(358737,0,'webmaster','2022-11-20 23:46:41','167.172.88.181'),(358738,0,'webmaster','2022-11-20 23:46:42','167.172.88.181'),(358739,0,'webmaster','2022-11-20 23:46:43','167.172.88.181'),(358740,0,'webmaster','2022-11-20 23:46:44','167.172.88.181'),(358741,0,'webmaster','2022-11-20 23:46:45','167.172.88.181'),(358742,0,'webmaster','2022-11-20 23:46:47','167.172.88.181'),(358743,0,'webmaster','2022-11-20 23:46:48','167.172.88.181'),(358744,0,'webmaster','2022-11-20 23:46:49','167.172.88.181'),(358745,0,'webmaster','2022-11-20 23:46:50','167.172.88.181'),(358746,0,'feed','2022-11-20 23:46:51','69.163.186.158'),(358747,0,'webmaster','2022-11-20 23:46:51','167.172.88.181'),(358748,0,'webmaster','2022-11-20 23:46:52','167.172.88.181'),(358749,0,'webmaster','2022-11-20 23:46:54','167.172.88.181'),(358750,0,'webmaster','2022-11-20 23:46:55','167.172.88.181'),(358751,0,'webmaster','2022-11-20 23:46:56','167.172.88.181'),(358752,0,'webmaster','2022-11-20 23:46:57','167.172.88.181'),(358753,0,'webmaster','2022-11-20 23:46:58','167.172.88.181'),(358754,0,'webmaster','2022-11-20 23:46:59','167.172.88.181'),(358755,0,'webmaster','2022-11-20 23:47:01','167.172.88.181'),(358756,0,'webmaster','2022-11-20 23:47:02','167.172.88.181'),(358757,0,'webmaster','2022-11-20 23:47:03','167.172.88.181'),(358758,0,'webmaster','2022-11-20 23:47:04','167.172.88.181'),(358759,0,'webmaster','2022-11-20 23:47:05','167.172.88.181'),(358760,0,'webmaster','2022-11-20 23:47:06','167.172.88.181'),(358761,0,'webmaster','2022-11-20 23:47:07','167.172.88.181'),(358762,0,'webmaster','2022-11-20 23:47:09','167.172.88.181'),(358763,0,'webmaster','2022-11-20 23:47:10','167.172.88.181'),(358764,0,'webmaster','2022-11-20 23:47:11','167.172.88.181'),(358765,0,'webmaster','2022-11-20 23:47:12','167.172.88.181'),(358766,0,'webmaster','2022-11-20 23:47:13','167.172.88.181'),(358767,0,'webmaster','2022-11-20 23:47:14','167.172.88.181'),(358768,0,'webmaster','2022-11-20 23:47:16','167.172.88.181'),(358769,0,'webmaster','2022-11-20 23:47:17','167.172.88.181'),(358770,0,'webmaster','2022-11-20 23:47:18','167.172.88.181'),(358771,0,'webmaster','2022-11-20 23:47:19','167.172.88.181'),(358772,0,'webmaster','2022-11-20 23:47:20','167.172.88.181'),(358773,0,'webmaster','2022-11-20 23:47:21','167.172.88.181'),(358774,0,'webmaster','2022-11-20 23:47:22','167.172.88.181'),(358775,0,'webmaster','2022-11-20 23:47:24','167.172.88.181'),(358776,0,'webmaster','2022-11-20 23:47:25','167.172.88.181'),(358777,0,'webmaster','2022-11-20 23:47:26','167.172.88.181'),(358778,0,'webmaster','2022-11-20 23:47:27','167.172.88.181'),(358779,0,'webmaster','2022-11-20 23:47:28','167.172.88.181'),(358780,0,'webmaster','2022-11-20 23:47:29','167.172.88.181'),(358781,0,'webmaster','2022-11-20 23:47:31','167.172.88.181'),(358782,0,'webmaster','2022-11-20 23:47:32','167.172.88.181'),(358783,0,'webmaster','2022-11-20 23:47:33','167.172.88.181'),(358784,0,'webmaster','2022-11-20 23:47:34','167.172.88.181'),(358785,0,'webmaster','2022-11-20 23:47:35','167.172.88.181'),(358786,0,'webmaster','2022-11-20 23:47:36','167.172.88.181'),(358787,0,'webmaster','2022-11-20 23:47:37','167.172.88.181'),(358788,0,'webmaster','2022-11-20 23:47:38','167.172.88.181'),(358789,0,'webmaster','2022-11-20 23:47:40','167.172.88.181'),(358790,0,'webmaster','2022-11-20 23:47:41','167.172.88.181'),(358791,0,'webmaster','2022-11-20 23:47:42','167.172.88.181'),(358792,0,'webmaster','2022-11-20 23:47:43','167.172.88.181'),(358793,0,'webmaster','2022-11-20 23:47:44','167.172.88.181'),(358794,0,'webmaster','2022-11-20 23:47:45','167.172.88.181'),(358795,0,'webmaster','2022-11-20 23:47:46','167.172.88.181'),(358796,0,'webmaster','2022-11-20 23:47:48','167.172.88.181'),(358797,0,'webmaster','2022-11-20 23:47:49','167.172.88.181'),(358798,0,'webmaster','2022-11-20 23:47:51','167.172.88.181'),(358799,0,'webmaster','2022-11-20 23:47:52','167.172.88.181'),(358800,0,'webmaster','2022-11-20 23:47:53','167.172.88.181'),(358801,0,'webmaster','2022-11-20 23:47:54','167.172.88.181'),(358802,0,'webmaster','2022-11-20 23:47:55','167.172.88.181'),(358803,0,'webmaster','2022-11-20 23:47:56','167.172.88.181'),(358804,0,'webmaster','2022-11-20 23:47:57','167.172.88.181'),(358805,0,'webmaster','2022-11-20 23:47:59','167.172.88.181'),(358806,0,'webmaster','2022-11-20 23:48:00','167.172.88.181'),(358807,0,'webmaster','2022-11-20 23:48:01','167.172.88.181'),(358808,0,'webmaster','2022-11-20 23:48:02','167.172.88.181'),(358809,0,'webmaster','2022-11-20 23:48:03','167.172.88.181'),(358810,0,'webmaster','2022-11-20 23:48:04','167.172.88.181'),(358811,0,'webmaster','2022-11-20 23:48:05','167.172.88.181'),(358812,0,'webmaster','2022-11-20 23:48:07','167.172.88.181'),(358813,0,'webmaster','2022-11-20 23:48:08','167.172.88.181'),(358814,0,'webmaster','2022-11-20 23:48:09','167.172.88.181'),(358815,0,'webmaster','2022-11-20 23:48:10','167.172.88.181'),(358816,0,'webmaster','2022-11-20 23:48:11','167.172.88.181'),(358817,0,'webmaster','2022-11-20 23:48:12','167.172.88.181'),(358818,0,'webmaster','2022-11-20 23:48:14','167.172.88.181'),(358819,0,'webmaster','2022-11-20 23:48:15','167.172.88.181'),(358820,0,'webmaster','2022-11-20 23:48:16','167.172.88.181'),(358821,0,'webmaster','2022-11-20 23:48:17','167.172.88.181'),(358822,0,'webmaster','2022-11-20 23:48:18','167.172.88.181'),(358823,0,'webmaster','2022-11-20 23:48:19','167.172.88.181'),(358824,0,'webmaster','2022-11-20 23:48:20','167.172.88.181'),(358825,0,'webmaster','2022-11-20 23:48:22','167.172.88.181'),(358826,0,'webmaster','2022-11-20 23:48:23','167.172.88.181'),(358827,0,'webmaster','2022-11-20 23:48:24','167.172.88.181'),(358828,0,'webmaster','2022-11-20 23:48:25','167.172.88.181'),(358829,0,'webmaster','2022-11-20 23:48:26','167.172.88.181'),(358830,0,'webmaster','2022-11-20 23:48:27','167.172.88.181'),(358831,0,'webmaster','2022-11-20 23:48:28','167.172.88.181'),(358832,0,'webmaster','2022-11-20 23:48:29','167.172.88.181'),(358833,0,'webmaster','2022-11-20 23:48:31','167.172.88.181'),(358834,0,'webmaster','2022-11-20 23:48:32','167.172.88.181'),(358835,0,'webmaster','2022-11-20 23:48:33','167.172.88.181'),(358836,0,'webmaster','2022-11-20 23:48:34','167.172.88.181'),(358837,0,'webmaster','2022-11-20 23:48:35','167.172.88.181'),(358838,0,'webmaster','2022-11-20 23:48:36','167.172.88.181'),(358839,0,'webmaster','2022-11-20 23:48:37','167.172.88.181'),(358840,0,'webmaster','2022-11-20 23:48:38','167.172.88.181'),(358841,0,'webmaster','2022-11-20 23:48:40','167.172.88.181'),(358842,0,'webmaster','2022-11-20 23:48:41','167.172.88.181'),(358843,0,'webmaster','2022-11-20 23:48:42','167.172.88.181'),(358844,0,'webmaster','2022-11-20 23:48:43','167.172.88.181'),(358845,0,'webmaster','2022-11-20 23:48:44','167.172.88.181'),(358846,0,'webmaster','2022-11-20 23:48:45','167.172.88.181'),(358847,0,'webmaster','2022-11-20 23:48:46','167.172.88.181'),(358848,0,'webmaster','2022-11-20 23:48:48','167.172.88.181'),(358849,0,'webmaster','2022-11-20 23:48:49','167.172.88.181'),(358850,0,'webmaster','2022-11-20 23:48:50','167.172.88.181'),(358851,0,'webmaster','2022-11-20 23:48:51','167.172.88.181'),(358852,0,'webmaster','2022-11-20 23:48:52','167.172.88.181'),(358853,0,'webmaster','2022-11-20 23:48:53','167.172.88.181'),(358854,0,'webmaster','2022-11-20 23:48:55','167.172.88.181'),(358855,0,'webmaster','2022-11-20 23:48:56','167.172.88.181'),(358856,0,'webmaster','2022-11-20 23:48:57','167.172.88.181'),(358857,0,'webmaster','2022-11-20 23:48:58','167.172.88.181'),(358858,0,'webmaster','2022-11-20 23:48:59','167.172.88.181'),(358859,0,'webmaster','2022-11-20 23:49:00','167.172.88.181'),(358860,0,'webmaster','2022-11-20 23:49:02','167.172.88.181'),(358861,0,'webmaster','2022-11-20 23:49:03','167.172.88.181'),(358862,0,'webmaster','2022-11-20 23:49:04','167.172.88.181'),(358863,0,'webmaster','2022-11-20 23:49:05','167.172.88.181'),(358864,0,'webmaster','2022-11-20 23:49:06','167.172.88.181'),(358865,0,'webmaster','2022-11-20 23:49:08','167.172.88.181'),(358866,0,'webmaster','2022-11-20 23:49:09','167.172.88.181'),(358867,0,'webmaster','2022-11-20 23:49:10','167.172.88.181'),(358868,0,'webmaster','2022-11-20 23:49:11','167.172.88.181'),(358869,0,'webmaster','2022-11-20 23:49:12','167.172.88.181'),(358870,0,'webmaster','2022-11-20 23:49:13','167.172.88.181'),(358871,0,'webmaster','2022-11-20 23:49:15','167.172.88.181'),(358872,0,'webmaster','2022-11-20 23:49:16','167.172.88.181'),(358873,0,'webmaster','2022-11-20 23:49:17','167.172.88.181'),(358874,0,'webmaster','2022-11-20 23:49:18','167.172.88.181'),(358875,0,'webmaster','2022-11-20 23:49:19','167.172.88.181'),(358876,0,'webmaster','2022-11-20 23:49:20','167.172.88.181'),(358877,0,'webmaster','2022-11-20 23:49:21','167.172.88.181'),(358878,0,'webmaster','2022-11-20 23:49:23','167.172.88.181'),(358879,0,'webmaster','2022-11-20 23:49:24','167.172.88.181'),(358880,0,'webmaster','2022-11-20 23:49:25','167.172.88.181'),(358881,0,'webmaster','2022-11-20 23:49:26','167.172.88.181'),(358882,0,'webmaster','2022-11-20 23:49:27','167.172.88.181'),(358883,0,'webmaster','2022-11-20 23:49:28','167.172.88.181'),(358884,0,'webmaster','2022-11-20 23:49:30','167.172.88.181'),(358885,0,'webmaster','2022-11-20 23:49:31','167.172.88.181'),(358886,0,'webmaster','2022-11-20 23:49:32','167.172.88.181'),(358887,0,'webmaster','2022-11-20 23:49:33','167.172.88.181'),(358888,0,'webmaster','2022-11-20 23:49:34','167.172.88.181'),(358889,0,'webmaster','2022-11-20 23:49:36','167.172.88.181'),(358890,0,'webmaster','2022-11-20 23:49:37','167.172.88.181'),(358891,0,'webmaster','2022-11-20 23:49:38','167.172.88.181'),(358892,0,'webmaster','2022-11-20 23:49:39','167.172.88.181'),(358893,0,'webmaster','2022-11-20 23:49:40','167.172.88.181'),(358894,0,'webmaster','2022-11-20 23:49:41','167.172.88.181'),(358895,0,'webmaster','2022-11-20 23:49:43','167.172.88.181'),(358896,0,'webmaster','2022-11-20 23:49:44','167.172.88.181'),(358897,0,'webmaster','2022-11-20 23:49:45','167.172.88.181'),(358898,0,'webmaster','2022-11-20 23:49:46','167.172.88.181'),(358899,0,'webmaster','2022-11-20 23:49:47','167.172.88.181'),(358900,0,'webmaster','2022-11-20 23:49:48','167.172.88.181'),(358901,0,'webmaster','2022-11-20 23:49:50','167.172.88.181'),(358902,0,'webmaster','2022-11-20 23:49:51','167.172.88.181'),(358903,0,'webmaster','2022-11-20 23:49:52','167.172.88.181'),(358904,0,'webmaster','2022-11-20 23:49:53','167.172.88.181'),(358905,0,'webmaster','2022-11-20 23:49:54','167.172.88.181'),(358906,0,'webmaster','2022-11-20 23:49:55','167.172.88.181'),(358907,0,'webmaster','2022-11-20 23:49:56','167.172.88.181'),(358908,0,'webmaster','2022-11-20 23:49:58','167.172.88.181'),(358909,0,'webmaster','2022-11-20 23:49:59','167.172.88.181'),(358910,0,'webmaster','2022-11-20 23:50:00','167.172.88.181'),(358911,0,'webmaster','2022-11-20 23:50:01','167.172.88.181'),(358912,0,'webmaster','2022-11-20 23:50:02','167.172.88.181'),(358913,0,'webmaster','2022-11-20 23:50:03','167.172.88.181'),(358914,0,'webmaster','2022-11-20 23:50:04','167.172.88.181'),(358915,0,'webmaster','2022-11-20 23:50:06','167.172.88.181'),(358916,0,'webmaster','2022-11-20 23:50:07','167.172.88.181'),(358917,0,'webmaster','2022-11-20 23:50:08','167.172.88.181'),(358918,0,'webmaster','2022-11-20 23:50:09','167.172.88.181'),(358919,0,'webmaster','2022-11-20 23:50:10','167.172.88.181'),(358920,0,'webmaster','2022-11-20 23:50:11','167.172.88.181'),(358921,0,'webmaster','2022-11-20 23:50:12','167.172.88.181'),(358922,0,'webmaster','2022-11-20 23:50:14','167.172.88.181'),(358923,0,'webmaster','2022-11-20 23:50:15','167.172.88.181'),(358924,0,'webmaster','2022-11-20 23:50:16','167.172.88.181'),(358925,0,'webmaster','2022-11-20 23:50:17','167.172.88.181'),(358926,0,'webmaster','2022-11-20 23:50:18','167.172.88.181'),(358927,0,'webmaster','2022-11-20 23:50:19','167.172.88.181'),(358928,0,'webmaster','2022-11-20 23:50:20','167.172.88.181'),(358929,0,'webmaster','2022-11-20 23:50:22','167.172.88.181'),(358930,0,'webmaster','2022-11-20 23:50:23','167.172.88.181'),(358931,0,'webmaster','2022-11-20 23:50:24','167.172.88.181'),(358932,0,'webmaster','2022-11-20 23:50:25','167.172.88.181'),(358933,0,'webmaster','2022-11-20 23:50:26','167.172.88.181'),(358934,0,'webmaster','2022-11-20 23:50:27','167.172.88.181'),(358935,0,'webmaster','2022-11-20 23:50:28','167.172.88.181'),(358936,0,'webmaster','2022-11-20 23:50:30','167.172.88.181'),(358937,0,'webmaster','2022-11-20 23:50:31','167.172.88.181'),(358938,0,'webmaster','2022-11-20 23:50:32','167.172.88.181'),(358939,0,'webmaster','2022-11-20 23:50:33','167.172.88.181'),(358940,0,'webmaster','2022-11-20 23:50:34','167.172.88.181'),(358941,0,'webmaster','2022-11-20 23:50:35','167.172.88.181'),(358942,0,'webmaster','2022-11-20 23:50:36','167.172.88.181'),(358943,0,'webmaster','2022-11-20 23:50:38','167.172.88.181'),(358944,0,'webmaster','2022-11-20 23:50:39','167.172.88.181'),(358945,0,'webmaster','2022-11-20 23:50:40','167.172.88.181'),(358946,0,'webmaster','2022-11-20 23:50:41','167.172.88.181'),(358947,0,'webmaster','2022-11-20 23:50:42','167.172.88.181'),(358948,0,'webmaster','2022-11-20 23:50:43','167.172.88.181'),(358949,0,'webmaster','2022-11-20 23:50:44','167.172.88.181'),(358950,0,'webmaster','2022-11-20 23:50:46','167.172.88.181'),(358951,0,'webmaster','2022-11-20 23:50:47','167.172.88.181'),(358952,0,'webmaster','2022-11-20 23:50:48','167.172.88.181'),(358953,0,'webmaster','2022-11-20 23:50:49','167.172.88.181'),(358954,0,'webmaster','2022-11-20 23:50:50','167.172.88.181'),(358955,0,'webmaster','2022-11-20 23:50:51','167.172.88.181'),(358956,0,'webmaster','2022-11-20 23:50:52','167.172.88.181'),(358957,0,'webmaster','2022-11-20 23:50:54','167.172.88.181'),(358958,0,'webmaster','2022-11-20 23:50:55','167.172.88.181'),(358959,0,'webmaster','2022-11-20 23:50:56','167.172.88.181'),(358960,0,'webmaster','2022-11-20 23:50:57','167.172.88.181'),(358961,0,'webmaster','2022-11-20 23:50:58','167.172.88.181'),(358962,0,'webmaster','2022-11-20 23:50:59','167.172.88.181'),(358963,0,'webmaster','2022-11-20 23:51:01','167.172.88.181'),(358964,0,'webmaster','2022-11-20 23:51:02','167.172.88.181'),(358965,0,'webmaster','2022-11-20 23:51:03','167.172.88.181'),(358966,0,'webmaster','2022-11-20 23:51:04','167.172.88.181'),(358967,0,'webmaster','2022-11-20 23:51:05','167.172.88.181'),(358968,0,'webmaster','2022-11-20 23:51:06','167.172.88.181'),(358969,0,'webmaster','2022-11-20 23:51:07','167.172.88.181'),(358970,0,'webmaster','2022-11-20 23:51:09','167.172.88.181'),(358971,0,'webmaster','2022-11-20 23:51:10','167.172.88.181'),(358972,0,'webmaster','2022-11-20 23:51:11','167.172.88.181'),(358973,0,'webmaster','2022-11-20 23:51:12','167.172.88.181'),(358974,0,'webmaster','2022-11-20 23:51:13','167.172.88.181'),(358975,0,'webmaster','2022-11-20 23:51:14','167.172.88.181'),(358976,0,'webmaster','2022-11-20 23:51:16','167.172.88.181'),(358977,0,'webmaster','2022-11-20 23:51:17','167.172.88.181'),(358978,0,'webmaster','2022-11-20 23:51:18','167.172.88.181'),(358979,0,'webmaster','2022-11-20 23:51:19','167.172.88.181'),(358980,0,'webmaster','2022-11-20 23:51:20','167.172.88.181'),(358981,0,'webmaster','2022-11-20 23:51:21','167.172.88.181'),(358982,0,'webmaster','2022-11-20 23:51:23','167.172.88.181'),(358983,0,'webmaster','2022-11-20 23:51:24','167.172.88.181'),(358984,0,'webmaster','2022-11-20 23:51:25','167.172.88.181'),(358985,0,'webmaster','2022-11-20 23:51:26','167.172.88.181'),(358986,0,'webmaster','2022-11-20 23:51:27','167.172.88.181'),(358987,0,'webmaster','2022-11-20 23:51:31','167.172.88.181'),(358988,0,'webmaster','2022-11-20 23:51:32','167.172.88.181'),(358989,0,'webmaster','2022-11-20 23:51:33','167.172.88.181'),(358990,0,'webmaster','2022-11-20 23:51:35','167.172.88.181'),(358991,0,'webmaster','2022-11-20 23:51:36','167.172.88.181'),(358992,0,'webmaster','2022-11-20 23:51:37','167.172.88.181'),(358993,0,'webmaster','2022-11-20 23:51:38','167.172.88.181'),(358994,0,'webmaster','2022-11-20 23:51:39','167.172.88.181'),(358995,0,'webmaster','2022-11-20 23:51:40','167.172.88.181'),(358996,0,'webmaster','2022-11-20 23:51:41','167.172.88.181'),(358997,0,'webmaster','2022-11-20 23:51:43','167.172.88.181'),(358998,0,'webmaster','2022-11-20 23:51:44','167.172.88.181'),(358999,0,'webmaster','2022-11-20 23:51:45','167.172.88.181'),(359000,0,'webmaster','2022-11-20 23:51:46','167.172.88.181'),(359001,0,'webmaster','2022-11-20 23:51:47','167.172.88.181'),(359002,0,'webmaster','2022-11-20 23:51:48','167.172.88.181'),(359003,0,'webmaster','2022-11-20 23:51:49','167.172.88.181'),(359004,0,'webmaster','2022-11-20 23:51:51','167.172.88.181'),(359005,0,'webmaster','2022-11-20 23:51:52','167.172.88.181'),(359006,0,'webmaster','2022-11-20 23:51:53','167.172.88.181'),(359007,0,'webmaster','2022-11-20 23:51:54','167.172.88.181'),(359008,0,'webmaster','2022-11-20 23:51:55','167.172.88.181'),(359009,0,'webmaster','2022-11-20 23:51:56','167.172.88.181'),(359010,0,'webmaster','2022-11-20 23:51:57','167.172.88.181'),(359011,0,'webmaster','2022-11-20 23:51:58','167.172.88.181'),(359012,0,'webmaster','2022-11-20 23:52:00','167.172.88.181'),(359013,0,'webmaster','2022-11-20 23:52:01','167.172.88.181'),(359014,0,'webmaster','2022-11-20 23:52:02','167.172.88.181'),(359015,0,'webmaster','2022-11-20 23:52:03','167.172.88.181'),(359016,0,'webmaster','2022-11-20 23:52:04','167.172.88.181'),(359017,0,'webmaster','2022-11-20 23:52:05','167.172.88.181'),(359018,0,'webmaster','2022-11-20 23:52:06','167.172.88.181'),(359019,0,'webmaster','2022-11-20 23:52:08','167.172.88.181'),(359020,0,'webmaster','2022-11-20 23:52:09','167.172.88.181'),(359021,0,'webmaster','2022-11-20 23:52:10','167.172.88.181'),(359022,0,'webmaster','2022-11-20 23:52:11','167.172.88.181'),(359023,0,'webmaster','2022-11-20 23:52:12','167.172.88.181'),(359024,0,'webmaster','2022-11-20 23:52:13','167.172.88.181'),(359025,0,'webmaster','2022-11-20 23:52:14','167.172.88.181'),(359026,0,'webmaster','2022-11-20 23:52:16','167.172.88.181'),(359027,0,'webmaster','2022-11-20 23:52:17','167.172.88.181'),(359028,0,'webmaster','2022-11-20 23:52:18','167.172.88.181'),(359029,0,'webmaster','2022-11-20 23:52:19','167.172.88.181'),(359030,0,'webmaster','2022-11-20 23:52:20','167.172.88.181'),(359031,0,'webmaster','2022-11-20 23:52:21','167.172.88.181'),(359032,0,'webmaster','2022-11-20 23:52:23','167.172.88.181'),(359033,0,'webmaster','2022-11-20 23:52:24','167.172.88.181'),(359034,0,'webmaster','2022-11-20 23:52:25','167.172.88.181'),(359035,0,'webmaster','2022-11-20 23:52:26','167.172.88.181'),(359036,0,'webmaster','2022-11-20 23:52:27','167.172.88.181'),(359037,0,'webmaster','2022-11-20 23:52:28','167.172.88.181'),(359038,0,'webmaster','2022-11-20 23:52:30','167.172.88.181'),(359039,0,'webmaster','2022-11-20 23:52:31','167.172.88.181'),(359040,0,'webmaster','2022-11-20 23:52:32','167.172.88.181'),(359041,0,'webmaster','2022-11-20 23:52:33','167.172.88.181'),(359042,0,'webmaster','2022-11-20 23:52:34','167.172.88.181'),(359043,0,'webmaster','2022-11-20 23:52:35','167.172.88.181'),(359044,0,'webmaster','2022-11-20 23:52:36','167.172.88.181'),(359045,0,'webmaster','2022-11-20 23:52:38','167.172.88.181'),(359046,0,'webmaster','2022-11-20 23:52:39','167.172.88.181'),(359047,0,'webmaster','2022-11-20 23:52:40','167.172.88.181'),(359048,0,'webmaster','2022-11-20 23:52:41','167.172.88.181'),(359049,0,'webmaster','2022-11-20 23:52:42','167.172.88.181'),(359050,0,'webmaster','2022-11-20 23:52:43','167.172.88.181'),(359051,0,'webmaster','2022-11-20 23:52:45','167.172.88.181'),(359052,0,'webmaster','2022-11-20 23:52:46','167.172.88.181'),(359053,0,'webmaster','2022-11-20 23:52:47','167.172.88.181'),(359054,0,'webmaster','2022-11-20 23:52:48','167.172.88.181'),(359055,0,'webmaster','2022-11-20 23:52:49','167.172.88.181'),(359056,0,'webmaster','2022-11-20 23:52:50','167.172.88.181'),(359057,0,'webmaster','2022-11-20 23:52:51','167.172.88.181'),(359058,0,'webmaster','2022-11-20 23:52:52','167.172.88.181'),(359059,0,'webmaster','2022-11-20 23:52:54','167.172.88.181'),(359060,0,'webmaster','2022-11-20 23:52:55','167.172.88.181'),(359061,0,'webmaster','2022-11-20 23:52:56','167.172.88.181'),(359062,0,'webmaster','2022-11-20 23:52:57','167.172.88.181'),(359063,0,'webmaster','2022-11-20 23:52:58','167.172.88.181'),(359064,0,'webmaster','2022-11-20 23:52:59','167.172.88.181'),(359065,0,'webmaster','2022-11-20 23:53:00','167.172.88.181'),(359066,0,'webmaster','2022-11-20 23:53:02','167.172.88.181'),(359067,0,'webmaster','2022-11-20 23:53:03','167.172.88.181'),(359068,0,'webmaster','2022-11-20 23:53:04','167.172.88.181'),(359069,0,'webmaster','2022-11-20 23:53:05','167.172.88.181'),(359070,0,'webmaster','2022-11-20 23:53:06','167.172.88.181'),(359071,0,'webmaster','2022-11-20 23:53:07','167.172.88.181'),(359072,0,'webmaster','2022-11-20 23:53:09','167.172.88.181'),(359073,0,'webmaster','2022-11-20 23:53:10','167.172.88.181'),(359074,0,'webmaster','2022-11-20 23:53:11','167.172.88.181'),(359075,0,'webmaster','2022-11-20 23:53:12','167.172.88.181'),(359076,0,'webmaster','2022-11-20 23:53:13','167.172.88.181'),(359077,0,'webmaster','2022-11-20 23:53:14','167.172.88.181'),(359078,0,'webmaster','2022-11-20 23:53:15','167.172.88.181'),(359079,0,'webmaster','2022-11-20 23:53:17','167.172.88.181'),(359080,0,'webmaster','2022-11-20 23:53:18','167.172.88.181'),(359081,0,'webmaster','2022-11-20 23:53:19','167.172.88.181'),(359082,0,'webmaster','2022-11-20 23:53:20','167.172.88.181'),(359083,0,'webmaster','2022-11-20 23:53:21','167.172.88.181'),(359084,0,'webmaster','2022-11-20 23:53:22','167.172.88.181'),(359085,0,'webmaster','2022-11-20 23:53:24','167.172.88.181'),(359086,0,'webmaster','2022-11-20 23:53:25','167.172.88.181'),(359087,0,'webmaster','2022-11-20 23:53:26','167.172.88.181'),(359088,0,'webmaster','2022-11-20 23:53:27','167.172.88.181'),(359089,0,'webmaster','2022-11-20 23:53:28','167.172.88.181'),(359090,0,'webmaster','2022-11-20 23:53:29','167.172.88.181'),(359091,0,'webmaster','2022-11-20 23:53:30','167.172.88.181'),(359092,0,'webmaster','2022-11-20 23:53:32','167.172.88.181'),(359093,0,'webmaster','2022-11-20 23:53:33','167.172.88.181'),(359094,0,'webmaster','2022-11-20 23:53:34','167.172.88.181'),(359095,0,'webmaster','2022-11-20 23:53:35','167.172.88.181'),(359096,0,'webmaster','2022-11-20 23:53:36','167.172.88.181'),(359097,0,'webmaster','2022-11-20 23:53:37','167.172.88.181'),(359098,0,'webmaster','2022-11-20 23:53:38','167.172.88.181'),(359099,0,'webmaster','2022-11-20 23:53:40','167.172.88.181'),(359100,0,'webmaster','2022-11-20 23:53:41','167.172.88.181'),(359101,0,'webmaster','2022-11-20 23:53:42','167.172.88.181'),(359102,0,'webmaster','2022-11-20 23:53:43','167.172.88.181'),(359103,0,'webmaster','2022-11-20 23:53:44','167.172.88.181'),(359104,0,'webmaster','2022-11-20 23:53:45','167.172.88.181'),(359105,0,'webmaster','2022-11-20 23:53:46','167.172.88.181'),(359106,0,'webmaster','2022-11-20 23:53:48','167.172.88.181'),(359107,0,'webmaster','2022-11-20 23:53:49','167.172.88.181'),(359108,0,'webmaster','2022-11-20 23:53:50','167.172.88.181'),(359109,0,'webmaster','2022-11-20 23:53:51','167.172.88.181'),(359110,0,'webmaster','2022-11-20 23:53:52','167.172.88.181'),(359111,0,'webmaster','2022-11-20 23:53:53','167.172.88.181'),(359112,0,'webmaster','2022-11-20 23:53:55','167.172.88.181'),(359113,0,'webmaster','2022-11-20 23:53:56','167.172.88.181'),(359114,0,'webmaster','2022-11-20 23:53:57','167.172.88.181'),(359115,0,'webmaster','2022-11-20 23:53:58','167.172.88.181'),(359116,0,'webmaster','2022-11-20 23:53:59','167.172.88.181'),(359117,0,'webmaster','2022-11-20 23:54:00','167.172.88.181'),(359118,0,'webmaster','2022-11-20 23:54:01','167.172.88.181'),(359119,0,'webmaster','2022-11-20 23:54:03','167.172.88.181'),(359120,0,'webmaster','2022-11-20 23:54:04','167.172.88.181'),(359121,0,'webmaster','2022-11-20 23:54:05','167.172.88.181'),(359122,0,'webmaster','2022-11-20 23:54:06','167.172.88.181'),(359123,0,'webmaster','2022-11-20 23:54:07','167.172.88.181'),(359124,0,'webmaster','2022-11-20 23:54:08','167.172.88.181'),(359125,0,'webmaster','2022-11-20 23:54:10','167.172.88.181'),(359126,0,'webmaster','2022-11-20 23:54:11','167.172.88.181'),(359127,0,'webmaster','2022-11-20 23:54:12','167.172.88.181'),(359128,0,'webmaster','2022-11-20 23:54:13','167.172.88.181'),(359129,0,'webmaster','2022-11-20 23:54:14','167.172.88.181'),(359130,0,'webmaster','2022-11-20 23:54:15','167.172.88.181'),(359131,0,'webmaster','2022-11-20 23:54:17','167.172.88.181'),(359132,0,'webmaster','2022-11-20 23:54:18','167.172.88.181'),(359133,0,'webmaster','2022-11-20 23:54:19','167.172.88.181'),(359134,0,'webmaster','2022-11-20 23:54:20','167.172.88.181'),(359135,0,'webmaster','2022-11-20 23:54:21','167.172.88.181'),(359136,0,'webmaster','2022-11-20 23:54:22','167.172.88.181'),(359137,0,'webmaster','2022-11-20 23:54:23','167.172.88.181'),(359138,0,'webmaster','2022-11-20 23:54:25','167.172.88.181'),(359139,0,'webmaster','2022-11-20 23:54:26','167.172.88.181'),(359140,0,'webmaster','2022-11-20 23:54:27','167.172.88.181'),(359141,0,'webmaster','2022-11-20 23:54:28','167.172.88.181'),(359142,0,'webmaster','2022-11-20 23:54:29','167.172.88.181'),(359143,0,'webmaster','2022-11-20 23:54:30','167.172.88.181'),(359144,0,'webmaster','2022-11-20 23:54:31','167.172.88.181'),(359145,0,'webmaster','2022-11-20 23:54:33','167.172.88.181'),(359146,0,'webmaster','2022-11-20 23:54:34','167.172.88.181'),(359147,0,'webmaster','2022-11-20 23:54:35','167.172.88.181'),(359148,0,'webmaster','2022-11-20 23:54:36','167.172.88.181'),(359149,0,'webmaster','2022-11-20 23:54:37','167.172.88.181'),(359150,0,'webmaster','2022-11-20 23:54:39','167.172.88.181'),(359151,0,'webmaster','2022-11-20 23:54:40','167.172.88.181'),(359152,0,'webmaster','2022-11-20 23:54:41','167.172.88.181'),(359153,0,'webmaster','2022-11-20 23:54:42','167.172.88.181'),(359154,0,'webmaster','2022-11-20 23:54:43','167.172.88.181'),(359155,0,'webmaster','2022-11-20 23:54:44','167.172.88.181'),(359156,0,'webmaster','2022-11-20 23:54:45','167.172.88.181'),(359157,0,'webmaster','2022-11-20 23:54:47','167.172.88.181'),(359158,0,'webmaster','2022-11-20 23:54:48','167.172.88.181'),(359159,0,'webmaster','2022-11-20 23:54:49','167.172.88.181'),(359160,0,'webmaster','2022-11-20 23:54:50','167.172.88.181'),(359161,0,'webmaster','2022-11-20 23:54:51','167.172.88.181'),(359162,0,'webmaster','2022-11-20 23:54:52','167.172.88.181'),(359163,0,'webmaster','2022-11-20 23:54:54','167.172.88.181'),(359164,0,'webmaster','2022-11-20 23:54:55','167.172.88.181'),(359165,0,'webmaster','2022-11-20 23:54:56','167.172.88.181'),(359166,0,'webmaster','2022-11-20 23:54:57','167.172.88.181'),(359167,0,'webmaster','2022-11-20 23:54:58','167.172.88.181'),(359168,0,'webmaster','2022-11-20 23:54:59','167.172.88.181'),(359169,0,'webmaster','2022-11-20 23:55:00','167.172.88.181'),(359170,0,'webmaster','2022-11-20 23:55:02','167.172.88.181'),(359171,0,'webmaster','2022-11-20 23:55:03','167.172.88.181'),(359172,0,'webmaster','2022-11-20 23:55:04','167.172.88.181'),(359173,0,'webmaster','2022-11-20 23:55:05','167.172.88.181'),(359174,0,'webmaster','2022-11-20 23:55:06','167.172.88.181'),(359175,0,'webmaster','2022-11-20 23:55:07','167.172.88.181'),(359176,0,'webmaster','2022-11-20 23:55:08','167.172.88.181'),(359177,0,'webmaster','2022-11-20 23:55:10','167.172.88.181'),(359178,0,'webmaster','2022-11-20 23:55:11','167.172.88.181'),(359179,0,'webmaster','2022-11-20 23:55:12','167.172.88.181'),(359180,0,'webmaster','2022-11-20 23:55:13','167.172.88.181'),(359181,0,'webmaster','2022-11-20 23:55:14','167.172.88.181'),(359182,0,'webmaster','2022-11-20 23:55:15','167.172.88.181'),(359183,0,'webmaster','2022-11-20 23:55:16','167.172.88.181'),(359184,0,'webmaster','2022-11-20 23:55:17','167.172.88.181'),(359185,0,'webmaster','2022-11-20 23:55:19','167.172.88.181'),(359186,0,'webmaster','2022-11-20 23:55:20','167.172.88.181'),(359187,0,'webmaster','2022-11-20 23:55:21','167.172.88.181'),(359188,0,'webmaster','2022-11-20 23:55:22','167.172.88.181'),(359189,0,'webmaster','2022-11-20 23:55:23','167.172.88.181'),(359190,0,'webmaster','2022-11-20 23:55:24','167.172.88.181'),(359191,0,'webmaster','2022-11-20 23:55:25','167.172.88.181'),(359192,0,'webmaster','2022-11-20 23:55:27','167.172.88.181'),(359193,0,'webmaster','2022-11-20 23:55:28','167.172.88.181'),(359194,0,'webmaster','2022-11-20 23:55:29','167.172.88.181'),(359195,0,'webmaster','2022-11-20 23:55:30','167.172.88.181'),(359196,0,'webmaster','2022-11-20 23:55:31','167.172.88.181'),(359197,0,'webmaster','2022-11-20 23:55:32','167.172.88.181'),(359198,0,'webmaster','2022-11-20 23:55:33','167.172.88.181'),(359199,0,'webmaster','2022-11-20 23:55:35','167.172.88.181'),(359200,0,'webmaster','2022-11-20 23:55:36','167.172.88.181'),(359201,0,'webmaster','2022-11-20 23:55:37','167.172.88.181'),(359202,0,'webmaster','2022-11-20 23:55:38','167.172.88.181'),(359203,0,'webmaster','2022-11-20 23:55:39','167.172.88.181'),(359204,0,'webmaster','2022-11-20 23:55:40','167.172.88.181'),(359205,0,'webmaster','2022-11-20 23:55:41','167.172.88.181'),(359206,0,'webmaster','2022-11-20 23:55:43','167.172.88.181'),(359207,0,'webmaster','2022-11-20 23:55:44','167.172.88.181'),(359208,0,'webmaster','2022-11-20 23:55:45','167.172.88.181'),(359209,0,'webmaster','2022-11-20 23:55:46','167.172.88.181'),(359210,0,'webmaster','2022-11-20 23:55:47','167.172.88.181'),(359211,0,'webmaster','2022-11-20 23:55:48','167.172.88.181'),(359212,0,'webmaster','2022-11-20 23:55:49','167.172.88.181'),(359213,0,'webmaster','2022-11-20 23:55:51','167.172.88.181'),(359214,0,'webmaster','2022-11-20 23:55:52','167.172.88.181'),(359215,0,'webmaster','2022-11-20 23:55:53','167.172.88.181'),(359216,0,'webmaster','2022-11-20 23:55:54','167.172.88.181'),(359217,0,'webmaster','2022-11-20 23:55:55','167.172.88.181'),(359218,0,'webmaster','2022-11-20 23:55:56','167.172.88.181'),(359219,0,'webmaster','2022-11-20 23:55:57','167.172.88.181'),(359220,0,'webmaster','2022-11-20 23:55:59','167.172.88.181'),(359221,0,'webmaster','2022-11-20 23:56:00','167.172.88.181'),(359222,0,'webmaster','2022-11-20 23:56:01','167.172.88.181'),(359223,0,'webmaster','2022-11-20 23:56:02','167.172.88.181'),(359224,0,'webmaster','2022-11-20 23:56:03','167.172.88.181'),(359225,0,'webmaster','2022-11-20 23:56:04','167.172.88.181'),(359226,0,'webmaster','2022-11-20 23:56:06','167.172.88.181'),(359227,0,'webmaster','2022-11-20 23:56:07','167.172.88.181'),(359228,0,'webmaster','2022-11-20 23:56:08','167.172.88.181'),(359229,0,'webmaster','2022-11-20 23:56:09','167.172.88.181'),(359230,0,'webmaster','2022-11-20 23:56:10','167.172.88.181'),(359231,0,'webmaster','2022-11-20 23:56:11','167.172.88.181'),(359232,0,'webmaster','2022-11-20 23:56:13','167.172.88.181'),(359233,0,'webmaster','2022-11-20 23:56:14','167.172.88.181'),(359234,0,'webmaster','2022-11-20 23:56:15','167.172.88.181'),(359235,0,'webmaster','2022-11-20 23:56:16','167.172.88.181'),(359236,0,'webmaster','2022-11-20 23:56:17','167.172.88.181'),(359237,0,'webmaster','2022-11-20 23:56:18','167.172.88.181'),(359238,0,'webmaster','2022-11-20 23:56:19','167.172.88.181'),(359239,0,'webmaster','2022-11-20 23:56:21','167.172.88.181'),(359240,0,'webmaster','2022-11-20 23:56:22','167.172.88.181'),(359241,0,'webmaster','2022-11-20 23:56:23','167.172.88.181'),(359242,0,'webmaster','2022-11-20 23:56:24','167.172.88.181'),(359243,0,'webmaster','2022-11-20 23:56:25','167.172.88.181'),(359244,0,'webmaster','2022-11-20 23:56:26','167.172.88.181'),(359245,0,'webmaster','2022-11-20 23:56:27','167.172.88.181'),(359246,0,'webmaster','2022-11-20 23:56:29','167.172.88.181'),(359247,0,'webmaster','2022-11-20 23:56:30','167.172.88.181'),(359248,0,'webmaster','2022-11-20 23:56:31','167.172.88.181'),(359249,0,'webmaster','2022-11-20 23:56:32','167.172.88.181'),(359250,0,'webmaster','2022-11-20 23:56:33','167.172.88.181'),(359251,0,'webmaster','2022-11-20 23:56:34','167.172.88.181'),(359252,0,'webmaster','2022-11-20 23:56:35','167.172.88.181'),(359253,0,'webmaster','2022-11-20 23:56:37','167.172.88.181'),(359254,0,'webmaster','2022-11-20 23:56:38','167.172.88.181'),(359255,0,'webmaster','2022-11-20 23:56:39','167.172.88.181'),(359256,0,'webmaster','2022-11-20 23:56:40','167.172.88.181'),(359257,0,'webmaster','2022-11-20 23:56:41','167.172.88.181'),(359258,0,'webmaster','2022-11-20 23:56:42','167.172.88.181'),(359259,0,'webmaster','2022-11-20 23:56:44','167.172.88.181'),(359260,0,'webmaster','2022-11-20 23:56:45','167.172.88.181'),(359261,0,'webmaster','2022-11-20 23:56:46','167.172.88.181'),(359262,0,'webmaster','2022-11-20 23:56:47','167.172.88.181'),(359263,0,'webmaster','2022-11-20 23:56:48','167.172.88.181'),(359264,0,'webmaster','2022-11-20 23:56:49','167.172.88.181'),(359265,0,'webmaster','2022-11-20 23:56:50','167.172.88.181'),(359266,0,'webmaster','2022-11-20 23:56:52','167.172.88.181'),(359267,0,'webmaster','2022-11-20 23:56:53','167.172.88.181'),(359268,0,'webmaster','2022-11-20 23:56:54','167.172.88.181'),(359269,0,'webmaster','2022-11-20 23:56:55','167.172.88.181'),(359270,0,'webmaster','2022-11-20 23:56:56','167.172.88.181'),(359271,0,'webmaster','2022-11-20 23:56:57','167.172.88.181'),(359272,0,'webmaster','2022-11-20 23:56:58','167.172.88.181'),(359273,0,'webmaster','2022-11-20 23:57:00','167.172.88.181'),(359274,0,'webmaster','2022-11-20 23:57:01','167.172.88.181'),(359275,0,'webmaster','2022-11-20 23:57:02','167.172.88.181'),(359276,0,'webmaster','2022-11-20 23:57:03','167.172.88.181'),(359277,0,'webmaster','2022-11-20 23:57:04','167.172.88.181'),(359278,0,'webmaster','2022-11-20 23:57:05','167.172.88.181'),(359279,0,'webmaster','2022-11-20 23:57:07','167.172.88.181'),(359280,0,'webmaster','2022-11-20 23:57:08','167.172.88.181'),(359281,0,'webmaster','2022-11-20 23:57:09','167.172.88.181'),(359282,0,'webmaster','2022-11-20 23:57:10','167.172.88.181'),(359283,0,'webmaster','2022-11-20 23:57:11','167.172.88.181'),(359284,0,'webmaster','2022-11-20 23:57:12','167.172.88.181'),(359285,0,'webmaster','2022-11-20 23:57:14','167.172.88.181'),(359286,0,'webmaster','2022-11-20 23:57:15','167.172.88.181'),(359287,0,'webmaster','2022-11-20 23:57:16','167.172.88.181'),(359288,0,'webmaster','2022-11-20 23:57:17','167.172.88.181'),(359289,0,'webmaster','2022-11-20 23:57:18','167.172.88.181'),(359290,0,'webmaster','2022-11-20 23:57:19','167.172.88.181'),(359291,0,'webmaster','2022-11-20 23:57:20','167.172.88.181'),(359292,0,'webmaster','2022-11-20 23:57:22','167.172.88.181'),(359293,0,'webmaster','2022-11-20 23:57:23','167.172.88.181'),(359294,0,'webmaster','2022-11-20 23:57:24','167.172.88.181'),(359295,0,'webmaster','2022-11-20 23:57:25','167.172.88.181'),(359296,0,'webmaster','2022-11-20 23:57:26','167.172.88.181'),(359297,0,'webmaster','2022-11-20 23:57:27','167.172.88.181'),(359298,0,'webmaster','2022-11-20 23:57:28','167.172.88.181'),(359299,0,'webmaster','2022-11-20 23:57:30','167.172.88.181'),(359300,0,'webmaster','2022-11-20 23:57:31','167.172.88.181'),(359301,0,'webmaster','2022-11-20 23:57:32','167.172.88.181'),(359302,0,'webmaster','2022-11-20 23:57:33','167.172.88.181'),(359303,0,'webmaster','2022-11-20 23:57:34','167.172.88.181'),(359304,0,'webmaster','2022-11-20 23:57:35','167.172.88.181'),(359305,0,'webmaster','2022-11-20 23:57:37','167.172.88.181'),(359306,0,'webmaster','2022-11-20 23:57:38','167.172.88.181'),(359307,0,'webmaster','2022-11-20 23:57:39','167.172.88.181'),(359308,0,'webmaster','2022-11-20 23:57:40','167.172.88.181'),(359309,0,'webmaster','2022-11-20 23:57:41','167.172.88.181'),(359310,0,'webmaster','2022-11-20 23:57:42','167.172.88.181'),(359311,0,'webmaster','2022-11-20 23:57:43','167.172.88.181'),(359312,0,'webmaster','2022-11-20 23:57:45','167.172.88.181'),(359313,0,'webmaster','2022-11-20 23:57:46','167.172.88.181'),(359314,0,'webmaster','2022-11-20 23:57:47','167.172.88.181'),(359315,0,'webmaster','2022-11-20 23:57:48','167.172.88.181'),(359316,0,'webmaster','2022-11-20 23:57:49','167.172.88.181'),(359317,0,'webmaster','2022-11-20 23:57:50','167.172.88.181'),(359318,0,'webmaster','2022-11-20 23:57:51','167.172.88.181'),(359319,0,'webmaster','2022-11-20 23:57:53','167.172.88.181'),(359320,0,'webmaster','2022-11-20 23:57:54','167.172.88.181'),(359321,0,'webmaster','2022-11-20 23:57:55','167.172.88.181'),(359322,0,'webmaster','2022-11-20 23:57:56','167.172.88.181'),(359323,0,'webmaster','2022-11-20 23:57:57','167.172.88.181'),(359324,0,'webmaster','2022-11-20 23:57:58','167.172.88.181'),(359325,0,'webmaster','2022-11-20 23:57:59','167.172.88.181'),(359326,0,'webmaster','2022-11-20 23:58:00','167.172.88.181'),(359327,0,'webmaster','2022-11-20 23:58:02','167.172.88.181'),(359328,0,'webmaster','2022-11-20 23:58:03','167.172.88.181'),(359329,0,'webmaster','2022-11-20 23:58:04','167.172.88.181'),(359330,0,'webmaster','2022-11-20 23:58:05','167.172.88.181'),(359331,0,'webmaster','2022-11-20 23:58:06','167.172.88.181'),(359332,0,'webmaster','2022-11-20 23:58:07','167.172.88.181'),(359333,0,'webmaster','2022-11-20 23:58:08','167.172.88.181'),(359334,0,'webmaster','2022-11-20 23:58:10','167.172.88.181'),(359335,0,'webmaster','2022-11-20 23:58:11','167.172.88.181'),(359336,0,'webmaster','2022-11-20 23:58:12','167.172.88.181'),(359337,0,'webmaster','2022-11-20 23:58:13','167.172.88.181'),(359338,0,'webmaster','2022-11-20 23:58:14','167.172.88.181'),(359339,0,'webmaster','2022-11-20 23:58:15','167.172.88.181'),(359340,0,'webmaster','2022-11-20 23:58:16','167.172.88.181'),(359341,0,'webmaster','2022-11-20 23:58:18','167.172.88.181'),(359342,0,'webmaster','2022-11-20 23:58:19','167.172.88.181'),(359343,0,'webmaster','2022-11-20 23:58:20','167.172.88.181'),(359344,0,'webmaster','2022-11-20 23:58:21','167.172.88.181'),(359345,0,'webmaster','2022-11-20 23:58:22','167.172.88.181'),(359346,0,'webmaster','2022-11-20 23:58:23','167.172.88.181'),(359347,0,'webmaster','2022-11-20 23:58:25','167.172.88.181'),(359348,0,'webmaster','2022-11-20 23:58:26','167.172.88.181'),(359349,0,'webmaster','2022-11-20 23:58:27','167.172.88.181'),(359350,0,'webmaster','2022-11-20 23:58:28','167.172.88.181'),(359351,0,'webmaster','2022-11-20 23:58:29','167.172.88.181'),(359352,0,'webmaster','2022-11-20 23:58:30','167.172.88.181'),(359353,0,'webmaster','2022-11-20 23:58:31','167.172.88.181'),(359354,0,'webmaster','2022-11-20 23:58:33','167.172.88.181'),(359355,0,'webmaster','2022-11-20 23:58:34','167.172.88.181'),(359356,0,'webmaster','2022-11-20 23:58:35','167.172.88.181'),(359357,0,'webmaster','2022-11-20 23:58:36','167.172.88.181'),(359358,0,'webmaster','2022-11-20 23:58:37','167.172.88.181'),(359359,0,'webmaster','2022-11-20 23:58:38','167.172.88.181'),(359360,0,'webmaster','2022-11-20 23:58:40','167.172.88.181'),(359361,0,'webmaster','2022-11-20 23:58:41','167.172.88.181'),(359362,0,'webmaster','2022-11-20 23:58:42','167.172.88.181'),(359363,0,'webmaster','2022-11-20 23:58:43','167.172.88.181'),(359364,0,'webmaster','2022-11-20 23:58:44','167.172.88.181'),(359365,0,'webmaster','2022-11-20 23:58:45','167.172.88.181'),(359366,0,'webmaster','2022-11-20 23:58:47','167.172.88.181'),(359367,0,'webmaster','2022-11-20 23:58:48','167.172.88.181'),(359368,0,'webmaster','2022-11-20 23:58:49','167.172.88.181'),(359369,0,'webmaster','2022-11-20 23:58:50','167.172.88.181'),(359370,0,'webmaster','2022-11-20 23:58:51','167.172.88.181'),(359371,0,'webmaster','2022-11-20 23:58:52','167.172.88.181'),(359372,0,'webmaster','2022-11-20 23:58:53','167.172.88.181'),(359373,0,'webmaster','2022-11-20 23:58:55','167.172.88.181'),(359374,0,'webmaster','2022-11-20 23:58:56','167.172.88.181'),(359375,0,'webmaster','2022-11-20 23:58:57','167.172.88.181'),(359376,0,'webmaster','2022-11-20 23:58:58','167.172.88.181'),(359377,0,'webmaster','2022-11-20 23:58:59','167.172.88.181'),(359378,0,'webmaster','2022-11-20 23:59:00','167.172.88.181'),(359379,0,'webmaster','2022-11-20 23:59:02','167.172.88.181'),(359380,0,'webmaster','2022-11-20 23:59:03','167.172.88.181'),(359381,0,'webmaster','2022-11-20 23:59:04','167.172.88.181'),(359382,0,'webmaster','2022-11-20 23:59:05','167.172.88.181'),(359383,0,'webmaster','2022-11-20 23:59:06','167.172.88.181'),(359384,0,'webmaster','2022-11-20 23:59:07','167.172.88.181'),(359385,0,'webmaster','2022-11-20 23:59:08','167.172.88.181'),(359386,0,'webmaster','2022-11-20 23:59:10','167.172.88.181'),(359387,0,'webmaster','2022-11-20 23:59:11','167.172.88.181'),(359388,0,'webmaster','2022-11-20 23:59:12','167.172.88.181'),(359389,0,'webmaster','2022-11-20 23:59:13','167.172.88.181'),(359390,0,'webmaster','2022-11-20 23:59:14','167.172.88.181'),(359391,0,'webmaster','2022-11-20 23:59:15','167.172.88.181'),(359392,0,'webmaster','2022-11-20 23:59:16','167.172.88.181'),(359393,0,'webmaster','2022-11-20 23:59:17','167.172.88.181'),(359394,0,'webmaster','2022-11-20 23:59:19','167.172.88.181'),(359395,0,'webmaster','2022-11-20 23:59:20','167.172.88.181'),(359396,0,'webmaster','2022-11-20 23:59:21','167.172.88.181'),(359397,0,'webmaster','2022-11-20 23:59:22','167.172.88.181'),(359398,0,'webmaster','2022-11-20 23:59:23','167.172.88.181'),(359399,0,'webmaster','2022-11-20 23:59:24','167.172.88.181'),(359400,0,'webmaster','2022-11-20 23:59:26','167.172.88.181'),(359401,0,'webmaster','2022-11-20 23:59:27','167.172.88.181'),(359402,0,'webmaster','2022-11-20 23:59:28','167.172.88.181'),(359403,0,'webmaster','2022-11-20 23:59:29','167.172.88.181'),(359404,0,'webmaster','2022-11-20 23:59:30','167.172.88.181'),(359405,0,'webmaster','2022-11-20 23:59:31','167.172.88.181'),(359406,0,'webmaster','2022-11-20 23:59:32','167.172.88.181'),(359407,0,'webmaster','2022-11-20 23:59:34','167.172.88.181'),(359408,0,'webmaster','2022-11-20 23:59:35','167.172.88.181'),(359409,0,'webmaster','2022-11-20 23:59:36','167.172.88.181'),(359410,0,'webmaster','2022-11-20 23:59:37','167.172.88.181'),(359411,0,'webmaster','2022-11-20 23:59:38','167.172.88.181'),(359412,0,'webmaster','2022-11-20 23:59:40','167.172.88.181'),(359413,0,'webmaster','2022-11-20 23:59:41','167.172.88.181'),(359414,0,'webmaster','2022-11-20 23:59:42','167.172.88.181'),(359415,0,'webmaster','2022-11-20 23:59:43','167.172.88.181'),(359416,0,'webmaster','2022-11-20 23:59:44','167.172.88.181'),(359417,0,'webmaster','2022-11-20 23:59:45','167.172.88.181'),(359418,0,'webmaster','2022-11-20 23:59:47','167.172.88.181'),(359419,0,'webmaster','2022-11-20 23:59:48','167.172.88.181'),(359420,0,'webmaster','2022-11-20 23:59:49','167.172.88.181'),(359421,0,'webmaster','2022-11-20 23:59:50','167.172.88.181'),(359422,0,'webmaster','2022-11-20 23:59:51','167.172.88.181'),(359423,0,'webmaster','2022-11-20 23:59:52','167.172.88.181'),(359424,0,'webmaster','2022-11-20 23:59:53','167.172.88.181'),(359425,0,'webmaster','2022-11-20 23:59:55','167.172.88.181'),(359426,0,'webmaster','2022-11-20 23:59:56','167.172.88.181'),(359427,0,'webmaster','2022-11-20 23:59:57','167.172.88.181'),(359428,0,'webmaster','2022-11-20 23:59:58','167.172.88.181'),(359429,0,'webmaster','2022-11-20 23:59:59','167.172.88.181'),(359430,0,'webmaster','2022-11-21 00:00:00','167.172.88.181'),(359431,0,'webmaster','2022-11-21 00:00:02','167.172.88.181'),(359432,0,'webmaster','2022-11-21 00:00:03','167.172.88.181'),(359433,0,'webmaster','2022-11-21 00:00:04','167.172.88.181'),(359434,0,'webmaster','2022-11-21 00:00:05','167.172.88.181'),(359435,0,'webmaster','2022-11-21 00:00:07','167.172.88.181'),(359436,0,'webmaster','2022-11-21 00:00:08','167.172.88.181'),(359437,0,'webmaster','2022-11-21 00:00:09','167.172.88.181'),(359438,0,'webmaster','2022-11-21 00:00:10','167.172.88.181'),(359439,0,'webmaster','2022-11-21 00:00:11','167.172.88.181'),(359440,0,'webmaster','2022-11-21 00:00:13','167.172.88.181'),(359441,0,'webmaster','2022-11-21 00:00:14','167.172.88.181'),(359442,0,'webmaster','2022-11-21 00:00:15','167.172.88.181'),(359443,0,'webmaster','2022-11-21 00:00:16','167.172.88.181'),(359444,0,'webmaster','2022-11-21 00:00:17','167.172.88.181'),(359445,0,'webmaster','2022-11-21 00:00:18','167.172.88.181'),(359446,0,'webmaster','2022-11-21 00:00:20','167.172.88.181'),(359447,0,'webmaster','2022-11-21 00:00:21','167.172.88.181'),(359448,0,'webmaster','2022-11-21 00:00:22','167.172.88.181'),(359449,0,'webmaster','2022-11-21 00:00:23','167.172.88.181'),(359450,0,'webmaster','2022-11-21 00:00:24','167.172.88.181'),(359451,0,'webmaster','2022-11-21 00:00:26','167.172.88.181'),(359452,0,'webmaster','2022-11-21 00:00:27','167.172.88.181'),(359453,0,'webmaster','2022-11-21 00:00:28','167.172.88.181'),(359454,0,'webmaster','2022-11-21 00:00:29','167.172.88.181'),(359455,0,'webmaster','2022-11-21 00:00:30','167.172.88.181'),(359456,0,'webmaster','2022-11-21 00:00:32','167.172.88.181'),(359457,0,'webmaster','2022-11-21 00:00:33','167.172.88.181'),(359458,0,'webmaster','2022-11-21 00:00:34','167.172.88.181'),(359459,0,'webmaster','2022-11-21 00:00:35','167.172.88.181'),(359460,0,'webmaster','2022-11-21 00:00:36','167.172.88.181'),(359461,0,'webmaster','2022-11-21 00:00:37','167.172.88.181'),(359462,0,'webmaster','2022-11-21 00:00:39','167.172.88.181'),(359463,0,'webmaster','2022-11-21 00:00:40','167.172.88.181'),(359464,0,'webmaster','2022-11-21 00:00:41','167.172.88.181'),(359465,0,'webmaster','2022-11-21 00:00:42','167.172.88.181'),(359466,0,'webmaster','2022-11-21 00:00:43','167.172.88.181'),(359467,0,'webmaster','2022-11-21 00:00:44','167.172.88.181'),(359468,0,'webmaster','2022-11-21 00:00:46','167.172.88.181'),(359469,0,'webmaster','2022-11-21 00:00:47','167.172.88.181'),(359470,0,'webmaster','2022-11-21 00:00:48','167.172.88.181'),(359471,0,'webmaster','2022-11-21 00:00:49','167.172.88.181'),(359472,0,'webmaster','2022-11-21 00:00:50','167.172.88.181'),(359473,0,'webmaster','2022-11-21 00:00:52','167.172.88.181'),(359474,0,'webmaster','2022-11-21 00:00:53','167.172.88.181'),(359475,0,'webmaster','2022-11-21 00:00:54','167.172.88.181'),(359476,0,'webmaster','2022-11-21 00:00:55','167.172.88.181'),(359477,0,'webmaster','2022-11-21 00:00:56','167.172.88.181'),(359478,0,'webmaster','2022-11-21 00:00:58','167.172.88.181'),(359479,0,'webmaster','2022-11-21 00:00:59','167.172.88.181'),(359480,0,'webmaster','2022-11-21 00:01:00','167.172.88.181'),(359481,0,'webmaster','2022-11-21 00:01:01','167.172.88.181'),(359482,0,'webmaster','2022-11-21 00:01:02','167.172.88.181'),(359483,0,'webmaster','2022-11-21 00:01:04','167.172.88.181'),(359484,0,'webmaster','2022-11-21 00:01:05','167.172.88.181'),(359485,0,'webmaster','2022-11-21 00:01:06','167.172.88.181'),(359486,0,'webmaster','2022-11-21 00:01:07','167.172.88.181'),(359487,0,'webmaster','2022-11-21 00:01:08','167.172.88.181'),(359488,0,'webmaster','2022-11-21 00:01:09','167.172.88.181'),(359489,0,'webmaster','2022-11-21 00:01:10','167.172.88.181'),(359490,0,'webmaster','2022-11-21 00:01:12','167.172.88.181'),(359491,0,'webmaster','2022-11-21 00:01:13','167.172.88.181'),(359492,0,'webmaster','2022-11-21 00:01:14','167.172.88.181'),(359493,0,'webmaster','2022-11-21 00:01:15','167.172.88.181'),(359494,0,'webmaster','2022-11-21 00:01:16','167.172.88.181'),(359495,0,'webmaster','2022-11-21 00:01:17','167.172.88.181'),(359496,0,'webmaster','2022-11-21 00:01:19','167.172.88.181'),(359497,0,'webmaster','2022-11-21 00:01:20','167.172.88.181'),(359498,0,'webmaster','2022-11-21 00:01:21','167.172.88.181'),(359499,0,'webmaster','2022-11-21 00:01:22','167.172.88.181'),(359500,0,'webmaster','2022-11-21 00:01:23','167.172.88.181'),(359501,0,'webmaster','2022-11-21 00:01:25','167.172.88.181'),(359502,0,'webmaster','2022-11-21 00:01:26','167.172.88.181'),(359503,0,'webmaster','2022-11-21 00:01:27','167.172.88.181'),(359504,0,'webmaster','2022-11-21 00:01:28','167.172.88.181'),(359505,0,'webmaster','2022-11-21 00:01:29','167.172.88.181'),(359506,0,'webmaster','2022-11-21 00:01:31','167.172.88.181'),(359507,0,'webmaster','2022-11-21 00:01:32','167.172.88.181'),(359508,0,'webmaster','2022-11-21 00:01:33','167.172.88.181'),(359509,0,'webmaster','2022-11-21 00:01:34','167.172.88.181'),(359510,0,'webmaster','2022-11-21 00:01:35','167.172.88.181'),(359511,0,'webmaster','2022-11-21 00:01:37','167.172.88.181'),(359512,0,'webmaster','2022-11-21 00:01:38','167.172.88.181'),(359513,0,'webmaster','2022-11-21 00:01:39','167.172.88.181'),(359514,0,'webmaster','2022-11-21 00:01:40','167.172.88.181'),(359515,0,'webmaster','2022-11-21 00:01:41','167.172.88.181'),(359516,0,'webmaster','2022-11-21 00:01:42','167.172.88.181'),(359517,0,'webmaster','2022-11-21 00:01:44','167.172.88.181'),(359518,0,'webmaster','2022-11-21 00:01:45','167.172.88.181'),(359519,0,'webmaster','2022-11-21 00:01:46','167.172.88.181'),(359520,0,'webmaster','2022-11-21 00:01:47','167.172.88.181'),(359521,0,'webmaster','2022-11-21 00:01:48','167.172.88.181'),(359522,0,'webmaster','2022-11-21 00:01:49','167.172.88.181'),(359523,0,'webmaster','2022-11-21 00:01:51','167.172.88.181'),(359524,0,'webmaster','2022-11-21 00:01:52','167.172.88.181'),(359525,0,'webmaster','2022-11-21 00:01:53','167.172.88.181'),(359526,0,'webmaster','2022-11-21 00:01:54','167.172.88.181'),(359527,0,'webmaster','2022-11-21 00:01:55','167.172.88.181'),(359528,0,'webmaster','2022-11-21 00:01:57','167.172.88.181'),(359529,0,'webmaster','2022-11-21 00:01:58','167.172.88.181'),(359530,0,'webmaster','2022-11-21 00:01:59','167.172.88.181'),(359531,0,'webmaster','2022-11-21 00:02:00','167.172.88.181'),(359532,0,'webmaster','2022-11-21 00:02:01','167.172.88.181'),(359533,0,'webmaster','2022-11-21 00:02:02','167.172.88.181'),(359534,0,'webmaster','2022-11-21 00:02:04','167.172.88.181'),(359535,0,'webmaster','2022-11-21 00:02:05','167.172.88.181'),(359536,0,'webmaster','2022-11-21 00:02:06','167.172.88.181'),(359537,0,'webmaster','2022-11-21 00:02:07','167.172.88.181'),(359538,0,'webmaster','2022-11-21 00:02:08','167.172.88.181'),(359539,0,'webmaster','2022-11-21 00:02:09','167.172.88.181'),(359540,0,'webmaster','2022-11-21 00:02:11','167.172.88.181'),(359541,0,'webmaster','2022-11-21 00:02:12','167.172.88.181'),(359542,0,'webmaster','2022-11-21 00:02:13','167.172.88.181'),(359543,0,'webmaster','2022-11-21 00:02:14','167.172.88.181'),(359544,0,'webmaster','2022-11-21 00:02:15','167.172.88.181'),(359545,0,'webmaster','2022-11-21 00:02:17','167.172.88.181'),(359546,0,'webmaster','2022-11-21 00:02:18','167.172.88.181'),(359547,0,'webmaster','2022-11-21 00:02:19','167.172.88.181'),(359548,0,'webmaster','2022-11-21 00:02:20','167.172.88.181'),(359549,0,'webmaster','2022-11-21 00:02:21','167.172.88.181'),(359550,0,'webmaster','2022-11-21 00:02:22','167.172.88.181'),(359551,0,'webmaster','2022-11-21 00:02:23','167.172.88.181'),(359552,0,'webmaster','2022-11-21 00:02:25','167.172.88.181'),(359553,0,'webmaster','2022-11-21 00:02:26','167.172.88.181'),(359554,0,'webmaster','2022-11-21 00:02:27','167.172.88.181'),(359555,0,'webmaster','2022-11-21 00:02:28','167.172.88.181'),(359556,0,'webmaster','2022-11-21 00:02:29','167.172.88.181'),(359557,0,'webmaster','2022-11-21 00:02:31','167.172.88.181'),(359558,0,'webmaster','2022-11-21 00:02:32','167.172.88.181'),(359559,0,'webmaster','2022-11-21 00:02:33','167.172.88.181'),(359560,0,'webmaster','2022-11-21 00:02:34','167.172.88.181'),(359561,0,'webmaster','2022-11-21 00:02:35','167.172.88.181'),(359562,0,'webmaster','2022-11-21 00:02:36','167.172.88.181'),(359563,0,'webmaster','2022-11-21 00:02:38','167.172.88.181'),(359564,0,'webmaster','2022-11-21 00:02:39','167.172.88.181'),(359565,0,'webmaster','2022-11-21 00:02:40','167.172.88.181'),(359566,0,'webmaster','2022-11-21 00:02:41','167.172.88.181'),(359567,0,'webmaster','2022-11-21 00:02:42','167.172.88.181'),(359568,0,'ukdebtconsolidations.co.uk','2022-11-21 00:04:17','5.188.62.174'),(359569,0,'feed','2022-11-21 00:04:17','5.188.62.174'),(359570,0,'feed','2022-11-21 00:07:23','201.76.164.146'),(359571,0,'hwz','2022-11-21 00:09:10','103.124.95.20'),(359572,0,'tame','2022-11-21 00:24:30','8.129.122.24'),(359573,0,'feed','2022-11-21 00:28:03','159.223.91.187'),(359574,0,'admin','2022-11-21 00:35:14','3.34.132.242'),(359575,0,'admin','2022-11-21 00:35:19','3.34.132.242'),(359576,0,'admin','2022-11-21 00:35:27','3.34.132.242'),(359577,0,'admin','2022-11-21 00:35:30','3.34.132.242'),(359578,0,'admin','2022-11-21 00:35:32','3.34.132.242'),(359579,0,'admin','2022-11-21 00:35:35','3.34.132.242'),(359580,0,'admin','2022-11-21 00:35:38','3.34.132.242'),(359581,0,'admin','2022-11-21 00:35:41','3.34.132.242'),(359582,0,'admin','2022-11-21 00:35:47','3.34.132.242'),(359583,0,'admin','2022-11-21 00:35:51','3.34.132.242'),(359584,0,'admin','2022-11-21 00:35:56','3.34.132.242'),(359585,0,'admin','2022-11-21 00:36:00','3.34.132.242'),(359586,0,'admin','2022-11-21 00:36:03','3.34.132.242'),(359587,0,'admin','2022-11-21 00:36:11','3.34.132.242'),(359588,0,'admin','2022-11-21 00:36:17','3.34.132.242'),(359589,0,'admin','2022-11-21 00:36:24','3.34.132.242'),(359590,0,'admin','2022-11-21 00:36:25','3.34.132.242'),(359591,0,'admin','2022-11-21 00:36:27','3.34.132.242'),(359592,0,'admin','2022-11-21 00:36:31','3.34.132.242'),(359593,0,'admin','2022-11-21 00:36:35','3.34.132.242'),(359594,0,'admin','2022-11-21 00:36:40','3.34.132.242'),(359595,0,'admin','2022-11-21 00:36:44','3.34.132.242'),(359596,0,'admin','2022-11-21 00:36:45','3.34.132.242'),(359597,0,'admin','2022-11-21 00:36:49','3.34.132.242'),(359598,0,'admin','2022-11-21 00:36:51','3.34.132.242'),(359599,0,'admin','2022-11-21 00:36:57','3.34.132.242'),(359600,0,'admin','2022-11-21 00:37:03','3.34.132.242'),(359601,0,'admin','2022-11-21 00:37:11','3.34.132.242'),(359602,0,'admin','2022-11-21 00:37:16','3.34.132.242'),(359603,0,'admin','2022-11-21 00:37:20','3.34.132.242'),(359604,0,'admin','2022-11-21 00:37:26','3.34.132.242'),(359605,0,'admin','2022-11-21 00:37:31','3.34.132.242'),(359606,0,'admin','2022-11-21 00:37:36','3.34.132.242'),(359607,0,'admin','2022-11-21 00:37:46','3.34.132.242'),(359608,0,'admin','2022-11-21 00:37:52','3.34.132.242'),(359609,0,'admin','2022-11-21 00:37:55','3.34.132.242'),(359610,0,'admin','2022-11-21 00:37:58','3.34.132.242'),(359611,0,'admin','2022-11-21 00:38:01','3.34.132.242'),(359612,0,'admin','2022-11-21 00:38:03','3.34.132.242'),(359613,0,'admin','2022-11-21 00:38:04','3.34.132.242'),(359614,0,'admin','2022-11-21 00:38:06','3.34.132.242'),(359615,0,'admin','2022-11-21 00:38:07','3.34.132.242'),(359616,0,'admin','2022-11-21 00:38:11','3.34.132.242'),(359617,0,'admin','2022-11-21 00:38:13','3.34.132.242'),(359618,0,'admin','2022-11-21 00:38:14','3.34.132.242'),(359619,0,'admin','2022-11-21 00:38:17','3.34.132.242'),(359620,0,'admin','2022-11-21 00:38:19','3.34.132.242'),(359621,0,'admin','2022-11-21 00:38:23','3.34.132.242'),(359622,0,'admin','2022-11-21 00:38:28','3.34.132.242'),(359623,0,'admin','2022-11-21 00:38:34','3.34.132.242'),(359624,0,'admin','2022-11-21 00:38:40','3.34.132.242'),(359625,0,'admin','2022-11-21 00:38:45','3.34.132.242'),(359626,0,'admin','2022-11-21 00:38:50','3.34.132.242'),(359627,0,'admin','2022-11-21 00:38:56','3.34.132.242'),(359628,0,'admin','2022-11-21 00:39:01','3.34.132.242'),(359629,0,'admin','2022-11-21 00:39:03','3.34.132.242'),(359630,0,'admin','2022-11-21 00:39:04','3.34.132.242'),(359631,0,'admin','2022-11-21 00:39:08','3.34.132.242'),(359632,0,'admin','2022-11-21 00:39:12','3.34.132.242'),(359633,0,'admin','2022-11-21 00:39:15','3.34.132.242'),(359634,0,'admin','2022-11-21 00:39:18','3.34.132.242'),(359635,0,'admin','2022-11-21 00:39:20','3.34.132.242'),(359636,0,'admin','2022-11-21 00:39:22','3.34.132.242'),(359637,0,'admin','2022-11-21 00:39:24','3.34.132.242'),(359638,0,'admin','2022-11-21 00:39:25','3.34.132.242'),(359639,0,'admin','2022-11-21 00:39:28','3.34.132.242'),(359640,0,'admin','2022-11-21 00:39:30','3.34.132.242'),(359641,0,'admin','2022-11-21 00:39:32','3.34.132.242'),(359642,0,'admin','2022-11-21 00:39:33','3.34.132.242'),(359643,0,'admin','2022-11-21 00:39:34','3.34.132.242'),(359644,0,'admin','2022-11-21 00:39:37','3.34.132.242'),(359645,0,'admin','2022-11-21 00:39:38','3.34.132.242'),(359646,0,'admin','2022-11-21 00:39:39','3.34.132.242'),(359647,0,'admin','2022-11-21 00:39:41','3.34.132.242'),(359648,0,'admin','2022-11-21 00:39:43','3.34.132.242'),(359649,0,'admin','2022-11-21 00:39:45','3.34.132.242'),(359650,0,'admin','2022-11-21 00:39:46','3.34.132.242'),(359651,0,'admin','2022-11-21 00:39:48','3.34.132.242'),(359652,0,'admin','2022-11-21 00:39:49','3.34.132.242'),(359653,0,'admin','2022-11-21 00:39:52','3.34.132.242'),(359654,0,'admin','2022-11-21 00:39:53','3.34.132.242'),(359655,0,'admin','2022-11-21 00:39:55','3.34.132.242'),(359656,0,'admin','2022-11-21 00:39:57','3.34.132.242'),(359657,0,'admin','2022-11-21 00:39:59','3.34.132.242'),(359658,0,'admin','2022-11-21 00:40:01','3.34.132.242'),(359659,0,'admin','2022-11-21 00:40:02','3.34.132.242'),(359660,0,'admin','2022-11-21 00:40:05','3.34.132.242'),(359661,0,'admin','2022-11-21 00:40:07','3.34.132.242'),(359662,0,'admin','2022-11-21 00:40:09','3.34.132.242'),(359663,0,'admin','2022-11-21 00:40:11','3.34.132.242'),(359664,0,'admin','2022-11-21 00:40:14','3.34.132.242'),(359665,0,'admin','2022-11-21 00:40:15','3.34.132.242'),(359666,0,'admin','2022-11-21 00:40:18','3.34.132.242'),(359667,0,'admin','2022-11-21 00:40:21','3.34.132.242'),(359668,0,'admin','2022-11-21 00:40:26','3.34.132.242'),(359669,0,'admin','2022-11-21 00:40:29','3.34.132.242'),(359670,0,'admin','2022-11-21 00:40:34','3.34.132.242'),(359671,0,'admin','2022-11-21 00:40:40','3.34.132.242'),(359672,0,'admin','2022-11-21 00:40:46','3.34.132.242'),(359673,0,'ukdebtconsolidations-co-uk','2022-11-21 00:40:46','51.89.47.206'),(359674,0,'admin','2022-11-21 00:40:48','3.34.132.242'),(359675,0,'admin','2022-11-21 00:40:49','3.34.132.242'),(359676,0,'admin','2022-11-21 00:40:50','3.34.132.242'),(359677,0,'admin','2022-11-21 00:40:51','3.34.132.242'),(359678,0,'admin','2022-11-21 00:40:52','3.34.132.242'),(359679,0,'admin','2022-11-21 00:40:53','3.34.132.242'),(359680,0,'admin','2022-11-21 00:40:55','3.34.132.242'),(359681,0,'admin','2022-11-21 00:40:56','3.34.132.242'),(359682,0,'admin','2022-11-21 00:40:57','3.34.132.242'),(359683,0,'admin','2022-11-21 00:40:58','3.34.132.242'),(359684,0,'admin','2022-11-21 00:40:59','3.34.132.242'),(359685,0,'admin','2022-11-21 00:41:00','3.34.132.242'),(359686,0,'admin','2022-11-21 00:41:01','3.34.132.242'),(359687,0,'admin','2022-11-21 00:41:03','3.34.132.242'),(359688,0,'admin','2022-11-21 00:41:04','3.34.132.242'),(359689,0,'admin','2022-11-21 00:41:05','3.34.132.242'),(359690,0,'admin','2022-11-21 00:41:06','3.34.132.242'),(359691,0,'admin','2022-11-21 00:41:07','3.34.132.242'),(359692,0,'admin','2022-11-21 00:41:08','3.34.132.242'),(359693,0,'admin','2022-11-21 00:41:09','3.34.132.242'),(359694,0,'admin','2022-11-21 00:41:11','3.34.132.242'),(359695,0,'admin','2022-11-21 00:41:12','3.34.132.242'),(359696,0,'admin','2022-11-21 00:41:13','3.34.132.242'),(359697,0,'admin','2022-11-21 00:41:14','3.34.132.242'),(359698,0,'admin','2022-11-21 00:41:15','3.34.132.242'),(359699,0,'admin','2022-11-21 00:41:16','3.34.132.242'),(359700,0,'admin','2022-11-21 00:41:17','3.34.132.242'),(359701,0,'admin','2022-11-21 00:41:19','3.34.132.242'),(359702,0,'admin','2022-11-21 00:41:20','3.34.132.242'),(359703,0,'admin','2022-11-21 00:41:21','3.34.132.242'),(359704,0,'admin','2022-11-21 00:41:22','3.34.132.242'),(359705,0,'admin','2022-11-21 00:41:23','3.34.132.242'),(359706,0,'admin','2022-11-21 00:41:24','3.34.132.242'),(359707,0,'admin','2022-11-21 00:41:25','3.34.132.242'),(359708,0,'admin','2022-11-21 00:41:27','3.34.132.242'),(359709,0,'admin','2022-11-21 00:41:28','3.34.132.242'),(359710,0,'admin','2022-11-21 00:41:29','3.34.132.242'),(359711,0,'admin','2022-11-21 00:41:30','3.34.132.242'),(359712,0,'admin','2022-11-21 00:41:31','3.34.132.242'),(359713,0,'admin','2022-11-21 00:41:32','3.34.132.242'),(359714,0,'admin','2022-11-21 00:41:33','3.34.132.242'),(359715,0,'admin','2022-11-21 00:41:35','3.34.132.242'),(359716,0,'admin','2022-11-21 00:41:36','3.34.132.242'),(359717,0,'admin','2022-11-21 00:41:37','3.34.132.242'),(359718,0,'admin','2022-11-21 00:41:39','3.34.132.242'),(359719,0,'admin','2022-11-21 00:41:40','3.34.132.242'),(359720,0,'admin','2022-11-21 00:41:41','3.34.132.242'),(359721,0,'admin','2022-11-21 00:41:42','3.34.132.242'),(359722,0,'admin','2022-11-21 00:41:44','3.34.132.242'),(359723,0,'admin','2022-11-21 00:41:45','3.34.132.242'),(359724,0,'admin','2022-11-21 00:41:46','3.34.132.242'),(359725,0,'admin','2022-11-21 00:41:47','3.34.132.242'),(359726,0,'admin','2022-11-21 00:41:48','3.34.132.242'),(359727,0,'admin','2022-11-21 00:41:49','3.34.132.242'),(359728,0,'admin','2022-11-21 00:41:51','3.34.132.242'),(359729,0,'admin','2022-11-21 00:41:52','3.34.132.242'),(359730,0,'admin','2022-11-21 00:41:53','3.34.132.242'),(359731,0,'admin','2022-11-21 00:41:57','3.34.132.242'),(359732,0,'admin','2022-11-21 00:41:58','3.34.132.242'),(359733,0,'admin','2022-11-21 00:41:59','3.34.132.242'),(359734,0,'admin','2022-11-21 00:42:00','3.34.132.242'),(359735,0,'admin','2022-11-21 00:42:01','3.34.132.242'),(359736,0,'admin','2022-11-21 00:42:02','3.34.132.242'),(359737,0,'admin','2022-11-21 00:42:03','3.34.132.242'),(359738,0,'admin','2022-11-21 00:42:05','3.34.132.242'),(359739,0,'admin','2022-11-21 00:42:06','3.34.132.242'),(359740,0,'admin','2022-11-21 00:42:07','3.34.132.242'),(359741,0,'admin','2022-11-21 00:42:08','3.34.132.242'),(359742,0,'admin','2022-11-21 00:42:09','3.34.132.242'),(359743,0,'admin','2022-11-21 00:42:10','3.34.132.242'),(359744,0,'admin','2022-11-21 00:42:12','3.34.132.242'),(359745,0,'admin','2022-11-21 00:42:13','3.34.132.242'),(359746,0,'admin','2022-11-21 00:42:14','3.34.132.242'),(359747,0,'admin','2022-11-21 00:42:15','3.34.132.242'),(359748,0,'admin','2022-11-21 00:42:16','3.34.132.242'),(359749,0,'admin','2022-11-21 00:42:17','3.34.132.242'),(359750,0,'admin','2022-11-21 00:42:18','3.34.132.242'),(359751,0,'admin','2022-11-21 00:42:20','3.34.132.242'),(359752,0,'admin','2022-11-21 00:42:21','3.34.132.242'),(359753,0,'admin','2022-11-21 00:42:22','3.34.132.242'),(359754,0,'admin','2022-11-21 00:42:25','3.34.132.242'),(359755,0,'admin','2022-11-21 00:42:26','3.34.132.242'),(359756,0,'admin','2022-11-21 00:42:27','3.34.132.242'),(359757,0,'admin','2022-11-21 00:42:28','3.34.132.242'),(359758,0,'admin','2022-11-21 00:42:31','3.34.132.242'),(359759,0,'admin','2022-11-21 00:42:32','3.34.132.242'),(359760,0,'admin','2022-11-21 00:42:33','3.34.132.242'),(359761,0,'admin','2022-11-21 00:42:34','3.34.132.242'),(359762,0,'admin','2022-11-21 00:42:36','3.34.132.242'),(359763,0,'admin','2022-11-21 00:42:37','3.34.132.242'),(359764,0,'admin','2022-11-21 00:42:38','3.34.132.242'),(359765,0,'admin','2022-11-21 00:42:40','3.34.132.242'),(359766,0,'admin','2022-11-21 00:42:41','3.34.132.242'),(359767,0,'admin','2022-11-21 00:42:42','3.34.132.242'),(359768,0,'admin','2022-11-21 00:42:43','3.34.132.242'),(359769,0,'admin','2022-11-21 00:42:44','3.34.132.242'),(359770,0,'admin','2022-11-21 00:42:45','3.34.132.242'),(359771,0,'admin','2022-11-21 00:42:47','3.34.132.242'),(359772,0,'admin','2022-11-21 00:42:48','3.34.132.242'),(359773,0,'admin','2022-11-21 00:42:49','3.34.132.242'),(359774,0,'admin','2022-11-21 00:42:50','3.34.132.242'),(359775,0,'admin','2022-11-21 00:42:51','3.34.132.242'),(359776,0,'admin','2022-11-21 00:42:52','3.34.132.242'),(359777,0,'admin','2022-11-21 00:42:53','3.34.132.242'),(359778,0,'admin','2022-11-21 00:42:54','3.34.132.242'),(359779,0,'admin','2022-11-21 00:42:56','3.34.132.242'),(359780,0,'admin','2022-11-21 00:42:57','3.34.132.242'),(359781,0,'admin','2022-11-21 00:42:58','3.34.132.242'),(359782,0,'admin','2022-11-21 00:42:59','3.34.132.242'),(359783,0,'admin','2022-11-21 00:43:00','3.34.132.242'),(359784,0,'admin','2022-11-21 00:43:01','3.34.132.242'),(359785,0,'admin','2022-11-21 00:43:02','3.34.132.242'),(359786,0,'admin','2022-11-21 00:43:03','3.34.132.242'),(359787,0,'admin','2022-11-21 00:43:05','3.34.132.242'),(359788,0,'admin','2022-11-21 00:43:06','3.34.132.242'),(359789,0,'admin','2022-11-21 00:43:07','3.34.132.242'),(359790,0,'admin','2022-11-21 00:43:08','3.34.132.242'),(359791,0,'admin','2022-11-21 00:43:09','3.34.132.242'),(359792,0,'admin','2022-11-21 00:43:10','3.34.132.242'),(359793,0,'admin','2022-11-21 00:43:11','3.34.132.242'),(359794,0,'admin','2022-11-21 00:43:13','3.34.132.242'),(359795,0,'admin','2022-11-21 00:43:14','3.34.132.242'),(359796,0,'admin','2022-11-21 00:43:15','3.34.132.242'),(359797,0,'admin','2022-11-21 00:43:16','3.34.132.242'),(359798,0,'admin','2022-11-21 00:43:17','3.34.132.242'),(359799,0,'admin','2022-11-21 00:43:18','3.34.132.242'),(359800,0,'admin','2022-11-21 00:43:19','3.34.132.242'),(359801,0,'admin','2022-11-21 00:43:20','3.34.132.242'),(359802,0,'admin','2022-11-21 00:43:22','3.34.132.242'),(359803,0,'admin','2022-11-21 00:43:23','3.34.132.242'),(359804,0,'admin','2022-11-21 00:43:24','3.34.132.242'),(359805,0,'admin','2022-11-21 00:43:25','3.34.132.242'),(359806,0,'admin','2022-11-21 00:43:26','3.34.132.242'),(359807,0,'admin','2022-11-21 00:43:27','3.34.132.242'),(359808,0,'admin','2022-11-21 00:43:28','3.34.132.242'),(359809,0,'admin','2022-11-21 00:43:30','3.34.132.242'),(359810,0,'admin','2022-11-21 00:43:31','3.34.132.242'),(359811,0,'admin','2022-11-21 00:43:32','3.34.132.242'),(359812,0,'admin','2022-11-21 00:43:33','3.34.132.242'),(359813,0,'admin','2022-11-21 00:43:34','3.34.132.242'),(359814,0,'admin','2022-11-21 00:43:35','3.34.132.242'),(359815,0,'admin','2022-11-21 00:43:36','3.34.132.242'),(359816,0,'admin','2022-11-21 00:43:38','3.34.132.242'),(359817,0,'admin','2022-11-21 00:43:39','3.34.132.242'),(359818,0,'admin','2022-11-21 00:43:40','3.34.132.242'),(359819,0,'admin','2022-11-21 00:43:41','3.34.132.242'),(359820,0,'admin','2022-11-21 00:43:42','3.34.132.242'),(359821,0,'admin','2022-11-21 00:43:43','3.34.132.242'),(359822,0,'admin','2022-11-21 00:43:45','3.34.132.242'),(359823,0,'admin','2022-11-21 00:43:46','3.34.132.242'),(359824,0,'admin','2022-11-21 00:43:47','3.34.132.242'),(359825,0,'admin','2022-11-21 00:43:48','3.34.132.242'),(359826,0,'admin','2022-11-21 00:43:49','3.34.132.242'),(359827,0,'admin','2022-11-21 00:43:50','3.34.132.242'),(359828,0,'admin','2022-11-21 00:43:52','3.34.132.242'),(359829,0,'admin','2022-11-21 00:43:53','3.34.132.242'),(359830,0,'admin','2022-11-21 00:43:54','3.34.132.242'),(359831,0,'admin','2022-11-21 00:43:55','3.34.132.242'),(359832,0,'admin','2022-11-21 00:43:56','3.34.132.242'),(359833,0,'admin','2022-11-21 00:43:57','3.34.132.242'),(359834,0,'admin','2022-11-21 00:43:58','3.34.132.242'),(359835,0,'admin','2022-11-21 00:43:59','3.34.132.242'),(359836,0,'admin','2022-11-21 00:44:01','3.34.132.242'),(359837,0,'admin','2022-11-21 00:44:02','3.34.132.242'),(359838,0,'admin','2022-11-21 00:44:03','3.34.132.242'),(359839,0,'admin','2022-11-21 00:44:04','3.34.132.242'),(359840,0,'admin','2022-11-21 00:44:05','3.34.132.242'),(359841,0,'admin','2022-11-21 00:44:06','3.34.132.242'),(359842,0,'admin','2022-11-21 00:44:08','3.34.132.242'),(359843,0,'admin','2022-11-21 00:44:09','3.34.132.242'),(359844,0,'admin','2022-11-21 00:44:10','3.34.132.242'),(359845,0,'admin','2022-11-21 00:44:11','3.34.132.242'),(359846,0,'admin','2022-11-21 00:44:12','3.34.132.242'),(359847,0,'admin','2022-11-21 00:44:13','3.34.132.242'),(359848,0,'admin','2022-11-21 00:44:14','3.34.132.242'),(359849,0,'admin','2022-11-21 00:44:16','3.34.132.242'),(359850,0,'admin','2022-11-21 00:44:17','3.34.132.242'),(359851,0,'admin','2022-11-21 00:44:18','3.34.132.242'),(359852,0,'admin','2022-11-21 00:44:19','3.34.132.242'),(359853,0,'admin','2022-11-21 00:44:20','3.34.132.242'),(359854,0,'admin','2022-11-21 00:44:21','3.34.132.242'),(359855,0,'admin','2022-11-21 00:44:22','3.34.132.242'),(359856,0,'admin','2022-11-21 00:44:24','3.34.132.242'),(359857,0,'admin','2022-11-21 00:44:25','3.34.132.242'),(359858,0,'admin','2022-11-21 00:44:26','3.34.132.242'),(359859,0,'admin','2022-11-21 00:44:27','3.34.132.242'),(359860,0,'admin','2022-11-21 00:44:29','3.34.132.242'),(359861,0,'admin','2022-11-21 00:44:30','3.34.132.242'),(359862,0,'admin','2022-11-21 00:44:31','3.34.132.242'),(359863,0,'admin','2022-11-21 00:44:32','3.34.132.242'),(359864,0,'admin','2022-11-21 00:44:33','3.34.132.242'),(359865,0,'admin','2022-11-21 00:44:34','3.34.132.242'),(359866,0,'admin','2022-11-21 00:44:35','3.34.132.242'),(359867,0,'admin','2022-11-21 00:44:36','3.34.132.242'),(359868,0,'admin','2022-11-21 00:44:38','3.34.132.242'),(359869,0,'admin','2022-11-21 00:44:39','3.34.132.242'),(359870,0,'admin','2022-11-21 00:44:40','3.34.132.242'),(359871,0,'admin','2022-11-21 00:44:41','3.34.132.242'),(359872,0,'admin','2022-11-21 00:44:42','3.34.132.242'),(359873,0,'admin','2022-11-21 00:44:43','3.34.132.242'),(359874,0,'admin','2022-11-21 00:44:44','3.34.132.242'),(359875,0,'admin','2022-11-21 00:44:45','3.34.132.242'),(359876,0,'admin','2022-11-21 00:44:47','3.34.132.242'),(359877,0,'admin','2022-11-21 00:44:48','3.34.132.242'),(359878,0,'admin','2022-11-21 00:44:49','3.34.132.242'),(359879,0,'admin','2022-11-21 00:44:50','3.34.132.242'),(359880,0,'admin','2022-11-21 00:44:51','3.34.132.242'),(359881,0,'admin','2022-11-21 00:44:52','3.34.132.242'),(359882,0,'admin','2022-11-21 00:44:53','3.34.132.242'),(359883,0,'admin','2022-11-21 00:44:55','3.34.132.242'),(359884,0,'admin','2022-11-21 00:44:56','3.34.132.242'),(359885,0,'admin','2022-11-21 00:44:57','3.34.132.242'),(359886,0,'admin','2022-11-21 00:44:58','3.34.132.242'),(359887,0,'admin','2022-11-21 00:44:59','3.34.132.242'),(359888,0,'admin','2022-11-21 00:45:00','3.34.132.242'),(359889,0,'admin','2022-11-21 00:45:01','3.34.132.242'),(359890,0,'admin','2022-11-21 00:45:03','3.34.132.242'),(359891,0,'admin','2022-11-21 00:45:04','3.34.132.242'),(359892,0,'admin','2022-11-21 00:45:05','3.34.132.242'),(359893,0,'admin','2022-11-21 00:45:06','3.34.132.242'),(359894,0,'admin','2022-11-21 00:45:07','3.34.132.242'),(359895,0,'admin','2022-11-21 00:45:09','3.34.132.242'),(359896,0,'admin','2022-11-21 00:45:10','3.34.132.242'),(359897,0,'admin','2022-11-21 00:45:11','3.34.132.242'),(359898,0,'admin','2022-11-21 00:45:12','3.34.132.242'),(359899,0,'admin','2022-11-21 00:45:13','3.34.132.242'),(359900,0,'admin','2022-11-21 00:45:14','3.34.132.242'),(359901,0,'admin','2022-11-21 00:45:15','3.34.132.242'),(359902,0,'admin','2022-11-21 00:45:17','3.34.132.242'),(359903,0,'admin','2022-11-21 00:45:18','3.34.132.242'),(359904,0,'admin','2022-11-21 00:45:19','3.34.132.242'),(359905,0,'admin','2022-11-21 00:45:20','3.34.132.242'),(359906,0,'admin','2022-11-21 00:45:21','3.34.132.242'),(359907,0,'admin','2022-11-21 00:45:22','3.34.132.242'),(359908,0,'admin','2022-11-21 00:45:24','3.34.132.242'),(359909,0,'admin','2022-11-21 00:45:25','3.34.132.242'),(359910,0,'admin','2022-11-21 00:45:26','3.34.132.242'),(359911,0,'admin','2022-11-21 00:45:27','3.34.132.242'),(359912,0,'admin','2022-11-21 00:45:28','3.34.132.242'),(359913,0,'admin','2022-11-21 00:45:29','3.34.132.242'),(359914,0,'admin','2022-11-21 00:45:30','3.34.132.242'),(359915,0,'admin','2022-11-21 00:45:32','3.34.132.242'),(359916,0,'admin','2022-11-21 00:45:34','3.34.132.242'),(359917,0,'admin','2022-11-21 00:45:35','3.34.132.242'),(359918,0,'admin','2022-11-21 00:45:36','3.34.132.242'),(359919,0,'admin','2022-11-21 00:45:37','3.34.132.242'),(359920,0,'admin','2022-11-21 00:45:39','3.34.132.242'),(359921,0,'admin','2022-11-21 00:45:40','3.34.132.242'),(359922,0,'admin','2022-11-21 00:45:41','3.34.132.242'),(359923,0,'admin','2022-11-21 00:45:42','3.34.132.242'),(359924,0,'admin','2022-11-21 00:45:43','3.34.132.242'),(359925,0,'admin','2022-11-21 00:45:44','3.34.132.242'),(359926,0,'admin','2022-11-21 00:45:46','3.34.132.242'),(359927,0,'admin','2022-11-21 00:45:47','3.34.132.242'),(359928,0,'admin','2022-11-21 00:45:48','3.34.132.242'),(359929,0,'admin','2022-11-21 00:45:49','3.34.132.242'),(359930,0,'admin','2022-11-21 00:45:50','3.34.132.242'),(359931,0,'admin','2022-11-21 00:45:51','3.34.132.242'),(359932,0,'admin','2022-11-21 00:45:52','3.34.132.242'),(359933,0,'admin','2022-11-21 00:45:54','3.34.132.242'),(359934,0,'admin','2022-11-21 00:45:55','3.34.132.242'),(359935,0,'admin','2022-11-21 00:45:56','3.34.132.242'),(359936,0,'admin','2022-11-21 00:45:57','3.34.132.242'),(359937,0,'admin','2022-11-21 00:45:58','3.34.132.242'),(359938,0,'admin','2022-11-21 00:46:00','3.34.132.242'),(359939,0,'admin','2022-11-21 00:46:01','3.34.132.242'),(359940,0,'admin','2022-11-21 00:46:02','3.34.132.242'),(359941,0,'admin','2022-11-21 00:46:03','3.34.132.242'),(359942,0,'admin','2022-11-21 00:46:04','3.34.132.242'),(359943,0,'admin','2022-11-21 00:46:05','3.34.132.242'),(359944,0,'admin','2022-11-21 00:46:06','3.34.132.242'),(359945,0,'admin','2022-11-21 00:46:08','3.34.132.242'),(359946,0,'admin','2022-11-21 00:46:09','3.34.132.242'),(359947,0,'admin','2022-11-21 00:46:10','3.34.132.242'),(359948,0,'admin','2022-11-21 00:46:11','3.34.132.242'),(359949,0,'admin','2022-11-21 00:46:12','3.34.132.242'),(359950,0,'admin','2022-11-21 00:46:13','3.34.132.242'),(359951,0,'admin','2022-11-21 00:46:14','3.34.132.242'),(359952,0,'admin','2022-11-21 00:46:16','3.34.132.242'),(359953,0,'admin','2022-11-21 00:46:17','3.34.132.242'),(359954,0,'admin','2022-11-21 00:46:18','3.34.132.242'),(359955,0,'admin','2022-11-21 00:46:19','3.34.132.242'),(359956,0,'admin','2022-11-21 00:46:20','3.34.132.242'),(359957,0,'admin','2022-11-21 00:46:21','3.34.132.242'),(359958,0,'admin','2022-11-21 00:46:22','3.34.132.242'),(359959,0,'admin','2022-11-21 00:46:23','3.34.132.242'),(359960,0,'admin','2022-11-21 00:46:25','3.34.132.242'),(359961,0,'admin','2022-11-21 00:46:26','3.34.132.242'),(359962,0,'admin','2022-11-21 00:46:27','3.34.132.242'),(359963,0,'admin','2022-11-21 00:46:28','3.34.132.242'),(359964,0,'admin','2022-11-21 00:46:29','3.34.132.242'),(359965,0,'admin','2022-11-21 00:46:30','3.34.132.242'),(359966,0,'admin','2022-11-21 00:46:32','3.34.132.242'),(359967,0,'admin','2022-11-21 00:46:33','3.34.132.242'),(359968,0,'admin','2022-11-21 00:46:34','3.34.132.242'),(359969,0,'admin','2022-11-21 00:46:35','3.34.132.242'),(359970,0,'admin','2022-11-21 00:46:36','3.34.132.242'),(359971,0,'admin','2022-11-21 00:46:37','3.34.132.242'),(359972,0,'admin','2022-11-21 00:46:38','3.34.132.242'),(359973,0,'admin','2022-11-21 00:46:39','3.34.132.242'),(359974,0,'admin','2022-11-21 00:46:41','3.34.132.242'),(359975,0,'admin','2022-11-21 00:46:42','3.34.132.242'),(359976,0,'admin','2022-11-21 00:46:43','3.34.132.242'),(359977,0,'admin','2022-11-21 00:46:44','3.34.132.242'),(359978,0,'admin','2022-11-21 00:46:45','3.34.132.242'),(359979,0,'admin','2022-11-21 00:46:46','3.34.132.242'),(359980,0,'admin','2022-11-21 00:46:48','3.34.132.242'),(359981,0,'admin','2022-11-21 00:46:49','3.34.132.242'),(359982,0,'admin','2022-11-21 00:46:50','3.34.132.242'),(359983,0,'admin','2022-11-21 00:46:51','3.34.132.242'),(359984,0,'admin','2022-11-21 00:46:52','3.34.132.242'),(359985,0,'admin','2022-11-21 00:46:53','3.34.132.242'),(359986,0,'admin','2022-11-21 00:46:54','3.34.132.242'),(359987,0,'admin','2022-11-21 00:46:56','3.34.132.242'),(359988,0,'admin','2022-11-21 00:46:57','3.34.132.242'),(359989,0,'admin','2022-11-21 00:46:58','3.34.132.242'),(359990,0,'admin','2022-11-21 00:46:59','3.34.132.242'),(359991,0,'admin','2022-11-21 00:47:00','3.34.132.242'),(359992,0,'admin','2022-11-21 00:47:01','3.34.132.242'),(359993,0,'admin','2022-11-21 00:47:02','3.34.132.242'),(359994,0,'admin','2022-11-21 00:47:03','3.34.132.242'),(359995,0,'admin','2022-11-21 00:47:05','3.34.132.242'),(359996,0,'admin','2022-11-21 00:47:06','3.34.132.242'),(359997,0,'admin','2022-11-21 00:47:07','3.34.132.242'),(359998,0,'admin','2022-11-21 00:47:08','3.34.132.242'),(359999,0,'admin','2022-11-21 00:47:09','3.34.132.242'),(360000,0,'admin','2022-11-21 00:47:10','3.34.132.242'),(360001,0,'admin','2022-11-21 00:47:11','3.34.132.242'),(360002,0,'admin','2022-11-21 00:47:13','3.34.132.242'),(360003,0,'admin','2022-11-21 00:47:14','3.34.132.242'),(360004,0,'admin','2022-11-21 00:47:15','3.34.132.242'),(360005,0,'admin','2022-11-21 00:47:16','3.34.132.242'),(360006,0,'admin','2022-11-21 00:47:17','3.34.132.242'),(360007,0,'admin','2022-11-21 00:47:18','3.34.132.242'),(360008,0,'admin','2022-11-21 00:47:20','3.34.132.242'),(360009,0,'admin','2022-11-21 00:47:21','3.34.132.242'),(360010,0,'admin','2022-11-21 00:47:22','3.34.132.242'),(360011,0,'admin','2022-11-21 00:47:23','3.34.132.242'),(360012,0,'admin','2022-11-21 00:47:24','3.34.132.242'),(360013,0,'admin','2022-11-21 00:47:25','3.34.132.242'),(360014,0,'admin','2022-11-21 00:47:26','3.34.132.242'),(360015,0,'admin','2022-11-21 00:47:28','3.34.132.242'),(360016,0,'admin','2022-11-21 00:47:29','3.34.132.242'),(360017,0,'admin','2022-11-21 00:47:30','3.34.132.242'),(360018,0,'admin','2022-11-21 00:47:31','3.34.132.242'),(360019,0,'admin','2022-11-21 00:47:32','3.34.132.242'),(360020,0,'admin','2022-11-21 00:47:34','3.34.132.242'),(360021,0,'admin','2022-11-21 00:47:35','3.34.132.242'),(360022,0,'admin','2022-11-21 00:47:36','3.34.132.242'),(360023,0,'admin','2022-11-21 00:47:37','3.34.132.242'),(360024,0,'admin','2022-11-21 00:47:38','3.34.132.242'),(360025,0,'admin','2022-11-21 00:47:39','3.34.132.242'),(360026,0,'admin','2022-11-21 00:47:40','3.34.132.242'),(360027,0,'admin','2022-11-21 00:47:42','3.34.132.242'),(360028,0,'admin','2022-11-21 00:47:43','3.34.132.242'),(360029,0,'admin','2022-11-21 00:47:44','3.34.132.242'),(360030,0,'admin','2022-11-21 00:47:45','3.34.132.242'),(360031,0,'admin','2022-11-21 00:47:46','3.34.132.242'),(360032,0,'admin','2022-11-21 00:47:47','3.34.132.242'),(360033,0,'admin','2022-11-21 00:47:49','3.34.132.242'),(360034,0,'admin','2022-11-21 00:47:50','3.34.132.242'),(360035,0,'admin','2022-11-21 00:47:51','3.34.132.242'),(360036,0,'admin','2022-11-21 00:47:52','3.34.132.242'),(360037,0,'admin','2022-11-21 00:47:53','3.34.132.242'),(360038,0,'admin','2022-11-21 00:47:54','3.34.132.242'),(360039,0,'admin','2022-11-21 00:47:55','3.34.132.242'),(360040,0,'admin','2022-11-21 00:47:57','3.34.132.242'),(360041,0,'admin','2022-11-21 00:47:58','3.34.132.242'),(360042,0,'admin','2022-11-21 00:47:59','3.34.132.242'),(360043,0,'admin','2022-11-21 00:48:00','3.34.132.242'),(360044,0,'admin','2022-11-21 00:48:01','3.34.132.242'),(360045,0,'admin','2022-11-21 00:48:02','3.34.132.242'),(360046,0,'admin','2022-11-21 00:48:04','3.34.132.242'),(360047,0,'admin','2022-11-21 00:48:05','3.34.132.242'),(360048,0,'admin','2022-11-21 00:48:06','3.34.132.242'),(360049,0,'admin','2022-11-21 00:48:07','3.34.132.242'),(360050,0,'admin','2022-11-21 00:48:08','3.34.132.242'),(360051,0,'admin','2022-11-21 00:48:09','3.34.132.242'),(360052,0,'admin','2022-11-21 00:48:11','3.34.132.242'),(360053,0,'admin','2022-11-21 00:48:12','3.34.132.242'),(360054,0,'admin','2022-11-21 00:48:13','3.34.132.242'),(360055,0,'admin','2022-11-21 00:48:14','3.34.132.242'),(360056,0,'admin','2022-11-21 00:48:15','3.34.132.242'),(360057,0,'admin','2022-11-21 00:48:16','3.34.132.242'),(360058,0,'admin','2022-11-21 00:48:18','3.34.132.242'),(360059,0,'admin','2022-11-21 00:48:19','3.34.132.242'),(360060,0,'admin','2022-11-21 00:48:20','3.34.132.242'),(360061,0,'admin','2022-11-21 00:48:21','3.34.132.242'),(360062,0,'admin','2022-11-21 00:48:22','3.34.132.242'),(360063,0,'admin','2022-11-21 00:48:23','3.34.132.242'),(360064,0,'admin','2022-11-21 00:48:24','3.34.132.242'),(360065,0,'admin','2022-11-21 00:48:26','3.34.132.242'),(360066,0,'admin','2022-11-21 00:48:27','3.34.132.242'),(360067,0,'admin','2022-11-21 00:48:28','3.34.132.242'),(360068,0,'admin','2022-11-21 00:48:29','3.34.132.242'),(360069,0,'admin','2022-11-21 00:48:30','3.34.132.242'),(360070,0,'feed','2022-11-21 00:48:30','202.29.236.140'),(360071,0,'admin','2022-11-21 00:48:31','3.34.132.242'),(360072,0,'admin','2022-11-21 00:48:33','3.34.132.242'),(360073,0,'admin','2022-11-21 00:48:34','3.34.132.242'),(360074,0,'admin','2022-11-21 00:48:35','3.34.132.242'),(360075,0,'admin','2022-11-21 00:48:36','3.34.132.242'),(360076,0,'admin','2022-11-21 00:48:37','3.34.132.242'),(360077,0,'admin','2022-11-21 00:48:38','3.34.132.242'),(360078,0,'admin','2022-11-21 00:48:39','3.34.132.242'),(360079,0,'admin','2022-11-21 00:48:41','3.34.132.242'),(360080,0,'admin','2022-11-21 00:48:42','3.34.132.242'),(360081,0,'admin','2022-11-21 00:48:43','3.34.132.242'),(360082,0,'admin','2022-11-21 00:48:44','3.34.132.242'),(360083,0,'admin','2022-11-21 00:48:45','3.34.132.242'),(360084,0,'admin','2022-11-21 00:48:46','3.34.132.242'),(360085,0,'admin','2022-11-21 00:48:47','3.34.132.242'),(360086,0,'admin','2022-11-21 00:48:48','3.34.132.242'),(360087,0,'admin','2022-11-21 00:48:50','3.34.132.242'),(360088,0,'admin','2022-11-21 00:48:51','3.34.132.242'),(360089,0,'admin','2022-11-21 00:48:52','3.34.132.242'),(360090,0,'admin','2022-11-21 00:48:53','3.34.132.242'),(360091,0,'admin','2022-11-21 00:48:54','3.34.132.242'),(360092,0,'admin','2022-11-21 00:48:55','3.34.132.242'),(360093,0,'admin','2022-11-21 00:48:56','3.34.132.242'),(360094,0,'admin','2022-11-21 00:48:58','3.34.132.242'),(360095,0,'admin','2022-11-21 00:48:59','3.34.132.242'),(360096,0,'admin','2022-11-21 00:49:00','3.34.132.242'),(360097,0,'admin','2022-11-21 00:49:01','3.34.132.242'),(360098,0,'admin','2022-11-21 00:49:02','3.34.132.242'),(360099,0,'admin','2022-11-21 00:49:03','3.34.132.242'),(360100,0,'admin','2022-11-21 00:49:04','3.34.132.242'),(360101,0,'admin','2022-11-21 00:49:06','3.34.132.242'),(360102,0,'admin','2022-11-21 00:49:07','3.34.132.242'),(360103,0,'admin','2022-11-21 00:49:08','3.34.132.242'),(360104,0,'admin','2022-11-21 00:49:09','3.34.132.242'),(360105,0,'admin','2022-11-21 00:49:10','3.34.132.242'),(360106,0,'admin','2022-11-21 00:49:11','3.34.132.242'),(360107,0,'admin','2022-11-21 00:49:12','3.34.132.242'),(360108,0,'admin','2022-11-21 00:49:13','3.34.132.242'),(360109,0,'admin','2022-11-21 00:49:15','3.34.132.242'),(360110,0,'admin','2022-11-21 00:49:16','3.34.132.242'),(360111,0,'admin','2022-11-21 00:49:17','3.34.132.242'),(360112,0,'admin','2022-11-21 00:49:18','3.34.132.242'),(360113,0,'admin','2022-11-21 00:49:19','3.34.132.242'),(360114,0,'admin','2022-11-21 00:49:20','3.34.132.242'),(360115,0,'admin','2022-11-21 00:49:21','3.34.132.242'),(360116,0,'admin','2022-11-21 00:49:22','3.34.132.242'),(360117,0,'admin','2022-11-21 00:49:24','3.34.132.242'),(360118,0,'admin','2022-11-21 00:49:25','3.34.132.242'),(360119,0,'admin','2022-11-21 00:49:26','3.34.132.242'),(360120,0,'admin','2022-11-21 00:49:27','3.34.132.242'),(360121,0,'admin','2022-11-21 00:49:28','3.34.132.242'),(360122,0,'admin','2022-11-21 00:49:29','3.34.132.242'),(360123,0,'admin','2022-11-21 00:49:30','3.34.132.242'),(360124,0,'admin','2022-11-21 00:49:32','3.34.132.242'),(360125,0,'admin','2022-11-21 00:49:33','3.34.132.242'),(360126,0,'admin','2022-11-21 00:49:34','3.34.132.242'),(360127,0,'admin','2022-11-21 00:49:35','3.34.132.242'),(360128,0,'admin','2022-11-21 00:49:36','3.34.132.242'),(360129,0,'admin','2022-11-21 00:49:37','3.34.132.242'),(360130,0,'admin','2022-11-21 00:49:38','3.34.132.242'),(360131,0,'admin','2022-11-21 00:49:40','3.34.132.242'),(360132,0,'admin','2022-11-21 00:49:41','3.34.132.242'),(360133,0,'admin','2022-11-21 00:49:42','3.34.132.242'),(360134,0,'admin','2022-11-21 00:49:46','3.34.132.242'),(360135,0,'admin','2022-11-21 00:49:48','3.34.132.242'),(360136,0,'admin','2022-11-21 00:49:49','3.34.132.242'),(360137,0,'admin','2022-11-21 00:49:50','3.34.132.242'),(360138,0,'admin','2022-11-21 00:49:51','3.34.132.242'),(360139,0,'admin','2022-11-21 00:49:53','3.34.132.242'),(360140,0,'admin','2022-11-21 00:49:54','3.34.132.242'),(360141,0,'admin','2022-11-21 00:49:55','3.34.132.242'),(360142,0,'admin','2022-11-21 00:49:56','3.34.132.242'),(360143,0,'admin','2022-11-21 00:49:57','3.34.132.242'),(360144,0,'admin','2022-11-21 00:49:58','3.34.132.242'),(360145,0,'admin','2022-11-21 00:49:59','3.34.132.242'),(360146,0,'admin','2022-11-21 00:50:01','3.34.132.242'),(360147,0,'admin','2022-11-21 00:50:02','3.34.132.242'),(360148,0,'admin','2022-11-21 00:50:03','3.34.132.242'),(360149,0,'admin','2022-11-21 00:50:04','3.34.132.242'),(360150,0,'admin','2022-11-21 00:50:05','3.34.132.242'),(360151,0,'admin','2022-11-21 00:50:07','3.34.132.242'),(360152,0,'admin','2022-11-21 00:50:08','3.34.132.242'),(360153,0,'admin','2022-11-21 00:50:09','3.34.132.242'),(360154,0,'admin','2022-11-21 00:50:10','3.34.132.242'),(360155,0,'admin','2022-11-21 00:50:11','3.34.132.242'),(360156,0,'admin','2022-11-21 00:50:12','3.34.132.242'),(360157,0,'admin','2022-11-21 00:50:13','3.34.132.242'),(360158,0,'admin','2022-11-21 00:50:15','3.34.132.242'),(360159,0,'admin','2022-11-21 00:50:16','3.34.132.242'),(360160,0,'admin','2022-11-21 00:50:17','3.34.132.242'),(360161,0,'admin','2022-11-21 00:50:18','3.34.132.242'),(360162,0,'admin','2022-11-21 00:50:19','3.34.132.242'),(360163,0,'admin','2022-11-21 00:50:20','3.34.132.242'),(360164,0,'admin','2022-11-21 00:50:22','3.34.132.242'),(360165,0,'admin','2022-11-21 00:50:23','3.34.132.242'),(360166,0,'admin','2022-11-21 00:50:24','3.34.132.242'),(360167,0,'admin','2022-11-21 00:50:25','3.34.132.242'),(360168,0,'admin','2022-11-21 00:50:26','3.34.132.242'),(360169,0,'admin','2022-11-21 00:50:27','3.34.132.242'),(360170,0,'admin','2022-11-21 00:50:29','3.34.132.242'),(360171,0,'admin','2022-11-21 00:50:30','3.34.132.242'),(360172,0,'admin','2022-11-21 00:50:31','3.34.132.242'),(360173,0,'admin','2022-11-21 00:50:32','3.34.132.242'),(360174,0,'admin','2022-11-21 00:50:33','3.34.132.242'),(360175,0,'admin','2022-11-21 00:50:34','3.34.132.242'),(360176,0,'admin','2022-11-21 00:50:35','3.34.132.242'),(360177,0,'admin','2022-11-21 00:50:36','3.34.132.242'),(360178,0,'admin','2022-11-21 00:50:38','3.34.132.242'),(360179,0,'admin','2022-11-21 00:50:39','3.34.132.242'),(360180,0,'admin','2022-11-21 00:50:40','3.34.132.242'),(360181,0,'admin','2022-11-21 00:50:41','3.34.132.242'),(360182,0,'admin','2022-11-21 00:50:42','3.34.132.242'),(360183,0,'admin','2022-11-21 00:50:43','3.34.132.242'),(360184,0,'admin','2022-11-21 00:50:44','3.34.132.242'),(360185,0,'admin','2022-11-21 00:50:45','3.34.132.242'),(360186,0,'admin','2022-11-21 00:50:47','3.34.132.242'),(360187,0,'admin','2022-11-21 00:50:48','3.34.132.242'),(360188,0,'admin','2022-11-21 00:50:52','3.34.132.242'),(360189,0,'admin','2022-11-21 00:50:54','3.34.132.242'),(360190,0,'admin','2022-11-21 00:50:56','3.34.132.242'),(360191,0,'admin','2022-11-21 00:50:59','3.34.132.242'),(360192,0,'admin','2022-11-21 00:51:00','3.34.132.242'),(360193,0,'admin','2022-11-21 00:51:01','3.34.132.242'),(360194,0,'admin','2022-11-21 00:51:02','3.34.132.242'),(360195,0,'admin','2022-11-21 00:51:03','3.34.132.242'),(360196,0,'admin','2022-11-21 00:51:04','3.34.132.242'),(360197,0,'admin','2022-11-21 00:51:06','3.34.132.242'),(360198,0,'admin','2022-11-21 00:51:07','3.34.132.242'),(360199,0,'admin','2022-11-21 00:51:08','3.34.132.242'),(360200,0,'admin','2022-11-21 00:51:09','3.34.132.242'),(360201,0,'admin','2022-11-21 00:51:10','3.34.132.242'),(360202,0,'admin','2022-11-21 00:51:11','3.34.132.242'),(360203,0,'admin','2022-11-21 00:51:13','3.34.132.242'),(360204,0,'admin','2022-11-21 00:51:14','3.34.132.242'),(360205,0,'admin','2022-11-21 00:51:15','3.34.132.242'),(360206,0,'admin','2022-11-21 00:51:16','3.34.132.242'),(360207,0,'admin','2022-11-21 00:51:17','3.34.132.242'),(360208,0,'admin','2022-11-21 00:51:18','3.34.132.242'),(360209,0,'admin','2022-11-21 00:51:19','3.34.132.242'),(360210,0,'admin','2022-11-21 00:51:21','3.34.132.242'),(360211,0,'admin','2022-11-21 00:51:22','3.34.132.242'),(360212,0,'admin','2022-11-21 00:51:23','3.34.132.242'),(360213,0,'admin','2022-11-21 00:51:24','3.34.132.242'),(360214,0,'admin','2022-11-21 00:51:25','3.34.132.242'),(360215,0,'admin','2022-11-21 00:51:26','3.34.132.242'),(360216,0,'ukdebtconsolidations.co.uk','2022-11-21 00:51:27','5.188.62.21'),(360217,0,'feed','2022-11-21 00:51:27','5.188.62.21'),(360218,0,'admin','2022-11-21 00:51:27','3.34.132.242'),(360219,0,'admin','2022-11-21 00:51:29','3.34.132.242'),(360220,0,'admin','2022-11-21 00:51:30','3.34.132.242'),(360221,0,'admin','2022-11-21 00:51:31','3.34.132.242'),(360222,0,'admin','2022-11-21 00:51:32','3.34.132.242'),(360223,0,'admin','2022-11-21 00:51:33','3.34.132.242'),(360224,0,'admin','2022-11-21 00:51:34','3.34.132.242'),(360225,0,'admin','2022-11-21 00:51:35','3.34.132.242'),(360226,0,'admin','2022-11-21 00:51:37','3.34.132.242'),(360227,0,'admin','2022-11-21 00:51:38','3.34.132.242'),(360228,0,'admin','2022-11-21 00:51:39','3.34.132.242'),(360229,0,'admin','2022-11-21 00:51:40','3.34.132.242'),(360230,0,'admin','2022-11-21 00:51:41','3.34.132.242'),(360231,0,'admin','2022-11-21 00:51:42','3.34.132.242'),(360232,0,'admin','2022-11-21 00:51:43','3.34.132.242'),(360233,0,'admin','2022-11-21 00:51:45','3.34.132.242'),(360234,0,'admin','2022-11-21 00:51:46','3.34.132.242'),(360235,0,'admin','2022-11-21 00:51:47','3.34.132.242'),(360236,0,'admin','2022-11-21 00:51:48','3.34.132.242'),(360237,0,'admin','2022-11-21 00:51:49','3.34.132.242'),(360238,0,'admin','2022-11-21 00:51:50','3.34.132.242'),(360239,0,'admin','2022-11-21 00:51:51','3.34.132.242'),(360240,0,'admin','2022-11-21 00:51:52','3.34.132.242'),(360241,0,'admin','2022-11-21 00:51:54','3.34.132.242'),(360242,0,'admin','2022-11-21 00:51:55','3.34.132.242'),(360243,0,'admin','2022-11-21 00:51:56','3.34.132.242'),(360244,0,'admin','2022-11-21 00:51:57','3.34.132.242'),(360245,0,'admin','2022-11-21 00:51:58','3.34.132.242'),(360246,0,'admin','2022-11-21 00:51:59','3.34.132.242'),(360247,0,'admin','2022-11-21 00:52:00','3.34.132.242'),(360248,0,'admin','2022-11-21 00:52:01','3.34.132.242'),(360249,0,'admin','2022-11-21 00:52:03','3.34.132.242'),(360250,0,'admin','2022-11-21 00:52:04','3.34.132.242'),(360251,0,'admin','2022-11-21 00:52:05','3.34.132.242'),(360252,0,'admin','2022-11-21 00:52:06','3.34.132.242'),(360253,0,'admin','2022-11-21 00:52:07','3.34.132.242'),(360254,0,'admin','2022-11-21 00:52:08','3.34.132.242'),(360255,0,'admin','2022-11-21 00:52:09','3.34.132.242'),(360256,0,'admin','2022-11-21 00:52:11','3.34.132.242'),(360257,0,'admin','2022-11-21 00:52:12','3.34.132.242'),(360258,0,'admin','2022-11-21 00:52:13','3.34.132.242'),(360259,0,'admin','2022-11-21 00:52:14','3.34.132.242'),(360260,0,'admin','2022-11-21 00:52:15','3.34.132.242'),(360261,0,'admin','2022-11-21 00:52:16','3.34.132.242'),(360262,0,'admin','2022-11-21 00:52:18','3.34.132.242'),(360263,0,'admin','2022-11-21 00:52:19','3.34.132.242'),(360264,0,'admin','2022-11-21 00:52:20','3.34.132.242'),(360265,0,'admin','2022-11-21 00:52:21','3.34.132.242'),(360266,0,'admin','2022-11-21 00:52:22','3.34.132.242'),(360267,0,'admin','2022-11-21 00:52:23','3.34.132.242'),(360268,0,'admin','2022-11-21 00:52:24','3.34.132.242'),(360269,0,'admin','2022-11-21 00:52:26','3.34.132.242'),(360270,0,'admin','2022-11-21 00:52:27','3.34.132.242'),(360271,0,'admin','2022-11-21 00:52:28','3.34.132.242'),(360272,0,'admin','2022-11-21 00:52:29','3.34.132.242'),(360273,0,'admin','2022-11-21 00:52:30','3.34.132.242'),(360274,0,'admin','2022-11-21 00:52:31','3.34.132.242'),(360275,0,'admin','2022-11-21 00:52:32','3.34.132.242'),(360276,0,'admin','2022-11-21 00:52:33','3.34.132.242'),(360277,0,'admin','2022-11-21 00:52:35','3.34.132.242'),(360278,0,'admin','2022-11-21 00:52:36','3.34.132.242'),(360279,0,'admin','2022-11-21 00:52:37','3.34.132.242'),(360280,0,'admin','2022-11-21 00:52:38','3.34.132.242'),(360281,0,'admin','2022-11-21 00:52:39','3.34.132.242'),(360282,0,'admin','2022-11-21 00:52:40','3.34.132.242'),(360283,0,'admin','2022-11-21 00:52:41','3.34.132.242'),(360284,0,'admin','2022-11-21 00:52:43','3.34.132.242'),(360285,0,'admin','2022-11-21 00:52:44','3.34.132.242'),(360286,0,'admin','2022-11-21 00:52:45','3.34.132.242'),(360287,0,'admin','2022-11-21 00:52:46','3.34.132.242'),(360288,0,'admin','2022-11-21 00:52:47','3.34.132.242'),(360289,0,'admin','2022-11-21 00:52:48','3.34.132.242'),(360290,0,'admin','2022-11-21 00:52:49','3.34.132.242'),(360291,0,'admin','2022-11-21 00:52:51','3.34.132.242'),(360292,0,'admin','2022-11-21 00:52:52','3.34.132.242'),(360293,0,'admin','2022-11-21 00:52:53','3.34.132.242'),(360294,0,'admin','2022-11-21 00:52:54','3.34.132.242'),(360295,0,'admin','2022-11-21 00:52:55','3.34.132.242'),(360296,0,'admin','2022-11-21 00:52:56','3.34.132.242'),(360297,0,'admin','2022-11-21 00:52:57','3.34.132.242'),(360298,0,'admin','2022-11-21 00:52:59','3.34.132.242'),(360299,0,'admin','2022-11-21 00:53:00','3.34.132.242'),(360300,0,'admin','2022-11-21 00:53:01','3.34.132.242'),(360301,0,'admin','2022-11-21 00:53:02','3.34.132.242'),(360302,0,'admin','2022-11-21 00:53:03','3.34.132.242'),(360303,0,'admin','2022-11-21 00:53:04','3.34.132.242'),(360304,0,'admin','2022-11-21 00:53:05','3.34.132.242'),(360305,0,'admin','2022-11-21 00:53:07','3.34.132.242'),(360306,0,'admin','2022-11-21 00:53:08','3.34.132.242'),(360307,0,'admin','2022-11-21 00:53:09','3.34.132.242'),(360308,0,'admin','2022-11-21 00:53:10','3.34.132.242'),(360309,0,'admin','2022-11-21 00:53:11','3.34.132.242'),(360310,0,'admin','2022-11-21 00:53:12','3.34.132.242'),(360311,0,'admin','2022-11-21 00:53:13','3.34.132.242'),(360312,0,'admin','2022-11-21 00:53:15','3.34.132.242'),(360313,0,'admin','2022-11-21 00:53:16','3.34.132.242'),(360314,0,'admin','2022-11-21 00:53:17','3.34.132.242'),(360315,0,'admin','2022-11-21 00:53:18','3.34.132.242'),(360316,0,'admin','2022-11-21 00:53:20','3.34.132.242'),(360317,0,'admin','2022-11-21 00:53:21','3.34.132.242'),(360318,0,'admin','2022-11-21 00:53:22','3.34.132.242'),(360319,0,'admin','2022-11-21 00:53:23','3.34.132.242'),(360320,0,'admin','2022-11-21 00:53:24','3.34.132.242'),(360321,0,'admin','2022-11-21 00:53:25','3.34.132.242'),(360322,0,'admin','2022-11-21 00:53:27','3.34.132.242'),(360323,0,'admin','2022-11-21 00:53:28','3.34.132.242'),(360324,0,'admin','2022-11-21 00:53:29','3.34.132.242'),(360325,0,'admin','2022-11-21 00:53:30','3.34.132.242'),(360326,0,'admin','2022-11-21 00:53:31','3.34.132.242'),(360327,0,'admin','2022-11-21 00:53:32','3.34.132.242'),(360328,0,'admin','2022-11-21 00:53:33','3.34.132.242'),(360329,0,'admin','2022-11-21 00:53:35','3.34.132.242'),(360330,0,'admin','2022-11-21 00:53:36','3.34.132.242'),(360331,0,'admin','2022-11-21 00:53:37','3.34.132.242'),(360332,0,'admin','2022-11-21 00:53:38','3.34.132.242'),(360333,0,'admin','2022-11-21 00:53:39','3.34.132.242'),(360334,0,'admin','2022-11-21 00:53:40','3.34.132.242'),(360335,0,'admin','2022-11-21 00:53:41','3.34.132.242'),(360336,0,'admin','2022-11-21 00:53:43','3.34.132.242'),(360337,0,'admin','2022-11-21 00:53:44','3.34.132.242'),(360338,0,'admin','2022-11-21 00:53:45','3.34.132.242'),(360339,0,'admin','2022-11-21 00:53:46','3.34.132.242'),(360340,0,'admin','2022-11-21 00:53:47','3.34.132.242'),(360341,0,'admin','2022-11-21 00:53:48','3.34.132.242'),(360342,0,'admin','2022-11-21 00:53:49','3.34.132.242'),(360343,0,'admin','2022-11-21 00:53:51','3.34.132.242'),(360344,0,'admin','2022-11-21 00:53:52','3.34.132.242'),(360345,0,'admin','2022-11-21 00:53:53','3.34.132.242'),(360346,0,'admin','2022-11-21 00:53:54','3.34.132.242'),(360347,0,'admin','2022-11-21 00:53:55','3.34.132.242'),(360348,0,'admin','2022-11-21 00:53:56','3.34.132.242'),(360349,0,'admin','2022-11-21 00:53:57','3.34.132.242'),(360350,0,'admin','2022-11-21 00:53:58','3.34.132.242'),(360351,0,'admin','2022-11-21 00:54:00','3.34.132.242'),(360352,0,'admin','2022-11-21 00:54:01','3.34.132.242'),(360353,0,'admin','2022-11-21 00:54:02','3.34.132.242'),(360354,0,'admin','2022-11-21 00:54:03','3.34.132.242'),(360355,0,'admin','2022-11-21 00:54:04','3.34.132.242'),(360356,0,'admin','2022-11-21 00:54:05','3.34.132.242'),(360357,0,'admin','2022-11-21 00:54:06','3.34.132.242'),(360358,0,'admin','2022-11-21 00:54:08','3.34.132.242'),(360359,0,'admin','2022-11-21 00:54:09','3.34.132.242'),(360360,0,'admin','2022-11-21 00:54:10','3.34.132.242'),(360361,0,'admin','2022-11-21 00:54:11','3.34.132.242'),(360362,0,'admin','2022-11-21 00:54:12','3.34.132.242'),(360363,0,'admin','2022-11-21 00:54:13','3.34.132.242'),(360364,0,'admin','2022-11-21 00:54:14','3.34.132.242'),(360365,0,'admin','2022-11-21 00:54:16','3.34.132.242'),(360366,0,'admin','2022-11-21 00:54:17','3.34.132.242'),(360367,0,'admin','2022-11-21 00:54:18','3.34.132.242'),(360368,0,'admin','2022-11-21 00:54:19','3.34.132.242'),(360369,0,'admin','2022-11-21 00:54:20','3.34.132.242'),(360370,0,'admin','2022-11-21 00:54:21','3.34.132.242'),(360371,0,'admin','2022-11-21 00:54:22','3.34.132.242'),(360372,0,'admin','2022-11-21 00:54:24','3.34.132.242'),(360373,0,'admin','2022-11-21 00:54:25','3.34.132.242'),(360374,0,'admin','2022-11-21 00:54:26','3.34.132.242'),(360375,0,'admin','2022-11-21 00:54:27','3.34.132.242'),(360376,0,'admin','2022-11-21 00:54:28','3.34.132.242'),(360377,0,'admin','2022-11-21 00:54:29','3.34.132.242'),(360378,0,'admin','2022-11-21 00:54:30','3.34.132.242'),(360379,0,'admin','2022-11-21 00:54:32','3.34.132.242'),(360380,0,'admin','2022-11-21 00:54:33','3.34.132.242'),(360381,0,'admin','2022-11-21 00:54:34','3.34.132.242'),(360382,0,'admin','2022-11-21 00:54:35','3.34.132.242'),(360383,0,'admin','2022-11-21 00:54:36','3.34.132.242'),(360384,0,'admin','2022-11-21 00:54:37','3.34.132.242'),(360385,0,'admin','2022-11-21 00:54:38','3.34.132.242'),(360386,0,'admin','2022-11-21 00:54:40','3.34.132.242'),(360387,0,'admin','2022-11-21 00:54:41','3.34.132.242'),(360388,0,'admin','2022-11-21 00:54:42','3.34.132.242'),(360389,0,'admin','2022-11-21 00:54:43','3.34.132.242'),(360390,0,'admin','2022-11-21 00:54:44','3.34.132.242'),(360391,0,'admin','2022-11-21 00:54:45','3.34.132.242'),(360392,0,'admin','2022-11-21 00:54:47','3.34.132.242'),(360393,0,'admin','2022-11-21 00:54:48','3.34.132.242'),(360394,0,'admin','2022-11-21 00:54:49','3.34.132.242'),(360395,0,'admin','2022-11-21 00:54:50','3.34.132.242'),(360396,0,'admin','2022-11-21 00:54:51','3.34.132.242'),(360397,0,'admin','2022-11-21 00:54:52','3.34.132.242'),(360398,0,'admin','2022-11-21 00:54:54','3.34.132.242'),(360399,0,'admin','2022-11-21 00:54:55','3.34.132.242'),(360400,0,'admin','2022-11-21 00:54:56','3.34.132.242'),(360401,0,'ukdebtconsolidations-co-uk','2022-11-21 01:01:45','81.88.52.8'),(360402,0,'feed','2022-11-21 01:09:40','164.46.122.50'),(360403,0,'12345','2022-11-21 01:16:36','3.105.24.56'),(360404,0,'ukdebtconsolidations-co-uk','2022-11-21 01:22:44','145.239.30.120'),(360405,0,'feed','2022-11-21 01:30:26','47.114.72.18'),(360406,0,'ukdebtconsolidations.co.uk','2022-11-21 01:32:49','5.188.62.174'),(360407,0,'feed','2022-11-21 01:32:51','5.188.62.174'),(360408,0,'ukdebtconsolidations-co-uk','2022-11-21 01:43:29','47.242.11.139'),(360409,0,'Orders','2022-11-21 01:45:09','185.119.81.96'),(360410,0,'feed','2022-11-21 01:51:09','159.203.120.246'),(360411,0,'ukdebtconsolidations-co-uk','2022-11-21 02:04:06','157.230.15.115'),(360412,0,'ukdebtconsolidations.co.uk','2022-11-21 02:06:36','5.188.62.174'),(360413,0,'feed','2022-11-21 02:06:37','5.188.62.174'),(360414,0,'admin','2022-11-21 02:08:24','173.82.106.128'),(360415,0,'feed','2022-11-21 02:11:52','197.155.158.21'),(360416,0,'ukdebtconsolidations-co-uk','2022-11-21 02:24:53','45.55.44.23'),(360417,0,'feed','2022-11-21 02:32:36','178.217.190.82'),(360418,0,'ukdebtconsolidations-co-uk','2022-11-21 02:45:49','51.91.151.60'),(360419,0,'feed','2022-11-21 02:53:37','217.76.155.6'),(360420,0,'ukdebtconsolidations-co-uk','2022-11-21 03:07:09','150.109.148.216'),(360421,0,'ukdebtconsolidations-co-uk','2022-11-21 03:29:02','44.208.152.20'),(360422,0,'feed','2022-11-21 03:37:10','195.154.184.235'),(360423,0,'xiaomei','2022-11-21 03:43:01','103.124.95.20'),(360424,0,'ukdebtconsolidations-co-uk','2022-11-21 03:50:45','109.168.97.89'),(360425,0,'feed','2022-11-21 03:58:55','47.105.73.13'),(360426,0,'ukdebtconsolidations-co-uk','2022-11-21 04:13:11','23.97.205.210'),(360427,0,'mamah','2022-11-21 04:20:21','194.69.36.76'),(360428,0,'feed','2022-11-21 04:21:17','120.25.104.120'),(360429,0,'payments@ridingtherhino.co.uk','2022-11-21 04:35:07','185.119.81.107'),(360430,0,'ukdebtconsolidations-co-uk','2022-11-21 04:35:56','106.52.120.186'),(360431,0,'ukdebtconsolidations.co.uk','2022-11-21 04:38:41','5.188.62.21'),(360432,0,'feed','2022-11-21 04:38:42','5.188.62.21'),(360433,0,'feed','2022-11-21 04:43:57','61.219.43.253'),(360434,0,'administrator','2022-11-21 04:53:39','68.183.85.239'),(360435,0,'ukdebtconsolidations-co-uk','2022-11-21 04:57:52','159.203.120.246'),(360436,0,'admin','2022-11-21 05:02:44','216.172.172.50'),(360437,0,'tidarat','2022-11-21 05:05:04','67.227.228.177'),(360438,0,'feed','2022-11-21 05:06:14','82.166.39.15'),(360439,0,'admin','2022-11-21 05:09:43','35.213.170.208'),(360440,0,'ukdebtconsolidations-co-uk','2022-11-21 05:18:04','159.65.233.52'),(360441,0,'ukdebtconsolidations-co-uk','2022-11-21 05:20:20','138.68.96.111'),(360442,0,'ukdebtconsolidations-co-uk','2022-11-21 05:26:20','166.62.103.104'),(360443,0,'feed','2022-11-21 05:28:30','207.46.234.202'),(360444,0,'ukdebtconsolidations-co-uk','2022-11-21 05:35:10','79.137.65.198'),(360445,0,'admin','2022-11-21 05:37:04','185.119.81.107'),(360446,0,'ukdebtconsolidations.co.uk','2022-11-21 05:37:21','5.188.62.21'),(360447,0,'feed','2022-11-21 05:37:28','5.188.62.21'),(360448,0,'ukdebtconsolidations-co-uk','2022-11-21 05:42:23','103.129.222.91'),(360449,0,'ukdebtconsolidations-co-uk','2022-11-21 05:44:20','139.59.66.182'),(360450,0,'feed','2022-11-21 05:50:36','103.130.218.189'),(360451,0,'ukdebtconsolidations-co-uk','2022-11-21 05:53:41','167.86.98.167'),(360452,0,'payments@ridingtherhino.co.uk','2022-11-21 05:57:30','185.119.81.98'),(360453,0,'ukdebtconsolidations-co-uk','2022-11-21 06:03:23','194.163.129.107'),(360454,0,'ukdebtconsolidations-co-uk','2022-11-21 06:04:32','138.68.96.111'),(360455,0,'webadmin','2022-11-21 06:05:19','185.65.137.102'),(360456,0,'feed','2022-11-21 06:12:54','124.153.66.86'),(360457,0,'ukdebtconsolidations-co-uk','2022-11-21 06:13:08','175.178.160.253'),(360458,0,'ukdebtconsolidations-co-uk','2022-11-21 06:23:54','103.74.120.192'),(360459,0,'ukdebtconsolidations-co-uk','2022-11-21 06:34:30','212.38.40.215'),(360460,0,'feed','2022-11-21 06:35:22','159.203.143.36'),(360461,0,'ukdebtconsolidations-co-uk','2022-11-21 06:44:58','124.70.98.118'),(360462,0,'payments','2022-11-21 06:47:40','185.119.81.96'),(360463,0,'ukdebtconsolidations-co-uk','2022-11-21 06:49:44','124.153.66.86'),(360464,0,'ukdebtconsolidations-co-uk','2022-11-21 06:55:05','42.200.109.156'),(360465,0,'feed','2022-11-21 06:58:03','54.37.156.240'),(360466,0,'ukdebtconsolidations-co-uk','2022-11-21 07:06:35','188.209.152.115'),(360467,0,'ukdebtconsolidations-co-uk','2022-11-21 07:12:22','178.128.167.203'),(360468,0,'ukdebtconsolidations-co-uk','2022-11-21 07:17:19','151.106.35.235'),(360469,0,'feed','2022-11-21 07:20:42','166.62.125.246'),(360470,0,'1234567890','2022-11-21 07:25:51','149.28.187.204'),(360471,0,'ukdebtconsolidations-co-uk','2022-11-21 07:28:03','87.106.228.6'),(360472,0,'ukdebtconsolidations-co-uk','2022-11-21 07:34:39','167.99.228.9'),(360473,0,'ukdebtconsolidations-co-uk','2022-11-21 07:39:22','35.233.164.145'),(360474,0,'feed','2022-11-21 07:42:48','157.245.204.23'),(360475,0,'ukdebtconsolidations-co-uk','2022-11-21 07:50:31','198.136.54.132'),(360476,0,'anna','2022-11-21 07:53:49','185.233.116.44'),(360477,0,'ukdebtconsolidations-co-uk','2022-11-21 07:56:54','103.114.35.88'),(360478,0,'ukdebtconsolidations-co-uk','2022-11-21 08:01:50','162.240.211.236'),(360479,0,'12345','2022-11-21 08:03:47','77.221.130.86'),(360480,0,'feed','2022-11-21 08:05:18','157.245.204.23'),(360481,0,'ukdebtconsolidations-co-uk','2022-11-21 08:13:36','185.104.44.58'),(360482,0,'ukdebtconsolidations.co.uk','2022-11-21 08:14:14','5.188.62.21'),(360483,0,'feed','2022-11-21 08:14:19','5.188.62.21'),(360484,0,'ukdebtconsolidations-co-uk','2022-11-21 08:19:23','150.109.148.216'),(360485,0,'Ukdebtconsolidations.co.uk','2022-11-21 08:21:05','5.188.62.21'),(360486,0,'Feed','2022-11-21 08:21:06','5.188.62.21'),(360487,0,'feed','2022-11-21 08:27:29','23.97.205.210'),(360488,0,'user','2022-11-21 08:29:28','95.216.225.240'),(360489,0,'admin919','2022-11-21 08:33:11','185.233.36.233'),(360490,0,'ukdebtconsolidations-co-uk','2022-11-21 08:36:58','194.233.69.10'),(360491,0,'ukdebtconsolidations.co.uk','2022-11-21 08:38:43','5.188.62.76'),(360492,0,'feed','2022-11-21 08:38:44','5.188.62.76'),(360493,0,'ukdebtconsolidations-co-uk','2022-11-21 08:41:00','69.163.207.121'),(360494,0,'proog','2022-11-21 08:42:42','185.65.137.102'),(360495,0,'ukdebtconsolidations-co-uk','2022-11-21 08:48:40','116.62.49.96'),(360496,0,'feed','2022-11-21 08:49:15','173.236.224.113'),(360497,0,'payments@ridingtherhino.co.uk','2022-11-21 08:54:25','185.119.81.98'),(360498,0,'rgadmin','2022-11-21 08:55:16','159.223.231.91'),(360499,0,'ukdebtconsolidations-co-uk','2022-11-21 09:00:50','178.128.209.28'),(360500,0,'test1234','2022-11-21 09:01:08','185.126.219.61'),(360501,0,'ukdebtconsolidations-co-uk','2022-11-21 09:04:09','173.236.224.113'),(360502,0,'feed','2022-11-21 09:12:29','77.240.13.186'),(360503,0,'ukdebtconsolidations-co-uk','2022-11-21 09:12:59','139.180.169.229'),(360504,0,'ukdebtconsolidations.co.uk','2022-11-21 09:19:50','5.188.62.21'),(360505,0,'feed','2022-11-21 09:19:53','5.188.62.21'),(360506,0,'ukdebtconsolidations-co-uk','2022-11-21 09:25:26','162.241.104.29'),(360507,0,'feed','2022-11-21 09:35:06','115.79.139.135'),(360508,0,'ukdebtconsolidations-co-uk','2022-11-21 09:37:24','34.64.218.102'),(360509,0,'ukdebtconsolidations-co-uk','2022-11-21 09:49:21','47.111.116.44'),(360510,0,'ukdebtconsolidations-co-uk','2022-11-21 09:49:45','35.213.170.208'),(360511,0,'feed','2022-11-21 09:57:38','173.236.224.113'),(360512,0,'ukdebtconsolidations.co.uk','2022-11-21 09:58:18','5.188.62.21'),(360513,0,'feed','2022-11-21 09:58:18','5.188.62.21'),(360514,0,'ukdebtconsolidations-co-uk','2022-11-21 10:09:51','209.124.90.80'),(360515,0,'feed','2022-11-21 10:21:20','157.245.207.53'),(360516,0,'ukdebtconsolidations-co-uk','2022-11-21 10:32:48','103.30.212.11'),(360517,0,'payments@ridingtherhino.co.uk','2022-11-21 10:45:14','185.119.81.107'),(360518,0,'ukdebtconsolidations.co.uk','2022-11-21 10:54:21','5.188.62.140'),(360519,0,'feed','2022-11-21 10:54:22','5.188.62.140'),(360520,0,'admin','2022-11-21 10:56:35','80.251.219.111'),(360521,0,'ukdebtconsolidations-co-uk','2022-11-21 10:59:27','103.31.249.221'),(360522,0,'feed','2022-11-21 11:08:10','164.132.170.4'),(360523,0,'admin','2022-11-21 11:19:53','194.163.132.194'),(360524,0,'feed','2022-11-21 11:31:15','195.154.184.235'),(360525,0,'steve','2022-11-21 11:31:42','95.59.26.9'),(360526,0,'ukdebtconsolidations-co-uk','2022-11-21 11:46:06','143.244.155.35'),(360527,0,'feed','2022-11-21 11:54:43','47.111.116.44'),(360528,0,'DIY','2022-11-21 11:56:34','185.119.81.98'),(360529,0,'wadminw','2022-11-21 12:01:34','130.61.143.194'),(360530,0,'ukdebtconsolidations.co.uk','2022-11-21 12:04:29','5.188.62.21'),(360531,0,'feed','2022-11-21 12:04:31','5.188.62.21'),(360532,0,'feed','2022-11-21 12:18:48','185.2.4.56'),(360533,0,'wwwadmin','2022-11-21 12:25:43','203.112.72.51'),(360534,0,'ukdebtconsolidations-co-uk','2022-11-21 12:34:01','185.2.4.33'),(360535,0,'wadminw','2022-11-21 12:42:57','42.200.109.156'),(360536,0,'feed','2022-11-21 12:43:05','133.130.103.36'),(360537,0,'jane','2022-11-21 12:44:30','185.233.116.44'),(360538,0,'payments','2022-11-21 12:45:52','185.119.81.96'),(360539,0,'ukdebtconsolidations.co.uk','2022-11-21 12:54:33','5.188.62.76'),(360540,0,'feed','2022-11-21 12:54:37','5.188.62.76'),(360541,0,'wwwadmin','2022-11-21 12:55:45','111.90.145.188'),(360542,0,'marina','2022-11-21 12:56:02','36.91.100.149'),(360543,0,'ukdebtconsolidations-co-uk','2022-11-21 12:59:16','45.55.44.23'),(360544,0,'ukdebtconsolidations.co.uk','2022-11-21 12:59:36','5.188.62.174'),(360545,0,'feed','2022-11-21 12:59:38','5.188.62.174'),(360546,0,'feed','2022-11-21 13:09:23','93.114.185.76'),(360547,0,'guest','2022-11-21 13:12:31','159.69.212.183'),(360548,0,'ukdebtconsolidations-co-uk','2022-11-21 13:25:02','75.119.135.205'),(360549,0,'ukdebtconsolidations-co-uk','2022-11-21 13:30:58','206.108.48.146'),(360550,0,'feed','2022-11-21 13:33:53','124.153.66.86'),(360551,0,'ukdebtconsolidations-co-uk','2022-11-21 13:43:59','116.118.50.135'),(360552,0,'ukdebtconsolidations-co-uk','2022-11-21 13:49:34','178.128.5.109'),(360553,0,'ukdebtconsolidations-co-uk','2022-11-21 13:57:17','40.122.149.171'),(360554,0,'feed','2022-11-21 13:58:45','51.91.151.60'),(360555,0,'ukdebtconsolidations-co-uk','2022-11-21 14:10:25','116.62.155.4'),(360556,0,'ukdebtconsolidations-co-uk','2022-11-21 14:14:41','46.105.29.21'),(360557,0,'ukdebtconsolidations-co-uk','2022-11-21 14:23:56','213.149.103.132'),(360558,0,'ukdebtconsolidations-co-uk','2022-11-21 14:37:17','190.92.159.48'),(360559,0,'ukdebtconsolidations-co-uk','2022-11-21 14:38:48','144.126.140.128'),(360560,0,'feed','2022-11-21 14:47:32','45.120.69.121'),(360561,0,'marina','2022-11-21 15:03:58','77.68.122.133'),(360562,0,'ukdebtconsolidations-co-uk','2022-11-21 15:04:39','162.240.215.177'),(360563,0,'ukdebtconsolidations.co.uk','2022-11-21 15:11:19','5.188.62.76'),(360564,0,'feed','2022-11-21 15:11:20','5.188.62.76'),(360565,0,'feed','2022-11-21 15:11:22','54.37.235.96'),(360566,0,'ukdebtconsolidations-co-uk','2022-11-21 15:18:23','31.172.80.137'),(360567,0,'ukdebtconsolidations-co-uk','2022-11-21 15:31:52','134.209.105.240'),(360568,0,'ukdebtconsolidations.co.uk','2022-11-21 15:47:57','5.188.62.21'),(360569,0,'feed','2022-11-21 15:47:58','5.188.62.21'),(360570,0,'test','2022-11-21 15:59:49','164.90.170.66'),(360571,0,'seamus','2022-11-21 16:22:26','31.131.250.236'),(360572,0,'erwan','2022-11-21 16:34:08','195.161.114.5'),(360573,0,'learner','2022-11-21 16:56:42','135.181.60.103'),(360574,0,'ukdebtconsolidations.co.uk','2022-11-21 17:23:58','5.188.62.76'),(360575,0,'feed','2022-11-21 17:24:09','5.188.62.76'),(360576,0,'vernon','2022-11-21 17:45:57','95.217.149.71'),(360577,0,'ukdebtconsolidations.co.uk','2022-11-21 18:48:22','5.188.62.140'),(360578,0,'feed','2022-11-21 18:48:22','5.188.62.140'),(360579,0,'admin','2022-11-21 18:53:25','185.119.81.98'),(360580,0,'viewer','2022-11-21 18:56:12','52.165.17.200'),(360581,0,'feed','2022-11-21 19:35:18','5.188.62.21'),(360582,0,'ukdebtconsolidations.co.uk','2022-11-21 19:35:18','5.188.62.21'),(360583,0,'adminnew','2022-11-21 19:58:40','178.128.31.204'),(360584,0,'ukdebtconsolidations-co-uk','2022-11-21 20:22:43','199.195.254.123'),(360585,0,'shan','2022-11-21 20:58:36','45.138.74.127'),(360586,0,'admin1','2022-11-21 21:11:56','92.204.128.97'),(360587,0,'ukdebtconsolidations.co.uk','2022-11-21 21:24:09','5.188.62.76'),(360588,0,'feed','2022-11-21 21:24:17','5.188.62.76'),(360589,0,'admin','2022-11-21 22:11:35','45.89.236.71'),(360590,0,'payments','2022-11-21 22:19:31','185.119.81.107'),(360591,0,'admin','2022-11-21 22:28:59','104.248.112.213'),(360592,0,'ukdebtconsolidations-co-uk','2022-11-21 22:47:38','194.163.129.107'),(360593,0,'ukdebtconsolidations-co-uk','2022-11-21 23:06:06','35.213.170.208'),(360594,0,'payments','2022-11-21 23:07:08','185.119.81.103'),(360595,0,'malivai','2022-11-21 23:19:12','185.233.36.233'),(360596,0,'ukdebtconsolidations.co.uk','2022-11-21 23:20:18','5.188.62.21'),(360597,0,'feed','2022-11-21 23:20:19','5.188.62.21'),(360598,0,'ukdebtconsolidations-co-uk','2022-11-21 23:24:30','151.80.20.26'),(360599,0,'adminnew','2022-11-21 23:32:38','68.183.85.239'),(360600,0,'payments@ridingtherhino.co.uk','2022-11-21 23:35:26','185.119.81.103'),(360601,0,'ukdebtconsolidations-co-uk','2022-11-21 23:42:53','103.153.214.231'),(360602,0,'payments','2022-11-21 23:50:58','185.119.81.98'),(360603,0,'ukdebtconsolidations-co-uk','2022-11-22 00:02:18','142.4.1.45'),(360604,0,'ukdebtconsolidations-co-uk','2022-11-22 00:21:20','198.187.28.97'),(360605,0,'hamid','2022-11-22 00:28:39','194.69.36.76'),(360606,0,'cem','2022-11-22 00:37:54','45.148.123.130'),(360607,0,'ukdebtconsolidations-co-uk','2022-11-22 00:40:46','54.38.44.6'),(360608,0,'ukdebtconsolidations-co-uk','2022-11-22 01:01:01','162.240.211.236'),(360609,0,'administrator','2022-11-22 01:08:48','91.206.200.87'),(360610,0,'phlox','2022-11-22 01:09:04','142.132.194.96'),(360611,0,'ukdebtconsolidations-co-uk','2022-11-22 01:20:45','103.74.120.192'),(360612,0,'hwz','2022-11-22 01:35:55','68.183.85.239'),(360613,0,'ukdebtconsolidations-co-uk','2022-11-22 01:40:37','148.72.211.177'),(360614,0,'ukdebtconsolidations-co-uk','2022-11-22 02:00:27','54.38.44.6'),(360615,0,'ukdebtconsolidations-co-uk','2022-11-22 02:21:47','178.124.210.118'),(360616,0,'payments@ridingtherhino.co.uk','2022-11-22 02:22:13','185.119.81.107'),(360617,0,'ukdebtconsolidations-co-uk','2022-11-22 02:43:07','139.59.117.30'),(360618,0,'admin','2022-11-22 03:04:02','185.119.81.109'),(360619,0,'ukdebtconsolidations.co.uk','2022-11-22 03:04:11','5.188.62.21'),(360620,0,'feed','2022-11-22 03:04:12','5.188.62.21'),(360621,0,'ukdebtconsolidations-co-uk','2022-11-22 03:04:25','54.38.44.6'),(360622,0,'payments','2022-11-22 03:06:08','185.119.81.103'),(360623,0,'ukdebtconsolidations-co-uk','2022-11-22 03:52:25','162.241.226.109'),(360624,0,'ukdebtconsolidations-co-uk','2022-11-22 04:07:42','69.89.27.23'),(360625,0,'ukdebtconsolidations-co-uk','2022-11-22 04:16:23','185.49.20.77'),(360626,0,'ukdebtconsolidations-co-uk','2022-11-22 04:23:27','64.227.162.186'),(360627,0,'ukdebtconsolidations-co-uk','2022-11-22 04:30:17','67.222.131.158'),(360628,0,'ukdebtconsolidations-co-uk','2022-11-22 04:37:43','31.172.80.137'),(360629,0,'ukdebtconsolidations-co-uk','2022-11-22 04:43:27','162.214.80.88'),(360630,0,'payments','2022-11-22 04:45:49','185.119.81.109'),(360631,0,'ukdebtconsolidations-co-uk','2022-11-22 04:49:18','111.90.150.36'),(360632,0,'ukdebtconsolidations-co-uk','2022-11-22 04:56:09','103.21.58.122'),(360633,0,'ukdebtconsolidations-co-uk','2022-11-22 05:01:52','125.227.127.195'),(360634,0,'ukdebtconsolidations-co-uk','2022-11-22 05:09:09','199.79.62.17'),(360635,0,'payments','2022-11-22 05:12:25','185.119.81.107'),(360636,0,'ukdebtconsolidations-co-uk','2022-11-22 05:15:04','35.201.224.83'),(360637,0,'enamad','2022-11-22 05:21:34','195.161.114.5'),(360638,0,'ukdebtconsolidations-co-uk','2022-11-22 05:21:41','208.109.11.58'),(360639,0,'ukdebtconsolidations-co-uk','2022-11-22 05:28:16','206.189.191.95'),(360640,0,'ukdebtconsolidations-co-uk','2022-11-22 05:34:21','148.72.214.59'),(360641,0,'ukdebtconsolidations-co-uk','2022-11-22 05:40:49','190.107.177.243'),(360642,0,'ukdebtconsolidations-co-uk','2022-11-22 05:47:22','39.101.205.176'),(360643,0,'ukdebtconsolidations-co-uk','2022-11-22 05:53:06','139.59.5.27'),(360644,0,'ukdebtconsolidations-co-uk','2022-11-22 05:59:28','50.87.248.38'),(360645,0,'ukdebtconsolidations-co-uk','2022-11-22 06:04:51','43.153.168.248'),(360646,0,'guest','2022-11-22 06:08:48','185.65.238.178'),(360647,0,'ukdebtconsolidations-co-uk','2022-11-22 06:10:41','198.211.115.226'),(360648,0,'ukdebtconsolidations-co-uk','2022-11-22 06:16:19','162.214.123.41'),(360649,0,'ukdebtconsolidations.co.uk','2022-11-22 06:18:07','5.188.62.21'),(360650,0,'feed','2022-11-22 06:18:08','5.188.62.21'),(360651,0,'feed','2022-11-22 06:18:50','5.188.62.26'),(360652,0,'ukdebtconsolidations.co.uk','2022-11-22 06:18:50','5.188.62.26'),(360653,0,'ukdebtconsolidations-co-uk','2022-11-22 06:21:31','81.68.87.46'),(360654,0,'mamah','2022-11-22 06:26:41','52.165.17.200'),(360655,0,'feed','2022-11-22 06:30:50','178.128.5.109'),(360656,0,'ukdebtconsolidations-co-uk','2022-11-22 06:32:33','157.230.15.115'),(360657,0,'ukdebtconsolidations-co-uk','2022-11-22 06:32:57','142.4.1.45'),(360658,0,'ukdebtconsolidations-co-uk','2022-11-22 06:38:38','177.222.54.214'),(360659,0,'ukdebtconsolidations-co-uk','2022-11-22 06:44:41','139.59.7.75'),(360660,0,'ukdebtconsolidations.co.uk','2022-11-22 06:45:51','5.188.62.21'),(360661,0,'feed','2022-11-22 06:45:52','5.188.62.21'),(360662,0,'ukdebtconsolidations-co-uk','2022-11-22 06:50:40','216.245.215.122'),(360663,0,'administrador','2022-11-22 06:54:37','86.126.143.196'),(360664,0,'ukdebtconsolidations-co-uk','2022-11-22 06:56:55','83.143.116.3'),(360665,0,'Homeowners','2022-11-22 06:59:30','185.119.81.103'),(360666,0,'ukdebtconsolidations-co-uk','2022-11-22 07:03:03','142.4.1.45'),(360667,0,'ukdebtconsolidations-co-uk','2022-11-22 07:09:05','148.72.211.177'),(360668,0,'ukdebtconsolidations-co-uk','2022-11-22 07:15:29','103.153.214.231'),(360669,0,'payments','2022-11-22 07:19:39','185.119.81.109'),(360670,0,'ukdebtconsolidations-co-uk','2022-11-22 07:26:22','45.125.239.179'),(360671,0,'feed','2022-11-22 07:28:53','118.24.106.172'),(360672,0,'ukdebtconsolidations-co-uk','2022-11-22 07:30:43','62.210.209.30'),(360673,0,'ukdebtconsolidations-co-uk','2022-11-22 07:33:01','35.213.170.208'),(360674,0,'admin','2022-11-22 07:39:52','213.149.103.132'),(360675,0,'admin','2022-11-22 07:46:45','192.210.196.65'),(360676,0,'admin','2022-11-22 07:53:15','148.72.244.53'),(360677,0,'payments','2022-11-22 07:55:48','185.119.81.103'),(360678,0,'admin','2022-11-22 08:00:20','20.109.101.102'),(360679,0,'admin','2022-11-22 08:07:30','95.167.178.158'),(360680,0,'admin','2022-11-22 08:14:15','103.146.202.150'),(360681,0,'admin','2022-11-22 08:21:37','177.52.160.29'),(360682,0,'ukdebtconsolidations-co-uk','2022-11-22 08:29:15','67.205.11.198'),(360683,0,'admin','2022-11-22 08:29:18','159.65.239.34'),(360684,0,'badminton','2022-11-22 08:29:51','77.244.214.239'),(360685,0,'admin','2022-11-22 08:36:35','206.189.163.232'),(360686,0,'admin','2022-11-22 08:44:05','40.122.149.171'),(360687,0,'rgadmin','2022-11-22 08:47:44','164.52.208.63'),(360688,0,'admin','2022-11-22 08:51:30','93.180.133.8'),(360689,0,'admin','2022-11-22 08:59:03','206.108.48.146'),(360690,0,'admin','2022-11-22 09:06:25','128.199.60.194'),(360691,0,'admin','2022-11-22 09:13:59','103.129.178.69'),(360692,0,'admin','2022-11-22 09:21:58','206.108.48.146'),(360693,0,'amperio','2022-11-22 09:22:41','34.96.143.131'),(360694,0,'admin','2022-11-22 09:29:53','104.219.251.247'),(360695,0,'feed','2022-11-22 09:30:11','206.189.129.168'),(360696,0,'ukdebtconsolidations-co-uk','2022-11-22 09:31:53','47.115.24.165'),(360697,0,'admin','2022-11-22 09:37:37','45.123.203.26'),(360698,0,'payments@ridingtherhino.co.uk','2022-11-22 09:40:59','185.119.81.109'),(360699,0,'admin','2022-11-22 09:45:35','35.201.224.83'),(360700,0,'admin','2022-11-22 09:53:57','20.109.101.102'),(360701,0,'admin','2022-11-22 10:02:07','103.101.225.11'),(360702,0,'admin','2022-11-22 10:10:05','45.125.239.179'),(360703,0,'admin','2022-11-22 10:17:31','185.119.81.109'),(360704,0,'admin','2022-11-22 10:18:41','103.121.90.150'),(360705,0,'admin','2022-11-22 10:27:54','150.230.247.143'),(360706,0,'ukdebtconsolidations.co.uk','2022-11-22 10:29:40','5.188.62.21'),(360707,0,'feed','2022-11-22 10:29:40','5.188.62.21'),(360708,0,'feed','2022-11-22 10:30:44','125.227.127.195'),(360709,0,'ukdebtconsolidations-co-uk','2022-11-22 10:32:27','159.65.200.228'),(360710,0,'admin','2022-11-22 10:36:55','137.184.140.67'),(360711,0,'admin','2022-11-22 10:45:36','198.187.28.97'),(360712,0,'letter','2022-11-22 10:45:43','185.119.81.109'),(360713,0,'hamid','2022-11-22 10:45:45','20.198.103.233'),(360714,0,'xiaomei','2022-11-22 10:50:36','185.69.154.241'),(360715,0,'admin','2022-11-22 10:54:39','167.86.109.138'),(360716,0,'editor','2022-11-22 11:00:45','34.87.94.148'),(360717,0,'admin','2022-11-22 11:03:21','177.52.160.29'),(360718,0,'admin','2022-11-22 11:12:21','34.68.97.70'),(360719,0,'pkroll','2022-11-22 11:13:59','194.67.64.50'),(360720,0,'admin','2022-11-22 11:20:48','103.35.64.73'),(360721,0,'feed','2022-11-22 11:28:02','209.97.162.248'),(360722,0,'marina','2022-11-22 11:28:18','185.233.116.44'),(360723,0,'ukdebtconsolidations-co-uk','2022-11-22 11:29:47','120.27.133.69'),(360724,0,'wadminw','2022-11-22 11:31:11','166.62.103.104'),(360725,0,'payments@ridingtherhino.co.uk','2022-11-22 11:31:26','185.119.81.103'),(360726,0,'ukdebtconsolidations.co.uk','2022-11-22 11:36:03','5.188.62.26'),(360727,0,'feed','2022-11-22 11:36:03','5.188.62.26'),(360728,0,'garak','2022-11-22 11:39:27','77.247.243.250'),(360729,0,'wwwadmin','2022-11-22 11:40:24','139.59.20.111'),(360730,0,'payments','2022-11-22 12:02:32','185.119.81.107'),(360731,0,'wadminw','2022-11-22 12:03:18','72.9.158.112'),(360732,0,'payments','2022-11-22 12:08:45','185.119.81.103'),(360733,0,'wwwadmin','2022-11-22 12:21:54','200.85.152.184'),(360734,0,'feed','2022-11-22 12:25:20','23.99.229.218'),(360735,0,'ukdebtconsolidations-co-uk','2022-11-22 12:27:02','64.227.183.25'),(360736,0,'admin','2022-11-22 12:35:01','142.4.1.45'),(360737,0,'admin','2022-11-22 12:45:10','103.74.120.192'),(360738,0,'ukdebtconsolidations-co-uk','2022-11-22 12:55:12','104.219.251.247'),(360739,0,'payments@ridingtherhino.co.uk','2022-11-22 13:02:00','185.119.81.107'),(360740,0,'ukdebtconsolidations-co-uk','2022-11-22 13:05:13','128.199.109.135'),(360741,0,'ukdebtconsolidations-co-uk','2022-11-22 13:15:38','209.17.114.78'),(360742,0,'feed','2022-11-22 13:24:28','128.199.131.42'),(360743,0,'ukdebtconsolidations-co-uk','2022-11-22 13:25:48','72.34.62.119'),(360744,0,'ukdebtconsolidations-co-uk','2022-11-22 13:26:06','34.69.109.132'),(360745,0,'ukdebtconsolidations-co-uk','2022-11-22 13:35:58','116.118.50.135'),(360746,0,'disposable','2022-11-22 13:44:06','185.119.81.107'),(360747,0,'ukdebtconsolidations-co-uk','2022-11-22 13:46:07','199.168.185.232'),(360748,0,'ukdebtconsolidations-co-uk','2022-11-22 13:56:16','103.180.120.176'),(360749,0,'UK','2022-11-22 13:57:46','5.188.62.76'),(360750,0,'ukdebtconsolidations-co-uk','2022-11-22 14:06:52','35.233.164.145'),(360751,0,'ukdebtconsolidations.co.uk','2022-11-22 14:10:58','5.188.62.21'),(360752,0,'feed','2022-11-22 14:10:59','5.188.62.21'),(360753,0,'ukdebtconsolidations-co-uk','2022-11-22 14:17:44','192.115.100.180'),(360754,0,'feed','2022-11-22 14:22:52','64.227.183.25'),(360755,0,'ukdebtconsolidations-co-uk','2022-11-22 14:27:07','148.72.214.59'),(360756,0,'ukdebtconsolidations-co-uk','2022-11-22 14:37:43','103.92.27.198'),(360757,0,'ukdebtconsolidations-co-uk','2022-11-22 14:48:25','172.104.81.115'),(360758,0,'test1234','2022-11-22 14:58:33','89.32.46.187'),(360759,0,'ukdebtconsolidations-co-uk','2022-11-22 14:59:21','151.80.20.26'),(360760,0,'payments','2022-11-22 14:59:25','185.119.81.104'),(360761,0,'editor','2022-11-22 14:59:45','185.69.154.241'),(360762,0,'zhihua','2022-11-22 15:07:29','178.128.31.204'),(360763,0,'payments@ridingtherhino.co.uk','2022-11-22 15:08:54','185.119.81.109'),(360764,0,'ukdebtconsolidations-co-uk','2022-11-22 15:09:44','42.200.109.156'),(360765,0,'debtc','2022-11-22 15:17:52','185.119.81.104'),(360766,0,'admin','2022-11-22 15:19:40','185.119.81.109'),(360767,0,'ukdebtconsolidations-co-uk','2022-11-22 15:19:48','123.31.41.38'),(360768,0,'payments@ridingtherhino.co.uk','2022-11-22 15:23:44','185.119.81.109'),(360769,0,'ukdebtconsolidations-co-uk','2022-11-22 15:24:32','157.245.204.23'),(360770,0,'ukdebtconsolidations-co-uk','2022-11-22 15:30:17','103.153.214.231'),(360771,0,'ukdebtconsolidations-co-uk','2022-11-22 15:40:55','208.109.11.58'),(360772,0,'enamad','2022-11-22 15:46:21','142.132.194.96'),(360773,0,'ukdebtconsolidations-co-uk','2022-11-22 15:52:03','209.124.90.80'),(360774,0,'ukdebtconsolidations-co-uk','2022-11-22 16:02:07','101.99.90.175'),(360775,0,'payments@ridingtherhino.co.uk','2022-11-22 16:05:23','185.119.81.104'),(360776,0,'payments','2022-11-22 16:12:17','185.119.81.103'),(360777,0,'ukdebtconsolidations-co-uk','2022-11-22 16:13:07','162.241.126.33'),(360778,0,'feed','2022-11-22 16:22:12','151.106.38.6'),(360779,0,'ukdebtconsolidations-co-uk','2022-11-22 16:31:44','69.163.186.158'),(360780,0,'feed','2022-11-22 16:50:13','142.93.203.156'),(360781,0,'ukdebtconsolidations-co-uk','2022-11-22 16:55:23','217.76.155.6'),(360782,0,'admin','2022-11-22 17:07:36','103.209.252.35'),(360783,0,'admin','2022-11-22 17:07:37','103.209.252.34'),(360784,0,'admin','2022-11-22 17:07:38','103.209.252.35'),(360785,0,'admin','2022-11-22 17:07:40','103.209.252.35'),(360786,0,'admin','2022-11-22 17:07:41','103.209.252.34'),(360787,0,'admin','2022-11-22 17:07:42','103.209.252.35'),(360788,0,'admin','2022-11-22 17:07:43','103.209.252.35'),(360789,0,'admin','2022-11-22 17:07:44','103.209.252.35'),(360790,0,'admin','2022-11-22 17:07:45','103.209.252.35'),(360791,0,'admin','2022-11-22 17:07:46','103.209.252.34'),(360792,0,'admin','2022-11-22 17:07:47','103.209.252.34'),(360793,0,'admin','2022-11-22 17:07:48','103.209.252.34'),(360794,0,'admin','2022-11-22 17:07:49','103.209.252.34'),(360795,0,'admin','2022-11-22 17:07:50','103.209.252.35'),(360796,0,'admin','2022-11-22 17:07:51','103.209.252.34'),(360797,0,'admin','2022-11-22 17:07:53','103.209.252.34'),(360798,0,'admin','2022-11-22 17:07:54','103.209.252.34'),(360799,0,'admin','2022-11-22 17:07:55','103.209.252.35'),(360800,0,'admin','2022-11-22 17:07:56','103.209.252.34'),(360801,0,'admin','2022-11-22 17:07:57','103.209.252.35'),(360802,0,'admin','2022-11-22 17:07:58','103.209.252.34'),(360803,0,'admin','2022-11-22 17:07:59','103.209.252.34'),(360804,0,'admin','2022-11-22 17:08:01','103.209.252.34'),(360805,0,'admin','2022-11-22 17:08:02','103.209.252.34'),(360806,0,'admin','2022-11-22 17:08:03','103.209.252.34'),(360807,0,'admin','2022-11-22 17:08:04','103.209.252.34'),(360808,0,'admin','2022-11-22 17:08:05','103.209.252.35'),(360809,0,'admin','2022-11-22 17:08:06','103.209.252.34'),(360810,0,'admin','2022-11-22 17:08:07','103.209.252.35'),(360811,0,'admin','2022-11-22 17:08:08','103.209.252.35'),(360812,0,'admin','2022-11-22 17:08:09','103.209.252.34'),(360813,0,'admin','2022-11-22 17:08:10','103.209.252.35'),(360814,0,'admin','2022-11-22 17:08:11','103.209.252.34'),(360815,0,'admin','2022-11-22 17:08:13','103.209.252.34'),(360816,0,'admin','2022-11-22 17:08:14','103.209.252.34'),(360817,0,'admin','2022-11-22 17:08:15','103.209.252.34'),(360818,0,'admin','2022-11-22 17:08:16','103.209.252.34'),(360819,0,'admin','2022-11-22 17:08:17','103.209.252.34'),(360820,0,'admin','2022-11-22 17:08:18','103.209.252.35'),(360821,0,'admin','2022-11-22 17:08:19','103.209.252.34'),(360822,0,'admin','2022-11-22 17:08:20','103.209.252.34'),(360823,0,'admin','2022-11-22 17:08:21','103.209.252.35'),(360824,0,'admin','2022-11-22 17:08:22','103.209.252.34'),(360825,0,'admin','2022-11-22 17:08:24','103.209.252.35'),(360826,0,'admin','2022-11-22 17:08:25','103.209.252.34'),(360827,0,'admin','2022-11-22 17:08:26','103.209.252.34'),(360828,0,'admin','2022-11-22 17:08:27','103.209.252.35'),(360829,0,'admin','2022-11-22 17:08:28','103.209.252.35'),(360830,0,'admin','2022-11-22 17:08:29','103.209.252.35'),(360831,0,'admin','2022-11-22 17:08:30','103.209.252.35'),(360832,0,'admin','2022-11-22 17:08:31','103.209.252.35'),(360833,0,'admin','2022-11-22 17:08:33','103.209.252.35'),(360834,0,'admin','2022-11-22 17:08:34','103.209.252.35'),(360835,0,'admin','2022-11-22 17:08:36','103.209.252.34'),(360836,0,'admin','2022-11-22 17:08:37','103.209.252.35'),(360837,0,'admin','2022-11-22 17:08:38','103.209.252.35'),(360838,0,'admin','2022-11-22 17:08:39','103.209.252.34'),(360839,0,'admin','2022-11-22 17:08:40','103.209.252.34'),(360840,0,'admin','2022-11-22 17:08:41','103.209.252.35'),(360841,0,'admin','2022-11-22 17:08:42','103.209.252.34'),(360842,0,'admin','2022-11-22 17:08:43','103.209.252.34'),(360843,0,'admin','2022-11-22 17:08:44','103.209.252.35'),(360844,0,'admin','2022-11-22 17:08:45','103.209.252.35'),(360845,0,'admin','2022-11-22 17:08:46','103.209.252.35'),(360846,0,'admin','2022-11-22 17:08:47','103.209.252.35'),(360847,0,'admin','2022-11-22 17:08:49','103.209.252.35'),(360848,0,'admin','2022-11-22 17:08:50','103.209.252.35'),(360849,0,'admin','2022-11-22 17:08:51','103.209.252.34'),(360850,0,'admin','2022-11-22 17:08:52','103.209.252.35'),(360851,0,'admin','2022-11-22 17:08:53','103.209.252.35'),(360852,0,'admin','2022-11-22 17:08:54','103.209.252.34'),(360853,0,'admin','2022-11-22 17:08:55','103.209.252.34'),(360854,0,'admin','2022-11-22 17:08:56','103.209.252.35'),(360855,0,'admin','2022-11-22 17:08:57','103.209.252.34'),(360856,0,'admin','2022-11-22 17:08:58','103.209.252.34'),(360857,0,'admin','2022-11-22 17:08:59','103.209.252.35'),(360858,0,'admin','2022-11-22 17:09:00','103.209.252.34'),(360859,0,'admin','2022-11-22 17:09:02','103.209.252.35'),(360860,0,'admin','2022-11-22 17:09:03','103.209.252.35'),(360861,0,'admin','2022-11-22 17:09:04','103.209.252.34'),(360862,0,'admin','2022-11-22 17:09:05','103.209.252.34'),(360863,0,'admin','2022-11-22 17:09:06','103.209.252.34'),(360864,0,'admin','2022-11-22 17:09:07','103.209.252.35'),(360865,0,'admin','2022-11-22 17:09:08','103.209.252.34'),(360866,0,'admin','2022-11-22 17:09:09','103.209.252.34'),(360867,0,'admin','2022-11-22 17:09:10','103.209.252.34'),(360868,0,'admin','2022-11-22 17:09:11','103.209.252.34'),(360869,0,'admin','2022-11-22 17:09:13','103.209.252.35'),(360870,0,'admin','2022-11-22 17:09:14','103.209.252.35'),(360871,0,'admin','2022-11-22 17:09:15','103.209.252.34'),(360872,0,'admin','2022-11-22 17:09:16','103.209.252.34'),(360873,0,'admin','2022-11-22 17:09:17','103.209.252.34'),(360874,0,'admin','2022-11-22 17:09:18','103.209.252.35'),(360875,0,'disposable','2022-11-22 17:09:19','185.119.81.107'),(360876,0,'admin','2022-11-22 17:09:19','103.209.252.34'),(360877,0,'admin','2022-11-22 17:09:20','103.209.252.35'),(360878,0,'admin','2022-11-22 17:09:21','103.209.252.35'),(360879,0,'admin','2022-11-22 17:09:22','103.209.252.34'),(360880,0,'admin','2022-11-22 17:09:24','103.209.252.35'),(360881,0,'admin','2022-11-22 17:09:25','103.209.252.34'),(360882,0,'admin','2022-11-22 17:09:26','103.209.252.34'),(360883,0,'admin','2022-11-22 17:09:27','103.209.252.35'),(360884,0,'admin','2022-11-22 17:09:28','103.209.252.34'),(360885,0,'admin','2022-11-22 17:09:29','103.209.252.35'),(360886,0,'admin','2022-11-22 17:09:30','103.209.252.34'),(360887,0,'admin','2022-11-22 17:09:31','103.209.252.34'),(360888,0,'admin','2022-11-22 17:09:32','103.209.252.34'),(360889,0,'admin','2022-11-22 17:09:34','103.209.252.34'),(360890,0,'admin','2022-11-22 17:09:35','103.209.252.34'),(360891,0,'admin','2022-11-22 17:09:36','103.209.252.34'),(360892,0,'admin','2022-11-22 17:09:37','103.209.252.34'),(360893,0,'admin','2022-11-22 17:09:38','103.209.252.35'),(360894,0,'admin','2022-11-22 17:09:39','103.209.252.34'),(360895,0,'admin','2022-11-22 17:09:40','103.209.252.35'),(360896,0,'admin','2022-11-22 17:09:41','103.209.252.35'),(360897,0,'admin','2022-11-22 17:09:43','103.209.252.34'),(360898,0,'admin','2022-11-22 17:09:44','103.209.252.34'),(360899,0,'admin','2022-11-22 17:09:45','103.209.252.34'),(360900,0,'admin','2022-11-22 17:09:46','103.209.252.35'),(360901,0,'admin','2022-11-22 17:09:47','103.209.252.35'),(360902,0,'admin','2022-11-22 17:09:48','103.209.252.35'),(360903,0,'admin','2022-11-22 17:09:49','103.209.252.35'),(360904,0,'admin','2022-11-22 17:09:50','103.209.252.34'),(360905,0,'admin','2022-11-22 17:09:51','103.209.252.34'),(360906,0,'admin','2022-11-22 17:09:53','103.209.252.35'),(360907,0,'admin','2022-11-22 17:09:54','103.209.252.34'),(360908,0,'admin','2022-11-22 17:09:55','103.209.252.34'),(360909,0,'admin','2022-11-22 17:09:56','103.209.252.35'),(360910,0,'admin','2022-11-22 17:09:57','103.209.252.35'),(360911,0,'admin','2022-11-22 17:09:58','103.209.252.35'),(360912,0,'admin','2022-11-22 17:09:59','103.209.252.35'),(360913,0,'admin','2022-11-22 17:10:00','103.209.252.35'),(360914,0,'admin','2022-11-22 17:10:01','103.209.252.34'),(360915,0,'admin','2022-11-22 17:10:03','103.209.252.35'),(360916,0,'admin','2022-11-22 17:10:04','103.209.252.35'),(360917,0,'admin','2022-11-22 17:10:05','103.209.252.34'),(360918,0,'admin','2022-11-22 17:10:06','103.209.252.35'),(360919,0,'admin','2022-11-22 17:10:07','103.209.252.35'),(360920,0,'admin','2022-11-22 17:10:08','103.209.252.34'),(360921,0,'admin','2022-11-22 17:10:09','103.209.252.34'),(360922,0,'admin','2022-11-22 17:10:10','103.209.252.34'),(360923,0,'admin','2022-11-22 17:10:11','103.209.252.35'),(360924,0,'admin','2022-11-22 17:10:13','103.209.252.34'),(360925,0,'admin','2022-11-22 17:10:14','103.209.252.35'),(360926,0,'admin','2022-11-22 17:10:15','103.209.252.35'),(360927,0,'admin','2022-11-22 17:10:16','103.209.252.34'),(360928,0,'admin','2022-11-22 17:10:17','103.209.252.35'),(360929,0,'admin','2022-11-22 17:10:18','103.209.252.34'),(360930,0,'admin','2022-11-22 17:10:19','103.209.252.34'),(360931,0,'admin','2022-11-22 17:10:20','103.209.252.35'),(360932,0,'admin','2022-11-22 17:10:21','103.209.252.34'),(360933,0,'admin','2022-11-22 17:10:23','103.209.252.34'),(360934,0,'admin','2022-11-22 17:10:24','103.209.252.34'),(360935,0,'admin','2022-11-22 17:10:25','103.209.252.34'),(360936,0,'admin','2022-11-22 17:10:26','103.209.252.34'),(360937,0,'admin','2022-11-22 17:10:27','103.209.252.34'),(360938,0,'admin','2022-11-22 17:10:28','103.209.252.35'),(360939,0,'admin','2022-11-22 17:10:29','103.209.252.34'),(360940,0,'admin','2022-11-22 17:10:30','103.209.252.35'),(360941,0,'admin','2022-11-22 17:10:31','103.209.252.34'),(360942,0,'admin','2022-11-22 17:10:33','103.209.252.35'),(360943,0,'admin','2022-11-22 17:10:34','103.209.252.35'),(360944,0,'admin','2022-11-22 17:10:35','103.209.252.34'),(360945,0,'admin','2022-11-22 17:10:36','103.209.252.34'),(360946,0,'admin','2022-11-22 17:10:37','103.209.252.35'),(360947,0,'admin','2022-11-22 17:10:38','103.209.252.35'),(360948,0,'admin','2022-11-22 17:10:39','103.209.252.35'),(360949,0,'admin','2022-11-22 17:10:40','103.209.252.35'),(360950,0,'admin','2022-11-22 17:10:41','103.209.252.34'),(360951,0,'admin','2022-11-22 17:10:42','103.209.252.34'),(360952,0,'admin','2022-11-22 17:10:44','103.209.252.35'),(360953,0,'admin','2022-11-22 17:10:45','103.209.252.35'),(360954,0,'admin','2022-11-22 17:10:46','103.209.252.34'),(360955,0,'admin','2022-11-22 17:10:47','103.209.252.34'),(360956,0,'admin','2022-11-22 17:10:48','103.209.252.34'),(360957,0,'admin','2022-11-22 17:10:49','103.209.252.35'),(360958,0,'admin','2022-11-22 17:10:50','103.209.252.34'),(360959,0,'admin','2022-11-22 17:10:51','103.209.252.35'),(360960,0,'admin','2022-11-22 17:10:52','103.209.252.34'),(360961,0,'admin','2022-11-22 17:10:53','103.209.252.34'),(360962,0,'admin','2022-11-22 17:10:54','103.209.252.35'),(360963,0,'admin','2022-11-22 17:10:55','103.209.252.34'),(360964,0,'admin','2022-11-22 17:10:57','103.209.252.34'),(360965,0,'admin','2022-11-22 17:10:58','103.209.252.34'),(360966,0,'admin','2022-11-22 17:10:59','103.209.252.35'),(360967,0,'admin','2022-11-22 17:11:00','103.209.252.35'),(360968,0,'admin','2022-11-22 17:11:01','103.209.252.35'),(360969,0,'admin','2022-11-22 17:11:02','103.209.252.34'),(360970,0,'admin','2022-11-22 17:11:03','103.209.252.35'),(360971,0,'admin','2022-11-22 17:11:04','103.209.252.35'),(360972,0,'admin','2022-11-22 17:11:05','103.209.252.34'),(360973,0,'admin','2022-11-22 17:11:07','103.209.252.35'),(360974,0,'admin','2022-11-22 17:11:08','103.209.252.34'),(360975,0,'admin','2022-11-22 17:11:09','103.209.252.35'),(360976,0,'admin','2022-11-22 17:11:10','103.209.252.34'),(360977,0,'admin','2022-11-22 17:11:11','103.209.252.35'),(360978,0,'admin','2022-11-22 17:11:12','103.209.252.34'),(360979,0,'admin','2022-11-22 17:11:13','103.209.252.34'),(360980,0,'admin','2022-11-22 17:11:14','103.209.252.35'),(360981,0,'admin','2022-11-22 17:11:15','103.209.252.34'),(360982,0,'admin','2022-11-22 17:11:16','103.209.252.35'),(360983,0,'admin','2022-11-22 17:11:18','103.209.252.35'),(360984,0,'admin','2022-11-22 17:11:19','103.209.252.34'),(360985,0,'admin','2022-11-22 17:11:20','103.209.252.35'),(360986,0,'admin','2022-11-22 17:11:21','103.209.252.35'),(360987,0,'admin','2022-11-22 17:11:22','103.209.252.35'),(360988,0,'admin','2022-11-22 17:11:23','103.209.252.35'),(360989,0,'admin','2022-11-22 17:11:24','103.209.252.35'),(360990,0,'admin','2022-11-22 17:11:25','103.209.252.35'),(360991,0,'admin','2022-11-22 17:11:27','103.209.252.34'),(360992,0,'admin','2022-11-22 17:11:28','103.209.252.35'),(360993,0,'admin','2022-11-22 17:11:29','103.209.252.34'),(360994,0,'admin','2022-11-22 17:11:30','103.209.252.34'),(360995,0,'admin','2022-11-22 17:11:31','103.209.252.35'),(360996,0,'admin','2022-11-22 17:11:32','103.209.252.34'),(360997,0,'admin','2022-11-22 17:11:33','103.209.252.34'),(360998,0,'admin','2022-11-22 17:11:34','103.209.252.34'),(360999,0,'admin','2022-11-22 17:11:35','103.209.252.35'),(361000,0,'admin','2022-11-22 17:11:37','103.209.252.34'),(361001,0,'admin','2022-11-22 17:11:38','103.209.252.34'),(361002,0,'admin','2022-11-22 17:11:39','103.209.252.34'),(361003,0,'admin','2022-11-22 17:11:40','103.209.252.34'),(361004,0,'admin','2022-11-22 17:11:41','103.209.252.35'),(361005,0,'admin','2022-11-22 17:11:42','103.209.252.34'),(361006,0,'admin','2022-11-22 17:11:43','103.209.252.35'),(361007,0,'admin','2022-11-22 17:11:44','103.209.252.34'),(361008,0,'admin','2022-11-22 17:11:45','103.209.252.35'),(361009,0,'admin','2022-11-22 17:11:47','103.209.252.35'),(361010,0,'admin','2022-11-22 17:11:48','103.209.252.34'),(361011,0,'admin','2022-11-22 17:11:49','103.209.252.35'),(361012,0,'admin','2022-11-22 17:11:50','103.209.252.34'),(361013,0,'admin','2022-11-22 17:11:51','103.209.252.35'),(361014,0,'admin','2022-11-22 17:11:52','103.209.252.35'),(361015,0,'admin','2022-11-22 17:11:53','103.209.252.34'),(361016,0,'admin','2022-11-22 17:11:54','103.209.252.34'),(361017,0,'admin','2022-11-22 17:11:55','103.209.252.34'),(361018,0,'admin','2022-11-22 17:11:56','103.209.252.35'),(361019,0,'admin','2022-11-22 17:11:58','103.209.252.34'),(361020,0,'admin','2022-11-22 17:11:59','103.209.252.34'),(361021,0,'admin','2022-11-22 17:12:00','103.209.252.35'),(361022,0,'admin','2022-11-22 17:12:01','103.209.252.34'),(361023,0,'admin','2022-11-22 17:12:02','103.209.252.35'),(361024,0,'admin','2022-11-22 17:12:03','103.209.252.35'),(361025,0,'admin','2022-11-22 17:12:04','103.209.252.35'),(361026,0,'admin','2022-11-22 17:12:05','103.209.252.34'),(361027,0,'admin','2022-11-22 17:12:06','103.209.252.35'),(361028,0,'admin','2022-11-22 17:12:07','103.209.252.34'),(361029,0,'admin','2022-11-22 17:12:09','103.209.252.35'),(361030,0,'admin','2022-11-22 17:12:10','103.209.252.34'),(361031,0,'admin','2022-11-22 17:12:11','103.209.252.34'),(361032,0,'admin','2022-11-22 17:12:12','103.209.252.35'),(361033,0,'admin','2022-11-22 17:12:13','103.209.252.34'),(361034,0,'admin','2022-11-22 17:12:14','103.209.252.35'),(361035,0,'admin','2022-11-22 17:12:15','103.209.252.34'),(361036,0,'admin','2022-11-22 17:12:16','103.209.252.34'),(361037,0,'admin','2022-11-22 17:12:17','103.209.252.34'),(361038,0,'admin','2022-11-22 17:12:18','103.209.252.34'),(361039,0,'admin','2022-11-22 17:12:20','103.209.252.34'),(361040,0,'admin','2022-11-22 17:12:21','103.209.252.34'),(361041,0,'admin','2022-11-22 17:12:22','103.209.252.34'),(361042,0,'admin','2022-11-22 17:12:23','103.209.252.35'),(361043,0,'admin','2022-11-22 17:12:24','103.209.252.34'),(361044,0,'admin','2022-11-22 17:12:25','103.209.252.35'),(361045,0,'admin','2022-11-22 17:12:26','103.209.252.34'),(361046,0,'admin','2022-11-22 17:12:27','103.209.252.34'),(361047,0,'admin','2022-11-22 17:12:28','103.209.252.34'),(361048,0,'admin','2022-11-22 17:12:30','103.209.252.35'),(361049,0,'admin','2022-11-22 17:12:31','103.209.252.35'),(361050,0,'admin','2022-11-22 17:12:32','103.209.252.35'),(361051,0,'admin','2022-11-22 17:12:33','103.209.252.35'),(361052,0,'admin','2022-11-22 17:12:34','103.209.252.34'),(361053,0,'admin','2022-11-22 17:12:35','103.209.252.34'),(361054,0,'admin','2022-11-22 17:12:37','103.209.252.35'),(361055,0,'admin','2022-11-22 17:12:38','103.209.252.34'),(361056,0,'admin','2022-11-22 17:12:39','103.209.252.35'),(361057,0,'admin','2022-11-22 17:12:40','103.209.252.35'),(361058,0,'admin','2022-11-22 17:12:41','103.209.252.34'),(361059,0,'admin','2022-11-22 17:12:42','103.209.252.35'),(361060,0,'admin','2022-11-22 17:12:43','103.209.252.34'),(361061,0,'admin','2022-11-22 17:12:44','103.209.252.34'),(361062,0,'admin','2022-11-22 17:12:45','103.209.252.34'),(361063,0,'admin','2022-11-22 17:12:47','103.209.252.34'),(361064,0,'admin','2022-11-22 17:12:48','103.209.252.34'),(361065,0,'admin','2022-11-22 17:12:49','103.209.252.34'),(361066,0,'admin','2022-11-22 17:12:50','103.209.252.34'),(361067,0,'admin','2022-11-22 17:12:51','103.209.252.35'),(361068,0,'admin','2022-11-22 17:12:52','103.209.252.35'),(361069,0,'admin','2022-11-22 17:12:54','103.209.252.35'),(361070,0,'admin','2022-11-22 17:12:55','103.209.252.34'),(361071,0,'admin','2022-11-22 17:12:56','103.209.252.35'),(361072,0,'admin','2022-11-22 17:12:57','103.209.252.34'),(361073,0,'admin','2022-11-22 17:12:58','103.209.252.35'),(361074,0,'admin','2022-11-22 17:12:59','103.209.252.35'),(361075,0,'admin','2022-11-22 17:13:00','103.209.252.34'),(361076,0,'admin','2022-11-22 17:13:01','103.209.252.35'),(361077,0,'admin','2022-11-22 17:13:04','103.209.252.34'),(361078,0,'admin','2022-11-22 17:13:05','103.209.252.34'),(361079,0,'admin','2022-11-22 17:13:06','103.209.252.35'),(361080,0,'admin','2022-11-22 17:13:07','103.209.252.34'),(361081,0,'admin','2022-11-22 17:13:08','103.209.252.34'),(361082,0,'admin','2022-11-22 17:13:09','103.209.252.34'),(361083,0,'admin','2022-11-22 17:13:10','103.209.252.34'),(361084,0,'admin','2022-11-22 17:13:11','103.209.252.35'),(361085,0,'admin','2022-11-22 17:13:13','103.209.252.34'),(361086,0,'admin','2022-11-22 17:13:14','103.209.252.34'),(361087,0,'admin','2022-11-22 17:13:15','103.209.252.34'),(361088,0,'admin','2022-11-22 17:13:16','103.209.252.34'),(361089,0,'admin','2022-11-22 17:13:17','103.209.252.35'),(361090,0,'admin','2022-11-22 17:13:18','103.209.252.34'),(361091,0,'admin','2022-11-22 17:13:19','103.209.252.34'),(361092,0,'admin','2022-11-22 17:13:20','103.209.252.35'),(361093,0,'admin','2022-11-22 17:13:21','103.209.252.35'),(361094,0,'admin','2022-11-22 17:13:23','103.209.252.34'),(361095,0,'admin','2022-11-22 17:13:24','103.209.252.34'),(361096,0,'admin','2022-11-22 17:13:25','103.209.252.35'),(361097,0,'admin','2022-11-22 17:13:26','103.209.252.34'),(361098,0,'admin','2022-11-22 17:13:27','103.209.252.34'),(361099,0,'admin','2022-11-22 17:13:28','103.209.252.34'),(361100,0,'admin','2022-11-22 17:13:29','103.209.252.35'),(361101,0,'admin','2022-11-22 17:13:30','103.209.252.34'),(361102,0,'admin','2022-11-22 17:13:32','103.209.252.34'),(361103,0,'admin','2022-11-22 17:13:33','103.209.252.34'),(361104,0,'admin','2022-11-22 17:13:34','103.209.252.35'),(361105,0,'admin','2022-11-22 17:13:35','103.209.252.34'),(361106,0,'admin','2022-11-22 17:13:36','103.209.252.34'),(361107,0,'admin','2022-11-22 17:13:37','103.209.252.34'),(361108,0,'admin','2022-11-22 17:13:38','103.209.252.35'),(361109,0,'admin','2022-11-22 17:13:39','103.209.252.34'),(361110,0,'admin','2022-11-22 17:13:40','103.209.252.34'),(361111,0,'admin','2022-11-22 17:13:42','103.209.252.34'),(361112,0,'admin','2022-11-22 17:13:43','103.209.252.35'),(361113,0,'admin','2022-11-22 17:13:44','103.209.252.35'),(361114,0,'admin','2022-11-22 17:13:45','103.209.252.34'),(361115,0,'admin','2022-11-22 17:13:46','103.209.252.35'),(361116,0,'admin','2022-11-22 17:13:47','103.209.252.35'),(361117,0,'admin','2022-11-22 17:13:48','103.209.252.35'),(361118,0,'admin','2022-11-22 17:13:49','103.209.252.34'),(361119,0,'admin','2022-11-22 17:13:50','103.209.252.35'),(361120,0,'admin','2022-11-22 17:13:51','103.209.252.34'),(361121,0,'admin','2022-11-22 17:13:52','103.209.252.35'),(361122,0,'admin','2022-11-22 17:13:53','103.209.252.35'),(361123,0,'admin','2022-11-22 17:13:55','103.209.252.34'),(361124,0,'admin','2022-11-22 17:13:56','103.209.252.35'),(361125,0,'admin','2022-11-22 17:13:57','103.209.252.34'),(361126,0,'admin','2022-11-22 17:13:58','103.209.252.35'),(361127,0,'admin','2022-11-22 17:13:59','103.209.252.34'),(361128,0,'admin','2022-11-22 17:14:00','103.209.252.34'),(361129,0,'admin','2022-11-22 17:14:01','103.209.252.34'),(361130,0,'admin','2022-11-22 17:14:02','103.209.252.34'),(361131,0,'admin','2022-11-22 17:14:04','103.209.252.34'),(361132,0,'admin','2022-11-22 17:14:05','103.209.252.34'),(361133,0,'admin','2022-11-22 17:14:06','103.209.252.34'),(361134,0,'admin','2022-11-22 17:14:07','103.209.252.34'),(361135,0,'admin','2022-11-22 17:14:08','103.209.252.34'),(361136,0,'admin','2022-11-22 17:14:09','103.209.252.34'),(361137,0,'admin','2022-11-22 17:14:10','103.209.252.34'),(361138,0,'admin','2022-11-22 17:14:12','103.209.252.34'),(361139,0,'admin','2022-11-22 17:14:13','103.209.252.34'),(361140,0,'admin','2022-11-22 17:14:14','103.209.252.34'),(361141,0,'admin','2022-11-22 17:14:15','103.209.252.34'),(361142,0,'admin','2022-11-22 17:14:16','103.209.252.34'),(361143,0,'admin','2022-11-22 17:14:17','103.209.252.34'),(361144,0,'admin','2022-11-22 17:14:18','103.209.252.34'),(361145,0,'admin','2022-11-22 17:14:19','103.209.252.35'),(361146,0,'admin','2022-11-22 17:14:20','103.209.252.35'),(361147,0,'admin','2022-11-22 17:14:22','103.209.252.35'),(361148,0,'admin','2022-11-22 17:14:23','103.209.252.35'),(361149,0,'admin','2022-11-22 17:14:24','103.209.252.34'),(361150,0,'admin','2022-11-22 17:14:25','103.209.252.34'),(361151,0,'admin','2022-11-22 17:14:26','103.209.252.34'),(361152,0,'admin','2022-11-22 17:14:27','103.209.252.34'),(361153,0,'admin','2022-11-22 17:14:28','103.209.252.34'),(361154,0,'admin','2022-11-22 17:14:29','103.209.252.35'),(361155,0,'admin','2022-11-22 17:14:30','103.209.252.34'),(361156,0,'admin','2022-11-22 17:14:31','103.209.252.34'),(361157,0,'admin','2022-11-22 17:14:33','103.209.252.34'),(361158,0,'admin','2022-11-22 17:14:34','103.209.252.35'),(361159,0,'admin','2022-11-22 17:14:35','103.209.252.35'),(361160,0,'admin','2022-11-22 17:14:36','103.209.252.34'),(361161,0,'admin','2022-11-22 17:14:37','103.209.252.34'),(361162,0,'admin','2022-11-22 17:14:38','103.209.252.34'),(361163,0,'admin','2022-11-22 17:14:39','103.209.252.34'),(361164,0,'feed','2022-11-22 17:14:40','207.154.250.8'),(361165,0,'admin','2022-11-22 17:14:41','103.209.252.34'),(361166,0,'admin','2022-11-22 17:14:42','103.209.252.35'),(361167,0,'admin','2022-11-22 17:14:43','103.209.252.34'),(361168,0,'admin','2022-11-22 17:14:44','103.209.252.34'),(361169,0,'admin','2022-11-22 17:14:45','103.209.252.34'),(361170,0,'admin','2022-11-22 17:14:46','103.209.252.34'),(361171,0,'admin','2022-11-22 17:14:47','103.209.252.35'),(361172,0,'admin','2022-11-22 17:14:48','103.209.252.35'),(361173,0,'admin','2022-11-22 17:14:49','103.209.252.34'),(361174,0,'admin','2022-11-22 17:14:51','103.209.252.34'),(361175,0,'admin','2022-11-22 17:14:52','103.209.252.35'),(361176,0,'admin','2022-11-22 17:14:53','103.209.252.35'),(361177,0,'admin','2022-11-22 17:14:54','103.209.252.35'),(361178,0,'admin','2022-11-22 17:14:55','103.209.252.34'),(361179,0,'admin','2022-11-22 17:14:56','103.209.252.35'),(361180,0,'admin','2022-11-22 17:14:57','103.209.252.35'),(361181,0,'admin','2022-11-22 17:14:58','103.209.252.35'),(361182,0,'admin','2022-11-22 17:15:00','103.209.252.35'),(361183,0,'admin','2022-11-22 17:15:01','103.209.252.34'),(361184,0,'admin','2022-11-22 17:15:02','103.209.252.34'),(361185,0,'admin','2022-11-22 17:15:03','103.209.252.35'),(361186,0,'admin','2022-11-22 17:15:04','103.209.252.34'),(361187,0,'admin','2022-11-22 17:15:05','103.209.252.34'),(361188,0,'admin','2022-11-22 17:15:06','103.209.252.35'),(361189,0,'admin','2022-11-22 17:15:07','103.209.252.35'),(361190,0,'admin','2022-11-22 17:15:08','103.209.252.34'),(361191,0,'admin','2022-11-22 17:15:09','103.209.252.35'),(361192,0,'admin','2022-11-22 17:15:10','103.209.252.35'),(361193,0,'admin','2022-11-22 17:15:11','103.209.252.35'),(361194,0,'admin','2022-11-22 17:15:12','103.209.252.35'),(361195,0,'admin','2022-11-22 17:15:14','103.209.252.35'),(361196,0,'admin','2022-11-22 17:15:15','103.209.252.34'),(361197,0,'admin','2022-11-22 17:15:16','103.209.252.34'),(361198,0,'admin','2022-11-22 17:15:17','103.209.252.34'),(361199,0,'admin','2022-11-22 17:15:18','103.209.252.34'),(361200,0,'admin','2022-11-22 17:15:19','103.209.252.35'),(361201,0,'admin','2022-11-22 17:15:20','103.209.252.35'),(361202,0,'admin','2022-11-22 17:15:21','103.209.252.34'),(361203,0,'admin','2022-11-22 17:15:22','103.209.252.35'),(361204,0,'admin','2022-11-22 17:15:23','103.209.252.34'),(361205,0,'admin','2022-11-22 17:15:25','103.209.252.35'),(361206,0,'admin','2022-11-22 17:15:26','103.209.252.35'),(361207,0,'admin','2022-11-22 17:15:27','103.209.252.34'),(361208,0,'admin','2022-11-22 17:15:28','103.209.252.34'),(361209,0,'admin','2022-11-22 17:15:29','103.209.252.34'),(361210,0,'admin','2022-11-22 17:15:30','103.209.252.35'),(361211,0,'admin','2022-11-22 17:15:31','103.209.252.35'),(361212,0,'admin','2022-11-22 17:15:32','103.209.252.35'),(361213,0,'admin','2022-11-22 17:15:33','103.209.252.34'),(361214,0,'admin','2022-11-22 17:15:34','103.209.252.35'),(361215,0,'admin','2022-11-22 17:15:36','103.209.252.34'),(361216,0,'admin','2022-11-22 17:15:37','103.209.252.34'),(361217,0,'admin','2022-11-22 17:15:38','103.209.252.35'),(361218,0,'admin','2022-11-22 17:15:39','103.209.252.35'),(361219,0,'admin','2022-11-22 17:15:40','103.209.252.35'),(361220,0,'admin','2022-11-22 17:15:41','103.209.252.34'),(361221,0,'admin','2022-11-22 17:15:42','103.209.252.35'),(361222,0,'admin','2022-11-22 17:15:43','103.209.252.35'),(361223,0,'admin','2022-11-22 17:15:45','103.209.252.34'),(361224,0,'admin','2022-11-22 17:15:46','103.209.252.34'),(361225,0,'admin','2022-11-22 17:15:47','103.209.252.34'),(361226,0,'admin','2022-11-22 17:15:48','103.209.252.35'),(361227,0,'admin','2022-11-22 17:15:49','103.209.252.34'),(361228,0,'admin','2022-11-22 17:15:50','103.209.252.34'),(361229,0,'admin','2022-11-22 17:15:51','103.209.252.35'),(361230,0,'admin','2022-11-22 17:15:52','103.209.252.34'),(361231,0,'admin','2022-11-22 17:15:53','103.209.252.35'),(361232,0,'admin','2022-11-22 17:15:54','103.209.252.35'),(361233,0,'admin','2022-11-22 17:15:56','103.209.252.34'),(361234,0,'admin','2022-11-22 17:15:57','103.209.252.35'),(361235,0,'admin','2022-11-22 17:15:58','103.209.252.34'),(361236,0,'admin','2022-11-22 17:15:59','103.209.252.34'),(361237,0,'admin','2022-11-22 17:16:00','103.209.252.35'),(361238,0,'admin','2022-11-22 17:16:01','103.209.252.34'),(361239,0,'admin','2022-11-22 17:16:02','103.209.252.34'),(361240,0,'admin','2022-11-22 17:16:03','103.209.252.34'),(361241,0,'admin','2022-11-22 17:16:04','103.209.252.35'),(361242,0,'admin','2022-11-22 17:16:05','103.209.252.34'),(361243,0,'admin','2022-11-22 17:16:07','103.209.252.35'),(361244,0,'admin','2022-11-22 17:16:08','103.209.252.34'),(361245,0,'admin','2022-11-22 17:16:09','103.209.252.35'),(361246,0,'admin','2022-11-22 17:16:10','103.209.252.34'),(361247,0,'admin','2022-11-22 17:16:11','103.209.252.34'),(361248,0,'admin','2022-11-22 17:16:12','103.209.252.34'),(361249,0,'admin','2022-11-22 17:16:13','103.209.252.35'),(361250,0,'admin','2022-11-22 17:16:14','103.209.252.35'),(361251,0,'admin','2022-11-22 17:16:15','103.209.252.35'),(361252,0,'admin','2022-11-22 17:16:17','103.209.252.34'),(361253,0,'admin','2022-11-22 17:16:18','103.209.252.35'),(361254,0,'admin','2022-11-22 17:16:19','103.209.252.35'),(361255,0,'admin','2022-11-22 17:16:20','103.209.252.34'),(361256,0,'admin','2022-11-22 17:16:21','103.209.252.35'),(361257,0,'admin','2022-11-22 17:16:22','103.209.252.35'),(361258,0,'admin','2022-11-22 17:16:23','103.209.252.34'),(361259,0,'admin','2022-11-22 17:16:24','103.209.252.34'),(361260,0,'admin','2022-11-22 17:16:25','103.209.252.34'),(361261,0,'admin','2022-11-22 17:16:26','103.209.252.35'),(361262,0,'admin','2022-11-22 17:16:27','103.209.252.35'),(361263,0,'admin','2022-11-22 17:16:29','103.209.252.34'),(361264,0,'admin','2022-11-22 17:16:30','103.209.252.34'),(361265,0,'admin','2022-11-22 17:16:31','103.209.252.35'),(361266,0,'admin','2022-11-22 17:16:32','103.209.252.34'),(361267,0,'admin','2022-11-22 17:16:33','103.209.252.35'),(361268,0,'admin','2022-11-22 17:16:34','103.209.252.34'),(361269,0,'admin','2022-11-22 17:16:35','103.209.252.34'),(361270,0,'admin','2022-11-22 17:16:36','103.209.252.34'),(361271,0,'admin','2022-11-22 17:16:37','103.209.252.35'),(361272,0,'admin','2022-11-22 17:16:39','103.209.252.34'),(361273,0,'admin','2022-11-22 17:16:40','103.209.252.34'),(361274,0,'admin','2022-11-22 17:16:41','103.209.252.35'),(361275,0,'admin','2022-11-22 17:16:42','103.209.252.34'),(361276,0,'admin','2022-11-22 17:16:43','103.209.252.34'),(361277,0,'admin','2022-11-22 17:16:44','103.209.252.35'),(361278,0,'admin','2022-11-22 17:16:45','103.209.252.34'),(361279,0,'admin','2022-11-22 17:16:46','103.209.252.35'),(361280,0,'admin','2022-11-22 17:16:47','103.209.252.35'),(361281,0,'admin','2022-11-22 17:16:48','103.209.252.35'),(361282,0,'admin','2022-11-22 17:16:49','103.209.252.34'),(361283,0,'admin','2022-11-22 17:16:51','103.209.252.34'),(361284,0,'admin','2022-11-22 17:16:52','103.209.252.34'),(361285,0,'admin','2022-11-22 17:16:53','103.209.252.35'),(361286,0,'admin','2022-11-22 17:16:54','103.209.252.34'),(361287,0,'admin','2022-11-22 17:16:55','103.209.252.34'),(361288,0,'admin','2022-11-22 17:16:56','103.209.252.34'),(361289,0,'admin','2022-11-22 17:16:57','103.209.252.34'),(361290,0,'admin','2022-11-22 17:16:58','103.209.252.35'),(361291,0,'admin','2022-11-22 17:16:59','103.209.252.34'),(361292,0,'admin','2022-11-22 17:17:01','103.209.252.34'),(361293,0,'admin','2022-11-22 17:17:02','103.209.252.34'),(361294,0,'admin','2022-11-22 17:17:03','103.209.252.34'),(361295,0,'admin','2022-11-22 17:17:04','103.209.252.35'),(361296,0,'admin','2022-11-22 17:17:05','103.209.252.35'),(361297,0,'admin','2022-11-22 17:17:06','103.209.252.34'),(361298,0,'admin','2022-11-22 17:17:07','103.209.252.34'),(361299,0,'admin','2022-11-22 17:17:08','103.209.252.34'),(361300,0,'admin','2022-11-22 17:17:09','103.209.252.34'),(361301,0,'admin','2022-11-22 17:17:11','103.209.252.34'),(361302,0,'admin','2022-11-22 17:17:12','103.209.252.34'),(361303,0,'admin','2022-11-22 17:17:13','103.209.252.34'),(361304,0,'admin','2022-11-22 17:17:14','103.209.252.34'),(361305,0,'admin','2022-11-22 17:17:15','103.209.252.35'),(361306,0,'admin','2022-11-22 17:17:16','103.209.252.34'),(361307,0,'admin','2022-11-22 17:17:17','103.209.252.35'),(361308,0,'admin','2022-11-22 17:17:18','103.209.252.35'),(361309,0,'admin','2022-11-22 17:17:20','103.209.252.34'),(361310,0,'admin','2022-11-22 17:17:21','103.209.252.35'),(361311,0,'admin','2022-11-22 17:17:22','103.209.252.34'),(361312,0,'admin','2022-11-22 17:17:23','103.209.252.35'),(361313,0,'admin','2022-11-22 17:17:24','103.209.252.34'),(361314,0,'admin','2022-11-22 17:17:25','103.209.252.35'),(361315,0,'admin','2022-11-22 17:17:26','103.209.252.34'),(361316,0,'admin','2022-11-22 17:17:27','103.209.252.34'),(361317,0,'admin','2022-11-22 17:17:28','103.209.252.34'),(361318,0,'admin','2022-11-22 17:17:30','103.209.252.34'),(361319,0,'admin','2022-11-22 17:17:31','103.209.252.35'),(361320,0,'admin','2022-11-22 17:17:32','103.209.252.34'),(361321,0,'admin','2022-11-22 17:17:33','103.209.252.34'),(361322,0,'admin','2022-11-22 17:17:34','103.209.252.35'),(361323,0,'admin','2022-11-22 17:17:35','103.209.252.35'),(361324,0,'admin','2022-11-22 17:17:36','103.209.252.35'),(361325,0,'admin','2022-11-22 17:17:37','103.209.252.34'),(361326,0,'admin','2022-11-22 17:17:39','103.209.252.34'),(361327,0,'admin','2022-11-22 17:17:40','103.209.252.34'),(361328,0,'admin','2022-11-22 17:17:41','103.209.252.35'),(361329,0,'admin','2022-11-22 17:17:42','103.209.252.34'),(361330,0,'admin','2022-11-22 17:17:43','103.209.252.34'),(361331,0,'admin','2022-11-22 17:17:44','103.209.252.35'),(361332,0,'admin','2022-11-22 17:17:45','103.209.252.35'),(361333,0,'admin','2022-11-22 17:17:46','103.209.252.34'),(361334,0,'admin','2022-11-22 17:17:47','103.209.252.35'),(361335,0,'admin','2022-11-22 17:17:49','103.209.252.34'),(361336,0,'admin','2022-11-22 17:17:50','103.209.252.35'),(361337,0,'admin','2022-11-22 17:17:51','103.209.252.34'),(361338,0,'admin','2022-11-22 17:17:52','103.209.252.35'),(361339,0,'admin','2022-11-22 17:17:53','103.209.252.34'),(361340,0,'admin','2022-11-22 17:17:54','103.209.252.35'),(361341,0,'admin','2022-11-22 17:17:55','103.209.252.34'),(361342,0,'admin','2022-11-22 17:17:56','103.209.252.35'),(361343,0,'admin','2022-11-22 17:17:57','103.209.252.34'),(361344,0,'admin','2022-11-22 17:17:58','103.209.252.35'),(361345,0,'admin','2022-11-22 17:17:59','103.209.252.34'),(361346,0,'admin','2022-11-22 17:18:00','103.209.252.35'),(361347,0,'admin','2022-11-22 17:18:02','103.209.252.34'),(361348,0,'admin','2022-11-22 17:18:03','103.209.252.35'),(361349,0,'admin','2022-11-22 17:18:04','103.209.252.34'),(361350,0,'admin','2022-11-22 17:18:05','103.209.252.34'),(361351,0,'admin','2022-11-22 17:18:06','103.209.252.34'),(361352,0,'admin','2022-11-22 17:18:08','103.209.252.34'),(361353,0,'admin','2022-11-22 17:18:09','103.209.252.34'),(361354,0,'admin','2022-11-22 17:18:10','103.209.252.34'),(361355,0,'admin','2022-11-22 17:18:11','103.209.252.35'),(361356,0,'admin','2022-11-22 17:18:12','103.209.252.34'),(361357,0,'admin','2022-11-22 17:18:14','103.209.252.34'),(361358,0,'admin','2022-11-22 17:18:15','103.209.252.34'),(361359,0,'admin','2022-11-22 17:18:16','103.209.252.34'),(361360,0,'admin','2022-11-22 17:18:17','103.209.252.35'),(361361,0,'admin','2022-11-22 17:18:18','103.209.252.34'),(361362,0,'admin','2022-11-22 17:18:19','103.209.252.35'),(361363,0,'admin','2022-11-22 17:18:20','103.209.252.34'),(361364,0,'admin','2022-11-22 17:18:21','103.209.252.34'),(361365,0,'admin','2022-11-22 17:18:23','103.209.252.35'),(361366,0,'admin','2022-11-22 17:18:24','103.209.252.34'),(361367,0,'admin','2022-11-22 17:18:25','103.209.252.34'),(361368,0,'admin','2022-11-22 17:18:26','103.209.252.34'),(361369,0,'admin','2022-11-22 17:18:27','103.209.252.34'),(361370,0,'admin','2022-11-22 17:18:28','103.209.252.35'),(361371,0,'admin','2022-11-22 17:18:29','103.209.252.35'),(361372,0,'admin','2022-11-22 17:18:30','103.209.252.35'),(361373,0,'admin','2022-11-22 17:18:31','103.209.252.34'),(361374,0,'admin','2022-11-22 17:18:32','103.209.252.35'),(361375,0,'admin','2022-11-22 17:18:34','103.209.252.35'),(361376,0,'admin','2022-11-22 17:18:35','103.209.252.35'),(361377,0,'admin','2022-11-22 17:18:36','103.209.252.34'),(361378,0,'admin','2022-11-22 17:18:37','103.209.252.35'),(361379,0,'admin','2022-11-22 17:18:38','103.209.252.34'),(361380,0,'admin','2022-11-22 17:18:39','103.209.252.35'),(361381,0,'admin','2022-11-22 17:18:40','103.209.252.34'),(361382,0,'admin','2022-11-22 17:18:41','103.209.252.35'),(361383,0,'admin','2022-11-22 17:18:42','103.209.252.35'),(361384,0,'admin','2022-11-22 17:18:43','103.209.252.35'),(361385,0,'admin','2022-11-22 17:18:45','103.209.252.35'),(361386,0,'admin','2022-11-22 17:18:46','103.209.252.35'),(361387,0,'admin','2022-11-22 17:18:47','103.209.252.35'),(361388,0,'admin','2022-11-22 17:18:48','103.209.252.34'),(361389,0,'admin','2022-11-22 17:18:49','103.209.252.35'),(361390,0,'admin','2022-11-22 17:18:50','103.209.252.34'),(361391,0,'admin','2022-11-22 17:18:51','103.209.252.34'),(361392,0,'admin','2022-11-22 17:18:52','103.209.252.35'),(361393,0,'admin','2022-11-22 17:18:53','103.209.252.34'),(361394,0,'admin','2022-11-22 17:18:54','103.209.252.35'),(361395,0,'admin','2022-11-22 17:18:56','103.209.252.34'),(361396,0,'admin','2022-11-22 17:18:57','103.209.252.34'),(361397,0,'admin','2022-11-22 17:18:58','103.209.252.34'),(361398,0,'admin','2022-11-22 17:18:59','103.209.252.34'),(361399,0,'admin','2022-11-22 17:19:00','103.209.252.34'),(361400,0,'admin','2022-11-22 17:19:01','103.209.252.35'),(361401,0,'admin','2022-11-22 17:19:02','103.209.252.34'),(361402,0,'admin','2022-11-22 17:19:03','103.209.252.35'),(361403,0,'admin','2022-11-22 17:19:04','103.209.252.34'),(361404,0,'admin','2022-11-22 17:19:05','103.209.252.34'),(361405,0,'admin','2022-11-22 17:19:07','103.209.252.35'),(361406,0,'admin','2022-11-22 17:19:08','103.209.252.34'),(361407,0,'admin','2022-11-22 17:19:09','103.209.252.34'),(361408,0,'admin','2022-11-22 17:19:10','103.209.252.35'),(361409,0,'admin','2022-11-22 17:19:11','103.209.252.34'),(361410,0,'admin','2022-11-22 17:19:12','103.209.252.35'),(361411,0,'admin','2022-11-22 17:19:13','103.209.252.35'),(361412,0,'admin','2022-11-22 17:19:14','103.209.252.35'),(361413,0,'admin','2022-11-22 17:19:15','103.209.252.35'),(361414,0,'admin','2022-11-22 17:19:17','103.209.252.34'),(361415,0,'admin','2022-11-22 17:19:18','103.209.252.34'),(361416,0,'admin','2022-11-22 17:19:19','103.209.252.34'),(361417,0,'admin','2022-11-22 17:19:20','103.209.252.34'),(361418,0,'admin','2022-11-22 17:19:21','103.209.252.34'),(361419,0,'admin','2022-11-22 17:19:22','103.209.252.34'),(361420,0,'admin','2022-11-22 17:19:23','103.209.252.35'),(361421,0,'admin','2022-11-22 17:19:24','103.209.252.35'),(361422,0,'admin','2022-11-22 17:19:26','103.209.252.34'),(361423,0,'admin','2022-11-22 17:19:27','103.209.252.35'),(361424,0,'admin','2022-11-22 17:19:28','103.209.252.34'),(361425,0,'admin','2022-11-22 17:19:29','103.209.252.35'),(361426,0,'admin','2022-11-22 17:19:30','103.209.252.34'),(361427,0,'admin','2022-11-22 17:19:31','103.209.252.34'),(361428,0,'admin','2022-11-22 17:19:32','103.209.252.35'),(361429,0,'admin','2022-11-22 17:19:33','103.209.252.35'),(361430,0,'admin','2022-11-22 17:19:34','103.209.252.34'),(361431,0,'admin','2022-11-22 17:19:35','103.209.252.34'),(361432,0,'admin','2022-11-22 17:19:37','103.209.252.34'),(361433,0,'admin','2022-11-22 17:19:38','103.209.252.34'),(361434,0,'admin','2022-11-22 17:19:39','103.209.252.35'),(361435,0,'admin','2022-11-22 17:19:40','103.209.252.34'),(361436,0,'admin','2022-11-22 17:19:41','103.209.252.35'),(361437,0,'admin','2022-11-22 17:19:42','103.209.252.34'),(361438,0,'admin','2022-11-22 17:19:43','103.209.252.35'),(361439,0,'admin','2022-11-22 17:19:44','103.209.252.34'),(361440,0,'admin','2022-11-22 17:19:45','103.209.252.34'),(361441,0,'admin','2022-11-22 17:19:46','103.209.252.35'),(361442,0,'admin','2022-11-22 17:19:48','103.209.252.34'),(361443,0,'admin','2022-11-22 17:19:49','103.209.252.34'),(361444,0,'admin','2022-11-22 17:19:50','103.209.252.35'),(361445,0,'admin','2022-11-22 17:19:51','103.209.252.34'),(361446,0,'admin','2022-11-22 17:19:52','103.209.252.34'),(361447,0,'admin','2022-11-22 17:19:53','103.209.252.34'),(361448,0,'admin','2022-11-22 17:19:54','103.209.252.35'),(361449,0,'admin','2022-11-22 17:19:55','103.209.252.34'),(361450,0,'admin','2022-11-22 17:19:56','103.209.252.35'),(361451,0,'admin','2022-11-22 17:19:57','103.209.252.35'),(361452,0,'ukdebtconsolidations-co-uk','2022-11-22 17:19:58','157.230.15.115'),(361453,0,'admin','2022-11-22 17:19:58','103.209.252.34'),(361454,0,'admin','2022-11-22 17:19:59','103.209.252.34'),(361455,0,'admin','2022-11-22 17:20:01','103.209.252.35'),(361456,0,'admin','2022-11-22 17:20:02','103.209.252.35'),(361457,0,'admin','2022-11-22 17:20:03','103.209.252.35'),(361458,0,'admin','2022-11-22 17:20:04','103.209.252.34'),(361459,0,'admin','2022-11-22 17:20:05','103.209.252.35'),(361460,0,'admin','2022-11-22 17:20:06','103.209.252.34'),(361461,0,'admin','2022-11-22 17:20:07','103.209.252.35'),(361462,0,'admin','2022-11-22 17:20:08','103.209.252.35'),(361463,0,'admin','2022-11-22 17:20:09','103.209.252.34'),(361464,0,'admin','2022-11-22 17:20:10','103.209.252.34'),(361465,0,'admin','2022-11-22 17:20:12','103.209.252.34'),(361466,0,'admin','2022-11-22 17:20:13','103.209.252.35'),(361467,0,'admin','2022-11-22 17:20:14','103.209.252.35'),(361468,0,'admin','2022-11-22 17:20:15','103.209.252.34'),(361469,0,'admin','2022-11-22 17:20:16','103.209.252.34'),(361470,0,'admin','2022-11-22 17:20:17','103.209.252.35'),(361471,0,'admin','2022-11-22 17:20:18','103.209.252.34'),(361472,0,'admin','2022-11-22 17:20:19','103.209.252.35'),(361473,0,'admin','2022-11-22 17:20:20','103.209.252.35'),(361474,0,'admin','2022-11-22 17:20:21','103.209.252.34'),(361475,0,'admin','2022-11-22 17:20:23','103.209.252.35'),(361476,0,'admin','2022-11-22 17:20:24','103.209.252.35'),(361477,0,'admin','2022-11-22 17:20:25','103.209.252.35'),(361478,0,'admin','2022-11-22 17:20:26','103.209.252.35'),(361479,0,'admin','2022-11-22 17:20:27','103.209.252.34'),(361480,0,'admin','2022-11-22 17:20:28','103.209.252.35'),(361481,0,'admin','2022-11-22 17:20:29','103.209.252.34'),(361482,0,'admin','2022-11-22 17:20:30','103.209.252.35'),(361483,0,'admin','2022-11-22 17:20:31','103.209.252.34'),(361484,0,'admin','2022-11-22 17:20:32','103.209.252.35'),(361485,0,'admin','2022-11-22 17:20:33','103.209.252.34'),(361486,0,'admin','2022-11-22 17:20:35','103.209.252.35'),(361487,0,'admin','2022-11-22 17:20:36','103.209.252.35'),(361488,0,'admin','2022-11-22 17:20:37','103.209.252.34'),(361489,0,'admin','2022-11-22 17:20:38','103.209.252.35'),(361490,0,'admin','2022-11-22 17:20:39','103.209.252.35'),(361491,0,'admin','2022-11-22 17:20:40','103.209.252.35'),(361492,0,'admin','2022-11-22 17:20:41','103.209.252.34'),(361493,0,'admin','2022-11-22 17:20:42','103.209.252.34'),(361494,0,'admin','2022-11-22 17:20:43','103.209.252.34'),(361495,0,'admin','2022-11-22 17:20:45','103.209.252.35'),(361496,0,'admin','2022-11-22 17:20:46','103.209.252.35'),(361497,0,'admin','2022-11-22 17:20:47','103.209.252.34'),(361498,0,'admin','2022-11-22 17:20:48','103.209.252.34'),(361499,0,'admin','2022-11-22 17:20:49','103.209.252.35'),(361500,0,'admin','2022-11-22 17:20:50','103.209.252.34'),(361501,0,'admin','2022-11-22 17:20:51','103.209.252.34'),(361502,0,'admin','2022-11-22 17:20:52','103.209.252.34'),(361503,0,'admin','2022-11-22 17:20:53','103.209.252.34'),(361504,0,'admin','2022-11-22 17:20:55','103.209.252.34'),(361505,0,'admin','2022-11-22 17:20:56','103.209.252.34'),(361506,0,'admin','2022-11-22 17:20:57','103.209.252.35'),(361507,0,'admin','2022-11-22 17:20:58','103.209.252.34'),(361508,0,'admin','2022-11-22 17:20:59','103.209.252.35'),(361509,0,'admin','2022-11-22 17:21:00','103.209.252.35'),(361510,0,'admin','2022-11-22 17:21:01','103.209.252.34'),(361511,0,'admin','2022-11-22 17:21:02','103.209.252.34'),(361512,0,'admin','2022-11-22 17:21:03','103.209.252.34'),(361513,0,'admin','2022-11-22 17:21:04','103.209.252.34'),(361514,0,'admin','2022-11-22 17:21:05','103.209.252.35'),(361515,0,'admin','2022-11-22 17:21:07','103.209.252.34'),(361516,0,'admin','2022-11-22 17:21:08','103.209.252.35'),(361517,0,'admin','2022-11-22 17:21:09','103.209.252.34'),(361518,0,'admin','2022-11-22 17:21:10','103.209.252.35'),(361519,0,'admin','2022-11-22 17:21:11','103.209.252.34'),(361520,0,'admin','2022-11-22 17:21:12','103.209.252.34'),(361521,0,'admin','2022-11-22 17:21:13','103.209.252.34'),(361522,0,'admin','2022-11-22 17:21:14','103.209.252.34'),(361523,0,'admin','2022-11-22 17:21:15','103.209.252.35'),(361524,0,'admin','2022-11-22 17:21:16','103.209.252.35'),(361525,0,'admin','2022-11-22 17:21:18','103.209.252.35'),(361526,0,'admin','2022-11-22 17:21:19','103.209.252.35'),(361527,0,'admin','2022-11-22 17:21:20','103.209.252.34'),(361528,0,'admin','2022-11-22 17:21:21','103.209.252.34'),(361529,0,'admin','2022-11-22 17:21:22','103.209.252.35'),(361530,0,'admin','2022-11-22 17:21:23','103.209.252.35'),(361531,0,'admin','2022-11-22 17:21:24','103.209.252.34'),(361532,0,'admin','2022-11-22 17:21:25','103.209.252.34'),(361533,0,'admin','2022-11-22 17:21:26','103.209.252.35'),(361534,0,'admin','2022-11-22 17:21:27','103.209.252.34'),(361535,0,'admin','2022-11-22 17:21:28','103.209.252.35'),(361536,0,'admin','2022-11-22 17:21:29','103.209.252.34'),(361537,0,'admin','2022-11-22 17:21:31','103.209.252.35'),(361538,0,'admin','2022-11-22 17:21:32','103.209.252.34'),(361539,0,'admin','2022-11-22 17:21:33','103.209.252.35'),(361540,0,'admin','2022-11-22 17:21:34','103.209.252.35'),(361541,0,'admin','2022-11-22 17:21:35','103.209.252.35'),(361542,0,'admin','2022-11-22 17:21:36','103.209.252.34'),(361543,0,'admin','2022-11-22 17:21:37','103.209.252.34'),(361544,0,'admin','2022-11-22 17:21:38','103.209.252.34'),(361545,0,'admin','2022-11-22 17:21:39','103.209.252.34'),(361546,0,'admin','2022-11-22 17:21:40','103.209.252.34'),(361547,0,'admin','2022-11-22 17:21:42','103.209.252.34'),(361548,0,'admin','2022-11-22 17:21:43','103.209.252.34'),(361549,0,'admin','2022-11-22 17:21:44','103.209.252.35'),(361550,0,'admin','2022-11-22 17:21:45','103.209.252.35'),(361551,0,'admin','2022-11-22 17:21:46','103.209.252.34'),(361552,0,'admin','2022-11-22 17:21:47','103.209.252.35'),(361553,0,'admin','2022-11-22 17:21:48','103.209.252.35'),(361554,0,'admin','2022-11-22 17:21:49','103.209.252.34'),(361555,0,'admin','2022-11-22 17:21:50','103.209.252.35'),(361556,0,'admin','2022-11-22 17:21:51','103.209.252.34'),(361557,0,'admin','2022-11-22 17:21:52','103.209.252.34'),(361558,0,'admin','2022-11-22 17:21:54','103.209.252.35'),(361559,0,'admin','2022-11-22 17:21:55','103.209.252.35'),(361560,0,'admin','2022-11-22 17:21:56','103.209.252.34'),(361561,0,'admin','2022-11-22 17:21:57','103.209.252.34'),(361562,0,'admin','2022-11-22 17:21:58','103.209.252.35'),(361563,0,'admin','2022-11-22 17:21:59','103.209.252.34'),(361564,0,'admin','2022-11-22 17:22:00','103.209.252.34'),(361565,0,'admin','2022-11-22 17:22:01','103.209.252.34'),(361566,0,'admin','2022-11-22 17:22:02','103.209.252.34'),(361567,0,'admin','2022-11-22 17:22:03','103.209.252.35'),(361568,0,'admin','2022-11-22 17:22:05','103.209.252.34'),(361569,0,'admin','2022-11-22 17:22:06','103.209.252.35'),(361570,0,'admin','2022-11-22 17:22:07','103.209.252.35'),(361571,0,'admin','2022-11-22 17:22:08','103.209.252.34'),(361572,0,'admin','2022-11-22 17:22:09','103.209.252.34'),(361573,0,'admin','2022-11-22 17:22:10','103.209.252.35'),(361574,0,'admin','2022-11-22 17:22:11','103.209.252.35'),(361575,0,'admin','2022-11-22 17:22:12','103.209.252.35'),(361576,0,'admin','2022-11-22 17:22:13','103.209.252.35'),(361577,0,'admin','2022-11-22 17:22:14','103.209.252.34'),(361578,0,'admin','2022-11-22 17:22:15','103.209.252.35'),(361579,0,'admin','2022-11-22 17:22:17','103.209.252.35'),(361580,0,'admin','2022-11-22 17:22:18','103.209.252.35'),(361581,0,'admin','2022-11-22 17:22:19','103.209.252.35'),(361582,0,'admin','2022-11-22 17:22:20','103.209.252.34'),(361583,0,'admin','2022-11-22 17:22:21','103.209.252.35'),(361584,0,'admin','2022-11-22 17:22:22','103.209.252.34'),(361585,0,'admin','2022-11-22 17:22:23','103.209.252.34'),(361586,0,'admin','2022-11-22 17:22:24','103.209.252.34'),(361587,0,'admin','2022-11-22 17:22:25','103.209.252.34'),(361588,0,'admin','2022-11-22 17:22:26','103.209.252.34'),(361589,0,'admin','2022-11-22 17:22:28','103.209.252.35'),(361590,0,'admin','2022-11-22 17:22:29','103.209.252.35'),(361591,0,'admin','2022-11-22 17:22:30','103.209.252.34'),(361592,0,'admin','2022-11-22 17:22:31','103.209.252.34'),(361593,0,'admin','2022-11-22 17:22:32','103.209.252.35'),(361594,0,'admin','2022-11-22 17:22:33','103.209.252.34'),(361595,0,'admin','2022-11-22 17:22:34','103.209.252.35'),(361596,0,'admin','2022-11-22 17:22:35','103.209.252.34'),(361597,0,'admin','2022-11-22 17:22:36','103.209.252.35'),(361598,0,'admin','2022-11-22 17:22:38','103.209.252.34'),(361599,0,'admin','2022-11-22 17:22:39','103.209.252.35'),(361600,0,'admin','2022-11-22 17:22:40','103.209.252.34'),(361601,0,'admin','2022-11-22 17:22:41','103.209.252.34'),(361602,0,'admin','2022-11-22 17:22:42','103.209.252.34'),(361603,0,'admin','2022-11-22 17:22:43','103.209.252.35'),(361604,0,'admin','2022-11-22 17:22:44','103.209.252.34'),(361605,0,'admin','2022-11-22 17:22:45','103.209.252.34'),(361606,0,'admin','2022-11-22 17:22:46','103.209.252.34'),(361607,0,'admin','2022-11-22 17:22:47','103.209.252.34'),(361608,0,'admin','2022-11-22 17:22:49','103.209.252.34'),(361609,0,'admin','2022-11-22 17:22:50','103.209.252.34'),(361610,0,'admin','2022-11-22 17:22:51','103.209.252.35'),(361611,0,'admin','2022-11-22 17:22:52','103.209.252.34'),(361612,0,'admin','2022-11-22 17:22:53','103.209.252.34'),(361613,0,'admin','2022-11-22 17:22:54','103.209.252.34'),(361614,0,'admin','2022-11-22 17:22:55','103.209.252.35'),(361615,0,'admin','2022-11-22 17:22:57','103.209.252.35'),(361616,0,'admin','2022-11-22 17:22:58','103.209.252.34'),(361617,0,'admin','2022-11-22 17:22:59','103.209.252.35'),(361618,0,'admin','2022-11-22 17:23:00','103.209.252.34'),(361619,0,'admin','2022-11-22 17:23:01','103.209.252.34'),(361620,0,'admin','2022-11-22 17:23:02','103.209.252.34'),(361621,0,'admin','2022-11-22 17:23:03','103.209.252.35'),(361622,0,'admin','2022-11-22 17:23:04','103.209.252.34'),(361623,0,'admin','2022-11-22 17:23:05','103.209.252.34'),(361624,0,'admin','2022-11-22 17:23:07','103.209.252.34'),(361625,0,'admin','2022-11-22 17:23:08','103.209.252.35'),(361626,0,'admin','2022-11-22 17:23:09','103.209.252.34'),(361627,0,'admin','2022-11-22 17:23:10','103.209.252.35'),(361628,0,'admin','2022-11-22 17:23:11','103.209.252.34'),(361629,0,'admin','2022-11-22 17:23:12','103.209.252.35'),(361630,0,'admin','2022-11-22 17:23:13','103.209.252.34'),(361631,0,'admin','2022-11-22 17:23:14','103.209.252.34'),(361632,0,'admin','2022-11-22 17:23:15','103.209.252.35'),(361633,0,'admin','2022-11-22 17:23:16','103.209.252.35'),(361634,0,'admin','2022-11-22 17:23:18','103.209.252.34'),(361635,0,'admin','2022-11-22 17:23:19','103.209.252.34'),(361636,0,'admin','2022-11-22 17:23:20','103.209.252.34'),(361637,0,'admin','2022-11-22 17:23:21','103.209.252.34'),(361638,0,'admin','2022-11-22 17:23:22','103.209.252.34'),(361639,0,'admin','2022-11-22 17:23:23','103.209.252.34'),(361640,0,'admin','2022-11-22 17:23:24','103.209.252.34'),(361641,0,'admin','2022-11-22 17:23:25','103.209.252.35'),(361642,0,'admin','2022-11-22 17:23:26','103.209.252.34'),(361643,0,'admin','2022-11-22 17:23:27','103.209.252.35'),(361644,0,'admin','2022-11-22 17:23:28','103.209.252.34'),(361645,0,'admin','2022-11-22 17:23:30','103.209.252.34'),(361646,0,'admin','2022-11-22 17:23:31','103.209.252.34'),(361647,0,'admin','2022-11-22 17:23:32','103.209.252.34'),(361648,0,'admin','2022-11-22 17:23:33','103.209.252.34'),(361649,0,'admin','2022-11-22 17:23:34','103.209.252.35'),(361650,0,'admin','2022-11-22 17:23:35','103.209.252.35'),(361651,0,'admin','2022-11-22 17:23:36','103.209.252.34'),(361652,0,'admin','2022-11-22 17:23:37','103.209.252.34'),(361653,0,'admin','2022-11-22 17:23:38','103.209.252.35'),(361654,0,'admin','2022-11-22 17:23:40','103.209.252.34'),(361655,0,'admin','2022-11-22 17:23:41','103.209.252.34'),(361656,0,'admin','2022-11-22 17:23:42','103.209.252.34'),(361657,0,'admin','2022-11-22 17:23:43','103.209.252.35'),(361658,0,'admin','2022-11-22 17:23:44','103.209.252.35'),(361659,0,'admin','2022-11-22 17:23:45','103.209.252.34'),(361660,0,'admin','2022-11-22 17:23:46','103.209.252.34'),(361661,0,'admin','2022-11-22 17:23:47','103.209.252.34'),(361662,0,'admin','2022-11-22 17:23:48','103.209.252.35'),(361663,0,'admin','2022-11-22 17:23:50','103.209.252.34'),(361664,0,'admin','2022-11-22 17:23:51','103.209.252.34'),(361665,0,'admin','2022-11-22 17:23:52','103.209.252.34'),(361666,0,'admin','2022-11-22 17:23:53','103.209.252.34'),(361667,0,'admin','2022-11-22 17:23:54','103.209.252.34'),(361668,0,'admin','2022-11-22 17:23:55','103.209.252.35'),(361669,0,'admin','2022-11-22 17:23:56','103.209.252.35'),(361670,0,'admin','2022-11-22 17:23:57','103.209.252.34'),(361671,0,'admin','2022-11-22 17:23:58','103.209.252.35'),(361672,0,'admin','2022-11-22 17:23:59','103.209.252.34'),(361673,0,'admin','2022-11-22 17:24:00','103.209.252.35'),(361674,0,'admin','2022-11-22 17:24:02','103.209.252.34'),(361675,0,'admin','2022-11-22 17:24:03','103.209.252.34'),(361676,0,'admin','2022-11-22 17:24:04','103.209.252.34'),(361677,0,'admin','2022-11-22 17:24:05','103.209.252.35'),(361678,0,'admin','2022-11-22 17:24:06','103.209.252.34'),(361679,0,'admin','2022-11-22 17:24:07','103.209.252.34'),(361680,0,'admin','2022-11-22 17:24:08','103.209.252.34'),(361681,0,'admin','2022-11-22 17:24:09','103.209.252.34'),(361682,0,'admin','2022-11-22 17:24:11','103.209.252.35'),(361683,0,'admin','2022-11-22 17:24:12','103.209.252.34'),(361684,0,'admin','2022-11-22 17:24:13','103.209.252.34'),(361685,0,'admin','2022-11-22 17:24:14','103.209.252.34'),(361686,0,'admin','2022-11-22 17:24:15','103.209.252.34'),(361687,0,'admin','2022-11-22 17:24:16','103.209.252.34'),(361688,0,'admin','2022-11-22 17:24:17','103.209.252.35'),(361689,0,'admin','2022-11-22 17:24:18','103.209.252.34'),(361690,0,'admin','2022-11-22 17:24:19','103.209.252.35'),(361691,0,'admin','2022-11-22 17:24:20','103.209.252.34'),(361692,0,'admin','2022-11-22 17:24:21','103.209.252.34'),(361693,0,'admin','2022-11-22 17:24:23','103.209.252.34'),(361694,0,'admin','2022-11-22 17:24:24','103.209.252.34'),(361695,0,'admin','2022-11-22 17:24:25','103.209.252.34'),(361696,0,'admin','2022-11-22 17:24:26','103.209.252.35'),(361697,0,'admin','2022-11-22 17:24:27','103.209.252.35'),(361698,0,'admin','2022-11-22 17:24:28','103.209.252.34'),(361699,0,'admin','2022-11-22 17:24:29','103.209.252.34'),(361700,0,'admin','2022-11-22 17:24:30','103.209.252.35'),(361701,0,'admin','2022-11-22 17:24:31','103.209.252.35'),(361702,0,'admin','2022-11-22 17:24:32','103.209.252.34'),(361703,0,'admin','2022-11-22 17:24:34','103.209.252.34'),(361704,0,'admin','2022-11-22 17:24:35','103.209.252.34'),(361705,0,'admin','2022-11-22 17:24:36','103.209.252.34'),(361706,0,'admin','2022-11-22 17:24:37','103.209.252.34'),(361707,0,'admin','2022-11-22 17:24:38','103.209.252.34'),(361708,0,'admin','2022-11-22 17:24:39','103.209.252.35'),(361709,0,'admin','2022-11-22 17:24:40','103.209.252.34'),(361710,0,'admin','2022-11-22 17:24:41','103.209.252.34'),(361711,0,'admin','2022-11-22 17:24:42','103.209.252.34'),(361712,0,'admin','2022-11-22 17:24:43','103.209.252.35'),(361713,0,'admin','2022-11-22 17:24:45','103.209.252.34'),(361714,0,'admin','2022-11-22 17:24:46','103.209.252.35'),(361715,0,'admin','2022-11-22 17:24:47','103.209.252.34'),(361716,0,'admin','2022-11-22 17:24:48','103.209.252.34'),(361717,0,'admin','2022-11-22 17:24:49','103.209.252.34'),(361718,0,'admin','2022-11-22 17:24:50','103.209.252.35'),(361719,0,'admin','2022-11-22 17:24:51','103.209.252.35'),(361720,0,'admin','2022-11-22 17:24:52','103.209.252.34'),(361721,0,'admin','2022-11-22 17:24:53','103.209.252.34'),(361722,0,'admin','2022-11-22 17:24:54','103.209.252.35'),(361723,0,'admin','2022-11-22 17:24:56','103.209.252.34'),(361724,0,'admin','2022-11-22 17:24:57','103.209.252.34'),(361725,0,'admin','2022-11-22 17:24:58','103.209.252.35'),(361726,0,'admin','2022-11-22 17:24:59','103.209.252.35'),(361727,0,'admin','2022-11-22 17:25:00','103.209.252.35'),(361728,0,'admin','2022-11-22 17:25:01','103.209.252.34'),(361729,0,'admin','2022-11-22 17:25:02','103.209.252.34'),(361730,0,'admin','2022-11-22 17:25:03','103.209.252.35'),(361731,0,'admin','2022-11-22 17:25:04','103.209.252.34'),(361732,0,'admin','2022-11-22 17:25:05','103.209.252.34'),(361733,0,'admin','2022-11-22 17:25:07','103.209.252.35'),(361734,0,'admin','2022-11-22 17:25:08','103.209.252.34'),(361735,0,'admin','2022-11-22 17:25:09','103.209.252.34'),(361736,0,'admin','2022-11-22 17:25:10','103.209.252.34'),(361737,0,'admin','2022-11-22 17:25:11','103.209.252.34'),(361738,0,'admin','2022-11-22 17:25:12','103.209.252.34'),(361739,0,'admin','2022-11-22 17:25:13','103.209.252.34'),(361740,0,'admin','2022-11-22 17:25:14','103.209.252.35'),(361741,0,'admin','2022-11-22 17:25:15','103.209.252.34'),(361742,0,'admin','2022-11-22 17:25:17','103.209.252.34'),(361743,0,'admin','2022-11-22 17:25:18','103.209.252.34'),(361744,0,'admin','2022-11-22 17:25:19','103.209.252.34'),(361745,0,'admin','2022-11-22 17:25:20','103.209.252.35'),(361746,0,'admin','2022-11-22 17:25:21','103.209.252.34'),(361747,0,'admin','2022-11-22 17:25:22','103.209.252.34'),(361748,0,'admin','2022-11-22 17:25:23','103.209.252.35'),(361749,0,'admin','2022-11-22 17:25:24','103.209.252.34'),(361750,0,'admin','2022-11-22 17:25:25','103.209.252.34'),(361751,0,'admin','2022-11-22 17:25:26','103.209.252.35'),(361752,0,'admin','2022-11-22 17:25:27','103.209.252.34'),(361753,0,'admin','2022-11-22 17:25:28','103.209.252.34'),(361754,0,'admin','2022-11-22 17:25:29','103.209.252.35'),(361755,0,'admin','2022-11-22 17:25:31','103.209.252.35'),(361756,0,'admin','2022-11-22 17:25:32','103.209.252.34'),(361757,0,'admin','2022-11-22 17:25:33','103.209.252.34'),(361758,0,'admin','2022-11-22 17:25:34','103.209.252.35'),(361759,0,'admin','2022-11-22 17:25:35','103.209.252.34'),(361760,0,'admin','2022-11-22 17:25:36','103.209.252.35'),(361761,0,'admin','2022-11-22 17:25:37','103.209.252.34'),(361762,0,'admin','2022-11-22 17:25:38','103.209.252.34'),(361763,0,'admin','2022-11-22 17:25:39','103.209.252.34'),(361764,0,'admin','2022-11-22 17:25:40','103.209.252.35'),(361765,0,'admin','2022-11-22 17:25:41','103.209.252.34'),(361766,0,'admin','2022-11-22 17:25:43','103.209.252.34'),(361767,0,'admin','2022-11-22 17:25:44','103.209.252.35'),(361768,0,'admin','2022-11-22 17:25:45','103.209.252.35'),(361769,0,'admin','2022-11-22 17:25:46','103.209.252.34'),(361770,0,'admin','2022-11-22 17:25:47','103.209.252.34'),(361771,0,'admin','2022-11-22 17:25:48','103.209.252.34'),(361772,0,'admin','2022-11-22 17:25:49','103.209.252.34'),(361773,0,'admin','2022-11-22 17:25:50','103.209.252.34'),(361774,0,'admin','2022-11-22 17:25:51','103.209.252.34'),(361775,0,'admin','2022-11-22 17:25:53','103.209.252.34'),(361776,0,'admin','2022-11-22 17:25:54','103.209.252.34'),(361777,0,'admin','2022-11-22 17:25:55','103.209.252.34'),(361778,0,'admin','2022-11-22 17:25:56','103.209.252.35'),(361779,0,'admin','2022-11-22 17:25:57','103.209.252.35'),(361780,0,'admin','2022-11-22 17:25:58','103.209.252.35'),(361781,0,'admin','2022-11-22 17:25:59','103.209.252.35'),(361782,0,'admin','2022-11-22 17:26:00','103.209.252.34'),(361783,0,'admin','2022-11-22 17:26:01','103.209.252.34'),(361784,0,'feed','2022-11-22 17:38:44','164.132.170.4'),(361785,0,'payments@ridingtherhino.co.uk','2022-11-22 17:39:12','185.119.81.104'),(361786,0,'ukdebtconsolidations-co-uk','2022-11-22 17:44:05','202.29.236.140'),(361787,0,'Ukdebtconsolidations.co.uk','2022-11-22 17:50:50','5.188.62.21'),(361788,0,'Feed','2022-11-22 17:50:51','5.188.62.21'),(361789,0,'payments','2022-11-22 18:01:04','185.119.81.109'),(361790,0,'feed','2022-11-22 18:02:24','146.148.44.185'),(361791,0,'abcd','2022-11-22 18:05:30','89.32.46.187'),(361792,0,'ukdebtconsolidations-co-uk','2022-11-22 18:08:00','212.110.92.155'),(361793,0,'admin','2022-11-22 18:10:27','4.193.57.112'),(361794,0,'admin','2022-11-22 18:10:27','4.193.57.112'),(361795,0,'admin','2022-11-22 18:10:28','4.193.57.112'),(361796,0,'admin','2022-11-22 18:10:29','4.193.57.112'),(361797,0,'admin','2022-11-22 18:10:30','4.193.57.112'),(361798,0,'admin','2022-11-22 18:10:30','4.193.57.112'),(361799,0,'admin','2022-11-22 18:10:31','4.193.57.112'),(361800,0,'admin','2022-11-22 18:10:32','4.193.57.112'),(361801,0,'admin','2022-11-22 18:10:33','4.193.57.112'),(361802,0,'admin','2022-11-22 18:10:33','4.193.57.112'),(361803,0,'admin','2022-11-22 18:10:34','4.193.57.112'),(361804,0,'admin','2022-11-22 18:10:35','4.193.57.112'),(361805,0,'admin','2022-11-22 18:10:36','4.193.57.112'),(361806,0,'admin','2022-11-22 18:10:36','4.193.57.112'),(361807,0,'admin','2022-11-22 18:10:37','4.193.57.112'),(361808,0,'admin','2022-11-22 18:10:38','4.193.57.112'),(361809,0,'admin','2022-11-22 18:10:39','4.193.57.112'),(361810,0,'admin','2022-11-22 18:10:39','4.193.57.112'),(361811,0,'admin','2022-11-22 18:10:40','4.193.57.112'),(361812,0,'admin','2022-11-22 18:10:41','4.193.57.112'),(361813,0,'admin','2022-11-22 18:10:42','4.193.57.112'),(361814,0,'admin','2022-11-22 18:10:43','4.193.57.112'),(361815,0,'admin','2022-11-22 18:10:43','4.193.57.112'),(361816,0,'admin','2022-11-22 18:10:44','4.193.57.112'),(361817,0,'admin','2022-11-22 18:10:45','4.193.57.112'),(361818,0,'admin','2022-11-22 18:10:45','4.193.57.112'),(361819,0,'admin','2022-11-22 18:10:46','4.193.57.112'),(361820,0,'ukdebtconsolidations-co-uk','2022-11-22 18:30:47','51.89.47.206'),(361821,0,'feed','2022-11-22 18:47:57','149.56.26.54'),(361822,0,'ukdebtconsolidations-co-uk','2022-11-22 18:52:54','143.244.155.35'),(361823,0,'feed','2022-11-22 19:10:39','207.154.248.39'),(361824,0,'ukdebtconsolidations-co-uk','2022-11-22 19:15:21','202.29.236.140'),(361825,0,'ukdebtconsolidations-co-uk','2022-11-22 19:36:24','185.2.5.31'),(361826,0,'feed','2022-11-22 19:52:47','23.99.229.218'),(361827,0,'ukdebtconsolidations-co-uk','2022-11-22 19:57:27','173.236.152.148'),(361828,0,'feed','2022-11-22 20:14:48','104.248.35.154'),(361829,0,'payments','2022-11-22 20:16:20','185.119.81.109'),(361830,0,'payments','2022-11-22 20:16:59','185.119.81.104'),(361831,0,'ukdebtconsolidations-co-uk','2022-11-22 20:19:24','167.172.206.144'),(361832,0,'Ukdebtconsolidations.co.uk','2022-11-22 20:34:49','5.188.62.26'),(361833,0,'Feed','2022-11-22 20:34:50','5.188.62.26'),(361834,0,'feed','2022-11-22 20:36:09','143.244.177.220'),(361835,0,'ukdebtconsolidations-co-uk','2022-11-22 20:40:49','138.68.96.111'),(361836,0,'admin','2022-11-22 20:41:32','185.119.81.103'),(361837,0,'ukdebtconsolidations.co.uk','2022-11-22 20:54:57','5.188.62.26'),(361838,0,'feed','2022-11-22 20:55:22','5.188.62.26'),(361839,0,'feed','2022-11-22 20:57:34','133.130.103.36'),(361840,0,'ukdebtconsolidations-co-uk','2022-11-22 21:02:29','207.154.248.39'),(361841,0,'admin','2022-11-22 21:03:19','185.119.81.109'),(361842,0,'ukdebtconsolidations-co-uk','2022-11-22 21:24:15','178.128.107.59'),(361843,0,'ukdebtconsolidations.co.uk','2022-11-22 21:36:05','5.188.62.21'),(361844,0,'feed','2022-11-22 21:36:06','5.188.62.21'),(361845,0,'feed','2022-11-22 21:41:00','93.114.185.76'),(361846,0,'ukdebtconsolidations-co-uk','2022-11-22 21:45:34','166.62.125.246'),(361847,0,'payments@ridingtherhino.co.uk','2022-11-22 21:45:45','185.119.81.109'),(361848,0,'payments','2022-11-22 21:55:16','185.119.81.109'),(361849,0,'feed','2022-11-22 22:01:50','144.126.223.177'),(361850,0,'zhihua','2022-11-22 22:05:52','18.133.60.229'),(361851,0,'ukdebtconsolidations-co-uk','2022-11-22 22:06:28','51.89.47.206'),(361852,0,'payments','2022-11-22 22:10:32','185.119.81.104'),(361853,0,'feed','2022-11-22 22:22:25','148.72.207.163'),(361854,0,'aadmin','2022-11-22 22:26:14','34.96.143.131'),(361855,0,'ukdebtconsolidations-co-uk','2022-11-22 22:26:55','103.166.183.192'),(361856,0,'admin','2022-11-22 22:41:28','185.119.81.104'),(361857,0,'feed','2022-11-22 22:42:52','137.184.124.136'),(361858,0,'ukdebtconsolidations-co-uk','2022-11-22 22:47:18','39.108.148.88'),(361859,0,'feed','2022-11-22 23:03:22','13.79.17.158'),(361860,0,'ukdebtconsolidations-co-uk','2022-11-22 23:07:51','46.105.57.132'),(361861,0,'feed','2022-11-22 23:23:44','45.55.79.147'),(361862,0,'ukdebtconsolidations-co-uk','2022-11-22 23:28:08','171.244.0.91'),(361863,0,'payments@ridingtherhino.co.uk','2022-11-22 23:39:29','185.119.81.103'),(361864,0,'feed','2022-11-22 23:43:53','145.239.30.120'),(361865,0,'ukdebtconsolidations-co-uk','2022-11-22 23:48:30','62.210.211.218'),(361866,0,'ukdebtconsolidations.co.uk','2022-11-23 00:00:15','5.188.62.26'),(361867,0,'feed','2022-11-23 00:00:25','5.188.62.26'),(361868,0,'feed','2022-11-23 00:04:10','167.71.234.124'),(361869,0,'ukdebtconsolidations-co-uk','2022-11-23 00:08:41','109.168.97.89'),(361870,0,'feed','2022-11-23 00:24:58','173.236.152.148'),(361871,0,'ukdebtconsolidations-co-uk','2022-11-23 00:29:25','77.240.13.186'),(361872,0,'feed','2022-11-23 00:45:41','164.132.170.4'),(361873,0,'ukdebtconsolidations-co-uk','2022-11-23 00:50:11','103.130.218.178'),(361874,0,'mamah','2022-11-23 00:52:20','194.69.36.76'),(361875,0,'feed','2022-11-23 01:06:21','185.250.251.124'),(361876,0,'ukdebtconsolidations-co-uk','2022-11-23 01:10:49','185.2.4.56'),(361877,0,'feed','2022-11-23 01:20:06','5.188.62.21'),(361878,0,'ukdebtconsolidations.co.uk','2022-11-23 01:20:06','5.188.62.21'),(361879,0,'feed','2022-11-23 01:26:49','188.166.236.35'),(361880,0,'ukdebtconsolidations-co-uk','2022-11-23 01:31:18','202.29.236.140'),(361881,0,'feed','2022-11-23 01:47:16','142.93.201.0'),(361882,0,'ukdebtconsolidations-co-uk','2022-11-23 01:51:42','5.189.149.47'),(361883,0,'feed','2022-11-23 02:08:13','92.204.138.28'),(361884,0,'ukdebtconsolidations-co-uk','2022-11-23 02:12:41','51.91.151.60'),(361885,0,'ukdebtconsolidations.co.uk','2022-11-23 02:15:40','5.188.62.140'),(361886,0,'feed','2022-11-23 02:15:40','5.188.62.140'),(361887,0,'clubhispano','2022-11-23 02:19:23','190.110.197.115'),(361888,0,'feed','2022-11-23 02:49:37','103.130.219.13'),(361889,0,'feed','2022-11-23 03:32:45','34.121.23.185'),(361890,0,'feed','2022-11-23 03:54:13','138.68.180.230'),(361891,0,'ukdebtconsolidations-co-uk','2022-11-23 03:59:03','64.225.65.31'),(361892,0,'payments','2022-11-23 04:15:30','185.119.81.109'),(361893,0,'feed','2022-11-23 04:15:42','64.227.183.25'),(361894,0,'ukdebtconsolidations-co-uk','2022-11-23 04:20:20','178.217.190.82'),(361895,0,'feed','2022-11-23 04:36:47','178.128.107.59'),(361896,0,'reasonable','2022-11-23 04:39:34','185.119.81.109'),(361897,0,'ukdebtconsolidations-co-uk','2022-11-23 04:41:38','139.59.85.224'),(361898,0,'payments@ridingtherhino.co.uk','2022-11-23 04:51:26','185.119.81.109'),(361899,0,'feed','2022-11-23 04:58:17','171.244.0.91'),(361900,0,'ukdebtconsolidations-co-uk','2022-11-23 05:03:14','159.89.199.237'),(361901,0,'Ukdebtconsolidations.co.uk','2022-11-23 05:03:21','5.188.62.21'),(361902,0,'Feed','2022-11-23 05:03:21','5.188.62.21'),(361903,0,'feed','2022-11-23 05:20:22','34.75.65.218'),(361904,0,'ukdebtconsolidations-co-uk','2022-11-23 05:24:53','138.68.180.230'),(361905,0,'feed','2022-11-23 05:41:40','192.71.144.12'),(361906,0,'ukdebtconsolidations-co-uk','2022-11-23 05:46:26','133.130.103.36'),(361907,0,'feed','2022-11-23 06:03:27','157.230.127.126'),(361908,0,'ukdebtconsolidations-co-uk','2022-11-23 06:08:38','14.225.255.250'),(361909,0,'admin','2022-11-23 06:20:02','185.119.81.109'),(361910,0,'feed','2022-11-23 06:25:44','128.199.131.42'),(361911,0,'ukdebtconsolidations-co-uk','2022-11-23 06:30:34','146.56.99.136'),(361912,0,'ukdebtconsolidations-co-uk','2022-11-23 06:31:00','188.164.193.195'),(361913,0,'ukdebtconsolidations-co-uk','2022-11-23 06:39:09','167.172.72.64'),(361914,0,'feed','2022-11-23 06:47:35','159.89.109.117'),(361915,0,'ukdebtconsolidations-co-uk','2022-11-23 06:47:45','162.14.71.142'),(361916,0,'ukdebtconsolidations-co-uk','2022-11-23 06:52:19','124.106.71.219'),(361917,0,'ukdebtconsolidations-co-uk','2022-11-23 06:57:01','152.32.211.172'),(361918,0,'ukdebtconsolidations-co-uk','2022-11-23 07:06:19','148.72.244.53'),(361919,0,'feed','2022-11-23 07:09:45','34.65.234.0'),(361920,0,'ukdebtconsolidations-co-uk','2022-11-23 07:14:50','103.173.78.7'),(361921,0,'ukdebtconsolidations-co-uk','2022-11-23 07:16:42','40.70.241.53'),(361922,0,'ukdebtconsolidations-co-uk','2022-11-23 07:27:06','185.197.195.173'),(361923,0,'admin','2022-11-23 07:33:05','185.119.81.104'),(361924,0,'payments','2022-11-23 07:36:54','185.119.81.109'),(361925,0,'ukdebtconsolidations-co-uk','2022-11-23 07:37:08','159.203.121.12'),(361926,0,'ukdebtconsolidations-co-uk','2022-11-23 07:37:30','180.211.97.53'),(361927,0,'ukdebtconsolidations-co-uk','2022-11-23 07:48:44','192.210.196.65'),(361928,0,'feed','2022-11-23 07:54:33','34.75.65.218'),(361929,0,'ukdebtconsolidations-co-uk','2022-11-23 07:59:35','103.171.181.53'),(361930,0,'ukdebtconsolidations-co-uk','2022-11-23 07:59:40','151.106.41.64'),(361931,0,'ukdebtconsolidations-co-uk','2022-11-23 08:11:15','45.125.239.179'),(361932,0,'admin','2022-11-23 08:23:30','202.29.236.140'),(361933,0,'admin','2022-11-23 08:24:51','167.99.54.31'),(361934,0,'admin','2022-11-23 08:36:31','119.63.201.53'),(361935,0,'admin','2022-11-23 08:40:48','146.56.99.136'),(361936,0,'ukdebtconsolidations.co.uk','2022-11-23 08:43:18','5.188.62.21'),(361937,0,'feed','2022-11-23 08:43:19','5.188.62.21'),(361938,0,'admin','2022-11-23 08:45:39','151.106.38.6'),(361939,0,'ukdebtconsolidations-co-uk','2022-11-23 08:48:28','202.131.227.181'),(361940,0,'ukdebtconsolidations-co-uk','2022-11-23 09:00:12','148.72.209.0'),(361941,0,'admin','2022-11-23 09:03:43','137.184.124.136'),(361942,0,'payments@ridingtherhino.co.uk','2022-11-23 09:05:00','185.119.81.107'),(361943,0,'admin','2022-11-23 09:08:51','143.244.177.220'),(361944,0,'ukdebtconsolidations-co-uk','2022-11-23 09:12:15','148.72.40.90'),(361945,0,'payments','2022-11-23 09:24:58','185.119.81.107'),(361946,0,'admin','2022-11-23 09:33:23','146.56.99.136'),(361947,0,'ukdebtconsolidations-co-uk','2022-11-23 09:35:15','101.99.90.175'),(361948,0,'admin','2022-11-23 09:52:09','95.97.6.138'),(361949,0,'ukdebtconsolidations-co-uk','2022-11-23 09:56:54','185.183.122.143'),(361950,0,'admin','2022-11-23 09:57:33','81.70.248.169'),(361951,0,'admin','2022-11-23 10:16:35','159.223.91.187'),(361952,0,'admin','2022-11-23 10:18:53','101.99.90.175'),(361953,0,'ukdebtconsolidations.co.uk','2022-11-23 10:31:10','5.188.62.26'),(361954,0,'feed','2022-11-23 10:31:20','5.188.62.26'),(361955,0,'payments@ridingtherhino.co.uk','2022-11-23 10:31:23','185.119.81.104'),(361956,0,'admin','2022-11-23 10:39:22','84.205.178.135'),(361957,0,'admin','2022-11-23 10:41:20','173.236.137.153'),(361958,0,'ukdebtconsolidations-co-uk','2022-11-23 10:44:29','185.2.4.56'),(361959,0,'feed','2022-11-23 11:03:13','178.217.190.82'),(361960,0,'admin','2022-11-23 11:03:30','144.91.77.202'),(361961,0,'ukdebtconsolidations-co-uk','2022-11-23 11:08:55','39.108.148.88'),(361962,0,'admin','2022-11-23 11:26:21','103.92.27.198'),(361963,0,'feed','2022-11-23 11:27:59','167.71.204.106'),(361964,0,'ukdebtconsolidations-co-uk','2022-11-23 11:33:37','133.130.103.36'),(361965,0,'feed','2022-11-23 11:53:43','47.110.72.238'),(361966,0,'ukdebtconsolidations-co-uk','2022-11-23 11:59:25','157.230.15.115'),(361967,0,'wadminw','2022-11-23 11:59:36','72.34.62.119'),(361968,0,'feed','2022-11-23 12:19:44','54.37.156.240'),(361969,0,'wwwadmin','2022-11-23 12:22:09','42.193.106.55'),(361970,0,'ukdebtconsolidations.co.uk','2022-11-23 12:24:44','5.188.62.21'),(361971,0,'feed','2022-11-23 12:24:45','5.188.62.21'),(361972,0,'ukdebtconsolidations-co-uk','2022-11-23 12:25:20','128.199.131.42'),(361973,0,'wadminw','2022-11-23 12:42:08','121.40.238.50'),(361974,0,'feed','2022-11-23 12:44:47','146.56.99.136'),(361975,0,'payments@ridingtherhino.co.uk','2022-11-23 12:45:57','185.119.81.104'),(361976,0,'ukdebtconsolidations-co-uk','2022-11-23 12:50:00','45.55.44.23'),(361977,0,'wwwadmin','2022-11-23 12:54:07','213.149.103.132'),(361978,0,'admin','2022-11-23 13:14:35','143.244.155.35'),(361979,0,'admin','2022-11-23 13:32:06','139.59.85.224'),(361980,0,'admin','2022-11-23 13:32:57','40.70.241.53'),(361981,0,'admin','2022-11-23 13:36:51','159.89.199.237'),(361982,0,'admin','2022-11-23 13:45:22','35.219.66.183'),(361983,0,'payments','2022-11-23 13:52:59','185.119.81.109'),(361984,0,'admin','2022-11-23 13:54:18','43.154.9.162'),(361985,0,'reasonable','2022-11-23 13:55:10','185.119.81.109'),(361986,0,'ukdebtconsolidations-co-uk','2022-11-23 13:58:13','180.211.97.53'),(361987,0,'admin','2022-11-23 13:59:13','46.105.29.21'),(361988,0,'ukdebtconsolidations-co-uk','2022-11-23 14:10:53','198.187.28.97'),(361989,0,'admin','2022-11-23 14:17:17','146.56.99.136'),(361990,0,'admin','2022-11-23 14:22:13','159.223.91.187'),(361991,0,'ukdebtconsolidations-co-uk','2022-11-23 14:23:59','132.148.155.12'),(361992,0,'ukdebtconsolidations-co-uk','2022-11-23 14:36:50','162.214.123.41'),(361993,0,'admin','2022-11-23 14:40:20','13.78.225.32'),(361994,0,'admin','2022-11-23 14:45:24','145.239.30.120'),(361995,0,'ukdebtconsolidations-co-uk','2022-11-23 14:49:58','150.230.247.143'),(361996,0,'ukdebtconsolidations-co-uk','2022-11-23 15:02:49','184.168.125.241'),(361997,0,'admin','2022-11-23 15:03:50','35.195.78.238'),(361998,0,'ukdebtconsolidations-co-uk','2022-11-23 15:12:47','116.118.50.135'),(361999,0,'ukdebtconsolidations-co-uk','2022-11-23 15:26:25','102.129.40.35'),(362000,0,'admin','2022-11-23 15:27:03','54.37.156.240'),(362001,0,'admin','2022-11-23 15:32:09','104.248.35.154'),(362002,0,'admin','2022-11-23 15:39:21','194.163.129.107'),(362003,0,'admin','2022-11-23 15:50:15','72.167.34.14'),(362004,0,'admin','2022-11-23 15:52:38','198.136.54.132'),(362005,0,'admin','2022-11-23 15:55:04','202.29.236.140'),(362006,0,'ukdebtconsolidations.co.uk','2022-11-23 16:02:51','5.188.62.21'),(362007,0,'feed','2022-11-23 16:02:52','5.188.62.21'),(362008,0,'admin','2022-11-23 16:04:13','178.124.210.118'),(362009,0,'admin','2022-11-23 16:13:00','159.89.228.214'),(362010,0,'admin','2022-11-23 16:14:28','178.62.33.222'),(362011,0,'admin','2022-11-23 16:18:14','54.37.235.96'),(362012,0,'payments@ridingtherhino.co.uk','2022-11-23 16:46:13','185.119.81.109'),(362013,0,'payments','2022-11-23 17:40:13','185.119.81.104'),(362014,0,'admin','2022-11-23 18:11:10','185.119.81.107'),(362015,0,'ukdebtconsolidations.co.uk','2022-11-23 19:42:58','5.188.62.21'),(362016,0,'feed','2022-11-23 19:42:59','5.188.62.21'),(362017,0,'payments@ridingtherhino.co.uk','2022-11-23 20:55:43','185.119.81.104'),(362018,0,'payments','2022-11-23 21:39:45','185.119.81.109'),(362019,0,'admin','2022-11-23 22:01:01','185.119.81.104'),(362020,0,'payments','2022-11-23 22:35:55','185.119.81.103'),(362021,0,'payments@ridingtherhino.co.uk','2022-11-23 22:51:33','185.119.81.109'),(362022,0,'ukdebtconsolidations.co.uk','2022-11-23 23:23:45','5.188.62.21'),(362023,0,'feed','2022-11-23 23:23:45','5.188.62.21'),(362024,0,'admin','2022-11-23 23:35:14','185.119.81.104'),(362025,0,'feed','2022-11-24 00:17:07','5.188.62.26'),(362026,0,'ukdebtconsolidations.co.uk','2022-11-24 00:17:07','5.188.62.26'),(362027,0,'payments@ridingtherhino.co.uk','2022-11-24 00:22:28','185.119.81.107'),(362028,0,'payments','2022-11-24 00:26:44','185.119.81.104'),(362029,0,'debtc','2022-11-24 00:29:50','185.119.81.104'),(362030,0,'ukdeb','2022-11-24 00:33:12','185.119.81.104'),(362031,0,'payments','2022-11-24 00:40:43','185.119.81.104'),(362032,0,'payments','2022-11-24 01:10:16','185.119.81.103'),(362033,0,'ukdeb','2022-11-24 01:39:01','185.119.81.104'),(362034,0,'admin','2022-11-24 01:59:54','185.119.81.107'),(362035,0,'payments','2022-11-24 02:01:18','185.119.81.104'),(362036,0,'ukdebtconsolidations.co.uk','2022-11-24 02:42:50','5.188.62.76'),(362037,0,'feed','2022-11-24 02:42:50','5.188.62.76'),(362038,0,'payments','2022-11-24 02:42:52','185.119.81.107'),(362039,0,'Ukdebtconsolidations.co.uk','2022-11-24 03:02:06','5.188.62.21'),(362040,0,'Feed','2022-11-24 03:02:06','5.188.62.21'),(362041,0,'letter','2022-11-24 03:12:52','185.119.81.109'),(362042,0,'payments','2022-11-24 03:16:05','185.119.81.109'),(362043,0,'payments','2022-11-24 03:56:18','185.119.81.104'),(362044,0,'payments','2022-11-24 03:58:41','185.119.81.109'),(362045,0,'payments','2022-11-24 04:03:40','185.119.81.107'),(362046,0,'payments@ridingtherhino.co.uk','2022-11-24 04:03:49','185.119.81.107'),(362047,0,'Homeowners','2022-11-24 04:43:57','185.119.81.103'),(362048,0,'UK','2022-11-24 05:43:10','5.188.62.76'),(362049,0,'payments','2022-11-24 05:45:36','185.119.81.104'),(362050,0,'payments','2022-11-24 05:57:42','185.119.81.107'),(362051,0,'feed','2022-11-24 06:03:38','166.62.125.246'),(362052,0,'ukdebtconsolidations-co-uk','2022-11-24 06:08:44','188.166.236.35'),(362053,0,'admin','2022-11-24 06:20:27','199.195.254.123'),(362054,0,'feed','2022-11-24 06:23:55','93.114.185.76'),(362055,0,'ukdebtconsolidations-co-uk','2022-11-24 06:29:02','146.148.44.185'),(362056,0,'feed','2022-11-24 06:39:01','161.35.52.207'),(362057,0,'ukdebtconsolidations-co-uk','2022-11-24 06:44:05','157.230.127.126'),(362058,0,'payments','2022-11-24 06:53:54','185.119.81.104'),(362059,0,'ukdebtconsolidations-co-uk','2022-11-24 07:04:30','157.230.127.126'),(362060,0,'ukdebtconsolidations-co-uk','2022-11-24 07:25:16','115.79.139.135'),(362061,0,'feed','2022-11-24 07:40:24','217.76.155.6'),(362062,0,'ukdebtconsolidations-co-uk','2022-11-24 07:46:05','139.59.96.126'),(362063,0,'payments','2022-11-24 07:54:33','185.119.81.109'),(362064,0,'feed','2022-11-24 08:01:59','173.236.168.102'),(362065,0,'payments@ridingtherhino.co.uk','2022-11-24 08:07:13','185.119.81.103'),(362066,0,'ukdebtconsolidations-co-uk','2022-11-24 08:07:22','202.29.236.140'),(362067,0,'feed','2022-11-24 08:22:47','61.219.43.253'),(362068,0,'ukdebtconsolidations-co-uk','2022-11-24 08:27:58','207.154.250.8'),(362069,0,'payments','2022-11-24 08:35:19','185.119.81.109'),(362070,0,'co','2022-11-24 08:37:38','199.195.254.123'),(362071,0,'feed','2022-11-24 08:43:16','107.180.106.9'),(362072,0,'ukdebtconsolidations-co-uk','2022-11-24 08:48:33','143.244.140.199'),(362073,0,'feed','2022-11-24 09:03:44','81.88.52.8'),(362074,0,'ukdebtconsolidations-co-uk','2022-11-24 09:09:05','159.89.228.214'),(362075,0,'payments','2022-11-24 09:12:35','185.119.81.104'),(362076,0,'feed','2022-11-24 09:24:16','188.166.225.235'),(362077,0,'payments@ridingtherhino.co.uk','2022-11-24 09:25:30','185.119.81.104'),(362078,0,'ukdebtconsolidations-co-uk','2022-11-24 09:29:31','5.189.149.47'),(362079,0,'feed','2022-11-24 09:45:03','188.212.34.69'),(362080,0,'ukdebtconsolidations-co-uk','2022-11-24 09:50:29','164.92.73.132'),(362081,0,'uk','2022-11-24 11:14:46','199.195.254.123'),(362082,0,'ukdeb','2022-11-24 11:20:03','185.119.81.104'),(362083,0,'payments','2022-11-24 12:21:17','185.119.81.104'),(362084,0,'administrator','2022-11-24 12:49:54','199.195.254.123'),(362085,0,'admin','2022-11-24 13:08:01','185.119.81.103'),(362086,0,'payments','2022-11-24 13:38:38','185.119.81.109'),(362087,0,'payments@ridingtherhino.co.uk','2022-11-24 13:56:39','185.119.81.104'),(362088,0,'ukdebtconsolidations-co-uk','2022-11-24 14:01:27','199.195.254.123'),(362089,0,'payments@ridingtherhino.co.uk','2022-11-24 14:02:15','185.119.81.104'),(362090,0,'payments','2022-11-24 14:46:04','185.119.81.103'),(362091,0,'payments','2022-11-24 15:03:51','185.119.81.109'),(362092,0,'ukdebtconsolidations-co-uk','2022-11-24 15:27:17','199.195.254.123'),(362093,0,'ukdebtconsolidations-co-uk','2022-11-24 15:49:51','84.205.178.135'),(362094,0,'feed','2022-11-24 16:28:48','35.187.58.136'),(362095,0,'ukdebtconsolidations-co-uk','2022-11-24 16:34:03','47.110.72.238'),(362096,0,'ukdebtconsolidations-co-uk','2022-11-24 17:18:46','46.105.29.21'),(362097,0,'Homeowners','2022-11-24 17:48:14','185.119.81.103'),(362098,0,'admin','2022-11-24 17:48:15','185.119.81.104'),(362099,0,'payments','2022-11-24 17:53:07','185.119.81.103'),(362100,0,'feed','2022-11-24 17:57:59','198.244.167.101'),(362101,0,'ukdebtconsolidations-co-uk','2022-11-24 18:03:25','23.97.205.210'),(362102,0,'payments','2022-11-24 18:35:12','185.119.81.107'),(362103,0,'payments','2022-11-24 18:39:51','185.119.81.104'),(362104,0,'feed','2022-11-24 18:42:45','213.175.66.138'),(362105,0,'ukdebtconsolidations-co-uk','2022-11-24 18:47:55','103.147.241.56'),(362106,0,'feed','2022-11-24 19:27:17','81.88.52.221'),(362107,0,'ukdebtconsolidations-co-uk','2022-11-24 19:32:35','143.244.177.220'),(362108,0,'debtc','2022-11-24 19:46:28','185.119.81.104'),(362109,0,'payments','2022-11-24 20:05:35','185.119.81.109'),(362110,0,'feed','2022-11-24 20:10:14','164.92.73.132'),(362111,0,'admin','2022-11-24 20:14:06','185.119.81.104'),(362112,0,'ukdebtconsolidations-co-uk','2022-11-24 20:15:14','111.230.202.147'),(362113,0,'payments@ridingtherhino.co.uk','2022-11-24 21:00:24','185.119.81.109'),(362114,0,'payments','2022-11-24 21:38:24','185.119.81.103'),(362115,0,'ukdebtconsolidations-co-uk','2022-11-24 21:39:37','128.199.14.4'),(362116,0,'webmaster','2022-11-24 22:02:53','116.63.139.209'),(362117,0,'letter','2022-11-24 22:08:39','185.119.81.109'),(362118,0,'feed','2022-11-24 22:16:26','82.166.39.15'),(362119,0,'payments@ridingtherhino.co.uk','2022-11-24 22:18:15','185.119.81.103'),(362120,0,'ukdebtconsolidations-co-uk','2022-11-24 22:21:20','144.126.223.177'),(362121,0,'feed','2022-11-24 22:57:39','173.236.168.102'),(362122,0,'ukdebtconsolidations-co-uk','2022-11-24 23:02:37','103.163.139.202'),(362123,0,'payments@ridingtherhino.co.uk','2022-11-24 23:07:11','185.119.81.109'),(362124,0,'payments','2022-11-24 23:21:42','185.119.81.104'),(362125,0,'reasonable','2022-11-24 23:23:49','185.119.81.109'),(362126,0,'feed','2022-11-24 23:38:38','207.46.234.202'),(362127,0,'ukdebtconsolidations-co-uk','2022-11-24 23:43:27','185.2.4.33'),(362128,0,'admin','2022-11-25 00:02:40','185.119.81.107'),(362129,0,'feed','2022-11-25 00:20:23','185.2.4.56'),(362130,0,'ukdebtconsolidations-co-uk','2022-11-25 00:25:25','207.46.234.202'),(362131,0,'payments@ridingtherhino.co.uk','2022-11-25 01:05:18','185.119.81.107'),(362132,0,'ukdebtconsolidations-co-uk','2022-11-25 01:07:50','194.195.121.233'),(362133,0,'admin','2022-11-25 01:33:21','185.119.81.103'),(362134,0,'ukdebtconsolidations-co-uk','2022-11-25 01:49:11','64.225.65.31'),(362135,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:39','161.35.114.17'),(362136,0,'admin','2022-11-25 01:52:40','161.35.114.17'),(362137,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:40','161.35.114.17'),(362138,0,'admin','2022-11-25 01:52:41','161.35.114.17'),(362139,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:41','161.35.114.17'),(362140,0,'admin','2022-11-25 01:52:41','161.35.114.17'),(362141,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:42','161.35.114.17'),(362142,0,'admin','2022-11-25 01:52:42','161.35.114.17'),(362143,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:42','161.35.114.17'),(362144,0,'admin','2022-11-25 01:52:43','161.35.114.17'),(362145,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:43','161.35.114.17'),(362146,0,'admin','2022-11-25 01:52:43','161.35.114.17'),(362147,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:44','161.35.114.17'),(362148,0,'admin','2022-11-25 01:52:44','161.35.114.17'),(362149,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:44','161.35.114.17'),(362150,0,'admin','2022-11-25 01:52:45','161.35.114.17'),(362151,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:45','161.35.114.17'),(362152,0,'admin','2022-11-25 01:52:46','161.35.114.17'),(362153,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:46','161.35.114.17'),(362154,0,'admin','2022-11-25 01:52:46','161.35.114.17'),(362155,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:47','161.35.114.17'),(362156,0,'admin','2022-11-25 01:52:47','161.35.114.17'),(362157,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:47','161.35.114.17'),(362158,0,'admin','2022-11-25 01:52:48','161.35.114.17'),(362159,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:48','161.35.114.17'),(362160,0,'admin','2022-11-25 01:52:48','161.35.114.17'),(362161,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:49','161.35.114.17'),(362162,0,'admin','2022-11-25 01:52:49','161.35.114.17'),(362163,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:49','161.35.114.17'),(362164,0,'admin','2022-11-25 01:52:50','161.35.114.17'),(362165,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:50','161.35.114.17'),(362166,0,'admin','2022-11-25 01:52:50','161.35.114.17'),(362167,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:51','161.35.114.17'),(362168,0,'admin','2022-11-25 01:52:51','161.35.114.17'),(362169,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:51','161.35.114.17'),(362170,0,'admin','2022-11-25 01:52:52','161.35.114.17'),(362171,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:52','161.35.114.17'),(362172,0,'admin','2022-11-25 01:52:52','161.35.114.17'),(362173,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:53','161.35.114.17'),(362174,0,'admin','2022-11-25 01:52:53','161.35.114.17'),(362175,0,'ukdebtconsolidations-co-uk','2022-11-25 01:52:54','161.35.114.17'),(362176,0,'admin','2022-11-25 01:52:54','161.35.114.17'),(362177,0,'admin','2022-11-25 02:29:46','124.158.12.83'),(362178,0,'ukdebtconsolidations-co-uk','2022-11-25 02:30:44','143.244.140.199'),(362179,0,'admin','2022-11-25 02:55:43','34.140.177.118'),(362180,0,'feed','2022-11-25 03:07:33','198.244.167.101'),(362181,0,'ukdebtconsolidations-co-uk','2022-11-25 03:21:11','103.98.152.12'),(362182,0,'ukdebtconsolidations-co-uk','2022-11-25 03:47:42','166.62.103.104'),(362183,0,'feed','2022-11-25 03:49:21','139.59.96.126'),(362184,0,'ukdebtconsolidations-co-uk','2022-11-25 04:13:44','167.99.78.164'),(362185,0,'feed','2022-11-25 04:31:45','207.154.250.8'),(362186,0,'ukdebtconsolidations-co-uk','2022-11-25 04:40:27','185.197.195.173'),(362187,0,'ukdebtconsolidations.co.uk','2022-11-25 04:46:32','5.188.62.76'),(362188,0,'ukdebtconsolidations-co-uk','2022-11-25 05:06:48','130.61.143.194'),(362189,0,'feed','2022-11-25 05:14:12','35.187.58.136'),(362190,0,'ukdebtconsolidations-co-uk','2022-11-25 05:19:14','35.187.58.136'),(362191,0,'ukdebtconsolidations-co-uk','2022-11-25 05:25:49','35.219.66.183'),(362192,0,'payments','2022-11-25 05:32:51','185.119.81.107'),(362193,0,'ukdebtconsolidations-co-uk','2022-11-25 05:38:24','69.89.27.23'),(362194,0,'debit','2022-11-25 05:46:52','185.119.81.107'),(362195,0,'ukdebtconsolidations-co-uk','2022-11-25 05:47:41','37.221.215.251'),(362196,0,'feed','2022-11-25 05:55:59','141.94.247.170'),(362197,0,'ukdebtconsolidations-co-uk','2022-11-25 05:56:34','74.220.219.213'),(362198,0,'ukdebtconsolidations-co-uk','2022-11-25 06:01:01','144.126.223.177'),(362199,0,'ukdebtconsolidations-co-uk','2022-11-25 06:10:34','134.209.105.240'),(362200,0,'payments@ridingtherhino.co.uk','2022-11-25 06:11:24','185.119.81.107'),(362201,0,'payments','2022-11-25 06:15:10','185.119.81.104'),(362202,0,'ukdebtconsolidations-co-uk','2022-11-25 06:18:55','104.248.241.28'),(362203,0,'ukdebtconsolidations-co-uk','2022-11-25 06:27:07','31.172.80.137'),(362204,0,'ukdebtconsolidations-co-uk','2022-11-25 06:34:30','144.91.77.202'),(362205,0,'ukdebtconsolidations-co-uk','2022-11-25 06:41:19','208.109.11.58'),(362206,0,'ukdebtconsolidations-co-uk','2022-11-25 06:44:57','157.230.15.115'),(362207,0,'ukdebtconsolidations-co-uk','2022-11-25 06:48:42','108.179.192.195'),(362208,0,'ukdebtconsolidations-co-uk','2022-11-25 06:54:42','167.71.111.16'),(362209,0,'ukdebtconsolidations-co-uk','2022-11-25 07:00:58','72.34.62.119'),(362210,0,'payments','2022-11-25 07:06:40','185.119.81.104'),(362211,0,'ukdebtconsolidations-co-uk','2022-11-25 07:07:17','15.206.249.8'),(362212,0,'ukdebtconsolidations-co-uk','2022-11-25 07:13:50','15.235.97.24'),(362213,0,'UK','2022-11-25 07:17:33','5.188.62.76'),(362214,0,'ukdebtconsolidations-co-uk','2022-11-25 07:20:00','148.72.214.59'),(362215,0,'feed','2022-11-25 07:25:02','141.94.247.170'),(362216,0,'ukdebtconsolidations-co-uk','2022-11-25 07:26:22','104.45.41.45'),(362217,0,'ukdebtconsolidations-co-uk','2022-11-25 07:30:41','51.89.47.206'),(362218,0,'ukdebtconsolidations-co-uk','2022-11-25 07:32:25','159.65.233.52'),(362219,0,'ukdebtconsolidations-co-uk','2022-11-25 07:38:12','162.241.174.216'),(362220,0,'ukdebtconsolidations-co-uk','2022-11-25 07:44:06','185.49.20.77'),(362221,0,'payments@ridingtherhino.co.uk','2022-11-25 07:44:24','185.119.81.104'),(362222,0,'ukdebtconsolidations-co-uk','2022-11-25 07:47:49','144.91.96.194'),(362223,0,'ukdebtconsolidations-co-uk','2022-11-25 07:53:58','162.241.203.122'),(362224,0,'admin','2022-11-25 07:58:57','82.165.184.76'),(362225,0,'admin','2022-11-25 08:04:00','34.143.243.10'),(362226,0,'payments@ridingtherhino.co.uk','2022-11-25 08:04:11','185.119.81.104'),(362227,0,'admin','2022-11-25 08:09:43','51.38.113.53'),(362228,0,'feed','2022-11-25 08:11:42','128.199.14.4'),(362229,0,'admin','2022-11-25 08:14:41','45.13.132.125'),(362230,0,'ukdebtconsolidations-co-uk','2022-11-25 08:17:11','185.2.4.56'),(362231,0,'admin','2022-11-25 08:20:18','128.199.205.115'),(362232,0,'admin','2022-11-25 08:26:14','104.236.45.171'),(362233,0,'admin','2022-11-25 08:32:16','101.99.95.162'),(362234,0,'admin','2022-11-25 08:38:04','161.97.90.224'),(362235,0,'wadminw','2022-11-25 08:45:11','124.222.59.61'),(362236,0,'wwwadmin','2022-11-25 08:56:53','93.114.235.167'),(362237,0,'feed','2022-11-25 08:57:54','34.65.234.0'),(362238,0,'ukdebtconsolidations-co-uk','2022-11-25 09:03:40','45.55.79.147'),(362239,0,'admin','2022-11-25 09:26:56','144.91.96.194'),(362240,0,'admin','2022-11-25 09:33:34','104.236.45.171'),(362241,0,'ukdebtconsolidations-co-uk','2022-11-25 09:40:06','80.251.219.111'),(362242,0,'feed','2022-11-25 09:44:45','103.130.219.13'),(362243,0,'ukdebtconsolidations-co-uk','2022-11-25 09:46:26','116.118.50.135'),(362244,0,'ukdebtconsolidations-co-uk','2022-11-25 09:53:27','185.213.25.114'),(362245,0,'ukdebtconsolidations-co-uk','2022-11-25 09:59:48','47.100.185.96'),(362246,0,'ukdebtconsolidations-co-uk','2022-11-25 10:06:34','185.63.113.30'),(362247,0,'wadminw','2022-11-25 10:11:49','35.193.197.89'),(362248,0,'wwwadmin','2022-11-25 10:19:08','91.201.215.19'),(362249,0,'admin','2022-11-25 10:27:04','164.92.66.133'),(362250,0,'feed','2022-11-25 10:31:13','159.89.199.237'),(362251,0,'admin','2022-11-25 10:33:56','148.72.244.254'),(362252,0,'ukdebtconsolidations-co-uk','2022-11-25 10:36:23','69.163.207.121'),(362253,0,'ukdebtconsolidations-co-uk','2022-11-25 10:41:04','128.199.207.6'),(362254,0,'ukdebtconsolidations-co-uk','2022-11-25 10:48:21','167.99.78.164'),(362255,0,'ukdebtconsolidations-co-uk','2022-11-25 10:55:47','8.210.102.36'),(362256,0,'ukdebtconsolidations-co-uk','2022-11-25 11:03:13','128.199.103.90'),(362257,0,'ukdebtconsolidations-co-uk','2022-11-25 11:10:37','111.90.145.188'),(362258,0,'feed','2022-11-25 11:15:33','188.212.34.69'),(362259,0,'ukdebtconsolidations-co-uk','2022-11-25 11:17:57','131.72.236.153'),(362260,0,'ukdebtconsolidations-co-uk','2022-11-25 11:20:43','120.25.104.120'),(362261,0,'ukdebtconsolidations-co-uk','2022-11-25 11:25:39','199.168.185.232'),(362262,0,'ukdebtconsolidations-co-uk','2022-11-25 11:33:02','172.104.81.115'),(362263,0,'ukdebtconsolidations-co-uk','2022-11-25 11:40:51','184.168.121.5'),(362264,0,'ukdebtconsolidations-co-uk','2022-11-25 11:48:47','51.159.105.232'),(362265,0,'ukdebtconsolidations-co-uk','2022-11-25 11:56:34','161.97.90.224'),(362266,0,'feed','2022-11-25 11:59:28','149.56.26.54'),(362267,0,'ukdebtconsolidations-co-uk','2022-11-25 12:04:29','31.172.80.137'),(362268,0,'ukdebtconsolidations-co-uk','2022-11-25 12:12:02','194.59.165.88'),(362269,0,'ukdebtconsolidations-co-uk','2022-11-25 12:20:38','90.156.169.12'),(362270,0,'ukdebtconsolidations-co-uk','2022-11-25 12:28:16','167.71.111.16'),(362271,0,'ukdebtconsolidations-co-uk','2022-11-25 12:36:26','185.76.77.160'),(362272,0,'ukdebtconsolidations-co-uk','2022-11-25 12:44:32','162.240.215.177'),(362273,0,'feed','2022-11-25 12:46:01','139.59.96.126'),(362274,0,'ukdebtconsolidations-co-uk','2022-11-25 12:52:27','88.135.68.90'),(362275,0,'ukdebtconsolidations-co-uk','2022-11-25 13:01:13','46.182.4.117'),(362276,0,'ukdebtconsolidations-co-uk','2022-11-25 13:09:08','177.55.124.62'),(362277,0,'ukdebtconsolidations-co-uk','2022-11-25 13:17:55','167.86.109.138'),(362278,0,'ukdebtconsolidations-co-uk','2022-11-25 13:26:30','162.214.123.41'),(362279,0,'feed','2022-11-25 13:34:48','23.97.205.210'),(362280,0,'ukdebtconsolidations-co-uk','2022-11-25 13:34:57','128.199.109.135'),(362281,0,'ukdebtconsolidations-co-uk','2022-11-25 13:40:35','178.128.167.203'),(362282,0,'ukdebtconsolidations-co-uk','2022-11-25 13:43:50','139.59.7.75'),(362283,0,'ukdebtconsolidations-co-uk','2022-11-25 13:52:42','109.234.164.218'),(362284,0,'ukdebtconsolidations-co-uk','2022-11-25 14:01:28','111.90.150.28'),(362285,0,'debit','2022-11-25 14:07:43','185.119.81.107'),(362286,0,'ukdebtconsolidations-co-uk','2022-11-25 14:10:45','150.230.247.143'),(362287,0,'ukdebtconsolidations-co-uk','2022-11-25 14:19:36','103.234.209.66'),(362288,0,'feed','2022-11-25 14:26:14','47.105.73.13'),(362289,0,'ukdebtconsolidations-co-uk','2022-11-25 14:29:08','161.97.90.224'),(362290,0,'ukdebtconsolidations-co-uk','2022-11-25 14:31:49','13.78.225.32'),(362291,0,'ukdebtconsolidations-co-uk','2022-11-25 14:38:14','178.128.209.28'),(362292,0,'ukdebtconsolidations-co-uk','2022-11-25 14:41:14','90.156.169.12'),(362293,0,'ukdebtconsolidations-co-uk','2022-11-25 14:50:04','72.167.51.34'),(362294,0,'ukdebtconsolidations-co-uk','2022-11-25 14:59:42','34.140.177.118'),(362295,0,'ukdebtconsolidations-co-uk','2022-11-25 15:09:21','139.59.20.111'),(362296,0,'feed','2022-11-25 15:14:28','188.166.91.172'),(362297,0,'ukdebtconsolidations-co-uk','2022-11-25 15:19:01','194.163.132.194'),(362298,0,'ukdebtconsolidations-co-uk','2022-11-25 15:19:56','185.2.5.31'),(362299,0,'ukdebtconsolidations-co-uk','2022-11-25 15:28:09','209.124.90.80'),(362300,0,'ukdebtconsolidations-co-uk','2022-11-25 15:37:35','71.132.43.239'),(362301,0,'ukdebtconsolidations-co-uk','2022-11-25 15:47:39','166.62.122.244'),(362302,0,'ukdebtconsolidations-co-uk','2022-11-25 15:56:55','148.72.209.0'),(362303,0,'feed','2022-11-25 16:00:28','148.163.80.135'),(362304,0,'ukdebtconsolidations-co-uk','2022-11-25 16:05:57','144.126.223.177'),(362305,0,'ukdebtconsolidations-co-uk','2022-11-25 16:06:43','35.233.164.145'),(362306,0,'ukdebtconsolidations-co-uk','2022-11-25 16:16:23','161.97.90.224'),(362307,0,'ukdebtconsolidations-co-uk','2022-11-25 16:25:56','103.146.202.150'),(362308,0,'ukdebtconsolidations-co-uk','2022-11-25 16:35:40','148.72.244.254'),(362309,0,'ukdebtconsolidations-co-uk','2022-11-25 16:45:45','72.29.76.78'),(362310,0,'feed','2022-11-25 16:45:49','125.227.127.195'),(362311,0,'ukdebtconsolidations-co-uk','2022-11-25 16:53:14','47.110.72.238'),(362312,0,'ukdebtconsolidations-co-uk','2022-11-25 17:25:13','69.163.207.121'),(362313,0,'ukdebtconsolidations-co-uk','2022-11-25 17:38:56','188.166.61.228'),(362314,0,'feed','2022-11-25 17:41:13','39.108.148.88'),(362315,0,'debit','2022-11-25 18:50:38','185.119.81.107'),(362316,0,'ukdebtconsolidations-co-uk','2022-11-25 19:36:32','151.106.38.6'),(362317,0,'ukdebtconsolidations-co-uk','2022-11-25 19:50:11','106.15.38.206'),(362318,0,'feed','2022-11-25 19:52:19','34.69.109.132'),(362319,0,'ukdebtconsolidations-co-uk','2022-11-25 20:20:59','39.108.148.88'),(362320,0,'ukdebtconsolidations-co-uk','2022-11-25 20:34:01','103.114.35.88'),(362321,0,'feed','2022-11-25 20:36:07','34.69.109.132'),(362322,0,'ukdebtconsolidations-co-uk','2022-11-25 21:04:35','51.89.47.206'),(362323,0,'payments','2022-11-25 21:10:07','185.119.81.109'),(362324,0,'ukdebtconsolidations-co-uk','2022-11-25 21:17:56','46.105.57.132'),(362325,0,'feed','2022-11-25 21:20:07','207.154.248.39'),(362326,0,'ukdebtconsolidations-co-uk','2022-11-25 21:47:58','14.225.255.250'),(362327,0,'ukdebtconsolidations-co-uk','2022-11-25 22:00:41','167.172.206.144'),(362328,0,'feed','2022-11-25 22:02:51','207.46.234.202'),(362329,0,'payments','2022-11-25 22:29:40','185.119.81.107'),(362330,0,'ukdebtconsolidations-co-uk','2022-11-25 22:30:08','68.183.75.82'),(362331,0,'payments','2022-11-25 22:37:43','185.119.81.107'),(362332,0,'ukdebtconsolidations-co-uk','2022-11-25 22:42:47','80.88.88.149'),(362333,0,'feed','2022-11-25 22:44:56','43.154.9.162'),(362334,0,'ukdebtconsolidations-co-uk','2022-11-25 23:12:42','147.182.249.22'),(362335,0,'ukdebtconsolidations-co-uk','2022-11-25 23:25:17','159.89.228.214'),(362336,0,'admin','2022-11-25 23:28:44','109.234.164.178'),(362337,0,'admin','2022-11-25 23:42:03','35.201.224.83'),(362338,0,'ukdebtconsolidations-co-uk','2022-11-25 23:54:38','146.56.99.136'),(362339,0,'ukdebtconsolidations-co-uk','2022-11-25 23:55:59','162.240.211.236'),(362340,0,'ukdebtconsolidations-co-uk','2022-11-26 00:07:19','34.78.198.205'),(362341,0,'feed','2022-11-26 00:09:29','185.2.5.31'),(362342,0,'ukdebtconsolidations-co-uk','2022-11-26 00:10:10','161.97.90.224'),(362343,0,'ukdebtconsolidations.co.uk','2022-11-26 00:18:24','5.188.62.76'),(362344,0,'ukdebtconsolidations-co-uk','2022-11-26 00:24:10','190.107.177.243'),(362345,0,'ukdebtconsolidations-co-uk','2022-11-26 00:37:16','159.89.109.117'),(362346,0,'ukdebtconsolidations-co-uk','2022-11-26 00:38:45','109.234.164.178'),(362347,0,'ukdebtconsolidations-co-uk','2022-11-26 00:50:13','68.183.75.82'),(362348,0,'feed','2022-11-26 00:52:25','51.255.81.60'),(362349,0,'ukdebtconsolidations-co-uk','2022-11-26 00:53:24','162.241.126.33'),(362350,0,'ukdebtconsolidations-co-uk','2022-11-26 01:08:15','144.91.77.202'),(362351,0,'ukdebtconsolidations-co-uk','2022-11-26 01:20:16','69.163.186.158'),(362352,0,'ukdebtconsolidations-co-uk','2022-11-26 01:22:54','103.146.202.150'),(362353,0,'payments@ridingtherhino.co.uk','2022-11-26 01:23:02','185.119.81.96'),(362354,0,'ukdebtconsolidations-co-uk','2022-11-26 01:33:03','125.227.127.195'),(362355,0,'feed','2022-11-26 01:35:07','103.114.35.88'),(362356,0,'ukdebtconsolidations-co-uk','2022-11-26 01:38:19','185.197.195.173'),(362357,0,'ukdebtconsolidations-co-uk','2022-11-26 01:53:31','47.107.33.26'),(362358,0,'ukdebtconsolidations-co-uk','2022-11-26 02:02:22','43.251.133.38'),(362359,0,'ukdebtconsolidations-co-uk','2022-11-26 02:08:53','210.215.153.97'),(362360,0,'ukdebtconsolidations-co-uk','2022-11-26 02:15:16','139.59.82.122'),(362361,0,'feed','2022-11-26 02:17:22','143.244.155.35'),(362362,0,'ukdebtconsolidations-co-uk','2022-11-26 02:24:50','148.72.40.90'),(362363,0,'ukdebtconsolidations-co-uk','2022-11-26 02:39:25','162.241.126.33'),(362364,0,'ukdebtconsolidations-co-uk','2022-11-26 02:45:00','159.89.164.128'),(362365,0,'ukdebtconsolidations-co-uk','2022-11-26 02:54:52','124.70.98.118'),(362366,0,'ukdebtconsolidations-co-uk','2022-11-26 02:58:02','13.81.59.92'),(362367,0,'feed','2022-11-26 03:00:14','14.225.255.250'),(362368,0,'ukdebtconsolidations-co-uk','2022-11-26 03:10:32','178.124.210.118'),(362369,0,'ukdebtconsolidations-co-uk','2022-11-26 03:26:37','147.139.73.96'),(362370,0,'ukdebtconsolidations-co-uk','2022-11-26 03:28:36','31.192.224.145'),(362371,0,'ukdebtconsolidations-co-uk','2022-11-26 03:41:42','167.71.204.106'),(362372,0,'feed','2022-11-26 03:43:52','171.244.0.91'),(362373,0,'ukdebtconsolidations-co-uk','2022-11-26 03:57:54','140.143.188.163'),(362374,0,'ukdebtconsolidations-co-uk','2022-11-26 04:09:26','34.64.218.102'),(362375,0,'ukdebtconsolidations-co-uk','2022-11-26 04:12:04','159.89.109.117'),(362376,0,'ukdebtconsolidations-co-uk','2022-11-26 04:19:38','109.234.164.178'),(362377,0,'ukdebtconsolidations-co-uk','2022-11-26 04:24:57','185.2.4.134'),(362378,0,'feed','2022-11-26 04:27:08','137.184.124.136'),(362379,0,'ukdebtconsolidations-co-uk','2022-11-26 04:28:11','185.183.122.143'),(362380,0,'ukdebtconsolidations-co-uk','2022-11-26 04:35:58','167.99.54.31'),(362381,0,'ukdebtconsolidations-co-uk','2022-11-26 04:43:03','91.206.200.32'),(362382,0,'ukdebtconsolidations-co-uk','2022-11-26 04:50:01','51.79.220.213'),(362383,0,'payments','2022-11-26 04:53:45','185.119.81.96'),(362384,0,'ukdebtconsolidations-co-uk','2022-11-26 04:55:07','164.132.170.4'),(362385,0,'ukdebtconsolidations-co-uk','2022-11-26 04:56:19','216.245.215.122'),(362386,0,'ukdebtconsolidations-co-uk','2022-11-26 05:03:00','34.68.97.70'),(362387,0,'ukdebtconsolidations-co-uk','2022-11-26 05:08:05','185.250.251.124'),(362388,0,'ukdebtconsolidations-co-uk','2022-11-26 05:09:22','45.125.239.179'),(362389,0,'feed','2022-11-26 05:10:13','34.69.109.132'),(362390,0,'ukdebtconsolidations-co-uk','2022-11-26 05:16:24','188.166.163.52'),(362391,0,'ukdebtconsolidations-co-uk','2022-11-26 05:23:01','103.74.120.192'),(362392,0,'ukdebtconsolidations-co-uk','2022-11-26 05:29:54','151.80.24.73'),(362393,0,'ukdebtconsolidations-co-uk','2022-11-26 05:36:27','176.223.123.199'),(362394,0,'ukdebtconsolidations-co-uk','2022-11-26 05:42:04','45.120.69.121'),(362395,0,'ukdebtconsolidations-co-uk','2022-11-26 05:42:46','148.72.214.59'),(362396,0,'ukdebtconsolidations-co-uk','2022-11-26 05:49:07','42.200.109.156'),(362397,0,'ukdebtconsolidations-co-uk','2022-11-26 05:54:39','148.72.207.163'),(362398,0,'ukdebtconsolidations-co-uk','2022-11-26 05:55:33','93.180.133.8'),(362399,0,'feed','2022-11-26 05:56:41','217.76.155.6'),(362400,0,'ukdebtconsolidations-co-uk','2022-11-26 06:01:21','111.90.150.171'),(362401,0,'ukdebtconsolidations-co-uk','2022-11-26 06:07:34','159.65.133.255'),(362402,0,'ukdebtconsolidations-co-uk','2022-11-26 06:13:59','209.124.90.80'),(362403,0,'ukdebtconsolidations-co-uk','2022-11-26 06:19:58','121.36.224.178'),(362404,0,'ukdebtconsolidations-co-uk','2022-11-26 06:24:39','47.111.116.44'),(362405,0,'ukdebtconsolidations-co-uk','2022-11-26 06:26:36','51.68.229.7'),(362406,0,'ukdebtconsolidations-co-uk','2022-11-26 06:32:34','51.15.160.148'),(362407,0,'ukdebtconsolidations-co-uk','2022-11-26 06:38:23','116.118.50.135'),(362408,0,'ukdebtconsolidations-co-uk','2022-11-26 06:38:34','139.59.96.126'),(362409,0,'feed','2022-11-26 06:40:38','164.92.73.132'),(362410,0,'ukdebtconsolidations-co-uk','2022-11-26 06:44:16','176.31.242.220'),(362411,0,'ukdebtconsolidations-co-uk','2022-11-26 06:45:55','45.123.203.26'),(362412,0,'ukdebtconsolidations-co-uk','2022-11-26 06:51:42','144.91.68.184'),(362413,0,'ukdebtconsolidations-co-uk','2022-11-26 06:57:11','109.234.164.218'),(362414,0,'ukdebtconsolidations-co-uk','2022-11-26 07:02:45','162.241.126.33'),(362415,0,'ukdebtconsolidations-co-uk','2022-11-26 07:08:13','159.89.164.128'),(362416,0,'ukdebtconsolidations-co-uk','2022-11-26 07:09:20','162.241.216.17'),(362417,0,'ukdebtconsolidations-co-uk','2022-11-26 07:15:03','83.143.116.3'),(362418,0,'ukdebtconsolidations-co-uk','2022-11-26 07:20:50','103.31.249.221'),(362419,0,'ukdebtconsolidations-co-uk','2022-11-26 07:21:17','143.198.161.19'),(362420,0,'feed','2022-11-26 07:22:54','103.31.249.221'),(362421,0,'ukdebtconsolidations-co-uk','2022-11-26 07:27:29','43.201.80.11'),(362422,0,'ukdebtconsolidations-co-uk','2022-11-26 07:34:12','178.128.156.230'),(362423,0,'ukdebtconsolidations-co-uk','2022-11-26 07:40:33','8.129.20.30'),(362424,0,'payments','2022-11-26 07:46:57','185.119.81.107'),(362425,0,'ukdebtconsolidations-co-uk','2022-11-26 07:47:30','20.109.101.102'),(362426,0,'ukdebtconsolidations-co-uk','2022-11-26 07:53:09','143.244.140.199'),(362427,0,'ukdebtconsolidations-co-uk','2022-11-26 07:54:20','109.234.164.218'),(362428,0,'ukdebtconsolidations-co-uk','2022-11-26 08:01:13','166.62.122.244'),(362429,0,'ukdebtconsolidations-co-uk','2022-11-26 08:05:51','124.106.71.219'),(362430,0,'ukdebtconsolidations-co-uk','2022-11-26 08:07:54','134.209.105.240'),(362431,0,'feed','2022-11-26 08:07:55','159.89.199.237'),(362432,0,'ukdebtconsolidations-co-uk','2022-11-26 08:15:14','103.101.225.11'),(362433,0,'ukdebtconsolidations-co-uk','2022-11-26 08:22:11','162.240.211.236'),(362434,0,'ukdebtconsolidations-co-uk','2022-11-26 08:29:34','40.122.149.171'),(362435,0,'ukdebtconsolidations-co-uk','2022-11-26 08:35:30','185.2.5.31'),(362436,0,'ukdebtconsolidations-co-uk','2022-11-26 08:36:29','124.222.127.109'),(362437,0,'ukdebtconsolidations-co-uk','2022-11-26 08:43:50','195.225.76.130'),(362438,0,'ukdebtconsolidations-co-uk','2022-11-26 08:48:28','151.106.41.64'),(362439,0,'feed','2022-11-26 08:50:38','171.244.0.91'),(362440,0,'ukdebtconsolidations-co-uk','2022-11-26 08:51:10','103.121.90.150'),(362441,0,'ukdebtconsolidations-co-uk','2022-11-26 08:59:03','151.106.35.235'),(362442,0,'payments@ridingtherhino.co.uk','2022-11-26 09:03:00','185.119.81.96'),(362443,0,'ukdebtconsolidations-co-uk','2022-11-26 09:06:47','167.86.98.167'),(362444,0,'ukdebtconsolidations-co-uk','2022-11-26 09:14:21','116.118.50.135'),(362445,0,'payments@ridingtherhino.co.uk','2022-11-26 09:15:47','185.119.81.109'),(362446,0,'ukdebtconsolidations-co-uk','2022-11-26 09:19:21','47.242.11.139'),(362447,0,'ukdebtconsolidations-co-uk','2022-11-26 09:22:38','79.137.65.198'),(362448,0,'ukdebtconsolidations-co-uk','2022-11-26 09:30:05','103.98.152.12'),(362449,0,'ukdebtconsolidations-co-uk','2022-11-26 09:32:49','185.2.4.134'),(362450,0,'feed','2022-11-26 09:35:02','103.147.241.56'),(362451,0,'ukdebtconsolidations-co-uk','2022-11-26 09:38:12','139.59.66.182'),(362452,0,'ukdebtconsolidations-co-uk','2022-11-26 09:46:09','20.244.115.14'),(362453,0,'ukdebtconsolidations-co-uk','2022-11-26 09:54:08','35.233.164.145'),(362454,0,'ukdebtconsolidations-co-uk','2022-11-26 10:02:21','159.65.6.45'),(362455,0,'ukdebtconsolidations-co-uk','2022-11-26 10:03:49','180.250.28.35'),(362456,0,'ukdebtconsolidations-co-uk','2022-11-26 10:10:34','150.95.112.79'),(362457,0,'ukdebtconsolidations-co-uk','2022-11-26 10:17:05','188.212.34.69'),(362458,0,'ukdebtconsolidations-co-uk','2022-11-26 10:19:09','178.128.156.230'),(362459,0,'ukdebtconsolidations-co-uk','2022-11-26 10:27:27','177.52.160.29'),(362460,0,'ukdebtconsolidations-co-uk','2022-11-26 10:36:02','139.59.117.30'),(362461,0,'ukdebtconsolidations-co-uk','2022-11-26 10:44:36','8.218.143.243'),(362462,0,'ukdebtconsolidations-co-uk','2022-11-26 10:48:40','104.131.68.19'),(362463,0,'ukdebtconsolidations-co-uk','2022-11-26 10:53:22','185.208.174.37'),(362464,0,'ukdebtconsolidations-co-uk','2022-11-26 11:02:16','159.65.147.193'),(362465,0,'ukdebtconsolidations-co-uk','2022-11-26 11:02:38','188.166.225.235'),(362466,0,'feed','2022-11-26 11:04:54','207.154.250.8'),(362467,0,'ukdebtconsolidations-co-uk','2022-11-26 11:10:51','180.149.241.246'),(362468,0,'ukdebtconsolidations-co-uk','2022-11-26 11:19:48','124.70.98.118'),(362469,0,'ukdebtconsolidations-co-uk','2022-11-26 11:29:02','162.241.126.33'),(362470,0,'ukdebtconsolidations-co-uk','2022-11-26 11:34:57','47.111.116.44'),(362471,0,'ukdebtconsolidations-co-uk','2022-11-26 11:37:49','8.210.174.93'),(362472,0,'ukdebtconsolidations-co-uk','2022-11-26 11:45:28','34.140.177.118'),(362473,0,'feed','2022-11-26 11:50:51','120.27.133.69'),(362474,0,'ukdebtconsolidations-co-uk','2022-11-26 11:54:58','142.44.135.134'),(362475,0,'payments','2022-11-26 11:56:59','185.119.81.107'),(362476,0,'admin','2022-11-26 12:04:32','20.109.101.102'),(362477,0,'admin','2022-11-26 12:13:45','124.222.59.61'),(362478,0,'ukdebtconsolidations-co-uk','2022-11-26 12:19:45','161.35.52.207'),(362479,0,'admin','2022-11-26 12:23:16','47.107.33.26'),(362480,0,'admin','2022-11-26 12:33:04','139.59.66.182'),(362481,0,'ukdebtconsolidations-co-uk','2022-11-26 12:33:16','103.163.139.202'),(362482,0,'feed','2022-11-26 12:35:26','192.71.144.12'),(362483,0,'admin','2022-11-26 12:42:56','90.156.169.12'),(362484,0,'admin','2022-11-26 12:52:24','80.251.219.111'),(362485,0,'admin','2022-11-26 13:02:10','159.65.147.193'),(362486,0,'ukdebtconsolidations-co-uk','2022-11-26 13:04:58','120.27.240.230'),(362487,0,'admin','2022-11-26 13:11:36','178.128.104.173'),(362488,0,'ukdebtconsolidations-co-uk','2022-11-26 13:18:50','13.81.59.92'),(362489,0,'feed','2022-11-26 13:21:01','85.191.68.63'),(362490,0,'admin','2022-11-26 13:21:21','175.178.160.253'),(362491,0,'admin','2022-11-26 13:31:10','171.244.21.74'),(362492,0,'admin','2022-11-26 13:41:32','20.244.115.14'),(362493,0,'ukdebtconsolidations-co-uk','2022-11-26 13:50:59','106.52.120.186'),(362494,0,'admin','2022-11-26 13:51:38','168.63.250.198'),(362495,0,'admin','2022-11-26 14:00:12','185.119.81.107'),(362496,0,'wadminw','2022-11-26 14:01:51','212.38.40.215'),(362497,0,'ukdebtconsolidations-co-uk','2022-11-26 14:04:53','35.187.58.136'),(362498,0,'feed','2022-11-26 14:07:14','159.89.228.214'),(362499,0,'payments','2022-11-26 14:09:24','185.119.81.96'),(362500,0,'payments','2022-11-26 14:10:42','185.119.81.107'),(362501,0,'wwwadmin','2022-11-26 14:18:59','124.158.12.83'),(362502,0,'payments','2022-11-26 14:35:17','185.119.81.109'),(362503,0,'ukdebtconsolidations-co-uk','2022-11-26 14:36:43','157.245.207.53'),(362504,0,'feed','2022-11-26 14:46:15','5.188.62.76'),(362505,0,'ukdebtconsolidations.co.uk','2022-11-26 14:46:15','5.188.62.76'),(362506,0,'ukdebtconsolidations-co-uk','2022-11-26 14:50:23','139.59.82.122'),(362507,0,'feed','2022-11-26 14:52:51','212.110.92.155'),(362508,0,'ukdebtconsolidations.co.uk','2022-11-26 14:53:15','5.188.62.76'),(362509,0,'admin','2022-11-26 14:57:11','80.251.219.111'),(362510,0,'admin','2022-11-26 15:03:02','162.144.176.16'),(362511,0,'ukdebtconsolidations-co-uk','2022-11-26 15:08:37','192.210.196.65'),(362512,0,'ukdebtconsolidations-co-uk','2022-11-26 15:14:32','167.172.79.125'),(362513,0,'ukdebtconsolidations-co-uk','2022-11-26 15:21:23','208.109.39.235'),(362514,0,'ukdebtconsolidations-co-uk','2022-11-26 15:23:07','207.154.248.39'),(362515,0,'ukdebtconsolidations-co-uk','2022-11-26 15:27:52','123.31.41.38'),(362516,0,'ukdebtconsolidations-co-uk','2022-11-26 15:34:23','208.109.11.58'),(362517,0,'ukdebtconsolidations-co-uk','2022-11-26 15:36:56','144.126.140.128'),(362518,0,'ukdebtconsolidations.co.uk','2022-11-26 15:38:44','5.188.62.26'),(362519,0,'feed','2022-11-26 15:38:45','5.188.62.26'),(362520,0,'feed','2022-11-26 15:39:11','103.31.249.221'),(362521,0,'wadminw','2022-11-26 15:39:19','167.86.109.138'),(362522,0,'wwwadmin','2022-11-26 15:45:09','163.44.206.210'),(362523,0,'admin','2022-11-26 15:57:12','139.59.5.27'),(362524,0,'admin','2022-11-26 16:03:25','51.79.220.213'),(362525,0,'ukdebtconsolidations-co-uk','2022-11-26 16:09:07','194.59.165.88'),(362526,0,'payments@ridingtherhino.co.uk','2022-11-26 16:12:03','185.119.81.107'),(362527,0,'ukdebtconsolidations-co-uk','2022-11-26 16:15:32','80.251.219.111'),(362528,0,'ukdebtconsolidations-co-uk','2022-11-26 16:21:34','161.97.90.224'),(362529,0,'ukdebtconsolidations-co-uk','2022-11-26 16:24:17','185.2.4.56'),(362530,0,'feed','2022-11-26 16:26:33','188.166.91.172'),(362531,0,'ukdebtconsolidations-co-uk','2022-11-26 16:27:54','90.156.169.12'),(362532,0,'ukdebtconsolidations-co-uk','2022-11-26 16:33:56','20.109.101.102'),(362533,0,'ukdebtconsolidations-co-uk','2022-11-26 16:39:32','193.107.158.16'),(362534,0,'ukdebtconsolidations-co-uk','2022-11-26 16:45:54','67.23.254.254'),(362535,0,'ukdebtconsolidations-co-uk','2022-11-26 16:51:42','128.199.108.205'),(362536,0,'ukdebtconsolidations.co.uk','2022-11-26 16:54:48','5.188.62.140'),(362537,0,'feed','2022-11-26 16:54:49','5.188.62.140'),(362538,0,'ukdebtconsolidations-co-uk','2022-11-26 16:57:06','194.195.121.233'),(362539,0,'ukdebtconsolidations-co-uk','2022-11-26 16:57:45','148.72.244.254'),(362540,0,'ukdebtconsolidations-co-uk','2022-11-26 17:04:03','216.245.215.122'),(362541,0,'ukdebtconsolidations-co-uk','2022-11-26 17:09:54','49.51.134.238'),(362542,0,'ukdebtconsolidations-co-uk','2022-11-26 17:11:46','164.92.73.132'),(362543,0,'payments','2022-11-26 17:12:40','185.119.81.109'),(362544,0,'feed','2022-11-26 17:14:00','148.72.214.245'),(362545,0,'ukdebtconsolidations-co-uk','2022-11-26 17:15:47','51.222.138.98'),(362546,0,'ukdebtconsolidations-co-uk','2022-11-26 17:21:50','69.16.238.78'),(362547,0,'ukdebtconsolidations-co-uk','2022-11-26 17:58:01','95.97.6.138'),(362548,0,'feed','2022-11-26 18:00:23','124.153.66.86'),(362549,0,'ukdebtconsolidations-co-uk','2022-11-26 18:30:44','148.72.207.163'),(362550,0,'ukdebtconsolidations-co-uk','2022-11-26 18:44:51','35.195.78.238'),(362551,0,'admin','2022-11-26 18:45:56','185.119.81.109'),(362552,0,'feed','2022-11-26 18:46:54','64.227.183.25'),(362553,0,'ukdebtconsolidations-co-uk','2022-11-26 19:16:29','188.166.225.235'),(362554,0,'ukdebtconsolidations-co-uk','2022-11-26 19:29:49','124.153.66.86'),(362555,0,'feed','2022-11-26 19:31:57','64.227.183.25'),(362556,0,'ukdebtconsolidations-co-uk','2022-11-26 20:00:50','47.105.73.13'),(362557,0,'payments','2022-11-26 20:09:20','185.119.81.107'),(362558,0,'ukdebtconsolidations-co-uk','2022-11-26 20:14:33','139.59.82.122'),(362559,0,'feed','2022-11-26 20:16:44','151.106.38.6'),(362560,0,'ukdebtconsolidations-co-uk','2022-11-26 20:45:51','43.154.9.162'),(362561,0,'consolidati','2022-11-26 20:49:23','185.119.81.99'),(362562,0,'ukdebtconsolidations-co-uk','2022-11-26 20:58:59','34.65.234.0'),(362563,0,'feed','2022-11-26 21:01:34','173.236.152.148'),(362564,0,'payments','2022-11-26 21:50:48','185.119.81.96'),(362565,0,'ukdebtconsolidations-co-uk','2022-11-26 22:16:26','164.132.170.4'),(362566,0,'ukdebtconsolidations-co-uk','2022-11-26 22:16:40','43.251.133.38'),(362567,0,'feed','2022-11-26 22:24:29','159.203.121.12'),(362568,0,'feed','2022-11-26 22:24:41','209.97.162.248'),(362569,0,'payments@ridingtherhino.co.uk','2022-11-26 23:20:10','185.119.81.107'),(362570,0,'ukdebtconsolidations-co-uk','2022-11-26 23:50:42','202.29.236.140'),(362571,0,'ukdebtconsolidations-co-uk','2022-11-26 23:51:30','164.92.73.132'),(362572,0,'feed','2022-11-26 23:58:35','52.138.180.227'),(362573,0,'feed','2022-11-26 23:59:28','81.88.52.221'),(362574,0,'UK','2022-11-27 00:23:16','5.188.62.76'),(362575,0,'payments','2022-11-27 00:46:21','185.119.81.109'),(362576,0,'ebtcons','2022-11-27 01:04:48','185.119.81.109'),(362577,0,'payments@ridingtherhino.co.uk','2022-11-27 01:19:55','185.119.81.99'),(362578,0,'ukdebtconsolidations-co-uk','2022-11-27 01:24:14','207.154.248.39'),(362579,0,'ukdebtconsolidations-co-uk','2022-11-27 01:26:23','72.167.34.14'),(362580,0,'feed','2022-11-27 01:32:01','167.172.206.144'),(362581,0,'feed','2022-11-27 01:34:20','61.219.43.253'),(362582,0,'admin','2022-11-27 02:16:08','185.119.81.107'),(362583,0,'payments','2022-11-27 02:44:09','185.119.81.107'),(362584,0,'ukdebtconsolidations-co-uk','2022-11-27 02:56:53','27.72.145.33'),(362585,0,'ukdebtconsolidations-co-uk','2022-11-27 02:59:27','92.204.138.28'),(362586,0,'feed','2022-11-27 03:04:47','135.125.1.9'),(362587,0,'feed','2022-11-27 03:07:33','54.37.156.240'),(362588,0,'Tips','2022-11-27 03:37:08','185.119.81.96'),(362589,0,'Tips','2022-11-27 04:07:33','185.119.81.96'),(362590,0,'ukdebtconsolidations-co-uk','2022-11-27 04:31:22','54.36.182.160'),(362591,0,'ukdebtconsolidations-co-uk','2022-11-27 04:34:12','93.114.185.76'),(362592,0,'feed','2022-11-27 04:39:45','181.174.125.214'),(362593,0,'feed','2022-11-27 04:42:30','85.191.68.63'),(362594,0,'payments@ridingtherhino.co.uk','2022-11-27 04:43:30','185.119.81.99'),(362595,0,'admin','2022-11-27 06:02:02','185.119.81.99'),(362596,0,'ukdebtconsolidations-co-uk','2022-11-27 06:07:17','82.166.39.15'),(362597,0,'ukdebtconsolidations-co-uk','2022-11-27 06:09:58','147.182.249.22'),(362598,0,'feed','2022-11-27 06:15:29','45.120.69.121'),(362599,0,'feed','2022-11-27 06:18:06','175.178.125.173'),(362600,0,'payments','2022-11-27 06:21:05','185.119.81.99'),(362601,0,'payments','2022-11-27 06:31:14','185.119.81.96'),(362602,0,'payments','2022-11-27 07:33:03','185.119.81.99'),(362603,0,'ukdebtconsolidations-co-uk','2022-11-27 07:42:39','202.29.236.140'),(362604,0,'ukdebtconsolidations-co-uk','2022-11-27 07:44:55','159.65.200.228'),(362605,0,'feed','2022-11-27 07:53:08','171.244.0.91'),(362606,0,'payments','2022-11-27 08:35:30','185.119.81.107'),(362607,0,'ukdebtconsolidations-co-uk','2022-11-27 08:35:43','159.203.143.36'),(362608,0,'feed','2022-11-27 08:37:55','14.225.255.250'),(362609,0,'payments','2022-11-27 08:43:00','185.119.81.99'),(362610,0,'admin','2022-11-27 08:55:11','185.119.81.109'),(362611,0,'ukdebtconsolidations-co-uk','2022-11-27 09:06:51','31.192.224.145'),(362612,0,'ukdebtconsolidations-co-uk','2022-11-27 09:20:36','137.184.124.136'),(362613,0,'feed','2022-11-27 09:22:46','107.180.106.9'),(362614,0,'payments','2022-11-27 09:33:45','185.119.81.99'),(362615,0,'ukdebtconsolidations-co-uk','2022-11-27 09:51:15','135.125.1.9'),(362616,0,'ukdebtconsolidations-co-uk','2022-11-27 10:04:18','185.2.4.147'),(362617,0,'feed','2022-11-27 10:06:29','142.93.201.0'),(362618,0,'payments@ridingtherhino.co.uk','2022-11-27 10:13:42','185.119.81.107'),(362619,0,'ukdebtconsolidations-co-uk','2022-11-27 10:34:56','81.70.248.169'),(362620,0,'admin','2022-11-27 10:39:24','190.92.137.177'),(362621,0,'ukdebtconsolidations.co.uk','2022-11-27 10:42:51','5.188.62.76'),(362622,0,'ukdebtconsolidations-co-uk','2022-11-27 10:47:45','115.79.139.135'),(362623,0,'feed','2022-11-27 10:49:52','185.2.4.134'),(362624,0,'admin','2022-11-27 10:54:28','199.182.169.133'),(362625,0,'ukdebtconsolidations-co-uk','2022-11-27 11:09:54','103.35.64.73'),(362626,0,'ukdebtconsolidations-co-uk','2022-11-27 11:18:46','35.187.58.136'),(362627,0,'Tips','2022-11-27 11:24:08','185.119.81.96'),(362628,0,'ukdebtconsolidations-co-uk','2022-11-27 11:25:45','199.182.169.120'),(362629,0,'ukdebtconsolidations-co-uk','2022-11-27 11:31:48','45.120.69.121'),(362630,0,'feed','2022-11-27 11:33:56','51.91.151.60'),(362631,0,'ukdebtconsolidations-co-uk','2022-11-27 11:42:30','103.173.78.7'),(362632,0,'ukdebtconsolidations-co-uk','2022-11-27 11:58:19','31.172.80.137'),(362633,0,'ukdebtconsolidations-co-uk','2022-11-27 12:03:07','72.167.34.14'),(362634,0,'ukdebtconsolidations-co-uk','2022-11-27 12:14:45','20.109.101.102'),(362635,0,'ukdebtconsolidations-co-uk','2022-11-27 12:16:51','54.37.235.96'),(362636,0,'ukdebtconsolidations-co-uk','2022-11-27 12:30:38','20.244.115.14'),(362637,0,'October','2022-11-27 12:31:54','185.119.81.107'),(362638,0,'ukdebtconsolidations-co-uk','2022-11-27 12:42:35','198.136.54.132'),(362639,0,'ukdebtconsolidations-co-uk','2022-11-27 12:47:10','80.150.6.150'),(362640,0,'ukdebtconsolidations-co-uk','2022-11-27 12:53:20','162.214.123.41'),(362641,0,'ukdebtconsolidations-co-uk','2022-11-27 13:00:23','202.29.236.140'),(362642,0,'feed','2022-11-27 13:02:36','197.155.158.21'),(362643,0,'ukdebtconsolidations-co-uk','2022-11-27 13:02:36','172.104.81.115'),(362644,0,'wadminw','2022-11-27 13:19:40','209.126.8.92'),(362645,0,'ukdebtconsolidations-co-uk','2022-11-27 13:31:03','69.163.186.158'),(362646,0,'wwwadmin','2022-11-27 13:34:35','51.15.160.148'),(362647,0,'ukdebtconsolidations-co-uk','2022-11-27 13:43:48','147.182.249.22'),(362648,0,'wadminw','2022-11-27 13:44:48','202.131.227.181'),(362649,0,'feed','2022-11-27 13:45:58','144.126.140.128'),(362650,0,'wwwadmin','2022-11-27 13:52:47','61.12.67.132'),(362651,0,'admin','2022-11-27 14:03:11','158.69.1.76'),(362652,0,'admin','2022-11-27 14:10:56','158.69.26.40'),(362653,0,'ukdebtconsolidations-co-uk','2022-11-27 14:19:39','102.129.40.35'),(362654,0,'payments','2022-11-27 14:21:17','185.119.81.96'),(362655,0,'ukdebtconsolidations-co-uk','2022-11-27 14:26:33','148.72.214.194'),(362656,0,'ukdebtconsolidations-co-uk','2022-11-27 14:27:16','124.40.255.186'),(362657,0,'feed','2022-11-27 14:28:38','81.88.52.221'),(362658,0,'payments','2022-11-27 14:29:37','185.119.81.107'),(362659,0,'ukdebtconsolidations-co-uk','2022-11-27 14:35:34','212.38.40.215'),(362660,0,'ukdebtconsolidations-co-uk','2022-11-27 14:43:35','142.93.170.99'),(362661,0,'ukdebtconsolidations-co-uk','2022-11-27 14:51:13','128.199.178.73'),(362662,0,'ukdebtconsolidations-co-uk','2022-11-27 14:56:15','5.9.238.116'),(362663,0,'ukdebtconsolidations-co-uk','2022-11-27 14:59:05','195.225.76.130'),(362664,0,'ukdebtconsolidations-co-uk','2022-11-27 15:06:56','35.195.135.67'),(362665,0,'ukdebtconsolidations-co-uk','2022-11-27 15:09:21','61.219.43.253'),(362666,0,'feed','2022-11-27 15:11:25','143.244.177.220'),(362667,0,'ukdebtconsolidations-co-uk','2022-11-27 15:14:44','188.212.34.36'),(362668,0,'ukdebtconsolidations-co-uk','2022-11-27 15:22:15','134.209.105.240'),(362669,0,'wadminw','2022-11-27 15:33:31','209.17.114.78'),(362670,0,'ebtcons','2022-11-27 15:38:19','185.119.81.109'),(362671,0,'ukdebtconsolidations-co-uk','2022-11-27 15:38:42','157.230.127.126'),(362672,0,'wwwadmin','2022-11-27 15:40:50','67.222.131.158'),(362673,0,'ukdebtconsolidations-co-uk','2022-11-27 15:51:28','164.132.170.4'),(362674,0,'feed','2022-11-27 15:53:34','138.68.84.97'),(362675,0,'payments@ridingtherhino.co.uk','2022-11-27 15:57:36','185.119.81.96'),(362676,0,'admin','2022-11-27 16:04:45','142.44.135.134'),(362677,0,'payments','2022-11-27 16:15:55','185.119.81.109'),(362678,0,'admin','2022-11-27 16:17:01','34.84.122.91'),(362679,0,'admin','2022-11-27 16:26:52','185.119.81.96'),(362680,0,'ukdebtconsolidations-co-uk','2022-11-27 16:30:47','185.183.122.143'),(362681,0,'ukdebtconsolidations-co-uk','2022-11-27 16:38:06','192.71.144.12'),(362682,0,'feed','2022-11-27 16:42:29','13.78.225.32'),(362683,0,'ukdebtconsolidations-co-uk','2022-11-27 16:44:03','103.121.90.150'),(362684,0,'ukdebtconsolidations-co-uk','2022-11-27 16:57:31','72.29.76.78'),(362685,0,'ukdebtconsolidations-co-uk','2022-11-27 17:10:49','104.248.152.127'),(362686,0,'ukdebtconsolidations-co-uk','2022-11-27 17:24:22','69.16.238.78'),(362687,0,'ukdebtconsolidations-co-uk','2022-11-27 17:26:25','188.166.61.228'),(362688,0,'feed','2022-11-27 17:30:34','188.166.225.235'),(362689,0,'ukdebtconsolidations','2022-11-27 17:30:34','209.141.37.194'),(362690,0,'ukdebtconsolidations-co-uk','2022-11-27 17:31:32','209.141.37.194'),(362691,0,'payments@ridingtherhino.co.uk','2022-11-27 17:37:52','185.119.81.109'),(362692,0,'payments@ridingtherhino.co.uk','2022-11-27 17:37:53','185.119.81.109'),(362693,0,'ukdebtconsolidations-co-uk','2022-11-27 17:38:02','167.86.89.145'),(362694,0,'ukdebtconsolidations-co-uk','2022-11-27 17:51:32','45.123.203.26'),(362695,0,'ukdebtconsolidations-co-uk','2022-11-27 18:05:03','101.99.90.175'),(362696,0,'ukdebtconsolidations-co-uk','2022-11-27 18:14:42','116.203.180.175'),(362697,0,'payments@ridingtherhino.co.uk','2022-11-27 18:18:14','185.119.81.96'),(362698,0,'ukdebtconsolidations-co-uk','2022-11-27 18:18:49','177.55.124.62'),(362699,0,'feed','2022-11-27 18:18:52','145.239.30.120'),(362700,0,'ukdebtconsolidations-co-uk','2022-11-27 18:32:09','34.84.122.91'),(362701,0,'ukdebtconsolidations-co-uk','2022-11-27 18:45:57','167.172.79.125'),(362702,0,'ukdebtconsolidations-co-uk','2022-11-27 18:59:45','185.183.122.143'),(362703,0,'ukdebtconsolidations-co-uk','2022-11-27 19:02:35','164.46.122.50'),(362704,0,'feed','2022-11-27 19:06:52','202.29.236.140'),(362705,0,'ukdebtconsolidations-co-uk','2022-11-27 19:13:01','209.126.8.92'),(362706,0,'ukdebtconsolidations-co-uk','2022-11-27 19:28:09','39.101.205.176'),(362707,0,'ukdebtconsolidations-co-uk','2022-11-27 19:40:54','198.211.115.226'),(362708,0,'ukdebtconsolidations-co-uk','2022-11-27 19:50:57','159.89.228.214'),(362709,0,'ukdebtconsolidations-co-uk','2022-11-27 19:54:46','185.170.8.5'),(362710,0,'feed','2022-11-27 19:54:57','43.154.9.162'),(362711,0,'ukdebtconsolidations-co-uk','2022-11-27 20:08:42','93.113.111.100'),(362712,0,'ukdebtconsolidations-co-uk','2022-11-27 20:22:28','139.59.7.75'),(362713,0,'ukdebtconsolidations-co-uk','2022-11-27 20:36:25','190.171.170.94'),(362714,0,'ukdebtconsolidations-co-uk','2022-11-27 20:37:34','128.199.14.4'),(362715,0,'feed','2022-11-27 20:41:31','124.153.66.86'),(362716,0,'payments','2022-11-27 20:43:36','185.119.81.107'),(362717,0,'ukdebtconsolidations-co-uk','2022-11-27 20:50:09','194.56.190.57'),(362718,0,'ukdebtconsolidations-co-uk','2022-11-27 21:03:45','104.248.152.127'),(362719,0,'ukdebtconsolidations-co-uk','2022-11-27 21:18:04','206.189.163.232'),(362720,0,'feed','2022-11-27 21:28:11','124.153.66.86'),(362721,0,'ukdebtconsolidations-co-uk','2022-11-27 21:31:51','184.168.121.5'),(362722,0,'ukdebtconsolidations-co-uk','2022-11-27 21:45:48','74.207.244.37'),(362723,0,'ukdebtconsolidations-co-uk','2022-11-27 22:00:13','80.251.219.111'),(362724,0,'ukdebtconsolidations-co-uk','2022-11-27 22:10:29','197.155.158.21'),(362725,0,'ukdebtconsolidations-co-uk','2022-11-27 22:14:12','103.98.152.12'),(362726,0,'feed','2022-11-27 22:14:31','180.250.28.35'),(362727,0,'admin','2022-11-27 22:16:17','185.119.81.109'),(362728,0,'ukdebtconsolidations-co-uk','2022-11-27 22:27:37','124.70.98.118'),(362729,0,'ukdebtconsolidations-co-uk','2022-11-27 22:42:49','166.62.122.244'),(362730,0,'payments','2022-11-27 22:48:47','185.119.81.107'),(362731,0,'ukdebtconsolidations-co-uk','2022-11-27 22:56:41','206.189.129.168'),(362732,0,'ukdebtconsolidations-co-uk','2022-11-27 22:56:48','164.92.66.133'),(362733,0,'feed','2022-11-27 23:00:40','54.37.156.240'),(362734,0,'ukdebtconsolidations-co-uk','2022-11-27 23:11:07','198.12.250.252'),(362735,0,'ukdebtconsolidations-co-uk','2022-11-27 23:25:34','167.99.78.164'),(362736,0,'ukdebtconsolidations-co-uk','2022-11-27 23:39:54','166.62.103.104'),(362737,0,'ukdebtconsolidations-co-uk','2022-11-27 23:43:09','67.205.11.198'),(362738,0,'ukdebtconsolidations-co-uk','2022-11-27 23:54:08','190.145.68.131'),(362739,0,'ukdebtconsolidations-co-uk','2022-11-28 00:08:52','207.154.234.6'),(362740,0,'ukdebtconsolidations-co-uk','2022-11-28 00:23:17','185.197.195.173'),(362741,0,'ukdebtconsolidations-co-uk','2022-11-28 00:29:42','103.130.218.189'),(362742,0,'feed','2022-11-28 00:33:46','157.230.127.126'),(362743,0,'ukdebtconsolidations-co-uk','2022-11-28 00:37:42','35.233.164.145'),(362744,0,'ukdebtconsolidations-co-uk','2022-11-28 00:52:24','35.233.164.145'),(362745,0,'payments','2022-11-28 01:02:58','185.119.81.109'),(362746,0,'ukdebtconsolidations-co-uk','2022-11-28 01:06:49','177.52.160.32'),(362747,0,'ukdebtconsolidations-co-uk','2022-11-28 01:16:58','54.37.156.240'),(362748,0,'feed','2022-11-28 01:20:56','198.244.167.101'),(362749,0,'ukdebtconsolidations-co-uk','2022-11-28 01:21:54','162.240.215.177'),(362750,0,'infogschool.com','2022-11-28 01:22:10','199.195.254.123'),(362751,0,'admin','2022-11-28 01:22:52','199.195.254.123'),(362752,0,'ukdebtconsolidations-co-uk','2022-11-28 01:36:28','135.125.207.25'),(362753,0,'ukdebtconsolidations-co-uk','2022-11-28 01:50:08','185.241.5.213'),(362754,0,'payments','2022-11-28 01:52:37','185.119.81.96'),(362755,0,'payments@ridingtherhino.co.uk','2022-11-28 02:07:35','185.119.81.96'),(362756,0,'feed','2022-11-28 02:07:53','61.219.43.253'),(362757,0,'ukdebtconsolidations-co-uk','2022-11-28 02:14:23','180.149.241.246'),(362758,0,'ukdebtconsolidations-co-uk','2022-11-28 02:35:39','207.154.250.8'),(362759,0,'feed','2022-11-28 02:37:16','34.133.220.74'),(362760,0,'ukdebtconsolidations-co-uk','2022-11-28 03:01:31','138.68.84.97'),(362761,0,'feed','2022-11-28 03:03:01','47.115.24.165'),(362762,0,'ukdebtconsolidations-co-uk','2022-11-28 03:27:27','201.76.164.146'),(362763,0,'feed','2022-11-28 03:29:00','178.217.190.82'),(362764,0,'ukdebtconsolidations.co.uk','2022-11-28 03:30:56','5.188.62.76'),(362765,0,'payments','2022-11-28 03:36:39','185.119.81.99'),(362766,0,'ukdebtconsolidations-co-uk','2022-11-28 03:53:33','143.244.155.35'),(362767,0,'feed','2022-11-28 03:55:10','180.250.28.35'),(362768,0,'payments@ridingtherhino.co.uk','2022-11-28 04:10:10','185.119.81.107'),(362769,0,'ukdebtconsolidations-co-uk','2022-11-28 04:20:05','82.166.39.15'),(362770,0,'feed','2022-11-28 04:21:37','64.225.65.31'),(362771,0,'ukdebtconsolidations-co-uk','2022-11-28 04:46:09','103.129.222.91'),(362772,0,'feed','2022-11-28 04:47:40','13.81.59.92'),(362773,0,'payments@ridingtherhino.co.uk','2022-11-28 04:51:04','185.119.81.99'),(362774,0,'ugras','2022-11-28 05:07:42','81.161.229.112'),(362775,0,'ugras','2022-11-28 05:07:42','81.161.229.112'),(362776,0,'ugras','2022-11-28 05:07:42','81.161.229.112'),(362777,0,'ugras','2022-11-28 05:07:42','81.161.229.112'),(362778,0,'ugras','2022-11-28 05:07:42','81.161.229.112'),(362779,0,'ugras','2022-11-28 05:07:43','81.161.229.112'),(362780,0,'ugras','2022-11-28 05:07:43','81.161.229.112'),(362781,0,'ugras','2022-11-28 05:07:43','81.161.229.112'),(362782,0,'ugras','2022-11-28 05:07:43','81.161.229.112'),(362783,0,'ugras','2022-11-28 05:07:43','81.161.229.112'),(362784,0,'ugras','2022-11-28 05:07:44','81.161.229.112'),(362785,0,'ugras','2022-11-28 05:07:44','81.161.229.112'),(362786,0,'ugras','2022-11-28 05:07:44','81.161.229.112'),(362787,0,'ugras','2022-11-28 05:07:44','81.161.229.112'),(362788,0,'ugras','2022-11-28 05:07:44','81.161.229.112'),(362789,0,'ugras','2022-11-28 05:07:44','81.161.229.112'),(362790,0,'ugras','2022-11-28 05:07:45','81.161.229.112'),(362791,0,'ugras','2022-11-28 05:07:45','81.161.229.112'),(362792,0,'ugras','2022-11-28 05:07:45','81.161.229.112'),(362793,0,'ugras','2022-11-28 05:07:45','81.161.229.112'),(362794,0,'ugras','2022-11-28 05:07:45','81.161.229.112'),(362795,0,'ugras','2022-11-28 05:07:46','81.161.229.112'),(362796,0,'ugras','2022-11-28 05:07:46','81.161.229.112'),(362797,0,'ugras','2022-11-28 05:07:46','81.161.229.112'),(362798,0,'ugras','2022-11-28 05:07:46','81.161.229.112'),(362799,0,'ugras','2022-11-28 05:07:46','81.161.229.112'),(362800,0,'ugras','2022-11-28 05:07:46','81.161.229.112'),(362801,0,'ugras','2022-11-28 05:07:47','81.161.229.112'),(362802,0,'ugras','2022-11-28 05:07:47','81.161.229.112'),(362803,0,'ugras','2022-11-28 05:07:47','81.161.229.112'),(362804,0,'ugras','2022-11-28 05:07:47','81.161.229.112'),(362805,0,'ugras','2022-11-28 05:07:47','81.161.229.112'),(362806,0,'ugras','2022-11-28 05:07:47','81.161.229.112'),(362807,0,'ugras','2022-11-28 05:07:48','81.161.229.112'),(362808,0,'ugras','2022-11-28 05:07:48','81.161.229.112'),(362809,0,'ugras','2022-11-28 05:07:48','81.161.229.112'),(362810,0,'ugras','2022-11-28 05:07:48','81.161.229.112'),(362811,0,'ugras','2022-11-28 05:07:48','81.161.229.112'),(362812,0,'ugras','2022-11-28 05:07:49','81.161.229.112'),(362813,0,'ugras','2022-11-28 05:07:49','81.161.229.112'),(362814,0,'ugras','2022-11-28 05:07:49','81.161.229.112'),(362815,0,'ugras','2022-11-28 05:07:49','81.161.229.112'),(362816,0,'ugras','2022-11-28 05:07:49','81.161.229.112'),(362817,0,'ugras','2022-11-28 05:07:49','81.161.229.112'),(362818,0,'ugras','2022-11-28 05:07:50','81.161.229.112'),(362819,0,'ugras','2022-11-28 05:07:50','81.161.229.112'),(362820,0,'ugras','2022-11-28 05:07:50','81.161.229.112'),(362821,0,'ugras','2022-11-28 05:07:50','81.161.229.112'),(362822,0,'ugras','2022-11-28 05:07:50','81.161.229.112'),(362823,0,'ugras','2022-11-28 05:07:50','81.161.229.112'),(362824,0,'ugras','2022-11-28 05:07:51','81.161.229.112'),(362825,0,'ugras','2022-11-28 05:07:51','81.161.229.112'),(362826,0,'ugras','2022-11-28 05:07:51','81.161.229.112'),(362827,0,'ugras','2022-11-28 05:07:51','81.161.229.112'),(362828,0,'ugras','2022-11-28 05:07:52','81.161.229.112'),(362829,0,'ugras','2022-11-28 05:07:52','81.161.229.112'),(362830,0,'ugras','2022-11-28 05:07:52','81.161.229.112'),(362831,0,'ugras','2022-11-28 05:07:52','81.161.229.112'),(362832,0,'ugras','2022-11-28 05:07:52','81.161.229.112'),(362833,0,'ugras','2022-11-28 05:07:52','81.161.229.112'),(362834,0,'ugras','2022-11-28 05:07:53','81.161.229.112'),(362835,0,'ugras','2022-11-28 05:07:53','81.161.229.112'),(362836,0,'ugras','2022-11-28 05:07:53','81.161.229.112'),(362837,0,'ugras','2022-11-28 05:07:53','81.161.229.112'),(362838,0,'ugras','2022-11-28 05:07:53','81.161.229.112'),(362839,0,'ugras','2022-11-28 05:07:54','81.161.229.112'),(362840,0,'ugras','2022-11-28 05:07:54','81.161.229.112'),(362841,0,'ugras','2022-11-28 05:07:54','81.161.229.112'),(362842,0,'ugras','2022-11-28 05:07:54','81.161.229.112'),(362843,0,'ugras','2022-11-28 05:07:54','81.161.229.112'),(362844,0,'ugras','2022-11-28 05:07:55','81.161.229.112'),(362845,0,'ugras','2022-11-28 05:07:55','81.161.229.112'),(362846,0,'ugras','2022-11-28 05:07:55','81.161.229.112'),(362847,0,'ugras','2022-11-28 05:07:55','81.161.229.112'),(362848,0,'ugras','2022-11-28 05:07:55','81.161.229.112'),(362849,0,'ugras','2022-11-28 05:07:55','81.161.229.112'),(362850,0,'ugras','2022-11-28 05:07:56','81.161.229.112'),(362851,0,'ugras','2022-11-28 05:07:56','81.161.229.112'),(362852,0,'ugras','2022-11-28 05:07:56','81.161.229.112'),(362853,0,'ugras','2022-11-28 05:07:56','81.161.229.112'),(362854,0,'ugras','2022-11-28 05:07:56','81.161.229.112'),(362855,0,'ugras','2022-11-28 05:07:56','81.161.229.112'),(362856,0,'ugras','2022-11-28 05:07:57','81.161.229.112'),(362857,0,'ugras','2022-11-28 05:07:57','81.161.229.112'),(362858,0,'ugras','2022-11-28 05:07:57','81.161.229.112'),(362859,0,'ugras','2022-11-28 05:07:57','81.161.229.112'),(362860,0,'ugras','2022-11-28 05:07:57','81.161.229.112'),(362861,0,'ugras','2022-11-28 05:07:57','81.161.229.112'),(362862,0,'ugras','2022-11-28 05:07:58','81.161.229.112'),(362863,0,'ugras','2022-11-28 05:07:58','81.161.229.112'),(362864,0,'ugras','2022-11-28 05:07:58','81.161.229.112'),(362865,0,'ugras','2022-11-28 05:07:58','81.161.229.112'),(362866,0,'ugras','2022-11-28 05:07:58','81.161.229.112'),(362867,0,'ugras','2022-11-28 05:07:58','81.161.229.112'),(362868,0,'ugras','2022-11-28 05:07:59','81.161.229.112'),(362869,0,'ugras','2022-11-28 05:07:59','81.161.229.112'),(362870,0,'ugras','2022-11-28 05:07:59','81.161.229.112'),(362871,0,'ugras','2022-11-28 05:07:59','81.161.229.112'),(362872,0,'ugras','2022-11-28 05:07:59','81.161.229.112'),(362873,0,'ugras','2022-11-28 05:08:00','81.161.229.112'),(362874,0,'ugras','2022-11-28 05:08:00','81.161.229.112'),(362875,0,'ugras','2022-11-28 05:08:00','81.161.229.112'),(362876,0,'ugras','2022-11-28 05:08:00','81.161.229.112'),(362877,0,'ugras','2022-11-28 05:08:00','81.161.229.112'),(362878,0,'ugras','2022-11-28 05:08:00','81.161.229.112'),(362879,0,'ugras','2022-11-28 05:08:01','81.161.229.112'),(362880,0,'ugras','2022-11-28 05:08:01','81.161.229.112'),(362881,0,'ugras','2022-11-28 05:08:01','81.161.229.112'),(362882,0,'ugras','2022-11-28 05:08:01','81.161.229.112'),(362883,0,'ugras','2022-11-28 05:08:01','81.161.229.112'),(362884,0,'ugras','2022-11-28 05:08:01','81.161.229.112'),(362885,0,'ugras','2022-11-28 05:08:02','81.161.229.112'),(362886,0,'ugras','2022-11-28 05:08:02','81.161.229.112'),(362887,0,'ugras','2022-11-28 05:08:02','81.161.229.112'),(362888,0,'ugras','2022-11-28 05:08:02','81.161.229.112'),(362889,0,'ugras','2022-11-28 05:08:02','81.161.229.112'),(362890,0,'ugras','2022-11-28 05:08:03','81.161.229.112'),(362891,0,'ugras','2022-11-28 05:08:03','81.161.229.112'),(362892,0,'ugras','2022-11-28 05:08:03','81.161.229.112'),(362893,0,'ugras','2022-11-28 05:08:03','81.161.229.112'),(362894,0,'ugras','2022-11-28 05:08:03','81.161.229.112'),(362895,0,'ugras','2022-11-28 05:08:03','81.161.229.112'),(362896,0,'ugras','2022-11-28 05:08:04','81.161.229.112'),(362897,0,'ugras','2022-11-28 05:08:04','81.161.229.112'),(362898,0,'ugras','2022-11-28 05:08:04','81.161.229.112'),(362899,0,'ugras','2022-11-28 05:08:04','81.161.229.112'),(362900,0,'ugras','2022-11-28 05:08:04','81.161.229.112'),(362901,0,'ugras','2022-11-28 05:08:05','81.161.229.112'),(362902,0,'ugras','2022-11-28 05:08:05','81.161.229.112'),(362903,0,'ugras','2022-11-28 05:08:05','81.161.229.112'),(362904,0,'ugras','2022-11-28 05:08:05','81.161.229.112'),(362905,0,'ugras','2022-11-28 05:08:05','81.161.229.112'),(362906,0,'ugras','2022-11-28 05:08:05','81.161.229.112'),(362907,0,'ugras','2022-11-28 05:08:06','81.161.229.112'),(362908,0,'ugras','2022-11-28 05:08:06','81.161.229.112'),(362909,0,'ugras','2022-11-28 05:08:06','81.161.229.112'),(362910,0,'ugras','2022-11-28 05:08:06','81.161.229.112'),(362911,0,'ugras','2022-11-28 05:08:06','81.161.229.112'),(362912,0,'ugras','2022-11-28 05:08:07','81.161.229.112'),(362913,0,'ugras','2022-11-28 05:08:07','81.161.229.112'),(362914,0,'ugras','2022-11-28 05:08:07','81.161.229.112'),(362915,0,'ugras','2022-11-28 05:08:07','81.161.229.112'),(362916,0,'ugras','2022-11-28 05:08:07','81.161.229.112'),(362917,0,'ugras','2022-11-28 05:08:07','81.161.229.112'),(362918,0,'ugras','2022-11-28 05:08:08','81.161.229.112'),(362919,0,'ugras','2022-11-28 05:08:08','81.161.229.112'),(362920,0,'ugras','2022-11-28 05:08:08','81.161.229.112'),(362921,0,'ugras','2022-11-28 05:08:08','81.161.229.112'),(362922,0,'ugras','2022-11-28 05:08:08','81.161.229.112'),(362923,0,'ugras','2022-11-28 05:08:09','81.161.229.112'),(362924,0,'ugras','2022-11-28 05:08:09','81.161.229.112'),(362925,0,'ugras','2022-11-28 05:08:09','81.161.229.112'),(362926,0,'ugras','2022-11-28 05:08:09','81.161.229.112'),(362927,0,'ugras','2022-11-28 05:08:09','81.161.229.112'),(362928,0,'ugras','2022-11-28 05:08:09','81.161.229.112'),(362929,0,'ugras','2022-11-28 05:08:10','81.161.229.112'),(362930,0,'ugras','2022-11-28 05:08:10','81.161.229.112'),(362931,0,'ugras','2022-11-28 05:08:10','81.161.229.112'),(362932,0,'ugras','2022-11-28 05:08:10','81.161.229.112'),(362933,0,'ugras','2022-11-28 05:08:10','81.161.229.112'),(362934,0,'ugras','2022-11-28 05:08:11','81.161.229.112'),(362935,0,'ugras','2022-11-28 05:08:11','81.161.229.112'),(362936,0,'ugras','2022-11-28 05:08:11','81.161.229.112'),(362937,0,'ugras','2022-11-28 05:08:11','81.161.229.112'),(362938,0,'ugras','2022-11-28 05:08:11','81.161.229.112'),(362939,0,'ugras','2022-11-28 05:08:11','81.161.229.112'),(362940,0,'ugras','2022-11-28 05:08:12','81.161.229.112'),(362941,0,'ugras','2022-11-28 05:08:12','81.161.229.112'),(362942,0,'ugras','2022-11-28 05:08:12','81.161.229.112'),(362943,0,'ugras','2022-11-28 05:08:12','81.161.229.112'),(362944,0,'ugras','2022-11-28 05:08:12','81.161.229.112'),(362945,0,'ugras','2022-11-28 05:08:12','81.161.229.112'),(362946,0,'ugras','2022-11-28 05:08:13','81.161.229.112'),(362947,0,'ugras','2022-11-28 05:08:13','81.161.229.112'),(362948,0,'ugras','2022-11-28 05:08:13','81.161.229.112'),(362949,0,'ugras','2022-11-28 05:08:13','81.161.229.112'),(362950,0,'ugras','2022-11-28 05:08:13','81.161.229.112'),(362951,0,'ugras','2022-11-28 05:08:13','81.161.229.112'),(362952,0,'ugras','2022-11-28 05:08:14','81.161.229.112'),(362953,0,'ugras','2022-11-28 05:08:14','81.161.229.112'),(362954,0,'ugras','2022-11-28 05:08:14','81.161.229.112'),(362955,0,'ugras','2022-11-28 05:08:14','81.161.229.112'),(362956,0,'ugras','2022-11-28 05:08:14','81.161.229.112'),(362957,0,'ugras','2022-11-28 05:08:14','81.161.229.112'),(362958,0,'ugras','2022-11-28 05:08:15','81.161.229.112'),(362959,0,'ugras','2022-11-28 05:08:15','81.161.229.112'),(362960,0,'ugras','2022-11-28 05:08:15','81.161.229.112'),(362961,0,'ugras','2022-11-28 05:08:15','81.161.229.112'),(362962,0,'ugras','2022-11-28 05:08:15','81.161.229.112'),(362963,0,'ugras','2022-11-28 05:08:16','81.161.229.112'),(362964,0,'ugras','2022-11-28 05:08:16','81.161.229.112'),(362965,0,'ugras','2022-11-28 05:08:16','81.161.229.112'),(362966,0,'ugras','2022-11-28 05:08:16','81.161.229.112'),(362967,0,'ugras','2022-11-28 05:08:16','81.161.229.112'),(362968,0,'ugras','2022-11-28 05:08:16','81.161.229.112'),(362969,0,'ugras','2022-11-28 05:08:17','81.161.229.112'),(362970,0,'ugras','2022-11-28 05:08:17','81.161.229.112'),(362971,0,'ugras','2022-11-28 05:08:17','81.161.229.112'),(362972,0,'ugras','2022-11-28 05:08:17','81.161.229.112'),(362973,0,'ugras','2022-11-28 05:08:17','81.161.229.112'),(362974,0,'ugras','2022-11-28 05:08:18','81.161.229.112'),(362975,0,'ugras','2022-11-28 05:08:18','81.161.229.112'),(362976,0,'ugras','2022-11-28 05:08:18','81.161.229.112'),(362977,0,'ugras','2022-11-28 05:08:18','81.161.229.112'),(362978,0,'ugras','2022-11-28 05:08:18','81.161.229.112'),(362979,0,'ugras','2022-11-28 05:08:18','81.161.229.112'),(362980,0,'ugras','2022-11-28 05:08:19','81.161.229.112'),(362981,0,'ugras','2022-11-28 05:08:19','81.161.229.112'),(362982,0,'ugras','2022-11-28 05:08:19','81.161.229.112'),(362983,0,'ugras','2022-11-28 05:08:19','81.161.229.112'),(362984,0,'ugras','2022-11-28 05:08:19','81.161.229.112'),(362985,0,'ugras','2022-11-28 05:08:20','81.161.229.112'),(362986,0,'ugras','2022-11-28 05:08:20','81.161.229.112'),(362987,0,'ugras','2022-11-28 05:08:20','81.161.229.112'),(362988,0,'ugras','2022-11-28 05:08:20','81.161.229.112'),(362989,0,'ugras','2022-11-28 05:08:20','81.161.229.112'),(362990,0,'ugras','2022-11-28 05:08:20','81.161.229.112'),(362991,0,'ugras','2022-11-28 05:08:21','81.161.229.112'),(362992,0,'ugras','2022-11-28 05:08:21','81.161.229.112'),(362993,0,'ugras','2022-11-28 05:08:21','81.161.229.112'),(362994,0,'ugras','2022-11-28 05:08:21','81.161.229.112'),(362995,0,'ugras','2022-11-28 05:08:21','81.161.229.112'),(362996,0,'ugras','2022-11-28 05:08:21','81.161.229.112'),(362997,0,'ugras','2022-11-28 05:08:22','81.161.229.112'),(362998,0,'ugras','2022-11-28 05:08:22','81.161.229.112'),(362999,0,'ugras','2022-11-28 05:08:22','81.161.229.112'),(363000,0,'ugras','2022-11-28 05:08:22','81.161.229.112'),(363001,0,'ugras','2022-11-28 05:08:22','81.161.229.112'),(363002,0,'ugras','2022-11-28 05:08:22','81.161.229.112'),(363003,0,'ugras','2022-11-28 05:08:23','81.161.229.112'),(363004,0,'ugras','2022-11-28 05:08:23','81.161.229.112'),(363005,0,'ugras','2022-11-28 05:08:23','81.161.229.112'),(363006,0,'ugras','2022-11-28 05:08:23','81.161.229.112'),(363007,0,'ugras','2022-11-28 05:08:23','81.161.229.112'),(363008,0,'ugras','2022-11-28 05:08:24','81.161.229.112'),(363009,0,'ugras','2022-11-28 05:08:24','81.161.229.112'),(363010,0,'ugras','2022-11-28 05:08:24','81.161.229.112'),(363011,0,'ugras','2022-11-28 05:08:24','81.161.229.112'),(363012,0,'ugras','2022-11-28 05:08:24','81.161.229.112'),(363013,0,'ugras','2022-11-28 05:08:24','81.161.229.112'),(363014,0,'ugras','2022-11-28 05:08:25','81.161.229.112'),(363015,0,'ugras','2022-11-28 05:08:25','81.161.229.112'),(363016,0,'ugras','2022-11-28 05:08:25','81.161.229.112'),(363017,0,'ugras','2022-11-28 05:08:25','81.161.229.112'),(363018,0,'ugras','2022-11-28 05:08:25','81.161.229.112'),(363019,0,'ugras','2022-11-28 05:08:25','81.161.229.112'),(363020,0,'ugras','2022-11-28 05:08:26','81.161.229.112'),(363021,0,'ugras','2022-11-28 05:08:26','81.161.229.112'),(363022,0,'ugras','2022-11-28 05:08:26','81.161.229.112'),(363023,0,'ugras','2022-11-28 05:08:26','81.161.229.112'),(363024,0,'ugras','2022-11-28 05:08:26','81.161.229.112'),(363025,0,'ugras','2022-11-28 05:08:26','81.161.229.112'),(363026,0,'ugras','2022-11-28 05:08:27','81.161.229.112'),(363027,0,'ugras','2022-11-28 05:08:27','81.161.229.112'),(363028,0,'ugras','2022-11-28 05:08:27','81.161.229.112'),(363029,0,'ugras','2022-11-28 05:08:27','81.161.229.112'),(363030,0,'ugras','2022-11-28 05:08:27','81.161.229.112'),(363031,0,'ugras','2022-11-28 05:08:28','81.161.229.112'),(363032,0,'ugras','2022-11-28 05:08:28','81.161.229.112'),(363033,0,'ugras','2022-11-28 05:08:28','81.161.229.112'),(363034,0,'ugras','2022-11-28 05:08:28','81.161.229.112'),(363035,0,'ugras','2022-11-28 05:08:28','81.161.229.112'),(363036,0,'ugras','2022-11-28 05:08:28','81.161.229.112'),(363037,0,'ugras','2022-11-28 05:08:29','81.161.229.112'),(363038,0,'ugras','2022-11-28 05:08:29','81.161.229.112'),(363039,0,'ugras','2022-11-28 05:08:29','81.161.229.112'),(363040,0,'ugras','2022-11-28 05:08:29','81.161.229.112'),(363041,0,'ugras','2022-11-28 05:08:29','81.161.229.112'),(363042,0,'ugras','2022-11-28 05:08:30','81.161.229.112'),(363043,0,'ugras','2022-11-28 05:08:30','81.161.229.112'),(363044,0,'ugras','2022-11-28 05:08:30','81.161.229.112'),(363045,0,'ugras','2022-11-28 05:08:30','81.161.229.112'),(363046,0,'ugras','2022-11-28 05:08:30','81.161.229.112'),(363047,0,'ugras','2022-11-28 05:08:31','81.161.229.112'),(363048,0,'ugras','2022-11-28 05:08:31','81.161.229.112'),(363049,0,'ugras','2022-11-28 05:08:31','81.161.229.112'),(363050,0,'ugras','2022-11-28 05:08:31','81.161.229.112'),(363051,0,'ugras','2022-11-28 05:08:31','81.161.229.112'),(363052,0,'ugras','2022-11-28 05:08:31','81.161.229.112'),(363053,0,'ugras','2022-11-28 05:08:32','81.161.229.112'),(363054,0,'ugras','2022-11-28 05:08:32','81.161.229.112'),(363055,0,'ugras','2022-11-28 05:08:32','81.161.229.112'),(363056,0,'ugras','2022-11-28 05:08:32','81.161.229.112'),(363057,0,'ugras','2022-11-28 05:08:32','81.161.229.112'),(363058,0,'ugras','2022-11-28 05:08:32','81.161.229.112'),(363059,0,'ugras','2022-11-28 05:08:33','81.161.229.112'),(363060,0,'ugras','2022-11-28 05:08:33','81.161.229.112'),(363061,0,'ugras','2022-11-28 05:08:33','81.161.229.112'),(363062,0,'ugras','2022-11-28 05:08:33','81.161.229.112'),(363063,0,'ugras','2022-11-28 05:08:33','81.161.229.112'),(363064,0,'ugras','2022-11-28 05:08:33','81.161.229.112'),(363065,0,'ugras','2022-11-28 05:08:34','81.161.229.112'),(363066,0,'ugras','2022-11-28 05:08:34','81.161.229.112'),(363067,0,'ugras','2022-11-28 05:08:34','81.161.229.112'),(363068,0,'ugras','2022-11-28 05:08:34','81.161.229.112'),(363069,0,'ugras','2022-11-28 05:08:34','81.161.229.112'),(363070,0,'ugras','2022-11-28 05:08:34','81.161.229.112'),(363071,0,'ugras','2022-11-28 05:08:35','81.161.229.112'),(363072,0,'ugras','2022-11-28 05:08:35','81.161.229.112'),(363073,0,'ugras','2022-11-28 05:08:35','81.161.229.112'),(363074,0,'ugras','2022-11-28 05:08:35','81.161.229.112'),(363075,0,'ugras','2022-11-28 05:08:35','81.161.229.112'),(363076,0,'ugras','2022-11-28 05:08:35','81.161.229.112'),(363077,0,'ugras','2022-11-28 05:08:36','81.161.229.112'),(363078,0,'ugras','2022-11-28 05:08:36','81.161.229.112'),(363079,0,'ugras','2022-11-28 05:08:36','81.161.229.112'),(363080,0,'ugras','2022-11-28 05:08:36','81.161.229.112'),(363081,0,'ugras','2022-11-28 05:08:36','81.161.229.112'),(363082,0,'ugras','2022-11-28 05:08:36','81.161.229.112'),(363083,0,'ugras','2022-11-28 05:08:37','81.161.229.112'),(363084,0,'ugras','2022-11-28 05:08:37','81.161.229.112'),(363085,0,'ugras','2022-11-28 05:08:37','81.161.229.112'),(363086,0,'ugras','2022-11-28 05:08:37','81.161.229.112'),(363087,0,'ugras','2022-11-28 05:08:38','81.161.229.112'),(363088,0,'ugras','2022-11-28 05:08:38','81.161.229.112'),(363089,0,'ugras','2022-11-28 05:08:38','81.161.229.112'),(363090,0,'ugras','2022-11-28 05:08:38','81.161.229.112'),(363091,0,'ugras','2022-11-28 05:08:38','81.161.229.112'),(363092,0,'ugras','2022-11-28 05:08:38','81.161.229.112'),(363093,0,'ugras','2022-11-28 05:08:39','81.161.229.112'),(363094,0,'ugras','2022-11-28 05:08:39','81.161.229.112'),(363095,0,'ugras','2022-11-28 05:08:39','81.161.229.112'),(363096,0,'ugras','2022-11-28 05:08:39','81.161.229.112'),(363097,0,'ugras','2022-11-28 05:08:39','81.161.229.112'),(363098,0,'ugras','2022-11-28 05:08:39','81.161.229.112'),(363099,0,'ugras','2022-11-28 05:08:40','81.161.229.112'),(363100,0,'ugras','2022-11-28 05:08:40','81.161.229.112'),(363101,0,'ugras','2022-11-28 05:08:40','81.161.229.112'),(363102,0,'ugras','2022-11-28 05:08:40','81.161.229.112'),(363103,0,'ugras','2022-11-28 05:08:41','81.161.229.112'),(363104,0,'ugras','2022-11-28 05:08:41','81.161.229.112'),(363105,0,'ugras','2022-11-28 05:08:41','81.161.229.112'),(363106,0,'ugras','2022-11-28 05:08:41','81.161.229.112'),(363107,0,'ugras','2022-11-28 05:08:41','81.161.229.112'),(363108,0,'ugras','2022-11-28 05:08:41','81.161.229.112'),(363109,0,'ugras','2022-11-28 05:08:42','81.161.229.112'),(363110,0,'ugras','2022-11-28 05:08:42','81.161.229.112'),(363111,0,'ugras','2022-11-28 05:08:42','81.161.229.112'),(363112,0,'ugras','2022-11-28 05:08:42','81.161.229.112'),(363113,0,'ugras','2022-11-28 05:08:42','81.161.229.112'),(363114,0,'ugras','2022-11-28 05:08:42','81.161.229.112'),(363115,0,'ugras','2022-11-28 05:08:43','81.161.229.112'),(363116,0,'ugras','2022-11-28 05:08:43','81.161.229.112'),(363117,0,'ugras','2022-11-28 05:08:43','81.161.229.112'),(363118,0,'ugras','2022-11-28 05:08:43','81.161.229.112'),(363119,0,'ugras','2022-11-28 05:08:43','81.161.229.112'),(363120,0,'ugras','2022-11-28 05:08:43','81.161.229.112'),(363121,0,'ugras','2022-11-28 05:08:44','81.161.229.112'),(363122,0,'ugras','2022-11-28 05:08:44','81.161.229.112'),(363123,0,'ugras','2022-11-28 05:08:44','81.161.229.112'),(363124,0,'ugras','2022-11-28 05:08:44','81.161.229.112'),(363125,0,'ugras','2022-11-28 05:08:44','81.161.229.112'),(363126,0,'ugras','2022-11-28 05:08:44','81.161.229.112'),(363127,0,'ugras','2022-11-28 05:08:45','81.161.229.112'),(363128,0,'ugras','2022-11-28 05:08:45','81.161.229.112'),(363129,0,'ugras','2022-11-28 05:08:45','81.161.229.112'),(363130,0,'ugras','2022-11-28 05:08:45','81.161.229.112'),(363131,0,'ugras','2022-11-28 05:08:45','81.161.229.112'),(363132,0,'ugras','2022-11-28 05:08:45','81.161.229.112'),(363133,0,'ugras','2022-11-28 05:08:46','81.161.229.112'),(363134,0,'ugras','2022-11-28 05:08:46','81.161.229.112'),(363135,0,'ugras','2022-11-28 05:08:46','81.161.229.112'),(363136,0,'ugras','2022-11-28 05:08:46','81.161.229.112'),(363137,0,'ugras','2022-11-28 05:08:46','81.161.229.112'),(363138,0,'ugras','2022-11-28 05:08:46','81.161.229.112'),(363139,0,'ugras','2022-11-28 05:08:47','81.161.229.112'),(363140,0,'ugras','2022-11-28 05:08:47','81.161.229.112'),(363141,0,'ugras','2022-11-28 05:08:47','81.161.229.112'),(363142,0,'ugras','2022-11-28 05:08:47','81.161.229.112'),(363143,0,'ugras','2022-11-28 05:08:47','81.161.229.112'),(363144,0,'ugras','2022-11-28 05:08:48','81.161.229.112'),(363145,0,'ugras','2022-11-28 05:08:48','81.161.229.112'),(363146,0,'ugras','2022-11-28 05:08:48','81.161.229.112'),(363147,0,'ugras','2022-11-28 05:08:48','81.161.229.112'),(363148,0,'ugras','2022-11-28 05:08:48','81.161.229.112'),(363149,0,'ugras','2022-11-28 05:08:48','81.161.229.112'),(363150,0,'ugras','2022-11-28 05:08:49','81.161.229.112'),(363151,0,'ugras','2022-11-28 05:08:49','81.161.229.112'),(363152,0,'ugras','2022-11-28 05:08:49','81.161.229.112'),(363153,0,'ugras','2022-11-28 05:08:49','81.161.229.112'),(363154,0,'ugras','2022-11-28 05:08:49','81.161.229.112'),(363155,0,'ugras','2022-11-28 05:08:50','81.161.229.112'),(363156,0,'ugras','2022-11-28 05:08:50','81.161.229.112'),(363157,0,'ugras','2022-11-28 05:08:50','81.161.229.112'),(363158,0,'ugras','2022-11-28 05:08:50','81.161.229.112'),(363159,0,'ugras','2022-11-28 05:08:50','81.161.229.112'),(363160,0,'ugras','2022-11-28 05:08:51','81.161.229.112'),(363161,0,'ugras','2022-11-28 05:08:51','81.161.229.112'),(363162,0,'ugras','2022-11-28 05:08:51','81.161.229.112'),(363163,0,'ugras','2022-11-28 05:08:51','81.161.229.112'),(363164,0,'ugras','2022-11-28 05:08:51','81.161.229.112'),(363165,0,'ugras','2022-11-28 05:08:52','81.161.229.112'),(363166,0,'ugras','2022-11-28 05:08:52','81.161.229.112'),(363167,0,'ugras','2022-11-28 05:08:52','81.161.229.112'),(363168,0,'ugras','2022-11-28 05:08:52','81.161.229.112'),(363169,0,'ugras','2022-11-28 05:08:52','81.161.229.112'),(363170,0,'ugras','2022-11-28 05:08:52','81.161.229.112'),(363171,0,'ugras','2022-11-28 05:08:53','81.161.229.112'),(363172,0,'ugras','2022-11-28 05:08:53','81.161.229.112'),(363173,0,'ugras','2022-11-28 05:08:53','81.161.229.112'),(363174,0,'ugras','2022-11-28 05:08:53','81.161.229.112'),(363175,0,'ugras','2022-11-28 05:08:53','81.161.229.112'),(363176,0,'ugras','2022-11-28 05:08:53','81.161.229.112'),(363177,0,'ugras','2022-11-28 05:08:54','81.161.229.112'),(363178,0,'ugras','2022-11-28 05:08:54','81.161.229.112'),(363179,0,'ugras','2022-11-28 05:08:54','81.161.229.112'),(363180,0,'ugras','2022-11-28 05:08:54','81.161.229.112'),(363181,0,'ugras','2022-11-28 05:08:54','81.161.229.112'),(363182,0,'ugras','2022-11-28 05:08:55','81.161.229.112'),(363183,0,'ugras','2022-11-28 05:08:55','81.161.229.112'),(363184,0,'ugras','2022-11-28 05:08:55','81.161.229.112'),(363185,0,'ugras','2022-11-28 05:08:55','81.161.229.112'),(363186,0,'ugras','2022-11-28 05:08:55','81.161.229.112'),(363187,0,'ugras','2022-11-28 05:08:56','81.161.229.112'),(363188,0,'ugras','2022-11-28 05:08:56','81.161.229.112'),(363189,0,'ugras','2022-11-28 05:08:56','81.161.229.112'),(363190,0,'ugras','2022-11-28 05:08:56','81.161.229.112'),(363191,0,'ugras','2022-11-28 05:08:56','81.161.229.112'),(363192,0,'ugras','2022-11-28 05:08:57','81.161.229.112'),(363193,0,'ugras','2022-11-28 05:08:57','81.161.229.112'),(363194,0,'ugras','2022-11-28 05:08:57','81.161.229.112'),(363195,0,'ugras','2022-11-28 05:08:57','81.161.229.112'),(363196,0,'ugras','2022-11-28 05:08:57','81.161.229.112'),(363197,0,'ugras','2022-11-28 05:08:57','81.161.229.112'),(363198,0,'ugras','2022-11-28 05:08:58','81.161.229.112'),(363199,0,'ugras','2022-11-28 05:08:58','81.161.229.112'),(363200,0,'ugras','2022-11-28 05:08:58','81.161.229.112'),(363201,0,'ugras','2022-11-28 05:08:58','81.161.229.112'),(363202,0,'ugras','2022-11-28 05:08:58','81.161.229.112'),(363203,0,'ugras','2022-11-28 05:08:59','81.161.229.112'),(363204,0,'ugras','2022-11-28 05:08:59','81.161.229.112'),(363205,0,'ugras','2022-11-28 05:08:59','81.161.229.112'),(363206,0,'ugras','2022-11-28 05:08:59','81.161.229.112'),(363207,0,'ugras','2022-11-28 05:08:59','81.161.229.112'),(363208,0,'ugras','2022-11-28 05:08:59','81.161.229.112'),(363209,0,'ugras','2022-11-28 05:09:00','81.161.229.112'),(363210,0,'ugras','2022-11-28 05:09:00','81.161.229.112'),(363211,0,'ugras','2022-11-28 05:09:00','81.161.229.112'),(363212,0,'ugras','2022-11-28 05:09:00','81.161.229.112'),(363213,0,'ugras','2022-11-28 05:09:00','81.161.229.112'),(363214,0,'ugras','2022-11-28 05:09:01','81.161.229.112'),(363215,0,'ugras','2022-11-28 05:09:01','81.161.229.112'),(363216,0,'ugras','2022-11-28 05:09:01','81.161.229.112'),(363217,0,'ugras','2022-11-28 05:09:01','81.161.229.112'),(363218,0,'ugras','2022-11-28 05:09:01','81.161.229.112'),(363219,0,'ugras','2022-11-28 05:09:02','81.161.229.112'),(363220,0,'ugras','2022-11-28 05:09:02','81.161.229.112'),(363221,0,'ugras','2022-11-28 05:09:02','81.161.229.112'),(363222,0,'ugras','2022-11-28 05:09:02','81.161.229.112'),(363223,0,'ugras','2022-11-28 05:09:02','81.161.229.112'),(363224,0,'ugras','2022-11-28 05:09:03','81.161.229.112'),(363225,0,'ugras','2022-11-28 05:09:03','81.161.229.112'),(363226,0,'ugras','2022-11-28 05:09:03','81.161.229.112'),(363227,0,'ugras','2022-11-28 05:09:03','81.161.229.112'),(363228,0,'ugras','2022-11-28 05:09:03','81.161.229.112'),(363229,0,'ugras','2022-11-28 05:09:04','81.161.229.112'),(363230,0,'ugras','2022-11-28 05:09:04','81.161.229.112'),(363231,0,'ugras','2022-11-28 05:09:04','81.161.229.112'),(363232,0,'ugras','2022-11-28 05:09:04','81.161.229.112'),(363233,0,'ugras','2022-11-28 05:09:04','81.161.229.112'),(363234,0,'ugras','2022-11-28 05:09:04','81.161.229.112'),(363235,0,'ugras','2022-11-28 05:09:05','81.161.229.112'),(363236,0,'ugras','2022-11-28 05:09:05','81.161.229.112'),(363237,0,'ugras','2022-11-28 05:09:05','81.161.229.112'),(363238,0,'ugras','2022-11-28 05:09:05','81.161.229.112'),(363239,0,'ugras','2022-11-28 05:09:05','81.161.229.112'),(363240,0,'ugras','2022-11-28 05:09:06','81.161.229.112'),(363241,0,'ugras','2022-11-28 05:09:06','81.161.229.112'),(363242,0,'ugras','2022-11-28 05:09:06','81.161.229.112'),(363243,0,'ugras','2022-11-28 05:09:06','81.161.229.112'),(363244,0,'ugras','2022-11-28 05:09:06','81.161.229.112'),(363245,0,'ugras','2022-11-28 05:09:07','81.161.229.112'),(363246,0,'ugras','2022-11-28 05:09:07','81.161.229.112'),(363247,0,'ugras','2022-11-28 05:09:07','81.161.229.112'),(363248,0,'ugras','2022-11-28 05:09:07','81.161.229.112'),(363249,0,'ugras','2022-11-28 05:09:07','81.161.229.112'),(363250,0,'ugras','2022-11-28 05:09:07','81.161.229.112'),(363251,0,'ugras','2022-11-28 05:09:08','81.161.229.112'),(363252,0,'ugras','2022-11-28 05:09:08','81.161.229.112'),(363253,0,'ugras','2022-11-28 05:09:08','81.161.229.112'),(363254,0,'ugras','2022-11-28 05:09:08','81.161.229.112'),(363255,0,'ugras','2022-11-28 05:09:08','81.161.229.112'),(363256,0,'ugras','2022-11-28 05:09:09','81.161.229.112'),(363257,0,'ugras','2022-11-28 05:09:09','81.161.229.112'),(363258,0,'ugras','2022-11-28 05:09:09','81.161.229.112'),(363259,0,'ugras','2022-11-28 05:09:09','81.161.229.112'),(363260,0,'ugras','2022-11-28 05:09:09','81.161.229.112'),(363261,0,'ugras','2022-11-28 05:09:10','81.161.229.112'),(363262,0,'ugras','2022-11-28 05:09:10','81.161.229.112'),(363263,0,'ugras','2022-11-28 05:09:10','81.161.229.112'),(363264,0,'ugras','2022-11-28 05:09:10','81.161.229.112'),(363265,0,'ugras','2022-11-28 05:09:11','81.161.229.112'),(363266,0,'ugras','2022-11-28 05:09:11','81.161.229.112'),(363267,0,'ugras','2022-11-28 05:09:11','81.161.229.112'),(363268,0,'ugras','2022-11-28 05:09:11','81.161.229.112'),(363269,0,'ugras','2022-11-28 05:09:11','81.161.229.112'),(363270,0,'ugras','2022-11-28 05:09:12','81.161.229.112'),(363271,0,'ugras','2022-11-28 05:09:12','81.161.229.112'),(363272,0,'ugras','2022-11-28 05:09:12','81.161.229.112'),(363273,0,'ugras','2022-11-28 05:09:12','81.161.229.112'),(363274,0,'ugras','2022-11-28 05:09:12','81.161.229.112'),(363275,0,'ugras','2022-11-28 05:09:12','81.161.229.112'),(363276,0,'ugras','2022-11-28 05:09:13','81.161.229.112'),(363277,0,'ugras','2022-11-28 05:09:13','81.161.229.112'),(363278,0,'ugras','2022-11-28 05:09:13','81.161.229.112'),(363279,0,'ugras','2022-11-28 05:09:13','81.161.229.112'),(363280,0,'ugras','2022-11-28 05:09:13','81.161.229.112'),(363281,0,'ugras','2022-11-28 05:09:13','81.161.229.112'),(363282,0,'ugras','2022-11-28 05:09:14','81.161.229.112'),(363283,0,'ugras','2022-11-28 05:09:14','81.161.229.112'),(363284,0,'ugras','2022-11-28 05:09:14','81.161.229.112'),(363285,0,'ugras','2022-11-28 05:09:14','81.161.229.112'),(363286,0,'ugras','2022-11-28 05:09:14','81.161.229.112'),(363287,0,'ugras','2022-11-28 05:09:14','81.161.229.112'),(363288,0,'ugras','2022-11-28 05:09:15','81.161.229.112'),(363289,0,'ugras','2022-11-28 05:09:15','81.161.229.112'),(363290,0,'ugras','2022-11-28 05:09:15','81.161.229.112'),(363291,0,'ugras','2022-11-28 05:09:15','81.161.229.112'),(363292,0,'ugras','2022-11-28 05:09:15','81.161.229.112'),(363293,0,'ugras','2022-11-28 05:09:15','81.161.229.112'),(363294,0,'ugras','2022-11-28 05:09:16','81.161.229.112'),(363295,0,'ugras','2022-11-28 05:09:16','81.161.229.112'),(363296,0,'ugras','2022-11-28 05:09:16','81.161.229.112'),(363297,0,'ugras','2022-11-28 05:09:16','81.161.229.112'),(363298,0,'ugras','2022-11-28 05:09:16','81.161.229.112'),(363299,0,'ugras','2022-11-28 05:09:16','81.161.229.112'),(363300,0,'ugras','2022-11-28 05:09:17','81.161.229.112'),(363301,0,'ugras','2022-11-28 05:09:17','81.161.229.112'),(363302,0,'ugras','2022-11-28 05:09:17','81.161.229.112'),(363303,0,'ugras','2022-11-28 05:09:17','81.161.229.112'),(363304,0,'ugras','2022-11-28 05:09:17','81.161.229.112'),(363305,0,'ugras','2022-11-28 05:09:17','81.161.229.112'),(363306,0,'ugras','2022-11-28 05:09:18','81.161.229.112'),(363307,0,'ugras','2022-11-28 05:09:18','81.161.229.112'),(363308,0,'ugras','2022-11-28 05:09:18','81.161.229.112'),(363309,0,'ugras','2022-11-28 05:09:18','81.161.229.112'),(363310,0,'ugras','2022-11-28 05:09:18','81.161.229.112'),(363311,0,'ugras','2022-11-28 05:09:18','81.161.229.112'),(363312,0,'ugras','2022-11-28 05:09:19','81.161.229.112'),(363313,0,'ugras','2022-11-28 05:09:19','81.161.229.112'),(363314,0,'ugras','2022-11-28 05:09:19','81.161.229.112'),(363315,0,'ugras','2022-11-28 05:09:19','81.161.229.112'),(363316,0,'ugras','2022-11-28 05:09:19','81.161.229.112'),(363317,0,'ugras','2022-11-28 05:09:19','81.161.229.112'),(363318,0,'ugras','2022-11-28 05:09:20','81.161.229.112'),(363319,0,'ugras','2022-11-28 05:09:20','81.161.229.112'),(363320,0,'ugras','2022-11-28 05:09:20','81.161.229.112'),(363321,0,'ugras','2022-11-28 05:09:20','81.161.229.112'),(363322,0,'ugras','2022-11-28 05:09:20','81.161.229.112'),(363323,0,'ugras','2022-11-28 05:09:20','81.161.229.112'),(363324,0,'ugras','2022-11-28 05:09:21','81.161.229.112'),(363325,0,'ugras','2022-11-28 05:09:21','81.161.229.112'),(363326,0,'ugras','2022-11-28 05:09:21','81.161.229.112'),(363327,0,'ugras','2022-11-28 05:09:21','81.161.229.112'),(363328,0,'ugras','2022-11-28 05:09:21','81.161.229.112'),(363329,0,'ugras','2022-11-28 05:09:21','81.161.229.112'),(363330,0,'ugras','2022-11-28 05:09:22','81.161.229.112'),(363331,0,'ugras','2022-11-28 05:09:22','81.161.229.112'),(363332,0,'ugras','2022-11-28 05:09:22','81.161.229.112'),(363333,0,'ugras','2022-11-28 05:09:22','81.161.229.112'),(363334,0,'ugras','2022-11-28 05:09:22','81.161.229.112'),(363335,0,'ugras','2022-11-28 05:09:22','81.161.229.112'),(363336,0,'ugras','2022-11-28 05:09:23','81.161.229.112'),(363337,0,'ugras','2022-11-28 05:09:23','81.161.229.112'),(363338,0,'ugras','2022-11-28 05:09:23','81.161.229.112'),(363339,0,'ugras','2022-11-28 05:09:23','81.161.229.112'),(363340,0,'ugras','2022-11-28 05:09:23','81.161.229.112'),(363341,0,'ugras','2022-11-28 05:09:24','81.161.229.112'),(363342,0,'ugras','2022-11-28 05:09:24','81.161.229.112'),(363343,0,'ugras','2022-11-28 05:09:24','81.161.229.112'),(363344,0,'ugras','2022-11-28 05:09:24','81.161.229.112'),(363345,0,'ugras','2022-11-28 05:09:24','81.161.229.112'),(363346,0,'ugras','2022-11-28 05:09:24','81.161.229.112'),(363347,0,'ugras','2022-11-28 05:09:25','81.161.229.112'),(363348,0,'ugras','2022-11-28 05:09:25','81.161.229.112'),(363349,0,'ugras','2022-11-28 05:09:25','81.161.229.112'),(363350,0,'ugras','2022-11-28 05:09:25','81.161.229.112'),(363351,0,'ugras','2022-11-28 05:09:25','81.161.229.112'),(363352,0,'ugras','2022-11-28 05:09:25','81.161.229.112'),(363353,0,'ugras','2022-11-28 05:09:26','81.161.229.112'),(363354,0,'ugras','2022-11-28 05:09:26','81.161.229.112'),(363355,0,'ugras','2022-11-28 05:09:26','81.161.229.112'),(363356,0,'ugras','2022-11-28 05:09:26','81.161.229.112'),(363357,0,'ugras','2022-11-28 05:09:26','81.161.229.112'),(363358,0,'ugras','2022-11-28 05:09:26','81.161.229.112'),(363359,0,'ugras','2022-11-28 05:09:27','81.161.229.112'),(363360,0,'ugras','2022-11-28 05:09:27','81.161.229.112'),(363361,0,'ugras','2022-11-28 05:09:27','81.161.229.112'),(363362,0,'ugras','2022-11-28 05:09:27','81.161.229.112'),(363363,0,'ugras','2022-11-28 05:09:27','81.161.229.112'),(363364,0,'ugras','2022-11-28 05:09:27','81.161.229.112'),(363365,0,'ugras','2022-11-28 05:09:28','81.161.229.112'),(363366,0,'ugras','2022-11-28 05:09:28','81.161.229.112'),(363367,0,'ugras','2022-11-28 05:09:28','81.161.229.112'),(363368,0,'ugras','2022-11-28 05:09:28','81.161.229.112'),(363369,0,'ugras','2022-11-28 05:09:28','81.161.229.112'),(363370,0,'ugras','2022-11-28 05:09:29','81.161.229.112'),(363371,0,'ugras','2022-11-28 05:09:29','81.161.229.112'),(363372,0,'ugras','2022-11-28 05:09:29','81.161.229.112'),(363373,0,'ugras','2022-11-28 05:09:29','81.161.229.112'),(363374,0,'ugras','2022-11-28 05:09:29','81.161.229.112'),(363375,0,'ugras','2022-11-28 05:09:29','81.161.229.112'),(363376,0,'ugras','2022-11-28 05:09:30','81.161.229.112'),(363377,0,'ugras','2022-11-28 05:09:30','81.161.229.112'),(363378,0,'ugras','2022-11-28 05:09:30','81.161.229.112'),(363379,0,'ugras','2022-11-28 05:09:30','81.161.229.112'),(363380,0,'ugras','2022-11-28 05:09:30','81.161.229.112'),(363381,0,'ugras','2022-11-28 05:09:30','81.161.229.112'),(363382,0,'ugras','2022-11-28 05:09:31','81.161.229.112'),(363383,0,'ugras','2022-11-28 05:09:31','81.161.229.112'),(363384,0,'ugras','2022-11-28 05:09:31','81.161.229.112'),(363385,0,'ugras','2022-11-28 05:09:31','81.161.229.112'),(363386,0,'ugras','2022-11-28 05:09:31','81.161.229.112'),(363387,0,'ugras','2022-11-28 05:09:31','81.161.229.112'),(363388,0,'ugras','2022-11-28 05:09:32','81.161.229.112'),(363389,0,'ugras','2022-11-28 05:09:32','81.161.229.112'),(363390,0,'ugras','2022-11-28 05:09:32','81.161.229.112'),(363391,0,'ugras','2022-11-28 05:09:32','81.161.229.112'),(363392,0,'ugras','2022-11-28 05:09:33','81.161.229.112'),(363393,0,'ugras','2022-11-28 05:09:33','81.161.229.112'),(363394,0,'ugras','2022-11-28 05:09:33','81.161.229.112'),(363395,0,'ugras','2022-11-28 05:09:33','81.161.229.112'),(363396,0,'ugras','2022-11-28 05:09:33','81.161.229.112'),(363397,0,'ugras','2022-11-28 05:09:34','81.161.229.112'),(363398,0,'ugras','2022-11-28 05:09:34','81.161.229.112'),(363399,0,'ugras','2022-11-28 05:09:34','81.161.229.112'),(363400,0,'ugras','2022-11-28 05:09:34','81.161.229.112'),(363401,0,'ugras','2022-11-28 05:09:34','81.161.229.112'),(363402,0,'ugras','2022-11-28 05:09:35','81.161.229.112'),(363403,0,'ugras','2022-11-28 05:09:35','81.161.229.112'),(363404,0,'ugras','2022-11-28 05:09:35','81.161.229.112'),(363405,0,'ugras','2022-11-28 05:09:35','81.161.229.112'),(363406,0,'ugras','2022-11-28 05:09:35','81.161.229.112'),(363407,0,'ugras','2022-11-28 05:09:35','81.161.229.112'),(363408,0,'ugras','2022-11-28 05:09:36','81.161.229.112'),(363409,0,'ugras','2022-11-28 05:09:36','81.161.229.112'),(363410,0,'ugras','2022-11-28 05:09:36','81.161.229.112'),(363411,0,'ugras','2022-11-28 05:09:36','81.161.229.112'),(363412,0,'ugras','2022-11-28 05:09:36','81.161.229.112'),(363413,0,'ugras','2022-11-28 05:09:36','81.161.229.112'),(363414,0,'ugras','2022-11-28 05:09:37','81.161.229.112'),(363415,0,'ugras','2022-11-28 05:09:37','81.161.229.112'),(363416,0,'ugras','2022-11-28 05:09:37','81.161.229.112'),(363417,0,'ugras','2022-11-28 05:09:37','81.161.229.112'),(363418,0,'ugras','2022-11-28 05:09:37','81.161.229.112'),(363419,0,'ugras','2022-11-28 05:09:38','81.161.229.112'),(363420,0,'ugras','2022-11-28 05:09:38','81.161.229.112'),(363421,0,'ugras','2022-11-28 05:09:38','81.161.229.112'),(363422,0,'ugras','2022-11-28 05:09:38','81.161.229.112'),(363423,0,'ugras','2022-11-28 05:09:38','81.161.229.112'),(363424,0,'ugras','2022-11-28 05:09:38','81.161.229.112'),(363425,0,'ugras','2022-11-28 05:09:39','81.161.229.112'),(363426,0,'ugras','2022-11-28 05:09:39','81.161.229.112'),(363427,0,'ugras','2022-11-28 05:09:39','81.161.229.112'),(363428,0,'ugras','2022-11-28 05:09:39','81.161.229.112'),(363429,0,'ugras','2022-11-28 05:09:39','81.161.229.112'),(363430,0,'ugras','2022-11-28 05:09:40','81.161.229.112'),(363431,0,'ugras','2022-11-28 05:09:40','81.161.229.112'),(363432,0,'ugras','2022-11-28 05:09:40','81.161.229.112'),(363433,0,'ugras','2022-11-28 05:09:40','81.161.229.112'),(363434,0,'ugras','2022-11-28 05:09:40','81.161.229.112'),(363435,0,'ugras','2022-11-28 05:09:41','81.161.229.112'),(363436,0,'ugras','2022-11-28 05:09:41','81.161.229.112'),(363437,0,'ugras','2022-11-28 05:09:41','81.161.229.112'),(363438,0,'ugras','2022-11-28 05:09:41','81.161.229.112'),(363439,0,'ugras','2022-11-28 05:09:41','81.161.229.112'),(363440,0,'ugras','2022-11-28 05:09:41','81.161.229.112'),(363441,0,'ugras','2022-11-28 05:09:42','81.161.229.112'),(363442,0,'ugras','2022-11-28 05:09:42','81.161.229.112'),(363443,0,'ugras','2022-11-28 05:09:42','81.161.229.112'),(363444,0,'ugras','2022-11-28 05:09:42','81.161.229.112'),(363445,0,'ugras','2022-11-28 05:09:43','81.161.229.112'),(363446,0,'ugras','2022-11-28 05:09:43','81.161.229.112'),(363447,0,'ugras','2022-11-28 05:09:43','81.161.229.112'),(363448,0,'ugras','2022-11-28 05:09:43','81.161.229.112'),(363449,0,'ugras','2022-11-28 05:09:43','81.161.229.112'),(363450,0,'ugras','2022-11-28 05:09:43','81.161.229.112'),(363451,0,'ugras','2022-11-28 05:09:44','81.161.229.112'),(363452,0,'ugras','2022-11-28 05:09:44','81.161.229.112'),(363453,0,'ugras','2022-11-28 05:09:44','81.161.229.112'),(363454,0,'ugras','2022-11-28 05:09:44','81.161.229.112'),(363455,0,'ugras','2022-11-28 05:09:44','81.161.229.112'),(363456,0,'ugras','2022-11-28 05:09:45','81.161.229.112'),(363457,0,'ugras','2022-11-28 05:09:45','81.161.229.112'),(363458,0,'ugras','2022-11-28 05:09:45','81.161.229.112'),(363459,0,'ugras','2022-11-28 05:09:45','81.161.229.112'),(363460,0,'ugras','2022-11-28 05:09:45','81.161.229.112'),(363461,0,'ugras','2022-11-28 05:09:45','81.161.229.112'),(363462,0,'ugras','2022-11-28 05:09:46','81.161.229.112'),(363463,0,'ugras','2022-11-28 05:09:46','81.161.229.112'),(363464,0,'ugras','2022-11-28 05:09:46','81.161.229.112'),(363465,0,'ugras','2022-11-28 05:09:46','81.161.229.112'),(363466,0,'ugras','2022-11-28 05:09:46','81.161.229.112'),(363467,0,'ugras','2022-11-28 05:09:47','81.161.229.112'),(363468,0,'ugras','2022-11-28 05:09:47','81.161.229.112'),(363469,0,'ugras','2022-11-28 05:09:47','81.161.229.112'),(363470,0,'ugras','2022-11-28 05:09:47','81.161.229.112'),(363471,0,'ugras','2022-11-28 05:09:47','81.161.229.112'),(363472,0,'ugras','2022-11-28 05:09:47','81.161.229.112'),(363473,0,'ugras','2022-11-28 05:09:48','81.161.229.112'),(363474,0,'ugras','2022-11-28 05:09:48','81.161.229.112'),(363475,0,'ugras','2022-11-28 05:09:48','81.161.229.112'),(363476,0,'ugras','2022-11-28 05:09:48','81.161.229.112'),(363477,0,'ugras','2022-11-28 05:09:48','81.161.229.112'),(363478,0,'ugras','2022-11-28 05:09:48','81.161.229.112'),(363479,0,'ugras','2022-11-28 05:09:49','81.161.229.112'),(363480,0,'ugras','2022-11-28 05:09:49','81.161.229.112'),(363481,0,'ugras','2022-11-28 05:09:49','81.161.229.112'),(363482,0,'ugras','2022-11-28 05:09:49','81.161.229.112'),(363483,0,'ugras','2022-11-28 05:09:49','81.161.229.112'),(363484,0,'ugras','2022-11-28 05:09:50','81.161.229.112'),(363485,0,'ugras','2022-11-28 05:09:50','81.161.229.112'),(363486,0,'ugras','2022-11-28 05:09:50','81.161.229.112'),(363487,0,'ugras','2022-11-28 05:09:50','81.161.229.112'),(363488,0,'ugras','2022-11-28 05:09:50','81.161.229.112'),(363489,0,'ugras','2022-11-28 05:09:50','81.161.229.112'),(363490,0,'ugras','2022-11-28 05:09:51','81.161.229.112'),(363491,0,'ugras','2022-11-28 05:09:51','81.161.229.112'),(363492,0,'ugras','2022-11-28 05:09:51','81.161.229.112'),(363493,0,'ugras','2022-11-28 05:09:51','81.161.229.112'),(363494,0,'ugras','2022-11-28 05:09:51','81.161.229.112'),(363495,0,'ugras','2022-11-28 05:09:51','81.161.229.112'),(363496,0,'ugras','2022-11-28 05:09:52','81.161.229.112'),(363497,0,'ugras','2022-11-28 05:09:52','81.161.229.112'),(363498,0,'ugras','2022-11-28 05:09:52','81.161.229.112'),(363499,0,'ugras','2022-11-28 05:09:52','81.161.229.112'),(363500,0,'ugras','2022-11-28 05:09:52','81.161.229.112'),(363501,0,'ugras','2022-11-28 05:09:53','81.161.229.112'),(363502,0,'ugras','2022-11-28 05:09:53','81.161.229.112'),(363503,0,'ugras','2022-11-28 05:09:53','81.161.229.112'),(363504,0,'ugras','2022-11-28 05:09:53','81.161.229.112'),(363505,0,'ugras','2022-11-28 05:09:53','81.161.229.112'),(363506,0,'ugras','2022-11-28 05:09:54','81.161.229.112'),(363507,0,'ugras','2022-11-28 05:09:54','81.161.229.112'),(363508,0,'ugras','2022-11-28 05:09:54','81.161.229.112'),(363509,0,'ugras','2022-11-28 05:09:54','81.161.229.112'),(363510,0,'ugras','2022-11-28 05:09:54','81.161.229.112'),(363511,0,'ugras','2022-11-28 05:09:54','81.161.229.112'),(363512,0,'ugras','2022-11-28 05:09:55','81.161.229.112'),(363513,0,'ugras','2022-11-28 05:09:55','81.161.229.112'),(363514,0,'ugras','2022-11-28 05:09:55','81.161.229.112'),(363515,0,'ugras','2022-11-28 05:09:55','81.161.229.112'),(363516,0,'ugras','2022-11-28 05:09:55','81.161.229.112'),(363517,0,'ugras','2022-11-28 05:09:55','81.161.229.112'),(363518,0,'ugras','2022-11-28 05:09:56','81.161.229.112'),(363519,0,'ugras','2022-11-28 05:09:56','81.161.229.112'),(363520,0,'ugras','2022-11-28 05:09:56','81.161.229.112'),(363521,0,'ugras','2022-11-28 05:09:56','81.161.229.112'),(363522,0,'ugras','2022-11-28 05:09:56','81.161.229.112'),(363523,0,'ugras','2022-11-28 05:09:57','81.161.229.112'),(363524,0,'ugras','2022-11-28 05:09:57','81.161.229.112'),(363525,0,'ugras','2022-11-28 05:09:57','81.161.229.112'),(363526,0,'ugras','2022-11-28 05:09:57','81.161.229.112'),(363527,0,'ugras','2022-11-28 05:09:57','81.161.229.112'),(363528,0,'ugras','2022-11-28 05:09:57','81.161.229.112'),(363529,0,'ugras','2022-11-28 05:09:58','81.161.229.112'),(363530,0,'ugras','2022-11-28 05:09:58','81.161.229.112'),(363531,0,'ugras','2022-11-28 05:09:58','81.161.229.112'),(363532,0,'ugras','2022-11-28 05:09:58','81.161.229.112'),(363533,0,'ugras','2022-11-28 05:09:58','81.161.229.112'),(363534,0,'ugras','2022-11-28 05:09:58','81.161.229.112'),(363535,0,'ugras','2022-11-28 05:09:59','81.161.229.112'),(363536,0,'ugras','2022-11-28 05:09:59','81.161.229.112'),(363537,0,'ugras','2022-11-28 05:09:59','81.161.229.112'),(363538,0,'ugras','2022-11-28 05:09:59','81.161.229.112'),(363539,0,'ugras','2022-11-28 05:09:59','81.161.229.112'),(363540,0,'ugras','2022-11-28 05:09:59','81.161.229.112'),(363541,0,'ugras','2022-11-28 05:10:00','81.161.229.112'),(363542,0,'ugras','2022-11-28 05:10:00','81.161.229.112'),(363543,0,'ugras','2022-11-28 05:10:00','81.161.229.112'),(363544,0,'ugras','2022-11-28 05:10:00','81.161.229.112'),(363545,0,'ugras','2022-11-28 05:10:00','81.161.229.112'),(363546,0,'ugras','2022-11-28 05:10:01','81.161.229.112'),(363547,0,'ugras','2022-11-28 05:10:01','81.161.229.112'),(363548,0,'ugras','2022-11-28 05:10:01','81.161.229.112'),(363549,0,'ugras','2022-11-28 05:10:01','81.161.229.112'),(363550,0,'ugras','2022-11-28 05:10:01','81.161.229.112'),(363551,0,'ugras','2022-11-28 05:10:02','81.161.229.112'),(363552,0,'ugras','2022-11-28 05:10:02','81.161.229.112'),(363553,0,'ugras','2022-11-28 05:10:02','81.161.229.112'),(363554,0,'ugras','2022-11-28 05:10:02','81.161.229.112'),(363555,0,'ugras','2022-11-28 05:10:02','81.161.229.112'),(363556,0,'ugras','2022-11-28 05:10:02','81.161.229.112'),(363557,0,'ugras','2022-11-28 05:10:03','81.161.229.112'),(363558,0,'ugras','2022-11-28 05:10:03','81.161.229.112'),(363559,0,'ugras','2022-11-28 05:10:03','81.161.229.112'),(363560,0,'ugras','2022-11-28 05:10:03','81.161.229.112'),(363561,0,'ugras','2022-11-28 05:10:03','81.161.229.112'),(363562,0,'ugras','2022-11-28 05:10:03','81.161.229.112'),(363563,0,'ugras','2022-11-28 05:10:04','81.161.229.112'),(363564,0,'ugras','2022-11-28 05:10:04','81.161.229.112'),(363565,0,'ugras','2022-11-28 05:10:04','81.161.229.112'),(363566,0,'ugras','2022-11-28 05:10:04','81.161.229.112'),(363567,0,'ugras','2022-11-28 05:10:04','81.161.229.112'),(363568,0,'ugras','2022-11-28 05:10:04','81.161.229.112'),(363569,0,'ugras','2022-11-28 05:10:05','81.161.229.112'),(363570,0,'ugras','2022-11-28 05:10:05','81.161.229.112'),(363571,0,'ugras','2022-11-28 05:10:05','81.161.229.112'),(363572,0,'ugras','2022-11-28 05:10:05','81.161.229.112'),(363573,0,'ugras','2022-11-28 05:10:05','81.161.229.112'),(363574,0,'ugras','2022-11-28 05:10:05','81.161.229.112'),(363575,0,'ugras','2022-11-28 05:10:06','81.161.229.112'),(363576,0,'ugras','2022-11-28 05:10:06','81.161.229.112'),(363577,0,'ugras','2022-11-28 05:10:06','81.161.229.112'),(363578,0,'ugras','2022-11-28 05:10:06','81.161.229.112'),(363579,0,'ugras','2022-11-28 05:10:07','81.161.229.112'),(363580,0,'ugras','2022-11-28 05:10:07','81.161.229.112'),(363581,0,'ugras','2022-11-28 05:10:07','81.161.229.112'),(363582,0,'ugras','2022-11-28 05:10:08','81.161.229.112'),(363583,0,'ugras','2022-11-28 05:10:08','81.161.229.112'),(363584,0,'ugras','2022-11-28 05:10:08','81.161.229.112'),(363585,0,'ugras','2022-11-28 05:10:08','81.161.229.112'),(363586,0,'ugras','2022-11-28 05:10:08','81.161.229.112'),(363587,0,'ugras','2022-11-28 05:10:08','81.161.229.112'),(363588,0,'ugras','2022-11-28 05:10:09','81.161.229.112'),(363589,0,'ugras','2022-11-28 05:10:09','81.161.229.112'),(363590,0,'ugras','2022-11-28 05:10:09','81.161.229.112'),(363591,0,'ugras','2022-11-28 05:10:09','81.161.229.112'),(363592,0,'ugras','2022-11-28 05:10:09','81.161.229.112'),(363593,0,'ugras','2022-11-28 05:10:09','81.161.229.112'),(363594,0,'ugras','2022-11-28 05:10:10','81.161.229.112'),(363595,0,'ugras','2022-11-28 05:10:10','81.161.229.112'),(363596,0,'ugras','2022-11-28 05:10:10','81.161.229.112'),(363597,0,'ugras','2022-11-28 05:10:10','81.161.229.112'),(363598,0,'ugras','2022-11-28 05:10:10','81.161.229.112'),(363599,0,'ugras','2022-11-28 05:10:11','81.161.229.112'),(363600,0,'ugras','2022-11-28 05:10:11','81.161.229.112'),(363601,0,'ugras','2022-11-28 05:10:11','81.161.229.112'),(363602,0,'ugras','2022-11-28 05:10:11','81.161.229.112'),(363603,0,'ugras','2022-11-28 05:10:11','81.161.229.112'),(363604,0,'ugras','2022-11-28 05:10:11','81.161.229.112'),(363605,0,'ugras','2022-11-28 05:10:11','81.161.229.112'),(363606,0,'ugras','2022-11-28 05:10:12','81.161.229.112'),(363607,0,'ugras','2022-11-28 05:10:12','81.161.229.112'),(363608,0,'ugras','2022-11-28 05:10:12','81.161.229.112'),(363609,0,'ugras','2022-11-28 05:10:12','81.161.229.112'),(363610,0,'ugras','2022-11-28 05:10:12','81.161.229.112'),(363611,0,'ugras','2022-11-28 05:10:13','81.161.229.112'),(363612,0,'ugras','2022-11-28 05:10:13','81.161.229.112'),(363613,0,'ugras','2022-11-28 05:10:13','81.161.229.112'),(363614,0,'ugras','2022-11-28 05:10:13','81.161.229.112'),(363615,0,'ugras','2022-11-28 05:10:13','81.161.229.112'),(363616,0,'ugras','2022-11-28 05:10:14','81.161.229.112'),(363617,0,'ugras','2022-11-28 05:10:14','81.161.229.112'),(363618,0,'ugras','2022-11-28 05:10:14','81.161.229.112'),(363619,0,'ugras','2022-11-28 05:10:14','81.161.229.112'),(363620,0,'ugras','2022-11-28 05:10:14','81.161.229.112'),(363621,0,'ugras','2022-11-28 05:10:14','81.161.229.112'),(363622,0,'ugras','2022-11-28 05:10:15','81.161.229.112'),(363623,0,'ugras','2022-11-28 05:10:15','81.161.229.112'),(363624,0,'ugras','2022-11-28 05:10:15','81.161.229.112'),(363625,0,'ugras','2022-11-28 05:10:15','81.161.229.112'),(363626,0,'ugras','2022-11-28 05:10:15','81.161.229.112'),(363627,0,'ugras','2022-11-28 05:10:15','81.161.229.112'),(363628,0,'ugras','2022-11-28 05:10:16','81.161.229.112'),(363629,0,'ugras','2022-11-28 05:10:16','81.161.229.112'),(363630,0,'ugras','2022-11-28 05:10:16','81.161.229.112'),(363631,0,'ugras','2022-11-28 05:10:16','81.161.229.112'),(363632,0,'ugras','2022-11-28 05:10:16','81.161.229.112'),(363633,0,'ugras','2022-11-28 05:10:17','81.161.229.112'),(363634,0,'ugras','2022-11-28 05:10:17','81.161.229.112'),(363635,0,'ugras','2022-11-28 05:10:17','81.161.229.112'),(363636,0,'ugras','2022-11-28 05:10:17','81.161.229.112'),(363637,0,'ugras','2022-11-28 05:10:17','81.161.229.112'),(363638,0,'ugras','2022-11-28 05:10:17','81.161.229.112'),(363639,0,'ugras','2022-11-28 05:10:18','81.161.229.112'),(363640,0,'ugras','2022-11-28 05:10:18','81.161.229.112'),(363641,0,'ugras','2022-11-28 05:10:18','81.161.229.112'),(363642,0,'ugras','2022-11-28 05:10:18','81.161.229.112'),(363643,0,'ugras','2022-11-28 05:10:18','81.161.229.112'),(363644,0,'ugras','2022-11-28 05:10:19','81.161.229.112'),(363645,0,'ugras','2022-11-28 05:10:19','81.161.229.112'),(363646,0,'ugras','2022-11-28 05:10:19','81.161.229.112'),(363647,0,'ugras','2022-11-28 05:10:19','81.161.229.112'),(363648,0,'ugras','2022-11-28 05:10:19','81.161.229.112'),(363649,0,'ugras','2022-11-28 05:10:19','81.161.229.112'),(363650,0,'ugras','2022-11-28 05:10:20','81.161.229.112'),(363651,0,'ugras','2022-11-28 05:10:20','81.161.229.112'),(363652,0,'ugras','2022-11-28 05:10:20','81.161.229.112'),(363653,0,'ugras','2022-11-28 05:10:20','81.161.229.112'),(363654,0,'ugras','2022-11-28 05:10:20','81.161.229.112'),(363655,0,'ugras','2022-11-28 05:10:20','81.161.229.112'),(363656,0,'ugras','2022-11-28 05:10:21','81.161.229.112'),(363657,0,'ugras','2022-11-28 05:10:21','81.161.229.112'),(363658,0,'ugras','2022-11-28 05:10:21','81.161.229.112'),(363659,0,'ugras','2022-11-28 05:10:21','81.161.229.112'),(363660,0,'ugras','2022-11-28 05:10:21','81.161.229.112'),(363661,0,'ugras','2022-11-28 05:10:22','81.161.229.112'),(363662,0,'ugras','2022-11-28 05:10:22','81.161.229.112'),(363663,0,'ugras','2022-11-28 05:10:22','81.161.229.112'),(363664,0,'ugras','2022-11-28 05:10:22','81.161.229.112'),(363665,0,'ugras','2022-11-28 05:10:22','81.161.229.112'),(363666,0,'ugras','2022-11-28 05:10:22','81.161.229.112'),(363667,0,'ugras','2022-11-28 05:10:23','81.161.229.112'),(363668,0,'ugras','2022-11-28 05:10:23','81.161.229.112'),(363669,0,'ugras','2022-11-28 05:10:23','81.161.229.112'),(363670,0,'ugras','2022-11-28 05:10:23','81.161.229.112'),(363671,0,'ugras','2022-11-28 05:10:23','81.161.229.112'),(363672,0,'ugras','2022-11-28 05:10:24','81.161.229.112'),(363673,0,'ugras','2022-11-28 05:10:24','81.161.229.112'),(363674,0,'ugras','2022-11-28 05:10:24','81.161.229.112'),(363675,0,'ugras','2022-11-28 05:10:24','81.161.229.112'),(363676,0,'ugras','2022-11-28 05:10:24','81.161.229.112'),(363677,0,'ugras','2022-11-28 05:10:25','81.161.229.112'),(363678,0,'ugras','2022-11-28 05:10:25','81.161.229.112'),(363679,0,'ugras','2022-11-28 05:10:25','81.161.229.112'),(363680,0,'ugras','2022-11-28 05:10:25','81.161.229.112'),(363681,0,'ugras','2022-11-28 05:10:25','81.161.229.112'),(363682,0,'ugras','2022-11-28 05:10:26','81.161.229.112'),(363683,0,'ugras','2022-11-28 05:10:26','81.161.229.112'),(363684,0,'ugras','2022-11-28 05:10:26','81.161.229.112'),(363685,0,'ugras','2022-11-28 05:10:26','81.161.229.112'),(363686,0,'ugras','2022-11-28 05:10:26','81.161.229.112'),(363687,0,'ugras','2022-11-28 05:10:26','81.161.229.112'),(363688,0,'ugras','2022-11-28 05:10:27','81.161.229.112'),(363689,0,'ugras','2022-11-28 05:10:27','81.161.229.112'),(363690,0,'ugras','2022-11-28 05:10:27','81.161.229.112'),(363691,0,'ugras','2022-11-28 05:10:27','81.161.229.112'),(363692,0,'ugras','2022-11-28 05:10:27','81.161.229.112'),(363693,0,'ugras','2022-11-28 05:10:28','81.161.229.112'),(363694,0,'ugras','2022-11-28 05:10:28','81.161.229.112'),(363695,0,'ugras','2022-11-28 05:10:28','81.161.229.112'),(363696,0,'ugras','2022-11-28 05:10:28','81.161.229.112'),(363697,0,'ugras','2022-11-28 05:10:28','81.161.229.112'),(363698,0,'ugras','2022-11-28 05:10:28','81.161.229.112'),(363699,0,'ugras','2022-11-28 05:10:29','81.161.229.112'),(363700,0,'ugras','2022-11-28 05:10:29','81.161.229.112'),(363701,0,'ugras','2022-11-28 05:10:29','81.161.229.112'),(363702,0,'ugras','2022-11-28 05:10:29','81.161.229.112'),(363703,0,'ugras','2022-11-28 05:10:29','81.161.229.112'),(363704,0,'ugras','2022-11-28 05:10:30','81.161.229.112'),(363705,0,'ugras','2022-11-28 05:10:30','81.161.229.112'),(363706,0,'ugras','2022-11-28 05:10:30','81.161.229.112'),(363707,0,'ugras','2022-11-28 05:10:30','81.161.229.112'),(363708,0,'ugras','2022-11-28 05:10:30','81.161.229.112'),(363709,0,'ugras','2022-11-28 05:10:31','81.161.229.112'),(363710,0,'ugras','2022-11-28 05:10:31','81.161.229.112'),(363711,0,'ugras','2022-11-28 05:10:31','81.161.229.112'),(363712,0,'ugras','2022-11-28 05:10:31','81.161.229.112'),(363713,0,'ugras','2022-11-28 05:10:31','81.161.229.112'),(363714,0,'ugras','2022-11-28 05:10:32','81.161.229.112'),(363715,0,'ugras','2022-11-28 05:10:32','81.161.229.112'),(363716,0,'ugras','2022-11-28 05:10:32','81.161.229.112'),(363717,0,'ugras','2022-11-28 05:10:32','81.161.229.112'),(363718,0,'ugras','2022-11-28 05:10:32','81.161.229.112'),(363719,0,'ugras','2022-11-28 05:10:33','81.161.229.112'),(363720,0,'ugras','2022-11-28 05:10:33','81.161.229.112'),(363721,0,'ugras','2022-11-28 05:10:33','81.161.229.112'),(363722,0,'ugras','2022-11-28 05:10:33','81.161.229.112'),(363723,0,'ugras','2022-11-28 05:10:33','81.161.229.112'),(363724,0,'ugras','2022-11-28 05:10:33','81.161.229.112'),(363725,0,'ugras','2022-11-28 05:10:33','81.161.229.112'),(363726,0,'ugras','2022-11-28 05:10:34','81.161.229.112'),(363727,0,'ugras','2022-11-28 05:10:34','81.161.229.112'),(363728,0,'ugras','2022-11-28 05:10:34','81.161.229.112'),(363729,0,'ugras','2022-11-28 05:10:34','81.161.229.112'),(363730,0,'ugras','2022-11-28 05:10:34','81.161.229.112'),(363731,0,'ugras','2022-11-28 05:10:34','81.161.229.112'),(363732,0,'ugras','2022-11-28 05:10:35','81.161.229.112'),(363733,0,'ugras','2022-11-28 05:10:35','81.161.229.112'),(363734,0,'ugras','2022-11-28 05:10:35','81.161.229.112'),(363735,0,'ugras','2022-11-28 05:10:35','81.161.229.112'),(363736,0,'ugras','2022-11-28 05:10:35','81.161.229.112'),(363737,0,'ugras','2022-11-28 05:10:35','81.161.229.112'),(363738,0,'ugras','2022-11-28 05:10:36','81.161.229.112'),(363739,0,'ugras','2022-11-28 05:10:36','81.161.229.112'),(363740,0,'ugras','2022-11-28 05:10:36','81.161.229.112'),(363741,0,'ugras','2022-11-28 05:10:36','81.161.229.112'),(363742,0,'ugras','2022-11-28 05:10:36','81.161.229.112'),(363743,0,'ugras','2022-11-28 05:10:36','81.161.229.112'),(363744,0,'ugras','2022-11-28 05:10:37','81.161.229.112'),(363745,0,'ugras','2022-11-28 05:10:37','81.161.229.112'),(363746,0,'ugras','2022-11-28 05:10:37','81.161.229.112'),(363747,0,'ugras','2022-11-28 05:10:37','81.161.229.112'),(363748,0,'ugras','2022-11-28 05:10:37','81.161.229.112'),(363749,0,'ugras','2022-11-28 05:10:37','81.161.229.112'),(363750,0,'ugras','2022-11-28 05:10:38','81.161.229.112'),(363751,0,'ugras','2022-11-28 05:10:38','81.161.229.112'),(363752,0,'ugras','2022-11-28 05:10:38','81.161.229.112'),(363753,0,'ugras','2022-11-28 05:10:38','81.161.229.112'),(363754,0,'ugras','2022-11-28 05:10:38','81.161.229.112'),(363755,0,'ugras','2022-11-28 05:10:39','81.161.229.112'),(363756,0,'ugras','2022-11-28 05:10:39','81.161.229.112'),(363757,0,'ugras','2022-11-28 05:10:39','81.161.229.112'),(363758,0,'ugras','2022-11-28 05:10:39','81.161.229.112'),(363759,0,'ugras','2022-11-28 05:10:39','81.161.229.112'),(363760,0,'ugras','2022-11-28 05:10:39','81.161.229.112'),(363761,0,'ugras','2022-11-28 05:10:39','81.161.229.112'),(363762,0,'ugras','2022-11-28 05:10:40','81.161.229.112'),(363763,0,'ugras','2022-11-28 05:10:40','81.161.229.112'),(363764,0,'ugras','2022-11-28 05:10:40','81.161.229.112'),(363765,0,'ugras','2022-11-28 05:10:40','81.161.229.112'),(363766,0,'ugras','2022-11-28 05:10:40','81.161.229.112'),(363767,0,'ugras','2022-11-28 05:10:41','81.161.229.112'),(363768,0,'ugras','2022-11-28 05:10:41','81.161.229.112'),(363769,0,'ugras','2022-11-28 05:10:41','81.161.229.112'),(363770,0,'ugras','2022-11-28 05:10:41','81.161.229.112'),(363771,0,'ugras','2022-11-28 05:10:41','81.161.229.112'),(363772,0,'ugras','2022-11-28 05:10:41','81.161.229.112'),(363773,0,'ukdebtconsolidations-co-uk','2022-11-28 05:12:30','138.68.180.230'),(363774,0,'feed','2022-11-28 05:14:03','111.230.202.147'),(363775,0,'ukdebtconsolidations-co-uk','2022-11-28 05:38:50','35.195.78.238'),(363776,0,'feed','2022-11-28 05:40:15','34.65.234.0'),(363777,0,'payments','2022-11-28 05:46:57','185.119.81.99'),(363778,0,'ebtcons','2022-11-28 05:56:22','185.119.81.109'),(363779,0,'ukdebtconsolidations','2022-11-28 05:56:45','199.195.254.123'),(363780,0,'ukdebtconsolidations-co-uk','2022-11-28 06:05:03','148.72.214.245'),(363781,0,'feed','2022-11-28 06:06:42','35.187.58.136'),(363782,0,'ukdebtconsolidations-co-uk','2022-11-28 06:31:37','202.21.38.119'),(363783,0,'feed','2022-11-28 06:33:17','47.110.72.238'),(363784,0,'ukdebtconsolidations-co-uk','2022-11-28 06:58:05','161.35.52.207'),(363785,0,'feed','2022-11-28 06:59:37','13.81.59.92'),(363786,0,'admin','2022-11-28 07:04:46','185.119.81.96'),(363787,0,'ukdebtconsolidations-co-uk','2022-11-28 07:11:17','209.141.37.194'),(363788,0,'ukdebtconsolidations-co-uk','2022-11-28 07:24:46','111.230.202.147'),(363789,0,'feed','2022-11-28 07:26:24','47.107.242.103'),(363790,0,'admin','2022-11-28 07:29:39','15.235.97.24'),(363791,0,'admin','2022-11-28 07:36:47','192.185.2.252'),(363792,0,'ukdebtconsolidations-co-uk','2022-11-28 07:43:06','67.23.254.254'),(363793,0,'ukdebtconsolidations-co-uk','2022-11-28 07:49:36','51.79.242.130'),(363794,0,'ukdebtconsolidations-co-uk','2022-11-28 07:51:38','54.37.235.96'),(363795,0,'feed','2022-11-28 07:53:17','46.101.150.34'),(363796,0,'ukdebtconsolidations-co-uk','2022-11-28 07:55:54','192.64.113.147'),(363797,0,'ukdebtconsolidations-co-uk','2022-11-28 08:02:09','72.9.158.112'),(363798,0,'ukdebtconsolidations-co-uk','2022-11-28 08:08:47','188.212.34.36'),(363799,0,'ukdebtconsolidations-co-uk','2022-11-28 08:14:46','148.72.244.254'),(363800,0,'ukdebtconsolidations-co-uk','2022-11-28 08:18:49','69.163.207.121'),(363801,0,'feed','2022-11-28 08:20:28','202.29.236.140'),(363802,0,'ukdebtconsolidations-co-uk','2022-11-28 08:21:29','175.178.160.253'),(363803,0,'ukdebtconsolidations-co-uk','2022-11-28 08:28:29','151.106.35.235'),(363804,0,'ukdebtconsolidations-co-uk','2022-11-28 08:35:11','161.35.15.73'),(363805,0,'ukdebtconsolidations-co-uk','2022-11-28 08:41:46','103.234.209.66'),(363806,0,'ukdebtconsolidations-co-uk','2022-11-28 08:46:17','103.130.219.13'),(363807,0,'feed','2022-11-28 08:47:59','148.72.214.194'),(363808,0,'ukdebtconsolidations-co-uk','2022-11-28 08:48:51','123.31.41.38'),(363809,0,'wadminw','2022-11-28 08:56:24','159.223.186.76'),(363810,0,'wwwadmin','2022-11-28 09:09:09','162.240.211.236'),(363811,0,'ukdebtconsolidations-co-uk','2022-11-28 09:14:22','61.219.43.253'),(363812,0,'feed','2022-11-28 09:16:07','128.199.131.42'),(363813,0,'admin','2022-11-28 09:30:01','83.143.116.3'),(363814,0,'admin','2022-11-28 09:36:43','104.248.152.127'),(363815,0,'ukdebtconsolidations-co-uk','2022-11-28 09:42:28','172.104.40.190'),(363816,0,'ukdebtconsolidations-co-uk','2022-11-28 09:43:52','35.198.25.12'),(363817,0,'feed','2022-11-28 09:44:15','45.120.69.121'),(363818,0,'ukdebtconsolidations-co-uk','2022-11-28 09:51:28','35.193.197.89'),(363819,0,'wadminw','2022-11-28 09:56:18','15.235.97.24'),(363820,0,'wwwadmin','2022-11-28 10:03:45','103.121.90.150'),(363821,0,'ukdebtconsolidations-co-uk','2022-11-28 10:13:13','185.2.5.31'),(363822,0,'feed','2022-11-28 10:14:58','14.225.255.250'),(363823,0,'admin','2022-11-28 10:30:09','190.171.170.94'),(363824,0,'admin','2022-11-28 10:37:57','103.90.232.106'),(363825,0,'ukdebtconsolidations-co-uk','2022-11-28 10:43:54','207.46.234.202'),(363826,0,'ukdebtconsolidations-co-uk','2022-11-28 10:45:52','148.72.211.177'),(363827,0,'feed','2022-11-28 10:45:56','34.69.109.132'),(363828,0,'ukdebtconsolidations-co-uk','2022-11-28 10:54:15','81.88.52.210'),(363829,0,'payments','2022-11-28 10:57:22','185.119.81.96'),(363830,0,'ukdebtconsolidations-co-uk','2022-11-28 11:02:02','51.222.138.98'),(363831,0,'ukdebtconsolidations-co-uk','2022-11-28 11:09:51','139.162.20.244'),(363832,0,'ukdebtconsolidations-co-uk','2022-11-28 11:15:50','103.31.249.221'),(363833,0,'feed','2022-11-28 11:17:42','103.130.219.13'),(363834,0,'ukdebtconsolidations-co-uk','2022-11-28 11:18:24','157.245.140.35'),(363835,0,'ukdebtconsolidations-co-uk','2022-11-28 11:26:24','171.244.16.103'),(363836,0,'ukdebtconsolidations-co-uk','2022-11-28 11:35:13','185.208.174.37'),(363837,0,'ukdebtconsolidations-co-uk','2022-11-28 11:43:57','162.240.211.236'),(363838,0,'ukdebtconsolidations-co-uk','2022-11-28 11:45:47','185.2.4.134'),(363839,0,'ukdebtconsolidations-co-uk','2022-11-28 11:52:54','88.135.37.49'),(363840,0,'ukdebtconsolidations-co-uk','2022-11-28 12:01:55','20.244.115.14'),(363841,0,'ukdebtconsolidations-co-uk','2022-11-28 12:10:35','72.29.76.78'),(363842,0,'ukdebtconsolidations-co-uk','2022-11-28 12:16:51','185.2.4.33'),(363843,0,'feed','2022-11-28 12:18:35','142.93.203.156'),(363844,0,'ukdebtconsolidations-co-uk','2022-11-28 12:19:37','92.205.25.182'),(363845,0,'ukdebtconsolidations-co-uk','2022-11-28 12:28:42','194.163.132.194'),(363846,0,'ukdebtconsolidations-co-uk','2022-11-28 12:37:52','92.205.25.182'),(363847,0,'ukdebtconsolidations-co-uk','2022-11-28 12:47:14','46.255.160.53'),(363848,0,'ukdebtconsolidations-co-uk','2022-11-28 12:47:18','194.163.132.194'),(363849,0,'feed','2022-11-28 12:49:02','192.71.144.12'),(363850,0,'ukdebtconsolidations-co-uk','2022-11-28 12:56:26','212.38.40.215'),(363851,0,'ukdebtconsolidations-co-uk','2022-11-28 13:05:47','82.165.184.76'),(363852,0,'payments@ridingtherhino.co.uk','2022-11-28 13:08:49','185.119.81.109'),(363853,0,'ukdebtconsolidations-co-uk','2022-11-28 13:15:38','142.44.135.134'),(363854,0,'ukdebtconsolidations-co-uk','2022-11-28 13:18:49','46.105.29.21'),(363855,0,'feed','2022-11-28 13:20:39','188.166.61.228'),(363856,0,'ukdebtconsolidations-co-uk','2022-11-28 13:25:15','178.128.156.230'),(363857,0,'payments','2022-11-28 13:33:38','185.119.81.96'),(363858,0,'ukdebtconsolidations-co-uk','2022-11-28 13:35:19','184.168.125.241'),(363859,0,'ukdebtconsolidations-co-uk','2022-11-28 13:45:46','142.44.135.134'),(363860,0,'ukdebtconsolidations-co-uk','2022-11-28 13:49:16','202.29.236.140'),(363861,0,'feed','2022-11-28 13:50:58','95.97.6.138'),(363862,0,'ukdebtconsolidations-co-uk','2022-11-28 13:55:40','195.225.76.130'),(363863,0,'ukdebtconsolidations-co-uk','2022-11-28 14:05:56','178.124.210.118'),(363864,0,'ukdebtconsolidations-co-uk','2022-11-28 14:16:25','148.72.40.90'),(363865,0,'ukdebtconsolidations-co-uk','2022-11-28 14:19:20','84.205.178.135'),(363866,0,'feed','2022-11-28 14:21:11','151.106.38.6'),(363867,0,'ukdebtconsolidations-co-uk','2022-11-28 14:26:34','88.135.68.90'),(363868,0,'October','2022-11-28 14:31:22','185.119.81.107'),(363869,0,'ukdebtconsolidations-co-uk','2022-11-28 14:37:11','103.171.181.149'),(363870,0,'consolidati','2022-11-28 14:38:57','185.119.81.99'),(363871,0,'ukdebtconsolidations-co-uk','2022-11-28 14:47:54','171.244.21.74'),(363872,0,'ukdebtconsolidations-co-uk','2022-11-28 14:48:55','167.172.206.144'),(363873,0,'payments','2022-11-28 14:50:33','185.119.81.109'),(363874,0,'feed','2022-11-28 14:50:42','23.97.205.210'),(363875,0,'admin','2022-11-28 14:56:54','185.119.81.99'),(363876,0,'ukdebtconsolidations-co-uk','2022-11-28 14:58:47','43.153.168.248'),(363877,0,'ukdebtconsolidations-co-uk','2022-11-28 15:09:58','103.101.225.11'),(363878,0,'ukdebtconsolidations-co-uk','2022-11-28 15:19:38','120.25.104.120'),(363879,0,'ukdebtconsolidations-co-uk','2022-11-28 15:20:23','111.90.145.188'),(363880,0,'feed','2022-11-28 15:21:29','72.167.34.14'),(363881,0,'UK','2022-11-28 15:25:09','5.188.62.76'),(363882,0,'ukdebtconsolidations-co-uk','2022-11-28 15:27:50','109.168.97.89'),(363883,0,'feed','2022-11-28 15:30:57','178.128.5.109'),(363884,0,'ukdebtconsolidations-co-uk','2022-11-28 15:31:21','178.128.156.230'),(363885,0,'ukdebtconsolidations-co-uk','2022-11-28 15:42:20','162.241.174.216'),(363886,0,'feed','2022-11-28 15:43:15','173.236.168.102'),(363887,0,'ukdebtconsolidations-co-uk','2022-11-28 15:44:12','164.46.122.50'),(363888,0,'ukdebtconsolidations-co-uk','2022-11-28 15:48:54','157.230.15.115'),(363889,0,'feed','2022-11-28 15:49:48','161.35.52.207'),(363890,0,'ukdebtconsolidations-co-uk','2022-11-28 15:53:14','42.200.109.156'),(363891,0,'ukdebtconsolidations-co-uk','2022-11-28 16:04:36','166.62.122.244'),(363892,0,'payments','2022-11-28 16:05:05','185.119.81.96'),(363893,0,'ukdebtconsolidations-co-uk','2022-11-28 16:12:30','175.178.125.173'),(363894,0,'ukdebtconsolidations-co-uk','2022-11-28 16:15:25','148.72.244.254'),(363895,0,'feed','2022-11-28 16:15:27','45.55.44.23'),(363896,0,'ukdebtconsolidations-co-uk','2022-11-28 16:26:22','66.29.134.244'),(363897,0,'feed','2022-11-28 16:27:29','159.89.109.117'),(363898,0,'ukdebtconsolidations-co-uk','2022-11-28 16:28:28','103.130.218.189'),(363899,0,'ukdebtconsolidations-co-uk','2022-11-28 16:33:05','188.166.225.235'),(363900,0,'feed','2022-11-28 16:33:56','82.166.39.15'),(363901,0,'payments@ridingtherhino.co.uk','2022-11-28 16:33:59','185.119.81.109'),(363902,0,'ukdebtconsolidations-co-uk','2022-11-28 16:37:35','178.124.210.118'),(363903,0,'ukdebtconsolidations-co-uk','2022-11-28 16:49:00','8.129.20.30'),(363904,0,'ukdebtconsolidations-co-uk','2022-11-28 16:57:40','164.46.122.50'),(363905,0,'ukdebtconsolidations-co-uk','2022-11-28 17:00:42','194.163.132.194'),(363906,0,'feed','2022-11-28 17:00:47','198.244.167.101'),(363907,0,'payments','2022-11-28 17:03:13','185.119.81.99'),(363908,0,'admin','2022-11-28 17:05:48','50.63.2.251'),(363909,0,'ukdebtconsolidations','2022-11-28 17:05:48','50.63.2.251'),(363910,0,'ukdebtconsolidations','2022-11-28 17:06:08','218.50.0.177'),(363911,0,'admin','2022-11-28 17:06:25','107.180.108.23'),(363912,0,'ukdebtconsolidations','2022-11-28 17:06:26','107.180.108.23'),(363913,0,'admin','2022-11-28 17:07:02','221.141.3.55'),(363914,0,'admin','2022-11-28 17:07:02','221.141.3.55'),(363915,0,'ukdebtconsolidations','2022-11-28 17:07:32','46.235.40.141'),(363916,0,'admin','2022-11-28 17:07:32','46.235.40.141'),(363917,0,'ukdebtconsolidations','2022-11-28 17:07:33','107.180.108.2'),(363918,0,'ukdebtconsolidations','2022-11-28 17:07:33','107.180.108.2'),(363919,0,'admin','2022-11-28 17:08:32','51.68.11.203'),(363920,0,'ukdebtconsolidations','2022-11-28 17:08:32','51.68.11.203'),(363921,0,'ukdebtconsolidations','2022-11-28 17:09:02','82.165.83.105'),(363922,0,'ukdebtconsolidations','2022-11-28 17:09:28','72.167.248.171'),(363923,0,'admin','2022-11-28 17:09:28','72.167.248.171'),(363924,0,'admin','2022-11-28 17:10:06','95.216.55.248'),(363925,0,'ukdebtconsolidations','2022-11-28 17:10:06','95.216.55.248'),(363926,0,'ukdebtconsolidations-co-uk','2022-11-28 17:11:53','148.72.214.59'),(363927,0,'feed','2022-11-28 17:14:36','81.70.248.169'),(363928,0,'ukdebtconsolidations-co-uk','2022-11-28 17:15:35','66.33.193.231'),(363929,0,'ukdebtconsolidations-co-uk','2022-11-28 17:20:29','148.72.214.194'),(363930,0,'feed','2022-11-28 17:21:23','159.223.91.187'),(363931,0,'ukdebtconsolidations-co-uk','2022-11-28 17:43:38','104.131.68.19'),(363932,0,'feed','2022-11-28 17:46:45','159.89.109.117'),(363933,0,'feed','2022-11-28 18:00:04','159.203.143.36'),(363934,0,'ukdebtconsolidations-co-uk','2022-11-28 18:01:08','13.81.59.92'),(363935,0,'payments@ridingtherhino.co.uk','2022-11-28 18:04:37','185.119.81.107'),(363936,0,'ukdebtconsolidations-co-uk','2022-11-28 18:06:24','103.129.222.91'),(363937,0,'payments@ridingtherhino.co.uk','2022-11-28 18:24:33','185.119.81.99'),(363938,0,'ukdebtconsolidations-co-uk','2022-11-28 18:29:32','197.155.158.21'),(363939,0,'feed','2022-11-28 18:32:33','46.105.29.21'),(363940,0,'payments','2022-11-28 18:37:27','185.119.81.109'),(363941,0,'feed','2022-11-28 18:45:09','139.59.82.122'),(363942,0,'ukdebtconsolidations-co-uk','2022-11-28 18:46:14','159.203.121.12'),(363943,0,'payments@ridingtherhino.co.uk','2022-11-28 18:47:53','185.119.81.104'),(363944,0,'ukdebtconsolidations-co-uk','2022-11-28 18:51:39','54.37.235.96'),(363945,0,'feed','2022-11-28 18:52:32','188.166.91.172'),(363946,0,'ukdebtconsolidations-co-uk','2022-11-28 19:14:05','31.192.224.145'),(363947,0,'feed','2022-11-28 19:16:48','85.191.68.63'),(363948,0,'feed','2022-11-28 19:28:14','91.197.199.240'),(363949,0,'ukdebtconsolidations-co-uk','2022-11-28 19:29:07','5.189.149.47'),(363950,0,'ukdebtconsolidations-co-uk','2022-11-28 19:33:33','106.52.120.186'),(363951,0,'feed','2022-11-28 19:34:19','142.93.203.156'),(363952,0,'ukdebtconsolidations-co-uk','2022-11-28 19:54:04','188.166.236.35'),(363953,0,'feed','2022-11-28 19:56:45','84.205.178.135'),(363954,0,'admin','2022-11-28 19:59:31','185.119.81.96'),(363955,0,'feed','2022-11-28 20:08:24','141.94.247.170'),(363956,0,'ukdebtconsolidations-co-uk','2022-11-28 20:09:19','14.225.255.250'),(363957,0,'ukdebtconsolidations-co-uk','2022-11-28 20:13:35','34.78.198.205'),(363958,0,'ukdebtconsolidations-co-uk','2022-11-28 20:33:48','84.205.178.135'),(363959,0,'feed','2022-11-28 20:36:25','13.81.59.92'),(363960,0,'feed','2022-11-28 20:47:29','192.71.144.12'),(363961,0,'ukdebtconsolidations-co-uk','2022-11-28 20:48:21','157.230.127.126'),(363962,0,'ukdebtconsolidations-co-uk','2022-11-28 20:52:40','47.111.116.44'),(363963,0,'feed','2022-11-28 20:53:27','75.119.135.205'),(363964,0,'October','2022-11-28 21:01:17','185.119.81.107'),(363965,0,'feed','2022-11-28 21:15:48','52.138.180.227'),(363966,0,'feed','2022-11-28 21:26:50','213.175.66.138'),(363967,0,'ukdebtconsolidations-co-uk','2022-11-28 21:27:39','212.110.92.155'),(363968,0,'ukdebtconsolidations-co-uk','2022-11-28 21:31:49','43.251.133.38'),(363969,0,'feed','2022-11-28 21:32:34','202.29.236.140'),(363970,0,'ukdebtconsolidations-co-uk','2022-11-28 21:51:12','51.91.151.60'),(363971,0,'feed','2022-11-28 21:53:47','77.240.13.186'),(363972,0,'feed','2022-11-28 22:04:40','142.93.203.156'),(363973,0,'ukdebtconsolidations-co-uk','2022-11-28 22:09:46','128.199.131.42'),(363974,0,'payments','2022-11-28 22:13:41','185.119.81.96'),(363975,0,'admin','2022-11-28 22:16:16','185.119.81.99'),(363976,0,'ukdebtconsolidations.co.uk','2022-11-28 22:28:51','5.188.62.76'),(363977,0,'ukdebtconsolidations-co-uk','2022-11-28 22:29:32','84.205.178.135'),(363978,0,'feed','2022-11-28 22:32:10','43.154.9.162'),(363979,0,'payments','2022-11-28 22:32:17','185.119.81.107'),(363980,0,'feed','2022-11-28 22:43:05','103.147.241.56'),(363981,0,'ukdebtconsolidations-co-uk','2022-11-28 22:43:54','151.106.38.6'),(363982,0,'ukdebtconsolidations-co-uk','2022-11-28 22:48:10','46.105.29.21'),(363983,0,'feed','2022-11-28 22:48:59','103.173.78.7'),(363984,0,'ukdebtconsolidations-co-uk','2022-11-28 23:08:15','198.244.167.101'),(363985,0,'feed','2022-11-28 23:22:04','115.79.139.135'),(363986,0,'ukdebtconsolidations-co-uk','2022-11-28 23:22:55','145.239.30.120'),(363987,0,'ukdebtconsolidations-co-uk','2022-11-28 23:27:14','34.78.198.205'),(363988,0,'feed','2022-11-28 23:28:03','135.125.1.9'),(363989,0,'ukdebtconsolidations-co-uk','2022-11-28 23:47:13','192.71.144.12'),(363990,0,'feed','2022-11-28 23:49:49','185.2.4.134'),(363991,0,'feed','2022-11-29 00:01:05','103.130.218.178'),(363992,0,'ukdebtconsolidations-co-uk','2022-11-29 00:01:58','173.236.168.102'),(363993,0,'ukdebtconsolidations-co-uk','2022-11-29 00:06:22','85.191.68.63'),(363994,0,'feed','2022-11-29 00:07:08','77.65.212.122'),(363995,0,'payments','2022-11-29 00:14:59','185.119.81.99'),(363996,0,'ukdebtconsolidations-co-uk','2022-11-29 00:26:17','157.245.207.53'),(363997,0,'feed','2022-11-29 00:28:50','23.99.229.218'),(363998,0,'admin','2022-11-29 00:31:58','54.38.44.6'),(363999,0,'feed','2022-11-29 00:39:43','188.166.236.35'),(364000,0,'ukdebtconsolidations-co-uk','2022-11-29 00:40:35','77.65.212.122'),(364001,0,'ukdebtconsolidations-co-uk','2022-11-29 00:44:50','188.166.91.172'),(364002,0,'feed','2022-11-29 00:45:35','54.37.235.96'),(364003,0,'admin','2022-11-29 00:51:38','71.132.43.239'),(364004,0,'ukdebtconsolidations-co-uk','2022-11-29 01:04:44','46.101.150.34'),(364005,0,'ukdebtconsolidations-co-uk','2022-11-29 01:11:23','178.128.156.230'),(364006,0,'feed','2022-11-29 01:18:21','47.114.72.18'),(364007,0,'ukdebtconsolidations-co-uk','2022-11-29 01:19:14','47.107.242.103'),(364008,0,'ukdebtconsolidations-co-uk','2022-11-29 01:23:29','104.248.35.154'),(364009,0,'feed','2022-11-29 01:24:15','159.89.164.128'),(364010,0,'ukdebtconsolidations-co-uk','2022-11-29 01:31:47','210.215.153.97'),(364011,0,'ukdebtconsolidations-co-uk','2022-11-29 01:43:29','171.244.0.91'),(364012,0,'feed','2022-11-29 01:46:09','185.2.5.77'),(364013,0,'ukdebtconsolidations-co-uk','2022-11-29 01:52:47','203.112.72.51'),(364014,0,'ukdebtconsolidations-co-uk','2022-11-29 01:57:56','52.138.180.227'),(364015,0,'ukdebtconsolidations-co-uk','2022-11-29 02:02:11','178.128.187.183'),(364016,0,'feed','2022-11-29 02:02:56','178.217.190.82'),(364017,0,'ukdebtconsolidations-co-uk','2022-11-29 02:13:16','192.64.113.147'),(364018,0,'feed','2022-11-29 02:25:37','172.104.40.190'),(364019,0,'admin','2022-11-29 02:27:20','185.119.81.107'),(364020,0,'feed','2022-11-29 02:36:24','181.174.125.214'),(364021,0,'ukdebtconsolidations-co-uk','2022-11-29 02:36:39','43.251.133.38'),(364022,0,'ukdebtconsolidations-co-uk','2022-11-29 02:41:22','188.212.34.69'),(364023,0,'feed','2022-11-29 02:41:55','171.244.0.91'),(364024,0,'ukdebtconsolidations-co-uk','2022-11-29 02:55:18','167.172.79.125'),(364025,0,'ukdebtconsolidations-co-uk','2022-11-29 03:00:58','178.128.5.109'),(364026,0,'feed','2022-11-29 03:03:52','103.114.35.88'),(364027,0,'ukdebtconsolidations-co-uk','2022-11-29 03:04:15','202.131.227.181'),(364028,0,'ukdebtconsolidations-co-uk','2022-11-29 03:13:07','213.149.103.132'),(364029,0,'feed','2022-11-29 03:15:20','138.68.96.111'),(364030,0,'ukdebtconsolidations-co-uk','2022-11-29 03:16:11','178.128.167.203'),(364031,0,'ukdebtconsolidations-co-uk','2022-11-29 03:20:46','143.244.177.220'),(364032,0,'ukdebtconsolidations-co-uk','2022-11-29 03:20:54','171.244.49.8'),(364033,0,'feed','2022-11-29 03:21:37','139.59.96.126'),(364034,0,'ukdebtconsolidations-co-uk','2022-11-29 03:28:26','103.152.164.103'),(364035,0,'ukdebtconsolidations-co-uk','2022-11-29 03:36:02','8.210.102.36'),(364036,0,'ukdebtconsolidations-co-uk','2022-11-29 03:41:52','209.97.162.248'),(364037,0,'ukdebtconsolidations-co-uk','2022-11-29 03:43:35','8.210.174.93'),(364038,0,'feed','2022-11-29 03:44:43','64.227.183.25'),(364039,0,'ukdebtconsolidations-co-uk','2022-11-29 03:50:25','103.90.232.106'),(364040,0,'feed','2022-11-29 03:56:20','81.88.52.8'),(364041,0,'ukdebtconsolidations-co-uk','2022-11-29 03:57:12','107.180.106.9'),(364042,0,'ukdebtconsolidations-co-uk','2022-11-29 03:57:21','51.79.220.213'),(364043,0,'ukdebtconsolidations-co-uk','2022-11-29 04:01:59','151.106.41.64'),(364044,0,'feed','2022-11-29 04:02:51','145.239.30.120'),(364045,0,'ukdebtconsolidations-co-uk','2022-11-29 04:03:34','176.223.123.199'),(364046,0,'ukdebtconsolidations-co-uk','2022-11-29 04:10:09','178.124.210.118'),(364047,0,'ukdebtconsolidations-co-uk','2022-11-29 04:17:00','121.36.224.178'),(364048,0,'ukdebtconsolidations-co-uk','2022-11-29 04:23:33','66.33.193.231'),(364049,0,'ukdebtconsolidations-co-uk','2022-11-29 04:24:02','216.245.215.122'),(364050,0,'feed','2022-11-29 04:26:15','213.175.66.138'),(364051,0,'ukdebtconsolidations-co-uk','2022-11-29 04:30:39','72.29.76.78'),(364052,0,'ukdebtconsolidations-co-uk','2022-11-29 04:36:50','14.241.225.93'),(364053,0,'ukdebtconsolidations-co-uk','2022-11-29 04:38:39','139.59.96.126'),(364054,0,'ukdebtconsolidations-co-uk','2022-11-29 04:43:10','111.90.150.171'),(364055,0,'ukdebtconsolidations-co-uk','2022-11-29 04:43:13','194.195.121.233'),(364056,0,'feed','2022-11-29 04:43:57','151.106.41.64'),(364057,0,'ukdebtconsolidations-co-uk','2022-11-29 04:49:23','152.32.211.172'),(364058,0,'ukdebtconsolidations-co-uk','2022-11-29 04:55:41','162.240.215.177'),(364059,0,'ukdebtconsolidations-co-uk','2022-11-29 05:01:30','161.35.15.73'),(364060,0,'ukdebtconsolidations-co-uk','2022-11-29 05:04:12','185.2.4.33'),(364061,0,'feed','2022-11-29 05:07:03','104.248.35.154'),(364062,0,'ukdebtconsolidations-co-uk','2022-11-29 05:07:30','51.79.242.130'),(364063,0,'ukdebtconsolidations-co-uk','2022-11-29 05:13:05','47.106.201.134'),(364064,0,'feed','2022-11-29 05:18:37','178.128.187.183'),(364065,0,'ukdebtconsolidations-co-uk','2022-11-29 05:19:10','103.171.180.139'),(364066,0,'ukdebtconsolidations-co-uk','2022-11-29 05:19:31','178.217.190.82'),(364067,0,'ukdebtconsolidations-co-uk','2022-11-29 05:22:01','111.90.145.188'),(364068,0,'ukdebtconsolidations-co-uk','2022-11-29 05:23:56','206.189.129.168'),(364069,0,'feed','2022-11-29 05:24:43','34.65.234.0'),(364070,0,'ukdebtconsolidations-co-uk','2022-11-29 05:32:54','138.68.47.161'),(364071,0,'admin','2022-11-29 05:43:35','93.180.133.8'),(364072,0,'ukdebtconsolidations-co-uk','2022-11-29 05:44:23','118.24.106.172'),(364073,0,'feed','2022-11-29 05:47:00','138.68.180.230'),(364074,0,'admin','2022-11-29 05:54:50','95.167.178.158'),(364075,0,'feed','2022-11-29 05:58:46','143.244.140.199'),(364076,0,'ukdebtconsolidations-co-uk','2022-11-29 05:59:42','85.191.68.63'),(364077,0,'feed','2022-11-29 06:05:11','92.204.138.28'),(364078,0,'admin','2022-11-29 06:06:05','128.199.80.18'),(364079,0,'admin','2022-11-29 06:18:24','166.62.103.104'),(364080,0,'ukdebtconsolidations-co-uk','2022-11-29 06:25:58','13.81.59.92'),(364081,0,'feed','2022-11-29 06:28:52','178.128.187.183'),(364082,0,'admin','2022-11-29 06:30:39','67.222.131.158'),(364083,0,'feed','2022-11-29 06:41:11','143.244.140.199'),(364084,0,'ukdebtconsolidations-co-uk','2022-11-29 06:42:05','23.99.229.218'),(364085,0,'admin','2022-11-29 06:42:57','148.72.244.53'),(364086,0,'ukdebtconsolidations-co-uk','2022-11-29 06:46:48','27.72.145.33'),(364087,0,'feed','2022-11-29 06:47:37','185.2.4.56'),(364088,0,'admin','2022-11-29 06:54:59','144.91.96.194'),(364089,0,'admin','2022-11-29 07:07:27','51.79.242.130'),(364090,0,'ukdebtconsolidations-co-uk','2022-11-29 07:09:19','161.35.52.207'),(364091,0,'feed','2022-11-29 07:12:14','128.199.131.42'),(364092,0,'admin','2022-11-29 07:19:30','144.91.96.194'),(364093,0,'feed','2022-11-29 07:24:22','148.72.214.245'),(364094,0,'ukdebtconsolidations-co-uk','2022-11-29 07:25:17','202.21.38.119'),(364095,0,'feed','2022-11-29 07:30:44','138.68.96.111'),(364096,0,'admin','2022-11-29 07:32:07','203.112.72.51'),(364097,0,'admin','2022-11-29 07:44:28','178.128.54.239'),(364098,0,'ukdebtconsolidations-co-uk','2022-11-29 07:52:18','159.89.164.128'),(364099,0,'ukdebtconsolidations-co-uk','2022-11-29 07:52:45','148.72.210.140'),(364100,0,'feed','2022-11-29 07:55:13','95.217.177.5'),(364101,0,'ukdebtconsolidations-co-uk','2022-11-29 07:59:24','34.68.97.70'),(364102,0,'ukdebtconsolidations-co-uk','2022-11-29 08:05:39','162.241.126.33'),(364103,0,'ukdebtconsolidations-co-uk','2022-11-29 08:09:12','103.163.139.202'),(364104,0,'ukdebtconsolidations-co-uk','2022-11-29 08:11:48','34.143.243.10'),(364105,0,'ukdebtconsolidations-co-uk','2022-11-29 08:13:54','171.244.0.91'),(364106,0,'feed','2022-11-29 08:14:42','167.71.234.124'),(364107,0,'ukdebtconsolidations-co-uk','2022-11-29 08:18:24','104.243.26.114'),(364108,0,'ukdebtconsolidations-co-uk','2022-11-29 08:25:24','132.148.155.12'),(364109,0,'ukdebtconsolidations-co-uk','2022-11-29 08:32:04','35.225.94.95'),(364110,0,'ukdebtconsolidations-co-uk','2022-11-29 08:36:21','35.187.58.136'),(364111,0,'ukdebtconsolidations-co-uk','2022-11-29 08:38:36','128.199.178.73'),(364112,0,'feed','2022-11-29 08:39:19','54.37.156.240'),(364113,0,'ukdebtconsolidations-co-uk','2022-11-29 08:45:36','144.91.96.194'),(364114,0,'feed','2022-11-29 08:51:03','47.105.73.13'),(364115,0,'ukdebtconsolidations-co-uk','2022-11-29 08:52:11','34.64.218.102'),(364116,0,'ukdebtconsolidations-co-uk','2022-11-29 08:56:49','34.78.198.205'),(364117,0,'feed','2022-11-29 08:57:42','116.203.180.175'),(364118,0,'ukdebtconsolidations-co-uk','2022-11-29 08:59:05','125.212.241.69'),(364119,0,'ukdebtconsolidations-co-uk','2022-11-29 09:13:42','202.131.227.181'),(364120,0,'ukdebtconsolidations-co-uk','2022-11-29 09:20:31','207.154.204.99'),(364121,0,'ukdebtconsolidations-co-uk','2022-11-29 09:20:54','207.154.248.39'),(364122,0,'feed','2022-11-29 09:24:03','202.21.38.119'),(364123,0,'ukdebtconsolidations-co-uk','2022-11-29 09:27:50','192.64.113.147'),(364124,0,'payments@ridingtherhino.co.uk','2022-11-29 09:28:27','185.119.81.107'),(364125,0,'ukdebtconsolidations-co-uk','2022-11-29 09:35:15','103.234.209.66'),(364126,0,'feed','2022-11-29 09:36:48','103.114.35.88'),(364127,0,'ukdebtconsolidations-co-uk','2022-11-29 09:42:33','64.225.65.31'),(364128,0,'ukdebtconsolidations-co-uk','2022-11-29 09:43:01','213.149.103.132'),(364129,0,'feed','2022-11-29 09:43:23','103.130.219.13'),(364130,0,'ukdebtconsolidations-co-uk','2022-11-29 09:50:04','34.64.218.102'),(364131,0,'consolidati','2022-11-29 09:54:07','185.119.81.99'),(364132,0,'ukdebtconsolidations-co-uk','2022-11-29 09:57:44','178.128.156.230'),(364133,0,'admin','2022-11-29 10:00:09','185.119.81.107'),(364134,0,'payments','2022-11-29 10:02:43','185.119.81.104'),(364135,0,'ukdebtconsolidations-co-uk','2022-11-29 10:05:02','206.189.129.168'),(364136,0,'ukdebtconsolidations-co-uk','2022-11-29 10:06:05','102.129.40.35'),(364137,0,'feed','2022-11-29 10:08:16','159.89.109.117'),(364138,0,'ukdebtconsolidations-co-uk','2022-11-29 10:13:16','144.126.159.4'),(364139,0,'feed','2022-11-29 10:20:23','201.76.164.146'),(364140,0,'payments@ridingtherhino.co.uk','2022-11-29 10:20:51','185.119.81.99'),(364141,0,'ukdebtconsolidations-co-uk','2022-11-29 10:21:20','54.37.235.96'),(364142,0,'ukdebtconsolidations-co-uk','2022-11-29 10:21:37','102.129.40.35'),(364143,0,'ukdebtconsolidations-co-uk','2022-11-29 10:26:24','45.55.79.147'),(364144,0,'feed','2022-11-29 10:27:13','120.27.240.230'),(364145,0,'wadminw','2022-11-29 10:29:05','82.165.184.76'),(364146,0,'wwwadmin','2022-11-29 10:43:02','103.56.160.61'),(364147,0,'ukdebtconsolidations-co-uk','2022-11-29 10:48:45','106.15.38.206'),(364148,0,'admin','2022-11-29 10:58:35','209.17.114.78'),(364149,0,'feed','2022-11-29 11:05:01','103.114.35.88'),(364150,0,'ukdebtconsolidations-co-uk','2022-11-29 11:06:14','138.68.84.97'),(364151,0,'admin','2022-11-29 11:06:27','35.233.164.145'),(364152,0,'ukdebtconsolidations-co-uk','2022-11-29 11:11:13','47.242.11.139'),(364153,0,'feed','2022-11-29 11:12:01','77.65.212.122'),(364154,0,'ukdebtconsolidations-co-uk','2022-11-29 11:14:06','190.153.219.252'),(364155,0,'ukdebtconsolidations-co-uk','2022-11-29 11:22:10','119.18.52.177'),(364156,0,'wadminw','2022-11-29 11:28:45','144.91.68.184'),(364157,0,'ukdebtconsolidations-co-uk','2022-11-29 11:34:28','159.65.200.228'),(364158,0,'wwwadmin','2022-11-29 11:36:31','120.24.52.65'),(364159,0,'feed','2022-11-29 11:37:28','47.111.116.44'),(364160,0,'feed','2022-11-29 11:49:59','95.97.6.138'),(364161,0,'ukdebtconsolidations-co-uk','2022-11-29 11:55:34','149.56.26.54'),(364162,0,'feed','2022-11-29 11:56:29','137.184.124.136'),(364163,0,'admin','2022-11-29 11:58:41','162.214.123.41'),(364164,0,'admin','2022-11-29 12:06:40','132.148.155.12'),(364165,0,'ukdebtconsolidations-co-uk','2022-11-29 12:14:22','103.35.64.73'),(364166,0,'ukdebtconsolidations-co-uk','2022-11-29 12:18:53','103.130.218.189'),(364167,0,'ukdebtconsolidations-co-uk','2022-11-29 12:22:46','168.63.250.198'),(364168,0,'ukdebtconsolidations-co-uk','2022-11-29 12:31:07','194.163.132.194'),(364169,0,'feed','2022-11-29 12:33:59','47.242.11.139'),(364170,0,'ukdebtconsolidations-co-uk','2022-11-29 12:34:54','207.154.250.8'),(364171,0,'payments@ridingtherhino.co.uk','2022-11-29 12:38:28','185.119.81.104'),(364172,0,'ukdebtconsolidations-co-uk','2022-11-29 12:39:45','46.182.4.117'),(364173,0,'feed','2022-11-29 12:40:48','66.33.193.231'),(364174,0,'ukdebtconsolidations-co-uk','2022-11-29 12:47:20','114.132.250.235'),(364175,0,'feed','2022-11-29 12:56:13','5.188.62.140'),(364176,0,'ukdebtconsolidations.co.uk','2022-11-29 12:56:13','5.188.62.140'),(364177,0,'ukdebtconsolidations-co-uk','2022-11-29 12:56:25','90.156.169.12'),(364178,0,'ukdebtconsolidations-co-uk','2022-11-29 13:02:46','173.236.152.148'),(364179,0,'ukdebtconsolidations-co-uk','2022-11-29 13:04:34','130.61.143.194'),(364180,0,'feed','2022-11-29 13:05:52','34.75.65.218'),(364181,0,'admin','2022-11-29 13:06:20','185.119.81.104'),(364182,0,'ukdebtconsolidations-co-uk','2022-11-29 13:13:46','194.59.165.88'),(364183,0,'feed','2022-11-29 13:18:08','115.78.122.58'),(364184,0,'ukdebtconsolidations-co-uk','2022-11-29 13:19:14','142.93.201.0'),(364185,0,'admin','2022-11-29 13:25:19','207.46.234.202'),(364186,0,'admin','2022-11-29 13:28:04','34.69.109.132'),(364187,0,'ukdebtconsolidations-co-uk','2022-11-29 13:29:26','134.209.105.240'),(364188,0,'ukdebtconsolidations.co.uk','2022-11-29 13:31:13','5.188.62.76'),(364189,0,'admin','2022-11-29 13:39:28','31.192.224.145'),(364190,0,'admin','2022-11-29 13:40:24','124.153.66.86'),(364191,0,'admin','2022-11-29 13:45:35','54.37.235.96'),(364192,0,'ukdebtconsolidations-co-uk','2022-11-29 13:46:07','34.64.218.102'),(364193,0,'ukdebtconsolidations-co-uk','2022-11-29 14:02:59','35.195.135.67'),(364194,0,'admin','2022-11-29 14:06:08','167.99.228.9'),(364195,0,'payments','2022-11-29 14:13:55','185.119.81.104'),(364196,0,'ukdebtconsolidations-co-uk','2022-11-29 14:20:39','103.171.180.165'),(364197,0,'admin','2022-11-29 14:20:56','45.120.69.121'),(364198,0,'admin','2022-11-29 14:21:51','84.205.178.135'),(364199,0,'admin','2022-11-29 14:26:33','109.168.97.89'),(364200,0,'admin','2022-11-29 14:27:27','39.108.148.88'),(364201,0,'ukdebtconsolidations-co-uk','2022-11-29 14:40:33','171.244.21.74'),(364202,0,'admin','2022-11-29 14:49:04','46.105.57.132'),(364203,0,'admin','2022-11-29 14:52:04','139.59.82.122'),(364204,0,'ukdebtconsolidations-co-uk','2022-11-29 14:59:54','34.68.97.70'),(364205,0,'admin','2022-11-29 15:04:25','185.2.5.77'),(364206,0,'admin','2022-11-29 15:05:24','47.111.116.44'),(364207,0,'admin','2022-11-29 15:10:09','207.46.234.202'),(364208,0,'admin','2022-11-29 15:10:56','13.81.59.92'),(364209,0,'ukdebtconsolidations-co-uk','2022-11-29 15:19:04','134.209.105.240'),(364210,0,'feed','2022-11-29 15:48:21','188.166.225.235'),(364211,0,'ukdebtconsolidations-co-uk','2022-11-29 15:54:11','34.78.198.205'),(364212,0,'feed','2022-11-29 16:28:11','147.182.249.22'),(364213,0,'feed','2022-11-29 17:06:43','164.132.170.4'),(364214,0,'ukdebtconsolidations-co-uk','2022-11-29 17:12:43','45.55.79.147'),(364215,0,'feed','2022-11-29 17:43:53','77.240.13.186'),(364216,0,'way','2022-11-29 17:47:11','185.119.81.107'),(364217,0,'ukdebtconsolidations-co-uk','2022-11-29 17:49:21','157.230.15.115'),(364218,0,'payments','2022-11-29 17:59:08','185.119.81.104'),(364219,0,'payments@ridingtherhino.co.uk','2022-11-29 18:04:41','185.119.81.104'),(364220,0,'feed','2022-11-29 18:20:20','103.31.249.221'),(364221,0,'ukdebtconsolidations-co-uk','2022-11-29 18:25:53','103.130.218.178'),(364222,0,'admin','2022-11-29 18:28:19','51.103.216.43'),(364223,0,'admin','2022-11-29 18:28:20','51.103.216.43'),(364224,0,'admin','2022-11-29 18:28:20','51.103.216.43'),(364225,0,'admin','2022-11-29 18:28:20','51.103.216.43'),(364226,0,'admin','2022-11-29 18:28:20','51.103.216.43'),(364227,0,'admin','2022-11-29 18:28:20','51.103.216.43'),(364228,0,'admin','2022-11-29 18:28:21','51.103.216.43'),(364229,0,'admin','2022-11-29 18:28:21','51.103.216.43'),(364230,0,'admin','2022-11-29 18:28:21','51.103.216.43'),(364231,0,'admin','2022-11-29 18:28:21','51.103.216.43'),(364232,0,'admin','2022-11-29 18:28:21','51.103.216.43'),(364233,0,'admin','2022-11-29 18:28:22','51.103.216.43'),(364234,0,'admin','2022-11-29 18:28:22','51.103.216.43'),(364235,0,'admin','2022-11-29 18:28:22','51.103.216.43'),(364236,0,'admin','2022-11-29 18:28:22','51.103.216.43'),(364237,0,'admin','2022-11-29 18:28:23','51.103.216.43'),(364238,0,'admin','2022-11-29 18:28:23','51.103.216.43'),(364239,0,'admin','2022-11-29 18:28:23','51.103.216.43'),(364240,0,'admin','2022-11-29 18:28:23','51.103.216.43'),(364241,0,'admin','2022-11-29 18:28:24','51.103.216.43'),(364242,0,'admin','2022-11-29 18:28:24','51.103.216.43'),(364243,0,'admin','2022-11-29 18:28:24','51.103.216.43'),(364244,0,'admin','2022-11-29 18:28:24','51.103.216.43'),(364245,0,'admin','2022-11-29 18:28:25','51.103.216.43'),(364246,0,'admin','2022-11-29 18:28:25','51.103.216.43'),(364247,0,'admin','2022-11-29 18:28:25','51.103.216.43'),(364248,0,'admin','2022-11-29 18:28:25','51.103.216.43'),(364249,0,'admin','2022-11-29 18:28:25','51.103.216.43'),(364250,0,'admin','2022-11-29 18:28:26','51.103.216.43'),(364251,0,'admin','2022-11-29 18:28:26','51.103.216.43'),(364252,0,'admin','2022-11-29 18:28:26','51.103.216.43'),(364253,0,'admin','2022-11-29 18:28:26','51.103.216.43'),(364254,0,'admin','2022-11-29 18:28:27','51.103.216.43'),(364255,0,'admin','2022-11-29 18:28:27','51.103.216.43'),(364256,0,'admin','2022-11-29 18:28:27','51.103.216.43'),(364257,0,'admin','2022-11-29 18:28:27','51.103.216.43'),(364258,0,'admin','2022-11-29 18:28:27','51.103.216.43'),(364259,0,'admin','2022-11-29 18:28:28','51.103.216.43'),(364260,0,'admin','2022-11-29 18:28:28','51.103.216.43'),(364261,0,'admin','2022-11-29 18:28:28','51.103.216.43'),(364262,0,'admin','2022-11-29 18:28:28','51.103.216.43'),(364263,0,'admin','2022-11-29 18:28:28','51.103.216.43'),(364264,0,'admin','2022-11-29 18:28:29','51.103.216.43'),(364265,0,'admin','2022-11-29 18:28:29','51.103.216.43'),(364266,0,'admin','2022-11-29 18:28:29','51.103.216.43'),(364267,0,'admin','2022-11-29 18:28:29','51.103.216.43'),(364268,0,'admin','2022-11-29 18:28:29','51.103.216.43'),(364269,0,'admin','2022-11-29 18:28:30','51.103.216.43'),(364270,0,'admin','2022-11-29 18:28:30','51.103.216.43'),(364271,0,'admin','2022-11-29 18:28:30','51.103.216.43'),(364272,0,'admin','2022-11-29 18:28:30','51.103.216.43'),(364273,0,'admin','2022-11-29 18:28:31','51.103.216.43'),(364274,0,'admin','2022-11-29 18:28:31','51.103.216.43'),(364275,0,'admin','2022-11-29 18:28:31','51.103.216.43'),(364276,0,'admin','2022-11-29 18:28:31','51.103.216.43'),(364277,0,'admin','2022-11-29 18:28:31','51.103.216.43'),(364278,0,'admin','2022-11-29 18:28:32','51.103.216.43'),(364279,0,'admin','2022-11-29 18:28:32','51.103.216.43'),(364280,0,'admin','2022-11-29 18:28:32','51.103.216.43'),(364281,0,'admin','2022-11-29 18:28:32','51.103.216.43'),(364282,0,'admin','2022-11-29 18:28:33','51.103.216.43'),(364283,0,'admin','2022-11-29 18:28:33','51.103.216.43'),(364284,0,'admin','2022-11-29 18:28:33','51.103.216.43'),(364285,0,'admin','2022-11-29 18:28:33','51.103.216.43'),(364286,0,'admin','2022-11-29 18:28:34','51.103.216.43'),(364287,0,'admin','2022-11-29 18:28:34','51.103.216.43'),(364288,0,'admin','2022-11-29 18:28:34','51.103.216.43'),(364289,0,'admin','2022-11-29 18:28:34','51.103.216.43'),(364290,0,'admin','2022-11-29 18:28:35','51.103.216.43'),(364291,0,'admin','2022-11-29 18:28:35','51.103.216.43'),(364292,0,'admin','2022-11-29 18:28:35','51.103.216.43'),(364293,0,'admin','2022-11-29 18:28:35','51.103.216.43'),(364294,0,'admin','2022-11-29 18:28:35','51.103.216.43'),(364295,0,'admin','2022-11-29 18:28:36','51.103.216.43'),(364296,0,'admin','2022-11-29 18:28:36','51.103.216.43'),(364297,0,'admin','2022-11-29 18:28:36','51.103.216.43'),(364298,0,'admin','2022-11-29 18:28:36','51.103.216.43'),(364299,0,'admin','2022-11-29 18:28:36','51.103.216.43'),(364300,0,'admin','2022-11-29 18:28:37','51.103.216.43'),(364301,0,'admin','2022-11-29 18:28:37','51.103.216.43'),(364302,0,'admin','2022-11-29 18:28:37','51.103.216.43'),(364303,0,'admin','2022-11-29 18:28:37','51.103.216.43'),(364304,0,'admin','2022-11-29 18:28:38','51.103.216.43'),(364305,0,'admin','2022-11-29 18:28:38','51.103.216.43'),(364306,0,'admin','2022-11-29 18:28:38','51.103.216.43'),(364307,0,'admin','2022-11-29 18:28:38','51.103.216.43'),(364308,0,'admin','2022-11-29 18:28:38','51.103.216.43'),(364309,0,'admin','2022-11-29 18:28:39','51.103.216.43'),(364310,0,'admin','2022-11-29 18:28:39','51.103.216.43'),(364311,0,'admin','2022-11-29 18:28:39','51.103.216.43'),(364312,0,'admin','2022-11-29 18:28:39','51.103.216.43'),(364313,0,'admin','2022-11-29 18:28:39','51.103.216.43'),(364314,0,'admin','2022-11-29 18:28:40','51.103.216.43'),(364315,0,'admin','2022-11-29 18:28:40','51.103.216.43'),(364316,0,'admin','2022-11-29 18:28:40','51.103.216.43'),(364317,0,'admin','2022-11-29 18:28:40','51.103.216.43'),(364318,0,'admin','2022-11-29 18:28:41','51.103.216.43'),(364319,0,'admin','2022-11-29 18:28:41','51.103.216.43'),(364320,0,'admin','2022-11-29 18:28:41','51.103.216.43'),(364321,0,'admin','2022-11-29 18:28:41','51.103.216.43'),(364322,0,'admin','2022-11-29 18:28:41','51.103.216.43'),(364323,0,'admin','2022-11-29 18:28:42','51.103.216.43'),(364324,0,'admin','2022-11-29 18:28:42','51.103.216.43'),(364325,0,'admin','2022-11-29 18:28:42','51.103.216.43'),(364326,0,'admin','2022-11-29 18:28:42','51.103.216.43'),(364327,0,'admin','2022-11-29 18:28:43','51.103.216.43'),(364328,0,'admin','2022-11-29 18:28:43','51.103.216.43'),(364329,0,'admin','2022-11-29 18:28:43','51.103.216.43'),(364330,0,'admin','2022-11-29 18:28:43','51.103.216.43'),(364331,0,'admin','2022-11-29 18:28:43','51.103.216.43'),(364332,0,'admin','2022-11-29 18:28:44','51.103.216.43'),(364333,0,'admin','2022-11-29 18:28:44','51.103.216.43'),(364334,0,'admin','2022-11-29 18:28:44','51.103.216.43'),(364335,0,'admin','2022-11-29 18:28:44','51.103.216.43'),(364336,0,'admin','2022-11-29 18:28:44','51.103.216.43'),(364337,0,'admin','2022-11-29 18:28:45','51.103.216.43'),(364338,0,'admin','2022-11-29 18:28:45','51.103.216.43'),(364339,0,'admin','2022-11-29 18:28:45','51.103.216.43'),(364340,0,'admin','2022-11-29 18:28:45','51.103.216.43'),(364341,0,'admin','2022-11-29 18:28:45','51.103.216.43'),(364342,0,'admin','2022-11-29 18:28:46','51.103.216.43'),(364343,0,'admin','2022-11-29 18:28:46','51.103.216.43'),(364344,0,'admin','2022-11-29 18:28:46','51.103.216.43'),(364345,0,'admin','2022-11-29 18:28:46','51.103.216.43'),(364346,0,'admin','2022-11-29 18:28:47','51.103.216.43'),(364347,0,'admin','2022-11-29 18:28:47','51.103.216.43'),(364348,0,'admin','2022-11-29 18:28:47','51.103.216.43'),(364349,0,'admin','2022-11-29 18:28:47','51.103.216.43'),(364350,0,'admin','2022-11-29 18:28:47','51.103.216.43'),(364351,0,'admin','2022-11-29 18:28:48','51.103.216.43'),(364352,0,'admin','2022-11-29 18:28:48','51.103.216.43'),(364353,0,'admin','2022-11-29 18:28:48','51.103.216.43'),(364354,0,'admin','2022-11-29 18:28:48','51.103.216.43'),(364355,0,'admin','2022-11-29 18:28:48','51.103.216.43'),(364356,0,'admin','2022-11-29 18:28:49','51.103.216.43'),(364357,0,'admin','2022-11-29 18:28:49','51.103.216.43'),(364358,0,'admin','2022-11-29 18:28:49','51.103.216.43'),(364359,0,'admin','2022-11-29 18:28:49','51.103.216.43'),(364360,0,'admin','2022-11-29 18:28:50','51.103.216.43'),(364361,0,'admin','2022-11-29 18:28:50','51.103.216.43'),(364362,0,'admin','2022-11-29 18:28:50','51.103.216.43'),(364363,0,'admin','2022-11-29 18:28:50','51.103.216.43'),(364364,0,'admin','2022-11-29 18:28:51','51.103.216.43'),(364365,0,'admin','2022-11-29 18:28:51','51.103.216.43'),(364366,0,'admin','2022-11-29 18:28:51','51.103.216.43'),(364367,0,'admin','2022-11-29 18:28:51','51.103.216.43'),(364368,0,'admin','2022-11-29 18:28:51','51.103.216.43'),(364369,0,'admin','2022-11-29 18:28:52','51.103.216.43'),(364370,0,'admin','2022-11-29 18:28:52','51.103.216.43'),(364371,0,'admin','2022-11-29 18:28:52','51.103.216.43'),(364372,0,'admin','2022-11-29 18:28:52','51.103.216.43'),(364373,0,'admin','2022-11-29 18:28:52','51.103.216.43'),(364374,0,'admin','2022-11-29 18:28:53','51.103.216.43'),(364375,0,'admin','2022-11-29 18:28:53','51.103.216.43'),(364376,0,'admin','2022-11-29 18:28:53','51.103.216.43'),(364377,0,'admin','2022-11-29 18:28:53','51.103.216.43'),(364378,0,'admin','2022-11-29 18:28:54','51.103.216.43'),(364379,0,'admin','2022-11-29 18:28:54','51.103.216.43'),(364380,0,'admin','2022-11-29 18:28:54','51.103.216.43'),(364381,0,'admin','2022-11-29 18:28:54','51.103.216.43'),(364382,0,'admin','2022-11-29 18:28:54','51.103.216.43'),(364383,0,'admin','2022-11-29 18:28:55','51.103.216.43'),(364384,0,'admin','2022-11-29 18:28:55','51.103.216.43'),(364385,0,'admin','2022-11-29 18:28:55','51.103.216.43'),(364386,0,'admin','2022-11-29 18:28:55','51.103.216.43'),(364387,0,'admin','2022-11-29 18:28:56','51.103.216.43'),(364388,0,'admin','2022-11-29 18:28:56','51.103.216.43'),(364389,0,'admin','2022-11-29 18:28:56','51.103.216.43'),(364390,0,'admin','2022-11-29 18:28:56','51.103.216.43'),(364391,0,'admin','2022-11-29 18:28:56','51.103.216.43'),(364392,0,'admin','2022-11-29 18:28:57','51.103.216.43'),(364393,0,'admin','2022-11-29 18:28:57','51.103.216.43'),(364394,0,'admin','2022-11-29 18:28:57','51.103.216.43'),(364395,0,'admin','2022-11-29 18:28:57','51.103.216.43'),(364396,0,'admin','2022-11-29 18:28:58','51.103.216.43'),(364397,0,'admin','2022-11-29 18:28:58','51.103.216.43'),(364398,0,'admin','2022-11-29 18:28:58','51.103.216.43'),(364399,0,'admin','2022-11-29 18:28:58','51.103.216.43'),(364400,0,'admin','2022-11-29 18:28:59','51.103.216.43'),(364401,0,'admin','2022-11-29 18:28:59','51.103.216.43'),(364402,0,'admin','2022-11-29 18:28:59','51.103.216.43'),(364403,0,'admin','2022-11-29 18:28:59','51.103.216.43'),(364404,0,'admin','2022-11-29 18:28:59','51.103.216.43'),(364405,0,'admin','2022-11-29 18:29:00','51.103.216.43'),(364406,0,'admin','2022-11-29 18:29:00','51.103.216.43'),(364407,0,'admin','2022-11-29 18:29:00','51.103.216.43'),(364408,0,'admin','2022-11-29 18:29:00','51.103.216.43'),(364409,0,'admin','2022-11-29 18:29:01','51.103.216.43'),(364410,0,'admin','2022-11-29 18:29:01','51.103.216.43'),(364411,0,'admin','2022-11-29 18:29:01','51.103.216.43'),(364412,0,'admin','2022-11-29 18:29:01','51.103.216.43'),(364413,0,'admin','2022-11-29 18:29:02','51.103.216.43'),(364414,0,'admin','2022-11-29 18:29:02','51.103.216.43'),(364415,0,'admin','2022-11-29 18:29:02','51.103.216.43'),(364416,0,'admin','2022-11-29 18:29:02','51.103.216.43'),(364417,0,'admin','2022-11-29 18:29:02','51.103.216.43'),(364418,0,'admin','2022-11-29 18:29:03','51.103.216.43'),(364419,0,'admin','2022-11-29 18:29:03','51.103.216.43'),(364420,0,'admin','2022-11-29 18:29:03','51.103.216.43'),(364421,0,'admin','2022-11-29 18:29:03','51.103.216.43'),(364422,0,'admin','2022-11-29 18:29:04','51.103.216.43'),(364423,0,'admin','2022-11-29 18:29:04','51.103.216.43'),(364424,0,'admin','2022-11-29 18:29:04','51.103.216.43'),(364425,0,'admin','2022-11-29 18:29:04','51.103.216.43'),(364426,0,'admin','2022-11-29 18:29:04','51.103.216.43'),(364427,0,'admin','2022-11-29 18:29:05','51.103.216.43'),(364428,0,'admin','2022-11-29 18:29:05','51.103.216.43'),(364429,0,'admin','2022-11-29 18:29:05','51.103.216.43'),(364430,0,'admin','2022-11-29 18:29:05','51.103.216.43'),(364431,0,'admin','2022-11-29 18:29:06','51.103.216.43'),(364432,0,'admin','2022-11-29 18:29:06','51.103.216.43'),(364433,0,'admin','2022-11-29 18:29:06','51.103.216.43'),(364434,0,'admin','2022-11-29 18:29:06','51.103.216.43'),(364435,0,'admin','2022-11-29 18:29:06','51.103.216.43'),(364436,0,'admin','2022-11-29 18:29:07','51.103.216.43'),(364437,0,'admin','2022-11-29 18:29:07','51.103.216.43'),(364438,0,'admin','2022-11-29 18:29:07','51.103.216.43'),(364439,0,'admin','2022-11-29 18:29:07','51.103.216.43'),(364440,0,'admin','2022-11-29 18:29:08','51.103.216.43'),(364441,0,'admin','2022-11-29 18:29:08','51.103.216.43'),(364442,0,'admin','2022-11-29 18:29:08','51.103.216.43'),(364443,0,'admin','2022-11-29 18:29:08','51.103.216.43'),(364444,0,'admin','2022-11-29 18:29:08','51.103.216.43'),(364445,0,'admin','2022-11-29 18:29:09','51.103.216.43'),(364446,0,'admin','2022-11-29 18:29:09','51.103.216.43'),(364447,0,'admin','2022-11-29 18:29:09','51.103.216.43'),(364448,0,'admin','2022-11-29 18:29:09','51.103.216.43'),(364449,0,'admin','2022-11-29 18:29:10','51.103.216.43'),(364450,0,'admin','2022-11-29 18:29:10','51.103.216.43'),(364451,0,'admin','2022-11-29 18:29:10','51.103.216.43'),(364452,0,'admin','2022-11-29 18:29:10','51.103.216.43'),(364453,0,'admin','2022-11-29 18:29:11','51.103.216.43'),(364454,0,'admin','2022-11-29 18:29:11','51.103.216.43'),(364455,0,'admin','2022-11-29 18:29:11','51.103.216.43'),(364456,0,'admin','2022-11-29 18:29:11','51.103.216.43'),(364457,0,'admin','2022-11-29 18:29:11','51.103.216.43'),(364458,0,'admin','2022-11-29 18:29:12','51.103.216.43'),(364459,0,'admin','2022-11-29 18:29:12','51.103.216.43'),(364460,0,'admin','2022-11-29 18:29:12','51.103.216.43'),(364461,0,'admin','2022-11-29 18:29:12','51.103.216.43'),(364462,0,'admin','2022-11-29 18:29:13','51.103.216.43'),(364463,0,'admin','2022-11-29 18:29:13','51.103.216.43'),(364464,0,'admin','2022-11-29 18:29:13','51.103.216.43'),(364465,0,'admin','2022-11-29 18:29:13','51.103.216.43'),(364466,0,'admin','2022-11-29 18:29:14','51.103.216.43'),(364467,0,'admin','2022-11-29 18:29:14','51.103.216.43'),(364468,0,'admin','2022-11-29 18:29:14','51.103.216.43'),(364469,0,'admin','2022-11-29 18:29:14','51.103.216.43'),(364470,0,'admin','2022-11-29 18:29:15','51.103.216.43'),(364471,0,'admin','2022-11-29 18:29:15','51.103.216.43'),(364472,0,'admin','2022-11-29 18:44:03','185.119.81.104'),(364473,0,'ukdebtconsolidations-co-uk','2022-11-29 19:01:20','103.147.241.56'),(364474,0,'feed','2022-11-29 19:30:37','175.178.125.173'),(364475,0,'ukdebtconsolidations-co-uk','2022-11-29 19:36:07','106.52.120.186'),(364476,0,'feed','2022-11-29 20:05:13','68.183.75.82'),(364477,0,'admin','2022-11-29 20:38:33','185.119.81.99'),(364478,0,'feed','2022-11-29 20:39:20','197.155.158.21'),(364479,0,'ukdebtconsolidations-co-uk','2022-11-29 20:44:36','54.37.156.240'),(364480,0,'ukdebtconsolidations-co-uk','2022-11-29 21:19:10','91.197.199.240'),(364481,0,'feed','2022-11-29 21:47:57','64.225.65.31'),(364482,0,'nsolidations','2022-11-29 21:49:12','185.119.81.99'),(364483,0,'ukdebtconsolidations-co-uk','2022-11-29 21:53:08','217.76.155.6'),(364484,0,'feed','2022-11-29 22:22:05','159.89.164.128'),(364485,0,'payments','2022-11-29 22:23:38','185.119.81.107'),(364486,0,'ukdebtconsolidations-co-uk','2022-11-29 22:27:15','171.244.0.91'),(364487,0,'feed','2022-11-29 22:56:01','159.89.228.214'),(364488,0,'admin','2022-11-29 22:57:17','8.29.157.217'),(364489,0,'ukdebtconsolidations-co-uk','2022-11-29 23:01:09','47.242.11.139'),(364490,0,'admin','2022-11-29 23:08:52','208.109.39.235'),(364491,0,'ukdebtconsolidations-co-uk','2022-11-29 23:20:12','165.22.185.49'),(364492,0,'feed','2022-11-29 23:29:50','173.236.152.148'),(364493,0,'ukdebtconsolidations-co-uk','2022-11-29 23:33:05','190.171.170.94'),(364494,0,'ukdebtconsolidations-co-uk','2022-11-29 23:44:48','82.165.184.76'),(364495,0,'ukdebtconsolidations-co-uk','2022-11-29 23:57:21','103.129.178.69'),(364496,0,'feed','2022-11-30 00:03:36','34.133.220.74'),(364497,0,'ukdebtconsolidations-co-uk','2022-11-30 00:08:48','75.119.135.205'),(364498,0,'ukdebtconsolidations-co-uk','2022-11-30 00:10:03','124.158.12.83'),(364499,0,'ukdebtconsolidations-co-uk','2022-11-30 00:23:22','198.55.102.203'),(364500,0,'ukdebtconsolidations-co-uk','2022-11-30 00:35:57','13.114.222.232'),(364501,0,'feed','2022-11-30 00:37:32','46.101.150.34'),(364502,0,'ukdebtconsolidations-co-uk','2022-11-30 00:42:41','151.106.41.64'),(364503,0,'ukdebtconsolidations.co.uk','2022-11-30 00:43:55','5.188.62.174'),(364504,0,'feed','2022-11-30 00:43:56','5.188.62.174'),(364505,0,'ukdebtconsolidations-co-uk','2022-11-30 00:49:34','45.10.154.203'),(364506,0,'feed','2022-11-30 01:12:04','175.178.125.173'),(364507,0,'ukdebtconsolidations-co-uk','2022-11-30 01:16:48','209.17.114.78'),(364508,0,'ukdebtconsolidations-co-uk','2022-11-30 01:17:19','34.65.234.0'),(364509,0,'ukdebtconsolidations-co-uk','2022-11-30 01:30:24','111.90.150.36'),(364510,0,'ukdebtconsolidations-co-uk','2022-11-30 01:43:57','109.234.164.178'),(364511,0,'feed','2022-11-30 01:46:34','72.167.34.14'),(364512,0,'ukdebtconsolidations-co-uk','2022-11-30 01:51:50','167.172.206.144'),(364513,0,'payments@ridingtherhino.co.uk','2022-11-30 01:54:26','185.119.81.104'),(364514,0,'ukdebtconsolidations-co-uk','2022-11-30 01:57:33','209.124.90.80'),(364515,0,'ukdebtconsolidations-co-uk','2022-11-30 02:11:23','119.18.52.177'),(364516,0,'feed','2022-11-30 02:21:31','47.110.72.238'),(364517,0,'ukdebtconsolidations-co-uk','2022-11-30 02:26:00','144.91.77.202'),(364518,0,'ukdebtconsolidations-co-uk','2022-11-30 02:26:39','103.130.218.189'),(364519,0,'ukdebtconsolidations-co-uk','2022-11-30 02:39:59','209.126.119.95'),(364520,0,'wadminw','2022-11-30 02:51:53','148.72.244.53'),(364521,0,'feed','2022-11-30 02:56:23','5.189.149.47'),(364522,0,'way','2022-11-30 03:00:22','185.119.81.107'),(364523,0,'ukdebtconsolidations-co-uk','2022-11-30 03:01:42','124.106.71.219'),(364524,0,'wwwadmin','2022-11-30 03:19:52','209.124.90.80'),(364525,0,'ukdebtconsolidations-co-uk','2022-11-30 03:37:22','202.29.236.140'),(364526,0,'admin','2022-11-30 03:57:17','38.242.153.120'),(364527,0,'payments','2022-11-30 03:58:07','185.119.81.99'),(364528,0,'feed','2022-11-30 04:08:01','217.76.155.6'),(364529,0,'admin','2022-11-30 04:13:03','217.160.65.42'),(364530,0,'ukdebtconsolidations-co-uk','2022-11-30 04:13:25','103.130.218.178'),(364531,0,'wadminw','2022-11-30 04:22:58','109.234.164.74'),(364532,0,'payments','2022-11-30 04:30:49','185.119.81.104'),(364533,0,'wwwadmin','2022-11-30 04:33:39','5.175.42.10'),(364534,0,'ukdebtconsolidations.co.uk','2022-11-30 04:33:43','5.188.62.76'),(364535,0,'feed','2022-11-30 04:44:01','93.114.185.76'),(364536,0,'ukdebtconsolidations-co-uk','2022-11-30 04:49:37','139.59.96.126'),(364537,0,'admin','2022-11-30 04:56:41','199.16.131.246'),(364538,0,'beautyque','2022-11-30 04:59:42','20.226.124.117'),(364539,0,'beautyque','2022-11-30 04:59:43','20.226.124.117'),(364540,0,'beautyque','2022-11-30 04:59:44','20.226.124.117'),(364541,0,'beautyque','2022-11-30 04:59:45','20.226.124.117'),(364542,0,'beautyque','2022-11-30 04:59:46','20.226.124.117'),(364543,0,'beautyque','2022-11-30 04:59:47','20.226.124.117'),(364544,0,'beautyque','2022-11-30 04:59:48','20.226.124.117'),(364545,0,'beautyque','2022-11-30 04:59:49','20.226.124.117'),(364546,0,'beautyque','2022-11-30 04:59:50','20.226.124.117'),(364547,0,'beautyque','2022-11-30 04:59:51','20.226.124.117'),(364548,0,'beautyque','2022-11-30 04:59:52','20.226.124.117'),(364549,0,'beautyque','2022-11-30 04:59:52','20.226.124.117'),(364550,0,'beautyque','2022-11-30 04:59:53','20.226.124.117'),(364551,0,'beautyque','2022-11-30 04:59:54','20.226.124.117'),(364552,0,'beautyque','2022-11-30 04:59:55','20.226.124.117'),(364553,0,'beautyque','2022-11-30 04:59:56','20.226.124.117'),(364554,0,'beautyque','2022-11-30 04:59:57','20.226.124.117'),(364555,0,'beautyque','2022-11-30 04:59:58','20.226.124.117'),(364556,0,'beautyque','2022-11-30 04:59:59','20.226.124.117'),(364557,0,'beautyque','2022-11-30 04:59:59','20.226.124.117'),(364558,0,'beautyque','2022-11-30 05:00:00','20.226.124.117'),(364559,0,'beautyque','2022-11-30 05:00:01','20.226.124.117'),(364560,0,'beautyque','2022-11-30 05:00:02','20.226.124.117'),(364561,0,'beautyque','2022-11-30 05:00:03','20.226.124.117'),(364562,0,'beautyque','2022-11-30 05:00:04','20.226.124.117'),(364563,0,'beautyque','2022-11-30 05:00:05','20.226.124.117'),(364564,0,'beautyque','2022-11-30 05:00:06','20.226.124.117'),(364565,0,'beautyque','2022-11-30 05:00:07','20.226.124.117'),(364566,0,'beautyque','2022-11-30 05:00:08','20.226.124.117'),(364567,0,'beautyque','2022-11-30 05:00:08','20.226.124.117'),(364568,0,'beautyque','2022-11-30 05:00:09','20.226.124.117'),(364569,0,'beautyque','2022-11-30 05:00:10','20.226.124.117'),(364570,0,'beautyque','2022-11-30 05:00:11','20.226.124.117'),(364571,0,'beautyque','2022-11-30 05:00:12','20.226.124.117'),(364572,0,'beautyque','2022-11-30 05:00:13','20.226.124.117'),(364573,0,'beautyque','2022-11-30 05:00:14','20.226.124.117'),(364574,0,'beautyque','2022-11-30 05:00:15','20.226.124.117'),(364575,0,'beautyque','2022-11-30 05:00:15','20.226.124.117'),(364576,0,'beautyque','2022-11-30 05:00:16','20.226.124.117'),(364577,0,'beautyque','2022-11-30 05:00:17','20.226.124.117'),(364578,0,'beautyque','2022-11-30 05:00:18','20.226.124.117'),(364579,0,'beautyque','2022-11-30 05:00:19','20.226.124.117'),(364580,0,'beautyque','2022-11-30 05:00:20','20.226.124.117'),(364581,0,'beautyque','2022-11-30 05:00:21','20.226.124.117'),(364582,0,'beautyque','2022-11-30 05:00:22','20.226.124.117'),(364583,0,'beautyque','2022-11-30 05:00:22','20.226.124.117'),(364584,0,'beautyque','2022-11-30 05:00:23','20.226.124.117'),(364585,0,'beautyque','2022-11-30 05:00:24','20.226.124.117'),(364586,0,'beautyque','2022-11-30 05:00:25','20.226.124.117'),(364587,0,'beautyque','2022-11-30 05:00:26','20.226.124.117'),(364588,0,'beautyque','2022-11-30 05:00:27','20.226.124.117'),(364589,0,'beautyque','2022-11-30 05:00:28','20.226.124.117'),(364590,0,'beautyque','2022-11-30 05:00:28','20.226.124.117'),(364591,0,'beautyque','2022-11-30 05:00:29','20.226.124.117'),(364592,0,'beautyque','2022-11-30 05:00:30','20.226.124.117'),(364593,0,'beautyque','2022-11-30 05:00:31','20.226.124.117'),(364594,0,'beautyque','2022-11-30 05:00:32','20.226.124.117'),(364595,0,'beautyque','2022-11-30 05:00:33','20.226.124.117'),(364596,0,'beautyque','2022-11-30 05:00:34','20.226.124.117'),(364597,0,'beautyque','2022-11-30 05:00:35','20.226.124.117'),(364598,0,'beautyque','2022-11-30 05:00:35','20.226.124.117'),(364599,0,'beautyque','2022-11-30 05:00:36','20.226.124.117'),(364600,0,'beautyque','2022-11-30 05:00:37','20.226.124.117'),(364601,0,'beautyque','2022-11-30 05:00:38','20.226.124.117'),(364602,0,'beautyque','2022-11-30 05:00:39','20.226.124.117'),(364603,0,'beautyque','2022-11-30 05:00:40','20.226.124.117'),(364604,0,'beautyque','2022-11-30 05:00:41','20.226.124.117'),(364605,0,'beautyque','2022-11-30 05:00:42','20.226.124.117'),(364606,0,'beautyque','2022-11-30 05:00:43','20.226.124.117'),(364607,0,'beautyque','2022-11-30 05:00:43','20.226.124.117'),(364608,0,'beautyque','2022-11-30 05:00:45','20.226.124.117'),(364609,0,'beautyque','2022-11-30 05:00:46','20.226.124.117'),(364610,0,'beautyque','2022-11-30 05:00:47','20.226.124.117'),(364611,0,'beautyque','2022-11-30 05:00:48','20.226.124.117'),(364612,0,'beautyque','2022-11-30 05:00:48','20.226.124.117'),(364613,0,'beautyque','2022-11-30 05:00:49','20.226.124.117'),(364614,0,'beautyque','2022-11-30 05:00:50','20.226.124.117'),(364615,0,'beautyque','2022-11-30 05:00:51','20.226.124.117'),(364616,0,'beautyque','2022-11-30 05:00:52','20.226.124.117'),(364617,0,'beautyque','2022-11-30 05:00:53','20.226.124.117'),(364618,0,'beautyque','2022-11-30 05:00:54','20.226.124.117'),(364619,0,'beautyque','2022-11-30 05:00:55','20.226.124.117'),(364620,0,'beautyque','2022-11-30 05:00:56','20.226.124.117'),(364621,0,'beautyque','2022-11-30 05:00:56','20.226.124.117'),(364622,0,'beautyque','2022-11-30 05:00:57','20.226.124.117'),(364623,0,'beautyque','2022-11-30 05:00:58','20.226.124.117'),(364624,0,'beautyque','2022-11-30 05:00:59','20.226.124.117'),(364625,0,'beautyque','2022-11-30 05:01:00','20.226.124.117'),(364626,0,'beautyque','2022-11-30 05:01:01','20.226.124.117'),(364627,0,'beautyque','2022-11-30 05:01:02','20.226.124.117'),(364628,0,'beautyque','2022-11-30 05:01:02','20.226.124.117'),(364629,0,'beautyque','2022-11-30 05:01:03','20.226.124.117'),(364630,0,'beautyque','2022-11-30 05:01:04','20.226.124.117'),(364631,0,'beautyque','2022-11-30 05:01:05','20.226.124.117'),(364632,0,'beautyque','2022-11-30 05:01:06','20.226.124.117'),(364633,0,'beautyque','2022-11-30 05:01:07','20.226.124.117'),(364634,0,'beautyque','2022-11-30 05:01:08','20.226.124.117'),(364635,0,'beautyque','2022-11-30 05:01:09','20.226.124.117'),(364636,0,'beautyque','2022-11-30 05:01:10','20.226.124.117'),(364637,0,'beautyque','2022-11-30 05:01:11','20.226.124.117'),(364638,0,'beautyque','2022-11-30 05:01:11','20.226.124.117'),(364639,0,'beautyque','2022-11-30 05:01:12','20.226.124.117'),(364640,0,'beautyque','2022-11-30 05:01:13','20.226.124.117'),(364641,0,'beautyque','2022-11-30 05:01:14','20.226.124.117'),(364642,0,'beautyque','2022-11-30 05:01:15','20.226.124.117'),(364643,0,'beautyque','2022-11-30 05:01:16','20.226.124.117'),(364644,0,'beautyque','2022-11-30 05:01:17','20.226.124.117'),(364645,0,'beautyque','2022-11-30 05:01:18','20.226.124.117'),(364646,0,'beautyque','2022-11-30 05:01:19','20.226.124.117'),(364647,0,'beautyque','2022-11-30 05:01:19','20.226.124.117'),(364648,0,'beautyque','2022-11-30 05:01:20','20.226.124.117'),(364649,0,'beautyque','2022-11-30 05:01:21','20.226.124.117'),(364650,0,'beautyque','2022-11-30 05:01:22','20.226.124.117'),(364651,0,'beautyque','2022-11-30 05:01:23','20.226.124.117'),(364652,0,'beautyque','2022-11-30 05:01:24','20.226.124.117'),(364653,0,'beautyque','2022-11-30 05:01:25','20.226.124.117'),(364654,0,'beautyque','2022-11-30 05:01:25','20.226.124.117'),(364655,0,'beautyque','2022-11-30 05:01:26','20.226.124.117'),(364656,0,'beautyque','2022-11-30 05:01:27','20.226.124.117'),(364657,0,'beautyque','2022-11-30 05:01:28','20.226.124.117'),(364658,0,'beautyque','2022-11-30 05:01:29','20.226.124.117'),(364659,0,'beautyque','2022-11-30 05:01:30','20.226.124.117'),(364660,0,'beautyque','2022-11-30 05:01:31','20.226.124.117'),(364661,0,'beautyque','2022-11-30 05:01:32','20.226.124.117'),(364662,0,'beautyque','2022-11-30 05:01:32','20.226.124.117'),(364663,0,'beautyque','2022-11-30 05:01:33','20.226.124.117'),(364664,0,'beautyque','2022-11-30 05:01:34','20.226.124.117'),(364665,0,'beautyque','2022-11-30 05:01:35','20.226.124.117'),(364666,0,'beautyque','2022-11-30 05:01:36','20.226.124.117'),(364667,0,'beautyque','2022-11-30 05:01:37','20.226.124.117'),(364668,0,'beautyque','2022-11-30 05:01:38','20.226.124.117'),(364669,0,'beautyque','2022-11-30 05:01:39','20.226.124.117'),(364670,0,'beautyque','2022-11-30 05:01:39','20.226.124.117'),(364671,0,'beautyque','2022-11-30 05:01:40','20.226.124.117'),(364672,0,'beautyque','2022-11-30 05:01:41','20.226.124.117'),(364673,0,'beautyque','2022-11-30 05:01:42','20.226.124.117'),(364674,0,'beautyque','2022-11-30 05:01:43','20.226.124.117'),(364675,0,'beautyque','2022-11-30 05:01:44','20.226.124.117'),(364676,0,'beautyque','2022-11-30 05:01:45','20.226.124.117'),(364677,0,'beautyque','2022-11-30 05:01:45','20.226.124.117'),(364678,0,'beautyque','2022-11-30 05:01:46','20.226.124.117'),(364679,0,'beautyque','2022-11-30 05:01:47','20.226.124.117'),(364680,0,'beautyque','2022-11-30 05:01:48','20.226.124.117'),(364681,0,'beautyque','2022-11-30 05:01:49','20.226.124.117'),(364682,0,'beautyque','2022-11-30 05:01:50','20.226.124.117'),(364683,0,'beautyque','2022-11-30 05:01:51','20.226.124.117'),(364684,0,'beautyque','2022-11-30 05:01:52','20.226.124.117'),(364685,0,'beautyque','2022-11-30 05:01:52','20.226.124.117'),(364686,0,'beautyque','2022-11-30 05:01:53','20.226.124.117'),(364687,0,'beautyque','2022-11-30 05:01:54','20.226.124.117'),(364688,0,'beautyque','2022-11-30 05:01:55','20.226.124.117'),(364689,0,'beautyque','2022-11-30 05:01:56','20.226.124.117'),(364690,0,'beautyque','2022-11-30 05:01:57','20.226.124.117'),(364691,0,'admin','2022-11-30 05:01:57','45.149.79.127'),(364692,0,'beautyque','2022-11-30 05:01:58','20.226.124.117'),(364693,0,'beautyque','2022-11-30 05:01:58','20.226.124.117'),(364694,0,'beautyque','2022-11-30 05:01:59','20.226.124.117'),(364695,0,'beautyque','2022-11-30 05:02:00','20.226.124.117'),(364696,0,'beautyque','2022-11-30 05:02:01','20.226.124.117'),(364697,0,'beautyque','2022-11-30 05:02:02','20.226.124.117'),(364698,0,'beautyque','2022-11-30 05:02:03','20.226.124.117'),(364699,0,'beautyque','2022-11-30 05:02:04','20.226.124.117'),(364700,0,'beautyque','2022-11-30 05:02:04','20.226.124.117'),(364701,0,'beautyque','2022-11-30 05:02:05','20.226.124.117'),(364702,0,'beautyque','2022-11-30 05:02:06','20.226.124.117'),(364703,0,'beautyque','2022-11-30 05:02:07','20.226.124.117'),(364704,0,'beautyque','2022-11-30 05:02:08','20.226.124.117'),(364705,0,'beautyque','2022-11-30 05:02:09','20.226.124.117'),(364706,0,'beautyque','2022-11-30 05:02:10','20.226.124.117'),(364707,0,'beautyque','2022-11-30 05:02:11','20.226.124.117'),(364708,0,'beautyque','2022-11-30 05:02:12','20.226.124.117'),(364709,0,'beautyque','2022-11-30 05:02:12','20.226.124.117'),(364710,0,'beautyque','2022-11-30 05:02:13','20.226.124.117'),(364711,0,'beautyque','2022-11-30 05:02:14','20.226.124.117'),(364712,0,'beautyque','2022-11-30 05:02:15','20.226.124.117'),(364713,0,'beautyque','2022-11-30 05:02:16','20.226.124.117'),(364714,0,'beautyque','2022-11-30 05:02:17','20.226.124.117'),(364715,0,'beautyque','2022-11-30 05:02:18','20.226.124.117'),(364716,0,'beautyque','2022-11-30 05:02:18','20.226.124.117'),(364717,0,'beautyque','2022-11-30 05:02:19','20.226.124.117'),(364718,0,'beautyque','2022-11-30 05:02:20','20.226.124.117'),(364719,0,'beautyque','2022-11-30 05:02:21','20.226.124.117'),(364720,0,'beautyque','2022-11-30 05:02:22','20.226.124.117'),(364721,0,'beautyque','2022-11-30 05:02:23','20.226.124.117'),(364722,0,'beautyque','2022-11-30 05:02:24','20.226.124.117'),(364723,0,'beautyque','2022-11-30 05:02:25','20.226.124.117'),(364724,0,'beautyque','2022-11-30 05:02:25','20.226.124.117'),(364725,0,'beautyque','2022-11-30 05:02:26','20.226.124.117'),(364726,0,'beautyque','2022-11-30 05:02:27','20.226.124.117'),(364727,0,'beautyque','2022-11-30 05:02:28','20.226.124.117'),(364728,0,'beautyque','2022-11-30 05:02:29','20.226.124.117'),(364729,0,'beautyque','2022-11-30 05:02:30','20.226.124.117'),(364730,0,'beautyque','2022-11-30 05:02:31','20.226.124.117'),(364731,0,'beautyque','2022-11-30 05:02:32','20.226.124.117'),(364732,0,'beautyque','2022-11-30 05:02:33','20.226.124.117'),(364733,0,'beautyque','2022-11-30 05:02:33','20.226.124.117'),(364734,0,'beautyque','2022-11-30 05:02:34','20.226.124.117'),(364735,0,'beautyque','2022-11-30 05:02:35','20.226.124.117'),(364736,0,'beautyque','2022-11-30 05:02:36','20.226.124.117'),(364737,0,'beautyque','2022-11-30 05:02:37','20.226.124.117'),(364738,0,'beautyque','2022-11-30 05:02:38','20.226.124.117'),(364739,0,'beautyque','2022-11-30 05:02:39','20.226.124.117'),(364740,0,'beautyque','2022-11-30 05:02:40','20.226.124.117'),(364741,0,'beautyque','2022-11-30 05:02:41','20.226.124.117'),(364742,0,'beautyque','2022-11-30 05:02:41','20.226.124.117'),(364743,0,'beautyque','2022-11-30 05:02:42','20.226.124.117'),(364744,0,'beautyque','2022-11-30 05:02:43','20.226.124.117'),(364745,0,'beautyque','2022-11-30 05:02:44','20.226.124.117'),(364746,0,'beautyque','2022-11-30 05:02:45','20.226.124.117'),(364747,0,'beautyque','2022-11-30 05:02:46','20.226.124.117'),(364748,0,'beautyque','2022-11-30 05:02:47','20.226.124.117'),(364749,0,'beautyque','2022-11-30 05:02:47','20.226.124.117'),(364750,0,'beautyque','2022-11-30 05:02:48','20.226.124.117'),(364751,0,'beautyque','2022-11-30 05:02:49','20.226.124.117'),(364752,0,'beautyque','2022-11-30 05:02:50','20.226.124.117'),(364753,0,'beautyque','2022-11-30 05:02:51','20.226.124.117'),(364754,0,'beautyque','2022-11-30 05:02:52','20.226.124.117'),(364755,0,'beautyque','2022-11-30 05:02:53','20.226.124.117'),(364756,0,'beautyque','2022-11-30 05:02:54','20.226.124.117'),(364757,0,'beautyque','2022-11-30 05:02:55','20.226.124.117'),(364758,0,'beautyque','2022-11-30 05:02:56','20.226.124.117'),(364759,0,'beautyque','2022-11-30 05:02:56','20.226.124.117'),(364760,0,'beautyque','2022-11-30 05:02:57','20.226.124.117'),(364761,0,'beautyque','2022-11-30 05:02:58','20.226.124.117'),(364762,0,'beautyque','2022-11-30 05:02:59','20.226.124.117'),(364763,0,'beautyque','2022-11-30 05:03:00','20.226.124.117'),(364764,0,'beautyque','2022-11-30 05:03:01','20.226.124.117'),(364765,0,'beautyque','2022-11-30 05:03:02','20.226.124.117'),(364766,0,'beautyque','2022-11-30 05:03:03','20.226.124.117'),(364767,0,'beautyque','2022-11-30 05:03:04','20.226.124.117'),(364768,0,'beautyque','2022-11-30 05:03:05','20.226.124.117'),(364769,0,'beautyque','2022-11-30 05:03:05','20.226.124.117'),(364770,0,'beautyque','2022-11-30 05:03:06','20.226.124.117'),(364771,0,'beautyque','2022-11-30 05:03:07','20.226.124.117'),(364772,0,'beautyque','2022-11-30 05:03:08','20.226.124.117'),(364773,0,'beautyque','2022-11-30 05:03:09','20.226.124.117'),(364774,0,'beautyque','2022-11-30 05:03:10','20.226.124.117'),(364775,0,'beautyque','2022-11-30 05:03:11','20.226.124.117'),(364776,0,'beautyque','2022-11-30 05:03:12','20.226.124.117'),(364777,0,'beautyque','2022-11-30 05:03:13','20.226.124.117'),(364778,0,'beautyque','2022-11-30 05:03:14','20.226.124.117'),(364779,0,'beautyque','2022-11-30 05:03:15','20.226.124.117'),(364780,0,'beautyque','2022-11-30 05:03:15','20.226.124.117'),(364781,0,'beautyque','2022-11-30 05:03:16','20.226.124.117'),(364782,0,'beautyque','2022-11-30 05:03:17','20.226.124.117'),(364783,0,'beautyque','2022-11-30 05:03:18','20.226.124.117'),(364784,0,'beautyque','2022-11-30 05:03:19','20.226.124.117'),(364785,0,'beautyque','2022-11-30 05:03:20','20.226.124.117'),(364786,0,'beautyque','2022-11-30 05:03:20','20.226.124.117'),(364787,0,'beautyque','2022-11-30 05:03:21','20.226.124.117'),(364788,0,'beautyque','2022-11-30 05:03:22','20.226.124.117'),(364789,0,'beautyque','2022-11-30 05:03:23','20.226.124.117'),(364790,0,'beautyque','2022-11-30 05:03:24','20.226.124.117'),(364791,0,'ukdebtconsolidations-co-uk','2022-11-30 05:07:51','45.80.132.23'),(364792,0,'ukdebtconsolidations-co-uk','2022-11-30 05:13:53','64.227.5.178'),(364793,0,'payments','2022-11-30 05:16:55','185.119.81.104'),(364794,0,'ukdebtconsolidations-co-uk','2022-11-30 05:21:21','192.185.81.138'),(364795,0,'feed','2022-11-30 05:22:11','103.173.78.7'),(364796,0,'ukdebtconsolidations-co-uk','2022-11-30 05:27:46','190.92.159.48'),(364797,0,'ukdebtconsolidations-co-uk','2022-11-30 05:34:01','198.136.54.132'),(364798,0,'ukdebtconsolidations-co-uk','2022-11-30 05:39:41','52.37.172.240'),(364799,0,'ukdebtconsolidations-co-uk','2022-11-30 05:45:37','167.71.111.16'),(364800,0,'ukdebtconsolidations-co-uk','2022-11-30 05:50:56','69.16.238.78'),(364801,0,'lida','2022-11-30 05:54:37','185.119.81.104'),(364802,0,'ukdebtconsolidations-co-uk','2022-11-30 05:55:31','103.98.160.39'),(364803,0,'feed','2022-11-30 05:58:58','145.239.30.120'),(364804,0,'ukdebtconsolidations-co-uk','2022-11-30 06:00:48','81.88.52.210'),(364805,0,'ukdebtconsolidations-co-uk','2022-11-30 06:04:35','194.195.121.233'),(364806,0,'ukdebtconsolidations-co-uk','2022-11-30 06:07:03','92.63.193.12'),(364807,0,'ukdebtconsolidations-co-uk','2022-11-30 06:27:06','203.112.72.51'),(364808,0,'feed','2022-11-30 06:36:08','188.166.236.35'),(364809,0,'payments','2022-11-30 06:36:34','185.119.81.99'),(364810,0,'ukdebtconsolidations-co-uk','2022-11-30 06:36:43','109.234.162.55'),(364811,0,'ukdebtconsolidations-co-uk','2022-11-30 06:41:33','47.114.72.18'),(364812,0,'ukdebtconsolidations-co-uk','2022-11-30 06:46:11','54.37.74.123'),(364813,0,'ukdebtconsolidations-co-uk','2022-11-30 06:54:53','108.179.253.60'),(364814,0,'ukdebtconsolidations-co-uk','2022-11-30 07:03:42','176.57.184.62'),(364815,0,'ukdebtconsolidations-co-uk','2022-11-30 07:12:30','192.64.113.147'),(364816,0,'feed','2022-11-30 07:13:12','164.92.73.132'),(364817,0,'ukdebtconsolidations-co-uk','2022-11-30 07:18:36','133.130.103.36'),(364818,0,'ukdebtconsolidations-co-uk','2022-11-30 07:23:01','162.240.43.51'),(364819,0,'ukdebtconsolidations-co-uk','2022-11-30 07:33:29','109.234.164.178'),(364820,0,'ukdebtconsolidations-co-uk','2022-11-30 07:44:34','192.155.81.224'),(364821,0,'feed','2022-11-30 07:50:17','188.166.91.172'),(364822,0,'ukdebtconsolidations-co-uk','2022-11-30 07:55:17','148.72.211.177'),(364823,0,'ukdebtconsolidations-co-uk','2022-11-30 08:05:06','192.145.239.201'),(364824,0,'ukdebtconsolidations-co-uk','2022-11-30 08:10:33','209.126.108.92'),(364825,0,'payments','2022-11-30 08:11:49','185.119.81.99'),(364826,0,'feed','2022-11-30 08:12:31','157.245.207.53'),(364827,0,'ukdebtconsolidations-co-uk','2022-11-30 08:16:28','64.227.162.186'),(364828,0,'ukdebtconsolidations-co-uk','2022-11-30 08:18:11','198.244.167.101'),(364829,0,'payments','2022-11-30 08:20:47','185.119.81.104'),(364830,0,'ukdebtconsolidations-co-uk','2022-11-30 08:21:58','45.76.186.94'),(364831,0,'ukdebtconsolidations-co-uk','2022-11-30 08:28:17','155.133.129.13'),(364832,0,'ukdebtconsolidations-co-uk','2022-11-30 08:34:09','192.145.239.202'),(364833,0,'admin','2022-11-30 08:34:37','185.119.81.107'),(364834,0,'ukdebtconsolidations-co-uk','2022-11-30 08:41:00','202.131.227.181'),(364835,0,'ukdebtconsolidations-co-uk','2022-11-30 08:46:51','68.183.177.46'),(364836,0,'feed','2022-11-30 08:49:50','128.199.131.42'),(364837,0,'ukdebtconsolidations-co-uk','2022-11-30 08:53:44','38.242.153.120'),(364838,0,'ukdebtconsolidations-co-uk','2022-11-30 08:55:37','198.244.167.101'),(364839,0,'ukdebtconsolidations-co-uk','2022-11-30 09:00:28','82.165.184.76'),(364840,0,'ukdebtconsolidations-co-uk','2022-11-30 09:07:14','159.65.147.193'),(364841,0,'ukdebtconsolidations-co-uk','2022-11-30 09:13:45','111.90.150.28'),(364842,0,'ukdebtconsolidations.co.uk','2022-11-30 09:13:58','5.188.62.21'),(364843,0,'feed','2022-11-30 09:13:59','5.188.62.21'),(364844,0,'ukdebtconsolidations-co-uk','2022-11-30 09:21:02','72.34.62.119'),(364845,0,'ukdebtconsolidations-co-uk','2022-11-30 09:28:01','162.214.226.113'),(364846,0,'feed','2022-11-30 09:28:48','45.55.44.23'),(364847,0,'wadminw','2022-11-30 09:30:50','192.145.239.221'),(364848,0,'ukdebtconsolidations-co-uk','2022-11-30 09:34:45','142.93.203.156'),(364849,0,'wwwadmin','2022-11-30 09:38:06','176.53.96.107'),(364850,0,'ukdebtconsolidations.co.uk','2022-11-30 09:45:20','5.188.62.174'),(364851,0,'feed','2022-11-30 09:45:22','5.188.62.174'),(364852,0,'admin','2022-11-30 09:56:50','83.171.248.62'),(364853,0,'admin','2022-11-30 10:04:14','151.236.33.120'),(364854,0,'way','2022-11-30 10:07:16','185.119.81.107'),(364855,0,'feed','2022-11-30 10:09:23','185.2.4.134'),(364856,0,'ukdebtconsolidations-co-uk','2022-11-30 10:11:27','159.65.86.76'),(364857,0,'ukdebtconsolidations-co-uk','2022-11-30 10:15:32','51.89.47.206'),(364858,0,'ukdebtconsolidations-co-uk','2022-11-30 10:18:51','47.74.17.225'),(364859,0,'ukdebtconsolidations-co-uk','2022-11-30 10:26:15','103.250.11.39'),(364860,0,'ukdebtconsolidations.co.uk','2022-11-30 10:29:39','5.188.62.76'),(364861,0,'feed','2022-11-30 10:29:41','5.188.62.76'),(364862,0,'UK','2022-11-30 10:29:54','5.188.62.76'),(364863,0,'ukdebtconsolidations-co-uk','2022-11-30 10:34:13','158.255.80.210'),(364864,0,'ukdebtconsolidations-co-uk','2022-11-30 10:41:55','49.51.134.238'),(364865,0,'feed','2022-11-30 10:49:23','147.182.249.22'),(364866,0,'ukdebtconsolidations-co-uk','2022-11-30 10:49:51','80.241.222.228'),(364867,0,'ukdebtconsolidations-co-uk','2022-11-30 10:55:37','202.29.236.140'),(364868,0,'ukdebtconsolidations-co-uk','2022-11-30 10:57:49','185.197.195.173'),(364869,0,'ukdebtconsolidations-co-uk','2022-11-30 11:06:12','109.234.164.218'),(364870,0,'ukdebtconsolidations-co-uk','2022-11-30 11:14:04','184.171.244.231'),(364871,0,'ukdebtconsolidations-co-uk','2022-11-30 11:22:35','148.72.40.90'),(364872,0,'feed','2022-11-30 11:30:02','185.2.5.31'),(364873,0,'ukdebtconsolidations-co-uk','2022-11-30 11:30:41','173.212.234.178'),(364874,0,'ukdebtconsolidations-co-uk','2022-11-30 11:38:58','174.136.25.206'),(364875,0,'ukdebtconsolidations-co-uk','2022-11-30 11:40:06','103.92.27.198'),(364876,0,'ukdebtconsolidations-co-uk','2022-11-30 11:48:42','35.193.197.89'),(364877,0,'admin','2022-11-30 11:57:14','40.122.78.153'),(364878,0,'admin','2022-11-30 12:06:06','20.244.115.14'),(364879,0,'feed','2022-11-30 12:08:58','46.105.57.132'),(364880,0,'ukdebtconsolidations-co-uk','2022-11-30 12:14:35','146.56.99.136'),(364881,0,'admin','2022-11-30 12:14:49','177.222.54.214'),(364882,0,'admin','2022-11-30 12:24:06','67.225.240.110'),(364883,0,'admin','2022-11-30 12:33:02','47.100.185.96'),(364884,0,'ukdebtconsolidations.co.uk','2022-11-30 12:40:39','5.188.62.26'),(364885,0,'feed','2022-11-30 12:40:41','5.188.62.26'),(364886,0,'admin','2022-11-30 12:42:15','120.76.135.15'),(364887,0,'ukdebtconsolidations-co-uk','2022-11-30 12:46:07','51.222.138.98'),(364888,0,'feed','2022-11-30 12:47:12','45.120.69.121'),(364889,0,'ukdebtconsolidations-co-uk','2022-11-30 12:53:08','85.191.68.63'),(364890,0,'ukdebtconsolidations-co-uk','2022-11-30 12:55:10','206.189.163.232'),(364891,0,'ukdebtconsolidations-co-uk','2022-11-30 13:04:06','166.62.103.104'),(364892,0,'payments','2022-11-30 13:09:03','185.119.81.99'),(364893,0,'ukdebtconsolidations-co-uk','2022-11-30 13:13:06','35.198.25.12'),(364894,0,'ukdebtconsolidations-co-uk','2022-11-30 13:22:11','162.240.221.29'),(364895,0,'feed','2022-11-30 13:26:16','34.65.234.0'),(364896,0,'ukdebtconsolidations-co-uk','2022-11-30 13:31:47','162.240.211.236'),(364897,0,'ukdebtconsolidations-co-uk','2022-11-30 13:41:32','103.1.239.48'),(364898,0,'ukdebtconsolidations-co-uk','2022-11-30 13:50:43','143.244.173.241'),(364899,0,'ukdebtconsolidations-co-uk','2022-11-30 14:00:14','104.225.216.120'),(364900,0,'feed','2022-11-30 14:05:24','124.153.66.86'),(364901,0,'ukdebtconsolidations-co-uk','2022-11-30 14:10:10','18.218.180.226'),(364902,0,'ukdebtconsolidations-co-uk','2022-11-30 14:11:45','92.204.138.28'),(364903,0,'ukdebtconsolidations-co-uk','2022-11-30 14:20:05','109.234.164.178'),(364904,0,'ukdebtconsolidations-co-uk','2022-11-30 14:30:08','162.144.232.191'),(364905,0,'payments@ridingtherhino.co.uk','2022-11-30 14:33:16','185.119.81.107'),(364906,0,'ukdebtconsolidations-co-uk','2022-11-30 14:40:20','165.227.93.224'),(364907,0,'feed','2022-11-30 14:43:27','103.129.222.91'),(364908,0,'ukdebtconsolidations-co-uk','2022-11-30 14:49:10','103.163.139.202'),(364909,0,'ukdebtconsolidations-co-uk','2022-11-30 14:50:48','51.79.220.213'),(364910,0,'ukdebtconsolidations-co-uk','2022-11-30 15:00:54','143.244.184.204'),(364911,0,'ukdebtconsolidations-co-uk','2022-11-30 15:11:32','185.142.157.57'),(364912,0,'feed','2022-11-30 15:31:21','207.154.250.8'),(364913,0,'payments','2022-11-30 15:33:55','185.119.81.107'),(364914,0,'ukdebtconsolidations-co-uk','2022-11-30 15:34:50','148.72.207.163'),(364915,0,'ukdebtconsolidations-co-uk','2022-11-30 15:38:59','95.97.6.138'),(364916,0,'ukdebtconsolidations.co.uk','2022-11-30 15:44:05','5.188.62.140'),(364917,0,'feed','2022-11-30 15:44:06','5.188.62.140'),(364918,0,'admin','2022-11-30 16:23:33','81.19.145.89'),(364919,0,'admin','2022-11-30 16:24:15','66.23.231.199'),(364920,0,'ukdebtconsolidations','2022-11-30 16:24:15','167.114.100.10'),(364921,0,'ukdebtconsolidations','2022-11-30 16:24:15','167.114.100.10'),(364922,0,'admin','2022-11-30 16:24:30','178.32.183.35'),(364923,0,'admin','2022-11-30 16:24:42','208.109.78.2'),(364924,0,'admin','2022-11-30 16:24:42','208.109.78.2'),(364925,0,'ukdebtconsolidations','2022-11-30 16:24:56','120.27.16.56'),(364926,0,'ukdebtconsolidations','2022-11-30 16:24:56','120.27.16.56'),(364927,0,'ukdebtconsolidations','2022-11-30 16:24:57','103.77.162.19'),(364928,0,'ukdebtconsolidations','2022-11-30 16:25:56','176.123.0.55'),(364929,0,'admin','2022-11-30 16:26:04','190.92.134.24'),(364930,0,'admin','2022-11-30 16:26:04','190.92.134.24'),(364931,0,'admin','2022-11-30 16:26:05','132.148.120.29'),(364932,0,'ukdebtconsolidations','2022-11-30 16:26:05','132.148.120.29'),(364933,0,'ukdebtconsolidations','2022-11-30 16:26:05','72.167.251.131'),(364934,0,'admin','2022-11-30 16:26:05','72.167.251.131'),(364935,0,'admin','2022-11-30 16:26:38','72.167.211.30'),(364936,0,'ukdebtconsolidations','2022-11-30 16:26:38','72.167.211.30'),(364937,0,'admin','2022-11-30 16:27:34','198.71.235.41'),(364938,0,'ukdebtconsolidations','2022-11-30 16:27:34','198.71.235.41'),(364939,0,'admin','2022-11-30 16:28:03','103.48.82.122'),(364940,0,'feed','2022-11-30 16:30:01','157.245.207.53'),(364941,0,'ukdebtconsolidations-co-uk','2022-11-30 16:33:34','139.59.82.122'),(364942,0,'ukdebtconsolidations-co-uk','2022-11-30 16:37:49','185.2.4.134'),(364943,0,'admin','2022-11-30 16:39:20','185.119.81.104'),(364944,0,'feed','2022-11-30 17:12:49','125.227.127.195'),(364945,0,'ukdebtconsolidations-co-uk','2022-11-30 17:29:42','35.187.58.136'),(364946,0,'lida','2022-11-30 17:57:55','185.119.81.104'),(364947,0,'feed','2022-11-30 18:07:50','185.2.4.134'),(364948,0,'feed','2022-11-30 18:21:04','51.91.151.60'),(364949,0,'ukdebtconsolidations-co-uk','2022-11-30 18:24:07','185.2.4.147'),(364950,0,'ukdebtconsolidations-co-uk','2022-11-30 18:28:01','103.163.139.202'),(364951,0,'payments','2022-11-30 18:47:20','185.119.81.107'),(364952,0,'ukdebtconsolidations.co.uk','2022-11-30 18:52:21','5.188.62.174'),(364953,0,'feed','2022-11-30 18:52:22','5.188.62.174'),(364954,0,'feed','2022-11-30 19:01:30','68.183.75.82'),(364955,0,'ukdebtconsolidations-co-uk','2022-11-30 19:18:18','111.230.202.147'),(364956,0,'ukdebtconsolidations-co-uk','2022-11-30 19:22:12','75.119.135.205'),(364957,0,'payments','2022-11-30 19:22:44','185.119.81.107'),(364958,0,'payments@ridingtherhino.co.uk','2022-11-30 19:28:22','185.119.81.99'),(364959,0,'payments','2022-11-30 19:36:28','185.119.81.99'),(364960,0,'ukdebtconsolidations.co.uk','2022-11-30 19:43:13','5.188.62.76'),(364961,0,'feed','2022-11-30 19:43:15','5.188.62.76'),(364962,0,'feed','2022-11-30 19:53:27','106.15.38.206'),(364963,0,'feed','2022-11-30 20:06:14','185.2.4.147'),(364964,0,'ukdebtconsolidations-co-uk','2022-11-30 20:09:21','109.168.97.89'),(364965,0,'ukdebtconsolidations-co-uk','2022-11-30 20:13:10','188.166.91.172'),(364966,0,'feed','2022-11-30 20:44:21','178.128.5.109'),(364967,0,'feed','2022-11-30 20:56:51','173.236.152.148'),(364968,0,'ukdebtconsolidations-co-uk','2022-11-30 20:59:54','54.36.182.160'),(364969,0,'ukdebtconsolidations-co-uk','2022-11-30 21:03:47','151.106.41.64'),(364970,0,'ukdebtconsolidations.co.uk','2022-11-30 21:18:32','5.188.62.21'),(364971,0,'feed','2022-11-30 21:18:33','5.188.62.21'),(364972,0,'feed','2022-11-30 21:34:15','167.71.204.106'),(364973,0,'payments','2022-11-30 21:38:44','185.119.81.99'),(364974,0,'feed','2022-11-30 21:46:32','45.55.79.147'),(364975,0,'ukdebtconsolidations-co-uk','2022-11-30 21:49:30','91.197.199.240'),(364976,0,'ukdebtconsolidations-co-uk','2022-11-30 21:53:09','185.2.4.147'),(364977,0,'steve','2022-11-30 22:18:07','156.67.72.69'),(364978,0,'5ks2o4zi','2022-11-30 22:21:39','5.101.157.222'),(364979,0,'5ks2o4zi','2022-11-30 22:23:48','217.21.87.193'),(364980,0,'feed','2022-11-30 22:24:12','157.245.207.53'),(364981,0,'chan','2022-11-30 22:31:25','45.84.207.15'),(364982,0,'baze','2022-11-30 22:34:38','217.21.91.117'),(364983,0,'feed','2022-11-30 22:36:33','157.245.207.53'),(364984,0,'ukdebtconsolidations-co-uk','2022-11-30 22:39:32','124.153.66.86'),(364985,0,'ukdebtconsolidations-co-uk','2022-11-30 22:43:16','145.239.30.120'),(364986,0,'admin919','2022-11-30 22:44:23','212.1.212.55'),(364987,0,'aadmin','2022-11-30 22:47:30','103.145.51.43'),(364988,0,'simon','2022-11-30 22:53:29','203.86.232.158'),(364989,0,'adminskgvn','2022-11-30 22:55:16','95.216.187.158'),(364990,0,'payments@ridingtherhino.co.uk','2022-11-30 23:07:39','185.119.81.107'),(364991,0,'feed','2022-11-30 23:13:51','67.205.11.198'),(364992,0,'testuser','2022-11-30 23:23:17','162.210.103.224'),(364993,0,'feed','2022-11-30 23:26:15','23.99.229.218'),(364994,0,'ukdebtconsolidations-co-uk','2022-11-30 23:29:11','142.93.203.156'),(364995,0,'ukdebtconsolidations-co-uk','2022-11-30 23:32:53','206.189.129.168'),(364996,0,'chan','2022-11-30 23:35:48','185.224.137.127'),(364997,0,'Axel','2022-11-30 23:36:54','217.21.91.246'),(364998,0,'test123','2022-11-30 23:45:53','185.212.70.228'),(364999,0,'shan','2022-11-30 23:49:49','87.236.20.241'),(365000,0,'seamus','2022-11-30 23:54:55','82.180.172.73'),(365001,0,'enamad','2022-12-01 00:02:21','5.101.156.199'),(365002,0,'jason','2022-12-01 00:07:07','47.115.132.69'),(365003,0,'payments','2022-12-01 00:11:26','185.119.81.104'),(365004,0,'garak','2022-12-01 00:13:32','194.59.164.72'),(365005,0,'feed','2022-12-01 00:17:41','167.71.204.106'),(365006,0,'ukdebtconsolidations-co-uk','2022-12-01 00:20:40','209.97.162.248'),(365007,0,'ukdebtconsolidations-co-uk','2022-12-01 00:24:28','128.199.14.4'),(365008,0,'wp-admin','2022-12-01 00:28:32','52.165.17.200'),(365009,0,'rootuser','2022-12-01 00:29:19','13.244.139.158'),(365010,0,'picabo','2022-12-01 00:45:42','217.21.90.225'),(365011,0,'administrator','2022-12-01 00:50:59','145.14.151.196'),(365012,0,'ukdebtconsolidations.co.uk','2022-12-01 00:53:24','5.188.62.21'),(365013,0,'feed','2022-12-01 00:53:26','5.188.62.21'),(365014,0,'feed','2022-12-01 00:56:14','207.154.248.39'),(365015,0,'badminton','2022-12-01 00:57:48','145.14.153.80'),(365016,0,'adminnew','2022-12-01 01:00:22','217.21.91.100'),(365017,0,'feed','2022-12-01 01:09:23','171.244.0.91'),(365018,0,'ukdebtconsolidations-co-uk','2022-12-01 01:12:29','66.33.193.231'),(365019,0,'packlmh','2022-12-01 01:14:09','23.105.226.180'),(365020,0,'ukdebtconsolidations-co-uk','2022-12-01 01:16:18','45.120.69.121'),(365021,0,'garak','2022-12-01 01:19:25','5.101.156.13'),(365022,0,'9admin','2022-12-01 01:30:05','82.180.172.82'),(365023,0,'payments@ridingtherhino.co.uk','2022-12-01 01:34:41','185.119.81.99'),(365024,0,'feed','2022-12-01 01:47:37','103.130.219.13'),(365025,0,'debbiecurry','2022-12-01 01:51:13','89.104.84.69'),(365026,0,'feed','2022-12-01 02:00:21','103.129.222.91'),(365027,0,'zhihua','2022-12-01 02:01:43','5.101.157.179'),(365028,0,'ukdebtconsolidations-co-uk','2022-12-01 02:03:35','185.2.5.77'),(365029,0,'ukdebtconsolidations-co-uk','2022-12-01 02:07:32','207.154.250.8'),(365030,0,'antawn','2022-12-01 02:17:59','5.101.157.231'),(365031,0,'demo1','2022-12-01 02:34:13','5.101.157.29'),(365032,0,'feed','2022-12-01 02:39:57','159.65.200.228'),(365033,0,'feed','2022-12-01 02:53:04','91.197.199.240'),(365034,0,'ukdebtconsolidations-co-uk','2022-12-01 02:56:14','157.245.207.53'),(365035,0,'ukdebtconsolidations-co-uk','2022-12-01 03:00:08','106.52.120.186'),(365036,0,'ukdebtconsolidations.co.uk','2022-12-01 03:24:38','5.188.62.21'),(365037,0,'feed','2022-12-01 03:24:39','5.188.62.21'),(365038,0,'feed','2022-12-01 03:34:04','157.230.127.126'),(365039,0,'feed','2022-12-01 03:47:14','217.76.155.6'),(365040,0,'ukdebtconsolidations-co-uk','2022-12-01 03:50:25','185.2.4.33'),(365041,0,'ukdebtconsolidations-co-uk','2022-12-01 03:54:27','138.68.84.97'),(365042,0,'ukdebtconsolidations.co.uk','2022-12-01 04:21:55','5.188.62.21'),(365043,0,'feed','2022-12-01 04:21:55','5.188.62.21'),(365044,0,'payments@ridingtherhino.co.uk','2022-12-01 04:22:17','185.119.81.104'),(365045,0,'feed','2022-12-01 04:28:31','45.120.69.121'),(365046,0,'feed','2022-12-01 04:41:39','159.89.199.237'),(365047,0,'ukdebtconsolidations-co-uk','2022-12-01 04:44:55','111.231.200.129'),(365048,0,'ukdebtconsolidations-co-uk','2022-12-01 04:48:42','217.76.155.6'),(365049,0,'feed','2022-12-01 05:23:31','66.33.193.231'),(365050,0,'feed','2022-12-01 05:37:11','81.70.248.169'),(365051,0,'ukdebtconsolidations-co-uk','2022-12-01 05:44:37','159.89.109.117'),(365052,0,'payments@ridingtherhino.co.uk','2022-12-01 05:50:07','185.119.81.107'),(365053,0,'nsolidations','2022-12-01 05:55:54','185.119.81.99'),(365054,0,'feed','2022-12-01 06:21:44','141.94.247.170'),(365055,0,'feed','2022-12-01 06:36:27','202.29.236.140'),(365056,0,'ukdebtconsolidations-co-uk','2022-12-01 06:40:28','81.88.52.8'),(365057,0,'ukdebtconsolidations-co-uk','2022-12-01 06:45:15','128.199.14.4'),(365058,0,'payments','2022-12-01 06:53:44','185.119.81.107'),(365059,0,'feed','2022-12-01 07:23:53','45.120.69.121'),(365060,0,'feed','2022-12-01 07:37:30','64.227.183.25'),(365061,0,'ukdebtconsolidations-co-uk','2022-12-01 07:40:57','185.2.5.77'),(365062,0,'ukdebtconsolidations-co-uk','2022-12-01 07:44:59','207.154.248.39'),(365063,0,'Ukdebtconsolidations.co.uk','2022-12-01 07:50:16','5.188.62.21'),(365064,0,'Feed','2022-12-01 07:50:17','5.188.62.21'),(365065,0,'lida','2022-12-01 07:52:26','185.119.81.104'),(365066,0,'feed','2022-12-01 08:20:44','202.29.236.140'),(365067,0,'ukdebtconsolidations-co-uk','2022-12-01 08:38:05','157.245.207.53'),(365068,0,'ukdebtconsolidations-co-uk','2022-12-01 08:42:08','141.94.247.170'),(365069,0,'feed','2022-12-01 09:18:38','81.88.52.8'),(365070,0,'feed','2022-12-01 09:33:24','185.2.5.77'),(365071,0,'ukdebtconsolidations-co-uk','2022-12-01 09:37:02','143.244.140.199'),(365072,0,'ukdebtconsolidations-co-uk','2022-12-01 09:41:28','178.128.107.59'),(365073,0,'feed','2022-12-01 10:17:13','159.203.143.36'),(365074,0,'jagoda','2022-12-01 10:33:23','94.130.138.112'),(365075,0,'ukdebtconsolidations-co-uk','2022-12-01 10:35:06','185.2.5.77'),(365076,0,'ukdebtconsolidations-co-uk','2022-12-01 10:39:19','167.99.228.9'),(365077,0,'xiaomei','2022-12-01 10:54:23','18.133.60.229'),(365078,0,'aadmin','2022-12-01 11:06:09','47.88.61.91'),(365079,0,'payments','2022-12-01 11:10:37','185.119.81.104'),(365080,0,'feed','2022-12-01 11:18:19','180.250.28.35'),(365081,0,'ukdebtconsolidations.co.uk','2022-12-01 11:22:59','5.188.62.21'),(365082,0,'feed','2022-12-01 11:23:01','5.188.62.21'),(365083,0,'feed','2022-12-01 11:33:29','5.189.149.47'),(365084,0,'ukdebtconsolidations-co-uk','2022-12-01 11:37:07','192.71.144.12'),(365085,0,'antawn','2022-12-01 11:37:13','64.91.244.200'),(365086,0,'ukdebtconsolidations-co-uk','2022-12-01 11:41:41','133.130.103.36'),(365087,0,'marina','2022-12-01 12:09:53','51.144.238.41'),(365088,0,'feed','2022-12-01 12:23:42','206.189.129.168'),(365089,0,'anna','2022-12-01 12:35:14','31.131.250.236'),(365090,0,'staff','2022-12-01 12:35:51','175.45.125.192'),(365091,0,'jane','2022-12-01 12:37:14','185.161.210.69'),(365092,0,'admin','2022-12-01 12:38:35','185.119.81.107'),(365093,0,'ukdebtconsolidations-co-uk','2022-12-01 12:44:58','120.25.104.120'),(365094,0,'ukdebtconsolidations-co-uk','2022-12-01 12:50:08','188.166.61.228'),(365095,0,'feed','2022-12-01 13:34:15','202.21.38.119'),(365096,0,'viewer','2022-12-01 13:45:13','95.216.225.240'),(365097,0,'feed','2022-12-01 13:49:47','188.166.236.35'),(365098,0,'ukdebtconsolidations-co-uk','2022-12-01 13:53:15','217.76.155.6'),(365099,0,'ukdebtconsolidations-co-uk','2022-12-01 13:58:14','107.180.106.9'),(365100,0,'mamah','2022-12-01 14:00:59','119.8.229.155'),(365101,0,'editor','2022-12-01 14:25:36','194.5.156.130'),(365102,0,'test','2022-12-01 14:27:31','217.107.219.102'),(365103,0,'gnhub','2022-12-01 14:28:12','54.39.49.42'),(365104,0,'marine','2022-12-01 14:30:59','45.63.95.183'),(365105,0,'feed','2022-12-01 14:40:53','125.227.127.195'),(365106,0,'ukdebtconsolidations.co.uk','2022-12-01 14:50:31','5.188.62.21'),(365107,0,'feed','2022-12-01 14:50:32','5.188.62.21'),(365108,0,'demo1','2022-12-01 14:52:08','103.74.121.5'),(365109,0,'feed','2022-12-01 14:56:58','194.195.121.233'),(365110,0,'user','2022-12-01 14:59:24','91.238.163.176'),(365111,0,'ukdebtconsolidations-co-uk','2022-12-01 15:01:11','75.119.135.205'),(365112,0,'ukdebtconsolidations-co-uk','2022-12-01 15:06:30','159.89.109.117'),(365113,0,'staff','2022-12-01 15:15:11','65.108.108.217'),(365114,0,'erwan','2022-12-01 15:18:28','92.53.96.193'),(365115,0,'viewer','2022-12-01 15:26:10','162.210.103.224'),(365116,0,'wp-admin','2022-12-01 15:27:25','34.143.209.21'),(365117,0,'jane','2022-12-01 15:35:10','185.225.33.99'),(365118,0,'badminton','2022-12-01 15:58:13','149.62.37.1'),(365119,0,'jane','2022-12-01 15:58:58','142.44.137.19'),(365120,0,'proog','2022-12-01 16:06:36','92.204.128.97'),(365121,0,'admin','2022-12-01 16:23:59','109.70.148.130'),(365122,0,'debbiecurry','2022-12-01 17:04:22','175.45.125.192'),(365123,0,'abcd','2022-12-01 17:09:37','135.148.69.239'),(365124,0,'inspektorat','2022-12-01 17:35:07','93.191.29.99'),(365125,0,'antawn','2022-12-01 17:36:12','67.227.228.177'),(365126,0,'admin1','2022-12-01 17:41:45','89.108.65.136'),(365127,0,'9admin','2022-12-01 17:54:47','185.166.188.177'),(365128,0,'mamah','2022-12-01 18:01:22','82.180.152.151'),(365129,0,'simon','2022-12-01 18:08:54','217.21.91.219'),(365130,0,'ukdebtconsolidations.co.uk','2022-12-01 18:17:00','5.188.62.21'),(365131,0,'feed','2022-12-01 18:17:02','5.188.62.21'),(365132,0,'pkroll','2022-12-01 18:21:52','185.210.145.13'),(365133,0,'badminton','2022-12-01 18:35:56','103.129.222.7'),(365134,0,'payments@ridingtherhino.co.uk','2022-12-01 19:07:23','185.119.81.99'),(365135,0,'rootuser','2022-12-01 19:17:27','137.184.96.81'),(365136,0,'Admin','2022-12-01 19:20:00','148.72.245.159'),(365137,0,'payments@ridingtherhino.co.uk','2022-12-01 19:33:25','185.119.81.99'),(365138,0,'ukdebtconsolidations.co.uk','2022-12-01 19:48:58','5.188.62.140'),(365139,0,'ukdebtconsolidations.co.uk','2022-12-01 19:48:58','5.188.62.140'),(365140,0,'feed','2022-12-01 19:48:59','5.188.62.140'),(365141,0,'feed','2022-12-01 19:49:00','5.188.62.140'),(365142,0,'payments','2022-12-01 19:59:20','185.119.81.99'),(365143,0,'payments','2022-12-01 20:03:41','185.119.81.107'),(365144,0,'enamad','2022-12-01 20:08:57','103.74.116.69'),(365145,0,'gnhub','2022-12-01 20:24:22','136.244.87.85'),(365146,0,'feed','2022-12-01 20:26:03','5.188.62.26'),(365147,0,'ukdebtconsolidations.co.uk','2022-12-01 20:26:03','5.188.62.26'),(365148,0,'jason','2022-12-01 20:43:05','185.229.112.68'),(365149,0,'ukdebtconsolidations.co.uk','2022-12-01 20:47:54','5.188.62.26'),(365150,0,'feed','2022-12-01 20:47:58','5.188.62.26'),(365151,0,'jagoda','2022-12-01 21:07:14','179.43.190.234'),(365152,0,'admin','2022-12-01 21:15:58','185.119.81.99'),(365153,0,'ukdebtconsolidations.co.uk','2022-12-01 21:19:04','5.188.62.76'),(365154,0,'feed','2022-12-01 21:19:05','5.188.62.76'),(365155,0,'ukdebtconsolidations.co.uk','2022-12-01 21:39:00','5.188.62.21'),(365156,0,'feed','2022-12-01 21:39:01','5.188.62.21'),(365157,0,'ukdebtconsolidations.co.uk','2022-12-01 21:42:22','5.188.62.21'),(365158,0,'feed','2022-12-01 21:42:23','5.188.62.21'),(365159,0,'baze','2022-12-01 21:57:48','100.20.52.255'),(365160,0,'Axel','2022-12-01 22:04:47','45.148.121.253'),(365161,0,'inspektorat','2022-12-01 22:26:00','176.112.205.186'),(365162,0,'phlox','2022-12-01 22:36:38','217.21.87.101'),(365163,0,'1234','2022-12-01 22:37:49','185.213.81.123'),(365164,0,'test123','2022-12-01 22:39:37','103.74.116.69'),(365165,0,'picabo','2022-12-01 22:41:33','45.132.157.198'),(365166,0,'vernon','2022-12-01 22:50:19','13.234.57.198'),(365167,0,'intos','2022-12-01 22:56:11','217.21.77.250'),(365168,0,'domadmin123','2022-12-01 23:10:06','178.20.156.80'),(365169,0,'payments','2022-12-01 23:14:51','185.119.81.107'),(365170,0,'administrador','2022-12-01 23:18:53','18.133.60.229'),(365171,0,'viavisual','2022-12-01 23:28:49','154.16.116.41'),(365172,0,'inspektorat','2022-12-01 23:42:42','43.205.53.79'),(365173,0,'learner','2022-12-02 00:06:07','156.67.74.218'),(365174,0,'1234','2022-12-02 00:08:03','139.196.86.165'),(365175,0,'marine','2022-12-02 00:21:50','46.17.172.29'),(365176,0,'intos','2022-12-02 00:23:40','141.136.33.203'),(365177,0,'intos','2022-12-02 00:42:18','103.63.24.139'),(365178,0,'hwz','2022-12-02 00:57:39','139.196.86.165'),(365179,0,'ukdebtconsolidations.co.uk','2022-12-02 01:06:48','5.188.62.21'),(365180,0,'feed','2022-12-02 01:06:49','5.188.62.21'),(365181,0,'admin','2022-12-02 01:52:40','217.21.77.250'),(365182,0,'admin','2022-12-02 01:54:02','93.191.29.99'),(365183,0,'admin','2022-12-02 01:55:28','194.67.64.50'),(365184,0,'admin','2022-12-02 02:06:24','103.146.203.73'),(365185,0,'UK','2022-12-02 02:15:11','5.188.62.76'),(365186,0,'admin','2022-12-02 03:26:40','217.21.74.138'),(365187,0,'admin','2022-12-02 03:27:03','185.69.154.241'),(365188,0,'admin','2022-12-02 03:30:32','151.106.107.80'),(365189,0,'admin','2022-12-02 03:37:47','94.250.250.48'),(365190,0,'admin','2022-12-02 03:48:55','103.74.123.3'),(365191,0,'admin','2022-12-02 04:02:28','154.16.116.41'),(365192,0,'feed','2022-12-02 04:33:00','5.188.62.21'),(365193,0,'ukdebtconsolidations.co.uk','2022-12-02 04:33:00','5.188.62.21'),(365194,0,'admin','2022-12-02 04:46:37','177.54.148.122'),(365195,0,'admin','2022-12-02 04:50:19','103.45.232.46'),(365196,0,'admin','2022-12-02 05:32:42','5.101.156.56'),(365197,0,'admin','2022-12-02 05:48:08','5.101.157.231'),(365198,0,'admin','2022-12-02 05:57:37','194.67.64.50'),(365199,0,'admin','2022-12-02 06:05:25','174.138.177.173'),(365200,0,'payments@ridingtherhino.co.uk','2022-12-02 06:07:11','185.119.81.107'),(365201,0,'admin','2022-12-02 06:12:35','176.112.205.186'),(365202,0,'admin','2022-12-02 06:26:12','8.129.175.219'),(365203,0,'admin','2022-12-02 06:27:27','198.50.239.84'),(365204,0,'admin','2022-12-02 06:59:21','51.144.238.41'),(365205,0,'admin','2022-12-02 07:56:46','136.244.87.85'),(365206,0,'ukdebtconsolidations.co.uk','2022-12-02 07:59:02','5.188.62.21'),(365207,0,'feed','2022-12-02 07:59:04','5.188.62.21'),(365208,0,'admin','2022-12-02 08:03:19','94.242.61.186'),(365209,0,'admin','2022-12-02 08:21:01','65.108.8.91'),(365210,0,'admin','2022-12-02 08:28:42','185.119.81.99'),(365211,0,'admin','2022-12-02 09:09:53','46.101.62.7'),(365212,0,'admin','2022-12-02 09:10:17','103.127.42.219'),(365213,0,'payments','2022-12-02 09:28:25','185.119.81.96'),(365214,0,'admin','2022-12-02 09:37:14','145.14.151.113'),(365215,0,'admin','2022-12-02 09:38:39','151.106.114.229'),(365216,0,'admin','2022-12-02 09:48:59','81.177.142.254'),(365217,0,'you','2022-12-02 09:51:54','185.119.81.103'),(365218,0,'admin','2022-12-02 09:56:08','5.2.84.75'),(365219,0,'admin','2022-12-02 09:58:26','77.37.208.205'),(365220,0,'admin','2022-12-02 10:05:03','185.225.33.99'),(365221,0,'admin','2022-12-02 10:15:02','185.19.184.145'),(365222,0,'admin','2022-12-02 10:51:05','93.104.208.179'),(365223,0,'admin','2022-12-02 10:52:10','34.87.94.148'),(365224,0,'admin','2022-12-02 11:03:11','207.180.240.61'),(365225,0,'admin','2022-12-02 11:03:36','45.155.38.2'),(365226,0,'payments','2022-12-02 11:23:23','185.119.81.107'),(365227,0,'ukdebtconsolidations.co.uk','2022-12-02 11:25:36','5.188.62.21'),(365228,0,'feed','2022-12-02 11:25:38','5.188.62.21'),(365229,0,'admin','2022-12-02 11:35:20','172.96.191.6'),(365230,0,'WP_Developer','2022-12-02 11:39:30','89.108.126.154'),(365231,0,'you','2022-12-02 11:46:01','185.119.81.103'),(365232,0,'admin','2022-12-02 11:57:16','45.155.38.2'),(365233,0,'admin','2022-12-02 12:31:05','203.86.232.158'),(365234,0,'admin','2022-12-02 12:48:18','87.236.20.246'),(365235,0,'admin','2022-12-02 13:05:45','178.254.57.38'),(365236,0,'admin','2022-12-02 13:19:05','185.119.81.96'),(365237,0,'admin','2022-12-02 13:28:28','93.104.208.179'),(365238,0,'payments@ridingtherhino.co.uk','2022-12-02 13:35:52','185.119.81.99'),(365239,0,'nsolidations','2022-12-02 14:00:41','185.119.81.99'),(365240,0,'payments','2022-12-02 14:14:40','185.119.81.99'),(365241,0,'Ukdebtconsolidations.co.uk','2022-12-02 14:50:51','5.188.62.21'),(365242,0,'Feed','2022-12-02 14:50:52','5.188.62.21'),(365243,0,'admin','2022-12-02 15:06:14','178.18.245.51'),(365244,0,'admin','2022-12-02 15:17:31','45.64.156.213'),(365245,0,'admin','2022-12-02 15:33:20','47.115.132.69'),(365246,0,'admin','2022-12-02 15:34:40','35.203.31.62'),(365247,0,'admin','2022-12-02 15:56:10','8.129.175.219'),(365248,0,'payments','2022-12-02 16:04:02','185.119.81.103'),(365249,0,'admin','2022-12-02 16:10:32','207.180.240.61'),(365250,0,'admin','2022-12-02 16:44:41','205.196.221.93'),(365251,0,'admin','2022-12-02 17:40:19','3.122.25.98'),(365252,0,'ukdebtconsolidations.co.uk','2022-12-02 18:16:57','5.188.62.21'),(365253,0,'feed','2022-12-02 18:16:58','5.188.62.21'),(365254,0,'admin','2022-12-02 18:17:09','89.32.46.187'),(365255,0,'admin','2022-12-02 18:22:48','93.191.29.99'),(365256,0,'admin','2022-12-02 18:34:29','182.61.31.139'),(365257,0,'admin','2022-12-02 18:40:33','182.61.31.139'),(365258,0,'payments@ridingtherhino.co.uk','2022-12-02 18:41:32','185.119.81.96'),(365259,0,'admin','2022-12-02 18:59:47','51.178.76.51'),(365260,0,'admin','2022-12-02 19:02:03','137.59.106.177'),(365261,0,'admin','2022-12-02 19:13:30','65.109.49.164'),(365262,0,'payments@ridingtherhino.co.uk','2022-12-02 19:31:06','185.119.81.96'),(365263,0,'admin','2022-12-02 19:31:23','139.196.86.165'),(365264,0,'admin','2022-12-02 19:40:45','5.181.218.153'),(365265,0,'admin','2022-12-02 19:59:04','82.180.138.40'),(365266,0,'payments','2022-12-02 20:29:00','185.119.81.103'),(365267,0,'admin','2022-12-02 20:43:47','135.148.69.239'),(365268,0,'admin','2022-12-02 20:46:39','54.79.166.165'),(365269,0,'admin','2022-12-02 21:09:44','139.180.135.92'),(365270,0,'ukdebtconsolidations.co.uk','2022-12-02 21:42:39','5.188.62.21'),(365271,0,'feed','2022-12-02 21:42:41','5.188.62.21'),(365272,0,'admin','2022-12-02 22:04:41','217.21.84.185'),(365273,0,'admin','2022-12-02 22:08:43','185.166.188.80'),(365274,0,'admin','2022-12-02 22:17:30','45.87.81.13'),(365275,0,'admin','2022-12-02 22:21:22','185.119.81.103'),(365276,0,'admin','2022-12-02 22:29:57','37.59.180.223'),(365277,0,'admin','2022-12-02 22:41:05','156.67.74.188'),(365278,0,'admin','2022-12-02 22:43:44','141.136.39.153'),(365279,0,'admin','2022-12-02 22:54:37','5.181.218.34'),(365280,0,'admin','2022-12-02 23:01:09','46.17.172.72'),(365281,0,'admin','2022-12-02 23:07:41','217.21.91.176'),(365282,0,'ukdebtconsolidations.co.uk','2022-12-02 23:09:43','5.188.62.140'),(365283,0,'feed','2022-12-02 23:09:45','5.188.62.140'),(365284,0,'payments@ridingtherhino.co.uk','2022-12-02 23:46:57','185.119.81.103'),(365285,0,'payments','2022-12-02 23:48:34','185.119.81.103'),(365286,0,'admin','2022-12-03 00:13:14','45.130.228.206'),(365287,0,'payments','2022-12-03 00:31:30','185.119.81.106'),(365288,0,'raven000','2022-12-03 01:02:19','117.50.16.203'),(365289,0,'admin','2022-12-03 01:03:40','185.119.81.106'),(365290,0,'Ukdebtconsolidations.co.uk','2022-12-03 01:08:05','5.188.62.21'),(365291,0,'Feed','2022-12-03 01:08:06','5.188.62.21'),(365292,0,'admin','2022-12-03 01:30:52','31.170.167.61'),(365293,0,'admin','2022-12-03 01:35:24','82.180.172.49'),(365294,0,'payments@ridingtherhino.co.uk','2022-12-03 01:39:44','185.119.81.106'),(365295,0,'before','2022-12-03 01:41:51','185.119.81.106'),(365296,0,'nsolidatio','2022-12-03 01:45:39','185.119.81.96'),(365297,0,'admin','2022-12-03 01:54:18','82.180.128.68'),(365298,0,'admin','2022-12-03 02:11:16','217.21.95.222'),(365299,0,'admin','2022-12-03 02:13:05','109.106.243.182'),(365300,0,'unesco','2022-12-03 02:53:04','100.20.52.255'),(365301,0,'admin','2022-12-03 04:04:08','177.52.160.29'),(365302,0,'admin','2022-12-03 04:13:29','111.90.150.28'),(365303,0,'ukdebtconsolidations-co-uk','2022-12-03 04:21:09','103.171.181.149'),(365304,0,'ukdebtconsolidations-co-uk','2022-12-03 04:28:19','192.185.82.253'),(365305,0,'ukdebtconsolidations-co-uk','2022-12-03 04:34:12','50.87.143.88'),(365306,0,'ukdebtconsolidations.co.uk','2022-12-03 04:34:27','5.188.62.21'),(365307,0,'feed','2022-12-03 04:34:29','5.188.62.21'),(365308,0,'ukdebtconsolidations-co-uk','2022-12-03 04:38:26','103.121.90.150'),(365309,0,'payments','2022-12-03 04:38:46','185.119.81.96'),(365310,0,'ukdebtconsolidations-co-uk','2022-12-03 04:43:28','178.62.110.145'),(365311,0,'ukdebtconsolidations-co-uk','2022-12-03 04:49:01','192.185.4.12'),(365312,0,'ukdebtconsolidations-co-uk','2022-12-03 04:52:22','103.121.90.150'),(365313,0,'before','2022-12-03 04:54:17','185.119.81.106'),(365314,0,'ukdebtconsolidations-co-uk','2022-12-03 04:56:39','178.254.10.204'),(365315,0,'ukdebtconsolidations-co-uk','2022-12-03 05:01:18','192.185.176.116'),(365316,0,'ukdebtconsolidations-co-uk','2022-12-03 05:05:01','157.245.140.35'),(365317,0,'ukdebtconsolidations-co-uk','2022-12-03 05:09:30','109.234.164.211'),(365318,0,'ukdebtconsolidations-co-uk','2022-12-03 05:13:33','148.72.244.53'),(365319,0,'ukdebtconsolidations-co-uk','2022-12-03 05:19:08','162.241.252.17'),(365320,0,'ukdebtconsolidations-co-uk','2022-12-03 05:23:37','85.215.100.70'),(365321,0,'ukdebtconsolidations-co-uk','2022-12-03 05:28:07','185.231.115.174'),(365322,0,'ukdebtconsolidations-co-uk','2022-12-03 05:33:06','103.50.162.66'),(365323,0,'ukdebtconsolidations-co-uk','2022-12-03 05:37:05','188.240.191.164'),(365324,0,'ukdebtconsolidations-co-uk','2022-12-03 05:41:40','50.87.234.5'),(365325,0,'ukdebtconsolidations-co-uk','2022-12-03 05:45:40','194.163.132.194'),(365326,0,'ukdebtconsolidations-co-uk','2022-12-03 05:49:14','103.98.160.165'),(365327,0,'ukdebtconsolidations-co-uk','2022-12-03 05:53:02','52.37.172.240'),(365328,0,'Axel','2022-12-03 05:55:45','217.21.87.172'),(365329,0,'ukdebtconsolidations-co-uk','2022-12-03 05:56:49','208.109.11.58'),(365330,0,'ukdebtconsolidations-co-uk','2022-12-03 06:01:12','162.241.194.163'),(365331,0,'ukdebtconsolidations-co-uk','2022-12-03 06:04:53','119.18.54.167'),(365332,0,'demo','2022-12-03 06:07:24','217.21.84.200'),(365333,0,'ukdebtconsolidations-co-uk','2022-12-03 06:08:02','103.130.219.2'),(365334,0,'ukdebtconsolidations-co-uk','2022-12-03 06:12:10','128.0.64.157'),(365335,0,'ukdebtconsolidations-co-uk','2022-12-03 06:16:15','199.168.185.232'),(365336,0,'ukdebtconsolidations-co-uk','2022-12-03 06:20:29','93.113.111.193'),(365337,0,'ukdebtconsolidations-co-uk','2022-12-03 06:24:37','213.149.103.132'),(365338,0,'ukdebtconsolidations-co-uk','2022-12-03 06:28:49','23.88.113.206'),(365339,0,'ukdebtconsolidations-co-uk','2022-12-03 06:32:54','159.65.133.255'),(365340,0,'payments','2022-12-03 06:35:59','185.119.81.106'),(365341,0,'ukdebtconsolidations-co-uk','2022-12-03 06:37:29','139.59.26.124'),(365342,0,'ukdebtconsolidations-co-uk','2022-12-03 06:41:58','109.234.164.178'),(365343,0,'ukdebtconsolidations-co-uk','2022-12-03 06:46:29','31.172.80.137'),(365344,0,'ukdebtconsolidations-co-uk','2022-12-03 06:50:28','162.240.221.29'),(365345,0,'9admin','2022-12-03 06:52:34','34.87.94.148'),(365346,0,'ukdebtconsolidations-co-uk','2022-12-03 06:55:08','87.248.153.52'),(365347,0,'ukdebtconsolidations-co-uk','2022-12-03 06:59:32','162.240.215.177'),(365348,0,'ukdebtconsolidations-co-uk','2022-12-03 07:04:19','185.221.181.41'),(365349,0,'ukdebtconsolidations-co-uk','2022-12-03 07:09:04','206.108.48.146'),(365350,0,'ukdebtconsolidations-co-uk','2022-12-03 07:13:50','162.241.174.216'),(365351,0,'ukdebtconsolidations-co-uk','2022-12-03 07:18:34','161.35.68.167'),(365352,0,'ukdebtconsolidations-co-uk','2022-12-03 07:23:34','162.214.121.72'),(365353,0,'ukdebtconsolidations-co-uk','2022-12-03 07:28:42','111.90.150.28'),(365354,0,'ukdebtconsolidations-co-uk','2022-12-03 07:33:53','150.95.112.79'),(365355,0,'ukdebtconsolidations-co-uk','2022-12-03 07:39:22','162.144.232.191'),(365356,0,'ukdebtconsolidations-co-uk','2022-12-03 07:44:25','177.55.124.62'),(365357,0,'ukdebtconsolidations-co-uk','2022-12-03 07:49:58','148.72.40.90'),(365358,0,'ukdebtconsolidations-co-uk','2022-12-03 07:55:14','194.233.69.10'),(365359,0,'ukdebtconsolidations.co.uk','2022-12-03 08:00:46','5.188.62.21'),(365360,0,'feed','2022-12-03 08:00:47','5.188.62.21'),(365361,0,'ukdebtconsolidations-co-uk','2022-12-03 08:00:52','104.236.45.171'),(365362,0,'ukdebtconsolidations-co-uk','2022-12-03 08:06:38','139.59.66.182'),(365363,0,'ukdebtconsolidations-co-uk','2022-12-03 08:12:09','209.59.156.65'),(365364,0,'ukdebtconsolidations-co-uk','2022-12-03 08:18:01','144.91.77.202'),(365365,0,'ukdebtconsolidations-co-uk','2022-12-03 08:23:13','128.199.68.99'),(365366,0,'ukdebtconsolidations-co-uk','2022-12-03 08:28:59','120.76.135.15'),(365367,0,'ukdebtconsolidations-co-uk','2022-12-03 08:34:31','43.129.212.158'),(365368,0,'ukdebtconsolidations-co-uk','2022-12-03 08:40:31','190.92.159.48'),(365369,0,'ukdebtconsolidations-co-uk','2022-12-03 08:46:03','190.107.177.243'),(365370,0,'ukdebtconsolidations-co-uk','2022-12-03 08:51:57','210.211.125.204'),(365371,0,'admin','2022-12-03 08:59:55','185.183.122.143'),(365372,0,'admin','2022-12-03 09:05:54','5.175.42.10'),(365373,0,'ukdebtconsolidations-co-uk','2022-12-03 09:12:25','64.227.5.178'),(365374,0,'ukdebtconsolidations-co-uk','2022-12-03 09:18:14','177.222.54.214'),(365375,0,'testuser','2022-12-03 09:22:36','3.122.25.98'),(365376,0,'wp-admin','2022-12-03 09:23:22','95.59.26.9'),(365377,0,'ukdebtconsolidations-co-uk','2022-12-03 09:24:46','54.38.44.6'),(365378,0,'ukdebtconsolidations-co-uk','2022-12-03 09:30:53','162.214.226.113'),(365379,0,'ukdebtconsolidations-co-uk','2022-12-03 09:37:26','138.201.97.39'),(365380,0,'ukdebtconsolidations-co-uk','2022-12-03 09:43:42','83.150.215.90'),(365381,0,'abc123','2022-12-03 09:45:10','40.81.141.99'),(365382,0,'ukdebtconsolidations-co-uk','2022-12-03 09:49:44','103.171.180.165'),(365383,0,'ukdebtconsolidations-co-uk','2022-12-03 09:56:20','197.242.146.103'),(365384,0,'test1234','2022-12-03 09:57:09','119.8.229.155'),(365385,0,'ukdebtconsolidations-co-uk','2022-12-03 10:02:25','171.244.16.103'),(365386,0,'ukdebtconsolidations-co-uk','2022-12-03 10:08:51','192.249.113.201'),(365387,0,'you','2022-12-03 10:10:18','185.119.81.103'),(365388,0,'ukdebtconsolidations-co-uk','2022-12-03 10:15:23','69.174.52.230'),(365389,0,'ukdebtconsolidations-co-uk','2022-12-03 10:21:43','103.234.209.66'),(365390,0,'ukdebtconsolidations-co-uk','2022-12-03 10:28:26','69.174.52.230'),(365391,0,'antawn','2022-12-03 10:32:38','212.224.88.227'),(365392,0,'ukdebtconsolidations-co-uk','2022-12-03 10:35:22','144.91.77.202'),(365393,0,'ukdebtconsolidations-co-uk','2022-12-03 10:41:44','109.234.164.172'),(365394,0,'ukdebtconsolidations-co-uk','2022-12-03 10:48:02','139.224.248.212'),(365395,0,'administrador','2022-12-03 10:50:48','217.21.76.176'),(365396,0,'ukdebtconsolidations-co-uk','2022-12-03 10:55:13','209.124.90.80'),(365397,0,'ukdebtconsolidations-co-uk','2022-12-03 11:01:32','178.128.209.28'),(365398,0,'admin919','2022-12-03 11:01:33','176.99.9.19'),(365399,0,'ukdebtconsolidations-co-uk','2022-12-03 11:08:21','177.11.53.160'),(365400,0,'justin','2022-12-03 11:08:47','13.244.139.158'),(365401,0,'test123','2022-12-03 11:13:21','164.90.170.66'),(365402,0,'ukdebtconsolidations-co-uk','2022-12-03 11:15:26','139.59.66.182'),(365403,0,'feed','2022-12-03 11:18:40','5.188.62.26'),(365404,0,'ukdebtconsolidations.co.uk','2022-12-03 11:18:40','5.188.62.26'),(365405,0,'ukdebtconsolidations-co-uk','2022-12-03 11:21:51','178.124.210.118'),(365406,0,'ukdebtconsolidations.co.uk','2022-12-03 11:26:32','5.188.62.21'),(365407,0,'feed','2022-12-03 11:26:34','5.188.62.21'),(365408,0,'ukdebtconsolidations-co-uk','2022-12-03 11:28:56','38.242.152.15'),(365409,0,'ukdebtconsolidations-co-uk','2022-12-03 11:35:30','185.61.152.50'),(365410,0,'ukdebtconsolidations-co-uk','2022-12-03 11:42:46','185.49.20.77'),(365411,0,'administrador','2022-12-03 11:47:19','185.233.116.44'),(365412,0,'ukdebtconsolidations-co-uk','2022-12-03 11:49:23','162.240.215.177'),(365413,0,'ukdebtconsolidations-co-uk','2022-12-03 11:56:22','103.154.185.167'),(365414,0,'ukdebtconsolidations-co-uk','2022-12-03 12:03:31','103.90.232.106'),(365415,0,'ukdebtconsolidations-co-uk','2022-12-03 12:10:42','208.109.39.235'),(365416,0,'ukdebtconsolidations-co-uk','2022-12-03 12:18:15','103.98.160.165'),(365417,0,'ukdebtconsolidations-co-uk','2022-12-03 12:25:38','31.172.80.137'),(365418,0,'ukdebtconsolidations-co-uk','2022-12-03 12:32:31','47.241.15.39'),(365419,0,'admin','2022-12-03 12:33:18','185.119.81.96'),(365420,0,'ukdebtconsolidations-co-uk','2022-12-03 12:40:21','64.227.5.178'),(365421,0,'ukdebtconsolidations-co-uk','2022-12-03 12:47:26','103.56.160.61'),(365422,0,'ukdebtconsolidations-co-uk','2022-12-03 12:54:53','66.29.134.244'),(365423,0,'ukdebtconsolidations-co-uk','2022-12-03 13:02:23','177.11.53.160'),(365424,0,'jason','2022-12-03 13:06:05','47.88.22.184'),(365425,0,'ukdebtconsolidations-co-uk','2022-12-03 13:10:06','192.145.236.202'),(365426,0,'ukdebtconsolidations-co-uk','2022-12-03 13:17:13','134.209.105.240'),(365427,0,'ukdebtconsolidations-co-uk','2022-12-03 13:24:54','184.171.244.231'),(365428,0,'ukdebtconsolidations-co-uk','2022-12-03 13:32:21','35.225.94.95'),(365429,0,'ukdebtconsolidations-co-uk','2022-12-03 13:39:42','42.200.109.156'),(365430,0,'amperio','2022-12-03 13:41:36','65.109.49.164'),(365431,0,'ukdebtconsolidations-co-uk','2022-12-03 13:47:18','184.168.121.5'),(365432,0,'ukdebtconsolidations-co-uk','2022-12-03 13:55:43','109.234.162.39'),(365433,0,'wadminw','2022-12-03 14:05:34','88.135.37.49'),(365434,0,'feed','2022-12-03 14:20:09','14.225.255.250'),(365435,0,'wwwadmin','2022-12-03 14:20:19','198.136.54.132'),(365436,0,'admin','2022-12-03 14:31:14','188.240.191.164'),(365437,0,'wadminw','2022-12-03 14:38:13','92.63.193.12'),(365438,0,'wwwadmin','2022-12-03 14:45:53','139.59.117.30'),(365439,0,'ukdebtconsolidations.co.uk','2022-12-03 14:55:04','5.188.62.21'),(365440,0,'feed','2022-12-03 14:55:06','5.188.62.21'),(365441,0,'marine','2022-12-03 15:04:56','34.142.140.138'),(365442,0,'feed','2022-12-03 15:24:47','171.244.0.91'),(365443,0,'MUWY','2022-12-03 15:37:50','150.158.186.188'),(365444,0,'adminnew','2022-12-03 16:01:18','95.217.198.36'),(365445,0,'marine','2022-12-03 16:06:50','93.104.208.179'),(365446,0,'ukdebtconsolidations-co-uk','2022-12-03 16:14:50','95.97.6.138'),(365447,0,'feed','2022-12-03 16:26:03','151.106.38.6'),(365448,0,'garak','2022-12-03 16:43:08','92.204.134.137'),(365449,0,'amperio','2022-12-03 17:00:40','207.244.249.44'),(365450,0,'ukdebtconsolidations-co-uk','2022-12-03 17:10:28','69.163.186.158'),(365451,0,'marine','2022-12-03 17:11:22','178.254.57.38'),(365452,0,'payments@ridingtherhino.co.uk','2022-12-03 17:27:08','185.119.81.96'),(365453,0,'safet','2022-12-03 17:28:16','34.233.62.35'),(365454,0,'justin','2022-12-03 17:33:55','185.69.154.241'),(365455,0,'ukdebtconsolidations-co-uk','2022-12-03 18:05:08','95.217.177.5'),(365456,0,'feed','2022-12-03 18:15:53','104.248.35.154'),(365457,0,'ukdebtconsolidations.co.uk','2022-12-03 18:22:34','5.188.62.21'),(365458,0,'feed','2022-12-03 18:22:36','5.188.62.21'),(365459,0,'proog','2022-12-03 18:48:17','77.37.208.205'),(365460,0,'vernon','2022-12-03 18:52:00','91.134.248.192'),(365461,0,'ukdebtconsolidations-co-uk','2022-12-03 18:57:29','164.132.170.4'),(365462,0,'feed','2022-12-03 19:06:55','188.212.34.69'),(365463,0,'administrador','2022-12-03 19:20:04','85.92.70.2'),(365464,0,'admin','2022-12-03 19:26:11','92.205.22.243'),(365465,0,'payments@ridingtherhino.co.uk','2022-12-03 19:31:10','185.119.81.106'),(365466,0,'admin','2022-12-03 19:31:29','143.244.173.241'),(365467,0,'ukdebtconsolidations-co-uk','2022-12-03 19:36:33','208.109.11.58'),(365468,0,'ukdebtconsolidations-co-uk','2022-12-03 19:42:20','101.99.95.162'),(365469,0,'ukdebtconsolidations-co-uk','2022-12-03 19:42:23','128.199.131.42'),(365470,0,'feed','2022-12-03 19:46:53','47.111.116.44'),(365471,0,'ukdebtconsolidations-co-uk','2022-12-03 19:47:31','200.178.119.142'),(365472,0,'ukdebtconsolidations-co-uk','2022-12-03 19:53:28','103.26.99.148'),(365473,0,'ukdebtconsolidations-co-uk','2022-12-03 19:59:03','185.49.20.78'),(365474,0,'ukdebtconsolidations-co-uk','2022-12-03 20:04:47','95.167.178.158'),(365475,0,'rootuser','2022-12-03 20:08:44','185.8.173.223'),(365476,0,'ukdebtconsolidations-co-uk','2022-12-03 20:10:42','133.167.92.28'),(365477,0,'feed','2022-12-03 20:10:55','61.219.43.253'),(365478,0,'picabo','2022-12-03 20:13:11','5.180.60.125'),(365479,0,'ukdebtconsolidations-co-uk','2022-12-03 20:17:08','103.171.180.139'),(365480,0,'packlmh','2022-12-03 20:22:15','217.21.74.43'),(365481,0,'ukdebtconsolidations-co-uk','2022-12-03 20:22:49','161.97.88.147'),(365482,0,'ukdebtconsolidations-co-uk','2022-12-03 20:29:10','208.109.34.70'),(365483,0,'ukdebtconsolidations-co-uk','2022-12-03 20:30:48','72.167.34.14'),(365484,0,'abc123','2022-12-03 20:31:17','185.214.124.73'),(365485,0,'feed','2022-12-03 20:35:34','142.93.201.0'),(365486,0,'ukdebtconsolidations-co-uk','2022-12-03 20:35:35','103.171.180.139'),(365487,0,'phlox','2022-12-03 20:35:58','159.69.150.74'),(365488,0,'ukdebtconsolidations-co-uk','2022-12-03 20:41:54','139.59.20.111'),(365489,0,'ukdebtconsolidations-co-uk','2022-12-03 20:48:08','185.49.20.78'),(365490,0,'demo1','2022-12-03 20:48:30','212.107.17.171'),(365491,0,'ukdebtconsolidations-co-uk','2022-12-03 20:54:40','64.227.160.199'),(365492,0,'ukdebtconsolidations-co-uk','2022-12-03 20:55:49','157.245.207.53'),(365493,0,'feed','2022-12-03 21:00:50','54.37.156.240'),(365494,0,'ukdebtconsolidations-co-uk','2022-12-03 21:01:03','185.49.20.78'),(365495,0,'UK','2022-12-03 21:04:24','5.188.62.76'),(365496,0,'ukdebtconsolidations-co-uk','2022-12-03 21:07:38','143.244.173.241'),(365497,0,'ukdebtconsolidations-co-uk','2022-12-03 21:14:10','162.240.221.29'),(365498,0,'ukdebtconsolidations-co-uk','2022-12-03 21:20:46','188.166.225.235'),(365499,0,'ukdebtconsolidations-co-uk','2022-12-03 21:20:57','109.234.164.218'),(365500,0,'feed','2022-12-03 21:25:19','54.37.235.96'),(365501,0,'gnhub','2022-12-03 21:25:56','172.106.0.110'),(365502,0,'ukdebtconsolidations-co-uk','2022-12-03 21:27:15','35.219.66.183'),(365503,0,'learner','2022-12-03 21:33:11','103.74.116.69'),(365504,0,'ukdebtconsolidations-co-uk','2022-12-03 21:34:07','163.44.192.252'),(365505,0,'ukdebtconsolidations-co-uk','2022-12-03 21:41:16','185.49.20.78'),(365506,0,'ukdebtconsolidations-co-uk','2022-12-03 21:44:08','139.59.82.122'),(365507,0,'jason','2022-12-03 21:44:08','212.224.88.227'),(365508,0,'ukdebtconsolidations-co-uk','2022-12-03 21:48:03','175.178.160.253'),(365509,0,'feed','2022-12-03 21:48:37','202.21.38.119'),(365510,0,'Ukdebtconsolidations.co.uk','2022-12-03 21:49:28','5.188.62.21'),(365511,0,'Feed','2022-12-03 21:49:30','5.188.62.21'),(365512,0,'zhihua','2022-12-03 21:51:15','54.79.166.165'),(365513,0,'ukdebtconsolidations-co-uk','2022-12-03 21:55:13','104.248.143.239'),(365514,0,'ebtconsol','2022-12-03 22:01:37','185.119.81.101'),(365515,0,'ukdebtconsolidations-co-uk','2022-12-03 22:02:36','167.86.109.138'),(365516,0,'ukdebtconsolidations-co-uk','2022-12-03 22:07:35','164.46.122.50'),(365517,0,'ukdebtconsolidations-co-uk','2022-12-03 22:09:32','195.38.166.154'),(365518,0,'feed','2022-12-03 22:12:17','106.15.38.206'),(365519,0,'ukdebtconsolidations-co-uk','2022-12-03 22:16:39','162.0.208.95'),(365520,0,'debbiecurry','2022-12-03 22:17:07','46.101.62.7'),(365521,0,'ukdebtconsolidations-co-uk','2022-12-03 22:23:52','39.106.15.209'),(365522,0,'ukdebtconsolidations-co-uk','2022-12-03 22:31:12','54.37.81.190'),(365523,0,'ukdebtconsolidations-co-uk','2022-12-03 22:31:12','159.89.109.117'),(365524,0,'ukdebtconsolidations-co-uk','2022-12-03 22:38:19','184.95.43.187'),(365525,0,'ukdebtconsolidations-co-uk','2022-12-03 22:45:18','125.227.127.195'),(365526,0,'justin','2022-12-03 22:47:37','147.182.132.38'),(365527,0,'ukdebtconsolidations-co-uk','2022-12-03 22:52:48','206.189.163.232'),(365528,0,'ukdebtconsolidations-co-uk','2022-12-03 22:54:22','128.199.131.42'),(365529,0,'test1234','2022-12-03 22:55:56','212.224.88.227'),(365530,0,'feed','2022-12-03 22:58:51','180.250.28.35'),(365531,0,'ukdebtconsolidations-co-uk','2022-12-03 23:07:52','67.222.131.158'),(365532,0,'ukdebtconsolidations-co-uk','2022-12-03 23:15:16','103.92.27.198'),(365533,0,'ukdebtconsolidations-co-uk','2022-12-03 23:18:14','14.225.255.250'),(365534,0,'feed','2022-12-03 23:22:52','5.189.149.47'),(365535,0,'ukdebtconsolidations-co-uk','2022-12-03 23:22:59','47.106.201.134'),(365536,0,'ukdebtconsolidations-co-uk','2022-12-03 23:30:55','162.240.76.243'),(365537,0,'administrador','2022-12-03 23:39:25','34.142.140.138'),(365538,0,'ukdebtconsolidations-co-uk','2022-12-03 23:41:51','13.79.17.158'),(365539,0,'ukdebtconsolidations-co-uk','2022-12-03 23:46:29','151.106.35.235'),(365540,0,'feed','2022-12-03 23:46:30','202.29.236.140'),(365541,0,'payments@ridingtherhino.co.uk','2022-12-03 23:47:35','185.119.81.106'),(365542,0,'1234','2022-12-03 23:53:33','172.96.191.6'),(365543,0,'ukdebtconsolidations-co-uk','2022-12-03 23:54:18','151.80.20.26'),(365544,0,'ukdebtconsolidations-co-uk','2022-12-04 00:01:57','35.233.164.145'),(365545,0,'staff','2022-12-04 00:02:25','103.74.116.69'),(365546,0,'ukdebtconsolidations-co-uk','2022-12-04 00:05:40','75.119.135.205'),(365547,0,'payments','2022-12-04 00:06:46','185.119.81.103'),(365548,0,'ukdebtconsolidations-co-uk','2022-12-04 00:09:54','81.88.52.134'),(365549,0,'feed','2022-12-04 00:10:24','106.15.38.206'),(365550,0,'justin','2022-12-04 00:14:40','119.8.229.155'),(365551,0,'viewer','2022-12-04 00:15:16','162.19.29.121'),(365552,0,'ukdebtconsolidations-co-uk','2022-12-04 00:17:44','83.171.248.62'),(365553,0,'ukdebtconsolidations-co-uk','2022-12-04 00:25:27','47.241.15.39'),(365554,0,'ukdebtconsolidations-co-uk','2022-12-04 00:30:04','188.166.236.35'),(365555,0,'ukdebtconsolidations-co-uk','2022-12-04 00:33:35','39.106.15.209'),(365556,0,'feed','2022-12-04 00:34:46','145.239.30.120'),(365557,0,'ukdebtconsolidations-co-uk','2022-12-04 00:41:15','194.233.69.10'),(365558,0,'ukdebtconsolidations-co-uk','2022-12-04 00:49:20','103.35.64.73'),(365559,0,'ukdebtconsolidations-co-uk','2022-12-04 00:54:56','107.180.106.9'),(365560,0,'ukdebtconsolidations-co-uk','2022-12-04 00:57:28','162.241.174.216'),(365561,0,'guest','2022-12-04 00:59:22','13.244.139.158'),(365562,0,'feed','2022-12-04 00:59:35','142.93.201.0'),(365563,0,'ukdebtconsolidations-co-uk','2022-12-04 01:05:28','5.175.42.10'),(365564,0,'ukdebtconsolidations-co-uk','2022-12-04 01:13:27','143.244.173.241'),(365565,0,'ukdebtconsolidations-co-uk','2022-12-04 01:19:58','120.25.104.120'),(365566,0,'ukdebtconsolidations-co-uk','2022-12-04 01:21:11','128.199.178.73'),(365567,0,'feed','2022-12-04 01:24:35','202.29.236.140'),(365568,0,'payments','2022-12-04 01:26:19','185.119.81.101'),(365569,0,'ukdebtconsolidations-co-uk','2022-12-04 01:29:20','165.227.93.224'),(365570,0,'aadmin','2022-12-04 01:30:35','91.206.200.62'),(365571,0,'zhihua','2022-12-04 01:33:56','177.54.148.122'),(365572,0,'admin','2022-12-04 01:34:01','185.119.81.96'),(365573,0,'ukdebtconsolidations-co-uk','2022-12-04 01:37:26','5.254.62.54'),(365574,0,'ukdebtconsolidations-co-uk','2022-12-04 01:44:06','139.59.96.126'),(365575,0,'ukdebtconsolidations-co-uk','2022-12-04 01:45:24','128.199.178.73'),(365576,0,'feed','2022-12-04 01:48:48','188.212.34.69'),(365577,0,'ukdebtconsolidations-co-uk','2022-12-04 01:54:00','39.101.205.176'),(365578,0,'radmin','2022-12-04 01:55:23','178.20.156.80'),(365579,0,'ukdebtconsolidations-co-uk','2022-12-04 02:02:10','154.0.164.115'),(365580,0,'ukdebtconsolidations-co-uk','2022-12-04 02:08:41','146.148.44.185'),(365581,0,'ukdebtconsolidations-co-uk','2022-12-04 02:10:26','103.26.99.148'),(365582,0,'feed','2022-12-04 02:13:36','206.189.129.168'),(365583,0,'intos','2022-12-04 02:16:43','5.101.157.149'),(365584,0,'ukdebtconsolidations-co-uk','2022-12-04 02:18:33','177.52.160.32'),(365585,0,'ukdebtconsolidations-co-uk','2022-12-04 02:28:12','83.171.248.62'),(365586,0,'ukdebtconsolidations-co-uk','2022-12-04 02:33:33','198.244.167.101'),(365587,0,'ukdebtconsolidations-co-uk','2022-12-04 02:35:19','212.83.145.7'),(365588,0,'5ks2o4zi','2022-12-04 02:35:48','45.148.121.253'),(365589,0,'feed','2022-12-04 02:38:19','159.89.228.214'),(365590,0,'5ks2o4zi','2022-12-04 02:53:32','164.90.170.66'),(365591,0,'admin','2022-12-04 02:56:20','192.115.100.180'),(365592,0,'ukdebtconsolidations-co-uk','2022-12-04 02:57:33','141.94.247.170'),(365593,0,'feed','2022-12-04 03:02:41','159.65.200.228'),(365594,0,'admin','2022-12-04 03:04:41','103.90.235.70'),(365595,0,'guest','2022-12-04 03:05:11','13.234.57.198'),(365596,0,'ukdebtconsolidations-co-uk','2022-12-04 03:13:30','139.59.117.30'),(365597,0,'itsme','2022-12-04 03:13:31','118.126.65.75'),(365598,0,'ukdebtconsolidations-co-uk','2022-12-04 03:22:30','109.234.164.218'),(365599,0,'ukdebtconsolidations-co-uk','2022-12-04 03:23:13','159.89.228.214'),(365600,0,'feed','2022-12-04 03:28:16','202.29.236.140'),(365601,0,'ukdebtconsolidations-co-uk','2022-12-04 03:29:59','162.214.121.72'),(365602,0,'1234567890','2022-12-04 03:35:56','54.36.82.134'),(365603,0,'ukdebtconsolidations-co-uk','2022-12-04 03:38:43','31.172.80.137'),(365604,0,'ukdebtconsolidations-co-uk','2022-12-04 03:47:09','51.159.105.232'),(365605,0,'ukdebtconsolidations-co-uk','2022-12-04 03:47:57','198.244.167.101'),(365606,0,'feed','2022-12-04 03:52:58','45.55.79.147'),(365607,0,'news-desk','2022-12-04 03:55:27','172.106.0.111'),(365608,0,'shan','2022-12-04 03:55:49','52.165.17.200'),(365609,0,'ukdebtconsolidations-co-uk','2022-12-04 03:56:01','130.61.143.194'),(365610,0,'ukdebtconsolidations-co-uk','2022-12-04 04:04:16','198.136.54.132'),(365611,0,'ukdebtconsolidations-co-uk','2022-12-04 04:13:00','46.4.81.74'),(365612,0,'ukdebtconsolidations-co-uk','2022-12-04 04:14:28','202.29.236.140'),(365613,0,'payments','2022-12-04 04:14:45','185.119.81.96'),(365614,0,'viavisual','2022-12-04 04:16:22','52.165.17.200'),(365615,0,'feed','2022-12-04 04:19:45','46.101.150.34'),(365616,0,'ukdebtconsolidations-co-uk','2022-12-04 04:21:04','103.90.232.106'),(365617,0,'payments','2022-12-04 04:25:50','185.119.81.101'),(365618,0,'jagoda','2022-12-04 04:25:58','172.106.0.111'),(365619,0,'ukdebtconsolidations-co-uk','2022-12-04 04:30:14','144.91.77.202'),(365620,0,'picabo','2022-12-04 04:37:38','208.113.151.108'),(365621,0,'ukdebtconsolidations-co-uk','2022-12-04 04:38:51','212.192.24.22'),(365622,0,'ukdebtconsolidations-co-uk','2022-12-04 04:41:16','110.42.210.9'),(365623,0,'guest','2022-12-04 04:46:24','205.196.221.93'),(365624,0,'feed','2022-12-04 04:46:36','91.197.199.240'),(365625,0,'ukdebtconsolidations-co-uk','2022-12-04 04:47:36','163.44.192.252'),(365626,0,'ukdebtconsolidations-co-uk','2022-12-04 04:55:51','195.225.76.130'),(365627,0,'payments','2022-12-04 05:02:21','185.119.81.103'),(365628,0,'payments','2022-12-04 05:02:59','185.119.81.101'),(365629,0,'ukdebtconsolidations-co-uk','2022-12-04 05:04:57','54.38.44.6'),(365630,0,'ukdebtconsolidations-co-uk','2022-12-04 05:09:30','47.114.72.18'),(365631,0,'ukdebtconsolidations-co-uk','2022-12-04 05:13:33','83.171.248.62'),(365632,0,'feed','2022-12-04 05:15:22','171.244.0.91'),(365633,0,'ukdebtconsolidations-co-uk','2022-12-04 05:22:19','151.236.33.120'),(365634,0,'ukdebtconsolidations-co-uk','2022-12-04 05:30:49','42.200.109.156'),(365635,0,'ukdebtconsolidations-co-uk','2022-12-04 05:38:27','118.24.106.172'),(365636,0,'ukdebtconsolidations-co-uk','2022-12-04 05:39:58','139.99.170.151'),(365637,0,'feed','2022-12-04 05:43:59','201.76.164.146'),(365638,0,'ukdebtconsolidations-co-uk','2022-12-04 05:49:08','190.92.159.48'),(365639,0,'ukdebtconsolidations-co-uk','2022-12-04 05:57:48','200.178.119.142'),(365640,0,'ukdebtconsolidations-co-uk','2022-12-04 06:06:40','194.195.121.233'),(365641,0,'ukdebtconsolidations-co-uk','2022-12-04 06:07:08','208.109.34.70'),(365642,0,'feed','2022-12-04 06:12:05','45.55.79.147'),(365643,0,'payments','2022-12-04 06:15:24','185.119.81.96'),(365644,0,'ukdebtconsolidations-co-uk','2022-12-04 06:16:10','43.225.53.24'),(365645,0,'ukdebtconsolidations-co-uk','2022-12-04 06:25:12','139.59.66.182'),(365646,0,'ukdebtconsolidations-co-uk','2022-12-04 06:33:43','139.59.117.30'),(365647,0,'ukdebtconsolidations-co-uk','2022-12-04 06:34:26','139.59.96.126'),(365648,0,'admin','2022-12-04 06:37:35','185.119.81.101'),(365649,0,'feed','2022-12-04 06:39:32','34.78.198.205'),(365650,0,'ukdebtconsolidations-co-uk','2022-12-04 06:43:10','119.18.52.177'),(365651,0,'ukdebtconsolidations-co-uk','2022-12-04 06:51:54','124.158.12.83'),(365652,0,'jagoda','2022-12-04 06:53:40','89.32.46.187'),(365653,0,'abc123','2022-12-04 07:00:59','208.113.151.108'),(365654,0,'ukdebtconsolidations-co-uk','2022-12-04 07:01:27','87.248.153.52'),(365655,0,'ukdebtconsolidations-co-uk','2022-12-04 07:01:32','145.239.30.120'),(365656,0,'feed','2022-12-04 07:06:44','161.35.52.207'),(365657,0,'ukdebtconsolidations-co-uk','2022-12-04 07:10:31','162.241.120.248'),(365658,0,'ukdebtconsolidations-co-uk','2022-12-04 07:19:17','35.201.224.83'),(365659,0,'ukdebtconsolidations-co-uk','2022-12-04 07:28:42','185.183.122.143'),(365660,0,'feed','2022-12-04 07:33:45','35.187.58.136'),(365661,0,'ukdebtconsolidations-co-uk','2022-12-04 07:37:38','103.154.185.167'),(365662,0,'ukdebtconsolidations-co-uk','2022-12-04 07:47:11','192.155.81.224'),(365663,0,'ukdebtconsolidations-co-uk','2022-12-04 07:54:52','162.214.80.52'),(365664,0,'ukdebtconsolidations-co-uk','2022-12-04 07:55:23','159.89.109.117'),(365665,0,'feed','2022-12-04 08:00:19','14.225.255.250'),(365666,0,'ukdebtconsolidations-co-uk','2022-12-04 08:01:15','185.231.115.174'),(365667,0,'payments@ridingtherhino.co.uk','2022-12-04 08:03:30','185.119.81.101'),(365668,0,'ukdebtconsolidations-co-uk','2022-12-04 08:06:04','103.179.56.32'),(365669,0,'ukdebtconsolidations-co-uk','2022-12-04 08:11:40','119.18.52.177'),(365670,0,'admin','2022-12-04 08:12:31','185.119.81.103'),(365671,0,'ukdebtconsolidations-co-uk','2022-12-04 08:16:42','167.99.54.31'),(365672,0,'ukdebtconsolidations-co-uk','2022-12-04 08:21:21','128.199.68.99'),(365673,0,'ukdebtconsolidations-co-uk','2022-12-04 08:21:45','157.230.15.115'),(365674,0,'ukdebtconsolidations-co-uk','2022-12-04 08:26:04','178.128.82.148'),(365675,0,'feed','2022-12-04 08:26:50','92.204.138.28'),(365676,0,'ukdebtconsolidations-co-uk','2022-12-04 08:30:41','192.249.113.201'),(365677,0,'ukdebtconsolidations-co-uk','2022-12-04 08:35:15','192.254.250.174'),(365678,0,'nsolidatio','2022-12-04 08:37:26','185.119.81.96'),(365679,0,'ukdebtconsolidations-co-uk','2022-12-04 08:39:07','162.241.194.184'),(365680,0,'tidarat','2022-12-04 08:41:53','103.74.116.69'),(365681,0,'ukdebtconsolidations-co-uk','2022-12-04 08:42:56','45.79.134.70'),(365682,0,'ukdebtconsolidations-co-uk','2022-12-04 08:46:54','216.172.161.35'),(365683,0,'admin','2022-12-04 08:47:30','185.119.81.103'),(365684,0,'ukdebtconsolidations-co-uk','2022-12-04 08:48:13','209.97.162.248'),(365685,0,'ukdebtconsolidations-co-uk','2022-12-04 08:50:15','128.199.109.135'),(365686,0,'feed','2022-12-04 08:53:23','84.205.178.135'),(365687,0,'ukdebtconsolidations-co-uk','2022-12-04 08:54:09','46.101.103.136'),(365688,0,'ukdebtconsolidations-co-uk','2022-12-04 08:58:06','192.185.4.161'),(365689,0,'ukdebtconsolidations-co-uk','2022-12-04 09:00:38','8.218.143.243'),(365690,0,'ukdebtconsolidations-co-uk','2022-12-04 09:05:14','192.115.100.180'),(365691,0,'ukdebtconsolidations-co-uk','2022-12-04 09:07:52','166.62.122.244'),(365692,0,'ukdebtconsolidations-co-uk','2022-12-04 09:11:16','103.166.182.177'),(365693,0,'ukdebtconsolidations-co-uk','2022-12-04 09:15:38','162.241.24.92'),(365694,0,'ukdebtconsolidations-co-uk','2022-12-04 09:19:12','154.0.164.115'),(365695,0,'feed','2022-12-04 09:19:46','151.106.38.6'),(365696,0,'ukdebtconsolidations-co-uk','2022-12-04 09:22:38','128.199.21.138'),(365697,0,'ukdebtconsolidations-co-uk','2022-12-04 09:26:35','83.171.248.62'),(365698,0,'ukdebtconsolidations-co-uk','2022-12-04 09:29:59','45.76.186.94'),(365699,0,'ukdebtconsolidations-co-uk','2022-12-04 09:33:53','198.136.54.132'),(365700,0,'ukdebtconsolidations-co-uk','2022-12-04 09:37:25','5.254.62.54'),(365701,0,'ukdebtconsolidations-co-uk','2022-12-04 09:39:52','181.174.125.214'),(365702,0,'ukdebtconsolidations-co-uk','2022-12-04 09:40:45','143.244.173.241'),(365703,0,'ukdebtconsolidations-co-uk','2022-12-04 09:41:07','128.199.205.115'),(365704,0,'feed','2022-12-04 09:44:28','67.205.11.198'),(365705,0,'ukdebtconsolidations-co-uk','2022-12-04 09:45:12','103.1.239.48'),(365706,0,'admin','2022-12-04 09:47:43','144.91.96.194'),(365707,0,'admin','2022-12-04 09:51:32','108.167.189.13'),(365708,0,'admin','2022-12-04 09:53:58','185.61.152.50'),(365709,0,'cem','2022-12-04 09:55:11','159.69.212.183'),(365710,0,'payments@ridingtherhino.co.uk','2022-12-04 09:56:57','185.119.81.101'),(365711,0,'admin','2022-12-04 09:57:19','5.189.174.233'),(365712,0,'admin','2022-12-04 09:59:53','103.153.214.231'),(365713,0,'admin','2022-12-04 10:04:54','51.161.9.26'),(365714,0,'admin','2022-12-04 10:08:35','35.193.197.89'),(365715,0,'admin','2022-12-04 10:11:27','47.106.201.134'),(365716,0,'admin','2022-12-04 10:14:47','165.22.58.178'),(365717,0,'steve','2022-12-04 10:16:26','103.234.210.242'),(365718,0,'admin','2022-12-04 10:18:41','72.29.76.78'),(365719,0,'admin','2022-12-04 10:22:10','20.244.115.14'),(365720,0,'admin','2022-12-04 10:25:46','144.91.68.184'),(365721,0,'admin','2022-12-04 10:29:14','162.241.120.248'),(365722,0,'admin','2022-12-04 10:32:55','107.173.84.163'),(365723,0,'malivai','2022-12-04 10:33:12','207.244.249.44'),(365724,0,'admin','2022-12-04 10:37:21','192.115.100.180'),(365725,0,'admin','2022-12-04 10:40:11','37.221.176.134'),(365726,0,'admin','2022-12-04 10:43:42','125.212.241.69'),(365727,0,'chan','2022-12-04 10:45:06','45.148.121.253'),(365728,0,'admin','2022-12-04 10:47:48','164.92.205.132'),(365729,0,'admin','2022-12-04 10:51:18','128.199.103.90'),(365730,0,'admin','2022-12-04 10:55:25','162.240.211.236'),(365731,0,'admin','2022-12-04 10:59:32','45.79.134.70'),(365732,0,'admin','2022-12-04 11:03:14','149.56.95.156'),(365733,0,'admin','2022-12-04 11:07:19','122.114.76.148'),(365734,0,'aadmin','2022-12-04 11:08:51','18.133.60.229'),(365735,0,'admin','2022-12-04 11:11:22','172.104.81.115'),(365736,0,'payments','2022-12-04 11:13:26','185.119.81.96'),(365737,0,'admin','2022-12-04 11:15:52','66.29.134.244'),(365738,0,'admin','2022-12-04 11:20:10','139.59.20.111'),(365739,0,'admin','2022-12-04 11:24:13','103.153.214.231'),(365740,0,'justin','2022-12-04 11:26:29','91.238.163.176'),(365741,0,'admin','2022-12-04 11:28:37','103.171.180.165'),(365742,0,'admin','2022-12-04 11:33:16','54.37.81.190'),(365743,0,'admin','2022-12-04 11:37:26','123.31.41.38'),(365744,0,'admin','2022-12-04 11:41:50','43.241.72.147'),(365745,0,'admin','2022-12-04 11:46:43','188.164.193.195'),(365746,0,'admin','2022-12-04 11:50:53','103.166.182.177'),(365747,0,'admin','2022-12-04 11:55:48','83.171.248.62'),(365748,0,'admin','2022-12-04 12:00:29','45.79.134.70'),(365749,0,'admin','2022-12-04 12:05:11','72.29.76.78'),(365750,0,'admin','2022-12-04 12:09:54','51.161.9.26'),(365751,0,'admin','2022-12-04 12:14:53','152.160.235.235'),(365752,0,'admin','2022-12-04 12:19:44','185.63.113.30'),(365753,0,'admin','2022-12-04 12:24:25','202.131.227.181'),(365754,0,'admin','2022-12-04 12:29:12','35.233.164.145'),(365755,0,'admin','2022-12-04 12:33:47','125.227.127.195'),(365756,0,'admin','2022-12-04 12:38:45','68.183.177.46'),(365757,0,'12345','2022-12-04 12:40:08','3.0.32.103'),(365758,0,'ukdebtconsolidations-co-uk','2022-12-04 12:44:01','185.49.20.77'),(365759,0,'ukdebtconsolidations-co-uk','2022-12-04 12:48:43','207.148.124.136'),(365760,0,'ukdebtconsolidations-co-uk','2022-12-04 12:54:18','46.182.4.117'),(365761,0,'ukdebtconsolidations-co-uk','2022-12-04 12:59:15','72.9.158.112'),(365762,0,'wadminw','2022-12-04 13:01:35','47.107.33.26'),(365763,0,'wwwadmin','2022-12-04 13:06:57','166.62.103.104'),(365764,0,'ebtconsol','2022-12-04 13:20:05','185.119.81.101'),(365765,0,'admin','2022-12-04 13:20:23','31.192.224.145'),(365766,0,'admin','2022-12-04 13:25:13','34.65.234.0'),(365767,0,'admin','2022-12-04 13:26:10','109.234.164.178'),(365768,0,'admin','2022-12-04 13:31:26','81.68.87.46'),(365769,0,'ukdebtconsolidations-co-uk','2022-12-04 13:36:41','116.62.49.96'),(365770,0,'ukdebtconsolidations-co-uk','2022-12-04 13:42:17','92.205.25.182'),(365771,0,'webadmin','2022-12-04 13:43:09','91.134.248.192'),(365772,0,'admin','2022-12-04 13:45:44','138.68.180.230'),(365773,0,'ukdebtconsolidations-co-uk','2022-12-04 13:47:38','162.214.226.113'),(365774,0,'payments','2022-12-04 13:47:57','185.119.81.106'),(365775,0,'admin','2022-12-04 13:50:51','201.76.164.146'),(365776,0,'payments','2022-12-04 13:52:22','185.119.81.96'),(365777,0,'ukdebtconsolidations-co-uk','2022-12-04 13:52:50','208.109.39.235'),(365778,0,'wadminw','2022-12-04 13:58:33','54.37.81.190'),(365779,0,'wwwadmin','2022-12-04 14:08:31','166.62.122.244'),(365780,0,'admin','2022-12-04 14:12:00','64.225.65.31'),(365781,0,'xiaomei','2022-12-04 14:16:35','47.106.160.183'),(365782,0,'admin','2022-12-04 14:17:00','34.75.65.218'),(365783,0,'admin','2022-12-04 14:26:10','185.207.251.193'),(365784,0,'admin','2022-12-04 14:31:42','47.107.33.26'),(365785,0,'ukdebtconsolidations-co-uk','2022-12-04 14:37:39','54.37.81.190'),(365786,0,'admin','2022-12-04 14:39:12','116.203.180.175'),(365787,0,'ukdebtconsolidations-co-uk','2022-12-04 14:43:18','132.148.155.12'),(365788,0,'admin','2022-12-04 14:44:45','164.46.122.50'),(365789,0,'ukdebtconsolidations-co-uk','2022-12-04 14:48:47','188.166.165.66'),(365790,0,'ukdebtconsolidations.co.uk','2022-12-04 15:04:04','5.188.62.140'),(365791,0,'feed','2022-12-04 15:04:06','5.188.62.140'),(365792,0,'rgadmin','2022-12-04 15:13:22','95.217.198.36'),(365793,0,'payments','2022-12-04 17:32:23','185.119.81.103'),(365794,0,'admin1','2022-12-04 17:55:36','164.90.170.66'),(365795,0,'payments@ridingtherhino.co.uk','2022-12-04 17:58:04','185.119.81.103'),(365796,0,'payments@ridingtherhino.co.uk','2022-12-04 18:08:47','185.119.81.106'),(365797,0,'rgadmin','2022-12-04 18:29:25','5.34.183.141'),(365798,0,'9admin','2022-12-04 19:07:59','103.146.203.73'),(365799,0,'malivai','2022-12-04 19:14:46','13.244.139.158'),(365800,0,'office','2022-12-04 19:20:54','8.129.122.24'),(365801,0,'payments','2022-12-04 19:39:55','185.119.81.101'),(365802,0,'ukdebtconsolidations-co-uk','2022-12-04 20:41:17','20.55.98.17'),(365803,0,'baze','2022-12-04 20:50:40','194.67.64.50'),(365804,0,'ukdebtconsolidations-co-uk','2022-12-04 21:08:32','20.55.98.17'),(365805,0,'ukdebtconsolidations.co.uk','2022-12-04 21:15:28','5.188.62.26'),(365806,0,'feed','2022-12-04 21:15:30','5.188.62.26'),(365807,0,'ukdebtconsolidations-co-uk','2022-12-04 21:38:16','20.55.98.17'),(365808,0,'9admin','2022-12-04 21:39:42','103.28.52.66'),(365809,0,'adminskgvn','2022-12-04 21:42:22','161.189.7.105'),(365810,0,'admin','2022-12-04 21:52:41','185.119.81.101'),(365811,0,'ukdebtconsolidations-co-uk','2022-12-04 22:09:32','20.55.98.17'),(365812,0,'Admin','2022-12-04 22:27:18','192.169.177.174'),(365813,0,'ukdebtconsolidations-co-uk','2022-12-04 22:41:24','20.55.98.17'),(365814,0,'1234','2022-12-04 22:49:25','147.182.132.38'),(365815,0,'payments','2022-12-04 23:11:30','185.119.81.103'),(365816,0,'adminnew','2022-12-04 23:20:24','87.236.215.205'),(365817,0,'1234567890','2022-12-04 23:39:50','161.35.86.230'),(365818,0,'hwz','2022-12-04 23:42:36','177.54.148.122'),(365819,0,'payments@ridingtherhino.co.uk','2022-12-04 23:53:37','185.119.81.96'),(365820,0,'admin','2022-12-05 00:28:20','151.236.33.120'),(365821,0,'admin','2022-12-05 00:44:38','171.244.49.8'),(365822,0,'ukdebtconsolidations-co-uk','2022-12-05 01:02:20','162.240.215.177'),(365823,0,'ukdebtconsolidations-co-uk','2022-12-05 01:19:34','162.240.76.243'),(365824,0,'onso','2022-12-05 01:25:52','185.119.81.109'),(365825,0,'ukdebtconsolidations-co-uk','2022-12-05 01:36:44','177.11.53.160'),(365826,0,'ukdebtconsolidations-co-uk','2022-12-05 01:55:10','144.91.77.202'),(365827,0,'ukdebtconsolidations-co-uk','2022-12-05 02:08:20','212.38.40.215'),(365828,0,'feed','2022-12-05 02:23:54','128.199.131.42'),(365829,0,'ukdebtconsolidations-co-uk','2022-12-05 02:24:32','143.244.155.35'),(365830,0,'ukdebtconsolidations-co-uk','2022-12-05 02:26:19','148.72.211.177'),(365831,0,'payments@ridingtherhino.co.uk','2022-12-05 02:32:50','185.119.81.109'),(365832,0,'ukdebtconsolidations-co-uk','2022-12-05 02:45:26','103.1.239.48'),(365833,0,'feed','2022-12-05 02:46:01','185.2.5.31'),(365834,0,'ukdebtconsolidations-co-uk','2022-12-05 02:46:43','67.205.11.198'),(365835,0,'ukdebtconsolidations-co-uk','2022-12-05 03:03:54','206.189.163.232'),(365836,0,'feed','2022-12-05 03:09:00','148.72.214.245'),(365837,0,'ukdebtconsolidations-co-uk','2022-12-05 03:09:10','147.182.249.22'),(365838,0,'ukdebtconsolidations-co-uk','2022-12-05 03:22:32','163.44.192.252'),(365839,0,'feed','2022-12-05 03:31:47','128.199.100.142'),(365840,0,'ukdebtconsolidations-co-uk','2022-12-05 03:32:01','66.33.193.231'),(365841,0,'ukdebtconsolidations-co-uk','2022-12-05 03:40:16','209.126.108.92'),(365842,0,'feed','2022-12-05 03:54:23','149.56.26.54'),(365843,0,'ukdebtconsolidations-co-uk','2022-12-05 03:55:11','159.223.91.187'),(365844,0,'payments','2022-12-05 03:57:34','185.119.81.106'),(365845,0,'ukdebtconsolidations-co-uk','2022-12-05 03:58:40','109.234.162.39'),(365846,0,'ukdebtconsolidations-co-uk','2022-12-05 04:16:31','20.109.101.102'),(365847,0,'feed','2022-12-05 04:17:25','217.76.155.6'),(365848,0,'ukdebtconsolidations-co-uk','2022-12-05 04:18:10','64.227.183.25'),(365849,0,'payments@ridingtherhino.co.uk','2022-12-05 04:18:32','185.119.81.103'),(365850,0,'ukdebtconsolidations-co-uk','2022-12-05 04:34:23','114.132.250.235'),(365851,0,'ukdebtconsolidations-co-uk','2022-12-05 04:40:46','192.71.144.12'),(365852,0,'ukdebtconsolidations-co-uk','2022-12-05 04:53:11','190.92.159.48'),(365853,0,'feed','2022-12-05 05:02:03','201.76.164.146'),(365854,0,'ukdebtconsolidations-co-uk','2022-12-05 05:02:39','109.168.97.89'),(365855,0,'ukdebtconsolidations-co-uk','2022-12-05 05:11:44','208.109.34.70'),(365856,0,'ukdebtconsolidations-co-uk','2022-12-05 05:25:46','159.203.143.36'),(365857,0,'ukdebtconsolidations-co-uk','2022-12-05 05:29:26','124.217.226.56'),(365858,0,'feed','2022-12-05 05:47:56','159.203.121.12'),(365859,0,'ukdebtconsolidations-co-uk','2022-12-05 05:48:25','103.48.194.136'),(365860,0,'ukdebtconsolidations-co-uk','2022-12-05 05:48:42','149.56.26.54'),(365861,0,'ukdebtconsolidations-co-uk','2022-12-05 06:08:22','130.61.143.194'),(365862,0,'admin','2022-12-05 06:08:58','185.119.81.101'),(365863,0,'ukdebtconsolidations-co-uk','2022-12-05 06:12:39','151.106.38.6'),(365864,0,'ukdebtconsolidations-co-uk','2022-12-05 06:27:04','20.109.101.102'),(365865,0,'feed','2022-12-05 06:35:15','142.93.201.0'),(365866,0,'ukdebtconsolidations-co-uk','2022-12-05 06:36:00','103.130.218.178'),(365867,0,'ukdebtconsolidations-co-uk','2022-12-05 06:39:46','165.22.245.206'),(365868,0,'ukdebtconsolidations-co-uk','2022-12-05 06:49:19','45.10.154.203'),(365869,0,'ukdebtconsolidations-co-uk','2022-12-05 06:55:10','208.109.34.70'),(365870,0,'feed','2022-12-05 06:58:26','142.93.201.0'),(365871,0,'ukdebtconsolidations-co-uk','2022-12-05 06:59:07','135.125.1.9'),(365872,0,'ukdebtconsolidations-co-uk','2022-12-05 07:01:17','198.211.115.226'),(365873,0,'payments','2022-12-05 07:05:06','185.119.81.109'),(365874,0,'ukdebtconsolidations-co-uk','2022-12-05 07:07:11','49.51.134.238'),(365875,0,'ukdebtconsolidations-co-uk','2022-12-05 07:13:45','173.254.28.204'),(365876,0,'ukdebtconsolidations-co-uk','2022-12-05 07:20:14','188.212.34.36'),(365877,0,'feed','2022-12-05 07:21:40','54.37.156.240'),(365878,0,'ukdebtconsolidations-co-uk','2022-12-05 07:22:23','178.128.107.59'),(365879,0,'ukdebtconsolidations-co-uk','2022-12-05 07:26:39','85.128.143.85'),(365880,0,'payments','2022-12-05 07:30:56','185.119.81.103'),(365881,0,'wadminw','2022-12-05 07:33:35','195.38.166.154'),(365882,0,'payments','2022-12-05 07:42:43','185.119.81.106'),(365883,0,'wwwadmin','2022-12-05 07:43:29','108.167.156.224'),(365884,0,'feed','2022-12-05 07:43:57','143.244.155.35'),(365885,0,'ukdebtconsolidations-co-uk','2022-12-05 07:44:40','185.250.251.124'),(365886,0,'admin','2022-12-05 07:56:42','192.185.176.22'),(365887,0,'admin','2022-12-05 08:00:36','148.72.244.254'),(365888,0,'ukdebtconsolidations-co-uk','2022-12-05 08:04:59','185.61.152.50'),(365889,0,'feed','2022-12-05 08:06:05','115.79.139.135'),(365890,0,'ukdebtconsolidations-co-uk','2022-12-05 08:06:49','142.93.203.156'),(365891,0,'ukdebtconsolidations-co-uk','2022-12-05 08:09:30','64.227.162.186'),(365892,0,'payments@ridingtherhino.co.uk','2022-12-05 08:14:09','185.119.81.103'),(365893,0,'ukdebtconsolidations-co-uk','2022-12-05 08:14:53','164.92.205.132'),(365894,0,'ukdebtconsolidations-co-uk','2022-12-05 08:20:27','154.0.164.115'),(365895,0,'ukdebtconsolidations-co-uk','2022-12-05 08:25:48','108.179.251.69'),(365896,0,'feed','2022-12-05 08:28:48','145.239.30.120'),(365897,0,'ukdebtconsolidations-co-uk','2022-12-05 08:29:29','185.250.251.124'),(365898,0,'ukdebtconsolidations-co-uk','2022-12-05 08:30:59','192.155.81.224'),(365899,0,'ukdebtconsolidations-co-uk','2022-12-05 08:36:06','139.59.20.111'),(365900,0,'ukdebtconsolidations-co-uk','2022-12-05 08:40:42','103.154.185.167'),(365901,0,'ukdebtconsolidations-co-uk','2022-12-05 08:45:31','190.92.159.48'),(365902,0,'ukdebtconsolidations-co-uk','2022-12-05 08:50:02','103.171.180.165'),(365903,0,'feed','2022-12-05 08:50:47','178.128.107.59'),(365904,0,'ukdebtconsolidations-co-uk','2022-12-05 08:51:33','13.79.17.158'),(365905,0,'ebtconsol','2022-12-05 08:52:28','185.119.81.101'),(365906,0,'cms@eye-c.nl','2022-12-05 08:53:05','150.158.186.188'),(365907,0,'ukdebtconsolidations-co-uk','2022-12-05 08:54:30','209.126.108.92'),(365908,0,'ukdebtconsolidations-co-uk','2022-12-05 08:59:15','192.185.4.47'),(365909,0,'ukdebtconsolidations-co-uk','2022-12-05 09:04:01','162.241.253.117'),(365910,0,'ukdebtconsolidations-co-uk','2022-12-05 09:08:28','184.168.125.241'),(365911,0,'feed','2022-12-05 09:13:21','43.251.133.38'),(365912,0,'ukdebtconsolidations-co-uk','2022-12-05 09:14:00','143.244.155.35'),(365913,0,'ukdebtconsolidations-co-uk','2022-12-05 09:14:08','104.243.26.114'),(365914,0,'ukdebtconsolidations-co-uk','2022-12-05 09:20:03','128.199.80.137'),(365915,0,'ukdebtconsolidations-co-uk','2022-12-05 09:26:38','54.69.40.219'),(365916,0,'ukdebtconsolidations-co-uk','2022-12-05 09:33:00','35.233.164.145'),(365917,0,'feed','2022-12-05 09:35:37','23.97.205.210'),(365918,0,'ukdebtconsolidations-co-uk','2022-12-05 09:36:20','51.91.151.60'),(365919,0,'ukdebtconsolidations-co-uk','2022-12-05 09:39:25','45.125.239.179'),(365920,0,'ukdebtconsolidations-co-uk','2022-12-05 09:46:13','198.12.254.32'),(365921,0,'ukdebtconsolidations-co-uk','2022-12-05 09:53:07','72.167.51.34'),(365922,0,'feed','2022-12-05 09:57:28','103.31.249.221'),(365923,0,'ukdebtconsolidations-co-uk','2022-12-05 09:58:11','138.68.180.230'),(365924,0,'ukdebtconsolidations-co-uk','2022-12-05 10:00:05','109.234.162.39'),(365925,0,'wwwadmin','2022-12-05 10:06:26','178.62.108.24'),(365926,0,'ukdebtconsolidations-co-uk','2022-12-05 10:19:22','139.59.22.99'),(365927,0,'ukdebtconsolidations-co-uk','2022-12-05 10:24:10','134.209.105.240'),(365928,0,'admin','2022-12-05 10:27:49','150.230.247.143'),(365929,0,'admin','2022-12-05 10:34:40','45.123.203.26'),(365930,0,'nsolidatio','2022-12-05 10:37:02','185.119.81.96'),(365931,0,'feed','2022-12-05 10:38:52','175.178.125.173'),(365932,0,'ukdebtconsolidations-co-uk','2022-12-05 10:39:26','72.167.34.14'),(365933,0,'ukdebtconsolidations-co-uk','2022-12-05 10:42:24','51.159.105.232'),(365934,0,'payments','2022-12-05 10:44:48','185.119.81.96'),(365935,0,'ukdebtconsolidations-co-uk','2022-12-05 10:49:54','144.217.184.230'),(365936,0,'ukdebtconsolidations-co-uk','2022-12-05 10:56:45','159.65.233.52'),(365937,0,'feed','2022-12-05 10:59:47','171.244.0.91'),(365938,0,'ukdebtconsolidations-co-uk','2022-12-05 11:04:22','5.175.42.10'),(365939,0,'payments','2022-12-05 11:09:15','185.119.81.96'),(365940,0,'ukdebtconsolidations-co-uk','2022-12-05 11:11:44','192.64.113.147'),(365941,0,'payments@ridingtherhino.co.uk','2022-12-05 11:15:33','185.119.81.96'),(365942,0,'ukdebtconsolidations-co-uk','2022-12-05 11:19:39','162.240.221.29'),(365943,0,'feed','2022-12-05 11:21:17','52.28.220.83'),(365944,0,'ukdebtconsolidations-co-uk','2022-12-05 11:22:02','107.180.106.9'),(365945,0,'ukdebtconsolidations-co-uk','2022-12-05 11:27:26','142.93.170.99'),(365946,0,'ukdebtconsolidations-co-uk','2022-12-05 11:35:26','103.90.235.70'),(365947,0,'payments@ridingtherhino.co.uk','2022-12-05 11:40:08','185.119.81.106'),(365948,0,'feed','2022-12-05 11:42:06','159.89.109.117'),(365949,0,'ukdebtconsolidations-co-uk','2022-12-05 11:42:51','192.99.208.112'),(365950,0,'ukdebtconsolidations-co-uk','2022-12-05 11:43:48','185.76.77.160'),(365951,0,'ukdebtconsolidations-co-uk','2022-12-05 11:51:50','158.255.80.210'),(365952,0,'ukdebtconsolidations-co-uk','2022-12-05 11:59:54','213.149.103.132'),(365953,0,'UK','2022-12-05 12:00:07','5.188.62.76'),(365954,0,'feed','2022-12-05 12:02:13','93.114.185.76'),(365955,0,'ukdebtconsolidations-co-uk','2022-12-05 12:08:00','163.44.192.252'),(365956,0,'ukdebtconsolidations-co-uk','2022-12-05 12:12:01','104.131.211.138'),(365957,0,'ukdebtconsolidations-co-uk','2022-12-05 12:20:45','103.173.78.7'),(365958,0,'feed','2022-12-05 12:22:33','34.78.198.205'),(365959,0,'ukdebtconsolidations-co-uk','2022-12-05 12:23:14','212.110.92.155'),(365960,0,'ukdebtconsolidations-co-uk','2022-12-05 12:28:50','103.74.120.192'),(365961,0,'ukdebtconsolidations-co-uk','2022-12-05 12:37:54','185.49.20.77'),(365962,0,'payments','2022-12-05 12:39:37','185.119.81.109'),(365963,0,'feed','2022-12-05 12:42:25','125.227.127.195'),(365964,0,'ukdebtconsolidations-co-uk','2022-12-05 12:43:05','104.131.68.19'),(365965,0,'ukdebtconsolidations-co-uk','2022-12-05 12:46:13','45.123.203.26'),(365966,0,'ukdebtconsolidations-co-uk','2022-12-05 12:55:23','54.37.81.190'),(365967,0,'feed','2022-12-05 13:02:43','52.4.180.204'),(365968,0,'ukdebtconsolidations-co-uk','2022-12-05 13:03:29','159.203.121.12'),(365969,0,'ukdebtconsolidations-co-uk','2022-12-05 13:03:55','157.230.44.173'),(365970,0,'ukdebtconsolidations-co-uk','2022-12-05 13:13:49','144.217.184.230'),(365971,0,'payments','2022-12-05 13:14:58','185.119.81.106'),(365972,0,'payments','2022-12-05 13:16:19','185.119.81.106'),(365973,0,'ukdebtconsolidations-co-uk','2022-12-05 13:22:18','212.38.40.215'),(365974,0,'feed','2022-12-05 13:25:05','103.163.139.202'),(365975,0,'ukdebtconsolidations-co-uk','2022-12-05 13:25:44','125.227.127.195'),(365976,0,'ukdebtconsolidations-co-uk','2022-12-05 13:31:41','165.22.185.49'),(365977,0,'ukdebtconsolidations-co-uk','2022-12-05 13:41:01','177.222.54.214'),(365978,0,'feed','2022-12-05 13:46:29','8.218.73.1'),(365979,0,'ukdebtconsolidations-co-uk','2022-12-05 13:47:08','80.74.148.30'),(365980,0,'ukdebtconsolidations-co-uk','2022-12-05 13:50:08','192.145.239.221'),(365981,0,'ukdebtconsolidations-co-uk','2022-12-05 13:59:39','47.106.201.134'),(365982,0,'feed','2022-12-05 14:07:38','52.138.180.227'),(365983,0,'ukdebtconsolidations-co-uk','2022-12-05 14:08:16','145.239.30.120'),(365984,0,'ukdebtconsolidations-co-uk','2022-12-05 14:09:50','162.241.126.33'),(365985,0,'feed','2022-12-05 14:12:38','5.188.62.26'),(365986,0,'ukdebtconsolidations.co.uk','2022-12-05 14:12:39','5.188.62.26'),(365987,0,'ukdebtconsolidations-co-uk','2022-12-05 14:19:19','45.123.203.26'),(365988,0,'ukdebtconsolidations-co-uk','2022-12-05 14:29:37','177.222.54.214'),(365989,0,'feed','2022-12-05 14:29:59','185.250.251.124'),(365990,0,'ukdebtconsolidations-co-uk','2022-12-05 14:30:44','149.56.26.54'),(365991,0,'ukdebtconsolidations-co-uk','2022-12-05 14:39:29','159.223.168.91'),(365992,0,'ukdebtconsolidations-co-uk','2022-12-05 14:49:19','165.22.185.49'),(365993,0,'feed','2022-12-05 14:51:02','77.240.13.186'),(365994,0,'ukdebtconsolidations-co-uk','2022-12-05 14:51:52','45.120.69.121'),(365995,0,'ukdebtconsolidations-co-uk','2022-12-05 14:59:33','194.163.132.194'),(365996,0,'ukdebtconsolidations-co-uk','2022-12-05 15:09:28','159.65.147.193'),(365997,0,'feed','2022-12-05 15:13:49','45.55.79.147'),(365998,0,'ukdebtconsolidations-co-uk','2022-12-05 15:14:37','209.97.162.248'),(365999,0,'ukdebtconsolidations-co-uk','2022-12-05 15:19:53','167.99.54.31'),(366000,0,'admin','2022-12-05 15:20:13','185.119.81.106'),(366001,0,'ukdebtconsolidations-co-uk','2022-12-05 15:29:56','132.148.155.12'),(366002,0,'feed','2022-12-05 15:38:07','64.225.65.31'),(366003,0,'ukdebtconsolidations-co-uk','2022-12-05 15:38:50','46.101.150.34'),(366004,0,'ukdebtconsolidations-co-uk','2022-12-05 15:39:54','43.153.168.248'),(366005,0,'ukdebtconsolidations-co-uk','2022-12-05 15:50:20','72.29.76.78'),(366006,0,'ukdebtconsolidations-co-uk','2022-12-05 16:00:36','144.91.77.202'),(366007,0,'feed','2022-12-05 16:00:47','47.110.72.238'),(366008,0,'feed','2022-12-05 16:25:01','115.78.122.58'),(366009,0,'ukdebtconsolidations-co-uk','2022-12-05 16:34:53','80.74.148.30'),(366010,0,'feed','2022-12-05 16:54:43','199.250.208.120'),(366011,0,'ukdebtconsolidations-co-uk','2022-12-05 17:03:20','178.128.167.203'),(366012,0,'feed','2022-12-05 17:22:35','206.189.129.168'),(366013,0,'ukdebtconsolidations-co-uk','2022-12-05 17:30:45','80.247.230.51'),(366014,0,'feed','2022-12-05 17:48:41','80.247.230.51'),(366015,0,'admin','2022-12-05 19:54:18','185.119.81.109'),(366016,0,'admin','2022-12-05 20:28:41','103.26.99.148'),(366017,0,'admin','2022-12-05 20:36:39','216.245.215.122'),(366018,0,'admin','2022-12-05 20:44:14','185.119.81.106'),(366019,0,'ukdebtconsolidations-co-uk','2022-12-05 20:44:48','20.109.101.102'),(366020,0,'ukdebtconsolidations-co-uk','2022-12-05 20:53:03','35.233.164.145'),(366021,0,'payments','2022-12-05 21:01:00','185.119.81.106'),(366022,0,'ukdebtconsolidations-co-uk','2022-12-05 21:01:35','209.124.90.80'),(366023,0,'ukdebtconsolidations-co-uk','2022-12-05 21:09:41','208.109.34.70'),(366024,0,'ukdebtconsolidations-co-uk','2022-12-05 21:18:15','109.234.162.55'),(366025,0,'ukdebtconsolidations-co-uk','2022-12-05 21:26:45','64.227.160.199'),(366026,0,'ukdebtconsolidations-co-uk','2022-12-05 21:35:28','69.16.238.78'),(366027,0,'ukdebtconsolidations-co-uk','2022-12-05 21:44:12','159.65.133.255'),(366028,0,'ukdebtconsolidations-co-uk','2022-12-05 21:53:19','143.244.184.204'),(366029,0,'ukdebtconsolidations-co-uk','2022-12-05 22:02:21','184.171.244.231'),(366030,0,'ukdebtconsolidations-co-uk','2022-12-05 22:10:51','103.171.181.149'),(366031,0,'ukdebtconsolidations-co-uk','2022-12-05 22:19:39','111.90.150.28'),(366032,0,'ukdebtconsolidations-co-uk','2022-12-05 22:28:47','185.76.77.160'),(366033,0,'ukdebtconsolidations-co-uk','2022-12-05 22:37:58','109.234.165.82'),(366034,0,'ukdebtconsolidations-co-uk','2022-12-05 22:46:41','162.14.71.142'),(366035,0,'ukdebtconsolidations-co-uk','2022-12-05 22:55:53','66.29.134.244'),(366036,0,'ukdebtconsolidations-co-uk','2022-12-05 23:05:07','47.100.185.96'),(366037,0,'1gridadmin','2022-12-05 23:06:57','8.129.122.24'),(366038,0,'1gridadmin','2022-12-05 23:12:24','120.79.8.223'),(366039,0,'ukdebtconsolidations-co-uk','2022-12-05 23:14:36','139.59.66.182'),(366040,0,'ukdebtconsolidations-co-uk','2022-12-05 23:23:32','35.198.25.12'),(366041,0,'ukdebtconsolidations-co-uk','2022-12-05 23:32:40','35.219.66.183'),(366042,0,'ukdebtconsolidations-co-uk','2022-12-05 23:42:03','8.129.20.30'),(366043,0,'before','2022-12-05 23:43:50','185.119.81.106'),(366044,0,'payments@ridingtherhino.co.uk','2022-12-05 23:44:03','185.119.81.101'),(366045,0,'ukdebtconsolidations-co-uk','2022-12-05 23:51:29','148.72.211.177'),(366046,0,'ukdebtconsolidations-co-uk','2022-12-06 00:01:20','166.62.103.104'),(366047,0,'ukdebtconsolidations-co-uk','2022-12-06 00:10:36','178.128.82.148'),(366048,0,'ukdebtconsolidations-co-uk','2022-12-06 00:20:33','128.199.178.73'),(366049,0,'ukdebtconsolidations-co-uk','2022-12-06 00:29:50','175.178.160.253'),(366050,0,'ukdebtconsolidations-co-uk','2022-12-06 00:39:51','208.109.34.70'),(366051,0,'ukdebtconsolidations-co-uk','2022-12-06 00:50:11','51.79.242.130'),(366052,0,'ukdebtconsolidations-co-uk','2022-12-06 01:00:33','139.59.66.182'),(366053,0,'ukdebtconsolidations-co-uk','2022-12-06 01:10:37','103.171.181.53'),(366054,0,'ukdebtconsolidations-co-uk','2022-12-06 01:20:54','42.200.109.156'),(366055,0,'ukdebtconsolidations-co-uk','2022-12-06 01:31:57','2.59.117.35'),(366056,0,'ukdebtconsolidations-co-uk','2022-12-06 01:42:30','184.171.244.231'),(366057,0,'payments','2022-12-06 01:43:12','185.119.81.101'),(366058,0,'ukdebtconsolidations-co-uk','2022-12-06 01:53:21','143.244.184.204'),(366059,0,'ukdebtconsolidations-co-uk','2022-12-06 02:04:08','198.136.54.132'),(366060,0,'ukdebtconsolidations-co-uk','2022-12-06 02:14:48','216.245.215.122'),(366061,0,'ukdebtconsolidations-co-uk','2022-12-06 02:25:36','143.244.184.204'),(366062,0,'ukdebtconsolidations-co-uk','2022-12-06 02:36:29','109.234.164.218'),(366063,0,'ukdebtconsolidations-co-uk','2022-12-06 02:47:26','54.38.44.6'),(366064,0,'payments@ridingtherhino.co.uk','2022-12-06 02:51:54','185.119.81.109'),(366065,0,'ukdebtconsolidations-co-uk','2022-12-06 02:58:49','120.24.52.65'),(366066,0,'ukdebtconsolidations-co-uk','2022-12-06 03:01:09','188.212.34.69'),(366067,0,'olida','2022-12-06 03:05:51','185.119.81.98'),(366068,0,'ukdebtconsolidations-co-uk','2022-12-06 03:07:32','103.30.212.11'),(366069,0,'feed','2022-12-06 03:19:09','45.120.69.121'),(366070,0,'feed','2022-12-06 03:24:59','72.167.51.34'),(366071,0,'ukdebtconsolidations-co-uk','2022-12-06 03:26:27','106.52.120.186'),(366072,0,'ukdebtconsolidations-co-uk','2022-12-06 03:28:28','51.79.144.41'),(366073,0,'feed','2022-12-06 03:35:39','162.241.218.13'),(366074,0,'ukdebtconsolidations-co-uk','2022-12-06 03:38:42','162.241.148.13'),(366075,0,'feed','2022-12-06 03:42:55','149.56.26.54'),(366076,0,'admin','2022-12-06 03:45:06','162.241.203.32'),(366077,0,'admin','2022-12-06 03:47:05','178.62.33.222'),(366078,0,'ukdebtconsolidations-co-uk','2022-12-06 03:49:54','43.154.9.162'),(366079,0,'admin','2022-12-06 03:53:13','159.65.233.52'),(366080,0,'payments','2022-12-06 03:55:30','185.119.81.98'),(366081,0,'wadminw','2022-12-06 04:01:46','157.230.44.173'),(366082,0,'feed','2022-12-06 04:05:56','103.147.241.56'),(366083,0,'wadminw','2022-12-06 04:06:35','206.189.163.232'),(366084,0,'ukdebtconsolidations-co-uk','2022-12-06 04:13:29','34.69.177.69'),(366085,0,'wwwadmin','2022-12-06 04:18:02','165.22.58.178'),(366086,0,'wwwadmin','2022-12-06 04:23:47','162.240.76.243'),(366087,0,'admin','2022-12-06 04:27:25','143.110.137.82'),(366088,0,'admin','2022-12-06 04:32:02','50.87.178.63'),(366089,0,'ukdebtconsolidations-co-uk','2022-12-06 04:35:36','35.201.224.83'),(366090,0,'ukdebtconsolidations-co-uk','2022-12-06 04:36:47','159.223.39.222'),(366091,0,'ukdebtconsolidations-co-uk','2022-12-06 04:39:47','159.65.239.34'),(366092,0,'ukdebtconsolidations-co-uk','2022-12-06 04:44:10','50.87.223.209'),(366093,0,'ukdebtconsolidations-co-uk','2022-12-06 04:47:27','139.59.26.209'),(366094,0,'ukdebtconsolidations-co-uk','2022-12-06 04:50:55','103.121.90.150'),(366095,0,'feed','2022-12-06 04:52:43','173.236.152.148'),(366096,0,'ukdebtconsolidations-co-uk','2022-12-06 04:55:22','67.222.38.61'),(366097,0,'ukdebtconsolidations-co-uk','2022-12-06 04:58:08','35.194.233.240'),(366098,0,'ukdebtconsolidations-co-uk','2022-12-06 05:00:09','91.206.200.242'),(366099,0,'ukdebtconsolidations-co-uk','2022-12-06 05:01:43','148.72.209.0'),(366100,0,'ukdebtconsolidations-co-uk','2022-12-06 05:05:46','93.113.111.100'),(366101,0,'ukdebtconsolidations-co-uk','2022-12-06 05:09:38','109.234.162.39'),(366102,0,'ukdebtconsolidations-co-uk','2022-12-06 05:13:09','103.166.182.177'),(366103,0,'feed','2022-12-06 05:16:51','51.89.47.206'),(366104,0,'ukdebtconsolidations-co-uk','2022-12-06 05:17:31','109.234.164.178'),(366105,0,'ukdebtconsolidations-co-uk','2022-12-06 05:21:05','128.199.108.205'),(366106,0,'ukdebtconsolidations-co-uk','2022-12-06 05:24:17','185.2.4.56'),(366107,0,'ukdebtconsolidations-co-uk','2022-12-06 05:25:23','109.234.164.172'),(366108,0,'ukdebtconsolidations-co-uk','2022-12-06 05:29:18','209.126.8.92'),(366109,0,'ukdebtconsolidations-co-uk','2022-12-06 05:33:13','208.109.39.235'),(366110,0,'ukdebtconsolidations-co-uk','2022-12-06 05:37:13','43.225.53.24'),(366111,0,'feed','2022-12-06 05:40:23','171.244.0.91'),(366112,0,'ukdebtconsolidations-co-uk','2022-12-06 05:40:46','124.158.12.83'),(366113,0,'ukdebtconsolidations-co-uk','2022-12-06 05:44:41','103.130.219.2'),(366114,0,'ukdebtconsolidations-co-uk','2022-12-06 05:47:39','173.236.169.230'),(366115,0,'ukdebtconsolidations-co-uk','2022-12-06 05:49:12','109.234.164.218'),(366116,0,'ukdebtconsolidations-co-uk','2022-12-06 05:52:41','3.105.91.117'),(366117,0,'ukdebtconsolidations-co-uk','2022-12-06 05:56:44','167.71.106.216'),(366118,0,'ukdebtconsolidations-co-uk','2022-12-06 06:00:45','103.130.219.2'),(366119,0,'feed','2022-12-06 06:04:42','54.37.235.96'),(366120,0,'ukdebtconsolidations-co-uk','2022-12-06 06:05:28','162.241.62.127'),(366121,0,'ukdebtconsolidations-co-uk','2022-12-06 06:09:11','167.172.67.151'),(366122,0,'ukdebtconsolidations-co-uk','2022-12-06 06:13:51','158.69.26.40'),(366123,0,'ukdebtconsolidations-co-uk','2022-12-06 06:18:21','35.194.118.154'),(366124,0,'payments','2022-12-06 06:23:06','185.119.81.98'),(366125,0,'ukdebtconsolidations-co-uk','2022-12-06 06:23:16','67.222.152.219'),(366126,0,'ukdebtconsolidations-co-uk','2022-12-06 06:28:05','89.46.91.93'),(366127,0,'feed','2022-12-06 06:29:43','69.163.186.158'),(366128,0,'ukdebtconsolidations-co-uk','2022-12-06 06:32:51','163.44.192.252'),(366129,0,'ukdebtconsolidations-co-uk','2022-12-06 06:37:25','104.131.68.19'),(366130,0,'ukdebtconsolidations-co-uk','2022-12-06 06:38:18','151.236.33.120'),(366131,0,'ukdebtconsolidations-co-uk','2022-12-06 06:43:14','176.53.96.107'),(366132,0,'ukdebtconsolidations-co-uk','2022-12-06 06:48:07','8.129.20.30'),(366133,0,'ukdebtconsolidations-co-uk','2022-12-06 06:53:23','162.241.120.248'),(366134,0,'feed','2022-12-06 06:54:39','46.105.29.21'),(366135,0,'ukdebtconsolidations-co-uk','2022-12-06 06:58:11','208.109.11.58'),(366136,0,'ukdebtconsolidations-co-uk','2022-12-06 07:02:38','42.61.238.151'),(366137,0,'ukdebtconsolidations-co-uk','2022-12-06 07:03:17','45.123.203.26'),(366138,0,'ukdebtconsolidations-co-uk','2022-12-06 07:08:39','166.62.122.244'),(366139,0,'ukdebtconsolidations-co-uk','2022-12-06 07:14:15','109.234.165.82'),(366140,0,'ukdebtconsolidations-co-uk','2022-12-06 07:19:20','103.154.184.191'),(366141,0,'feed','2022-12-06 07:20:12','207.154.250.8'),(366142,0,'ukdebtconsolidations-co-uk','2022-12-06 07:24:23','103.56.160.61'),(366143,0,'ukdebtconsolidations-co-uk','2022-12-06 07:28:02','64.227.6.141'),(366144,0,'ukdebtconsolidations-co-uk','2022-12-06 07:30:08','139.59.26.124'),(366145,0,'ukdebtconsolidations-co-uk','2022-12-06 07:35:20','178.124.210.118'),(366146,0,'ukdebtconsolidations-co-uk','2022-12-06 07:41:08','198.136.54.132'),(366147,0,'feed','2022-12-06 07:45:28','104.131.68.19'),(366148,0,'ukdebtconsolidations-co-uk','2022-12-06 07:46:26','8.210.174.93'),(366149,0,'ukdebtconsolidations-co-uk','2022-12-06 07:52:32','198.136.54.132'),(366150,0,'ukdebtconsolidations-co-uk','2022-12-06 07:58:10','109.234.164.178'),(366151,0,'ukdebtconsolidations-co-uk','2022-12-06 08:03:54','162.215.10.229'),(366152,0,'ukdebtconsolidations-co-uk','2022-12-06 08:09:32','47.74.17.225'),(366153,0,'feed','2022-12-06 08:11:50','167.172.156.96'),(366154,0,'ukdebtconsolidations-co-uk','2022-12-06 08:15:52','207.154.234.6'),(366155,0,'ukdebtconsolidations-co-uk','2022-12-06 08:20:17','92.204.128.47'),(366156,0,'ukdebtconsolidations-co-uk','2022-12-06 08:21:29','128.199.178.73'),(366157,0,'payments','2022-12-06 08:30:30','185.119.81.101'),(366158,0,'ukdebtconsolidations-co-uk','2022-12-06 08:33:47','142.4.1.45'),(366159,0,'feed','2022-12-06 08:38:28','34.69.109.132'),(366160,0,'ukdebtconsolidations-co-uk','2022-12-06 08:40:06','51.159.105.232'),(366161,0,'ukdebtconsolidations-co-uk','2022-12-06 08:46:03','103.234.209.66'),(366162,0,'ukdebtconsolidations-co-uk','2022-12-06 08:52:13','43.241.72.147'),(366163,0,'ukdebtconsolidations-co-uk','2022-12-06 08:58:22','103.74.120.192'),(366164,0,'feed','2022-12-06 09:04:36','138.68.180.230'),(366165,0,'ukdebtconsolidations-co-uk','2022-12-06 09:04:39','128.199.178.73'),(366166,0,'ukdebtconsolidations-co-uk','2022-12-06 09:10:57','148.72.211.177'),(366167,0,'ukdebtconsolidations-co-uk','2022-12-06 09:13:03','212.110.92.155'),(366168,0,'ukdebtconsolidations-co-uk','2022-12-06 09:17:17','206.189.164.246'),(366169,0,'onso','2022-12-06 09:20:10','185.119.81.109'),(366170,0,'admin','2022-12-06 09:28:05','184.95.43.187'),(366171,0,'feed','2022-12-06 09:31:23','66.33.193.231'),(366172,0,'admin','2022-12-06 09:34:18','69.197.167.42'),(366173,0,'ukdebtconsolidations-co-uk','2022-12-06 09:39:45','103.130.218.178'),(366174,0,'ukdebtconsolidations-co-uk','2022-12-06 09:40:50','109.234.164.211'),(366175,0,'ukdebtconsolidations-co-uk','2022-12-06 09:47:03','40.122.149.171'),(366176,0,'ukdebtconsolidations-co-uk','2022-12-06 09:53:18','162.214.146.186'),(366177,0,'ukdebtconsolidations-co-uk','2022-12-06 09:59:50','192.249.113.201'),(366178,0,'ukdebtconsolidations-co-uk','2022-12-06 10:06:33','8.210.174.93'),(366179,0,'ukdebtconsolidations-co-uk','2022-12-06 10:09:20','68.183.14.204'),(366180,0,'ukdebtconsolidations-co-uk','2022-12-06 10:13:22','51.161.9.26'),(366181,0,'ukdebtconsolidations-co-uk','2022-12-06 10:19:51','185.76.77.160'),(366182,0,'ukdebtconsolidations-co-uk','2022-12-06 10:26:10','47.107.33.26'),(366183,0,'ukdebtconsolidations-co-uk','2022-12-06 10:32:42','121.40.238.50'),(366184,0,'ukdebtconsolidations-co-uk','2022-12-06 10:37:51','188.212.34.69'),(366185,0,'ukdebtconsolidations-co-uk','2022-12-06 10:39:23','121.36.224.178'),(366186,0,'ukdebtconsolidations-co-uk','2022-12-06 10:45:55','142.4.1.45'),(366187,0,'ukdebtconsolidations-co-uk','2022-12-06 10:53:11','213.149.103.132'),(366188,0,'ukdebtconsolidations-co-uk','2022-12-06 10:59:44','162.215.10.229'),(366189,0,'ukdebtconsolidations-co-uk','2022-12-06 11:06:06','116.203.180.175'),(366190,0,'payments','2022-12-06 11:06:18','185.119.81.98'),(366191,0,'ukdebtconsolidations-co-uk','2022-12-06 11:06:39','212.38.40.215'),(366192,0,'wadminw','2022-12-06 11:14:42','66.29.134.244'),(366193,0,'feed','2022-12-06 11:26:23','201.76.164.146'),(366194,0,'wwwadmin','2022-12-06 11:27:55','148.72.211.177'),(366195,0,'ukdebtconsolidations-co-uk','2022-12-06 11:34:44','68.183.86.247'),(366196,0,'wadminw','2022-12-06 11:44:38','151.80.20.26'),(366197,0,'wwwadmin','2022-12-06 11:51:05','128.199.80.137'),(366198,0,'feed','2022-12-06 11:52:27','95.128.47.91'),(366199,0,'ukdebtconsolidations-co-uk','2022-12-06 12:00:34','80.88.88.149'),(366200,0,'admin','2022-12-06 12:05:26','185.183.122.143'),(366201,0,'ukdebtconsolidations-co-uk','2022-12-06 12:12:27','208.109.39.235'),(366202,0,'feed','2022-12-06 12:19:02','188.166.91.172'),(366203,0,'ukdebtconsolidations-co-uk','2022-12-06 12:20:00','162.215.10.229'),(366204,0,'payments','2022-12-06 12:21:31','185.119.81.101'),(366205,0,'ukdebtconsolidations-co-uk','2022-12-06 12:27:12','171.244.0.91'),(366206,0,'ukdebtconsolidations-co-uk','2022-12-06 12:27:32','212.192.24.22'),(366207,0,'ukdebtconsolidations-co-uk','2022-12-06 12:35:05','109.234.164.218'),(366208,0,'ukdebtconsolidations-co-uk','2022-12-06 12:42:04','67.23.254.254'),(366209,0,'feed','2022-12-06 12:44:56','69.163.207.121'),(366210,0,'ukdebtconsolidations-co-uk','2022-12-06 12:49:15','180.211.97.53'),(366211,0,'ukdebtconsolidations-co-uk','2022-12-06 12:53:47','194.195.121.233'),(366212,0,'ukdebtconsolidations-co-uk','2022-12-06 12:56:22','207.148.124.136'),(366213,0,'ukdebtconsolidations-co-uk','2022-12-06 13:04:46','192.115.100.180'),(366214,0,'payments@ridingtherhino.co.uk','2022-12-06 13:07:08','185.119.81.101'),(366215,0,'ukdebtconsolidations-co-uk','2022-12-06 13:11:42','150.230.247.143'),(366216,0,'feed','2022-12-06 13:12:50','207.154.248.39'),(366217,0,'ukdebtconsolidations-co-uk','2022-12-06 13:19:01','142.4.1.45'),(366218,0,'ukdebtconsolidations-co-uk','2022-12-06 13:20:56','207.154.250.8'),(366219,0,'ukdebtconsolidations-co-uk','2022-12-06 13:26:37','166.62.122.244'),(366220,0,'ukdebtconsolidations-co-uk','2022-12-06 13:33:57','147.124.211.121'),(366221,0,'feed','2022-12-06 13:39:36','185.2.4.56'),(366222,0,'ukdebtconsolidations-co-uk','2022-12-06 13:41:34','82.165.184.76'),(366223,0,'ukdebtconsolidations-co-uk','2022-12-06 13:48:50','103.173.78.7'),(366224,0,'ukdebtconsolidations-co-uk','2022-12-06 13:49:19','54.37.81.190'),(366225,0,'ukdebtconsolidations-co-uk','2022-12-06 13:56:59','143.244.184.204'),(366226,0,'ukdebtconsolidations-co-uk','2022-12-06 14:04:49','40.122.149.171'),(366227,0,'feed','2022-12-06 14:08:10','212.110.92.155'),(366228,0,'ukdebtconsolidations-co-uk','2022-12-06 14:12:39','35.193.197.89'),(366229,0,'ukdebtconsolidations-co-uk','2022-12-06 14:17:28','188.166.236.35'),(366230,0,'ukdebtconsolidations-co-uk','2022-12-06 14:20:17','80.251.219.111'),(366231,0,'ukdebtconsolidations-co-uk','2022-12-06 14:27:59','209.126.108.92'),(366232,0,'ukdebtconsolidations-co-uk','2022-12-06 14:35:56','199.168.185.232'),(366233,0,'feed','2022-12-06 14:36:56','31.192.224.145'),(366234,0,'ukdebtconsolidations-co-uk','2022-12-06 14:43:39','212.83.145.7'),(366235,0,'ukdebtconsolidations-co-uk','2022-12-06 14:45:56','207.46.234.202'),(366236,0,'ukdebtconsolidations-co-uk','2022-12-06 14:51:30','103.74.120.192'),(366237,0,'payments@ridingtherhino.co.uk','2022-12-06 14:54:50','185.119.81.109'),(366238,0,'ukdebtconsolidations-co-uk','2022-12-06 14:59:29','142.4.1.45'),(366239,0,'feed','2022-12-06 15:06:04','103.166.183.192'),(366240,0,'ukdebtconsolidations-co-uk','2022-12-06 15:07:25','103.166.182.177'),(366241,0,'ukdebtconsolidations-co-uk','2022-12-06 15:15:09','51.89.47.206'),(366242,0,'ukdebtconsolidations-co-uk','2022-12-06 15:15:55','162.241.126.33'),(366243,0,'ukdebtconsolidations-co-uk','2022-12-06 15:30:28','128.199.131.42'),(366244,0,'admin','2022-12-06 15:37:59','185.119.81.109'),(366245,0,'feed','2022-12-06 15:42:51','173.236.168.102'),(366246,0,'ukdebtconsolidations-co-uk','2022-12-06 15:51:41','45.120.69.121'),(366247,0,'feed','2022-12-06 16:03:44','194.195.121.233'),(366248,0,'payments@ridingtherhino.co.uk','2022-12-06 16:09:19','185.119.81.101'),(366249,0,'ukdebtconsolidations-co-uk','2022-12-06 16:12:41','188.166.236.35'),(366250,0,'feed','2022-12-06 16:24:36','139.59.96.126'),(366251,0,'ukdebtconsolidations-co-uk','2022-12-06 16:33:18','103.147.241.56'),(366252,0,'feed','2022-12-06 16:44:56','159.89.109.117'),(366253,0,'ukdebtconsolidations-co-uk','2022-12-06 16:54:00','195.154.184.235'),(366254,0,'feed','2022-12-06 17:06:19','72.167.34.14'),(366255,0,'ukdebtconsolidations-co-uk','2022-12-06 17:15:00','195.154.184.235'),(366256,0,'feed','2022-12-06 17:26:52','185.98.137.25'),(366257,0,'parallax','2022-12-06 17:30:14','115.71.42.22'),(366258,0,'ukdebtconsolidations-co-uk','2022-12-06 17:35:06','92.204.138.28'),(366259,0,'feed','2022-12-06 17:45:45','202.21.38.119'),(366260,0,'ukdebtconsolidations-co-uk','2022-12-06 17:53:34','199.250.208.120'),(366261,0,'feed','2022-12-06 18:04:50','142.93.110.214'),(366262,0,'ukdebtconsolidations-co-uk','2022-12-06 18:13:29','85.128.143.189'),(366263,0,'payments','2022-12-06 18:32:56','185.119.81.109'),(366264,0,'ukdebtconsolidations-co-uk','2022-12-06 18:34:06','51.89.47.206'),(366265,0,'feed','2022-12-06 18:45:22','95.97.6.138'),(366266,0,'ukdebtconsolidations-co-uk','2022-12-06 18:52:55','52.138.180.227'),(366267,0,'feed','2022-12-06 19:03:20','198.244.167.101'),(366268,0,'payments','2022-12-06 19:09:55','185.119.81.109'),(366269,0,'payments@ridingtherhino.co.uk','2022-12-06 19:10:33','185.119.81.109'),(366270,0,'feed','2022-12-06 19:13:49','5.188.62.76'),(366271,0,'ukdebtconsolidations.co.uk','2022-12-06 19:13:49','5.188.62.76'),(366272,0,'feed','2022-12-06 19:22:09','171.244.0.91'),(366273,0,'ukdebtconsolidations-co-uk','2022-12-06 19:29:57','188.166.91.172'),(366274,0,'feed','2022-12-06 19:40:12','157.230.15.115'),(366275,0,'payments','2022-12-06 19:47:01','185.119.81.101'),(366276,0,'ukdebtconsolidations-co-uk','2022-12-06 19:47:50','167.71.204.106'),(366277,0,'feed','2022-12-06 19:57:57','202.21.38.119'),(366278,0,'ukdebtconsolidations-co-uk','2022-12-06 20:05:36','185.2.4.134'),(366279,0,'feed','2022-12-06 20:16:10','192.71.144.12'),(366280,0,'ukdebtconsolidations-co-uk','2022-12-06 20:23:46','93.114.185.76'),(366281,0,'payments@ridingtherhino.co.uk','2022-12-06 20:27:54','185.119.81.98'),(366282,0,'feed','2022-12-06 20:33:53','3.111.28.139'),(366283,0,'ukdebtconsolidations-co-uk','2022-12-06 20:41:25','34.69.177.69'),(366284,0,'ukdebtconsolidations-co-uk','2022-12-06 20:58:56','34.69.109.132'),(366285,0,'feed','2022-12-06 21:09:22','45.120.69.121'),(366286,0,'ukdebtconsolidations-co-uk','2022-12-06 21:16:57','23.97.205.210'),(366287,0,'feed','2022-12-06 21:26:39','145.239.30.120'),(366288,0,'ukdebtconsolidations-co-uk','2022-12-06 21:34:03','178.217.190.82'),(366289,0,'feed','2022-12-06 21:43:38','103.173.78.7'),(366290,0,'ukdebtconsolidations-co-uk','2022-12-06 21:50:39','23.99.229.218'),(366291,0,'feed','2022-12-06 22:00:07','24.199.86.99'),(366292,0,'ukdebtconsolidations-co-uk','2022-12-06 22:07:25','23.88.121.67'),(366293,0,'feed','2022-12-06 22:17:48','46.32.249.62'),(366294,0,'ukdebtconsolidations-co-uk','2022-12-06 22:25:26','80.247.230.51'),(366295,0,'feed','2022-12-06 22:35:51','185.2.5.77'),(366296,0,'ukdebtconsolidations-co-uk','2022-12-06 22:44:10','104.248.35.154'),(366297,0,'feed','2022-12-06 23:12:53','137.184.124.136'),(366298,0,'ukdebtconsolidations-co-uk','2022-12-06 23:20:04','124.153.66.86'),(366299,0,'feed','2022-12-06 23:29:49','54.37.156.240'),(366300,0,'ukdebtconsolidations-co-uk','2022-12-06 23:37:09','39.108.148.88'),(366301,0,'feed','2022-12-06 23:46:54','75.119.135.205'),(366302,0,'ukdebtconsolidations-co-uk','2022-12-06 23:54:12','139.59.85.224'),(366303,0,'feed','2022-12-07 00:04:13','35.243.254.156'),(366304,0,'ukdebtconsolidations-co-uk','2022-12-07 00:11:46','103.130.219.13'),(366305,0,'feed','2022-12-07 00:22:26','159.89.199.237'),(366306,0,'admin','2022-12-07 00:39:50','185.119.81.98'),(366307,0,'ukdebtconsolidations-co-uk','2022-12-07 00:49:56','47.115.24.165'),(366308,0,'feed','2022-12-07 01:01:10','139.59.85.224'),(366309,0,'ukdebtconsolidations-co-uk','2022-12-07 01:09:24','138.68.96.111'),(366310,0,'feed','2022-12-07 01:21:11','143.244.140.199'),(366311,0,'ukdebtconsolidations-co-uk','2022-12-07 01:29:31','144.126.223.177'),(366312,0,'feed','2022-12-07 01:40:42','116.203.180.175'),(366313,0,'ukdebtconsolidations-co-uk','2022-12-07 01:48:56','167.71.234.124'),(366314,0,'feed','2022-12-07 02:00:04','66.33.193.231'),(366315,0,'ukdebtconsolidations-co-uk','2022-12-07 02:08:32','157.230.15.115'),(366316,0,'feed','2022-12-07 02:19:48','159.89.164.128'),(366317,0,'ukdebtconsolidations-co-uk','2022-12-07 02:28:27','47.114.72.18'),(366318,0,'feed','2022-12-07 02:39:21','103.130.218.189'),(366319,0,'ukdebtconsolidations-co-uk','2022-12-07 02:47:46','146.56.99.136'),(366320,0,'feed','2022-12-07 02:59:32','202.21.38.119'),(366321,0,'ukdebtconsolidations-co-uk','2022-12-07 03:08:43','82.166.39.15'),(366322,0,'ukdebtconsolidations-co-uk','2022-12-07 03:30:55','205.196.221.177'),(366323,0,'feed','2022-12-07 03:43:12','51.89.47.206'),(366324,0,'ukdebtconsolidations-co-uk','2022-12-07 03:52:26','180.250.28.35'),(366325,0,'ukdebtconsolidations-co-uk','2022-12-07 04:13:29','159.89.228.214'),(366326,0,'feed','2022-12-07 04:25:33','178.128.107.59'),(366327,0,'ukdebtconsolidations-co-uk','2022-12-07 04:34:16','52.28.220.83'),(366328,0,'payments','2022-12-07 04:40:27','185.119.81.98'),(366329,0,'feed','2022-12-07 04:45:23','80.247.230.51'),(366330,0,'ukdebtconsolidations-co-uk','2022-12-07 04:53:52','114.119.188.227'),(366331,0,'feed','2022-12-07 05:05:21','51.89.47.206'),(366332,0,'ukdebtconsolidations-co-uk','2022-12-07 05:14:18','51.210.183.128'),(366333,0,'feed','2022-12-07 05:25:48','141.94.247.170'),(366334,0,'ukdebtconsolidations-co-uk','2022-12-07 05:33:30','202.21.38.119'),(366335,0,'feed','2022-12-07 05:44:06','103.163.139.202'),(366336,0,'ukdebtconsolidations-co-uk','2022-12-07 05:51:57','217.76.155.6'),(366337,0,'feed','2022-12-07 06:02:43','3.111.28.139'),(366338,0,'ukdebtconsolidations-co-uk','2022-12-07 06:11:29','148.72.214.245'),(366339,0,'feed','2022-12-07 06:22:59','34.121.23.185'),(366340,0,'ukdebtconsolidations-co-uk','2022-12-07 06:31:10','103.130.218.178'),(366341,0,'UK','2022-12-07 06:31:38','5.188.62.76'),(366342,0,'feed','2022-12-07 06:42:17','173.236.168.102'),(366343,0,'ukdebtconsolidations-co-uk','2022-12-07 06:50:43','191.252.194.250'),(366344,0,'feed','2022-12-07 07:02:16','23.88.121.67'),(366345,0,'wwwadmin','2022-12-07 07:11:10','89.108.126.154'),(366346,0,'feed','2022-12-07 07:23:36','164.132.170.4'),(366347,0,'ukdebtconsolidations-co-uk','2022-12-07 07:32:18','143.198.229.56'),(366348,0,'admin','2022-12-07 07:40:20','110.42.210.9'),(366349,0,'feed','2022-12-07 07:53:54','46.101.150.34'),(366350,0,'admin','2022-12-07 07:57:39','82.166.39.15'),(366351,0,'ukdebtconsolidations-co-uk','2022-12-07 08:11:26','191.252.194.250'),(366352,0,'admin','2022-12-07 08:22:31','188.166.236.35'),(366353,0,'feed','2022-12-07 08:36:22','106.52.120.186'),(366354,0,'ukdebtconsolidations.co.uk','2022-12-07 08:39:41','5.188.62.140'),(366355,0,'feed','2022-12-07 08:39:43','5.188.62.140'),(366356,0,'admin','2022-12-07 08:40:46','66.33.193.231'),(366357,0,'ukdebtconsolidations-co-uk','2022-12-07 08:54:17','34.75.65.218'),(366358,0,'olida','2022-12-07 08:55:16','185.119.81.98'),(366359,0,'admin','2022-12-07 09:06:02','157.230.127.126'),(366360,0,'feed','2022-12-07 09:19:34','52.28.220.83'),(366361,0,'ukdebtconsolidations-co-uk','2022-12-07 09:25:09','143.244.177.220'),(366362,0,'ukdebtconsolidations-co-uk','2022-12-07 09:38:10','188.166.91.172'),(366363,0,'feed','2022-12-07 09:52:38','82.166.39.15'),(366364,0,'admin','2022-12-07 09:55:31','185.119.81.109'),(366365,0,'feed','2022-12-07 10:05:42','167.172.156.96'),(366366,0,'ukdebtconsolidations-co-uk','2022-12-07 10:14:02','167.71.204.106'),(366367,0,'ukdebtconsolidations-co-uk','2022-12-07 10:26:11','64.227.6.141'),(366368,0,'payments@ridingtherhino.co.uk','2022-12-07 10:34:38','185.119.81.98'),(366369,0,'feed','2022-12-07 10:41:43','195.154.184.235'),(366370,0,'feed','2022-12-07 10:52:33','202.29.236.140'),(366371,0,'ukdebtconsolidations-co-uk','2022-12-07 11:01:06','202.29.236.140'),(366372,0,'ukdebtconsolidations-co-uk','2022-12-07 11:12:30','185.96.254.168'),(366373,0,'feed','2022-12-07 11:30:25','185.250.251.124'),(366374,0,'feed','2022-12-07 11:41:48','164.46.122.50'),(366375,0,'ukdebtconsolidations-co-uk','2022-12-07 11:51:57','5.161.93.40'),(366376,0,'ukdebtconsolidations-co-uk','2022-12-07 12:02:40','139.59.22.99'),(366377,0,'feed','2022-12-07 12:20:25','178.217.190.82'),(366378,0,'feed','2022-12-07 12:30:38','54.37.156.240'),(366379,0,'ukdebtconsolidations-co-uk','2022-12-07 12:40:41','143.244.155.35'),(366380,0,'ukdebtconsolidations-co-uk','2022-12-07 12:51:13','173.236.169.230'),(366381,0,'feed','2022-12-07 13:21:58','75.119.135.205'),(366382,0,'payments@ridingtherhino.co.uk','2022-12-07 13:32:25','185.119.81.97'),(366383,0,'wadminw','2022-12-07 13:32:41','194.163.132.194'),(366384,0,'ukdebtconsolidations-co-uk','2022-12-07 13:33:17','146.56.99.136'),(366385,0,'wadminw','2022-12-07 13:36:02','35.198.25.12'),(366386,0,'wadminw','2022-12-07 13:40:17','72.29.76.78'),(366387,0,'ukdebtconsolidations-co-uk','2022-12-07 13:42:58','93.114.185.76'),(366388,0,'feed','2022-12-07 14:02:07','118.24.106.172'),(366389,0,'feed','2022-12-07 14:12:04','64.225.65.31'),(366390,0,'admin','2022-12-07 14:14:59','185.119.81.98'),(366391,0,'wadminw','2022-12-07 14:19:11','128.199.109.135'),(366392,0,'admin','2022-12-07 14:22:36','23.99.229.218'),(366393,0,'ukdebtconsolidations-co-uk','2022-12-07 14:31:33','45.120.69.121'),(366394,0,'wwwadmin','2022-12-07 14:32:54','143.244.184.204'),(366395,0,'wwwadmin','2022-12-07 14:36:37','128.199.109.135'),(366396,0,'wwwadmin','2022-12-07 14:40:50','171.244.21.74'),(366397,0,'admin','2022-12-07 14:48:10','5.189.149.47'),(366398,0,'feed','2022-12-07 14:57:04','93.114.185.76'),(366399,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:53','178.13.101.76'),(366400,0,'admin','2022-12-07 14:57:54','178.13.101.76'),(366401,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:54','178.13.101.76'),(366402,0,'admin','2022-12-07 14:57:54','178.13.101.76'),(366403,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:54','178.13.101.76'),(366404,0,'admin','2022-12-07 14:57:55','178.13.101.76'),(366405,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:55','178.13.101.76'),(366406,0,'admin','2022-12-07 14:57:55','178.13.101.76'),(366407,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:55','178.13.101.76'),(366408,0,'admin','2022-12-07 14:57:56','178.13.101.76'),(366409,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:56','178.13.101.76'),(366410,0,'admin','2022-12-07 14:57:56','178.13.101.76'),(366411,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:56','178.13.101.76'),(366412,0,'admin','2022-12-07 14:57:57','178.13.101.76'),(366413,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:57','178.13.101.76'),(366414,0,'admin','2022-12-07 14:57:57','178.13.101.76'),(366415,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:58','178.13.101.76'),(366416,0,'admin','2022-12-07 14:57:58','178.13.101.76'),(366417,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:58','178.13.101.76'),(366418,0,'admin','2022-12-07 14:57:58','178.13.101.76'),(366419,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:58','178.13.101.76'),(366420,0,'admin','2022-12-07 14:57:59','178.13.101.76'),(366421,0,'ukdebtconsolidations-co-uk','2022-12-07 14:57:59','178.13.101.76'),(366422,0,'admin','2022-12-07 14:57:59','178.13.101.76'),(366423,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:00','178.13.101.76'),(366424,0,'admin','2022-12-07 14:58:00','178.13.101.76'),(366425,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:00','178.13.101.76'),(366426,0,'admin','2022-12-07 14:58:00','178.13.101.76'),(366427,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:01','178.13.101.76'),(366428,0,'admin','2022-12-07 14:58:01','178.13.101.76'),(366429,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:01','178.13.101.76'),(366430,0,'admin','2022-12-07 14:58:01','178.13.101.76'),(366431,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:02','178.13.101.76'),(366432,0,'admin','2022-12-07 14:58:02','178.13.101.76'),(366433,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:02','178.13.101.76'),(366434,0,'admin','2022-12-07 14:58:03','178.13.101.76'),(366435,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:03','178.13.101.76'),(366436,0,'admin','2022-12-07 14:58:03','178.13.101.76'),(366437,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:03','178.13.101.76'),(366438,0,'admin','2022-12-07 14:58:04','178.13.101.76'),(366439,0,'ukdebtconsolidations-co-uk','2022-12-07 14:58:04','178.13.101.76'),(366440,0,'admin','2022-12-07 14:58:04','178.13.101.76'),(366441,0,'payments@ridingtherhino.co.uk','2022-12-07 15:00:18','185.119.81.109'),(366442,0,'admin','2022-12-07 15:02:49','84.205.178.135'),(366443,0,'admin','2022-12-07 15:15:44','23.99.229.218'),(366444,0,'payments','2022-12-07 15:18:32','185.119.81.97'),(366445,0,'admin','2022-12-07 15:25:52','95.97.6.138'),(366446,0,'wadminw','2022-12-07 15:27:11','159.65.239.34'),(366447,0,'wadminw','2022-12-07 15:29:03','162.215.10.229'),(366448,0,'wadminw','2022-12-07 15:31:35','194.163.129.107'),(366449,0,'payments','2022-12-07 15:37:23','185.119.81.109'),(366450,0,'admin','2022-12-07 15:37:56','34.78.198.205'),(366451,0,'wadminw','2022-12-07 15:53:38','103.173.78.7'),(366452,0,'admin','2022-12-07 16:00:53','139.59.85.224'),(366453,0,'wwwadmin','2022-12-07 16:01:34','103.90.232.106'),(366454,0,'wwwadmin','2022-12-07 16:03:49','178.124.210.118'),(366455,0,'payments@ridingtherhino.co.uk','2022-12-07 16:06:06','185.119.81.97'),(366456,0,'wwwadmin','2022-12-07 16:06:48','93.114.235.167'),(366457,0,'payments','2022-12-07 16:09:33','185.119.81.98'),(366458,0,'admin','2022-12-07 16:10:43','157.245.207.53'),(366459,0,'wwwadmin','2022-12-07 16:29:08','35.225.94.95'),(366460,0,'payments','2022-12-07 17:12:54','185.119.81.109'),(366461,0,'payments','2022-12-07 22:23:38','185.119.81.97'),(366462,0,'admin','2022-12-07 22:51:06','39.97.166.144'),(366463,0,'payments@ridingtherhino.co.uk','2022-12-07 23:20:30','185.119.81.98'),(366464,0,'ukcare','2022-12-08 00:41:15','81.161.229.112'),(366465,0,'ukcare','2022-12-08 00:41:46','81.161.229.112'),(366466,0,'ukcare','2022-12-08 00:42:07','81.161.229.112'),(366467,0,'ukcare','2022-12-08 00:42:40','81.161.229.112'),(366468,0,'ukcare','2022-12-08 00:42:57','81.161.229.112'),(366469,0,'ukcare','2022-12-08 00:43:06','81.161.229.112'),(366470,0,'ukcare','2022-12-08 00:43:10','81.161.229.112'),(366471,0,'ukcare','2022-12-08 00:43:14','81.161.229.112'),(366472,0,'ukcare','2022-12-08 00:43:18','81.161.229.112'),(366473,0,'ukcare','2022-12-08 00:43:21','81.161.229.112'),(366474,0,'ukcare','2022-12-08 00:43:27','81.161.229.112'),(366475,0,'ukcare','2022-12-08 00:43:35','81.161.229.112'),(366476,0,'ukcare','2022-12-08 00:43:45','81.161.229.112'),(366477,0,'ukcare','2022-12-08 00:43:50','81.161.229.112'),(366478,0,'ukcare','2022-12-08 00:43:53','81.161.229.112'),(366479,0,'ukcare','2022-12-08 00:44:02','81.161.229.112'),(366480,0,'ukcare','2022-12-08 00:44:12','81.161.229.112'),(366481,0,'ukcare','2022-12-08 00:44:17','81.161.229.112'),(366482,0,'ukcare','2022-12-08 00:44:22','81.161.229.112'),(366483,0,'ukcare','2022-12-08 00:44:25','81.161.229.112'),(366484,0,'ukcare','2022-12-08 00:44:36','81.161.229.112'),(366485,0,'ukcare','2022-12-08 00:44:44','81.161.229.112'),(366486,0,'ukcare','2022-12-08 00:44:50','81.161.229.112'),(366487,0,'ukcare','2022-12-08 00:44:55','81.161.229.112'),(366488,0,'ukcare','2022-12-08 00:45:07','81.161.229.112'),(366489,0,'ukcare','2022-12-08 00:45:14','81.161.229.112'),(366490,0,'ukcare','2022-12-08 00:45:17','81.161.229.112'),(366491,0,'ukcare','2022-12-08 00:45:28','81.161.229.112'),(366492,0,'ukcare','2022-12-08 00:45:34','81.161.229.112'),(366493,0,'ukcare','2022-12-08 00:45:46','81.161.229.112'),(366494,0,'ukcare','2022-12-08 00:45:51','81.161.229.112'),(366495,0,'ukcare','2022-12-08 00:45:55','81.161.229.112'),(366496,0,'ukcare','2022-12-08 00:45:58','81.161.229.112'),(366497,0,'ukcare','2022-12-08 00:46:21','81.161.229.112'),(366498,0,'ukcare','2022-12-08 00:46:29','81.161.229.112'),(366499,0,'ukcare','2022-12-08 00:46:35','81.161.229.112'),(366500,0,'ukcare','2022-12-08 00:46:39','81.161.229.112'),(366501,0,'ukcare','2022-12-08 00:46:41','81.161.229.112'),(366502,0,'ukcare','2022-12-08 00:46:45','81.161.229.112'),(366503,0,'ukcare','2022-12-08 00:47:02','81.161.229.112'),(366504,0,'ukcare','2022-12-08 00:47:06','81.161.229.112'),(366505,0,'ukcare','2022-12-08 00:47:11','81.161.229.112'),(366506,0,'ukcare','2022-12-08 00:47:17','81.161.229.112'),(366507,0,'ukcare','2022-12-08 00:47:21','81.161.229.112'),(366508,0,'ukcare','2022-12-08 00:47:23','81.161.229.112'),(366509,0,'ukcare','2022-12-08 00:47:26','81.161.229.112'),(366510,0,'ukcare','2022-12-08 00:47:28','81.161.229.112'),(366511,0,'ukcare','2022-12-08 00:47:30','81.161.229.112'),(366512,0,'ukcare','2022-12-08 00:47:38','81.161.229.112'),(366513,0,'ukcare','2022-12-08 00:47:42','81.161.229.112'),(366514,0,'ukcare','2022-12-08 00:47:44','81.161.229.112'),(366515,0,'ukcare','2022-12-08 00:47:47','81.161.229.112'),(366516,0,'ukcare','2022-12-08 00:47:49','81.161.229.112'),(366517,0,'ukcare','2022-12-08 00:47:51','81.161.229.112'),(366518,0,'ukcare','2022-12-08 00:47:53','81.161.229.112'),(366519,0,'ukcare','2022-12-08 00:47:56','81.161.229.112'),(366520,0,'ukcare','2022-12-08 00:48:00','81.161.229.112'),(366521,0,'ukcare','2022-12-08 00:48:02','81.161.229.112'),(366522,0,'ukcare','2022-12-08 00:48:04','81.161.229.112'),(366523,0,'ukcare','2022-12-08 00:48:07','81.161.229.112'),(366524,0,'ukcare','2022-12-08 00:48:09','81.161.229.112'),(366525,0,'ukcare','2022-12-08 00:48:14','81.161.229.112'),(366526,0,'ukcare','2022-12-08 00:48:19','81.161.229.112'),(366527,0,'ukcare','2022-12-08 00:48:22','81.161.229.112'),(366528,0,'ukcare','2022-12-08 00:48:25','81.161.229.112'),(366529,0,'ukcare','2022-12-08 00:48:28','81.161.229.112'),(366530,0,'ukcare','2022-12-08 00:48:31','81.161.229.112'),(366531,0,'ukcare','2022-12-08 00:48:33','81.161.229.112'),(366532,0,'ukcare','2022-12-08 00:48:34','81.161.229.112'),(366533,0,'ukcare','2022-12-08 00:48:36','81.161.229.112'),(366534,0,'ukcare','2022-12-08 00:48:39','81.161.229.112'),(366535,0,'ukcare','2022-12-08 00:48:41','81.161.229.112'),(366536,0,'ukcare','2022-12-08 00:48:43','81.161.229.112'),(366537,0,'ukcare','2022-12-08 00:48:45','81.161.229.112'),(366538,0,'ukcare','2022-12-08 00:48:48','81.161.229.112'),(366539,0,'ukcare','2022-12-08 00:48:49','81.161.229.112'),(366540,0,'ukcare','2022-12-08 00:48:51','81.161.229.112'),(366541,0,'ukcare','2022-12-08 00:48:54','81.161.229.112'),(366542,0,'ukcare','2022-12-08 00:48:58','81.161.229.112'),(366543,0,'ukcare','2022-12-08 00:49:01','81.161.229.112'),(366544,0,'ukcare','2022-12-08 00:49:03','81.161.229.112'),(366545,0,'ukcare','2022-12-08 00:49:05','81.161.229.112'),(366546,0,'ukcare','2022-12-08 00:49:08','81.161.229.112'),(366547,0,'ukcare','2022-12-08 00:49:09','81.161.229.112'),(366548,0,'ukcare','2022-12-08 00:49:12','81.161.229.112'),(366549,0,'ukcare','2022-12-08 00:49:15','81.161.229.112'),(366550,0,'ukcare','2022-12-08 00:49:17','81.161.229.112'),(366551,0,'ukcare','2022-12-08 00:49:20','81.161.229.112'),(366552,0,'ukcare','2022-12-08 00:49:21','81.161.229.112'),(366553,0,'ukcare','2022-12-08 00:49:23','81.161.229.112'),(366554,0,'ukcare','2022-12-08 00:49:25','81.161.229.112'),(366555,0,'ukcare','2022-12-08 00:49:27','81.161.229.112'),(366556,0,'ukcare','2022-12-08 00:49:30','81.161.229.112'),(366557,0,'ukcare','2022-12-08 00:49:32','81.161.229.112'),(366558,0,'ukcare','2022-12-08 00:49:34','81.161.229.112'),(366559,0,'ukcare','2022-12-08 00:49:36','81.161.229.112'),(366560,0,'ukcare','2022-12-08 00:49:37','81.161.229.112'),(366561,0,'ukcare','2022-12-08 00:49:41','81.161.229.112'),(366562,0,'ukcare','2022-12-08 00:49:46','81.161.229.112'),(366563,0,'ukcare','2022-12-08 00:49:51','81.161.229.112'),(366564,0,'ukcare','2022-12-08 00:49:54','81.161.229.112'),(366565,0,'ukcare','2022-12-08 00:49:56','81.161.229.112'),(366566,0,'ukcare','2022-12-08 00:49:58','81.161.229.112'),(366567,0,'ukcare','2022-12-08 00:50:00','81.161.229.112'),(366568,0,'ukcare','2022-12-08 00:50:03','81.161.229.112'),(366569,0,'ukcare','2022-12-08 00:50:04','81.161.229.112'),(366570,0,'ukcare','2022-12-08 00:50:06','81.161.229.112'),(366571,0,'ukcare','2022-12-08 00:50:09','81.161.229.112'),(366572,0,'ukcare','2022-12-08 00:50:14','81.161.229.112'),(366573,0,'ukcare','2022-12-08 00:50:18','81.161.229.112'),(366574,0,'ukcare','2022-12-08 00:50:20','81.161.229.112'),(366575,0,'ukcare','2022-12-08 00:50:23','81.161.229.112'),(366576,0,'ukcare','2022-12-08 00:50:25','81.161.229.112'),(366577,0,'ukcare','2022-12-08 00:50:27','81.161.229.112'),(366578,0,'ukcare','2022-12-08 00:50:30','81.161.229.112'),(366579,0,'ukcare','2022-12-08 00:50:38','81.161.229.112'),(366580,0,'ukcare','2022-12-08 00:50:40','81.161.229.112'),(366581,0,'ukcare','2022-12-08 00:50:43','81.161.229.112'),(366582,0,'ukcare','2022-12-08 00:50:46','81.161.229.112'),(366583,0,'ukcare','2022-12-08 00:50:48','81.161.229.112'),(366584,0,'ukcare','2022-12-08 00:50:50','81.161.229.112'),(366585,0,'ukcare','2022-12-08 00:50:53','81.161.229.112'),(366586,0,'ukcare','2022-12-08 00:50:56','81.161.229.112'),(366587,0,'ukcare','2022-12-08 00:50:58','81.161.229.112'),(366588,0,'ukcare','2022-12-08 00:51:00','81.161.229.112'),(366589,0,'ukcare','2022-12-08 00:51:03','81.161.229.112'),(366590,0,'ukcare','2022-12-08 00:51:06','81.161.229.112'),(366591,0,'ukcare','2022-12-08 00:51:10','81.161.229.112'),(366592,0,'ukcare','2022-12-08 00:51:12','81.161.229.112'),(366593,0,'ukcare','2022-12-08 00:51:18','81.161.229.112'),(366594,0,'ukcare','2022-12-08 00:51:23','81.161.229.112'),(366595,0,'ukcare','2022-12-08 00:51:24','81.161.229.112'),(366596,0,'ukcare','2022-12-08 00:51:26','81.161.229.112'),(366597,0,'ukcare','2022-12-08 00:51:28','81.161.229.112'),(366598,0,'ukcare','2022-12-08 00:51:31','81.161.229.112'),(366599,0,'ukcare','2022-12-08 00:51:32','81.161.229.112'),(366600,0,'ukcare','2022-12-08 00:51:34','81.161.229.112'),(366601,0,'ukcare','2022-12-08 00:51:36','81.161.229.112'),(366602,0,'ukcare','2022-12-08 00:51:40','81.161.229.112'),(366603,0,'ukcare','2022-12-08 00:51:42','81.161.229.112'),(366604,0,'ukcare','2022-12-08 00:51:43','81.161.229.112'),(366605,0,'ukcare','2022-12-08 00:51:46','81.161.229.112'),(366606,0,'ukcare','2022-12-08 00:51:49','81.161.229.112'),(366607,0,'ukcare','2022-12-08 00:51:51','81.161.229.112'),(366608,0,'ukcare','2022-12-08 00:51:52','81.161.229.112'),(366609,0,'ukcare','2022-12-08 00:51:55','81.161.229.112'),(366610,0,'ukcare','2022-12-08 00:51:58','81.161.229.112'),(366611,0,'ukcare','2022-12-08 00:52:01','81.161.229.112'),(366612,0,'ukcare','2022-12-08 00:52:03','81.161.229.112'),(366613,0,'ukcare','2022-12-08 00:52:06','81.161.229.112'),(366614,0,'ukcare','2022-12-08 00:52:08','81.161.229.112'),(366615,0,'ukcare','2022-12-08 00:52:09','81.161.229.112'),(366616,0,'ukcare','2022-12-08 00:52:12','81.161.229.112'),(366617,0,'ukcare','2022-12-08 00:52:14','81.161.229.112'),(366618,0,'ukcare','2022-12-08 00:52:17','81.161.229.112'),(366619,0,'ukcare','2022-12-08 00:52:18','81.161.229.112'),(366620,0,'ukcare','2022-12-08 00:52:21','81.161.229.112'),(366621,0,'ukcare','2022-12-08 00:52:23','81.161.229.112'),(366622,0,'ukcare','2022-12-08 00:52:27','81.161.229.112'),(366623,0,'ukcare','2022-12-08 00:52:28','81.161.229.112'),(366624,0,'ukcare','2022-12-08 00:52:29','81.161.229.112'),(366625,0,'ukcare','2022-12-08 00:52:34','81.161.229.112'),(366626,0,'ukcare','2022-12-08 00:52:36','81.161.229.112'),(366627,0,'ukcare','2022-12-08 00:52:38','81.161.229.112'),(366628,0,'ukcare','2022-12-08 00:52:40','81.161.229.112'),(366629,0,'ukcare','2022-12-08 00:52:42','81.161.229.112'),(366630,0,'ukcare','2022-12-08 00:52:45','81.161.229.112'),(366631,0,'ukcare','2022-12-08 00:52:48','81.161.229.112'),(366632,0,'ukcare','2022-12-08 00:52:50','81.161.229.112'),(366633,0,'ukcare','2022-12-08 00:52:51','81.161.229.112'),(366634,0,'ukcare','2022-12-08 00:52:53','81.161.229.112'),(366635,0,'ukcare','2022-12-08 00:52:55','81.161.229.112'),(366636,0,'ukcare','2022-12-08 00:52:59','81.161.229.112'),(366637,0,'ukcare','2022-12-08 00:53:01','81.161.229.112'),(366638,0,'ukcare','2022-12-08 00:53:02','81.161.229.112'),(366639,0,'ukcare','2022-12-08 00:53:04','81.161.229.112'),(366640,0,'ukcare','2022-12-08 00:53:06','81.161.229.112'),(366641,0,'ukcare','2022-12-08 00:53:08','81.161.229.112'),(366642,0,'ukcare','2022-12-08 00:53:10','81.161.229.112'),(366643,0,'ukcare','2022-12-08 00:53:12','81.161.229.112'),(366644,0,'ukcare','2022-12-08 00:53:16','81.161.229.112'),(366645,0,'ukcare','2022-12-08 00:53:17','81.161.229.112'),(366646,0,'ukcare','2022-12-08 00:53:21','81.161.229.112'),(366647,0,'ukcare','2022-12-08 00:53:24','81.161.229.112'),(366648,0,'ukcare','2022-12-08 00:53:25','81.161.229.112'),(366649,0,'ukcare','2022-12-08 00:53:28','81.161.229.112'),(366650,0,'ukcare','2022-12-08 00:53:30','81.161.229.112'),(366651,0,'ukcare','2022-12-08 00:53:32','81.161.229.112'),(366652,0,'ukcare','2022-12-08 00:53:34','81.161.229.112'),(366653,0,'ukcare','2022-12-08 00:53:37','81.161.229.112'),(366654,0,'ukcare','2022-12-08 00:53:40','81.161.229.112'),(366655,0,'ukcare','2022-12-08 00:53:42','81.161.229.112'),(366656,0,'ukcare','2022-12-08 00:53:46','81.161.229.112'),(366657,0,'ukcare','2022-12-08 00:53:49','81.161.229.112'),(366658,0,'ukcare','2022-12-08 00:53:55','81.161.229.112'),(366659,0,'ukcare','2022-12-08 00:53:57','81.161.229.112'),(366660,0,'ukcare','2022-12-08 00:54:00','81.161.229.112'),(366661,0,'ukcare','2022-12-08 00:54:01','81.161.229.112'),(366662,0,'ukcare','2022-12-08 00:54:03','81.161.229.112'),(366663,0,'ukcare','2022-12-08 00:54:04','81.161.229.112'),(366664,0,'ukcare','2022-12-08 00:54:06','81.161.229.112'),(366665,0,'ukcare','2022-12-08 00:54:09','81.161.229.112'),(366666,0,'ukcare','2022-12-08 00:54:15','81.161.229.112'),(366667,0,'ukcare','2022-12-08 00:54:17','81.161.229.112'),(366668,0,'ukcare','2022-12-08 00:54:20','81.161.229.112'),(366669,0,'ukcare','2022-12-08 00:54:22','81.161.229.112'),(366670,0,'ukcare','2022-12-08 00:54:28','81.161.229.112'),(366671,0,'ukcare','2022-12-08 00:54:30','81.161.229.112'),(366672,0,'ukcare','2022-12-08 00:54:32','81.161.229.112'),(366673,0,'ukcare','2022-12-08 00:54:34','81.161.229.112'),(366674,0,'ukcare','2022-12-08 00:54:36','81.161.229.112'),(366675,0,'ukcare','2022-12-08 00:54:38','81.161.229.112'),(366676,0,'ukcare','2022-12-08 00:54:40','81.161.229.112'),(366677,0,'ukcare','2022-12-08 00:54:42','81.161.229.112'),(366678,0,'ukcare','2022-12-08 00:54:44','81.161.229.112'),(366679,0,'ukcare','2022-12-08 00:54:47','81.161.229.112'),(366680,0,'ukcare','2022-12-08 00:54:48','81.161.229.112'),(366681,0,'ukcare','2022-12-08 00:54:50','81.161.229.112'),(366682,0,'ukcare','2022-12-08 00:54:52','81.161.229.112'),(366683,0,'ukcare','2022-12-08 00:54:54','81.161.229.112'),(366684,0,'ukcare','2022-12-08 00:54:56','81.161.229.112'),(366685,0,'ukcare','2022-12-08 00:54:58','81.161.229.112'),(366686,0,'ukcare','2022-12-08 00:55:00','81.161.229.112'),(366687,0,'ukcare','2022-12-08 00:55:02','81.161.229.112'),(366688,0,'ukcare','2022-12-08 00:55:03','81.161.229.112'),(366689,0,'ukcare','2022-12-08 00:55:05','81.161.229.112'),(366690,0,'ukcare','2022-12-08 00:55:06','81.161.229.112'),(366691,0,'ukcare','2022-12-08 00:55:08','81.161.229.112'),(366692,0,'ukcare','2022-12-08 00:55:09','81.161.229.112'),(366693,0,'ukcare','2022-12-08 00:55:11','81.161.229.112'),(366694,0,'ukcare','2022-12-08 00:55:13','81.161.229.112'),(366695,0,'ukcare','2022-12-08 00:55:15','81.161.229.112'),(366696,0,'ukcare','2022-12-08 00:55:17','81.161.229.112'),(366697,0,'ukcare','2022-12-08 00:55:19','81.161.229.112'),(366698,0,'ukcare','2022-12-08 00:55:20','81.161.229.112'),(366699,0,'ukcare','2022-12-08 00:55:22','81.161.229.112'),(366700,0,'ukcare','2022-12-08 00:55:25','81.161.229.112'),(366701,0,'ukcare','2022-12-08 00:55:27','81.161.229.112'),(366702,0,'ukcare','2022-12-08 00:55:28','81.161.229.112'),(366703,0,'ukcare','2022-12-08 00:55:30','81.161.229.112'),(366704,0,'ukcare','2022-12-08 00:55:32','81.161.229.112'),(366705,0,'ukcare','2022-12-08 00:55:33','81.161.229.112'),(366706,0,'ukcare','2022-12-08 00:55:34','81.161.229.112'),(366707,0,'ukcare','2022-12-08 00:55:36','81.161.229.112'),(366708,0,'ukcare','2022-12-08 00:55:38','81.161.229.112'),(366709,0,'ukcare','2022-12-08 00:55:40','81.161.229.112'),(366710,0,'ukcare','2022-12-08 00:55:41','81.161.229.112'),(366711,0,'ukcare','2022-12-08 00:55:43','81.161.229.112'),(366712,0,'ukcare','2022-12-08 00:55:45','81.161.229.112'),(366713,0,'ukcare','2022-12-08 00:55:47','81.161.229.112'),(366714,0,'ukcare','2022-12-08 00:55:49','81.161.229.112'),(366715,0,'ukcare','2022-12-08 00:55:51','81.161.229.112'),(366716,0,'ukcare','2022-12-08 00:55:52','81.161.229.112'),(366717,0,'ukcare','2022-12-08 00:55:53','81.161.229.112'),(366718,0,'ukcare','2022-12-08 00:55:55','81.161.229.112'),(366719,0,'ukcare','2022-12-08 00:55:57','81.161.229.112'),(366720,0,'ukcare','2022-12-08 00:55:59','81.161.229.112'),(366721,0,'ukcare','2022-12-08 00:56:01','81.161.229.112'),(366722,0,'ukcare','2022-12-08 00:56:02','81.161.229.112'),(366723,0,'ukcare','2022-12-08 00:56:05','81.161.229.112'),(366724,0,'ukcare','2022-12-08 00:56:06','81.161.229.112'),(366725,0,'ukcare','2022-12-08 00:56:09','81.161.229.112'),(366726,0,'ukcare','2022-12-08 00:56:10','81.161.229.112'),(366727,0,'ukcare','2022-12-08 00:56:12','81.161.229.112'),(366728,0,'ukcare','2022-12-08 00:56:14','81.161.229.112'),(366729,0,'ukcare','2022-12-08 00:56:15','81.161.229.112'),(366730,0,'ukcare','2022-12-08 00:56:17','81.161.229.112'),(366731,0,'ukcare','2022-12-08 00:56:24','81.161.229.112'),(366732,0,'ukcare','2022-12-08 00:56:28','81.161.229.112'),(366733,0,'ukcare','2022-12-08 00:56:30','81.161.229.112'),(366734,0,'ukcare','2022-12-08 00:56:31','81.161.229.112'),(366735,0,'ukcare','2022-12-08 00:56:34','81.161.229.112'),(366736,0,'ukcare','2022-12-08 00:56:38','81.161.229.112'),(366737,0,'ukcare','2022-12-08 00:56:41','81.161.229.112'),(366738,0,'ukcare','2022-12-08 00:56:45','81.161.229.112'),(366739,0,'ukcare','2022-12-08 00:56:46','81.161.229.112'),(366740,0,'ukcare','2022-12-08 00:56:49','81.161.229.112'),(366741,0,'ukcare','2022-12-08 00:56:51','81.161.229.112'),(366742,0,'ukcare','2022-12-08 00:56:55','81.161.229.112'),(366743,0,'ukcare','2022-12-08 00:56:56','81.161.229.112'),(366744,0,'ukcare','2022-12-08 00:56:59','81.161.229.112'),(366745,0,'ukcare','2022-12-08 00:57:02','81.161.229.112'),(366746,0,'ukcare','2022-12-08 00:57:04','81.161.229.112'),(366747,0,'ukcare','2022-12-08 00:57:05','81.161.229.112'),(366748,0,'ukcare','2022-12-08 00:57:08','81.161.229.112'),(366749,0,'ukcare','2022-12-08 00:57:09','81.161.229.112'),(366750,0,'ukcare','2022-12-08 00:57:12','81.161.229.112'),(366751,0,'ukcare','2022-12-08 00:57:13','81.161.229.112'),(366752,0,'ukcare','2022-12-08 00:57:15','81.161.229.112'),(366753,0,'ukcare','2022-12-08 00:57:17','81.161.229.112'),(366754,0,'ukcare','2022-12-08 00:57:22','81.161.229.112'),(366755,0,'ukcare','2022-12-08 00:57:24','81.161.229.112'),(366756,0,'ukcare','2022-12-08 00:57:26','81.161.229.112'),(366757,0,'ukcare','2022-12-08 00:57:27','81.161.229.112'),(366758,0,'ukcare','2022-12-08 00:57:29','81.161.229.112'),(366759,0,'ukcare','2022-12-08 00:57:31','81.161.229.112'),(366760,0,'ukcare','2022-12-08 00:57:34','81.161.229.112'),(366761,0,'ukcare','2022-12-08 00:57:36','81.161.229.112'),(366762,0,'ukcare','2022-12-08 00:57:39','81.161.229.112'),(366763,0,'ukcare','2022-12-08 00:57:41','81.161.229.112'),(366764,0,'ukcare','2022-12-08 00:57:43','81.161.229.112'),(366765,0,'ukcare','2022-12-08 00:57:45','81.161.229.112'),(366766,0,'ukcare','2022-12-08 00:57:46','81.161.229.112'),(366767,0,'ukcare','2022-12-08 00:57:48','81.161.229.112'),(366768,0,'ukcare','2022-12-08 00:57:51','81.161.229.112'),(366769,0,'ukcare','2022-12-08 00:57:53','81.161.229.112'),(366770,0,'ukcare','2022-12-08 00:57:54','81.161.229.112'),(366771,0,'ukcare','2022-12-08 00:57:57','81.161.229.112'),(366772,0,'ukcare','2022-12-08 00:57:59','81.161.229.112'),(366773,0,'ukcare','2022-12-08 00:58:01','81.161.229.112'),(366774,0,'ukcare','2022-12-08 00:58:03','81.161.229.112'),(366775,0,'ukcare','2022-12-08 00:58:05','81.161.229.112'),(366776,0,'ukcare','2022-12-08 00:58:08','81.161.229.112'),(366777,0,'ukcare','2022-12-08 00:58:10','81.161.229.112'),(366778,0,'ukcare','2022-12-08 00:58:12','81.161.229.112'),(366779,0,'ukcare','2022-12-08 00:58:13','81.161.229.112'),(366780,0,'ukcare','2022-12-08 00:58:16','81.161.229.112'),(366781,0,'ukcare','2022-12-08 00:58:18','81.161.229.112'),(366782,0,'ukcare','2022-12-08 00:58:20','81.161.229.112'),(366783,0,'ukcare','2022-12-08 00:58:22','81.161.229.112'),(366784,0,'ukcare','2022-12-08 00:58:23','81.161.229.112'),(366785,0,'ukcare','2022-12-08 00:58:26','81.161.229.112'),(366786,0,'ukcare','2022-12-08 00:58:26','81.161.229.112'),(366787,0,'ukcare','2022-12-08 00:58:29','81.161.229.112'),(366788,0,'ukcare','2022-12-08 00:58:31','81.161.229.112'),(366789,0,'ukcare','2022-12-08 00:58:40','81.161.229.112'),(366790,0,'ukcare','2022-12-08 00:58:42','81.161.229.112'),(366791,0,'ukcare','2022-12-08 00:58:44','81.161.229.112'),(366792,0,'ukcare','2022-12-08 00:58:46','81.161.229.112'),(366793,0,'ukcare','2022-12-08 00:58:47','81.161.229.112'),(366794,0,'ukcare','2022-12-08 00:58:49','81.161.229.112'),(366795,0,'ukcare','2022-12-08 00:58:50','81.161.229.112'),(366796,0,'ukcare','2022-12-08 00:58:53','81.161.229.112'),(366797,0,'ukcare','2022-12-08 00:58:55','81.161.229.112'),(366798,0,'ukcare','2022-12-08 00:58:57','81.161.229.112'),(366799,0,'ukcare','2022-12-08 00:58:58','81.161.229.112'),(366800,0,'ukcare','2022-12-08 00:59:00','81.161.229.112'),(366801,0,'ukcare','2022-12-08 00:59:02','81.161.229.112'),(366802,0,'ukcare','2022-12-08 00:59:03','81.161.229.112'),(366803,0,'ukcare','2022-12-08 00:59:05','81.161.229.112'),(366804,0,'ukcare','2022-12-08 00:59:07','81.161.229.112'),(366805,0,'ukcare','2022-12-08 00:59:08','81.161.229.112'),(366806,0,'ukcare','2022-12-08 00:59:09','81.161.229.112'),(366807,0,'ukcare','2022-12-08 00:59:11','81.161.229.112'),(366808,0,'ukcare','2022-12-08 00:59:13','81.161.229.112'),(366809,0,'ukcare','2022-12-08 00:59:15','81.161.229.112'),(366810,0,'ukcare','2022-12-08 00:59:16','81.161.229.112'),(366811,0,'ukcare','2022-12-08 00:59:18','81.161.229.112'),(366812,0,'ukcare','2022-12-08 00:59:21','81.161.229.112'),(366813,0,'ukcare','2022-12-08 00:59:24','81.161.229.112'),(366814,0,'ukcare','2022-12-08 00:59:28','81.161.229.112'),(366815,0,'ukcare','2022-12-08 00:59:30','81.161.229.112'),(366816,0,'ukcare','2022-12-08 00:59:32','81.161.229.112'),(366817,0,'ukcare','2022-12-08 00:59:34','81.161.229.112'),(366818,0,'ukcare','2022-12-08 00:59:36','81.161.229.112'),(366819,0,'ukcare','2022-12-08 00:59:39','81.161.229.112'),(366820,0,'ukcare','2022-12-08 00:59:40','81.161.229.112'),(366821,0,'ukcare','2022-12-08 00:59:41','81.161.229.112'),(366822,0,'ukcare','2022-12-08 00:59:42','81.161.229.112'),(366823,0,'ukcare','2022-12-08 00:59:44','81.161.229.112'),(366824,0,'ukcare','2022-12-08 00:59:47','81.161.229.112'),(366825,0,'ukcare','2022-12-08 00:59:49','81.161.229.112'),(366826,0,'ukcare','2022-12-08 00:59:50','81.161.229.112'),(366827,0,'ukcare','2022-12-08 00:59:55','81.161.229.112'),(366828,0,'ukcare','2022-12-08 00:59:56','81.161.229.112'),(366829,0,'ukcare','2022-12-08 00:59:58','81.161.229.112'),(366830,0,'ukcare','2022-12-08 01:00:00','81.161.229.112'),(366831,0,'ukcare','2022-12-08 01:00:03','81.161.229.112'),(366832,0,'ukcare','2022-12-08 01:00:06','81.161.229.112'),(366833,0,'ukcare','2022-12-08 01:00:08','81.161.229.112'),(366834,0,'ukcare','2022-12-08 01:00:10','81.161.229.112'),(366835,0,'ukcare','2022-12-08 01:00:12','81.161.229.112'),(366836,0,'ukcare','2022-12-08 01:00:13','81.161.229.112'),(366837,0,'ukcare','2022-12-08 01:00:15','81.161.229.112'),(366838,0,'ukcare','2022-12-08 01:00:17','81.161.229.112'),(366839,0,'ukcare','2022-12-08 01:00:19','81.161.229.112'),(366840,0,'ukcare','2022-12-08 01:00:21','81.161.229.112'),(366841,0,'ukcare','2022-12-08 01:00:23','81.161.229.112'),(366842,0,'ukcare','2022-12-08 01:00:26','81.161.229.112'),(366843,0,'ukcare','2022-12-08 01:00:28','81.161.229.112'),(366844,0,'ukcare','2022-12-08 01:00:29','81.161.229.112'),(366845,0,'ukcare','2022-12-08 01:00:31','81.161.229.112'),(366846,0,'ukcare','2022-12-08 01:00:33','81.161.229.112'),(366847,0,'ukcare','2022-12-08 01:00:36','81.161.229.112'),(366848,0,'ukcare','2022-12-08 01:00:37','81.161.229.112'),(366849,0,'ukcare','2022-12-08 01:00:39','81.161.229.112'),(366850,0,'ukcare','2022-12-08 01:00:41','81.161.229.112'),(366851,0,'ukcare','2022-12-08 01:00:43','81.161.229.112'),(366852,0,'ukcare','2022-12-08 01:00:45','81.161.229.112'),(366853,0,'ukcare','2022-12-08 01:00:46','81.161.229.112'),(366854,0,'ukcare','2022-12-08 01:00:48','81.161.229.112'),(366855,0,'ukcare','2022-12-08 01:00:51','81.161.229.112'),(366856,0,'ukcare','2022-12-08 01:00:52','81.161.229.112'),(366857,0,'ukcare','2022-12-08 01:00:55','81.161.229.112'),(366858,0,'ukcare','2022-12-08 01:00:56','81.161.229.112'),(366859,0,'ukcare','2022-12-08 01:00:58','81.161.229.112'),(366860,0,'ukcare','2022-12-08 01:01:00','81.161.229.112'),(366861,0,'ukcare','2022-12-08 01:01:02','81.161.229.112'),(366862,0,'ukcare','2022-12-08 01:01:04','81.161.229.112'),(366863,0,'ukcare','2022-12-08 01:01:06','81.161.229.112'),(366864,0,'ukcare','2022-12-08 01:01:09','81.161.229.112'),(366865,0,'ukcare','2022-12-08 01:01:11','81.161.229.112'),(366866,0,'ukcare','2022-12-08 01:01:12','81.161.229.112'),(366867,0,'ukcare','2022-12-08 01:01:14','81.161.229.112'),(366868,0,'ukcare','2022-12-08 01:01:17','81.161.229.112'),(366869,0,'ukcare','2022-12-08 01:01:19','81.161.229.112'),(366870,0,'ukcare','2022-12-08 01:01:21','81.161.229.112'),(366871,0,'ukcare','2022-12-08 01:01:24','81.161.229.112'),(366872,0,'ukcare','2022-12-08 01:01:26','81.161.229.112'),(366873,0,'ukcare','2022-12-08 01:01:29','81.161.229.112'),(366874,0,'ukcare','2022-12-08 01:01:35','81.161.229.112'),(366875,0,'ukcare','2022-12-08 01:01:36','81.161.229.112'),(366876,0,'ukcare','2022-12-08 01:01:41','81.161.229.112'),(366877,0,'ukcare','2022-12-08 01:01:43','81.161.229.112'),(366878,0,'ukcare','2022-12-08 01:01:44','81.161.229.112'),(366879,0,'ukcare','2022-12-08 01:01:46','81.161.229.112'),(366880,0,'ukcare','2022-12-08 01:01:49','81.161.229.112'),(366881,0,'ukcare','2022-12-08 01:01:53','81.161.229.112'),(366882,0,'ukcare','2022-12-08 01:01:58','81.161.229.112'),(366883,0,'ukcare','2022-12-08 01:02:01','81.161.229.112'),(366884,0,'ukcare','2022-12-08 01:02:04','81.161.229.112'),(366885,0,'ukcare','2022-12-08 01:02:07','81.161.229.112'),(366886,0,'ukcare','2022-12-08 01:02:09','81.161.229.112'),(366887,0,'ukcare','2022-12-08 01:02:13','81.161.229.112'),(366888,0,'ukcare','2022-12-08 01:02:15','81.161.229.112'),(366889,0,'ukcare','2022-12-08 01:02:24','81.161.229.112'),(366890,0,'ukcare','2022-12-08 01:02:29','81.161.229.112'),(366891,0,'ukcare','2022-12-08 01:02:31','81.161.229.112'),(366892,0,'ukcare','2022-12-08 01:02:36','81.161.229.112'),(366893,0,'ukcare','2022-12-08 01:02:37','81.161.229.112'),(366894,0,'ukcare','2022-12-08 01:02:40','81.161.229.112'),(366895,0,'ukcare','2022-12-08 01:02:42','81.161.229.112'),(366896,0,'ukcare','2022-12-08 01:02:44','81.161.229.112'),(366897,0,'ukcare','2022-12-08 01:02:53','81.161.229.112'),(366898,0,'ukcare','2022-12-08 01:02:57','81.161.229.112'),(366899,0,'ukcare','2022-12-08 01:02:59','81.161.229.112'),(366900,0,'ukcare','2022-12-08 01:03:02','81.161.229.112'),(366901,0,'ukcare','2022-12-08 01:03:05','81.161.229.112'),(366902,0,'ukcare','2022-12-08 01:03:08','81.161.229.112'),(366903,0,'ukcare','2022-12-08 01:03:12','81.161.229.112'),(366904,0,'ukcare','2022-12-08 01:03:28','81.161.229.112'),(366905,0,'ukcare','2022-12-08 01:03:37','81.161.229.112'),(366906,0,'ukcare','2022-12-08 01:03:46','81.161.229.112'),(366907,0,'ukcare','2022-12-08 01:04:02','81.161.229.112'),(366908,0,'ukcare','2022-12-08 01:04:18','81.161.229.112'),(366909,0,'ukcare','2022-12-08 01:04:25','81.161.229.112'),(366910,0,'ukcare','2022-12-08 01:04:32','81.161.229.112'),(366911,0,'ukcare','2022-12-08 01:04:47','81.161.229.112'),(366912,0,'ukcare','2022-12-08 01:04:57','81.161.229.112'),(366913,0,'ukcare','2022-12-08 01:05:01','81.161.229.112'),(366914,0,'ukcare','2022-12-08 01:05:06','81.161.229.112'),(366915,0,'ukcare','2022-12-08 01:05:10','81.161.229.112'),(366916,0,'ukcare','2022-12-08 01:05:20','81.161.229.112'),(366917,0,'ukcare','2022-12-08 01:05:24','81.161.229.112'),(366918,0,'ukcare','2022-12-08 01:05:27','81.161.229.112'),(366919,0,'ukcare','2022-12-08 01:05:29','81.161.229.112'),(366920,0,'ukcare','2022-12-08 01:05:36','81.161.229.112'),(366921,0,'ukcare','2022-12-08 01:05:43','81.161.229.112'),(366922,0,'ukcare','2022-12-08 01:05:46','81.161.229.112'),(366923,0,'ukcare','2022-12-08 01:05:48','81.161.229.112'),(366924,0,'ukcare','2022-12-08 01:05:52','81.161.229.112'),(366925,0,'ukcare','2022-12-08 01:06:00','81.161.229.112'),(366926,0,'ukcare','2022-12-08 01:06:02','81.161.229.112'),(366927,0,'ukcare','2022-12-08 01:06:05','81.161.229.112'),(366928,0,'ukcare','2022-12-08 01:06:07','81.161.229.112'),(366929,0,'ukcare','2022-12-08 01:06:11','81.161.229.112'),(366930,0,'ukcare','2022-12-08 01:06:14','81.161.229.112'),(366931,0,'ukcare','2022-12-08 01:06:21','81.161.229.112'),(366932,0,'ukcare','2022-12-08 01:06:24','81.161.229.112'),(366933,0,'ukcare','2022-12-08 01:06:26','81.161.229.112'),(366934,0,'ukcare','2022-12-08 01:06:29','81.161.229.112'),(366935,0,'ukcare','2022-12-08 01:06:34','81.161.229.112'),(366936,0,'ukcare','2022-12-08 01:06:36','81.161.229.112'),(366937,0,'ukcare','2022-12-08 01:06:40','81.161.229.112'),(366938,0,'ukcare','2022-12-08 01:06:42','81.161.229.112'),(366939,0,'ukcare','2022-12-08 01:06:46','81.161.229.112'),(366940,0,'ukcare','2022-12-08 01:06:49','81.161.229.112'),(366941,0,'ukcare','2022-12-08 01:06:51','81.161.229.112'),(366942,0,'ukcare','2022-12-08 01:06:53','81.161.229.112'),(366943,0,'ukcare','2022-12-08 01:06:55','81.161.229.112'),(366944,0,'ukcare','2022-12-08 01:06:57','81.161.229.112'),(366945,0,'ukcare','2022-12-08 01:07:00','81.161.229.112'),(366946,0,'ukcare','2022-12-08 01:07:04','81.161.229.112'),(366947,0,'ukcare','2022-12-08 01:07:07','81.161.229.112'),(366948,0,'ukcare','2022-12-08 01:07:09','81.161.229.112'),(366949,0,'ukcare','2022-12-08 01:07:11','81.161.229.112'),(366950,0,'ukcare','2022-12-08 01:07:14','81.161.229.112'),(366951,0,'ukcare','2022-12-08 01:07:16','81.161.229.112'),(366952,0,'ukcare','2022-12-08 01:07:21','81.161.229.112'),(366953,0,'ukcare','2022-12-08 01:07:24','81.161.229.112'),(366954,0,'ukcare','2022-12-08 01:07:26','81.161.229.112'),(366955,0,'ukcare','2022-12-08 01:07:28','81.161.229.112'),(366956,0,'ukcare','2022-12-08 01:07:34','81.161.229.112'),(366957,0,'ukcare','2022-12-08 01:07:41','81.161.229.112'),(366958,0,'ukcare','2022-12-08 01:07:43','81.161.229.112'),(366959,0,'ukcare','2022-12-08 01:07:46','81.161.229.112'),(366960,0,'ukcare','2022-12-08 01:07:49','81.161.229.112'),(366961,0,'ukcare','2022-12-08 01:07:50','81.161.229.112'),(366962,0,'ukcare','2022-12-08 01:07:52','81.161.229.112'),(366963,0,'ukcare','2022-12-08 01:07:55','81.161.229.112'),(366964,0,'ukcare','2022-12-08 01:07:57','81.161.229.112'),(366965,0,'ukcare','2022-12-08 01:07:59','81.161.229.112'),(366966,0,'ukcare','2022-12-08 01:08:01','81.161.229.112'),(366967,0,'ukcare','2022-12-08 01:08:04','81.161.229.112'),(366968,0,'ukcare','2022-12-08 01:08:06','81.161.229.112'),(366969,0,'ukcare','2022-12-08 01:08:08','81.161.229.112'),(366970,0,'ukcare','2022-12-08 01:08:10','81.161.229.112'),(366971,0,'ukcare','2022-12-08 01:08:18','81.161.229.112'),(366972,0,'ukcare','2022-12-08 01:08:21','81.161.229.112'),(366973,0,'ukcare','2022-12-08 01:08:25','81.161.229.112'),(366974,0,'ukcare','2022-12-08 01:08:27','81.161.229.112'),(366975,0,'ukcare','2022-12-08 01:08:29','81.161.229.112'),(366976,0,'ukcare','2022-12-08 01:08:31','81.161.229.112'),(366977,0,'ukcare','2022-12-08 01:08:33','81.161.229.112'),(366978,0,'ukcare','2022-12-08 01:08:36','81.161.229.112'),(366979,0,'ukcare','2022-12-08 01:08:43','81.161.229.112'),(366980,0,'ukcare','2022-12-08 01:08:49','81.161.229.112'),(366981,0,'ukcare','2022-12-08 01:08:51','81.161.229.112'),(366982,0,'ukcare','2022-12-08 01:08:54','81.161.229.112'),(366983,0,'ukcare','2022-12-08 01:08:56','81.161.229.112'),(366984,0,'ukcare','2022-12-08 01:08:58','81.161.229.112'),(366985,0,'ukcare','2022-12-08 01:09:00','81.161.229.112'),(366986,0,'ukcare','2022-12-08 01:09:02','81.161.229.112'),(366987,0,'ukcare','2022-12-08 01:09:04','81.161.229.112'),(366988,0,'ukcare','2022-12-08 01:09:05','81.161.229.112'),(366989,0,'ukcare','2022-12-08 01:09:09','81.161.229.112'),(366990,0,'ukcare','2022-12-08 01:09:12','81.161.229.112'),(366991,0,'ukcare','2022-12-08 01:09:14','81.161.229.112'),(366992,0,'ukcare','2022-12-08 01:09:17','81.161.229.112'),(366993,0,'ukcare','2022-12-08 01:09:19','81.161.229.112'),(366994,0,'ukcare','2022-12-08 01:09:25','81.161.229.112'),(366995,0,'ukcare','2022-12-08 01:09:28','81.161.229.112'),(366996,0,'ukcare','2022-12-08 01:09:29','81.161.229.112'),(366997,0,'ukcare','2022-12-08 01:09:32','81.161.229.112'),(366998,0,'ukcare','2022-12-08 01:09:35','81.161.229.112'),(366999,0,'ukcare','2022-12-08 01:09:37','81.161.229.112'),(367000,0,'ukcare','2022-12-08 01:09:39','81.161.229.112'),(367001,0,'ukcare','2022-12-08 01:09:42','81.161.229.112'),(367002,0,'ukcare','2022-12-08 01:09:43','81.161.229.112'),(367003,0,'ukcare','2022-12-08 01:09:46','81.161.229.112'),(367004,0,'ukcare','2022-12-08 01:09:48','81.161.229.112'),(367005,0,'ukcare','2022-12-08 01:09:49','81.161.229.112'),(367006,0,'ukcare','2022-12-08 01:09:52','81.161.229.112'),(367007,0,'ukcare','2022-12-08 01:09:53','81.161.229.112'),(367008,0,'ukcare','2022-12-08 01:09:56','81.161.229.112'),(367009,0,'ukcare','2022-12-08 01:09:59','81.161.229.112'),(367010,0,'ukcare','2022-12-08 01:10:02','81.161.229.112'),(367011,0,'ukcare','2022-12-08 01:10:05','81.161.229.112'),(367012,0,'ukcare','2022-12-08 01:10:07','81.161.229.112'),(367013,0,'ukcare','2022-12-08 01:10:09','81.161.229.112'),(367014,0,'ukcare','2022-12-08 01:10:11','81.161.229.112'),(367015,0,'ukcare','2022-12-08 01:10:12','81.161.229.112'),(367016,0,'ukcare','2022-12-08 01:10:16','81.161.229.112'),(367017,0,'ukcare','2022-12-08 01:10:19','81.161.229.112'),(367018,0,'ukcare','2022-12-08 01:10:20','81.161.229.112'),(367019,0,'ukcare','2022-12-08 01:10:27','81.161.229.112'),(367020,0,'ukcare','2022-12-08 01:10:30','81.161.229.112'),(367021,0,'ukcare','2022-12-08 01:10:33','81.161.229.112'),(367022,0,'ukcare','2022-12-08 01:10:35','81.161.229.112'),(367023,0,'ukcare','2022-12-08 01:10:37','81.161.229.112'),(367024,0,'ukcare','2022-12-08 01:10:39','81.161.229.112'),(367025,0,'ukcare','2022-12-08 01:10:41','81.161.229.112'),(367026,0,'ukcare','2022-12-08 01:10:49','81.161.229.112'),(367027,0,'ukcare','2022-12-08 01:10:51','81.161.229.112'),(367028,0,'ukcare','2022-12-08 01:10:53','81.161.229.112'),(367029,0,'ukcare','2022-12-08 01:10:56','81.161.229.112'),(367030,0,'ukcare','2022-12-08 01:10:58','81.161.229.112'),(367031,0,'ukcare','2022-12-08 01:11:00','81.161.229.112'),(367032,0,'ukcare','2022-12-08 01:11:03','81.161.229.112'),(367033,0,'ukcare','2022-12-08 01:11:05','81.161.229.112'),(367034,0,'ukcare','2022-12-08 01:11:08','81.161.229.112'),(367035,0,'ukcare','2022-12-08 01:11:11','81.161.229.112'),(367036,0,'ukcare','2022-12-08 01:11:22','81.161.229.112'),(367037,0,'ukcare','2022-12-08 01:11:27','81.161.229.112'),(367038,0,'ukcare','2022-12-08 01:11:32','81.161.229.112'),(367039,0,'ukcare','2022-12-08 01:11:34','81.161.229.112'),(367040,0,'ukcare','2022-12-08 01:11:43','81.161.229.112'),(367041,0,'ukcare','2022-12-08 01:11:48','81.161.229.112'),(367042,0,'ukcare','2022-12-08 01:11:57','81.161.229.112'),(367043,0,'ukcare','2022-12-08 01:12:00','81.161.229.112'),(367044,0,'ukcare','2022-12-08 01:12:06','81.161.229.112'),(367045,0,'ukcare','2022-12-08 01:12:08','81.161.229.112'),(367046,0,'ukcare','2022-12-08 01:12:13','81.161.229.112'),(367047,0,'ukcare','2022-12-08 01:12:16','81.161.229.112'),(367048,0,'ukcare','2022-12-08 01:12:24','81.161.229.112'),(367049,0,'ukcare','2022-12-08 01:12:27','81.161.229.112'),(367050,0,'ukcare','2022-12-08 01:12:39','81.161.229.112'),(367051,0,'ukcare','2022-12-08 01:12:49','81.161.229.112'),(367052,0,'ukcare','2022-12-08 01:12:53','81.161.229.112'),(367053,0,'ukcare','2022-12-08 01:12:55','81.161.229.112'),(367054,0,'ukcare','2022-12-08 01:12:58','81.161.229.112'),(367055,0,'ukcare','2022-12-08 01:13:03','81.161.229.112'),(367056,0,'ukcare','2022-12-08 01:13:07','81.161.229.112'),(367057,0,'ukcare','2022-12-08 01:13:09','81.161.229.112'),(367058,0,'ukcare','2022-12-08 01:13:12','81.161.229.112'),(367059,0,'ukcare','2022-12-08 01:13:15','81.161.229.112'),(367060,0,'ukcare','2022-12-08 01:13:18','81.161.229.112'),(367061,0,'ukcare','2022-12-08 01:13:28','81.161.229.112'),(367062,0,'ukcare','2022-12-08 01:13:34','81.161.229.112'),(367063,0,'ukcare','2022-12-08 01:13:49','81.161.229.112'),(367064,0,'ukcare','2022-12-08 01:13:58','81.161.229.112'),(367065,0,'ukcare','2022-12-08 01:14:02','81.161.229.112'),(367066,0,'ukcare','2022-12-08 01:14:05','81.161.229.112'),(367067,0,'ukcare','2022-12-08 01:14:16','81.161.229.112'),(367068,0,'ukcare','2022-12-08 01:14:22','81.161.229.112'),(367069,0,'ukcare','2022-12-08 01:14:24','81.161.229.112'),(367070,0,'ukcare','2022-12-08 01:14:29','81.161.229.112'),(367071,0,'ukcare','2022-12-08 01:14:34','81.161.229.112'),(367072,0,'ukcare','2022-12-08 01:14:39','81.161.229.112'),(367073,0,'ukcare','2022-12-08 01:14:41','81.161.229.112'),(367074,0,'ukcare','2022-12-08 01:14:45','81.161.229.112'),(367075,0,'ukcare','2022-12-08 01:14:48','81.161.229.112'),(367076,0,'ukcare','2022-12-08 01:14:50','81.161.229.112'),(367077,0,'ukcare','2022-12-08 01:14:53','81.161.229.112'),(367078,0,'ukcare','2022-12-08 01:14:55','81.161.229.112'),(367079,0,'ukcare','2022-12-08 01:14:58','81.161.229.112'),(367080,0,'ukcare','2022-12-08 01:15:00','81.161.229.112'),(367081,0,'ukcare','2022-12-08 01:15:02','81.161.229.112'),(367082,0,'ukcare','2022-12-08 01:15:05','81.161.229.112'),(367083,0,'ukcare','2022-12-08 01:15:11','81.161.229.112'),(367084,0,'ukcare','2022-12-08 01:15:14','81.161.229.112'),(367085,0,'ukcare','2022-12-08 01:15:17','81.161.229.112'),(367086,0,'ukcare','2022-12-08 01:15:19','81.161.229.112'),(367087,0,'ukcare','2022-12-08 01:15:25','81.161.229.112'),(367088,0,'ukcare','2022-12-08 01:15:27','81.161.229.112'),(367089,0,'ukcare','2022-12-08 01:15:29','81.161.229.112'),(367090,0,'ukcare','2022-12-08 01:15:36','81.161.229.112'),(367091,0,'ukcare','2022-12-08 01:15:39','81.161.229.112'),(367092,0,'ukcare','2022-12-08 01:15:40','81.161.229.112'),(367093,0,'ukcare','2022-12-08 01:15:43','81.161.229.112'),(367094,0,'ukcare','2022-12-08 01:15:45','81.161.229.112'),(367095,0,'ukcare','2022-12-08 01:15:53','81.161.229.112'),(367096,0,'ukcare','2022-12-08 01:16:00','81.161.229.112'),(367097,0,'ukcare','2022-12-08 01:16:02','81.161.229.112'),(367098,0,'ukcare','2022-12-08 01:16:04','81.161.229.112'),(367099,0,'ukcare','2022-12-08 01:16:10','81.161.229.112'),(367100,0,'ukcare','2022-12-08 01:16:13','81.161.229.112'),(367101,0,'ukcare','2022-12-08 01:16:19','81.161.229.112'),(367102,0,'ukcare','2022-12-08 01:16:22','81.161.229.112'),(367103,0,'ukcare','2022-12-08 01:16:24','81.161.229.112'),(367104,0,'ukcare','2022-12-08 01:16:26','81.161.229.112'),(367105,0,'ukcare','2022-12-08 01:16:28','81.161.229.112'),(367106,0,'ukcare','2022-12-08 01:16:32','81.161.229.112'),(367107,0,'ukcare','2022-12-08 01:16:34','81.161.229.112'),(367108,0,'ukcare','2022-12-08 01:16:37','81.161.229.112'),(367109,0,'ukcare','2022-12-08 01:16:44','81.161.229.112'),(367110,0,'ukcare','2022-12-08 01:16:47','81.161.229.112'),(367111,0,'ukcare','2022-12-08 01:16:49','81.161.229.112'),(367112,0,'ukcare','2022-12-08 01:16:51','81.161.229.112'),(367113,0,'ukcare','2022-12-08 01:16:53','81.161.229.112'),(367114,0,'ukcare','2022-12-08 01:16:55','81.161.229.112'),(367115,0,'ukcare','2022-12-08 01:16:59','81.161.229.112'),(367116,0,'ukcare','2022-12-08 01:17:04','81.161.229.112'),(367117,0,'ukcare','2022-12-08 01:17:07','81.161.229.112'),(367118,0,'ukcare','2022-12-08 01:17:11','81.161.229.112'),(367119,0,'ukcare','2022-12-08 01:17:13','81.161.229.112'),(367120,0,'ukcare','2022-12-08 01:17:17','81.161.229.112'),(367121,0,'ukcare','2022-12-08 01:17:27','81.161.229.112'),(367122,0,'ukcare','2022-12-08 01:17:34','81.161.229.112'),(367123,0,'ukcare','2022-12-08 01:17:37','81.161.229.112'),(367124,0,'ukcare','2022-12-08 01:17:39','81.161.229.112'),(367125,0,'ukcare','2022-12-08 01:17:41','81.161.229.112'),(367126,0,'ukcare','2022-12-08 01:17:43','81.161.229.112'),(367127,0,'ukcare','2022-12-08 01:17:45','81.161.229.112'),(367128,0,'ukcare','2022-12-08 01:17:47','81.161.229.112'),(367129,0,'ukcare','2022-12-08 01:17:49','81.161.229.112'),(367130,0,'ukcare','2022-12-08 01:17:51','81.161.229.112'),(367131,0,'ukcare','2022-12-08 01:17:53','81.161.229.112'),(367132,0,'ukcare','2022-12-08 01:17:56','81.161.229.112'),(367133,0,'ukcare','2022-12-08 01:17:59','81.161.229.112'),(367134,0,'ukcare','2022-12-08 01:18:02','81.161.229.112'),(367135,0,'ukcare','2022-12-08 01:18:04','81.161.229.112'),(367136,0,'ukcare','2022-12-08 01:18:06','81.161.229.112'),(367137,0,'ukcare','2022-12-08 01:18:08','81.161.229.112'),(367138,0,'ukcare','2022-12-08 01:18:10','81.161.229.112'),(367139,0,'ukcare','2022-12-08 01:18:12','81.161.229.112'),(367140,0,'ukcare','2022-12-08 01:18:14','81.161.229.112'),(367141,0,'ukcare','2022-12-08 01:18:17','81.161.229.112'),(367142,0,'ukcare','2022-12-08 01:18:19','81.161.229.112'),(367143,0,'ukcare','2022-12-08 01:18:22','81.161.229.112'),(367144,0,'ukcare','2022-12-08 01:18:30','81.161.229.112'),(367145,0,'ukcare','2022-12-08 01:18:36','81.161.229.112'),(367146,0,'ukcare','2022-12-08 01:18:39','81.161.229.112'),(367147,0,'ukcare','2022-12-08 01:18:43','81.161.229.112'),(367148,0,'ukcare','2022-12-08 01:18:47','81.161.229.112'),(367149,0,'ukcare','2022-12-08 01:18:49','81.161.229.112'),(367150,0,'ukcare','2022-12-08 01:18:52','81.161.229.112'),(367151,0,'ukcare','2022-12-08 01:18:54','81.161.229.112'),(367152,0,'ukcare','2022-12-08 01:18:56','81.161.229.112'),(367153,0,'ukcare','2022-12-08 01:18:58','81.161.229.112'),(367154,0,'ukcare','2022-12-08 01:19:00','81.161.229.112'),(367155,0,'ukcare','2022-12-08 01:19:03','81.161.229.112'),(367156,0,'ukcare','2022-12-08 01:19:05','81.161.229.112'),(367157,0,'ukcare','2022-12-08 01:19:10','81.161.229.112'),(367158,0,'ukcare','2022-12-08 01:19:11','81.161.229.112'),(367159,0,'ukcare','2022-12-08 01:19:13','81.161.229.112'),(367160,0,'ukcare','2022-12-08 01:19:16','81.161.229.112'),(367161,0,'ukcare','2022-12-08 01:19:18','81.161.229.112'),(367162,0,'ukcare','2022-12-08 01:19:22','81.161.229.112'),(367163,0,'ukcare','2022-12-08 01:19:26','81.161.229.112'),(367164,0,'ukcare','2022-12-08 01:19:29','81.161.229.112'),(367165,0,'ukcare','2022-12-08 01:19:32','81.161.229.112'),(367166,0,'ukcare','2022-12-08 01:19:34','81.161.229.112'),(367167,0,'ukcare','2022-12-08 01:19:36','81.161.229.112'),(367168,0,'ukcare','2022-12-08 01:19:39','81.161.229.112'),(367169,0,'ukcare','2022-12-08 01:19:41','81.161.229.112'),(367170,0,'ukcare','2022-12-08 01:19:43','81.161.229.112'),(367171,0,'ukcare','2022-12-08 01:19:45','81.161.229.112'),(367172,0,'ukcare','2022-12-08 01:19:48','81.161.229.112'),(367173,0,'ukcare','2022-12-08 01:19:50','81.161.229.112'),(367174,0,'ukcare','2022-12-08 01:19:52','81.161.229.112'),(367175,0,'ukcare','2022-12-08 01:19:54','81.161.229.112'),(367176,0,'ukcare','2022-12-08 01:19:56','81.161.229.112'),(367177,0,'ukcare','2022-12-08 01:19:58','81.161.229.112'),(367178,0,'ukcare','2022-12-08 01:20:00','81.161.229.112'),(367179,0,'ukcare','2022-12-08 01:20:01','81.161.229.112'),(367180,0,'ukcare','2022-12-08 01:20:03','81.161.229.112'),(367181,0,'ukcare','2022-12-08 01:20:04','81.161.229.112'),(367182,0,'ukcare','2022-12-08 01:20:07','81.161.229.112'),(367183,0,'ukcare','2022-12-08 01:20:09','81.161.229.112'),(367184,0,'ukcare','2022-12-08 01:20:12','81.161.229.112'),(367185,0,'ukcare','2022-12-08 01:20:14','81.161.229.112'),(367186,0,'ukcare','2022-12-08 01:20:18','81.161.229.112'),(367187,0,'ukcare','2022-12-08 01:20:21','81.161.229.112'),(367188,0,'ukcare','2022-12-08 01:20:23','81.161.229.112'),(367189,0,'ukcare','2022-12-08 01:20:26','81.161.229.112'),(367190,0,'ukcare','2022-12-08 01:20:28','81.161.229.112'),(367191,0,'ukcare','2022-12-08 01:20:30','81.161.229.112'),(367192,0,'ukcare','2022-12-08 01:20:32','81.161.229.112'),(367193,0,'ukcare','2022-12-08 01:20:38','81.161.229.112'),(367194,0,'ukcare','2022-12-08 01:20:42','81.161.229.112'),(367195,0,'ukcare','2022-12-08 01:20:48','81.161.229.112'),(367196,0,'ukcare','2022-12-08 01:20:51','81.161.229.112'),(367197,0,'ukcare','2022-12-08 01:20:53','81.161.229.112'),(367198,0,'ukcare','2022-12-08 01:20:55','81.161.229.112'),(367199,0,'ukcare','2022-12-08 01:20:57','81.161.229.112'),(367200,0,'ukcare','2022-12-08 01:21:01','81.161.229.112'),(367201,0,'ukcare','2022-12-08 01:21:03','81.161.229.112'),(367202,0,'ukcare','2022-12-08 01:21:06','81.161.229.112'),(367203,0,'ukcare','2022-12-08 01:21:10','81.161.229.112'),(367204,0,'ukcare','2022-12-08 01:21:14','81.161.229.112'),(367205,0,'ukcare','2022-12-08 01:21:16','81.161.229.112'),(367206,0,'ukcare','2022-12-08 01:21:18','81.161.229.112'),(367207,0,'ukcare','2022-12-08 01:21:20','81.161.229.112'),(367208,0,'ukcare','2022-12-08 01:21:23','81.161.229.112'),(367209,0,'ukcare','2022-12-08 01:21:25','81.161.229.112'),(367210,0,'ukcare','2022-12-08 01:21:27','81.161.229.112'),(367211,0,'ukcare','2022-12-08 01:21:29','81.161.229.112'),(367212,0,'ukcare','2022-12-08 01:21:32','81.161.229.112'),(367213,0,'ukcare','2022-12-08 01:21:34','81.161.229.112'),(367214,0,'ukcare','2022-12-08 01:21:36','81.161.229.112'),(367215,0,'ukcare','2022-12-08 01:21:38','81.161.229.112'),(367216,0,'ukcare','2022-12-08 01:21:41','81.161.229.112'),(367217,0,'ukcare','2022-12-08 01:21:42','81.161.229.112'),(367218,0,'ukcare','2022-12-08 01:21:44','81.161.229.112'),(367219,0,'ukcare','2022-12-08 01:21:46','81.161.229.112'),(367220,0,'ukcare','2022-12-08 01:21:47','81.161.229.112'),(367221,0,'ukcare','2022-12-08 01:21:50','81.161.229.112'),(367222,0,'ukcare','2022-12-08 01:21:54','81.161.229.112'),(367223,0,'ukcare','2022-12-08 01:21:56','81.161.229.112'),(367224,0,'ukcare','2022-12-08 01:21:58','81.161.229.112'),(367225,0,'ukcare','2022-12-08 01:22:00','81.161.229.112'),(367226,0,'ukcare','2022-12-08 01:22:02','81.161.229.112'),(367227,0,'ukcare','2022-12-08 01:22:03','81.161.229.112'),(367228,0,'ukcare','2022-12-08 01:22:06','81.161.229.112'),(367229,0,'ukcare','2022-12-08 01:22:07','81.161.229.112'),(367230,0,'ukcare','2022-12-08 01:22:09','81.161.229.112'),(367231,0,'ukcare','2022-12-08 01:22:10','81.161.229.112'),(367232,0,'ukcare','2022-12-08 01:22:12','81.161.229.112'),(367233,0,'ukcare','2022-12-08 01:22:13','81.161.229.112'),(367234,0,'ukcare','2022-12-08 01:22:16','81.161.229.112'),(367235,0,'ukcare','2022-12-08 01:22:19','81.161.229.112'),(367236,0,'ukcare','2022-12-08 01:22:21','81.161.229.112'),(367237,0,'ukcare','2022-12-08 01:22:23','81.161.229.112'),(367238,0,'ukcare','2022-12-08 01:22:24','81.161.229.112'),(367239,0,'ukcare','2022-12-08 01:22:26','81.161.229.112'),(367240,0,'ukcare','2022-12-08 01:22:28','81.161.229.112'),(367241,0,'ukcare','2022-12-08 01:22:30','81.161.229.112'),(367242,0,'ukcare','2022-12-08 01:22:32','81.161.229.112'),(367243,0,'ukcare','2022-12-08 01:22:35','81.161.229.112'),(367244,0,'ukcare','2022-12-08 01:22:37','81.161.229.112'),(367245,0,'ukcare','2022-12-08 01:22:38','81.161.229.112'),(367246,0,'ukcare','2022-12-08 01:22:40','81.161.229.112'),(367247,0,'ukcare','2022-12-08 01:22:42','81.161.229.112'),(367248,0,'ukcare','2022-12-08 01:22:44','81.161.229.112'),(367249,0,'ukcare','2022-12-08 01:22:46','81.161.229.112'),(367250,0,'ukcare','2022-12-08 01:22:49','81.161.229.112'),(367251,0,'ukcare','2022-12-08 01:22:51','81.161.229.112'),(367252,0,'ukcare','2022-12-08 01:22:53','81.161.229.112'),(367253,0,'ukcare','2022-12-08 01:22:54','81.161.229.112'),(367254,0,'ukcare','2022-12-08 01:22:57','81.161.229.112'),(367255,0,'ukcare','2022-12-08 01:23:00','81.161.229.112'),(367256,0,'ukcare','2022-12-08 01:23:02','81.161.229.112'),(367257,0,'ukcare','2022-12-08 01:23:04','81.161.229.112'),(367258,0,'ukcare','2022-12-08 01:23:08','81.161.229.112'),(367259,0,'ukcare','2022-12-08 01:23:11','81.161.229.112'),(367260,0,'ukcare','2022-12-08 01:23:13','81.161.229.112'),(367261,0,'ukcare','2022-12-08 01:23:16','81.161.229.112'),(367262,0,'ukcare','2022-12-08 01:23:19','81.161.229.112'),(367263,0,'ukcare','2022-12-08 01:23:22','81.161.229.112'),(367264,0,'ukcare','2022-12-08 01:23:24','81.161.229.112'),(367265,0,'ukcare','2022-12-08 01:23:26','81.161.229.112'),(367266,0,'ukcare','2022-12-08 01:23:28','81.161.229.112'),(367267,0,'ukcare','2022-12-08 01:23:31','81.161.229.112'),(367268,0,'ukcare','2022-12-08 01:23:34','81.161.229.112'),(367269,0,'ukcare','2022-12-08 01:23:36','81.161.229.112'),(367270,0,'ukcare','2022-12-08 01:23:38','81.161.229.112'),(367271,0,'ukcare','2022-12-08 01:23:41','81.161.229.112'),(367272,0,'ukcare','2022-12-08 01:23:44','81.161.229.112'),(367273,0,'ukcare','2022-12-08 01:23:46','81.161.229.112'),(367274,0,'ukcare','2022-12-08 01:23:48','81.161.229.112'),(367275,0,'ukcare','2022-12-08 01:23:52','81.161.229.112'),(367276,0,'ukcare','2022-12-08 01:23:54','81.161.229.112'),(367277,0,'ukcare','2022-12-08 01:23:58','81.161.229.112'),(367278,0,'ukcare','2022-12-08 01:24:00','81.161.229.112'),(367279,0,'ukcare','2022-12-08 01:24:02','81.161.229.112'),(367280,0,'ukcare','2022-12-08 01:24:05','81.161.229.112'),(367281,0,'ukcare','2022-12-08 01:24:09','81.161.229.112'),(367282,0,'ukcare','2022-12-08 01:24:11','81.161.229.112'),(367283,0,'ukcare','2022-12-08 01:24:14','81.161.229.112'),(367284,0,'ukcare','2022-12-08 01:24:17','81.161.229.112'),(367285,0,'ukcare','2022-12-08 01:24:20','81.161.229.112'),(367286,0,'ukcare','2022-12-08 01:24:23','81.161.229.112'),(367287,0,'ukcare','2022-12-08 01:24:27','81.161.229.112'),(367288,0,'ukcare','2022-12-08 01:24:30','81.161.229.112'),(367289,0,'ukcare','2022-12-08 01:24:33','81.161.229.112'),(367290,0,'ukcare','2022-12-08 01:24:38','81.161.229.112'),(367291,0,'ukcare','2022-12-08 01:24:39','81.161.229.112'),(367292,0,'ukcare','2022-12-08 01:24:42','81.161.229.112'),(367293,0,'ukcare','2022-12-08 01:24:43','81.161.229.112'),(367294,0,'ukcare','2022-12-08 01:24:45','81.161.229.112'),(367295,0,'ukcare','2022-12-08 01:24:52','81.161.229.112'),(367296,0,'ukcare','2022-12-08 01:24:55','81.161.229.112'),(367297,0,'ukcare','2022-12-08 01:24:58','81.161.229.112'),(367298,0,'ukcare','2022-12-08 01:25:00','81.161.229.112'),(367299,0,'ukcare','2022-12-08 01:25:02','81.161.229.112'),(367300,0,'ukcare','2022-12-08 01:25:04','81.161.229.112'),(367301,0,'ukcare','2022-12-08 01:25:06','81.161.229.112'),(367302,0,'ukcare','2022-12-08 01:25:08','81.161.229.112'),(367303,0,'ukcare','2022-12-08 01:25:11','81.161.229.112'),(367304,0,'ukcare','2022-12-08 01:25:12','81.161.229.112'),(367305,0,'ukcare','2022-12-08 01:25:14','81.161.229.112'),(367306,0,'ukcare','2022-12-08 01:25:16','81.161.229.112'),(367307,0,'ukcare','2022-12-08 01:25:21','81.161.229.112'),(367308,0,'ukcare','2022-12-08 01:25:23','81.161.229.112'),(367309,0,'ukcare','2022-12-08 01:25:24','81.161.229.112'),(367310,0,'ukcare','2022-12-08 01:25:26','81.161.229.112'),(367311,0,'ukcare','2022-12-08 01:25:28','81.161.229.112'),(367312,0,'ukcare','2022-12-08 01:27:35','81.161.229.112'),(367313,0,'admin','2022-12-08 01:28:16','185.119.81.98'),(367314,0,'admin','2022-12-08 03:32:10','104.236.45.171'),(367315,0,'admin','2022-12-08 03:37:27','178.124.210.118'),(367316,0,'ukdebtconsolidations-co-uk','2022-12-08 03:43:33','39.106.15.209'),(367317,0,'ukdebtconsolidations-co-uk','2022-12-08 03:48:28','67.23.254.254'),(367318,0,'ukdebtconsolidations-co-uk','2022-12-08 03:53:13','111.90.145.188'),(367319,0,'payments','2022-12-08 03:53:58','185.119.81.97'),(367320,0,'ukdebtconsolidations-co-uk','2022-12-08 03:57:57','47.106.201.134'),(367321,0,'ukdebtconsolidations-co-uk','2022-12-08 04:02:48','159.65.86.76'),(367322,0,'ukdebtconsolidations-co-uk','2022-12-08 04:08:01','119.18.49.12'),(367323,0,'ukdebtconsolidations-co-uk','2022-12-08 04:12:50','184.168.125.241'),(367324,0,'ukdebtconsolidations-co-uk','2022-12-08 04:19:04','34.143.243.10'),(367325,0,'ukdebtconsolidations-co-uk','2022-12-08 04:31:05','158.69.36.42'),(367326,0,'ukdebtconsolidations-co-uk','2022-12-08 04:37:06','50.87.193.205'),(367327,0,'ukdebtconsolidations-co-uk','2022-12-08 04:42:25','162.241.2.67'),(367328,0,'ukdebtconsolidations-co-uk','2022-12-08 04:47:29','192.185.82.119'),(367329,0,'ukdebtconsolidations-co-uk','2022-12-08 04:52:07','109.234.164.172'),(367330,0,'ukdebtconsolidations-co-uk','2022-12-08 04:56:33','190.107.177.243'),(367331,0,'ukdebtconsolidations-co-uk','2022-12-08 05:01:14','67.222.131.158'),(367332,0,'ukdebtconsolidations-co-uk','2022-12-08 05:05:59','162.214.146.186'),(367333,0,'ukdebtconsolidations-co-uk','2022-12-08 05:11:42','20.109.101.102'),(367334,0,'ukdebtconsolidations-co-uk','2022-12-08 05:17:33','128.199.80.137'),(367335,0,'ukdebtconsolidations-co-uk','2022-12-08 05:24:29','80.241.222.228'),(367336,0,'ukdebtconsolidations-co-uk','2022-12-08 05:31:03','172.104.81.115'),(367337,0,'ukdebtconsolidations-co-uk','2022-12-08 05:38:10','143.198.161.19'),(367338,0,'ukdebtconsolidations-co-uk','2022-12-08 05:45:01','159.65.6.45'),(367339,0,'ukdebtconsolidations-co-uk','2022-12-08 05:52:16','157.245.90.9'),(367340,0,'ukdebtconsolidations-co-uk','2022-12-08 05:59:39','150.95.112.79'),(367341,0,'ukdebtconsolidations-co-uk','2022-12-08 06:07:08','195.225.76.130'),(367342,0,'ukdebtconsolidations-co-uk','2022-12-08 06:15:07','154.0.164.115'),(367343,0,'ukdebtconsolidations-co-uk','2022-12-08 06:22:44','111.90.150.36'),(367344,0,'ukdebtconsolidations-co-uk','2022-12-08 06:31:14','45.79.134.70'),(367345,0,'ukdebtconsolidations-co-uk','2022-12-08 06:44:17','123.31.41.38'),(367346,0,'ukdebtconsolidations-co-uk','2022-12-08 06:53:04','43.225.53.24'),(367347,0,'admin','2022-12-08 07:01:25','157.245.90.9'),(367348,0,'admin','2022-12-08 07:10:42','213.149.103.132'),(367349,0,'admin','2022-12-08 07:19:45','194.163.129.107'),(367350,0,'admin','2022-12-08 07:28:40','116.62.49.96'),(367351,0,'admin','2022-12-08 07:38:23','109.234.164.172'),(367352,0,'admin','2022-12-08 07:47:46','81.68.87.46'),(367353,0,'admin','2022-12-08 07:57:17','103.20.212.195'),(367354,0,'admin','2022-12-08 08:07:04','185.183.122.143'),(367355,0,'admin','2022-12-08 08:17:12','188.212.34.36'),(367356,0,'admin','2022-12-08 08:26:47','148.72.209.0'),(367357,0,'admin','2022-12-08 08:37:08','213.149.103.132'),(367358,0,'are','2022-12-08 08:44:27','185.119.81.97'),(367359,0,'admin','2022-12-08 08:47:07','103.171.180.165'),(367360,0,'admin','2022-12-08 08:57:05','82.165.184.76'),(367361,0,'admin','2022-12-08 09:07:20','80.241.222.228'),(367362,0,'admin','2022-12-08 09:17:52','209.59.156.65'),(367363,0,'admin','2022-12-08 09:27:54','103.35.64.73'),(367364,0,'admin','2022-12-08 09:38:41','64.227.160.199'),(367365,0,'admin','2022-12-08 09:49:13','171.244.49.8'),(367366,0,'admin','2022-12-08 09:59:47','185.119.81.97'),(367367,0,'admin','2022-12-08 10:00:15','144.91.77.202'),(367368,0,'admin','2022-12-08 10:10:57','209.59.156.65'),(367369,0,'payments','2022-12-08 10:17:08','185.119.81.98'),(367370,0,'admin','2022-12-08 10:22:06','67.222.131.158'),(367371,0,'admin','2022-12-08 10:33:14','111.90.145.188'),(367372,0,'admin','2022-12-08 10:44:29','124.217.226.56'),(367373,0,'admin','2022-12-08 10:55:56','101.99.90.175'),(367374,0,'admin','2022-12-08 11:07:39','5.175.42.10'),(367375,0,'admin','2022-12-08 11:19:07','51.79.144.41'),(367376,0,'admin','2022-12-08 11:30:31','34.64.218.102'),(367377,0,'wadminw','2022-12-08 11:42:49','103.154.185.167'),(367378,0,'wwwadmin','2022-12-08 11:54:43','8.129.20.30'),(367379,0,'admin','2022-12-08 12:07:23','93.113.111.100'),(367380,0,'admin','2022-12-08 12:19:16','35.213.170.208'),(367381,0,'mf_florez@hotmail.com','2022-12-08 12:25:16','82.180.169.61'),(367382,0,'payments','2022-12-08 12:25:38','185.119.81.97'),(367383,0,'ukdebtconsolidations-co-uk','2022-12-08 12:31:29','194.233.69.10'),(367384,0,'support','2022-12-08 12:32:59','141.136.41.81'),(367385,0,'ukdebtconsolidations-co-uk','2022-12-08 12:43:44','8.218.143.243'),(367386,0,'developer','2022-12-08 12:44:39','153.92.218.75'),(367387,0,'admin@webkrafts','2022-12-08 12:45:24','185.28.20.130'),(367388,0,'payments','2022-12-08 12:48:19','185.119.81.98'),(367389,0,'ukdebtconsolidations-co-uk','2022-12-08 12:56:04','103.152.164.103'),(367390,0,'FredrikModh','2022-12-08 13:18:06','116.63.139.209'),(367391,0,'wadminw','2022-12-08 13:18:32','13.76.135.117'),(367392,0,'FredrikModh','2022-12-08 13:18:41','44.201.204.11'),(367393,0,'payments@ridingtherhino.co.uk','2022-12-08 13:20:40','185.119.81.98'),(367394,0,'Rohitrohit@11','2022-12-08 13:22:58','207.180.240.61'),(367395,0,'wwwadmin','2022-12-08 13:31:41','151.236.33.120'),(367396,0,'wadminw','2022-12-08 14:06:52','190.92.159.48'),(367397,0,'wwwadmin','2022-12-08 14:29:36','54.38.44.6'),(367398,0,'Ureachus','2022-12-08 14:30:02','95.217.198.36'),(367399,0,'q8421120','2022-12-08 14:44:32','5.23.51.236'),(367400,0,'test1234','2022-12-08 15:02:51','185.225.33.103'),(367401,0,'test123','2022-12-08 15:52:14','212.224.88.227'),(367402,0,'payments@ridingtherhino.co.uk','2022-12-08 16:23:07','185.119.81.97'),(367403,0,'admpakistan1@gmail.com','2022-12-08 16:32:19','45.148.121.253'),(367404,0,'are','2022-12-08 16:46:44','185.119.81.97'),(367405,0,'are','2022-12-08 16:47:32','185.119.81.97'),(367406,0,'1234','2022-12-08 16:54:48','103.146.203.73'),(367407,0,'admin.','2022-12-08 17:08:47','89.108.65.136'),(367408,0,'Eform','2022-12-08 18:30:19','5.101.156.6'),(367409,0,'Tings@807','2022-12-08 18:52:12','89.32.46.187'),(367410,0,'adminsy','2022-12-08 19:26:58','87.56.53.171'),(367411,0,'Mohamed','2022-12-08 19:34:07','174.138.177.173'),(367412,0,'yanz@123457','2022-12-08 20:13:41','54.79.166.165'),(367413,0,'admin','2022-12-08 20:23:18','185.119.81.97'),(367414,0,'ukdebtconsolidations','2022-12-08 21:27:37','107.189.6.184'),(367415,0,'payments@ridingtherhino.co.uk','2022-12-08 21:31:11','185.119.81.98'),(367416,0,'admin','2022-12-08 21:32:43','144.91.77.202'),(367417,0,'admin','2022-12-08 21:45:18','199.168.185.232'),(367418,0,'ukdebtconsolidations-co-uk','2022-12-08 21:59:00','188.212.34.36'),(367419,0,'fiverr','2022-12-08 22:06:53','159.69.212.183'),(367420,0,'ukdebtconsolidations-co-uk','2022-12-08 22:13:49','128.199.178.73'),(367421,0,'ukdebtconsolidations-co-uk','2022-12-08 22:43:08','42.200.109.156'),(367422,0,'ukdebtconsolidations-co-uk','2022-12-08 22:57:46','47.241.15.39'),(367423,0,'ukdebtconsolidations-co-uk','2022-12-08 23:14:03','83.150.215.90'),(367424,0,'ukdebtconsolidations-co-uk','2022-12-08 23:29:30','143.244.184.204'),(367425,0,'admin','2022-12-08 23:29:49','20.211.41.183'),(367426,0,'admin','2022-12-08 23:29:50','20.211.41.183'),(367427,0,'admin','2022-12-08 23:29:51','20.211.41.183'),(367428,0,'admin','2022-12-08 23:29:52','20.211.41.183'),(367429,0,'admin','2022-12-08 23:29:54','20.211.41.183'),(367430,0,'admin','2022-12-08 23:29:55','20.211.41.183'),(367431,0,'admin','2022-12-08 23:29:56','20.211.41.183'),(367432,0,'admin','2022-12-08 23:29:57','20.211.41.183'),(367433,0,'admin','2022-12-08 23:29:58','20.211.41.183'),(367434,0,'admin','2022-12-08 23:29:59','20.211.41.183'),(367435,0,'admin','2022-12-08 23:30:01','20.211.41.183'),(367436,0,'admin','2022-12-08 23:30:02','20.211.41.183'),(367437,0,'admin','2022-12-08 23:30:03','20.211.41.183'),(367438,0,'admin','2022-12-08 23:30:05','20.211.41.183'),(367439,0,'admin','2022-12-08 23:30:06','20.211.41.183'),(367440,0,'admin','2022-12-08 23:30:07','20.211.41.183'),(367441,0,'admin','2022-12-08 23:30:08','20.211.41.183'),(367442,0,'admin','2022-12-08 23:30:09','20.211.41.183'),(367443,0,'admin','2022-12-08 23:30:10','20.211.41.183'),(367444,0,'admin','2022-12-08 23:30:11','20.211.41.183'),(367445,0,'admin','2022-12-08 23:30:13','20.211.41.183'),(367446,0,'admin','2022-12-08 23:30:14','20.211.41.183'),(367447,0,'admin','2022-12-08 23:30:15','20.211.41.183'),(367448,0,'admin','2022-12-08 23:30:16','20.211.41.183'),(367449,0,'admin','2022-12-08 23:30:17','20.211.41.183'),(367450,0,'admin','2022-12-08 23:30:18','20.211.41.183'),(367451,0,'admin','2022-12-08 23:30:20','20.211.41.183'),(367452,0,'admin','2022-12-08 23:30:21','20.211.41.183'),(367453,0,'admin','2022-12-08 23:30:22','20.211.41.183'),(367454,0,'admin','2022-12-08 23:30:23','20.211.41.183'),(367455,0,'admin','2022-12-08 23:30:24','20.211.41.183'),(367456,0,'admin','2022-12-08 23:30:25','20.211.41.183'),(367457,0,'admin','2022-12-08 23:30:26','20.211.41.183'),(367458,0,'admin','2022-12-08 23:30:28','20.211.41.183'),(367459,0,'admin','2022-12-08 23:30:29','20.211.41.183'),(367460,0,'admin','2022-12-08 23:30:31','20.211.41.183'),(367461,0,'admin','2022-12-08 23:30:32','20.211.41.183'),(367462,0,'admin','2022-12-08 23:30:33','20.211.41.183'),(367463,0,'admin','2022-12-08 23:30:34','20.211.41.183'),(367464,0,'admin','2022-12-08 23:30:35','20.211.41.183'),(367465,0,'admin','2022-12-08 23:30:37','20.211.41.183'),(367466,0,'admin','2022-12-08 23:30:38','20.211.41.183'),(367467,0,'admin','2022-12-08 23:30:39','20.211.41.183'),(367468,0,'admin','2022-12-08 23:30:40','20.211.41.183'),(367469,0,'admin','2022-12-08 23:30:41','20.211.41.183'),(367470,0,'admin','2022-12-08 23:30:42','20.211.41.183'),(367471,0,'admin','2022-12-08 23:30:44','20.211.41.183'),(367472,0,'admin','2022-12-08 23:30:45','20.211.41.183'),(367473,0,'admin','2022-12-08 23:30:46','20.211.41.183'),(367474,0,'admin','2022-12-08 23:30:47','20.211.41.183'),(367475,0,'admin','2022-12-08 23:30:48','20.211.41.183'),(367476,0,'admin','2022-12-08 23:30:49','20.211.41.183'),(367477,0,'admin','2022-12-08 23:30:52','20.211.41.183'),(367478,0,'admin','2022-12-08 23:30:53','20.211.41.183'),(367479,0,'admin','2022-12-08 23:30:54','20.211.41.183'),(367480,0,'admin','2022-12-08 23:30:55','20.211.41.183'),(367481,0,'admin','2022-12-08 23:30:56','20.211.41.183'),(367482,0,'admin','2022-12-08 23:30:58','20.211.41.183'),(367483,0,'admin','2022-12-08 23:30:59','20.211.41.183'),(367484,0,'admin','2022-12-08 23:31:00','20.211.41.183'),(367485,0,'admin','2022-12-08 23:31:01','20.211.41.183'),(367486,0,'admin','2022-12-08 23:31:02','20.211.41.183'),(367487,0,'admin','2022-12-08 23:31:04','20.211.41.183'),(367488,0,'admin','2022-12-08 23:31:05','20.211.41.183'),(367489,0,'admin','2022-12-08 23:31:06','20.211.41.183'),(367490,0,'admin','2022-12-08 23:31:07','20.211.41.183'),(367491,0,'admin','2022-12-08 23:31:08','20.211.41.183'),(367492,0,'admin','2022-12-08 23:31:09','20.211.41.183'),(367493,0,'admin','2022-12-08 23:31:11','20.211.41.183'),(367494,0,'admin','2022-12-08 23:31:12','20.211.41.183'),(367495,0,'admin','2022-12-08 23:31:13','20.211.41.183'),(367496,0,'admin','2022-12-08 23:31:14','20.211.41.183'),(367497,0,'admin','2022-12-08 23:31:15','20.211.41.183'),(367498,0,'admin','2022-12-08 23:31:16','20.211.41.183'),(367499,0,'admin','2022-12-08 23:31:18','20.211.41.183'),(367500,0,'admin','2022-12-08 23:31:19','20.211.41.183'),(367501,0,'admin','2022-12-08 23:31:20','20.211.41.183'),(367502,0,'admin','2022-12-08 23:31:21','20.211.41.183'),(367503,0,'admin','2022-12-08 23:31:22','20.211.41.183'),(367504,0,'admin','2022-12-08 23:31:23','20.211.41.183'),(367505,0,'admin','2022-12-08 23:31:25','20.211.41.183'),(367506,0,'admin','2022-12-08 23:31:26','20.211.41.183'),(367507,0,'admin','2022-12-08 23:31:27','20.211.41.183'),(367508,0,'admin','2022-12-08 23:31:28','20.211.41.183'),(367509,0,'admin','2022-12-08 23:31:29','20.211.41.183'),(367510,0,'admin','2022-12-08 23:31:30','20.211.41.183'),(367511,0,'admin','2022-12-08 23:31:32','20.211.41.183'),(367512,0,'admin','2022-12-08 23:31:33','20.211.41.183'),(367513,0,'admin','2022-12-08 23:31:34','20.211.41.183'),(367514,0,'admin','2022-12-08 23:31:35','20.211.41.183'),(367515,0,'admin','2022-12-08 23:31:36','20.211.41.183'),(367516,0,'admin','2022-12-08 23:31:38','20.211.41.183'),(367517,0,'admin','2022-12-08 23:31:39','20.211.41.183'),(367518,0,'admin','2022-12-08 23:31:40','20.211.41.183'),(367519,0,'admin','2022-12-08 23:31:41','20.211.41.183'),(367520,0,'admin','2022-12-08 23:31:42','20.211.41.183'),(367521,0,'admin','2022-12-08 23:31:43','20.211.41.183'),(367522,0,'admin','2022-12-08 23:31:45','20.211.41.183'),(367523,0,'admin','2022-12-08 23:31:46','20.211.41.183'),(367524,0,'admin','2022-12-08 23:31:47','20.211.41.183'),(367525,0,'admin','2022-12-08 23:31:48','20.211.41.183'),(367526,0,'admin','2022-12-08 23:31:49','20.211.41.183'),(367527,0,'admin','2022-12-08 23:31:50','20.211.41.183'),(367528,0,'admin','2022-12-08 23:31:52','20.211.41.183'),(367529,0,'admin','2022-12-08 23:31:53','20.211.41.183'),(367530,0,'admin','2022-12-08 23:31:54','20.211.41.183'),(367531,0,'admin','2022-12-08 23:31:55','20.211.41.183'),(367532,0,'admin','2022-12-08 23:31:56','20.211.41.183'),(367533,0,'admin','2022-12-08 23:31:58','20.211.41.183'),(367534,0,'admin','2022-12-08 23:31:59','20.211.41.183'),(367535,0,'admin','2022-12-08 23:32:00','20.211.41.183'),(367536,0,'admin','2022-12-08 23:32:01','20.211.41.183'),(367537,0,'admin','2022-12-08 23:32:02','20.211.41.183'),(367538,0,'admin','2022-12-08 23:32:03','20.211.41.183'),(367539,0,'admin','2022-12-08 23:32:05','20.211.41.183'),(367540,0,'admin','2022-12-08 23:32:06','20.211.41.183'),(367541,0,'admin','2022-12-08 23:32:07','20.211.41.183'),(367542,0,'admin','2022-12-08 23:32:08','20.211.41.183'),(367543,0,'admin','2022-12-08 23:32:09','20.211.41.183'),(367544,0,'admin','2022-12-08 23:32:10','20.211.41.183'),(367545,0,'admin','2022-12-08 23:32:12','20.211.41.183'),(367546,0,'admin','2022-12-08 23:32:13','20.211.41.183'),(367547,0,'admin','2022-12-08 23:32:14','20.211.41.183'),(367548,0,'admin','2022-12-08 23:32:15','20.211.41.183'),(367549,0,'admin','2022-12-08 23:32:16','20.211.41.183'),(367550,0,'admin','2022-12-08 23:32:17','20.211.41.183'),(367551,0,'admin','2022-12-08 23:32:19','20.211.41.183'),(367552,0,'admin','2022-12-08 23:32:20','20.211.41.183'),(367553,0,'admin','2022-12-08 23:32:21','20.211.41.183'),(367554,0,'admin','2022-12-08 23:32:22','20.211.41.183'),(367555,0,'admin','2022-12-08 23:32:23','20.211.41.183'),(367556,0,'admin','2022-12-08 23:32:24','20.211.41.183'),(367557,0,'admin','2022-12-08 23:32:26','20.211.41.183'),(367558,0,'admin','2022-12-08 23:32:27','20.211.41.183'),(367559,0,'admin','2022-12-08 23:32:28','20.211.41.183'),(367560,0,'admin','2022-12-08 23:32:29','20.211.41.183'),(367561,0,'admin','2022-12-08 23:32:30','20.211.41.183'),(367562,0,'admin','2022-12-08 23:32:31','20.211.41.183'),(367563,0,'admin','2022-12-08 23:32:33','20.211.41.183'),(367564,0,'admin','2022-12-08 23:32:34','20.211.41.183'),(367565,0,'admin','2022-12-08 23:32:35','20.211.41.183'),(367566,0,'admin','2022-12-08 23:32:36','20.211.41.183'),(367567,0,'admin','2022-12-08 23:32:38','20.211.41.183'),(367568,0,'admin','2022-12-08 23:32:39','20.211.41.183'),(367569,0,'admin','2022-12-08 23:32:40','20.211.41.183'),(367570,0,'admin','2022-12-08 23:32:41','20.211.41.183'),(367571,0,'admin','2022-12-08 23:32:42','20.211.41.183'),(367572,0,'admin','2022-12-08 23:32:43','20.211.41.183'),(367573,0,'admin','2022-12-08 23:32:45','20.211.41.183'),(367574,0,'admin','2022-12-08 23:32:46','20.211.41.183'),(367575,0,'admin','2022-12-08 23:32:47','20.211.41.183'),(367576,0,'admin','2022-12-08 23:32:48','20.211.41.183'),(367577,0,'admin','2022-12-08 23:32:49','20.211.41.183'),(367578,0,'admin','2022-12-08 23:32:50','20.211.41.183'),(367579,0,'admin','2022-12-08 23:32:52','20.211.41.183'),(367580,0,'admin','2022-12-08 23:32:53','20.211.41.183'),(367581,0,'admin','2022-12-08 23:32:54','20.211.41.183'),(367582,0,'admin','2022-12-08 23:32:55','20.211.41.183'),(367583,0,'admin','2022-12-08 23:32:56','20.211.41.183'),(367584,0,'admin','2022-12-08 23:32:57','20.211.41.183'),(367585,0,'admin','2022-12-08 23:32:59','20.211.41.183'),(367586,0,'admin','2022-12-08 23:33:00','20.211.41.183'),(367587,0,'admin','2022-12-08 23:33:01','20.211.41.183'),(367588,0,'admin','2022-12-08 23:33:02','20.211.41.183'),(367589,0,'admin','2022-12-08 23:33:03','20.211.41.183'),(367590,0,'admin','2022-12-08 23:33:04','20.211.41.183'),(367591,0,'admin','2022-12-08 23:33:06','20.211.41.183'),(367592,0,'admin','2022-12-08 23:33:07','20.211.41.183'),(367593,0,'admin','2022-12-08 23:33:08','20.211.41.183'),(367594,0,'admin','2022-12-08 23:33:09','20.211.41.183'),(367595,0,'admin','2022-12-08 23:33:10','20.211.41.183'),(367596,0,'admin','2022-12-08 23:33:12','20.211.41.183'),(367597,0,'admin','2022-12-08 23:33:13','20.211.41.183'),(367598,0,'admin','2022-12-08 23:33:14','20.211.41.183'),(367599,0,'admin','2022-12-08 23:33:15','20.211.41.183'),(367600,0,'admin','2022-12-08 23:33:16','20.211.41.183'),(367601,0,'admin','2022-12-08 23:33:17','20.211.41.183'),(367602,0,'admin','2022-12-08 23:33:19','20.211.41.183'),(367603,0,'admin','2022-12-08 23:33:20','20.211.41.183'),(367604,0,'admin','2022-12-08 23:33:21','20.211.41.183'),(367605,0,'admin','2022-12-08 23:33:22','20.211.41.183'),(367606,0,'admin','2022-12-08 23:33:23','20.211.41.183'),(367607,0,'admin','2022-12-08 23:33:25','20.211.41.183'),(367608,0,'admin','2022-12-08 23:33:26','20.211.41.183'),(367609,0,'admin','2022-12-08 23:33:27','20.211.41.183'),(367610,0,'admin','2022-12-08 23:33:28','20.211.41.183'),(367611,0,'admin','2022-12-08 23:33:29','20.211.41.183'),(367612,0,'admin','2022-12-08 23:33:30','20.211.41.183'),(367613,0,'admin','2022-12-08 23:33:31','20.211.41.183'),(367614,0,'admin','2022-12-08 23:33:33','20.211.41.183'),(367615,0,'admin','2022-12-08 23:33:34','20.211.41.183'),(367616,0,'admin','2022-12-08 23:33:35','20.211.41.183'),(367617,0,'admin','2022-12-08 23:33:36','20.211.41.183'),(367618,0,'admin','2022-12-08 23:33:37','20.211.41.183'),(367619,0,'admin','2022-12-08 23:33:39','20.211.41.183'),(367620,0,'admin','2022-12-08 23:33:40','20.211.41.183'),(367621,0,'admin','2022-12-08 23:33:41','20.211.41.183'),(367622,0,'admin','2022-12-08 23:33:42','20.211.41.183'),(367623,0,'admin','2022-12-08 23:33:43','20.211.41.183'),(367624,0,'admin','2022-12-08 23:33:44','20.211.41.183'),(367625,0,'admin','2022-12-08 23:33:46','20.211.41.183'),(367626,0,'admin','2022-12-08 23:33:47','20.211.41.183'),(367627,0,'admin','2022-12-08 23:33:48','20.211.41.183'),(367628,0,'admin','2022-12-08 23:33:49','20.211.41.183'),(367629,0,'admin','2022-12-08 23:33:50','20.211.41.183'),(367630,0,'admin','2022-12-08 23:33:51','20.211.41.183'),(367631,0,'admin','2022-12-08 23:33:53','20.211.41.183'),(367632,0,'admin','2022-12-08 23:33:54','20.211.41.183'),(367633,0,'admin','2022-12-08 23:33:55','20.211.41.183'),(367634,0,'admin','2022-12-08 23:33:56','20.211.41.183'),(367635,0,'admin','2022-12-08 23:33:57','20.211.41.183'),(367636,0,'admin','2022-12-08 23:33:58','20.211.41.183'),(367637,0,'admin','2022-12-08 23:34:00','20.211.41.183'),(367638,0,'admin','2022-12-08 23:34:01','20.211.41.183'),(367639,0,'admin','2022-12-08 23:34:02','20.211.41.183'),(367640,0,'admin','2022-12-08 23:34:03','20.211.41.183'),(367641,0,'admin','2022-12-08 23:34:04','20.211.41.183'),(367642,0,'admin','2022-12-08 23:34:05','20.211.41.183'),(367643,0,'admin','2022-12-08 23:34:07','20.211.41.183'),(367644,0,'admin','2022-12-08 23:34:08','20.211.41.183'),(367645,0,'admin','2022-12-08 23:34:09','20.211.41.183'),(367646,0,'admin','2022-12-08 23:34:10','20.211.41.183'),(367647,0,'admin','2022-12-08 23:34:11','20.211.41.183'),(367648,0,'admin','2022-12-08 23:34:12','20.211.41.183'),(367649,0,'admin','2022-12-08 23:34:13','20.211.41.183'),(367650,0,'admin','2022-12-08 23:34:15','20.211.41.183'),(367651,0,'admin','2022-12-08 23:34:16','20.211.41.183'),(367652,0,'admin','2022-12-08 23:34:17','20.211.41.183'),(367653,0,'admin','2022-12-08 23:34:18','20.211.41.183'),(367654,0,'admin','2022-12-08 23:34:19','20.211.41.183'),(367655,0,'admin','2022-12-08 23:34:20','20.211.41.183'),(367656,0,'admin','2022-12-08 23:34:22','20.211.41.183'),(367657,0,'admin','2022-12-08 23:34:23','20.211.41.183'),(367658,0,'admin','2022-12-08 23:34:24','20.211.41.183'),(367659,0,'admin','2022-12-08 23:34:25','20.211.41.183'),(367660,0,'admin','2022-12-08 23:34:26','20.211.41.183'),(367661,0,'admin','2022-12-08 23:34:27','20.211.41.183'),(367662,0,'admin','2022-12-08 23:34:29','20.211.41.183'),(367663,0,'admin','2022-12-08 23:34:30','20.211.41.183'),(367664,0,'admin','2022-12-08 23:34:31','20.211.41.183'),(367665,0,'admin','2022-12-08 23:34:32','20.211.41.183'),(367666,0,'admin','2022-12-08 23:34:33','20.211.41.183'),(367667,0,'admin','2022-12-08 23:34:35','20.211.41.183'),(367668,0,'admin','2022-12-08 23:34:36','20.211.41.183'),(367669,0,'admin','2022-12-08 23:34:37','20.211.41.183'),(367670,0,'admin','2022-12-08 23:34:38','20.211.41.183'),(367671,0,'admin','2022-12-08 23:34:40','20.211.41.183'),(367672,0,'admin','2022-12-08 23:34:41','20.211.41.183'),(367673,0,'admin','2022-12-08 23:34:42','20.211.41.183'),(367674,0,'admin','2022-12-08 23:34:43','20.211.41.183'),(367675,0,'admin','2022-12-08 23:34:44','20.211.41.183'),(367676,0,'admin','2022-12-08 23:34:46','20.211.41.183'),(367677,0,'admin','2022-12-08 23:34:47','20.211.41.183'),(367678,0,'admin','2022-12-08 23:34:48','20.211.41.183'),(367679,0,'admin','2022-12-08 23:34:49','20.211.41.183'),(367680,0,'admin','2022-12-08 23:34:50','20.211.41.183'),(367681,0,'admin','2022-12-08 23:34:52','20.211.41.183'),(367682,0,'admin','2022-12-08 23:34:53','20.211.41.183'),(367683,0,'admin','2022-12-08 23:34:54','20.211.41.183'),(367684,0,'admin','2022-12-08 23:34:55','20.211.41.183'),(367685,0,'admin','2022-12-08 23:34:56','20.211.41.183'),(367686,0,'admin','2022-12-08 23:34:57','20.211.41.183'),(367687,0,'admin','2022-12-08 23:34:59','20.211.41.183'),(367688,0,'admin','2022-12-08 23:35:00','20.211.41.183'),(367689,0,'admin','2022-12-08 23:35:01','20.211.41.183'),(367690,0,'admin','2022-12-08 23:35:03','20.211.41.183'),(367691,0,'admin','2022-12-08 23:35:04','20.211.41.183'),(367692,0,'admin','2022-12-08 23:35:05','20.211.41.183'),(367693,0,'admin','2022-12-08 23:35:06','20.211.41.183'),(367694,0,'admin','2022-12-08 23:35:07','20.211.41.183'),(367695,0,'admin','2022-12-08 23:35:08','20.211.41.183'),(367696,0,'admin','2022-12-08 23:35:10','20.211.41.183'),(367697,0,'admin','2022-12-08 23:35:11','20.211.41.183'),(367698,0,'admin','2022-12-08 23:35:12','20.211.41.183'),(367699,0,'admin','2022-12-08 23:35:13','20.211.41.183'),(367700,0,'admin','2022-12-08 23:35:14','20.211.41.183'),(367701,0,'admin','2022-12-08 23:35:15','20.211.41.183'),(367702,0,'admin','2022-12-08 23:35:17','20.211.41.183'),(367703,0,'admin','2022-12-08 23:35:18','20.211.41.183'),(367704,0,'admin','2022-12-08 23:35:19','20.211.41.183'),(367705,0,'admin','2022-12-08 23:35:20','20.211.41.183'),(367706,0,'admin','2022-12-08 23:35:21','20.211.41.183'),(367707,0,'admin','2022-12-08 23:35:23','20.211.41.183'),(367708,0,'admin','2022-12-08 23:35:24','20.211.41.183'),(367709,0,'admin','2022-12-08 23:35:25','20.211.41.183'),(367710,0,'admin','2022-12-08 23:35:26','20.211.41.183'),(367711,0,'admin','2022-12-08 23:35:27','20.211.41.183'),(367712,0,'admin','2022-12-08 23:35:28','20.211.41.183'),(367713,0,'admin','2022-12-08 23:35:29','20.211.41.183'),(367714,0,'admin','2022-12-08 23:35:31','20.211.41.183'),(367715,0,'admin','2022-12-08 23:35:32','20.211.41.183'),(367716,0,'admin','2022-12-08 23:35:33','20.211.41.183'),(367717,0,'admin','2022-12-08 23:35:34','20.211.41.183'),(367718,0,'admin','2022-12-08 23:35:35','20.211.41.183'),(367719,0,'admin','2022-12-08 23:35:36','20.211.41.183'),(367720,0,'admin','2022-12-08 23:35:38','20.211.41.183'),(367721,0,'admin','2022-12-08 23:35:39','20.211.41.183'),(367722,0,'admin','2022-12-08 23:35:40','20.211.41.183'),(367723,0,'admin','2022-12-08 23:35:41','20.211.41.183'),(367724,0,'admin','2022-12-08 23:35:42','20.211.41.183'),(367725,0,'admin','2022-12-08 23:35:43','20.211.41.183'),(367726,0,'admin','2022-12-08 23:35:45','20.211.41.183'),(367727,0,'admin','2022-12-08 23:35:46','20.211.41.183'),(367728,0,'admin','2022-12-08 23:35:47','20.211.41.183'),(367729,0,'admin','2022-12-08 23:35:48','20.211.41.183'),(367730,0,'admin','2022-12-08 23:35:49','20.211.41.183'),(367731,0,'admin','2022-12-08 23:35:50','20.211.41.183'),(367732,0,'admin','2022-12-08 23:35:52','20.211.41.183'),(367733,0,'admin','2022-12-08 23:35:53','20.211.41.183'),(367734,0,'admin','2022-12-08 23:35:54','20.211.41.183'),(367735,0,'admin','2022-12-08 23:35:55','20.211.41.183'),(367736,0,'admin','2022-12-08 23:35:56','20.211.41.183'),(367737,0,'admin','2022-12-08 23:35:57','20.211.41.183'),(367738,0,'admin','2022-12-08 23:35:59','20.211.41.183'),(367739,0,'admin','2022-12-08 23:36:00','20.211.41.183'),(367740,0,'admin','2022-12-08 23:36:01','20.211.41.183'),(367741,0,'admin','2022-12-08 23:36:02','20.211.41.183'),(367742,0,'admin','2022-12-08 23:36:03','20.211.41.183'),(367743,0,'admin','2022-12-08 23:36:04','20.211.41.183'),(367744,0,'admin','2022-12-08 23:36:06','20.211.41.183'),(367745,0,'admin','2022-12-08 23:36:07','20.211.41.183'),(367746,0,'admin','2022-12-08 23:36:08','20.211.41.183'),(367747,0,'admin','2022-12-08 23:36:09','20.211.41.183'),(367748,0,'admin','2022-12-08 23:36:10','20.211.41.183'),(367749,0,'admin','2022-12-08 23:36:11','20.211.41.183'),(367750,0,'admin','2022-12-08 23:36:13','20.211.41.183'),(367751,0,'admin','2022-12-08 23:36:14','20.211.41.183'),(367752,0,'admin','2022-12-08 23:36:15','20.211.41.183'),(367753,0,'admin','2022-12-08 23:36:16','20.211.41.183'),(367754,0,'admin','2022-12-08 23:36:17','20.211.41.183'),(367755,0,'admin','2022-12-08 23:36:19','20.211.41.183'),(367756,0,'admin','2022-12-08 23:36:20','20.211.41.183'),(367757,0,'admin','2022-12-08 23:36:21','20.211.41.183'),(367758,0,'admin','2022-12-08 23:36:22','20.211.41.183'),(367759,0,'admin','2022-12-08 23:36:24','20.211.41.183'),(367760,0,'admin','2022-12-08 23:36:25','20.211.41.183'),(367761,0,'admin','2022-12-08 23:36:26','20.211.41.183'),(367762,0,'admin','2022-12-08 23:36:27','20.211.41.183'),(367763,0,'admin','2022-12-08 23:36:28','20.211.41.183'),(367764,0,'admin','2022-12-08 23:36:29','20.211.41.183'),(367765,0,'admin','2022-12-08 23:36:31','20.211.41.183'),(367766,0,'admin','2022-12-08 23:36:32','20.211.41.183'),(367767,0,'admin','2022-12-08 23:36:33','20.211.41.183'),(367768,0,'admin','2022-12-08 23:36:34','20.211.41.183'),(367769,0,'admin','2022-12-08 23:36:35','20.211.41.183'),(367770,0,'admin','2022-12-08 23:36:37','20.211.41.183'),(367771,0,'admin','2022-12-08 23:36:38','20.211.41.183'),(367772,0,'admin','2022-12-08 23:36:39','20.211.41.183'),(367773,0,'admin','2022-12-08 23:36:40','20.211.41.183'),(367774,0,'admin','2022-12-08 23:36:41','20.211.41.183'),(367775,0,'admin','2022-12-08 23:36:42','20.211.41.183'),(367776,0,'admin','2022-12-08 23:36:43','20.211.41.183'),(367777,0,'admin','2022-12-08 23:36:45','20.211.41.183'),(367778,0,'admin','2022-12-08 23:36:46','20.211.41.183'),(367779,0,'admin','2022-12-08 23:36:47','20.211.41.183'),(367780,0,'admin','2022-12-08 23:36:48','20.211.41.183'),(367781,0,'admin','2022-12-08 23:36:49','20.211.41.183'),(367782,0,'admin','2022-12-08 23:36:50','20.211.41.183'),(367783,0,'admin','2022-12-08 23:36:52','20.211.41.183'),(367784,0,'admin','2022-12-08 23:36:53','20.211.41.183'),(367785,0,'admin','2022-12-08 23:36:54','20.211.41.183'),(367786,0,'admin','2022-12-08 23:36:55','20.211.41.183'),(367787,0,'admin','2022-12-08 23:36:56','20.211.41.183'),(367788,0,'admin','2022-12-08 23:36:57','20.211.41.183'),(367789,0,'admin','2022-12-08 23:36:59','20.211.41.183'),(367790,0,'admin','2022-12-08 23:37:00','20.211.41.183'),(367791,0,'admin','2022-12-08 23:37:01','20.211.41.183'),(367792,0,'admin','2022-12-08 23:37:02','20.211.41.183'),(367793,0,'admin','2022-12-08 23:37:03','20.211.41.183'),(367794,0,'admin','2022-12-08 23:37:04','20.211.41.183'),(367795,0,'admin','2022-12-08 23:37:06','20.211.41.183'),(367796,0,'admin','2022-12-08 23:37:07','20.211.41.183'),(367797,0,'admin','2022-12-08 23:37:08','20.211.41.183'),(367798,0,'admin','2022-12-08 23:37:09','20.211.41.183'),(367799,0,'admin','2022-12-08 23:37:10','20.211.41.183'),(367800,0,'admin','2022-12-08 23:37:11','20.211.41.183'),(367801,0,'admin','2022-12-08 23:37:13','20.211.41.183'),(367802,0,'admin','2022-12-08 23:37:14','20.211.41.183'),(367803,0,'admin','2022-12-08 23:37:15','20.211.41.183'),(367804,0,'admin','2022-12-08 23:37:16','20.211.41.183'),(367805,0,'admin','2022-12-08 23:37:17','20.211.41.183'),(367806,0,'admin','2022-12-08 23:37:18','20.211.41.183'),(367807,0,'admin','2022-12-08 23:37:20','20.211.41.183'),(367808,0,'admin','2022-12-08 23:37:21','20.211.41.183'),(367809,0,'admin','2022-12-08 23:37:22','20.211.41.183'),(367810,0,'admin','2022-12-08 23:37:23','20.211.41.183'),(367811,0,'admin','2022-12-08 23:37:25','20.211.41.183'),(367812,0,'admin','2022-12-08 23:37:26','20.211.41.183'),(367813,0,'admin','2022-12-08 23:37:27','20.211.41.183'),(367814,0,'admin','2022-12-08 23:37:28','20.211.41.183'),(367815,0,'admin','2022-12-08 23:37:29','20.211.41.183'),(367816,0,'admin','2022-12-08 23:37:30','20.211.41.183'),(367817,0,'admin','2022-12-08 23:37:32','20.211.41.183'),(367818,0,'admin','2022-12-08 23:37:33','20.211.41.183'),(367819,0,'admin','2022-12-08 23:37:34','20.211.41.183'),(367820,0,'admin','2022-12-08 23:37:35','20.211.41.183'),(367821,0,'admin','2022-12-08 23:37:36','20.211.41.183'),(367822,0,'admin','2022-12-08 23:37:37','20.211.41.183'),(367823,0,'admin','2022-12-08 23:37:39','20.211.41.183'),(367824,0,'admin','2022-12-08 23:37:40','20.211.41.183'),(367825,0,'admin','2022-12-08 23:37:41','20.211.41.183'),(367826,0,'admin','2022-12-08 23:37:42','20.211.41.183'),(367827,0,'admin','2022-12-08 23:37:43','20.211.41.183'),(367828,0,'admin','2022-12-08 23:37:44','20.211.41.183'),(367829,0,'admin','2022-12-08 23:37:46','20.211.41.183'),(367830,0,'admin','2022-12-08 23:37:47','20.211.41.183'),(367831,0,'admin','2022-12-08 23:37:48','20.211.41.183'),(367832,0,'admin','2022-12-08 23:37:49','20.211.41.183'),(367833,0,'admin','2022-12-08 23:37:51','20.211.41.183'),(367834,0,'admin','2022-12-08 23:37:52','20.211.41.183'),(367835,0,'admin','2022-12-08 23:37:53','20.211.41.183'),(367836,0,'admin','2022-12-08 23:37:54','20.211.41.183'),(367837,0,'admin','2022-12-08 23:37:55','20.211.41.183'),(367838,0,'admin','2022-12-08 23:37:56','20.211.41.183'),(367839,0,'admin','2022-12-08 23:37:58','20.211.41.183'),(367840,0,'admin','2022-12-08 23:37:59','20.211.41.183'),(367841,0,'admin','2022-12-08 23:38:00','20.211.41.183'),(367842,0,'admin','2022-12-08 23:38:01','20.211.41.183'),(367843,0,'admin','2022-12-08 23:38:02','20.211.41.183'),(367844,0,'admin','2022-12-08 23:38:04','20.211.41.183'),(367845,0,'admin','2022-12-08 23:38:05','20.211.41.183'),(367846,0,'admin','2022-12-08 23:38:06','20.211.41.183'),(367847,0,'admin','2022-12-08 23:38:07','20.211.41.183'),(367848,0,'admin','2022-12-08 23:38:08','20.211.41.183'),(367849,0,'admin','2022-12-08 23:38:10','20.211.41.183'),(367850,0,'admin','2022-12-08 23:38:11','20.211.41.183'),(367851,0,'admin','2022-12-08 23:38:12','20.211.41.183'),(367852,0,'admin','2022-12-08 23:38:13','20.211.41.183'),(367853,0,'admin','2022-12-08 23:38:14','20.211.41.183'),(367854,0,'admin','2022-12-08 23:38:15','20.211.41.183'),(367855,0,'admin','2022-12-08 23:38:16','20.211.41.183'),(367856,0,'admin','2022-12-08 23:38:18','20.211.41.183'),(367857,0,'admin','2022-12-08 23:38:19','20.211.41.183'),(367858,0,'admin','2022-12-08 23:38:20','20.211.41.183'),(367859,0,'admin','2022-12-08 23:38:21','20.211.41.183'),(367860,0,'admin','2022-12-08 23:38:22','20.211.41.183'),(367861,0,'admin','2022-12-08 23:38:23','20.211.41.183'),(367862,0,'admin','2022-12-08 23:38:25','20.211.41.183'),(367863,0,'admin','2022-12-08 23:38:26','20.211.41.183'),(367864,0,'admin','2022-12-08 23:38:27','20.211.41.183'),(367865,0,'admin','2022-12-08 23:38:28','20.211.41.183'),(367866,0,'admin','2022-12-08 23:38:29','20.211.41.183'),(367867,0,'admin','2022-12-08 23:38:30','20.211.41.183'),(367868,0,'admin','2022-12-08 23:38:32','20.211.41.183'),(367869,0,'admin','2022-12-08 23:38:33','20.211.41.183'),(367870,0,'admin','2022-12-08 23:38:35','20.211.41.183'),(367871,0,'admin','2022-12-08 23:38:36','20.211.41.183'),(367872,0,'admin','2022-12-08 23:38:37','20.211.41.183'),(367873,0,'admin','2022-12-08 23:38:38','20.211.41.183'),(367874,0,'admin','2022-12-08 23:38:39','20.211.41.183'),(367875,0,'admin','2022-12-08 23:38:40','20.211.41.183'),(367876,0,'admin','2022-12-08 23:38:42','20.211.41.183'),(367877,0,'admin','2022-12-08 23:38:43','20.211.41.183'),(367878,0,'admin','2022-12-08 23:38:44','20.211.41.183'),(367879,0,'admin','2022-12-08 23:38:45','20.211.41.183'),(367880,0,'admin','2022-12-08 23:38:46','20.211.41.183'),(367881,0,'admin','2022-12-08 23:38:48','20.211.41.183'),(367882,0,'admin','2022-12-08 23:38:49','20.211.41.183'),(367883,0,'admin','2022-12-08 23:38:50','20.211.41.183'),(367884,0,'admin','2022-12-08 23:38:51','20.211.41.183'),(367885,0,'admin','2022-12-08 23:38:52','20.211.41.183'),(367886,0,'admin','2022-12-08 23:38:53','20.211.41.183'),(367887,0,'admin','2022-12-08 23:38:55','20.211.41.183'),(367888,0,'admin','2022-12-08 23:38:56','20.211.41.183'),(367889,0,'admin','2022-12-08 23:38:57','20.211.41.183'),(367890,0,'admin','2022-12-08 23:38:58','20.211.41.183'),(367891,0,'admin','2022-12-08 23:38:59','20.211.41.183'),(367892,0,'admin','2022-12-08 23:39:00','20.211.41.183'),(367893,0,'admin','2022-12-08 23:39:02','20.211.41.183'),(367894,0,'admin','2022-12-08 23:39:03','20.211.41.183'),(367895,0,'admin','2022-12-08 23:39:04','20.211.41.183'),(367896,0,'admin','2022-12-08 23:39:06','20.211.41.183'),(367897,0,'admin','2022-12-08 23:39:07','20.211.41.183'),(367898,0,'admin','2022-12-08 23:39:08','20.211.41.183'),(367899,0,'admin','2022-12-08 23:39:09','20.211.41.183'),(367900,0,'admin','2022-12-08 23:39:10','20.211.41.183'),(367901,0,'admin','2022-12-08 23:39:12','20.211.41.183'),(367902,0,'admin','2022-12-08 23:39:13','20.211.41.183'),(367903,0,'admin','2022-12-08 23:39:14','20.211.41.183'),(367904,0,'admin','2022-12-08 23:39:15','20.211.41.183'),(367905,0,'admin','2022-12-08 23:39:16','20.211.41.183'),(367906,0,'admin','2022-12-08 23:39:17','20.211.41.183'),(367907,0,'admin','2022-12-08 23:39:19','20.211.41.183'),(367908,0,'admin','2022-12-08 23:39:20','20.211.41.183'),(367909,0,'admin','2022-12-08 23:39:21','20.211.41.183'),(367910,0,'admin','2022-12-08 23:39:23','20.211.41.183'),(367911,0,'admin','2022-12-08 23:39:24','20.211.41.183'),(367912,0,'admin','2022-12-08 23:39:26','20.211.41.183'),(367913,0,'admin','2022-12-08 23:39:27','20.211.41.183'),(367914,0,'admin','2022-12-08 23:39:28','20.211.41.183'),(367915,0,'admin','2022-12-08 23:39:29','20.211.41.183'),(367916,0,'admin','2022-12-08 23:39:30','20.211.41.183'),(367917,0,'admin','2022-12-08 23:39:32','20.211.41.183'),(367918,0,'admin','2022-12-08 23:39:33','20.211.41.183'),(367919,0,'admin','2022-12-08 23:39:34','20.211.41.183'),(367920,0,'admin','2022-12-08 23:39:35','20.211.41.183'),(367921,0,'admin','2022-12-08 23:39:36','20.211.41.183'),(367922,0,'admin','2022-12-08 23:39:38','20.211.41.183'),(367923,0,'admin','2022-12-08 23:39:39','20.211.41.183'),(367924,0,'admin','2022-12-08 23:39:40','20.211.41.183'),(367925,0,'admin','2022-12-08 23:39:41','20.211.41.183'),(367926,0,'admin','2022-12-08 23:39:42','20.211.41.183'),(367927,0,'admin','2022-12-08 23:39:44','20.211.41.183'),(367928,0,'admin','2022-12-08 23:39:45','20.211.41.183'),(367929,0,'admin','2022-12-08 23:39:46','20.211.41.183'),(367930,0,'admin','2022-12-08 23:39:47','20.211.41.183'),(367931,0,'admin','2022-12-08 23:39:48','20.211.41.183'),(367932,0,'admin','2022-12-08 23:39:50','20.211.41.183'),(367933,0,'admin','2022-12-08 23:39:51','20.211.41.183'),(367934,0,'admin','2022-12-08 23:39:52','20.211.41.183'),(367935,0,'admin','2022-12-08 23:39:53','20.211.41.183'),(367936,0,'admin','2022-12-08 23:39:54','20.211.41.183'),(367937,0,'admin','2022-12-08 23:39:55','20.211.41.183'),(367938,0,'admin','2022-12-08 23:39:57','20.211.41.183'),(367939,0,'admin','2022-12-08 23:39:58','20.211.41.183'),(367940,0,'admin','2022-12-08 23:39:59','20.211.41.183'),(367941,0,'admin','2022-12-08 23:40:00','20.211.41.183'),(367942,0,'admin','2022-12-08 23:40:01','20.211.41.183'),(367943,0,'admin','2022-12-08 23:40:02','20.211.41.183'),(367944,0,'admin','2022-12-08 23:40:04','20.211.41.183'),(367945,0,'admin','2022-12-08 23:40:05','20.211.41.183'),(367946,0,'admin','2022-12-08 23:40:06','20.211.41.183'),(367947,0,'admin','2022-12-08 23:40:07','20.211.41.183'),(367948,0,'admin','2022-12-08 23:40:08','20.211.41.183'),(367949,0,'admin','2022-12-08 23:40:10','20.211.41.183'),(367950,0,'admin','2022-12-08 23:40:11','20.211.41.183'),(367951,0,'admin','2022-12-08 23:40:12','20.211.41.183'),(367952,0,'admin','2022-12-08 23:40:13','20.211.41.183'),(367953,0,'admin','2022-12-08 23:40:14','20.211.41.183'),(367954,0,'admin','2022-12-08 23:40:15','20.211.41.183'),(367955,0,'admin','2022-12-08 23:40:16','20.211.41.183'),(367956,0,'admin','2022-12-08 23:40:18','20.211.41.183'),(367957,0,'admin','2022-12-08 23:40:19','20.211.41.183'),(367958,0,'admin','2022-12-08 23:40:20','20.211.41.183'),(367959,0,'admin','2022-12-08 23:40:21','20.211.41.183'),(367960,0,'admin','2022-12-08 23:40:22','20.211.41.183'),(367961,0,'admin','2022-12-08 23:40:24','20.211.41.183'),(367962,0,'admin','2022-12-08 23:40:25','20.211.41.183'),(367963,0,'admin','2022-12-08 23:40:26','20.211.41.183'),(367964,0,'admin','2022-12-08 23:40:27','20.211.41.183'),(367965,0,'admin','2022-12-08 23:40:28','20.211.41.183'),(367966,0,'admin','2022-12-08 23:40:29','20.211.41.183'),(367967,0,'admin','2022-12-08 23:40:31','20.211.41.183'),(367968,0,'admin','2022-12-08 23:40:32','20.211.41.183'),(367969,0,'admin','2022-12-08 23:40:33','20.211.41.183'),(367970,0,'admin','2022-12-08 23:40:34','20.211.41.183'),(367971,0,'admin','2022-12-08 23:40:35','20.211.41.183'),(367972,0,'admin','2022-12-08 23:40:37','20.211.41.183'),(367973,0,'admin','2022-12-08 23:40:38','20.211.41.183'),(367974,0,'admin','2022-12-08 23:40:39','20.211.41.183'),(367975,0,'admin','2022-12-08 23:40:40','20.211.41.183'),(367976,0,'admin','2022-12-08 23:40:41','20.211.41.183'),(367977,0,'admin','2022-12-08 23:40:42','20.211.41.183'),(367978,0,'admin','2022-12-08 23:40:44','20.211.41.183'),(367979,0,'admin','2022-12-08 23:40:45','20.211.41.183'),(367980,0,'admin','2022-12-08 23:40:46','20.211.41.183'),(367981,0,'admin','2022-12-08 23:40:47','20.211.41.183'),(367982,0,'admin','2022-12-08 23:40:48','20.211.41.183'),(367983,0,'admin','2022-12-08 23:40:50','20.211.41.183'),(367984,0,'admin','2022-12-08 23:40:51','20.211.41.183'),(367985,0,'admin','2022-12-08 23:40:52','20.211.41.183'),(367986,0,'admin','2022-12-08 23:40:53','20.211.41.183'),(367987,0,'admin','2022-12-08 23:40:54','20.211.41.183'),(367988,0,'admin','2022-12-08 23:40:55','20.211.41.183'),(367989,0,'admin','2022-12-08 23:40:57','20.211.41.183'),(367990,0,'admin','2022-12-08 23:40:58','20.211.41.183'),(367991,0,'admin','2022-12-08 23:40:59','20.211.41.183'),(367992,0,'admin','2022-12-08 23:41:00','20.211.41.183'),(367993,0,'admin','2022-12-08 23:41:01','20.211.41.183'),(367994,0,'admin','2022-12-08 23:41:02','20.211.41.183'),(367995,0,'admin','2022-12-08 23:41:04','20.211.41.183'),(367996,0,'admin','2022-12-08 23:41:05','20.211.41.183'),(367997,0,'admin','2022-12-08 23:41:06','20.211.41.183'),(367998,0,'admin','2022-12-08 23:41:07','20.211.41.183'),(367999,0,'admin','2022-12-08 23:41:08','20.211.41.183'),(368000,0,'admin','2022-12-08 23:41:09','20.211.41.183'),(368001,0,'admin','2022-12-08 23:41:11','20.211.41.183'),(368002,0,'admin','2022-12-08 23:41:12','20.211.41.183'),(368003,0,'admin','2022-12-08 23:41:13','20.211.41.183'),(368004,0,'admin','2022-12-08 23:41:14','20.211.41.183'),(368005,0,'admin','2022-12-08 23:41:15','20.211.41.183'),(368006,0,'admin','2022-12-08 23:41:16','20.211.41.183'),(368007,0,'admin','2022-12-08 23:41:18','20.211.41.183'),(368008,0,'admin','2022-12-08 23:41:19','20.211.41.183'),(368009,0,'admin','2022-12-08 23:41:20','20.211.41.183'),(368010,0,'admin','2022-12-08 23:41:21','20.211.41.183'),(368011,0,'admin','2022-12-08 23:41:22','20.211.41.183'),(368012,0,'admin','2022-12-08 23:41:23','20.211.41.183'),(368013,0,'admin','2022-12-08 23:41:25','20.211.41.183'),(368014,0,'admin','2022-12-08 23:41:26','20.211.41.183'),(368015,0,'admin','2022-12-08 23:41:27','20.211.41.183'),(368016,0,'admin','2022-12-08 23:41:28','20.211.41.183'),(368017,0,'admin','2022-12-08 23:41:29','20.211.41.183'),(368018,0,'admin','2022-12-08 23:41:30','20.211.41.183'),(368019,0,'admin','2022-12-08 23:41:32','20.211.41.183'),(368020,0,'admin','2022-12-08 23:41:33','20.211.41.183'),(368021,0,'admin','2022-12-08 23:41:35','20.211.41.183'),(368022,0,'admin','2022-12-08 23:41:36','20.211.41.183'),(368023,0,'admin','2022-12-08 23:41:37','20.211.41.183'),(368024,0,'admin','2022-12-08 23:41:38','20.211.41.183'),(368025,0,'admin','2022-12-08 23:41:39','20.211.41.183'),(368026,0,'admin','2022-12-08 23:41:40','20.211.41.183'),(368027,0,'admin','2022-12-08 23:41:42','20.211.41.183'),(368028,0,'admin','2022-12-08 23:41:43','20.211.41.183'),(368029,0,'admin','2022-12-08 23:41:44','20.211.41.183'),(368030,0,'admin','2022-12-08 23:41:45','20.211.41.183'),(368031,0,'admin','2022-12-08 23:41:46','20.211.41.183'),(368032,0,'admin','2022-12-08 23:41:47','20.211.41.183'),(368033,0,'admin','2022-12-08 23:41:48','20.211.41.183'),(368034,0,'admin','2022-12-08 23:41:50','20.211.41.183'),(368035,0,'admin','2022-12-08 23:41:51','20.211.41.183'),(368036,0,'admin','2022-12-08 23:41:52','20.211.41.183'),(368037,0,'admin','2022-12-08 23:41:53','20.211.41.183'),(368038,0,'admin','2022-12-08 23:41:55','20.211.41.183'),(368039,0,'admin','2022-12-08 23:41:56','20.211.41.183'),(368040,0,'admin','2022-12-08 23:41:57','20.211.41.183'),(368041,0,'admin','2022-12-08 23:41:58','20.211.41.183'),(368042,0,'admin','2022-12-08 23:41:59','20.211.41.183'),(368043,0,'admin','2022-12-08 23:42:00','20.211.41.183'),(368044,0,'admin','2022-12-08 23:42:01','20.211.41.183'),(368045,0,'admin','2022-12-08 23:42:03','20.211.41.183'),(368046,0,'admin','2022-12-08 23:42:04','20.211.41.183'),(368047,0,'admin','2022-12-08 23:42:05','20.211.41.183'),(368048,0,'admin','2022-12-08 23:42:06','20.211.41.183'),(368049,0,'admin','2022-12-08 23:42:07','20.211.41.183'),(368050,0,'admin','2022-12-08 23:42:08','20.211.41.183'),(368051,0,'admin','2022-12-08 23:42:10','20.211.41.183'),(368052,0,'admin','2022-12-08 23:42:11','20.211.41.183'),(368053,0,'admin','2022-12-08 23:42:12','20.211.41.183'),(368054,0,'admin','2022-12-08 23:42:13','20.211.41.183'),(368055,0,'admin','2022-12-08 23:42:14','20.211.41.183'),(368056,0,'admin','2022-12-08 23:42:16','20.211.41.183'),(368057,0,'admin','2022-12-08 23:42:17','20.211.41.183'),(368058,0,'admin','2022-12-08 23:42:18','20.211.41.183'),(368059,0,'admin','2022-12-08 23:42:19','20.211.41.183'),(368060,0,'admin','2022-12-08 23:42:21','20.211.41.183'),(368061,0,'admin','2022-12-08 23:42:22','20.211.41.183'),(368062,0,'admin','2022-12-08 23:42:23','20.211.41.183'),(368063,0,'admin','2022-12-08 23:42:24','20.211.41.183'),(368064,0,'admin','2022-12-08 23:42:25','20.211.41.183'),(368065,0,'admin','2022-12-08 23:42:26','20.211.41.183'),(368066,0,'admin','2022-12-08 23:42:28','20.211.41.183'),(368067,0,'admin','2022-12-08 23:42:29','20.211.41.183'),(368068,0,'admin','2022-12-08 23:42:30','20.211.41.183'),(368069,0,'admin','2022-12-08 23:42:31','20.211.41.183'),(368070,0,'admin','2022-12-08 23:42:33','20.211.41.183'),(368071,0,'admin','2022-12-08 23:42:34','20.211.41.183'),(368072,0,'admin','2022-12-08 23:42:35','20.211.41.183'),(368073,0,'admin','2022-12-08 23:42:36','20.211.41.183'),(368074,0,'admin','2022-12-08 23:42:37','20.211.41.183'),(368075,0,'admin','2022-12-08 23:42:39','20.211.41.183'),(368076,0,'admin','2022-12-08 23:42:40','20.211.41.183'),(368077,0,'admin','2022-12-08 23:42:41','20.211.41.183'),(368078,0,'admin','2022-12-08 23:42:42','20.211.41.183'),(368079,0,'admin','2022-12-08 23:42:43','20.211.41.183'),(368080,0,'admin','2022-12-08 23:42:44','20.211.41.183'),(368081,0,'admin','2022-12-08 23:42:45','20.211.41.183'),(368082,0,'admin','2022-12-08 23:42:47','20.211.41.183'),(368083,0,'admin','2022-12-08 23:42:48','20.211.41.183'),(368084,0,'admin','2022-12-08 23:42:49','20.211.41.183'),(368085,0,'admin','2022-12-08 23:42:50','20.211.41.183'),(368086,0,'admin','2022-12-08 23:42:51','20.211.41.183'),(368087,0,'admin','2022-12-08 23:42:52','20.211.41.183'),(368088,0,'admin','2022-12-08 23:42:54','20.211.41.183'),(368089,0,'admin','2022-12-08 23:42:55','20.211.41.183'),(368090,0,'admin','2022-12-08 23:42:56','20.211.41.183'),(368091,0,'admin','2022-12-08 23:42:57','20.211.41.183'),(368092,0,'admin','2022-12-08 23:42:58','20.211.41.183'),(368093,0,'admin','2022-12-08 23:42:59','20.211.41.183'),(368094,0,'admin','2022-12-08 23:43:01','20.211.41.183'),(368095,0,'admin','2022-12-08 23:43:02','20.211.41.183'),(368096,0,'admin','2022-12-08 23:43:03','20.211.41.183'),(368097,0,'admin','2022-12-08 23:43:05','20.211.41.183'),(368098,0,'admin','2022-12-08 23:43:06','20.211.41.183'),(368099,0,'admin','2022-12-08 23:43:07','20.211.41.183'),(368100,0,'admin','2022-12-08 23:43:08','20.211.41.183'),(368101,0,'admin','2022-12-08 23:43:09','20.211.41.183'),(368102,0,'admin','2022-12-08 23:43:11','20.211.41.183'),(368103,0,'admin','2022-12-08 23:43:12','20.211.41.183'),(368104,0,'admin','2022-12-08 23:43:13','20.211.41.183'),(368105,0,'admin','2022-12-08 23:43:14','20.211.41.183'),(368106,0,'admin','2022-12-08 23:43:15','20.211.41.183'),(368107,0,'admin','2022-12-08 23:43:16','20.211.41.183'),(368108,0,'admin','2022-12-08 23:43:18','20.211.41.183'),(368109,0,'admin','2022-12-08 23:43:19','20.211.41.183'),(368110,0,'admin','2022-12-08 23:43:20','20.211.41.183'),(368111,0,'admin','2022-12-08 23:43:21','20.211.41.183'),(368112,0,'admin','2022-12-08 23:43:22','20.211.41.183'),(368113,0,'admin','2022-12-08 23:43:23','20.211.41.183'),(368114,0,'admin','2022-12-08 23:43:24','20.211.41.183'),(368115,0,'admin','2022-12-08 23:43:26','20.211.41.183'),(368116,0,'admin','2022-12-08 23:43:27','20.211.41.183'),(368117,0,'admin','2022-12-08 23:43:28','20.211.41.183'),(368118,0,'admin','2022-12-08 23:43:29','20.211.41.183'),(368119,0,'admin','2022-12-08 23:43:30','20.211.41.183'),(368120,0,'admin','2022-12-08 23:43:31','20.211.41.183'),(368121,0,'admin','2022-12-08 23:43:33','20.211.41.183'),(368122,0,'admin','2022-12-08 23:43:34','20.211.41.183'),(368123,0,'admin','2022-12-08 23:43:35','20.211.41.183'),(368124,0,'admin','2022-12-08 23:43:36','20.211.41.183'),(368125,0,'admin','2022-12-08 23:43:37','20.211.41.183'),(368126,0,'admin','2022-12-08 23:43:39','20.211.41.183'),(368127,0,'admin','2022-12-08 23:43:40','20.211.41.183'),(368128,0,'admin','2022-12-08 23:43:41','20.211.41.183'),(368129,0,'admin','2022-12-08 23:43:42','20.211.41.183'),(368130,0,'admin','2022-12-08 23:43:43','20.211.41.183'),(368131,0,'admin','2022-12-08 23:43:44','20.211.41.183'),(368132,0,'admin','2022-12-08 23:43:46','20.211.41.183'),(368133,0,'admin','2022-12-08 23:43:47','20.211.41.183'),(368134,0,'admin','2022-12-08 23:43:48','20.211.41.183'),(368135,0,'admin','2022-12-08 23:43:49','20.211.41.183'),(368136,0,'admin','2022-12-08 23:43:50','20.211.41.183'),(368137,0,'admin','2022-12-08 23:43:51','20.211.41.183'),(368138,0,'admin','2022-12-08 23:43:53','20.211.41.183'),(368139,0,'admin','2022-12-08 23:43:54','20.211.41.183'),(368140,0,'admin','2022-12-08 23:43:55','20.211.41.183'),(368141,0,'admin','2022-12-08 23:43:56','20.211.41.183'),(368142,0,'admin','2022-12-08 23:43:57','20.211.41.183'),(368143,0,'admin','2022-12-08 23:43:58','20.211.41.183'),(368144,0,'admin','2022-12-08 23:44:00','20.211.41.183'),(368145,0,'admin','2022-12-08 23:44:01','20.211.41.183'),(368146,0,'admin','2022-12-08 23:44:02','20.211.41.183'),(368147,0,'admin','2022-12-08 23:44:03','20.211.41.183'),(368148,0,'admin','2022-12-08 23:44:04','20.211.41.183'),(368149,0,'admin','2022-12-08 23:44:05','20.211.41.183'),(368150,0,'admin','2022-12-08 23:44:07','20.211.41.183'),(368151,0,'admin','2022-12-08 23:44:08','20.211.41.183'),(368152,0,'admin','2022-12-08 23:44:09','20.211.41.183'),(368153,0,'admin','2022-12-08 23:44:10','20.211.41.183'),(368154,0,'admin','2022-12-08 23:44:11','20.211.41.183'),(368155,0,'admin','2022-12-08 23:44:12','20.211.41.183'),(368156,0,'admin','2022-12-08 23:44:14','20.211.41.183'),(368157,0,'admin','2022-12-08 23:44:15','20.211.41.183'),(368158,0,'admin','2022-12-08 23:44:16','20.211.41.183'),(368159,0,'admin','2022-12-08 23:44:17','20.211.41.183'),(368160,0,'admin','2022-12-08 23:44:18','20.211.41.183'),(368161,0,'ukdebtconsolidations-co-uk','2022-12-08 23:44:19','199.182.169.131'),(368162,0,'admin','2022-12-08 23:44:20','20.211.41.183'),(368163,0,'admin','2022-12-08 23:44:21','20.211.41.183'),(368164,0,'admin','2022-12-08 23:44:22','20.211.41.183'),(368165,0,'admin','2022-12-08 23:44:23','20.211.41.183'),(368166,0,'admin','2022-12-08 23:44:24','20.211.41.183'),(368167,0,'admin','2022-12-08 23:44:25','20.211.41.183'),(368168,0,'admin','2022-12-08 23:44:27','20.211.41.183'),(368169,0,'admin','2022-12-08 23:44:28','20.211.41.183'),(368170,0,'admin','2022-12-08 23:44:29','20.211.41.183'),(368171,0,'admin','2022-12-08 23:44:30','20.211.41.183'),(368172,0,'admin','2022-12-08 23:44:31','20.211.41.183'),(368173,0,'admin','2022-12-08 23:44:32','20.211.41.183'),(368174,0,'admin','2022-12-08 23:44:34','20.211.41.183'),(368175,0,'admin','2022-12-08 23:44:35','20.211.41.183'),(368176,0,'admin','2022-12-08 23:44:36','20.211.41.183'),(368177,0,'admin','2022-12-08 23:44:37','20.211.41.183'),(368178,0,'admin','2022-12-08 23:44:38','20.211.41.183'),(368179,0,'admin','2022-12-08 23:44:39','20.211.41.183'),(368180,0,'admin','2022-12-08 23:44:41','20.211.41.183'),(368181,0,'admin','2022-12-08 23:44:42','20.211.41.183'),(368182,0,'admin','2022-12-08 23:44:43','20.211.41.183'),(368183,0,'admin','2022-12-08 23:44:44','20.211.41.183'),(368184,0,'admin','2022-12-08 23:44:45','20.211.41.183'),(368185,0,'admin','2022-12-08 23:44:47','20.211.41.183'),(368186,0,'admin','2022-12-08 23:44:48','20.211.41.183'),(368187,0,'admin','2022-12-08 23:44:49','20.211.41.183'),(368188,0,'admin','2022-12-08 23:44:50','20.211.41.183'),(368189,0,'admin','2022-12-08 23:44:52','20.211.41.183'),(368190,0,'admin','2022-12-08 23:44:53','20.211.41.183'),(368191,0,'admin','2022-12-08 23:44:54','20.211.41.183'),(368192,0,'admin','2022-12-08 23:44:55','20.211.41.183'),(368193,0,'admin','2022-12-08 23:44:56','20.211.41.183'),(368194,0,'admin','2022-12-08 23:44:58','20.211.41.183'),(368195,0,'admin','2022-12-08 23:44:59','20.211.41.183'),(368196,0,'admin','2022-12-08 23:45:00','20.211.41.183'),(368197,0,'admin','2022-12-08 23:45:01','20.211.41.183'),(368198,0,'admin','2022-12-08 23:45:03','20.211.41.183'),(368199,0,'admin','2022-12-08 23:45:04','20.211.41.183'),(368200,0,'admin','2022-12-08 23:45:05','20.211.41.183'),(368201,0,'admin','2022-12-08 23:45:07','20.211.41.183'),(368202,0,'admin','2022-12-08 23:45:08','20.211.41.183'),(368203,0,'admin','2022-12-08 23:45:09','20.211.41.183'),(368204,0,'admin','2022-12-08 23:45:10','20.211.41.183'),(368205,0,'admin','2022-12-08 23:45:11','20.211.41.183'),(368206,0,'admin','2022-12-08 23:45:12','20.211.41.183'),(368207,0,'admin','2022-12-08 23:45:14','20.211.41.183'),(368208,0,'admin','2022-12-08 23:45:15','20.211.41.183'),(368209,0,'admin','2022-12-08 23:45:16','20.211.41.183'),(368210,0,'admin','2022-12-08 23:45:17','20.211.41.183'),(368211,0,'admin','2022-12-08 23:45:18','20.211.41.183'),(368212,0,'admin','2022-12-08 23:45:19','20.211.41.183'),(368213,0,'admin','2022-12-08 23:45:21','20.211.41.183'),(368214,0,'admin','2022-12-08 23:45:22','20.211.41.183'),(368215,0,'admin','2022-12-08 23:45:23','20.211.41.183'),(368216,0,'admin','2022-12-08 23:45:24','20.211.41.183'),(368217,0,'admin','2022-12-08 23:45:25','20.211.41.183'),(368218,0,'admin','2022-12-08 23:45:27','20.211.41.183'),(368219,0,'admin','2022-12-08 23:45:28','20.211.41.183'),(368220,0,'admin','2022-12-08 23:45:29','20.211.41.183'),(368221,0,'admin','2022-12-08 23:45:30','20.211.41.183'),(368222,0,'admin','2022-12-08 23:45:31','20.211.41.183'),(368223,0,'admin','2022-12-08 23:45:32','20.211.41.183'),(368224,0,'admin','2022-12-08 23:45:34','20.211.41.183'),(368225,0,'admin','2022-12-08 23:45:35','20.211.41.183'),(368226,0,'admin','2022-12-08 23:45:36','20.211.41.183'),(368227,0,'admin','2022-12-08 23:45:37','20.211.41.183'),(368228,0,'admin','2022-12-08 23:45:38','20.211.41.183'),(368229,0,'admin','2022-12-08 23:45:40','20.211.41.183'),(368230,0,'admin','2022-12-08 23:45:41','20.211.41.183'),(368231,0,'admin','2022-12-08 23:45:42','20.211.41.183'),(368232,0,'admin','2022-12-08 23:45:43','20.211.41.183'),(368233,0,'admin','2022-12-08 23:45:44','20.211.41.183'),(368234,0,'admin','2022-12-08 23:45:45','20.211.41.183'),(368235,0,'admin','2022-12-08 23:45:47','20.211.41.183'),(368236,0,'admin','2022-12-08 23:45:48','20.211.41.183'),(368237,0,'admin','2022-12-08 23:45:49','20.211.41.183'),(368238,0,'admin','2022-12-08 23:45:50','20.211.41.183'),(368239,0,'admin','2022-12-08 23:45:51','20.211.41.183'),(368240,0,'admin','2022-12-08 23:45:53','20.211.41.183'),(368241,0,'admin','2022-12-08 23:45:54','20.211.41.183'),(368242,0,'admin','2022-12-08 23:45:55','20.211.41.183'),(368243,0,'admin','2022-12-08 23:45:56','20.211.41.183'),(368244,0,'admin','2022-12-08 23:45:57','20.211.41.183'),(368245,0,'admin','2022-12-08 23:45:58','20.211.41.183'),(368246,0,'admin','2022-12-08 23:46:00','20.211.41.183'),(368247,0,'admin','2022-12-08 23:46:01','20.211.41.183'),(368248,0,'admin','2022-12-08 23:46:02','20.211.41.183'),(368249,0,'admin','2022-12-08 23:46:03','20.211.41.183'),(368250,0,'admin','2022-12-08 23:46:04','20.211.41.183'),(368251,0,'admin','2022-12-08 23:46:06','20.211.41.183'),(368252,0,'admin','2022-12-08 23:46:07','20.211.41.183'),(368253,0,'admin','2022-12-08 23:46:08','20.211.41.183'),(368254,0,'admin','2022-12-08 23:46:09','20.211.41.183'),(368255,0,'admin','2022-12-08 23:46:10','20.211.41.183'),(368256,0,'admin','2022-12-08 23:46:11','20.211.41.183'),(368257,0,'admin','2022-12-08 23:46:13','20.211.41.183'),(368258,0,'admin','2022-12-08 23:46:14','20.211.41.183'),(368259,0,'admin','2022-12-08 23:46:15','20.211.41.183'),(368260,0,'admin','2022-12-08 23:46:16','20.211.41.183'),(368261,0,'admin','2022-12-08 23:46:17','20.211.41.183'),(368262,0,'admin','2022-12-08 23:46:18','20.211.41.183'),(368263,0,'admin','2022-12-08 23:46:20','20.211.41.183'),(368264,0,'admin','2022-12-08 23:46:21','20.211.41.183'),(368265,0,'admin','2022-12-08 23:46:22','20.211.41.183'),(368266,0,'admin','2022-12-08 23:46:23','20.211.41.183'),(368267,0,'admin','2022-12-08 23:46:24','20.211.41.183'),(368268,0,'admin','2022-12-08 23:46:25','20.211.41.183'),(368269,0,'admin','2022-12-08 23:46:27','20.211.41.183'),(368270,0,'admin','2022-12-08 23:46:28','20.211.41.183'),(368271,0,'admin','2022-12-08 23:46:29','20.211.41.183'),(368272,0,'admin','2022-12-08 23:46:30','20.211.41.183'),(368273,0,'admin','2022-12-08 23:46:31','20.211.41.183'),(368274,0,'admin','2022-12-08 23:46:32','20.211.41.183'),(368275,0,'admin','2022-12-08 23:46:34','20.211.41.183'),(368276,0,'admin','2022-12-08 23:46:35','20.211.41.183'),(368277,0,'admin','2022-12-08 23:46:36','20.211.41.183'),(368278,0,'admin','2022-12-08 23:46:37','20.211.41.183'),(368279,0,'admin','2022-12-08 23:46:38','20.211.41.183'),(368280,0,'admin','2022-12-08 23:46:39','20.211.41.183'),(368281,0,'admin','2022-12-08 23:46:41','20.211.41.183'),(368282,0,'admin','2022-12-08 23:46:42','20.211.41.183'),(368283,0,'admin','2022-12-08 23:46:43','20.211.41.183'),(368284,0,'admin','2022-12-08 23:46:44','20.211.41.183'),(368285,0,'admin','2022-12-08 23:46:45','20.211.41.183'),(368286,0,'admin','2022-12-08 23:46:46','20.211.41.183'),(368287,0,'admin','2022-12-08 23:46:48','20.211.41.183'),(368288,0,'admin','2022-12-08 23:46:49','20.211.41.183'),(368289,0,'admin','2022-12-08 23:46:50','20.211.41.183'),(368290,0,'admin','2022-12-08 23:46:51','20.211.41.183'),(368291,0,'admin','2022-12-08 23:46:52','20.211.41.183'),(368292,0,'admin','2022-12-08 23:46:53','20.211.41.183'),(368293,0,'admin','2022-12-08 23:46:55','20.211.41.183'),(368294,0,'admin','2022-12-08 23:46:56','20.211.41.183'),(368295,0,'admin','2022-12-08 23:46:57','20.211.41.183'),(368296,0,'admin','2022-12-08 23:46:58','20.211.41.183'),(368297,0,'admin','2022-12-08 23:46:59','20.211.41.183'),(368298,0,'admin','2022-12-08 23:47:00','20.211.41.183'),(368299,0,'admin','2022-12-08 23:47:02','20.211.41.183'),(368300,0,'admin','2022-12-08 23:47:03','20.211.41.183'),(368301,0,'admin','2022-12-08 23:47:04','20.211.41.183'),(368302,0,'admin','2022-12-08 23:47:05','20.211.41.183'),(368303,0,'admin','2022-12-08 23:47:06','20.211.41.183'),(368304,0,'admin','2022-12-08 23:47:07','20.211.41.183'),(368305,0,'admin','2022-12-08 23:47:09','20.211.41.183'),(368306,0,'admin','2022-12-08 23:47:10','20.211.41.183'),(368307,0,'admin','2022-12-08 23:47:11','20.211.41.183'),(368308,0,'admin','2022-12-08 23:47:12','20.211.41.183'),(368309,0,'admin','2022-12-08 23:47:13','20.211.41.183'),(368310,0,'admin','2022-12-08 23:47:14','20.211.41.183'),(368311,0,'admin','2022-12-08 23:47:16','20.211.41.183'),(368312,0,'admin','2022-12-08 23:47:17','20.211.41.183'),(368313,0,'admin','2022-12-08 23:47:18','20.211.41.183'),(368314,0,'admin','2022-12-08 23:47:19','20.211.41.183'),(368315,0,'admin','2022-12-08 23:47:20','20.211.41.183'),(368316,0,'admin','2022-12-08 23:47:21','20.211.41.183'),(368317,0,'admin','2022-12-08 23:47:23','20.211.41.183'),(368318,0,'admin','2022-12-08 23:47:24','20.211.41.183'),(368319,0,'admin','2022-12-08 23:47:25','20.211.41.183'),(368320,0,'admin','2022-12-08 23:47:26','20.211.41.183'),(368321,0,'admin','2022-12-08 23:47:27','20.211.41.183'),(368322,0,'admin','2022-12-08 23:47:29','20.211.41.183'),(368323,0,'admin','2022-12-08 23:47:30','20.211.41.183'),(368324,0,'admin','2022-12-08 23:47:31','20.211.41.183'),(368325,0,'admin','2022-12-08 23:47:32','20.211.41.183'),(368326,0,'admin','2022-12-08 23:47:33','20.211.41.183'),(368327,0,'admin','2022-12-08 23:47:34','20.211.41.183'),(368328,0,'admin','2022-12-08 23:47:36','20.211.41.183'),(368329,0,'admin','2022-12-08 23:47:37','20.211.41.183'),(368330,0,'admin','2022-12-08 23:47:38','20.211.41.183'),(368331,0,'admin','2022-12-08 23:47:39','20.211.41.183'),(368332,0,'admin','2022-12-08 23:47:40','20.211.41.183'),(368333,0,'admin','2022-12-08 23:47:41','20.211.41.183'),(368334,0,'admin','2022-12-08 23:47:43','20.211.41.183'),(368335,0,'admin','2022-12-08 23:47:44','20.211.41.183'),(368336,0,'admin','2022-12-08 23:47:45','20.211.41.183'),(368337,0,'admin','2022-12-08 23:47:46','20.211.41.183'),(368338,0,'admin','2022-12-08 23:47:47','20.211.41.183'),(368339,0,'admin','2022-12-08 23:47:48','20.211.41.183'),(368340,0,'admin','2022-12-08 23:47:50','20.211.41.183'),(368341,0,'admin','2022-12-08 23:47:51','20.211.41.183'),(368342,0,'admin','2022-12-08 23:47:52','20.211.41.183'),(368343,0,'admin','2022-12-08 23:47:53','20.211.41.183'),(368344,0,'admin','2022-12-08 23:47:54','20.211.41.183'),(368345,0,'admin','2022-12-08 23:47:55','20.211.41.183'),(368346,0,'admin','2022-12-08 23:47:57','20.211.41.183'),(368347,0,'admin','2022-12-08 23:47:58','20.211.41.183'),(368348,0,'admin','2022-12-08 23:47:59','20.211.41.183'),(368349,0,'admin','2022-12-08 23:48:00','20.211.41.183'),(368350,0,'admin','2022-12-08 23:48:01','20.211.41.183'),(368351,0,'admin','2022-12-08 23:48:03','20.211.41.183'),(368352,0,'admin','2022-12-08 23:48:04','20.211.41.183'),(368353,0,'admin','2022-12-08 23:48:05','20.211.41.183'),(368354,0,'admin','2022-12-08 23:48:06','20.211.41.183'),(368355,0,'admin','2022-12-08 23:48:07','20.211.41.183'),(368356,0,'admin','2022-12-08 23:48:08','20.211.41.183'),(368357,0,'admin','2022-12-08 23:48:10','20.211.41.183'),(368358,0,'admin','2022-12-08 23:48:11','20.211.41.183'),(368359,0,'admin','2022-12-08 23:48:12','20.211.41.183'),(368360,0,'admin','2022-12-08 23:48:13','20.211.41.183'),(368361,0,'admin','2022-12-08 23:48:14','20.211.41.183'),(368362,0,'admin','2022-12-08 23:48:15','20.211.41.183'),(368363,0,'admin','2022-12-08 23:48:17','20.211.41.183'),(368364,0,'admin','2022-12-08 23:48:18','20.211.41.183'),(368365,0,'admin','2022-12-08 23:48:19','20.211.41.183'),(368366,0,'admin','2022-12-08 23:48:20','20.211.41.183'),(368367,0,'admin','2022-12-08 23:48:21','20.211.41.183'),(368368,0,'admin','2022-12-08 23:48:22','20.211.41.183'),(368369,0,'admin','2022-12-08 23:48:24','20.211.41.183'),(368370,0,'admin','2022-12-08 23:48:25','20.211.41.183'),(368371,0,'admin','2022-12-08 23:48:26','20.211.41.183'),(368372,0,'admin','2022-12-08 23:48:27','20.211.41.183'),(368373,0,'admin','2022-12-08 23:48:28','20.211.41.183'),(368374,0,'admin','2022-12-08 23:48:29','20.211.41.183'),(368375,0,'admin','2022-12-08 23:48:31','20.211.41.183'),(368376,0,'admin','2022-12-08 23:48:32','20.211.41.183'),(368377,0,'admin','2022-12-08 23:48:33','20.211.41.183'),(368378,0,'admin','2022-12-08 23:48:34','20.211.41.183'),(368379,0,'admin','2022-12-08 23:48:35','20.211.41.183'),(368380,0,'admin','2022-12-08 23:48:36','20.211.41.183'),(368381,0,'admin','2022-12-08 23:48:38','20.211.41.183'),(368382,0,'admin','2022-12-08 23:48:39','20.211.41.183'),(368383,0,'admin','2022-12-08 23:48:40','20.211.41.183'),(368384,0,'admin','2022-12-08 23:48:41','20.211.41.183'),(368385,0,'admin','2022-12-08 23:48:42','20.211.41.183'),(368386,0,'admin','2022-12-08 23:48:43','20.211.41.183'),(368387,0,'admin','2022-12-08 23:48:44','20.211.41.183'),(368388,0,'admin','2022-12-08 23:48:46','20.211.41.183'),(368389,0,'admin','2022-12-08 23:48:47','20.211.41.183'),(368390,0,'admin','2022-12-08 23:48:48','20.211.41.183'),(368391,0,'admin','2022-12-08 23:48:49','20.211.41.183'),(368392,0,'admin','2022-12-08 23:48:50','20.211.41.183'),(368393,0,'admin','2022-12-08 23:48:51','20.211.41.183'),(368394,0,'admin','2022-12-08 23:48:53','20.211.41.183'),(368395,0,'admin','2022-12-08 23:48:54','20.211.41.183'),(368396,0,'admin','2022-12-08 23:48:55','20.211.41.183'),(368397,0,'admin','2022-12-08 23:48:56','20.211.41.183'),(368398,0,'admin','2022-12-08 23:48:57','20.211.41.183'),(368399,0,'admin','2022-12-08 23:48:58','20.211.41.183'),(368400,0,'admin','2022-12-08 23:49:00','20.211.41.183'),(368401,0,'admin','2022-12-08 23:49:01','20.211.41.183'),(368402,0,'admin','2022-12-08 23:49:02','20.211.41.183'),(368403,0,'admin','2022-12-08 23:49:03','20.211.41.183'),(368404,0,'admin','2022-12-08 23:49:04','20.211.41.183'),(368405,0,'admin','2022-12-08 23:49:06','20.211.41.183'),(368406,0,'admin','2022-12-08 23:49:07','20.211.41.183'),(368407,0,'admin','2022-12-08 23:49:08','20.211.41.183'),(368408,0,'admin','2022-12-08 23:49:09','20.211.41.183'),(368409,0,'admin','2022-12-08 23:49:10','20.211.41.183'),(368410,0,'admin','2022-12-08 23:49:12','20.211.41.183'),(368411,0,'admin','2022-12-08 23:49:13','20.211.41.183'),(368412,0,'admin','2022-12-08 23:49:14','20.211.41.183'),(368413,0,'admin','2022-12-08 23:49:15','20.211.41.183'),(368414,0,'admin','2022-12-08 23:49:16','20.211.41.183'),(368415,0,'admin','2022-12-08 23:49:17','20.211.41.183'),(368416,0,'admin','2022-12-08 23:49:19','20.211.41.183'),(368417,0,'admin','2022-12-08 23:49:20','20.211.41.183'),(368418,0,'admin','2022-12-08 23:49:21','20.211.41.183'),(368419,0,'admin','2022-12-08 23:49:22','20.211.41.183'),(368420,0,'admin','2022-12-08 23:49:23','20.211.41.183'),(368421,0,'admin','2022-12-08 23:49:25','20.211.41.183'),(368422,0,'admin','2022-12-08 23:49:26','20.211.41.183'),(368423,0,'admin','2022-12-08 23:49:27','20.211.41.183'),(368424,0,'admin','2022-12-08 23:49:28','20.211.41.183'),(368425,0,'admin','2022-12-08 23:49:29','20.211.41.183'),(368426,0,'ukdebtconsolidations-co-uk','2022-12-08 23:59:57','8.129.20.30'),(368427,0,'Admin@1234','2022-12-09 00:04:32','3.6.112.245'),(368428,0,'ukdebtconsolidations-co-uk','2022-12-09 00:16:10','128.199.178.73'),(368429,0,'ukdebtconsolidations-co-uk','2022-12-09 00:32:16','109.234.162.55'),(368430,0,'ukdebtconsolidations-co-uk','2022-12-09 00:47:11','178.124.210.118'),(368431,0,'payments','2022-12-09 00:50:54','185.119.81.97'),(368432,0,'ukdebtconsolidations-co-uk','2022-12-09 01:04:02','109.234.162.55'),(368433,0,'ukdebtconsolidations-co-uk','2022-12-09 01:20:08','51.159.105.232'),(368434,0,'ukdebtconsolidations-co-uk','2022-12-09 01:35:51','166.62.103.104'),(368435,0,'ukdebtconsolidations-co-uk','2022-12-09 01:52:04','72.9.158.112'),(368436,0,'administrator','2022-12-09 02:00:23','45.63.95.183'),(368437,0,'ukdebtconsolidations-co-uk','2022-12-09 02:03:13','67.225.240.110'),(368438,0,'ukdebtconsolidations-co-uk','2022-12-09 02:10:59','159.89.2.220'),(368439,0,'1qaz2wsx3edc4rfv5tgbQ','2022-12-09 02:17:23','175.178.160.253'),(368440,0,'ukdebtconsolidations-co-uk','2022-12-09 02:18:23','188.164.193.195'),(368441,0,'ukdebtconsolidations-co-uk','2022-12-09 02:31:23','45.79.134.70'),(368442,0,'ukdebtconsolidations-co-uk','2022-12-09 02:41:40','159.203.173.149'),(368443,0,'ukdebtconsolidations-co-uk','2022-12-09 02:46:42','83.143.116.3'),(368444,0,'ukdebtconsolidations-co-uk','2022-12-09 02:51:32','208.109.39.235'),(368445,0,'skmamidipaka@gmail.com','2022-12-09 02:54:37','185.69.154.241'),(368446,0,'ukdebtconsolidations-co-uk','2022-12-09 02:56:57','162.241.226.169'),(368447,0,'ukdebtconsolidations-co-uk','2022-12-09 03:01:11','51.79.144.41'),(368448,0,'ukdebtconsolidations-co-uk','2022-12-09 03:05:43','66.29.134.244'),(368449,0,'ukdebtconsolidations-co-uk','2022-12-09 03:11:47','103.154.184.191'),(368450,0,'ukdebtconsolidations-co-uk','2022-12-09 03:16:25','162.241.218.94'),(368451,0,'ukdebtconsolidations-co-uk','2022-12-09 03:21:16','34.68.97.70'),(368452,0,'ukdebtconsolidations-co-uk','2022-12-09 03:26:15','107.173.84.163'),(368453,0,'ukdebtconsolidations-co-uk','2022-12-09 03:31:16','51.79.144.41'),(368454,0,'ukdebtconsolidations-co-uk','2022-12-09 03:36:29','109.234.162.39'),(368455,0,'ukdebtconsolidations-co-uk','2022-12-09 03:40:49','46.101.103.136'),(368456,0,'solidatio','2022-12-09 03:41:16','185.119.81.107'),(368457,0,'ukdebtconsolidations-co-uk','2022-12-09 03:44:47','128.199.109.135'),(368458,0,'wplive','2022-12-09 03:48:06','176.112.205.186'),(368459,0,'ukdebtconsolidations-co-uk','2022-12-09 03:49:47','103.171.180.139'),(368460,0,'ukdebtconsolidations-co-uk','2022-12-09 03:53:40','128.199.109.135'),(368461,0,'ukdebtconsolidations-co-uk','2022-12-09 03:57:59','67.23.254.254'),(368462,0,'ukdebtconsolidations-co-uk','2022-12-09 04:02:02','93.114.235.167'),(368463,0,'ukdebtconsolidations-co-uk','2022-12-09 04:05:57','158.69.26.40'),(368464,0,'ukdebtconsolidations-co-uk','2022-12-09 04:10:08','51.222.138.98'),(368465,0,'payments','2022-12-09 04:11:48','185.119.81.103'),(368466,0,'ukdebtconsolidations-co-uk','2022-12-09 04:14:59','103.21.59.28'),(368467,0,'ukdebtconsolidations-co-uk','2022-12-09 04:19:11','206.189.163.232'),(368468,0,'solidatio','2022-12-09 04:19:21','185.119.81.107'),(368469,0,'ukdebtconsolidations-co-uk','2022-12-09 04:24:22','39.106.15.209'),(368470,0,'ukdebtconsolidations-co-uk','2022-12-09 04:29:45','103.1.239.48'),(368471,0,'ukdebtconsolidations-co-uk','2022-12-09 04:34:20','5.175.42.10'),(368472,0,'ukdebtconsolidations-co-uk','2022-12-09 04:39:21','202.131.227.181'),(368473,0,'ukdebtconsolidations-co-uk','2022-12-09 04:44:56','209.126.108.92'),(368474,0,'ukdebtconsolidations-co-uk','2022-12-09 04:50:00','143.110.137.82'),(368475,0,'Admin@123','2022-12-09 04:53:02','179.43.190.234'),(368476,0,'ukdebtconsolidations-co-uk','2022-12-09 04:55:22','103.90.232.106'),(368477,0,'team2','2022-12-09 04:57:13','104.131.7.176'),(368478,0,'ukdebtconsolidations-co-uk','2022-12-09 05:01:18','159.65.233.52'),(368479,0,'ukdebtconsolidations-co-uk','2022-12-09 05:06:48','35.233.164.145'),(368480,0,'ukdebtconsolidations-co-uk','2022-12-09 05:12:20','103.171.181.149'),(368481,0,'ukdebtconsolidations-co-uk','2022-12-09 05:18:54','151.80.20.26'),(368482,0,'ukdebtconsolidations-co-uk','2022-12-09 05:24:29','161.35.15.73'),(368483,0,'ukdebtconsolidations-co-uk','2022-12-09 05:30:30','184.95.43.187'),(368484,0,'ukdebtconsolidations-co-uk','2022-12-09 05:36:43','54.38.44.6'),(368485,0,'ukdebtconsolidations-co-uk','2022-12-09 05:43:10','161.97.88.147'),(368486,0,'payments@ridingtherhino.co.uk','2022-12-09 05:53:26','185.119.81.103'),(368487,0,'admin','2022-12-09 05:57:20','194.195.92.39'),(368488,0,'admin','2022-12-09 05:59:12','54.37.74.123'),(368489,0,'mihaimariusiulian@gmail.com','2022-12-09 06:05:17','185.225.33.47'),(368490,0,'admin','2022-12-09 06:05:20','172.104.81.115'),(368491,0,'ukdebtconsolidations-co-uk','2022-12-09 06:12:11','150.230.247.143'),(368492,0,'ukdebtconsolidations-co-uk','2022-12-09 06:18:46','213.149.103.132'),(368493,0,'Opera@1998','2022-12-09 06:22:25','179.43.190.234'),(368494,0,'ukdebtconsolidations-co-uk','2022-12-09 06:24:58','124.70.98.118'),(368495,0,'ukdebtconsolidations-co-uk','2022-12-09 06:31:49','54.37.81.190'),(368496,0,'ukdebtconsolidations-co-uk','2022-12-09 06:38:39','93.114.235.167'),(368497,0,'ukdebtconsolidations-co-uk','2022-12-09 06:45:25','35.193.197.89'),(368498,0,'ukdebtconsolidations-co-uk','2022-12-09 06:52:37','206.108.48.146'),(368499,0,'payments','2022-12-09 06:55:20','185.119.81.96'),(368500,0,'payments','2022-12-09 06:56:47','185.119.81.97'),(368501,0,'ukdebtconsolidations-co-uk','2022-12-09 06:59:53','139.59.20.111'),(368502,0,'noman','2022-12-09 07:01:25','3.6.112.245'),(368503,0,'ukdebtconsolidations-co-uk','2022-12-09 07:06:36','177.222.54.214'),(368504,0,'ukdebtconsolidations-co-uk','2022-12-09 07:13:45','128.199.109.135'),(368505,0,'dedi','2022-12-09 07:15:32','104.131.7.176'),(368506,0,'admin919','2022-12-09 07:18:28','157.230.8.170'),(368507,0,'ukdebtconsolidations-co-uk','2022-12-09 07:21:01','171.244.16.103'),(368508,0,'ukdebtconsolidations-co-uk','2022-12-09 07:28:42','103.171.180.165'),(368509,0,'ukdebtconsolidations-co-uk','2022-12-09 07:36:10','132.148.155.12'),(368510,0,'ukdebtconsolidations-co-uk','2022-12-09 07:43:36','8.210.174.93'),(368511,0,'ukdebtconsolidations-co-uk','2022-12-09 07:51:21','121.36.224.178'),(368512,0,'ukdebtconsolidations-co-uk','2022-12-09 07:59:28','139.59.20.111'),(368513,0,'ukdebtconsolidations-co-uk','2022-12-09 08:07:17','151.80.24.73'),(368514,0,'ukdebtconsolidations-co-uk','2022-12-09 08:15:04','206.189.112.203'),(368515,0,'payments@ridingtherhino.co.uk','2022-12-09 08:21:23','185.119.81.97'),(368516,0,'ukdebtconsolidations-co-uk','2022-12-09 08:22:36','123.31.41.38'),(368517,0,'verona777','2022-12-09 08:23:28','36.91.100.149'),(368518,0,'GreyDevil','2022-12-09 08:27:07','95.59.26.9'),(368519,0,'ukdebtconsolidations-co-uk','2022-12-09 08:30:38','206.189.164.246'),(368520,0,'alireza','2022-12-09 08:33:37','208.113.151.108'),(368521,0,'kamrul562','2022-12-09 08:34:00','51.144.238.41'),(368522,0,'payments@ridingtherhino.co.uk','2022-12-09 08:36:44','185.119.81.107'),(368523,0,'ukdebtconsolidations-co-uk','2022-12-09 08:38:17','162.240.215.177'),(368524,0,'ukdebtconsolidations-co-uk','2022-12-09 08:46:40','198.211.125.40'),(368525,0,'nagatheme','2022-12-09 08:47:47','87.236.215.205'),(368526,0,'ukdebtconsolidations-co-uk','2022-12-09 08:54:34','89.46.91.93'),(368527,0,'payments','2022-12-09 09:01:40','185.119.81.107'),(368528,0,'ukdebtconsolidations-co-uk','2022-12-09 09:02:25','194.233.69.10'),(368529,0,'ukdebtconsolidations-co-uk','2022-12-09 09:10:44','216.245.215.122'),(368530,0,'ukdebtconsolidations-co-uk','2022-12-09 09:18:55','154.0.164.115'),(368531,0,'ukdebtconsolidations-co-uk','2022-12-09 09:26:40','208.109.34.70'),(368532,0,'ukdebtconsolidations-co-uk','2022-12-09 09:34:53','81.68.87.46'),(368533,0,'ukdebtconsolidations-co-uk','2022-12-09 09:44:53','20.244.115.14'),(368534,0,'payments','2022-12-09 09:52:10','185.119.81.103'),(368535,0,'payments','2022-12-09 09:53:05','185.119.81.103'),(368536,0,'ukdebtconsolidations-co-uk','2022-12-09 09:53:41','83.150.215.90'),(368537,0,'ukdebtconsolidations-co-uk','2022-12-09 10:02:20','39.101.205.176'),(368538,0,'admin','2022-12-09 10:03:51','103.114.35.88'),(368539,0,'ukdebtconsolidations-co-uk','2022-12-09 10:10:48','82.165.184.76'),(368540,0,'ukdebtconsolidations-co-uk','2022-12-09 10:19:14','111.90.145.188'),(368541,0,'admin','2022-12-09 10:27:02','51.210.183.128'),(368542,0,'admin','2022-12-09 10:28:12','82.166.39.15'),(368543,0,'ukdebtconsolidations-co-uk','2022-12-09 10:28:26','64.227.5.178'),(368544,0,'123456','2022-12-09 10:35:19','138.201.58.250'),(368545,0,'ukdebtconsolidations-co-uk','2022-12-09 10:36:46','103.90.232.106'),(368546,0,'admin','2022-12-09 10:43:52','185.119.81.107'),(368547,0,'ukdebtconsolidations-co-uk','2022-12-09 10:45:45','103.166.182.177'),(368548,0,'payments@ridingtherhino.co.uk','2022-12-09 10:48:54','185.119.81.107'),(368549,0,'admin','2022-12-09 10:51:17','51.210.183.128'),(368550,0,'payments@ridingtherhino.co.uk','2022-12-09 10:51:29','185.119.81.97'),(368551,0,'admin','2022-12-09 10:52:32','103.114.35.88'),(368552,0,'ukdebtconsolidations-co-uk','2022-12-09 10:55:07','180.211.97.53'),(368553,0,'testuser','2022-12-09 10:59:17','164.90.170.66'),(368554,0,'ukdebtconsolidations-co-uk','2022-12-09 11:03:40','34.64.218.102'),(368555,0,'centralzap','2022-12-09 11:10:45','13.234.57.198'),(368556,0,'problems','2022-12-09 11:11:33','185.119.81.100'),(368557,0,'solidatio','2022-12-09 11:11:41','185.119.81.107'),(368558,0,'ukdebtconsolidations-co-uk','2022-12-09 11:12:50','178.128.156.230'),(368559,0,'admin','2022-12-09 11:16:58','54.36.182.160'),(368560,0,'admin','2022-12-09 11:18:18','173.236.168.102'),(368561,0,'ukdebtconsolidations-co-uk','2022-12-09 11:21:49','162.240.215.177'),(368562,0,'test','2022-12-09 11:23:36','31.170.100.217'),(368563,0,'admin','2022-12-09 11:26:52','20.21.144.131'),(368564,0,'admin','2022-12-09 11:26:53','20.21.144.131'),(368565,0,'admin','2022-12-09 11:26:54','20.21.144.131'),(368566,0,'admin','2022-12-09 11:26:54','20.21.144.131'),(368567,0,'admin','2022-12-09 11:26:55','20.21.144.131'),(368568,0,'admin','2022-12-09 11:26:56','20.21.144.131'),(368569,0,'admin','2022-12-09 11:26:56','20.21.144.131'),(368570,0,'admin','2022-12-09 11:26:57','20.21.144.131'),(368571,0,'admin','2022-12-09 11:26:58','20.21.144.131'),(368572,0,'admin','2022-12-09 11:26:58','20.21.144.131'),(368573,0,'admin','2022-12-09 11:26:59','20.21.144.131'),(368574,0,'admin','2022-12-09 11:26:59','20.21.144.131'),(368575,0,'admin','2022-12-09 11:27:00','20.21.144.131'),(368576,0,'admin','2022-12-09 11:27:01','20.21.144.131'),(368577,0,'admin','2022-12-09 11:27:01','20.21.144.131'),(368578,0,'admin','2022-12-09 11:27:02','20.21.144.131'),(368579,0,'admin','2022-12-09 11:27:03','20.21.144.131'),(368580,0,'admin','2022-12-09 11:27:03','20.21.144.131'),(368581,0,'admin','2022-12-09 11:27:04','20.21.144.131'),(368582,0,'admin','2022-12-09 11:27:05','20.21.144.131'),(368583,0,'admin','2022-12-09 11:27:05','20.21.144.131'),(368584,0,'admin','2022-12-09 11:27:06','20.21.144.131'),(368585,0,'admin','2022-12-09 11:27:06','20.21.144.131'),(368586,0,'admin','2022-12-09 11:27:07','20.21.144.131'),(368587,0,'admin','2022-12-09 11:27:08','20.21.144.131'),(368588,0,'admin','2022-12-09 11:27:08','20.21.144.131'),(368589,0,'admin','2022-12-09 11:27:09','20.21.144.131'),(368590,0,'admin','2022-12-09 11:27:10','20.21.144.131'),(368591,0,'admin','2022-12-09 11:27:10','20.21.144.131'),(368592,0,'admin','2022-12-09 11:27:11','20.21.144.131'),(368593,0,'admin','2022-12-09 11:27:11','20.21.144.131'),(368594,0,'admin','2022-12-09 11:27:12','20.21.144.131'),(368595,0,'admin','2022-12-09 11:27:13','20.21.144.131'),(368596,0,'admin','2022-12-09 11:27:13','20.21.144.131'),(368597,0,'admin','2022-12-09 11:27:14','20.21.144.131'),(368598,0,'admin','2022-12-09 11:27:15','20.21.144.131'),(368599,0,'admin','2022-12-09 11:27:15','20.21.144.131'),(368600,0,'admin','2022-12-09 11:27:16','20.21.144.131'),(368601,0,'admin','2022-12-09 11:27:16','20.21.144.131'),(368602,0,'admin','2022-12-09 11:27:17','20.21.144.131'),(368603,0,'admin','2022-12-09 11:27:18','20.21.144.131'),(368604,0,'admin','2022-12-09 11:27:18','20.21.144.131'),(368605,0,'admin','2022-12-09 11:27:19','20.21.144.131'),(368606,0,'admin','2022-12-09 11:27:19','20.21.144.131'),(368607,0,'admin','2022-12-09 11:27:20','20.21.144.131'),(368608,0,'admin','2022-12-09 11:27:21','20.21.144.131'),(368609,0,'admin','2022-12-09 11:27:21','20.21.144.131'),(368610,0,'admin','2022-12-09 11:27:22','20.21.144.131'),(368611,0,'admin','2022-12-09 11:27:23','20.21.144.131'),(368612,0,'admin','2022-12-09 11:27:23','20.21.144.131'),(368613,0,'admin','2022-12-09 11:27:24','20.21.144.131'),(368614,0,'admin','2022-12-09 11:27:24','20.21.144.131'),(368615,0,'admin','2022-12-09 11:27:26','20.21.144.131'),(368616,0,'admin','2022-12-09 11:27:26','20.21.144.131'),(368617,0,'admin','2022-12-09 11:27:27','20.21.144.131'),(368618,0,'admin','2022-12-09 11:27:28','20.21.144.131'),(368619,0,'admin','2022-12-09 11:27:28','20.21.144.131'),(368620,0,'admin','2022-12-09 11:27:29','20.21.144.131'),(368621,0,'admin','2022-12-09 11:27:29','20.21.144.131'),(368622,0,'admin','2022-12-09 11:27:30','20.21.144.131'),(368623,0,'admin','2022-12-09 11:27:31','20.21.144.131'),(368624,0,'admin','2022-12-09 11:27:31','20.21.144.131'),(368625,0,'admin','2022-12-09 11:27:32','20.21.144.131'),(368626,0,'admin','2022-12-09 11:27:33','20.21.144.131'),(368627,0,'admin','2022-12-09 11:27:33','20.21.144.131'),(368628,0,'admin','2022-12-09 11:27:34','20.21.144.131'),(368629,0,'admin','2022-12-09 11:27:34','20.21.144.131'),(368630,0,'admin','2022-12-09 11:27:35','20.21.144.131'),(368631,0,'admin','2022-12-09 11:27:36','20.21.144.131'),(368632,0,'admin','2022-12-09 11:27:36','20.21.144.131'),(368633,0,'admin','2022-12-09 11:27:37','20.21.144.131'),(368634,0,'admin','2022-12-09 11:27:38','20.21.144.131'),(368635,0,'admin','2022-12-09 11:27:38','20.21.144.131'),(368636,0,'admin','2022-12-09 11:27:39','20.21.144.131'),(368637,0,'admin','2022-12-09 11:27:39','20.21.144.131'),(368638,0,'admin','2022-12-09 11:27:40','20.21.144.131'),(368639,0,'admin','2022-12-09 11:27:41','20.21.144.131'),(368640,0,'admin','2022-12-09 11:27:41','20.21.144.131'),(368641,0,'admin','2022-12-09 11:27:42','20.21.144.131'),(368642,0,'admin','2022-12-09 11:27:43','20.21.144.131'),(368643,0,'admin','2022-12-09 11:27:43','20.21.144.131'),(368644,0,'admin','2022-12-09 11:27:44','20.21.144.131'),(368645,0,'admin','2022-12-09 11:27:44','20.21.144.131'),(368646,0,'admin','2022-12-09 11:27:45','20.21.144.131'),(368647,0,'admin','2022-12-09 11:27:46','20.21.144.131'),(368648,0,'admin','2022-12-09 11:27:46','20.21.144.131'),(368649,0,'admin','2022-12-09 11:27:47','20.21.144.131'),(368650,0,'admin','2022-12-09 11:27:48','20.21.144.131'),(368651,0,'admin','2022-12-09 11:27:48','20.21.144.131'),(368652,0,'admin','2022-12-09 11:27:49','20.21.144.131'),(368653,0,'admin','2022-12-09 11:27:49','20.21.144.131'),(368654,0,'admin','2022-12-09 11:27:50','20.21.144.131'),(368655,0,'admin','2022-12-09 11:27:51','20.21.144.131'),(368656,0,'admin','2022-12-09 11:27:51','20.21.144.131'),(368657,0,'admin','2022-12-09 11:27:52','20.21.144.131'),(368658,0,'admin','2022-12-09 11:27:53','20.21.144.131'),(368659,0,'admin','2022-12-09 11:27:53','20.21.144.131'),(368660,0,'admin','2022-12-09 11:27:54','20.21.144.131'),(368661,0,'admin','2022-12-09 11:27:54','20.21.144.131'),(368662,0,'admin','2022-12-09 11:27:55','20.21.144.131'),(368663,0,'admin','2022-12-09 11:27:56','20.21.144.131'),(368664,0,'admin','2022-12-09 11:27:56','20.21.144.131'),(368665,0,'admin','2022-12-09 11:27:57','20.21.144.131'),(368666,0,'admin','2022-12-09 11:27:58','20.21.144.131'),(368667,0,'admin','2022-12-09 11:27:58','20.21.144.131'),(368668,0,'admin','2022-12-09 11:27:59','20.21.144.131'),(368669,0,'admin','2022-12-09 11:27:59','20.21.144.131'),(368670,0,'admin','2022-12-09 11:28:00','20.21.144.131'),(368671,0,'admin','2022-12-09 11:28:01','20.21.144.131'),(368672,0,'admin','2022-12-09 11:28:01','20.21.144.131'),(368673,0,'admin','2022-12-09 11:28:02','20.21.144.131'),(368674,0,'admin','2022-12-09 11:28:03','20.21.144.131'),(368675,0,'admin','2022-12-09 11:28:04','20.21.144.131'),(368676,0,'admin','2022-12-09 11:28:04','20.21.144.131'),(368677,0,'admin','2022-12-09 11:28:05','20.21.144.131'),(368678,0,'admin','2022-12-09 11:28:05','20.21.144.131'),(368679,0,'admin','2022-12-09 11:28:06','20.21.144.131'),(368680,0,'admin','2022-12-09 11:28:07','20.21.144.131'),(368681,0,'admin','2022-12-09 11:28:07','20.21.144.131'),(368682,0,'admin','2022-12-09 11:28:08','20.21.144.131'),(368683,0,'admin','2022-12-09 11:28:09','20.21.144.131'),(368684,0,'admin','2022-12-09 11:28:09','20.21.144.131'),(368685,0,'admin','2022-12-09 11:28:10','20.21.144.131'),(368686,0,'admin','2022-12-09 11:28:10','20.21.144.131'),(368687,0,'admin','2022-12-09 11:28:11','20.21.144.131'),(368688,0,'admin','2022-12-09 11:28:12','20.21.144.131'),(368689,0,'admin','2022-12-09 11:28:12','20.21.144.131'),(368690,0,'admin','2022-12-09 11:28:13','20.21.144.131'),(368691,0,'admin','2022-12-09 11:28:14','20.21.144.131'),(368692,0,'admin','2022-12-09 11:28:14','20.21.144.131'),(368693,0,'admin','2022-12-09 11:28:15','20.21.144.131'),(368694,0,'admin','2022-12-09 11:28:15','20.21.144.131'),(368695,0,'admin','2022-12-09 11:28:16','20.21.144.131'),(368696,0,'admin','2022-12-09 11:28:17','20.21.144.131'),(368697,0,'admin','2022-12-09 11:28:17','20.21.144.131'),(368698,0,'admin','2022-12-09 11:28:18','20.21.144.131'),(368699,0,'admin','2022-12-09 11:28:19','20.21.144.131'),(368700,0,'admin','2022-12-09 11:28:19','20.21.144.131'),(368701,0,'admin','2022-12-09 11:28:20','20.21.144.131'),(368702,0,'admin','2022-12-09 11:28:20','20.21.144.131'),(368703,0,'admin','2022-12-09 11:28:21','20.21.144.131'),(368704,0,'admin','2022-12-09 11:28:22','20.21.144.131'),(368705,0,'admin','2022-12-09 11:28:22','20.21.144.131'),(368706,0,'admin','2022-12-09 11:28:23','20.21.144.131'),(368707,0,'admin','2022-12-09 11:28:24','20.21.144.131'),(368708,0,'admin','2022-12-09 11:28:24','20.21.144.131'),(368709,0,'admin','2022-12-09 11:28:25','20.21.144.131'),(368710,0,'admin','2022-12-09 11:28:25','20.21.144.131'),(368711,0,'admin','2022-12-09 11:28:26','20.21.144.131'),(368712,0,'admin','2022-12-09 11:28:27','20.21.144.131'),(368713,0,'admin','2022-12-09 11:28:27','20.21.144.131'),(368714,0,'admin','2022-12-09 11:28:28','20.21.144.131'),(368715,0,'admin','2022-12-09 11:28:29','20.21.144.131'),(368716,0,'admin','2022-12-09 11:28:29','20.21.144.131'),(368717,0,'admin','2022-12-09 11:28:30','20.21.144.131'),(368718,0,'admin','2022-12-09 11:28:30','20.21.144.131'),(368719,0,'admin','2022-12-09 11:28:31','20.21.144.131'),(368720,0,'admin','2022-12-09 11:28:32','20.21.144.131'),(368721,0,'admin','2022-12-09 11:28:32','20.21.144.131'),(368722,0,'admin','2022-12-09 11:28:33','20.21.144.131'),(368723,0,'admin','2022-12-09 11:28:33','20.21.144.131'),(368724,0,'admin','2022-12-09 11:28:34','20.21.144.131'),(368725,0,'admin','2022-12-09 11:28:35','20.21.144.131'),(368726,0,'admin','2022-12-09 11:28:35','20.21.144.131'),(368727,0,'admin','2022-12-09 11:28:36','20.21.144.131'),(368728,0,'admin','2022-12-09 11:28:37','20.21.144.131'),(368729,0,'admin','2022-12-09 11:28:37','20.21.144.131'),(368730,0,'admin','2022-12-09 11:28:38','20.21.144.131'),(368731,0,'admin','2022-12-09 11:28:38','20.21.144.131'),(368732,0,'admin','2022-12-09 11:28:39','20.21.144.131'),(368733,0,'admin','2022-12-09 11:28:40','20.21.144.131'),(368734,0,'admin','2022-12-09 11:28:40','20.21.144.131'),(368735,0,'admin','2022-12-09 11:28:41','20.21.144.131'),(368736,0,'admin','2022-12-09 11:28:42','20.21.144.131'),(368737,0,'admin','2022-12-09 11:28:42','20.21.144.131'),(368738,0,'admin','2022-12-09 11:28:43','20.21.144.131'),(368739,0,'admin','2022-12-09 11:28:43','20.21.144.131'),(368740,0,'admin','2022-12-09 11:28:44','20.21.144.131'),(368741,0,'admin','2022-12-09 11:28:45','20.21.144.131'),(368742,0,'admin','2022-12-09 11:28:45','20.21.144.131'),(368743,0,'admin','2022-12-09 11:28:46','20.21.144.131'),(368744,0,'admin','2022-12-09 11:28:47','20.21.144.131'),(368745,0,'admin','2022-12-09 11:28:47','20.21.144.131'),(368746,0,'admin','2022-12-09 11:28:48','20.21.144.131'),(368747,0,'admin','2022-12-09 11:28:48','20.21.144.131'),(368748,0,'admin','2022-12-09 11:28:49','20.21.144.131'),(368749,0,'admin','2022-12-09 11:28:50','20.21.144.131'),(368750,0,'admin','2022-12-09 11:28:50','20.21.144.131'),(368751,0,'admin','2022-12-09 11:28:51','20.21.144.131'),(368752,0,'admin','2022-12-09 11:28:52','20.21.144.131'),(368753,0,'admin','2022-12-09 11:28:52','20.21.144.131'),(368754,0,'admin','2022-12-09 11:28:53','20.21.144.131'),(368755,0,'admin','2022-12-09 11:28:53','20.21.144.131'),(368756,0,'admin','2022-12-09 11:28:54','20.21.144.131'),(368757,0,'admin','2022-12-09 11:28:55','20.21.144.131'),(368758,0,'admin','2022-12-09 11:28:55','20.21.144.131'),(368759,0,'admin','2022-12-09 11:28:56','20.21.144.131'),(368760,0,'admin','2022-12-09 11:28:57','20.21.144.131'),(368761,0,'admin','2022-12-09 11:28:57','20.21.144.131'),(368762,0,'admin','2022-12-09 11:28:58','20.21.144.131'),(368763,0,'admin','2022-12-09 11:28:58','20.21.144.131'),(368764,0,'admin','2022-12-09 11:28:59','20.21.144.131'),(368765,0,'admin','2022-12-09 11:29:00','20.21.144.131'),(368766,0,'admin','2022-12-09 11:29:00','20.21.144.131'),(368767,0,'admin','2022-12-09 11:29:01','20.21.144.131'),(368768,0,'admin','2022-12-09 11:29:02','20.21.144.131'),(368769,0,'admin','2022-12-09 11:29:02','20.21.144.131'),(368770,0,'admin','2022-12-09 11:29:03','20.21.144.131'),(368771,0,'admin','2022-12-09 11:29:03','20.21.144.131'),(368772,0,'admin','2022-12-09 11:29:04','20.21.144.131'),(368773,0,'admin','2022-12-09 11:29:05','20.21.144.131'),(368774,0,'admin','2022-12-09 11:29:05','20.21.144.131'),(368775,0,'admin','2022-12-09 11:29:06','20.21.144.131'),(368776,0,'admin','2022-12-09 11:29:07','20.21.144.131'),(368777,0,'admin','2022-12-09 11:29:07','20.21.144.131'),(368778,0,'admin','2022-12-09 11:29:08','20.21.144.131'),(368779,0,'admin','2022-12-09 11:29:09','20.21.144.131'),(368780,0,'admin','2022-12-09 11:29:09','20.21.144.131'),(368781,0,'admin','2022-12-09 11:29:10','20.21.144.131'),(368782,0,'admin','2022-12-09 11:29:10','20.21.144.131'),(368783,0,'admin','2022-12-09 11:29:11','20.21.144.131'),(368784,0,'admin','2022-12-09 11:29:12','20.21.144.131'),(368785,0,'admin','2022-12-09 11:29:12','20.21.144.131'),(368786,0,'admin','2022-12-09 11:29:13','20.21.144.131'),(368787,0,'admin','2022-12-09 11:29:14','20.21.144.131'),(368788,0,'admin','2022-12-09 11:29:14','20.21.144.131'),(368789,0,'admin','2022-12-09 11:29:15','20.21.144.131'),(368790,0,'admin','2022-12-09 11:29:15','20.21.144.131'),(368791,0,'admin','2022-12-09 11:29:16','20.21.144.131'),(368792,0,'admin','2022-12-09 11:29:17','20.21.144.131'),(368793,0,'admin','2022-12-09 11:29:17','20.21.144.131'),(368794,0,'admin','2022-12-09 11:29:18','20.21.144.131'),(368795,0,'admin','2022-12-09 11:29:19','20.21.144.131'),(368796,0,'admin','2022-12-09 11:29:19','20.21.144.131'),(368797,0,'admin','2022-12-09 11:29:20','20.21.144.131'),(368798,0,'admin','2022-12-09 11:29:21','20.21.144.131'),(368799,0,'admin','2022-12-09 11:29:21','20.21.144.131'),(368800,0,'admin','2022-12-09 11:29:22','20.21.144.131'),(368801,0,'admin','2022-12-09 11:29:23','20.21.144.131'),(368802,0,'admin','2022-12-09 11:29:23','20.21.144.131'),(368803,0,'admin','2022-12-09 11:29:24','20.21.144.131'),(368804,0,'admin','2022-12-09 11:29:24','20.21.144.131'),(368805,0,'admin','2022-12-09 11:29:25','20.21.144.131'),(368806,0,'admin','2022-12-09 11:29:26','20.21.144.131'),(368807,0,'admin','2022-12-09 11:29:26','20.21.144.131'),(368808,0,'admin','2022-12-09 11:29:27','20.21.144.131'),(368809,0,'admin','2022-12-09 11:29:27','20.21.144.131'),(368810,0,'admin','2022-12-09 11:29:28','20.21.144.131'),(368811,0,'admin','2022-12-09 11:29:29','20.21.144.131'),(368812,0,'admin','2022-12-09 11:29:29','20.21.144.131'),(368813,0,'admin','2022-12-09 11:29:30','20.21.144.131'),(368814,0,'admin','2022-12-09 11:29:31','20.21.144.131'),(368815,0,'admin','2022-12-09 11:29:31','20.21.144.131'),(368816,0,'admin','2022-12-09 11:29:32','20.21.144.131'),(368817,0,'admin','2022-12-09 11:29:32','20.21.144.131'),(368818,0,'admin','2022-12-09 11:29:33','20.21.144.131'),(368819,0,'admin','2022-12-09 11:29:34','20.21.144.131'),(368820,0,'admin','2022-12-09 11:29:34','20.21.144.131'),(368821,0,'admin','2022-12-09 11:29:35','20.21.144.131'),(368822,0,'admin','2022-12-09 11:29:35','20.21.144.131'),(368823,0,'admin','2022-12-09 11:29:36','20.21.144.131'),(368824,0,'admin','2022-12-09 11:29:37','20.21.144.131'),(368825,0,'admin','2022-12-09 11:29:37','20.21.144.131'),(368826,0,'admin','2022-12-09 11:29:38','20.21.144.131'),(368827,0,'admin','2022-12-09 11:29:39','20.21.144.131'),(368828,0,'admin','2022-12-09 11:29:39','20.21.144.131'),(368829,0,'admin','2022-12-09 11:29:40','20.21.144.131'),(368830,0,'admin','2022-12-09 11:29:40','20.21.144.131'),(368831,0,'admin','2022-12-09 11:29:41','20.21.144.131'),(368832,0,'admin','2022-12-09 11:29:42','20.21.144.131'),(368833,0,'admin','2022-12-09 11:29:42','20.21.144.131'),(368834,0,'admin','2022-12-09 11:29:43','20.21.144.131'),(368835,0,'admin','2022-12-09 11:29:43','20.21.144.131'),(368836,0,'admin','2022-12-09 11:29:44','20.21.144.131'),(368837,0,'admin','2022-12-09 11:29:45','20.21.144.131'),(368838,0,'admin','2022-12-09 11:29:45','20.21.144.131'),(368839,0,'admin','2022-12-09 11:29:46','20.21.144.131'),(368840,0,'admin','2022-12-09 11:29:47','20.21.144.131'),(368841,0,'admin','2022-12-09 11:29:47','20.21.144.131'),(368842,0,'admin','2022-12-09 11:29:48','20.21.144.131'),(368843,0,'admin','2022-12-09 11:29:48','20.21.144.131'),(368844,0,'admin','2022-12-09 11:29:49','20.21.144.131'),(368845,0,'admin','2022-12-09 11:29:50','20.21.144.131'),(368846,0,'admin','2022-12-09 11:29:50','20.21.144.131'),(368847,0,'admin','2022-12-09 11:29:51','20.21.144.131'),(368848,0,'admin','2022-12-09 11:29:52','20.21.144.131'),(368849,0,'admin','2022-12-09 11:29:52','20.21.144.131'),(368850,0,'admin','2022-12-09 11:29:53','20.21.144.131'),(368851,0,'admin','2022-12-09 11:29:53','20.21.144.131'),(368852,0,'admin','2022-12-09 11:29:54','20.21.144.131'),(368853,0,'admin','2022-12-09 11:29:55','20.21.144.131'),(368854,0,'admin','2022-12-09 11:29:55','20.21.144.131'),(368855,0,'admin','2022-12-09 11:29:56','20.21.144.131'),(368856,0,'admin','2022-12-09 11:29:56','20.21.144.131'),(368857,0,'admin','2022-12-09 11:29:57','20.21.144.131'),(368858,0,'admin','2022-12-09 11:29:58','20.21.144.131'),(368859,0,'admin','2022-12-09 11:29:58','20.21.144.131'),(368860,0,'admin','2022-12-09 11:29:59','20.21.144.131'),(368861,0,'admin','2022-12-09 11:30:00','20.21.144.131'),(368862,0,'admin','2022-12-09 11:30:00','20.21.144.131'),(368863,0,'admin','2022-12-09 11:30:01','20.21.144.131'),(368864,0,'admin','2022-12-09 11:30:01','20.21.144.131'),(368865,0,'admin','2022-12-09 11:30:02','20.21.144.131'),(368866,0,'admin','2022-12-09 11:30:03','20.21.144.131'),(368867,0,'admin','2022-12-09 11:30:03','20.21.144.131'),(368868,0,'admin','2022-12-09 11:30:04','20.21.144.131'),(368869,0,'admin','2022-12-09 11:30:05','20.21.144.131'),(368870,0,'admin','2022-12-09 11:30:05','20.21.144.131'),(368871,0,'admin','2022-12-09 11:30:06','20.21.144.131'),(368872,0,'admin','2022-12-09 11:30:06','20.21.144.131'),(368873,0,'admin','2022-12-09 11:30:07','20.21.144.131'),(368874,0,'admin','2022-12-09 11:30:08','20.21.144.131'),(368875,0,'admin','2022-12-09 11:30:08','20.21.144.131'),(368876,0,'admin','2022-12-09 11:30:09','20.21.144.131'),(368877,0,'admin','2022-12-09 11:30:09','20.21.144.131'),(368878,0,'admin','2022-12-09 11:30:10','20.21.144.131'),(368879,0,'admin','2022-12-09 11:30:11','20.21.144.131'),(368880,0,'admin','2022-12-09 11:30:11','20.21.144.131'),(368881,0,'admin','2022-12-09 11:30:12','20.21.144.131'),(368882,0,'admin','2022-12-09 11:30:13','20.21.144.131'),(368883,0,'admin','2022-12-09 11:30:13','20.21.144.131'),(368884,0,'admin','2022-12-09 11:30:14','20.21.144.131'),(368885,0,'admin','2022-12-09 11:30:15','20.21.144.131'),(368886,0,'admin','2022-12-09 11:30:15','20.21.144.131'),(368887,0,'admin','2022-12-09 11:30:16','20.21.144.131'),(368888,0,'admin','2022-12-09 11:30:16','20.21.144.131'),(368889,0,'admin','2022-12-09 11:30:17','20.21.144.131'),(368890,0,'admin','2022-12-09 11:30:18','20.21.144.131'),(368891,0,'admin','2022-12-09 11:30:18','20.21.144.131'),(368892,0,'admin','2022-12-09 11:30:19','20.21.144.131'),(368893,0,'admin','2022-12-09 11:30:20','20.21.144.131'),(368894,0,'admin','2022-12-09 11:30:20','20.21.144.131'),(368895,0,'admin','2022-12-09 11:30:21','20.21.144.131'),(368896,0,'admin','2022-12-09 11:30:21','20.21.144.131'),(368897,0,'admin','2022-12-09 11:30:22','20.21.144.131'),(368898,0,'admin','2022-12-09 11:30:23','20.21.144.131'),(368899,0,'admin','2022-12-09 11:30:23','20.21.144.131'),(368900,0,'admin','2022-12-09 11:30:24','20.21.144.131'),(368901,0,'admin','2022-12-09 11:30:25','20.21.144.131'),(368902,0,'admin','2022-12-09 11:30:25','20.21.144.131'),(368903,0,'admin','2022-12-09 11:30:26','20.21.144.131'),(368904,0,'admin','2022-12-09 11:30:27','20.21.144.131'),(368905,0,'admin','2022-12-09 11:30:27','20.21.144.131'),(368906,0,'admin','2022-12-09 11:30:28','20.21.144.131'),(368907,0,'admin','2022-12-09 11:30:28','20.21.144.131'),(368908,0,'admin','2022-12-09 11:30:29','20.21.144.131'),(368909,0,'admin','2022-12-09 11:30:30','20.21.144.131'),(368910,0,'admin','2022-12-09 11:30:30','20.21.144.131'),(368911,0,'admin','2022-12-09 11:30:31','20.21.144.131'),(368912,0,'admin','2022-12-09 11:30:32','20.21.144.131'),(368913,0,'admin','2022-12-09 11:30:32','20.21.144.131'),(368914,0,'admin','2022-12-09 11:30:33','20.21.144.131'),(368915,0,'admin','2022-12-09 11:30:33','20.21.144.131'),(368916,0,'admin','2022-12-09 11:30:34','20.21.144.131'),(368917,0,'admin','2022-12-09 11:30:35','20.21.144.131'),(368918,0,'admin','2022-12-09 11:30:35','20.21.144.131'),(368919,0,'admin','2022-12-09 11:30:36','20.21.144.131'),(368920,0,'admin','2022-12-09 11:30:36','20.21.144.131'),(368921,0,'admin','2022-12-09 11:30:37','20.21.144.131'),(368922,0,'admin','2022-12-09 11:30:38','20.21.144.131'),(368923,0,'admin','2022-12-09 11:30:38','20.21.144.131'),(368924,0,'admin','2022-12-09 11:30:39','20.21.144.131'),(368925,0,'admin','2022-12-09 11:30:40','20.21.144.131'),(368926,0,'admin','2022-12-09 11:30:40','20.21.144.131'),(368927,0,'admin','2022-12-09 11:30:41','20.21.144.131'),(368928,0,'admin','2022-12-09 11:30:41','20.21.144.131'),(368929,0,'admin','2022-12-09 11:30:42','20.21.144.131'),(368930,0,'admin','2022-12-09 11:30:43','20.21.144.131'),(368931,0,'admin','2022-12-09 11:30:43','20.21.144.131'),(368932,0,'admin','2022-12-09 11:30:44','20.21.144.131'),(368933,0,'admin','2022-12-09 11:30:45','20.21.144.131'),(368934,0,'admin','2022-12-09 11:30:45','20.21.144.131'),(368935,0,'admin','2022-12-09 11:30:46','20.21.144.131'),(368936,0,'admin','2022-12-09 11:30:46','20.21.144.131'),(368937,0,'admin','2022-12-09 11:30:47','20.21.144.131'),(368938,0,'admin','2022-12-09 11:30:48','20.21.144.131'),(368939,0,'admin','2022-12-09 11:30:48','20.21.144.131'),(368940,0,'admin','2022-12-09 11:30:49','20.21.144.131'),(368941,0,'admin','2022-12-09 11:30:50','20.21.144.131'),(368942,0,'admin','2022-12-09 11:30:50','20.21.144.131'),(368943,0,'admin','2022-12-09 11:30:51','20.21.144.131'),(368944,0,'admin','2022-12-09 11:30:51','20.21.144.131'),(368945,0,'admin','2022-12-09 11:30:52','20.21.144.131'),(368946,0,'admin','2022-12-09 11:30:53','20.21.144.131'),(368947,0,'admin','2022-12-09 11:30:53','20.21.144.131'),(368948,0,'admin','2022-12-09 11:30:54','20.21.144.131'),(368949,0,'admin','2022-12-09 11:30:55','20.21.144.131'),(368950,0,'admin','2022-12-09 11:30:55','20.21.144.131'),(368951,0,'admin','2022-12-09 11:30:56','20.21.144.131'),(368952,0,'admin','2022-12-09 11:30:56','20.21.144.131'),(368953,0,'admin','2022-12-09 11:30:57','20.21.144.131'),(368954,0,'admin','2022-12-09 11:30:58','20.21.144.131'),(368955,0,'admin','2022-12-09 11:30:58','20.21.144.131'),(368956,0,'admin','2022-12-09 11:30:59','20.21.144.131'),(368957,0,'admin','2022-12-09 11:31:00','20.21.144.131'),(368958,0,'admin','2022-12-09 11:31:00','20.21.144.131'),(368959,0,'admin','2022-12-09 11:31:01','20.21.144.131'),(368960,0,'admin','2022-12-09 11:31:01','20.21.144.131'),(368961,0,'admin','2022-12-09 11:31:02','20.21.144.131'),(368962,0,'admin','2022-12-09 11:31:03','20.21.144.131'),(368963,0,'admin','2022-12-09 11:31:03','20.21.144.131'),(368964,0,'admin','2022-12-09 11:31:04','20.21.144.131'),(368965,0,'admin','2022-12-09 11:31:05','20.21.144.131'),(368966,0,'admin','2022-12-09 11:31:05','20.21.144.131'),(368967,0,'admin','2022-12-09 11:31:06','20.21.144.131'),(368968,0,'admin','2022-12-09 11:31:06','20.21.144.131'),(368969,0,'admin','2022-12-09 11:31:07','20.21.144.131'),(368970,0,'admin','2022-12-09 11:31:08','20.21.144.131'),(368971,0,'admin','2022-12-09 11:31:08','20.21.144.131'),(368972,0,'admin','2022-12-09 11:31:09','20.21.144.131'),(368973,0,'admin','2022-12-09 11:31:10','20.21.144.131'),(368974,0,'admin','2022-12-09 11:31:10','20.21.144.131'),(368975,0,'admin','2022-12-09 11:31:11','20.21.144.131'),(368976,0,'admin','2022-12-09 11:31:11','20.21.144.131'),(368977,0,'admin','2022-12-09 11:31:12','20.21.144.131'),(368978,0,'admin','2022-12-09 11:31:13','20.21.144.131'),(368979,0,'admin','2022-12-09 11:31:13','20.21.144.131'),(368980,0,'admin','2022-12-09 11:31:14','20.21.144.131'),(368981,0,'admin','2022-12-09 11:31:15','20.21.144.131'),(368982,0,'admin','2022-12-09 11:31:15','20.21.144.131'),(368983,0,'admin','2022-12-09 11:31:16','20.21.144.131'),(368984,0,'admin','2022-12-09 11:31:16','20.21.144.131'),(368985,0,'admin','2022-12-09 11:31:17','20.21.144.131'),(368986,0,'admin','2022-12-09 11:31:18','20.21.144.131'),(368987,0,'admin','2022-12-09 11:31:18','20.21.144.131'),(368988,0,'admin','2022-12-09 11:31:19','20.21.144.131'),(368989,0,'admin','2022-12-09 11:31:19','20.21.144.131'),(368990,0,'admin','2022-12-09 11:31:20','20.21.144.131'),(368991,0,'admin','2022-12-09 11:31:21','20.21.144.131'),(368992,0,'admin','2022-12-09 11:31:21','20.21.144.131'),(368993,0,'admin','2022-12-09 11:31:22','20.21.144.131'),(368994,0,'admin','2022-12-09 11:31:23','20.21.144.131'),(368995,0,'admin','2022-12-09 11:31:23','20.21.144.131'),(368996,0,'admin','2022-12-09 11:31:24','20.21.144.131'),(368997,0,'admin','2022-12-09 11:31:24','20.21.144.131'),(368998,0,'admin','2022-12-09 11:31:25','20.21.144.131'),(368999,0,'admin','2022-12-09 11:31:26','20.21.144.131'),(369000,0,'admin','2022-12-09 11:31:26','20.21.144.131'),(369001,0,'admin','2022-12-09 11:31:27','20.21.144.131'),(369002,0,'admin','2022-12-09 11:31:28','20.21.144.131'),(369003,0,'admin','2022-12-09 11:31:28','20.21.144.131'),(369004,0,'admin','2022-12-09 11:31:29','20.21.144.131'),(369005,0,'admin','2022-12-09 11:31:30','20.21.144.131'),(369006,0,'admin','2022-12-09 11:31:30','20.21.144.131'),(369007,0,'admin','2022-12-09 11:31:31','20.21.144.131'),(369008,0,'admin','2022-12-09 11:31:31','20.21.144.131'),(369009,0,'admin','2022-12-09 11:31:32','20.21.144.131'),(369010,0,'admin','2022-12-09 11:31:33','20.21.144.131'),(369011,0,'admin','2022-12-09 11:31:33','20.21.144.131'),(369012,0,'admin','2022-12-09 11:31:34','20.21.144.131'),(369013,0,'admin','2022-12-09 11:31:34','20.21.144.131'),(369014,0,'admin','2022-12-09 11:31:35','20.21.144.131'),(369015,0,'admin','2022-12-09 11:31:36','20.21.144.131'),(369016,0,'admin','2022-12-09 11:31:36','20.21.144.131'),(369017,0,'admin','2022-12-09 11:31:37','20.21.144.131'),(369018,0,'admin','2022-12-09 11:31:38','20.21.144.131'),(369019,0,'admin','2022-12-09 11:31:38','20.21.144.131'),(369020,0,'admin','2022-12-09 11:31:39','20.21.144.131'),(369021,0,'admin','2022-12-09 11:31:39','20.21.144.131'),(369022,0,'admin','2022-12-09 11:31:40','20.21.144.131'),(369023,0,'admin','2022-12-09 11:31:41','20.21.144.131'),(369024,0,'admin','2022-12-09 11:31:41','20.21.144.131'),(369025,0,'admin','2022-12-09 11:31:42','20.21.144.131'),(369026,0,'admin','2022-12-09 11:31:43','20.21.144.131'),(369027,0,'admin','2022-12-09 11:31:43','20.21.144.131'),(369028,0,'admin','2022-12-09 11:31:44','20.21.144.131'),(369029,0,'admin','2022-12-09 11:31:44','20.21.144.131'),(369030,0,'admin','2022-12-09 11:31:45','20.21.144.131'),(369031,0,'admin','2022-12-09 11:31:46','20.21.144.131'),(369032,0,'admin','2022-12-09 11:31:46','20.21.144.131'),(369033,0,'admin','2022-12-09 11:31:47','20.21.144.131'),(369034,0,'admin','2022-12-09 11:31:48','20.21.144.131'),(369035,0,'admin','2022-12-09 11:31:48','20.21.144.131'),(369036,0,'admin','2022-12-09 11:31:49','20.21.144.131'),(369037,0,'admin','2022-12-09 11:31:49','20.21.144.131'),(369038,0,'admin','2022-12-09 11:31:50','20.21.144.131'),(369039,0,'admin','2022-12-09 11:31:51','20.21.144.131'),(369040,0,'admin','2022-12-09 11:31:51','20.21.144.131'),(369041,0,'admin','2022-12-09 11:31:52','20.21.144.131'),(369042,0,'admin','2022-12-09 11:31:53','20.21.144.131'),(369043,0,'admin','2022-12-09 11:31:53','20.21.144.131'),(369044,0,'admin','2022-12-09 11:31:54','20.21.144.131'),(369045,0,'admin','2022-12-09 11:31:55','20.21.144.131'),(369046,0,'admin','2022-12-09 11:31:55','20.21.144.131'),(369047,0,'admin','2022-12-09 11:31:56','20.21.144.131'),(369048,0,'admin','2022-12-09 11:31:57','20.21.144.131'),(369049,0,'admin','2022-12-09 11:31:57','20.21.144.131'),(369050,0,'admin','2022-12-09 11:31:58','20.21.144.131'),(369051,0,'admin','2022-12-09 11:31:58','20.21.144.131'),(369052,0,'admin','2022-12-09 11:31:59','20.21.144.131'),(369053,0,'admin','2022-12-09 11:32:00','20.21.144.131'),(369054,0,'admin','2022-12-09 11:32:00','20.21.144.131'),(369055,0,'admin','2022-12-09 11:32:01','20.21.144.131'),(369056,0,'admin','2022-12-09 11:32:01','20.21.144.131'),(369057,0,'admin','2022-12-09 11:32:02','20.21.144.131'),(369058,0,'admin','2022-12-09 11:32:03','20.21.144.131'),(369059,0,'admin','2022-12-09 11:32:03','20.21.144.131'),(369060,0,'admin','2022-12-09 11:32:04','20.21.144.131'),(369061,0,'admin','2022-12-09 11:32:05','20.21.144.131'),(369062,0,'admin','2022-12-09 11:32:05','20.21.144.131'),(369063,0,'admin','2022-12-09 11:32:06','20.21.144.131'),(369064,0,'admin','2022-12-09 11:32:06','20.21.144.131'),(369065,0,'admin','2022-12-09 11:32:07','20.21.144.131'),(369066,0,'admin','2022-12-09 11:32:08','20.21.144.131'),(369067,0,'admin','2022-12-09 11:32:08','20.21.144.131'),(369068,0,'admin','2022-12-09 11:32:09','20.21.144.131'),(369069,0,'admin','2022-12-09 11:32:10','20.21.144.131'),(369070,0,'admin','2022-12-09 11:32:10','20.21.144.131'),(369071,0,'admin','2022-12-09 11:32:11','20.21.144.131'),(369072,0,'admin','2022-12-09 11:32:11','20.21.144.131'),(369073,0,'admin','2022-12-09 11:32:12','20.21.144.131'),(369074,0,'admin','2022-12-09 11:32:13','20.21.144.131'),(369075,0,'admin','2022-12-09 11:32:13','20.21.144.131'),(369076,0,'admin','2022-12-09 11:32:14','20.21.144.131'),(369077,0,'admin','2022-12-09 11:32:15','20.21.144.131'),(369078,0,'admin','2022-12-09 11:32:15','20.21.144.131'),(369079,0,'admin','2022-12-09 11:32:16','20.21.144.131'),(369080,0,'admin','2022-12-09 11:32:16','20.21.144.131'),(369081,0,'admin','2022-12-09 11:32:17','20.21.144.131'),(369082,0,'admin','2022-12-09 11:32:18','20.21.144.131'),(369083,0,'admin','2022-12-09 11:32:18','20.21.144.131'),(369084,0,'admin','2022-12-09 11:32:19','20.21.144.131'),(369085,0,'admin','2022-12-09 11:32:20','20.21.144.131'),(369086,0,'admin','2022-12-09 11:32:20','20.21.144.131'),(369087,0,'admin','2022-12-09 11:32:21','20.21.144.131'),(369088,0,'admin','2022-12-09 11:32:21','20.21.144.131'),(369089,0,'admin','2022-12-09 11:32:22','20.21.144.131'),(369090,0,'admin','2022-12-09 11:32:23','20.21.144.131'),(369091,0,'admin','2022-12-09 11:32:23','20.21.144.131'),(369092,0,'admin','2022-12-09 11:32:24','20.21.144.131'),(369093,0,'admin','2022-12-09 11:32:25','20.21.144.131'),(369094,0,'admin','2022-12-09 11:32:25','20.21.144.131'),(369095,0,'admin','2022-12-09 11:32:26','20.21.144.131'),(369096,0,'admin','2022-12-09 11:32:26','20.21.144.131'),(369097,0,'admin','2022-12-09 11:32:27','20.21.144.131'),(369098,0,'admin','2022-12-09 11:32:28','20.21.144.131'),(369099,0,'admin','2022-12-09 11:32:28','20.21.144.131'),(369100,0,'admin','2022-12-09 11:32:29','20.21.144.131'),(369101,0,'admin','2022-12-09 11:32:30','20.21.144.131'),(369102,0,'admin','2022-12-09 11:32:30','20.21.144.131'),(369103,0,'admin','2022-12-09 11:32:31','20.21.144.131'),(369104,0,'admin','2022-12-09 11:32:31','20.21.144.131'),(369105,0,'admin','2022-12-09 11:32:32','20.21.144.131'),(369106,0,'admin','2022-12-09 11:32:33','20.21.144.131'),(369107,0,'admin','2022-12-09 11:32:33','20.21.144.131'),(369108,0,'admin','2022-12-09 11:32:34','20.21.144.131'),(369109,0,'admin','2022-12-09 11:32:35','20.21.144.131'),(369110,0,'admin','2022-12-09 11:32:35','20.21.144.131'),(369111,0,'admin','2022-12-09 11:32:36','20.21.144.131'),(369112,0,'admin','2022-12-09 11:32:37','20.21.144.131'),(369113,0,'admin','2022-12-09 11:32:37','20.21.144.131'),(369114,0,'admin','2022-12-09 11:32:38','20.21.144.131'),(369115,0,'admin','2022-12-09 11:32:38','20.21.144.131'),(369116,0,'admin','2022-12-09 11:32:39','20.21.144.131'),(369117,0,'admin','2022-12-09 11:32:40','20.21.144.131'),(369118,0,'admin','2022-12-09 11:32:40','20.21.144.131'),(369119,0,'admin','2022-12-09 11:32:41','20.21.144.131'),(369120,0,'admin','2022-12-09 11:32:42','20.21.144.131'),(369121,0,'admin','2022-12-09 11:32:42','20.21.144.131'),(369122,0,'admin','2022-12-09 11:32:43','20.21.144.131'),(369123,0,'admin','2022-12-09 11:32:43','20.21.144.131'),(369124,0,'admin','2022-12-09 11:32:44','20.21.144.131'),(369125,0,'admin','2022-12-09 11:32:45','20.21.144.131'),(369126,0,'admin','2022-12-09 11:32:45','20.21.144.131'),(369127,0,'admin','2022-12-09 11:32:46','20.21.144.131'),(369128,0,'admin','2022-12-09 11:32:46','20.21.144.131'),(369129,0,'admin','2022-12-09 11:32:47','20.21.144.131'),(369130,0,'admin','2022-12-09 11:32:48','20.21.144.131'),(369131,0,'admin','2022-12-09 11:32:48','20.21.144.131'),(369132,0,'admin','2022-12-09 11:32:49','20.21.144.131'),(369133,0,'admin','2022-12-09 11:32:50','20.21.144.131'),(369134,0,'admin','2022-12-09 11:32:50','20.21.144.131'),(369135,0,'admin','2022-12-09 11:32:51','20.21.144.131'),(369136,0,'admin','2022-12-09 11:32:51','20.21.144.131'),(369137,0,'admin','2022-12-09 11:32:52','20.21.144.131'),(369138,0,'admin','2022-12-09 11:32:53','20.21.144.131'),(369139,0,'admin','2022-12-09 11:32:53','20.21.144.131'),(369140,0,'admin','2022-12-09 11:32:54','20.21.144.131'),(369141,0,'admin','2022-12-09 11:32:55','20.21.144.131'),(369142,0,'admin','2022-12-09 11:32:55','20.21.144.131'),(369143,0,'admin','2022-12-09 11:32:56','20.21.144.131'),(369144,0,'admin','2022-12-09 11:32:56','20.21.144.131'),(369145,0,'admin','2022-12-09 11:32:57','20.21.144.131'),(369146,0,'admin','2022-12-09 11:32:58','20.21.144.131'),(369147,0,'admin','2022-12-09 11:32:58','20.21.144.131'),(369148,0,'admin','2022-12-09 11:32:59','20.21.144.131'),(369149,0,'admin','2022-12-09 11:33:00','20.21.144.131'),(369150,0,'admin','2022-12-09 11:33:00','20.21.144.131'),(369151,0,'admin','2022-12-09 11:33:01','20.21.144.131'),(369152,0,'admin','2022-12-09 11:33:01','20.21.144.131'),(369153,0,'admin','2022-12-09 11:33:02','20.21.144.131'),(369154,0,'admin','2022-12-09 11:33:03','20.21.144.131'),(369155,0,'admin','2022-12-09 11:33:03','20.21.144.131'),(369156,0,'admin','2022-12-09 11:33:04','20.21.144.131'),(369157,0,'admin','2022-12-09 11:33:04','20.21.144.131'),(369158,0,'admin','2022-12-09 11:33:05','20.21.144.131'),(369159,0,'admin','2022-12-09 11:33:06','20.21.144.131'),(369160,0,'admin','2022-12-09 11:33:06','20.21.144.131'),(369161,0,'admin','2022-12-09 11:33:07','20.21.144.131'),(369162,0,'admin','2022-12-09 11:33:08','20.21.144.131'),(369163,0,'admin','2022-12-09 11:33:08','20.21.144.131'),(369164,0,'admin','2022-12-09 11:33:09','20.21.144.131'),(369165,0,'admin','2022-12-09 11:33:09','20.21.144.131'),(369166,0,'admin','2022-12-09 11:33:10','20.21.144.131'),(369167,0,'admin','2022-12-09 11:33:11','20.21.144.131'),(369168,0,'admin','2022-12-09 11:33:11','20.21.144.131'),(369169,0,'admin','2022-12-09 11:33:12','20.21.144.131'),(369170,0,'admin','2022-12-09 11:33:13','20.21.144.131'),(369171,0,'admin','2022-12-09 11:33:13','20.21.144.131'),(369172,0,'admin','2022-12-09 11:33:14','20.21.144.131'),(369173,0,'admin','2022-12-09 11:33:15','20.21.144.131'),(369174,0,'admin','2022-12-09 11:33:15','20.21.144.131'),(369175,0,'admin','2022-12-09 11:33:16','20.21.144.131'),(369176,0,'admin','2022-12-09 11:33:16','20.21.144.131'),(369177,0,'admin','2022-12-09 11:33:17','20.21.144.131'),(369178,0,'admin','2022-12-09 11:33:18','20.21.144.131'),(369179,0,'admin','2022-12-09 11:33:18','20.21.144.131'),(369180,0,'admin','2022-12-09 11:33:19','20.21.144.131'),(369181,0,'admin','2022-12-09 11:33:20','20.21.144.131'),(369182,0,'admin','2022-12-09 11:33:20','20.21.144.131'),(369183,0,'admin','2022-12-09 11:33:21','20.21.144.131'),(369184,0,'admin','2022-12-09 11:33:21','20.21.144.131'),(369185,0,'admin','2022-12-09 11:33:22','20.21.144.131'),(369186,0,'admin','2022-12-09 11:33:23','20.21.144.131'),(369187,0,'admin','2022-12-09 11:33:23','20.21.144.131'),(369188,0,'admin','2022-12-09 11:33:24','20.21.144.131'),(369189,0,'admin','2022-12-09 11:33:24','20.21.144.131'),(369190,0,'admin','2022-12-09 11:33:25','20.21.144.131'),(369191,0,'admin','2022-12-09 11:33:26','20.21.144.131'),(369192,0,'admin','2022-12-09 11:33:26','20.21.144.131'),(369193,0,'admin','2022-12-09 11:33:27','20.21.144.131'),(369194,0,'admin','2022-12-09 11:33:27','20.21.144.131'),(369195,0,'admin','2022-12-09 11:33:28','20.21.144.131'),(369196,0,'admin','2022-12-09 11:33:29','20.21.144.131'),(369197,0,'admin','2022-12-09 11:33:29','20.21.144.131'),(369198,0,'admin','2022-12-09 11:33:30','20.21.144.131'),(369199,0,'admin','2022-12-09 11:33:31','20.21.144.131'),(369200,0,'admin','2022-12-09 11:33:31','20.21.144.131'),(369201,0,'admin','2022-12-09 11:33:32','20.21.144.131'),(369202,0,'admin','2022-12-09 11:33:33','20.21.144.131'),(369203,0,'admin','2022-12-09 11:33:33','20.21.144.131'),(369204,0,'admin','2022-12-09 11:33:34','20.21.144.131'),(369205,0,'admin','2022-12-09 11:33:35','20.21.144.131'),(369206,0,'admin','2022-12-09 11:33:35','20.21.144.131'),(369207,0,'admin','2022-12-09 11:33:36','20.21.144.131'),(369208,0,'admin','2022-12-09 11:33:36','20.21.144.131'),(369209,0,'admin','2022-12-09 11:33:37','20.21.144.131'),(369210,0,'admin','2022-12-09 11:33:38','20.21.144.131'),(369211,0,'admin','2022-12-09 11:33:38','20.21.144.131'),(369212,0,'admin','2022-12-09 11:33:39','20.21.144.131'),(369213,0,'admin','2022-12-09 11:33:40','20.21.144.131'),(369214,0,'admin','2022-12-09 11:33:40','20.21.144.131'),(369215,0,'admin','2022-12-09 11:33:41','20.21.144.131'),(369216,0,'admin','2022-12-09 11:33:41','20.21.144.131'),(369217,0,'admin','2022-12-09 11:33:42','20.21.144.131'),(369218,0,'admin','2022-12-09 11:33:43','20.21.144.131'),(369219,0,'admin','2022-12-09 11:33:43','20.21.144.131'),(369220,0,'admin','2022-12-09 11:33:44','20.21.144.131'),(369221,0,'admin','2022-12-09 11:33:44','20.21.144.131'),(369222,0,'admin','2022-12-09 11:33:45','20.21.144.131'),(369223,0,'admin','2022-12-09 11:33:46','20.21.144.131'),(369224,0,'admin','2022-12-09 11:33:46','20.21.144.131'),(369225,0,'admin','2022-12-09 11:33:47','20.21.144.131'),(369226,0,'admin','2022-12-09 11:33:47','20.21.144.131'),(369227,0,'admin','2022-12-09 11:33:48','20.21.144.131'),(369228,0,'admin','2022-12-09 11:33:49','20.21.144.131'),(369229,0,'admin','2022-12-09 11:33:49','20.21.144.131'),(369230,0,'admin','2022-12-09 11:33:50','20.21.144.131'),(369231,0,'admin','2022-12-09 11:33:51','20.21.144.131'),(369232,0,'admin','2022-12-09 11:33:51','20.21.144.131'),(369233,0,'admin','2022-12-09 11:33:52','20.21.144.131'),(369234,0,'admin','2022-12-09 11:33:52','20.21.144.131'),(369235,0,'admin','2022-12-09 11:33:53','20.21.144.131'),(369236,0,'admin','2022-12-09 11:33:54','20.21.144.131'),(369237,0,'admin','2022-12-09 11:33:54','20.21.144.131'),(369238,0,'admin','2022-12-09 11:33:55','20.21.144.131'),(369239,0,'admin','2022-12-09 11:33:56','20.21.144.131'),(369240,0,'admin','2022-12-09 11:33:56','20.21.144.131'),(369241,0,'admin','2022-12-09 11:33:57','20.21.144.131'),(369242,0,'admin','2022-12-09 11:33:58','20.21.144.131'),(369243,0,'admin','2022-12-09 11:33:58','20.21.144.131'),(369244,0,'admin','2022-12-09 11:33:59','20.21.144.131'),(369245,0,'admin','2022-12-09 11:33:59','20.21.144.131'),(369246,0,'admin','2022-12-09 11:34:00','20.21.144.131'),(369247,0,'admin','2022-12-09 11:34:01','20.21.144.131'),(369248,0,'admin','2022-12-09 11:34:01','20.21.144.131'),(369249,0,'admin','2022-12-09 11:34:02','20.21.144.131'),(369250,0,'admin','2022-12-09 11:34:03','20.21.144.131'),(369251,0,'admin','2022-12-09 11:34:03','20.21.144.131'),(369252,0,'admin','2022-12-09 11:34:04','20.21.144.131'),(369253,0,'admin','2022-12-09 11:34:04','20.21.144.131'),(369254,0,'admin','2022-12-09 11:34:05','20.21.144.131'),(369255,0,'admin','2022-12-09 11:34:06','20.21.144.131'),(369256,0,'admin','2022-12-09 11:34:06','20.21.144.131'),(369257,0,'admin','2022-12-09 11:34:07','20.21.144.131'),(369258,0,'admin','2022-12-09 11:34:08','20.21.144.131'),(369259,0,'admin','2022-12-09 11:34:08','20.21.144.131'),(369260,0,'admin','2022-12-09 11:34:09','20.21.144.131'),(369261,0,'admin','2022-12-09 11:34:09','20.21.144.131'),(369262,0,'admin','2022-12-09 11:34:10','20.21.144.131'),(369263,0,'admin','2022-12-09 11:34:11','20.21.144.131'),(369264,0,'admin','2022-12-09 11:34:11','20.21.144.131'),(369265,0,'admin','2022-12-09 11:34:12','20.21.144.131'),(369266,0,'admin','2022-12-09 11:34:13','20.21.144.131'),(369267,0,'admin','2022-12-09 11:34:13','20.21.144.131'),(369268,0,'admin','2022-12-09 11:34:14','20.21.144.131'),(369269,0,'admin','2022-12-09 11:34:14','20.21.144.131'),(369270,0,'admin','2022-12-09 11:34:15','20.21.144.131'),(369271,0,'admin','2022-12-09 11:34:16','20.21.144.131'),(369272,0,'admin','2022-12-09 11:34:16','20.21.144.131'),(369273,0,'admin','2022-12-09 11:34:17','20.21.144.131'),(369274,0,'admin','2022-12-09 11:34:18','20.21.144.131'),(369275,0,'admin','2022-12-09 11:34:18','20.21.144.131'),(369276,0,'admin','2022-12-09 11:34:19','20.21.144.131'),(369277,0,'admin','2022-12-09 11:34:19','20.21.144.131'),(369278,0,'admin','2022-12-09 11:34:20','20.21.144.131'),(369279,0,'admin','2022-12-09 11:34:21','20.21.144.131'),(369280,0,'admin','2022-12-09 11:34:21','20.21.144.131'),(369281,0,'admin','2022-12-09 11:34:22','20.21.144.131'),(369282,0,'admin','2022-12-09 11:34:23','20.21.144.131'),(369283,0,'admin','2022-12-09 11:34:23','20.21.144.131'),(369284,0,'admin','2022-12-09 11:34:24','20.21.144.131'),(369285,0,'admin','2022-12-09 11:34:25','20.21.144.131'),(369286,0,'admin','2022-12-09 11:34:25','20.21.144.131'),(369287,0,'admin','2022-12-09 11:34:26','20.21.144.131'),(369288,0,'admin','2022-12-09 11:34:26','20.21.144.131'),(369289,0,'admin','2022-12-09 11:34:27','20.21.144.131'),(369290,0,'admin','2022-12-09 11:34:28','20.21.144.131'),(369291,0,'admin','2022-12-09 11:34:28','20.21.144.131'),(369292,0,'admin','2022-12-09 11:34:29','20.21.144.131'),(369293,0,'admin','2022-12-09 11:34:30','20.21.144.131'),(369294,0,'admin','2022-12-09 11:34:30','20.21.144.131'),(369295,0,'admin','2022-12-09 11:34:31','20.21.144.131'),(369296,0,'admin','2022-12-09 11:34:31','20.21.144.131'),(369297,0,'admin','2022-12-09 11:34:32','20.21.144.131'),(369298,0,'admin','2022-12-09 11:34:33','20.21.144.131'),(369299,0,'admin','2022-12-09 11:34:33','20.21.144.131'),(369300,0,'admin','2022-12-09 11:34:34','20.21.144.131'),(369301,0,'admin','2022-12-09 11:34:34','20.21.144.131'),(369302,0,'admin','2022-12-09 11:34:35','20.21.144.131'),(369303,0,'admin','2022-12-09 11:34:36','20.21.144.131'),(369304,0,'admin','2022-12-09 11:34:36','20.21.144.131'),(369305,0,'admin','2022-12-09 11:34:37','20.21.144.131'),(369306,0,'admin','2022-12-09 11:34:38','20.21.144.131'),(369307,0,'admin','2022-12-09 11:34:39','20.21.144.131'),(369308,0,'admin','2022-12-09 11:34:39','20.21.144.131'),(369309,0,'admin','2022-12-09 11:34:40','20.21.144.131'),(369310,0,'admin','2022-12-09 11:34:40','20.21.144.131'),(369311,0,'admin','2022-12-09 11:34:41','20.21.144.131'),(369312,0,'admin','2022-12-09 11:34:42','20.21.144.131'),(369313,0,'admin','2022-12-09 11:34:42','20.21.144.131'),(369314,0,'admin','2022-12-09 11:34:43','20.21.144.131'),(369315,0,'admin','2022-12-09 11:34:43','20.21.144.131'),(369316,0,'admin','2022-12-09 11:34:44','20.21.144.131'),(369317,0,'admin','2022-12-09 11:34:45','20.21.144.131'),(369318,0,'admin','2022-12-09 11:34:45','20.21.144.131'),(369319,0,'admin','2022-12-09 11:34:46','20.21.144.131'),(369320,0,'admin','2022-12-09 11:34:47','20.21.144.131'),(369321,0,'admin','2022-12-09 11:34:47','20.21.144.131'),(369322,0,'admin','2022-12-09 11:34:48','20.21.144.131'),(369323,0,'admin','2022-12-09 11:34:49','20.21.144.131'),(369324,0,'admin','2022-12-09 11:34:49','20.21.144.131'),(369325,0,'admin','2022-12-09 11:34:50','20.21.144.131'),(369326,0,'admin','2022-12-09 11:34:50','20.21.144.131'),(369327,0,'admin','2022-12-09 11:34:51','20.21.144.131'),(369328,0,'admin','2022-12-09 11:34:52','20.21.144.131'),(369329,0,'admin','2022-12-09 11:34:52','20.21.144.131'),(369330,0,'admin','2022-12-09 11:34:53','20.21.144.131'),(369331,0,'admin','2022-12-09 11:34:53','20.21.144.131'),(369332,0,'admin','2022-12-09 11:34:54','20.21.144.131'),(369333,0,'admin','2022-12-09 11:34:55','20.21.144.131'),(369334,0,'admin','2022-12-09 11:34:55','20.21.144.131'),(369335,0,'admin','2022-12-09 11:34:56','20.21.144.131'),(369336,0,'admin','2022-12-09 11:34:57','20.21.144.131'),(369337,0,'admin','2022-12-09 11:34:57','20.21.144.131'),(369338,0,'admin','2022-12-09 11:34:58','20.21.144.131'),(369339,0,'admin','2022-12-09 11:34:58','20.21.144.131'),(369340,0,'admin','2022-12-09 11:34:59','20.21.144.131'),(369341,0,'admin','2022-12-09 11:35:00','20.21.144.131'),(369342,0,'admin','2022-12-09 11:35:00','20.21.144.131'),(369343,0,'admin','2022-12-09 11:35:01','20.21.144.131'),(369344,0,'admin','2022-12-09 11:35:01','20.21.144.131'),(369345,0,'admin','2022-12-09 11:35:02','20.21.144.131'),(369346,0,'admin','2022-12-09 11:35:03','20.21.144.131'),(369347,0,'admin','2022-12-09 11:35:03','20.21.144.131'),(369348,0,'admin','2022-12-09 11:35:04','20.21.144.131'),(369349,0,'admin','2022-12-09 11:35:05','20.21.144.131'),(369350,0,'admin','2022-12-09 11:35:05','20.21.144.131'),(369351,0,'admin','2022-12-09 11:35:06','20.21.144.131'),(369352,0,'admin','2022-12-09 11:35:07','20.21.144.131'),(369353,0,'admin','2022-12-09 11:35:07','20.21.144.131'),(369354,0,'admin','2022-12-09 11:35:08','20.21.144.131'),(369355,0,'admin','2022-12-09 11:35:08','20.21.144.131'),(369356,0,'admin','2022-12-09 11:35:09','20.21.144.131'),(369357,0,'admin','2022-12-09 11:35:10','20.21.144.131'),(369358,0,'admin','2022-12-09 11:35:10','20.21.144.131'),(369359,0,'admin','2022-12-09 11:35:11','20.21.144.131'),(369360,0,'admin','2022-12-09 11:35:11','20.21.144.131'),(369361,0,'admin','2022-12-09 11:35:12','20.21.144.131'),(369362,0,'admin','2022-12-09 11:35:13','20.21.144.131'),(369363,0,'admin','2022-12-09 11:35:13','20.21.144.131'),(369364,0,'admin','2022-12-09 11:35:14','20.21.144.131'),(369365,0,'admin','2022-12-09 11:35:15','20.21.144.131'),(369366,0,'admin','2022-12-09 11:35:15','20.21.144.131'),(369367,0,'admin','2022-12-09 11:35:16','20.21.144.131'),(369368,0,'admin','2022-12-09 11:35:16','20.21.144.131'),(369369,0,'admin','2022-12-09 11:35:17','20.21.144.131'),(369370,0,'admin','2022-12-09 11:35:18','20.21.144.131'),(369371,0,'admin','2022-12-09 11:35:18','20.21.144.131'),(369372,0,'admin','2022-12-09 11:35:19','20.21.144.131'),(369373,0,'admin','2022-12-09 11:35:20','20.21.144.131'),(369374,0,'admin','2022-12-09 11:35:20','20.21.144.131'),(369375,0,'admin','2022-12-09 11:35:21','20.21.144.131'),(369376,0,'admin','2022-12-09 11:35:21','20.21.144.131'),(369377,0,'admin','2022-12-09 11:35:22','20.21.144.131'),(369378,0,'admin','2022-12-09 11:35:23','20.21.144.131'),(369379,0,'admin','2022-12-09 11:35:23','20.21.144.131'),(369380,0,'admin','2022-12-09 11:35:24','20.21.144.131'),(369381,0,'admin','2022-12-09 11:35:25','20.21.144.131'),(369382,0,'admin','2022-12-09 11:35:25','20.21.144.131'),(369383,0,'admin','2022-12-09 11:35:26','20.21.144.131'),(369384,0,'admin','2022-12-09 11:35:27','20.21.144.131'),(369385,0,'admin','2022-12-09 11:35:27','20.21.144.131'),(369386,0,'admin','2022-12-09 11:35:28','20.21.144.131'),(369387,0,'admin','2022-12-09 11:35:28','20.21.144.131'),(369388,0,'admin','2022-12-09 11:35:29','20.21.144.131'),(369389,0,'admin','2022-12-09 11:35:30','20.21.144.131'),(369390,0,'admin','2022-12-09 11:35:30','20.21.144.131'),(369391,0,'admin','2022-12-09 11:35:31','20.21.144.131'),(369392,0,'admin','2022-12-09 11:35:32','20.21.144.131'),(369393,0,'admin','2022-12-09 11:35:32','20.21.144.131'),(369394,0,'admin','2022-12-09 11:35:33','20.21.144.131'),(369395,0,'admin','2022-12-09 11:35:33','20.21.144.131'),(369396,0,'admin','2022-12-09 11:35:34','20.21.144.131'),(369397,0,'admin','2022-12-09 11:35:35','20.21.144.131'),(369398,0,'admin','2022-12-09 11:35:35','20.21.144.131'),(369399,0,'admin','2022-12-09 11:35:36','20.21.144.131'),(369400,0,'admin','2022-12-09 11:35:37','20.21.144.131'),(369401,0,'admin','2022-12-09 11:35:37','20.21.144.131'),(369402,0,'admin','2022-12-09 11:35:38','20.21.144.131'),(369403,0,'admin','2022-12-09 11:35:39','20.21.144.131'),(369404,0,'admin','2022-12-09 11:35:39','20.21.144.131'),(369405,0,'admin','2022-12-09 11:35:40','20.21.144.131'),(369406,0,'admin','2022-12-09 11:35:40','20.21.144.131'),(369407,0,'admin','2022-12-09 11:35:41','20.21.144.131'),(369408,0,'admin','2022-12-09 11:35:42','20.21.144.131'),(369409,0,'admin','2022-12-09 11:35:42','20.21.144.131'),(369410,0,'admin','2022-12-09 11:35:43','20.21.144.131'),(369411,0,'admin','2022-12-09 11:35:44','20.21.144.131'),(369412,0,'admin','2022-12-09 11:35:44','20.21.144.131'),(369413,0,'admin','2022-12-09 11:35:45','20.21.144.131'),(369414,0,'admin','2022-12-09 11:35:45','20.21.144.131'),(369415,0,'admin','2022-12-09 11:35:46','20.21.144.131'),(369416,0,'admin','2022-12-09 11:35:47','20.21.144.131'),(369417,0,'admin','2022-12-09 11:35:47','20.21.144.131'),(369418,0,'admin','2022-12-09 11:35:48','20.21.144.131'),(369419,0,'admin','2022-12-09 11:35:49','20.21.144.131'),(369420,0,'admin','2022-12-09 11:35:49','20.21.144.131'),(369421,0,'admin','2022-12-09 11:35:50','20.21.144.131'),(369422,0,'admin','2022-12-09 11:35:50','20.21.144.131'),(369423,0,'admin','2022-12-09 11:35:51','20.21.144.131'),(369424,0,'admin','2022-12-09 11:35:52','20.21.144.131'),(369425,0,'admin','2022-12-09 11:35:52','20.21.144.131'),(369426,0,'admin','2022-12-09 11:35:53','20.21.144.131'),(369427,0,'admin','2022-12-09 11:35:54','20.21.144.131'),(369428,0,'admin','2022-12-09 11:35:54','20.21.144.131'),(369429,0,'admin','2022-12-09 11:35:55','20.21.144.131'),(369430,0,'admin','2022-12-09 11:35:55','20.21.144.131'),(369431,0,'admin','2022-12-09 11:35:56','20.21.144.131'),(369432,0,'admin','2022-12-09 11:35:57','20.21.144.131'),(369433,0,'admin','2022-12-09 11:35:57','20.21.144.131'),(369434,0,'admin','2022-12-09 11:35:58','20.21.144.131'),(369435,0,'admin','2022-12-09 11:35:59','20.21.144.131'),(369436,0,'admin','2022-12-09 11:35:59','20.21.144.131'),(369437,0,'admin','2022-12-09 11:36:00','20.21.144.131'),(369438,0,'admin','2022-12-09 11:36:01','20.21.144.131'),(369439,0,'admin','2022-12-09 11:36:01','20.21.144.131'),(369440,0,'admin','2022-12-09 11:36:02','20.21.144.131'),(369441,0,'admin','2022-12-09 11:36:02','20.21.144.131'),(369442,0,'admin','2022-12-09 11:36:03','20.21.144.131'),(369443,0,'admin','2022-12-09 11:36:04','20.21.144.131'),(369444,0,'admin','2022-12-09 11:36:04','20.21.144.131'),(369445,0,'admin','2022-12-09 11:36:05','20.21.144.131'),(369446,0,'admin','2022-12-09 11:36:06','20.21.144.131'),(369447,0,'admin','2022-12-09 11:36:06','20.21.144.131'),(369448,0,'admin','2022-12-09 11:36:07','20.21.144.131'),(369449,0,'admin','2022-12-09 11:36:07','20.21.144.131'),(369450,0,'admin','2022-12-09 11:36:08','20.21.144.131'),(369451,0,'admin','2022-12-09 11:36:09','20.21.144.131'),(369452,0,'admin','2022-12-09 11:36:09','20.21.144.131'),(369453,0,'admin','2022-12-09 11:36:10','20.21.144.131'),(369454,0,'admin','2022-12-09 11:36:11','20.21.144.131'),(369455,0,'admin','2022-12-09 11:36:11','20.21.144.131'),(369456,0,'admin','2022-12-09 11:36:12','20.21.144.131'),(369457,0,'admin','2022-12-09 11:36:12','20.21.144.131'),(369458,0,'admin','2022-12-09 11:36:13','20.21.144.131'),(369459,0,'admin','2022-12-09 11:36:14','20.21.144.131'),(369460,0,'admin','2022-12-09 11:36:14','20.21.144.131'),(369461,0,'admin','2022-12-09 11:36:15','20.21.144.131'),(369462,0,'admin','2022-12-09 11:36:16','20.21.144.131'),(369463,0,'admin','2022-12-09 11:36:16','20.21.144.131'),(369464,0,'admin','2022-12-09 11:36:17','20.21.144.131'),(369465,0,'admin','2022-12-09 11:36:17','20.21.144.131'),(369466,0,'admin','2022-12-09 11:36:18','20.21.144.131'),(369467,0,'admin','2022-12-09 11:36:19','20.21.144.131'),(369468,0,'admin','2022-12-09 11:36:19','20.21.144.131'),(369469,0,'admin','2022-12-09 11:36:20','20.21.144.131'),(369470,0,'admin','2022-12-09 11:36:20','20.21.144.131'),(369471,0,'wadminw','2022-12-09 11:36:21','20.244.115.14'),(369472,0,'admin','2022-12-09 11:36:21','20.21.144.131'),(369473,0,'admin','2022-12-09 11:36:22','20.21.144.131'),(369474,0,'admin','2022-12-09 11:36:22','20.21.144.131'),(369475,0,'admin','2022-12-09 11:36:23','20.21.144.131'),(369476,0,'admin','2022-12-09 11:36:24','20.21.144.131'),(369477,0,'admin','2022-12-09 11:36:24','20.21.144.131'),(369478,0,'admin','2022-12-09 11:36:25','20.21.144.131'),(369479,0,'admin','2022-12-09 11:36:25','20.21.144.131'),(369480,0,'admin','2022-12-09 11:36:26','20.21.144.131'),(369481,0,'admin','2022-12-09 11:36:27','20.21.144.131'),(369482,0,'admin','2022-12-09 11:36:27','20.21.144.131'),(369483,0,'admin','2022-12-09 11:36:28','20.21.144.131'),(369484,0,'admin','2022-12-09 11:36:29','20.21.144.131'),(369485,0,'admin','2022-12-09 11:36:29','20.21.144.131'),(369486,0,'admin','2022-12-09 11:36:30','20.21.144.131'),(369487,0,'admin','2022-12-09 11:36:30','20.21.144.131'),(369488,0,'admin','2022-12-09 11:36:31','20.21.144.131'),(369489,0,'admin','2022-12-09 11:36:32','20.21.144.131'),(369490,0,'admin','2022-12-09 11:36:32','20.21.144.131'),(369491,0,'admin','2022-12-09 11:36:33','20.21.144.131'),(369492,0,'admin','2022-12-09 11:36:34','20.21.144.131'),(369493,0,'admin','2022-12-09 11:36:34','20.21.144.131'),(369494,0,'admin','2022-12-09 11:36:35','20.21.144.131'),(369495,0,'admin','2022-12-09 11:36:35','20.21.144.131'),(369496,0,'admin','2022-12-09 11:36:36','20.21.144.131'),(369497,0,'admin','2022-12-09 11:36:37','20.21.144.131'),(369498,0,'admin','2022-12-09 11:36:37','20.21.144.131'),(369499,0,'admin','2022-12-09 11:36:38','20.21.144.131'),(369500,0,'admin','2022-12-09 11:36:39','20.21.144.131'),(369501,0,'admin','2022-12-09 11:36:39','20.21.144.131'),(369502,0,'admin','2022-12-09 11:36:40','20.21.144.131'),(369503,0,'admin','2022-12-09 11:36:40','20.21.144.131'),(369504,0,'admin','2022-12-09 11:36:41','20.21.144.131'),(369505,0,'admin','2022-12-09 11:36:42','20.21.144.131'),(369506,0,'admin','2022-12-09 11:36:42','20.21.144.131'),(369507,0,'admin','2022-12-09 11:36:43','20.21.144.131'),(369508,0,'admin','2022-12-09 11:36:44','20.21.144.131'),(369509,0,'admin','2022-12-09 11:36:44','20.21.144.131'),(369510,0,'admin','2022-12-09 11:36:45','20.21.144.131'),(369511,0,'admin','2022-12-09 11:36:45','20.21.144.131'),(369512,0,'admin','2022-12-09 11:36:46','20.21.144.131'),(369513,0,'admin','2022-12-09 11:36:47','20.21.144.131'),(369514,0,'admin','2022-12-09 11:36:47','20.21.144.131'),(369515,0,'admin','2022-12-09 11:36:48','20.21.144.131'),(369516,0,'admin','2022-12-09 11:36:48','20.21.144.131'),(369517,0,'admin','2022-12-09 11:36:49','20.21.144.131'),(369518,0,'admin','2022-12-09 11:36:50','20.21.144.131'),(369519,0,'admin','2022-12-09 11:36:50','20.21.144.131'),(369520,0,'admin','2022-12-09 11:36:51','20.21.144.131'),(369521,0,'admin','2022-12-09 11:36:52','20.21.144.131'),(369522,0,'admin','2022-12-09 11:36:52','20.21.144.131'),(369523,0,'admin','2022-12-09 11:36:53','20.21.144.131'),(369524,0,'admin','2022-12-09 11:36:54','20.21.144.131'),(369525,0,'admin','2022-12-09 11:36:54','20.21.144.131'),(369526,0,'admin','2022-12-09 11:36:55','20.21.144.131'),(369527,0,'admin','2022-12-09 11:36:55','20.21.144.131'),(369528,0,'admin','2022-12-09 11:36:56','20.21.144.131'),(369529,0,'admin','2022-12-09 11:36:57','20.21.144.131'),(369530,0,'admin','2022-12-09 11:36:57','20.21.144.131'),(369531,0,'admin','2022-12-09 11:36:58','20.21.144.131'),(369532,0,'admin','2022-12-09 11:36:59','20.21.144.131'),(369533,0,'admin','2022-12-09 11:36:59','20.21.144.131'),(369534,0,'admin','2022-12-09 11:37:00','20.21.144.131'),(369535,0,'admin','2022-12-09 11:37:00','20.21.144.131'),(369536,0,'admin','2022-12-09 11:37:01','20.21.144.131'),(369537,0,'admin','2022-12-09 11:37:02','20.21.144.131'),(369538,0,'admin','2022-12-09 11:37:02','20.21.144.131'),(369539,0,'admin','2022-12-09 11:37:03','20.21.144.131'),(369540,0,'admin','2022-12-09 11:37:04','20.21.144.131'),(369541,0,'admin','2022-12-09 11:37:04','20.21.144.131'),(369542,0,'admin','2022-12-09 11:37:05','20.21.144.131'),(369543,0,'admin','2022-12-09 11:37:05','20.21.144.131'),(369544,0,'admin','2022-12-09 11:37:06','20.21.144.131'),(369545,0,'admin','2022-12-09 11:37:07','20.21.144.131'),(369546,0,'admin','2022-12-09 11:37:07','20.21.144.131'),(369547,0,'admin','2022-12-09 11:37:08','20.21.144.131'),(369548,0,'admin','2022-12-09 11:37:08','20.21.144.131'),(369549,0,'admin','2022-12-09 11:37:09','20.21.144.131'),(369550,0,'admin','2022-12-09 11:37:10','20.21.144.131'),(369551,0,'admin','2022-12-09 11:37:10','20.21.144.131'),(369552,0,'admin','2022-12-09 11:37:11','20.21.144.131'),(369553,0,'admin','2022-12-09 11:37:12','20.21.144.131'),(369554,0,'admin','2022-12-09 11:37:12','20.21.144.131'),(369555,0,'admin','2022-12-09 11:37:13','20.21.144.131'),(369556,0,'admin','2022-12-09 11:37:13','20.21.144.131'),(369557,0,'admin','2022-12-09 11:37:14','20.21.144.131'),(369558,0,'admin','2022-12-09 11:37:15','20.21.144.131'),(369559,0,'admin','2022-12-09 11:37:15','20.21.144.131'),(369560,0,'admin','2022-12-09 11:37:16','20.21.144.131'),(369561,0,'admin','2022-12-09 11:37:17','20.21.144.131'),(369562,0,'admin','2022-12-09 11:37:17','20.21.144.131'),(369563,0,'admin','2022-12-09 11:37:18','20.21.144.131'),(369564,0,'admin','2022-12-09 11:40:51','135.125.1.9'),(369565,0,'admin','2022-12-09 11:42:01','103.147.241.56'),(369566,0,'wwwadmin','2022-12-09 11:52:02','124.70.98.118'),(369567,0,'Divyansh75470@','2022-12-09 11:55:32','103.200.23.120'),(369568,0,'admin','2022-12-09 12:04:03','213.175.66.138'),(369569,0,'admin','2022-12-09 12:05:15','116.203.180.175'),(369570,0,'wadminw','2022-12-09 12:19:42','93.113.111.100'),(369571,0,'ukdebtconsolidations-co-uk','2022-12-09 12:27:21','217.76.155.6'),(369572,0,'wwwadmin','2022-12-09 12:28:22','142.4.1.45'),(369573,0,'feed','2022-12-09 12:28:30','139.59.85.224'),(369574,0,'wadminw','2022-12-09 12:39:08','185.49.20.78'),(369575,0,'wwwadmin','2022-12-09 12:48:23','194.163.132.194'),(369576,0,'ukdebtconsolidations-co-uk','2022-12-09 12:50:57','146.56.99.136'),(369577,0,'feed','2022-12-09 12:52:02','138.68.180.230'),(369578,0,'tester','2022-12-09 12:54:56','77.244.214.239'),(369579,0,'Hanzala','2022-12-09 12:55:20','64.91.244.200'),(369580,0,'admin','2022-12-09 13:00:36','103.74.120.192'),(369581,0,'admin','2022-12-09 13:01:07','128.199.86.68'),(369582,0,'admin','2022-12-09 13:01:08','128.199.86.68'),(369583,0,'admin','2022-12-09 13:01:11','128.199.86.68'),(369584,0,'admin','2022-12-09 13:01:12','128.199.86.68'),(369585,0,'admin','2022-12-09 13:01:13','128.199.86.68'),(369586,0,'admin','2022-12-09 13:01:14','128.199.86.68'),(369587,0,'admin','2022-12-09 13:01:15','128.199.86.68'),(369588,0,'admin','2022-12-09 13:01:16','128.199.86.68'),(369589,0,'admin','2022-12-09 13:01:17','128.199.86.68'),(369590,0,'admin','2022-12-09 13:01:19','128.199.86.68'),(369591,0,'admin','2022-12-09 13:01:20','128.199.86.68'),(369592,0,'admin','2022-12-09 13:01:21','128.199.86.68'),(369593,0,'admin','2022-12-09 13:01:22','128.199.86.68'),(369594,0,'admin','2022-12-09 13:01:23','128.199.86.68'),(369595,0,'admin','2022-12-09 13:01:25','128.199.86.68'),(369596,0,'admin','2022-12-09 13:01:26','128.199.86.68'),(369597,0,'admin','2022-12-09 13:01:27','128.199.86.68'),(369598,0,'admin','2022-12-09 13:01:28','128.199.86.68'),(369599,0,'admin','2022-12-09 13:01:29','128.199.86.68'),(369600,0,'admin','2022-12-09 13:01:30','128.199.86.68'),(369601,0,'admin','2022-12-09 13:01:31','128.199.86.68'),(369602,0,'admin','2022-12-09 13:01:33','128.199.86.68'),(369603,0,'admin','2022-12-09 13:01:34','128.199.86.68'),(369604,0,'admin','2022-12-09 13:01:35','128.199.86.68'),(369605,0,'admin','2022-12-09 13:01:36','128.199.86.68'),(369606,0,'admin','2022-12-09 13:01:37','128.199.86.68'),(369607,0,'admin','2022-12-09 13:01:39','128.199.86.68'),(369608,0,'admin','2022-12-09 13:01:40','128.199.86.68'),(369609,0,'admin','2022-12-09 13:01:41','128.199.86.68'),(369610,0,'admin','2022-12-09 13:01:42','128.199.86.68'),(369611,0,'admin','2022-12-09 13:01:43','128.199.86.68'),(369612,0,'admin','2022-12-09 13:01:45','128.199.86.68'),(369613,0,'admin','2022-12-09 13:01:46','128.199.86.68'),(369614,0,'admin','2022-12-09 13:01:47','128.199.86.68'),(369615,0,'admin','2022-12-09 13:01:48','128.199.86.68'),(369616,0,'admin','2022-12-09 13:01:50','128.199.86.68'),(369617,0,'admin','2022-12-09 13:01:51','128.199.86.68'),(369618,0,'admin','2022-12-09 13:01:52','128.199.86.68'),(369619,0,'admin','2022-12-09 13:01:54','128.199.86.68'),(369620,0,'admin','2022-12-09 13:01:55','128.199.86.68'),(369621,0,'admin','2022-12-09 13:01:56','128.199.86.68'),(369622,0,'admin','2022-12-09 13:01:57','128.199.86.68'),(369623,0,'admin','2022-12-09 13:01:58','128.199.86.68'),(369624,0,'admin','2022-12-09 13:02:00','128.199.86.68'),(369625,0,'admin','2022-12-09 13:02:01','128.199.86.68'),(369626,0,'admin','2022-12-09 13:02:02','128.199.86.68'),(369627,0,'admin','2022-12-09 13:02:03','128.199.86.68'),(369628,0,'admin','2022-12-09 13:02:04','128.199.86.68'),(369629,0,'admin','2022-12-09 13:02:05','128.199.86.68'),(369630,0,'admin','2022-12-09 13:02:07','128.199.86.68'),(369631,0,'admin','2022-12-09 13:02:08','128.199.86.68'),(369632,0,'admin','2022-12-09 13:02:09','128.199.86.68'),(369633,0,'admin','2022-12-09 13:02:10','128.199.86.68'),(369634,0,'admin','2022-12-09 13:02:11','128.199.86.68'),(369635,0,'admin','2022-12-09 13:02:12','128.199.86.68'),(369636,0,'admin','2022-12-09 13:02:14','128.199.86.68'),(369637,0,'admin','2022-12-09 13:02:15','128.199.86.68'),(369638,0,'admin','2022-12-09 13:02:16','128.199.86.68'),(369639,0,'admin','2022-12-09 13:02:17','128.199.86.68'),(369640,0,'admin','2022-12-09 13:02:18','128.199.86.68'),(369641,0,'admin','2022-12-09 13:02:19','128.199.86.68'),(369642,0,'admin','2022-12-09 13:02:21','128.199.86.68'),(369643,0,'admin','2022-12-09 13:02:22','128.199.86.68'),(369644,0,'admin','2022-12-09 13:02:23','128.199.86.68'),(369645,0,'admin','2022-12-09 13:02:24','128.199.86.68'),(369646,0,'admin','2022-12-09 13:02:25','128.199.86.68'),(369647,0,'admin','2022-12-09 13:02:26','128.199.86.68'),(369648,0,'admin','2022-12-09 13:02:28','128.199.86.68'),(369649,0,'admin','2022-12-09 13:02:29','128.199.86.68'),(369650,0,'admin','2022-12-09 13:02:30','128.199.86.68'),(369651,0,'admin','2022-12-09 13:02:31','128.199.86.68'),(369652,0,'admin','2022-12-09 13:02:32','128.199.86.68'),(369653,0,'admin','2022-12-09 13:02:33','128.199.86.68'),(369654,0,'admin','2022-12-09 13:02:35','128.199.86.68'),(369655,0,'admin','2022-12-09 13:02:36','128.199.86.68'),(369656,0,'admin','2022-12-09 13:02:37','128.199.86.68'),(369657,0,'admin','2022-12-09 13:02:38','128.199.86.68'),(369658,0,'admin','2022-12-09 13:02:39','128.199.86.68'),(369659,0,'admin','2022-12-09 13:02:40','128.199.86.68'),(369660,0,'admin','2022-12-09 13:02:41','128.199.86.68'),(369661,0,'admin','2022-12-09 13:02:43','128.199.86.68'),(369662,0,'admin','2022-12-09 13:02:44','128.199.86.68'),(369663,0,'admin','2022-12-09 13:02:45','128.199.86.68'),(369664,0,'admin','2022-12-09 13:02:46','128.199.86.68'),(369665,0,'admin','2022-12-09 13:02:47','128.199.86.68'),(369666,0,'admin','2022-12-09 13:02:48','128.199.86.68'),(369667,0,'admin','2022-12-09 13:02:50','128.199.86.68'),(369668,0,'admin','2022-12-09 13:02:51','128.199.86.68'),(369669,0,'admin','2022-12-09 13:02:52','128.199.86.68'),(369670,0,'admin','2022-12-09 13:02:53','128.199.86.68'),(369671,0,'admin','2022-12-09 13:02:54','128.199.86.68'),(369672,0,'admin','2022-12-09 13:02:55','128.199.86.68'),(369673,0,'admin','2022-12-09 13:02:57','128.199.86.68'),(369674,0,'admin','2022-12-09 13:02:58','128.199.86.68'),(369675,0,'admin','2022-12-09 13:02:59','128.199.86.68'),(369676,0,'admin','2022-12-09 13:03:00','128.199.86.68'),(369677,0,'admin','2022-12-09 13:03:01','128.199.86.68'),(369678,0,'admin','2022-12-09 13:03:03','128.199.86.68'),(369679,0,'admin','2022-12-09 13:03:04','128.199.86.68'),(369680,0,'admin','2022-12-09 13:03:05','128.199.86.68'),(369681,0,'admin','2022-12-09 13:03:06','128.199.86.68'),(369682,0,'admin','2022-12-09 13:03:07','128.199.86.68'),(369683,0,'admin','2022-12-09 13:03:08','128.199.86.68'),(369684,0,'admin','2022-12-09 13:03:10','128.199.86.68'),(369685,0,'admin','2022-12-09 13:03:11','128.199.86.68'),(369686,0,'admin','2022-12-09 13:03:12','128.199.86.68'),(369687,0,'admin','2022-12-09 13:03:13','128.199.86.68'),(369688,0,'admin','2022-12-09 13:03:14','128.199.86.68'),(369689,0,'admin','2022-12-09 13:03:15','128.199.86.68'),(369690,0,'admin','2022-12-09 13:03:17','128.199.86.68'),(369691,0,'admin','2022-12-09 13:03:18','128.199.86.68'),(369692,0,'admin','2022-12-09 13:03:19','128.199.86.68'),(369693,0,'admin','2022-12-09 13:03:20','128.199.86.68'),(369694,0,'admin','2022-12-09 13:03:21','128.199.86.68'),(369695,0,'admin','2022-12-09 13:03:22','128.199.86.68'),(369696,0,'admin','2022-12-09 13:03:24','128.199.86.68'),(369697,0,'admin','2022-12-09 13:03:25','128.199.86.68'),(369698,0,'admin','2022-12-09 13:03:26','128.199.86.68'),(369699,0,'admin','2022-12-09 13:03:27','128.199.86.68'),(369700,0,'admin','2022-12-09 13:03:28','128.199.86.68'),(369701,0,'admin','2022-12-09 13:03:29','128.199.86.68'),(369702,0,'admin','2022-12-09 13:03:31','128.199.86.68'),(369703,0,'admin','2022-12-09 13:03:32','128.199.86.68'),(369704,0,'admin','2022-12-09 13:03:33','128.199.86.68'),(369705,0,'admin','2022-12-09 13:03:34','128.199.86.68'),(369706,0,'admin','2022-12-09 13:03:36','128.199.86.68'),(369707,0,'admin','2022-12-09 13:03:37','128.199.86.68'),(369708,0,'admin','2022-12-09 13:03:38','128.199.86.68'),(369709,0,'admin','2022-12-09 13:03:39','128.199.86.68'),(369710,0,'admin','2022-12-09 13:03:40','128.199.86.68'),(369711,0,'admin','2022-12-09 13:03:41','128.199.86.68'),(369712,0,'admin','2022-12-09 13:03:42','128.199.86.68'),(369713,0,'admin','2022-12-09 13:03:44','128.199.86.68'),(369714,0,'admin','2022-12-09 13:03:45','128.199.86.68'),(369715,0,'admin','2022-12-09 13:03:46','128.199.86.68'),(369716,0,'admin','2022-12-09 13:03:47','128.199.86.68'),(369717,0,'admin','2022-12-09 13:03:48','128.199.86.68'),(369718,0,'admin','2022-12-09 13:03:49','128.199.86.68'),(369719,0,'admin','2022-12-09 13:03:50','128.199.86.68'),(369720,0,'admin','2022-12-09 13:03:52','128.199.86.68'),(369721,0,'admin','2022-12-09 13:03:53','128.199.86.68'),(369722,0,'admin','2022-12-09 13:03:54','128.199.86.68'),(369723,0,'admin','2022-12-09 13:03:55','128.199.86.68'),(369724,0,'admin','2022-12-09 13:03:57','128.199.86.68'),(369725,0,'admin','2022-12-09 13:03:58','128.199.86.68'),(369726,0,'admin','2022-12-09 13:04:00','128.199.86.68'),(369727,0,'admin','2022-12-09 13:04:01','128.199.86.68'),(369728,0,'admin','2022-12-09 13:04:02','128.199.86.68'),(369729,0,'admin','2022-12-09 13:04:03','128.199.86.68'),(369730,0,'admin','2022-12-09 13:04:04','128.199.86.68'),(369731,0,'admin','2022-12-09 13:04:05','128.199.86.68'),(369732,0,'admin','2022-12-09 13:04:07','128.199.86.68'),(369733,0,'admin','2022-12-09 13:04:08','128.199.86.68'),(369734,0,'admin','2022-12-09 13:04:09','128.199.86.68'),(369735,0,'admin','2022-12-09 13:04:10','128.199.86.68'),(369736,0,'admin','2022-12-09 13:04:11','128.199.86.68'),(369737,0,'admin','2022-12-09 13:04:15','128.199.86.68'),(369738,0,'admin','2022-12-09 13:04:16','128.199.86.68'),(369739,0,'admin','2022-12-09 13:04:17','128.199.86.68'),(369740,0,'admin','2022-12-09 13:04:18','128.199.86.68'),(369741,0,'admin','2022-12-09 13:04:19','128.199.86.68'),(369742,0,'admin','2022-12-09 13:04:20','128.199.86.68'),(369743,0,'admin','2022-12-09 13:04:21','128.199.86.68'),(369744,0,'admin','2022-12-09 13:04:23','128.199.86.68'),(369745,0,'admin','2022-12-09 13:04:24','128.199.86.68'),(369746,0,'admin','2022-12-09 13:04:25','128.199.86.68'),(369747,0,'admin','2022-12-09 13:04:26','128.199.86.68'),(369748,0,'admin','2022-12-09 13:04:27','128.199.86.68'),(369749,0,'admin','2022-12-09 13:04:28','128.199.86.68'),(369750,0,'admin','2022-12-09 13:04:29','128.199.86.68'),(369751,0,'admin','2022-12-09 13:04:31','128.199.86.68'),(369752,0,'admin','2022-12-09 13:04:32','128.199.86.68'),(369753,0,'admin','2022-12-09 13:04:33','128.199.86.68'),(369754,0,'admin','2022-12-09 13:04:34','128.199.86.68'),(369755,0,'admin','2022-12-09 13:04:35','128.199.86.68'),(369756,0,'admin','2022-12-09 13:04:36','128.199.86.68'),(369757,0,'admin','2022-12-09 13:04:37','128.199.86.68'),(369758,0,'admin','2022-12-09 13:04:38','128.199.86.68'),(369759,0,'admin','2022-12-09 13:04:40','128.199.86.68'),(369760,0,'admin','2022-12-09 13:04:41','128.199.86.68'),(369761,0,'admin','2022-12-09 13:04:42','128.199.86.68'),(369762,0,'admin','2022-12-09 13:04:43','128.199.86.68'),(369763,0,'admin','2022-12-09 13:04:44','128.199.86.68'),(369764,0,'admin','2022-12-09 13:04:45','128.199.86.68'),(369765,0,'admin','2022-12-09 13:04:47','128.199.86.68'),(369766,0,'admin','2022-12-09 13:04:48','128.199.86.68'),(369767,0,'admin','2022-12-09 13:04:49','128.199.86.68'),(369768,0,'admin','2022-12-09 13:04:50','128.199.86.68'),(369769,0,'admin','2022-12-09 13:04:51','128.199.86.68'),(369770,0,'admin','2022-12-09 13:04:52','128.199.86.68'),(369771,0,'admin','2022-12-09 13:04:54','128.199.86.68'),(369772,0,'admin','2022-12-09 13:04:55','128.199.86.68'),(369773,0,'admin','2022-12-09 13:04:56','128.199.86.68'),(369774,0,'admin','2022-12-09 13:04:57','128.199.86.68'),(369775,0,'admin','2022-12-09 13:04:58','128.199.86.68'),(369776,0,'admin','2022-12-09 13:04:59','128.199.86.68'),(369777,0,'admin','2022-12-09 13:05:01','128.199.86.68'),(369778,0,'admin','2022-12-09 13:05:02','128.199.86.68'),(369779,0,'admin','2022-12-09 13:05:03','128.199.86.68'),(369780,0,'admin','2022-12-09 13:05:04','128.199.86.68'),(369781,0,'admin','2022-12-09 13:05:05','128.199.86.68'),(369782,0,'admin','2022-12-09 13:05:06','128.199.86.68'),(369783,0,'admin','2022-12-09 13:05:08','128.199.86.68'),(369784,0,'admin','2022-12-09 13:05:09','128.199.86.68'),(369785,0,'admin','2022-12-09 13:05:10','128.199.86.68'),(369786,0,'admin','2022-12-09 13:05:11','128.199.86.68'),(369787,0,'admin','2022-12-09 13:05:13','128.199.86.68'),(369788,0,'admin','2022-12-09 13:05:14','128.199.86.68'),(369789,0,'admin','2022-12-09 13:05:16','128.199.86.68'),(369790,0,'admin','2022-12-09 13:05:17','128.199.86.68'),(369791,0,'admin','2022-12-09 13:05:18','128.199.86.68'),(369792,0,'admin','2022-12-09 13:05:20','128.199.86.68'),(369793,0,'admin','2022-12-09 13:05:21','128.199.86.68'),(369794,0,'admin','2022-12-09 13:05:22','128.199.86.68'),(369795,0,'admin','2022-12-09 13:05:23','128.199.86.68'),(369796,0,'admin','2022-12-09 13:05:24','128.199.86.68'),(369797,0,'admin','2022-12-09 13:05:25','128.199.86.68'),(369798,0,'admin','2022-12-09 13:05:26','128.199.86.68'),(369799,0,'admin','2022-12-09 13:05:28','128.199.86.68'),(369800,0,'admin','2022-12-09 13:05:29','128.199.86.68'),(369801,0,'admin','2022-12-09 13:05:30','128.199.86.68'),(369802,0,'admin','2022-12-09 13:05:31','128.199.86.68'),(369803,0,'admin','2022-12-09 13:05:32','128.199.86.68'),(369804,0,'admin','2022-12-09 13:05:33','128.199.86.68'),(369805,0,'admin','2022-12-09 13:05:34','128.199.86.68'),(369806,0,'admin','2022-12-09 13:05:36','128.199.86.68'),(369807,0,'admin','2022-12-09 13:05:37','128.199.86.68'),(369808,0,'admin','2022-12-09 13:05:38','128.199.86.68'),(369809,0,'admin','2022-12-09 13:05:39','128.199.86.68'),(369810,0,'admin','2022-12-09 13:05:41','128.199.86.68'),(369811,0,'admin','2022-12-09 13:05:42','128.199.86.68'),(369812,0,'admin','2022-12-09 13:05:43','128.199.86.68'),(369813,0,'admin','2022-12-09 13:05:44','128.199.86.68'),(369814,0,'admin','2022-12-09 13:05:45','128.199.86.68'),(369815,0,'admin','2022-12-09 13:05:46','128.199.86.68'),(369816,0,'admin','2022-12-09 13:05:48','128.199.86.68'),(369817,0,'admin','2022-12-09 13:05:49','128.199.86.68'),(369818,0,'admin','2022-12-09 13:05:50','128.199.86.68'),(369819,0,'admin','2022-12-09 13:05:51','128.199.86.68'),(369820,0,'admin','2022-12-09 13:05:52','128.199.86.68'),(369821,0,'admin','2022-12-09 13:05:53','128.199.86.68'),(369822,0,'admin','2022-12-09 13:05:54','128.199.86.68'),(369823,0,'admin','2022-12-09 13:05:56','128.199.86.68'),(369824,0,'admin','2022-12-09 13:05:57','128.199.86.68'),(369825,0,'admin','2022-12-09 13:05:58','128.199.86.68'),(369826,0,'admin','2022-12-09 13:05:59','128.199.86.68'),(369827,0,'admin','2022-12-09 13:06:00','128.199.86.68'),(369828,0,'admin','2022-12-09 13:06:01','128.199.86.68'),(369829,0,'admin','2022-12-09 13:06:03','128.199.86.68'),(369830,0,'admin','2022-12-09 13:06:04','128.199.86.68'),(369831,0,'admin','2022-12-09 13:06:05','128.199.86.68'),(369832,0,'admin','2022-12-09 13:06:06','128.199.86.68'),(369833,0,'admin','2022-12-09 13:06:07','128.199.86.68'),(369834,0,'admin','2022-12-09 13:06:08','128.199.86.68'),(369835,0,'admin','2022-12-09 13:06:10','128.199.86.68'),(369836,0,'admin','2022-12-09 13:06:11','128.199.86.68'),(369837,0,'admin','2022-12-09 13:06:12','128.199.86.68'),(369838,0,'admin','2022-12-09 13:06:13','128.199.86.68'),(369839,0,'admin','2022-12-09 13:06:14','128.199.86.68'),(369840,0,'admin','2022-12-09 13:06:15','128.199.86.68'),(369841,0,'admin','2022-12-09 13:06:16','128.199.86.68'),(369842,0,'admin','2022-12-09 13:06:18','128.199.86.68'),(369843,0,'admin','2022-12-09 13:06:19','128.199.86.68'),(369844,0,'admin','2022-12-09 13:06:20','128.199.86.68'),(369845,0,'admin','2022-12-09 13:06:21','128.199.86.68'),(369846,0,'admin','2022-12-09 13:06:22','128.199.86.68'),(369847,0,'2360344039@qq.com','2022-12-09 13:06:23','185.69.154.241'),(369848,0,'admin','2022-12-09 13:06:23','128.199.86.68'),(369849,0,'admin','2022-12-09 13:06:25','128.199.86.68'),(369850,0,'admin','2022-12-09 13:06:26','128.199.86.68'),(369851,0,'admin','2022-12-09 13:06:27','128.199.86.68'),(369852,0,'admin','2022-12-09 13:06:28','128.199.86.68'),(369853,0,'admin','2022-12-09 13:06:29','128.199.86.68'),(369854,0,'admin','2022-12-09 13:06:30','128.199.86.68'),(369855,0,'admin','2022-12-09 13:06:32','128.199.86.68'),(369856,0,'jacob','2022-12-09 13:06:32','119.8.229.155'),(369857,0,'admin','2022-12-09 13:06:33','128.199.86.68'),(369858,0,'admin','2022-12-09 13:06:34','128.199.86.68'),(369859,0,'admin','2022-12-09 13:06:35','128.199.86.68'),(369860,0,'admin','2022-12-09 13:06:36','128.199.86.68'),(369861,0,'admin','2022-12-09 13:06:37','128.199.86.68'),(369862,0,'admin','2022-12-09 13:06:39','128.199.86.68'),(369863,0,'admin','2022-12-09 13:06:40','128.199.86.68'),(369864,0,'admin','2022-12-09 13:06:41','128.199.86.68'),(369865,0,'admin','2022-12-09 13:06:42','128.199.86.68'),(369866,0,'admin','2022-12-09 13:06:43','128.199.86.68'),(369867,0,'admin','2022-12-09 13:06:44','128.199.86.68'),(369868,0,'admin','2022-12-09 13:06:45','128.199.86.68'),(369869,0,'admin','2022-12-09 13:06:47','128.199.86.68'),(369870,0,'admin','2022-12-09 13:06:48','128.199.86.68'),(369871,0,'admin','2022-12-09 13:06:49','128.199.86.68'),(369872,0,'admin','2022-12-09 13:06:50','128.199.86.68'),(369873,0,'admin','2022-12-09 13:06:51','128.199.86.68'),(369874,0,'admin','2022-12-09 13:06:52','128.199.86.68'),(369875,0,'admin','2022-12-09 13:06:54','128.199.86.68'),(369876,0,'admin','2022-12-09 13:06:55','128.199.86.68'),(369877,0,'admin','2022-12-09 13:06:56','128.199.86.68'),(369878,0,'admin','2022-12-09 13:06:57','128.199.86.68'),(369879,0,'admin','2022-12-09 13:06:58','128.199.86.68'),(369880,0,'admin','2022-12-09 13:06:59','128.199.86.68'),(369881,0,'admin','2022-12-09 13:07:00','128.199.86.68'),(369882,0,'admin','2022-12-09 13:07:02','128.199.86.68'),(369883,0,'admin','2022-12-09 13:07:03','128.199.86.68'),(369884,0,'admin','2022-12-09 13:07:04','128.199.86.68'),(369885,0,'admin','2022-12-09 13:07:05','128.199.86.68'),(369886,0,'admin','2022-12-09 13:07:06','128.199.86.68'),(369887,0,'admin','2022-12-09 13:07:07','128.199.86.68'),(369888,0,'admin','2022-12-09 13:07:09','128.199.86.68'),(369889,0,'admin','2022-12-09 13:07:10','128.199.86.68'),(369890,0,'admin','2022-12-09 13:07:11','128.199.86.68'),(369891,0,'admin','2022-12-09 13:07:12','128.199.86.68'),(369892,0,'admin','2022-12-09 13:07:13','128.199.86.68'),(369893,0,'admin','2022-12-09 13:07:14','128.199.86.68'),(369894,0,'admin','2022-12-09 13:07:15','128.199.86.68'),(369895,0,'admin','2022-12-09 13:07:16','128.199.86.68'),(369896,0,'admin','2022-12-09 13:07:18','128.199.86.68'),(369897,0,'admin','2022-12-09 13:07:19','128.199.86.68'),(369898,0,'admin','2022-12-09 13:07:20','128.199.86.68'),(369899,0,'admin','2022-12-09 13:07:21','128.199.86.68'),(369900,0,'admin','2022-12-09 13:07:22','128.199.86.68'),(369901,0,'admin','2022-12-09 13:07:23','128.199.86.68'),(369902,0,'admin','2022-12-09 13:07:24','128.199.86.68'),(369903,0,'admin','2022-12-09 13:07:26','128.199.86.68'),(369904,0,'admin','2022-12-09 13:07:27','128.199.86.68'),(369905,0,'admin','2022-12-09 13:07:28','128.199.86.68'),(369906,0,'admin','2022-12-09 13:07:29','128.199.86.68'),(369907,0,'admin','2022-12-09 13:07:30','128.199.86.68'),(369908,0,'admin','2022-12-09 13:07:31','128.199.86.68'),(369909,0,'admin','2022-12-09 13:07:32','128.199.86.68'),(369910,0,'admin','2022-12-09 13:07:34','128.199.86.68'),(369911,0,'admin','2022-12-09 13:07:35','128.199.86.68'),(369912,0,'admin','2022-12-09 13:07:36','128.199.86.68'),(369913,0,'admin','2022-12-09 13:07:37','128.199.86.68'),(369914,0,'admin','2022-12-09 13:07:38','128.199.86.68'),(369915,0,'admin','2022-12-09 13:07:39','128.199.86.68'),(369916,0,'admin','2022-12-09 13:07:41','128.199.86.68'),(369917,0,'admin','2022-12-09 13:07:42','128.199.86.68'),(369918,0,'admin','2022-12-09 13:07:43','128.199.86.68'),(369919,0,'admin','2022-12-09 13:07:44','128.199.86.68'),(369920,0,'admin','2022-12-09 13:07:45','128.199.86.68'),(369921,0,'admin','2022-12-09 13:07:46','128.199.86.68'),(369922,0,'admin','2022-12-09 13:07:48','128.199.86.68'),(369923,0,'admin','2022-12-09 13:07:49','128.199.86.68'),(369924,0,'admin','2022-12-09 13:07:51','128.199.86.68'),(369925,0,'admin','2022-12-09 13:07:52','128.199.86.68'),(369926,0,'admin','2022-12-09 13:07:53','128.199.86.68'),(369927,0,'admin','2022-12-09 13:07:55','128.199.86.68'),(369928,0,'admin','2022-12-09 13:07:56','128.199.86.68'),(369929,0,'admin','2022-12-09 13:07:57','128.199.86.68'),(369930,0,'admin','2022-12-09 13:07:58','128.199.86.68'),(369931,0,'admin','2022-12-09 13:07:59','128.199.86.68'),(369932,0,'admin','2022-12-09 13:08:00','128.199.86.68'),(369933,0,'admin','2022-12-09 13:08:01','128.199.86.68'),(369934,0,'admin','2022-12-09 13:08:03','128.199.86.68'),(369935,0,'admin','2022-12-09 13:08:04','128.199.86.68'),(369936,0,'admin','2022-12-09 13:08:05','128.199.86.68'),(369937,0,'admin','2022-12-09 13:08:06','128.199.86.68'),(369938,0,'admin','2022-12-09 13:08:07','128.199.86.68'),(369939,0,'admin','2022-12-09 13:08:09','128.199.86.68'),(369940,0,'admin','2022-12-09 13:08:10','128.199.86.68'),(369941,0,'admin','2022-12-09 13:08:11','128.199.86.68'),(369942,0,'admin','2022-12-09 13:08:12','128.199.86.68'),(369943,0,'admin','2022-12-09 13:08:14','128.199.86.68'),(369944,0,'admin','2022-12-09 13:08:15','128.199.86.68'),(369945,0,'admin','2022-12-09 13:08:16','128.199.86.68'),(369946,0,'admin','2022-12-09 13:08:17','128.199.86.68'),(369947,0,'admin','2022-12-09 13:08:19','128.199.86.68'),(369948,0,'admin','2022-12-09 13:08:20','128.199.86.68'),(369949,0,'admin','2022-12-09 13:08:21','128.199.86.68'),(369950,0,'admin','2022-12-09 13:08:23','128.199.86.68'),(369951,0,'admin','2022-12-09 13:08:24','128.199.86.68'),(369952,0,'admin','2022-12-09 13:08:25','128.199.86.68'),(369953,0,'admin','2022-12-09 13:08:26','128.199.86.68'),(369954,0,'admin','2022-12-09 13:08:28','128.199.86.68'),(369955,0,'admin','2022-12-09 13:08:29','128.199.86.68'),(369956,0,'admin','2022-12-09 13:08:30','128.199.86.68'),(369957,0,'admin','2022-12-09 13:08:31','128.199.86.68'),(369958,0,'admin','2022-12-09 13:08:32','128.199.86.68'),(369959,0,'admin','2022-12-09 13:08:33','128.199.86.68'),(369960,0,'admin','2022-12-09 13:08:35','128.199.86.68'),(369961,0,'admin','2022-12-09 13:08:36','128.199.86.68'),(369962,0,'admin','2022-12-09 13:08:37','128.199.86.68'),(369963,0,'admin','2022-12-09 13:08:38','128.199.86.68'),(369964,0,'admin','2022-12-09 13:08:39','128.199.86.68'),(369965,0,'admin','2022-12-09 13:08:40','128.199.86.68'),(369966,0,'admin','2022-12-09 13:08:41','128.199.86.68'),(369967,0,'admin','2022-12-09 13:08:43','128.199.86.68'),(369968,0,'admin','2022-12-09 13:08:44','128.199.86.68'),(369969,0,'admin','2022-12-09 13:08:45','128.199.86.68'),(369970,0,'admin','2022-12-09 13:08:46','128.199.86.68'),(369971,0,'admin','2022-12-09 13:08:47','128.199.86.68'),(369972,0,'admin','2022-12-09 13:08:48','128.199.86.68'),(369973,0,'admin','2022-12-09 13:08:49','128.199.86.68'),(369974,0,'admin','2022-12-09 13:08:50','128.199.86.68'),(369975,0,'admin','2022-12-09 13:08:52','128.199.86.68'),(369976,0,'admin','2022-12-09 13:08:53','128.199.86.68'),(369977,0,'admin','2022-12-09 13:08:54','128.199.86.68'),(369978,0,'admin','2022-12-09 13:08:55','128.199.86.68'),(369979,0,'admin','2022-12-09 13:08:56','128.199.86.68'),(369980,0,'admin','2022-12-09 13:08:57','128.199.86.68'),(369981,0,'admin','2022-12-09 13:08:59','128.199.86.68'),(369982,0,'admin','2022-12-09 13:09:00','128.199.86.68'),(369983,0,'admin','2022-12-09 13:09:01','128.199.86.68'),(369984,0,'admin','2022-12-09 13:09:02','128.199.86.68'),(369985,0,'admin','2022-12-09 13:09:03','128.199.86.68'),(369986,0,'admin','2022-12-09 13:09:04','128.199.86.68'),(369987,0,'admin','2022-12-09 13:09:06','128.199.86.68'),(369988,0,'admin','2022-12-09 13:09:07','128.199.86.68'),(369989,0,'admin','2022-12-09 13:09:08','128.199.86.68'),(369990,0,'admin','2022-12-09 13:09:09','128.199.86.68'),(369991,0,'admin','2022-12-09 13:09:10','128.199.86.68'),(369992,0,'admin','2022-12-09 13:09:11','128.199.86.68'),(369993,0,'admin','2022-12-09 13:09:13','128.199.86.68'),(369994,0,'admin','2022-12-09 13:09:14','128.199.86.68'),(369995,0,'admin','2022-12-09 13:09:15','128.199.86.68'),(369996,0,'admin','2022-12-09 13:09:16','128.199.86.68'),(369997,0,'admin','2022-12-09 13:09:17','128.199.86.68'),(369998,0,'admin','2022-12-09 13:09:19','128.199.86.68'),(369999,0,'admin','2022-12-09 13:09:20','128.199.86.68'),(370000,0,'admin','2022-12-09 13:09:21','128.199.86.68'),(370001,0,'admin','2022-12-09 13:09:22','128.199.86.68'),(370002,0,'admin','2022-12-09 13:09:23','128.199.86.68'),(370003,0,'admin','2022-12-09 13:09:24','128.199.86.68'),(370004,0,'admin','2022-12-09 13:09:25','128.199.86.68'),(370005,0,'admin','2022-12-09 13:09:27','128.199.86.68'),(370006,0,'admin','2022-12-09 13:09:28','128.199.86.68'),(370007,0,'admin','2022-12-09 13:09:29','128.199.86.68'),(370008,0,'admin','2022-12-09 13:09:30','128.199.86.68'),(370009,0,'admin','2022-12-09 13:09:31','128.199.86.68'),(370010,0,'admin','2022-12-09 13:09:32','128.199.86.68'),(370011,0,'admin','2022-12-09 13:09:34','128.199.86.68'),(370012,0,'admin','2022-12-09 13:09:35','128.199.86.68'),(370013,0,'admin','2022-12-09 13:09:36','128.199.86.68'),(370014,0,'admin','2022-12-09 13:09:37','128.199.86.68'),(370015,0,'admin','2022-12-09 13:09:38','128.199.86.68'),(370016,0,'admin','2022-12-09 13:09:39','128.199.86.68'),(370017,0,'admin','2022-12-09 13:09:40','128.199.86.68'),(370018,0,'admin','2022-12-09 13:09:42','128.199.86.68'),(370019,0,'admin','2022-12-09 13:09:43','128.199.86.68'),(370020,0,'admin','2022-12-09 13:09:44','128.199.86.68'),(370021,0,'admin','2022-12-09 13:09:45','128.199.86.68'),(370022,0,'admin','2022-12-09 13:09:46','128.199.86.68'),(370023,0,'admin','2022-12-09 13:09:48','128.199.86.68'),(370024,0,'admin','2022-12-09 13:09:49','128.199.86.68'),(370025,0,'admin','2022-12-09 13:09:50','128.199.86.68'),(370026,0,'admin','2022-12-09 13:09:51','128.199.86.68'),(370027,0,'admin','2022-12-09 13:09:52','128.199.86.68'),(370028,0,'admin','2022-12-09 13:09:53','128.199.86.68'),(370029,0,'admin','2022-12-09 13:09:54','128.199.86.68'),(370030,0,'admin','2022-12-09 13:09:56','128.199.86.68'),(370031,0,'admin','2022-12-09 13:09:57','128.199.86.68'),(370032,0,'admin','2022-12-09 13:09:58','128.199.86.68'),(370033,0,'admin','2022-12-09 13:09:59','128.199.86.68'),(370034,0,'admin','2022-12-09 13:10:00','128.199.86.68'),(370035,0,'admin','2022-12-09 13:10:02','128.199.86.68'),(370036,0,'admin','2022-12-09 13:10:03','128.199.86.68'),(370037,0,'admin','2022-12-09 13:10:04','128.199.86.68'),(370038,0,'admin','2022-12-09 13:10:05','128.199.86.68'),(370039,0,'admin','2022-12-09 13:10:06','128.199.86.68'),(370040,0,'admin','2022-12-09 13:10:07','128.199.86.68'),(370041,0,'admin','2022-12-09 13:10:09','128.199.86.68'),(370042,0,'admin','2022-12-09 13:10:10','128.199.86.68'),(370043,0,'admin','2022-12-09 13:10:11','128.199.86.68'),(370044,0,'admin','2022-12-09 13:10:12','128.199.86.68'),(370045,0,'admin','2022-12-09 13:10:13','128.199.86.68'),(370046,0,'admin','2022-12-09 13:10:14','128.199.86.68'),(370047,0,'admin','2022-12-09 13:10:15','128.199.86.68'),(370048,0,'admin','2022-12-09 13:10:16','128.199.86.68'),(370049,0,'admin','2022-12-09 13:10:18','128.199.86.68'),(370050,0,'admin','2022-12-09 13:10:19','128.199.86.68'),(370051,0,'admin','2022-12-09 13:10:20','128.199.86.68'),(370052,0,'admin','2022-12-09 13:10:21','128.199.86.68'),(370053,0,'admin','2022-12-09 13:10:22','128.199.86.68'),(370054,0,'admin','2022-12-09 13:10:23','128.199.86.68'),(370055,0,'admin','2022-12-09 13:10:25','128.199.86.68'),(370056,0,'admin','2022-12-09 13:10:26','128.199.86.68'),(370057,0,'admin','2022-12-09 13:10:27','128.199.86.68'),(370058,0,'admin','2022-12-09 13:10:28','128.199.86.68'),(370059,0,'admin','2022-12-09 13:10:29','128.199.86.68'),(370060,0,'admin','2022-12-09 13:10:30','128.199.86.68'),(370061,0,'admin','2022-12-09 13:10:31','128.199.86.68'),(370062,0,'admin','2022-12-09 13:10:32','125.227.127.195'),(370063,0,'admin','2022-12-09 13:10:33','128.199.86.68'),(370064,0,'admin','2022-12-09 13:10:34','128.199.86.68'),(370065,0,'admin','2022-12-09 13:10:35','128.199.86.68'),(370066,0,'admin','2022-12-09 13:10:36','128.199.86.68'),(370067,0,'admin','2022-12-09 13:10:37','128.199.86.68'),(370068,0,'admin','2022-12-09 13:10:38','128.199.86.68'),(370069,0,'admin','2022-12-09 13:10:39','128.199.86.68'),(370070,0,'admin','2022-12-09 13:10:41','128.199.86.68'),(370071,0,'admin','2022-12-09 13:10:42','128.199.86.68'),(370072,0,'admin','2022-12-09 13:10:44','128.199.86.68'),(370073,0,'admin','2022-12-09 13:10:45','128.199.86.68'),(370074,0,'admin','2022-12-09 13:10:46','128.199.86.68'),(370075,0,'admin','2022-12-09 13:10:47','128.199.86.68'),(370076,0,'admin','2022-12-09 13:10:48','128.199.86.68'),(370077,0,'admin','2022-12-09 13:10:49','128.199.86.68'),(370078,0,'admin','2022-12-09 13:10:50','128.199.86.68'),(370079,0,'admin','2022-12-09 13:10:52','128.199.86.68'),(370080,0,'admin','2022-12-09 13:10:53','128.199.86.68'),(370081,0,'admin','2022-12-09 13:10:54','128.199.86.68'),(370082,0,'admin','2022-12-09 13:10:55','128.199.86.68'),(370083,0,'admin','2022-12-09 13:10:56','128.199.86.68'),(370084,0,'admin','2022-12-09 13:10:57','128.199.86.68'),(370085,0,'admin','2022-12-09 13:10:58','128.199.86.68'),(370086,0,'admin','2022-12-09 13:11:00','128.199.86.68'),(370087,0,'admin','2022-12-09 13:11:01','128.199.86.68'),(370088,0,'admin','2022-12-09 13:11:02','128.199.86.68'),(370089,0,'admin','2022-12-09 13:11:03','128.199.86.68'),(370090,0,'admin','2022-12-09 13:11:05','128.199.86.68'),(370091,0,'admin','2022-12-09 13:11:06','128.199.86.68'),(370092,0,'admin','2022-12-09 13:11:07','128.199.86.68'),(370093,0,'admin','2022-12-09 13:11:08','128.199.86.68'),(370094,0,'admin','2022-12-09 13:11:09','128.199.86.68'),(370095,0,'admin','2022-12-09 13:11:10','128.199.86.68'),(370096,0,'admin','2022-12-09 13:11:12','128.199.86.68'),(370097,0,'admin','2022-12-09 13:11:13','128.199.86.68'),(370098,0,'admin','2022-12-09 13:11:14','128.199.86.68'),(370099,0,'admin','2022-12-09 13:11:15','128.199.86.68'),(370100,0,'admin','2022-12-09 13:11:16','128.199.86.68'),(370101,0,'admin','2022-12-09 13:11:17','128.199.86.68'),(370102,0,'admin','2022-12-09 13:11:18','128.199.86.68'),(370103,0,'admin','2022-12-09 13:11:20','128.199.86.68'),(370104,0,'admin','2022-12-09 13:11:21','128.199.86.68'),(370105,0,'admin','2022-12-09 13:11:22','128.199.86.68'),(370106,0,'admin','2022-12-09 13:11:23','128.199.86.68'),(370107,0,'admin','2022-12-09 13:11:24','128.199.86.68'),(370108,0,'admin','2022-12-09 13:11:25','128.199.86.68'),(370109,0,'admin','2022-12-09 13:11:27','128.199.86.68'),(370110,0,'admin','2022-12-09 13:11:28','128.199.86.68'),(370111,0,'admin','2022-12-09 13:11:29','128.199.86.68'),(370112,0,'admin','2022-12-09 13:11:30','128.199.86.68'),(370113,0,'admin','2022-12-09 13:11:31','128.199.86.68'),(370114,0,'admin','2022-12-09 13:11:32','128.199.86.68'),(370115,0,'admin','2022-12-09 13:11:33','128.199.86.68'),(370116,0,'admin','2022-12-09 13:11:35','128.199.86.68'),(370117,0,'admin','2022-12-09 13:11:36','128.199.86.68'),(370118,0,'admin','2022-12-09 13:11:37','128.199.86.68'),(370119,0,'admin','2022-12-09 13:11:38','128.199.86.68'),(370120,0,'admin','2022-12-09 13:11:39','128.199.86.68'),(370121,0,'admin','2022-12-09 13:11:40','128.199.86.68'),(370122,0,'admin','2022-12-09 13:11:41','128.199.86.68'),(370123,0,'admin','2022-12-09 13:11:43','128.199.86.68'),(370124,0,'admin','2022-12-09 13:11:44','128.199.86.68'),(370125,0,'admin','2022-12-09 13:11:45','128.199.86.68'),(370126,0,'admin','2022-12-09 13:11:46','128.199.86.68'),(370127,0,'admin','2022-12-09 13:11:47','128.199.86.68'),(370128,0,'admin','2022-12-09 13:11:48','128.199.86.68'),(370129,0,'admin','2022-12-09 13:11:49','128.199.86.68'),(370130,0,'admin','2022-12-09 13:11:50','128.199.86.68'),(370131,0,'admin','2022-12-09 13:11:52','128.199.86.68'),(370132,0,'admin','2022-12-09 13:11:53','128.199.86.68'),(370133,0,'admin','2022-12-09 13:11:54','128.199.86.68'),(370134,0,'admin','2022-12-09 13:11:55','128.199.86.68'),(370135,0,'admin','2022-12-09 13:11:56','128.199.86.68'),(370136,0,'admin','2022-12-09 13:11:57','128.199.86.68'),(370137,0,'admin','2022-12-09 13:11:59','128.199.86.68'),(370138,0,'admin','2022-12-09 13:12:00','128.199.86.68'),(370139,0,'admin','2022-12-09 13:12:01','128.199.86.68'),(370140,0,'admin','2022-12-09 13:12:02','128.199.86.68'),(370141,0,'admin','2022-12-09 13:12:03','128.199.86.68'),(370142,0,'admin','2022-12-09 13:12:05','128.199.86.68'),(370143,0,'admin','2022-12-09 13:12:06','128.199.86.68'),(370144,0,'admin','2022-12-09 13:12:07','128.199.86.68'),(370145,0,'admin','2022-12-09 13:12:08','128.199.86.68'),(370146,0,'admin','2022-12-09 13:12:10','128.199.86.68'),(370147,0,'admin','2022-12-09 13:12:11','128.199.86.68'),(370148,0,'admin','2022-12-09 13:12:12','128.199.86.68'),(370149,0,'admin','2022-12-09 13:12:13','128.199.86.68'),(370150,0,'admin','2022-12-09 13:12:15','128.199.86.68'),(370151,0,'admin','2022-12-09 13:12:16','128.199.86.68'),(370152,0,'admin','2022-12-09 13:12:17','128.199.86.68'),(370153,0,'admin','2022-12-09 13:12:18','128.199.86.68'),(370154,0,'admin','2022-12-09 13:12:19','128.199.86.68'),(370155,0,'admin','2022-12-09 13:12:20','128.199.86.68'),(370156,0,'admin','2022-12-09 13:12:22','128.199.86.68'),(370157,0,'admin','2022-12-09 13:12:23','128.199.86.68'),(370158,0,'admin','2022-12-09 13:12:24','128.199.86.68'),(370159,0,'admin','2022-12-09 13:12:25','128.199.86.68'),(370160,0,'admin','2022-12-09 13:12:26','128.199.86.68'),(370161,0,'admin','2022-12-09 13:12:27','128.199.86.68'),(370162,0,'admin','2022-12-09 13:12:28','128.199.86.68'),(370163,0,'admin','2022-12-09 13:12:30','128.199.86.68'),(370164,0,'admin','2022-12-09 13:12:31','128.199.86.68'),(370165,0,'admin','2022-12-09 13:12:32','128.199.86.68'),(370166,0,'admin','2022-12-09 13:12:33','128.199.86.68'),(370167,0,'admin','2022-12-09 13:12:34','128.199.86.68'),(370168,0,'admin','2022-12-09 13:12:35','128.199.86.68'),(370169,0,'admin','2022-12-09 13:12:37','128.199.86.68'),(370170,0,'admin','2022-12-09 13:12:38','128.199.86.68'),(370171,0,'admin','2022-12-09 13:12:39','128.199.86.68'),(370172,0,'admin','2022-12-09 13:12:40','128.199.86.68'),(370173,0,'admin','2022-12-09 13:12:41','128.199.86.68'),(370174,0,'admin','2022-12-09 13:12:42','128.199.86.68'),(370175,0,'admin','2022-12-09 13:12:43','128.199.86.68'),(370176,0,'admin','2022-12-09 13:12:45','128.199.86.68'),(370177,0,'admin','2022-12-09 13:12:46','128.199.86.68'),(370178,0,'admin','2022-12-09 13:12:47','128.199.86.68'),(370179,0,'admin','2022-12-09 13:12:48','128.199.86.68'),(370180,0,'admin','2022-12-09 13:12:49','128.199.86.68'),(370181,0,'admin','2022-12-09 13:12:50','128.199.86.68'),(370182,0,'admin','2022-12-09 13:12:51','128.199.86.68'),(370183,0,'admin','2022-12-09 13:12:53','128.199.86.68'),(370184,0,'admin','2022-12-09 13:12:54','128.199.86.68'),(370185,0,'admin','2022-12-09 13:12:55','128.199.86.68'),(370186,0,'admin','2022-12-09 13:12:56','128.199.86.68'),(370187,0,'admin','2022-12-09 13:12:57','128.199.86.68'),(370188,0,'admin','2022-12-09 13:12:58','128.199.86.68'),(370189,0,'admin','2022-12-09 13:12:59','128.199.86.68'),(370190,0,'admin','2022-12-09 13:13:01','128.199.86.68'),(370191,0,'admin','2022-12-09 13:13:02','128.199.86.68'),(370192,0,'admin','2022-12-09 13:13:03','128.199.86.68'),(370193,0,'admin','2022-12-09 13:13:04','128.199.86.68'),(370194,0,'admin','2022-12-09 13:13:05','128.199.86.68'),(370195,0,'admin','2022-12-09 13:13:06','128.199.86.68'),(370196,0,'admin','2022-12-09 13:13:07','128.199.86.68'),(370197,0,'admin','2022-12-09 13:13:09','128.199.86.68'),(370198,0,'admin','2022-12-09 13:13:10','128.199.86.68'),(370199,0,'admin','2022-12-09 13:13:11','128.199.86.68'),(370200,0,'admin','2022-12-09 13:13:12','128.199.86.68'),(370201,0,'admin','2022-12-09 13:13:13','128.199.86.68'),(370202,0,'admin','2022-12-09 13:13:14','128.199.86.68'),(370203,0,'admin','2022-12-09 13:13:16','128.199.86.68'),(370204,0,'admin','2022-12-09 13:13:17','128.199.86.68'),(370205,0,'admin','2022-12-09 13:13:18','128.199.86.68'),(370206,0,'admin','2022-12-09 13:13:19','128.199.86.68'),(370207,0,'admin','2022-12-09 13:13:20','128.199.86.68'),(370208,0,'admin','2022-12-09 13:13:21','128.199.86.68'),(370209,0,'admin','2022-12-09 13:13:22','128.199.86.68'),(370210,0,'admin','2022-12-09 13:13:24','128.199.86.68'),(370211,0,'admin','2022-12-09 13:13:25','128.199.86.68'),(370212,0,'admin','2022-12-09 13:13:26','128.199.86.68'),(370213,0,'admin','2022-12-09 13:13:27','128.199.86.68'),(370214,0,'admin','2022-12-09 13:13:28','128.199.86.68'),(370215,0,'admin','2022-12-09 13:13:29','128.199.86.68'),(370216,0,'admin','2022-12-09 13:13:30','128.199.86.68'),(370217,0,'admin','2022-12-09 13:13:32','128.199.86.68'),(370218,0,'admin','2022-12-09 13:13:33','128.199.86.68'),(370219,0,'admin','2022-12-09 13:13:34','128.199.86.68'),(370220,0,'admin','2022-12-09 13:13:35','128.199.86.68'),(370221,0,'admin','2022-12-09 13:13:36','128.199.86.68'),(370222,0,'admin','2022-12-09 13:13:37','128.199.86.68'),(370223,0,'admin','2022-12-09 13:13:38','128.199.86.68'),(370224,0,'admin','2022-12-09 13:13:40','128.199.86.68'),(370225,0,'admin','2022-12-09 13:13:41','128.199.86.68'),(370226,0,'admin','2022-12-09 13:13:42','128.199.86.68'),(370227,0,'admin','2022-12-09 13:13:43','128.199.86.68'),(370228,0,'admin','2022-12-09 13:13:44','128.199.86.68'),(370229,0,'admin','2022-12-09 13:13:45','128.199.86.68'),(370230,0,'admin','2022-12-09 13:13:46','128.199.86.68'),(370231,0,'admin','2022-12-09 13:13:48','128.199.86.68'),(370232,0,'admin','2022-12-09 13:13:49','128.199.86.68'),(370233,0,'admin','2022-12-09 13:13:50','128.199.86.68'),(370234,0,'admin','2022-12-09 13:13:51','128.199.86.68'),(370235,0,'admin','2022-12-09 13:13:52','128.199.86.68'),(370236,0,'admin','2022-12-09 13:13:53','128.199.86.68'),(370237,0,'admin','2022-12-09 13:13:54','128.199.86.68'),(370238,0,'admin','2022-12-09 13:13:56','128.199.86.68'),(370239,0,'admin','2022-12-09 13:13:57','128.199.86.68'),(370240,0,'admin','2022-12-09 13:13:58','128.199.86.68'),(370241,0,'admin','2022-12-09 13:13:59','128.199.86.68'),(370242,0,'admin','2022-12-09 13:14:00','128.199.86.68'),(370243,0,'admin','2022-12-09 13:14:01','128.199.86.68'),(370244,0,'admin','2022-12-09 13:14:02','128.199.86.68'),(370245,0,'admin','2022-12-09 13:14:04','128.199.86.68'),(370246,0,'admin','2022-12-09 13:14:05','128.199.86.68'),(370247,0,'admin','2022-12-09 13:14:06','128.199.86.68'),(370248,0,'admin','2022-12-09 13:14:07','128.199.86.68'),(370249,0,'admin','2022-12-09 13:14:08','128.199.86.68'),(370250,0,'admin','2022-12-09 13:14:10','128.199.86.68'),(370251,0,'admin','2022-12-09 13:14:11','128.199.86.68'),(370252,0,'admin','2022-12-09 13:14:12','128.199.86.68'),(370253,0,'admin','2022-12-09 13:14:13','128.199.86.68'),(370254,0,'admin','2022-12-09 13:14:14','128.199.86.68'),(370255,0,'admin','2022-12-09 13:14:15','128.199.86.68'),(370256,0,'admin','2022-12-09 13:14:16','128.199.86.68'),(370257,0,'admin','2022-12-09 13:14:18','128.199.86.68'),(370258,0,'admin','2022-12-09 13:14:19','128.199.86.68'),(370259,0,'admin','2022-12-09 13:14:20','128.199.86.68'),(370260,0,'admin','2022-12-09 13:14:21','128.199.86.68'),(370261,0,'admin','2022-12-09 13:14:22','128.199.86.68'),(370262,0,'admin','2022-12-09 13:14:24','128.199.86.68'),(370263,0,'admin','2022-12-09 13:14:25','128.199.86.68'),(370264,0,'admin','2022-12-09 13:14:26','128.199.86.68'),(370265,0,'admin','2022-12-09 13:14:27','128.199.86.68'),(370266,0,'admin','2022-12-09 13:14:28','128.199.86.68'),(370267,0,'admin','2022-12-09 13:14:29','128.199.86.68'),(370268,0,'admin','2022-12-09 13:14:31','128.199.86.68'),(370269,0,'admin','2022-12-09 13:14:32','128.199.86.68'),(370270,0,'admin','2022-12-09 13:14:33','128.199.86.68'),(370271,0,'admin','2022-12-09 13:14:34','128.199.86.68'),(370272,0,'admin','2022-12-09 13:14:35','128.199.86.68'),(370273,0,'admin','2022-12-09 13:14:36','128.199.86.68'),(370274,0,'admin','2022-12-09 13:14:37','128.199.86.68'),(370275,0,'admin','2022-12-09 13:14:38','128.199.86.68'),(370276,0,'admin','2022-12-09 13:14:40','128.199.86.68'),(370277,0,'admin','2022-12-09 13:14:41','128.199.86.68'),(370278,0,'admin','2022-12-09 13:14:42','128.199.86.68'),(370279,0,'admin','2022-12-09 13:14:43','128.199.86.68'),(370280,0,'admin','2022-12-09 13:14:44','128.199.86.68'),(370281,0,'admin','2022-12-09 13:14:45','128.199.86.68'),(370282,0,'admin','2022-12-09 13:14:46','128.199.86.68'),(370283,0,'admin','2022-12-09 13:14:48','128.199.86.68'),(370284,0,'admin','2022-12-09 13:14:49','128.199.86.68'),(370285,0,'admin','2022-12-09 13:14:50','128.199.86.68'),(370286,0,'admin','2022-12-09 13:14:51','128.199.86.68'),(370287,0,'admin','2022-12-09 13:14:52','128.199.86.68'),(370288,0,'admin','2022-12-09 13:14:53','128.199.86.68'),(370289,0,'admin','2022-12-09 13:14:55','128.199.86.68'),(370290,0,'admin','2022-12-09 13:14:56','128.199.86.68'),(370291,0,'admin','2022-12-09 13:14:57','128.199.86.68'),(370292,0,'admin','2022-12-09 13:14:58','128.199.86.68'),(370293,0,'admin','2022-12-09 13:14:59','128.199.86.68'),(370294,0,'admin','2022-12-09 13:15:00','128.199.86.68'),(370295,0,'admin','2022-12-09 13:15:01','128.199.86.68'),(370296,0,'admin','2022-12-09 13:15:03','128.199.86.68'),(370297,0,'admin','2022-12-09 13:15:04','128.199.86.68'),(370298,0,'admin','2022-12-09 13:15:05','128.199.86.68'),(370299,0,'admin','2022-12-09 13:15:06','128.199.86.68'),(370300,0,'admin','2022-12-09 13:15:07','128.199.86.68'),(370301,0,'admin','2022-12-09 13:15:08','128.199.86.68'),(370302,0,'admin','2022-12-09 13:15:09','128.199.86.68'),(370303,0,'admin','2022-12-09 13:15:11','128.199.86.68'),(370304,0,'admin','2022-12-09 13:15:12','128.199.86.68'),(370305,0,'admin','2022-12-09 13:15:13','128.199.86.68'),(370306,0,'admin','2022-12-09 13:15:14','128.199.86.68'),(370307,0,'admin','2022-12-09 13:15:15','128.199.86.68'),(370308,0,'admin','2022-12-09 13:15:16','128.199.86.68'),(370309,0,'admin','2022-12-09 13:15:17','128.199.86.68'),(370310,0,'admin','2022-12-09 13:15:18','128.199.86.68'),(370311,0,'admin','2022-12-09 13:15:20','128.199.86.68'),(370312,0,'admin','2022-12-09 13:15:21','128.199.86.68'),(370313,0,'admin','2022-12-09 13:15:22','128.199.86.68'),(370314,0,'admin','2022-12-09 13:15:23','128.199.86.68'),(370315,0,'admin','2022-12-09 13:15:24','128.199.86.68'),(370316,0,'admin','2022-12-09 13:15:25','128.199.86.68'),(370317,0,'admin','2022-12-09 13:15:26','128.199.86.68'),(370318,0,'admin','2022-12-09 13:15:27','128.199.86.68'),(370319,0,'admin','2022-12-09 13:15:29','128.199.86.68'),(370320,0,'ukdebtconsolidations-co-uk','2022-12-09 13:15:29','46.105.29.21'),(370321,0,'admin','2022-12-09 13:15:30','128.199.86.68'),(370322,0,'admin','2022-12-09 13:15:31','128.199.86.68'),(370323,0,'admin','2022-12-09 13:15:32','128.199.86.68'),(370324,0,'admin','2022-12-09 13:15:33','128.199.86.68'),(370325,0,'admin','2022-12-09 13:15:34','128.199.86.68'),(370326,0,'admin','2022-12-09 13:15:35','128.199.86.68'),(370327,0,'admin','2022-12-09 13:15:36','128.199.86.68'),(370328,0,'admin','2022-12-09 13:15:38','128.199.86.68'),(370329,0,'admin','2022-12-09 13:15:39','128.199.86.68'),(370330,0,'admin','2022-12-09 13:15:40','128.199.86.68'),(370331,0,'admin','2022-12-09 13:15:41','128.199.86.68'),(370332,0,'admin','2022-12-09 13:15:43','128.199.86.68'),(370333,0,'admin','2022-12-09 13:15:44','128.199.86.68'),(370334,0,'admin','2022-12-09 13:15:45','128.199.86.68'),(370335,0,'admin','2022-12-09 13:15:46','128.199.86.68'),(370336,0,'admin','2022-12-09 13:15:47','128.199.86.68'),(370337,0,'admin','2022-12-09 13:15:48','128.199.86.68'),(370338,0,'admin','2022-12-09 13:15:50','128.199.86.68'),(370339,0,'admin','2022-12-09 13:15:51','128.199.86.68'),(370340,0,'admin','2022-12-09 13:15:52','128.199.86.68'),(370341,0,'admin','2022-12-09 13:15:53','128.199.86.68'),(370342,0,'admin','2022-12-09 13:15:54','128.199.86.68'),(370343,0,'admin','2022-12-09 13:15:55','128.199.86.68'),(370344,0,'admin','2022-12-09 13:15:57','128.199.86.68'),(370345,0,'admin','2022-12-09 13:15:58','128.199.86.68'),(370346,0,'admin','2022-12-09 13:15:59','128.199.86.68'),(370347,0,'admin','2022-12-09 13:16:00','128.199.86.68'),(370348,0,'admin','2022-12-09 13:16:01','128.199.86.68'),(370349,0,'admin','2022-12-09 13:16:02','128.199.86.68'),(370350,0,'admin','2022-12-09 13:16:04','128.199.86.68'),(370351,0,'admin','2022-12-09 13:16:05','128.199.86.68'),(370352,0,'admin','2022-12-09 13:16:06','128.199.86.68'),(370353,0,'admin','2022-12-09 13:16:07','128.199.86.68'),(370354,0,'admin','2022-12-09 13:16:08','128.199.86.68'),(370355,0,'admin','2022-12-09 13:16:09','128.199.86.68'),(370356,0,'admin','2022-12-09 13:16:11','128.199.86.68'),(370357,0,'admin','2022-12-09 13:16:12','128.199.86.68'),(370358,0,'admin','2022-12-09 13:16:13','128.199.86.68'),(370359,0,'admin','2022-12-09 13:16:14','128.199.86.68'),(370360,0,'admin','2022-12-09 13:16:15','128.199.86.68'),(370361,0,'admin','2022-12-09 13:16:16','128.199.86.68'),(370362,0,'admin','2022-12-09 13:16:17','128.199.86.68'),(370363,0,'admin','2022-12-09 13:16:19','128.199.86.68'),(370364,0,'admin','2022-12-09 13:16:20','128.199.86.68'),(370365,0,'admin','2022-12-09 13:16:21','128.199.86.68'),(370366,0,'admin','2022-12-09 13:16:22','128.199.86.68'),(370367,0,'admin','2022-12-09 13:16:23','128.199.86.68'),(370368,0,'admin','2022-12-09 13:16:24','128.199.86.68'),(370369,0,'admin','2022-12-09 13:16:26','128.199.86.68'),(370370,0,'admin','2022-12-09 13:16:27','128.199.86.68'),(370371,0,'admin','2022-12-09 13:16:28','128.199.86.68'),(370372,0,'admin','2022-12-09 13:16:29','128.199.86.68'),(370373,0,'admin','2022-12-09 13:16:30','128.199.86.68'),(370374,0,'admin','2022-12-09 13:16:31','128.199.86.68'),(370375,0,'admin','2022-12-09 13:16:32','128.199.86.68'),(370376,0,'admin','2022-12-09 13:16:33','128.199.86.68'),(370377,0,'admin','2022-12-09 13:16:35','128.199.86.68'),(370378,0,'admin','2022-12-09 13:16:36','128.199.86.68'),(370379,0,'admin','2022-12-09 13:16:37','128.199.86.68'),(370380,0,'admin','2022-12-09 13:16:38','128.199.86.68'),(370381,0,'admin','2022-12-09 13:16:39','128.199.86.68'),(370382,0,'feed','2022-12-09 13:16:40','188.166.225.235'),(370383,0,'admin','2022-12-09 13:16:40','128.199.86.68'),(370384,0,'admin','2022-12-09 13:16:42','128.199.86.68'),(370385,0,'admin','2022-12-09 13:16:43','128.199.86.68'),(370386,0,'admin','2022-12-09 13:16:44','128.199.86.68'),(370387,0,'admin','2022-12-09 13:16:45','128.199.86.68'),(370388,0,'admin','2022-12-09 13:16:46','128.199.86.68'),(370389,0,'admin','2022-12-09 13:16:47','128.199.86.68'),(370390,0,'admin','2022-12-09 13:16:49','128.199.86.68'),(370391,0,'admin','2022-12-09 13:16:50','128.199.86.68'),(370392,0,'admin','2022-12-09 13:16:51','128.199.86.68'),(370393,0,'admin','2022-12-09 13:16:52','128.199.86.68'),(370394,0,'admin','2022-12-09 13:16:53','128.199.86.68'),(370395,0,'admin','2022-12-09 13:16:54','128.199.86.68'),(370396,0,'admin','2022-12-09 13:16:56','128.199.86.68'),(370397,0,'admin','2022-12-09 13:16:57','128.199.86.68'),(370398,0,'admin','2022-12-09 13:16:58','128.199.86.68'),(370399,0,'admin','2022-12-09 13:16:59','128.199.86.68'),(370400,0,'admin','2022-12-09 13:17:00','128.199.86.68'),(370401,0,'admin','2022-12-09 13:17:01','128.199.86.68'),(370402,0,'admin','2022-12-09 13:17:02','128.199.86.68'),(370403,0,'admin','2022-12-09 13:17:04','128.199.86.68'),(370404,0,'admin','2022-12-09 13:17:05','128.199.86.68'),(370405,0,'admin','2022-12-09 13:17:06','128.199.86.68'),(370406,0,'admin','2022-12-09 13:17:07','128.199.86.68'),(370407,0,'admin','2022-12-09 13:17:08','128.199.86.68'),(370408,0,'admin','2022-12-09 13:17:09','128.199.86.68'),(370409,0,'ukdebtconsolidations-co-uk','2022-12-09 13:20:19','178.128.209.28'),(370410,0,'ukdebtconsolidations-co-uk','2022-12-09 13:29:59','190.107.177.243'),(370411,0,'ukdebtconsolidations-co-uk','2022-12-09 13:39:44','148.72.244.254'),(370412,0,'ukdebtconsolidations-co-uk','2022-12-09 13:40:30','39.108.148.88'),(370413,0,'feed','2022-12-09 13:41:34','47.115.24.165'),(370414,0,'ukdebtconsolidations-co-uk','2022-12-09 13:49:51','158.69.26.40'),(370415,0,'ukdebtconsolidations-co-uk','2022-12-09 13:59:48','13.232.92.215'),(370416,0,'ukdebtconsolidations-co-uk','2022-12-09 14:05:21','151.106.38.6'),(370417,0,'feed','2022-12-09 14:06:44','106.15.38.206'),(370418,0,'ukdebtconsolidations-co-uk','2022-12-09 14:09:51','180.211.97.53'),(370419,0,'ukdebtconsolidations-co-uk','2022-12-09 14:19:59','150.230.247.143'),(370420,0,'123','2022-12-09 14:23:09','5.101.157.11'),(370421,0,'ukdebtconsolidations-co-uk','2022-12-09 14:29:50','162.240.215.177'),(370422,0,'ukdebtconsolidations-co-uk','2022-12-09 14:31:43','80.247.230.51'),(370423,0,'feed','2022-12-09 14:32:59','151.106.41.64'),(370424,0,'ukdebtconsolidations-co-uk','2022-12-09 14:39:57','40.122.149.171'),(370425,0,'ukdebtconsolidations-co-uk','2022-12-09 14:49:57','148.72.40.90'),(370426,0,'payments','2022-12-09 14:55:07','185.119.81.96'),(370427,0,'admin','2022-12-09 14:56:04','135.125.1.9'),(370428,0,'admin','2022-12-09 14:57:13','92.204.138.28'),(370429,0,'ukdebtconsolidations-co-uk','2022-12-09 15:00:32','109.234.162.39'),(370430,0,'admin','2022-12-09 15:15:42','142.93.203.156'),(370431,0,'admin','2022-12-09 15:23:33','157.175.3.90'),(370432,0,'admin','2022-12-09 15:36:09','82.166.39.15'),(370433,0,'admin','2022-12-09 15:43:58','51.210.183.128'),(370434,0,'admin','2022-12-09 15:57:22','139.59.22.99'),(370435,0,'admin','2022-12-09 16:05:09','149.56.26.54'),(370436,0,'admin','2022-12-09 16:18:43','46.101.150.34'),(370437,0,'admin','2022-12-09 16:26:34','178.128.107.59'),(370438,0,'admin','2022-12-09 16:41:03','24.199.86.99'),(370439,0,'demo','2022-12-09 16:43:22','185.233.116.44'),(370440,0,'admin','2022-12-09 16:49:08','115.78.122.58'),(370441,0,'demouser','2022-12-09 16:49:09','45.64.156.212'),(370442,0,'admin','2022-12-09 17:03:00','167.71.234.124'),(370443,0,'calculates','2022-12-09 17:07:01','185.119.81.103'),(370444,0,'admin','2022-12-09 17:11:01','54.37.235.96'),(370445,0,'ukdebtconsolidations-co-uk','2022-12-09 17:23:38','202.21.38.119'),(370446,0,'feed','2022-12-09 17:30:34','84.205.178.135'),(370447,0,'ukdebtconsolidations-co-uk','2022-12-09 17:44:01','104.248.35.154'),(370448,0,'feed','2022-12-09 17:49:00','46.105.29.21'),(370449,0,'ukdebtconsolidations-co-uk','2022-12-09 17:51:40','37.97.141.30'),(370450,0,'admin','2022-12-09 17:58:25','185.119.81.97'),(370451,0,'ukdebtconsolidations-co-uk','2022-12-09 18:01:04','34.75.65.218'),(370452,0,'ukdebtconsolidations-co-uk','2022-12-09 18:19:43','139.59.82.122'),(370453,0,'feed','2022-12-09 18:26:19','77.240.13.186'),(370454,0,'namecheap','2022-12-09 18:28:11','51.144.238.41'),(370455,0,'demo','2022-12-09 18:29:22','54.36.82.134'),(370456,0,'tanveer.ahmad559@gmail.com','2022-12-09 18:31:52','185.233.116.44'),(370457,0,'jason','2022-12-09 18:36:48','3.6.112.245'),(370458,0,'ukdebtconsolidations-co-uk','2022-12-09 18:37:29','69.163.207.121'),(370459,0,'feed','2022-12-09 18:43:58','64.227.183.25'),(370460,0,'ukdebtconsolidations-co-uk','2022-12-09 18:54:57','34.78.198.205'),(370461,0,'feed','2022-12-09 19:01:17','207.154.250.8'),(370462,0,'calculates','2022-12-09 19:05:17','185.119.81.103'),(370463,0,'webcook','2022-12-09 19:09:54','3.122.25.98'),(370464,0,'admin','2022-12-09 19:12:14','191.252.194.250'),(370465,0,'payments','2022-12-09 19:13:44','185.119.81.107'),(370466,0,'admin','2022-12-09 19:18:26','185.2.5.77'),(370467,0,'admin','2022-12-09 19:29:01','24.199.86.99'),(370468,0,'payments@ridingtherhino.co.uk','2022-12-09 19:34:14','185.119.81.103'),(370469,0,'admin','2022-12-09 19:35:08','109.168.97.89'),(370470,0,'admin','2022-12-09 19:46:07','97.74.80.103'),(370471,0,'admin','2022-12-09 19:51:58','185.2.4.147'),(370472,0,'admin','2022-12-09 20:09:28','120.25.104.120'),(370473,0,'admin','2022-12-09 20:20:36','128.199.131.42'),(370474,0,'admin','2022-12-09 20:26:55','139.59.82.122'),(370475,0,'payments@ridingtherhino.co.uk','2022-12-09 20:32:12','185.119.81.96'),(370476,0,'admin','2022-12-09 20:38:03','46.32.249.62'),(370477,0,'admin','2022-12-09 20:44:26','188.165.226.184'),(370478,0,'admin','2022-12-09 20:55:33','188.212.34.69'),(370479,0,'admin','2022-12-09 21:01:58','146.56.99.136'),(370480,0,'admin','2022-12-09 21:12:57','116.203.180.175'),(370481,0,'payments','2022-12-09 21:13:26','185.119.81.97'),(370482,0,'erwan','2022-12-09 21:14:17','94.250.250.48'),(370483,0,'admin','2022-12-09 21:19:09','64.225.65.31'),(370484,0,'admin','2022-12-09 21:30:02','120.25.104.120'),(370485,0,'admin','2022-12-09 21:36:26','142.93.110.214'),(370486,0,'ukdebtconsolidations-co-uk','2022-12-09 21:47:22','52.138.180.227'),(370487,0,'alphaagenciadigitall','2022-12-09 21:51:31','34.142.140.138'),(370488,0,'feed','2022-12-09 21:53:42','35.187.58.136'),(370489,0,'ukdebtconsolidations-co-uk','2022-12-09 22:04:49','174.138.21.84'),(370490,0,'feed','2022-12-09 22:11:12','138.68.180.230'),(370491,0,'ukdebtconsolidations-co-uk','2022-12-09 22:22:27','209.97.162.248'),(370492,0,'feed','2022-12-09 22:28:50','67.205.11.198'),(370493,0,'ukdebtconsolidations-co-uk','2022-12-09 22:39:53','143.198.229.56'),(370494,0,'feed','2022-12-09 22:46:16','185.2.5.77'),(370495,0,'ukdebtconsolidations-co-uk','2022-12-09 22:57:24','133.130.103.36'),(370496,0,'feed','2022-12-09 23:03:51','173.236.169.230'),(370497,0,'payments','2022-12-09 23:06:48','185.119.81.96'),(370498,0,'support','2022-12-09 23:08:45','185.69.154.241'),(370499,0,'ukdebtconsolidations-co-uk','2022-12-09 23:15:11','185.2.4.56'),(370500,0,'XzDragos','2022-12-09 23:19:01','87.236.215.205'),(370501,0,'feed','2022-12-09 23:21:25','103.147.241.56'),(370502,0,'ukdebtconsolidations-co-uk','2022-12-09 23:32:40','174.138.21.84'),(370503,0,'feed','2022-12-09 23:39:06','171.244.0.91'),(370504,0,'misitioweben1dia','2022-12-09 23:45:55','185.224.89.194'),(370505,0,'ukdebtconsolidations-co-uk','2022-12-09 23:50:18','82.115.19.163'),(370506,0,'feed','2022-12-09 23:56:44','159.89.109.117'),(370507,0,'ukdebtconsolidations-co-uk','2022-12-10 00:08:34','142.93.203.156'),(370508,0,'feed','2022-12-10 00:14:39','120.27.133.69'),(370509,0,'ukdebtconsolidations-co-uk','2022-12-10 00:26:18','146.148.44.185'),(370510,0,'feed','2022-12-10 00:32:48','54.229.74.217'),(370511,0,'payments','2022-12-10 00:36:26','185.119.81.103'),(370512,0,'ukdebtconsolidations-co-uk','2022-12-10 00:44:21','47.115.24.165'),(370513,0,'master562','2022-12-10 00:48:25','54.79.166.165'),(370514,0,'feed','2022-12-10 00:50:48','124.153.66.86'),(370515,0,'payments','2022-12-10 00:54:18','185.119.81.103'),(370516,0,'ukdebtconsolidations-co-uk','2022-12-10 01:02:03','188.165.198.224'),(370517,0,'feed','2022-12-10 01:08:34','103.130.218.178'),(370518,0,'ukdebtconsolidations-co-uk','2022-12-10 01:19:54','34.75.65.218'),(370519,0,'payments','2022-12-10 01:22:36','185.119.81.97'),(370520,0,'feed','2022-12-10 01:26:22','157.245.204.247'),(370521,0,'ukdebtconsolidations-co-uk','2022-12-10 01:37:34','144.126.223.177'),(370522,0,'team4','2022-12-10 01:38:58','162.19.29.121'),(370523,0,'payments','2022-12-10 01:50:57','185.119.81.100'),(370524,0,'ukdebtconsolidations-co-uk','2022-12-10 01:55:17','128.199.131.42'),(370525,0,'feed','2022-12-10 02:01:42','51.255.81.60'),(370526,0,'ukdebtconsolidations-co-uk','2022-12-10 02:12:57','103.163.139.202'),(370527,0,'feed','2022-12-10 02:19:25','125.227.127.195'),(370528,0,'ukdebtconsolidations-co-uk','2022-12-10 02:30:42','159.89.199.237'),(370529,0,'feed','2022-12-10 02:36:53','45.55.79.147'),(370530,0,'ukdebtconsolidations-co-uk','2022-12-10 02:47:54','47.111.116.44'),(370531,0,'feed','2022-12-10 02:54:15','34.133.220.74'),(370532,0,'ukdebtconsolidations-co-uk','2022-12-10 03:05:42','91.197.199.240'),(370533,0,'feed','2022-12-10 03:11:43','167.172.206.144'),(370534,0,'admin','2022-12-10 03:12:36','185.119.81.96'),(370535,0,'payments@ridingtherhino.co.uk','2022-12-10 03:12:53','185.119.81.107'),(370536,0,'ukdebtconsolidations-co-uk','2022-12-10 03:22:45','143.198.229.56'),(370537,0,'feed','2022-12-10 03:29:42','64.225.65.31'),(370538,0,'1','2022-12-10 03:33:50','18.133.60.229'),(370539,0,'sarah walser','2022-12-10 03:36:21','94.250.250.48'),(370540,0,'ukdebtconsolidations-co-uk','2022-12-10 03:40:58','104.131.68.19'),(370541,0,'jack2121@gmail.com','2022-12-10 03:43:36','185.25.117.82'),(370542,0,'feed','2022-12-10 03:47:31','185.2.5.31'),(370543,0,'ukdebtconsolidations-co-uk','2022-12-10 03:58:53','207.154.248.39'),(370544,0,'feed','2022-12-10 04:05:40','188.165.226.184'),(370545,0,'ukdebtconsolidations-co-uk','2022-12-10 04:17:25','82.115.19.163'),(370546,0,'admin','2022-12-10 04:18:52','185.119.81.96'),(370547,0,'dev','2022-12-10 04:19:11','103.129.222.7'),(370548,0,'feed','2022-12-10 04:24:10','120.25.104.120'),(370549,0,'ukdebtconsolidations-co-uk','2022-12-10 04:24:35','199.195.254.123'),(370550,0,'admin','2022-12-10 04:27:10','162.241.252.26'),(370551,0,'admin','2022-12-10 04:34:19','162.241.253.222'),(370552,0,'ukdebtconsolidations-co-uk','2022-12-10 04:35:31','139.59.82.122'),(370553,0,'ukdebtconsolidations-co-uk','2022-12-10 04:40:24','67.20.76.169'),(370554,0,'feed','2022-12-10 04:42:04','47.110.72.238'),(370555,0,'ukdebtconsolidations-co-uk','2022-12-10 04:45:49','104.45.41.45'),(370556,0,'ukdebtconsolidations-co-uk','2022-12-10 04:51:45','50.87.253.29'),(370557,0,'ukdebtconsolidations-co-uk','2022-12-10 04:53:11','159.89.228.214'),(370558,0,'ukdebtconsolidations-co-uk','2022-12-10 04:56:59','162.214.80.88'),(370559,0,'adm','2022-12-10 04:59:21','185.234.247.82'),(370560,0,'feed','2022-12-10 04:59:27','106.15.38.206'),(370561,0,'ukdebtconsolidations-co-uk','2022-12-10 05:01:42','166.62.122.244'),(370562,0,'ukdebtconsolidations-co-uk','2022-12-10 05:07:11','193.42.111.140'),(370563,0,'ukdebtconsolidations-co-uk','2022-12-10 05:10:59','75.119.135.205'),(370564,0,'ukdebtconsolidations-co-uk','2022-12-10 05:12:59','108.179.253.75'),(370565,0,'feed','2022-12-10 05:17:40','206.189.129.168'),(370566,0,'ukdebtconsolidations-co-uk','2022-12-10 05:19:18','209.124.90.80'),(370567,0,'ukdebtconsolidations','2022-12-10 05:22:56','37.247.115.30'),(370568,0,'admin','2022-12-10 05:22:56','37.247.115.30'),(370569,0,'admin','2022-12-10 05:24:18','50.62.176.158'),(370570,0,'admin','2022-12-10 05:24:18','50.62.176.158'),(370571,0,'admin','2022-12-10 05:25:00','193.38.156.6'),(370572,0,'admin','2022-12-10 05:25:00','193.38.156.6'),(370573,0,'ukdebtconsolidations-co-uk','2022-12-10 05:25:59','67.222.131.158'),(370574,0,'admin','2022-12-10 05:25:59','50.62.177.45'),(370575,0,'ukdebtconsolidations','2022-12-10 05:25:59','50.62.177.45'),(370576,0,'ukdebtconsolidations','2022-12-10 05:26:58','194.24.251.44'),(370577,0,'ukdebtconsolidations','2022-12-10 05:26:58','194.24.251.44'),(370578,0,'admin','2022-12-10 05:27:54','68.178.223.44'),(370579,0,'admin','2022-12-10 05:27:54','68.178.223.44'),(370580,0,'ukdebtconsolidations','2022-12-10 05:28:46','132.148.121.1'),(370581,0,'ukdebtconsolidations','2022-12-10 05:28:46','132.148.121.1'),(370582,0,'ukdebtconsolidations-co-uk','2022-12-10 05:29:09','95.97.6.138'),(370583,0,'admin','2022-12-10 05:29:33','14.225.33.202'),(370584,0,'ukdebtconsolidations','2022-12-10 05:29:33','14.225.33.202'),(370585,0,'ukdebtconsolidations','2022-12-10 05:30:14','64.29.146.178'),(370586,0,'ukdebtconsolidations','2022-12-10 05:30:14','64.29.146.178'),(370587,0,'ukdebtconsolidations','2022-12-10 05:30:15','211.47.74.19'),(370588,0,'admin','2022-12-10 05:30:15','211.47.74.19'),(370589,0,'feed','2022-12-10 05:35:43','111.230.202.147'),(370590,0,'ukdebtconsolidations-co-uk','2022-12-10 05:38:38','161.35.68.167'),(370591,0,'ukdebtconsolidationscouk','2022-12-10 05:40:42','51.144.238.41'),(370592,0,'ukdebtconsolidations-co-uk','2022-12-10 05:44:33','192.64.113.147'),(370593,0,'ukdebtconsolidations-co-uk','2022-12-10 05:47:04','159.223.39.222'),(370594,0,'ukdebtconsolidations-co-uk','2022-12-10 05:50:33','185.183.122.143'),(370595,0,'feed','2022-12-10 05:53:47','171.244.0.91'),(370596,0,'ukdebtconsolidations-co-uk','2022-12-10 05:55:46','103.166.182.177'),(370597,0,'ukdebtconsolidations-co-uk','2022-12-10 06:01:28','8.131.70.17'),(370598,0,'admin','2022-12-10 06:05:13','185.119.81.100'),(370599,0,'ukdebtconsolidations-co-uk','2022-12-10 06:06:51','165.232.190.217'),(370600,0,'ukdebtconsolidationscouk','2022-12-10 06:07:09','103.153.3.21'),(370601,0,'feed','2022-12-10 06:12:30','34.121.23.185'),(370602,0,'ukdebtconsolidations-co-uk','2022-12-10 06:12:42','20.244.115.14'),(370603,0,'ukdebtconsolidations','2022-12-10 06:14:45','3.6.112.245'),(370604,0,'ukdebtconsolidations-co-uk','2022-12-10 06:18:28','148.72.244.254'),(370605,0,'ukdebtconsolidations-co-uk','2022-12-10 06:24:23','159.223.91.187'),(370606,0,'ukdebtconsolidations-co-uk','2022-12-10 06:24:50','35.193.197.89'),(370607,0,'feed','2022-12-10 06:30:54','103.130.218.189'),(370608,0,'ukdebtconsolidations-co-uk','2022-12-10 06:31:13','152.160.235.235'),(370609,0,'ukdebtconsolidations-co-uk','2022-12-10 06:42:27','185.2.5.77'),(370610,0,'ukdebtconsolidations-co-uk','2022-12-10 06:43:47','177.55.124.62'),(370611,0,'adm','2022-12-10 06:46:34','179.43.190.234'),(370612,0,'feed','2022-12-10 06:49:01','142.93.216.205'),(370613,0,'ukdebtconsolidations-co-uk','2022-12-10 06:50:31','54.38.44.6'),(370614,0,'ukdebtconsolidations','2022-12-10 06:54:38','175.178.160.253'),(370615,0,'ukdebtconsolidations-co-uk','2022-12-10 06:57:30','108.167.189.49'),(370616,0,'ukdebtconsolidations-co-uk','2022-12-10 07:00:39','118.24.106.172'),(370617,0,'ukdebtconsolidations-co-uk','2022-12-10 07:03:43','209.126.108.92'),(370618,0,'feed','2022-12-10 07:07:31','188.212.34.69'),(370619,0,'payments','2022-12-10 07:09:07','185.119.81.96'),(370620,0,'payments','2022-12-10 07:10:21','185.119.81.107'),(370621,0,'ukdebtconsolidations-co-uk','2022-12-10 07:10:57','40.70.241.53'),(370622,0,'payments','2022-12-10 07:14:05','185.119.81.100'),(370623,0,'ukdebtconsolidationscouk','2022-12-10 07:14:38','87.56.53.171'),(370624,0,'ukdebtconsolidations-co-uk','2022-12-10 07:18:25','111.90.145.188'),(370625,0,'feed','2022-12-10 07:26:38','173.236.169.230'),(370626,0,'ukdebtconsolidations-co-uk','2022-12-10 07:26:42','80.251.219.111'),(370627,0,'ukdebtconsolidations-co-uk','2022-12-10 07:35:05','20.244.115.14'),(370628,0,'ukdebtconsolidations.co.uk','2022-12-10 07:36:55','119.8.229.155'),(370629,0,'ukdebtconsolidations-co-uk','2022-12-10 07:38:46','104.131.68.19'),(370630,0,'ukdebtconsolidations-co-uk','2022-12-10 07:43:24','202.131.227.181'),(370631,0,'feed','2022-12-10 07:45:34','95.128.47.91'),(370632,0,'ukdebtconsolidations-co-uk','2022-12-10 07:51:33','103.171.181.53'),(370633,0,'ukdebtconsolidations-co-uk','2022-12-10 07:57:36','144.126.140.128'),(370634,0,'ukdebtconsolidations-co-uk','2022-12-10 08:00:13','185.170.8.5'),(370635,0,'admin','2022-12-10 08:03:50','95.59.26.9'),(370636,0,'feed','2022-12-10 08:04:43','167.172.156.96'),(370637,0,'ukdebtconsolidations-co-uk','2022-12-10 08:08:42','82.165.184.76'),(370638,0,'ukdebtconsolidations-co-uk','2022-12-10 08:17:33','109.234.164.218'),(370639,0,'ukdebtconsolidations-co-uk','2022-12-10 08:18:00','52.138.180.227'),(370640,0,'feed','2022-12-10 08:25:31','51.91.151.60'),(370641,0,'ukdebtconsolidations-co-uk','2022-12-10 08:26:20','143.198.161.19'),(370642,0,'ukdebtconsolidations-co-uk','2022-12-10 08:34:58','64.227.5.178'),(370643,0,'ukdebtconsolidations-co-uk','2022-12-10 08:38:07','198.211.110.178'),(370644,0,'ukdebtconsolidations-co-uk','2022-12-10 08:44:02','209.145.54.196'),(370645,0,'feed','2022-12-10 08:45:09','103.114.35.88'),(370646,0,'ukdebtconsolidations-co-uk','2022-12-10 08:52:46','66.29.134.244'),(370647,0,'ukdebtconsolidations-co-uk','2022-12-10 08:57:24','103.130.219.13'),(370648,0,'ukdebtconsolidations-co-uk','2022-12-10 09:01:52','66.29.134.244'),(370649,0,'feed','2022-12-10 09:04:29','23.99.229.218'),(370650,0,'ukdebtconsolidations-co-uk','2022-12-10 09:11:07','45.125.239.179'),(370651,0,'ukdebtconsolidations-co-uk','2022-12-10 09:16:38','34.133.220.74'),(370652,0,'ukdebtconsolidations-co-uk','2022-12-10 09:20:37','185.49.20.77'),(370653,0,'feed','2022-12-10 09:23:46','106.52.120.186'),(370654,0,'ukdebtconsolidations-co-uk','2022-12-10 09:30:04','5.175.42.10'),(370655,0,'ukdebtconsolidations-co-uk','2022-12-10 09:36:10','95.128.47.91'),(370656,0,'ukdebtconsolidations-co-uk','2022-12-10 09:39:15','111.90.145.188'),(370657,0,'ukdebtconsolidationscouk','2022-12-10 09:41:34','103.200.23.160'),(370658,0,'ukdebtconsolidations-co-uk','2022-12-10 09:49:05','87.248.153.52'),(370659,0,'ukdebtconsolidations-co-uk','2022-12-10 09:54:37','34.65.234.0'),(370660,0,'ukdebtconsolidationscouk','2022-12-10 09:57:01','45.148.121.253'),(370661,0,'ukdebtconsolidations-co-uk','2022-12-10 09:58:39','54.37.81.190'),(370662,0,'feed','2022-12-10 10:01:11','202.29.236.140'),(370663,0,'ukdebtconsolidations-co-uk','2022-12-10 10:08:26','103.154.184.191'),(370664,0,'ukdebtconsolidations-co-uk','2022-12-10 10:12:35','143.244.140.199'),(370665,0,'ukdebtconsolidations-co-uk','2022-12-10 10:17:55','111.90.150.36'),(370666,0,'feed','2022-12-10 10:19:10','34.75.65.218'),(370667,0,'ukdebtconsolidations-co-uk','2022-12-10 10:27:43','128.199.178.73'),(370668,0,'ukdebtconsolidations.co.uk','2022-12-10 10:35:27','162.19.29.121'),(370669,0,'payments','2022-12-10 10:36:48','185.119.81.96'),(370670,0,'feed','2022-12-10 10:37:01','185.2.4.147'),(370671,0,'ukdebtconsolidations-co-uk','2022-12-10 10:38:03','206.108.48.146'),(370672,0,'ukdebtconsolidations-co-uk','2022-12-10 10:48:00','43.241.72.147'),(370673,0,'ukdebtconsolidations-co-uk','2022-12-10 10:48:27','124.106.71.219'),(370674,0,'ukdebtconsolidationscouk','2022-12-10 10:48:49','68.183.85.239'),(370675,0,'feed','2022-12-10 10:55:15','202.29.236.140'),(370676,0,'ukdebtconsolidations-co-uk','2022-12-10 10:58:03','82.165.184.76'),(370677,0,'ukdebtconsolidations-co-uk','2022-12-10 11:06:56','167.172.156.96'),(370678,0,'ukdebtconsolidations-co-uk','2022-12-10 11:08:43','103.101.225.11'),(370679,0,'feed','2022-12-10 11:13:42','144.126.223.177'),(370680,0,'wadminw','2022-12-10 11:17:23','144.91.77.202'),(370681,0,'payments@ridingtherhino.co.uk','2022-12-10 11:19:20','185.119.81.103'),(370682,0,'ukdebtconsolidations','2022-12-10 11:21:08','109.70.148.130'),(370683,0,'ukdebtconsolidations-co-uk','2022-12-10 11:25:25','157.175.3.90'),(370684,0,'wwwadmin','2022-12-10 11:27:48','20.109.101.102'),(370685,0,'feed','2022-12-10 11:32:12','185.2.4.56'),(370686,0,'ukdebtconsolidations-co-uk','2022-12-10 11:43:29','141.94.247.170'),(370687,0,'feed','2022-12-10 11:50:12','151.106.41.64'),(370688,0,'admin','2022-12-10 11:57:27','212.38.40.215'),(370689,0,'ukdebtconsolidations-co-uk','2022-12-10 12:01:31','178.128.5.109'),(370690,0,'admin','2022-12-10 12:07:27','161.97.88.147'),(370691,0,'feed','2022-12-10 12:08:25','46.101.150.34'),(370692,0,'ukdebtconsolidations-co-uk','2022-12-10 12:17:50','64.227.5.178'),(370693,0,'ukdebtconsolidations-co-uk','2022-12-10 12:20:14','111.230.202.147'),(370694,0,'problems','2022-12-10 12:23:30','185.119.81.100'),(370695,0,'feed','2022-12-10 12:26:40','157.245.204.247'),(370696,0,'ukdebtconsolidations-co-uk','2022-12-10 12:28:14','13.76.135.117'),(370697,0,'ukdebtconsolidations-co-uk','2022-12-10 12:38:31','172.104.167.152'),(370698,0,'ukdebtconsolidations-co-uk','2022-12-10 12:38:37','209.59.156.65'),(370699,0,'feed','2022-12-10 12:44:57','138.68.180.230'),(370700,0,'ukdebtconsolidations-co-uk','2022-12-10 12:49:34','209.59.156.65'),(370701,0,'ukdebtconsolidations-co-uk','2022-12-10 12:56:11','202.21.38.119'),(370702,0,'ukdebtconsolidations-co-uk','2022-12-10 13:00:37','166.62.122.244'),(370703,0,'feed','2022-12-10 13:02:58','68.183.86.247'),(370704,0,'ukdebtconsolidations','2022-12-10 13:03:55','54.36.82.134'),(370705,0,'ukdebtconsolidations-co-uk','2022-12-10 13:11:34','162.215.10.229'),(370706,0,'payments@ridingtherhino.co.uk','2022-12-10 13:21:41','185.119.81.100'),(370707,0,'ukdebtconsolidations-co-uk','2022-12-10 13:22:13','66.29.134.244'),(370708,0,'ukdebtconsolidations-co-uk','2022-12-10 13:33:18','103.35.64.73'),(370709,0,'problems','2022-12-10 13:37:08','185.119.81.100'),(370710,0,'wadminw','2022-12-10 13:40:33','103.171.180.165'),(370711,0,'payments@ridingtherhino.co.uk','2022-12-10 13:43:35','185.119.81.96'),(370712,0,'wwwadmin','2022-12-10 14:00:43','193.107.158.16'),(370713,0,'admin','2022-12-10 14:27:19','142.4.1.45'),(370714,0,'payments','2022-12-10 14:29:12','185.119.81.100'),(370715,0,'admin','2022-12-10 14:38:47','159.65.147.193'),(370716,0,'ukdebtconsolidations-co-uk','2022-12-10 14:49:50','210.211.125.204'),(370717,0,'payments','2022-12-10 14:56:06','185.119.81.107'),(370718,0,'ukdebtconsolidations-co-uk','2022-12-10 15:01:41','209.126.108.92'),(370719,0,'admin','2022-12-10 15:08:10','119.8.229.155'),(370720,0,'ukdebtconsolidations-co-uk','2022-12-10 15:13:30','45.130.83.9'),(370721,0,'calculates','2022-12-10 15:15:47','185.119.81.103'),(370722,0,'payments','2022-12-10 15:31:33','185.119.81.100'),(370723,0,'ukdebtconsolidations','2022-12-10 15:41:03','185.129.249.102'),(370724,0,'admin','2022-12-10 15:46:46','198.244.167.101'),(370725,0,'admin','2022-12-10 15:49:29','188.166.236.35'),(370726,0,'admin','2022-12-10 15:53:40','185.119.81.100'),(370727,0,'ukdebtconsolidations','2022-12-10 16:06:00','103.146.203.73'),(370728,0,'admin','2022-12-10 16:10:37','178.62.85.205'),(370729,0,'admin','2022-12-10 16:13:27','66.33.193.231'),(370730,0,'admin','2022-12-10 16:34:43','45.120.69.121'),(370731,0,'admin','2022-12-10 16:37:37','69.163.186.158'),(370732,0,'payments','2022-12-10 16:53:48','185.119.81.96'),(370733,0,'admin','2022-12-10 16:59:21','141.94.247.170'),(370734,0,'admin','2022-12-10 17:02:24','159.203.143.36'),(370735,0,'ukdebtconsolidations','2022-12-10 17:06:00','103.74.123.3'),(370736,0,'admin','2022-12-10 17:08:34','34.142.140.138'),(370737,0,'admin','2022-12-10 17:24:33','84.205.178.135'),(370738,0,'Freeze','2022-12-10 17:25:53','185.119.81.96'),(370739,0,'admin','2022-12-10 17:27:27','61.219.43.253'),(370740,0,'ukdebtconsolidations.co.uk','2022-12-10 17:32:33','5.188.62.140'),(370741,0,'feed','2022-12-10 17:32:34','5.188.62.140'),(370742,0,'admin','2022-12-10 17:48:45','185.2.4.33'),(370743,0,'admin','2022-12-10 17:51:38','159.89.199.237'),(370744,0,'ukdebtconsolidationscouk','2022-12-10 18:11:47','51.144.238.41'),(370745,0,'ukdebtconsolidations-co-uk','2022-12-10 18:12:38','157.245.207.53'),(370746,0,'feed','2022-12-10 18:15:25','23.99.229.218'),(370747,0,'ukdebtconsolidations.co.uk','2022-12-10 18:15:42','103.116.104.54'),(370748,0,'admin','2022-12-10 18:29:56','69.163.224.114'),(370749,0,'feed','2022-12-10 18:38:08','146.56.99.136'),(370750,0,'ukdebtconsolidations-co-uk','2022-12-10 18:57:30','217.76.155.6'),(370751,0,'feed','2022-12-10 19:00:04','198.244.167.101'),(370752,0,'admin','2022-12-10 19:05:03','185.119.81.103'),(370753,0,'ukdebtconsolidations-co-uk','2022-12-10 19:19:25','35.187.58.136'),(370754,0,'feed','2022-12-10 19:21:58','191.252.194.250'),(370755,0,'ukdebtconsolidations-co-uk','2022-12-10 19:40:32','84.205.178.135'),(370756,0,'admin','2022-12-10 19:42:48','185.119.81.100'),(370757,0,'feed','2022-12-10 19:43:05','34.133.220.74'),(370758,0,'ukdebtconsolidations-co-uk','2022-12-10 20:02:05','46.101.150.34'),(370759,0,'feed','2022-12-10 20:04:44','47.115.24.165'),(370760,0,'admin','2022-12-10 20:23:47','151.106.38.6'),(370761,0,'admin','2022-12-10 20:26:22','103.130.219.13'),(370762,0,'ukdebtconsolidationscouk','2022-12-10 20:32:46','175.178.160.253'),(370763,0,'admin','2022-12-10 20:45:29','69.163.186.158'),(370764,0,'admin','2022-12-10 20:48:06','157.245.207.53'),(370765,0,'payments@ridingtherhino.co.uk','2022-12-10 20:53:43','185.119.81.103'),(370766,0,'ukdebtconsolidations','2022-12-10 21:01:10','185.161.210.69'),(370767,0,'admin','2022-12-10 21:07:28','35.187.58.136'),(370768,0,'admin','2022-12-10 21:10:07','115.79.139.135'),(370769,0,'admin','2022-12-10 21:10:10','66.29.134.244'),(370770,0,'ukdebtconsolidations-co-uk','2022-12-10 21:20:17','31.172.80.137'),(370771,0,'admin','2022-12-10 21:29:32','171.244.0.91'),(370772,0,'ukdebtconsolidations-co-uk','2022-12-10 21:29:48','180.211.97.53'),(370773,0,'admin','2022-12-10 21:32:10','124.153.66.86'),(370774,0,'payments','2022-12-10 21:36:55','185.119.81.103'),(370775,0,'ukdebtconsolidations-co-uk','2022-12-10 21:39:41','103.51.103.2'),(370776,0,'payments','2022-12-10 21:40:02','185.119.81.96'),(370777,0,'ukdebtconsolidations-co-uk','2022-12-10 21:50:22','103.154.184.191'),(370778,0,'admin','2022-12-10 21:51:45','159.203.143.36'),(370779,0,'admin','2022-12-10 21:54:22','111.93.53.163'),(370780,0,'ukdebtconsolidations.co.uk','2022-12-10 22:03:27','5.188.62.76'),(370781,0,'feed','2022-12-10 22:03:28','5.188.62.76'),(370782,0,'ukdebtconsolidations.co.uk','2022-12-10 22:13:30','154.16.116.41'),(370783,0,'admin','2022-12-10 22:14:06','103.173.78.7'),(370784,0,'admin','2022-12-10 22:16:44','66.33.193.231'),(370785,0,'ukdebtconsolidations-co-uk','2022-12-10 22:24:20','81.88.53.17'),(370786,0,'ukdebtconsolidations-co-uk','2022-12-10 22:35:48','209.126.108.92'),(370787,0,'admin','2022-12-10 22:36:23','47.105.73.13'),(370788,0,'admin','2022-12-10 22:39:01','213.96.54.213'),(370789,0,'ukdebtconsolidations-co-uk','2022-12-10 22:46:53','81.88.53.17'),(370790,0,'ukdebtconsolidations.co.uk','2022-12-10 22:50:16','5.188.62.26'),(370791,0,'feed','2022-12-10 22:50:19','5.188.62.26'),(370792,0,'ukdebtconsolidations-co-uk','2022-12-10 22:58:12','209.124.90.80'),(370793,0,'admin','2022-12-10 22:58:16','103.114.35.88'),(370794,0,'admin','2022-12-10 23:01:00','80.247.230.51'),(370795,0,'ukdebtconsolidations-co-uk','2022-12-10 23:09:40','43.153.168.248'),(370796,0,'admin','2022-12-10 23:20:44','151.106.38.6'),(370797,0,'ukdebtconsolidations-co-uk','2022-12-10 23:22:11','130.61.143.194'),(370798,0,'admin','2022-12-10 23:23:24','80.88.88.149'),(370799,0,'admin','2022-12-10 23:25:02','185.119.81.107'),(370800,0,'ukdebtconsolidations-co-uk','2022-12-10 23:33:46','66.29.134.244'),(370801,0,'ukdebtconsolidations-co-uk','2022-12-10 23:42:57','185.2.5.77'),(370802,0,'ukdebtconsolidations-co-uk','2022-12-10 23:45:17','162.240.215.177'),(370803,0,'ukdebtconsolidations-co-uk','2022-12-10 23:57:12','144.91.77.202'),(370804,0,'admin','2022-12-11 00:04:52','91.238.163.176'),(370805,0,'ukdebtconsolidations-co-uk','2022-12-11 00:05:37','13.81.59.92'),(370806,0,'feed','2022-12-11 00:08:21','185.2.4.56'),(370807,0,'ukdebtconsolidations-co-uk','2022-12-11 00:09:13','162.0.208.95'),(370808,0,'ukdebtconsolidationscouk','2022-12-11 00:17:45','119.8.229.155'),(370809,0,'ukdebtconsolidations-co-uk','2022-12-11 00:22:04','208.109.39.235'),(370810,0,'ukdebtconsolidations-co-uk','2022-12-11 00:28:47','181.174.125.214'),(370811,0,'feed','2022-12-11 00:31:29','77.240.13.186'),(370812,0,'ukdebtconsolidations-co-uk','2022-12-11 00:34:08','121.40.238.50'),(370813,0,'ukdebtconsolidations-co-uk','2022-12-11 00:46:42','20.109.101.102'),(370814,0,'ukdebtconsolidations-co-uk','2022-12-11 00:52:00','150.109.148.216'),(370815,0,'feed','2022-12-11 00:54:45','185.2.4.33'),(370816,0,'ukdebtconsolidations-co-uk','2022-12-11 00:58:31','139.99.170.151'),(370817,0,'ukdebtconsolidations-co-uk','2022-12-11 01:11:21','212.83.145.7'),(370818,0,'ukdebtconsolidations.co.uk','2022-12-11 01:11:30','108.61.168.126'),(370819,0,'ukdebtconsolidations-co-uk','2022-12-11 01:15:22','13.250.107.115'),(370820,0,'feed','2022-12-11 01:18:08','138.68.180.230'),(370821,0,'ukdebtconsolidations.co.uk','2022-12-11 01:21:34','212.224.88.227'),(370822,0,'ukdebtconsolidations-co-uk','2022-12-11 01:24:03','212.192.24.22'),(370823,0,'ukdebtconsolidations-co-uk','2022-12-11 01:36:40','166.62.122.244'),(370824,0,'ukdebtconsolidations-co-uk','2022-12-11 01:38:45','157.230.15.115'),(370825,0,'feed','2022-12-11 01:41:37','125.227.127.195'),(370826,0,'ukdebtconsolidations-co-uk','2022-12-11 01:48:46','193.42.111.140'),(370827,0,'ukdebtconsolidations-co-uk','2022-12-11 02:01:53','109.234.164.172'),(370828,0,'ukdebtconsolidations-co-uk','2022-12-11 02:02:17','198.244.167.101'),(370829,0,'feed','2022-12-11 02:05:10','128.199.14.4'),(370830,0,'ukdebtconsolidations-co-uk','2022-12-11 02:14:40','208.109.34.70'),(370831,0,'ukdebtconsolidations-co-uk','2022-12-11 02:28:07','109.234.164.211'),(370832,0,'feed','2022-12-11 02:28:48','207.46.234.202'),(370833,0,'payments@ridingtherhino.co.uk','2022-12-11 02:33:47','185.119.81.100'),(370834,0,'ukdebtconsolidations-co-uk','2022-12-11 02:40:49','178.124.210.118'),(370835,0,'ukdebtconsolidationscouk','2022-12-11 02:46:50','217.21.82.177'),(370836,0,'ukdebtconsolidations-co-uk','2022-12-11 02:49:16','51.255.81.60'),(370837,0,'admin','2022-12-11 02:51:21','185.214.127.102'),(370838,0,'feed','2022-12-11 02:52:05','35.187.58.136'),(370839,0,'admin','2022-12-11 02:59:39','184.168.121.5'),(370840,0,'payments@ridingtherhino.co.uk','2022-12-11 03:02:25','185.119.81.107'),(370841,0,'admin','2022-12-11 03:03:32','185.119.81.103'),(370842,0,'ukdebtconsolidationscouk','2022-12-11 03:12:52','46.101.62.7'),(370843,0,'feed','2022-12-11 03:16:15','157.230.15.115'),(370844,0,'admin','2022-12-11 03:23:45','162.144.232.191'),(370845,0,'ukdebtconsolidations.co.uk','2022-12-11 03:33:32','46.101.62.7'),(370846,0,'feed','2022-12-11 03:39:48','103.114.35.88'),(370847,0,'ukdebtconsolidationscouk','2022-12-11 03:49:44','103.63.24.139'),(370848,0,'ukdebtconsolidations-co-uk','2022-12-11 03:50:00','13.232.92.215'),(370849,0,'ukdebtconsolidations-co-uk','2022-12-11 04:00:48','34.78.198.205'),(370850,0,'ukdebtconsolidations','2022-12-11 04:00:58','92.53.96.20'),(370851,0,'feed','2022-12-11 04:03:50','185.2.4.56'),(370852,0,'ukdebtconsolidations-co-uk','2022-12-11 04:16:12','103.154.177.165'),(370853,0,'ukdebtconsolidations-co-uk','2022-12-11 04:25:35','139.59.85.224'),(370854,0,'feed','2022-12-11 04:28:21','77.240.13.186'),(370855,0,'ukdebtconsolidations-co-uk','2022-12-11 04:42:13','103.35.64.73'),(370856,0,'ukdebtconsolidations-co-uk','2022-12-11 04:49:15','34.78.198.205'),(370857,0,'admin','2022-12-11 04:56:45','185.119.81.103'),(370858,0,'ukdebtconsolidations-co-uk','2022-12-11 05:07:27','124.222.59.61'),(370859,0,'ukdebtconsolidations-co-uk','2022-12-11 05:13:33','54.36.182.160'),(370860,0,'feed','2022-12-11 05:16:36','213.96.54.213'),(370861,0,'admin','2022-12-11 05:26:16','185.119.81.107'),(370862,0,'payments@ridingtherhino.co.uk','2022-12-11 05:29:44','185.119.81.96'),(370863,0,'ukdebtconsolidationscouk','2022-12-11 05:33:34','91.134.248.235'),(370864,0,'ukdebtconsolidations-co-uk','2022-12-11 05:34:10','208.109.39.235'),(370865,0,'payments','2022-12-11 05:35:41','185.119.81.107'),(370866,0,'ukdebtconsolidationscouk','2022-12-11 05:37:44','91.206.201.131'),(370867,0,'feed','2022-12-11 05:40:33','120.25.104.120'),(370868,0,'ukdebtconsolidationscouk','2022-12-11 05:57:26','34.87.94.148'),(370869,0,'ukdebtconsolidations-co-uk','2022-12-11 05:57:34','109.234.164.218'),(370870,0,'ukdebtconsolidations-co-uk','2022-12-11 06:01:45','77.240.13.186'),(370871,0,'ukdebtconsolidations-co-uk','2022-12-11 06:11:52','155.133.132.65'),(370872,0,'ukdebtconsolidationscouk','2022-12-11 06:22:38','103.28.52.66'),(370873,0,'ukdebtconsolidations-co-uk','2022-12-11 06:24:13','103.154.184.191'),(370874,0,'ukdebtconsolidations-co-uk','2022-12-11 06:26:12','159.89.228.214'),(370875,0,'ukdebtconsolidationscouk','2022-12-11 06:27:50','179.43.190.234'),(370876,0,'feed','2022-12-11 06:28:58','164.132.170.4'),(370877,0,'ukdebtconsolidations-co-uk','2022-12-11 06:34:28','171.244.21.74'),(370878,0,'payments','2022-12-11 06:37:25','185.119.81.103'),(370879,0,'ukdebtconsolidations-co-uk','2022-12-11 06:44:10','198.57.247.140'),(370880,0,'ukdebtconsolidations-co-uk','2022-12-11 06:50:15','167.172.206.144'),(370881,0,'payments@ridingtherhino.co.uk','2022-12-11 06:51:40','185.119.81.107'),(370882,0,'ukdebtconsolidations-co-uk','2022-12-11 06:52:18','34.64.218.102'),(370883,0,'ukdebtconsolidations-co-uk','2022-12-11 07:00:19','212.192.24.22'),(370884,0,'ukdebtconsolidations-co-uk','2022-12-11 07:14:46','43.154.9.162'),(370885,0,'ukdebtconsolidations-co-uk','2022-12-11 07:16:15','162.0.208.95'),(370886,0,'feed','2022-12-11 07:17:41','188.165.198.224'),(370887,0,'payments@ridingtherhino.co.uk','2022-12-11 07:18:37','185.119.81.96'),(370888,0,'ukdebtconsolidations-co-uk','2022-12-11 07:25:48','103.154.184.191'),(370889,0,'ukdebtconsolidations-co-uk','2022-12-11 07:33:56','162.241.252.221'),(370890,0,'ukdebtconsolidations-co-uk','2022-12-11 07:38:19','185.2.5.31'),(370891,0,'ukdebtconsolidations-co-uk','2022-12-11 07:40:57','119.63.201.53'),(370892,0,'ukdebtconsolidations-co-uk','2022-12-11 07:48:51','67.23.254.254'),(370893,0,'ukdebtconsolidations-co-uk','2022-12-11 07:55:50','81.88.52.223'),(370894,0,'ukdebtconsolidations-co-uk','2022-12-11 08:02:28','124.153.66.86'),(370895,0,'ukdebtconsolidations-co-uk','2022-12-11 08:03:39','162.241.2.220'),(370896,0,'feed','2022-12-11 08:05:16','148.72.214.194'),(370897,0,'ukdebtconsolidations-co-uk','2022-12-11 08:10:04','35.233.164.145'),(370898,0,'ukdebtconsolidations-co-uk','2022-12-11 08:13:43','167.86.89.145'),(370899,0,'ukdebtconsolidations-co-uk','2022-12-11 08:17:42','176.223.123.199'),(370900,0,'ukdebtconsolidations-co-uk','2022-12-11 08:21:34','152.32.211.172'),(370901,0,'ukdebtconsolidations-co-uk','2022-12-11 08:25:29','95.167.178.158'),(370902,0,'ukdebtconsolidations-co-uk','2022-12-11 08:26:56','49.12.46.45'),(370903,0,'ukdebtconsolidations-co-uk','2022-12-11 08:29:43','176.223.123.199'),(370904,0,'feed','2022-12-11 08:30:01','23.99.229.218'),(370905,0,'ukdebtconsolidations-co-uk','2022-12-11 08:33:48','35.224.216.78'),(370906,0,'ukdebtconsolidations-co-uk','2022-12-11 08:37:44','167.71.216.37'),(370907,0,'ukdebtconsolidations-co-uk','2022-12-11 08:42:18','104.248.112.213'),(370908,0,'ukdebtconsolidations-co-uk','2022-12-11 08:46:23','188.166.163.52'),(370909,0,'ukdebtconsolidations-co-uk','2022-12-11 08:50:35','165.227.168.251'),(370910,0,'ukdebtconsolidations-co-uk','2022-12-11 08:51:25','159.223.39.222'),(370911,0,'feed','2022-12-11 08:54:18','111.93.53.163'),(370912,0,'ukdebtconsolidations-co-uk','2022-12-11 08:54:37','47.242.124.78'),(370913,0,'ukdebtconsolidations-co-uk','2022-12-11 08:58:49','64.227.162.186'),(370914,0,'ukdebtconsolidations-co-uk','2022-12-11 09:03:22','139.59.66.182'),(370915,0,'ukdebtconsolidations-co-uk','2022-12-11 09:07:50','190.92.159.48'),(370916,0,'ukdebtconsolidations-co-uk','2022-12-11 09:12:30','148.72.211.177'),(370917,0,'payments','2022-12-11 09:14:35','185.119.81.96'),(370918,0,'ukdebtconsolidations-co-uk','2022-12-11 09:16:21','34.121.23.185'),(370919,0,'ukdebtconsolidations-co-uk','2022-12-11 09:17:32','51.222.138.98'),(370920,0,'feed','2022-12-11 09:19:15','86.105.198.149'),(370921,0,'ukdebtconsolidations','2022-12-11 09:20:27','179.43.190.234'),(370922,0,'ukdebtconsolidations-co-uk','2022-12-11 09:22:31','159.203.173.149'),(370923,0,'ukdebtconsolidations-co-uk','2022-12-11 09:27:47','194.163.132.194'),(370924,0,'ukdebtconsolidations-co-uk','2022-12-11 09:33:08','81.88.52.223'),(370925,0,'ukdebtconsolidations-co-uk','2022-12-11 09:37:51','162.144.232.191'),(370926,0,'ukdebtconsolidations-co-uk','2022-12-11 09:40:19','198.244.167.101'),(370927,0,'ukdebtconsolidations-co-uk','2022-12-11 09:43:13','158.69.36.42'),(370928,0,'feed','2022-12-11 09:43:18','147.182.249.22'),(370929,0,'ukdebtconsolidations-co-uk','2022-12-11 09:48:04','111.90.150.36'),(370930,0,'ukdebtconsolidations-co-uk','2022-12-11 09:53:05','206.189.164.246'),(370931,0,'ukdebtconsolidations-co-uk','2022-12-11 09:58:20','185.182.56.218'),(370932,0,'ukdebtconsolidations-co-uk','2022-12-11 10:03:43','15.235.97.24'),(370933,0,'ukdebtconsolidations-co-uk','2022-12-11 10:04:20','43.251.132.253'),(370934,0,'feed','2022-12-11 10:07:10','68.183.86.247'),(370935,0,'ukdebtconsolidations-co-uk','2022-12-11 10:09:09','158.69.1.76'),(370936,0,'payments','2022-12-11 10:12:26','185.119.81.100'),(370937,0,'ukdebtconsolidations-co-uk','2022-12-11 10:14:28','167.172.67.151'),(370938,0,'wadminw','2022-12-11 10:18:11','8.129.20.30'),(370939,0,'wwwadmin','2022-12-11 10:24:06','64.227.5.178'),(370940,0,'ukdebtconsolidations-co-uk','2022-12-11 10:28:14','95.217.167.17'),(370941,0,'ukdebtconsolidationscouk','2022-12-11 10:29:42','103.146.203.15'),(370942,0,'feed','2022-12-11 10:31:07','146.56.99.136'),(370943,0,'wadminw','2022-12-11 10:37:44','185.183.122.143'),(370944,0,'ukdebtconsolidations.co.uk','2022-12-11 10:40:33','103.130.218.42'),(370945,0,'wwwadmin','2022-12-11 10:48:35','109.234.164.172'),(370946,0,'feed','2022-12-11 10:55:14','167.172.156.96'),(370947,0,'admin','2022-12-11 10:58:45','54.37.81.190'),(370948,0,'admin','2022-12-11 11:03:54','34.64.218.102'),(370949,0,'ukdebtconsolidations-co-uk','2022-12-11 11:09:57','81.88.52.210'),(370950,0,'ukdebtconsolidations-co-uk','2022-12-11 11:15:39','198.211.125.40'),(370951,0,'ukdebtconsolidations-co-uk','2022-12-11 11:16:31','188.165.226.184'),(370952,0,'feed','2022-12-11 11:19:27','47.115.24.165'),(370953,0,'ukdebtconsolidations-co-uk','2022-12-11 11:21:20','184.168.125.241'),(370954,0,'admin','2022-12-11 11:31:55','85.191.55.178'),(370955,0,'admin','2022-12-11 11:34:58','185.2.4.33'),(370956,0,'admin','2022-12-11 11:47:56','103.31.249.221'),(370957,0,'admin','2022-12-11 11:51:10','201.76.164.146'),(370958,0,'payments@ridingtherhino.co.uk','2022-12-11 11:56:14','185.119.81.100'),(370959,0,'admin','2022-12-11 12:04:29','146.148.44.185'),(370960,0,'admin','2022-12-11 12:07:48','34.65.234.0'),(370961,0,'ukdebtconsolidations','2022-12-11 12:14:43','103.200.23.160'),(370962,0,'admin','2022-12-11 12:21:34','157.230.127.126'),(370963,0,'admin','2022-12-11 12:24:55','51.89.47.206'),(370964,0,'payments@ridingtherhino.co.uk','2022-12-11 12:27:31','185.119.81.103'),(370965,0,'payments','2022-12-11 12:28:52','185.119.81.107'),(370966,0,'admin','2022-12-11 12:38:19','115.78.122.58'),(370967,0,'admin','2022-12-11 12:41:24','198.211.110.178'),(370968,0,'admin','2022-12-11 12:44:59','54.79.166.165'),(370969,0,'admin','2022-12-11 12:54:22','64.227.6.141'),(370970,0,'ukdebtconsolidationscouk','2022-12-11 12:57:16','161.35.86.230'),(370971,0,'admin','2022-12-11 12:57:30','159.89.164.128'),(370972,0,'feed','2022-12-11 13:10:37','13.81.59.92'),(370973,0,'ukdebtconsolidationscouk','2022-12-11 13:12:11','185.229.112.125'),(370974,0,'ukdebtconsolidations-co-uk','2022-12-11 13:13:46','135.125.1.9'),(370975,0,'admin','2022-12-11 13:22:13','47.115.132.69'),(370976,0,'feed','2022-12-11 13:26:26','103.163.139.202'),(370977,0,'ukdebtconsolidations-co-uk','2022-12-11 13:29:26','67.205.11.198'),(370978,0,'feed','2022-12-11 13:42:08','167.172.206.144'),(370979,0,'ukdebtconsolidations','2022-12-11 13:43:45','103.129.222.7'),(370980,0,'ukdebtconsolidations-co-uk','2022-12-11 13:45:12','185.124.10.227'),(370981,0,'feed','2022-12-11 13:57:49','61.219.43.253'),(370982,0,'ukdebtconsolidations-co-uk','2022-12-11 14:00:52','34.133.220.74'),(370983,0,'feed','2022-12-11 14:13:29','91.206.200.87'),(370984,0,'ukdebtconsolidations-co-uk','2022-12-11 14:16:38','97.74.80.103'),(370985,0,'feed','2022-12-11 14:28:59','80.74.148.30'),(370986,0,'ukdebtconsolidations-co-uk','2022-12-11 14:32:02','64.227.183.25'),(370987,0,'Freeze','2022-12-11 14:37:16','185.119.81.96'),(370988,0,'admin','2022-12-11 14:44:13','92.204.138.28'),(370989,0,'admin','2022-12-11 14:45:04','54.36.82.134'),(370990,0,'admin','2022-12-11 14:47:14','138.68.96.111'),(370991,0,'admin','2022-12-11 14:59:13','185.2.4.147'),(370992,0,'admin','2022-12-11 15:02:10','111.93.53.163'),(370993,0,'admin','2022-12-11 15:14:18','188.165.226.184'),(370994,0,'payments@ridingtherhino.co.uk','2022-12-11 15:28:25','185.119.81.100'),(370995,0,'admin','2022-12-11 15:29:32','8.218.73.1'),(370996,0,'admin','2022-12-11 15:32:33','34.65.234.0'),(370997,0,'admin','2022-12-11 15:45:12','207.154.248.39'),(370998,0,'admin','2022-12-11 15:48:14','157.230.127.126'),(370999,0,'admin','2022-12-11 16:00:51','159.89.228.214'),(371000,0,'admin','2022-12-11 16:03:54','174.138.21.84'),(371001,0,'admin','2022-12-11 16:16:33','51.91.151.60'),(371002,0,'admin','2022-12-11 16:19:39','43.251.132.253'),(371003,0,'admin','2022-12-11 16:32:14','111.93.53.163'),(371004,0,'admin','2022-12-11 16:47:44','34.133.220.74'),(371005,0,'admin','2022-12-11 16:50:52','185.2.4.134'),(371006,0,'feed','2022-12-11 17:03:42','95.217.179.54'),(371007,0,'ukdebtconsolidations-co-uk','2022-12-11 17:06:50','188.166.91.172'),(371008,0,'feed','2022-12-11 17:20:09','157.230.15.115'),(371009,0,'feed','2022-12-11 17:36:37','61.219.43.253'),(371010,0,'ukdebtconsolidations-co-uk','2022-12-11 17:39:41','45.55.79.147'),(371011,0,'Freeze','2022-12-11 17:50:01','185.119.81.96'),(371012,0,'feed','2022-12-11 17:52:42','103.130.219.13'),(371013,0,'ukdebtconsolidations-co-uk','2022-12-11 17:55:47','95.217.179.54'),(371014,0,'feed','2022-12-11 18:08:51','178.128.107.59'),(371015,0,'ukdebtconsolidations-co-uk','2022-12-11 18:12:10','13.250.107.115'),(371016,0,'feed','2022-12-11 18:24:51','151.106.41.64'),(371017,0,'ukdebtconsolidations-co-uk','2022-12-11 18:27:57','47.115.24.165'),(371018,0,'feed','2022-12-11 18:40:43','80.88.88.149'),(371019,0,'ukdebtconsolidationscouk','2022-12-11 18:41:09','46.101.62.7'),(371020,0,'ukdebtconsolidations-co-uk','2022-12-11 18:43:49','178.128.107.59'),(371021,0,'feed','2022-12-11 18:56:34','162.253.42.216'),(371022,0,'ukdebtconsolidations-co-uk','2022-12-11 18:59:40','120.25.104.120'),(371023,0,'ukdebtconsolidations-co-uk','2022-12-11 19:15:39','150.109.148.216'),(371024,0,'ukdebtconsolidationscouk','2022-12-11 19:25:27','175.178.160.253'),(371025,0,'feed','2022-12-11 19:28:24','175.178.125.173'),(371026,0,'payments','2022-12-11 19:30:03','185.119.81.100'),(371027,0,'ukdebtconsolidations-co-uk','2022-12-11 19:31:29','133.130.103.36'),(371028,0,'feed','2022-12-11 19:44:15','39.108.148.88'),(371029,0,'ukdebtconsolidations-co-uk','2022-12-11 19:47:19','181.174.125.214'),(371030,0,'payments@ridingtherhino.co.uk','2022-12-11 19:53:18','185.119.81.96'),(371031,0,'feed','2022-12-11 20:00:03','206.189.129.168'),(371032,0,'ukdebtconsolidations-co-uk','2022-12-11 20:03:10','103.130.218.189'),(371033,0,'feed','2022-12-11 20:15:59','5.189.149.47'),(371034,0,'ukdebtconsolidations-co-uk','2022-12-11 20:18:58','64.227.6.141'),(371035,0,'feed','2022-12-11 20:31:44','109.168.97.89'),(371036,0,'payments','2022-12-11 20:38:19','185.119.81.96'),(371037,0,'feed','2022-12-11 20:47:35','145.239.30.120'),(371038,0,'ukdebtconsolidations-co-uk','2022-12-11 20:50:43','213.175.66.138'),(371039,0,'feed','2022-12-11 21:03:30','111.93.53.163'),(371040,0,'ukdebtconsolidations-co-uk','2022-12-11 21:06:37','180.250.28.35'),(371041,0,'feed','2022-12-11 21:19:28','173.236.152.148'),(371042,0,'ukdebtconsolidations-co-uk','2022-12-11 21:22:31','109.168.97.89'),(371043,0,'feed','2022-12-11 21:35:21','120.27.240.230'),(371044,0,'ukdebtconsolidations-co-uk','2022-12-11 21:38:26','143.244.140.199'),(371045,0,'feed','2022-12-11 21:51:14','103.173.78.7'),(371046,0,'ukdebtconsolidations-co-uk','2022-12-11 21:54:18','144.126.223.177'),(371047,0,'feed','2022-12-11 22:07:11','47.105.73.13'),(371048,0,'ukdebtconsolidations.co.uk','2022-12-11 22:09:14','185.25.117.82'),(371049,0,'ukdebtconsolidations-co-uk','2022-12-11 22:10:10','34.65.234.0'),(371050,0,'admin','2022-12-11 22:11:14','103.74.116.69'),(371051,0,'feed','2022-12-11 22:22:59','178.62.85.205'),(371052,0,'ukdebtconsolidations-co-uk','2022-12-11 22:26:00','84.205.178.135'),(371053,0,'feed','2022-12-11 22:38:51','103.114.35.88'),(371054,0,'ukdebtconsolidations-co-uk','2022-12-11 22:41:55','167.71.234.124'),(371055,0,'payments@ridingtherhino.co.uk','2022-12-11 22:41:59','185.119.81.99'),(371056,0,'feed','2022-12-11 22:54:50','61.219.43.253'),(371057,0,'ukdebtconsolidations-co-uk','2022-12-11 22:57:54','103.129.222.91'),(371058,0,'ukdebtconsolidations-co-uk','2022-12-11 23:14:18','103.130.218.189'),(371059,0,'admin','2022-12-11 23:15:11','185.119.81.99'),(371060,0,'feed','2022-12-11 23:27:30','151.106.38.6'),(371061,0,'ukdebtconsolidations-co-uk','2022-12-11 23:30:43','51.255.81.60'),(371062,0,'ukdebtconsolidations','2022-12-11 23:42:08','3.122.25.98'),(371063,0,'feed','2022-12-11 23:43:51','67.205.11.198'),(371064,0,'ukdebtconsolidations-co-uk','2022-12-11 23:47:03','47.242.11.139'),(371065,0,'payments','2022-12-11 23:49:00','185.119.81.99'),(371066,0,'feed','2022-12-12 00:00:11','207.46.234.202'),(371067,0,'ukdebtconsolidations-co-uk','2022-12-12 00:03:23','185.2.4.56'),(371068,0,'admin','2022-12-12 00:09:56','54.36.82.134'),(371069,0,'payments','2022-12-12 00:11:49','185.119.81.107'),(371070,0,'feed','2022-12-12 00:16:46','159.89.228.214'),(371071,0,'ukdebtconsolidations-co-uk','2022-12-12 00:19:50','54.37.235.96'),(371072,0,'feed','2022-12-12 00:33:06','125.227.127.195'),(371073,0,'ukdebtconsolidations-co-uk','2022-12-12 00:36:15','31.192.224.145'),(371074,0,'payments@ridingtherhino.co.uk','2022-12-12 00:48:42','185.119.81.100'),(371075,0,'feed','2022-12-12 00:49:33','150.109.148.216'),(371076,0,'ukdebtconsolidations-co-uk','2022-12-12 00:52:42','161.35.52.207'),(371077,0,'ukdebtconsolidationscouk','2022-12-12 00:53:13','157.230.8.170'),(371078,0,'feed','2022-12-12 01:06:00','141.94.247.170'),(371079,0,'ukdebtconsolidations-co-uk','2022-12-12 01:09:14','103.130.219.13'),(371080,0,'payments','2022-12-12 01:18:15','185.119.81.99'),(371081,0,'feed','2022-12-12 01:22:32','161.35.52.207'),(371082,0,'ukdebtconsolidations-co-uk','2022-12-12 01:25:45','34.78.198.205'),(371083,0,'feed','2022-12-12 01:39:13','188.166.91.172'),(371084,0,'ukdebtconsolidations-co-uk','2022-12-12 01:42:32','185.2.4.56'),(371085,0,'payments','2022-12-12 01:47:37','185.119.81.103'),(371086,0,'feed','2022-12-12 01:56:13','24.199.86.99'),(371087,0,'ukdebtconsolidations-co-uk','2022-12-12 01:59:30','188.166.236.35'),(371088,0,'payments','2022-12-12 02:10:28','185.119.81.99'),(371089,0,'feed','2022-12-12 02:13:16','173.236.168.102'),(371090,0,'ukdebtconsolidations-co-uk','2022-12-12 02:16:31','207.154.250.8'),(371091,0,'feed','2022-12-12 02:30:03','66.33.193.231'),(371092,0,'returns','2022-12-12 02:32:31','185.119.81.99'),(371093,0,'ukdebtconsolidations-co-uk','2022-12-12 02:33:16','139.59.22.99'),(371094,0,'admin','2022-12-12 02:40:55','103.30.212.11'),(371095,0,'feed','2022-12-12 02:46:47','159.223.39.222'),(371096,0,'ukdebtconsolidations-co-uk','2022-12-12 02:49:57','81.88.52.8'),(371097,0,'payments','2022-12-12 02:58:16','185.119.81.99'),(371098,0,'feed','2022-12-12 03:03:25','125.227.127.195'),(371099,0,'ukdebtconsolidations-co-uk','2022-12-12 03:06:39','164.132.170.4'),(371100,0,'admin','2022-12-12 03:09:07','103.154.184.191'),(371101,0,'payments','2022-12-12 03:14:53','185.119.81.100'),(371102,0,'feed','2022-12-12 03:20:24','35.243.254.156'),(371103,0,'admin','2022-12-12 03:22:23','68.183.85.239'),(371104,0,'ukdebtconsolidations-co-uk','2022-12-12 03:23:33','103.163.139.202'),(371105,0,'ukdebtconsolidations.co.uk','2022-12-12 03:33:59','174.138.177.173'),(371106,0,'ukdebtconsolidations-co-uk','2022-12-12 03:36:43','178.128.209.28'),(371107,0,'feed','2022-12-12 03:37:04','188.165.198.224'),(371108,0,'ukdebtconsolidations-co-uk','2022-12-12 03:40:20','133.130.103.36'),(371109,0,'ukdebtconsolidationscouk','2022-12-12 03:41:39','104.131.7.176'),(371110,0,'feed','2022-12-12 03:53:53','115.79.139.135'),(371111,0,'ukdebtconsolidations-co-uk','2022-12-12 03:57:06','46.105.29.21'),(371112,0,'payments','2022-12-12 04:02:48','185.119.81.96'),(371113,0,'ukdebtconsolidations-co-uk','2022-12-12 04:05:08','144.91.68.184'),(371114,0,'feed','2022-12-12 04:10:46','185.2.4.56'),(371115,0,'ukdebtconsolidations-co-uk','2022-12-12 04:14:03','120.27.240.230'),(371116,0,'ukdebtconsolidations.co.uk','2022-12-12 04:20:48','3.6.112.245'),(371117,0,'ukdebtconsolidations-co-uk','2022-12-12 04:30:47','103.130.218.189'),(371118,0,'ukdebtconsolidations-co-uk','2022-12-12 04:33:09','151.106.35.235'),(371119,0,'payments','2022-12-12 04:41:09','185.119.81.99'),(371120,0,'feed','2022-12-12 04:44:06','159.65.200.228'),(371121,0,'ukdebtconsolidations-co-uk','2022-12-12 04:47:20','103.163.139.202'),(371122,0,'admin','2022-12-12 04:56:53','185.119.81.96'),(371123,0,'payments','2022-12-12 04:58:45','185.119.81.100'),(371124,0,'feed','2022-12-12 05:00:49','167.172.206.144'),(371125,0,'ukdebtconsolidations-co-uk','2022-12-12 05:01:14','87.248.153.52'),(371126,0,'ukdebtconsolidations-co-uk','2022-12-12 05:04:11','92.204.128.47'),(371127,0,'ukdebtconsolidations.co.uk','2022-12-12 05:08:04','77.244.214.239'),(371128,0,'feed','2022-12-12 05:17:29','207.154.248.39'),(371129,0,'karynturk','2022-12-12 05:19:24','57.128.83.159'),(371130,0,'admin','2022-12-12 05:19:24','57.128.83.159'),(371131,0,'admin','2022-12-12 05:19:26','57.128.83.159'),(371132,0,'karynturk','2022-12-12 05:19:26','57.128.83.159'),(371133,0,'admin','2022-12-12 05:19:26','57.128.83.159'),(371134,0,'karynturk','2022-12-12 05:19:26','57.128.83.159'),(371135,0,'admin','2022-12-12 05:19:28','57.128.83.159'),(371136,0,'karynturk','2022-12-12 05:19:28','57.128.83.159'),(371137,0,'admin','2022-12-12 05:19:29','57.128.83.159'),(371138,0,'karynturk','2022-12-12 05:19:29','57.128.83.159'),(371139,0,'karynturk','2022-12-12 05:19:30','57.128.83.159'),(371140,0,'admin','2022-12-12 05:19:30','57.128.83.159'),(371141,0,'karynturk','2022-12-12 05:19:30','57.128.83.159'),(371142,0,'admin','2022-12-12 05:19:30','57.128.83.159'),(371143,0,'admin','2022-12-12 05:19:31','57.128.83.159'),(371144,0,'karynturk','2022-12-12 05:19:32','57.128.83.159'),(371145,0,'karynturk','2022-12-12 05:19:32','57.128.83.159'),(371146,0,'admin','2022-12-12 05:19:32','57.128.83.159'),(371147,0,'karynturk','2022-12-12 05:19:33','57.128.83.159'),(371148,0,'admin','2022-12-12 05:19:33','57.128.83.159'),(371149,0,'karynturk','2022-12-12 05:19:33','57.128.83.159'),(371150,0,'admin','2022-12-12 05:19:33','57.128.83.159'),(371151,0,'karynturk','2022-12-12 05:19:34','57.128.83.159'),(371152,0,'admin','2022-12-12 05:19:34','57.128.83.159'),(371153,0,'karynturk','2022-12-12 05:19:34','57.128.83.159'),(371154,0,'admin','2022-12-12 05:19:35','57.128.83.159'),(371155,0,'karynturk','2022-12-12 05:19:35','57.128.83.159'),(371156,0,'karynturk','2022-12-12 05:19:35','57.128.83.159'),(371157,0,'admin','2022-12-12 05:19:35','57.128.83.159'),(371158,0,'karynturk','2022-12-12 05:19:36','57.128.83.159'),(371159,0,'admin','2022-12-12 05:19:36','57.128.83.159'),(371160,0,'karynturk','2022-12-12 05:19:37','57.128.83.159'),(371161,0,'admin','2022-12-12 05:19:38','57.128.83.159'),(371162,0,'karynturk','2022-12-12 05:19:38','57.128.83.159'),(371163,0,'karynturk','2022-12-12 05:19:38','57.128.83.159'),(371164,0,'admin','2022-12-12 05:19:38','57.128.83.159'),(371165,0,'admin','2022-12-12 05:19:39','57.128.83.159'),(371166,0,'karynturk','2022-12-12 05:19:39','57.128.83.159'),(371167,0,'admin','2022-12-12 05:19:39','57.128.83.159'),(371168,0,'karynturk','2022-12-12 05:19:40','57.128.83.159'),(371169,0,'karynturk','2022-12-12 05:19:40','57.128.83.159'),(371170,0,'admin','2022-12-12 05:19:40','57.128.83.159'),(371171,0,'admin','2022-12-12 05:19:40','57.128.83.159'),(371172,0,'karynturk','2022-12-12 05:19:41','57.128.83.159'),(371173,0,'karynturk','2022-12-12 05:19:41','57.128.83.159'),(371174,0,'admin','2022-12-12 05:19:41','57.128.83.159'),(371175,0,'admin','2022-12-12 05:19:42','57.128.83.159'),(371176,0,'karynturk','2022-12-12 05:19:42','57.128.83.159'),(371177,0,'admin','2022-12-12 05:19:42','57.128.83.159'),(371178,0,'karynturk','2022-12-12 05:19:42','57.128.83.159'),(371179,0,'admin','2022-12-12 05:19:43','57.128.83.159'),(371180,0,'karynturk','2022-12-12 05:19:43','57.128.83.159'),(371181,0,'karynturk','2022-12-12 05:19:44','57.128.83.159'),(371182,0,'admin','2022-12-12 05:19:44','57.128.83.159'),(371183,0,'karynturk','2022-12-12 05:19:45','57.128.83.159'),(371184,0,'admin','2022-12-12 05:19:45','57.128.83.159'),(371185,0,'karynturk','2022-12-12 05:19:45','57.128.83.159'),(371186,0,'admin','2022-12-12 05:19:45','57.128.83.159'),(371187,0,'karynturk','2022-12-12 05:19:45','57.128.83.159'),(371188,0,'karynturk','2022-12-12 05:19:47','57.128.83.159'),(371189,0,'admin','2022-12-12 05:19:47','57.128.83.159'),(371190,0,'karynturk','2022-12-12 05:19:47','57.128.83.159'),(371191,0,'admin','2022-12-12 05:19:48','57.128.83.159'),(371192,0,'karynturk','2022-12-12 05:19:48','57.128.83.159'),(371193,0,'admin','2022-12-12 05:19:48','57.128.83.159'),(371194,0,'admin','2022-12-12 05:19:48','57.128.83.159'),(371195,0,'karynturk','2022-12-12 05:19:49','57.128.83.159'),(371196,0,'admin','2022-12-12 05:19:49','57.128.83.159'),(371197,0,'karynturk','2022-12-12 05:19:49','57.128.83.159'),(371198,0,'admin','2022-12-12 05:19:49','57.128.83.159'),(371199,0,'karynturk','2022-12-12 05:19:49','57.128.83.159'),(371200,0,'admin','2022-12-12 05:19:50','57.128.83.159'),(371201,0,'karynturk','2022-12-12 05:19:50','57.128.83.159'),(371202,0,'admin','2022-12-12 05:19:51','57.128.83.159'),(371203,0,'karynturk','2022-12-12 05:19:51','57.128.83.159'),(371204,0,'admin','2022-12-12 05:19:51','57.128.83.159'),(371205,0,'karynturk','2022-12-12 05:19:51','57.128.83.159'),(371206,0,'admin','2022-12-12 05:19:51','57.128.83.159'),(371207,0,'karynturk','2022-12-12 05:19:51','57.128.83.159'),(371208,0,'karynturk','2022-12-12 05:19:52','57.128.83.159'),(371209,0,'admin','2022-12-12 05:19:52','57.128.83.159'),(371210,0,'karynturk','2022-12-12 05:19:52','57.128.83.159'),(371211,0,'admin','2022-12-12 05:19:52','57.128.83.159'),(371212,0,'admin','2022-12-12 05:19:53','57.128.83.159'),(371213,0,'karynturk','2022-12-12 05:19:53','57.128.83.159'),(371214,0,'admin','2022-12-12 05:19:53','57.128.83.159'),(371215,0,'karynturk','2022-12-12 05:19:53','57.128.83.159'),(371216,0,'admin','2022-12-12 05:19:54','57.128.83.159'),(371217,0,'karynturk','2022-12-12 05:19:54','57.128.83.159'),(371218,0,'admin','2022-12-12 05:19:54','57.128.83.159'),(371219,0,'karynturk','2022-12-12 05:19:54','57.128.83.159'),(371220,0,'admin','2022-12-12 05:19:55','57.128.83.159'),(371221,0,'karynturk','2022-12-12 05:19:55','57.128.83.159'),(371222,0,'admin','2022-12-12 05:19:55','57.128.83.159'),(371223,0,'karynturk','2022-12-12 05:19:55','57.128.83.159'),(371224,0,'karynturk','2022-12-12 05:19:55','57.128.83.159'),(371225,0,'admin','2022-12-12 05:19:56','57.128.83.159'),(371226,0,'karynturk','2022-12-12 05:19:56','57.128.83.159'),(371227,0,'admin','2022-12-12 05:19:56','57.128.83.159'),(371228,0,'karynturk','2022-12-12 05:19:56','57.128.83.159'),(371229,0,'admin','2022-12-12 05:19:56','57.128.83.159'),(371230,0,'karynturk','2022-12-12 05:19:57','57.128.83.159'),(371231,0,'admin','2022-12-12 05:19:57','57.128.83.159'),(371232,0,'karynturk','2022-12-12 05:19:57','57.128.83.159'),(371233,0,'admin','2022-12-12 05:19:57','57.128.83.159'),(371234,0,'karynturk','2022-12-12 05:19:57','57.128.83.159'),(371235,0,'admin','2022-12-12 05:19:58','57.128.83.159'),(371236,0,'karynturk','2022-12-12 05:19:58','57.128.83.159'),(371237,0,'karynturk','2022-12-12 05:19:58','57.128.83.159'),(371238,0,'admin','2022-12-12 05:19:58','57.128.83.159'),(371239,0,'karynturk','2022-12-12 05:19:58','57.128.83.159'),(371240,0,'admin','2022-12-12 05:19:58','57.128.83.159'),(371241,0,'admin','2022-12-12 05:19:58','57.128.83.159'),(371242,0,'karynturk','2022-12-12 05:19:59','57.128.83.159'),(371243,0,'admin','2022-12-12 05:19:59','57.128.83.159'),(371244,0,'karynturk','2022-12-12 05:19:59','57.128.83.159'),(371245,0,'admin','2022-12-12 05:19:59','57.128.83.159'),(371246,0,'karynturk','2022-12-12 05:19:59','57.128.83.159'),(371247,0,'admin','2022-12-12 05:20:00','57.128.83.159'),(371248,0,'karynturk','2022-12-12 05:20:00','57.128.83.159'),(371249,0,'admin','2022-12-12 05:20:00','57.128.83.159'),(371250,0,'karynturk','2022-12-12 05:20:00','57.128.83.159'),(371251,0,'karynturk','2022-12-12 05:20:00','57.128.83.159'),(371252,0,'admin','2022-12-12 05:20:00','57.128.83.159'),(371253,0,'karynturk','2022-12-12 05:20:00','57.128.83.159'),(371254,0,'admin','2022-12-12 05:20:00','57.128.83.159'),(371255,0,'karynturk','2022-12-12 05:20:01','57.128.83.159'),(371256,0,'admin','2022-12-12 05:20:01','57.128.83.159'),(371257,0,'karynturk','2022-12-12 05:20:01','57.128.83.159'),(371258,0,'admin','2022-12-12 05:20:01','57.128.83.159'),(371259,0,'karynturk','2022-12-12 05:20:01','57.128.83.159'),(371260,0,'karynturk','2022-12-12 05:20:02','57.128.83.159'),(371261,0,'admin','2022-12-12 05:20:02','57.128.83.159'),(371262,0,'admin','2022-12-12 05:20:02','57.128.83.159'),(371263,0,'karynturk','2022-12-12 05:20:02','57.128.83.159'),(371264,0,'admin','2022-12-12 05:20:02','57.128.83.159'),(371265,0,'admin','2022-12-12 05:20:03','57.128.83.159'),(371266,0,'karynturk','2022-12-12 05:20:03','57.128.83.159'),(371267,0,'admin','2022-12-12 05:20:03','57.128.83.159'),(371268,0,'karynturk','2022-12-12 05:20:03','57.128.83.159'),(371269,0,'admin','2022-12-12 05:20:04','57.128.83.159'),(371270,0,'karynturk','2022-12-12 05:20:04','57.128.83.159'),(371271,0,'admin','2022-12-12 05:20:04','57.128.83.159'),(371272,0,'karynturk','2022-12-12 05:20:04','57.128.83.159'),(371273,0,'karynturk','2022-12-12 05:20:04','57.128.83.159'),(371274,0,'karynturk','2022-12-12 05:20:05','57.128.83.159'),(371275,0,'admin','2022-12-12 05:20:05','57.128.83.159'),(371276,0,'admin','2022-12-12 05:20:05','57.128.83.159'),(371277,0,'karynturk','2022-12-12 05:20:05','57.128.83.159'),(371278,0,'admin','2022-12-12 05:20:06','57.128.83.159'),(371279,0,'karynturk','2022-12-12 05:20:06','57.128.83.159'),(371280,0,'admin','2022-12-12 05:20:07','57.128.83.159'),(371281,0,'karynturk','2022-12-12 05:20:07','57.128.83.159'),(371282,0,'admin','2022-12-12 05:20:07','57.128.83.159'),(371283,0,'karynturk','2022-12-12 05:20:07','57.128.83.159'),(371284,0,'admin','2022-12-12 05:20:07','57.128.83.159'),(371285,0,'admin','2022-12-12 05:20:07','57.128.83.159'),(371286,0,'karynturk','2022-12-12 05:20:07','57.128.83.159'),(371287,0,'admin','2022-12-12 05:20:08','57.128.83.159'),(371288,0,'karynturk','2022-12-12 05:20:08','57.128.83.159'),(371289,0,'admin','2022-12-12 05:20:08','57.128.83.159'),(371290,0,'karynturk','2022-12-12 05:20:08','57.128.83.159'),(371291,0,'admin','2022-12-12 05:20:08','57.128.83.159'),(371292,0,'karynturk','2022-12-12 05:20:09','57.128.83.159'),(371293,0,'admin','2022-12-12 05:20:09','57.128.83.159'),(371294,0,'admin','2022-12-12 05:20:09','57.128.83.159'),(371295,0,'karynturk','2022-12-12 05:20:09','57.128.83.159'),(371296,0,'admin','2022-12-12 05:20:09','57.128.83.159'),(371297,0,'karynturk','2022-12-12 05:20:09','57.128.83.159'),(371298,0,'admin','2022-12-12 05:20:10','57.128.83.159'),(371299,0,'karynturk','2022-12-12 05:20:10','57.128.83.159'),(371300,0,'admin','2022-12-12 05:20:10','57.128.83.159'),(371301,0,'karynturk','2022-12-12 05:20:10','57.128.83.159'),(371302,0,'karynturk','2022-12-12 05:20:10','57.128.83.159'),(371303,0,'admin','2022-12-12 05:20:10','57.128.83.159'),(371304,0,'karynturk','2022-12-12 05:20:11','57.128.83.159'),(371305,0,'admin','2022-12-12 05:20:11','57.128.83.159'),(371306,0,'admin','2022-12-12 05:20:11','57.128.83.159'),(371307,0,'karynturk','2022-12-12 05:20:11','57.128.83.159'),(371308,0,'admin','2022-12-12 05:20:11','57.128.83.159'),(371309,0,'karynturk','2022-12-12 05:20:11','57.128.83.159'),(371310,0,'admin','2022-12-12 05:20:12','57.128.83.159'),(371311,0,'karynturk','2022-12-12 05:20:12','57.128.83.159'),(371312,0,'admin','2022-12-12 05:20:12','57.128.83.159'),(371313,0,'karynturk','2022-12-12 05:20:12','57.128.83.159'),(371314,0,'karynturk','2022-12-12 05:20:12','57.128.83.159'),(371315,0,'admin','2022-12-12 05:20:13','57.128.83.159'),(371316,0,'karynturk','2022-12-12 05:20:13','57.128.83.159'),(371317,0,'admin','2022-12-12 05:20:13','57.128.83.159'),(371318,0,'admin','2022-12-12 05:20:13','57.128.83.159'),(371319,0,'karynturk','2022-12-12 05:20:13','57.128.83.159'),(371320,0,'karynturk','2022-12-12 05:20:14','57.128.83.159'),(371321,0,'admin','2022-12-12 05:20:14','57.128.83.159'),(371322,0,'admin','2022-12-12 05:20:14','57.128.83.159'),(371323,0,'karynturk','2022-12-12 05:20:14','57.128.83.159'),(371324,0,'admin','2022-12-12 05:20:14','57.128.83.159'),(371325,0,'karynturk','2022-12-12 05:20:14','57.128.83.159'),(371326,0,'admin','2022-12-12 05:20:14','57.128.83.159'),(371327,0,'karynturk','2022-12-12 05:20:14','57.128.83.159'),(371328,0,'karynturk','2022-12-12 05:20:15','57.128.83.159'),(371329,0,'admin','2022-12-12 05:20:15','57.128.83.159'),(371330,0,'karynturk','2022-12-12 05:20:15','57.128.83.159'),(371331,0,'admin','2022-12-12 05:20:15','57.128.83.159'),(371332,0,'karynturk','2022-12-12 05:20:15','57.128.83.159'),(371333,0,'admin','2022-12-12 05:20:15','57.128.83.159'),(371334,0,'karynturk','2022-12-12 05:20:16','57.128.83.159'),(371335,0,'admin','2022-12-12 05:20:16','57.128.83.159'),(371336,0,'karynturk','2022-12-12 05:20:16','57.128.83.159'),(371337,0,'karynturk','2022-12-12 05:20:16','57.128.83.159'),(371338,0,'admin','2022-12-12 05:20:16','57.128.83.159'),(371339,0,'karynturk','2022-12-12 05:20:17','57.128.83.159'),(371340,0,'admin','2022-12-12 05:20:17','57.128.83.159'),(371341,0,'karynturk','2022-12-12 05:20:17','57.128.83.159'),(371342,0,'admin','2022-12-12 05:20:17','57.128.83.159'),(371343,0,'admin','2022-12-12 05:20:17','57.128.83.159'),(371344,0,'karynturk','2022-12-12 05:20:17','57.128.83.159'),(371345,0,'karynturk','2022-12-12 05:20:18','57.128.83.159'),(371346,0,'admin','2022-12-12 05:20:18','57.128.83.159'),(371347,0,'karynturk','2022-12-12 05:20:18','57.128.83.159'),(371348,0,'admin','2022-12-12 05:20:19','57.128.83.159'),(371349,0,'admin','2022-12-12 05:20:19','57.128.83.159'),(371350,0,'karynturk','2022-12-12 05:20:19','57.128.83.159'),(371351,0,'admin','2022-12-12 05:20:20','57.128.83.159'),(371352,0,'karynturk','2022-12-12 05:20:20','57.128.83.159'),(371353,0,'admin','2022-12-12 05:20:20','57.128.83.159'),(371354,0,'karynturk','2022-12-12 05:20:20','57.128.83.159'),(371355,0,'karynturk','2022-12-12 05:20:21','57.128.83.159'),(371356,0,'admin','2022-12-12 05:20:21','57.128.83.159'),(371357,0,'karynturk','2022-12-12 05:20:21','57.128.83.159'),(371358,0,'admin','2022-12-12 05:20:22','57.128.83.159'),(371359,0,'karynturk','2022-12-12 05:20:22','57.128.83.159'),(371360,0,'admin','2022-12-12 05:20:22','57.128.83.159'),(371361,0,'karynturk','2022-12-12 05:20:22','57.128.83.159'),(371362,0,'admin','2022-12-12 05:20:22','57.128.83.159'),(371363,0,'admin','2022-12-12 05:20:23','57.128.83.159'),(371364,0,'karynturk','2022-12-12 05:20:23','57.128.83.159'),(371365,0,'karynturk','2022-12-12 05:20:25','57.128.83.159'),(371366,0,'admin','2022-12-12 05:20:25','57.128.83.159'),(371367,0,'admin','2022-12-12 05:20:25','57.128.83.159'),(371368,0,'karynturk','2022-12-12 05:20:25','57.128.83.159'),(371369,0,'admin','2022-12-12 05:20:26','57.128.83.159'),(371370,0,'karynturk','2022-12-12 05:20:26','57.128.83.159'),(371371,0,'karynturk','2022-12-12 05:20:26','57.128.83.159'),(371372,0,'admin','2022-12-12 05:20:26','57.128.83.159'),(371373,0,'karynturk','2022-12-12 05:20:27','57.128.83.159'),(371374,0,'admin','2022-12-12 05:20:27','57.128.83.159'),(371375,0,'karynturk','2022-12-12 05:20:27','57.128.83.159'),(371376,0,'admin','2022-12-12 05:20:28','57.128.83.159'),(371377,0,'karynturk','2022-12-12 05:20:28','57.128.83.159'),(371378,0,'admin','2022-12-12 05:20:28','57.128.83.159'),(371379,0,'karynturk','2022-12-12 05:20:28','57.128.83.159'),(371380,0,'admin','2022-12-12 05:20:28','57.128.83.159'),(371381,0,'karynturk','2022-12-12 05:20:29','57.128.83.159'),(371382,0,'karynturk','2022-12-12 05:20:29','57.128.83.159'),(371383,0,'admin','2022-12-12 05:20:29','57.128.83.159'),(371384,0,'karynturk','2022-12-12 05:20:29','57.128.83.159'),(371385,0,'admin','2022-12-12 05:20:29','57.128.83.159'),(371386,0,'karynturk','2022-12-12 05:20:29','57.128.83.159'),(371387,0,'admin','2022-12-12 05:20:30','57.128.83.159'),(371388,0,'karynturk','2022-12-12 05:20:30','57.128.83.159'),(371389,0,'admin','2022-12-12 05:20:30','57.128.83.159'),(371390,0,'karynturk','2022-12-12 05:20:30','57.128.83.159'),(371391,0,'admin','2022-12-12 05:20:31','57.128.83.159'),(371392,0,'karynturk','2022-12-12 05:20:31','57.128.83.159'),(371393,0,'karynturk','2022-12-12 05:20:31','57.128.83.159'),(371394,0,'admin','2022-12-12 05:20:31','57.128.83.159'),(371395,0,'karynturk','2022-12-12 05:20:31','57.128.83.159'),(371396,0,'admin','2022-12-12 05:20:31','57.128.83.159'),(371397,0,'karynturk','2022-12-12 05:20:32','57.128.83.159'),(371398,0,'admin','2022-12-12 05:20:32','57.128.83.159'),(371399,0,'admin','2022-12-12 05:20:33','57.128.83.159'),(371400,0,'karynturk','2022-12-12 05:20:33','57.128.83.159'),(371401,0,'admin','2022-12-12 05:20:33','57.128.83.159'),(371402,0,'karynturk','2022-12-12 05:20:33','57.128.83.159'),(371403,0,'admin','2022-12-12 05:20:34','57.128.83.159'),(371404,0,'karynturk','2022-12-12 05:20:34','57.128.83.159'),(371405,0,'karynturk','2022-12-12 05:20:34','57.128.83.159'),(371406,0,'admin','2022-12-12 05:20:34','57.128.83.159'),(371407,0,'karynturk','2022-12-12 05:20:35','57.128.83.159'),(371408,0,'admin','2022-12-12 05:20:35','57.128.83.159'),(371409,0,'admin','2022-12-12 05:20:35','57.128.83.159'),(371410,0,'karynturk','2022-12-12 05:20:35','57.128.83.159'),(371411,0,'karynturk','2022-12-12 05:20:35','57.128.83.159'),(371412,0,'admin','2022-12-12 05:20:35','57.128.83.159'),(371413,0,'admin','2022-12-12 05:20:36','57.128.83.159'),(371414,0,'karynturk','2022-12-12 05:20:36','57.128.83.159'),(371415,0,'admin','2022-12-12 05:20:36','57.128.83.159'),(371416,0,'karynturk','2022-12-12 05:20:36','57.128.83.159'),(371417,0,'admin','2022-12-12 05:20:36','57.128.83.159'),(371418,0,'karynturk','2022-12-12 05:20:36','57.128.83.159'),(371419,0,'admin','2022-12-12 05:20:37','57.128.83.159'),(371420,0,'karynturk','2022-12-12 05:20:37','57.128.83.159'),(371421,0,'karynturk','2022-12-12 05:20:37','57.128.83.159'),(371422,0,'admin','2022-12-12 05:20:38','57.128.83.159'),(371423,0,'karynturk','2022-12-12 05:20:38','57.128.83.159'),(371424,0,'admin','2022-12-12 05:20:38','57.128.83.159'),(371425,0,'karynturk','2022-12-12 05:20:38','57.128.83.159'),(371426,0,'admin','2022-12-12 05:20:38','57.128.83.159'),(371427,0,'karynturk','2022-12-12 05:20:39','57.128.83.159'),(371428,0,'admin','2022-12-12 05:20:39','57.128.83.159'),(371429,0,'karynturk','2022-12-12 05:20:39','57.128.83.159'),(371430,0,'admin','2022-12-12 05:20:39','57.128.83.159'),(371431,0,'karynturk','2022-12-12 05:20:39','57.128.83.159'),(371432,0,'admin','2022-12-12 05:20:39','57.128.83.159'),(371433,0,'karynturk','2022-12-12 05:20:39','57.128.83.159'),(371434,0,'admin','2022-12-12 05:20:40','57.128.83.159'),(371435,0,'karynturk','2022-12-12 05:20:40','57.128.83.159'),(371436,0,'admin','2022-12-12 05:20:40','57.128.83.159'),(371437,0,'karynturk','2022-12-12 05:20:40','57.128.83.159'),(371438,0,'admin','2022-12-12 05:20:41','57.128.83.159'),(371439,0,'karynturk','2022-12-12 05:20:41','57.128.83.159'),(371440,0,'admin','2022-12-12 05:20:41','57.128.83.159'),(371441,0,'karynturk','2022-12-12 05:20:41','57.128.83.159'),(371442,0,'karynturk','2022-12-12 05:20:42','57.128.83.159'),(371443,0,'admin','2022-12-12 05:20:42','57.128.83.159'),(371444,0,'admin','2022-12-12 05:20:42','57.128.83.159'),(371445,0,'karynturk','2022-12-12 05:20:42','57.128.83.159'),(371446,0,'admin','2022-12-12 05:20:43','57.128.83.159'),(371447,0,'karynturk','2022-12-12 05:20:43','57.128.83.159'),(371448,0,'admin','2022-12-12 05:20:43','57.128.83.159'),(371449,0,'karynturk','2022-12-12 05:20:43','57.128.83.159'),(371450,0,'admin','2022-12-12 05:20:43','57.128.83.159'),(371451,0,'admin','2022-12-12 05:20:44','57.128.83.159'),(371452,0,'karynturk','2022-12-12 05:20:44','57.128.83.159'),(371453,0,'admin','2022-12-12 05:20:44','57.128.83.159'),(371454,0,'karynturk','2022-12-12 05:20:44','57.128.83.159'),(371455,0,'admin','2022-12-12 05:20:44','57.128.83.159'),(371456,0,'ukdebtconsolidations-co-uk','2022-12-12 05:20:44','93.114.185.76'),(371457,0,'karynturk','2022-12-12 05:20:44','57.128.83.159'),(371458,0,'admin','2022-12-12 05:20:45','57.128.83.159'),(371459,0,'karynturk','2022-12-12 05:20:45','57.128.83.159'),(371460,0,'admin','2022-12-12 05:20:45','57.128.83.159'),(371461,0,'karynturk','2022-12-12 05:20:45','57.128.83.159'),(371462,0,'admin','2022-12-12 05:20:45','57.128.83.159'),(371463,0,'karynturk','2022-12-12 05:20:46','57.128.83.159'),(371464,0,'admin','2022-12-12 05:20:46','57.128.83.159'),(371465,0,'karynturk','2022-12-12 05:20:46','57.128.83.159'),(371466,0,'admin','2022-12-12 05:20:46','57.128.83.159'),(371467,0,'karynturk','2022-12-12 05:20:47','57.128.83.159'),(371468,0,'admin','2022-12-12 05:20:47','57.128.83.159'),(371469,0,'karynturk','2022-12-12 05:20:47','57.128.83.159'),(371470,0,'admin','2022-12-12 05:20:47','57.128.83.159'),(371471,0,'karynturk','2022-12-12 05:20:47','57.128.83.159'),(371472,0,'admin','2022-12-12 05:20:47','57.128.83.159'),(371473,0,'karynturk','2022-12-12 05:20:48','57.128.83.159'),(371474,0,'admin','2022-12-12 05:20:48','57.128.83.159'),(371475,0,'karynturk','2022-12-12 05:20:48','57.128.83.159'),(371476,0,'admin','2022-12-12 05:20:48','57.128.83.159'),(371477,0,'admin','2022-12-12 05:20:48','57.128.83.159'),(371478,0,'karynturk','2022-12-12 05:20:49','57.128.83.159'),(371479,0,'admin','2022-12-12 05:20:49','57.128.83.159'),(371480,0,'karynturk','2022-12-12 05:20:49','57.128.83.159'),(371481,0,'admin','2022-12-12 05:20:49','57.128.83.159'),(371482,0,'karynturk','2022-12-12 05:20:49','57.128.83.159'),(371483,0,'admin','2022-12-12 05:20:50','57.128.83.159'),(371484,0,'karynturk','2022-12-12 05:20:50','57.128.83.159'),(371485,0,'admin','2022-12-12 05:20:50','57.128.83.159'),(371486,0,'karynturk','2022-12-12 05:20:50','57.128.83.159'),(371487,0,'karynturk','2022-12-12 05:20:50','57.128.83.159'),(371488,0,'admin','2022-12-12 05:20:50','57.128.83.159'),(371489,0,'karynturk','2022-12-12 05:20:51','57.128.83.159'),(371490,0,'admin','2022-12-12 05:20:51','57.128.83.159'),(371491,0,'karynturk','2022-12-12 05:20:51','57.128.83.159'),(371492,0,'admin','2022-12-12 05:20:51','57.128.83.159'),(371493,0,'karynturk','2022-12-12 05:20:52','57.128.83.159'),(371494,0,'admin','2022-12-12 05:20:52','57.128.83.159'),(371495,0,'karynturk','2022-12-12 05:20:52','57.128.83.159'),(371496,0,'admin','2022-12-12 05:20:52','57.128.83.159'),(371497,0,'admin','2022-12-12 05:20:52','57.128.83.159'),(371498,0,'karynturk','2022-12-12 05:20:52','57.128.83.159'),(371499,0,'admin','2022-12-12 05:20:53','57.128.83.159'),(371500,0,'karynturk','2022-12-12 05:20:53','57.128.83.159'),(371501,0,'admin','2022-12-12 05:20:53','57.128.83.159'),(371502,0,'karynturk','2022-12-12 05:20:53','57.128.83.159'),(371503,0,'admin','2022-12-12 05:20:53','57.128.83.159'),(371504,0,'karynturk','2022-12-12 05:20:53','57.128.83.159'),(371505,0,'karynturk','2022-12-12 05:20:54','57.128.83.159'),(371506,0,'admin','2022-12-12 05:20:54','57.128.83.159'),(371507,0,'karynturk','2022-12-12 05:20:54','57.128.83.159'),(371508,0,'admin','2022-12-12 05:20:54','57.128.83.159'),(371509,0,'karynturk','2022-12-12 05:20:54','57.128.83.159'),(371510,0,'admin','2022-12-12 05:20:54','57.128.83.159'),(371511,0,'karynturk','2022-12-12 05:20:54','57.128.83.159'),(371512,0,'admin','2022-12-12 05:20:54','57.128.83.159'),(371513,0,'karynturk','2022-12-12 05:20:55','57.128.83.159'),(371514,0,'admin','2022-12-12 05:20:55','57.128.83.159'),(371515,0,'admin','2022-12-12 05:20:55','57.128.83.159'),(371516,0,'karynturk','2022-12-12 05:20:55','57.128.83.159'),(371517,0,'admin','2022-12-12 05:20:55','57.128.83.159'),(371518,0,'karynturk','2022-12-12 05:20:55','57.128.83.159'),(371519,0,'admin','2022-12-12 05:20:56','57.128.83.159'),(371520,0,'karynturk','2022-12-12 05:20:56','57.128.83.159'),(371521,0,'admin','2022-12-12 05:20:56','57.128.83.159'),(371522,0,'karynturk','2022-12-12 05:20:56','57.128.83.159'),(371523,0,'admin','2022-12-12 05:20:56','57.128.83.159'),(371524,0,'karynturk','2022-12-12 05:20:56','57.128.83.159'),(371525,0,'karynturk','2022-12-12 05:20:56','57.128.83.159'),(371526,0,'admin','2022-12-12 05:20:56','57.128.83.159'),(371527,0,'karynturk','2022-12-12 05:20:57','57.128.83.159'),(371528,0,'admin','2022-12-12 05:20:57','57.128.83.159'),(371529,0,'karynturk','2022-12-12 05:20:57','57.128.83.159'),(371530,0,'admin','2022-12-12 05:20:57','57.128.83.159'),(371531,0,'karynturk','2022-12-12 05:20:57','57.128.83.159'),(371532,0,'karynturk','2022-12-12 05:20:58','57.128.83.159'),(371533,0,'admin','2022-12-12 05:20:58','57.128.83.159'),(371534,0,'admin','2022-12-12 05:20:58','57.128.83.159'),(371535,0,'karynturk','2022-12-12 05:20:58','57.128.83.159'),(371536,0,'karynturk','2022-12-12 05:20:58','57.128.83.159'),(371537,0,'admin','2022-12-12 05:20:58','57.128.83.159'),(371538,0,'karynturk','2022-12-12 05:20:58','57.128.83.159'),(371539,0,'admin','2022-12-12 05:20:59','57.128.83.159'),(371540,0,'karynturk','2022-12-12 05:20:59','57.128.83.159'),(371541,0,'admin','2022-12-12 05:20:59','57.128.83.159'),(371542,0,'karynturk','2022-12-12 05:20:59','57.128.83.159'),(371543,0,'admin','2022-12-12 05:20:59','57.128.83.159'),(371544,0,'karynturk','2022-12-12 05:20:59','57.128.83.159'),(371545,0,'admin','2022-12-12 05:21:00','57.128.83.159'),(371546,0,'karynturk','2022-12-12 05:21:00','57.128.83.159'),(371547,0,'admin','2022-12-12 05:21:00','57.128.83.159'),(371548,0,'karynturk','2022-12-12 05:21:00','57.128.83.159'),(371549,0,'admin','2022-12-12 05:21:00','57.128.83.159'),(371550,0,'karynturk','2022-12-12 05:21:00','57.128.83.159'),(371551,0,'admin','2022-12-12 05:21:00','57.128.83.159'),(371552,0,'karynturk','2022-12-12 05:21:00','57.128.83.159'),(371553,0,'karynturk','2022-12-12 05:21:01','57.128.83.159'),(371554,0,'admin','2022-12-12 05:21:01','57.128.83.159'),(371555,0,'karynturk','2022-12-12 05:21:01','57.128.83.159'),(371556,0,'admin','2022-12-12 05:21:01','57.128.83.159'),(371557,0,'admin','2022-12-12 05:21:01','57.128.83.159'),(371558,0,'karynturk','2022-12-12 05:21:01','57.128.83.159'),(371559,0,'admin','2022-12-12 05:21:01','57.128.83.159'),(371560,0,'karynturk','2022-12-12 05:21:01','57.128.83.159'),(371561,0,'admin','2022-12-12 05:21:02','57.128.83.159'),(371562,0,'karynturk','2022-12-12 05:21:02','57.128.83.159'),(371563,0,'admin','2022-12-12 05:21:02','57.128.83.159'),(371564,0,'karynturk','2022-12-12 05:21:02','57.128.83.159'),(371565,0,'admin','2022-12-12 05:21:02','57.128.83.159'),(371566,0,'karynturk','2022-12-12 05:21:02','57.128.83.159'),(371567,0,'admin','2022-12-12 05:21:02','57.128.83.159'),(371568,0,'karynturk','2022-12-12 05:21:02','57.128.83.159'),(371569,0,'admin','2022-12-12 05:21:03','57.128.83.159'),(371570,0,'karynturk','2022-12-12 05:21:03','57.128.83.159'),(371571,0,'admin','2022-12-12 05:21:03','57.128.83.159'),(371572,0,'karynturk','2022-12-12 05:21:03','57.128.83.159'),(371573,0,'admin','2022-12-12 05:21:03','57.128.83.159'),(371574,0,'karynturk','2022-12-12 05:21:03','57.128.83.159'),(371575,0,'admin','2022-12-12 05:21:03','57.128.83.159'),(371576,0,'karynturk','2022-12-12 05:21:03','57.128.83.159'),(371577,0,'admin','2022-12-12 05:21:03','57.128.83.159'),(371578,0,'karynturk','2022-12-12 05:21:04','57.128.83.159'),(371579,0,'admin','2022-12-12 05:21:04','57.128.83.159'),(371580,0,'karynturk','2022-12-12 05:21:04','57.128.83.159'),(371581,0,'admin','2022-12-12 05:21:04','57.128.83.159'),(371582,0,'karynturk','2022-12-12 05:21:04','57.128.83.159'),(371583,0,'karynturk','2022-12-12 05:21:04','57.128.83.159'),(371584,0,'admin','2022-12-12 05:21:04','57.128.83.159'),(371585,0,'karynturk','2022-12-12 05:21:04','57.128.83.159'),(371586,0,'admin','2022-12-12 05:21:04','57.128.83.159'),(371587,0,'admin','2022-12-12 05:21:05','57.128.83.159'),(371588,0,'karynturk','2022-12-12 05:21:05','57.128.83.159'),(371589,0,'admin','2022-12-12 05:21:05','57.128.83.159'),(371590,0,'karynturk','2022-12-12 05:21:05','57.128.83.159'),(371591,0,'admin','2022-12-12 05:21:05','57.128.83.159'),(371592,0,'karynturk','2022-12-12 05:21:05','57.128.83.159'),(371593,0,'admin','2022-12-12 05:21:05','57.128.83.159'),(371594,0,'karynturk','2022-12-12 05:21:05','57.128.83.159'),(371595,0,'admin','2022-12-12 05:21:05','57.128.83.159'),(371596,0,'karynturk','2022-12-12 05:21:05','57.128.83.159'),(371597,0,'admin','2022-12-12 05:21:05','57.128.83.159'),(371598,0,'karynturk','2022-12-12 05:21:06','57.128.83.159'),(371599,0,'admin','2022-12-12 05:21:06','57.128.83.159'),(371600,0,'admin','2022-12-12 05:21:06','57.128.83.159'),(371601,0,'karynturk','2022-12-12 05:21:06','57.128.83.159'),(371602,0,'admin','2022-12-12 05:21:06','57.128.83.159'),(371603,0,'karynturk','2022-12-12 05:21:06','57.128.83.159'),(371604,0,'admin','2022-12-12 05:21:06','57.128.83.159'),(371605,0,'karynturk','2022-12-12 05:21:06','57.128.83.159'),(371606,0,'admin','2022-12-12 05:21:06','57.128.83.159'),(371607,0,'karynturk','2022-12-12 05:21:06','57.128.83.159'),(371608,0,'admin','2022-12-12 05:21:06','57.128.83.159'),(371609,0,'karynturk','2022-12-12 05:21:07','57.128.83.159'),(371610,0,'admin','2022-12-12 05:21:07','57.128.83.159'),(371611,0,'karynturk','2022-12-12 05:21:07','57.128.83.159'),(371612,0,'admin','2022-12-12 05:21:07','57.128.83.159'),(371613,0,'karynturk','2022-12-12 05:21:07','57.128.83.159'),(371614,0,'admin','2022-12-12 05:21:07','57.128.83.159'),(371615,0,'karynturk','2022-12-12 05:21:07','57.128.83.159'),(371616,0,'admin','2022-12-12 05:21:07','57.128.83.159'),(371617,0,'karynturk','2022-12-12 05:21:07','57.128.83.159'),(371618,0,'admin','2022-12-12 05:21:07','57.128.83.159'),(371619,0,'karynturk','2022-12-12 05:21:07','57.128.83.159'),(371620,0,'admin','2022-12-12 05:21:07','57.128.83.159'),(371621,0,'karynturk','2022-12-12 05:21:08','57.128.83.159'),(371622,0,'admin','2022-12-12 05:21:08','57.128.83.159'),(371623,0,'karynturk','2022-12-12 05:21:08','57.128.83.159'),(371624,0,'admin','2022-12-12 05:21:08','57.128.83.159'),(371625,0,'karynturk','2022-12-12 05:21:08','57.128.83.159'),(371626,0,'karynturk','2022-12-12 05:21:08','57.128.83.159'),(371627,0,'admin','2022-12-12 05:21:08','57.128.83.159'),(371628,0,'admin','2022-12-12 05:21:08','57.128.83.159'),(371629,0,'admin','2022-12-12 05:21:08','57.128.83.159'),(371630,0,'admin','2022-12-12 05:21:08','57.128.83.159'),(371631,0,'admin','2022-12-12 05:21:09','57.128.83.159'),(371632,0,'admin','2022-12-12 05:21:09','57.128.83.159'),(371633,0,'admin','2022-12-12 05:21:09','57.128.83.159'),(371634,0,'ukdebtconsolidations-co-uk','2022-12-12 05:29:59','103.154.184.191'),(371635,0,'feed','2022-12-12 05:34:26','150.109.148.216'),(371636,0,'ukdebtconsolidations-co-uk','2022-12-12 05:37:40','202.29.236.140'),(371637,0,'ukdebtconsolidations-co-uk','2022-12-12 05:47:57','186.234.80.235'),(371638,0,'feed','2022-12-12 05:51:10','157.230.15.115'),(371639,0,'ukdebtconsolidations-co-uk','2022-12-12 05:54:22','159.89.199.237'),(371640,0,'ukdebtconsolidations-co-uk','2022-12-12 05:57:55','161.97.88.147'),(371641,0,'ukdebtconsolidations-co-uk','2022-12-12 06:05:20','45.125.239.179'),(371642,0,'feed','2022-12-12 06:07:45','52.138.180.227'),(371643,0,'ukdebtconsolidations-co-uk','2022-12-12 06:10:58','47.115.24.165'),(371644,0,'ukdebtconsolidations-co-uk','2022-12-12 06:13:36','185.49.20.77'),(371645,0,'btconsolida','2022-12-12 06:17:01','185.119.81.99'),(371646,0,'ukdebtconsolidations-co-uk','2022-12-12 06:21:41','148.72.244.254'),(371647,0,'payments','2022-12-12 06:22:19','185.119.81.99'),(371648,0,'feed','2022-12-12 06:24:06','103.130.218.189'),(371649,0,'ukdebtconsolidations-co-uk','2022-12-12 06:27:17','34.133.220.74'),(371650,0,'ukdebtconsolidations-co-uk','2022-12-12 06:29:08','148.72.210.140'),(371651,0,'ukdebtconsolidations-co-uk','2022-12-12 06:36:20','68.183.187.53'),(371652,0,'ukdebtconsolidationscouk','2022-12-12 06:37:15','68.183.85.239'),(371653,0,'feed','2022-12-12 06:40:19','13.81.59.92'),(371654,0,'ukdebtconsolidations-co-uk','2022-12-12 06:43:31','108.179.192.195'),(371655,0,'ukdebtconsolidations-co-uk','2022-12-12 06:43:31','104.131.68.19'),(371656,0,'ukdebtconsolidations-co-uk','2022-12-12 06:49:20','35.195.135.67'),(371657,0,'ukdebtconsolidations-co-uk','2022-12-12 06:55:17','81.88.52.223'),(371658,0,'ukdebtconsolidations-co-uk','2022-12-12 07:00:30','167.86.89.145'),(371659,0,'ukdebtconsolidations-co-uk','2022-12-12 07:12:54','162.241.2.153'),(371660,0,'ukdebtconsolidations-co-uk','2022-12-12 07:19:46','108.167.189.103'),(371661,0,'ukdebtconsolidations-co-uk','2022-12-12 07:26:10','171.244.21.74'),(371662,0,'ukdebtconsolidations-co-uk','2022-12-12 07:32:49','199.168.185.232'),(371663,0,'ukdebtconsolidations-co-uk','2022-12-12 07:39:02','162.241.61.95'),(371664,0,'ukdebtconsolidations-co-uk','2022-12-12 07:44:15','103.48.194.136'),(371665,0,'ukdebtconsolidations-co-uk','2022-12-12 07:49:25','120.24.108.217'),(371666,0,'ukdebtconsolidations-co-uk','2022-12-12 07:54:33','83.150.215.90'),(371667,0,'ukdebtconsolidations-co-uk','2022-12-12 07:59:32','80.241.222.228'),(371668,0,'ukdebtconsolidations-co-uk','2022-12-12 08:04:37','103.101.225.11'),(371669,0,'ukdebtconsolidations-co-uk','2022-12-12 08:10:20','54.37.81.190'),(371670,0,'ukdebtconsolidations-co-uk','2022-12-12 08:16:53','178.62.108.24'),(371671,0,'ukdebtconsolidations-co-uk','2022-12-12 08:24:36','210.211.125.204'),(371672,0,'ukdebtconsolidations-co-uk','2022-12-12 08:33:28','188.164.193.195'),(371673,0,'ukdebtconsolidations-co-uk','2022-12-12 08:41:50','3.6.86.240'),(371674,0,'ukdebtconsolidations-co-uk','2022-12-12 08:50:33','43.129.212.158'),(371675,0,'ukdebtconsolidations-co-uk','2022-12-12 08:59:16','137.184.140.67'),(371676,0,'Income','2022-12-12 09:03:54','185.119.81.99'),(371677,0,'ukdebtconsolidations-co-uk','2022-12-12 09:07:40','8.129.20.30'),(371678,0,'ukdebtconsolidations-co-uk','2022-12-12 09:16:22','206.189.163.232'),(371679,0,'ukdebtconsolidations-co-uk','2022-12-12 09:25:47','39.101.205.176'),(371680,0,'ukdebtconsolidations-co-uk','2022-12-12 09:34:22','162.214.146.186'),(371681,0,'ukdebtconsolidations','2022-12-12 09:41:27','92.204.134.137'),(371682,0,'ukdebtconsolidations-co-uk','2022-12-12 09:43:56','109.234.164.211'),(371683,0,'ukdebtconsolidations-co-uk','2022-12-12 09:53:11','190.92.159.48'),(371684,0,'ukdebtconsolidations-co-uk','2022-12-12 10:02:29','206.189.163.232'),(371685,0,'ukdebtconsolidations-co-uk','2022-12-12 10:12:03','109.234.164.211'),(371686,0,'admin','2022-12-12 10:14:56','206.84.102.6'),(371687,0,'admin','2022-12-12 10:15:28','185.225.33.99'),(371688,0,'ukdebtconsolidations-co-uk','2022-12-12 10:21:04','206.189.163.232'),(371689,0,'ukdebtconsolidations-co-uk','2022-12-12 10:30:20','165.22.185.49'),(371690,0,'admin','2022-12-12 10:31:41','185.8.173.223'),(371691,0,'ukdebtconsolidations-co-uk','2022-12-12 10:40:22','66.29.134.244'),(371692,0,'ukdebtconsolidations-co-uk','2022-12-12 10:50:08','80.251.219.111'),(371693,0,'payments','2022-12-12 10:56:06','185.119.81.99'),(371694,0,'ukdebtconsolidations-co-uk','2022-12-12 10:59:53','130.61.143.194'),(371695,0,'ukdebtconsolidations-co-uk','2022-12-12 11:09:43','47.100.185.96'),(371696,0,'wadminw','2022-12-12 11:17:29','72.34.62.119'),(371697,0,'wwwadmin','2022-12-12 11:27:26','125.227.127.195'),(371698,0,'admin','2022-12-12 12:01:48','40.70.241.53'),(371699,0,'wadminw','2022-12-12 12:14:04','144.91.68.184'),(371700,0,'wwwadmin','2022-12-12 12:24:11','119.63.201.53'),(371701,0,'ukdebtconsolidations-co-uk','2022-12-12 12:41:48','23.142.24.35'),(371702,0,'ukdebtconsolidations-co-uk','2022-12-12 12:53:18','209.124.90.80'),(371703,0,'ukdebtconsolidationscouk','2022-12-12 12:55:42','151.106.114.47'),(371704,0,'ukdebtconsolidations-co-uk','2022-12-12 13:03:59','103.35.64.73'),(371705,0,'ukdebtconsolidations-co-uk','2022-12-12 13:14:51','148.72.209.0'),(371706,0,'ukdebtconsolidations-co-uk','2022-12-12 13:25:50','35.201.224.83'),(371707,0,'ukdebtconsolidations-co-uk','2022-12-12 13:37:22','80.241.222.228'),(371708,0,'feed','2022-12-12 13:43:47','144.126.223.177'),(371709,0,'ukdebtconsolidations-co-uk','2022-12-12 13:46:53','138.68.180.230'),(371710,0,'feed','2022-12-12 13:55:41','80.88.88.149'),(371711,0,'ukdebtconsolidations-co-uk','2022-12-12 14:07:49','207.46.234.202'),(371712,0,'feed','2022-12-12 14:16:27','49.12.46.45'),(371713,0,'ukdebtconsolidations-co-uk','2022-12-12 14:29:01','171.244.0.91'),(371714,0,'payments','2022-12-12 14:30:14','185.119.81.99'),(371715,0,'feed','2022-12-12 14:37:44','54.37.235.96'),(371716,0,'admin','2022-12-12 14:42:29','92.204.128.97'),(371717,0,'btconsolida','2022-12-12 14:43:07','185.119.81.99'),(371718,0,'ukdebtconsolidations-co-uk','2022-12-12 14:50:12','14.225.255.250'),(371719,0,'feed','2022-12-12 14:59:29','35.187.58.136'),(371720,0,'payments@ridingtherhino.co.uk','2022-12-12 15:10:08','185.119.81.99'),(371721,0,'ukdebtconsolidations-co-uk','2022-12-12 15:13:02','151.106.38.6'),(371722,0,'feed','2022-12-12 15:22:28','35.187.58.136'),(371723,0,'ukdebtconsolidations-co-uk','2022-12-12 15:36:01','13.79.17.158'),(371724,0,'feed','2022-12-12 15:45:00','188.165.198.224'),(371725,0,'ukdebtconsolidations-co-uk','2022-12-12 15:57:41','174.138.21.84'),(371726,0,'feed','2022-12-12 16:07:42','128.199.131.42'),(371727,0,'ukdebtconsolidations-co-uk','2022-12-12 16:20:43','157.175.3.90'),(371728,0,'feed','2022-12-12 16:29:25','31.192.224.145'),(371729,0,'ukdebtconsolidations-co-uk','2022-12-12 16:41:32','84.205.178.135'),(371730,0,'admin','2022-12-12 16:49:36','45.64.105.11'),(371731,0,'feed','2022-12-12 16:50:19','23.97.205.210'),(371732,0,'ukdebtconsolidations-co-uk','2022-12-12 17:02:21','142.93.203.156'),(371733,0,'feed','2022-12-12 17:11:02','202.29.236.140'),(371734,0,'ukdebtconsolidations-co-uk','2022-12-12 17:23:04','205.196.221.177'),(371735,0,'feed','2022-12-12 17:51:38','178.128.167.203'),(371736,0,'ukdebtconsolidations-co-uk','2022-12-12 18:03:25','69.163.207.121'),(371737,0,'feed','2022-12-12 18:11:44','54.37.156.240'),(371738,0,'ukdebtconsolidations-co-uk','2022-12-12 18:23:44','34.69.109.132'),(371739,0,'admin','2022-12-12 18:30:07','185.119.81.99'),(371740,0,'feed','2022-12-12 18:32:03','120.27.240.230'),(371741,0,'ukdebtconsolidations-co-uk','2022-12-12 18:43:33','167.71.204.106'),(371742,0,'feed','2022-12-12 18:51:46','34.69.109.132'),(371743,0,'ukdebtconsolidations-co-uk','2022-12-12 19:03:16','97.74.80.103'),(371744,0,'admin','2022-12-12 19:06:29','185.119.81.99'),(371745,0,'feed','2022-12-12 19:11:24','185.250.251.124'),(371746,0,'ukdebtconsolidations-co-uk','2022-12-12 19:22:52','171.244.0.91'),(371747,0,'feed','2022-12-12 19:30:58','116.203.180.175'),(371748,0,'ukdebtconsolidations-co-uk','2022-12-12 19:42:32','8.218.73.1'),(371749,0,'feed','2022-12-12 19:50:45','148.72.207.163'),(371750,0,'ukdebtconsolidations-co-uk','2022-12-12 20:02:21','144.126.140.128'),(371751,0,'feed','2022-12-12 20:10:40','159.223.91.187'),(371752,0,'ukdebtconsolidations-co-uk','2022-12-12 20:22:30','104.248.35.154'),(371753,0,'feed','2022-12-12 20:30:53','162.253.42.216'),(371754,0,'payments@ridingtherhino.co.uk','2022-12-12 20:32:22','185.119.81.99'),(371755,0,'ukdebtconsolidations-co-uk','2022-12-12 20:42:33','95.97.6.138'),(371756,0,'feed','2022-12-12 20:50:57','67.205.11.198'),(371757,0,'ukdebtconsolidations-co-uk','2022-12-12 21:02:53','185.2.4.56'),(371758,0,'feed','2022-12-12 21:11:22','109.168.97.89'),(371759,0,'ukdebtconsolidations-co-uk','2022-12-12 21:23:06','188.166.225.235'),(371760,0,'feed','2022-12-12 21:31:19','104.131.68.19'),(371761,0,'ukdebtconsolidations-co-uk','2022-12-12 21:42:56','159.89.199.237'),(371762,0,'feed','2022-12-12 21:51:15','14.225.255.250'),(371763,0,'returns','2022-12-12 21:54:21','185.119.81.99'),(371764,0,'ukdebtconsolidations-co-uk','2022-12-12 22:02:57','171.244.0.91'),(371765,0,'feed','2022-12-12 22:11:16','64.227.6.141'),(371766,0,'ukdebtconsolidations-co-uk','2022-12-12 22:22:59','51.210.183.128'),(371767,0,'btconsolida','2022-12-12 22:24:58','185.119.81.99'),(371768,0,'feed','2022-12-12 22:31:25','54.37.156.240'),(371769,0,'feed','2022-12-12 22:51:52','92.204.138.28'),(371770,0,'ukdebtconsolidations-co-uk','2022-12-12 23:04:14','185.2.4.134'),(371771,0,'feed','2022-12-12 23:13:00','207.46.234.202'),(371772,0,'admin','2022-12-12 23:19:19','5.101.157.220'),(371773,0,'admin','2022-12-12 23:19:20','5.101.157.220'),(371774,0,'admin','2022-12-12 23:19:20','5.101.157.220'),(371775,0,'admin','2022-12-12 23:19:20','5.101.157.220'),(371776,0,'admin','2022-12-12 23:19:21','5.101.157.220'),(371777,0,'admin','2022-12-12 23:19:21','5.101.157.220'),(371778,0,'admin','2022-12-12 23:19:21','5.101.157.220'),(371779,0,'admin','2022-12-12 23:19:22','5.101.157.220'),(371780,0,'admin','2022-12-12 23:19:22','5.101.157.220'),(371781,0,'admin','2022-12-12 23:19:23','5.101.157.220'),(371782,0,'admin','2022-12-12 23:19:23','5.101.157.220'),(371783,0,'admin','2022-12-12 23:19:23','5.101.157.220'),(371784,0,'admin','2022-12-12 23:19:24','5.101.157.220'),(371785,0,'admin','2022-12-12 23:19:24','5.101.157.220'),(371786,0,'admin','2022-12-12 23:19:24','5.101.157.220'),(371787,0,'admin','2022-12-12 23:19:25','5.101.157.220'),(371788,0,'admin','2022-12-12 23:19:25','5.101.157.220'),(371789,0,'admin','2022-12-12 23:19:26','5.101.157.220'),(371790,0,'admin','2022-12-12 23:19:26','5.101.157.220'),(371791,0,'admin','2022-12-12 23:19:26','5.101.157.220'),(371792,0,'admin','2022-12-12 23:19:27','5.101.157.220'),(371793,0,'admin','2022-12-12 23:19:27','5.101.157.220'),(371794,0,'admin','2022-12-12 23:19:27','5.101.157.220'),(371795,0,'admin','2022-12-12 23:19:28','5.101.157.220'),(371796,0,'admin','2022-12-12 23:19:28','5.101.157.220'),(371797,0,'ukdebtconsolidations-co-uk','2022-12-12 23:25:23','82.115.19.163'),(371798,0,'feed','2022-12-12 23:33:52','81.88.52.8'),(371799,0,'ukdebtconsolidations-co-uk','2022-12-12 23:45:59','207.46.234.202'),(371800,0,'Income','2022-12-12 23:52:36','185.119.81.99'),(371801,0,'feed','2022-12-12 23:54:31','217.76.155.6'),(371802,0,'ukdebtconsolidations-co-uk','2022-12-13 00:06:37','114.119.188.227'),(371803,0,'payments','2022-12-13 00:10:39','185.119.81.99'),(371804,0,'payments@ridingtherhino.co.uk','2022-12-13 00:14:44','185.119.81.99'),(371805,0,'feed','2022-12-13 00:15:23','185.2.5.31'),(371806,0,'ukdebtconsolidations-co-uk','2022-12-13 00:28:20','34.78.198.205'),(371807,0,'feed','2022-12-13 00:37:33','178.217.190.82'),(371808,0,'payments','2022-12-13 00:41:24','185.119.81.99'),(371809,0,'ukdebtconsolidations-co-uk','2022-12-13 00:49:58','128.199.131.42'),(371810,0,'feed','2022-12-13 00:58:35','124.153.66.86'),(371811,0,'ukdebtconsolidations-co-uk','2022-12-13 01:11:05','34.133.220.74'),(371812,0,'payments','2022-12-13 01:14:31','185.119.81.99'),(371813,0,'feed','2022-12-13 01:19:47','159.223.39.222'),(371814,0,'returns','2022-12-13 01:28:15','185.119.81.99'),(371815,0,'ukdebtconsolidations-co-uk','2022-12-13 01:32:28','185.2.4.134'),(371816,0,'feed','2022-12-13 01:41:46','54.37.156.240'),(371817,0,'admin','2022-12-13 01:47:29','185.119.81.104'),(371818,0,'payments','2022-12-13 01:54:02','185.119.81.99'),(371819,0,'ukdebtconsolidations-co-uk','2022-12-13 01:54:24','92.204.138.28'),(371820,0,'feed','2022-12-13 02:03:39','178.128.5.109'),(371821,0,'ukdebtconsolidations-co-uk','2022-12-13 02:16:35','104.248.35.154'),(371822,0,'feed','2022-12-13 02:26:38','103.147.241.56'),(371823,0,'ukdebtconsolidations-co-uk','2022-12-13 02:39:20','147.182.249.22'),(371824,0,'feed','2022-12-13 02:49:19','69.163.186.158'),(371825,0,'ukdebtconsolidations-co-uk','2022-12-13 03:03:34','141.94.247.170'),(371826,0,'feed','2022-12-13 03:03:39','5.188.62.140'),(371827,0,'feed','2022-12-13 03:13:55','159.89.109.117'),(371828,0,'ukdebtconsolidations','2022-12-13 03:30:28','120.132.99.49'),(371829,0,'ukdebtconsolidations','2022-12-13 03:30:30','120.132.99.49'),(371830,0,'ukdebtconsolidations','2022-12-13 03:30:32','120.132.99.49'),(371831,0,'ukdebtconsolidations','2022-12-13 03:30:34','120.132.99.49'),(371832,0,'ukdebtconsolidations','2022-12-13 03:30:35','120.132.99.49'),(371833,0,'ukdebtconsolidations','2022-12-13 03:30:36','120.132.99.49'),(371834,0,'ukdebtconsolidations','2022-12-13 03:30:39','120.132.99.49'),(371835,0,'ukdebtconsolidations','2022-12-13 03:30:40','120.132.99.49'),(371836,0,'ukdebtconsolidations','2022-12-13 03:30:42','120.132.99.49'),(371837,0,'ukdebtconsolidations','2022-12-13 03:30:43','120.132.99.49'),(371838,0,'ukdebtconsolidations','2022-12-13 03:30:45','120.132.99.49'),(371839,0,'ukdebtconsolidations','2022-12-13 03:30:47','120.132.99.49'),(371840,0,'ukdebtconsolidations','2022-12-13 03:30:48','120.132.99.49'),(371841,0,'ukdebtconsolidations','2022-12-13 03:30:50','120.132.99.49'),(371842,0,'ukdebtconsolidations','2022-12-13 03:30:51','120.132.99.49'),(371843,0,'ukdebtconsolidations','2022-12-13 03:30:53','120.132.99.49'),(371844,0,'ukdebtconsolidations','2022-12-13 03:30:54','120.132.99.49'),(371845,0,'ukdebtconsolidations','2022-12-13 03:30:55','120.132.99.49'),(371846,0,'ukdebtconsolidations','2022-12-13 03:30:56','120.132.99.49'),(371847,0,'ukdebtconsolidations','2022-12-13 03:30:57','120.132.99.49'),(371848,0,'ukdebtconsolidations','2022-12-13 03:30:59','120.132.99.49'),(371849,0,'ukdebtconsolidations','2022-12-13 03:31:00','120.132.99.49'),(371850,0,'ukdebtconsolidations','2022-12-13 03:31:01','120.132.99.49'),(371851,0,'ukdebtconsolidations','2022-12-13 03:31:02','120.132.99.49'),(371852,0,'ukdebtconsolidations','2022-12-13 03:31:04','120.132.99.49'),(371853,0,'feed','2022-12-13 03:39:07','120.27.240.230'),(371854,0,'ukdebtconsolidations-co-uk','2022-12-13 03:53:17','34.65.234.0'),(371855,0,'feed','2022-12-13 04:03:33','146.148.44.185'),(371856,0,'ukdebtconsolidations-co-uk','2022-12-13 04:17:59','47.114.72.18'),(371857,0,'feed','2022-12-13 04:28:09','149.56.26.54'),(371858,0,'ukdebtconsolidations-co-uk','2022-12-13 04:41:11','167.172.206.144'),(371859,0,'feed','2022-12-13 04:50:35','159.89.199.237'),(371860,0,'payments','2022-12-13 04:52:55','185.119.81.99'),(371861,0,'payments@ridingtherhino.co.uk','2022-12-13 04:55:46','185.119.81.99'),(371862,0,'ukdebtconsolidations-co-uk','2022-12-13 05:03:53','185.2.4.147'),(371863,0,'feed','2022-12-13 05:13:22','185.2.5.77'),(371864,0,'ukdebtconsolidations-co-uk','2022-12-13 05:26:37','157.230.15.115'),(371865,0,'feed','2022-12-13 05:35:52','144.126.223.177'),(371866,0,'ukdebtconsolidations-co-uk','2022-12-13 05:49:44','202.29.236.140'),(371867,0,'payments@ridingtherhino.co.uk','2022-12-13 05:54:50','185.119.81.99'),(371868,0,'feed','2022-12-13 05:57:23','109.168.97.89'),(371869,0,'ukdebtconsolidations-co-uk','2022-12-13 06:10:39','159.89.199.237'),(371870,0,'feed','2022-12-13 06:19:53','143.244.177.220'),(371871,0,'payments@ridingtherhino.co.uk','2022-12-13 06:27:50','185.119.81.99'),(371872,0,'ukdebtconsolidations-co-uk','2022-12-13 06:32:35','194.195.121.233'),(371873,0,'payments','2022-12-13 06:36:46','185.119.81.104'),(371874,0,'feed','2022-12-13 06:41:32','139.59.82.122'),(371875,0,'ukdebtconsolidations-co-uk','2022-12-13 06:54:39','142.93.216.205'),(371876,0,'feed','2022-12-13 07:05:31','188.212.34.69'),(371877,0,'ukdebtconsolidations-co-uk','2022-12-13 07:18:17','106.15.38.206'),(371878,0,'feed','2022-12-13 07:28:16','77.240.13.186'),(371879,0,'payments@ridingtherhino.co.uk','2022-12-13 07:37:02','185.119.81.99'),(371880,0,'ukdebtconsolidations-co-uk','2022-12-13 07:41:48','75.119.135.205'),(371881,0,'ukdebtconsolidations-co-uk','2022-12-13 08:05:12','159.89.109.117'),(371882,0,'ukdebtconsolidations.co.uk','2022-12-13 08:05:20','34.96.143.131'),(371883,0,'feed','2022-12-13 08:14:50','114.119.188.227'),(371884,0,'ukdebtconsolidations-co-uk','2022-12-13 08:28:18','139.59.82.122'),(371885,0,'feed','2022-12-13 08:37:54','185.250.251.124'),(371886,0,'ukdebtconsolidations-co-uk','2022-12-13 08:51:07','185.250.251.124'),(371887,0,'feed','2022-12-13 09:00:52','185.2.5.77'),(371888,0,'ukdebtconsolidations-co-uk','2022-12-13 09:14:36','188.166.91.172'),(371889,0,'feed','2022-12-13 09:24:27','47.114.72.18'),(371890,0,'ukdebtconsolidations-co-uk','2022-12-13 09:37:58','167.99.228.9'),(371891,0,'ukdebtconsolidations.co.uk','2022-12-13 09:41:15','185.114.247.102'),(371892,0,'admin','2022-12-13 09:43:21','82.180.174.42'),(371893,0,'feed','2022-12-13 09:47:45','167.71.234.124'),(371894,0,'ukdebtconsolidations-co-uk','2022-12-13 10:02:11','142.93.203.156'),(371895,0,'ukdebtconsolidations.co.uk','2022-12-13 10:05:31','31.220.106.213'),(371896,0,'feed','2022-12-13 10:13:17','161.35.52.207'),(371897,0,'ukdebtconsolidations-co-uk','2022-12-13 10:27:47','159.89.199.237'),(371898,0,'feed','2022-12-13 10:37:50','43.154.9.162'),(371899,0,'ukdebtconsolidations-co-uk','2022-12-13 10:51:22','185.2.4.134'),(371900,0,'ukdebtconsolidations-co-uk','2022-12-13 11:17:12','185.2.4.33'),(371901,0,'feed','2022-12-13 11:26:59','139.59.22.99'),(371902,0,'ukdebtconsolidations-co-uk','2022-12-13 11:40:58','133.130.103.36'),(371903,0,'payments','2022-12-13 11:44:50','185.119.81.99'),(371904,0,'payments@ridingtherhino.co.uk','2022-12-13 12:13:28','185.119.81.104'),(371905,0,'Income','2022-12-13 12:15:59','185.119.81.99'),(371906,0,'admin','2022-12-13 12:17:47','97.74.80.103'),(371907,0,'admin','2022-12-13 12:40:24','146.56.99.136'),(371908,0,'admin','2022-12-13 12:53:32','194.195.121.233'),(371909,0,'admin','2022-12-13 13:02:54','167.99.228.9'),(371910,0,'admin','2022-12-13 13:16:32','148.72.207.163'),(371911,0,'admin','2022-12-13 13:25:55','109.168.97.89'),(371912,0,'admin','2022-12-13 13:38:42','103.114.35.88'),(371913,0,'admin','2022-12-13 13:49:26','188.165.198.224'),(371914,0,'admin','2022-12-13 14:00:02','47.115.24.165'),(371915,0,'admin','2022-12-13 14:22:49','93.114.185.76'),(371916,0,'feed','2022-12-13 14:32:29','111.93.53.163'),(371917,0,'ukdebtconsolidations','2022-12-13 14:44:58','161.35.86.230'),(371918,0,'ukdebtconsolidations-co-uk','2022-12-13 14:45:09','157.245.207.53'),(371919,0,'feed','2022-12-13 14:54:23','128.199.14.4'),(371920,0,'admin','2022-12-13 15:22:28','185.119.81.99'),(371921,0,'admin','2022-12-13 16:05:57','77.37.208.205'),(371922,0,'payments','2022-12-13 17:00:59','185.119.81.99'),(371923,0,'payments@ridingtherhino.co.uk','2022-12-13 17:03:06','185.119.81.99'),(371924,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:28','167.172.156.96'),(371925,0,'admin','2022-12-13 17:33:29','167.172.156.96'),(371926,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:29','167.172.156.96'),(371927,0,'admin','2022-12-13 17:33:30','167.172.156.96'),(371928,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:30','167.172.156.96'),(371929,0,'admin','2022-12-13 17:33:30','167.172.156.96'),(371930,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:31','167.172.156.96'),(371931,0,'admin','2022-12-13 17:33:31','167.172.156.96'),(371932,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:32','167.172.156.96'),(371933,0,'admin','2022-12-13 17:33:32','167.172.156.96'),(371934,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:32','167.172.156.96'),(371935,0,'admin','2022-12-13 17:33:33','167.172.156.96'),(371936,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:33','167.172.156.96'),(371937,0,'admin','2022-12-13 17:33:34','167.172.156.96'),(371938,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:34','167.172.156.96'),(371939,0,'admin','2022-12-13 17:33:34','167.172.156.96'),(371940,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:35','167.172.156.96'),(371941,0,'admin','2022-12-13 17:33:35','167.172.156.96'),(371942,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:35','167.172.156.96'),(371943,0,'admin','2022-12-13 17:33:36','167.172.156.96'),(371944,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:36','167.172.156.96'),(371945,0,'admin','2022-12-13 17:33:37','167.172.156.96'),(371946,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:37','167.172.156.96'),(371947,0,'admin','2022-12-13 17:33:38','167.172.156.96'),(371948,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:38','167.172.156.96'),(371949,0,'admin','2022-12-13 17:33:38','167.172.156.96'),(371950,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:39','167.172.156.96'),(371951,0,'admin','2022-12-13 17:33:39','167.172.156.96'),(371952,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:39','167.172.156.96'),(371953,0,'admin','2022-12-13 17:33:40','167.172.156.96'),(371954,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:40','167.172.156.96'),(371955,0,'admin','2022-12-13 17:33:40','167.172.156.96'),(371956,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:41','167.172.156.96'),(371957,0,'admin','2022-12-13 17:33:41','167.172.156.96'),(371958,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:42','167.172.156.96'),(371959,0,'admin','2022-12-13 17:33:42','167.172.156.96'),(371960,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:42','167.172.156.96'),(371961,0,'admin','2022-12-13 17:33:43','167.172.156.96'),(371962,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:43','167.172.156.96'),(371963,0,'admin','2022-12-13 17:33:43','167.172.156.96'),(371964,0,'ukdebtconsolidations-co-uk','2022-12-13 17:33:44','167.172.156.96'),(371965,0,'admin','2022-12-13 17:33:44','167.172.156.96'),(371966,0,'ukdebtconsolidationscouk','2022-12-13 17:57:26','185.229.114.32'),(371967,0,'admin','2022-12-13 19:31:12','207.180.240.61'),(371968,0,'admin','2022-12-13 20:59:37','124.217.226.56'),(371969,0,'ukdebtconsolidations.co.uk','2022-12-13 21:12:23','34.87.94.148'),(371970,0,'admin','2022-12-13 21:18:30','212.192.24.22'),(371971,0,'ukdebtconsolidations-co-uk','2022-12-13 21:36:23','209.145.54.196'),(371972,0,'ukdebtconsolidations-co-uk','2022-12-13 21:51:45','121.36.224.178'),(371973,0,'ukdebtconsolidations','2022-12-13 22:02:49','103.28.52.66'),(371974,0,'ukdebtconsolidations-co-uk','2022-12-13 22:07:39','103.56.160.61'),(371975,0,'ukdebtconsolidationscouk','2022-12-13 22:19:20','5.101.157.87'),(371976,0,'payments@ridingtherhino.co.uk','2022-12-13 22:21:16','185.119.81.104'),(371977,0,'ukdebtconsolidations-co-uk','2022-12-13 22:23:56','47.241.15.39'),(371978,0,'ukdebtconsolidations.co.uk','2022-12-13 22:30:30','212.83.166.137'),(371979,0,'ukdebtconsolidations-co-uk','2022-12-13 22:40:10','162.215.10.229'),(371980,0,'admin','2022-12-13 22:56:13','185.214.124.55'),(371981,0,'ukdebtconsolidations-co-uk','2022-12-13 22:56:58','130.61.143.194'),(371982,0,'payments@ridingtherhino.co.uk','2022-12-13 23:04:35','185.119.81.99'),(371983,0,'ukdebtconsolidations-co-uk','2022-12-13 23:13:15','103.152.164.103'),(371984,0,'ukdebtconsolidations-co-uk','2022-12-13 23:30:12','193.42.111.140'),(371985,0,'payments','2022-12-13 23:31:27','185.119.81.104'),(371986,0,'ukdebtconsolidations-co-uk','2022-12-13 23:46:35','192.64.113.147'),(371987,0,'payments','2022-12-14 00:01:34','185.119.81.104'),(371988,0,'ukdebtconsolidations-co-uk','2022-12-14 00:03:33','87.248.153.52'),(371989,0,'ukdebtconsolidations-co-uk','2022-12-14 00:20:30','119.18.52.177'),(371990,0,'payments','2022-12-14 00:26:58','185.119.81.99'),(371991,0,'payments@ridingtherhino.co.uk','2022-12-14 00:36:06','185.119.81.104'),(371992,0,'ukdebtconsolidations-co-uk','2022-12-14 00:37:19','166.62.103.104'),(371993,0,'ukdebtconsolidations','2022-12-14 00:38:46','45.64.156.212'),(371994,0,'ukdebtconsolidations-co-uk','2022-12-14 00:54:15','45.125.239.179'),(371995,0,'ukdebtconsolidations-co-uk','2022-12-14 01:14:01','178.124.210.118'),(371996,0,'payments','2022-12-14 01:17:10','185.119.81.99'),(371997,0,'ukdebtconsolidations-co-uk','2022-12-14 01:35:56','109.234.164.211'),(371998,0,'admin','2022-12-14 01:50:47','47.88.61.91'),(371999,0,'ukdebtconsolidations-co-uk','2022-12-14 01:57:14','111.90.150.36'),(372000,0,'payments@ridingtherhino.co.uk','2022-12-14 02:11:38','185.119.81.99'),(372001,0,'ukdebtconsolidations-co-uk','2022-12-14 02:18:16','139.99.170.151'),(372002,0,'ukdebtconsolidations-co-uk','2022-12-14 02:40:08','54.37.81.190'),(372003,0,'admin','2022-12-14 02:47:51','185.119.81.99'),(372004,0,'ukdebtconsolidations-co-uk','2022-12-14 03:24:40','193.42.111.140'),(372005,0,'admin','2022-12-14 03:43:00','54.37.81.190'),(372006,0,'ukdebtconsolidations','2022-12-14 04:06:11','91.134.248.192'),(372007,0,'admin','2022-12-14 04:24:37','47.241.15.39'),(372008,0,'ukdebtconsolidations-co-uk','2022-12-14 04:31:33','109.234.162.39'),(372009,0,'admin','2022-12-14 04:38:53','185.119.81.104'),(372010,0,'ukdebtconsolidations-co-uk','2022-12-14 04:54:00','148.72.244.254'),(372011,0,'admin','2022-12-14 05:17:52','192.64.113.147'),(372012,0,'admin','2022-12-14 05:38:20','92.204.134.137'),(372013,0,'admin','2022-12-14 05:40:23','178.124.210.118'),(372014,0,'admin','2022-12-14 06:04:09','103.166.182.177'),(372015,0,'ukdebtconsolidations.co.uk','2022-12-14 06:09:42','177.55.125.120'),(372016,0,'admin','2022-12-14 06:27:58','47.107.33.26'),(372017,0,'admin','2022-12-14 06:40:49','185.119.81.99'),(372018,0,'payments','2022-12-14 06:44:01','185.119.81.99'),(372019,0,'admin','2022-12-14 06:48:21','162.241.126.33'),(372020,0,'admin','2022-12-14 06:59:05','125.227.127.195'),(372021,0,'admin','2022-12-14 07:08:18','162.241.252.230'),(372022,0,'payments','2022-12-14 07:16:39','185.119.81.99'),(372023,0,'admin','2022-12-14 07:16:44','162.0.226.213'),(372024,0,'admin','2022-12-14 07:24:56','51.79.242.130'),(372025,0,'admin','2022-12-14 07:31:47','119.18.52.177'),(372026,0,'admin','2022-12-14 07:38:19','42.200.109.156'),(372027,0,'admin','2022-12-14 07:44:49','50.87.249.17'),(372028,0,'admin','2022-12-14 07:51:03','119.18.54.96'),(372029,0,'admin','2022-12-14 07:56:13','80.241.222.228'),(372030,0,'admin','2022-12-14 08:01:10','68.183.187.53'),(372031,0,'admin','2022-12-14 08:06:39','35.201.224.83'),(372032,0,'admin','2022-12-14 08:12:44','162.0.226.213'),(372033,0,'admin','2022-12-14 08:19:16','5.180.81.95'),(372034,0,'admin','2022-12-14 08:25:35','40.81.243.212'),(372035,0,'admin','2022-12-14 08:25:35','40.81.243.212'),(372036,0,'admin','2022-12-14 08:25:43','40.81.243.212'),(372037,0,'admin','2022-12-14 08:25:48','40.81.243.212'),(372038,0,'admin','2022-12-14 08:25:54','40.81.243.212'),(372039,0,'admin','2022-12-14 08:26:01','190.171.170.94'),(372040,0,'admin','2022-12-14 08:26:13','40.81.243.212'),(372041,0,'admin','2022-12-14 08:26:41','40.81.243.212'),(372042,0,'admin','2022-12-14 08:27:05','40.81.243.212'),(372043,0,'admin','2022-12-14 08:27:13','40.81.243.212'),(372044,0,'admin','2022-12-14 08:27:16','40.81.243.212'),(372045,0,'admin','2022-12-14 08:27:21','40.81.243.212'),(372046,0,'admin','2022-12-14 08:27:27','40.81.243.212'),(372047,0,'admin','2022-12-14 08:27:31','40.81.243.212'),(372048,0,'admin','2022-12-14 08:27:36','40.81.243.212'),(372049,0,'admin','2022-12-14 08:27:42','40.81.243.212'),(372050,0,'admin','2022-12-14 08:27:47','40.81.243.212'),(372051,0,'admin','2022-12-14 08:27:51','40.81.243.212'),(372052,0,'ukdebtconsolidations.co.uk','2022-12-14 08:29:45','5.188.62.26'),(372053,0,'feed','2022-12-14 08:29:46','5.188.62.26'),(372054,0,'admin','2022-12-14 08:32:30','209.124.90.80'),(372055,0,'admin','2022-12-14 08:38:34','167.99.54.31'),(372056,0,'admin','2022-12-14 08:44:02','8.210.102.36'),(372057,0,'admin','2022-12-14 08:50:17','128.0.64.157'),(372058,0,'admin','2022-12-14 08:56:07','162.241.203.197'),(372059,0,'admin','2022-12-14 09:01:15','158.69.36.42'),(372060,0,'admin','2022-12-14 09:06:26','35.194.124.45'),(372061,0,'admin','2022-12-14 09:12:44','50.87.222.126'),(372062,0,'admin','2022-12-14 09:18:37','35.208.234.237'),(372063,0,'admin','2022-12-14 09:25:11','120.24.108.217'),(372064,0,'admin','2022-12-14 09:31:24','108.179.251.69'),(372065,0,'payments','2022-12-14 09:35:31','185.119.81.99'),(372066,0,'admin','2022-12-14 09:37:45','67.222.152.219'),(372067,0,'admin','2022-12-14 09:38:32','159.65.245.56'),(372068,0,'admin','2022-12-14 09:44:21','83.150.215.90'),(372069,0,'admin','2022-12-14 09:51:07','162.241.252.14'),(372070,0,'ukdebtconsolidations','2022-12-14 09:54:17','103.113.67.32'),(372071,0,'admin','2022-12-14 09:57:19','104.248.241.28'),(372072,0,'admin','2022-12-14 10:01:53','77.37.208.205'),(372073,0,'admin','2022-12-14 10:04:09','121.40.238.50'),(372074,0,'admin','2022-12-14 10:11:47','166.62.122.244'),(372075,0,'admin','2022-12-14 10:19:48','207.154.234.6'),(372076,0,'admin','2022-12-14 10:20:20','177.55.125.120'),(372077,0,'admin','2022-12-14 10:27:02','178.128.104.173'),(372078,0,'admin','2022-12-14 10:35:01','185.76.77.160'),(372079,0,'admin','2022-12-14 10:42:36','35.194.233.240'),(372080,0,'admin','2022-12-14 10:51:11','157.245.140.35'),(372081,0,'admin','2022-12-14 10:59:04','103.26.99.148'),(372082,0,'admin','2022-12-14 11:07:17','43.153.168.248'),(372083,0,'ukdebtconsolidations-co-uk','2022-12-14 11:16:15','109.234.164.172'),(372084,0,'payments','2022-12-14 11:21:51','185.119.81.99'),(372085,0,'ukdebtconsolidations-co-uk','2022-12-14 11:24:40','213.149.103.132'),(372086,0,'ukdebtconsolidations-co-uk','2022-12-14 11:33:18','150.230.247.143'),(372087,0,'ukdebtconsolidations-co-uk','2022-12-14 11:41:49','161.97.88.147'),(372088,0,'ukdebtconsolidations-co-uk','2022-12-14 11:50:34','151.236.33.120'),(372089,0,'ukdebtconsolidations-co-uk','2022-12-14 11:58:55','128.199.201.95'),(372090,0,'ukdebtconsolidations-co-uk','2022-12-14 12:08:20','67.23.254.254'),(372091,0,'ukdebtconsolidations-co-uk','2022-12-14 12:17:31','47.100.185.96'),(372092,0,'ukdebtconsolidations-co-uk','2022-12-14 12:26:14','34.64.218.102'),(372093,0,'ukdebtconsolidations.co.uk','2022-12-14 12:28:33','185.25.117.82'),(372094,0,'ukdebtconsolidations-co-uk','2022-12-14 12:35:57','91.238.160.165'),(372095,0,'ukdebtconsolidations-co-uk','2022-12-14 12:44:56','88.135.37.49'),(372096,0,'ukdebtconsolidations-co-uk','2022-12-14 12:54:47','69.10.41.74'),(372097,0,'ukdebtconsolidations-co-uk','2022-12-14 13:04:28','192.145.239.221'),(372098,0,'ukdebtconsolidations.co.uk','2022-12-14 13:07:12','68.183.85.239'),(372099,0,'ukdebtconsolidations-co-uk','2022-12-14 13:14:19','206.189.163.232'),(372100,0,'ukdebtconsolidations-co-uk','2022-12-14 13:24:16','157.245.38.42'),(372101,0,'ukdebtconsolidations-co-uk','2022-12-14 13:34:16','103.51.103.2'),(372102,0,'payments','2022-12-14 13:38:31','185.119.81.99'),(372103,0,'ukdebtconsolidations-co-uk','2022-12-14 13:44:03','35.195.135.67'),(372104,0,'ukdebtconsolidations-co-uk','2022-12-14 13:54:28','31.172.80.137'),(372105,0,'ukdebtconsolidations-co-uk','2022-12-14 14:04:31','161.97.88.147'),(372106,0,'ukdebtconsolidations-co-uk','2022-12-14 14:14:37','42.200.109.156'),(372107,0,'ukdebtconsolidations-co-uk','2022-12-14 14:24:46','83.150.215.90'),(372108,0,'ukdebtconsolidations-co-uk','2022-12-14 14:34:37','121.40.238.50'),(372109,0,'ukdebtconsolidations-co-uk','2022-12-14 14:45:25','159.223.168.91'),(372110,0,'wadminw','2022-12-14 14:53:18','109.234.164.172'),(372111,0,'ukdebtconsolidations.co.uk','2022-12-14 14:53:43','34.142.140.138'),(372112,0,'wwwadmin','2022-12-14 15:11:17','162.214.146.186'),(372113,0,'admin','2022-12-14 15:15:41','185.119.81.99'),(372114,0,'ukdebtconsolidationscouk','2022-12-14 15:22:45','185.25.117.82'),(372115,0,'admin','2022-12-14 15:29:18','206.189.163.232'),(372116,0,'ukdebtconsolidationscouk','2022-12-14 15:31:20','3.6.112.245'),(372117,0,'admin','2022-12-14 15:39:13','103.180.120.176'),(372118,0,'ukdebtconsolidations-co-uk','2022-12-14 15:49:40','72.167.51.34'),(372119,0,'wadminw','2022-12-14 15:59:32','124.40.255.186'),(372120,0,'ukdebtconsolidationscouk','2022-12-14 16:06:26','47.88.61.91'),(372121,0,'wwwadmin','2022-12-14 16:10:29','159.65.239.34'),(372122,0,'admin','2022-12-14 16:27:59','185.206.163.145'),(372123,0,'payments@ridingtherhino.co.uk','2022-12-14 16:28:45','185.119.81.104'),(372124,0,'admin','2022-12-14 16:28:45','83.150.215.90'),(372125,0,'ukdebtconsolidations.co.uk','2022-12-14 16:42:30','5.101.157.36'),(372126,0,'payments@ridingtherhino.co.uk','2022-12-14 16:51:26','185.119.81.99'),(372127,0,'payments','2022-12-14 16:58:10','185.119.81.104'),(372128,0,'ukdebtconsolidations','2022-12-14 17:09:03','45.95.183.230'),(372129,0,'admin','2022-12-14 17:13:26','57.128.83.159'),(372130,0,'dfg45623ertzw','2022-12-14 17:13:26','57.128.83.159'),(372131,0,'dfg45623ertzw','2022-12-14 17:13:29','57.128.83.159'),(372132,0,'admin','2022-12-14 17:13:29','57.128.83.159'),(372133,0,'dfg45623ertzw','2022-12-14 17:13:30','57.128.83.159'),(372134,0,'admin','2022-12-14 17:13:30','57.128.83.159'),(372135,0,'dfg45623ertzw','2022-12-14 17:13:31','57.128.83.159'),(372136,0,'admin','2022-12-14 17:13:32','57.128.83.159'),(372137,0,'admin','2022-12-14 17:13:33','57.128.83.159'),(372138,0,'dfg45623ertzw','2022-12-14 17:13:33','57.128.83.159'),(372139,0,'dfg45623ertzw','2022-12-14 17:13:34','57.128.83.159'),(372140,0,'admin','2022-12-14 17:13:34','57.128.83.159'),(372141,0,'dfg45623ertzw','2022-12-14 17:13:35','57.128.83.159'),(372142,0,'admin','2022-12-14 17:13:36','57.128.83.159'),(372143,0,'admin','2022-12-14 17:13:36','57.128.83.159'),(372144,0,'dfg45623ertzw','2022-12-14 17:13:37','57.128.83.159'),(372145,0,'dfg45623ertzw','2022-12-14 17:13:37','57.128.83.159'),(372146,0,'admin','2022-12-14 17:13:38','57.128.83.159'),(372147,0,'dfg45623ertzw','2022-12-14 17:13:38','57.128.83.159'),(372148,0,'admin','2022-12-14 17:13:40','57.128.83.159'),(372149,0,'dfg45623ertzw','2022-12-14 17:13:40','57.128.83.159'),(372150,0,'admin','2022-12-14 17:13:41','57.128.83.159'),(372151,0,'dfg45623ertzw','2022-12-14 17:13:41','57.128.83.159'),(372152,0,'dfg45623ertzw','2022-12-14 17:13:42','57.128.83.159'),(372153,0,'admin','2022-12-14 17:13:42','57.128.83.159'),(372154,0,'admin','2022-12-14 17:13:44','57.128.83.159'),(372155,0,'dfg45623ertzw','2022-12-14 17:13:44','57.128.83.159'),(372156,0,'dfg45623ertzw','2022-12-14 17:13:45','57.128.83.159'),(372157,0,'admin','2022-12-14 17:13:45','57.128.83.159'),(372158,0,'admin','2022-12-14 17:13:47','57.128.83.159'),(372159,0,'dfg45623ertzw','2022-12-14 17:13:47','57.128.83.159'),(372160,0,'admin','2022-12-14 17:13:48','57.128.83.159'),(372161,0,'dfg45623ertzw','2022-12-14 17:13:48','57.128.83.159'),(372162,0,'admin','2022-12-14 17:13:50','57.128.83.159'),(372163,0,'dfg45623ertzw','2022-12-14 17:13:50','57.128.83.159'),(372164,0,'admin','2022-12-14 17:13:51','57.128.83.159'),(372165,0,'dfg45623ertzw','2022-12-14 17:13:51','57.128.83.159'),(372166,0,'dfg45623ertzw','2022-12-14 17:13:53','57.128.83.159'),(372167,0,'admin','2022-12-14 17:13:53','57.128.83.159'),(372168,0,'admin','2022-12-14 17:13:54','57.128.83.159'),(372169,0,'dfg45623ertzw','2022-12-14 17:13:54','57.128.83.159'),(372170,0,'dfg45623ertzw','2022-12-14 17:13:55','57.128.83.159'),(372171,0,'admin','2022-12-14 17:13:56','57.128.83.159'),(372172,0,'dfg45623ertzw','2022-12-14 17:13:56','57.128.83.159'),(372173,0,'admin','2022-12-14 17:13:57','57.128.83.159'),(372174,0,'dfg45623ertzw','2022-12-14 17:13:57','57.128.83.159'),(372175,0,'dfg45623ertzw','2022-12-14 17:13:58','57.128.83.159'),(372176,0,'admin','2022-12-14 17:13:59','57.128.83.159'),(372177,0,'dfg45623ertzw','2022-12-14 17:13:59','57.128.83.159'),(372178,0,'admin','2022-12-14 17:14:00','57.128.83.159'),(372179,0,'dfg45623ertzw','2022-12-14 17:14:00','57.128.83.159'),(372180,0,'dfg45623ertzw','2022-12-14 17:14:00','57.128.83.159'),(372181,0,'admin','2022-12-14 17:14:00','57.128.83.159'),(372182,0,'dfg45623ertzw','2022-12-14 17:14:01','57.128.83.159'),(372183,0,'admin','2022-12-14 17:14:01','57.128.83.159'),(372184,0,'dfg45623ertzw','2022-12-14 17:14:02','57.128.83.159'),(372185,0,'admin','2022-12-14 17:14:02','57.128.83.159'),(372186,0,'dfg45623ertzw','2022-12-14 17:14:03','57.128.83.159'),(372187,0,'admin','2022-12-14 17:14:03','57.128.83.159'),(372188,0,'dfg45623ertzw','2022-12-14 17:14:04','57.128.83.159'),(372189,0,'dfg45623ertzw','2022-12-14 17:14:05','57.128.83.159'),(372190,0,'admin','2022-12-14 17:14:05','57.128.83.159'),(372191,0,'dfg45623ertzw','2022-12-14 17:14:06','57.128.83.159'),(372192,0,'admin','2022-12-14 17:14:06','57.128.83.159'),(372193,0,'dfg45623ertzw','2022-12-14 17:14:07','57.128.83.159'),(372194,0,'admin','2022-12-14 17:14:08','57.128.83.159'),(372195,0,'dfg45623ertzw','2022-12-14 17:14:08','57.128.83.159'),(372196,0,'admin','2022-12-14 17:14:09','57.128.83.159'),(372197,0,'dfg45623ertzw','2022-12-14 17:14:09','57.128.83.159'),(372198,0,'admin','2022-12-14 17:14:10','57.128.83.159'),(372199,0,'dfg45623ertzw','2022-12-14 17:14:10','57.128.83.159'),(372200,0,'admin','2022-12-14 17:14:10','57.128.83.159'),(372201,0,'dfg45623ertzw','2022-12-14 17:14:10','57.128.83.159'),(372202,0,'admin','2022-12-14 17:14:11','57.128.83.159'),(372203,0,'admin','2022-12-14 17:14:11','57.128.83.159'),(372204,0,'dfg45623ertzw','2022-12-14 17:14:11','57.128.83.159'),(372205,0,'admin','2022-12-14 17:14:12','57.128.83.159'),(372206,0,'dfg45623ertzw','2022-12-14 17:14:12','57.128.83.159'),(372207,0,'dfg45623ertzw','2022-12-14 17:14:12','57.128.83.159'),(372208,0,'admin','2022-12-14 17:14:13','57.128.83.159'),(372209,0,'dfg45623ertzw','2022-12-14 17:14:13','57.128.83.159'),(372210,0,'admin','2022-12-14 17:14:13','57.128.83.159'),(372211,0,'dfg45623ertzw','2022-12-14 17:14:13','57.128.83.159'),(372212,0,'admin','2022-12-14 17:14:14','57.128.83.159'),(372213,0,'dfg45623ertzw','2022-12-14 17:14:14','57.128.83.159'),(372214,0,'admin','2022-12-14 17:14:15','57.128.83.159'),(372215,0,'dfg45623ertzw','2022-12-14 17:14:15','57.128.83.159'),(372216,0,'admin','2022-12-14 17:14:16','57.128.83.159'),(372217,0,'dfg45623ertzw','2022-12-14 17:14:16','57.128.83.159'),(372218,0,'admin','2022-12-14 17:14:16','57.128.83.159'),(372219,0,'dfg45623ertzw','2022-12-14 17:14:17','57.128.83.159'),(372220,0,'admin','2022-12-14 17:14:17','57.128.83.159'),(372221,0,'dfg45623ertzw','2022-12-14 17:14:17','57.128.83.159'),(372222,0,'admin','2022-12-14 17:14:18','57.128.83.159'),(372223,0,'dfg45623ertzw','2022-12-14 17:14:18','57.128.83.159'),(372224,0,'admin','2022-12-14 17:14:19','57.128.83.159'),(372225,0,'dfg45623ertzw','2022-12-14 17:14:19','57.128.83.159'),(372226,0,'admin','2022-12-14 17:14:20','57.128.83.159'),(372227,0,'dfg45623ertzw','2022-12-14 17:14:21','57.128.83.159'),(372228,0,'admin','2022-12-14 17:14:21','57.128.83.159'),(372229,0,'dfg45623ertzw','2022-12-14 17:14:21','57.128.83.159'),(372230,0,'admin','2022-12-14 17:14:21','57.128.83.159'),(372231,0,'admin','2022-12-14 17:14:22','57.128.83.159'),(372232,0,'dfg45623ertzw','2022-12-14 17:14:22','57.128.83.159'),(372233,0,'admin','2022-12-14 17:14:23','57.128.83.159');
INSERT INTO `cwp_aiowps_failed_logins` VALUES (372234,0,'dfg45623ertzw','2022-12-14 17:14:24','57.128.83.159'),(372235,0,'admin','2022-12-14 17:14:24','57.128.83.159'),(372236,0,'admin','2022-12-14 17:14:24','57.128.83.159'),(372237,0,'dfg45623ertzw','2022-12-14 17:14:25','57.128.83.159'),(372238,0,'dfg45623ertzw','2022-12-14 17:14:25','57.128.83.159'),(372239,0,'admin','2022-12-14 17:14:25','57.128.83.159'),(372240,0,'dfg45623ertzw','2022-12-14 17:14:26','57.128.83.159'),(372241,0,'admin','2022-12-14 17:14:26','57.128.83.159'),(372242,0,'dfg45623ertzw','2022-12-14 17:14:26','57.128.83.159'),(372243,0,'admin','2022-12-14 17:14:27','57.128.83.159'),(372244,0,'dfg45623ertzw','2022-12-14 17:14:27','57.128.83.159'),(372245,0,'admin','2022-12-14 17:14:28','57.128.83.159'),(372246,0,'dfg45623ertzw','2022-12-14 17:14:28','57.128.83.159'),(372247,0,'admin','2022-12-14 17:14:29','57.128.83.159'),(372248,0,'dfg45623ertzw','2022-12-14 17:14:29','57.128.83.159'),(372249,0,'admin','2022-12-14 17:14:29','57.128.83.159'),(372250,0,'dfg45623ertzw','2022-12-14 17:14:30','57.128.83.159'),(372251,0,'admin','2022-12-14 17:14:30','57.128.83.159'),(372252,0,'dfg45623ertzw','2022-12-14 17:14:30','57.128.83.159'),(372253,0,'admin','2022-12-14 17:14:31','57.128.83.159'),(372254,0,'dfg45623ertzw','2022-12-14 17:14:31','57.128.83.159'),(372255,0,'admin','2022-12-14 17:14:31','57.128.83.159'),(372256,0,'dfg45623ertzw','2022-12-14 17:14:32','57.128.83.159'),(372257,0,'admin','2022-12-14 17:14:32','57.128.83.159'),(372258,0,'dfg45623ertzw','2022-12-14 17:14:32','57.128.83.159'),(372259,0,'dfg45623ertzw','2022-12-14 17:14:33','57.128.83.159'),(372260,0,'admin','2022-12-14 17:14:34','57.128.83.159'),(372261,0,'admin','2022-12-14 17:14:35','57.128.83.159'),(372262,0,'dfg45623ertzw','2022-12-14 17:14:35','57.128.83.159'),(372263,0,'admin','2022-12-14 17:14:35','57.128.83.159'),(372264,0,'dfg45623ertzw','2022-12-14 17:14:35','57.128.83.159'),(372265,0,'admin','2022-12-14 17:14:36','57.128.83.159'),(372266,0,'dfg45623ertzw','2022-12-14 17:14:37','57.128.83.159'),(372267,0,'admin','2022-12-14 17:14:37','57.128.83.159'),(372268,0,'dfg45623ertzw','2022-12-14 17:14:37','57.128.83.159'),(372269,0,'admin','2022-12-14 17:14:37','57.128.83.159'),(372270,0,'dfg45623ertzw','2022-12-14 17:14:38','57.128.83.159'),(372271,0,'admin','2022-12-14 17:14:38','57.128.83.159'),(372272,0,'dfg45623ertzw','2022-12-14 17:14:38','57.128.83.159'),(372273,0,'dfg45623ertzw','2022-12-14 17:14:39','57.128.83.159'),(372274,0,'admin','2022-12-14 17:14:39','57.128.83.159'),(372275,0,'dfg45623ertzw','2022-12-14 17:14:39','57.128.83.159'),(372276,0,'dfg45623ertzw','2022-12-14 17:14:40','57.128.83.159'),(372277,0,'admin','2022-12-14 17:14:40','57.128.83.159'),(372278,0,'dfg45623ertzw','2022-12-14 17:14:41','57.128.83.159'),(372279,0,'admin','2022-12-14 17:14:41','57.128.83.159'),(372280,0,'admin','2022-12-14 17:14:41','57.128.83.159'),(372281,0,'admin','2022-12-14 17:14:42','57.128.83.159'),(372282,0,'admin','2022-12-14 17:14:42','57.128.83.159'),(372283,0,'admin','2022-12-14 17:14:43','57.128.83.159'),(372284,0,'admin','2022-12-14 17:14:44','57.128.83.159'),(372285,0,'admin','2022-12-14 17:14:44','57.128.83.159'),(372286,0,'admin','2022-12-14 17:14:45','57.128.83.159'),(372287,0,'admin','2022-12-14 17:14:45','57.128.83.159'),(372288,0,'admin','2022-12-14 17:14:46','57.128.83.159'),(372289,0,'admin','2022-12-14 17:14:46','57.128.83.159'),(372290,0,'admin','2022-12-14 17:14:47','57.128.83.159'),(372291,0,'admin','2022-12-14 17:14:47','57.128.83.159'),(372292,0,'admin','2022-12-14 17:14:47','57.128.83.159'),(372293,0,'admin','2022-12-14 17:14:48','57.128.83.159'),(372294,0,'admin','2022-12-14 17:14:48','57.128.83.159'),(372295,0,'admin','2022-12-14 17:14:49','57.128.83.159'),(372296,0,'admin','2022-12-14 17:14:50','57.128.83.159'),(372297,0,'admin','2022-12-14 17:14:50','57.128.83.159'),(372298,0,'admin','2022-12-14 17:14:51','57.128.83.159'),(372299,0,'admin','2022-12-14 17:14:52','57.128.83.159'),(372300,0,'admin','2022-12-14 17:14:52','57.128.83.159'),(372301,0,'admin','2022-12-14 17:14:53','57.128.83.159'),(372302,0,'admin','2022-12-14 17:14:53','57.128.83.159'),(372303,0,'admin','2022-12-14 17:14:54','57.128.83.159'),(372304,0,'admin','2022-12-14 17:14:54','57.128.83.159'),(372305,0,'admin','2022-12-14 17:14:55','57.128.83.159'),(372306,0,'admin','2022-12-14 17:14:55','57.128.83.159'),(372307,0,'admin','2022-12-14 17:14:56','57.128.83.159'),(372308,0,'admin','2022-12-14 17:14:56','57.128.83.159'),(372309,0,'admin','2022-12-14 17:14:57','57.128.83.159'),(372310,0,'admin','2022-12-14 17:14:58','57.128.83.159'),(372311,0,'admin','2022-12-14 17:14:58','57.128.83.159'),(372312,0,'admin','2022-12-14 17:14:58','57.128.83.159'),(372313,0,'admin','2022-12-14 17:14:59','57.128.83.159'),(372314,0,'admin','2022-12-14 17:14:59','57.128.83.159'),(372315,0,'admin','2022-12-14 17:15:00','57.128.83.159'),(372316,0,'admin','2022-12-14 17:15:01','57.128.83.159'),(372317,0,'admin','2022-12-14 17:15:01','57.128.83.159'),(372318,0,'admin','2022-12-14 17:15:02','57.128.83.159'),(372319,0,'admin','2022-12-14 17:15:03','57.128.83.159'),(372320,0,'admin','2022-12-14 17:15:03','57.128.83.159'),(372321,0,'admin','2022-12-14 17:15:04','57.128.83.159'),(372322,0,'admin','2022-12-14 17:15:04','57.128.83.159'),(372323,0,'admin','2022-12-14 17:15:05','57.128.83.159'),(372324,0,'admin','2022-12-14 17:15:05','57.128.83.159'),(372325,0,'admin','2022-12-14 17:15:06','57.128.83.159'),(372326,0,'admin','2022-12-14 17:15:07','57.128.83.159'),(372327,0,'admin','2022-12-14 17:15:09','57.128.83.159'),(372328,0,'admin','2022-12-14 17:15:10','57.128.83.159'),(372329,0,'admin','2022-12-14 17:15:11','57.128.83.159'),(372330,0,'admin','2022-12-14 17:15:12','57.128.83.159'),(372331,0,'admin','2022-12-14 17:15:13','57.128.83.159'),(372332,0,'admin','2022-12-14 17:15:14','57.128.83.159'),(372333,0,'admin','2022-12-14 17:15:14','57.128.83.159'),(372334,0,'admin','2022-12-14 17:15:15','57.128.83.159'),(372335,0,'admin','2022-12-14 17:15:16','57.128.83.159'),(372336,0,'admin','2022-12-14 17:15:17','57.128.83.159'),(372337,0,'admin','2022-12-14 17:15:18','57.128.83.159'),(372338,0,'admin','2022-12-14 17:15:19','57.128.83.159'),(372339,0,'admin','2022-12-14 17:15:20','57.128.83.159'),(372340,0,'admin','2022-12-14 17:15:21','57.128.83.159'),(372341,0,'admin','2022-12-14 17:15:22','57.128.83.159'),(372342,0,'admin','2022-12-14 17:15:22','57.128.83.159'),(372343,0,'admin','2022-12-14 17:15:23','57.128.83.159'),(372344,0,'admin','2022-12-14 17:15:24','57.128.83.159'),(372345,0,'admin','2022-12-14 17:15:24','57.128.83.159'),(372346,0,'admin','2022-12-14 17:15:25','57.128.83.159'),(372347,0,'admin','2022-12-14 17:15:26','57.128.83.159'),(372348,0,'admin','2022-12-14 17:15:26','57.128.83.159'),(372349,0,'admin','2022-12-14 17:15:27','57.128.83.159'),(372350,0,'admin','2022-12-14 17:15:27','57.128.83.159'),(372351,0,'admin','2022-12-14 17:15:28','57.128.83.159'),(372352,0,'admin','2022-12-14 17:15:28','57.128.83.159'),(372353,0,'admin','2022-12-14 17:15:29','57.128.83.159'),(372354,0,'admin','2022-12-14 17:15:30','57.128.83.159'),(372355,0,'admin','2022-12-14 17:15:31','57.128.83.159'),(372356,0,'admin','2022-12-14 17:15:31','57.128.83.159'),(372357,0,'admin','2022-12-14 17:15:32','57.128.83.159'),(372358,0,'admin','2022-12-14 17:15:33','57.128.83.159'),(372359,0,'admin','2022-12-14 17:15:33','57.128.83.159'),(372360,0,'admin','2022-12-14 17:15:34','57.128.83.159'),(372361,0,'admin','2022-12-14 17:15:35','57.128.83.159'),(372362,0,'admin','2022-12-14 17:15:36','57.128.83.159'),(372363,0,'admin','2022-12-14 17:15:36','57.128.83.159'),(372364,0,'admin','2022-12-14 17:15:37','57.128.83.159'),(372365,0,'admin','2022-12-14 17:15:38','57.128.83.159'),(372366,0,'admin','2022-12-14 17:15:38','57.128.83.159'),(372367,0,'payments@ridingtherhino.co.uk','2022-12-14 17:15:39','185.119.81.99'),(372368,0,'admin','2022-12-14 17:15:39','57.128.83.159'),(372369,0,'admin','2022-12-14 17:15:40','57.128.83.159'),(372370,0,'admin','2022-12-14 17:15:40','57.128.83.159'),(372371,0,'admin','2022-12-14 17:15:41','57.128.83.159'),(372372,0,'admin','2022-12-14 17:15:42','57.128.83.159'),(372373,0,'admin','2022-12-14 17:15:42','57.128.83.159'),(372374,0,'admin','2022-12-14 17:15:43','57.128.83.159'),(372375,0,'admin','2022-12-14 17:15:43','57.128.83.159'),(372376,0,'admin','2022-12-14 17:15:44','57.128.83.159'),(372377,0,'admin','2022-12-14 17:15:45','57.128.83.159'),(372378,0,'admin','2022-12-14 17:15:45','57.128.83.159'),(372379,0,'admin','2022-12-14 17:15:46','57.128.83.159'),(372380,0,'admin','2022-12-14 17:15:47','57.128.83.159'),(372381,0,'admin','2022-12-14 17:15:47','57.128.83.159'),(372382,0,'admin','2022-12-14 17:15:48','57.128.83.159'),(372383,0,'admin','2022-12-14 17:15:48','57.128.83.159'),(372384,0,'admin','2022-12-14 17:15:49','57.128.83.159'),(372385,0,'admin','2022-12-14 17:15:49','57.128.83.159'),(372386,0,'admin','2022-12-14 17:15:50','57.128.83.159'),(372387,0,'admin','2022-12-14 17:15:51','57.128.83.159'),(372388,0,'admin','2022-12-14 17:15:51','57.128.83.159'),(372389,0,'admin','2022-12-14 17:15:52','57.128.83.159'),(372390,0,'admin','2022-12-14 17:15:52','57.128.83.159'),(372391,0,'admin','2022-12-14 17:15:53','57.128.83.159'),(372392,0,'admin','2022-12-14 17:15:53','57.128.83.159'),(372393,0,'admin','2022-12-14 17:15:54','57.128.83.159'),(372394,0,'admin','2022-12-14 17:15:55','57.128.83.159'),(372395,0,'admin','2022-12-14 17:15:55','57.128.83.159'),(372396,0,'admin','2022-12-14 17:15:56','57.128.83.159'),(372397,0,'admin','2022-12-14 17:15:57','57.128.83.159'),(372398,0,'admin','2022-12-14 17:15:57','57.128.83.159'),(372399,0,'admin','2022-12-14 17:15:57','57.128.83.159'),(372400,0,'admin','2022-12-14 17:15:58','57.128.83.159'),(372401,0,'admin','2022-12-14 17:15:59','57.128.83.159'),(372402,0,'admin','2022-12-14 17:15:59','57.128.83.159'),(372403,0,'admin','2022-12-14 17:16:00','57.128.83.159'),(372404,0,'admin','2022-12-14 17:16:00','57.128.83.159'),(372405,0,'admin','2022-12-14 17:16:01','57.128.83.159'),(372406,0,'admin','2022-12-14 17:16:01','57.128.83.159'),(372407,0,'admin','2022-12-14 17:16:02','57.128.83.159'),(372408,0,'admin','2022-12-14 17:16:02','57.128.83.159'),(372409,0,'admin','2022-12-14 17:16:03','57.128.83.159'),(372410,0,'admin','2022-12-14 17:16:04','57.128.83.159'),(372411,0,'admin','2022-12-14 17:16:04','57.128.83.159'),(372412,0,'admin','2022-12-14 17:16:04','57.128.83.159'),(372413,0,'admin','2022-12-14 17:16:05','57.128.83.159'),(372414,0,'admin','2022-12-14 17:16:06','57.128.83.159'),(372415,0,'admin','2022-12-14 17:16:06','57.128.83.159'),(372416,0,'admin','2022-12-14 17:16:07','57.128.83.159'),(372417,0,'admin','2022-12-14 17:16:07','57.128.83.159'),(372418,0,'admin','2022-12-14 17:16:08','57.128.83.159'),(372419,0,'admin','2022-12-14 17:16:08','57.128.83.159'),(372420,0,'admin','2022-12-14 17:16:09','57.128.83.159'),(372421,0,'admin','2022-12-14 17:16:09','57.128.83.159'),(372422,0,'admin','2022-12-14 17:16:10','57.128.83.159'),(372423,0,'admin','2022-12-14 17:16:11','57.128.83.159'),(372424,0,'admin','2022-12-14 17:16:11','57.128.83.159'),(372425,0,'admin','2022-12-14 17:16:12','57.128.83.159'),(372426,0,'admin','2022-12-14 17:16:12','57.128.83.159'),(372427,0,'admin','2022-12-14 17:16:13','57.128.83.159'),(372428,0,'admin','2022-12-14 17:16:13','57.128.83.159'),(372429,0,'admin','2022-12-14 17:16:14','57.128.83.159'),(372430,0,'admin','2022-12-14 17:16:14','57.128.83.159'),(372431,0,'admin','2022-12-14 17:16:15','57.128.83.159'),(372432,0,'admin','2022-12-14 17:16:16','57.128.83.159'),(372433,0,'admin','2022-12-14 17:16:16','57.128.83.159'),(372434,0,'admin','2022-12-14 17:16:17','57.128.83.159'),(372435,0,'admin','2022-12-14 17:16:17','57.128.83.159'),(372436,0,'admin','2022-12-14 17:16:18','57.128.83.159'),(372437,0,'admin','2022-12-14 17:16:18','57.128.83.159'),(372438,0,'admin','2022-12-14 17:16:19','57.128.83.159'),(372439,0,'admin','2022-12-14 17:16:19','57.128.83.159'),(372440,0,'admin','2022-12-14 17:16:20','57.128.83.159'),(372441,0,'admin','2022-12-14 17:16:20','57.128.83.159'),(372442,0,'admin','2022-12-14 17:16:21','57.128.83.159'),(372443,0,'admin','2022-12-14 17:16:22','57.128.83.159'),(372444,0,'admin','2022-12-14 17:16:22','57.128.83.159'),(372445,0,'admin','2022-12-14 17:16:23','57.128.83.159'),(372446,0,'admin','2022-12-14 17:16:23','57.128.83.159'),(372447,0,'admin','2022-12-14 17:16:24','57.128.83.159'),(372448,0,'admin','2022-12-14 17:16:24','57.128.83.159'),(372449,0,'admin','2022-12-14 17:16:25','57.128.83.159'),(372450,0,'admin','2022-12-14 17:16:25','57.128.83.159'),(372451,0,'admin','2022-12-14 17:16:26','57.128.83.159'),(372452,0,'admin','2022-12-14 17:16:26','57.128.83.159'),(372453,0,'admin','2022-12-14 17:16:27','57.128.83.159'),(372454,0,'admin','2022-12-14 17:16:27','57.128.83.159'),(372455,0,'admin','2022-12-14 17:16:28','57.128.83.159'),(372456,0,'admin','2022-12-14 17:16:29','57.128.83.159'),(372457,0,'admin','2022-12-14 17:16:29','57.128.83.159'),(372458,0,'admin','2022-12-14 17:16:29','57.128.83.159'),(372459,0,'admin','2022-12-14 17:16:30','57.128.83.159'),(372460,0,'admin','2022-12-14 17:27:54','185.119.81.99'),(372461,0,'ukdebtconsolidations','2022-12-14 17:35:49','47.115.132.69'),(372462,0,'ukdebtconsolidations','2022-12-14 18:42:44','5.101.156.199'),(372463,0,'payments','2022-12-14 18:46:15','185.119.81.99'),(372464,0,'payments','2022-12-14 19:01:52','185.119.81.99'),(372465,0,'payments','2022-12-14 19:16:22','185.119.81.104'),(372466,0,'payments@ridingtherhino.co.uk','2022-12-14 19:26:08','185.119.81.99'),(372467,0,'payments','2022-12-14 19:28:19','185.119.81.99'),(372468,0,'solidations','2022-12-14 20:59:29','185.119.81.104'),(372469,0,'payments@ridingtherhino.co.uk','2022-12-14 20:59:46','185.119.81.99'),(372470,0,'ukdebtconsolidationscouk','2022-12-14 21:05:27','144.208.125.2'),(372471,0,'ukdebtconsolidations','2022-12-14 21:16:47','103.74.123.3'),(372472,0,'ukdebtconsolidations','2022-12-14 21:30:09','144.208.125.2'),(372473,0,'payments','2022-12-14 21:31:52','185.119.81.104'),(372474,0,'ukdebtconsolidationscouk','2022-12-14 23:14:30','103.146.203.73'),(372475,0,'ukdebtconsolidations','2022-12-15 00:14:28','54.36.82.134'),(372476,0,'ukdebtconsolidationscouk','2022-12-15 01:22:12','54.36.82.134'),(372477,0,'admin','2022-12-15 01:45:55','185.119.81.104'),(372478,0,'ukdebtconsolidationscouk','2022-12-15 01:50:30','164.90.170.66'),(372479,0,'payments','2022-12-15 01:54:03','185.119.81.106'),(372480,0,'tcon','2022-12-15 02:53:35','185.119.81.106'),(372481,0,'ukdebtconsolidationscouk','2022-12-15 03:04:56','35.203.31.62'),(372482,0,'ukdebtconsolidations.co.uk','2022-12-15 03:25:03','5.188.62.21'),(372483,0,'feed','2022-12-15 03:25:04','5.188.62.21'),(372484,0,'payments@ridingtherhino.co.uk','2022-12-15 03:33:19','185.119.81.106'),(372485,0,'solution','2022-12-15 05:25:32','185.119.81.106'),(372486,0,'ukdebtconsolidations','2022-12-15 05:28:21','89.32.46.187'),(372487,0,'ukdebtconsolidations.co.uk','2022-12-15 05:30:54','103.146.203.73'),(372488,0,'ukdebtconsolidations','2022-12-15 06:39:11','206.84.102.6'),(372489,0,'admin','2022-12-15 06:58:57','103.48.194.136'),(372490,0,'admin','2022-12-15 07:05:06','180.211.97.53'),(372491,0,'ukdebtconsolidations-co-uk','2022-12-15 07:11:19','162.241.62.197'),(372492,0,'ukdebtconsolidations-co-uk','2022-12-15 07:17:27','185.231.115.174'),(372493,0,'ukdebtconsolidations-co-uk','2022-12-15 07:24:47','192.210.196.65'),(372494,0,'ukdebtconsolidations-co-uk','2022-12-15 07:31:56','209.17.114.78'),(372495,0,'ukdebtconsolidations-co-uk','2022-12-15 07:39:00','148.72.244.254'),(372496,0,'ukdebtconsolidations-co-uk','2022-12-15 07:46:57','185.183.122.143'),(372497,0,'ukdebtconsolidations-co-uk','2022-12-15 07:54:38','74.207.244.37'),(372498,0,'ukdebtconsolidations.co.uk','2022-12-15 07:58:33','179.43.190.234'),(372499,0,'ukdebtconsolidations-co-uk','2022-12-15 08:02:28','103.92.27.198'),(372500,0,'ukdebtconsolidations-co-uk','2022-12-15 08:10:59','35.194.233.240'),(372501,0,'ukdebtconsolidations-co-uk','2022-12-15 08:20:17','148.72.40.90'),(372502,0,'ukdebtconsolidations-co-uk','2022-12-15 08:33:14','159.65.233.52'),(372503,0,'ukdebtconsolidations-co-uk','2022-12-15 08:43:10','151.80.20.26'),(372504,0,'ukdebtconsolidations','2022-12-15 08:45:16','185.206.163.145'),(372505,0,'admin','2022-12-15 08:53:13','192.64.113.147'),(372506,0,'admin','2022-12-15 09:03:48','111.90.145.188'),(372507,0,'ukdebtconsolidations','2022-12-15 09:05:16','54.79.166.165'),(372508,0,'admin','2022-12-15 09:14:34','72.34.62.119'),(372509,0,'admin','2022-12-15 09:25:53','109.234.164.172'),(372510,0,'tions','2023-01-03 14:11:40','185.119.81.109'),(372511,0,'payments','2023-01-03 14:22:06','185.119.81.99'),(372512,0,'admin','2023-01-03 14:29:50','185.119.81.99'),(372513,0,'payments','2023-01-03 15:25:36','185.119.81.109'),(372514,0,'payments@ridingtherhino.co.uk','2023-01-03 15:35:01','185.119.81.104'),(372515,0,'solve','2023-01-03 15:57:25','185.119.81.104'),(372516,0,'feed','2023-01-03 16:22:51','111.93.53.163'),(372517,0,'ukdebtconsolidations-co-uk','2023-01-03 16:27:53','173.236.168.102'),(372518,0,'payments','2023-01-03 18:32:44','185.119.81.104'),(372519,0,'ukdebtconsolidations-co-uk','2023-01-03 18:38:54','31.172.80.137'),(372520,0,'admin','2023-01-03 19:24:20','185.119.81.109'),(372521,0,'payments@ridingtherhino.co.uk','2023-01-03 20:12:43','185.119.81.99'),(372522,0,'payments','2023-01-03 20:20:39','185.119.81.109'),(372523,0,'payments','2023-01-03 20:23:54','185.119.81.99'),(372524,0,'admin','2023-01-03 20:45:30','185.119.81.109'),(372525,0,'ukdebtconsolidations','2023-01-03 20:47:25','199.195.254.123'),(372526,0,'ukdebtconsolidations.co.uk','2023-01-03 21:17:51','5.188.62.21'),(372527,0,'feed','2023-01-03 21:17:52','5.188.62.21'),(372528,0,'ukdebtconsolidations-co-uk','2023-01-03 21:30:30','47.102.108.189'),(372529,0,'ukdebtconsolidations.co.uk','2023-01-03 21:49:14','5.188.62.76'),(372530,0,'feed','2023-01-03 21:49:16','5.188.62.76'),(372531,0,'ukdebtconsolidations-co-uk','2023-01-03 23:24:07','89.47.163.153'),(372532,0,'payments','2023-01-03 23:37:20','185.119.81.99'),(372533,0,'ukdebtconsolidations.co.uk','2023-01-04 00:55:36','5.188.62.26'),(372534,0,'feed','2023-01-04 00:55:38','5.188.62.26'),(372535,0,'payments@ridingtherhino.co.uk','2023-01-04 01:18:34','185.119.81.101'),(372536,0,'feed','2023-01-04 01:41:41','80.88.88.149'),(372537,0,'ukdebtconsolidations.co.uk','2023-01-04 02:15:25','5.188.62.174'),(372538,0,'feed','2023-01-04 02:15:25','5.188.62.174'),(372539,0,'ukdebtconsolidations','2023-01-04 02:22:37','199.195.254.123'),(372540,0,'payments','2023-01-04 03:01:28','185.119.81.99'),(372541,0,'payments','2023-01-04 03:27:39','185.119.81.109'),(372542,0,'feed','2023-01-04 04:37:06','178.128.107.59'),(372543,0,'payments@ridingtherhino.co.uk','2023-01-04 04:54:57','185.119.81.109'),(372544,0,'payments@ridingtherhino.co.uk','2023-01-04 05:42:15','185.119.81.109'),(372545,0,'ukdebtconsolidations.co.uk','2023-01-04 06:43:36','5.188.62.76'),(372546,0,'feed','2023-01-04 06:43:36','5.188.62.76'),(372547,0,'payments@ridingtherhino.co.uk','2023-01-04 06:43:56','185.119.81.109'),(372548,0,'admin','2023-01-04 06:53:00','185.119.81.99'),(372549,0,'feed','2023-01-04 07:10:03','119.18.52.177'),(372550,0,'ukdebtconsolidations-co-uk','2023-01-04 07:17:07','157.230.227.62'),(372551,0,'feed','2023-01-04 09:21:05','159.89.164.128'),(372552,0,'ukdebtconsolidations-co-uk','2023-01-04 09:26:17','92.53.96.243'),(372553,0,'payments','2023-01-04 09:42:39','185.119.81.99'),(372554,0,'admin','2023-01-11 11:14:44','185.119.81.103'),(372555,0,'payments','2023-01-11 14:24:52','185.119.81.103'),(372556,0,'admin','2023-01-11 21:24:03','178.128.13.87'),(372557,0,'ukdebtconsolidations-co-uk','2023-01-11 22:08:44','159.65.4.107'),(372558,0,'admin','2023-01-11 22:08:45','159.65.4.107'),(372559,0,'ukdebtconsolidations-co-uk','2023-01-11 22:08:47','159.65.4.107'),(372560,0,'admin','2023-01-11 22:08:48','159.65.4.107'),(372561,0,'ukdebtconsolidations-co-uk','2023-01-11 22:08:49','159.65.4.107'),(372562,0,'admin','2023-01-11 22:08:50','159.65.4.107'),(372563,0,'ukdebtconsolidations-co-uk','2023-01-11 22:08:51','159.65.4.107'),(372564,0,'admin','2023-01-11 22:08:52','159.65.4.107'),(372565,0,'ukdebtconsolidations-co-uk','2023-01-11 22:08:53','159.65.4.107'),(372566,0,'admin','2023-01-11 22:08:53','159.65.4.107'),(372567,0,'ukdebtconsolidations-co-uk','2023-01-11 22:08:54','159.65.4.107'),(372568,0,'admin','2023-01-11 22:08:55','159.65.4.107'),(372569,0,'ukdebtconsolidations-co-uk','2023-01-11 22:08:56','159.65.4.107'),(372570,0,'admin','2023-01-11 22:08:57','159.65.4.107'),(372571,0,'ukdebtconsolidations-co-uk','2023-01-11 22:08:58','159.65.4.107'),(372572,0,'admin','2023-01-11 22:08:59','159.65.4.107'),(372573,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:00','159.65.4.107'),(372574,0,'admin','2023-01-11 22:09:01','159.65.4.107'),(372575,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:02','159.65.4.107'),(372576,0,'admin','2023-01-11 22:09:03','159.65.4.107'),(372577,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:04','159.65.4.107'),(372578,0,'admin','2023-01-11 22:09:05','159.65.4.107'),(372579,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:06','159.65.4.107'),(372580,0,'admin','2023-01-11 22:09:07','159.65.4.107'),(372581,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:08','159.65.4.107'),(372582,0,'admin','2023-01-11 22:09:09','159.65.4.107'),(372583,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:10','159.65.4.107'),(372584,0,'admin','2023-01-11 22:09:11','159.65.4.107'),(372585,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:11','159.65.4.107'),(372586,0,'admin','2023-01-11 22:09:12','159.65.4.107'),(372587,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:13','159.65.4.107'),(372588,0,'admin','2023-01-11 22:09:14','159.65.4.107'),(372589,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:15','159.65.4.107'),(372590,0,'admin','2023-01-11 22:09:16','159.65.4.107'),(372591,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:17','159.65.4.107'),(372592,0,'admin','2023-01-11 22:09:18','159.65.4.107'),(372593,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:19','159.65.4.107'),(372594,0,'admin','2023-01-11 22:09:20','159.65.4.107'),(372595,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:21','159.65.4.107'),(372596,0,'admin','2023-01-11 22:09:21','159.65.4.107'),(372597,0,'ukdebtconsolidations-co-uk','2023-01-11 22:09:22','159.65.4.107'),(372598,0,'admin','2023-01-11 22:09:23','159.65.4.107'),(372599,0,'admin','2023-01-11 22:42:03','185.119.81.103'),(372600,0,'ukdebtconsolidations.co.uk','2023-01-11 23:40:53','5.188.62.21'),(372601,0,'feed','2023-01-11 23:40:55','5.188.62.21'),(372602,0,'admin','2023-01-12 00:57:52','34.126.95.98'),(372603,0,'keeping','2023-01-12 01:26:24','185.119.81.103'),(372604,0,'admin','2023-01-12 02:43:49','163.44.198.57'),(372605,0,'admin','2023-01-12 02:44:36','103.127.41.4'),(372606,0,'payments@ridingtherhino.co.uk','2023-01-12 05:30:45','185.119.81.103'),(372607,0,'wadminw','2023-01-12 07:01:35','157.245.55.196'),(372608,0,'payments','2023-01-12 07:11:00','185.119.81.103'),(372609,0,'wwwadmin','2023-01-12 07:13:27','103.164.34.93'),(372610,0,'admin','2023-01-12 07:45:06','118.27.99.20'),(372611,0,'admin','2023-01-12 07:52:03','23.88.110.165'),(372612,0,'ukdebtconsolidations.co.uk','2023-01-12 07:52:38','5.188.62.174'),(372613,0,'feed','2023-01-12 07:52:39','5.188.62.174'),(372614,0,'admin','2023-01-12 08:14:37','103.130.218.42'),(372615,0,'payments@ridingtherhino.co.uk','2023-01-12 09:39:40','185.119.81.103'),(372616,0,'payments','2023-01-12 14:23:40','185.119.81.103'),(372617,0,'admin','2023-01-12 14:49:14','143.244.132.153'),(372618,0,'wadminw','2023-01-12 15:03:54','47.241.15.39'),(372619,0,'ukdebtconsolidations-co-uk','2023-01-12 16:37:45','181.174.125.214'),(372620,0,'admin','2023-01-12 17:18:06','134.209.64.243'),(372621,0,'feed','2023-01-12 17:39:36','103.31.249.221'),(372622,0,'payments@ridingtherhino.co.uk','2023-01-12 18:26:34','185.119.81.103'),(372623,0,'ukdebtconsolidations-co-uk','2023-01-12 19:10:47','67.205.11.198'),(372624,0,'feed','2023-01-12 19:19:53','5.188.62.140'),(372625,0,'ukdebtconsolidations.co.uk','2023-01-12 19:19:54','5.188.62.140'),(372626,0,'payments@ridingtherhino.co.uk','2023-01-12 20:06:42','185.119.81.97'),(372627,0,'ukdebtconsolidations-co-uk','2023-01-12 21:08:17','178.217.190.82'),(372628,0,'ukdebtconsolidations.co.uk','2023-01-12 21:31:44','5.188.62.76'),(372629,0,'feed','2023-01-12 21:31:45','5.188.62.76'),(372630,0,'payments@ridingtherhino.co.uk','2023-01-12 22:44:28','185.119.81.97'),(372631,0,'ukdebtconsolidations-co-uk','2023-01-12 22:58:52','13.79.17.158'),(372632,0,'feed','2023-01-12 23:17:13','5.188.62.26'),(372633,0,'ukdebtconsolidations.co.uk','2023-01-12 23:17:13','5.188.62.26'),(372634,0,'feed','2023-01-12 23:38:57','185.2.4.147'),(372635,0,'payments','2023-01-13 01:03:58','185.119.81.103'),(372636,0,'feed','2023-01-13 01:31:45','23.99.229.218'),(372637,0,'payments','2023-01-13 01:51:23','185.119.81.103'),(372638,0,'admin','2023-01-13 01:58:58','185.119.81.101'),(372639,0,'feed','2023-01-13 03:10:43','34.28.113.219'),(372640,0,'coins','2023-01-13 03:42:39','185.119.81.101'),(372641,0,'ukdebtconsolidations-co-uk','2023-01-13 04:24:04','145.239.30.120'),(372642,0,'onsoli','2023-01-13 04:29:01','185.119.81.97'),(372643,0,'admin','2023-01-13 04:48:03','95.214.63.240'),(372644,0,'feed','2023-01-13 05:14:10','185.2.5.44'),(372645,0,'payments','2023-01-13 05:25:52','185.119.81.97'),(372646,0,'payments','2023-01-13 06:27:50','185.119.81.101'),(372647,0,'payments@ridingtherhino.co.uk','2023-01-13 06:55:18','185.119.81.101'),(372648,0,'admin','2023-01-13 07:10:10','47.88.61.91'),(372649,0,'payments','2023-01-13 07:18:16','185.119.81.101'),(372650,0,'payments','2023-01-13 07:21:28','185.119.81.101'),(372651,0,'feed','2023-01-13 07:34:34','106.52.120.186'),(372652,0,'payments','2023-01-13 07:36:12','185.119.81.101'),(372653,0,'payments@ridingtherhino.co.uk','2023-01-13 07:37:57','185.119.81.103'),(372654,0,'ukdebtconsolidations.co.uk','2023-01-13 07:54:53','5.188.62.21'),(372655,0,'feed','2023-01-13 07:54:54','5.188.62.21'),(372656,0,'admin','2023-01-13 09:53:00','175.178.160.253'),(372657,0,'wadminw','2023-01-13 10:15:24','208.97.190.149'),(372658,0,'wwwadmin','2023-01-13 10:27:56','190.107.177.243'),(372659,0,'payments@ridingtherhino.co.uk','2023-01-13 11:46:52','185.119.81.101'),(372660,0,'keeping','2023-01-13 12:03:13','185.119.81.103'),(372661,0,'feed','2023-01-13 12:32:33','67.205.11.198'),(372662,0,'payments','2023-01-13 12:34:27','185.119.81.101'),(372663,0,'admin','2023-01-13 12:37:29','95.214.63.240'),(372664,0,'keeping','2023-01-13 13:31:13','185.119.81.103'),(372665,0,'ukdebtconsolidations-co-uk','2023-01-13 13:45:53','137.184.124.136'),(372666,0,'admin','2023-01-13 13:54:30','92.204.128.97'),(372667,0,'admin','2023-01-13 14:35:09','94.250.250.48'),(372668,0,'admin','2023-01-13 15:14:16','185.119.81.101'),(372669,0,'payments','2023-01-13 16:17:12','185.119.81.103'),(372670,0,'payments','2023-01-13 16:24:04','185.119.81.101'),(372671,0,'admin','2023-01-13 16:26:47','185.119.81.97'),(372672,0,'payments@ridingtherhino.co.uk','2023-01-13 16:56:10','185.119.81.105'),(372673,0,'admin','2023-01-13 17:47:27','83.69.230.5'),(372674,0,'payments','2023-01-13 18:13:24','185.119.81.103'),(372675,0,'admin','2023-01-13 18:16:26','185.119.81.105'),(372676,0,'admin','2023-01-13 18:28:27','206.84.102.6'),(372677,0,'payments','2023-01-13 19:06:00','185.119.81.97'),(372678,0,'admin','2023-01-13 19:20:35','185.119.81.97'),(372679,0,'feed','2023-01-13 19:26:54','91.201.215.19'),(372680,0,'admin','2023-01-13 19:29:35','185.119.81.101'),(372681,0,'payments','2023-01-13 19:39:02','185.119.81.101'),(372682,0,'payments','2023-01-13 19:49:49','185.119.81.101'),(372683,0,'payments','2023-01-13 19:53:29','185.119.81.105'),(372684,0,'ukdebtconsolidations-co-uk','2023-01-13 19:55:44','178.217.190.82'),(372685,0,'Fact','2023-01-13 20:00:42','185.119.81.101'),(372686,0,'payments','2023-01-13 20:22:34','185.119.81.97'),(372687,0,'feed','2023-01-13 20:50:31','111.93.53.163'),(372688,0,'feed','2023-01-13 21:53:17','151.106.41.64'),(372689,0,'onsoli','2023-01-13 21:54:33','185.119.81.97'),(372690,0,'ukdebtconsolidations-co-uk','2023-01-13 22:06:18','144.126.223.177'),(372691,0,'feed','2023-01-13 22:35:48','81.88.53.47'),(372692,0,'ukdebtconsolidations-co-uk','2023-01-13 22:57:12','88.135.37.49'),(372693,0,'admin','2023-01-13 23:20:53','175.178.160.253'),(372694,0,'feed','2023-01-13 23:42:27','54.37.235.96'),(372695,0,'payments','2023-01-14 00:29:53','185.119.81.105'),(372696,0,'Execution','2023-01-14 00:43:02','185.119.81.105'),(372697,0,'feed','2023-01-14 00:59:59','121.36.224.178'),(372698,0,'payments@ridingtherhino.co.uk','2023-01-14 01:22:49','185.119.81.97'),(372699,0,'coins','2023-01-14 01:25:42','185.119.81.101'),(372700,0,'feed','2023-01-14 02:31:15','132.145.249.180'),(372701,0,'payments','2023-01-14 03:41:42','185.119.81.101'),(372702,0,'admin','2023-01-14 03:45:35','103.7.8.169'),(372703,0,'payments@ridingtherhino.co.uk','2023-01-14 04:03:34','185.119.81.101'),(372704,0,'admin','2023-01-14 04:09:07','77.37.208.205'),(372705,0,'feed','2023-01-14 04:14:12','161.35.52.207'),(372706,0,'payments','2023-01-14 04:40:50','185.119.81.101'),(372707,0,'ukdebtconsolidations-co-uk','2023-01-14 04:54:35','82.165.88.193'),(372708,0,'onsoli','2023-01-14 05:04:29','185.119.81.97'),(372709,0,'feed','2023-01-14 06:03:04','66.33.193.231'),(372710,0,'ukdebtconsolidations-co-uk','2023-01-14 06:49:41','193.111.73.167'),(372711,0,'admin','2023-01-14 06:53:06','185.119.81.105'),(372712,0,'admin','2023-01-14 07:29:00','185.119.81.97'),(372713,0,'feed','2023-01-14 07:57:22','185.250.251.124'),(372714,0,'payments@ridingtherhino.co.uk','2023-01-14 08:33:51','185.119.81.101'),(372715,0,'admin','2023-01-14 08:59:18','34.96.143.131'),(372716,0,'admin','2023-01-14 09:14:14','31.130.203.168'),(372717,0,'payments','2023-01-14 09:31:45','185.119.81.105'),(372718,0,'feed','2023-01-14 09:42:27','106.52.120.186'),(372719,0,'payments','2023-01-14 09:54:05','185.119.81.97'),(372720,0,'admin','2023-01-14 09:56:44','94.250.250.48'),(372721,0,'ukdebtconsolidations-co-uk','2023-01-14 10:15:57','115.79.139.135'),(372722,0,'coins','2023-01-14 10:27:03','185.119.81.101'),(372723,0,'admin','2023-01-14 10:33:45','92.204.134.137'),(372724,0,'feed','2023-01-14 11:01:45','188.166.236.35'),(372725,0,'payments','2023-01-14 12:00:35','185.119.81.101'),(372726,0,'admin','2023-01-14 12:25:05','94.250.250.48'),(372727,0,'payments@ridingtherhino.co.uk','2023-01-14 12:50:33','185.119.81.101'),(372728,0,'payments','2023-01-14 12:53:58','185.119.81.101'),(372729,0,'payments','2023-01-14 13:34:51','185.119.81.96'),(372730,0,'payments@ridingtherhino.co.uk','2023-01-14 13:37:53','185.119.81.96'),(372731,0,'payments','2023-01-14 13:50:59','185.119.81.101'),(372732,0,'ukdebtconsolidations-co-uk','2023-01-14 14:08:50','103.130.218.178'),(372733,0,'admin','2023-01-14 14:11:15','67.227.228.177'),(372734,0,'admin','2023-01-14 15:11:58','182.61.31.139'),(372735,0,'ukdebtconsolidations-co-uk','2023-01-14 15:45:20','178.128.5.109'),(372736,0,'payments','2023-01-14 15:55:20','185.119.81.101'),(372737,0,'payments','2023-01-14 16:24:48','185.119.81.105'),(372738,0,'ukdebtconsolidations.co.uk','2023-01-14 16:28:06','5.188.62.21'),(372739,0,'feed','2023-01-14 16:28:08','5.188.62.21'),(372740,0,'admin','2023-01-14 16:50:55','20.198.103.233'),(372741,0,'feed','2023-01-14 16:56:18','124.153.66.86'),(372742,0,'payments','2023-01-14 17:00:26','185.119.81.97'),(372743,0,'Execution','2023-01-14 17:09:28','185.119.81.105'),(372744,0,'ukdebtconsolidations-co-uk','2023-01-14 17:35:49','162.253.42.216'),(372745,0,'admin','2023-01-14 17:52:31','176.99.9.19'),(372746,0,'payments@ridingtherhino.co.uk','2023-01-14 17:56:50','185.119.81.98'),(372747,0,'feed','2023-01-14 18:41:03','185.2.4.33'),(372748,0,'ukdebtconsolidations-co-uk','2023-01-14 19:10:25','167.172.206.144'),(372749,0,'payments','2023-01-14 19:34:02','185.119.81.101'),(372750,0,'admin','2023-01-14 20:05:22','92.204.134.137'),(372751,0,'feed','2023-01-14 20:12:06','206.189.17.78'),(372752,0,'ukdebtconsolidations-co-uk','2023-01-14 20:49:58','141.94.247.170'),(372753,0,'payments@ridingtherhino.co.uk','2023-01-14 21:02:55','185.119.81.96'),(372754,0,'payments','2023-01-14 21:17:43','185.119.81.97'),(372755,0,'feed','2023-01-14 21:50:18','141.8.195.65'),(372756,0,'payments','2023-01-14 21:54:51','185.119.81.101'),(372757,0,'ukdebtconsolidations-co-uk','2023-01-14 21:57:21','167.99.127.239'),(372758,0,'feed','2023-01-14 22:34:44','51.91.151.60'),(372759,0,'payments@ridingtherhino.co.uk','2023-01-14 22:35:19','185.119.81.97'),(372760,0,'payments','2023-01-14 22:44:47','185.119.81.97'),(372761,0,'ukdebtconsolidations-co-uk','2023-01-14 22:45:25','212.110.92.155'),(372762,0,'payments','2023-01-14 22:55:43','185.119.81.98'),(372763,0,'payments','2023-01-14 23:02:03','185.119.81.96'),(372764,0,'payments@ridingtherhino.co.uk','2023-01-14 23:33:19','185.119.81.101'),(372765,0,'feed','2023-01-14 23:38:24','128.199.131.42'),(372766,0,'ukdebtconsolidations-co-uk','2023-01-14 23:54:17','150.109.148.216'),(372767,0,'ukdebtconsolidations-co-uk','2023-01-15 01:10:34','45.136.14.128'),(372768,0,'admin','2023-01-15 01:20:14','185.119.81.101'),(372769,0,'payments','2023-01-15 01:39:06','185.119.81.101'),(372770,0,'payments@ridingtherhino.co.uk','2023-01-15 01:46:48','185.119.81.101'),(372771,0,'payments@ridingtherhino.co.uk','2023-01-15 02:00:38','185.119.81.105'),(372772,0,'feed','2023-01-15 02:06:28','132.145.249.180'),(372773,0,'ukdebtconsolidations-co-uk','2023-01-15 02:22:13','95.97.6.138'),(372774,0,'payments','2023-01-15 02:38:31','185.119.81.97'),(372775,0,'admin','2023-01-15 02:42:32','175.178.160.253'),(372776,0,'payments@ridingtherhino.co.uk','2023-01-15 03:20:15','185.119.81.96'),(372777,0,'feed','2023-01-15 03:26:48','31.192.224.145'),(372778,0,'admin','2023-01-15 03:37:46','185.119.81.101'),(372779,0,'ukdebtconsolidations-co-uk','2023-01-15 03:41:25','81.88.52.8'),(372780,0,'payments','2023-01-15 03:51:50','185.119.81.101'),(372781,0,'payments','2023-01-15 03:55:01','185.119.81.96'),(372782,0,'feed','2023-01-15 04:48:47','81.88.53.4'),(372783,0,'ukdebtconsolidations-co-uk','2023-01-15 05:05:28','175.178.125.173'),(372784,0,'ukdebtconsolidations-co-uk','2023-01-15 06:20:26','178.128.187.183'),(372785,0,'Fact','2023-01-15 06:30:32','185.119.81.101'),(372786,0,'tconsolidati','2023-01-15 06:41:38','185.119.81.98'),(372787,0,'bankruptcy','2023-01-15 06:43:47','185.119.81.107'),(372788,0,'ukdebtconsolidations-co-uk','2023-01-15 07:27:02','185.135.82.191'),(372789,0,'payments','2023-01-15 08:00:33','185.119.81.96'),(372790,0,'payments@ridingtherhino.co.uk','2023-01-15 08:07:19','185.119.81.97'),(372791,0,'ukdebtconsolidations-co-uk','2023-01-15 08:44:37','69.163.207.121'),(372792,0,'admin','2023-01-15 08:45:35','185.119.81.107'),(372793,0,'payments@ridingtherhino.co.uk','2023-01-15 09:01:23','185.119.81.101'),(372794,0,'admin','2023-01-15 09:07:32','164.90.170.66'),(372795,0,'payments@ridingtherhino.co.uk','2023-01-15 09:10:02','185.119.81.105'),(372796,0,'payments@ridingtherhino.co.uk','2023-01-15 09:29:08','185.119.81.101'),(372797,0,'ukdebtconsolidations-co-uk','2023-01-15 10:04:11','185.2.5.44'),(372798,0,'feed','2023-01-15 10:58:41','167.172.206.144'),(372799,0,'ukdebtconsolidations-co-uk','2023-01-15 11:14:47','47.110.72.238'),(372800,0,'payments','2023-01-15 11:16:52','185.119.81.105'),(372801,0,'kdebtconsolidation','2023-01-15 11:26:24','185.119.81.96'),(372802,0,'payments','2023-01-15 11:40:32','185.119.81.105'),(372803,0,'feed','2023-01-15 12:10:58','13.79.17.158'),(372804,0,'admin','2023-01-15 12:16:54','185.119.81.101'),(372805,0,'admin','2023-01-15 12:29:07','165.22.202.244'),(372806,0,'payments','2023-01-15 13:16:49','185.119.81.98'),(372807,0,'feed','2023-01-15 13:22:21','46.182.4.117'),(372808,0,'ukdebtconsolidations-co-uk','2023-01-15 13:36:06','217.76.155.6'),(372809,0,'payments','2023-01-15 13:57:22','185.119.81.107'),(372810,0,'admin','2023-01-15 14:41:06','206.84.102.6'),(372811,0,'ukdebtconsolidations-co-uk','2023-01-15 14:59:49','103.130.218.178'),(372812,0,'payments@ridingtherhino.co.uk','2023-01-15 16:12:51','185.119.81.101'),(372813,0,'ukdebtconsolidations.co.uk','2023-01-15 16:41:40','5.188.62.140'),(372814,0,'feed','2023-01-15 16:41:41','5.188.62.140'),(372815,0,'admin','2023-01-15 16:49:58','185.119.81.107'),(372816,0,'Fact','2023-01-15 16:50:38','185.119.81.101'),(372817,0,'admin','2023-01-15 17:32:37','177.55.125.120'),(372818,0,'feed','2023-01-15 17:38:25','46.166.171.186'),(372819,0,'kdebtconsolidation','2023-01-15 17:44:00','185.119.81.96'),(372820,0,'ukdebtconsolidations-co-uk','2023-01-15 17:53:26','103.28.36.113'),(372821,0,'payments','2023-01-15 17:56:57','185.119.81.105'),(372822,0,'admin','2023-01-15 18:14:38','213.159.211.52'),(372823,0,'feed','2023-01-15 18:48:11','13.81.59.92'),(372824,0,'admin','2023-01-15 19:16:16','185.119.81.98'),(372825,0,'payments','2023-01-15 19:23:26','185.119.81.98'),(372826,0,'payments','2023-01-15 19:35:20','185.119.81.98'),(372827,0,'feed','2023-01-15 19:54:45','5.101.156.232'),(372828,0,'ukdebtconsolidations-co-uk','2023-01-15 20:07:33','206.189.129.168'),(372829,0,'admin','2023-01-15 20:19:24','175.178.160.253'),(372830,0,'feed','2023-01-15 20:51:38','46.182.4.117'),(372831,0,'ukdebtconsolidations-co-uk','2023-01-15 21:01:32','185.2.5.44'),(372832,0,'feed','2023-01-15 21:35:55','34.28.113.219'),(372833,0,'payments@ridingtherhino.co.uk','2023-01-15 21:41:27','185.119.81.105'),(372834,0,'ukdebtconsolidations-co-uk','2023-01-15 21:43:47','185.250.251.124'),(372835,0,'ukdebtconsolidations.co.uk','2023-01-15 21:50:27','5.188.62.140'),(372836,0,'payments@ridingtherhino.co.uk','2023-01-15 22:28:23','185.119.81.105'),(372837,0,'feed','2023-01-15 22:33:27','64.227.6.141'),(372838,0,'ukdebtconsolidations-co-uk','2023-01-15 22:45:50','185.2.4.65'),(372839,0,'feed','2023-01-15 23:17:24','178.18.254.87'),(372840,0,'ukdebtconsolidations-co-uk','2023-01-15 23:55:29','81.88.52.160'),(372841,0,'wadminw','2023-01-15 23:58:30','208.109.39.235'),(372842,0,'wwwadmin','2023-01-16 00:18:48','103.152.164.103'),(372843,0,'feed','2023-01-16 01:28:09','115.79.139.135'),(372844,0,'ukdebtconsolidations-co-uk','2023-01-16 01:41:13','95.97.6.138'),(372845,0,'payments','2023-01-16 02:24:42','185.119.81.98'),(372846,0,'ukdebtconsolidations-co-uk','2023-01-16 02:49:36','75.119.135.205'),(372847,0,'bankruptcy','2023-01-16 02:53:50','185.119.81.107'),(372848,0,'payments','2023-01-16 03:16:55','185.119.81.105'),(372849,0,'admin','2023-01-16 03:47:43','185.119.81.96'),(372850,0,'ukdebtconsolidations-co-uk','2023-01-16 04:13:00','138.68.96.111'),(372851,0,'ukdebtconsolidations.co.uk','2023-01-16 04:16:30','5.188.62.140'),(372852,0,'admin','2023-01-16 04:17:51','185.119.81.105'),(372853,0,'admin','2023-01-16 04:41:13','161.189.7.105'),(372854,0,'payments','2023-01-16 05:12:25','185.119.81.107'),(372855,0,'ukdebtconsolidations-co-uk','2023-01-16 05:27:44','109.168.97.89'),(372856,0,'payments','2023-01-16 05:50:24','185.119.81.107'),(372857,0,'admin','2023-01-16 05:53:28','206.84.102.6'),(372858,0,'payments','2023-01-16 06:02:23','185.119.81.105'),(372859,0,'payments@ridingtherhino.co.uk','2023-01-16 07:30:06','185.119.81.107'),(372860,0,'admin','2023-01-16 08:13:31','185.119.81.98'),(372861,0,'admin','2023-01-16 08:23:42','161.189.7.105'),(372862,0,'admin','2023-01-16 08:39:37','185.119.81.96'),(372863,0,'tconsolidati','2023-01-16 09:24:04','185.119.81.98'),(372864,0,'ukdebtconsolidations.co.uk','2023-01-16 09:42:25','5.188.62.174'),(372865,0,'feed','2023-01-16 09:42:27','5.188.62.174'),(372866,0,'payments','2023-01-16 09:46:27','185.119.81.98'),(372867,0,'Execution','2023-01-16 10:18:01','185.119.81.105'),(372868,0,'admin','2023-01-16 10:58:26','185.119.81.98'),(372869,0,'payments','2023-01-16 11:03:16','185.119.81.96'),(372870,0,'ukdebtconsolidations.co.uk','2023-01-16 11:20:27','5.188.62.140'),(372871,0,'admin','2023-01-16 11:33:02','213.238.190.171'),(372872,0,'admin','2023-01-16 11:38:20','182.61.31.139'),(372873,0,'admin','2023-01-16 11:56:46','5.101.157.135'),(372874,0,'payments@ridingtherhino.co.uk','2023-01-16 11:57:43','185.119.81.98'),(372875,0,'payments','2023-01-16 12:26:01','185.119.81.98'),(372876,0,'payments','2023-01-16 12:41:16','185.119.81.98'),(372877,0,'tconsolidati','2023-01-16 13:00:56','185.119.81.98'),(372878,0,'admin','2023-01-16 13:10:04','143.244.132.153'),(372879,0,'payments@ridingtherhino.co.uk','2023-01-16 13:25:18','185.119.81.107'),(372880,0,'admin','2023-01-16 13:51:54','107.6.150.132'),(372881,0,'payments','2023-01-16 14:10:03','185.119.81.96'),(372882,0,'payments@ridingtherhino.co.uk','2023-01-16 14:45:14','185.119.81.107'),(372883,0,'payments','2023-01-16 15:02:52','185.119.81.96'),(372884,0,'payments','2023-01-16 15:28:13','185.119.81.107'),(372885,0,'ukdebtconsolidations-co-uk','2023-01-16 17:28:49','185.2.5.77'),(372886,0,'admin','2023-01-16 17:34:30','77.37.208.205'),(372887,0,'payments','2023-01-16 17:43:51','185.119.81.96'),(372888,0,'admin','2023-01-16 17:57:41','188.127.239.132'),(372889,0,'feed','2023-01-16 18:17:14','35.233.164.145'),(372890,0,'admin','2023-01-16 18:21:56','103.127.41.4'),(372891,0,'ukdebtconsolidations.co.uk','2023-01-16 20:38:57','5.188.62.140'),(372892,0,'ukdebtconsolidations-co-uk','2023-01-16 20:56:42','46.182.4.117'),(372893,0,'feed','2023-01-16 21:32:18','128.199.14.4'),(372894,0,'admin','2023-01-16 21:40:30','23.88.110.165'),(372895,0,'admin','2023-01-16 23:26:14','206.84.102.6'),(372896,0,'payments@ridingtherhino.co.uk','2023-01-16 23:49:14','185.119.81.98'),(372897,0,'admin','2023-01-17 01:24:37','47.106.160.183'),(372898,0,'admin','2023-01-17 02:17:24','185.119.81.96'),(372899,0,'admin','2023-01-17 04:05:45','34.87.94.148'),(372900,0,'admin','2023-01-17 05:42:19','194.247.12.185'),(372901,0,'ukdebtconsolidations.co.uk','2023-01-17 05:53:37','5.188.62.140'),(372902,0,'payments@ridingtherhino.co.uk','2023-01-17 06:42:31','185.119.81.107'),(372903,0,'payments','2023-01-17 07:07:50','185.119.81.107'),(372904,0,'ukdebtconsolidations-co-uk','2023-01-17 08:49:00','142.93.203.156'),(372905,0,'feed','2023-01-17 09:47:48','103.173.78.7'),(372906,0,'ukdebtconsolidations.co.uk','2023-01-17 10:00:33','5.188.62.21'),(372907,0,'feed','2023-01-17 10:00:35','5.188.62.21'),(372908,0,'payments@ridingtherhino.co.uk','2023-01-17 10:00:48','185.119.81.98'),(372909,0,'payments@ridingtherhino.co.uk','2023-01-17 10:00:49','185.119.81.98'),(372910,0,'payments@ridingtherhino.co.uk','2023-01-17 10:18:24','185.119.81.96'),(372911,0,'kdebtconsolidation','2023-01-17 10:18:29','185.119.81.96'),(372912,0,'bankruptcy','2023-01-17 10:26:47','185.119.81.107'),(372913,0,'admin','2023-01-17 10:43:39','206.84.102.6'),(372914,0,'payments@ridingtherhino.co.uk','2023-01-17 12:22:19','185.119.81.96'),(372915,0,'payments','2023-01-17 12:38:46','185.119.81.107'),(372916,0,'wadminw','2023-01-17 13:30:44','151.106.38.6'),(372917,0,'ukdebtconsolidations-co-uk','2023-01-17 13:36:14','207.46.234.202'),(372918,0,'wwwadmin','2023-01-17 13:45:28','148.72.40.90'),(372919,0,'ukdebtconsolidations.co.uk','2023-01-17 15:24:53','5.188.62.140'),(372920,0,'feed','2023-01-17 16:47:20','5.188.62.26'),(372921,0,'ukdebtconsolidations.co.uk','2023-01-17 16:47:20','5.188.62.26'),(372922,0,'feed','2023-01-17 16:55:22','202.172.28.182'),(372923,0,'admin','2023-01-17 17:07:04','161.189.7.105'),(372924,0,'ukdebtconsolidations-co-uk','2023-01-17 17:14:53','150.109.148.216'),(372925,0,'admin','2023-01-17 18:36:15','34.96.143.131'),(372926,0,'feed','2023-01-17 18:59:50','68.183.86.247'),(372927,0,'ukdebtconsolidations-co-uk','2023-01-17 19:10:51','39.108.148.88'),(372928,0,'feed','2023-01-17 20:18:44','109.168.97.89'),(372929,0,'ukdebtconsolidations-co-uk','2023-01-17 20:27:59','141.8.195.65'),(372930,0,'payments','2023-01-17 21:16:08','185.119.81.107'),(372931,0,'admin','2023-01-17 21:25:08','185.119.81.107'),(372932,0,'feed','2023-01-17 21:38:49','178.128.187.183'),(372933,0,'payments@ridingtherhino.co.uk','2023-01-17 22:01:36','185.119.81.107'),(372934,0,'feed','2023-01-17 22:50:32','207.46.234.202'),(372935,0,'ukdebtconsolidations-co-uk','2023-01-17 22:58:37','104.155.32.70'),(372936,0,'ukdebtconsolidations.co.uk','2023-01-17 23:48:15','5.188.62.76'),(372937,0,'feed','2023-01-17 23:48:17','5.188.62.76'),(372938,0,'ukdebtconsolidations.co.uk','2023-01-18 00:04:29','5.188.62.140'),(372939,0,'ukdebtconsolidations.co.uk','2023-01-18 02:03:38','5.188.62.140'),(372940,0,'feed','2023-01-18 02:03:40','5.188.62.140'),(372941,0,'feed','2023-01-18 02:34:25','104.131.211.138'),(372942,0,'ukdebtconsolidations-co-uk','2023-01-18 02:51:08','64.227.6.141'),(372943,0,'ukdebtconsolidations-co-uk','2023-01-18 05:11:09','143.110.224.102'),(372944,0,'ukdebtconsolidations.co.uk','2023-01-18 06:28:18','5.188.62.140'),(372945,0,'feed','2023-01-18 07:27:27','91.197.199.240'),(372946,0,'ukdebtconsolidations-co-uk','2023-01-18 10:48:09','148.72.214.245'),(372947,0,'ukdebtconsolidations.co.uk','2023-01-18 13:34:22','5.188.62.140'),(372948,0,'wadminw','2023-01-18 14:47:54','111.90.150.36'),(372949,0,'wwwadmin','2023-01-18 15:04:45','43.129.212.158'),(372950,0,'ukdebtconsolidations-co-uk','2023-01-18 19:12:44','207.154.250.8'),(372951,0,'ukdebtconsolidations.co.uk','2023-01-18 19:14:31','5.188.62.21'),(372952,0,'feed','2023-01-18 19:14:32','5.188.62.21'),(372953,0,'feed','2023-01-18 20:03:48','13.81.59.92'),(372954,0,'ukdebtconsolidations-co-uk','2023-01-18 21:16:15','47.105.73.13'),(372955,0,'feed','2023-01-18 21:24:26','45.120.69.121'),(372956,0,'ukdebtconsolidations-co-uk','2023-01-18 22:58:48','24.199.86.99'),(372957,0,'feed','2023-01-18 23:05:53','115.79.139.135'),(372958,0,'ukdebtconsolidations.co.uk','2023-01-18 23:12:53','5.188.62.140'),(372959,0,'feed','2023-01-18 23:33:44','81.88.53.47'),(372960,0,'ukdebtconsolidations-co-uk','2023-01-19 00:24:53','128.199.131.42'),(372961,0,'admin','2023-01-19 00:29:28','199.195.254.123'),(372962,0,'ukdebtconsolidations-co-uk','2023-01-19 00:30:14','209.141.52.244'),(372963,0,'administrator','2023-01-19 00:30:37','209.141.52.244'),(372964,0,'ukdebtconsolidations','2023-01-19 00:30:41','199.195.254.123'),(372965,0,'uk','2023-01-19 00:30:46','199.195.254.123'),(372966,0,'co','2023-01-19 00:32:45','199.195.254.123'),(372967,0,'feed','2023-01-19 01:02:09','81.88.53.43'),(372968,0,'ukdebtconsolidations-co-uk','2023-01-19 01:59:56','139.59.26.209'),(372969,0,'uk','2023-01-19 02:00:05','209.141.52.244'),(372970,0,'feed','2023-01-19 02:08:55','143.110.224.102'),(372971,0,'co','2023-01-19 02:11:49','199.195.254.123'),(372972,0,'payments','2023-01-19 02:16:24','185.119.81.101'),(372973,0,'admin','2023-01-19 02:31:11','209.141.52.244'),(372974,0,'ukdebtconsolidations-co-uk','2023-01-19 02:32:28','209.141.52.244'),(372975,0,'ukdebtconsolidations','2023-01-19 02:35:03','209.141.52.244'),(372976,0,'administrator','2023-01-19 02:37:52','209.141.52.244'),(372977,0,'feed','2023-01-19 02:43:38','193.111.73.167'),(372978,0,'admin','2023-01-19 03:25:47','185.119.81.101'),(372979,0,'ukdebtconsolidations-co-uk','2023-01-19 03:51:25','46.182.4.117'),(372980,0,'feed','2023-01-19 03:57:57','178.217.190.82'),(372981,0,'payments@ridingtherhino.co.uk','2023-01-19 04:27:28','185.119.81.101'),(372982,0,'feed','2023-01-19 06:23:13','5.101.156.232'),(372983,0,'ukdebtconsolidations-co-uk','2023-01-19 07:32:11','47.105.73.13'),(372984,0,'feed','2023-01-19 07:39:54','207.154.250.8'),(372985,0,'feed','2023-01-19 08:19:06','34.69.109.132'),(372986,0,'ukdebtconsolidations.co.uk','2023-01-19 08:40:05','5.188.62.140'),(372987,0,'ukdebtconsolidations-co-uk','2023-01-19 09:59:40','13.79.17.158'),(372988,0,'feed','2023-01-19 10:11:13','115.79.139.135'),(372989,0,'feed','2023-01-19 10:47:09','103.129.222.91'),(372990,0,'ukdebtconsolidations-co-uk','2023-01-19 10:58:06','167.172.206.144'),(372991,0,'ukdebtconsolidations-co-uk','2023-01-19 11:57:45','151.106.38.6'),(372992,0,'feed','2023-01-19 12:07:37','86.105.198.149'),(372993,0,'feed','2023-01-19 12:45:22','132.145.249.180'),(372994,0,'admin','2023-01-19 13:40:31','91.107.247.215'),(372995,0,'admin','2023-01-19 13:41:06','91.107.247.215'),(372996,0,'ukdebtconsolidations-co-uk','2023-01-19 14:16:36','205.196.221.177'),(372997,0,'feed','2023-01-19 14:27:04','46.105.29.21'),(372998,0,'admin','2023-01-19 14:30:29','159.69.109.134'),(372999,0,'admin','2023-01-19 14:31:01','159.69.109.134'),(373000,0,'admin','2023-01-19 15:16:45','78.47.169.111'),(373001,0,'admin','2023-01-19 15:17:27','78.47.169.111'),(373002,0,'feed','2023-01-19 15:18:37','39.108.148.88'),(373003,0,'payments@ridingtherhino.co.uk','2023-01-19 15:35:56','185.119.81.101'),(373004,0,'admin','2023-01-19 15:50:53','91.107.250.214'),(373005,0,'admin','2023-01-19 15:51:40','91.107.250.214'),(373006,0,'admin','2023-01-19 16:24:55','91.107.247.215'),(373007,0,'admin','2023-01-19 16:59:34','91.107.253.83'),(373008,0,'admin','2023-01-19 17:00:20','91.107.253.83'),(373009,0,'admin','2023-01-19 17:34:52','91.107.250.214'),(373010,0,'admin','2023-01-19 17:35:48','91.107.250.214'),(373011,0,'admin','2023-01-19 18:10:09','91.107.250.214'),(373012,0,'ukdebtconsolidations.co.uk','2023-01-19 18:18:41','5.188.62.140'),(373013,0,'admin','2023-01-19 18:45:08','91.107.247.215'),(373014,0,'payments','2023-01-19 18:45:29','185.119.81.101'),(373015,0,'admin','2023-01-19 18:45:52','91.107.247.215'),(373016,0,'admin','2023-01-19 19:20:49','159.69.109.134'),(373017,0,'admin','2023-01-19 19:21:43','159.69.109.134'),(373018,0,'admin','2023-01-19 20:09:05','91.107.247.215'),(373019,0,'admin','2023-01-19 20:09:45','91.107.247.215'),(373020,0,'admin','2023-01-19 20:45:01','159.69.109.134'),(373021,0,'admin','2023-01-19 20:45:52','159.69.109.134'),(373022,0,'admin','2023-01-19 21:20:04','91.107.247.215'),(373023,0,'admin','2023-01-19 21:20:48','91.107.247.215'),(373024,0,'admin','2023-01-19 21:55:38','159.69.109.134'),(373025,0,'admin','2023-01-19 21:56:32','159.69.109.134'),(373026,0,'admin','2023-01-19 22:29:59','159.69.109.134'),(373027,0,'admin','2023-01-19 22:30:50','159.69.109.134'),(373028,0,'admin','2023-01-19 23:04:16','78.47.169.111'),(373029,0,'admin','2023-01-19 23:05:01','78.47.169.111'),(373030,0,'admin','2023-01-19 23:39:21','78.47.169.111'),(373031,0,'admin','2023-01-20 00:46:20','78.47.169.111'),(373032,0,'admin','2023-01-20 00:47:04','78.47.169.111'),(373033,0,'admin','2023-01-20 01:17:27','109.70.148.39'),(373034,0,'admin','2023-01-20 01:18:19','5.61.53.12'),(373035,0,'admin','2023-01-20 01:20:00','91.107.247.215'),(373036,0,'admin','2023-01-20 01:20:43','91.107.247.215'),(373037,0,'admin','2023-01-20 01:34:36','87.236.17.199'),(373038,0,'admin','2023-01-20 01:41:41','195.178.106.145'),(373039,0,'admin','2023-01-20 01:44:58','47.88.22.184'),(373040,0,'admin','2023-01-20 01:50:33','45.32.254.131'),(373041,0,'admin','2023-01-20 01:53:47','91.107.250.214'),(373042,0,'admin','2023-01-20 01:54:42','91.107.250.214'),(373043,0,'admin','2023-01-20 01:58:56','72.9.154.240'),(373044,0,'admin','2023-01-20 02:08:04','172.105.56.46'),(373045,0,'payments','2023-01-20 02:19:21','185.119.81.101'),(373046,0,'admin','2023-01-20 02:27:35','78.47.169.111'),(373047,0,'admin','2023-01-20 02:30:58','81.69.253.128'),(373048,0,'admin','2023-01-20 03:00:53','91.107.250.214'),(373049,0,'ukdebtconsolidations.co.uk','2023-01-20 03:11:35','5.188.62.140'),(373050,0,'admin','2023-01-20 03:13:46','80.85.141.99'),(373051,0,'admin','2023-01-20 03:34:06','78.47.169.111'),(373052,0,'admin','2023-01-20 03:38:38','34.133.231.208'),(373053,0,'admin','2023-01-20 04:07:35','78.47.169.111'),(373054,0,'admin','2023-01-20 04:08:25','78.47.169.111'),(373055,0,'admin','2023-01-20 04:09:00','157.230.178.254'),(373056,0,'admin','2023-01-20 04:10:14','5.75.133.100'),(373057,0,'admin','2023-01-20 04:13:10','77.37.208.205'),(373058,0,'lidati','2023-01-20 04:24:37','185.119.81.101'),(373059,0,'admin','2023-01-20 04:32:34','104.244.74.248'),(373060,0,'admin','2023-01-20 04:34:04','103.28.53.179'),(373061,0,'admin','2023-01-20 04:37:20','159.253.37.203'),(373062,0,'admin','2023-01-20 04:41:12','91.107.247.215'),(373063,0,'admin','2023-01-20 04:46:12','45.133.39.32'),(373064,0,'ukdebtconsolidations.co.uk','2023-01-20 04:47:33','5.188.62.21'),(373065,0,'feed','2023-01-20 04:47:33','5.188.62.21'),(373066,0,'admin','2023-01-20 05:06:38','112.18.252.222'),(373067,0,'admin','2023-01-20 05:15:06','91.107.247.215'),(373068,0,'admin','2023-01-20 05:15:49','91.107.247.215'),(373069,0,'admin','2023-01-20 05:31:21','51.79.180.244'),(373070,0,'admin','2023-01-20 05:48:42','91.107.247.215'),(373071,0,'admin','2023-01-20 06:22:27','91.107.253.83'),(373072,0,'admin','2023-01-20 06:23:13','91.107.253.83'),(373073,0,'admin','2023-01-20 06:24:21','137.116.141.77'),(373074,0,'admin','2023-01-20 06:56:03','78.47.169.111'),(373075,0,'admin','2023-01-20 06:56:48','78.47.169.111'),(373076,0,'admin','2023-01-20 07:06:31','103.146.203.73'),(373077,0,'admin','2023-01-20 07:15:39','45.84.1.94'),(373078,0,'admin','2023-01-20 07:24:52','185.119.81.101'),(373079,0,'admin','2023-01-20 07:29:25','91.107.247.215'),(373080,0,'admin','2023-01-20 07:45:30','49.50.249.34'),(373081,0,'admin','2023-01-20 07:56:01','164.90.170.66'),(373082,0,'admin','2023-01-20 08:03:39','159.69.109.134'),(373083,0,'admin','2023-01-20 08:04:32','159.69.109.134'),(373084,0,'admin','2023-01-20 08:19:55','198.252.105.19'),(373085,0,'admin','2023-01-20 08:37:54','91.107.247.215'),(373086,0,'admin','2023-01-20 08:49:59','172.96.191.15'),(373087,0,'admin','2023-01-20 08:53:17','185.33.234.111'),(373088,0,'admin','2023-01-20 09:00:33','159.203.80.245'),(373089,0,'admin','2023-01-20 09:00:34','51.210.150.127'),(373090,0,'admin','2023-01-20 09:48:16','77.37.208.205'),(373091,0,'ukdebtconsolidations.co.uk','2023-01-20 10:01:11','5.188.62.140'),(373092,0,'admin','2023-01-20 10:05:42','5.2.84.75'),(373093,0,'payments','2023-01-20 10:33:37','185.119.81.101'),(373094,0,'admin','2023-01-20 10:36:04','54.255.84.63'),(373095,0,'admin','2023-01-20 10:44:46','54.255.84.63'),(373096,0,'admin','2023-01-20 10:56:48','103.200.23.160'),(373097,0,'admin','2023-01-20 11:02:56','54.36.54.239'),(373098,0,'admin','2023-01-20 11:13:56','66.248.237.69'),(373099,0,'ukdebtconsolidations.co.uk','2023-01-20 11:32:09','5.188.62.174'),(373100,0,'feed','2023-01-20 11:32:11','5.188.62.174'),(373101,0,'admin','2023-01-20 11:50:53','162.19.87.35'),(373102,0,'admin','2023-01-20 12:41:55','66.248.237.69'),(373103,0,'admin','2023-01-20 12:47:44','178.159.243.220'),(373104,0,'admin','2023-01-20 12:54:17','178.208.67.7'),(373105,0,'admin','2023-01-20 13:22:34','1.15.139.122'),(373106,0,'admin','2023-01-20 13:23:21','93.174.123.230'),(373107,0,'admin','2023-01-20 13:41:49','109.70.148.39'),(373108,0,'admin','2023-01-20 13:46:01','103.146.203.73'),(373109,0,'admin','2023-01-20 13:54:45','5.61.53.12'),(373110,0,'admin','2023-01-20 14:09:35','167.86.100.73'),(373111,0,'payments@ridingtherhino.co.uk','2023-01-20 14:15:46','185.119.81.99'),(373112,0,'admin','2023-01-20 14:19:49','81.177.165.24'),(373113,0,'payments@ridingtherhino.co.uk','2023-01-20 14:21:27','185.119.81.98'),(373114,0,'admin','2023-01-20 14:27:42','185.33.234.111'),(373115,0,'admin','2023-01-20 15:18:43','185.119.81.109'),(373116,0,'admin','2023-01-20 15:27:10','77.247.71.82'),(373117,0,'payments','2023-01-20 15:37:57','185.119.81.101'),(373118,0,'from','2023-01-20 15:40:55','185.119.81.109'),(373119,0,'admin','2023-01-20 15:43:25','185.8.60.193'),(373120,0,'wadminw','2023-01-20 15:56:50','111.90.150.28'),(373121,0,'payments','2023-01-20 16:04:04','185.119.81.98'),(373122,0,'payments','2023-01-20 16:13:02','185.119.81.109'),(373123,0,'wwwadmin','2023-01-20 16:19:56','137.116.141.77'),(373124,0,'payments','2023-01-20 16:20:15','185.119.81.109'),(373125,0,'admin','2023-01-20 16:21:23','185.225.33.18'),(373126,0,'wadminw','2023-01-20 16:52:43','111.90.150.36'),(373127,0,'admin','2023-01-20 17:06:41','172.105.56.46'),(373128,0,'wwwadmin','2023-01-20 17:08:43','77.68.84.18'),(373129,0,'admin','2023-01-20 17:12:55','5.101.157.187'),(373130,0,'payments@ridingtherhino.co.uk','2023-01-20 17:32:18','185.119.81.98'),(373131,0,'ukdebtconsolidations-co-uk','2023-01-20 17:41:21','139.59.82.122'),(373132,0,'ukdebtconsolidations.co.uk','2023-01-20 17:52:43','5.188.62.140'),(373133,0,'admin','2023-01-20 18:09:27','172.106.0.111'),(373134,0,'admin','2023-01-20 18:16:33','164.90.170.66'),(373135,0,'feed','2023-01-20 18:17:06','202.172.28.182'),(373136,0,'admin','2023-01-20 18:37:06','86.48.26.198'),(373137,0,'admin','2023-01-20 18:37:54','167.86.100.73'),(373138,0,'feed','2023-01-20 19:13:58','138.68.180.230'),(373139,0,'admin','2023-01-20 19:20:51','213.144.128.149'),(373140,0,'admin','2023-01-20 19:22:25','199.223.115.226'),(373141,0,'ukdebtconsolidations-co-uk','2023-01-20 19:23:56','81.88.53.4'),(373142,0,'admin','2023-01-20 19:32:15','13.38.79.198'),(373143,0,'feed','2023-01-20 19:46:29','205.196.221.177'),(373144,0,'ukdebtconsolidations-co-uk','2023-01-20 20:04:09','178.128.167.203'),(373145,0,'lidati','2023-01-20 20:15:08','185.119.81.101'),(373146,0,'feed','2023-01-20 20:31:26','207.154.250.8'),(373147,0,'payments@ridingtherhino.co.uk','2023-01-20 20:35:07','185.119.81.99'),(373148,0,'ukdebtconsolidations-co-uk','2023-01-20 20:39:40','103.129.222.91'),(373149,0,'admin','2023-01-20 20:52:45','5.101.156.45'),(373150,0,'admin','2023-01-20 20:58:33','93.189.94.187'),(373151,0,'feed','2023-01-20 21:01:28','165.227.93.224'),(373152,0,'admin','2023-01-20 21:03:26','159.203.80.245'),(373153,0,'admin','2023-01-20 21:03:45','211.217.159.126'),(373154,0,'ukdebtconsolidations-co-uk','2023-01-20 21:19:14','51.79.144.41'),(373155,0,'feed','2023-01-20 21:40:10','159.89.228.214'),(373156,0,'ukdebtconsolidations-co-uk','2023-01-20 21:45:33','54.37.156.240'),(373157,0,'feed','2023-01-20 21:56:31','207.46.234.202'),(373158,0,'lidati','2023-01-20 22:00:26','185.119.81.101'),(373159,0,'ukdebtconsolidations-co-uk','2023-01-20 22:06:04','185.2.5.44'),(373160,0,'feed','2023-01-20 22:23:27','103.110.86.241'),(373161,0,'ukdebtconsolidations-co-uk','2023-01-20 22:27:38','23.97.205.210'),(373162,0,'payments','2023-01-20 22:39:46','185.119.81.101'),(373163,0,'feed','2023-01-20 22:40:45','31.192.224.145'),(373164,0,'admin','2023-01-20 22:54:15','5.101.115.109'),(373165,0,'payments','2023-01-20 22:56:32','185.119.81.101'),(373166,0,'ukdebtconsolidations-co-uk','2023-01-20 22:58:13','195.154.184.235'),(373167,0,'from','2023-01-20 22:58:28','185.119.81.109'),(373168,0,'admin','2023-01-20 23:01:20','154.16.116.41'),(373169,0,'payments@ridingtherhino.co.uk','2023-01-20 23:22:11','185.119.81.109'),(373170,0,'payments','2023-01-20 23:29:31','185.119.81.109'),(373171,0,'feed','2023-01-20 23:31:13','8.218.143.243'),(373172,0,'payments@ridingtherhino.co.uk','2023-01-20 23:39:31','185.119.81.109'),(373173,0,'ukdebtconsolidations-co-uk','2023-01-20 23:40:07','166.62.103.104'),(373174,0,'payments','2023-01-20 23:52:56','185.119.81.99'),(373175,0,'feed','2023-01-21 00:07:46','159.65.200.228'),(373176,0,'ukdebtconsolidations-co-uk','2023-01-21 00:27:09','54.37.235.96'),(373177,0,'feed','2023-01-21 00:57:19','146.56.99.136'),(373178,0,'admin','2023-01-21 01:12:52','5.101.156.210'),(373179,0,'admin','2023-01-21 01:29:00','85.239.245.59'),(373180,0,'feed','2023-01-21 01:36:55','111.230.202.147'),(373181,0,'admin','2023-01-21 01:52:48','209.188.7.148'),(373182,0,'ukdebtconsolidations-co-uk','2023-01-21 01:56:24','47.111.116.44'),(373183,0,'admin','2023-01-21 02:20:51','157.245.200.155'),(373184,0,'feed','2023-01-21 02:29:46','82.166.39.15'),(373185,0,'ukdebtconsolidations-co-uk','2023-01-21 02:38:49','121.36.224.178'),(373186,0,'admin','2023-01-21 02:47:13','137.184.105.54'),(373187,0,'admin','2023-01-21 02:47:42','185.119.81.98'),(373188,0,'admin','2023-01-21 02:55:30','178.172.137.204'),(373189,0,'feed','2023-01-21 03:08:30','178.128.5.109'),(373190,0,'payments@ridingtherhino.co.uk','2023-01-21 03:13:00','185.119.81.96'),(373191,0,'admin','2023-01-21 03:21:39','35.222.218.27'),(373192,0,'admin','2023-01-21 03:24:43','14.225.255.250'),(373193,0,'admin','2023-01-21 03:39:25','185.204.0.204'),(373194,0,'admin','2023-01-21 03:48:26','164.90.170.66'),(373195,0,'admin','2023-01-21 03:55:01','95.217.178.185'),(373196,0,'admin','2023-01-21 04:03:50','172.105.33.197'),(373197,0,'feed','2023-01-21 04:21:20','81.88.52.241'),(373198,0,'admin','2023-01-21 04:27:14','185.63.153.189'),(373199,0,'admin','2023-01-21 04:29:47','66.45.229.42'),(373200,0,'admin','2023-01-21 04:30:59','213.238.180.143'),(373201,0,'ukdebtconsolidations-co-uk','2023-01-21 04:33:26','157.230.15.115'),(373202,0,'ukdebtconsolidations.co.uk','2023-01-21 04:43:10','5.188.62.140'),(373203,0,'admin','2023-01-21 04:49:59','162.19.87.35'),(373204,0,'feed','2023-01-21 04:59:56','103.163.139.202'),(373205,0,'payments@ridingtherhino.co.uk','2023-01-21 05:21:17','185.119.81.101'),(373206,0,'admin','2023-01-21 05:29:42','51.210.150.127'),(373207,0,'admin','2023-01-21 05:50:21','178.128.31.204'),(373208,0,'admin','2023-01-21 05:51:10','159.148.213.243'),(373209,0,'feed','2023-01-21 06:07:27','97.74.80.103'),(373210,0,'admin','2023-01-21 06:11:36','192.241.135.47'),(373211,0,'ukdebtconsolidations-co-uk','2023-01-21 06:22:17','159.65.200.228'),(373212,0,'wadminw','2023-01-21 06:23:14','144.126.140.17'),(373213,0,'admin','2023-01-21 06:27:49','104.244.74.248'),(373214,0,'ukdebtconsolidations-co-uk','2023-01-21 06:37:42','43.153.115.192'),(373215,0,'wwwadmin','2023-01-21 06:41:18','37.34.242.16'),(373216,0,'admin','2023-01-21 06:49:07','13.57.153.111'),(373217,0,'admin','2023-01-21 06:54:36','13.38.54.180'),(373218,0,'payments','2023-01-21 06:55:42','185.119.81.109'),(373219,0,'feed','2023-01-21 06:59:29','103.130.219.13'),(373220,0,'payments@ridingtherhino.co.uk','2023-01-21 06:59:34','185.119.81.109'),(373221,0,'payments@ridingtherhino.co.uk','2023-01-21 07:07:19','185.119.81.98'),(373222,0,'admin','2023-01-21 07:15:52','178.172.137.204'),(373223,0,'admin','2023-01-21 07:25:35','203.86.239.175'),(373224,0,'ukdebtconsolidations-co-uk','2023-01-21 07:27:18','197.155.158.21'),(373225,0,'ukdebtconsolidations-co-uk','2023-01-21 07:28:06','43.153.115.192'),(373226,0,'payments','2023-01-21 07:43:54','185.119.81.98'),(373227,0,'admin','2023-01-21 07:46:35','34.75.221.29'),(373228,0,'admin','2023-01-21 08:02:54','185.119.81.99'),(373229,0,'feed','2023-01-21 08:08:29','192.71.144.12'),(373230,0,'ukdebtconsolidations-co-uk','2023-01-21 08:17:29','43.153.115.192'),(373231,0,'ukdebtconsolidations-co-uk','2023-01-21 08:18:57','51.161.9.26'),(373232,0,'admin','2023-01-21 08:37:14','45.252.248.7'),(373233,0,'admin','2023-01-21 08:52:03','95.111.236.68'),(373234,0,'admin','2023-01-21 09:06:10','81.69.253.128'),(373235,0,'ukdebtconsolidations-co-uk','2023-01-21 09:09:27','47.102.108.189'),(373236,0,'ukdebtconsolidations-co-uk','2023-01-21 09:10:53','43.153.115.192'),(373237,0,'admin','2023-01-21 09:17:12','103.55.39.107'),(373238,0,'admin','2023-01-21 09:38:26','3.137.48.129'),(373239,0,'ukdebtconsolidations-co-uk','2023-01-21 09:55:41','162.253.42.216'),(373240,0,'ukdebtconsolidations-co-uk','2023-01-21 10:04:17','43.153.115.192'),(373241,0,'ebtconsolidations','2023-01-21 10:21:34','185.119.81.98'),(373242,0,'feed','2023-01-21 10:22:29','103.179.56.32'),(373243,0,'admin','2023-01-21 10:39:07','156.67.76.114'),(373244,0,'payments@ridingtherhino.co.uk','2023-01-21 10:40:36','185.119.81.101'),(373245,0,'ukdebtconsolidations-co-uk','2023-01-21 10:44:11','47.105.73.13'),(373246,0,'admin','2023-01-21 10:46:13','185.119.81.96'),(373247,0,'ukdebtconsolidations-co-uk','2023-01-21 10:59:31','43.153.115.192'),(373248,0,'admin','2023-01-21 11:15:30','139.59.244.148'),(373249,0,'feed','2023-01-21 11:18:07','178.128.167.203'),(373250,0,'ukdebtconsolidations-co-uk','2023-01-21 11:28:37','51.255.81.60'),(373251,0,'admin','2023-01-21 11:42:54','185.119.81.101'),(373252,0,'admin','2023-01-21 11:44:16','81.69.253.128'),(373253,0,'ukdebtconsolidations-co-uk','2023-01-21 11:51:46','43.153.115.192'),(373254,0,'feed','2023-01-21 11:54:11','95.97.6.138'),(373255,0,'payments@ridingtherhino.co.uk','2023-01-21 12:02:39','185.119.81.98'),(373256,0,'admin','2023-01-21 12:14:00','154.26.138.129'),(373257,0,'admin','2023-01-21 12:21:51','213.145.233.155'),(373258,0,'admin','2023-01-21 12:43:45','78.46.82.123'),(373259,0,'admin','2023-01-21 12:47:11','81.69.253.128'),(373260,0,'ukdebtconsolidations-co-uk','2023-01-21 12:48:42','43.153.115.192'),(373261,0,'feed','2023-01-21 12:50:40','95.97.6.138'),(373262,0,'admin','2023-01-21 12:50:57','109.207.76.32'),(373263,0,'payments','2023-01-21 12:56:30','185.119.81.99'),(373264,0,'admin','2023-01-21 13:01:05','213.145.233.155'),(373265,0,'admin','2023-01-21 13:01:34','103.146.203.123'),(373266,0,'ukdebtconsolidations-co-uk','2023-01-21 13:02:18','217.76.155.6'),(373267,0,'payments@ridingtherhino.co.uk','2023-01-21 13:27:42','185.119.81.101'),(373268,0,'payments@ridingtherhino.co.uk','2023-01-21 13:37:58','185.119.81.98'),(373269,0,'admin','2023-01-21 13:41:17','69.16.228.42'),(373270,0,'ukdebtconsolidations-co-uk','2023-01-21 13:41:55','43.153.115.192'),(373271,0,'payments','2023-01-21 14:04:37','185.119.81.104'),(373272,0,'ukdebtconsolidations-co-uk','2023-01-21 14:05:53','193.111.73.167'),(373273,0,'admin','2023-01-21 14:13:18','157.230.178.254'),(373274,0,'payments@ridingtherhino.co.uk','2023-01-21 14:15:58','185.119.81.107'),(373275,0,'payments@ridingtherhino.co.uk','2023-01-21 14:24:08','185.119.81.109'),(373276,0,'admin','2023-01-21 14:26:31','150.107.74.24'),(373277,0,'admin','2023-01-21 14:31:21','45.85.146.176'),(373278,0,'ukdebtconsolidations-co-uk','2023-01-21 14:38:57','43.153.115.192'),(373279,0,'admin','2023-01-21 14:43:29','103.211.219.62'),(373280,0,'admin','2023-01-21 14:47:39','185.33.234.111'),(373281,0,'payments','2023-01-21 14:49:24','185.119.81.96'),(373282,0,'wadminw','2023-01-21 14:52:10','192.64.113.147'),(373283,0,'admin','2023-01-21 14:52:35','104.244.74.248'),(373284,0,'payments','2023-01-21 15:00:17','185.119.81.101'),(373285,0,'wwwadmin','2023-01-21 15:16:09','150.230.247.143'),(373286,0,'payments','2023-01-21 15:16:58','185.119.81.104'),(373287,0,'ukdebtconsolidations-co-uk','2023-01-21 15:33:55','43.153.115.192'),(373288,0,'admin','2023-01-21 15:42:22','159.203.80.245'),(373289,0,'ukdebtconsolidations.co.uk','2023-01-21 15:56:54','5.188.62.140'),(373290,0,'feed','2023-01-21 15:58:11','138.68.96.111'),(373291,0,'payments','2023-01-21 16:18:24','185.119.81.98'),(373292,0,'ukdebtconsolidations-co-uk','2023-01-21 16:36:13','43.153.115.192'),(373293,0,'admin','2023-01-21 17:02:14','139.180.147.178'),(373294,0,'ukdebtconsolidations-co-uk','2023-01-21 17:27:50','43.153.115.192'),(373295,0,'admin','2023-01-21 17:39:40','188.166.149.6'),(373296,0,'admin','2023-01-21 17:48:30','51.161.6.43'),(373297,0,'feed','2023-01-21 18:03:39','46.166.171.186'),(373298,0,'admin','2023-01-21 18:09:48','95.59.26.9'),(373299,0,'ukdebtconsolidations-co-uk','2023-01-21 18:21:19','43.153.115.192'),(373300,0,'admin','2023-01-21 18:38:00','103.63.24.139'),(373301,0,'admin','2023-01-21 18:41:10','81.69.253.128'),(373302,0,'ukdebtconsolidations-co-uk','2023-01-21 18:53:20','178.128.167.203'),(373303,0,'ukdebtconsolidations-co-uk','2023-01-21 19:15:45','43.153.115.192'),(373304,0,'admin','2023-01-21 19:16:04','174.138.177.173'),(373305,0,'admin','2023-01-21 19:34:21','91.121.143.142'),(373306,0,'admin','2023-01-21 19:37:59','185.119.81.109'),(373307,0,'admin','2023-01-21 19:47:05','62.3.41.168'),(373308,0,'feed','2023-01-21 19:53:26','149.255.63.242'),(373309,0,'admin','2023-01-21 20:09:46','36.91.100.149'),(373310,0,'ukdebtconsolidations-co-uk','2023-01-21 20:10:04','43.153.115.192'),(373311,0,'admin','2023-01-21 20:18:05','185.119.81.109'),(373312,0,'payments@ridingtherhino.co.uk','2023-01-21 20:20:17','185.119.81.104'),(373313,0,'admin','2023-01-21 20:22:40','185.119.81.99'),(373314,0,'admin','2023-01-21 20:22:56','104.244.74.248'),(373315,0,'ukdebtconsolidations','2023-01-21 20:28:32','107.189.1.148'),(373316,0,'ukdebtconsolidations-co-uk','2023-01-21 20:35:12','111.230.202.147'),(373317,0,'admin','2023-01-21 20:44:07','103.72.163.9'),(373318,0,'admin','2023-01-21 20:56:35','178.208.67.32'),(373319,0,'ukdebtconsolidations-co-uk','2023-01-21 21:03:11','43.153.115.192'),(373320,0,'feed','2023-01-21 21:24:55','177.55.124.62'),(373321,0,'ukdebtconsolidations-co-uk','2023-01-21 21:46:35','159.223.4.38'),(373322,0,'ukdebtconsolidations-co-uk','2023-01-21 21:54:45','43.153.115.192'),(373323,0,'payments@ridingtherhino.co.uk','2023-01-21 22:12:12','185.119.81.99'),(373324,0,'payments','2023-01-21 22:18:23','185.119.81.99'),(373325,0,'ukdebtconsolidations.co.uk','2023-01-21 22:38:28','5.188.62.26'),(373326,0,'feed','2023-01-21 22:38:32','5.188.62.26'),(373327,0,'ukdebtconsolidations-co-uk','2023-01-21 22:42:25','207.154.250.8'),(373328,0,'payments','2023-01-21 22:46:54','185.119.81.107'),(373329,0,'ukdebtconsolidations-co-uk','2023-01-21 22:48:58','43.153.115.192'),(373330,0,'admin','2023-01-21 22:53:58','31.31.203.149'),(373331,0,'admin','2023-01-21 23:01:01','178.172.137.204'),(373332,0,'from','2023-01-21 23:20:01','185.119.81.109'),(373333,0,'admin','2023-01-21 23:32:18','217.13.219.167'),(373334,0,'admin','2023-01-21 23:34:36','154.26.138.129'),(373335,0,'ukdebtconsolidations-co-uk','2023-01-21 23:41:59','43.153.115.192'),(373336,0,'ukdebtconsolidations','2023-01-21 23:46:21','199.195.253.123'),(373337,0,'ukdebtconsolidations-co-uk','2023-01-21 23:52:08','207.154.248.39'),(373338,0,'payments','2023-01-21 23:55:53','185.119.81.98'),(373339,0,'admin','2023-01-22 00:09:50','207.180.230.207'),(373340,0,'admin','2023-01-22 00:12:00','185.119.81.98'),(373341,0,'admin','2023-01-22 00:16:31','45.32.254.131'),(373342,0,'payments','2023-01-22 00:17:40','185.119.81.96'),(373343,0,'payments','2023-01-22 00:30:44','185.119.81.96'),(373344,0,'payments','2023-01-22 00:32:27','185.119.81.96'),(373345,0,'feed','2023-01-22 00:35:57','185.2.5.44'),(373346,0,'ukdebtconsolidations-co-uk','2023-01-22 00:36:52','43.153.115.192'),(373347,0,'admin','2023-01-22 00:39:12','195.178.106.145'),(373348,0,'single','2023-01-22 00:50:24','185.119.81.104'),(373349,0,'admin','2023-01-22 00:53:11','77.245.149.38'),(373350,0,'admin','2023-01-22 01:08:40','103.200.23.139'),(373351,0,'ukdebtconsolidations-co-uk','2023-01-22 01:10:28','47.107.242.103'),(373352,0,'payments@ridingtherhino.co.uk','2023-01-22 01:13:40','185.119.81.109'),(373353,0,'kdebtcon','2023-01-22 01:21:48','185.119.81.99'),(373354,0,'ukdebtconsolidations-co-uk','2023-01-22 01:29:01','43.153.115.192'),(373355,0,'admin','2023-01-22 01:36:48','158.255.238.244'),(373356,0,'feed','2023-01-22 01:42:40','142.93.203.156'),(373357,0,'payments','2023-01-22 01:49:07','185.119.81.109'),(373358,0,'ukdebtconsolidations-co-uk','2023-01-22 02:08:42','5.189.185.23'),(373359,0,'ebtconsolidations','2023-01-22 02:10:19','185.119.81.98'),(373360,0,'admin','2023-01-22 02:32:08','66.248.237.69'),(373361,0,'feed','2023-01-22 02:51:59','39.108.148.88'),(373362,0,'ukdebtconsolidations-co-uk','2023-01-22 03:14:17','43.153.115.192'),(373363,0,'ukdebtconsolidations','2023-01-22 03:27:53','209.141.44.126'),(373364,0,'admin','2023-01-22 03:34:09','5.101.157.135'),(373365,0,'payments','2023-01-22 03:38:26','185.119.81.109'),(373366,0,'ukdebtconsolidations.co.uk','2023-01-22 03:45:00','5.188.62.140'),(373367,0,'payments','2023-01-22 04:01:51','185.119.81.96'),(373368,0,'admin','2023-01-22 04:04:19','185.63.153.189'),(373369,0,'ukdebtconsolidations-co-uk','2023-01-22 04:07:30','43.153.115.192'),(373370,0,'feed','2023-01-22 04:15:52','177.55.124.62'),(373371,0,'admin','2023-01-22 04:48:35','95.214.63.240'),(373372,0,'payments','2023-01-22 04:51:08','185.119.81.104'),(373373,0,'admin','2023-01-22 04:51:50','146.148.66.135'),(373374,0,'ukdebtconsolidations','2023-01-22 04:59:40','107.189.13.99'),(373375,0,'ukdebtconsolidations-co-uk','2023-01-22 05:02:12','43.153.115.192'),(373376,0,'ukdebtconsolidations-co-uk','2023-01-22 05:02:19','103.110.86.241'),(373377,0,'admin','2023-01-22 05:11:49','34.143.149.238'),(373378,0,'admin','2023-01-22 05:34:50','185.119.81.107'),(373379,0,'ukdebtconsolidations-co-uk','2023-01-22 05:56:19','43.153.115.192'),(373380,0,'feed','2023-01-22 06:01:49','149.255.63.242'),(373381,0,'admin','2023-01-22 06:24:40','103.233.9.73'),(373382,0,'admin','2023-01-22 06:32:24','103.200.23.160'),(373383,0,'admin','2023-01-22 06:47:05','78.142.50.97'),(373384,0,'admin','2023-01-22 06:48:44','103.162.31.237'),(373385,0,'ukdebtconsolidations','2023-01-22 06:48:59','198.98.49.240'),(373386,0,'ukdebtconsolidations-co-uk','2023-01-22 06:49:20','43.153.115.192'),(373387,0,'payments','2023-01-22 06:53:43','185.119.81.109'),(373388,0,'admin','2023-01-22 07:00:14','74.124.210.46'),(373389,0,'payments@ridingtherhino.co.uk','2023-01-22 07:18:24','185.119.81.107'),(373390,0,'payments','2023-01-22 07:25:28','185.119.81.98'),(373391,0,'admin','2023-01-22 07:35:37','195.178.106.145'),(373392,0,'ukdebtconsolidations-co-uk','2023-01-22 07:42:31','43.153.115.192'),(373393,0,'payments','2023-01-22 07:53:41','185.119.81.99'),(373394,0,'feed','2023-01-22 07:55:55','43.242.214.140'),(373395,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:50','23.97.205.210'),(373396,0,'admin','2023-01-22 08:01:50','23.97.205.210'),(373397,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:50','23.97.205.210'),(373398,0,'admin','2023-01-22 08:01:50','23.97.205.210'),(373399,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:50','23.97.205.210'),(373400,0,'admin','2023-01-22 08:01:50','23.97.205.210'),(373401,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:51','23.97.205.210'),(373402,0,'admin','2023-01-22 08:01:51','23.97.205.210'),(373403,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:51','23.97.205.210'),(373404,0,'admin','2023-01-22 08:01:51','23.97.205.210'),(373405,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:51','23.97.205.210'),(373406,0,'admin','2023-01-22 08:01:52','23.97.205.210'),(373407,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:52','23.97.205.210'),(373408,0,'admin','2023-01-22 08:01:52','23.97.205.210'),(373409,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:52','23.97.205.210'),(373410,0,'admin','2023-01-22 08:01:52','23.97.205.210'),(373411,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:52','23.97.205.210'),(373412,0,'admin','2023-01-22 08:01:53','23.97.205.210'),(373413,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:53','23.97.205.210'),(373414,0,'admin','2023-01-22 08:01:53','23.97.205.210'),(373415,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:53','23.97.205.210'),(373416,0,'admin','2023-01-22 08:01:53','23.97.205.210'),(373417,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:53','23.97.205.210'),(373418,0,'admin','2023-01-22 08:01:53','23.97.205.210'),(373419,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:54','23.97.205.210'),(373420,0,'admin','2023-01-22 08:01:54','23.97.205.210'),(373421,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:54','23.97.205.210'),(373422,0,'admin','2023-01-22 08:01:54','23.97.205.210'),(373423,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:54','23.97.205.210'),(373424,0,'admin','2023-01-22 08:01:54','23.97.205.210'),(373425,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:55','23.97.205.210'),(373426,0,'admin','2023-01-22 08:01:55','23.97.205.210'),(373427,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:55','23.97.205.210'),(373428,0,'admin','2023-01-22 08:01:55','23.97.205.210'),(373429,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:55','23.97.205.210'),(373430,0,'admin','2023-01-22 08:01:55','23.97.205.210'),(373431,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:56','23.97.205.210'),(373432,0,'admin','2023-01-22 08:01:56','23.97.205.210'),(373433,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:56','23.97.205.210'),(373434,0,'admin','2023-01-22 08:01:56','23.97.205.210'),(373435,0,'ukdebtconsolidations-co-uk','2023-01-22 08:01:56','23.97.205.210'),(373436,0,'admin','2023-01-22 08:01:56','23.97.205.210'),(373437,0,'admin','2023-01-22 08:14:04','167.235.48.159'),(373438,0,'payments','2023-01-22 08:17:40','185.119.81.107'),(373439,0,'admin','2023-01-22 08:33:00','51.79.180.244'),(373440,0,'ukdebtconsolidations-co-uk','2023-01-22 08:36:03','43.153.115.192'),(373441,0,'admin','2023-01-22 08:37:41','195.211.44.210'),(373442,0,'ukdebtconsolidations-co-uk','2023-01-22 08:41:32','178.128.107.59'),(373443,0,'payments','2023-01-22 08:54:00','185.119.81.109'),(373444,0,'ukdebtconsolidations','2023-01-22 09:26:11','45.61.187.99'),(373445,0,'admin','2023-01-22 09:28:21','120.132.99.49'),(373446,0,'ukdebtconsolidations-co-uk','2023-01-22 09:31:17','43.153.115.192'),(373447,0,'feed','2023-01-22 09:41:18','104.131.211.138'),(373448,0,'payments@ridingtherhino.co.uk','2023-01-22 09:51:23','185.119.81.99'),(373449,0,'admin','2023-01-22 09:56:59','67.227.228.177'),(373450,0,'admin','2023-01-22 10:02:20','185.119.81.96'),(373451,0,'ukdebtconsolidations-co-uk','2023-01-22 10:24:49','43.153.115.192'),(373452,0,'ukdebtconsolidations-co-uk','2023-01-22 10:27:33','151.106.38.6'),(373453,0,'olidatio','2023-01-22 10:58:39','185.119.81.96'),(373454,0,'admin','2023-01-22 11:00:28','172.105.33.197'),(373455,0,'ukdebtconsolidations-co-uk','2023-01-22 11:19:10','43.153.115.192'),(373456,0,'wadminw','2023-01-22 11:30:11','180.211.97.53'),(373457,0,'feed','2023-01-22 11:31:35','171.244.0.91'),(373458,0,'kdebtcon','2023-01-22 11:33:31','185.119.81.99'),(373459,0,'wwwadmin','2023-01-22 12:01:44','111.90.145.188'),(373460,0,'admin','2023-01-22 12:08:18','51.79.180.244'),(373461,0,'ukdebtconsolidations-co-uk','2023-01-22 12:11:50','43.153.115.192'),(373462,0,'ukdebtconsolidations-co-uk','2023-01-22 12:13:38','46.105.29.21'),(373463,0,'payments@ridingtherhino.co.uk','2023-01-22 12:30:11','185.119.81.96'),(373464,0,'admin','2023-01-22 12:37:16','68.183.85.239'),(373465,0,'payments@ridingtherhino.co.uk','2023-01-22 12:52:17','185.119.81.99'),(373466,0,'payments','2023-01-22 12:54:05','185.119.81.98'),(373467,0,'admin','2023-01-22 12:55:20','69.16.228.42'),(373468,0,'admin','2023-01-22 12:58:25','54.79.166.165'),(373469,0,'payments','2023-01-22 12:58:34','185.119.81.98'),(373470,0,'feed','2023-01-22 13:06:08','35.187.58.136'),(373471,0,'ukdebtconsolidations-co-uk','2023-01-22 13:09:31','43.153.115.192'),(373472,0,'admin','2023-01-22 13:21:44','103.146.203.73'),(373473,0,'admin','2023-01-22 13:37:21','178.208.67.57'),(373474,0,'ukdebtconsolidations-co-uk','2023-01-22 13:40:18','199.182.169.116'),(373475,0,'admin','2023-01-22 14:00:12','185.119.81.96'),(373476,0,'ukdebtconsolidations-co-uk','2023-01-22 14:03:58','43.153.115.192'),(373477,0,'admin','2023-01-22 14:05:52','178.172.137.204'),(373478,0,'admin','2023-01-22 14:12:36','150.107.74.24'),(373479,0,'feed','2023-01-22 14:31:02','34.65.234.0'),(373480,0,'payments@ridingtherhino.co.uk','2023-01-22 14:46:23','185.119.81.104'),(373481,0,'admin','2023-01-22 14:49:45','3.108.135.52'),(373482,0,'ukdebtconsolidations-co-uk','2023-01-22 14:59:05','43.153.115.192'),(373483,0,'payments','2023-01-22 15:13:39','185.119.81.96'),(373484,0,'payments@ridingtherhino.co.uk','2023-01-22 15:25:47','185.119.81.107'),(373485,0,'payments','2023-01-22 15:34:53','185.119.81.107'),(373486,0,'admin','2023-01-22 15:44:27','178.208.67.57'),(373487,0,'feed','2023-01-22 15:45:21','161.35.52.207'),(373488,0,'ukdebtconsolidations-co-uk','2023-01-22 15:53:12','43.153.115.192'),(373489,0,'payments','2023-01-22 16:22:15','185.119.81.96'),(373490,0,'ukdebtconsolidations-co-uk','2023-01-22 16:23:35','103.130.218.189'),(373491,0,'admin','2023-01-22 16:43:42','69.162.95.26'),(373492,0,'ebtconsolidations','2023-01-22 16:46:13','185.119.81.98'),(373493,0,'payments','2023-01-22 16:48:58','185.119.81.99'),(373494,0,'ukdebtconsolidations-co-uk','2023-01-22 16:53:20','43.153.115.192'),(373495,0,'feed','2023-01-22 17:16:22','46.166.171.186'),(373496,0,'payments','2023-01-22 17:28:39','185.119.81.104'),(373497,0,'admin','2023-01-22 17:31:29','185.119.81.99'),(373498,0,'admin','2023-01-22 17:32:32','93.189.94.187'),(373499,0,'ukdebtconsolidations-co-uk','2023-01-22 17:34:25','46.101.150.34'),(373500,0,'ukdebtconsolidations-co-uk','2023-01-22 17:54:29','43.153.115.192'),(373501,0,'admin','2023-01-22 18:07:46','36.91.100.149'),(373502,0,'payments','2023-01-22 18:09:54','185.119.81.102'),(373503,0,'feed','2023-01-22 18:24:17','188.34.183.184'),(373504,0,'ukdebtconsolidations-co-uk','2023-01-22 18:40:46','185.141.134.48'),(373505,0,'admin','2023-01-22 18:46:58','103.146.203.15'),(373506,0,'ukdebtconsolidations-co-uk','2023-01-22 18:51:56','43.153.115.192'),(373507,0,'feed','2023-01-22 19:23:25','195.154.184.235'),(373508,0,'ukdebtconsolidations-co-uk','2023-01-22 19:37:08','159.65.200.228'),(373509,0,'ukdebtconsolidations-co-uk','2023-01-22 19:47:43','43.153.115.192'),(373510,0,'single','2023-01-22 19:49:21','185.119.81.104'),(373511,0,'admin','2023-01-22 19:53:38','68.183.85.239'),(373512,0,'admin','2023-01-22 19:56:02','93.125.99.98'),(373513,0,'payments','2023-01-22 20:14:13','185.119.81.99'),(373514,0,'feed','2023-01-22 20:16:21','128.199.131.42'),(373515,0,'payments','2023-01-22 20:22:57','185.119.81.104'),(373516,0,'ukdebtconsolidations','2023-01-22 20:23:51','205.185.116.156'),(373517,0,'kdebtcon','2023-01-22 20:24:10','185.119.81.99'),(373518,0,'ukdebtconsolidations-co-uk','2023-01-22 20:30:51','178.217.190.82'),(373519,0,'ukdebtconsolidations-co-uk','2023-01-22 20:42:41','43.153.115.192'),(373520,0,'payments','2023-01-22 20:44:22','185.119.81.99'),(373521,0,'admin','2023-01-22 21:14:00','185.119.81.98'),(373522,0,'feed','2023-01-22 21:30:20','167.99.228.9'),(373523,0,'admin','2023-01-22 21:33:12','185.119.81.104'),(373524,0,'ukdebtconsolidations-co-uk','2023-01-22 21:37:39','43.153.115.192'),(373525,0,'ukdebtconsolidations','2023-01-22 21:45:57','83.69.230.5'),(373526,0,'ukdebtconsolidations-co-uk','2023-01-22 21:59:10','31.172.80.137'),(373527,0,'admin','2023-01-22 22:19:45','137.184.105.54'),(373528,0,'ukdebtconsolidations','2023-01-22 22:23:42','209.141.49.253'),(373529,0,'ukdebtconsolidations','2023-01-22 22:28:43','47.242.153.211'),(373530,0,'ukdebtconsolidations-co-uk','2023-01-22 22:36:05','43.153.115.192'),(373531,0,'payments','2023-01-22 22:39:55','185.119.81.99'),(373532,0,'feed','2023-01-22 22:56:33','81.88.52.241'),(373533,0,'olidatio','2023-01-22 23:01:36','185.119.81.96'),(373534,0,'payments@ridingtherhino.co.uk','2023-01-22 23:09:28','185.119.81.96'),(373535,0,'payments','2023-01-22 23:23:04','185.119.81.107'),(373536,0,'ukdebtconsolidations-co-uk','2023-01-22 23:24:21','178.217.190.82'),(373537,0,'ukdebtconsolidations-co-uk','2023-01-22 23:30:36','43.153.115.192'),(373538,0,'admin','2023-01-22 23:38:52','172.105.251.128'),(373539,0,'payments@ridingtherhino.co.uk','2023-01-22 23:39:19','185.119.81.96'),(373540,0,'admin','2023-01-23 00:11:11','185.119.81.107'),(373541,0,'ukdebtconsolidations-co-uk','2023-01-23 00:25:31','43.153.115.192'),(373542,0,'admin','2023-01-23 00:52:31','103.146.203.73'),(373543,0,'admin','2023-01-23 00:54:11','34.87.94.148'),(373544,0,'admin','2023-01-23 00:56:37','198.136.59.20'),(373545,0,'admin','2023-01-23 01:05:25','172.105.33.197'),(373546,0,'ukdebtconsolidations-co-uk','2023-01-23 01:06:51','138.68.96.111'),(373547,0,'payments','2023-01-23 01:13:50','185.119.81.109'),(373548,0,'ukdebtconsolidations-co-uk','2023-01-23 01:20:21','43.153.115.192'),(373549,0,'sending','2023-01-23 01:56:19','185.119.81.107'),(373550,0,'payments@ridingtherhino.co.uk','2023-01-23 01:59:21','185.119.81.109'),(373551,0,'ukdebtconsolidations','2023-01-23 02:01:41','103.161.132.8'),(373552,0,'payments@ridingtherhino.co.uk','2023-01-23 02:04:31','185.119.81.109'),(373553,0,'payments','2023-01-23 02:13:07','185.119.81.102'),(373554,0,'ukdebtconsolidations-co-uk','2023-01-23 02:15:21','43.153.115.192'),(373555,0,'admin','2023-01-23 02:15:27','143.198.226.137'),(373556,0,'ukdebtconsolidations','2023-01-23 02:15:44','209.141.57.9'),(373557,0,'ukdebtconsolidations-co-uk','2023-01-23 02:29:13','157.230.15.115'),(373558,0,'payments@ridingtherhino.co.uk','2023-01-23 02:54:55','185.119.81.100'),(373559,0,'admin','2023-01-23 03:05:06','185.119.81.100'),(373560,0,'ukdebtconsolidations','2023-01-23 03:11:08','107.189.13.99'),(373561,0,'ukdebtconsolidations-co-uk','2023-01-23 03:17:05','43.153.115.192'),(373562,0,'debtconso','2023-01-23 03:37:09','185.119.81.109'),(373563,0,'admin','2023-01-23 03:39:16','172.105.251.128'),(373564,0,'feed','2023-01-23 03:40:27','82.166.39.15'),(373565,0,'payments@ridingtherhino.co.uk','2023-01-23 04:06:16','185.119.81.99'),(373566,0,'ukdebtconsolidations-co-uk','2023-01-23 04:07:29','206.189.17.78'),(373567,0,'ukdebtconsolidations-co-uk','2023-01-23 04:13:57','43.153.115.192'),(373568,0,'ukdebtconsolidations','2023-01-23 04:17:15','68.66.200.210'),(373569,0,'payments','2023-01-23 04:17:53','185.119.81.107'),(373570,0,'payments','2023-01-23 04:42:35','185.119.81.100'),(373571,0,'payments@ridingtherhino.co.uk','2023-01-23 04:47:06','185.119.81.99'),(373572,0,'ukdebtconsolidations','2023-01-23 05:08:39','18.139.183.91'),(373573,0,'ukdebtconsolidations-co-uk','2023-01-23 05:08:42','43.153.115.192'),(373574,0,'admin','2023-01-23 05:21:01','206.72.203.35'),(373575,0,'payments','2023-01-23 05:28:00','185.119.81.98'),(373576,0,'feed','2023-01-23 05:32:30','148.72.214.245'),(373577,0,'admin','2023-01-23 05:46:34','217.13.219.167'),(373578,0,'ukdebtconsolidations-co-uk','2023-01-23 06:02:46','202.29.236.140'),(373579,0,'ukdebtconsolidations-co-uk','2023-01-23 06:04:35','43.153.115.192'),(373580,0,'payments@ridingtherhino.co.uk','2023-01-23 06:30:54','185.119.81.104'),(373581,0,'admin','2023-01-23 06:52:00','78.46.82.123'),(373582,0,'ukdebtconsolidations-co-uk','2023-01-23 06:59:10','43.153.115.192'),(373583,0,'payments','2023-01-23 07:11:46','185.119.81.102'),(373584,0,'admin','2023-01-23 07:28:49','185.119.81.102'),(373585,0,'admin','2023-01-23 07:43:11','66.45.229.42'),(373586,0,'ukdebtconsolidations-co-uk','2023-01-23 07:54:28','43.153.115.192'),(373587,0,'admin','2023-01-23 08:37:56','185.119.81.100'),(373588,0,'ukdebtconsolidations-co-uk','2023-01-23 08:49:10','43.153.115.192'),(373589,0,'payments@ridingtherhino.co.uk','2023-01-23 08:53:52','185.119.81.107'),(373590,0,'admin','2023-01-23 09:07:54','185.119.81.104'),(373591,0,'payments','2023-01-23 09:36:29','185.119.81.99'),(373592,0,'feed','2023-01-23 09:48:35','217.76.155.6'),(373593,0,'ukdebtconsolidations-co-uk','2023-01-23 09:56:44','43.153.115.192'),(373594,0,'ukdebtconsolidations.co.uk','2023-01-23 10:05:34','5.188.62.140'),(373595,0,'ukdebtconsolidations-co-uk','2023-01-23 10:20:30','46.105.29.21'),(373596,0,'payments','2023-01-23 10:24:46','185.119.81.102'),(373597,0,'ukdebtconsolidations','2023-01-23 10:49:46','137.116.141.77'),(373598,0,'ukdebtconsolidations','2023-01-23 10:50:42','188.166.149.6'),(373599,0,'admin','2023-01-23 10:56:39','112.18.252.222'),(373600,0,'olidatio','2023-01-23 11:03:27','185.119.81.96'),(373601,0,'payments','2023-01-23 11:16:02','185.119.81.109'),(373602,0,'payments','2023-01-23 11:21:51','185.119.81.100'),(373603,0,'admin','2023-01-23 11:29:41','185.119.81.107'),(373604,0,'admin','2023-01-23 11:35:51','36.91.100.149'),(373605,0,'payments','2023-01-23 11:56:57','185.119.81.100'),(373606,0,'payments','2023-01-23 12:05:31','185.119.81.96'),(373607,0,'ukdebtconsolidations','2023-01-23 12:12:52','103.74.121.5'),(373608,0,'ukdebtconsolidations','2023-01-23 12:25:35','47.88.22.184'),(373609,0,'admin','2023-01-23 12:34:38','185.119.81.99'),(373610,0,'payments@ridingtherhino.co.uk','2023-01-23 12:44:44','185.119.81.96'),(373611,0,'available','2023-01-23 13:01:11','185.119.81.98'),(373612,0,'payments@ridingtherhino.co.uk','2023-01-23 13:03:07','185.119.81.107'),(373613,0,'ukdebtconsolidations','2023-01-23 13:11:16','51.144.238.41'),(373614,0,'admin','2023-01-23 13:11:50','54.70.90.230'),(373615,0,'ukdebtconsolidations','2023-01-23 13:53:40','51.89.98.142'),(373616,0,'ukdebtconsolidations','2023-01-23 14:09:11','81.177.141.224'),(373617,0,'feed','2023-01-23 14:26:00','81.88.53.47'),(373618,0,'admin','2023-01-23 14:41:53','206.84.102.6'),(373619,0,'payments','2023-01-23 14:49:38','185.119.81.104'),(373620,0,'ukdebtconsolidations','2023-01-23 14:57:51','35.222.218.27'),(373621,0,'ukdebtconsolidations-co-uk','2023-01-23 15:20:35','206.189.17.78'),(373622,0,'payments','2023-01-23 15:28:02','185.119.81.104'),(373623,0,'payments','2023-01-23 16:13:19','185.119.81.98'),(373624,0,'admin','2023-01-23 16:18:21','185.119.81.109'),(373625,0,'ukdebtconsolidations.co.uk','2023-01-23 16:57:22','5.188.62.140'),(373626,0,'Harassment','2023-01-23 17:11:12','185.119.81.99'),(373627,0,'payments','2023-01-23 17:15:45','185.119.81.96'),(373628,0,'payments','2023-01-23 17:27:23','185.119.81.107'),(373629,0,'admin','2023-01-23 17:33:21','185.119.81.96'),(373630,0,'ukdebtconsolidations','2023-01-23 17:41:21','103.130.218.42'),(373631,0,'feed','2023-01-23 17:42:44','173.236.168.102'),(373632,0,'single','2023-01-23 18:15:53','185.119.81.104'),(373633,0,'ukdebtconsolidations-co-uk','2023-01-23 18:20:46','54.36.182.160'),(373634,0,'ukdebtconsolidations','2023-01-23 18:23:15','54.39.49.42'),(373635,0,'payments@ridingtherhino.co.uk','2023-01-23 18:40:18','185.119.81.104'),(373636,0,'payments','2023-01-23 19:14:14','185.119.81.106'),(373637,0,'admin','2023-01-23 19:14:18','185.119.81.104'),(373638,0,'admin','2023-01-23 19:33:40','103.55.39.107'),(373639,0,'payments','2023-01-23 19:37:35','185.119.81.104'),(373640,0,'admin','2023-01-23 19:42:27','185.119.81.102'),(373641,0,'feed','2023-01-23 19:47:06','138.68.180.230'),(373642,0,'admin','2023-01-23 19:51:31','14.225.255.250'),(373643,0,'admin','2023-01-23 20:12:05','192.241.135.47'),(373644,0,'ukdebtconsolidations-co-uk','2023-01-23 20:14:19','46.101.150.34'),(373645,0,'ukdebtconsolidations','2023-01-23 20:29:22','185.60.170.226'),(373646,0,'payments','2023-01-23 20:35:31','185.119.81.107'),(373647,0,'sending','2023-01-23 20:42:53','185.119.81.107'),(373648,0,'admin','2023-01-23 21:02:22','185.119.81.98'),(373649,0,'ukdebtconsolidations','2023-01-23 21:17:47','188.125.160.161'),(373650,0,'payments@ridingtherhino.co.uk','2023-01-23 21:21:06','185.119.81.109'),(373651,0,'payments','2023-01-23 21:48:37','185.119.81.107'),(373652,0,'ukdebtconsolidations-co-uk','2023-01-23 21:48:41','137.184.124.136'),(373653,0,'debtconso','2023-01-23 21:52:25','185.119.81.109'),(373654,0,'admin','2023-01-23 22:08:47','185.119.81.99'),(373655,0,'payments','2023-01-23 22:28:54','185.119.81.98'),(373656,0,'payments@ridingtherhino.co.uk','2023-01-23 22:41:51','185.119.81.102'),(373657,0,'feed','2023-01-23 22:45:40','51.91.151.60'),(373658,0,'payments','2023-01-23 22:45:49','185.119.81.106'),(373659,0,'random','2023-01-23 22:52:58','185.119.81.102'),(373660,0,'payments@ridingtherhino.co.uk','2023-01-23 22:55:26','185.119.81.104'),(373661,0,'payments','2023-01-23 23:02:40','185.119.81.109'),(373662,0,'ukdebtconsolidations-co-uk','2023-01-23 23:19:47','43.153.168.248'),(373663,0,'ukdebtconsolidations','2023-01-23 23:21:40','150.107.74.24'),(373664,0,'admin','2023-01-23 23:46:29','103.153.3.21'),(373665,0,'admin','2023-01-24 00:11:40','211.217.159.126'),(373666,0,'sending','2023-01-24 00:43:21','185.119.81.107'),(373667,0,'admin','2023-01-24 00:59:09','47.88.61.91'),(373668,0,'ukdebtconsolidations-co-uk','2023-01-24 01:13:23','81.88.53.6'),(373669,0,'admin','2023-01-24 01:19:17','178.208.67.7'),(373670,0,'payments','2023-01-24 01:27:12','185.119.81.100'),(373671,0,'ukdebtconsolidations','2023-01-24 01:37:53','47.88.61.91'),(373672,0,'ukdebtconsolidations','2023-01-24 01:41:23','88.99.119.166'),(373673,0,'admin','2023-01-24 01:49:05','150.109.60.184'),(373674,0,'tal1481','2023-01-24 02:03:11','95.142.120.134'),(373675,0,'tal1481','2023-01-24 02:03:12','95.142.120.134'),(373676,0,'tal1481','2023-01-24 02:03:12','95.142.120.134'),(373677,0,'tal1481','2023-01-24 02:03:12','95.142.120.134'),(373678,0,'tal1481','2023-01-24 02:03:13','95.142.120.134'),(373679,0,'tal1481','2023-01-24 02:03:13','95.142.120.134'),(373680,0,'tal1481','2023-01-24 02:03:14','95.142.120.134'),(373681,0,'tal1481','2023-01-24 02:03:14','95.142.120.134'),(373682,0,'tal1481','2023-01-24 02:03:14','95.142.120.134'),(373683,0,'tal1481','2023-01-24 02:03:15','95.142.120.134'),(373684,0,'tal1481','2023-01-24 02:03:15','95.142.120.134'),(373685,0,'tal1481','2023-01-24 02:03:15','95.142.120.134'),(373686,0,'tal1481','2023-01-24 02:03:16','95.142.120.134'),(373687,0,'tal1481','2023-01-24 02:03:16','95.142.120.134'),(373688,0,'tal1481','2023-01-24 02:03:17','95.142.120.134'),(373689,0,'tal1481','2023-01-24 02:03:17','95.142.120.134'),(373690,0,'tal1481','2023-01-24 02:03:18','95.142.120.134'),(373691,0,'tal1481','2023-01-24 02:03:18','95.142.120.134'),(373692,0,'tal1481','2023-01-24 02:03:18','95.142.120.134'),(373693,0,'tal1481','2023-01-24 02:03:19','95.142.120.134'),(373694,0,'tal1481','2023-01-24 02:03:19','95.142.120.134'),(373695,0,'tal1481','2023-01-24 02:03:20','95.142.120.134'),(373696,0,'tal1481','2023-01-24 02:03:20','95.142.120.134'),(373697,0,'tal1481','2023-01-24 02:03:20','95.142.120.134'),(373698,0,'tal1481','2023-01-24 02:03:21','95.142.120.134'),(373699,0,'tal1481','2023-01-24 02:03:21','95.142.120.134'),(373700,0,'tal1481','2023-01-24 02:03:21','95.142.120.134'),(373701,0,'tal1481','2023-01-24 02:03:22','95.142.120.134'),(373702,0,'tal1481','2023-01-24 02:03:22','95.142.120.134'),(373703,0,'tal1481','2023-01-24 02:03:23','95.142.120.134'),(373704,0,'tal1481','2023-01-24 02:03:23','95.142.120.134'),(373705,0,'tal1481','2023-01-24 02:03:23','95.142.120.134'),(373706,0,'tal1481','2023-01-24 02:03:24','95.142.120.134'),(373707,0,'tal1481','2023-01-24 02:03:24','95.142.120.134'),(373708,0,'tal1481','2023-01-24 02:03:24','95.142.120.134'),(373709,0,'tal1481','2023-01-24 02:03:25','95.142.120.134'),(373710,0,'tal1481','2023-01-24 02:03:25','95.142.120.134'),(373711,0,'tal1481','2023-01-24 02:03:26','95.142.120.134'),(373712,0,'tal1481','2023-01-24 02:03:26','95.142.120.134'),(373713,0,'tal1481','2023-01-24 02:03:26','95.142.120.134'),(373714,0,'tal1481','2023-01-24 02:03:27','95.142.120.134'),(373715,0,'tal1481','2023-01-24 02:03:27','95.142.120.134'),(373716,0,'tal1481','2023-01-24 02:03:28','95.142.120.134'),(373717,0,'tal1481','2023-01-24 02:03:28','95.142.120.134'),(373718,0,'tal1481','2023-01-24 02:03:28','95.142.120.134'),(373719,0,'tal1481','2023-01-24 02:03:29','95.142.120.134'),(373720,0,'tal1481','2023-01-24 02:03:29','95.142.120.134'),(373721,0,'tal1481','2023-01-24 02:03:30','95.142.120.134'),(373722,0,'tal1481','2023-01-24 02:03:30','95.142.120.134'),(373723,0,'tal1481','2023-01-24 02:03:30','95.142.120.134'),(373724,0,'tal1481','2023-01-24 02:03:31','95.142.120.134'),(373725,0,'tal1481','2023-01-24 02:03:31','95.142.120.134'),(373726,0,'tal1481','2023-01-24 02:03:32','95.142.120.134'),(373727,0,'tal1481','2023-01-24 02:03:32','95.142.120.134'),(373728,0,'tal1481','2023-01-24 02:03:32','95.142.120.134'),(373729,0,'tal1481','2023-01-24 02:03:33','95.142.120.134'),(373730,0,'tal1481','2023-01-24 02:03:33','95.142.120.134'),(373731,0,'tal1481','2023-01-24 02:03:34','95.142.120.134'),(373732,0,'tal1481','2023-01-24 02:03:34','95.142.120.134'),(373733,0,'tal1481','2023-01-24 02:03:34','95.142.120.134'),(373734,0,'tips','2023-01-24 02:20:55','185.119.81.106'),(373735,0,'Harassment','2023-01-24 02:42:15','185.119.81.99'),(373736,0,'feed','2023-01-24 02:44:32','34.143.243.10'),(373737,0,'ukdebtconsolidations.co.uk','2023-01-24 02:47:16','5.188.62.76'),(373738,0,'feed','2023-01-24 02:47:18','5.188.62.76'),(373739,0,'tips','2023-01-24 03:00:53','185.119.81.106'),(373740,0,'ukdebtconsolidations-co-uk','2023-01-24 03:39:03','209.141.52.244'),(373741,0,'ukdebtconsolidations','2023-01-24 03:39:04','209.141.52.244'),(373742,0,'co','2023-01-24 03:39:06','209.141.52.244'),(373743,0,'payments','2023-01-24 03:57:29','185.119.81.98'),(373744,0,'administrator','2023-01-24 04:38:27','199.195.254.123'),(373745,0,'admin','2023-01-24 04:38:50','199.195.254.123'),(373746,0,'uk','2023-01-24 04:38:50','209.141.52.244'),(373747,0,'payments','2023-01-24 04:49:10','185.119.81.99'),(373748,0,'feed','2023-01-24 04:50:52','97.74.80.103'),(373749,0,'payments@ridingtherhino.co.uk','2023-01-24 05:05:35','185.119.81.109'),(373750,0,'payments','2023-01-24 05:06:05','185.119.81.100'),(373751,0,'payments@ridingtherhino.co.uk','2023-01-24 05:10:01','185.119.81.96'),(373752,0,'ukdebtconsolidations','2023-01-24 05:21:49','167.71.229.255'),(373753,0,'payments@ridingtherhino.co.uk','2023-01-24 05:35:13','185.119.81.106'),(373754,0,'payments','2023-01-24 05:42:16','185.119.81.99'),(373755,0,'payments@ridingtherhino.co.uk','2023-01-24 05:46:36','185.119.81.106'),(373756,0,'payments@ridingtherhino.co.uk','2023-01-24 05:46:36','185.119.81.109'),(373757,0,'admin','2023-01-24 05:54:35','69.55.54.119'),(373758,0,'payments','2023-01-24 06:20:33','185.119.81.102'),(373759,0,'payments@ridingtherhino.co.uk','2023-01-24 06:27:15','185.119.81.100'),(373760,0,'admin','2023-01-24 06:32:17','66.45.229.42'),(373761,0,'payments','2023-01-24 07:05:16','185.119.81.109'),(373762,0,'feed','2023-01-24 07:05:25','138.68.180.230'),(373763,0,'payments@ridingtherhino.co.uk','2023-01-24 07:13:08','185.119.81.98'),(373764,0,'nsolid','2023-01-24 07:13:49','185.119.81.96'),(373765,0,'admin','2023-01-24 07:16:26','185.46.8.7'),(373766,0,'payments','2023-01-24 07:35:31','185.119.81.104'),(373767,0,'admin','2023-01-24 07:44:49','103.130.218.42'),(373768,0,'admin','2023-01-24 07:55:28','54.70.90.230'),(373769,0,'ukdebtconsolidations-co-uk','2023-01-24 07:56:02','148.72.244.186'),(373770,0,'payments@ridingtherhino.co.uk','2023-01-24 08:24:12','185.119.81.96'),(373771,0,'nsolid','2023-01-24 08:41:38','185.119.81.96'),(373772,0,'admin','2023-01-24 08:46:34','86.48.26.198'),(373773,0,'admin','2023-01-24 08:56:57','143.244.132.153'),(373774,0,'payments','2023-01-24 08:58:19','185.119.81.98'),(373775,0,'Harassment','2023-01-24 08:59:23','185.119.81.99'),(373776,0,'admin','2023-01-24 09:00:15','139.196.207.33'),(373777,0,'payments','2023-01-24 09:06:30','185.119.81.104'),(373778,0,'admin','2023-01-24 09:09:08','185.119.81.100'),(373779,0,'payments','2023-01-24 09:18:08','185.119.81.100'),(373780,0,'feed','2023-01-24 09:55:29','77.240.13.186'),(373781,0,'ukdebtconsolidations','2023-01-24 10:02:59','185.46.8.7'),(373782,0,'ukdebtconsolidations','2023-01-24 10:06:24','103.28.53.179'),(373783,0,'ukdebtconsolidations.co.uk','2023-01-24 10:15:00','5.188.62.140'),(373784,0,'payments','2023-01-24 10:17:37','185.119.81.106'),(373785,0,'ukdebtconsolidations-co-uk','2023-01-24 10:31:01','64.227.6.141'),(373786,0,'payments@ridingtherhino.co.uk','2023-01-24 10:31:43','185.119.81.104'),(373787,0,'ukdebtconsolidations','2023-01-24 10:48:43','51.159.35.70'),(373788,0,'nsolid','2023-01-24 10:52:16','185.119.81.96'),(373789,0,'ukdebtconsolidations','2023-01-24 11:01:14','173.236.208.143'),(373790,0,'admin','2023-01-24 11:21:03','68.183.85.239'),(373791,0,'admin','2023-01-24 11:39:17','185.119.81.104'),(373792,0,'payments','2023-01-24 11:41:49','185.119.81.104'),(373793,0,'available','2023-01-24 12:39:06','185.119.81.98'),(373794,0,'admin','2023-01-24 12:51:51','172.105.63.144'),(373795,0,'admin','2023-01-24 13:07:46','185.119.81.98'),(373796,0,'payments','2023-01-24 13:08:25','185.119.81.99'),(373797,0,'payments@ridingtherhino.co.uk','2023-01-24 13:14:34','185.119.81.102'),(373798,0,'random','2023-01-24 14:10:14','185.119.81.102'),(373799,0,'admin','2023-01-24 14:32:35','159.203.80.245'),(373800,0,'feed','2023-01-24 14:53:04','209.97.162.248'),(373801,0,'ukdebtconsolidations-co-uk','2023-01-24 15:31:16','135.125.1.9'),(373802,0,'admin','2023-01-24 15:31:43','206.84.102.6'),(373803,0,'ukdebtconsolidations','2023-01-24 15:34:52','95.217.178.185'),(373804,0,'payments@ridingtherhino.co.uk','2023-01-24 16:13:45','185.119.81.98'),(373805,0,'admin','2023-01-24 16:16:48','173.236.208.143'),(373806,0,'admin','2023-01-24 16:17:27','139.196.207.33'),(373807,0,'payments','2023-01-24 16:26:54','185.119.81.96'),(373808,0,'ukdebtconsolidations','2023-01-24 16:31:24','150.109.60.184'),(373809,0,'admin','2023-01-24 16:38:27','185.119.81.99'),(373810,0,'admin','2023-01-24 16:58:30','31.31.198.171'),(373811,0,'admin','2023-01-24 17:03:53','5.101.156.145'),(373812,0,'ukdebtconsolidations','2023-01-24 17:04:35','14.225.255.250'),(373813,0,'feed','2023-01-24 17:16:10','188.225.40.227'),(373814,0,'ukdebtconsolidations-co-uk','2023-01-24 17:50:38','185.250.251.124'),(373815,0,'payments','2023-01-24 18:13:19','185.119.81.106'),(373816,0,'payments','2023-01-24 18:44:24','185.119.81.99'),(373817,0,'ukdebtconsolidations','2023-01-24 18:50:34','103.63.24.139'),(373818,0,'payments@ridingtherhino.co.uk','2023-01-24 19:00:41','185.119.81.104'),(373819,0,'ukdebtconsolidations','2023-01-24 19:02:37','148.72.244.186'),(373820,0,'ukdebtconsolidations.co.uk','2023-01-24 19:49:31','5.188.62.140'),(373821,0,'ukdebtconsolidations-co-uk','2023-01-24 19:50:53','47.114.72.18'),(373822,0,'payments@ridingtherhino.co.uk','2023-01-24 20:52:17','185.119.81.102'),(373823,0,'feed','2023-01-24 21:19:26','206.189.17.78'),(373824,0,'payments','2023-01-24 21:19:32','185.119.81.100'),(373825,0,'payments','2023-01-24 21:27:07','185.119.81.102'),(373826,0,'btconsolidat','2023-01-24 21:38:22','185.119.81.104'),(373827,0,'ukdebtconsolidations-co-uk','2023-01-24 21:43:54','66.33.193.231'),(373828,0,'ukdebtconsolidations','2023-01-24 22:06:56','14.225.255.250'),(373829,0,'ukdebtconsolidations','2023-01-24 22:36:24','185.229.66.15'),(373830,0,'feed','2023-01-24 22:46:57','46.166.171.186'),(373831,0,'ukdebtconsolidations-co-uk','2023-01-24 23:14:20','49.51.134.238'),(373832,0,'ukdebtconsolidations','2023-01-24 23:43:18','164.90.170.66'),(373833,0,'ukdebtconsolidations','2023-01-25 00:17:34','94.250.250.48'),(373834,0,'feed','2023-01-25 00:21:26','181.174.125.214'),(373835,0,'ukdebtconsolidations-co-uk','2023-01-25 00:49:31','47.110.72.238'),(373836,0,'payments','2023-01-25 00:53:10','185.119.81.106'),(373837,0,'payments','2023-01-25 01:18:12','185.119.81.99'),(373838,0,'payments','2023-01-25 01:57:06','185.119.81.99'),(373839,0,'payments@ridingtherhino.co.uk','2023-01-25 02:11:26','185.119.81.106'),(373840,0,'payments','2023-01-25 02:20:08','185.119.81.104'),(373841,0,'Spreadsheet','2023-01-25 02:41:47','185.119.81.100'),(373842,0,'ukdebtconsolidations-co-uk','2023-01-25 02:43:23','188.34.183.184'),(373843,0,'payments','2023-01-25 02:47:36','185.119.81.97'),(373844,0,'payments@ridingtherhino.co.uk','2023-01-25 02:58:30','185.119.81.100'),(373845,0,'admin','2023-01-25 02:58:55','103.129.222.7'),(373846,0,'admin','2023-01-25 03:14:33','34.87.94.148'),(373847,0,'ukdebtconsolidations','2023-01-25 03:15:48','51.210.150.127'),(373848,0,'Spreadsheet','2023-01-25 03:33:23','185.119.81.100'),(373849,0,'admin','2023-01-25 03:49:31','185.119.81.96'),(373850,0,'payments@ridingtherhino.co.uk','2023-01-25 03:52:48','185.119.81.99'),(373851,0,'admin','2023-01-25 03:58:46','69.55.54.119'),(373852,0,'feed','2023-01-25 04:22:13','167.172.206.144'),(373853,0,'payments@ridingtherhino.co.uk','2023-01-25 04:22:32','185.119.81.99'),(373854,0,'admin','2023-01-25 04:36:06','120.132.99.49'),(373855,0,'payments','2023-01-25 04:37:16','185.119.81.98'),(373856,0,'payments','2023-01-25 04:38:29','185.119.81.109'),(373857,0,'admin','2023-01-25 04:49:31','157.230.178.254'),(373858,0,'payments@ridingtherhino.co.uk','2023-01-25 04:50:50','185.119.81.102'),(373859,0,'ukdebtconsolidations-co-uk','2023-01-25 04:55:43','43.242.214.140'),(373860,0,'admin','2023-01-25 05:03:22','185.114.245.193'),(373861,0,'payments@ridingtherhino.co.uk','2023-01-25 05:19:30','185.119.81.106'),(373862,0,'ukdebtconsolidations.co.uk','2023-01-25 05:23:24','5.188.62.140'),(373863,0,'ukdebtconsolidations','2023-01-25 05:28:54','77.245.149.38'),(373864,0,'admin','2023-01-25 06:06:23','185.119.81.97'),(373865,0,'payments@ridingtherhino.co.uk','2023-01-25 06:12:08','185.119.81.104'),(373866,0,'payments','2023-01-25 06:21:11','185.119.81.109'),(373867,0,'admin','2023-01-25 06:23:38','177.55.125.120'),(373868,0,'admin','2023-01-25 06:29:22','5.23.51.54'),(373869,0,'admin','2023-01-25 07:04:22','185.119.81.102'),(373870,0,'debtconso','2023-01-25 07:20:21','185.119.81.109'),(373871,0,'payments','2023-01-25 07:21:36','185.119.81.102'),(373872,0,'payments','2023-01-25 07:23:15','185.119.81.109'),(373873,0,'admin','2023-01-25 07:33:32','185.78.220.17'),(373874,0,'payments@ridingtherhino.co.uk','2023-01-25 07:33:37','185.119.81.99'),(373875,0,'admin','2023-01-25 07:40:18','178.62.60.116'),(373876,0,'ukdebtconsolidations','2023-01-25 07:41:48','137.116.141.77'),(373877,0,'admin','2023-01-25 07:57:45','103.74.116.69'),(373878,0,'ukdebtconsolidations','2023-01-25 08:12:18','103.74.123.3'),(373879,0,'admin','2023-01-25 08:31:17','47.88.61.91'),(373880,0,'admin','2023-01-25 08:31:43','185.119.81.98'),(373881,0,'payments@ridingtherhino.co.uk','2023-01-25 08:36:54','185.119.81.100'),(373882,0,'payments@ridingtherhino.co.uk','2023-01-25 09:07:41','185.119.81.102'),(373883,0,'admin','2023-01-25 09:22:01','185.119.81.96'),(373884,0,'random','2023-01-25 09:48:31','185.119.81.102'),(373885,0,'ukdebtconsolidations-co-uk','2023-01-25 10:20:29','43.130.144.44'),(373886,0,'payments','2023-01-25 10:33:27','185.119.81.99'),(373887,0,'ukdebtconsolidations','2023-01-25 10:36:54','95.217.178.185'),(373888,0,'ukdebtconsolidations','2023-01-25 10:41:17','177.55.125.120'),(373889,0,'payments','2023-01-25 10:41:43','185.119.81.100'),(373890,0,'admin','2023-01-25 10:41:51','185.119.81.106'),(373891,0,'getting','2023-01-25 10:44:38','185.119.81.97'),(373892,0,'ukdebtconsolidations-co-uk','2023-01-25 10:53:16','43.130.144.44'),(373893,0,'admin','2023-01-25 11:03:38','185.119.81.109'),(373894,0,'ukdebtconsolidations-co-uk','2023-01-25 11:29:17','43.130.144.44'),(373895,0,'ukdebtconsolidations','2023-01-25 11:42:50','94.250.250.48'),(373896,0,'payments','2023-01-25 12:01:33','185.119.81.96'),(373897,0,'ukdebtconsolidations-co-uk','2023-01-25 12:05:58','43.130.144.44'),(373898,0,'payments','2023-01-25 12:10:54','185.119.81.100'),(373899,0,'ukdebtconsolidations-co-uk','2023-01-25 12:43:06','43.130.144.44'),(373900,0,'Spreadsheet','2023-01-25 13:00:38','185.119.81.100'),(373901,0,'ukdebtconsolidations-co-uk','2023-01-25 13:19:46','43.130.144.44'),(373902,0,'payments','2023-01-25 13:23:18','185.119.81.99'),(373903,0,'admin','2023-01-25 13:27:46','103.18.6.65'),(373904,0,'admin','2023-01-25 13:45:30','103.233.9.73'),(373905,0,'ukdebtconsolidations-co-uk','2023-01-25 13:57:34','43.130.144.44'),(373906,0,'ukdebtconsolidations.co.uk','2023-01-25 14:05:41','5.188.62.140'),(373907,0,'payments','2023-01-25 14:12:47','185.119.81.109'),(373908,0,'payments','2023-01-25 14:21:53','185.119.81.96'),(373909,0,'ukdebtconsolidations-co-uk','2023-01-25 14:34:45','43.130.144.44'),(373910,0,'available','2023-01-25 14:38:04','185.119.81.98'),(373911,0,'admin','2023-01-25 14:45:27','1.15.139.122'),(373912,0,'admin','2023-01-25 14:48:56','54.36.82.134'),(373913,0,'ukdebtconsolidations-co-uk','2023-01-25 15:12:43','43.130.144.44'),(373914,0,'payments','2023-01-25 15:43:28','185.119.81.104'),(373915,0,'ukdebtconsolidations','2023-01-25 15:48:21','51.89.98.142'),(373916,0,'ukdebtconsolidations-co-uk','2023-01-25 15:50:31','43.130.144.44'),(373917,0,'ukdebtconsolidations','2023-01-25 16:15:25','82.200.235.138'),(373918,0,'payments@ridingtherhino.co.uk','2023-01-25 16:24:19','185.119.81.96'),(373919,0,'ukdebtconsolidations-co-uk','2023-01-25 16:27:59','43.130.144.44'),(373920,0,'admin','2023-01-25 16:41:16','1.15.139.122'),(373921,0,'ukdebtconsolidations-co-uk','2023-01-25 17:06:13','43.130.144.44'),(373922,0,'payments','2023-01-25 17:06:22','185.119.81.99'),(373923,0,'payments@ridingtherhino.co.uk','2023-01-25 17:09:16','185.119.81.97'),(373924,0,'admin','2023-01-25 17:09:23','185.119.81.106'),(373925,0,'admin','2023-01-25 17:18:35','185.119.81.104'),(373926,0,'ukdebtconsolidations-co-uk','2023-01-25 17:44:16','43.130.144.44'),(373927,0,'ukdebtconsolidations-co-uk','2023-01-25 18:22:42','43.130.144.44'),(373928,0,'admin','2023-01-25 18:48:23','67.205.132.31'),(373929,0,'ukdebtconsolidations-co-uk','2023-01-25 19:01:49','43.130.144.44'),(373930,0,'ukdebtconsolidations-co-uk','2023-01-25 19:40:54','43.130.144.44'),(373931,0,'payments@ridingtherhino.co.uk','2023-01-25 20:14:55','185.119.81.97'),(373932,0,'admin','2023-01-25 20:17:11','103.28.53.179'),(373933,0,'ukdebtconsolidations-co-uk','2023-01-25 20:20:10','43.130.144.44'),(373934,0,'payments','2023-01-25 20:20:14','185.119.81.106'),(373935,0,'payments@ridingtherhino.co.uk','2023-01-25 20:32:33','185.119.81.98'),(373936,0,'ukdebtconsolidations.co.uk','2023-01-25 20:39:23','5.188.62.140'),(373937,0,'payments@ridingtherhino.co.uk','2023-01-25 20:50:41','185.119.81.100'),(373938,0,'ukdebtconsolidations-co-uk','2023-01-25 20:59:27','43.130.144.44'),(373939,0,'ukdebtconsolidations','2023-01-25 21:07:42','103.233.9.73'),(373940,0,'ukdebtconsolidations','2023-01-25 21:14:39','185.78.220.17'),(373941,0,'ukdebtconsolidations-co-uk','2023-01-25 21:38:56','43.130.144.44'),(373942,0,'payments','2023-01-25 21:40:06','185.119.81.100'),(373943,0,'payments@ridingtherhino.co.uk','2023-01-25 21:42:35','185.119.81.106'),(373944,0,'ukdebtconsolidations-co-uk','2023-01-25 22:18:01','43.130.144.44'),(373945,0,'ukdebtconsolidations','2023-01-25 22:29:12','143.244.132.153'),(373946,0,'ukdebtconsolidations-co-uk','2023-01-25 22:56:47','43.130.144.44'),(373947,0,'payments@ridingtherhino.co.uk','2023-01-25 22:59:57','185.119.81.98'),(373948,0,'payments','2023-01-25 23:05:38','185.119.81.96'),(373949,0,'ukdebtconsolidations-co-uk','2023-01-25 23:35:47','43.130.144.44'),(373950,0,'payments','2023-01-25 23:45:12','185.119.81.98'),(373951,0,'payments@ridingtherhino.co.uk','2023-01-25 23:53:02','185.119.81.96'),(373952,0,'getting','2023-01-25 23:53:41','185.119.81.97'),(373953,0,'ukdebtconsolidations','2023-01-25 23:59:16','172.105.251.128'),(373954,0,'ukdebtconsolidations-co-uk','2023-01-26 00:14:12','43.130.144.44'),(373955,0,'admin','2023-01-26 00:41:57','194.233.81.138'),(373956,0,'ukdebtconsolidations','2023-01-26 00:48:54','92.204.128.97'),(373957,0,'ukdebtconsolidations-co-uk','2023-01-26 00:53:40','43.130.144.44'),(373958,0,'tips','2023-01-26 00:57:52','185.119.81.106'),(373959,0,'ukdebtconsolidations','2023-01-26 01:06:12','177.55.125.120'),(373960,0,'admin','2023-01-26 01:24:41','185.119.81.104'),(373961,0,'ukdebtconsolidations','2023-01-26 01:26:28','14.225.255.250'),(373962,0,'ukdebtconsolidations-co-uk','2023-01-26 01:32:02','43.130.144.44'),(373963,0,'payments','2023-01-26 01:33:52','185.119.81.98'),(373964,0,'admin','2023-01-26 01:36:04','173.236.208.143'),(373965,0,'ukdebtconsolidations-co-uk','2023-01-26 02:11:19','43.130.144.44'),(373966,0,'payments','2023-01-26 02:14:14','185.119.81.96'),(373967,0,'payments@ridingtherhino.co.uk','2023-01-26 02:26:01','185.119.81.98'),(373968,0,'payments','2023-01-26 02:43:18','185.119.81.97'),(373969,0,'payments','2023-01-26 02:49:23','185.119.81.97'),(373970,0,'ukdebtconsolidations-co-uk','2023-01-26 02:50:06','43.130.144.44'),(373971,0,'ukdebtconsolidations-co-uk','2023-01-26 03:29:32','43.130.144.44'),(373972,0,'wadminw','2023-01-26 03:39:39','178.18.254.87'),(373973,0,'ukdebtconsolidations.co.uk','2023-01-26 04:01:19','5.188.62.140'),(373974,0,'payments@ridingtherhino.co.uk','2023-01-26 04:01:53','185.119.81.104'),(373975,0,'wwwadmin','2023-01-26 04:02:22','209.124.88.232'),(373976,0,'ukdebtconsolidations-co-uk','2023-01-26 04:08:49','43.130.144.44'),(373977,0,'payments','2023-01-26 04:17:57','185.119.81.96'),(373978,0,'ukdebtconsolidations','2023-01-26 04:43:13','15.235.142.129'),(373979,0,'ukdebtconsolidations-co-uk','2023-01-26 04:47:40','43.130.144.44'),(373980,0,'payments','2023-01-26 04:47:59','185.119.81.98'),(373981,0,'admin','2023-01-26 05:02:24','45.252.251.22'),(373982,0,'ukdebtconsolidations-co-uk','2023-01-26 05:26:36','43.130.144.44'),(373983,0,'payments','2023-01-26 05:27:10','185.119.81.104'),(373984,0,'ukdebtconsolidations','2023-01-26 05:33:47','185.60.170.226'),(373985,0,'admin','2023-01-26 05:53:05','143.198.226.137'),(373986,0,'payments','2023-01-26 06:01:02','185.119.81.96'),(373987,0,'admin','2023-01-26 06:41:03','185.119.81.106'),(373988,0,'admin','2023-01-26 06:45:05','103.146.203.73'),(373989,0,'admin','2023-01-26 07:24:01','45.84.1.94'),(373990,0,'payments','2023-01-26 07:38:40','185.119.81.97'),(373991,0,'payments','2023-01-26 08:26:48','185.119.81.106'),(373992,0,'ukdebtconsolidations.co.uk','2023-01-26 08:26:51','5.188.62.174'),(373993,0,'feed','2023-01-26 08:26:52','5.188.62.174'),(373994,0,'payments','2023-01-26 08:29:22','185.119.81.106'),(373995,0,'admin','2023-01-26 09:00:25','185.25.117.82'),(373996,0,'admin','2023-01-26 09:14:35','51.144.238.41'),(373997,0,'admin','2023-01-26 09:55:49','103.74.121.5'),(373998,0,'payments@ridingtherhino.co.uk','2023-01-26 09:59:20','185.119.81.104'),(373999,0,'ukdebtconsolidations','2023-01-26 10:03:59','34.87.94.148'),(374000,0,'feed','2023-01-26 10:50:49','197.155.158.21'),(374001,0,'ukdebtconsolidations-co-uk','2023-01-26 10:51:35','212.192.24.22'),(374002,0,'ukdebtconsolidations','2023-01-26 11:18:38','46.101.179.205'),(374003,0,'feed','2023-01-26 11:29:47','47.107.242.103'),(374004,0,'ukdebtconsolidations-co-uk','2023-01-26 11:30:30','51.91.151.60'),(374005,0,'ukdebtconsolidations-co-uk','2023-01-26 12:09:51','103.110.86.241'),(374006,0,'feed','2023-01-26 12:48:28','111.230.202.147'),(374007,0,'ukdebtconsolidations-co-uk','2023-01-26 12:49:18','31.192.224.145'),(374008,0,'ukdebtconsolidations','2023-01-26 13:02:05','206.72.203.35'),(374009,0,'ukdebtconsolidations-co-uk','2023-01-26 13:26:27','103.129.222.91'),(374010,0,'ukdebtconsolidations.co.uk','2023-01-26 13:51:26','5.188.62.140'),(374011,0,'payments@ridingtherhino.co.uk','2023-01-26 14:31:52','185.119.81.97'),(374012,0,'ukdebtconsolidations-co-uk','2023-01-26 14:52:32','51.222.138.98'),(374013,0,'ukdebtconsolidations','2023-01-26 15:12:26','45.252.251.22'),(374014,0,'admin','2023-01-26 15:33:16','185.119.81.97'),(374015,0,'ukdebtconsolidations-co-uk','2023-01-26 15:38:24','144.126.223.177'),(374016,0,'payments','2023-01-26 16:07:46','185.119.81.104'),(374017,0,'feed','2023-01-26 16:26:03','137.184.124.136'),(374018,0,'ukdebtconsolidations-co-uk','2023-01-26 16:26:51','64.227.6.141'),(374019,0,'btconsolidat','2023-01-26 17:31:54','185.119.81.104'),(374020,0,'feed','2023-01-26 17:48:57','173.236.152.148'),(374021,0,'ukdebtconsolidations-co-uk','2023-01-26 17:49:50','188.240.191.166'),(374022,0,'ukdebtconsolidations','2023-01-26 17:59:16','34.75.221.29'),(374023,0,'btconsolidat','2023-01-26 17:59:51','185.119.81.104'),(374024,0,'feed','2023-01-26 18:28:49','171.244.0.91'),(374025,0,'feed','2023-01-26 19:01:51','81.88.53.47'),(374026,0,'ukdebtconsolidations-co-uk','2023-01-26 19:02:42','162.253.42.216'),(374027,0,'admin','2023-01-26 19:11:16','174.138.177.173'),(374028,0,'feed','2023-01-26 19:33:14','151.106.38.6'),(374029,0,'ukdebtconsolidations-co-uk','2023-01-26 19:33:53','124.153.66.86'),(374030,0,'feed','2023-01-26 20:03:43','199.167.131.50'),(374031,0,'ukdebtconsolidations-co-uk','2023-01-26 20:04:24','47.102.108.189'),(374032,0,'payments','2023-01-26 20:12:03','185.119.81.104'),(374033,0,'ukdebtconsolidations','2023-01-26 20:16:23','103.55.39.107'),(374034,0,'feed','2023-01-26 20:34:21','212.192.24.22'),(374035,0,'ukdebtconsolidations-co-uk','2023-01-26 20:35:00','193.111.73.167'),(374036,0,'admin','2023-01-26 20:59:12','95.217.178.185'),(374037,0,'ukdebtconsolidations-co-uk','2023-01-26 21:03:21','47.115.24.165'),(374038,0,'ukdebtconsolidations','2023-01-26 21:22:16','192.241.135.47'),(374039,0,'feed','2023-01-26 21:30:55','145.239.30.120'),(374040,0,'ukdebtconsolidations-co-uk','2023-01-26 21:31:28','104.131.211.138'),(374041,0,'feed','2023-01-26 21:53:02','119.18.52.177'),(374042,0,'ukdebtconsolidations.co.uk','2023-01-26 22:07:49','5.188.62.140'),(374043,0,'feed','2023-01-26 22:09:17','157.245.207.53'),(374044,0,'ukdebtconsolidations-co-uk','2023-01-26 22:09:32','31.172.80.137'),(374045,0,'feed','2023-01-26 22:27:22','202.29.236.140'),(374046,0,'ukdebtconsolidations-co-uk','2023-01-26 22:27:46','114.119.188.227'),(374047,0,'feed','2023-01-26 22:47:41','202.29.236.140'),(374048,0,'ukdebtconsolidations-co-uk','2023-01-26 22:48:04','35.233.164.145'),(374049,0,'payments','2023-01-26 23:00:27','185.119.81.97'),(374050,0,'feed','2023-01-26 23:07:57','34.78.229.143'),(374051,0,'feed','2023-01-26 23:28:42','138.68.96.111'),(374052,0,'ukdebtconsolidations-co-uk','2023-01-26 23:29:08','207.46.234.202'),(374053,0,'ukdebtconsolidations','2023-01-26 23:48:06','148.72.244.186'),(374054,0,'feed','2023-01-26 23:49:16','51.79.144.41'),(374055,0,'ukdebtconsolidations-co-uk','2023-01-26 23:49:53','69.163.207.121'),(374056,0,'feed','2023-01-27 01:06:05','167.99.127.239'),(374057,0,'ukdebtconsolidations-co-uk','2023-01-27 01:06:55','103.179.56.32'),(374058,0,'admin','2023-01-27 01:18:52','51.159.35.70'),(374059,0,'feed','2023-01-27 01:35:08','35.233.164.145'),(374060,0,'ukdebtconsolidations-co-uk','2023-01-27 01:35:50','106.52.120.186'),(374061,0,'payments','2023-01-27 01:58:29','185.119.81.97'),(374062,0,'ukdebtconsolidations-co-uk','2023-01-27 02:06:05','34.75.65.218'),(374063,0,'feed','2023-01-27 02:44:13','161.35.52.207'),(374064,0,'ukdebtconsolidations-co-uk','2023-01-27 02:44:59','167.172.206.144'),(374065,0,'admin','2023-01-27 02:59:14','185.119.81.97'),(374066,0,'feed','2023-01-27 03:20:31','188.166.225.235'),(374067,0,'feed','2023-01-27 04:37:41','163.44.9.2'),(374068,0,'ukdebtconsolidations-co-uk','2023-01-27 04:38:26','180.250.28.34'),(374069,0,'ukdebtconsolidations','2023-01-27 04:45:56','45.252.251.22'),(374070,0,'admin','2023-01-27 04:52:23','167.86.100.73'),(374071,0,'feed','2023-01-27 05:19:38','150.109.148.216'),(374072,0,'ukdebtconsolidations-co-uk','2023-01-27 05:20:26','45.120.69.121'),(374073,0,'payments','2023-01-27 05:39:49','185.119.81.97'),(374074,0,'payments','2023-01-27 05:52:45','185.119.81.97'),(374075,0,'ukdebtconsolidations-co-uk','2023-01-27 05:59:29','103.173.78.7'),(374076,0,'ukdebtconsolidations','2023-01-27 06:07:52','103.146.203.123'),(374077,0,'feed','2023-01-27 06:37:33','42.200.109.156'),(374078,0,'ukdebtconsolidations-co-uk','2023-01-27 06:38:18','121.36.224.178'),(374079,0,'admin','2023-01-27 06:56:18','157.245.200.155'),(374080,0,'feed','2023-01-27 07:17:07','103.130.218.178'),(374081,0,'ukdebtconsolidations-co-uk','2023-01-27 07:17:51','159.203.143.36'),(374082,0,'feed','2023-01-27 07:54:42','164.132.170.4'),(374083,0,'ukdebtconsolidations','2023-01-27 07:55:46','95.59.26.9'),(374084,0,'getting','2023-01-27 08:29:45','185.119.81.97'),(374085,0,'feed','2023-01-27 08:40:22','103.179.56.32'),(374086,0,'ukdebtconsolidations-co-uk','2023-01-27 08:41:18','133.130.103.36'),(374087,0,'ukdebtconsolidations.co.uk','2023-01-27 08:45:23','5.188.62.140'),(374088,0,'payments@ridingtherhino.co.uk','2023-01-27 09:11:21','185.119.81.97'),(374089,0,'admin','2023-01-27 09:16:27','103.130.218.42'),(374090,0,'admin','2023-01-27 09:49:13','178.208.67.56'),(374091,0,'feed','2023-01-27 09:54:09','202.29.236.140'),(374092,0,'ukdebtconsolidations-co-uk','2023-01-27 09:54:53','206.189.129.168'),(374093,0,'ukdebtconsolidations','2023-01-27 10:09:27','67.227.228.177'),(374094,0,'wadminw','2023-01-27 10:14:01','51.79.144.41'),(374095,0,'wwwadmin','2023-01-27 10:31:43','51.38.113.2'),(374096,0,'ukdebtconsolidations','2023-01-27 10:58:30','34.87.94.148'),(374097,0,'ukdebtconsolidations','2023-01-27 11:41:42','15.235.142.129'),(374098,0,'feed','2023-01-27 11:49:28','162.253.42.216'),(374099,0,'ukdebtconsolidations','2023-01-27 12:02:37','103.153.3.21'),(374100,0,'ukdebtconsolidations','2023-01-27 12:05:24','192.241.135.47'),(374101,0,'ukdebtconsolidations-co-uk','2023-01-27 12:49:55','159.223.168.91'),(374102,0,'ukdebtconsolidations','2023-01-27 13:29:17','120.46.149.36'),(374103,0,'ukdebtconsolidations','2023-01-27 13:56:25','103.129.222.7'),(374104,0,'ukdebtconsolidations','2023-01-27 14:19:16','181.119.146.47'),(374105,0,'payments@ridingtherhino.co.uk','2023-01-27 14:33:58','185.119.81.97'),(374106,0,'ukdebtconsolidations-co-uk','2023-01-27 14:51:22','188.34.183.184'),(374107,0,'payments','2023-01-27 14:59:15','185.119.81.102'),(374108,0,'admin','2023-01-27 15:34:45','47.95.7.118'),(374109,0,'payments','2023-01-27 15:36:02','185.119.81.102'),(374110,0,'ukdebtconsolidations','2023-01-27 16:13:50','5.101.157.36'),(374111,0,'admin','2023-01-27 16:17:26','94.250.250.48'),(374112,0,'admin','2023-01-27 16:24:18','45.252.251.22'),(374113,0,'payments@ridingtherhino.co.uk','2023-01-27 16:38:28','185.119.81.102'),(374114,0,'ukdebtconsolidations-co-uk','2023-01-27 17:04:58','185.141.134.48'),(374115,0,'ukdebtconsolidations.co.uk','2023-01-27 17:10:58','5.188.62.76'),(374116,0,'feed','2023-01-27 17:11:00','5.188.62.76'),(374117,0,'feed','2023-01-27 17:50:42','23.99.229.218'),(374118,0,'ukdebtconsolidations-co-uk','2023-01-27 18:43:59','109.168.97.89'),(374119,0,'admin','2023-01-27 19:13:26','69.55.54.119'),(374120,0,'feed','2023-01-27 19:25:04','159.65.133.255'),(374121,0,'ukdebtconsolidations-co-uk','2023-01-27 20:06:18','137.184.124.136'),(374122,0,'ukdebtconsolidations-co-uk','2023-01-27 21:17:13','141.94.247.170'),(374123,0,'payments@ridingtherhino.co.uk','2023-01-27 21:34:26','185.119.81.102'),(374124,0,'feed','2023-01-27 21:39:06','46.105.29.21'),(374125,0,'ukdebtconsolidations-co-uk','2023-01-27 22:00:30','68.183.86.247'),(374126,0,'ukdebtconsolidations','2023-01-27 22:16:40','37.187.55.231'),(374127,0,'feed','2023-01-27 22:20:47','128.199.14.4'),(374128,0,'ukdebtconsolidations','2023-01-27 22:28:01','178.128.31.204'),(374129,0,'ukdebtconsolidations','2023-01-27 22:45:00','103.18.6.65'),(374130,0,'ukdebtconsolidations-co-uk','2023-01-27 22:55:22','199.167.131.50'),(374131,0,'payments','2023-01-27 22:57:28','185.119.81.102'),(374132,0,'feed','2023-01-27 23:30:47','188.34.183.184'),(374133,0,'feed','2023-01-28 00:40:41','51.79.144.41'),(374134,0,'payments','2023-01-28 01:01:03','185.119.81.102'),(374135,0,'ukdebtconsolidations','2023-01-28 01:06:39','68.183.85.239'),(374136,0,'ukdebtconsolidations-co-uk','2023-01-28 01:14:06','64.227.6.141'),(374137,0,'ukdebtconsolidations','2023-01-28 01:55:15','103.146.203.73'),(374138,0,'ukdebtconsolidations','2023-01-28 02:06:27','34.87.94.148'),(374139,0,'ukdebtconsolidations-co-uk','2023-01-28 02:14:39','175.178.125.173'),(374140,0,'ukdebtconsolidations','2023-01-28 02:37:34','45.252.251.45'),(374141,0,'feed','2023-01-28 02:45:55','159.203.143.36'),(374142,0,'ukdebtconsolidations','2023-01-28 02:52:13','51.210.150.127'),(374143,0,'ukdebtconsolidations','2023-01-28 03:29:08','47.88.22.184'),(374144,0,'ukdebtconsolidations-co-uk','2023-01-28 03:29:30','185.250.251.124'),(374145,0,'feed','2023-01-28 04:09:27','114.119.188.227'),(374146,0,'idations','2023-01-28 04:53:49','185.119.81.102'),(374147,0,'feed','2023-01-28 05:38:13','67.205.11.198'),(374148,0,'admin','2023-01-28 05:42:29','185.119.81.102'),(374149,0,'ukdebtconsolidations','2023-01-28 05:47:39','47.88.61.91'),(374150,0,'admin','2023-01-28 05:55:45','206.84.102.6'),(374151,0,'wadminw','2023-01-28 06:31:49','188.212.34.36'),(374152,0,'ukdebtconsolidations-co-uk','2023-01-28 06:34:54','209.97.162.248'),(374153,0,'wwwadmin','2023-01-28 06:54:16','162.241.24.89'),(374154,0,'feed','2023-01-28 07:19:56','51.210.183.128'),(374155,0,'ukdebtconsolidations-co-uk','2023-01-28 08:18:17','54.36.182.160'),(374156,0,'ukdebtconsolidations','2023-01-28 08:29:31','167.71.229.255'),(374157,0,'ukdebtconsolidations','2023-01-28 09:17:58','167.71.229.255'),(374158,0,'admin','2023-01-28 09:46:00','103.146.203.123'),(374159,0,'ukdebtconsolidations','2023-01-28 09:52:46','178.208.67.56'),(374160,0,'idations','2023-01-28 10:04:25','185.119.81.102'),(374161,0,'ukdebtconsolidations-co-uk','2023-01-28 10:12:43','82.166.39.15'),(374162,0,'feed','2023-01-28 10:58:40','206.189.17.78'),(374163,0,'admin','2023-01-28 11:12:03','150.109.60.184'),(374164,0,'ukdebtconsolidations-co-uk','2023-01-28 11:55:49','212.192.24.22'),(374165,0,'feed','2023-01-28 12:37:56','81.70.248.169'),(374166,0,'ukdebtconsolidations','2023-01-28 12:48:22','91.238.165.67'),(374167,0,'ukdebtconsolidations','2023-01-28 13:40:23','206.84.102.6'),(374168,0,'feed','2023-01-28 14:21:17','103.130.218.178'),(374169,0,'idations','2023-01-28 14:49:52','185.119.81.102'),(374170,0,'admin','2023-01-28 15:14:36','103.146.203.15'),(374171,0,'admin','2023-01-28 15:38:20','207.180.230.207'),(374172,0,'admin','2023-01-28 15:50:25','103.18.6.65'),(374173,0,'ukdebtconsolidations-co-uk','2023-01-28 16:19:51','47.102.108.189'),(374174,0,'feed','2023-01-28 16:43:20','39.108.148.88'),(374175,0,'ukdebtconsolidations-co-uk','2023-01-28 17:28:51','86.105.198.149'),(374176,0,'feed','2023-01-28 17:48:34','148.72.244.186'),(374177,0,'payments','2023-01-28 18:13:24','185.119.81.102'),(374178,0,'admin','2023-01-28 18:17:27','185.119.81.102'),(374179,0,'ukdebtconsolidations','2023-01-28 18:24:22','95.217.178.185'),(374180,0,'ukdebtconsolidations-co-uk','2023-01-28 18:28:19','69.163.186.158'),(374181,0,'feed','2023-01-28 18:45:58','188.212.34.69'),(374182,0,'ukdebtconsolidations-co-uk','2023-01-28 19:21:17','165.227.93.224'),(374183,0,'feed','2023-01-28 19:38:13','207.154.248.39'),(374184,0,'ukdebtconsolidations-co-uk','2023-01-28 20:13:30','178.128.167.203'),(374185,0,'feed','2023-01-28 20:29:33','91.197.199.240'),(374186,0,'payments','2023-01-28 20:38:29','185.119.81.102'),(374187,0,'admin','2023-01-28 20:39:03','45.252.251.45'),(374188,0,'ukdebtconsolidations-co-uk','2023-01-28 21:02:29','124.106.71.219'),(374189,0,'feed','2023-01-28 21:19:31','167.99.127.239'),(374190,0,'ukdebtconsolidations-co-uk','2023-01-28 21:52:23','128.199.14.4'),(374191,0,'feed','2023-01-28 22:06:58','35.219.66.183'),(374192,0,'ukdebtconsolidations-co-uk','2023-01-28 22:36:20','81.88.52.78'),(374193,0,'feed','2023-01-28 22:50:40','66.33.193.231'),(374194,0,'payments','2023-01-28 23:05:04','185.119.81.102'),(374195,0,'ukdebtconsolidations-co-uk','2023-01-28 23:24:21','81.70.248.169'),(374196,0,'feed','2023-01-28 23:40:29','139.59.82.122'),(374197,0,'admin','2023-01-28 23:45:29','157.245.200.155'),(374198,0,'ukdebtconsolidations','2023-01-29 00:10:09','47.88.22.184'),(374199,0,'ukdebtconsolidations-co-uk','2023-01-29 00:16:36','188.166.225.235'),(374200,0,'feed','2023-01-29 00:34:27','47.107.242.103'),(374201,0,'admin','2023-01-29 01:09:59','137.184.124.136'),(374202,0,'admin','2023-01-29 01:27:32','115.79.139.135'),(374203,0,'admin','2023-01-29 01:50:24','103.18.6.65'),(374204,0,'admin','2023-01-29 02:07:28','132.145.249.180'),(374205,0,'admin','2023-01-29 02:23:55','103.18.6.65'),(374206,0,'admin','2023-01-29 02:28:46','137.184.124.136'),(374207,0,'ukdebtconsolidations','2023-01-29 02:32:26','46.101.179.205'),(374208,0,'admin','2023-01-29 02:50:11','212.110.92.155'),(374209,0,'admin','2023-01-29 02:57:24','202.29.236.140'),(374210,0,'admin','2023-01-29 03:12:51','197.155.158.21'),(374211,0,'admin','2023-01-29 03:23:28','159.65.200.228'),(374212,0,'admin','2023-01-29 04:26:05','81.88.52.78'),(374213,0,'admin','2023-01-29 05:10:33','46.101.150.34'),(374214,0,'ukdebtconsolidations','2023-01-29 05:17:31','45.84.1.94'),(374215,0,'admin','2023-01-29 05:29:02','185.250.251.124'),(374216,0,'ukdebtconsolidations-co-uk','2023-01-29 06:07:06','185.141.134.48'),(374217,0,'ukdebtconsolidations','2023-01-29 06:21:30','103.72.163.9'),(374218,0,'ukdebtconsolidations','2023-01-29 06:22:58','47.88.22.184'),(374219,0,'feed','2023-01-29 06:27:47','143.110.152.206'),(374220,0,'ukdebtconsolidations-co-uk','2023-01-29 07:07:48','207.154.250.8'),(374221,0,'ukdebtconsolidations-co-uk','2023-01-29 08:11:31','35.187.58.136'),(374222,0,'feed','2023-01-29 08:31:12','45.130.83.73'),(374223,0,'ukdebtconsolidations-co-uk','2023-01-29 09:18:01','86.105.198.149'),(374224,0,'feed','2023-01-29 09:37:11','213.175.66.138'),(374225,0,'ukdebtconsolidations','2023-01-29 10:11:20','34.87.94.148'),(374226,0,'ukdebtconsolidations-co-uk','2023-01-29 10:20:11','151.106.38.6'),(374227,0,'feed','2023-01-29 10:36:06','207.154.250.8'),(374228,0,'ukdebtconsolidations-co-uk','2023-01-29 11:08:55','206.189.129.168'),(374229,0,'feed','2023-01-29 11:24:21','43.153.168.248'),(374230,0,'ukdebtconsolidations','2023-01-29 11:29:05','167.86.100.73'),(374231,0,'admin','2023-01-29 11:57:48','178.217.190.82'),(374232,0,'admin','2023-01-29 12:16:08','69.163.186.158'),(374233,0,'admin','2023-01-29 12:50:23','35.224.178.6'),(374234,0,'admin','2023-01-29 13:08:01','103.130.218.189'),(374235,0,'admin','2023-01-29 13:45:31','115.79.139.135'),(374236,0,'ukdebtconsolidations','2023-01-29 13:58:02','15.235.142.129'),(374237,0,'admin','2023-01-29 14:03:07','61.219.43.253'),(374238,0,'payments','2023-01-29 17:09:08','185.119.81.102'),(374239,0,'payments@ridingtherhino.co.uk','2023-01-29 17:45:47','185.119.81.96'),(374240,0,'payments@ridingtherhino.co.uk','2023-01-29 19:56:03','185.119.81.102'),(374241,0,'payments','2023-01-29 20:05:12','185.119.81.107'),(374242,0,'ukdebtconsolidations','2023-01-29 20:16:11','137.116.141.77'),(374243,0,'ukdebtconsolidations.co.uk','2023-01-29 20:26:27','5.188.62.76'),(374244,0,'ukdebtconsolidations','2023-01-29 20:55:23','51.210.150.127'),(374245,0,'payments@ridingtherhino.co.uk','2023-01-29 21:18:12','185.119.81.96'),(374246,0,'ukdebtconsolidations','2023-01-29 21:28:09','51.210.150.127'),(374247,0,'payments','2023-01-29 21:44:37','185.119.81.96'),(374248,0,'admin','2023-01-29 22:20:50','103.153.3.21'),(374249,0,'payments@ridingtherhino.co.uk','2023-01-29 23:28:24','185.119.81.102'),(374250,0,'admin','2023-01-29 23:55:22','185.119.81.107'),(374251,0,'admin','2023-01-30 00:06:37','103.74.123.3'),(374252,0,'admin','2023-01-30 00:08:13','185.119.81.96'),(374253,0,'payments','2023-01-30 00:30:56','185.119.81.107'),(374254,0,'payments@ridingtherhino.co.uk','2023-01-30 00:55:25','185.119.81.102'),(374255,0,'admin','2023-01-30 02:55:14','185.119.81.102'),(374256,0,'ukdebtconsolidations.co.uk','2023-01-30 03:15:36','5.188.62.76'),(374257,0,'ukdebtconsolidations','2023-01-30 04:00:12','203.205.52.183'),(374258,0,'admin','2023-01-30 04:20:00','195.201.236.200'),(374259,0,'admin','2023-01-30 04:23:50','167.235.204.184'),(374260,0,'admin','2023-01-30 04:40:12','195.201.236.200'),(374261,0,'ukdebtconsolidations','2023-01-30 04:41:46','143.244.132.153'),(374262,0,'admin','2023-01-30 04:42:24','167.235.199.14'),(374263,0,'admin','2023-01-30 04:49:44','185.124.9.7'),(374264,0,'admin','2023-01-30 04:54:22','31.31.196.102'),(374265,0,'admin','2023-01-30 04:58:19','116.203.119.56'),(374266,0,'admin','2023-01-30 05:00:22','188.34.180.32'),(374267,0,'admin','2023-01-30 05:16:29','95.217.239.36'),(374268,0,'admin','2023-01-30 05:18:39','95.217.239.36'),(374269,0,'admin','2023-01-30 05:34:34','95.217.19.166'),(374270,0,'admin','2023-01-30 05:36:47','5.75.254.29'),(374271,0,'admin','2023-01-30 05:52:40','95.217.239.36'),(374272,0,'admin','2023-01-30 05:54:48','188.34.180.32'),(374273,0,'admin','2023-01-30 06:10:50','188.34.187.187'),(374274,0,'payments@ridingtherhino.co.uk','2023-01-30 06:11:45','185.119.81.96'),(374275,0,'admin','2023-01-30 06:13:01','78.46.186.105'),(374276,0,'admin','2023-01-30 06:29:10','116.203.70.239'),(374277,0,'admin','2023-01-30 06:31:18','95.217.19.166'),(374278,0,'admin','2023-01-30 06:47:24','162.55.176.153'),(374279,0,'admin','2023-01-30 09:26:19','45.85.146.176'),(374280,0,'admin','2023-01-30 09:49:26','82.200.235.138'),(374281,0,'payments','2023-01-30 09:53:57','185.119.81.96'),(374282,0,'admin','2023-01-30 10:00:52','164.90.170.66'),(374283,0,'admin','2023-01-30 10:40:46','185.119.81.107'),(374284,0,'ukdebtconsolidations.co.uk','2023-01-30 11:01:27','5.188.62.76'),(374285,0,'admin','2023-01-30 11:44:00','67.205.132.31'),(374286,0,'admin','2023-01-30 11:51:04','103.130.219.238'),(374287,0,'payments','2023-01-30 12:13:36','185.119.81.107'),(374288,0,'ukdebtconsolidations','2023-01-30 13:24:34','178.62.60.116'),(374289,0,'wadminw','2023-01-30 14:43:44','124.70.98.118'),(374290,0,'wwwadmin','2023-01-30 15:18:13','162.14.71.142'),(374291,0,'payments','2023-01-30 15:29:57','185.119.81.96'),(374292,0,'feed','2023-01-30 15:42:26','178.18.254.87'),(374293,0,'admin','2023-01-30 16:23:51','103.211.219.62'),(374294,0,'payments','2023-01-30 16:44:26','185.119.81.96'),(374295,0,'feed','2023-01-30 16:48:05','45.120.69.121'),(374296,0,'ukdebtconsolidations-co-uk','2023-01-30 16:55:38','137.184.124.136'),(374297,0,'ukdebtconsolidations','2023-01-30 17:08:47','192.241.135.47'),(374298,0,'ukdebtco','2023-01-30 17:22:32','185.119.81.107'),(374299,0,'payments@ridingtherhino.co.uk','2023-01-30 17:36:28','185.119.81.107'),(374300,0,'feed','2023-01-30 17:43:46','185.135.82.191'),(374301,0,'ukdebtconsolidations-co-uk','2023-01-30 17:52:21','159.223.168.91'),(374302,0,'payments@ridingtherhino.co.uk','2023-01-30 18:25:52','185.119.81.107'),(374303,0,'ukdebtconsolidations','2023-01-30 18:36:56','103.200.23.139'),(374304,0,'ukdebtconsolidations-co-uk','2023-01-30 18:44:46','34.69.109.132'),(374305,0,'admin','2023-01-30 19:29:16','103.92.235.55'),(374306,0,'ukdebtconsolidations','2023-01-30 19:33:19','69.55.54.119'),(374307,0,'payments@ridingtherhino.co.uk','2023-01-30 19:49:29','185.119.81.107'),(374308,0,'admin','2023-01-30 20:09:41','185.119.81.107'),(374309,0,'feed','2023-01-30 20:12:26','35.219.66.183'),(374310,0,'ukdebtconsolidations-co-uk','2023-01-30 20:18:54','103.179.56.32'),(374311,0,'admin','2023-01-30 20:30:42','185.119.81.96'),(374312,0,'feed','2023-01-30 20:53:53','161.97.130.180'),(374313,0,'ukdebtconsolidations.co.uk','2023-01-30 21:11:48','5.188.62.76'),(374314,0,'ukdebtconsolidations.co.uk','2023-01-30 21:13:14','5.188.62.174'),(374315,0,'feed','2023-01-30 21:13:14','5.188.62.174'),(374316,0,'payments','2023-01-30 21:36:13','185.119.81.107'),(374317,0,'ukdebtconsolidations-co-uk','2023-01-30 21:47:20','69.163.207.121'),(374318,0,'payments','2023-01-30 22:00:00','185.119.81.107'),(374319,0,'feed','2023-01-30 22:22:22','34.65.234.0'),(374320,0,'flow','2023-01-30 22:27:09','185.119.81.96'),(374321,0,'ukdebtconsolidations-co-uk','2023-01-30 22:28:51','51.79.144.41'),(374322,0,'ukdebtconsolidations','2023-01-30 22:31:29','103.74.121.5'),(374323,0,'feed','2023-01-30 23:01:31','52.176.65.17'),(374324,0,'ukdebtconsolidations-co-uk','2023-01-30 23:08:19','144.126.223.177'),(374325,0,'admin','2023-01-30 23:16:42','217.13.219.167'),(374326,0,'feed','2023-01-30 23:41:34','157.230.15.115'),(374327,0,'flow','2023-01-30 23:55:16','185.119.81.96'),(374328,0,'ukdebtconsolidations-co-uk','2023-01-31 00:27:59','145.239.30.120'),(374329,0,'ukdebtconsolidations-co-uk','2023-01-31 01:05:08','157.245.207.53'),(374330,0,'feed','2023-01-31 01:36:28','45.55.79.147'),(374331,0,'ukdebtconsolidations-co-uk','2023-01-31 01:42:02','159.89.228.214'),(374332,0,'ukdebtconsolidations','2023-01-31 01:47:42','34.87.94.148'),(374333,0,'admin','2023-01-31 02:15:45','103.146.203.123'),(374334,0,'admin','2023-01-31 02:26:37','207.180.230.207'),(374335,0,'ukdebtconsolidations-co-uk','2023-01-31 02:30:14','159.223.168.91'),(374336,0,'ukdebtconsolidations','2023-01-31 03:16:38','5.101.156.210'),(374337,0,'ukdebtconsolidations-co-uk','2023-01-31 03:28:40','91.197.199.240'),(374338,0,'payments','2023-01-31 03:52:29','185.119.81.96'),(374339,0,'admin','2023-01-31 03:54:50','167.71.229.255'),(374340,0,'ukdebtconsolidations-co-uk','2023-01-31 04:21:43','205.196.221.177'),(374341,0,'ukdebtconsolidations-co-uk','2023-01-31 05:15:14','199.167.131.50'),(374342,0,'feed','2023-01-31 05:47:53','173.236.168.102'),(374343,0,'wadminw','2023-01-31 06:28:09','47.74.17.225'),(374344,0,'feed','2023-01-31 06:28:13','45.120.69.121'),(374345,0,'ukdebtconsolidations-co-uk','2023-01-31 06:35:05','188.225.40.227'),(374346,0,'wwwadmin','2023-01-31 06:40:31','162.214.80.85'),(374347,0,'ukdebtco','2023-01-31 06:46:09','185.119.81.107'),(374348,0,'payments@ridingtherhino.co.uk','2023-01-31 07:11:23','185.119.81.107'),(374349,0,'ukdebtconsolidations-co-uk','2023-01-31 07:23:11','181.174.125.214'),(374350,0,'payments','2023-01-31 07:26:50','185.119.81.107'),(374351,0,'ukdebtconsolidations.co.uk','2023-01-31 07:45:13','5.188.62.76'),(374352,0,'feed','2023-01-31 08:05:35','205.196.221.177'),(374353,0,'feed','2023-01-31 08:59:45','207.154.248.39'),(374354,0,'ukdebtconsolidations-co-uk','2023-01-31 09:09:42','146.56.99.136'),(374355,0,'payments','2023-01-31 09:23:07','185.119.81.107'),(374356,0,'ukdebtconsolidations-co-uk','2023-01-31 10:01:14','35.187.58.136'),(374357,0,'payments@ridingtherhino.co.uk','2023-01-31 10:03:44','185.119.81.96'),(374358,0,'payments@ridingtherhino.co.uk','2023-01-31 10:16:23','185.119.81.96'),(374359,0,'payments','2023-01-31 10:21:26','185.119.81.96'),(374360,0,'payments','2023-01-31 10:36:25','185.119.81.96'),(374361,0,'feed','2023-01-31 10:41:38','103.179.56.32'),(374362,0,'ukdebtconsolidations-co-uk','2023-01-31 10:48:44','91.197.199.240'),(374363,0,'admin','2023-01-31 11:02:18','185.119.81.96'),(374364,0,'admin','2023-01-31 11:16:33','185.119.81.103'),(374365,0,'feed','2023-01-31 11:27:36','46.182.4.117'),(374366,0,'ukdebtconsolidations-co-uk','2023-01-31 11:34:36','164.92.120.240'),(374367,0,'admin','2023-01-31 12:05:03','143.244.132.153'),(374368,0,'payments','2023-01-31 12:36:19','185.119.81.103'),(374369,0,'feed','2023-01-31 12:55:43','173.236.169.230'),(374370,0,'ukdebtconsolidations-co-uk','2023-01-31 13:03:39','173.236.169.230'),(374371,0,'ukdebtconsolidations','2023-01-31 13:26:45','103.74.121.5'),(374372,0,'feed','2023-01-31 13:45:25','111.230.202.147'),(374373,0,'feed','2023-01-31 14:17:02','121.36.224.178'),(374374,0,'ukdebtconsolidations-co-uk','2023-01-31 14:21:18','45.120.69.121'),(374375,0,'feed','2023-01-31 14:44:19','167.99.228.9'),(374376,0,'ukdebtconsolidations-co-uk','2023-01-31 14:48:27','206.189.129.168'),(374377,0,'payments@ridingtherhino.co.uk','2023-01-31 15:02:22','185.119.81.107'),(374378,0,'feed','2023-01-31 15:15:01','35.187.58.136'),(374379,0,'ukdebtconsolidations-co-uk','2023-01-31 15:19:13','47.105.73.13'),(374380,0,'payments','2023-01-31 15:37:13','185.119.81.103'),(374381,0,'ukdebtco','2023-01-31 15:44:28','185.119.81.107'),(374382,0,'feed','2023-01-31 15:54:40','197.155.158.21'),(374383,0,'ukdebtconsolidations','2023-01-31 15:56:30','103.153.3.21'),(374384,0,'ukdebtconsolidations-co-uk','2023-01-31 16:04:02','23.97.205.210'),(374385,0,'payments','2023-01-31 16:21:57','185.119.81.103'),(374386,0,'feed','2023-01-31 16:50:12','91.206.200.21'),(374387,0,'ukdebtconsolidations-co-uk','2023-01-31 17:29:24','46.101.103.136'),(374388,0,'ukdebtconsolidations.co.uk','2023-01-31 17:52:58','5.188.62.76'),(374389,0,'feed','2023-01-31 18:03:13','103.129.222.91'),(374390,0,'ukdebtconsolidations.co.uk','2023-01-31 18:04:16','5.188.62.76'),(374391,0,'feed','2023-01-31 18:04:23','5.188.62.76'),(374392,0,'feed','2023-01-31 18:38:02','51.79.144.41'),(374393,0,'ukdebtconsolidations-co-uk','2023-01-31 18:39:17','185.2.4.134'),(374394,0,'ukdebtconsolidations','2023-01-31 18:59:44','120.132.99.49'),(374395,0,'ukdebtconsolidations-co-uk','2023-01-31 19:12:57','151.106.38.6'),(374396,0,'admin','2023-01-31 19:19:58','137.116.141.77'),(374397,0,'ukdebtconsolidations','2023-01-31 19:27:32','185.25.117.82'),(374398,0,'flow','2023-01-31 19:28:49','185.119.81.96'),(374399,0,'payments','2023-01-31 19:40:39','185.119.81.107'),(374400,0,'feed','2023-01-31 19:44:54','121.36.224.178'),(374401,0,'ukdebtconsolidations-co-uk','2023-01-31 19:46:24','103.63.25.232'),(374402,0,'ukdebtconsolidations','2023-01-31 19:51:34','146.59.154.210'),(374403,0,'admin','2023-01-31 20:17:50','178.208.67.56'),(374404,0,'feed','2023-01-31 20:18:53','51.255.81.60'),(374405,0,'ukdebtconsolidations-co-uk','2023-01-31 20:20:09','185.2.5.77'),(374406,0,'feed','2023-01-31 20:51:13','188.225.40.227'),(374407,0,'ukdebtconsolidations-co-uk','2023-01-31 20:53:04','69.163.207.121'),(374408,0,'admin','2023-01-31 20:59:13','177.55.125.120'),(374409,0,'feed','2023-01-31 21:26:15','97.74.80.103'),(374410,0,'ukdebtconsolidations-co-uk','2023-01-31 21:27:40','23.97.205.210'),(374411,0,'feed','2023-01-31 21:58:13','23.97.205.210'),(374412,0,'ukdebtconsolidations-co-uk','2023-01-31 21:59:29','125.227.127.195'),(374413,0,'feed','2023-01-31 22:26:13','92.204.138.28'),(374414,0,'ukdebtconsolidations-co-uk','2023-01-31 22:27:26','148.72.207.163'),(374415,0,'feed','2023-01-31 22:57:11','119.18.52.177'),(374416,0,'ukdebtconsolidations-co-uk','2023-01-31 22:58:34','132.145.249.180'),(374417,0,'feed','2023-01-31 23:27:23','161.35.52.207'),(374418,0,'ukdebtconsolidations-co-uk','2023-01-31 23:28:35','47.110.72.238'),(374419,0,'ukdebtconsolidations','2023-01-31 23:42:39','103.129.222.7'),(374420,0,'feed','2023-01-31 23:56:41','39.108.148.88'),(374421,0,'ukdebtconsolidations-co-uk','2023-01-31 23:58:09','128.199.131.42');
/*!40000 ALTER TABLE `cwp_aiowps_failed_logins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_aiowps_global_meta`
--
DROP TABLE IF EXISTS `cwp_aiowps_global_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_aiowps_global_meta`
--
LOCK TABLES `cwp_aiowps_global_meta` WRITE;
/*!40000 ALTER TABLE `cwp_aiowps_global_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_aiowps_global_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_aiowps_login_activity`
--
DROP TABLE IF EXISTS `cwp_aiowps_login_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_aiowps_login_activity`
--
LOCK TABLES `cwp_aiowps_login_activity` WRITE;
/*!40000 ALTER TABLE `cwp_aiowps_login_activity` DISABLE KEYS */;
INSERT INTO `cwp_aiowps_login_activity` VALUES (1,1,'admin','2021-08-21 06:19:52','1000-10-10 10:00:00','103.70.171.68','',''),(2,1,'ads.._ii99o__.ki','2021-09-17 13:51:35','1000-10-10 10:00:00','185.175.113.72','','');
/*!40000 ALTER TABLE `cwp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_aiowps_login_lockdown`
--
DROP TABLE IF EXISTS `cwp_aiowps_login_lockdown`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_aiowps_login_lockdown` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`lockdown_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`release_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`failed_login_ip` varchar(100) NOT NULL DEFAULT '',
`lock_reason` varchar(128) NOT NULL DEFAULT '',
`unlock_key` varchar(128) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_aiowps_login_lockdown`
--
LOCK TABLES `cwp_aiowps_login_lockdown` WRITE;
/*!40000 ALTER TABLE `cwp_aiowps_login_lockdown` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_aiowps_login_lockdown` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_aiowps_permanent_block`
--
DROP TABLE IF EXISTS `cwp_aiowps_permanent_block`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_aiowps_permanent_block`
--
LOCK TABLES `cwp_aiowps_permanent_block` WRITE;
/*!40000 ALTER TABLE `cwp_aiowps_permanent_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_aiowps_permanent_block` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_cerber_files`
--
DROP TABLE IF EXISTS `cwp_cerber_files`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_cerber_files` (
`scan_id` int(10) unsigned NOT NULL,
`scan_type` int(10) unsigned NOT NULL DEFAULT 1,
`scan_mode` int(10) unsigned NOT NULL DEFAULT 0,
`scan_status` int(10) unsigned NOT NULL DEFAULT 0,
`file_status` int(10) unsigned NOT NULL DEFAULT 0,
`file_name_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`file_name` text NOT NULL,
`file_type` int(10) unsigned NOT NULL DEFAULT 0,
`file_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`file_md5` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`file_hash_repo` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`hash_match` int(10) unsigned NOT NULL DEFAULT 0,
`file_size` bigint(20) unsigned NOT NULL DEFAULT 0,
`file_perms` int(11) NOT NULL DEFAULT 0,
`file_writable` int(10) unsigned NOT NULL DEFAULT 0,
`file_mtime` int(10) unsigned NOT NULL DEFAULT 0,
`file_ext` varchar(255) NOT NULL DEFAULT '',
`extra` text NOT NULL,
PRIMARY KEY (`scan_id`,`file_name_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_cerber_files`
--
LOCK TABLES `cwp_cerber_files` WRITE;
/*!40000 ALTER TABLE `cwp_cerber_files` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_cerber_files` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_cerber_sets`
--
DROP TABLE IF EXISTS `cwp_cerber_sets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_cerber_sets`
--
LOCK TABLES `cwp_cerber_sets` WRITE;
/*!40000 ALTER TABLE `cwp_cerber_sets` DISABLE KEYS */;
INSERT INTO `cwp_cerber_sets` VALUES ('garbage_collector',0,'1624623263',0),('_background_tasks',0,'a:1:{s:40:\"d5e690918740ad0fcf9adc87b81a1182c28dc8ed\";a:1:{s:4:\"func\";s:23:\"cerber_upgrade_deferred\";}}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"e657f764e79cdaaae2a24b58958a2073\";i:1;i:1624623263;i:4;s:40:\"SK//ZLBGCTEYJU53694VW8D0SK1A2N7PMIRFXHOQ\";}',0);
/*!40000 ALTER TABLE `cwp_cerber_sets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_cerber_uss`
--
DROP TABLE IF EXISTS `cwp_cerber_uss`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_cerber_uss`
--
LOCK TABLES `cwp_cerber_uss` WRITE;
/*!40000 ALTER TABLE `cwp_cerber_uss` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_cerber_uss` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_commentmeta`
--
DROP TABLE IF EXISTS `cwp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=97 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_commentmeta`
--
LOCK TABLES `cwp_commentmeta` WRITE;
/*!40000 ALTER TABLE `cwp_commentmeta` DISABLE KEYS */;
INSERT INTO `cwp_commentmeta` VALUES (1,1,'akismet_error','1588155370'),(2,2,'akismet_error','1588155370'),(3,1,'akismet_history','a:3:{s:4:\"time\";d:1588155370.0443671;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4,2,'akismet_history','a:3:{s:4:\"time\";d:1588155370.061841;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7,1,'akismet_delayed_moderation_email','1'),(8,2,'akismet_delayed_moderation_email','1'),(9,3,'akismet_error','1588155384'),(10,3,'akismet_history','a:3:{s:4:\"time\";d:1588155384.6926451;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(11,4,'akismet_error','1588155384'),(13,4,'akismet_history','a:3:{s:4:\"time\";d:1588155384.7261679;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(15,4,'akismet_delayed_moderation_email','1'),(16,3,'akismet_delayed_moderation_email','1'),(17,5,'akismet_error','1588155448'),(18,5,'akismet_history','a:3:{s:4:\"time\";d:1588155448.21083;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20,5,'akismet_delayed_moderation_email','1'),(21,6,'akismet_error','1588155532'),(22,6,'akismet_history','a:3:{s:4:\"time\";d:1588155532.0751121;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24,6,'akismet_delayed_moderation_email','1'),(25,7,'akismet_error','1588155551'),(26,7,'akismet_history','a:3:{s:4:\"time\";d:1588155551.610806;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(28,7,'akismet_delayed_moderation_email','1'),(29,8,'akismet_error','1588155566'),(30,8,'akismet_history','a:3:{s:4:\"time\";d:1588155566.107373;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(32,8,'akismet_delayed_moderation_email','1'),(33,9,'akismet_error','1588155583'),(34,9,'akismet_history','a:3:{s:4:\"time\";d:1588155583.9675281;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(36,9,'akismet_delayed_moderation_email','1'),(37,10,'akismet_error','1588155601'),(38,10,'akismet_history','a:3:{s:4:\"time\";d:1588155601.548965;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40,10,'akismet_delayed_moderation_email','1'),(41,11,'akismet_error','1588155618'),(42,11,'akismet_history','a:3:{s:4:\"time\";d:1588155618.2230959;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(44,11,'akismet_delayed_moderation_email','1'),(45,12,'akismet_error','1588155640'),(46,12,'akismet_history','a:3:{s:4:\"time\";d:1588155640.7499781;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(48,12,'akismet_delayed_moderation_email','1'),(49,13,'akismet_error','1588155655'),(50,13,'akismet_history','a:3:{s:4:\"time\";d:1588155655.424881;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(52,13,'akismet_delayed_moderation_email','1'),(53,14,'akismet_error','1588155671'),(54,14,'akismet_history','a:3:{s:4:\"time\";d:1588155671.5038321;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(56,14,'akismet_delayed_moderation_email','1'),(57,15,'akismet_error','1588155688'),(58,15,'akismet_history','a:3:{s:4:\"time\";d:1588155688.120744;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(60,15,'akismet_delayed_moderation_email','1'),(61,16,'akismet_error','1588155702'),(62,16,'akismet_history','a:3:{s:4:\"time\";d:1588155702.8940771;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(64,16,'akismet_delayed_moderation_email','1'),(65,17,'akismet_error','1588155717'),(66,17,'akismet_history','a:3:{s:4:\"time\";d:1588155717.3095241;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(68,17,'akismet_delayed_moderation_email','1'),(69,18,'akismet_error','1588155733'),(70,18,'akismet_history','a:3:{s:4:\"time\";d:1588155733.6814899;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(72,18,'akismet_delayed_moderation_email','1'),(73,19,'akismet_error','1588155750'),(74,19,'akismet_history','a:3:{s:4:\"time\";d:1588155750.362205;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(76,19,'akismet_delayed_moderation_email','1'),(77,20,'akismet_error','1588155765'),(78,20,'akismet_history','a:3:{s:4:\"time\";d:1588155765.057831;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(80,20,'akismet_delayed_moderation_email','1'),(81,21,'akismet_error','1588155781'),(82,21,'akismet_history','a:3:{s:4:\"time\";d:1588155781.660203;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(84,21,'akismet_delayed_moderation_email','1'),(85,22,'akismet_error','1588155806'),(86,22,'akismet_history','a:3:{s:4:\"time\";d:1588155806.7807591;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(88,22,'akismet_delayed_moderation_email','1'),(89,23,'akismet_error','1588155844'),(90,23,'akismet_history','a:3:{s:4:\"time\";d:1588155844.1830721;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(92,23,'akismet_delayed_moderation_email','1'),(93,24,'akismet_error','1616948082'),(94,24,'akismet_history','a:3:{s:4:\"time\";d:1616948082.058673;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(96,24,'akismet_delayed_moderation_email','1');
/*!40000 ALTER TABLE `cwp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_comments`
--
DROP TABLE IF EXISTS `cwp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_comments`
--
LOCK TABLES `cwp_comments` WRITE;
/*!40000 ALTER TABLE `cwp_comments` DISABLE KEYS */;
INSERT INTO `cwp_comments` VALUES (1,227,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:16:09','2020-04-29 10:16:09','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(2,136,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:16:09','2020-04-29 10:16:09','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(3,136,'@@rn5PC','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:16:24','2020-04-29 10:16:24','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(4,227,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:16:24','2020-04-29 10:16:24','1\'\"',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(5,136,'1\'\"','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:17:28','2020-04-29 10:17:28','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(6,136,'mLS3lvDr','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:18:52','2020-04-29 10:18:52','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(7,136,'0\'XOR(if(now()=sysdate(),sleep(12),0))XOR\'Z','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:19:11','2020-04-29 10:19:11','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(8,136,'(select(0)from(select(sleep(12)))v)/*\'+(select(0)from(select(sleep(12)))v)+\'\"+(select(0)from(select(sleep(12)))v)+\"*/','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:19:26','2020-04-29 10:19:26','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(9,136,'mAceP1Xd\'; waitfor delay \'0:0:12\' --','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:19:43','2020-04-29 10:19:43','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(10,136,'u8duH1gx\') OR 640=(SELECT 640 FROM PG_SLEEP(12))--','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:20:01','2020-04-29 10:20:01','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(11,136,'tGhYxqFm\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),12)||\'','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:20:18','2020-04-29 10:20:18','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(12,136,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:20:40','2020-04-29 10:20:40','KBbBVfBt',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(13,227,'tGhYxqFm%\' AND 2*3*8=6*8 AND \'WSo7\'!=\'WSo7%','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:20:55','2020-04-29 10:20:55','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(14,136,'if(now()=sysdate(),sleep(12),0)','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:21:11','2020-04-29 10:21:11','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(15,136,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:21:27','2020-04-29 10:21:27','-1; waitfor delay \'0:0:12\' --',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(16,136,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:21:42','2020-04-29 10:21:42','pYWko6ol\'; waitfor delay \'0:0:12\' --',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(17,136,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:21:57','2020-04-29 10:21:57','-1)) OR 99=(SELECT 99 FROM PG_SLEEP(12))--',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(18,227,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:22:13','2020-04-29 10:22:13','hbqVwrog',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(19,227,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:22:30','2020-04-29 10:22:30','0\"XOR(if(now()=sysdate(),sleep(12),0))XOR\"Z',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(20,136,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:22:45','2020-04-29 10:22:45','-1); waitfor delay \'0:0:12\' --',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',0,0),(21,136,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:23:01','2020-04-29 10:23:01','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',1,0),(22,227,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:23:26','2020-04-29 10:23:26','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',1,0),(23,136,'tGhYxqFm','sample@email.tst','http://www.vulnweb.com','95.211.213.246','2020-04-29 10:24:04','2020-04-29 10:24:04','555',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36','comment',5,0),(24,227,'gyhpkpdhbj','b23c891e4eeeab4ba953c172867435c5.roopert@ssemarketing.net','http://xezqpherni','37.139.8.104','2021-03-28 16:14:42','2021-03-28 16:14:42','Muchas gracias. ?Como puedo iniciar sesion?',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','comment',0,0);
/*!40000 ALTER TABLE `cwp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_links`
--
DROP TABLE IF EXISTS `cwp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_links`
--
LOCK TABLES `cwp_links` WRITE;
/*!40000 ALTER TABLE `cwp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_options`
--
DROP TABLE IF EXISTS `cwp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=154954 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_options`
--
LOCK TABLES `cwp_options` WRITE;
/*!40000 ALTER TABLE `cwp_options` DISABLE KEYS */;
INSERT INTO `cwp_options` VALUES (1,'siteurl','http://ukdebtconsolidations.co.uk','yes'),(2,'home','http://ukdebtconsolidations.co.uk','yes'),(3,'blogname','UK debt consolidation','yes'),(4,'blogdescription','solutioons to solve your money problems fast','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','bensykes@bensykes.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:94:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=23&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:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins1','a:9:{i:0;s:37:\"wp-hide-security-enhancer/wp-hide.php\";i:1;s:35:\"add-html-to-pages/html-on-pages.php\";i:2;s:19:\"akismet/akismet.php\";i:4;s:9:\"hello.php\";i:5;s:33:\"import-html-pages/html-import.php\";i:6;s:41:\"post-type-switcher/post-type-switcher.php\";i:7;s:47:\"quick-featured-images/quick-featured-images.php\";i:8;s:39:\"wp-file-manager/file_folder_manager.php\";i:9;s:38:\"wp-find-and-replace/search-replace.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','popularis','yes'),(41,'stylesheet','popularis-business','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','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','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:13:\"Pubnlished by\";s:4:\"text\";s:54:\"<a href=\"http://hcooke.co.uk/\">H Cooke Financial</a>\r\n\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{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\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','23','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,'cwp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:5:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:0:{}i:5;a:0:{}i:6;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:5:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:4;a:3:{s:5:\"title\";s:15:\"How we can help\";s:6:\"number\";i:1;s:9:\"show_date\";b:0;}i:5;a:0:{}i:6;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:1;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:11:{i:0;s:10:\"calendar-3\";i:1;s:8:\"search-4\";i:2;s:8:\"search-5\";i:3;s:14:\"recent-posts-4\";i:4;s:14:\"recent-posts-5\";i:5;s:14:\"recent-posts-6\";i:6;s:8:\"search-6\";i:7;s:6:\"text-2\";i:8;s:10:\"calendar-4\";i:9;s:13:\"media_image-3\";i:10;s:10:\"archives-3\";}s:9:\"sidebar-1\";a:4:{i:0;s:13:\"media_image-2\";i:1;s:8:\"search-2\";i:2;s:10:\"archives-2\";i:3;s:14:\"recent-posts-2\";}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:3:{i:3;a:0:{}i:4;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:3:{i:2;a:15:{s:13:\"attachment_id\";i:135;s:3:\"url\";s:81:\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/03250005-300x226.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1030;s:6:\"height\";i:776;s:7:\"caption\";s:116:\"A bunch of house and car keys with scattered coins and a single brown button lying in random array on a grey surface\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:11:\"image_title\";s:0:\"\";s:17:\"link_target_blank\";b:0;}i:3;a:14:{s:13:\"attachment_id\";i:0;s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:0;s:6:\"height\";i:0;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:11:\"image_title\";s:0:\"\";}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,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'cron','a:13:{i:1675211617;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:1675218817;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:1675232394;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:1675240953;a:2:{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:1675240999;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:1675243765;a:1:{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;}}}i:1675245398;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:1675247617;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:1675250400;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:1675253651;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:1675262013;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:1675780416;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(109,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1509010739;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'),(135,'recently_activated','a:1:{s:23:\"wordfence/wordfence.php\";i:1629526883;}','yes'),(136,'wph_settings','a:3:{s:15:\"module_settings\";a:2:{s:16:\"style_file_clean\";s:2:\"no\";s:22:\"child_style_file_clean\";s:2:\"no\";}s:13:\"recovery_code\";s:32:\"5cbf53b3dcd13577be05958be68fef42\";s:7:\"version\";s:7:\"1.4.5.1\";}','yes'),(141,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142,'vc_version','5.1.1','yes'),(143,'wpb_js_composer_license_activation_notified','yes','yes'),(149,'html_import','a:45:{s:14:\"root_directory\";s:45:\"/var/www/ukdebtconsolidations.co.uk/html/debt\";s:7:\"old_url\";s:0:\"\";s:10:\"index_file\";s:10:\"index.html\";s:15:\"file_extensions\";s:14:\"html,htm,shtml\";s:8:\"skipdirs\";s:25:\"images,includes,Templates\";s:14:\"import_content\";s:3:\"tag\";s:11:\"content_tag\";s:3:\"div\";s:14:\"content_tagatt\";s:5:\"class\";s:14:\"content_attval\";s:13:\"entry-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:\"fix_links\";s:1:\"1\";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:2:\"h2\";s:12:\"title_tagatt\";s:0:\"\";s:12:\"title_attval\";s:0:\"\";s:12:\"title_region\";s:0:\"\";s:17:\"remove_from_title\";s:0:\"\";s:4:\"type\";s:4:\"page\";s:6:\"status\";s:7:\"publish\";s:9:\"timestamp\";s:9:\"filemtime\";s:4:\"user\";i:2;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:11:\"root_parent\";i:0;s:10:\"clean_html\";i:0;s:12:\"title_inside\";i:0;s:8:\"firstrun\";b:0;}','no'),(160,'current_theme','Popularis Business','yes'),(161,'theme_mods_news-portal','a:11:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:3:{s:23:\"news_portal_footer_menu\";i:2;s:20:\"news_portal_top_menu\";i:3;s:24:\"news_portal_primary_menu\";i:4;}s:23:\"news_portal_theme_color\";s:7:\"#02ccdb\";s:23:\"news_portal_site_layout\";s:12:\"boxed_layout\";s:18:\"social_media_icons\";s:186:\"[{\"social_icon_class\":\"fa fa-facebook-f\",\"social_icon_url\":\"\\/\"},{\"social_icon_class\":\"fa fa-google\",\"social_icon_url\":\"\\/\"},{\"social_icon_class\":\"fa fa-twitter\",\"social_icon_url\":\"\\/\"}]\";s:32:\"news_portal_default_page_sidebar\";s:12:\"left_sidebar\";s:32:\"news_portal_default_post_sidebar\";s:12:\"left_sidebar\";s:20:\"footer_widget_layout\";s:10:\"column_one\";s:26:\"news_portal_copyright_text\";s:26:\"UK debt Consolidation 2018\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1631886702;s:4:\"data\";a:12:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:13:\"media_image-2\";}s:24:\"news_portal_left_sidebar\";a:4:{i:0;s:28:\"news_portal_default_tabbed-2\";i:1;s:8:\"search-2\";i:2;s:10:\"archives-2\";i:3;s:14:\"recent-posts-2\";}s:27:\"news_portal_header_ads_area\";a:0:{}s:33:\"news_portal_home_top_section_area\";a:2:{i:0;s:14:\"recent-posts-6\";i:1;s:8:\"search-6\";}s:36:\"news_portal_home_middle_section_area\";a:2:{i:0;s:22:\"news_portal_carousel-2\";i:1;s:25:\"news_portal_block_posts-5\";}s:34:\"news_portal_home_middle_aside_area\";a:1:{i:0;s:29:\"news_portal_featured_slider-3\";}s:36:\"news_portal_home_bottom_section_area\";a:1:{i:0;s:28:\"news_portal_featured_posts-2\";}s:26:\"news_portal_footer_sidebar\";a:1:{i:0;s:25:\"news_portal_block_posts-4\";}s:28:\"news_portal_footer_sidebar-2\";a:2:{i:0;s:6:\"text-2\";i:1;s:10:\"calendar-4\";}s:28:\"news_portal_footer_sidebar-3\";a:1:{i:0;s:13:\"media_image-3\";}s:28:\"news_portal_footer_sidebar-4\";a:1:{i:0;s:10:\"archives-3\";}}}}','yes'),(162,'theme_switched','','yes'),(163,'widget_news_portal_ads_banner','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_news_portal_featured_slider','a:2:{i:3;a:2:{s:14:\"slider_cat_ids\";a:1:{i:1;s:1:\"1\";}s:16:\"featured_cat_ids\";a:1:{i:1;s:1:\"1\";}}s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_news_portal_featured_posts','a:2:{i:2;a:2:{s:11:\"block_title\";s:0:\"\";s:13:\"block_cat_ids\";a:1:{i:1;s:1:\"1\";}}s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_news_portal_block_posts','a:4:{i:3;a:0:{}i:4;a:3:{s:11:\"block_title\";s:0:\"\";s:12:\"block_cat_id\";s:1:\"0\";s:12:\"block_layout\";s:7:\"layout4\";}i:5;a:3:{s:11:\"block_title\";s:0:\"\";s:12:\"block_cat_id\";s:1:\"0\";s:12:\"block_layout\";s:7:\"layout1\";}s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_news_portal_carousel','a:3:{i:2;a:3:{s:11:\"block_title\";s:4:\"Read\";s:13:\"block_cat_ids\";s:0:\"\";s:12:\"block_layout\";s:7:\"layout1\";}i:3;a:3:{s:11:\"block_title\";s:9:\"Whats new\";s:13:\"block_cat_ids\";s:0:\"\";s:12:\"block_layout\";s:7:\"layout1\";}s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_news_portal_social_media','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(169,'widget_news_portal_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'widget_news_portal_default_tabbed','a:2:{i:2;a:2:{s:16:\"latest_tab_title\";s:0:\"\";s:18:\"comments_tab_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(193,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(197,'akismet_spam_count','23','yes'),(213,'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'),(231,'quick-featured-images-defaults','a:0:{}','yes'),(271,'category_children','a:0:{}','yes'),(706,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"bensykes@bensykes.co.uk\";s:7:\"version\";s:5:\"5.8.6\";s:9:\"timestamp\";i:1666061552;}','no'),(90899,'ai1wm_secret_key','YDZyrTcnoZT9','yes'),(90900,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:367:\"<a href=\"http://ukdebtconsolidations.co.uk/wp-content/ai1wm-backups/ukdebtconsolidations.co.uk-20201009-112756-s7bo92.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"ukdebtconsolidations.co.uk\" download=\"ukdebtconsolidations.co.uk-20201009-112756-s7bo92.wpress\"><span>Download ukdebtconsolidations.co.uk</span><em>Size: 134 MB</em></a>\";}','yes'),(90916,'ai1wm_updater','a:0:{}','yes'),(106474,'fm_key','uJ3svgaKGdXE5C4Bmnf9kjDFe','yes'),(106477,'filemanager_email_verified_1','yes','yes'),(110357,'wfls_last_role_change','1624360668','no'),(110358,'wordfence_version','7.5.4','yes'),(110359,'wordfence_case','1','yes'),(110360,'wordfence_installed','1','yes'),(110361,'wordfenceActivated','0','yes'),(110362,'active_plugins','a:1:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";}','yes'),(110363,'wf_plugin_act_error','','yes'),(110500,'wordfence_syncAttackDataAttempts','0','no'),(110501,'wordfence_syncingAttackData','0','no'),(110502,'wordfence_lastSyncAttackData','1629435393','no'),(110718,'aiowpsec_db_version','1.9','yes'),(110719,'aio_wp_security_configs','a:92:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:0:\"\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";s:1:\"3\";s:24:\"aiowps_retry_time_period\";s:1:\"5\";s:26:\"aiowps_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"k2kjv2foevfk3e13mq5g\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:0:\"\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:38:\"aiowps_enable_woo_lostpassword_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"4gjehdd6va1s8kx58sc2\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";s:2:\"10\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:0:\"\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";}','yes'),(110723,'_cerber_db_errors','a:7:{i:0;a:3:{i:0;s:62:\"Table \'ukdebtconsolidationscouk.cwp_cerber_sets\' doesn\'t exist\";i:1;s:74:\"SELECT * FROM cwp_cerber_sets WHERE the_key = \"_nexus_mode\" AND the_id = 0\";i:2;d:1624623259.521813;}i:1;a:3:{i:0;s:62:\"Table \'ukdebtconsolidationscouk.cwp_cerber_sets\' doesn\'t exist\";i:1;s:75:\"SELECT * FROM cwp_cerber_sets WHERE the_key = \"admin_notice\" AND the_id = 0\";i:2;d:1624623259.533335;}i:2;a:3:{i:0;s:62:\"Table \'ukdebtconsolidationscouk.cwp_cerber_sets\' doesn\'t exist\";i:1;s:102:\"INSERT INTO cwp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_notice\",0,\"a:0:{}\",0)\";i:2;d:1624623259.533381;}i:3;a:3:{i:0;s:62:\"Table \'ukdebtconsolidationscouk.cwp_cerber_sets\' doesn\'t exist\";i:1;s:76:\"SELECT * FROM cwp_cerber_sets WHERE the_key = \"admin_message\" AND the_id = 0\";i:2;d:1624623259.533435;}i:4;a:3:{i:0;s:62:\"Table \'ukdebtconsolidationscouk.cwp_cerber_sets\' doesn\'t exist\";i:1;s:103:\"INSERT INTO cwp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_message\",0,\"a:0:{}\",0)\";i:2;d:1624623259.533485;}i:5;a:3:{i:0;s:62:\"Table \'ukdebtconsolidationscouk.cwp_cerber_sets\' doesn\'t exist\";i:1;s:80:\"SELECT * FROM cwp_cerber_sets WHERE the_key = \"cerber_admin_wide\" AND the_id = 0\";i:2;d:1624623259.533579;}i:6;a:3:{i:0;s:62:\"Table \'ukdebtconsolidationscouk.cwp_cerber_sets\' doesn\'t exist\";i:1;s:101:\"INSERT INTO cwp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"cerber_admin_wide\",0,\"\",0)\";i:2;d:1624623259.533664;}}','no'),(110724,'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'),(110725,'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'),(110726,'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'),(110727,'cerber-antispam','a:10:{s:8:\"botscomm\";s:0:\"\";s:7:\"botsreg\";i:0;s:7:\"botsany\";i:0;s:8:\"botssafe\";i:0;s:10:\"botsnoauth\";s:0:\"\";s:10:\"customcomm\";i:0;s:9:\"botswhite\";s:0:\"\";s:8:\"spamcomm\";i:0;s:10:\"trashafter\";i:7;s:18:\"trashafter-enabled\";i:0;}','no'),(110728,'cerber-recaptcha','a:14:{s:7:\"sitekey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:9:\"invirecap\";i:0;s:10:\"recaplogin\";i:0;s:9:\"recaplost\";i:0;s:8:\"recapreg\";i:0;s:13:\"recapwoologin\";i:0;s:12:\"recapwoolost\";i:0;s:11:\"recapwooreg\";i:0;s:8:\"recapcom\";i:0;s:12:\"recapcomauth\";i:0;s:16:\"recaptcha-period\";i:60;s:16:\"recaptcha-number\";i:3;s:16:\"recaptcha-within\";i:30;}','no'),(110729,'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'),(110730,'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'),(110731,'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'),(110732,'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'),(110733,'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'),(110734,'cerber-schedule','a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"03: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'),(110735,'cerber-policies','a:9:{s:13:\"scan_delunatt\";i:0;s:11:\"scan_delupl\";a:0:{}s:14:\"scan_delunwant\";i:0;s:15:\"scan_recover_wp\";i:0;s:15:\"scan_recover_pl\";i:0;s:14:\"scan_nodeltemp\";i:0;s:14:\"scan_nodelsess\";i:0;s:13:\"scan_delexdir\";a:0:{}s:13:\"scan_delexext\";a:0:{}}','no'),(110736,'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'),(110737,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(110738,'_cerber_up','a:2:{s:1:\"v\";s:5:\"8.8.5\";s:1:\"t\";i:1624623263;}','no'),(110739,'cerber_admin_info','<h1>Highlights from WP Cerber Security 8.8.5</h1><ul><li>New: Quick user activity analytics (user insights) with filtering links on the Activity and Live Traffic log pages. Select a user to see how it works.</li><li>New: Quick IP address activity and analytics (IP insights) with filtering links on the Activity and Live Traffic log pages. Select an IP address to see how it works.</li><li>Improved: The selected user profile is displayed when filtering log entries by the user login or using the username search on the Activity log page.</li><li>Improved: The IP address details and analytics are displayed when filtering log entries by the IP address or using the IP address search on the Activity log page.</li><li>Improved: Implemented AJAX rendering of the plugin admin pages for faster loading and more convenient navigation through WP Cerber’s admin pages</li><li>Improved: To load the Users admin page faster, the user table columns generated by WP Cerber are now loaded via AJAX.</li><li>Improved: Highlighting the selected filtering link in the navigation bar on the Activity and Live Traffic log pages.</li></ul><p style=\"margin-top: 18px; line-height: 1.3;\"><span class=\"dashicons-before dashicons-info-outline\"></span> <a href=\"https://wpcerber.com/?plugin_version=8.8.5\" target=\"_blank\">Read more on wpcerber.com</a></p> <h2 style=\"margin-top: 28px;\">We need your support to keep moving forward</h2>\r\n <table style=\"margin-top: 20px;\"><tr><td></td><td style=\"padding-top: 0;\">By sharing your unique opinion on WP Cerber, you help the engineers behind the plugin make greater progress and help other professionals find the right software. You can leave your review on one of the following websites. Feel free to use your native language. Thanks!\r\n </td></tr></table>\r\n \r\n <p><a href=\"https://www.trustpilot.com/review/wpcerber.com\" target=\"_blank\">Leave review on Trustpilot</a>\r\n | \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=\" Awesome! \"/></p>','no'),(110742,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110752,'recovery_keys','a:0:{}','yes'),(110753,'https_detection_errors','a:0:{}','yes'),(110759,'finished_updating_comment_type','1','yes'),(110812,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":6,\"critical\":1}','yes'),(124201,'wp_page_for_privacy_policy','0','yes'),(124202,'show_comments_cookies_opt_in','1','yes'),(124203,'admin_email_lifespan','0','yes'),(124204,'disallowed_keys','','no'),(124205,'comment_previously_approved','1','yes'),(124206,'auto_plugin_theme_update_emails','a:0:{}','no'),(124207,'auto_update_core_dev','enabled','yes'),(124208,'auto_update_core_minor','enabled','yes'),(124209,'auto_update_core_major','unset','yes'),(124210,'db_upgraded','','yes'),(124223,'can_compress_scripts','0','no'),(125863,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(125885,'wp_force_deactivated_plugins','a:0:{}','yes'),(125899,'theme_mods_twentytwentyone','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:3;s:6:\"footer\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1631886707;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:11:{i:0;s:10:\"calendar-3\";i:1;s:8:\"search-4\";i:2;s:8:\"search-5\";i:3;s:14:\"recent-posts-4\";i:4;s:14:\"recent-posts-5\";i:5;s:14:\"recent-posts-6\";i:6;s:8:\"search-6\";i:7;s:6:\"text-2\";i:8;s:10:\"calendar-4\";i:9;s:13:\"media_image-3\";i:10;s:10:\"archives-3\";}s:9:\"sidebar-1\";a:4:{i:0;s:13:\"media_image-2\";i:1;s:8:\"search-2\";i:2;s:10:\"archives-2\";i:3;s:14:\"recent-posts-2\";}}}}','yes'),(125901,'theme_mods_twentynineteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"footer\";i:2;s:6:\"menu-1\";i:3;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1631886711;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:11:{i:0;s:10:\"calendar-3\";i:1;s:8:\"search-4\";i:2;s:8:\"search-5\";i:3;s:14:\"recent-posts-4\";i:4;s:14:\"recent-posts-5\";i:5;s:14:\"recent-posts-6\";i:6;s:8:\"search-6\";i:7;s:6:\"text-2\";i:8;s:10:\"calendar-4\";i:9;s:13:\"media_image-3\";i:10;s:10:\"archives-3\";}s:9:\"sidebar-1\";a:4:{i:0;s:13:\"media_image-2\";i:1;s:8:\"search-2\";i:2;s:10:\"archives-2\";i:3;s:14:\"recent-posts-2\";}}}}','yes'),(125904,'theme_mods_twentytwenty','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"footer\";i:2;s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1631886756;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:11:{i:0;s:10:\"calendar-3\";i:1;s:8:\"search-4\";i:2;s:8:\"search-5\";i:3;s:14:\"recent-posts-4\";i:4;s:14:\"recent-posts-5\";i:5;s:14:\"recent-posts-6\";i:6;s:8:\"search-6\";i:7;s:6:\"text-2\";i:8;s:10:\"calendar-4\";i:9;s:13:\"media_image-3\";i:10;s:10:\"archives-3\";}s:9:\"sidebar-1\";a:4:{i:0;s:13:\"media_image-2\";i:1;s:8:\"search-2\";i:2;s:10:\"archives-2\";i:3;s:14:\"recent-posts-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(125911,'theme_mods_popularis-business','a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:3;}}','yes'),(125912,'theme_switch_menu_locations','a:2:{s:6:\"footer\";i:2;s:7:\"primary\";i:3;}','yes'),(125913,'theme_switched_via_customizer','','yes'),(125914,'customize_stashed_theme_mods','a:0:{}','no'),(150884,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1675200773;s:15:\"version_checked\";s:5:\"5.8.6\";s:12:\"translations\";a:0:{}}','no'),(154628,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1675175996','no'),(154629,'_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'),(154947,'_site_transient_timeout_theme_roots','1675202573','no'),(154948,'_site_transient_theme_roots','a:2:{s:18:\"popularis-business\";s:7:\"/themes\";s:9:\"popularis\";s:7:\"/themes\";}','no'),(154949,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675200773;s:7:\"checked\";a:2:{s:18:\"popularis-business\";s:5:\"1.0.1\";s:9:\"popularis\";s:6:\"1.0.13\";}s:8:\"response\";a:2:{s:18:\"popularis-business\";a:6:{s:5:\"theme\";s:18:\"popularis-business\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:48:\"https://wordpress.org/themes/popularis-business/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/theme/popularis-business.1.0.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.4\";}s:9:\"popularis\";a:6:{s:5:\"theme\";s:9:\"popularis\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:39:\"https://wordpress.org/themes/popularis/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/popularis.1.1.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.4\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(154950,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1675200773;s:8:\"response\";a:8:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.70\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}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\";s:3:\"5.3\";}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:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.10.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}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:\"7.0\";}s:50:\"zotya-htaccess-protect1/zotya-htaccess-protect.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/zotya-htaccess-protect\";s:4:\"slug\";s:22:\"zotya-htaccess-protect\";s:6:\"plugin\";s:50:\"zotya-htaccess-protect1/zotya-htaccess-protect.php\";s:11:\"new_version\";s:5:\"0.7.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/zotya-htaccess-protect/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/zotya-htaccess-protect.0.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/zotya-htaccess-protect/assets/icon-256x256.png?rev=2314302\";s:2:\"1x\";s:75:\"https://ps.w.org/zotya-htaccess-protect/assets/icon-128x128.png?rev=2314302\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/zotya-htaccess-protect/assets/banner-1544x500.png?rev=2314302\";s:2:\"1x\";s:77:\"https://ps.w.org/zotya-htaccess-protect/assets/banner-772x250.png?rev=2314302\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.9.5\";s:12:\"requires_php\";s:3:\"5.6\";}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:25:\"sucuri-scanner/sucuri.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/sucuri-scanner\";s:4:\"slug\";s:14:\"sucuri-scanner\";s:6:\"plugin\";s:25:\"sucuri-scanner/sucuri.php\";s:11:\"new_version\";s:6:\"1.8.36\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/sucuri-scanner/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/sucuri-scanner.1.8.36.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-256x256.png?rev=2498042\";s:2:\"1x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-128x128.png?rev=2498042\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/sucuri-scanner/assets/banner-772x250.png?rev=2498042\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;}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: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\";}}}','no');
/*!40000 ALTER TABLE `cwp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_postmeta`
--
DROP TABLE IF EXISTS `cwp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=674 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_postmeta`
--
LOCK TABLES `cwp_postmeta` WRITE;
/*!40000 ALTER TABLE `cwp_postmeta` DISABLE KEYS */;
INSERT INTO `cwp_postmeta` VALUES (13,10,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/10-steps-great-couponing.html'),(14,11,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/10-tips-saving-money-fuel.html'),(15,12,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/aktiv-kapital-dmp-acceptance-letter.html'),(16,13,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/barutptcy-tax-return.html'),(17,14,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/benefits-direct-debit.html'),(18,15,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/budget-planner.html'),(19,16,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/bullying-tactics-vanquis-bank.html'),(20,17,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/close-or-keep-credit-card.html'),(21,18,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/cookie-policy.html'),(22,19,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/debt-management-plan-hsbc.html'),(23,20,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/debt-management-plan.html'),(24,21,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/debt-relief-order.html'),(25,22,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/diy-county-court-judgment-ccj.html'),(26,23,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/diy-debt-management-plan-dmp.html'),(27,24,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/diy-full-final-settlement.html'),(28,25,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/eviction.html'),(29,26,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/financial-tips-debt-management.html'),(30,27,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/finding-place-rent-evicted.html'),(31,28,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/income-expenditure.html'),(32,29,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/mackenzie-hall-accept-dmp-arrangement.html'),(33,30,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/notice-eviction.html'),(34,31,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/secure-financial-life-remortgage-conveyancing.html'),(35,32,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/start-paying-debt.html'),(36,33,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/warrant-execution.html'),(37,34,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/warrant-of-execution.html'),(38,35,'URL_before_HTML_Import','/var/www/ukdebtconsolidations.co.uk/html/debt/ways-overcome-debt-management.html'),(39,11,'_edit_last','2'),(40,11,'_wp_page_template','default'),(43,11,'_edit_lock','1509013821:2'),(44,10,'_edit_last','2'),(45,10,'_wp_page_template','default'),(48,10,'_edit_lock','1509013268:2'),(49,18,'_edit_last','2'),(50,18,'_wp_page_template','default'),(53,18,'_edit_lock','1509011237:2'),(54,26,'_edit_last','2'),(55,26,'_wp_page_template','default'),(58,26,'_edit_lock','1509013403:2'),(59,29,'_edit_lock','1509011254:2'),(60,29,'_edit_last','2'),(61,29,'_wp_page_template','default'),(64,13,'_edit_last','2'),(65,13,'_wp_page_template','default'),(68,13,'_edit_lock','1509014454:2'),(69,12,'_edit_lock','1509014423:2'),(70,12,'_edit_last','2'),(71,12,'_wp_page_template','default'),(72,16,'_edit_lock','1509013234:2'),(73,14,'_edit_last','2'),(74,14,'_wp_page_template','default'),(75,14,'_edit_lock','1509012107:2'),(76,19,'_edit_last','2'),(77,19,'_wp_page_template','default'),(78,19,'_edit_lock','1509014640:2'),(79,35,'_edit_last','2'),(80,35,'_wp_page_template','default'),(81,35,'_edit_lock','1509012139:2'),(82,23,'_edit_last','2'),(83,23,'_wp_page_template','default'),(84,23,'_edit_lock','1509014423:2'),(85,22,'_edit_last','2'),(86,22,'_wp_page_template','default'),(87,22,'_edit_lock','1509014423:2'),(88,17,'_edit_last','2'),(89,17,'_wp_page_template','default'),(90,17,'_edit_lock','1509014372:2'),(94,34,'_edit_last','2'),(95,34,'_wp_page_template','default'),(96,34,'_edit_lock','1509014363:2'),(97,32,'_edit_last','2'),(98,32,'_wp_page_template','default'),(99,32,'_edit_lock','1509014376:2'),(102,78,'_menu_item_type','custom'),(103,78,'_menu_item_menu_item_parent','0'),(104,78,'_menu_item_object_id','78'),(105,78,'_menu_item_object','custom'),(106,78,'_menu_item_target',''),(107,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,78,'_menu_item_xfn',''),(109,78,'_menu_item_url','http://ukdebtconsolidations.co.uk/'),(120,80,'_menu_item_type','post_type'),(121,80,'_menu_item_menu_item_parent','0'),(122,80,'_menu_item_object_id','16'),(123,80,'_menu_item_object','page'),(124,80,'_menu_item_target',''),(125,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,80,'_menu_item_xfn',''),(127,80,'_menu_item_url',''),(129,81,'_menu_item_type','post_type'),(130,81,'_menu_item_menu_item_parent','82'),(131,81,'_menu_item_object_id','12'),(132,81,'_menu_item_object','page'),(133,81,'_menu_item_target',''),(134,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(135,81,'_menu_item_xfn',''),(136,81,'_menu_item_url',''),(138,82,'_menu_item_type','post_type'),(139,82,'_menu_item_menu_item_parent','0'),(140,82,'_menu_item_object_id','35'),(141,82,'_menu_item_object','page'),(142,82,'_menu_item_target',''),(143,82,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(144,82,'_menu_item_xfn',''),(145,82,'_menu_item_url',''),(147,83,'_menu_item_type','post_type'),(148,83,'_menu_item_menu_item_parent','82'),(149,83,'_menu_item_object_id','23'),(150,83,'_menu_item_object','page'),(151,83,'_menu_item_target',''),(152,83,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(153,83,'_menu_item_xfn',''),(154,83,'_menu_item_url',''),(156,84,'_menu_item_type','post_type'),(157,84,'_menu_item_menu_item_parent','82'),(158,84,'_menu_item_object_id','24'),(159,84,'_menu_item_object','page'),(160,84,'_menu_item_target',''),(161,84,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(162,84,'_menu_item_xfn',''),(163,84,'_menu_item_url',''),(165,85,'_menu_item_type','post_type'),(166,85,'_menu_item_menu_item_parent','82'),(167,85,'_menu_item_object_id','22'),(168,85,'_menu_item_object','page'),(169,85,'_menu_item_target',''),(170,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(171,85,'_menu_item_xfn',''),(172,85,'_menu_item_url',''),(174,86,'_menu_item_type','post_type'),(175,86,'_menu_item_menu_item_parent','82'),(176,86,'_menu_item_object_id','15'),(177,86,'_menu_item_object','page'),(178,86,'_menu_item_target',''),(179,86,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(180,86,'_menu_item_xfn',''),(181,86,'_menu_item_url',''),(183,87,'_menu_item_type','post_type'),(184,87,'_menu_item_menu_item_parent','92'),(185,87,'_menu_item_object_id','27'),(186,87,'_menu_item_object','page'),(187,87,'_menu_item_target',''),(188,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(189,87,'_menu_item_xfn',''),(190,87,'_menu_item_url',''),(192,88,'_menu_item_type','post_type'),(193,88,'_menu_item_menu_item_parent','82'),(194,88,'_menu_item_object_id','20'),(195,88,'_menu_item_object','page'),(196,88,'_menu_item_target',''),(197,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(198,88,'_menu_item_xfn',''),(199,88,'_menu_item_url',''),(201,89,'_menu_item_type','post_type'),(202,89,'_menu_item_menu_item_parent','0'),(203,89,'_menu_item_object_id','32'),(204,89,'_menu_item_object','page'),(205,89,'_menu_item_target',''),(206,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(207,89,'_menu_item_xfn',''),(208,89,'_menu_item_url',''),(228,92,'_menu_item_type','post_type'),(229,92,'_menu_item_menu_item_parent','91'),(230,92,'_menu_item_object_id','31'),(231,92,'_menu_item_object','page'),(232,92,'_menu_item_target',''),(233,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(234,92,'_menu_item_xfn',''),(235,92,'_menu_item_url',''),(237,93,'_menu_item_type','post_type'),(238,93,'_menu_item_menu_item_parent','98'),(239,93,'_menu_item_object_id','28'),(240,93,'_menu_item_object','page'),(241,93,'_menu_item_target',''),(242,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(243,93,'_menu_item_xfn',''),(244,93,'_menu_item_url',''),(246,94,'_menu_item_type','post_type'),(247,94,'_menu_item_menu_item_parent','91'),(248,94,'_menu_item_object_id','19'),(249,94,'_menu_item_object','page'),(250,94,'_menu_item_target',''),(251,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(252,94,'_menu_item_xfn',''),(253,94,'_menu_item_url',''),(264,96,'_menu_item_type','post_type'),(265,96,'_menu_item_menu_item_parent','0'),(266,96,'_menu_item_object_id','21'),(267,96,'_menu_item_object','page'),(268,96,'_menu_item_target',''),(269,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(270,96,'_menu_item_xfn',''),(271,96,'_menu_item_url',''),(273,97,'_menu_item_type','post_type'),(274,97,'_menu_item_menu_item_parent','94'),(275,97,'_menu_item_object_id','17'),(276,97,'_menu_item_object','page'),(277,97,'_menu_item_target',''),(278,97,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(279,97,'_menu_item_xfn',''),(280,97,'_menu_item_url',''),(291,99,'_menu_item_type','post_type'),(292,99,'_menu_item_menu_item_parent','0'),(293,99,'_menu_item_object_id','33'),(294,99,'_menu_item_object','page'),(295,99,'_menu_item_target',''),(296,99,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(297,99,'_menu_item_xfn',''),(298,99,'_menu_item_url',''),(300,100,'_menu_item_type','post_type'),(301,100,'_menu_item_menu_item_parent','0'),(302,100,'_menu_item_object_id','14'),(303,100,'_menu_item_object','page'),(304,100,'_menu_item_target',''),(305,100,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(306,100,'_menu_item_xfn',''),(307,100,'_menu_item_url',''),(309,101,'_menu_item_type','post_type'),(310,101,'_menu_item_menu_item_parent','0'),(311,101,'_menu_item_object_id','12'),(312,101,'_menu_item_object','page'),(313,101,'_menu_item_target',''),(314,101,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(315,101,'_menu_item_xfn',''),(316,101,'_menu_item_url',''),(318,102,'_menu_item_type','post_type'),(319,102,'_menu_item_menu_item_parent','0'),(320,102,'_menu_item_object_id','25'),(321,102,'_menu_item_object','page'),(322,102,'_menu_item_target',''),(323,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(324,102,'_menu_item_xfn',''),(325,102,'_menu_item_url',''),(329,16,'_edit_last','2'),(330,16,'_wp_page_template','default'),(333,31,'_edit_last','2'),(334,31,'_wp_page_template','default'),(337,31,'_edit_lock','1522753778:2'),(338,20,'_edit_last','2'),(339,20,'_wp_page_template','default'),(342,20,'_edit_lock','1522752439:2'),(351,108,'_wp_attached_file','2017/10/closeup_keys.jpg'),(352,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:24:\"2017/10/closeup_keys.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"closeup_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:24:\"closeup_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:24:\"closeup_keys-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"closeup_keys-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:24:\"closeup_keys-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:24:\"closeup_keys-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:24:\"closeup_keys-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:24:\"closeup_keys-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:24:\"closeup_keys-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:75:\"Close up view of alphanumerical black computer keys on a keyboard or keypad\";s:17:\"created_timestamp\";s:10:\"1430921091\";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:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:36:\"Close up view of black computer keys\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:10:\"background\";i:1;s:5:\"black\";i:2;s:7:\"closeup\";i:3;s:8:\"computer\";i:4;s:8:\"internet\";i:5;s:6:\"keypad\";i:6;s:4:\"keys\";i:7;s:6:\"laptop\";i:8;s:12:\"alphanumeric\";i:9;s:7:\"buttons\";}}}'),(353,109,'_wp_attached_file','2017/10/coffee2175.jpg'),(354,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2017/10/coffee2175.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"coffee2175-150x150.jpg\";s:5:\"width\";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:\"coffee2175-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"coffee2175-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:23:\"coffee2175-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:22:\"coffee2175-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:22:\"coffee2175-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:22:\"coffee2175-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:22:\"coffee2175-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:22:\"coffee2175-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:4:\"E950\";s:7:\"caption\";s:88:\"High angle view looking into the mug of a person pouring milk into a mug of black coffee\";s:17:\"created_timestamp\";s:9:\"970331051\";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:\"15.1\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:39:\"Pouring milk into a mug of black coffee\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:7:{i:0;s:9:\"breakfast\";i:1;s:6:\"coffee\";i:2;s:3:\"mug\";i:3;s:4:\"milk\";i:4;s:7:\"pouring\";i:5;s:5:\"white\";i:6;s:5:\"drink\";}}}'),(355,110,'_wp_attached_file','2017/10/color_numbers.jpg'),(356,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1996;s:4:\"file\";s:25:\"2017/10/color_numbers.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"color_numbers-150x150.jpg\";s:5:\"width\";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:\"color_numbers-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:\"color_numbers-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:26:\"color_numbers-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:25:\"color_numbers-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:25:\"color_numbers-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:25:\"color_numbers-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:25:\"color_numbers-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:25:\"color_numbers-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:48:\"Scattered colored numbers in a variety of colors\";s:17:\"created_timestamp\";s:10:\"1352571045\";s:9:\"copyright\";s:103:\"www.freeimages.co.uk see site for attribution and license details http://www.freeimages.co.uk/terms.htm\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:24:\"Heap of colorful numbers\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"learning\";i:1;s:7:\"closeup\";i:2;s:4:\"pile\";i:3;s:9:\"childhood\";i:4;s:8:\"colorful\";i:5;s:9:\"education\";i:6;s:6:\"school\";i:7;s:7:\"numbers\";i:8;s:5:\"bunch\";i:9;s:4:\"play\";i:10;s:8:\"children\";i:11;s:11:\"mathematics\";i:12;s:7:\"symbols\";i:13;s:9:\"preschool\";i:14;s:4:\"math\";}}}'),(357,111,'_wp_attached_file','2017/10/color_pencils.jpg'),(358,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2205;s:6:\"height\";i:3000;s:4:\"file\";s:25:\"2017/10/color_pencils.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"color_pencils-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"color_pencils-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"color_pencils-768x1045.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1045;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"color_pencils-753x1024.jpg\";s:5:\"width\";i:753;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:25:\"color_pencils-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:25:\"color_pencils-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:25:\"color_pencils-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:25:\"color_pencils-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:25:\"color_pencils-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:112:\"Multiple sharpened coloured pencils standing in a basket for drawing and sketching in an arts and crafts concept\";s:17:\"created_timestamp\";s:10:\"1148930341\";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.008\";s:5:\"title\";s:15:\"Colored Pencils\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:3:\"art\";i:1;s:6:\"basket\";i:2;s:8:\"coloured\";i:3;s:9:\"container\";i:4;s:7:\"crayons\";i:5;s:4:\"draw\";i:6;s:9:\"equipment\";i:7;s:10:\"foreground\";i:8;s:7:\"pencils\";i:9;s:6:\"points\";i:10;s:9:\"sharpened\";i:11;s:6:\"sketch\";i:12;s:8:\"supplies\";i:13;s:5:\"three\";i:14;s:6:\"wooden\";}}}'),(359,112,'_wp_attached_file','2017/10/color_pencils-001.jpg'),(360,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1996;s:4:\"file\";s:29:\"2017/10/color_pencils-001.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"color_pencils-001-150x150.jpg\";s:5:\"width\";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:\"color_pencils-001-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:\"color_pencils-001-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:\"color_pencils-001-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:29:\"color_pencils-001-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:29:\"color_pencils-001-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:29:\"color_pencils-001-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:29:\"color_pencils-001-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:29:\"color_pencils-001-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:94:\"Closeup of a neat row of colouring pencils in a row, over white background with space for text\";s:17:\"created_timestamp\";s:10:\"1335369333\";s:9:\"copyright\";s:103:\"www.freeimages.co.uk see site for attribution and license details http://www.freeimages.co.uk/terms.htm\";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:41:\"Sharpened colouring pencils in a neat row\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:3:\"pen\";i:1;s:6:\"object\";i:2;s:9:\"equipment\";i:3;s:8:\"colorful\";i:4;s:5:\"paint\";i:5;s:5:\"color\";i:6;s:3:\"art\";i:7;s:9:\"education\";i:8;s:6:\"school\";i:9;s:12:\"multicolored\";i:10;s:6:\"pencil\";i:11;s:6:\"crayon\";i:12;s:10:\"assortment\";i:13;s:6:\"pastel\";i:14;s:7:\"palette\";}}}'),(361,113,'_wp_attached_file','2017/10/coloured_pencils.jpg'),(362,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1996;s:6:\"height\";i:3000;s:4:\"file\";s:28:\"2017/10/coloured_pencils.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"coloured_pencils-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"coloured_pencils-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"coloured_pencils-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"coloured_pencils-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:28:\"coloured_pencils-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:28:\"coloured_pencils-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:28:\"coloured_pencils-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:28:\"coloured_pencils-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:28:\"coloured_pencils-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:56:\"Colored pencils in black pencil holder isolated on white\";s:17:\"created_timestamp\";s:10:\"1148930745\";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.008\";s:5:\"title\";s:16:\"Coloring Pencils\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:3:\"art\";i:1;s:6:\"basket\";i:2;s:8:\"coloured\";i:3;s:9:\"container\";i:4;s:7:\"crayons\";i:5;s:4:\"draw\";i:6;s:9:\"equipment\";i:7;s:10:\"foreground\";i:8;s:7:\"pencils\";i:9;s:6:\"points\";i:10;s:9:\"sharpened\";i:11;s:6:\"sketch\";i:12;s:8:\"supplies\";i:13;s:5:\"three\";i:14;s:6:\"wooden\";}}}'),(363,114,'_wp_attached_file','2017/10/craft_colours.jpg'),(364,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:25:\"2017/10/craft_colours.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"craft_colours-150x150.jpg\";s:5:\"width\";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:\"craft_colours-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:\"craft_colours-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:26:\"craft_colours-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:25:\"craft_colours-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:25:\"craft_colours-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:25:\"craft_colours-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:25:\"craft_colours-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:25:\"craft_colours-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:89:\"Scattering of little blue, purple, red and yellow foam craft shapes over white background\";s:17:\"created_timestamp\";s:10:\"1352570787\";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:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:35:\"Little foam craft shapes over white\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:8:\"colorful\";i:1;s:5:\"craft\";i:2;s:9:\"scattered\";i:3;s:6:\"shapes\";i:4;s:4:\"foam\";i:5;s:6:\"bright\";i:6;s:9:\"childhood\";i:7;s:10:\"creativity\";i:8;s:5:\"vivid\";i:9;s:6:\"pieces\";}}}'),(365,115,'_wp_attached_file','2017/10/crepe_streamers.jpg'),(366,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2129;s:6:\"height\";i:3200;s:4:\"file\";s:27:\"2017/10/crepe_streamers.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"crepe_streamers-150x150.jpg\";s:5:\"width\";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:\"crepe_streamers-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"crepe_streamers-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"crepe_streamers-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:27:\"crepe_streamers-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:27:\"crepe_streamers-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:27:\"crepe_streamers-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:27:\"crepe_streamers-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:27:\"crepe_streamers-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:71:\"Rolls of Colorful Crepe Paper Streamers Unravelling on White Background\";s:17:\"created_timestamp\";s:10:\"1385001064\";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:17:\"0.016666666666667\";s:5:\"title\";s:40:\"Colorful Crepe Paper Streamers Unrolling\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:9:\"streamers\";i:1;s:8:\"colorful\";i:2;s:11:\"decorations\";i:3;s:11:\"celebration\";i:4;s:11:\"anniversary\";i:5;s:5:\"party\";i:6;s:8:\"birthday\";i:7;s:7:\"ribbons\";i:8;s:16:\"white background\";i:9;s:5:\"rolls\";i:10;s:9:\"unrolling\";i:11;s:9:\"unraveled\";i:12;s:5:\"crepe\";i:13;s:5:\"paper\";i:14;s:10:\"decorating\";}}}'),(367,116,'_wp_attached_file','2017/10/crusheddrinkscan.jpg'),(368,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:923;s:6:\"height\";i:816;s:4:\"file\";s:28:\"2017/10/crusheddrinkscan.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"crusheddrinkscan-150x150.jpg\";s:5:\"width\";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:\"crusheddrinkscan-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"crusheddrinkscan-768x679.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:28:\"crusheddrinkscan-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:28:\"crusheddrinkscan-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:28:\"crusheddrinkscan-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:28:\"crusheddrinkscan-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:28:\"crusheddrinkscan-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:42:\"thirst quenched, a crushed soft drinks can\";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:11:\"crushed can\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"beverage\";i:1;s:3:\"can\";i:2;s:7:\"concept\";i:3;s:7:\"crushed\";i:4;s:5:\"empty\";i:5;s:7:\"garbage\";i:6;s:6:\"litter\";i:7;s:9:\"recycling\";i:8;s:4:\"soda\";i:9;s:6:\"thirst\";i:10;s:9:\"discarded\";i:11;s:16:\"white background\";i:12;s:6:\"dented\";i:13;s:5:\"drink\";i:14;s:5:\"metal\";}}}'),(369,117,'_wp_attached_file','2017/10/keyboard_sideways.jpg'),(370,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2142;s:6:\"height\";i:3200;s:4:\"file\";s:29:\"2017/10/keyboard_sideways.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"keyboard_sideways-150x150.jpg\";s:5:\"width\";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:\"keyboard_sideways-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"keyboard_sideways-768x1147.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"keyboard_sideways-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:29:\"keyboard_sideways-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:29:\"keyboard_sideways-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:29:\"keyboard_sideways-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:29:\"keyboard_sideways-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:29:\"keyboard_sideways-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:46:\"a modern computer keyboard taken from the side\";s:17:\"created_timestamp\";s:10:\"1261061993\";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:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:15:\"modern keyboard\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:11:\"comfortable\";i:1;s:8:\"computer\";i:2;s:9:\"ergonomic\";i:3;s:8:\"keyboard\";i:4;s:4:\"keys\";i:5;s:6:\"modern\";i:6;s:15:\"selective focus\";i:7;s:22:\"shallow depth of field\";i:8;s:5:\"black\";i:9;s:4:\"grey\";i:10;s:7:\"letters\";i:11;s:5:\"input\";i:12;s:12:\"contemporary\";i:13;s:11:\"information\";i:14;s:6:\"typing\";}}}'),(371,118,'_wp_attached_file','2017/10/keypad20004.jpg'),(372,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2017/10/keypad20004.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"keypad20004-150x150.jpg\";s:5:\"width\";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:\"keypad20004-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:23:\"keypad20004-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:24:\"keypad20004-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:23:\"keypad20004-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:23:\"keypad20004-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:23:\"keypad20004-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:23:\"keypad20004-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:23:\"keypad20004-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:87:\"Close up detail of a numerical keypad with raised translucent buttons and white numbers\";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:37:\"Close up detail of a numerical keypad\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:5:\"above\";i:1;s:7:\"buttons\";i:2;s:7:\"closeup\";i:3;s:6:\"keypad\";i:4;s:4:\"keys\";i:5;s:7:\"numbers\";i:6;s:6:\"raised\";i:7;s:3:\"top\";i:8;s:11:\"translucent\";i:9;s:13:\"communication\";}}}'),(373,119,'_wp_attached_file','2017/10/keypadhashgatebutton.jpg'),(374,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2017/10/keypadhashgatebutton.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"keypadhashgatebutton-150x150.jpg\";s:5:\"width\";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:\"keypadhashgatebutton-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"keypadhashgatebutton-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:33:\"keypadhashgatebutton-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:32:\"keypadhashgatebutton-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:32:\"keypadhashgatebutton-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:32:\"keypadhashgatebutton-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:32:\"keypadhashgatebutton-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:32:\"keypadhashgatebutton-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:112:\"Hash button on a mobile phone keypad with a number sign or pound sign icon, sometimes referred to as the hashtag\";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:36:\"Hash button on a mobile phone keypad\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:6:\"button\";i:1;s:4:\"hash\";i:2;s:3:\"key\";i:3;s:6:\"keypad\";i:4;s:6:\"symbol\";i:5;s:9:\"character\";i:6;s:7:\"hashtag\";i:7;s:10:\"pound sign\";i:8;s:11:\"number sign\";i:9;s:8:\"function\";i:10;s:10:\"technology\";i:11;s:7:\"closeup\";i:12;s:7:\"digital\";i:13;s:5:\"phone\";i:14;s:13:\"communication\";}}}'),(375,120,'_wp_attached_file','2017/10/keypadmacro09.jpg'),(376,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2017/10/keypadmacro09.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"keypadmacro09-150x150.jpg\";s:5:\"width\";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:\"keypadmacro09-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"keypadmacro09-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:26:\"keypadmacro09-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:25:\"keypadmacro09-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:25:\"keypadmacro09-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:25:\"keypadmacro09-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:25:\"keypadmacro09-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:25:\"keypadmacro09-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:\"Macro shot of the white numerical keys or buttons on a keypad with a textured dark grey surface\";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:27:\"keys or buttons on a keypad\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:9:\"functions\";i:1;s:6:\"keypad\";i:2;s:4:\"keys\";i:3;s:5:\"macro\";i:4;s:7:\"numbers\";i:5;s:9:\"numerical\";i:6;s:5:\"white\";i:7;s:7:\"buttons\";i:8;s:11:\"rectangular\";i:9;s:10:\"electronic\";}}}'),(377,121,'_wp_attached_file','2017/10/metal_sculpture.jpg'),(378,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:27:\"2017/10/metal_sculpture.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"metal_sculpture-150x150.jpg\";s:5:\"width\";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:\"metal_sculpture-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"metal_sculpture-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:28:\"metal_sculpture-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:27:\"metal_sculpture-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:27:\"metal_sculpture-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:27:\"metal_sculpture-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:27:\"metal_sculpture-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:27:\"metal_sculpture-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:97:\"Abstract detail close up of metal sculpture resembling fish scales or clouds and waves over white\";s:17:\"created_timestamp\";s:10:\"1438952131\";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:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:43:\"Abstract detail close up of metal sculpture\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:8:\"abstract\";i:1;s:8:\"artistic\";i:2;s:10:\"background\";i:3;s:10:\"copy space\";i:4;s:6:\"curved\";i:5;s:5:\"metal\";i:6;s:6:\"scales\";i:7;s:8:\"sculpted\";i:8;s:9:\"sculpture\";i:9;s:10:\"decoration\";}}}'),(379,122,'_wp_attached_file','2017/10/mobilephone04070007.jpg'),(380,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:914;s:6:\"height\";i:772;s:4:\"file\";s:31:\"2017/10/mobilephone04070007.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"mobilephone04070007-150x150.jpg\";s:5:\"width\";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:\"mobilephone04070007-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"mobilephone04070007-768x649.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:31:\"mobilephone04070007-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:31:\"mobilephone04070007-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:31:\"mobilephone04070007-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:31:\"mobilephone04070007-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:31:\"mobilephone04070007-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:33:\"freeimages.co.uk workplace images\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(381,123,'_wp_attached_file','2017/10/modempcmcia04070002.jpg'),(382,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1166;s:6:\"height\";i:864;s:4:\"file\";s:31:\"2017/10/modempcmcia04070002.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"modempcmcia04070002-150x150.jpg\";s:5:\"width\";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:\"modempcmcia04070002-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"modempcmcia04070002-768x569.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"modempcmcia04070002-1024x759.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:31:\"modempcmcia04070002-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:31:\"modempcmcia04070002-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:31:\"modempcmcia04070002-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:31:\"modempcmcia04070002-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:31:\"modempcmcia04070002-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:{}}}'),(383,124,'_wp_attached_file','2017/10/modern_medicine.jpg'),(384,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3500;s:6:\"height\";i:2329;s:4:\"file\";s:27:\"2017/10/modern_medicine.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"modern_medicine-150x150.jpg\";s:5:\"width\";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:\"modern_medicine-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"modern_medicine-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:28:\"modern_medicine-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:27:\"modern_medicine-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:27:\"modern_medicine-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:27:\"modern_medicine-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:27:\"modern_medicine-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:27:\"modern_medicine-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:126:\"Modern medicine concept with a computer keyboard for online ordering and research surrounded by assorted tablets and a syringe\";s:17:\"created_timestamp\";s:10:\"1428954440\";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:4:\"0.01\";s:5:\"title\";s:23:\"Modern medicine concept\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:13:{i:0;s:8:\"keyboard\";i:1;s:8:\"medicine\";i:2;s:6:\"online\";i:3;s:5:\"order\";i:4;s:8:\"pharmacy\";i:5;s:5:\"pills\";i:6;s:7:\"syringe\";i:7;s:7:\"sterile\";i:8;s:10:\"electronic\";i:9;s:10:\"medication\";i:10;s:6:\"needle\";i:11;s:9:\"injection\";i:12;s:11:\"intravenous\";}}}'),(385,125,'_wp_attached_file','2017/10/notepad_and_pen.jpg'),(386,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1996;s:4:\"file\";s:27:\"2017/10/notepad_and_pen.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"notepad_and_pen-150x150.jpg\";s:5:\"width\";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:\"notepad_and_pen-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"notepad_and_pen-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:28:\"notepad_and_pen-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:27:\"notepad_and_pen-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:27:\"notepad_and_pen-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:27:\"notepad_and_pen-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:27:\"notepad_and_pen-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:27:\"notepad_and_pen-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:102:\"Spiral bound blank lined notebook page with a plastic ballpoint pen with room for your text or message\";s:17:\"created_timestamp\";s:10:\"1148576493\";s:9:\"copyright\";s:62:\"www.freeimages.co.uk attribution license, see site for details\";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:34:\"Blank lined notebook page with pen\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:5:\"blank\";i:1;s:5:\"empty\";i:2;s:5:\"write\";i:3;s:9:\"ballpoint\";i:4;s:3:\"pen\";i:5;s:4:\"open\";i:6;s:13:\"communication\";i:7;s:7:\"message\";i:8;s:4:\"text\";i:9;s:8:\"notebook\";i:10;s:4:\"note\";i:11;s:4:\"page\";i:12;s:6:\"spiral\";i:13;s:5:\"bound\";i:14;s:5:\"lined\";}}}'),(387,126,'_wp_attached_file','2017/10/notepadpencil1201.jpg'),(388,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2017/10/notepadpencil1201.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"notepadpencil1201-150x150.jpg\";s:5:\"width\";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:\"notepadpencil1201-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:\"notepadpencil1201-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:30:\"notepadpencil1201-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:29:\"notepadpencil1201-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:29:\"notepadpencil1201-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:29:\"notepadpencil1201-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:29:\"notepadpencil1201-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:29:\"notepadpencil1201-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:33:\"freeimages.co.uk workplace images\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(389,127,'_wp_attached_file','2017/10/notepadpencil1202.jpg'),(390,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2017/10/notepadpencil1202.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"notepadpencil1202-150x150.jpg\";s:5:\"width\";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:\"notepadpencil1202-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:\"notepadpencil1202-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:30:\"notepadpencil1202-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:29:\"notepadpencil1202-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:29:\"notepadpencil1202-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:29:\"notepadpencil1202-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:29:\"notepadpencil1202-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:29:\"notepadpencil1202-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:33:\"freeimages.co.uk workplace images\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(391,128,'_wp_attached_file','2017/10/notepadpencil1204.jpg'),(392,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2017/10/notepadpencil1204.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"notepadpencil1204-150x150.jpg\";s:5:\"width\";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:\"notepadpencil1204-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:\"notepadpencil1204-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:30:\"notepadpencil1204-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:29:\"notepadpencil1204-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:29:\"notepadpencil1204-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:29:\"notepadpencil1204-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:29:\"notepadpencil1204-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:29:\"notepadpencil1204-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:33:\"freeimages.co.uk workplace images\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(393,129,'_wp_attached_file','2017/10/number_candles.jpg'),(394,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2221;s:4:\"file\";s:26:\"2017/10/number_candles.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"number_candles-150x150.jpg\";s:5:\"width\";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:\"number_candles-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"number_candles-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"number_candles-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:26:\"number_candles-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:26:\"number_candles-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:26:\"number_candles-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:26:\"number_candles-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:26:\"number_candles-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:91:\"Jumble of Colorful Birthday Number Candles to Represent Different Ages on Wooden Background\";s:17:\"created_timestamp\";s:10:\"1416772026\";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:17:\"0.011111111111111\";s:5:\"title\";s:42:\"Jumble of Colorful Birthday Number Candles\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:5:\"above\";i:1;s:8:\"birthday\";i:2;s:7:\"candles\";i:3;s:4:\"many\";i:4;s:7:\"numbers\";i:5;s:4:\"over\";i:6;s:5:\"party\";i:7;s:17:\"wooden background\";i:8;s:11:\"celebration\";i:9;s:8:\"colorful\";i:10;s:6:\"pastel\";i:11;s:3:\"age\";i:12;s:4:\"pile\";i:13;s:6:\"jumble\";i:14;s:10:\"still life\";}}}'),(395,130,'_wp_attached_file','2017/10/number_pad_computer.jpg'),(396,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2129;s:4:\"file\";s:31:\"2017/10/number_pad_computer.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"number_pad_computer-150x150.jpg\";s:5:\"width\";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:\"number_pad_computer-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:\"number_pad_computer-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:\"number_pad_computer-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:31:\"number_pad_computer-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:31:\"number_pad_computer-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:31:\"number_pad_computer-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:31:\"number_pad_computer-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:31:\"number_pad_computer-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:24:\"a computer number keypad\";s:17:\"created_timestamp\";s:10:\"1291119933\";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:3:\"0.7\";s:5:\"title\";s:11:\"number keys\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"computer\";i:1;s:9:\"computing\";i:2;s:2:\"it\";i:3;s:8:\"keyboard\";i:4;s:7:\"numbers\";i:5;s:5:\"white\";i:6;s:4:\"keys\";i:7;s:8:\"close-up\";i:8;s:9:\"numerical\";i:9;s:6:\"arrows\";i:10;s:10:\"navigation\";i:11;s:4:\"five\";i:12;s:7:\"numeral\";i:13;s:6:\"qwerty\";i:14;s:2:\"pc\";}}}'),(397,131,'_wp_attached_file','2017/10/numeric_keys.jpg'),(398,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2129;s:4:\"file\";s:24:\"2017/10/numeric_keys.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"numeric_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:24:\"numeric_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:24:\"numeric_keys-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"numeric_keys-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:24:\"numeric_keys-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:24:\"numeric_keys-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:24:\"numeric_keys-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:24:\"numeric_keys-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:24:\"numeric_keys-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:53:\"an extreme closeup image of a computer numeric keypad\";s:17:\"created_timestamp\";s:10:\"1291119876\";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:3:\"0.7\";s:5:\"title\";s:13:\"number keypad\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:6:\"number\";i:1;s:3:\"pad\";i:2;s:4:\"five\";i:3;s:3:\"key\";i:4;s:8:\"keyboard\";i:5;s:15:\"selective focus\";i:6;s:8:\"close up\";i:7;s:7:\"numeric\";i:8;s:8:\"computer\";i:9;s:13:\"cash register\";i:10;s:6:\"detail\";i:11;s:6:\"middle\";i:12;s:6:\"center\";i:13;s:6:\"nobody\";i:14;s:5:\"white\";}}}'),(399,132,'_wp_attached_file','2017/10/objectpencil1019.jpg'),(400,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1153;s:6:\"height\";i:1108;s:4:\"file\";s:28:\"2017/10/objectpencil1019.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"objectpencil1019-150x150.jpg\";s:5:\"width\";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:\"objectpencil1019-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"objectpencil1019-768x738.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"objectpencil1019-1024x984.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:28:\"objectpencil1019-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:28:\"objectpencil1019-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:28:\"objectpencil1019-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:28:\"objectpencil1019-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:28:\"objectpencil1019-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:33:\"freeimages.co.uk workplace images\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(401,133,'_wp_attached_file','2017/10/paperclip2.jpg'),(402,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1207;s:6:\"height\";i:985;s:4:\"file\";s:22:\"2017/10/paperclip2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"paperclip2-150x150.jpg\";s:5:\"width\";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:\"paperclip2-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"paperclip2-768x627.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"paperclip2-1024x836.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:836;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:22:\"paperclip2-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:22:\"paperclip2-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:22:\"paperclip2-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:22:\"paperclip2-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:22:\"paperclip2-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:33:\"freeimages.co.uk workplace images\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(403,134,'_wp_attached_file','2017/10/paperclips.jpg'),(404,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1996;s:4:\"file\";s:22:\"2017/10/paperclips.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"paperclips-150x150.jpg\";s:5:\"width\";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:\"paperclips-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:\"paperclips-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:\"paperclips-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:22:\"paperclips-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:22:\"paperclips-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:22:\"paperclips-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:22:\"paperclips-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:22:\"paperclips-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:20:\"www.freeimages.co.uk\";s:6:\"camera\";s:10:\"NIKON D700\";s:7:\"caption\";s:51:\"Pile of colorful paperclips background- shallow DOF\";s:17:\"created_timestamp\";s:10:\"1334667828\";s:9:\"copyright\";s:62:\"www.freeimages.co.uk attribution license, see site for details\";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:27:\"Pile of colorful paperclips\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:12:{i:0;s:4:\"pink\";i:1;s:5:\"white\";i:2;s:5:\"paper\";i:3;s:3:\"red\";i:4;s:5:\"green\";i:5;s:4:\"blue\";i:6;s:6:\"yellow\";i:7;s:7:\"colours\";i:8;s:7:\"plastic\";i:9;s:7:\"recycle\";i:10;s:4:\"clip\";i:11;s:6:\"plenty\";}}}'),(405,135,'_wp_attached_file','2017/10/03250005.jpg'),(406,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:776;s:4:\"file\";s:20:\"2017/10/03250005.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"03250005-150x150.jpg\";s:5:\"width\";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:\"03250005-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"03250005-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"03250005-1024x771.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:20:\"03250005-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:20:\"03250005-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:20:\"03250005-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:20:\"03250005-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:20:\"03250005-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:116:\"A bunch of house and car keys with scattered coins and a single brown button lying in random array on a grey surface\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"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:39:\"House and car keys with scattered coins\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:5:\"coins\";i:1;s:4:\"keys\";i:2;s:6:\"button\";i:3;s:16:\"white background\";i:4;s:5:\"money\";i:5;s:13:\"old fashioned\";i:6;s:10:\"assortment\";i:7;s:6:\"change\";i:8;s:3:\"car\";i:9;s:5:\"house\";}}}'),(407,136,'_wp_attached_file','2017/10/redbox4.jpg'),(408,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:1093;s:4:\"file\";s:19:\"2017/10/redbox4.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"redbox4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"redbox4-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"redbox4-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"redbox4-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:19:\"redbox4-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:19:\"redbox4-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:19:\"redbox4-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:19:\"redbox4-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:19:\"redbox4-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:104:\"Red metal cash box with a lock and loose coins lying alongside it, closeup high angle view of the corner\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:50:\"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:29:\"Red metal cash box with coins\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:5:\"coins\";i:1;s:8:\"currency\";i:2;s:5:\"money\";i:3;s:3:\"box\";i:4;s:4:\"lock\";i:5;s:4:\"safe\";i:6;s:3:\"red\";i:7;s:8:\"security\";i:8;s:13:\"international\";i:9;s:4:\"bank\";}}}'),(409,137,'_wp_attached_file','2017/10/computer_dollar_key.jpg'),(410,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:2129;s:4:\"file\";s:31:\"2017/10/computer_dollar_key.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"computer_dollar_key-150x150.jpg\";s:5:\"width\";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:\"computer_dollar_key-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:\"computer_dollar_key-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:\"computer_dollar_key-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:31:\"computer_dollar_key-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:31:\"computer_dollar_key-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:31:\"computer_dollar_key-622x420.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:31:\"computer_dollar_key-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:31:\"computer_dollar_key-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:10:\"NIKON D700\";s:7:\"caption\";s:49:\"a computer keyboard with a dollar symbol in focus\";s:17:\"created_timestamp\";s:10:\"1291119702\";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:3:\"0.5\";s:5:\"title\";s:9:\"ecommerce\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:15:{i:0;s:8:\"computer\";i:1;s:7:\"concept\";i:2;s:9:\"financial\";i:3;s:9:\"investing\";i:4;s:8:\"keyboard\";i:5;s:3:\"key\";i:6;s:11:\"dollar sign\";i:7;s:6:\"symbol\";i:8;s:8:\"currency\";i:9;s:7:\"digital\";i:10;s:10:\"e-commerce\";i:11;s:5:\"money\";i:12;s:6:\"online\";i:13;s:8:\"shopping\";i:14;s:10:\"technology\";}}}'),(411,14,'_thumbnail_id','130'),(412,10,'_thumbnail_id','121'),(413,11,'_thumbnail_id','115'),(414,16,'_thumbnail_id','115'),(415,18,'_thumbnail_id','116'),(416,12,'_thumbnail_id','118'),(417,35,'_thumbnail_id','118'),(418,23,'_thumbnail_id','136'),(419,24,'_thumbnail_id','126'),(420,22,'_thumbnail_id','127'),(421,15,'_thumbnail_id','135'),(422,13,'_thumbnail_id','129'),(423,26,'_thumbnail_id','112'),(424,27,'_thumbnail_id','121'),(425,20,'_thumbnail_id','113'),(426,32,'_thumbnail_id','122'),(427,29,'_thumbnail_id','126'),(428,30,'_thumbnail_id','130'),(429,25,'_thumbnail_id','137'),(430,31,'_thumbnail_id','135'),(431,28,'_thumbnail_id','122'),(432,19,'_thumbnail_id','118'),(433,33,'_thumbnail_id','117'),(434,21,'_thumbnail_id','128'),(435,17,'_thumbnail_id','121'),(436,34,'_thumbnail_id','108'),(451,151,'_menu_item_type','post_type'),(452,151,'_menu_item_menu_item_parent','0'),(453,151,'_menu_item_object_id','17'),(454,151,'_menu_item_object','page'),(455,151,'_menu_item_target',''),(456,151,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(457,151,'_menu_item_xfn',''),(458,151,'_menu_item_url',''),(460,152,'_menu_item_type','post_type'),(461,152,'_menu_item_menu_item_parent','0'),(462,152,'_menu_item_object_id','33'),(463,152,'_menu_item_object','page'),(464,152,'_menu_item_target',''),(465,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(466,152,'_menu_item_xfn',''),(467,152,'_menu_item_url',''),(468,152,'_menu_item_orphaned','1509013008'),(469,153,'_menu_item_type','post_type'),(470,153,'_menu_item_menu_item_parent','0'),(471,153,'_menu_item_object_id','30'),(472,153,'_menu_item_object','page'),(473,153,'_menu_item_target',''),(474,153,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(475,153,'_menu_item_xfn',''),(476,153,'_menu_item_url',''),(477,153,'_menu_item_orphaned','1509013009'),(478,154,'_menu_item_type','post_type'),(479,154,'_menu_item_menu_item_parent','151'),(480,154,'_menu_item_object_id','19'),(481,154,'_menu_item_object','page'),(482,154,'_menu_item_target',''),(483,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(484,154,'_menu_item_xfn',''),(485,154,'_menu_item_url',''),(487,155,'_menu_item_type','post_type'),(488,155,'_menu_item_menu_item_parent','0'),(489,155,'_menu_item_object_id','12'),(490,155,'_menu_item_object','page'),(491,155,'_menu_item_target',''),(492,155,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(493,155,'_menu_item_xfn',''),(494,155,'_menu_item_url',''),(496,156,'_menu_item_type','post_type'),(497,156,'_menu_item_menu_item_parent','155'),(498,156,'_menu_item_object_id','15'),(499,156,'_menu_item_object','page'),(500,156,'_menu_item_target',''),(501,156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(502,156,'_menu_item_xfn',''),(503,156,'_menu_item_url',''),(505,157,'_menu_item_type','post_type'),(506,157,'_menu_item_menu_item_parent','155'),(507,157,'_menu_item_object_id','34'),(508,157,'_menu_item_object','page'),(509,157,'_menu_item_target',''),(510,157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(511,157,'_menu_item_xfn',''),(512,157,'_menu_item_url',''),(514,158,'_menu_item_type','post_type'),(515,158,'_menu_item_menu_item_parent','0'),(516,158,'_menu_item_object_id','32'),(517,158,'_menu_item_object','page'),(518,158,'_menu_item_target',''),(519,158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(520,158,'_menu_item_xfn',''),(521,158,'_menu_item_url',''),(523,159,'_menu_item_type','post_type'),(524,159,'_menu_item_menu_item_parent','158'),(525,159,'_menu_item_object_id','28'),(526,159,'_menu_item_object','page'),(527,159,'_menu_item_target',''),(528,159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(529,159,'_menu_item_xfn',''),(530,159,'_menu_item_url',''),(532,160,'_menu_item_type','post_type'),(533,160,'_menu_item_menu_item_parent','161'),(534,160,'_menu_item_object_id','27'),(535,160,'_menu_item_object','page'),(536,160,'_menu_item_target',''),(537,160,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(538,160,'_menu_item_xfn',''),(539,160,'_menu_item_url',''),(541,161,'_menu_item_type','post_type'),(542,161,'_menu_item_menu_item_parent','0'),(543,161,'_menu_item_object_id','25'),(544,161,'_menu_item_object','page'),(545,161,'_menu_item_target',''),(546,161,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(547,161,'_menu_item_xfn',''),(548,161,'_menu_item_url',''),(550,162,'_menu_item_type','post_type'),(551,162,'_menu_item_menu_item_parent','161'),(552,162,'_menu_item_object_id','24'),(553,162,'_menu_item_object','page'),(554,162,'_menu_item_target',''),(555,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(556,162,'_menu_item_xfn',''),(557,162,'_menu_item_url',''),(559,163,'_menu_item_type','post_type'),(560,163,'_menu_item_menu_item_parent','164'),(561,163,'_menu_item_object_id','23'),(562,163,'_menu_item_object','page'),(563,163,'_menu_item_target',''),(564,163,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(565,163,'_menu_item_xfn',''),(566,163,'_menu_item_url',''),(568,164,'_menu_item_type','post_type'),(569,164,'_menu_item_menu_item_parent','161'),(570,164,'_menu_item_object_id','22'),(571,164,'_menu_item_object','page'),(572,164,'_menu_item_target',''),(573,164,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(574,164,'_menu_item_xfn',''),(575,164,'_menu_item_url',''),(577,165,'_menu_item_type','post_type'),(578,165,'_menu_item_menu_item_parent','164'),(579,165,'_menu_item_object_id','21'),(580,165,'_menu_item_object','page'),(581,165,'_menu_item_target',''),(582,165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(583,165,'_menu_item_xfn',''),(584,165,'_menu_item_url',''),(586,15,'_edit_last','2'),(587,15,'_wp_page_template','default'),(588,15,'_edit_lock','1515509299:2'),(589,25,'_edit_last','2'),(590,25,'_wp_page_template','default'),(591,25,'_edit_lock','1509014376:2'),(592,21,'_edit_last','2'),(593,21,'_wp_page_template','default'),(594,21,'_edit_lock','1509014264:2'),(597,10,'_wp_old_slug','10-steps-to-great-couponing'),(600,16,'_wp_old_slug','bullying-tactics-by-vanquis-bank'),(603,16,'_wp_old_slug','ad_credit_debt_conslidaiton_loan'),(608,31,'_wp_old_slug','secure-your-financial-life-with-remortgage-conveyancing'),(611,26,'_wp_old_slug','financial-tips-for-debt-management'),(642,24,'_edit_lock','1509014423:2'),(643,27,'_edit_lock','1509014424:2'),(644,30,'_edit_lock','1509014375:2'),(645,28,'_edit_lock','1509014375:2'),(646,33,'_edit_lock','1509014372:2'),(647,24,'_edit_last','2'),(648,24,'_wp_page_template','default'),(649,30,'_edit_last','2'),(650,30,'_wp_page_template','default'),(651,28,'_edit_last','2'),(652,28,'_wp_page_template','default'),(653,33,'_edit_last','2'),(654,33,'_wp_page_template','default'),(655,27,'_edit_last','2'),(656,27,'_wp_page_template','default'),(657,221,'_edit_last','2'),(658,221,'_wp_page_template','default'),(659,222,'_menu_item_type','post_type'),(660,222,'_menu_item_menu_item_parent','0'),(661,222,'_menu_item_object_id','221'),(662,222,'_menu_item_object','page'),(663,222,'_menu_item_target',''),(664,222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(665,222,'_menu_item_xfn',''),(666,222,'_menu_item_url',''),(667,221,'_edit_lock','1515509074:2'),(668,227,'_wp_attached_file','2017/10/pound-coins.jpg'),(669,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:720;s:4:\"file\";s:23:\"2017/10/pound-coins.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pound-coins-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"pound-coins-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"news-portal-block-medium\";a:4:{s:4:\"file\";s:23:\"pound-coins-305x207.jpg\";s:5:\"width\";i:305;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"news-portal-block-thumb\";a:4:{s:4:\"file\";s:23:\"pound-coins-136x102.jpg\";s:5:\"width\";i:136;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"news-portal-slider-medium\";a:4:{s:4:\"file\";s:23:\"pound-coins-480x420.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"news-portal-carousel-portrait\";a:4:{s:4:\"file\";s:23:\"pound-coins-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"news-portal-alternate-grid\";a:4:{s:4:\"file\";s:23:\"pound-coins-340x316.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:316;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:{}}}');
/*!40000 ALTER TABLE `cwp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_posts`
--
DROP TABLE IF EXISTS `cwp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=240 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_posts`
--
LOCK TABLES `cwp_posts` WRITE;
/*!40000 ALTER TABLE `cwp_posts` DISABLE KEYS */;
INSERT INTO `cwp_posts` VALUES (10,2,'2017-06-10 14:52:00','2017-06-10 14:52:00','<div class=\"entry-content\">\n <h2>Current Financial Climate</h2>\n<p>At present financial climate is dire, so as a result we are forced to find different ways of saving and make more money. One great way of saving money is couponing, you really will be amazed at how much money you can save on a weekly shop.</p>\n<h2>The 10 Step Couponing Plan</h2>\n<ol><li><strong>Organising Coupons</strong><br/>\nThis really is the key to great Couponing. Accidentally throwing away, forgetting coupons or finding that coupons are out of date is a big no-no! It is a good idea to store all your coupons in one place i.e. a ring folder with plastic partitioned inserts.</li>\n<li><strong>In-store Magazines</strong><br/>\nWhenever you walk into a store or a supermarket check to see if they have an in-store magazine. Very often these magazines will have coupons, this way you can get discounts on items every week.</li>\n<li><strong>Feedback</strong><br/>\nCompanies do love feedback, even if it is a complaint. However, when giving feedback it is always good to do it in a friendly way and by doing this you will probably be sent some coupons.</li>\n<li><strong>Coupons On-line</strong><br/>\nDon’t forget that coupons are also available on many websites. There are a number of sites out there that specialise in alerting you on the latest coupons. Also following the right people on Twitter, this too will give you access to the latest coupons.</li>\n<li><strong>Store Loyalty Cards</strong><br/>\nJust because you have a loyalty card does not mean that you are always getting the best deal. Don’t be afraid to look around elsewhere to get the best deals and discounts. If you find it cheaper somewhere else, then go there and get your savings.</li>\n<li><strong>Tune Your Couponing Radar</strong><br/>\nWhen you are shopping, remember that some of the products actually have coupons attached to them. So when you are shopping lookout for these. At first it is difficult to spot, but with time it just becomes second nature.</li>\n<li><strong>Coupons Don’t Have To Used At Once</strong><br/>\nJust because you have a whole bunch of coupons does not mean that you have to use them all at once. Check to see if they have an expiry date, as sometimes these coupons can be used at a later date in conjunction with any in-store discounts. This way you could save even more money.</li>\n<li><strong>Dumpster Diving</strong><br/>\nOK, this is going a little to the extreme, but a lots of coupons are thrown away. So it is always worth looking out for coupons that have been discarded.</li>\n<li><strong>Big Is Not Always Best</strong><br/>\nSometimes big is not always best, with your vouchers you may be better off buying to smaller items that work out cheaper than one large item. So it is always a good idea to go to a shop armed with a calculator.</li>\n<li><strong>Stockpiling</strong><br/>\nNever ever be embarrassed by buying multiple non-perishable items when they are on offer! These products never go off as they have a long shelf life. This also means that you have far greater savings in the long run.</li>\n</ol><p>So why not give it a go, what have you got to lose, well money actually! Please do let me know how you get on in the comments section below</p>\n </div>','10 Steps to Great Couponing','10 Steps to Great Couponing','publish','closed','closed','','bad_credit_debt_conslidaiton_loan','','','2017-10-26 10:24:07','2017-10-26 10:24:07','',0,'http://ukdebtconsolidations.co.uk/10-steps-to-great-couponing/',0,'post','',0),(11,2,'2017-09-09 06:31:17','2017-09-09 06:31:17','<div class=\"entry-content\">\r\n\r\nFor many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here’s 10 great tips that will help you save money on keeping your car running.\r\n<ol>\r\n <li>\r\n<h2>Keep you car light</h2>\r\n</li>\r\n</ol>\r\nDon’t use your car to store unnecessary items. The more you put in your car, the heavier it will get. A heavy car will require more fuel to keep going but a lighter car will require you to stop at the petrol station far less than a heavy one.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Avoid using the air conditioner</h2>\r\n</li>\r\n</ol>\r\nUsing the air conditioner uses up more fuel. If it’s cold put on a jacket.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Keep your windows closed</h2>\r\n</li>\r\n</ol>\r\nWhen you have your windows open, the car becomes less streamlined. A less streamlined car will create more air resistance which will back your car need more fuel.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Ditch the roof rack</h2>\r\n</li>\r\n</ol>\r\nA roof rack can increase your cars weight by 5% and thus consume more fuel.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Make sure your fuel cap is in properly</h2>\r\n</li>\r\n</ol>\r\nA loose fuel cap will cause fuel evaporation so make sure it’s secure.\r\n<ol start=\"6\">\r\n <li>\r\n<h2>Drive well</h2>\r\n</li>\r\n</ol>\r\nDrive in the highest gear possible and try to drive smoothly. Braking suddenly is also bad so try to anticipate the traffic around you.\r\n<ol start=\"7\">\r\n <li>\r\n<h2>Avoid driving at high speed and use cruise control</h2>\r\n</li>\r\n</ol>\r\nDriving fast consumes more fuel and maintaining your speed will be less of a drain on your petrol.\r\n<ol start=\"8\">\r\n <li>\r\n<h2>Check your tires</h2>\r\n</li>\r\n</ol>\r\nMaintaining your tires pressure will allow a smoother ride and will save fuel.\r\n<ol start=\"9\">\r\n <li>\r\n<h2>Turn off your engine</h2>\r\n</li>\r\n</ol>\r\nWhen you find yourself in heavy traffic or at a standstill for more than 10 seconds, turn off your engine. This will add up and save you a lot of fuel in the long run.\r\n<ol>\r\n <li>\r\n<h2>Maintain your car</h2>\r\n</li>\r\n</ol>\r\nKeep your car in tip top shape and use the correct oil. Doing this will keep your car at its maximum efficiency and allow a better ride that uses less fuel.\r\n\r\n</div>\r\n<strong>For more advice see</strong>\r\n<a href=\"http://loanssameday.co.uk/\">www.loanssameday.co.uk</a><br />\r\n\r\n <a href=\"http://legal-medical.co.uk/\">www.legal-medical.co.uk</a><br />\r\n\r\n <a href=\"http://firstchoiceloan.co.uk/\">www.firstchoiceloan.co.uk</a><br />\r\n\r\n <a href=\"http://rapc.co.uk/\">www.rapc.co.uk</a><br />\r\n\r\n <a href=\"http://humdrumming.co.uk/\">www.humdrumming.co.uk</a><br />\r\n\r\n <a href=\"http://delanceyandco.co.uk/\">www.delanceyandco.co.uk</a><br />\r\n\r\n <a href=\"http://endowment-policy.co.uk/\">www.endowment-policy.co.uk</a><br />\r\n\r\n <a href=\"http://carleasingdirectory.co.uk/\">www.carleasingdirectory.co.uk</a><br />\r\n\r\n <a href=\"http://winternet-scotland.co.uk/\">www.winternet-scotland.co.uk</a><br />\r\n\r\n <a href=\"http://fisa.co.uk/\">www.fisa.co.uk </a><br />\r\n\r\n <a href=\"http://rlas.co.uk/\">www.rlas.co.uk</a><br />\r\n\r\n <a href=\"http://kaupthingedge.co.uk/\">www.kaupthingedge.co.uk </a><br />\r\n\r\n <a href=\"http://slconsultancy.co.uk/\">www.slconsultancy.co.uk </a><br />\r\n\r\n <a href=\"http://applyforaloan.org.uk/\">www.applyforaloan.org.uk</a><br />\r\n\r\n <a href=\"http://lesliebray.co.uk/\">www.lesliebray.co.uk </a><br />\r\n\r\n <a href=\"http://themoneylion.co.uk/\">www.themoneylion.co.uk</a><br />\r\n\r\n <a href=\"http://wokingham-cab.org.uk/\">www.wokingham-cab.org.uk</a><br />\r\n\r\n <a href=\"http://simply-accounting.co.uk/\">www.simply-accounting.co.uk</a><br />\r\n\r\n <a href=\"http://erieri.co.uk/\">www.erieri.co.uk</a><br />\r\n\r\n <a href=\"http://web-investments.co.uk/\">www.web-investments.co.uk</a><br />\r\n\r\n <a href=\"http://equalitywalk.org.uk/\">www.equalitywalk.org.uk</a><br />\r\n','10 Tips For Saving Money On Fuel','10 Tips For Saving Money On Fuel','publish','closed','closed','','10-tips-for-saving-money-on-fuel','','','2017-10-26 10:29:44','2017-10-26 10:29:44','',0,'http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel/',0,'post','',0),(12,2,'2017-10-26 09:43:59','2017-10-26 09:43:59','<div class=\"entry-content\">\r\n<h2>Debt Management Plan Acceptance Letter Examples</h2>\r\nThis is the sort of letter that you can expect to receive when you put yourself into a <strong>DIY Debt Management Plan.</strong>\r\n<p style=\"text-align: left;\">---------</p>\r\n<p style=\"text-align: left;\">Dear Sir,</p>\r\n<p style=\"text-align: left;\">We refer to our recent communication regarding the above account.</p>\r\n<p style=\"text-align: left;\">We will accept the proposal of £41.00 which has been put forward. However we do not accept this offer as a permanent arrangement for paying off this account and would like to review the arrangement with you in the future.</p>\r\n<p style=\"text-align: left;\">Is any payment is late or missed, the account will be treated as being in default and will be returned to our collection division without notice. Any accrued interest at that point in time will be applied to the account.</p>\r\n<p style=\"text-align: left;\">The first payment must be received within 30 days from the above date on this letter. We can accept payments from you via our banking processes or by cheque.</p>\r\n<p style=\"text-align: left;\">We look forward to hearing from you.</p>\r\n<p style=\"text-align: left;\">Yours faithfully</p>\r\n\r\n<div id=\"linksalpha_tag_56675365\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\"> [your name]</div>\r\n</div>','Debt Acceptance Letter','Aktiv Kapital DMP Acceptance Letter','publish','closed','closed','','debt-acceptance-letter','','','2017-10-26 10:32:25','2017-10-26 10:32:25','',0,'http://ukdebtconsolidations.co.uk/aktiv-kapital-dmp-acceptance-letter/',0,'page','',0),(13,2,'2017-10-06 00:39:09','2017-10-06 00:39:09','<div class=\"entry-content\">\r\n<h2><a href=\"http://www.consumerhelpcentral.com/filing-bankruptcy-unfiled-taxes/\"><b>File tax returns on time during chapter 13 bankruptcy</b></a></h2>\r\nIf you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of taking steps in this direction. If you happen to file your case at the beginning of the year when your taxes are already due, then you’ve got the option of choosing whether or not you’ll file your returns before or after filing the case. However, fact remains that it’s compulsory for you to file them.\r\n<h2><b>The essential tax returns</b></h2>\r\nGenerally the due date to file income tax returns every year is the 15<sup>th</sup> of April. Now, in case it so happens that you haven’t filed your taxes by April 15<sup>th</sup> and didn’t receive any extension either, then your tax return will be considered late. Now, say for instance you go ahead and file chapter 13 bankruptcy before April 15<sup>th</sup>, then there are high chances that your trustee will put it on hold. This is essentially because your taxes are not yet required. Given such a case, you’re obviously required to file your tax returns on time submit a copy of the tax return to your trustee. This should be done as soon as you file your returns.\r\n<h2><b>Be punctual when filing taxes</b></h2>\r\nRemember, unless and until you’ve filed your tax returns, your chapter 13 case isn’t likely to proceed. Now, the question arises what happens if you’re late. In case you’re late, then you’ll have to wait until the date when you meet your creditors to file all the tax returns of the previous 4 tax years. There are high chances of the trustee postponing your hearing, if you haven’t managed to file all the required tax returns. These things obviously go on to prolong your case. Ensure the fact that your case won’t get postponed by filing on time.\r\n<h2><a href=\"http://demack.co.uk/index-2.html\"><b>The tax refunds for you</b></a></h2>\r\nIt’s your duty to file all your tax returns during the Chapter 13 case. Be sure of the fact that the Internal Revenue Service will surely notify the bankruptcy court if you haven’t filed bankruptcy on time. Remember, in case you get any tax refund, then it’ll be the property of the chapter 13 estate. Moreover, you should submit every refund to your chapter 13 trustee. You can only avoid doing this in case the court excuses a specific tax refund.\r\n<h2><b>Receiving tax refunds prior to the case</b></h2>\r\nNow, if you happen to file your taxes before a Chapter 13 case, then submit your refund to the chapter 13 trustee. There are chances of your being exempt to the funds or showing that you used the money for some other purpose, in case you receive the refund before filing your case.\r\n\r\nKeep in mind the above considerations and only then decide whether or not to file tax returns before or after filing chapter 13 bankruptcy.\r\n<div id=\"linksalpha_tag_1979470865\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1979470865&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1650900149\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1650900149&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','File tax returns on time during chapter 13 bankruptcy','File tax returns on time during chapter 13 bankruptcy','publish','closed','closed','','file-tax-returns-on-time-during-chapter-13-bankruptcy','','','2017-10-26 10:42:54','2017-10-26 10:42:54','',0,'http://ukdebtconsolidations.co.uk/file-tax-returns-on-time-during-chapter-13-bankruptcy/',0,'post','',0),(14,2,'2017-07-29 09:53:34','2017-07-29 09:53:34','<div class=\"entry-content\">\n <p>Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this system remains fairly same, the transactions and rules of transactions may vary according to national territories of a country.</p>\n<p><b>What is a direct debit?</b></p>\n<p>In simple words, direct debit or a direct withdrawal is that transaction in which an authorised person draws from another person’s bank account following a prior notice and agreement between the two parties. For example, consider the payment of a utility bill like your gas bill which requires you to issue a cheque every month to the gas company. With this facility, you can allow the gas company to directly withdraw a specified amount from your account at a specified day which will reduce the hassle of you directly paying the bill.</p>\n<p><b>Are there any risks? What are the benefits?</b></p>\n<p>The risk involved is very less because you have the complete authority over the amount which is to be debited. Only the agreed amount of money is allowed to be withdrawn by the “payee” (the company/person receiving money from you) on an agreed date. The agreement can also be dissolved at any point of time.</p>\n<p><b>There are many benefits with direct withdrawal:</b></p>\n<ul><li>Primarily, it reduces the hassle and confusion arising out of paying periodical bills because they get automatically paid from your account.</li>\n<li>Even though the payee has an authority to withdraw money, the ultimate right is vested in you. You may change the amount of money, day on which it will be withdrawn etc. at any time by issuing a notice to the bank and the payee.</li>\n<li>Once the agreement is set up, there is very little hassle on your part. You simply need to ensure sufficient balance in your bank account on the day specified to make it easy for withdrawing.</li>\n<li>If at all there has been a debit error, your bank is obliged to refund it back to you as soon as possible and then claim it from the payee. In this way, your money is always safe.</li>\n<li>You can also cancel the direct debit whenever you want to.</li>\n<li>The bank also keeps a record of all the direct debits for a period of 13 months from the last payment, which is called the dormancy period, if you ever forget to cancel a direct debit.</li>\n</ul><p>Life sure is a lot easier with systems like direct debit and tax credit. If you are a single parent and find it difficult to handle your financial situation, make sure you have <a href=\"http://www.taxcreditguide.co.uk/\">tax credits phone number</a><b> </b>handy to enquire if you are eligible for tax credits.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1782557295\" data-url=\"http://diy-debt.co.uk/benefits-direct-debit/\" data-text=\"Benefits of direct debit\" data-desc=\"Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1782557295&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbenefits-direct-debit%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1708364391\" data-url=\"http://diy-debt.co.uk/benefits-direct-debit/\" data-text=\"Benefits of direct debit\" data-desc=\"Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1708364391&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbenefits-direct-debit%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','10 Benefits of direct debit','Benefits of direct debit','publish','closed','closed','','benefits-of-direct-debit','','','2017-10-26 10:24:08','2017-10-26 10:24:08','',0,'http://ukdebtconsolidations.co.uk/benefits-of-direct-debit/',0,'post','',0),(15,2,'2017-10-26 09:42:08','2017-10-26 09:42:08','<div class=\"entry-content\">\r\n<ul>\r\n <li>\r\n<h4><a href=\"http://betterbanking.org.uk/finance/\" target=\"_blank\" rel=\"noopener\">Need help managing your finances?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://savingsrates.co.uk/\" target=\"_blank\" rel=\"noopener\">Want make a savings plan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"https://handyloan.co.uk/\" target=\"_blank\" rel=\"noopener\">Calculate the cost of a loan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://ukdebtconsolidations.co.uk/debt_consolidation\">Manage your debts?</a></h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much! You can also use a <a href=\"http://ukdebtconsolidations.co.uk/\">debt management plan.</a>\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest. <em><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Email us</a> for your free download.</em>\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:<a href=\"/\"><img class=\"alignright wp-image-227\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/pound-coins-200x300.jpg\" alt=\"\" width=\"175\" height=\"263\" /></a></h2>\r\n<ul>\r\n <li>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','publish','closed','closed','','online_debt_consolidation','','','2018-01-09 14:49:50','2018-01-09 14:49:50','',0,'http://ukdebtconsolidations.co.uk/diy-household-budget-planner/',0,'page','',0),(16,2,'2017-09-07 21:47:26','2017-09-07 21:47:26','<div class=\"entry-content\">\r\n<h2>Debt Management Plan</h2>\r\nHere is an example of how a creditor is trying to bully someone into making higher payments!\r\n\r\nIf you are in the process of trying to set up a <a title=\"DMP Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\">debt management plan</a>, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a monthly payment, could leave you short for other creditors.\r\n\r\nIn most cases it is best to pay the creditors on a pro rata split, as this way you are not giving preferential treatment to any one creditor. However, sometimes it is best to get rid of certain debts as soon as possible, especially when some creditors refused to stop high rates of interest.\r\n\r\nIn the early stages stick to your guns and reject a creditors demand for more money. It is always advisable to make sure that the creditors do get some form of payment, as this shows that you are making an effort to clear your debts.\r\n\r\n \r\n\r\n<strong>18 October 2017</strong>\r\n<p style=\"text-align: left;\">Dear Sir/Madam</p>\r\n<p style=\"text-align: left;\">Account Number:\r\nCustomers Name:\r\nReference:</p>\r\n\r\n<h3 style=\"text-align: left;\">PAYMENT OFFER – DECLINED</h3>\r\n<p style=\"text-align: left;\">Thank you for your recent correspondence regarding the above account. We right to advise you that the reduced offer of payment has been declined.</p>\r\n<p style=\"text-align: left;\">It is the Bank’s policy to consider a number of criteria when reviewing offers of repayment and on this occasion the offer of repayment does not meet with our criteria.</p>\r\n<p style=\"text-align: left;\"><strong>Please do not send any offers repeating this amounts or duplicate financial statements as this amount will continue to be declined.</strong></p>\r\n<p style=\"text-align: left;\">In order for a repayment plan to be agreed on the above account, the minimum monthly offer we are willing to accept at this time would be £59.33.</p>\r\n<p style=\"text-align: left;\"><strong>Please note that the receipt and application of money to our mutual client’s Vanquis account does not in itself constitute acceptance of your offer or any revised offer that maybe made.</strong></p>\r\n<p style=\"text-align: left;\">In the meantime, we may continue with our normal debt recovery action in respect of our mutual client.</p>\r\n<p style=\"text-align: left;\">Yours faithfully</p>\r\n<p style=\"text-align: left;\">\r\nCollections Manager</p>\r\n\r\n<div id=\"linksalpha_tag_1458884490\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\" Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1458884490&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1507071068\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\" Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1507071068&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Bullying Tactics by Banks','Bullying Tactics by Vanquis Bank, debt management plan, DMP','publish','closed','closed','','bad_credit_debt_conslidaiton_loan-2','','','2017-10-26 10:24:07','2017-10-26 10:24:07','',0,'http://ukdebtconsolidations.co.uk/bullying-tactics-by-vanquis-bank/',0,'post','',0),(17,2,'2017-10-26 09:44:09','2017-10-26 09:44:09','<div class=\"entry-content\">\r\n\r\n<strong>Will closing my Credit Card effect my credit rating?</strong>\r\n\r\nWell the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating.\r\n\r\n<strong>How to do it</strong>\r\n<ol>\r\n <li>Make a list of all your credit and store cards. What you are looking for is all your “Revolving Credit Accounts” i.e. these are accounts that you continue to use whilst you pay them back. These are not like a loan, that when you have paid that off it is automatically closed. What we are talking about is; Barclaycard, Tesco Credit cards etc.</li>\r\n <li>Total the amount of<strong> limit</strong> on each credit card. This is the amount (limit) that the credit card company allows you to max out on your card.</li>\r\n <li>Make a total of the <strong>current balance</strong> on your cards. This will be shown on your latest statement.</li>\r\n <li>Divide the <strong>current balances</strong> by the <strong>limits</strong>, so if for example your <strong>current balances</strong> £4,600 and you <strong>limits</strong> add up to £20,000 then divide 4600 by 20000 = 0.23</li>\r\n <li>This now needs to be converted into a percentage, the easiest way is to ditch the decimal point, therefore 23%. However if you want to check this then you need to multiply .23 by 100.\r\n<h3>29%: This number is your Credit Utilisation Rate (CUR)</h3>\r\nCredit Utilisation Rate indicates how much of your available credit you use on a regular basis. The whole key to using this system is to use some of your credit but not too much! The best balance is to be using 20-30%. Credit Rating companies grade you by how much credit you use.\r\n\r\nApproximately a third of your credit score is your Credit Utilisation Rate. Therefore if you are paying all your outstanding bills on time but your credit rating does not seem to improve, then it may be becuase your Credit Utilisation Rate is over the 30% mark.</li>\r\n <li>If the CUR is below the 20% mark, then you will need to recalculate but without including the latest card you have. This is important as the length of credit history on cards also can account for 15% of you total credit score. So it is always better to keep old cards running. Excluding the newest card redo the calculations. If your score turns out to be between the magic numbers of 20-30% then you can go ahead an close the card.</li>\r\n <li>If your CUR is between the 20-30% mark or above, then do not close any of your credit card accounts. The effect of doing this will actually increase your CUR which could in turn effect your credit rating adversely.You should though continue to pay money towards your cards and avoid using them till the CUR value comes down.</li>\r\n <li>Keep doing the above until you find out exactly how many cards you can ditch or keep just bear in mind Credit Utilisation Rate of 20-30%</li>\r\n <li>Finally keep paying down your debt to improve your credit rating even more.</li>\r\n</ol>\r\n<div id=\"linksalpha_tag_852899665\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\">\r\n\r\nSee\r\n<table width=\"258\">\r\n<tbody>\r\n<tr>\r\n<td width=\"258\"><a href=\"http://publictender.co.uk/\">publictender.co.uk </a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>','Why I Should I Close or Keep My Credit Card','Should I Close or Keep My Credit Card','publish','closed','closed','','should-i-close-or-keep-my-credit-card','','','2017-10-26 10:40:51','2017-10-26 10:40:51','',0,'http://ukdebtconsolidations.co.uk/should-i-close-or-keep-my-credit-card/',0,'page','',0),(18,2,'2016-10-11 19:59:02','2016-10-11 19:59:02','<div class=\"entry-content\">\n<p>This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. As a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser or taking a look at <a href=\"http://www.aboutcookies.org/\">the About Cookies website</a> which offers guidance for all modern browsers</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1309932559\" data-url=\"http://diy-debt.co.uk/cookie-policy/\" data-text=\"Cookie Policy\" data-desc=\"This site uses cookies - small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1309932559&link=http%3A%2F%2Fdiy-debt.co.uk%2Fcookie-policy%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1138248810\" data-url=\"http://diy-debt.co.uk/cookie-policy/\" data-text=\"Cookie Policy\" data-desc=\"This site uses cookies - small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1138248810&link=http%3A%2F%2Fdiy-debt.co.uk%2Fcookie-policy%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','cookie-policy.html',' DIY Debt - Debt Advice to Help YOU ','publish','closed','closed','','cookie-policy-html','','','2017-10-26 10:24:09','2017-10-26 10:24:09','',0,'http://ukdebtconsolidations.co.uk/cookie-policy-html/',0,'post','',0),(19,2,'2017-10-26 09:43:59','2017-10-26 09:43:59','<div class=\"entry-content\">\r\n<h2><a href=\"http://www.sunalliance.co.uk/\">Sun Alliance Accept Debt Management Plan (DMP)</a></h2>\r\nSun Alliance\r\n\r\n31 December 2018\r\n\r\nDear Sir/Madam\r\n\r\nWITHOUT PREJUDICE\r\n<p style=\"text-align: left;\">Re: NAME ADDRESS</p>\r\n<p style=\"text-align: left;\">Beneficial Finance Credit Card Number: NUMBER</p>\r\n<p style=\"text-align: left;\">We are prepared to accept your proposal on behalf of NAME for reduced payment of £13.00 per month for a maximum period of 12 months. The first payment must be received and credited to the account within 30 days from the date of this letter.</p>\r\n<p style=\"text-align: left;\">No interest or admin charges will be applied to the account of this arrangement is in force.</p>\r\n<p style=\"text-align: left;\">Should our customers circumstances change before the review date we must be advised immediately and we would be provided with a revised financial statement and payment proposal.</p>\r\n<p style=\"text-align: left;\">If, after this arrangement has expired, you want the arrangement to be extended we shall require a revised financial statement will stop Should this not be forthcoming we will contact the customer direct for repayment of any arrears.</p>\r\n<p style=\"text-align: left;\">If you have any queries, please contact one of our advisers on 0870 010 8516</p>\r\n<p style=\"text-align: left;\">Yours Sincerely</p>\r\n<p style=\"text-align: left;\">Card Collections</p>\r\n\r\n<div id=\"linksalpha_tag_19332250\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\">\r\n\r\nSee: <a href=\"http://www.sunalliance.co.uk/\">http://www.sunalliance.co.uk</a> for more information\r\n\r\n</div>\r\n</div>','Ultimate Debt Management Plan with Sun Alliance',' DIY Debt - Debt Advice to Help YOU ','publish','closed','closed','','ultimate-debt-management-plan-with-sun-alliance','','','2017-10-26 10:46:15','2017-10-26 10:46:15','',0,'http://ukdebtconsolidations.co.uk/debt-management-plan-with-hsbc/',0,'page','',0),(20,2,'2017-06-12 18:29:04','2017-06-12 18:29:04','<div class=\"entry-content\">\n <p>In this blog, I’m going to tell you about Debt Management Plans (<a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">DMP</a>), what they are, and how having one could help you. To get yourself a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">DMP</a> all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans.</p>\n<p>Debt Management Plans are also great if you need time to think about all the other debt solutions that are out there.</p>\n<p>A debt management company will contact your creditors and negotiate a lower repayment plan. They will also try to stop any more interest from being added to your debt. Although not all creditors agree to this, many do and whilst you keep paying back your debt, your chosen debt management company will continue their efforts to get you a better deal. Generally 90% of the creditors will stop interest once the plan is approved.</p>\n<p>The two main points of a DMP consists of:</p>\n<p>1. Reducing the cost of your monthly payments.</p>\n<p>2. The handling of negotiations with your creditors.</p>\n<p>When you begin a DMP you will start paying the debt management company an affordable monthly payment which they will then spread out amongst your creditors in proportion to how much you owe them. This monthly payment will be calculated by guidelines that ensure you still have enough money to live on and can still provide for essentials like your children, pets, and housing costs etc. The debt management company will take a small cut from this monthly payment as part of their fee so you needn’t worry about getting into debt with them. Although you may need to scale back on spending for a while, you can be sure you are heading in the right direction to becoming debt free.</p>\n<p>You should be cautious when thinking of hiring a supposedly “free” or commercial debt management company as this can often lead to bankruptcy since many of them are funded by credit card companies and banks. Some charity debt companies will give you good advice but will not actually do any of the work on your behalf so keep that in mind.</p>\n<p>An alternative to hiring a debt management company is self help debt management. This method means you do all the work yourself, such as negotiating with your creditors. If your debt is not too large and you contact your creditors first then you can usually expect to find them sympathetic and willing to sort out a new deal. If however, you leave your debts to a point where they are threatening legal action, you can expect them to be hard to negotiate with. If this is the case then they may refer you to a debt management company.</p>\n<p>You should take care to fully explore all your options when in debt. Debt management companies can allow you to pay much smaller amounts but of course this will mean it will take a lot longer for you to be debt free. Some schedules have been known to take as long as ten years, obviously the more you can afford, the quicker the debts can be paid off.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_565456539\" data-url=\"http://diy-debt.co.uk/debt-management-plan/\" data-text=\"How Can A Debt Management Plan Help You\" data-desc=\"In this blog, I\'m going to tell you about Debt Management Plans (DMP), what they are, and how having one could help you. To get yourself a DMP all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans. Debt\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_565456539&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_879119838\" data-url=\"http://diy-debt.co.uk/debt-management-plan/\" data-text=\"How Can A Debt Management Plan Help You\" data-desc=\"In this blog, I\'m going to tell you about Debt Management Plans (DMP), what they are, and how having one could help you. To get yourself a DMP all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans. Debt\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_879119838&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','How Can A Debt Management Plan Help You','How Can A Debt Management Plan Help You','publish','closed','closed','','how-can-a-debt-management-plan-help-you','','','2017-10-26 10:24:09','2017-10-26 10:24:09','',0,'http://ukdebtconsolidations.co.uk/how-can-a-debt-management-plan-help-you/',0,'post','',0),(21,2,'2017-10-26 09:42:05','2017-10-26 09:42:05','<div class=\"entry-content\">\r\n\r\nThere are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement. However, everyone’s situation is different and you may find yourself unable to satisfy the criteria required for these actions. If this is the case then you should think about getting a Debt Relief Order, also known as a DRO.\r\n\r\nA Debt Relief Order can see you debt free within a year and is often a far cheaper alternative to declaring yourself bankrupt. Debt Relief Orders do not require you to make monthly payments and your debtors will be unable to take any action against you will the plan is in effect.\r\n\r\nA Debt Relief Order does have a criteria you need to satisfy which includes, owing less than £15,000, not having more than £50 to spare after living costs, owning less than £300 worth of assets, owning a car worth less than £1000, and finally you must have lived and worked in England for over three years.\r\n\r\nIf you contact a company for help gaining a Debt Relief Order then they will do any and all negotiating with your creditors as well as give you professional advice on any questions or problems you may have regarding your debt.\r\n\r\nA Debt Relief Order costs a one off fee of £90 which is paid to the Debt Insolvency Service. This fee must be paid in full before the Relief Order can be put into effect. As I said earlier, this is much cheaper than bankruptcy which can cost £950 per person. If you are unable to pay the £90 in one go then you can pay it in installments.\r\n\r\nSome aspects of a Debt Relief Order you should be aware of includes that it will be on public record for 15 months, will be on your credit record for six years, and you may have difficulty opening a bank account whilst your Relief Order is in effect. You should also know that if your financial situation improves whilst your Relief Order is in effect, you will be expected to pay back your debts.\r\n\r\nA Debt Relief Order can be the right move for some but of course it depends on what your personal financial situation is. If you don’t think its right for you then you might consider a Individual Voluntary Arrangement, a Debt Management Plan, or Bankruptcy.\r\n<div id=\"linksalpha_tag_1421919502\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1421919502&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_2041910207\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_2041910207&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','What is a Debt Relief Order?','What is a Debt Relief Order?','publish','closed','closed','','debt_managment','','','2017-10-26 10:40:06','2017-10-26 10:40:06','',0,'http://ukdebtconsolidations.co.uk/what-is-a-debt-relief-order/',0,'page','',0),(22,2,'2017-10-26 09:42:05','2017-10-26 09:42:05','<div class=\"entry-content\"></div>','DIY Guide to Stop County Court Judgment (CCJs)','DIY County Court Judgment (CCJ) Debt Help','publish','closed','closed','','diy-guide-to-stop-county-court-judgment-ccj','','','2017-10-26 10:42:32','2017-10-26 10:42:32','',0,'http://ukdebtconsolidations.co.uk/diy-stop-county-court-judgment-ccj/',0,'page','',0),(23,2,'2017-10-26 09:42:05','2017-10-26 09:42:05','<div class=\"entry-content\">\r\n\r\n<img class=\"size-medium wp-image-136 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" />\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. Here we give simply tips and advice on managing your debt and giving yourself breathing space to tackle your debt problems.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form></div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','publish','closed','closed','','debt_consolidation_mortgage_uk','','','2017-10-26 10:42:43','2017-10-26 10:42:43','',0,'http://ukdebtconsolidations.co.uk/diy-debt-management-plan-dmp/',0,'page','',0),(24,2,'2017-10-26 09:42:05','2017-10-26 09:42:05','<div class=\"entry-content\">\r\n<h2>DIY Full & Final Settlement</h2>\r\n<h3>Property Owner and Full & Final Settlement</h3>\r\nIf you are a property owner, then you should be very cautious if you are going to try and negotiate a Full & Final Settlement with your creditors. Many creditors would rather look to taking a charge against your property than accept a short settlement.\r\n\r\nHowever having said that, if your property is in negative equity then your chances of getting a decent Full & Final/Short Settlement increases.\r\n\r\n \r\n<div class=\"clear-cols\"></div>\r\n</div>','DIY Full & Final Settlement','DIY Full & Final Settlement, Negotiating a Short Settlement or Full & Final Settlement','publish','closed','closed','','diy-full-final-settlement','','','2017-10-26 10:42:36','2017-10-26 10:42:36','',0,'http://ukdebtconsolidations.co.uk/diy-full-final-settlement/',0,'page','',0),(25,2,'2017-10-26 09:42:05','2017-10-26 09:42:05','<div class=\"entry-content\">\r\n<h2>Preventing Eviction</h2>\r\n<h3>If you do receive an Eviction Notice – Act IMMEDIATELY!</h3>\r\n<h3>Even if there are only a couple of hours left till the eviction, it can still be STOPPED!</h3>\r\n<strong>Maybe you just want more time i.e. you are in the process of selling the property?</strong>\r\n\r\n<strong>Your situation has changed and you have a solution to offer regarding the arrears?</strong>\r\n\r\n<strong>If you act now and supply evidence to the courts on how you will solve the problem, the <strong>Eviction can be stopped, </strong>\r\n</strong>\r\n\r\n<strong>Our pack contains the relevant documents that you need in order to delay or stop an Eviction. We also include sample documents that show you how the Court Documents should be completed.</strong>\r\n\r\n<strong>If you follow the step-by-step process you should be able to prevent the Eviction from taking place.</strong>\r\n\r\n \r\n<div id=\"linksalpha_tag_1695932543\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1695932543&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_462502910\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_462502910&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Preventing an Eviction','DIY Stop Eviction n244','publish','closed','closed','','debt_consolidation_for_homeowners','','','2017-10-26 10:37:14','2017-10-26 10:37:14','',0,'http://ukdebtconsolidations.co.uk/preventing-an-eviction/',0,'page','',0),(26,2,'2017-05-01 18:14:09','2017-05-01 18:14:09','<div class=\"entry-content\">\n <p>You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently.<br/><strong><span style=\"text-decoration: underline;\">Here are some financial tips, which will help you manage your debts</span>:</strong></p>\n<p>Instead of getting confused, the best way to deal with it is go for a detailed summary of the debts – which you have to repay. Note down details like: name of the creditors, amount, rate of interest and duration. After compiling all this information, you need to allocate the funds to repay. But before going ahead, there is a method called settlements or negotiations – After collecting the details, try reaching each and every creditor and start negotiating with them. There are some banks which will take the situation into consideration on certain humanitarian grounds and will wave off a percentage of liability like flapping off the interest or extending the duration for paying off the remaining amount. By this way you will end up saving some amount, which in return can be used to pay off other dues. . Through planning or budgeting – See whether you can consolidate your outstanding amount .For example instead of having different loans from different banks or opt for payday loan; try to get a loan from any one of the banks to clear off the various dues. By this you can be benefited by saving some funds, which in return can be useful for repaying.</p>\n<p>Find out different solutions for debt management – firstly, you can keep an eye on the usage of credit card. Take care about good credit. This can help you in the long run as your credit will mostly decide how you end up paying interest. It will be tough for you to manage dues, if you pay more interest .If the credit score goes down, it is a very difficult task to sort things back in their place. Collect information about credit cards that promotes 0% interest balance transfer. This is the best way to save lots of money. Start paying off as this offer last for a short period i.e. 6months or so. If you are paying back your bills back in time, then that is where you are saving and are not considered as a defaulter or blacklisted. If you want to clear off your overdue as soon as possible there are other ways like <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>, snowball approach. However, if you are running short of money, PPI claims should be the best option.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_68447926\" data-url=\"http://diy-debt.co.uk/financial-tips-debt-management/\" data-text=\"Financial Tips for Debt Management\" data-desc=\"You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently. Here are some financial tips, which will help you manage your debts: Instead of getting\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_68447926&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinancial-tips-debt-management%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1456687903\" data-url=\"http://diy-debt.co.uk/financial-tips-debt-management/\" data-text=\"Financial Tips for Debt Management\" data-desc=\"You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently. Here are some financial tips, which will help you manage your debts: Instead of getting\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1456687903&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinancial-tips-debt-management%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Financial Tips for Debt Management',' DIY Debt - Debt Advice to Help YOU ','publish','closed','closed','','debt_consolidation','','','2017-10-26 10:24:08','2017-10-26 10:24:08','',0,'http://ukdebtconsolidations.co.uk/financial-tips-for-debt-management/',0,'post','',0),(27,2,'2017-10-26 09:42:06','2017-10-26 09:42:06','<div class=\"entry-content\">\r\n<h2><img class=\"size-medium wp-image-126 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/notepadpencil1201-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />Being Evicted does not have to be the end of the world</h2>\r\nAny number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today’s article, we’re going to look at what steps you can take to get back on your feet and minimise the damage.\r\n<h2><b>Apologise and explain your situation to your landlord</b></h2>\r\nIt’s not your landlords fault you were unable to pay your rent and he/she has bills to pay too. Apologising to your landlord not only helps relieve any bad feelings but can also make the landlord more inclined to drop public records of your eviction. Since evictions are on public record, getting your landlord to remove records of it will halp you greatly. If your landlord agrees to this then be sure to get written conformation of his or her intent to do this.\r\n\r\nIf you make any transactions with your landlord regarding this then you should be sure to keep proof of your transactions in case your landlord goes back on the deal. Although problems with your landlord are unlikely, it is best to be proactive about the situation to prevent any further backlash.\r\n<h2><b>Try and get a new reference </b></h2>\r\nIf you can get a reference from someone creditable such as your landlord or a business partner then this can go a long towards showing that your eviction was a mishap and that you can be trusted in the future.\r\n\r\nYou can enlist the help of financially stable friends or co-workers to enter an agreement that states they will pay the rent if you are unable to. Obviously you don’t want to let things get to a point where they have to pay but this agreement will give peace of mind to your new landlord.\r\n<h2><b>Build up a healthy credit score\r\n</b></h2>\r\nIf you have the time, build up your damaged credit score before you apply for a new rental. You’ll need to check your post eviction score to see how bad the damage is, pay off any debts listed, and then have them erased from public record.\r\n\r\nBe sure to always pay your bills in a timely manner and you will find your credit rating will start to recover. This is easier done by those who can stay with family or friends rather than those who need to rent again as soon as possible.\r\n<h2><b>Look for private property owners</b></h2>\r\nYou will find that home-owners are more likely to look past credit history when they try find a tenant for their property. When looking for a new place to rent, look for privately owned properties rather than corporate owned ones. A great number of properties are being built by private individuals. Click here.\r\n<h2><b>Explain your situation</b></h2>\r\nExplaining your situation and the reason for your past eviction makes your potential landlord more likely to sympathise with you. Explain the circumstances openly and honestly and the landlord will be more likely to trust you. Be sure to explain what steps you’ve taken to ensure it won’t\r\n<div id=\"linksalpha_tag_1571463953\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/finding-place-rent-evicted/\" data-text=\"Finding A New Place To Rent After Being Evicted\" data-desc=\"Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today\'s article, we\'re going to look at what steps you can take to get\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1571463953&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinding-place-rent-evicted%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_368032582\" data-url=\"http://diy-debt.co.uk/finding-place-rent-evicted/\" data-text=\"Finding A New Place To Rent After Being Evicted\" data-desc=\"Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today\'s article, we\'re going to look at what steps you can take to get\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_368032582&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinding-place-rent-evicted%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Finding A New Place To Rent After Being Evicted','Finding A New Place To Rent After Being Evicted','publish','closed','closed','','finding-a-new-place-to-rent-after-being-evicted','','','2017-10-26 10:42:06','2017-10-26 10:42:06','',0,'http://ukdebtconsolidations.co.uk/finding-a-new-place-to-rent-after-being-evicted/',0,'page','',0),(28,2,'2017-10-26 09:42:06','2017-10-26 09:42:06','<div class=\"entry-content\">\r\n<h2 style=\"text-align: left;\">The Income & Expenditure Spreadsheet</h2>\r\n<h3>All calculations are monthly</h3>\r\n<strong>Input your income, and the spreadsheet will calculate your total income:</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-45\" title=\"Income\" src=\"../wp-content/uploads/2012/05/Income.png\" sizes=\"(max-width: 447px) 100vw, 447px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income-300x156.png 300w, ../wp-content/uploads/2012/05/Income.png 447w\" alt=\"Income\" width=\"447\" height=\"233\" />\r\n\r\n<strong>Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings.</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-46\" title=\"Expenditure\" src=\"../wp-content/uploads/2012/05/Expenditure.png\" alt=\"\" width=\"411\" height=\"791\" />\r\n\r\n<strong>Also when you complete the expenditure you will be given addition information (cells marked with a red flash in the top corner) as to what figures are best to use in certain cells.\r\n</strong>\r\n\r\n<strong>The Spreadsheet will then calculate what disposable income is available for the creditors.</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-47\" title=\"Disposable\" src=\"../wp-content/uploads/2012/05/Disposable.png\" sizes=\"(max-width: 463px) 100vw, 463px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Disposable-300x131.png 300w, ../wp-content/uploads/2012/05/Disposable.png 463w\" alt=\"Disposable\" width=\"463\" height=\"203\" />\r\n\r\n<strong>Finally enter the unsecured creditors to whom you owe money to. As you enter each creditor it will show you how much each creditor would receive on a pro-rata split.</strong>\r\n\r\n<img class=\"alignnone wp-image-48\" title=\"Pro-Rata Split\" src=\"../wp-content/uploads/2012/05/Pro-Rata-Split.png\" sizes=\"(max-width: 688px) 100vw, 688px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Pro-Rata-Split-300x132.png 300w, ../wp-content/uploads/2012/05/Pro-Rata-Split.png 688w\" alt=\"Pro-Rata Split\" width=\"688\" height=\"303\" />\r\n\r\n<strong>We have also included a sample Income & Expenditure highlighted by the red tab in the spreadsheet.</strong>\r\n\r\n<a href=\"../wp-content/uploads/2012/05/Sample-Tab.png\"><img class=\"aligncenter size-full wp-image-88\" title=\"Sample Tab\" src=\"../wp-content/uploads/2012/05/Sample-Tab.png\" sizes=\"(max-width: 525px) 100vw, 525px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Sample-Tab-300x43.png 300w, ../wp-content/uploads/2012/05/Sample-Tab.png 525w\" alt=\"Sample Tab\" width=\"525\" height=\"76\" /></a>\r\n<h3>Price £2.50 – click on the “Buy Now” button to receive your copy of the Income & Expenditure:\r\n<script type=\"text/javascript\"><![CDATA[ var active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\"; function paiddownloads_be3af667cb2acf1ca937e39889a36904e() { if (jQuery(\"#method_paypal_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\"; else if (jQuery(\"#method_alertpay_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"alertpay_be3af667cb2acf1ca937e39889a36904e\"; else if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"interkassa_be3af667cb2acf1ca937e39889a36904e\"; if (active_be3af667cb2acf1ca937e39889a36904e == \"interkassa_be3af667cb2acf1ca937e39889a36904e\") { if (!jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\")) { alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\"); return; } var paiddownloads_email = jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\").val(); var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/; if (!paiddownloads_email.match(re)) { alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\"); return; } jQuery(\"#ik_baggage_fields_be3af667cb2acf1ca937e39889a36904e\").val(paiddownloads_email); } jQuery(\"#\" + active_be3af667cb2acf1ca937e39889a36904e).click(); return; } function paiddownloads_toggle_paiddownloads_email_be3af667cb2acf1ca937e39889a36904e() { if (jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\")) { if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideDown(100); else jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideUp(100); } } ]]></script></h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"Income & Expenditure\" /><input name=\"item_number\" type=\"hidden\" value=\"2\" /><input name=\"amount\" type=\"hidden\" value=\"2.5\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/income-expenditure/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/income-expenditure/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_be3af667cb2acf1ca937e39889a36904e\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form><input style=\"margin: 5px 0px; padding: 0px; border: 0px;\" alt=\"Income & Expenditure\" name=\"submit\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" type=\"image\" />\r\n\r\nYou can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.\r\n\r\n<img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" sizes=\"(max-width: 370px) 100vw, 370px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" alt=\"\" width=\"370\" height=\"74\" />\r\n<h3><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></h3>\r\n \r\n<div id=\"linksalpha_tag_559631080\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_559631080&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1800739050\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1800739050&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','The Income & Expenditure Spreadsheet','DIY Income & Expenditure, Pro-rata split,','publish','closed','closed','','the-income-expenditure-spreadsheet','','','2017-10-26 10:38:35','2017-10-26 10:38:35','',0,'http://ukdebtconsolidations.co.uk/the-income-expenditure-spreadsheet/',0,'page','',0),(29,2,'2016-12-12 13:55:59','2016-12-12 13:55:59','<div class=\"entry-content\">\n <h2>Debt Management Plan Accepted</h2>\n<p>Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>.In this particular case is the monthly proposal put to them was £4.00 per month.</p>\n<p><a href=\"../wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept.jpg\"><img class=\"aligncenter size-medium wp-image-367\" alt=\"Mackenzie Hall DMP Accept\" src=\"../wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" width=\"198\" height=\"300\"/></a></p>\n<p>Mackenzie Hall<br/>\nSpecialist Debt Recovery and Trace Solution Provider</p>\n<p>Portland House<br/>\n58 Portland St<br/>\nKilmarnock<br/>\nKA1 1JG</p>\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>Arrangement Accepted</strong></span></p>\n<p style=\"text-align: left;\">Dear Mr xxx</p>\n<p style=\"text-align: left;\">Thank you for your recent communication regarding the above account.</p>\n<p style=\"text-align: left;\">We are pleased to advise you that your recent offer of payment has now been approved. Unless otherwise arranged your payment is required before the end of the next calendar month.</p>\n<p style=\"text-align: left;\">Payment method being a Sterling Bankers Draft or a guaranteed Building Society Cheque made payable to <strong>‘</strong>Mackenzie Hall’<strong> </strong>quoting your name, address, and Reference Number Mxxxx on the rear of the payment and sent to us by Royal Mail Special Delivery. You must contact us and provide us with the Special Delivery Reference Number to enable us to track your payment. We also accept payment by credit card and debit card.</p>\n<p style=\"text-align: left;\">Alternatively you can pay cash into our bank account. The details are as follows;</p>\n<p style=\"text-align: left;\">Royal Bank Of Scotland<br/>\nAccount Number: 000298927<br/>\nSort Code: 83-25-15<br/>\nBank Reference: Mxxxx</p>\n<p style=\"text-align: left;\">We’re also taken note that authorisation has been given to yourselves to act on your client’s behalf in regards to the above account.</p>\n<p style=\"text-align: left;\">Should you have any questions, please telephone our offices on 0844 801 99320</p>\n<p style=\"text-align: left;\">Yours faithfully</p>\n<p style=\"text-align: left;\"><strong>In this particular situation it may be best to make payment by standing order. This way you know that it is being paid monthly and you are less likely to forget a payment.</strong></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1425431465\" data-url=\"http://diy-debt.co.uk/mackenzie-hall-accept-dmp-arrangement/\" data-text=\"Mackenzie Hall accept DMP Arrangement\" data-desc=\"Debt Management Plan Accepted Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a debt management plan.In this particular case is the monthly proposal put to them was £4.00 per month. Mackenzie Hall Specialist Debt Recovery and Trace\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1425431465&link=http%3A%2F%2Fdiy-debt.co.uk%2Fmackenzie-hall-accept-dmp-arrangement%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1622791795\" data-url=\"http://diy-debt.co.uk/mackenzie-hall-accept-dmp-arrangement/\" data-text=\"Mackenzie Hall accept DMP Arrangement\" data-desc=\"Debt Management Plan Accepted Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a debt management plan.In this particular case is the monthly proposal put to them was £4.00 per month. Mackenzie Hall Specialist Debt Recovery and Trace\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1622791795&link=http%3A%2F%2Fdiy-debt.co.uk%2Fmackenzie-hall-accept-dmp-arrangement%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Mackenzie Hall accept DMP Arrangement','Mackenzie Hall accept DMP Arrangement','publish','closed','closed','','mackenzie-hall-accept-dmp-arrangement','','','2017-10-26 10:24:09','2017-10-26 10:24:09','',0,'http://ukdebtconsolidations.co.uk/mackenzie-hall-accept-dmp-arrangement/',0,'post','',0),(30,2,'2017-10-26 09:44:06','2017-10-26 09:44:06','<div class=\"entry-content\">\r\n<h2><strong>Notice of Eviction</strong></h2>\r\n<p align=\"right\"><strong>In the Central London County Court</strong></p>\r\n<p align=\"right\"><strong>Claim Number xxxxxx</strong></p>\r\n<p align=\"right\"><strong>Warrant Number xxxxxx</strong></p>\r\n<p align=\"right\"><strong>Date xxxxxxx</strong></p>\r\n<strong>JOHN SMITH</strong>\r\n\r\n<strong>AND ALL OTHER OCCUPIERS</strong>\r\n\r\n<strong>123 xxxxxxxx</strong>\r\n\r\n<strong>xxxxxx</strong>\r\n\r\n</div>\r\n<div class=\"entry-content\">\r\n\r\nxxx\r\n\r\n \r\n\r\nThe court had issued a warrant for the possession of the above property (land) at the request of\r\n<div id=\"attachment_109\" class=\"wp-caption alignright\" style=\"width: 160px;\">\r\n\r\n \r\n<p class=\"wp-caption-text\"></p>\r\n\r\n</div>\r\nthe claim. The warrant gives a county court bailiff the authority to evict you and hand over possession to the claimant. This notice tells you the time and date when the eviction will take place, what will happen on that date, and what you can do.\r\n\r\n<strong>The eviction will take place on </strong><strong>xxxxx</strong>\r\n\r\nYou should arrange to leave the property (land) with your belongings before this date and time.\r\n\r\n<strong>What will happen</strong>\r\n\r\nA procession warrant gives the bailiff authority to remove anyone still in the property (on the land) at the time the eviction is due to take place. A representative of the claimant will attend with the bailiff. That representative will change any locks, or take any steps necessary to prevent re-entry. If you have not removed all of your belongings when the eviction takes place, you will\r\n<div id=\"attachment_110\" class=\"wp-caption alignright\" style=\"width: 160px;\">\r\n\r\n \r\n<p class=\"wp-caption-text\"></p>\r\n\r\n</div>\r\nonly be allowed time to do so if the claimants representative agrees.\r\n\r\n<strong>What you can do</strong>\r\n\r\nyou can get help and advice about the eviction, or about rehousing from an advice agency, a solicitor or your local Housing Department. <strong>Act immediately. In some circumstantially is, the court can decide to suspend the warrant and postpone the date for eviction. </strong>You should get advice now about whether the court may do so in your case or stop if it can, you must apply to the court setting out your grounds (reasons) for asking that it should.\r\n\r\nIt is not sufficient just to say that you have not been able to find somewhere else to live or stop if you wish to apply you should ask the court for Form N244 (Application Notice). Once you have filled in the form with your request and the grounds on which you are making it, you will be given an appointment to see a judge. The claimant will be sent a copy of your application. You will have to pay a fee unless you qualify for free exemption or remission. A member of the Court’s staff will be able to give you more details about this.\r\n\r\nYou must attend at the time and date given on the notice. The claimant, or the claimant’s representative, may also attend. If you do not go to the hearing, the judge may simply dismiss your application and you could incur additional costs.\r\n\r\nIf you can pay off any arrears, contact the claimant, or the claimant solicitor, immediately you get this notice. Any payments must be made to the claimant and not to the court. Make sure that you get a receipt for any payments you make. It will be the claimant to decide whether your payment is sufficient to stop the eviction. If it is, the claimant must let the court know before the eviction is due to take place.\r\n\r\n<strong>Contact</strong>\r\n\r\nYou can contact the bailiff who will be responsible for the eviction by telephoning 02079175111 Monday to Friday between the hours of 0700 AM – 0900 AM.\r\n\r\nThe claimant (claimant’s solicitor) is ABC Solicitors\r\n\r\nOf\r\n\r\nAddress\r\n<div id=\"linksalpha_tag_777685257\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/notice-eviction/\" data-text=\"Notice of Eviction\" data-desc=\"Notice of Eviction In the Central London County Court Claim Number XY11245 Warrant Number 13457 Date 2 August 2011 JOHN SMITH AND ALL OTHER OCCUPIERS 123 SOMEWHERE ROAD NEWTOWN SO1 0W The court had issued a warrant for the possession of the above property (land) at the request of the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" data-site=\"DIY Debt\"></div>\r\n</div>','Notice of Eviction','Notice of Eviction, DIY Debt Help, DIY Debt Advice, Bailiffs, Repossession, Debt Advice UK, Debt Help UK, Court Order,','publish','closed','closed','','notice-of-eviction','','','2017-10-26 10:38:17','2017-10-26 10:38:17','',0,'http://ukdebtconsolidations.co.uk/notice-of-eviction/',0,'page','',0),(31,2,'2018-03-18 02:46:27','2018-03-18 02:46:27','<div class=\"entry-content\">\r\n<h2>Do you need money to improve your home or develop a new or existing property?</h2>\r\n<strong>You have two main options to fund your renovation or development.</strong>\r\n<ul>\r\n <li>Property development finance</li>\r\n <li>Re-mortgaging your property</li>\r\n</ul>\r\nThe funding option you choose will partly depend on how much money you need and the scale of your project. Small projects like extensions and renovations can usually be covered by a remortgage or loan secured on your property. For new builds and extensive developments, development finance may be the best option.\r\n<h3>Borrow up to £2.5 million with development finance</h3>\r\nIf you need funds to buy land or property for development, you can apply for a specialist loan from a private lender. You have a few options including <strong>commercial mortgages</strong>, short term <strong>bridging loans</strong> and medium term <strong>development finance</strong>. <a href=\"https://www.hunterfinance.co.uk/property-development-finance/loans/loans-of-1m-to-2-5m\" target=\"_blank\" rel=\"noopener\">Click here to apply for property loans of up £2.5 m.</a>\r\n<h3>Remortgaging: where do you start?</h3>\r\n<ol start=\"1\">\r\n <li>First of all, you need to apply for remortgaging and for that you need to know all the schemes and funds available. You can <a href=\"http://themortgagespecialists.co.uk\" target=\"_blank\" rel=\"noopener\">go online to get multiple remortgaging quotes</a> just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best. <a href=\"http://ukdebtconsolidations.co.uk/online_debt_consolidation.html\">Use our budget planner.</a></li>\r\n <li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li>\r\n <li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li>\r\n <li>Now, it is important you make a legal search to note down each and every minute detail.</li>\r\n <li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li>\r\n <li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li>\r\n <li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li>\r\n</ol>\r\n<h3><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Get professional advice</a></h3>\r\nSo, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.\r\n\r\nWell, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way. <a href=\"http://1stplusmortgages.co.uk/mortgages/first-time-buyer-mortgage-html\">First time buyers click here.</a>\r\n<div id=\"linksalpha_tag_23047632\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"></div>\r\n</div>','Financial Advice for Homeowners & Developers','Secure Your Financial Life with Remortgage Conveyancing','publish','closed','closed','','bad_credit_debt_conslidaiton_loan-3','','','2018-04-03 11:11:15','2018-04-03 11:11:15','',0,'http://ukdebtconsolidations.co.uk/secure-your-financial-life-with-remortgage-conveyancing/',0,'post','',0),(32,2,'2017-10-26 09:42:06','2017-10-26 09:42:06','<div class=\"entry-content\">\r\n\r\nDebt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don’t know where to start when it comes to actually doing something about it. In this post, we’ll be looking at what steps you should take in order to become debt free.\r\n<ol>\r\n <li>\r\n<h2>Find out exactly the amount you owe.</h2>\r\n</li>\r\n</ol>\r\nFind out how much you owe in total, whether it’s all in one place or spread out amongst several debtors. Working out how much you owe is the best way to see how much you can pay off and how quickly you can do it. You’ll also want to find out your total monthly minimum payments.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Immediately find out how much the minimum payments are.</h2>\r\n</li>\r\n</ol>\r\nYou need to at least pay the minimum payment or else you will receive a fine. If you have multiple debt, it is best to try and pay off one at a time but, you must make sure you pay the minimum debt of all your debtors in the mean time,\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Work out your cash flow in the coming months</h2>\r\n</li>\r\n</ol>\r\nAt this point you’ll want to know how much money you are receiving and how much you are spending. If you are spending more than you’re earning, you will need to work out ways to tighten the belt and make it so your income outweighs your outgoings. You may need to sacrifice some luxuries but it is worth it in order to become debt free.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Start financial planning</h2>\r\n</li>\r\n</ol>\r\nOnce you’ve got a positive cash flow, you’ll want to start planning your way of getting debt free. If you only have one debt, then you’ll obviously want to focus all your spare income on that. If you have multiple debts, you’ll want to work out which one requires the most attention and then focus on that.\r\n\r\nThere are two ways of working out which debt you should start with. You could decide to start focusing on your smallest debt first and work your way up to the largest. This means you’ll start off easier and work your way up. However, keep in mind interest. If your smallest debt isn’t the one with the highest interest, you may want to consider the second way. The second way has you tackle either the biggest debt or the debt with the most interest. This means you’ll start off hard but every debt you pay off will become easier and smaller. The second method tends to be the best if you’re prepared to get tough.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Set positive goals</h2>\r\n</li>\r\n</ol>\r\nA debt free plan can tell you how to get out of debt but a debt free goal can give you an idea of when you’ll be debt free. Setting achievable, realistic goals is a great way to see if your plans are working and gives you a great confidence boost.\r\n<ol start=\"6\">\r\n <li>\r\n<h2>Keep at it</h2>\r\n</li>\r\n</ol>\r\nDeciding to tackle your debt is great, but the real challenge comes in actually paying it off. The faster you pay it off, the faster you can have peace of mind and a fresh financial start. Work hard to earn more money and consider doing extra time or working weekends. Speed up this process by making as many cuts in your spending as possible. Go without luxuries, you can always continue buying them after you’re debt free.\r\n<ol start=\"7\">\r\n <li>\r\n<h2>Don’t give up!</h2>\r\n</li>\r\n</ol>\r\nIt may get tough at times but never give up! People have become debt free before you and others will do it after you. It is possible. Accept that paying off debt can be a lengthy process and stick with it. Good luck!\r\n\r\n</div>','How To Start Paying Off Debt','How To Start Paying Off Debt','publish','closed','closed','','debt_consolidation_loans','','','2017-10-26 10:36:57','2017-10-26 10:36:57','',0,'http://ukdebtconsolidations.co.uk/how-to-start-paying-off-debt/',0,'page','',0),(33,2,'2017-10-26 09:44:07','2017-10-26 09:44:07','<div class=\"entry-content\">\r\n<div id=\"attachment_168\" class=\"wp-caption alignleft\" style=\"width: 160px;\">\r\n\r\nNoticed of Issue of Warrant of Execution\r\n\r\n</div>\r\nIn the Northampton (CCBC)\r\nCase Number X1234\r\nWarrant Number V123\r\nLocal Number FW123\r\nClaimant Ref ABC 123\r\n<p style=\"text-align: left;\">Mr Joe Blogs\r\nxxxxxxxxxxxxx</p>\r\nxxxxxxxxx\r\n<p style=\"text-align: left;\"><strong>Urgent</strong>\r\n<strong>To be Defendant</strong>\r\nYou have not made a payment under the judgment as you were ordered. The claimant has therefore asked for a warrant to the issued to the bailiff to seize and sell your goods. Unless you pay the amount due to the County Court <strong>before xxxxxxx the bailiff will call and may remove your goods for sale at public auction.</strong> This means that you will have to pay further costs.</p>\r\n<strong>Total to Pay</strong> £xxxxx.xx\r\n(Including fee)s on this warrant\r\n<strong>Balance Outstanding</strong> £xxxxx.xx\r\n( after payment of this warrant)\r\n<p style=\"text-align: left;\"><strong>Send or take your payment and this form</strong>\r\n<strong>to the court office at</strong></p>\r\n<p style=\"text-align: left;\">Maidstone County Court\r\nThe Law Courts\r\nBarker Road\r\nMaidstone\r\nKent\r\nME16 8EQ\r\nBAILIFFS OFFICE IS OPEN FROM 9:00 AM TO 13:30 AM</p>\r\n\r\n<div id=\"linksalpha_tag_1766456563\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/warrant-execution/\" data-text=\"Warrant of Execution\" data-desc=\"Click to enlarge Noticed of Issue of Warrant of Execution In the Northampton (CCBC) Case Number X1234 Warrant Number V123 Local Number FW123 Claimant Ref ABC 123 Mr Joe Blogs 123 Any Street Newtown SOI 0WE Urgent To be Defendant You have not made a payment under the judgment as you were ordered.\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1766456563&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-execution%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1774740819\" data-url=\"http://diy-debt.co.uk/warrant-execution/\" data-text=\"Warrant of Execution\" data-desc=\"Click to enlarge Noticed of Issue of Warrant of Execution In the Northampton (CCBC) Case Number X1234 Warrant Number V123 Local Number FW123 Claimant Ref ABC 123 Mr Joe Blogs 123 Any Street Newtown SOI 0WE Urgent To be Defendant You have not made a payment under the judgment as you were ordered.\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1774740819&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-execution%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Warrant of Execution','DIY Debt, Court Order, Warrant of execution, Debt Advice UK, Debt Help UK, Bailiff,','publish','closed','closed','','warrant-of-execution','','','2017-10-26 10:39:35','2017-10-26 10:39:35','',0,'http://ukdebtconsolidations.co.uk/warrant-of-execution/',0,'page','',0),(34,2,'2017-10-26 09:42:06','2017-10-26 09:42:06','<div class=\"entry-content\">\r\n<h2>You have received a Warrant of Execution and you want to stop the Bailiffs from visiting?</h2>\r\nSo you have received a Warrant of Execution (see below) from the courts?\r\n\r\nNow is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing!\r\n\r\nIt does not mean that you have to pay the full amount that they are requesting, if you follow the correct procedures. It is still possible to stop the bailiff visit and get the courts to authorise reduced monthly payments (to something you can afford).\r\n<h3></h3>\r\n \r\n<div id=\"linksalpha_tag_759019009\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/warrant-of-execution/\" data-text=\"DIY Stop Warrant of Execution\" data-desc=\"You have received a Warrant of Execution and you want to stop the Bailiffs from visiting? So you have received a Warrant of Execution (see below) from the courts? Click to Enlarge Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing! It does not mean that\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_759019009&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-of-execution%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_356166991\" data-url=\"http://diy-debt.co.uk/warrant-of-execution/\" data-text=\"DIY Stop Warrant of Execution\" data-desc=\"You have received a Warrant of Execution and you want to stop the Bailiffs from visiting? So you have received a Warrant of Execution (see below) from the courts? Click to Enlarge Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing! It does not mean that\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_356166991&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-of-execution%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','You have received a Warrant of Execution and you want to stop the Bailiffs','DIY Stop Warrant of Execution, N244','publish','closed','closed','','debt_consolidation_loans_uk','','','2017-10-26 10:41:04','2017-10-26 10:41:04','',0,'http://ukdebtconsolidations.co.uk/you-have-received-a-warrant-of-execution-and-you-want-to-stop-the-bailiffs-from-visiting/',0,'page','',0),(35,2,'2017-01-28 08:44:18','2017-01-28 08:44:18','<div class=\"entry-content\">\n <p><b>what is debt management?</b><br/>\nDebt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to overcome debt management problems.</p>\n<p><b>Consolidation of Debts</b><br/>\nBorrowers with multiple debts can consolidate them into a single amount. This makes it very convenient to pay since only a single amount is paid monthly. In addition, the borrowers get lower interest rates which reduce the total amount paid. However, this applies to unsecured debts such as personal loans and advances only, mortgages and other secured debts cannot be consolidated. There are different ways to go about it:</p>\n<p><span style=\"text-decoration: underline;\">1. Credit transfers</span><br/>\nDebtors with many credit balances can transfer them to a single credit card. This will considerably reduce the interest rate.</p>\n<p><span style=\"text-decoration: underline;\">2. Taking a personal loan</span><br/>\nBorrowers can take a personal loan although the interest rate in this case is high because the loan is unsecured.<br/><span style=\"text-decoration: underline;\"><br/>\n3. Applying for home equity</span><br/>\nThis is a good option for debtors with high credit scores and a home to act as collateral security. The main advantage of this option is that the risks involved are lower and therefore financial institutions charge less interest rate.</p>\n<p>The method of consolidation will depend on factors such as amount owed, repayment schedule and income.</p>\n<p><span style=\"text-decoration: underline;\">Debt Negotiation</span><br/>\nIn cases where the debtor faces bankruptcy or legal action, negotiating with lenders to settle for a lesser payment is a good strategy. It is commonly used where it is evident that the debtor cannot repay the full amount. Borrowers may approach the lenders directly or involve third party professionals to negotiate on their behalf. However, this strategy leads to poor credit rating and may result to lawsuits in case of fraudulent conveyance or default in payment.</p>\n<p><span style=\"text-decoration: underline;\">Contacting Tax Credit Advisers</span></p>\n<p>Tax credits contact offer useful information and advice to individuals who have tax credits issues. They deal with matters such as:</p>\n<p>i. Legal action due to tax credits fraud.<br/>\nii. Appeals and complaints.<br/>\niii. Advice on any specific issue about tax credits.<br/>\niv. Repayments claims.<br/>\nv. Any specific inquiry about tax credits.</p>\n<p>Debtors may authorize agents such as accountants to act on their behalf or they may contact the specialists directly.</p>\n<p><span style=\"text-decoration: underline;\">Changing Spending Habits</span><br/>\nThe main reason why many people find themselves in debt management problems is poor spending habits. Here are some budgeting tips to help improve your spending habits.</p>\n<p>i. List all your monthly expenses.<br/>\nii. Distinguish between the necessary and unnecessary expenses and reduce spending on the unnecessary items.<br/>\niii. List all the luxury products bought and calculate the amount spent. Use the money in reducing your debts.<br/>\niv. Always ensure your credit card has more than the minimum amount to avoid high interest charges.<br/>\nv. Avoid credit purchases to cut down the debts.</p>\n<p><span style=\"text-decoration: underline;\">Debt Management Firms Recommendation</span><br/>\nThere are firms that specialize in offering debt management solutions to debtor in financial crisis. They actually do debt consolidation, negotiation and settlement of other debt issues on behalf of their clients. They also offer information and advice to clients on how to solve debt issues and maintain a good credit record. This strategy is more appropriate for individuals who don’t have time or financial knowledge to manage their debts.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_769001443\" data-url=\"http://diy-debt.co.uk/ways-overcome-debt-management/\" data-text=\"DIFFERENT WAYS TO OVERCOME DEBT MANAGEMENT\" data-desc=\"what is debt management? Debt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_769001443&link=http%3A%2F%2Fdiy-debt.co.uk%2Fways-overcome-debt-management%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_566160486\" data-url=\"http://diy-debt.co.uk/ways-overcome-debt-management/\" data-text=\"DIFFERENT WAYS TO OVERCOME DEBT MANAGEMENT\" data-desc=\"what is debt management? Debt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_566160486&link=http%3A%2F%2Fdiy-debt.co.uk%2Fways-overcome-debt-management%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DEBT MANAGEMENT Solutions',' DIY Debt - Debt Advice to Help YOU ','publish','closed','closed','','debt-management-solutions','','','2017-10-26 10:24:07','2017-10-26 10:24:07','',0,'http://ukdebtconsolidations.co.uk/different-ways-to-overcome-debt-management/',0,'post','',0),(36,2,'2017-10-26 09:46:34','2017-10-26 09:46:34','<div class=\"entry-content\"> \n <h2>Current Financial Climate</h2> \n<p>At present financial climate is dire, so as a result we are forced to find different ways of saving and make more money. One great way of saving money is couponing, you really will be amazed at how much money you can save on a weekly shop.</p> \n<h2>The 10 Step Couponing Plan</h2> \n<ol><li><strong>Organising Coupons</strong><br/> \nThis really is the key to great Couponing. Accidentally throwing away, forgetting coupons or finding that coupons are out of date is a big no-no! It is a good idea to store all your coupons in one place i.e. a ring folder with plastic partitioned inserts.</li> \n<li><strong>In-store Magazines</strong><br/> \nWhenever you walk into a store or a supermarket check to see if they have an in-store magazine. Very often these magazines will have coupons, this way you can get discounts on items every week.</li> \n<li><strong>Feedback</strong><br/> \nCompanies do love feedback, even if it is a complaint. However, when giving feedback it is always good to do it in a friendly way and by doing this you will probably be sent some coupons.</li> \n<li><strong>Coupons On-line</strong><br/> \nDon’t forget that coupons are also available on many websites. There are a number of sites out there that specialise in alerting you on the latest coupons. Also following the right people on Twitter, this too will give you access to the latest coupons.</li> \n<li><strong>Store Loyalty Cards</strong><br/> \nJust because you have a loyalty card does not mean that you are always getting the best deal. Don’t be afraid to look around elsewhere to get the best deals and discounts. If you find it cheaper somewhere else, then go there and get your savings.</li> \n<li><strong>Tune Your Couponing Radar</strong><br/> \nWhen you are shopping, remember that some of the products actually have coupons attached to them. So when you are shopping lookout for these. At first it is difficult to spot, but with time it just becomes second nature.</li> \n<li><strong>Coupons Don’t Have To Used At Once</strong><br/> \nJust because you have a whole bunch of coupons does not mean that you have to use them all at once. Check to see if they have an expiry date, as sometimes these coupons can be used at a later date in conjunction with any in-store discounts. This way you could save even more money.</li> \n<li><strong>Dumpster Diving</strong><br/> \nOK, this is going a little to the extreme, but a lots of coupons are thrown away. So it is always worth looking out for coupons that have been discarded.</li> \n<li><strong>Big Is Not Always Best</strong><br/> \nSometimes big is not always best, with your vouchers you may be better off buying to smaller items that work out cheaper than one large item. So it is always a good idea to go to a shop armed with a calculator.</li> \n<li><strong>Stockpiling</strong><br/> \nNever ever be embarrassed by buying multiple non-perishable items when they are on offer! These products never go off as they have a long shelf life. This also means that you have far greater savings in the long run.</li> \n</ol><p>So why not give it a go, what have you got to lose, well money actually! Please do let me know how you get on in the comments section below</p> \n </div>','10 Steps to Great Couponing ','10 Steps to Great Couponing','inherit','closed','closed','','10-revision-v1','','','2017-10-26 09:46:34','2017-10-26 09:46:34','',10,'http://ukdebtconsolidations.co.uk/2017/10/26/10-revision-v1/',0,'revision','',0),(37,2,'2017-10-26 09:46:34','2017-10-26 09:46:34','<div class=\"entry-content\"> \n <p>For many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here’s 10 great tips that will help you save money on keeping your car running.</p> \n<ol><li> \n<h2>Keep you car light</h2> \n</li> \n</ol><p>Don’t use your car to store unnecessary items. The more you put in your car, the heavier it will get. A heavy car will require more fuel to keep going but a lighter car will require you to stop at the petrol station far less than a heavy one.</p> \n<p> </p> \n<ol start=\"2\"><li> \n<h2>Avoid using the air conditioner</h2> \n</li> \n</ol><p>Using the air conditioner uses up more fuel. If it’s cold put on a jacket.</p> \n<p> </p> \n<ol start=\"3\"><li> \n<h2>Keep your windows closed</h2> \n</li> \n</ol><p>When you have your windows open, the car becomes less streamlined. A less streamlined car will create more air resistance which will back your car need more fuel.</p> \n<p> </p> \n<ol start=\"4\"><li> \n<h2>Ditch the roof rack</h2> \n</li> \n</ol><p>A roof rack can increase your cars weight by 5% and thus consume more fuel.</p> \n<p> </p> \n<ol start=\"5\"><li> \n<h2>Make sure your fuel cap is in properly</h2> \n</li> \n</ol><p>A loose fuel cap will cause fuel evaporation so make sure it’s secure.</p> \n<p> </p> \n<ol start=\"6\"><li> \n<h2>Drive well</h2> \n</li> \n</ol><p>Drive in the highest gear possible and try to drive smoothly. Braking suddenly is also bad so try to anticipate the traffic around you.</p> \n<p> </p> \n<ol start=\"7\"><li> \n<h2>Avoid driving at high speed and use cruise control</h2> \n</li> \n</ol><p>Driving fast consumes more fuel and maintaining your speed will be less of a drain on your petrol.</p> \n<p> </p> \n<ol start=\"8\"><li> \n<h2>Check your tires</h2> \n</li> \n</ol><p>Maintaining your tires pressure will allow a smoother ride and will save fuel.</p> \n<p> </p> \n<ol start=\"9\"><li> \n<h2>Turn off your engine</h2> \n</li> \n</ol><p>When you find yourself in heavy traffic or at a standstill for more than 10 seconds, turn off your engine. This will add up and save you a lot of fuel in the long run.</p> \n<p> </p> \n<ol><li> \n<h2>Maintain your car</h2> \n</li> \n</ol><p>Keep your car in tip top shape and use the correct oil. Doing this will keep your car at its maximum efficiency and allow a better ride that uses less fuel.</p> \n<p> </p> \n<p> </p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_2033118403\" data-url=\"http://diy-debt.co.uk/10-tips-saving-money-fuel/\" data-text=\"10 Tips For Saving Money On Fuel\" data-desc=\"For many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here\'s 10 great tips that will help you save money on keeping your car running. Keep you car light Don\'t use your car\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_2033118403&link=http%3A%2F%2Fdiy-debt.co.uk%2F10-tips-saving-money-fuel%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1996532977\" data-url=\"http://diy-debt.co.uk/10-tips-saving-money-fuel/\" data-text=\"10 Tips For Saving Money On Fuel\" data-desc=\"For many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here\'s 10 great tips that will help you save money on keeping your car running. Keep you car light Don\'t use your car\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1996532977&link=http%3A%2F%2Fdiy-debt.co.uk%2F10-tips-saving-money-fuel%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','10 Tips For Saving Money On Fuel ','10 Tips For Saving Money On Fuel','inherit','closed','closed','','11-revision-v1','','','2017-10-26 09:46:34','2017-10-26 09:46:34','',11,'http://ukdebtconsolidations.co.uk/2017/10/26/11-revision-v1/',0,'revision','',0),(38,2,'2017-10-26 09:46:35','2017-10-26 09:46:35','<div class=\"entry-content\"> \n <h2>Debt Management Plan Acceptance Letter</h2> \n<p>This is the sort of letter that you can expect to receive when you put yourself into a DIY <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">Debt Management Plan</a>.</p> \n<p style=\"text-align: left;\">ak<br/> \nAKTIV KAPITAL</p> \n<p>Call us free on<br/> \n0800 180 8567</p> \n<p style=\"text-align: left;\">Dear Sirs,</p> \n<p style=\"text-align: left;\">We refer to our recent communication regarding the above account.</p> \n<p style=\"text-align: left;\">We will accept the proposal of £7.00 which has been put forward. However we do not accept this offer as a permanent arrangement for paying off this account and would like to review the arrangement with you in the future.</p> \n<p style=\"text-align: left;\">Is any payment is late or missed, the account will be treated as being in default and will be returned to our collection division without notice. Any accrued interest at that point in time will be applied to the account.</p> \n<p style=\"text-align: left;\">The first payment must be received within 30 days from the above date on this letter. We can accept payments from you via our banking processes or by cheque.</p> \n<p style=\"text-align: left;\">We look forward to hearing from you.</p> \n<p style=\"text-align: left;\">Yours faithfully</p> \n<p style=\"text-align: left;\">Aktiv Kapital (UK) Limited</p> \n<p style=\"text-align: left;\"><strong>So, if you are putting yourself into a DIY <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">Debt Management Plan</a>, then this letter is a great result and not too difficult to achieve.</strong></p> \n<p style=\"text-align: center;\"><a href=\"../wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter.jpg\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-361\" title=\"Aktiv Kapital DMP Accept Letter\" alt=\"Aktiv Kapital DMP Accept Letter\" src=\"../wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" width=\"214\" height=\"300\"/></a>Click on image to view full size.</p> \n<p style=\"text-align: left;\">Click on <a title=\"DIY Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\" target=\"_blank\">DIY Debt Management Plan</a> for further information.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_56675365\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_56675365&link=http%3A%2F%2Fdiy-debt.co.uk%2Faktiv-kapital-dmp-acceptance-letter%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_566142714\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_566142714&link=http%3A%2F%2Fdiy-debt.co.uk%2Faktiv-kapital-dmp-acceptance-letter%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Aktiv Kapital DMP Acceptance Letter ','Aktiv Kapital DMP Acceptance Letter','inherit','closed','closed','','12-revision-v1','','','2017-10-26 09:46:35','2017-10-26 09:46:35','',12,'http://ukdebtconsolidations.co.uk/2017/10/26/12-revision-v1/',0,'revision','',0),(39,2,'2017-10-26 09:46:35','2017-10-26 09:46:35','<div class=\"entry-content\"> \n <h2><b>File tax returns on time during chapter 13 bankruptcy</b></h2> \n<p>If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of taking steps in this direction. If you happen to file your case at the beginning of the year when your taxes are already due, then you’ve got the option of choosing whether or not you’ll file your returns before or after filing the case. However, fact remains that it’s compulsory for you to file them.</p> \n<h2><b>The essential tax returns</b></h2> \n<p>Generally the due date to file income tax returns every year is the 15<sup>th</sup> of April. Now, in case it so happens that you haven’t filed your taxes by April 15<sup>th</sup> and didn’t receive any extension either, then your tax return will be considered late. Now, say for instance you go ahead and file chapter 13 bankruptcy before April 15<sup>th</sup>, then there are high chances that your trustee will put it on hold. This is essentially because your taxes are not yet required. Given such a case, you’re obviously required to file your tax returns on time submit a copy of the tax return to your trustee. This should be done as soon as you file your returns.</p> \n<h2><b>Be punctual when filing taxes</b></h2> \n<p>Remember, unless and until you’ve filed your tax returns, your chapter 13 case isn’t likely to proceed. Now, the question arises what happens if you’re late. In case you’re late, then you’ll have to wait until the date when you meet your creditors to file all the tax returns of the previous 4 tax years. There are high chances of the trustee postponing your hearing, if you haven’t managed to file all the required tax returns. These things obviously go on to prolong your case. Ensure the fact that your case won’t get postponed by filing on time.</p> \n<h2><b>The tax refunds for you</b></h2> \n<p>It’s your duty to file all your tax returns during the Chapter 13 case. Be sure of the fact that the Internal Revenue Service will surely notify the bankruptcy court if you haven’t filed bankruptcy on time. Remember, in case you get any tax refund, then it’ll be the property of the chapter 13 estate. Moreover, you should submit every refund to your chapter 13 trustee. You can only avoid doing this in case the court excuses a specific tax refund.</p> \n<h2><b>Receiving tax refunds prior to the case</b></h2> \n<p>Now, if you happen to file your taxes before a Chapter 13 case, then submit your refund to the chapter 13 trustee. There are chances of your being exempt to the funds or showing that you used the money for some other purpose, in case you receive the refund before filing your case.</p> \n<p>Keep in mind the above considerations and only then decide whether or not to file tax returns before or after filing chapter 13 bankruptcy.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1979470865\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1979470865&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1650900149\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1650900149&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','File tax returns on time during chapter 13 bankruptcy ','File tax returns on time during chapter 13 bankruptcy','inherit','closed','closed','','13-revision-v1','','','2017-10-26 09:46:35','2017-10-26 09:46:35','',13,'http://ukdebtconsolidations.co.uk/2017/10/26/13-revision-v1/',0,'revision','',0),(40,2,'2017-10-26 09:46:35','2017-10-26 09:46:35','<div class=\"entry-content\"> \n <p>Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this system remains fairly same, the transactions and rules of transactions may vary according to national territories of a country.</p> \n<p><b>What is a direct debit?</b></p> \n<p>In simple words, direct debit or a direct withdrawal is that transaction in which an authorised person draws from another person’s bank account following a prior notice and agreement between the two parties. For example, consider the payment of a utility bill like your gas bill which requires you to issue a cheque every month to the gas company. With this facility, you can allow the gas company to directly withdraw a specified amount from your account at a specified day which will reduce the hassle of you directly paying the bill.</p> \n<p><b>Are there any risks? What are the benefits?</b></p> \n<p>The risk involved is very less because you have the complete authority over the amount which is to be debited. Only the agreed amount of money is allowed to be withdrawn by the “payee” (the company/person receiving money from you) on an agreed date. The agreement can also be dissolved at any point of time.</p> \n<p><b>There are many benefits with direct withdrawal:</b></p> \n<ul><li>Primarily, it reduces the hassle and confusion arising out of paying periodical bills because they get automatically paid from your account.</li> \n<li>Even though the payee has an authority to withdraw money, the ultimate right is vested in you. You may change the amount of money, day on which it will be withdrawn etc. at any time by issuing a notice to the bank and the payee.</li> \n<li>Once the agreement is set up, there is very little hassle on your part. You simply need to ensure sufficient balance in your bank account on the day specified to make it easy for withdrawing.</li> \n<li>If at all there has been a debit error, your bank is obliged to refund it back to you as soon as possible and then claim it from the payee. In this way, your money is always safe.</li> \n<li>You can also cancel the direct debit whenever you want to.</li> \n<li>The bank also keeps a record of all the direct debits for a period of 13 months from the last payment, which is called the dormancy period, if you ever forget to cancel a direct debit.</li> \n</ul><p>Life sure is a lot easier with systems like direct debit and tax credit. If you are a single parent and find it difficult to handle your financial situation, make sure you have <a href=\"http://www.taxcreditguide.co.uk/\">tax credits phone number</a><b> </b>handy to enquire if you are eligible for tax credits.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1782557295\" data-url=\"http://diy-debt.co.uk/benefits-direct-debit/\" data-text=\"Benefits of direct debit\" data-desc=\"Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1782557295&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbenefits-direct-debit%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1708364391\" data-url=\"http://diy-debt.co.uk/benefits-direct-debit/\" data-text=\"Benefits of direct debit\" data-desc=\"Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1708364391&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbenefits-direct-debit%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Benefits of direct debit ','Benefits of direct debit','inherit','closed','closed','','14-revision-v1','','','2017-10-26 09:46:35','2017-10-26 09:46:35','',14,'http://ukdebtconsolidations.co.uk/2017/10/26/14-revision-v1/',0,'revision','',0),(41,2,'2017-10-26 09:46:35','2017-10-26 09:46:35','<div class=\"entry-content\"> \n<h2>DIY Household Budget Planner</h2> \n<h3>EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments</h3> \n<ul><li> \n<h4>Need help managing your finances?</h4> \n</li> \n<li> \n<h4>Want to know how much money you have left at the end of each month?</h4> \n</li> \n<li> \n<h4>Want make a savings plan?</h4> \n</li> \n<li> \n<h4>Calculate the cost of a loan?</h4> \n</li> \n<li> \n<h4>Calculate Compound Interest?</h4> \n</li> \n</ul><h3>The You Need the DIY Household Budget Planner!!</h3> \n<p><strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.</p> \n<p>All you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much!</p> \n<p>There is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.</p> \n<p>There are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest.</p> \n<h3>If you are looking to save money or make cutbacks, then the DIY Budget Planner is for you!</h3> \n<p>As small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</p> \n<h3>Summary View of the Budget Planner:</h3> \n<p>Graphs and Colours to show your Financial Status at a glance</p> \n<p style=\"text-align: center;\"><img class=\" wp-image-122 aligncenter\" title=\"Budget PLan Summary\" alt=\"Budget PLan Summary\" src=\"../wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" width=\"1727\" height=\"457\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1-300x79.png 300w, ../wp-content/uploads/2012/05/Budget-PLan-Summary1.png 1024w\" sizes=\"(max-width: 1727px) 100vw, 1727px\"/>Monthly View:</p> \n<h3>12 separate monthly views<br/><img class=\"size-full wp-image-123 aligncenter\" title=\"Budget PLan Month View\" alt=\"Budget PLan Month View\" src=\"../wp-content/uploads/2012/05/Budget-PLan-Month-View.png\" width=\"1299\" height=\"632\"/></h3> \n<h3>Tabs</h3> \n<p><a href=\"../wp-content/uploads/2012/05/Budget-PLan-Tabs.png\"><img class=\"alignright size-full wp-image-124\" title=\"Budget PLan Tabs\" alt=\"Budget PLan Tabs\" src=\"../wp-content/uploads/2012/05/Budget-PLan-Tabs.png\" width=\"1104\" height=\"53\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Tabs-300x14.png 300w, ../wp-content/uploads/2012/05/Budget-PLan-Tabs.png 1024w\" sizes=\"(max-width: 1104px) 100vw, 1104px\"/></a></p> \n \n \n<h3>You will need Microsoft Excel (or compatible program) for this spreadsheet.</h3> \n<p>Budget Planner <a href=\"http://en.wikipedia.org/wiki/Financial_planning_%28business%29\">Info</a></p> \n<h3 style=\"text-align: center;\"><span>Price £4.95 – click on the “Buy Now” button to receive your copy of the Household Budget Planner:</span> \n <script type=\"text/javascript\"><![CDATA[\r\n var active_bc075a591e01d705eba4d94007178c605 = \"paypal_bc075a591e01d705eba4d94007178c605\";\r\n function paiddownloads_bc075a591e01d705eba4d94007178c605() {\r\n if (jQuery(\"#method_paypal_bc075a591e01d705eba4d94007178c605\").attr(\"checked\")) active_bc075a591e01d705eba4d94007178c605 = \"paypal_bc075a591e01d705eba4d94007178c605\";\r\n else if (jQuery(\"#method_alertpay_bc075a591e01d705eba4d94007178c605\").attr(\"checked\")) active_bc075a591e01d705eba4d94007178c605 = \"alertpay_bc075a591e01d705eba4d94007178c605\";\r\n else if (jQuery(\"#method_interkassa_bc075a591e01d705eba4d94007178c605\").attr(\"checked\")) active_bc075a591e01d705eba4d94007178c605 = \"interkassa_bc075a591e01d705eba4d94007178c605\";\r\n if (active_bc075a591e01d705eba4d94007178c605 == \"interkassa_bc075a591e01d705eba4d94007178c605\") {\r\n if (!jQuery(\"#paiddownloads_email_bc075a591e01d705eba4d94007178c605\")) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n var paiddownloads_email = jQuery(\"#paiddownloads_email_bc075a591e01d705eba4d94007178c605\").val();\r\n var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/;\r\n if (!paiddownloads_email.match(re)) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n jQuery(\"#ik_baggage_fields_bc075a591e01d705eba4d94007178c605\").val(paiddownloads_email);\r\n }\r\n jQuery(\"#\" + active_bc075a591e01d705eba4d94007178c605).click();\r\n return;\r\n }\r\n function paiddownloads_toggle_paiddownloads_email_bc075a591e01d705eba4d94007178c605() {\r\n if (jQuery(\"#paiddownloads_email_container_bc075a591e01d705eba4d94007178c605\")) {\r\n if (jQuery(\"#method_interkassa_bc075a591e01d705eba4d94007178c605\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_bc075a591e01d705eba4d94007178c605\").slideDown(100);\r\n else jQuery(\"#paiddownloads_email_container_bc075a591e01d705eba4d94007178c605\").slideUp(100);\r\n }\r\n }\r\n ]]></script></h3><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" style=\"display:none;\"> \n <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"/><input type=\"hidden\" name=\"business\" value=\"payments@ridingtherhino.co.uk\"/><input type=\"hidden\" name=\"no_shipping\" value=\"1\"/><input type=\"hidden\" name=\"rm\" value=\"2\"/><input type=\"hidden\" name=\"item_name\" value=\"Household Budget Planner\"/><input type=\"hidden\" name=\"item_number\" value=\"3\"/><input type=\"hidden\" name=\"amount\" value=\"4.95\"/><input type=\"hidden\" name=\"currency_code\" value=\"GBP\"/><input type=\"hidden\" name=\"custom\" value=\"\"/><input type=\"hidden\" name=\"charset\" value=\"utf-8\"/><input type=\"hidden\" name=\"bn\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\"/><input type=\"hidden\" name=\"return\" value=\"http://diy-debt.co.uk/budget-planner/\"/><input type=\"hidden\" name=\"cancel_return\" value=\"http://diy-debt.co.uk/budget-planner/\"/><input type=\"hidden\" name=\"notify_url\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\"/><input id=\"paypal_bc075a591e01d705eba4d94007178c605\" type=\"submit\" value=\"Buy Now\" style=\"margin: 0px; padding: 0px;\"/></form><input type=\"image\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" name=\"submit\" alt=\"Household Budget Planner\" style=\"margin: 5px 0px; padding: 0px; border: 0px;\" onclick=\"paiddownloads_bc075a591e01d705eba4d94007178c605(); return false;\"/><p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p> \n<p><img class=\"size-full wp-image-51\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p> \n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3> \n<p><a title=\"Home\" href=\"/\"/></p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_636289378\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_636289378&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbudget-planner%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1529053374\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1529053374&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbudget-planner%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2017-10-26 09:46:35','2017-10-26 09:46:35','',15,'http://ukdebtconsolidations.co.uk/2017/10/26/15-revision-v1/',0,'revision','',0),(42,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n <div id=\"attachment_217\" style=\"width: 160px\" class=\"wp-caption alignleft\"><a href=\"../wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined.jpg\" target=\"_blank\"><img class=\"size-thumbnail wp-image-217 \" title=\"Vanquis Payment Offer Declined\" src=\"../wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" alt=\"Vanquis Payment Offer Declined\" width=\"150\" height=\"150\"/></a><p class=\"wp-caption-text\">Click to View</p></div> \n<h2>Debt Management Plan</h2> \n<p>Here is an example of how a creditor is trying to bully someone into making higher payments!</p> \n<p>If you are in the process of trying to set up a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a monthly payment, could leave you short for other creditors.</p> \n<p>In most cases it is best to pay the creditors on a pro rata split, as this way you are not giving preferential treatment to any one creditor. However, sometimes it is best to get rid of certain debts as soon as possible, especially when some creditors refused to stop high rates of interest.</p> \n<p>In the early stages stick to your guns and reject a creditors demand for more money. It is always advisable to make sure that the creditors do get some form of payment, as this shows that you are making an effort to clear your debts.</p> \n<p style=\"text-align: center;\">VANQUIS BANK</p> \n<p><strong>Vanquis Bank Credit Services</strong><br/><strong>P.O. Box 399</strong><br/><strong>CHATHAM</strong><br/><strong>ME4 4WQ</strong></p> \n<p><strong>Please telephone: 0871 770 4161</strong></p> \n<p><strong>18 October 2017</strong></p> \n<p style=\"text-align: left;\">Dear Sir/Madam</p> \n<p style=\"text-align: left;\">Account Number:<br/> \nCustomers Name:<br/> \nReference:</p> \n<h3 style=\"text-align: left;\">PAYMENT OFFER – DECLINED</h3> \n<p style=\"text-align: left;\">Thank you for your recent correspondence regarding the above account. We right to advise you that the reduced offer of payment has been declined.</p> \n<p style=\"text-align: left;\">It is the Bank’s policy to consider a number of criteria when reviewing offers of repayment and on this occasion the offer of repayment does not meet with our criteria.</p> \n<p style=\"text-align: left;\"><strong>Please do not send any offers repeating this amounts or duplicate financial statements as this amount will continue to be declined.</strong></p> \n<p style=\"text-align: left;\">In order for a repayment plan to be agreed on the above account, the minimum monthly offer we are willing to accept at this time would be £59.33.</p> \n<p style=\"text-align: left;\"><strong>Please note that the receipt and application of money to our mutual client’s Vanquis account does not in itself constitute acceptance of your offer or any revised offer that maybe made.</strong></p> \n<p style=\"text-align: left;\">In the meantime, we may continue with our normal debt recovery action in respect of our mutual client.</p> \n<p style=\"text-align: left;\">Yours faithfully</p> \n<p style=\"text-align: left;\">Alex Appleby<br/> \nCollections Manager</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1458884490\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\"Click to View Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1458884490&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1507071068\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\"Click to View Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1507071068&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Bullying Tactics by Vanquis Bank ','Bullying Tactics by Vanquis Bank, debt management plan, DMP','inherit','closed','closed','','16-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',16,'http://ukdebtconsolidations.co.uk/2017/10/26/16-revision-v1/',0,'revision','',0),(43,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n <h2>Keeping or Closing a Credit Card</h2> \n<p>Will closing my Credit Card effect my credit rating?</p> \n<p>Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve!</p> \n<p>Here we will give you a guide that will let you work out if keeping or closing your credit card is best for you and your credit rating.</p> \n<ol><li>Make a list of all your credit and store cards. What you are looking for is all your “Revolving Credit Accounts” i.e. these are accounts that you continue to use whilst you pay them back. These are not like a loan, that when you have paid that off it is automatically closed. What we are talking about is; Barclaycard, Tesco Credit cards etc.</li> \n<li>Total the amount of<strong> limit</strong> on each credit card. This is the amount (limit) that the credit card company allows you to max out on your card.</li> \n<li>Make a total of the <strong>current balance</strong> on your cards. This will be shown on your latest statement.</li> \n<li>Divide the <strong>current balances</strong> by the <strong>limits</strong>, so if for example your <strong>current balances</strong> £4,600 and you <strong>limits</strong> add up to £20,000 then divide 4600 by 20000 = 0.23</li> \n<li>This now needs to be converted into a percentage, the easiest way is to ditch the decimal point, therefore 23%. However if you want to check this then you need to multiply .23 by 100.<br/><h3>23%: This number is your Credit Utilisation Rate (CUR)</h3> \n<p>Credit Utilisation Rate indicates how much of your available credit you use on a regular basis. The whole key to using this system is to use some of your credit but not too much! The best balance is to be using 20-30%. Credit Rating companies grade you by how much credit you use.</p> \n<p>Approximately a third of your credit score is your Credit Utilisation Rate. Therefore if you are paying all your outstanding bills on time but your credit rating does not seem to improve, then it may be becuase your Credit Utilisation Rate is over the 30% mark.</p></li> \n<li>If the CUR is below the 20% mark, then you will need to recalculate but without including the latest card you have. This is important as the length of credit history on cards also can account for 15% of you total credit score. So it is always better to keep old cards running. Excluding the newest card redo the calculations. If your score turns out to be between the magic numbers of 20-30% then you can go ahead an close the card.</li> \n<li>If your CUR is between the 20-30% mark or above, then do not close any of your credit card accounts. The effect of doing this will actually increase your CUR which could in turn effect your credit rating adversely.You should though continue to pay money towards your cards and avoid using them till the CUR value comes down.</li> \n<li>Keep doing the above until you find out exactly how many cards you can ditch or keep just bear in mind Credit Utilisation Rate of 20-30%</li> \n<li>Finally keep paying down your debt to improve your credit rating even more.</li> \n</ol><p> </p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_852899665\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_852899665&link=http%3A%2F%2Fdiy-debt.co.uk%2Fclose-or-keep-credit-card%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1861213369\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1861213369&link=http%3A%2F%2Fdiy-debt.co.uk%2Fclose-or-keep-credit-card%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Should I Close or Keep My Credit Card ','Should I Close or Keep My Credit Card','inherit','closed','closed','','17-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',17,'http://ukdebtconsolidations.co.uk/2017/10/26/17-revision-v1/',0,'revision','',0),(44,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n<p>This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. As a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser or taking a look at <a href=\"http://www.aboutcookies.org/\">the About Cookies website</a> which offers guidance for all modern browsers</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1309932559\" data-url=\"http://diy-debt.co.uk/cookie-policy/\" data-text=\"Cookie Policy\" data-desc=\"This site uses cookies - small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1309932559&link=http%3A%2F%2Fdiy-debt.co.uk%2Fcookie-policy%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1138248810\" data-url=\"http://diy-debt.co.uk/cookie-policy/\" data-text=\"Cookie Policy\" data-desc=\"This site uses cookies - small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1138248810&link=http%3A%2F%2Fdiy-debt.co.uk%2Fcookie-policy%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','cookie-policy.html',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','18-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',18,'http://ukdebtconsolidations.co.uk/2017/10/26/18-revision-v1/',0,'revision','',0),(45,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n <h2>HSBC Accept Debt Management Plan (DMP)</h2> \n<p>Here is HSBC’s letter accepting reduced payments in a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">DMP</a></p> \n<p style=\"text-align: center;\"><a href=\"../wp-content/uploads/2014/01/HSBC-Debt-Management-Plan.jpg\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-373\" title=\"HSBC Debt Management Plan\" alt=\"HSBC Debt Management Plan\" src=\"../wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" width=\"216\" height=\"300\" srcset=\"../wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg 216w,../wp-content/uploads/2014/01/HSBC-Debt-Management-Plan.jpg 619w\" sizes=\"(max-width: 216px) 100vw, 216px\"/></a></p> \n<p>HSBC</p> \n<p>31 December 2018</p> \n<p>Dear Sir/Madam</p> \n<p>WITHOUT PREJUDICE</p> \n<p style=\"text-align: left;\">Re: NAME ADDRESS</p> \n<p style=\"text-align: left;\">Beneficial Finance Credit Card Number: NUMBER</p> \n<p style=\"text-align: left;\">We are prepared to accept your proposal on behalf of NAME for reduced payment of £13.00 per month for a maximum period of 12 months. The first payment must be received and credited to the account within 30 days from the date of this letter.</p> \n<p style=\"text-align: left;\">No interest or admin charges will be applied to the account of this arrangement is in force.</p> \n<p style=\"text-align: left;\">Should our customers circumstances change before the review date we must be advised immediately and we would be provided with a revised financial statement and payment proposal.</p> \n<p style=\"text-align: left;\">If, after this arrangement has expired, you want the arrangement to be extended we shall require a revised financial statement will stop Should this not be forthcoming we will contact the customer direct for repayment of any arrears.</p> \n<p style=\"text-align: left;\">If you have any queries, please contact one of our advisers on 0870 010 8516</p> \n<p style=\"text-align: left;\">Yours Sincerely</p> \n<p style=\"text-align: left;\">Card Collections</p> \n<p style=\"text-align: left;\"><strong>So as you can see a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">Debt Management Plan</a> can be achieved even with a major bank, not just collection agencies.</strong></p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_19332250\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_19332250&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan-hsbc%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_696722009\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_696722009&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan-hsbc%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Debt Management Plan with HSBC ',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','19-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',19,'http://ukdebtconsolidations.co.uk/2017/10/26/19-revision-v1/',0,'revision','',0),(46,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n <p>In this blog, I’m going to tell you about Debt Management Plans (<a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">DMP</a>), what they are, and how having one could help you. To get yourself a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">DMP</a> all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans.</p> \n<p>Debt Management Plans are also great if you need time to think about all the other debt solutions that are out there.</p> \n<p>A debt management company will contact your creditors and negotiate a lower repayment plan. They will also try to stop any more interest from being added to your debt. Although not all creditors agree to this, many do and whilst you keep paying back your debt, your chosen debt management company will continue their efforts to get you a better deal. Generally 90% of the creditors will stop interest once the plan is approved.</p> \n<p>The two main points of a DMP consists of:</p> \n<p>1. Reducing the cost of your monthly payments.</p> \n<p>2. The handling of negotiations with your creditors.</p> \n<p>When you begin a DMP you will start paying the debt management company an affordable monthly payment which they will then spread out amongst your creditors in proportion to how much you owe them. This monthly payment will be calculated by guidelines that ensure you still have enough money to live on and can still provide for essentials like your children, pets, and housing costs etc. The debt management company will take a small cut from this monthly payment as part of their fee so you needn’t worry about getting into debt with them. Although you may need to scale back on spending for a while, you can be sure you are heading in the right direction to becoming debt free.</p> \n<p>You should be cautious when thinking of hiring a supposedly “free” or commercial debt management company as this can often lead to bankruptcy since many of them are funded by credit card companies and banks. Some charity debt companies will give you good advice but will not actually do any of the work on your behalf so keep that in mind.</p> \n<p>An alternative to hiring a debt management company is self help debt management. This method means you do all the work yourself, such as negotiating with your creditors. If your debt is not too large and you contact your creditors first then you can usually expect to find them sympathetic and willing to sort out a new deal. If however, you leave your debts to a point where they are threatening legal action, you can expect them to be hard to negotiate with. If this is the case then they may refer you to a debt management company.</p> \n<p>You should take care to fully explore all your options when in debt. Debt management companies can allow you to pay much smaller amounts but of course this will mean it will take a lot longer for you to be debt free. Some schedules have been known to take as long as ten years, obviously the more you can afford, the quicker the debts can be paid off.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_565456539\" data-url=\"http://diy-debt.co.uk/debt-management-plan/\" data-text=\"How Can A Debt Management Plan Help You\" data-desc=\"In this blog, I\'m going to tell you about Debt Management Plans (DMP), what they are, and how having one could help you. To get yourself a DMP all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans. Debt\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_565456539&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_879119838\" data-url=\"http://diy-debt.co.uk/debt-management-plan/\" data-text=\"How Can A Debt Management Plan Help You\" data-desc=\"In this blog, I\'m going to tell you about Debt Management Plans (DMP), what they are, and how having one could help you. To get yourself a DMP all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans. Debt\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_879119838&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','How Can A Debt Management Plan Help You ','How Can A Debt Management Plan Help You','inherit','closed','closed','','20-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',20,'http://ukdebtconsolidations.co.uk/2017/10/26/20-revision-v1/',0,'revision','',0),(47,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n <p>There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">Debt Management Plan</a>. However, everyone’s situation is different and you may find yourself unable to satisfy the criteria required for these actions. If this is the case then you should think about getting a Debt Relief Order, also known as a DRO.</p> \n<p>A Debt Relief Order can see you debt free within a year and is often a far cheaper alternative to declaring yourself bankrupt. Debt Relief Orders do not require you to make monthly payments and your debtors will be unable to take any action against you will the plan is in effect.</p> \n<p>A Debt Relief Order does have a criteria you need to satisfy which includes, owing less than £15,000, not having more than £50 to spare after living costs, owning less than £300 worth of assets, owning a car worth less than £1000, and finally you must have lived and worked in England for over three years.</p> \n<p>If you contact a company for help gaining a Debt Relief Order then they will do any and all negotiating with your creditors as well as give you professional advice on any questions or problems you may have regarding your debt.</p> \n<p>A Debt Relief Order costs a one off fee of £90 which is paid to the Debt Insolvency Service. This fee must be paid in full before the Relief Order can be put into effect. As I said earlier, this is much cheaper than bankruptcy which can cost £750 per person. If you are unable to pay the £90 in one go then you can pay it in instalments.</p> \n<p>Some aspects of a Debt Relief Order you should be aware of includes that it will be on public record for 15 months, will be on your credit record for six years, and you may have difficulty opening a bank account whilst your Relief Order is in effect. You should also know that if your financial situation improves whilst your Relief Order is in effect, you will be expected to pay back your debts.</p> \n<p>A Debt Relief Order can be the right move for some but of course it depends on what your personal financial situation is. If you don’t think its right for you then you might consider a Individual Voluntary Arrangement, a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">Debt Management Plan</a>, or Bankruptcy.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1421919502\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1421919502&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_2041910207\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_2041910207&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','What is a Debt Relief Order? ','What is a Debt Relief Order?','inherit','closed','closed','','21-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',21,'http://ukdebtconsolidations.co.uk/2017/10/26/21-revision-v1/',0,'revision','',0),(48,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n<h2>DIY Stop County Court Judgment (CCJ)</h2> \n<p> </p> \n<p> </p> \n<h3><span>Price £0.00 – click on the “Buy Now” button to receive your copy of the County Court Judgment (CCJ):</span> </h3> \n<p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p> \n<p><img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p> \n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3> \n<p><a title=\"Home\" href=\"/\"/></p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_609750561\" data-url=\"http://diy-debt.co.uk/diy-county-court-judgment-ccj/\" data-text=\"DIY Stop County Court Judgment (CCJ)\" data-desc=\"DIY Stop County Court Judgment (CCJ) &nbsp; &nbsp; Price £0.00 - click on the "Buy Now" button to receive your copy of the County Court Judgment (CCJ): You can also pay by credit card - just click on the button above then when you get to the payment page, click on the button "Don\'t have a PayPal\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_609750561&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-county-court-judgment-ccj%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_292306055\" data-url=\"http://diy-debt.co.uk/diy-county-court-judgment-ccj/\" data-text=\"DIY Stop County Court Judgment (CCJ)\" data-desc=\"DIY Stop County Court Judgment (CCJ) &nbsp; &nbsp; Price £0.00 - click on the "Buy Now" button to receive your copy of the County Court Judgment (CCJ): You can also pay by credit card - just click on the button above then when you get to the payment page, click on the button "Don\'t have a PayPal\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_292306055&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-county-court-judgment-ccj%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DIY Stop County Court Judgment (CCJ)','DIY County Court Judgment (CCJ) Debt Help','inherit','closed','closed','','22-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',22,'http://ukdebtconsolidations.co.uk/2017/10/26/22-revision-v1/',0,'revision','',0),(49,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n<h2 style=\"text-align: left;\">DIY Debt Management Plan (DMP)</h2> \n<p>The do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be.</p> \n<p>In this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.</p> \n<p>You will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.</p> \n<p>The pack includes:</p> \n<ul><li>DMP easy to follow flow chart</li> \n<li>Initial letter of contact to the creditors</li> \n<li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li> \n<li>Offer of payment letter</li> \n<li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li> \n<li>Expenditure Trigger Figures – What is reasonable expenditure.</li> \n<li>Freeze Interest Letter</li> \n<li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li> \n<li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li> \n</ul><h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3> \n<h3><span>Price £9.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</span> \n <script type=\"text/javascript\"><![CDATA[\r\n var active_b747d183356eca7775f15fd2adae0b79d = \"paypal_b747d183356eca7775f15fd2adae0b79d\";\r\n function paiddownloads_b747d183356eca7775f15fd2adae0b79d() {\r\n if (jQuery(\"#method_paypal_b747d183356eca7775f15fd2adae0b79d\").attr(\"checked\")) active_b747d183356eca7775f15fd2adae0b79d = \"paypal_b747d183356eca7775f15fd2adae0b79d\";\r\n else if (jQuery(\"#method_alertpay_b747d183356eca7775f15fd2adae0b79d\").attr(\"checked\")) active_b747d183356eca7775f15fd2adae0b79d = \"alertpay_b747d183356eca7775f15fd2adae0b79d\";\r\n else if (jQuery(\"#method_interkassa_b747d183356eca7775f15fd2adae0b79d\").attr(\"checked\")) active_b747d183356eca7775f15fd2adae0b79d = \"interkassa_b747d183356eca7775f15fd2adae0b79d\";\r\n if (active_b747d183356eca7775f15fd2adae0b79d == \"interkassa_b747d183356eca7775f15fd2adae0b79d\") {\r\n if (!jQuery(\"#paiddownloads_email_b747d183356eca7775f15fd2adae0b79d\")) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n var paiddownloads_email = jQuery(\"#paiddownloads_email_b747d183356eca7775f15fd2adae0b79d\").val();\r\n var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/;\r\n if (!paiddownloads_email.match(re)) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n jQuery(\"#ik_baggage_fields_b747d183356eca7775f15fd2adae0b79d\").val(paiddownloads_email);\r\n }\r\n jQuery(\"#\" + active_b747d183356eca7775f15fd2adae0b79d).click();\r\n return;\r\n }\r\n function paiddownloads_toggle_paiddownloads_email_b747d183356eca7775f15fd2adae0b79d() {\r\n if (jQuery(\"#paiddownloads_email_container_b747d183356eca7775f15fd2adae0b79d\")) {\r\n if (jQuery(\"#method_interkassa_b747d183356eca7775f15fd2adae0b79d\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_b747d183356eca7775f15fd2adae0b79d\").slideDown(100);\r\n else jQuery(\"#paiddownloads_email_container_b747d183356eca7775f15fd2adae0b79d\").slideUp(100);\r\n }\r\n }\r\n ]]></script></h3><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" style=\"display:none;\"> \n <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"/><input type=\"hidden\" name=\"business\" value=\"payments@ridingtherhino.co.uk\"/><input type=\"hidden\" name=\"no_shipping\" value=\"1\"/><input type=\"hidden\" name=\"rm\" value=\"2\"/><input type=\"hidden\" name=\"item_name\" value=\"DIY Debt Management Plan\"/><input type=\"hidden\" name=\"item_number\" value=\"5\"/><input type=\"hidden\" name=\"amount\" value=\"9.95\"/><input type=\"hidden\" name=\"currency_code\" value=\"GBP\"/><input type=\"hidden\" name=\"custom\" value=\"\"/><input type=\"hidden\" name=\"charset\" value=\"utf-8\"/><input type=\"hidden\" name=\"bn\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\"/><input type=\"hidden\" name=\"return\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\"/><input type=\"hidden\" name=\"cancel_return\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\"/><input type=\"hidden\" name=\"notify_url\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\"/><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" type=\"submit\" value=\"Buy Now\" style=\"margin: 0px; padding: 0px;\"/></form><input type=\"image\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" name=\"submit\" alt=\"DIY Debt Management Plan\" style=\"margin: 5px 0px; padding: 0px; border: 0px;\" onclick=\"paiddownloads_b747d183356eca7775f15fd2adae0b79d(); return false;\"/><p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p> \n<p> </p> \n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3> \n<p> </p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1423886470&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_639105373\" data-url=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" data-text=\"DIY Debt Management Plan (DMP)\" data-desc=\"DIY Debt Management Plan (DMP) The do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. In this pack you will be given a step by step set of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/DMP-Flow-Chart-150x150.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_639105373&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DIY Debt Management Plan (DMP)','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',23,'http://ukdebtconsolidations.co.uk/2017/10/26/23-revision-v1/',0,'revision','',0),(50,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n<h2>DIY Full & Final Settlement</h2> \n<h3>Property Owner and Full & Final Settlement</h3> \n<p>If you are a property owner, then you should be very cautious if you are going to try and negotiate a Full & Final Settlement with your creditors. Many creditors would rather look to taking a charge against your property than accept a short settlement.</p> \n<p>However having said that, if your property is in negative equity then your chances of getting a decent Full & Final/Short Settlement increases.</p> \n<p> </p> \n<h3><span>Price £0.00 – click on the “Buy Now” button to receive your copy of the DIY Full & Final Settlement:</span> </h3> \n<p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p> \n<p> </p> \n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3> \n<p><a title=\"Home\" href=\"/\"/></p> \n<div class=\"clear-cols\"/> </div>','DIY Full & Final Settlement','DIY Full & Final Settlement, Negotiating a Short Settlement or Full & Final Settlement','inherit','closed','closed','','24-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',24,'http://ukdebtconsolidations.co.uk/2017/10/26/24-revision-v1/',0,'revision','',0),(51,2,'2017-10-26 09:46:36','2017-10-26 09:46:36','<div class=\"entry-content\"> \n<h2>Preventing an Eviction</h2> \n<h3><span>If you do receive an Eviction Notice – Act IMMEDIATELY!</span></h3> \n<h3>Even if there are only a couple of hours left till the eviction, it can still be STOPPED!</h3> \n<p><strong>Maybe you just want more time i.e. you are in the process of selling the property?</strong></p> \n<p><strong>Your situation has changed and you have a solution to offer regarding the arrears?</strong></p> \n<p><strong>If you act now and supply evidence to the courts on how you will solve the problem, the <strong>Eviction can be stopped, </strong><br/></strong></p> \n<p><strong>Our pack contains the relevant documents that you need in order to delay or stop an Eviction. We also include sample documents that show you how the Court Documents should be completed.</strong></p> \n<p><strong>If you follow the step-by-step process you should be able to prevent the Eviction from taking place.</strong></p> \n<h3><span><span style=\"color: #000000;\"> </span></span></h3> \n<h3><span>Price £0.00 – click on the “Buy Now” button to receive your copy of theStopping an Eviction:</span> </h3> \n<p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p> \n<p><img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p> \n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3> \n<p><a title=\"Home\" href=\"/\"/></p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1695932543\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1695932543&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_462502910\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_462502910&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Preventing an Eviction','DIY Stop Eviction n244','inherit','closed','closed','','25-revision-v1','','','2017-10-26 09:46:36','2017-10-26 09:46:36','',25,'http://ukdebtconsolidations.co.uk/2017/10/26/25-revision-v1/',0,'revision','',0),(52,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n <p>You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently.<br/><strong><span style=\"text-decoration: underline;\">Here are some financial tips, which will help you manage your debts</span>:</strong></p> \n<p>Instead of getting confused, the best way to deal with it is go for a detailed summary of the debts – which you have to repay. Note down details like: name of the creditors, amount, rate of interest and duration. After compiling all this information, you need to allocate the funds to repay. But before going ahead, there is a method called settlements or negotiations – After collecting the details, try reaching each and every creditor and start negotiating with them. There are some banks which will take the situation into consideration on certain humanitarian grounds and will wave off a percentage of liability like flapping off the interest or extending the duration for paying off the remaining amount. By this way you will end up saving some amount, which in return can be used to pay off other dues. . Through planning or budgeting – See whether you can consolidate your outstanding amount .For example instead of having different loans from different banks or opt for payday loan; try to get a loan from any one of the banks to clear off the various dues. By this you can be benefited by saving some funds, which in return can be useful for repaying.</p> \n<p>Find out different solutions for debt management – firstly, you can keep an eye on the usage of credit card. Take care about good credit. This can help you in the long run as your credit will mostly decide how you end up paying interest. It will be tough for you to manage dues, if you pay more interest .If the credit score goes down, it is a very difficult task to sort things back in their place. Collect information about credit cards that promotes 0% interest balance transfer. This is the best way to save lots of money. Start paying off as this offer last for a short period i.e. 6months or so. If you are paying back your bills back in time, then that is where you are saving and are not considered as a defaulter or blacklisted. If you want to clear off your overdue as soon as possible there are other ways like <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>, snowball approach. However, if you are running short of money, PPI claims should be the best option.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_68447926\" data-url=\"http://diy-debt.co.uk/financial-tips-debt-management/\" data-text=\"Financial Tips for Debt Management\" data-desc=\"You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently. Here are some financial tips, which will help you manage your debts: Instead of getting\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_68447926&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinancial-tips-debt-management%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1456687903\" data-url=\"http://diy-debt.co.uk/financial-tips-debt-management/\" data-text=\"Financial Tips for Debt Management\" data-desc=\"You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently. Here are some financial tips, which will help you manage your debts: Instead of getting\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1456687903&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinancial-tips-debt-management%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Financial Tips for Debt Management ',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','26-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',26,'http://ukdebtconsolidations.co.uk/2017/10/26/26-revision-v1/',0,'revision','',0),(53,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n <p>Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today’s article, we’re going to look at what steps you can take to get back on your feet and minimise the damage.</p> \n<h2><b>Apologise to your landlord</b></h2> \n<p>It’s not your landlords fault you were unable to pay your rent and he/she has bills to pay too. Apologising to your landlord not only helps relieve any bad feelings but can also make the landlord more inclined to drop public records of your eviction. Since evictions are on public record, getting your landlord to remove records of it will halp you greatly. If your landlord agrees to this then be sure to get written conformation of his or her intent to do this.</p> \n<p>If you make any transactions with your landlord regarding this then you should be sure to keep proof of your transactions in case your landlord goes back on the deal. Although problems with your landlord are unlikely, it is best to be proactive about the situation to prevent any further backlash.</p> \n<h2><b>Try and get a reference </b></h2> \n<p>If you can get a reference from someone creditable such as your landlord or a business partner then this can go a long towards showing that your eviction was a mishap and that you can be trusted in the future.</p> \n<p>You can enlist the help of financially stable friends or co-workers to enter an agreement that states they will pay the rent if you are unable to. Obviously you don’t want to let things get to a point where they have to pay but this agreement will give peace of mind to your new landlord.</p> \n<h2><b>Build up credit</b></h2> \n<p>If you have the time, build up your damaged credit score before you apply for a new rental. You’ll need to check your post eviction score to see how bad the damage is, pay off any debts listed, and then have them erased from public record.</p> \n<p>Be sure to always pay your bills in a timely manner and you will find your credit rating will start to recover. This is easier done by those who can stay with family or friends rather than those who need to rent again as soon as possible.</p> \n<h2><b>Look for private owners</b></h2> \n<p>You will find that home-owners are more likely to look past credit history when they try find a tenant for their property. When looking for a new place to rent, look for privately owned properties rather than corporate owned ones.</p> \n<h2><b>Explain your situation</b></h2> \n<p>Explaining your situation and the reason for your past eviction makes your potential landlord more likely to sympathise with you. Explain the circumstances openly and honestly and the landlord will be more likely to trust you. Be sure to explain what steps you’ve taken to ensure it won’t</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1571463953\" data-url=\"http://diy-debt.co.uk/finding-place-rent-evicted/\" data-text=\"Finding A New Place To Rent After Being Evicted\" data-desc=\"Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today\'s article, we\'re going to look at what steps you can take to get\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1571463953&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinding-place-rent-evicted%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_368032582\" data-url=\"http://diy-debt.co.uk/finding-place-rent-evicted/\" data-text=\"Finding A New Place To Rent After Being Evicted\" data-desc=\"Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today\'s article, we\'re going to look at what steps you can take to get\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_368032582&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinding-place-rent-evicted%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Finding A New Place To Rent After Being Evicted ','Finding A New Place To Rent After Being Evicted','inherit','closed','closed','','27-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',27,'http://ukdebtconsolidations.co.uk/2017/10/26/27-revision-v1/',0,'revision','',0),(54,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n<h2 style=\"text-align: left;\">The Income & Expenditure Spreadsheet</h2> \n<h3>All calculations are monthly</h3> \n<p><strong>Input your income, and the spreadsheet will calculate your total income:</strong></p> \n<p><img class=\"alignnone size-full wp-image-45\" title=\"Income\" alt=\"Income\" src=\"../wp-content/uploads/2012/05/Income.png\" width=\"447\" height=\"233\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income-300x156.png 300w, ../wp-content/uploads/2012/05/Income.png 447w\" sizes=\"(max-width: 447px) 100vw, 447px\"/></p> \n<p><strong>Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings.</strong></p> \n<p><img class=\"alignnone size-full wp-image-46\" title=\"Expenditure\" alt=\"\" src=\"../wp-content/uploads/2012/05/Expenditure.png\" width=\"411\" height=\"791\"/></p> \n<p><strong>Also when you complete the expenditure you will be given addition information (cells marked with a red flash in the top corner) as to what figures are best to use in certain cells.<br/></strong></p> \n<p><strong>The Spreadsheet will then calculate what disposable income is available for the creditors.</strong></p> \n<p><img class=\"alignnone size-full wp-image-47\" title=\"Disposable\" alt=\"Disposable\" src=\"../wp-content/uploads/2012/05/Disposable.png\" width=\"463\" height=\"203\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Disposable-300x131.png 300w, ../wp-content/uploads/2012/05/Disposable.png 463w\" sizes=\"(max-width: 463px) 100vw, 463px\"/></p> \n<p><strong>Finally enter the unsecured creditors to whom you owe money to. As you enter each creditor it will show you how much each creditor would receive on a pro-rata split.</strong></p> \n<p><img class=\"alignnone wp-image-48\" title=\"Pro-Rata Split\" alt=\"Pro-Rata Split\" src=\"../wp-content/uploads/2012/05/Pro-Rata-Split.png\" width=\"688\" height=\"303\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Pro-Rata-Split-300x132.png 300w, ../wp-content/uploads/2012/05/Pro-Rata-Split.png 688w\" sizes=\"(max-width: 688px) 100vw, 688px\"/></p> \n<p><strong>We have also included a sample Income & Expenditure highlighted by the red tab in the spreadsheet.</strong></p> \n<p><a href=\"../wp-content/uploads/2012/05/Sample-Tab.png\"><img class=\"aligncenter size-full wp-image-88\" title=\"Sample Tab\" alt=\"Sample Tab\" src=\"../wp-content/uploads/2012/05/Sample-Tab.png\" width=\"525\" height=\"76\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Sample-Tab-300x43.png 300w, ../wp-content/uploads/2012/05/Sample-Tab.png 525w\" sizes=\"(max-width: 525px) 100vw, 525px\"/></a></p> \n<h3><span>Price £2.50 – click on the “Buy Now” button to receive your copy of the Income & Expenditure:</span> \n <script type=\"text/javascript\"><![CDATA[\r\n var active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\";\r\n function paiddownloads_be3af667cb2acf1ca937e39889a36904e() {\r\n if (jQuery(\"#method_paypal_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\";\r\n else if (jQuery(\"#method_alertpay_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"alertpay_be3af667cb2acf1ca937e39889a36904e\";\r\n else if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"interkassa_be3af667cb2acf1ca937e39889a36904e\";\r\n if (active_be3af667cb2acf1ca937e39889a36904e == \"interkassa_be3af667cb2acf1ca937e39889a36904e\") {\r\n if (!jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\")) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n var paiddownloads_email = jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\").val();\r\n var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/;\r\n if (!paiddownloads_email.match(re)) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n jQuery(\"#ik_baggage_fields_be3af667cb2acf1ca937e39889a36904e\").val(paiddownloads_email);\r\n }\r\n jQuery(\"#\" + active_be3af667cb2acf1ca937e39889a36904e).click();\r\n return;\r\n }\r\n function paiddownloads_toggle_paiddownloads_email_be3af667cb2acf1ca937e39889a36904e() {\r\n if (jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\")) {\r\n if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideDown(100);\r\n else jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideUp(100);\r\n }\r\n }\r\n ]]></script></h3><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" style=\"display:none;\"> \n <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"/><input type=\"hidden\" name=\"business\" value=\"payments@ridingtherhino.co.uk\"/><input type=\"hidden\" name=\"no_shipping\" value=\"1\"/><input type=\"hidden\" name=\"rm\" value=\"2\"/><input type=\"hidden\" name=\"item_name\" value=\"Income & Expenditure\"/><input type=\"hidden\" name=\"item_number\" value=\"2\"/><input type=\"hidden\" name=\"amount\" value=\"2.5\"/><input type=\"hidden\" name=\"currency_code\" value=\"GBP\"/><input type=\"hidden\" name=\"custom\" value=\"\"/><input type=\"hidden\" name=\"charset\" value=\"utf-8\"/><input type=\"hidden\" name=\"bn\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\"/><input type=\"hidden\" name=\"return\" value=\"http://diy-debt.co.uk/income-expenditure/\"/><input type=\"hidden\" name=\"cancel_return\" value=\"http://diy-debt.co.uk/income-expenditure/\"/><input type=\"hidden\" name=\"notify_url\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\"/><input id=\"paypal_be3af667cb2acf1ca937e39889a36904e\" type=\"submit\" value=\"Buy Now\" style=\"margin: 0px; padding: 0px;\"/></form><input type=\"image\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" name=\"submit\" alt=\"Income & Expenditure\" style=\"margin: 5px 0px; padding: 0px; border: 0px;\" onclick=\"paiddownloads_be3af667cb2acf1ca937e39889a36904e(); return false;\"/><p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p> \n<p><img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p> \n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3> \n<p><a title=\"Home\" href=\"/\"/></p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_559631080\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_559631080&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1800739050\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1800739050&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','The Income & Expenditure Spreadsheet','DIY Income & Expenditure, Pro-rata split,','inherit','closed','closed','','28-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',28,'http://ukdebtconsolidations.co.uk/2017/10/26/28-revision-v1/',0,'revision','',0),(55,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n <h2>Debt Management Plan Accepted</h2> \n<p>Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>.In this particular case is the monthly proposal put to them was £4.00 per month.</p> \n<p><a href=\"../wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept.jpg\"><img class=\"aligncenter size-medium wp-image-367\" alt=\"Mackenzie Hall DMP Accept\" src=\"../wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" width=\"198\" height=\"300\"/></a></p> \n<p>Mackenzie Hall<br/> \nSpecialist Debt Recovery and Trace Solution Provider</p> \n<p>Portland House<br/> \n58 Portland St<br/> \nKilmarnock<br/> \nKA1 1JG</p> \n<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>Arrangement Accepted</strong></span></p> \n<p style=\"text-align: left;\">Dear Mr xxx</p> \n<p style=\"text-align: left;\">Thank you for your recent communication regarding the above account.</p> \n<p style=\"text-align: left;\">We are pleased to advise you that your recent offer of payment has now been approved. Unless otherwise arranged your payment is required before the end of the next calendar month.</p> \n<p style=\"text-align: left;\">Payment method being a Sterling Bankers Draft or a guaranteed Building Society Cheque made payable to <strong>‘</strong>Mackenzie Hall’<strong> </strong>quoting your name, address, and Reference Number Mxxxx on the rear of the payment and sent to us by Royal Mail Special Delivery. You must contact us and provide us with the Special Delivery Reference Number to enable us to track your payment. We also accept payment by credit card and debit card.</p> \n<p style=\"text-align: left;\">Alternatively you can pay cash into our bank account. The details are as follows;</p> \n<p style=\"text-align: left;\">Royal Bank Of Scotland<br/> \nAccount Number: 000298927<br/> \nSort Code: 83-25-15<br/> \nBank Reference: Mxxxx</p> \n<p style=\"text-align: left;\">We’re also taken note that authorisation has been given to yourselves to act on your client’s behalf in regards to the above account.</p> \n<p style=\"text-align: left;\">Should you have any questions, please telephone our offices on 0844 801 99320</p> \n<p style=\"text-align: left;\">Yours faithfully</p> \n<p style=\"text-align: left;\"><strong>In this particular situation it may be best to make payment by standing order. This way you know that it is being paid monthly and you are less likely to forget a payment.</strong></p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1425431465\" data-url=\"http://diy-debt.co.uk/mackenzie-hall-accept-dmp-arrangement/\" data-text=\"Mackenzie Hall accept DMP Arrangement\" data-desc=\"Debt Management Plan Accepted Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a debt management plan.In this particular case is the monthly proposal put to them was £4.00 per month. Mackenzie Hall Specialist Debt Recovery and Trace\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1425431465&link=http%3A%2F%2Fdiy-debt.co.uk%2Fmackenzie-hall-accept-dmp-arrangement%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1622791795\" data-url=\"http://diy-debt.co.uk/mackenzie-hall-accept-dmp-arrangement/\" data-text=\"Mackenzie Hall accept DMP Arrangement\" data-desc=\"Debt Management Plan Accepted Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a debt management plan.In this particular case is the monthly proposal put to them was £4.00 per month. Mackenzie Hall Specialist Debt Recovery and Trace\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1622791795&link=http%3A%2F%2Fdiy-debt.co.uk%2Fmackenzie-hall-accept-dmp-arrangement%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Mackenzie Hall accept DMP Arrangement ','Mackenzie Hall accept DMP Arrangement','inherit','closed','closed','','29-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',29,'http://ukdebtconsolidations.co.uk/2017/10/26/29-revision-v1/',0,'revision','',0),(56,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n <h2><strong>Notice of Eviction</strong></h2> \n<p align=\"right\"><strong>In the Central London County Court</strong></p> \n<p align=\"right\"><strong>Claim Number XY11245</strong></p> \n<p align=\"right\"><strong>Warrant Number 13457</strong></p> \n<p align=\"right\"><strong>Date 2 August 2011</strong></p> \n<p><strong>JOHN SMITH</strong></p> \n<p><strong>AND ALL OTHER OCCUPIERS</strong></p> \n<p><strong>123 SOMEWHERE ROAD</strong></p> \n<p><strong>NEWTOWN</strong></p> \n<p><strong>SO1 0W</strong></p> \n<p>The court had issued a warrant for the possession of the above property (land) at the request of</p> \n<div id=\"attachment_109\" style=\"width: 160px\" class=\"wp-caption alignright\"><a href=\"../wp-content/uploads/2012/05/Eviction-notice.jpg\" target=\"_blank\"><img class=\"size-thumbnail wp-image-109 \" title=\"Eviction notice\" src=\"../wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" alt=\"Eviction notice\" width=\"150\" height=\"150\"/></a><p class=\"wp-caption-text\">Click to View</p></div> \n<p>the claim. The warrant gives a county court bailiff the authority to evict you and hand over possession to the claimant. This notice tells you the time and date when the eviction will take place, what will happen on that date, and what you can do.</p> \n<p><strong>The eviction will take place on </strong><strong>21 August 2011</strong><strong> at 1130 AM</strong></p> \n<p>You should arrange to leave the property (land) with your belongings before this date and time.</p> \n<p><strong>What will happen</strong></p> \n<p>A procession warrant gives the bailiff authority to remove anyone still in the property (on the land) at the time the eviction is due to take place. A representative of the claimant will attend with the bailiff. That representative will change any locks, or take any steps necessary to prevent re-entry. If you have not removed all of your belongings when the eviction takes place, you will</p> \n<div id=\"attachment_110\" style=\"width: 160px\" class=\"wp-caption alignright\"><a href=\"../wp-content/uploads/2012/05/eviction-notice.jpg\" target=\"_blank\"><img class=\"size-thumbnail wp-image-110 \" title=\"Eviction Notice\" src=\"../wp-content/uploads/2012/05/eviction-notice-150x150.jpg\" alt=\"Eviction Notice\" width=\"150\" height=\"150\"/></a><p class=\"wp-caption-text\">Click to View</p></div> \n<p>only be allowed time to do so if the claimants representative agrees.</p> \n<p><strong>What you can do</strong></p> \n<p>you can get help and advice about the eviction, or about rehousing from an advice agency, a solicitor or your local Housing Department. <strong>Act immediately. In some circumstantially is, the court can decide to suspend the warrant and postpone the date for eviction. </strong>You should get advice now about whether the court may do so in your case or stop if it can, you must apply to the court setting out your grounds (reasons) for asking that it should.</p> \n<p>It is not sufficient just to say that you have not been able to find somewhere else to live or stop if you wish to apply you should ask the court for Form N244 (Application Notice). Once you have filled in the form with your request and the grounds on which you are making it, you will be given an appointment to see a judge. The claimant will be sent a copy of your application. You will have to pay a fee unless you qualify for free exemption or remission. A member of the Court’s staff will be able to give you more details about this.</p> \n<p>You must attend at the time and date given on the notice. The claimant, or the claimant’s representative, may also attend. If you do not go to the hearing, the judge may simply dismiss your application and you could incur additional costs.</p> \n<p>If you can pay off any arrears, contact the claimant, or the claimant solicitor, immediately you get this notice. Any payments must be made to the claimant and not to the court. Make sure that you get a receipt for any payments you make. It will be the claimant to decide whether your payment is sufficient to stop the eviction. If it is, the claimant must let the court know before the eviction is due to take place.</p> \n<p><strong>Contact</strong></p> \n<p>You can contact the bailiff who will be responsible for the eviction by telephoning 02079175111 Monday to Friday between the hours of 0700 AM – 0900 AM.</p> \n<p>The claimant (claimant’s solicitor) is ABC Solicitors</p> \n<p>Of</p> \n<p>Address</p> \n<h3><span>I you have received an Eviction Notice you can stop it! Click here: <a title=\"Eviction Page\" href=\"../eviction/\"><span>Eviction Page</span></a></span></h3> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_777685257\" data-url=\"http://diy-debt.co.uk/notice-eviction/\" data-text=\"Notice of Eviction\" data-desc=\"Notice of Eviction In the Central London County Court Claim Number XY11245 Warrant Number 13457 Date 2 August 2011 JOHN SMITH AND ALL OTHER OCCUPIERS 123 SOMEWHERE ROAD NEWTOWN SO1 0W The court had issued a warrant for the possession of the above property (land) at the request of Click to View the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_777685257&link=http%3A%2F%2Fdiy-debt.co.uk%2Fnotice-eviction%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_335773668\" data-url=\"http://diy-debt.co.uk/notice-eviction/\" data-text=\"Notice of Eviction\" data-desc=\"Notice of Eviction In the Central London County Court Claim Number XY11245 Warrant Number 13457 Date 2 August 2011 JOHN SMITH AND ALL OTHER OCCUPIERS 123 SOMEWHERE ROAD NEWTOWN SO1 0W The court had issued a warrant for the possession of the above property (land) at the request of Click to View the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_335773668&link=http%3A%2F%2Fdiy-debt.co.uk%2Fnotice-eviction%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Notice of Eviction ','Notice of Eviction, DIY Debt Help, DIY Debt Advice, Bailiffs, Repossession, Debt Advice UK, Debt Help UK, Court Order,','inherit','closed','closed','','30-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',30,'http://ukdebtconsolidations.co.uk/2017/10/26/30-revision-v1/',0,'revision','',0),(57,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n <p>If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow.<br/><b>So, where do you start?</b></p> \n<ol start=\"1\"><li>First of all, you need to apply for remortgaging and for that you need to know all the schemes and fundas available. You can go online to get multiple remortgaging quotes just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best.</li> \n<li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li> \n<li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li> \n<li>Now, it is important you make a legal search to note down each and every minute detail.</li> \n<li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li> \n<li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li> \n<li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li> \n</ol><p>So, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.</p> \n<p>Well, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_23047632\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_23047632&link=http%3A%2F%2Fdiy-debt.co.uk%2Fsecure-financial-life-remortgage-conveyancing%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_297911314\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_297911314&link=http%3A%2F%2Fdiy-debt.co.uk%2Fsecure-financial-life-remortgage-conveyancing%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Secure Your Financial Life with Remortgage Conveyancing ','Secure Your Financial Life with Remortgage Conveyancing','inherit','closed','closed','','31-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',31,'http://ukdebtconsolidations.co.uk/2017/10/26/31-revision-v1/',0,'revision','',0),(58,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n <p>Debt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don’t know where to start when it comes to actually doing something about it. In this post, we’ll be looking at what steps you should take in order to become debt free.</p> \n<ol><li> \n<h2>Find out exactly how much you owe.</h2> \n</li> \n</ol><p>Find out how much you owe in total, whether it’s all in one place or spread out amongst several debtors. Working out how much you owe is the best way to see how much you can pay off and how quickly you can do it. You’ll also want to find out your total monthly minimum payments.</p> \n<ol start=\"2\"><li> \n<h2>Find out how much the minimum payments are.</h2> \n</li> \n</ol><p>You need to at least pay the minimum payment or else you will receive a fine. If you have multiple debt, it is best to try and pay off one at a time but, you must make sure you pay the minimum debt of all your debtors in the mean time,</p> \n<ol start=\"3\"><li> \n<h2>Work out your cash flow.</h2> \n</li> \n</ol><p>At this point you’ll want to know how much money you are receiving and how much you are spending. If you are spending more than you’re earning, you will need to work out ways to tighten the belt and make it so your income outweighs your outgoings. You may need to sacrifice some luxuries but it is worth it in order to become debt free.</p> \n<ol start=\"4\"><li> \n<h2>Start planning.</h2> \n</li> \n</ol><p>Once you’ve got a positive cash flow, you’ll want to start planning your way of getting debt free. If you only have one debt, then you’ll obviously want to focus all your spare income on that. If you have multiple debts, you’ll want to work out which one requires the most attention and then focus on that.</p> \n<p>There are two ways of working out which debt you should start with. You could decide to start focusing on your smallest debt first and work your way up to the largest. This means you’ll start off easier and work your way up. However, keep in mind interest. If your smallest debt isn’t the one with the highest interest, you may want to consider the second way. The second way has you tackle either the biggest debt or the debt with the most interest. This means you’ll start off hard but every debt you pay off will become easier and smaller. The second method tends to be the best if you’re prepared to get tough.</p> \n<ol start=\"5\"><li> \n<h2>Set a goal.</h2> \n</li> \n</ol><p>A debt free plan can tell you how to get out of debt but a debt free goal can give you an idea of when you’ll be debt free. Setting achievable, realistic goals is a great way to see if your plans are working and gives you a great confidence boost.</p> \n<ol start=\"6\"><li> \n<h2>Work hard!</h2> \n</li> \n</ol><p>Deciding to tackle your debt is great, but the real challenge comes in actually paying it off. The faster you pay it off, the faster you can have peace of mind and a fresh financial start. Work hard to earn more money and consider doing extra time or working weekends. Speed up this process by making as many cuts in your spending as possible. Go without luxuries, you can always continue buying them after you’re debt free.</p> \n<ol start=\"7\"><li> \n<h2>Don’t give up!</h2> \n</li> \n</ol><p>It may get tough at times but never give up! People have become debt free before you and others will do it after you. It is possible. Accept that paying off debt can be a lengthy process and stick with it. Good luck!</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_510745096\" data-url=\"http://diy-debt.co.uk/start-paying-debt/\" data-text=\"How To Start Paying Off Debt\" data-desc=\"Debt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don\'t know where to start when it comes to actually doing something about it. In this post, we\'ll be looking at what steps you should take in order to become debt free.\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_510745096&link=http%3A%2F%2Fdiy-debt.co.uk%2Fstart-paying-debt%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_329921276\" data-url=\"http://diy-debt.co.uk/start-paying-debt/\" data-text=\"How To Start Paying Off Debt\" data-desc=\"Debt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don\'t know where to start when it comes to actually doing something about it. In this post, we\'ll be looking at what steps you should take in order to become debt free.\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_329921276&link=http%3A%2F%2Fdiy-debt.co.uk%2Fstart-paying-debt%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','How To Start Paying Off Debt ','How To Start Paying Off Debt','inherit','closed','closed','','32-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',32,'http://ukdebtconsolidations.co.uk/2017/10/26/32-revision-v1/',0,'revision','',0),(59,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n <div id=\"attachment_168\" style=\"width: 160px\" class=\"wp-caption alignleft\"><a href=\"../wp-content/uploads/2012/05/Warrant-of-Execution.jpg\"><img class=\"size-thumbnail wp-image-168\" title=\"Warrant Execution\" src=\"../wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" alt=\"Warrant Execution\" width=\"150\" height=\"150\"/></a><p class=\"wp-caption-text\">Click to enlarge</p></div> \n<h2>Noticed of Issue of Warrant of Execution</h2> \n<p>In the Northampton (CCBC)<br/> \nCase Number X1234<br/> \nWarrant Number V123<br/> \nLocal Number FW123<br/> \nClaimant Ref ABC 123</p> \n<p style=\"text-align: left;\">Mr Joe Blogs<br/> \n123 Any Street<br/> \nNewtown<br/> \nSOI 0WE</p> \n<p style=\"text-align: left;\"><strong>Urgent</strong><br/><strong>To be Defendant</strong><br/> \nYou have not made a payment under the judgment as you were ordered. The claimant has therefore asked for a warrant to the issued to the bailiff to seize and sell your goods. Unless you pay the amount due to the County Court <strong>before 31 October the bailiff will call and may remove your goods for sale at public auction.</strong> This means that you will have to pay further costs.</p> \n<p><strong>Total to Pay</strong> £152.25<br/> \n(Including fee)s on this warrant<br/><strong>Balance Outstanding</strong> £5816.76<br/> \n( after payment of this warrant)</p> \n<p style=\"text-align: left;\"><strong>Send or take your payment and this form</strong><br/><strong>to the court office at</strong></p> \n<p style=\"text-align: left;\">Maidstone County Court<br/> \nThe Law Courts<br/> \nBarker Road<br/> \nMaidstone<br/> \nKent<br/> \nME16 8EQ<br/> \nBAILIFFS OFFICE IS OPEN FROM 9:00 AM TO 13:30 AM<br/> \nTELEPHONE NUMBER 01622202094<br/> \nFAX NUMBER 01622202002</p> \n<h3 style=\"text-align: left;\"><span>So if you have received a Warrant of Execution and you want to stop the Bailiffs from visiting and also offer to make reduced monthly payments then visit our <a title=\"Stop Warrant of Execution\" href=\"../warrant-of-execution/\"><span>DIY Stop Warrant of Execution </span></a>Section</span></h3> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1766456563\" data-url=\"http://diy-debt.co.uk/warrant-execution/\" data-text=\"Warrant of Execution\" data-desc=\"Click to enlarge Noticed of Issue of Warrant of Execution In the Northampton (CCBC) Case Number X1234 Warrant Number V123 Local Number FW123 Claimant Ref ABC 123 Mr Joe Blogs 123 Any Street Newtown SOI 0WE Urgent To be Defendant You have not made a payment under the judgment as you were ordered.\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1766456563&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-execution%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1774740819\" data-url=\"http://diy-debt.co.uk/warrant-execution/\" data-text=\"Warrant of Execution\" data-desc=\"Click to enlarge Noticed of Issue of Warrant of Execution In the Northampton (CCBC) Case Number X1234 Warrant Number V123 Local Number FW123 Claimant Ref ABC 123 Mr Joe Blogs 123 Any Street Newtown SOI 0WE Urgent To be Defendant You have not made a payment under the judgment as you were ordered.\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1774740819&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-execution%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Warrant of Execution ','DIY Debt, Court Order, Warrant of execution, Debt Advice UK, Debt Help UK, Bailiff,','inherit','closed','closed','','33-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',33,'http://ukdebtconsolidations.co.uk/2017/10/26/33-revision-v1/',0,'revision','',0),(60,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n<h2>You have received a Warrant of Execution and you want to stop the Bailiffs from visiting?</h2> \n<p>So you have received a Warrant of Execution (see below) from the courts?</p> \n<div id=\"attachment_168\" style=\"width: 227px\" class=\"wp-caption aligncenter\"><a href=\"../wp-content/uploads/2012/05/Warrant-of-Execution.jpg\" target=\"_blank\"><img class=\"size-medium wp-image-168 \" title=\"Warrant Execution\" alt=\"Warrant Execution\" src=\"../wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" width=\"217\" height=\"300\"/></a><p class=\"wp-caption-text\">Click to Enlarge</p></div> \n<p>Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing!</p> \n<p>It does not mean that you have to pay the full amount that they are requesting, if you follow the correct procedures. It is still possible to stop the bailiff visit and get the courts to authorise reduced monthly payments (to something you can afford).</p> \n<p> </p> \n<p> </p> \n<h3><span>Price £0.00 – click on the “Buy Now” button to receive your copy of Stopping a Warrant of Execution:</span> </h3> \n<p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p> \n<p><img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p> \n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3> \n<p><a title=\"Home\" href=\"/\"/></p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_759019009\" data-url=\"http://diy-debt.co.uk/warrant-of-execution/\" data-text=\"DIY Stop Warrant of Execution\" data-desc=\"You have received a Warrant of Execution and you want to stop the Bailiffs from visiting? So you have received a Warrant of Execution (see below) from the courts? Click to Enlarge Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing! It does not mean that\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_759019009&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-of-execution%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_356166991\" data-url=\"http://diy-debt.co.uk/warrant-of-execution/\" data-text=\"DIY Stop Warrant of Execution\" data-desc=\"You have received a Warrant of Execution and you want to stop the Bailiffs from visiting? So you have received a Warrant of Execution (see below) from the courts? Click to Enlarge Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing! It does not mean that\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_356166991&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-of-execution%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','You have received a Warrant of Execution and you want to stop the Bailiffs from visiting?','DIY Stop Warrant of Execution, N244','inherit','closed','closed','','34-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',34,'http://ukdebtconsolidations.co.uk/2017/10/26/34-revision-v1/',0,'revision','',0),(61,2,'2017-10-26 09:46:37','2017-10-26 09:46:37','<div class=\"entry-content\"> \n <p><b>what is debt management?</b><br/> \nDebt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to overcome debt management problems.</p> \n<p><b>Consolidation of Debts</b><br/> \nBorrowers with multiple debts can consolidate them into a single amount. This makes it very convenient to pay since only a single amount is paid monthly. In addition, the borrowers get lower interest rates which reduce the total amount paid. However, this applies to unsecured debts such as personal loans and advances only, mortgages and other secured debts cannot be consolidated. There are different ways to go about it:</p> \n<p><span style=\"text-decoration: underline;\">1. Credit transfers</span><br/> \nDebtors with many credit balances can transfer them to a single credit card. This will considerably reduce the interest rate.</p> \n<p><span style=\"text-decoration: underline;\">2. Taking a personal loan</span><br/> \nBorrowers can take a personal loan although the interest rate in this case is high because the loan is unsecured.<br/><span style=\"text-decoration: underline;\"><br/> \n3. Applying for home equity</span><br/> \nThis is a good option for debtors with high credit scores and a home to act as collateral security. The main advantage of this option is that the risks involved are lower and therefore financial institutions charge less interest rate.</p> \n<p>The method of consolidation will depend on factors such as amount owed, repayment schedule and income.</p> \n<p><span style=\"text-decoration: underline;\">Debt Negotiation</span><br/> \nIn cases where the debtor faces bankruptcy or legal action, negotiating with lenders to settle for a lesser payment is a good strategy. It is commonly used where it is evident that the debtor cannot repay the full amount. Borrowers may approach the lenders directly or involve third party professionals to negotiate on their behalf. However, this strategy leads to poor credit rating and may result to lawsuits in case of fraudulent conveyance or default in payment.</p> \n<p><span style=\"text-decoration: underline;\">Contacting Tax Credit Advisers</span></p> \n<p>Tax credits contact offer useful information and advice to individuals who have tax credits issues. They deal with matters such as:</p> \n<p>i. Legal action due to tax credits fraud.<br/> \nii. Appeals and complaints.<br/> \niii. Advice on any specific issue about tax credits.<br/> \niv. Repayments claims.<br/> \nv. Any specific inquiry about tax credits.</p> \n<p>Debtors may authorize agents such as accountants to act on their behalf or they may contact the specialists directly.</p> \n<p><span style=\"text-decoration: underline;\">Changing Spending Habits</span><br/> \nThe main reason why many people find themselves in debt management problems is poor spending habits. Here are some budgeting tips to help improve your spending habits.</p> \n<p>i. List all your monthly expenses.<br/> \nii. Distinguish between the necessary and unnecessary expenses and reduce spending on the unnecessary items.<br/> \niii. List all the luxury products bought and calculate the amount spent. Use the money in reducing your debts.<br/> \niv. Always ensure your credit card has more than the minimum amount to avoid high interest charges.<br/> \nv. Avoid credit purchases to cut down the debts.</p> \n<p><span style=\"text-decoration: underline;\">Debt Management Firms Recommendation</span><br/> \nThere are firms that specialize in offering debt management solutions to debtor in financial crisis. They actually do debt consolidation, negotiation and settlement of other debt issues on behalf of their clients. They also offer information and advice to clients on how to solve debt issues and maintain a good credit record. This strategy is more appropriate for individuals who don’t have time or financial knowledge to manage their debts.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_769001443\" data-url=\"http://diy-debt.co.uk/ways-overcome-debt-management/\" data-text=\"DIFFERENT WAYS TO OVERCOME DEBT MANAGEMENT\" data-desc=\"what is debt management? Debt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_769001443&link=http%3A%2F%2Fdiy-debt.co.uk%2Fways-overcome-debt-management%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_566160486\" data-url=\"http://diy-debt.co.uk/ways-overcome-debt-management/\" data-text=\"DIFFERENT WAYS TO OVERCOME DEBT MANAGEMENT\" data-desc=\"what is debt management? Debt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_566160486&link=http%3A%2F%2Fdiy-debt.co.uk%2Fways-overcome-debt-management%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DIFFERENT WAYS TO OVERCOME DEBT MANAGEMENT ',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','35-revision-v1','','','2017-10-26 09:46:37','2017-10-26 09:46:37','',35,'http://ukdebtconsolidations.co.uk/2017/10/26/35-revision-v1/',0,'revision','',0),(62,2,'2017-10-26 09:49:28','2017-10-26 09:49:28','<div class=\"entry-content\">\n\n \n<h2>Debt Management Plan Acceptance Letter</h2>\nThis is the sort of letter that you can expect to receive when you put yourself into a DIY <a title=\"DMP Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\">Debt Management Plan</a>.\n<p style=\"text-align: left;\">Dear Sirs,</p>\n \n<p style=\"text-align: left;\">We refer to our recent communication regarding the above account.</p>\n \n<p style=\"text-align: left;\">We will accept the proposal of £41.00 which has been put forward. However we do not accept this offer as a permanent arrangement for paying off this account and would like to review the arrangement with you in the future.</p>\n \n<p style=\"text-align: left;\">Is any payment is late or missed, the account will be treated as being in default and will be returned to our collection division without notice. Any accrued interest at that point in time will be applied to the account.</p>\n \n<p style=\"text-align: left;\">The first payment must be received within 30 days from the above date on this letter. We can accept payments from you via our banking processes or by cheque.</p>\n \n<p style=\"text-align: left;\">We look forward to hearing from you.</p>\n \n<p style=\"text-align: left;\">Yours faithfully</p>\n \n<p style=\"text-align: left;\"></p>\n \n\n \n<p style=\"text-align: center;\">Click on image to view full size.</p>\n \n<p style=\"text-align: left;\">Click on <a title=\"DIY Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\" target=\"_blank\" rel=\"noopener\">DIY Debt Management Plan</a> for further information.</p>\n \n<div id=\"linksalpha_tag_56675365\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_56675365&link=http%3A%2F%2Fdiy-debt.co.uk%2Faktiv-kapital-dmp-acceptance-letter%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_566142714\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_566142714&link=http%3A%2F%2Fdiy-debt.co.uk%2Faktiv-kapital-dmp-acceptance-letter%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','Debt Acceptance Letter','','inherit','closed','closed','','12-autosave-v1','','','2017-10-26 09:49:28','2017-10-26 09:49:28','',12,'http://ukdebtconsolidations.co.uk/2017/10/26/12-autosave-v1/',0,'revision','',0),(63,2,'2017-10-26 09:49:35','2017-10-26 09:49:35','<div class=\"entry-content\">\r\n\r\n \r\n<h2>Debt Management Plan Acceptance Letter</h2>\r\nThis is the sort of letter that you can expect to receive when you put yourself into a DIY <a title=\"DMP Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\">Debt Management Plan</a>.\r\n<p style=\"text-align: left;\">Dear Sirs,</p>\r\n \r\n<p style=\"text-align: left;\">We refer to our recent communication regarding the above account.</p>\r\n \r\n<p style=\"text-align: left;\">We will accept the proposal of £41.00 which has been put forward. However we do not accept this offer as a permanent arrangement for paying off this account and would like to review the arrangement with you in the future.</p>\r\n \r\n<p style=\"text-align: left;\">Is any payment is late or missed, the account will be treated as being in default and will be returned to our collection division without notice. Any accrued interest at that point in time will be applied to the account.</p>\r\n<p style=\"text-align: left;\">The first payment must be received within 30 days from the above date on this letter. We can accept payments from you via our banking processes or by cheque.</p>\r\n<p style=\"text-align: left;\">We look forward to hearing from you.</p>\r\n \r\n<p style=\"text-align: left;\">Yours faithfully</p>\r\n \r\n<div id=\"linksalpha_tag_56675365\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_56675365&link=http%3A%2F%2Fdiy-debt.co.uk%2Faktiv-kapital-dmp-acceptance-letter%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_566142714\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_566142714&link=http%3A%2F%2Fdiy-debt.co.uk%2Faktiv-kapital-dmp-acceptance-letter%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Debt Acceptance Letter','Aktiv Kapital DMP Acceptance Letter','inherit','closed','closed','','12-revision-v1','','','2017-10-26 09:49:35','2017-10-26 09:49:35','',12,'http://ukdebtconsolidations.co.uk/2017/10/26/12-revision-v1/',0,'revision','',0),(64,2,'2017-10-26 09:49:56','2017-10-26 09:49:56','<div class=\"entry-content\">\r\n<h2>Debt Management Plan Acceptance Letter</h2>\r\nThis is the sort of letter that you can expect to receive when you put yourself into a DIY <a title=\"DMP Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\">Debt Management Plan</a>.\r\n<p style=\"text-align: left;\">Dear Sirs,</p>\r\n<p style=\"text-align: left;\">We refer to our recent communication regarding the above account.</p>\r\n<p style=\"text-align: left;\">We will accept the proposal of £41.00 which has been put forward. However we do not accept this offer as a permanent arrangement for paying off this account and would like to review the arrangement with you in the future.</p>\r\n<p style=\"text-align: left;\">Is any payment is late or missed, the account will be treated as being in default and will be returned to our collection division without notice. Any accrued interest at that point in time will be applied to the account.</p>\r\n<p style=\"text-align: left;\">The first payment must be received within 30 days from the above date on this letter. We can accept payments from you via our banking processes or by cheque.</p>\r\n<p style=\"text-align: left;\">We look forward to hearing from you.</p>\r\n<p style=\"text-align: left;\">Yours faithfully</p>\r\n\r\n<div id=\"linksalpha_tag_56675365\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_56675365&link=http%3A%2F%2Fdiy-debt.co.uk%2Faktiv-kapital-dmp-acceptance-letter%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_566142714\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\"/>\r\n<p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_566142714&link=http%3A%2F%2Fdiy-debt.co.uk%2Faktiv-kapital-dmp-acceptance-letter%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<p>\r\n</p>\r\n<div class=\"clear-cols\"/> </div>\r\n<p>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Debt Acceptance Letter','Aktiv Kapital DMP Acceptance Letter','inherit','closed','closed','','12-revision-v1','','','2017-10-26 09:49:56','2017-10-26 09:49:56','',12,'http://ukdebtconsolidations.co.uk/2017/10/26/12-revision-v1/',0,'revision','',0),(65,2,'2017-10-26 09:50:22','2017-10-26 09:50:22','<div class=\"entry-content\">\r\n<h2>Debt Management Plan Acceptance Letter</h2>\r\nThis is the sort of letter that you can expect to receive when you put yourself into a DIY <a title=\"DMP Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\">Debt Management Plan</a>.\r\n<p style=\"text-align: left;\">Dear Sirs,</p>\r\n<p style=\"text-align: left;\">We refer to our recent communication regarding the above account.</p>\r\n<p style=\"text-align: left;\">We will accept the proposal of £41.00 which has been put forward. However we do not accept this offer as a permanent arrangement for paying off this account and would like to review the arrangement with you in the future.</p>\r\n<p style=\"text-align: left;\">Is any payment is late or missed, the account will be treated as being in default and will be returned to our collection division without notice. Any accrued interest at that point in time will be applied to the account.</p>\r\n<p style=\"text-align: left;\">The first payment must be received within 30 days from the above date on this letter. We can accept payments from you via our banking processes or by cheque.</p>\r\n<p style=\"text-align: left;\">We look forward to hearing from you.</p>\r\n<p style=\"text-align: left;\">Yours faithfully</p>\r\n\r\n<div id=\"linksalpha_tag_56675365\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\">\r\n\r\n</div>','Debt Acceptance Letter','Aktiv Kapital DMP Acceptance Letter','inherit','closed','closed','','12-revision-v1','','','2017-10-26 09:50:22','2017-10-26 09:50:22','',12,'http://ukdebtconsolidations.co.uk/2017/10/26/12-revision-v1/',0,'revision','',0),(66,2,'2017-10-26 09:50:31','2017-10-26 09:50:31','<div class=\"entry-content\">\r\n<h2>Debt Management Plan Acceptance Letter</h2>\r\nThis is the sort of letter that you can expect to receive when you put yourself into a DIY <a title=\"DMP Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\">Debt Management Plan</a>.\r\n<p style=\"text-align: left;\">Dear Sirs,</p>\r\n<p style=\"text-align: left;\">We refer to our recent communication regarding the above account.</p>\r\n<p style=\"text-align: left;\">We will accept the proposal of £41.00 which has been put forward. However we do not accept this offer as a permanent arrangement for paying off this account and would like to review the arrangement with you in the future.</p>\r\n<p style=\"text-align: left;\">Is any payment is late or missed, the account will be treated as being in default and will be returned to our collection division without notice. Any accrued interest at that point in time will be applied to the account.</p>\r\n<p style=\"text-align: left;\">The first payment must be received within 30 days from the above date on this letter. We can accept payments from you via our banking processes or by cheque.</p>\r\n<p style=\"text-align: left;\">We look forward to hearing from you.</p>\r\n<p style=\"text-align: left;\">Yours faithfully</p>\r\n\r\n<div id=\"linksalpha_tag_56675365\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\"> [your name]</div>\r\n</div>','Debt Acceptance Letter','Aktiv Kapital DMP Acceptance Letter','inherit','closed','closed','','12-revision-v1','','','2017-10-26 09:50:31','2017-10-26 09:50:31','',12,'http://ukdebtconsolidations.co.uk/2017/10/26/12-revision-v1/',0,'revision','',0),(67,2,'2017-10-26 09:50:54','2017-10-26 09:50:54','<div class=\"entry-content\"> \n <p>Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this system remains fairly same, the transactions and rules of transactions may vary according to national territories of a country.</p> \n<p><b>What is a direct debit?</b></p> \n<p>In simple words, direct debit or a direct withdrawal is that transaction in which an authorised person draws from another person’s bank account following a prior notice and agreement between the two parties. For example, consider the payment of a utility bill like your gas bill which requires you to issue a cheque every month to the gas company. With this facility, you can allow the gas company to directly withdraw a specified amount from your account at a specified day which will reduce the hassle of you directly paying the bill.</p> \n<p><b>Are there any risks? What are the benefits?</b></p> \n<p>The risk involved is very less because you have the complete authority over the amount which is to be debited. Only the agreed amount of money is allowed to be withdrawn by the “payee” (the company/person receiving money from you) on an agreed date. The agreement can also be dissolved at any point of time.</p> \n<p><b>There are many benefits with direct withdrawal:</b></p> \n<ul><li>Primarily, it reduces the hassle and confusion arising out of paying periodical bills because they get automatically paid from your account.</li> \n<li>Even though the payee has an authority to withdraw money, the ultimate right is vested in you. You may change the amount of money, day on which it will be withdrawn etc. at any time by issuing a notice to the bank and the payee.</li> \n<li>Once the agreement is set up, there is very little hassle on your part. You simply need to ensure sufficient balance in your bank account on the day specified to make it easy for withdrawing.</li> \n<li>If at all there has been a debit error, your bank is obliged to refund it back to you as soon as possible and then claim it from the payee. In this way, your money is always safe.</li> \n<li>You can also cancel the direct debit whenever you want to.</li> \n<li>The bank also keeps a record of all the direct debits for a period of 13 months from the last payment, which is called the dormancy period, if you ever forget to cancel a direct debit.</li> \n</ul><p>Life sure is a lot easier with systems like direct debit and tax credit. If you are a single parent and find it difficult to handle your financial situation, make sure you have <a href=\"http://www.taxcreditguide.co.uk/\">tax credits phone number</a><b> </b>handy to enquire if you are eligible for tax credits.</p> \n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1782557295\" data-url=\"http://diy-debt.co.uk/benefits-direct-debit/\" data-text=\"Benefits of direct debit\" data-desc=\"Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1782557295&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbenefits-direct-debit%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1708364391\" data-url=\"http://diy-debt.co.uk/benefits-direct-debit/\" data-text=\"Benefits of direct debit\" data-desc=\"Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1708364391&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbenefits-direct-debit%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','10 Benefits of direct debit ','Benefits of direct debit','inherit','closed','closed','','14-revision-v1','','','2017-10-26 09:50:54','2017-10-26 09:50:54','',14,'http://ukdebtconsolidations.co.uk/2017/10/26/14-revision-v1/',0,'revision','',0),(68,2,'2017-10-26 09:51:08','2017-10-26 09:51:08','<div class=\"entry-content\">\n <p>Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this system remains fairly same, the transactions and rules of transactions may vary according to national territories of a country.</p>\n<p><b>What is a direct debit?</b></p>\n<p>In simple words, direct debit or a direct withdrawal is that transaction in which an authorised person draws from another person’s bank account following a prior notice and agreement between the two parties. For example, consider the payment of a utility bill like your gas bill which requires you to issue a cheque every month to the gas company. With this facility, you can allow the gas company to directly withdraw a specified amount from your account at a specified day which will reduce the hassle of you directly paying the bill.</p>\n<p><b>Are there any risks? What are the benefits?</b></p>\n<p>The risk involved is very less because you have the complete authority over the amount which is to be debited. Only the agreed amount of money is allowed to be withdrawn by the “payee” (the company/person receiving money from you) on an agreed date. The agreement can also be dissolved at any point of time.</p>\n<p><b>There are many benefits with direct withdrawal:</b></p>\n<ul><li>Primarily, it reduces the hassle and confusion arising out of paying periodical bills because they get automatically paid from your account.</li>\n<li>Even though the payee has an authority to withdraw money, the ultimate right is vested in you. You may change the amount of money, day on which it will be withdrawn etc. at any time by issuing a notice to the bank and the payee.</li>\n<li>Once the agreement is set up, there is very little hassle on your part. You simply need to ensure sufficient balance in your bank account on the day specified to make it easy for withdrawing.</li>\n<li>If at all there has been a debit error, your bank is obliged to refund it back to you as soon as possible and then claim it from the payee. In this way, your money is always safe.</li>\n<li>You can also cancel the direct debit whenever you want to.</li>\n<li>The bank also keeps a record of all the direct debits for a period of 13 months from the last payment, which is called the dormancy period, if you ever forget to cancel a direct debit.</li>\n</ul><p>Life sure is a lot easier with systems like direct debit and tax credit. If you are a single parent and find it difficult to handle your financial situation, make sure you have <a href=\"http://www.taxcreditguide.co.uk/\">tax credits phone number</a><b> </b>handy to enquire if you are eligible for tax credits.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1782557295\" data-url=\"http://diy-debt.co.uk/benefits-direct-debit/\" data-text=\"Benefits of direct debit\" data-desc=\"Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1782557295&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbenefits-direct-debit%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1708364391\" data-url=\"http://diy-debt.co.uk/benefits-direct-debit/\" data-text=\"Benefits of direct debit\" data-desc=\"Direct debit is one of the easiest, efficient and fastest ways to pay your periodic bills. Direct debit facility is offered by several banks in many countries like United Kingdom, Switzerland, United States of America, Spain, Germany, South Africa and many more. Though the basic concept of this\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1708364391&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbenefits-direct-debit%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','10 Benefits of direct debit','Benefits of direct debit','inherit','closed','closed','','14-revision-v1','','','2017-10-26 09:51:08','2017-10-26 09:51:08','',14,'http://ukdebtconsolidations.co.uk/2017/10/26/14-revision-v1/',0,'revision','',0),(69,2,'2017-10-26 09:51:35','2017-10-26 09:51:35','<div class=\"entry-content\">\n <h2>HSBC Accept Debt Management Plan (DMP)</h2>\n<p>Here is HSBC’s letter accepting reduced payments in a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">DMP</a></p>\n<p style=\"text-align: center;\"><a href=\"../wp-content/uploads/2014/01/HSBC-Debt-Management-Plan.jpg\" target=\"_blank\"><img class=\"aligncenter size-medium wp-image-373\" title=\"HSBC Debt Management Plan\" alt=\"HSBC Debt Management Plan\" src=\"../wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" width=\"216\" height=\"300\" srcset=\"../wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg 216w,../wp-content/uploads/2014/01/HSBC-Debt-Management-Plan.jpg 619w\" sizes=\"(max-width: 216px) 100vw, 216px\"/></a></p>\n<p>HSBC</p>\n<p>31 December 2018</p>\n<p>Dear Sir/Madam</p>\n<p>WITHOUT PREJUDICE</p>\n<p style=\"text-align: left;\">Re: NAME ADDRESS</p>\n<p style=\"text-align: left;\">Beneficial Finance Credit Card Number: NUMBER</p>\n<p style=\"text-align: left;\">We are prepared to accept your proposal on behalf of NAME for reduced payment of £13.00 per month for a maximum period of 12 months. The first payment must be received and credited to the account within 30 days from the date of this letter.</p>\n<p style=\"text-align: left;\">No interest or admin charges will be applied to the account of this arrangement is in force.</p>\n<p style=\"text-align: left;\">Should our customers circumstances change before the review date we must be advised immediately and we would be provided with a revised financial statement and payment proposal.</p>\n<p style=\"text-align: left;\">If, after this arrangement has expired, you want the arrangement to be extended we shall require a revised financial statement will stop Should this not be forthcoming we will contact the customer direct for repayment of any arrears.</p>\n<p style=\"text-align: left;\">If you have any queries, please contact one of our advisers on 0870 010 8516</p>\n<p style=\"text-align: left;\">Yours Sincerely</p>\n<p style=\"text-align: left;\">Card Collections</p>\n<p style=\"text-align: left;\"><strong>So as you can see a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">Debt Management Plan</a> can be achieved even with a major bank, not just collection agencies.</strong></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_19332250\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_19332250&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan-hsbc%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_696722009\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_696722009&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan-hsbc%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Ultimate Debt Management Plan with HSBC ',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','19-revision-v1','','','2017-10-26 09:51:35','2017-10-26 09:51:35','',19,'http://ukdebtconsolidations.co.uk/2017/10/26/19-revision-v1/',0,'revision','',0),(70,2,'2017-10-26 09:51:48','2017-10-26 09:51:48','<div class=\"entry-content\">\n <p><b>what is debt management?</b><br/>\nDebt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to overcome debt management problems.</p>\n<p><b>Consolidation of Debts</b><br/>\nBorrowers with multiple debts can consolidate them into a single amount. This makes it very convenient to pay since only a single amount is paid monthly. In addition, the borrowers get lower interest rates which reduce the total amount paid. However, this applies to unsecured debts such as personal loans and advances only, mortgages and other secured debts cannot be consolidated. There are different ways to go about it:</p>\n<p><span style=\"text-decoration: underline;\">1. Credit transfers</span><br/>\nDebtors with many credit balances can transfer them to a single credit card. This will considerably reduce the interest rate.</p>\n<p><span style=\"text-decoration: underline;\">2. Taking a personal loan</span><br/>\nBorrowers can take a personal loan although the interest rate in this case is high because the loan is unsecured.<br/><span style=\"text-decoration: underline;\"><br/>\n3. Applying for home equity</span><br/>\nThis is a good option for debtors with high credit scores and a home to act as collateral security. The main advantage of this option is that the risks involved are lower and therefore financial institutions charge less interest rate.</p>\n<p>The method of consolidation will depend on factors such as amount owed, repayment schedule and income.</p>\n<p><span style=\"text-decoration: underline;\">Debt Negotiation</span><br/>\nIn cases where the debtor faces bankruptcy or legal action, negotiating with lenders to settle for a lesser payment is a good strategy. It is commonly used where it is evident that the debtor cannot repay the full amount. Borrowers may approach the lenders directly or involve third party professionals to negotiate on their behalf. However, this strategy leads to poor credit rating and may result to lawsuits in case of fraudulent conveyance or default in payment.</p>\n<p><span style=\"text-decoration: underline;\">Contacting Tax Credit Advisers</span></p>\n<p>Tax credits contact offer useful information and advice to individuals who have tax credits issues. They deal with matters such as:</p>\n<p>i. Legal action due to tax credits fraud.<br/>\nii. Appeals and complaints.<br/>\niii. Advice on any specific issue about tax credits.<br/>\niv. Repayments claims.<br/>\nv. Any specific inquiry about tax credits.</p>\n<p>Debtors may authorize agents such as accountants to act on their behalf or they may contact the specialists directly.</p>\n<p><span style=\"text-decoration: underline;\">Changing Spending Habits</span><br/>\nThe main reason why many people find themselves in debt management problems is poor spending habits. Here are some budgeting tips to help improve your spending habits.</p>\n<p>i. List all your monthly expenses.<br/>\nii. Distinguish between the necessary and unnecessary expenses and reduce spending on the unnecessary items.<br/>\niii. List all the luxury products bought and calculate the amount spent. Use the money in reducing your debts.<br/>\niv. Always ensure your credit card has more than the minimum amount to avoid high interest charges.<br/>\nv. Avoid credit purchases to cut down the debts.</p>\n<p><span style=\"text-decoration: underline;\">Debt Management Firms Recommendation</span><br/>\nThere are firms that specialize in offering debt management solutions to debtor in financial crisis. They actually do debt consolidation, negotiation and settlement of other debt issues on behalf of their clients. They also offer information and advice to clients on how to solve debt issues and maintain a good credit record. This strategy is more appropriate for individuals who don’t have time or financial knowledge to manage their debts.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_769001443\" data-url=\"http://diy-debt.co.uk/ways-overcome-debt-management/\" data-text=\"DIFFERENT WAYS TO OVERCOME DEBT MANAGEMENT\" data-desc=\"what is debt management? Debt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_769001443&link=http%3A%2F%2Fdiy-debt.co.uk%2Fways-overcome-debt-management%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_566160486\" data-url=\"http://diy-debt.co.uk/ways-overcome-debt-management/\" data-text=\"DIFFERENT WAYS TO OVERCOME DEBT MANAGEMENT\" data-desc=\"what is debt management? Debt management refers to the strategies applied to pay off multiple debts in order to avoid financial crisis. Personal loans, mortgages, and other debts can lead to financial difficulties especially in recession times. This article provides you with different solutions to\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_566160486&link=http%3A%2F%2Fdiy-debt.co.uk%2Fways-overcome-debt-management%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DEBT MANAGEMENT Solutions',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','35-revision-v1','','','2017-10-26 09:51:48','2017-10-26 09:51:48','',35,'http://ukdebtconsolidations.co.uk/2017/10/26/35-revision-v1/',0,'revision','',0),(71,2,'2017-10-26 09:52:00','2017-10-26 09:52:00','<div class=\"entry-content\">\n<h2 style=\"text-align: left;\">DIY Debt Management Plan (DMP)</h2>\n<p>The do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be.</p>\n<p>In this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.</p>\n<p>You will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.</p>\n<p>The pack includes:</p>\n<ul><li>DMP easy to follow flow chart</li>\n<li>Initial letter of contact to the creditors</li>\n<li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\n<li>Offer of payment letter</li>\n<li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\n<li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\n<li>Freeze Interest Letter</li>\n<li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\n<li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\n</ul><h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\n<h3><span>Price £9.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</span> \n <script type=\"text/javascript\"><![CDATA[\r\n var active_b747d183356eca7775f15fd2adae0b79d = \"paypal_b747d183356eca7775f15fd2adae0b79d\";\r\n function paiddownloads_b747d183356eca7775f15fd2adae0b79d() {\r\n if (jQuery(\"#method_paypal_b747d183356eca7775f15fd2adae0b79d\").attr(\"checked\")) active_b747d183356eca7775f15fd2adae0b79d = \"paypal_b747d183356eca7775f15fd2adae0b79d\";\r\n else if (jQuery(\"#method_alertpay_b747d183356eca7775f15fd2adae0b79d\").attr(\"checked\")) active_b747d183356eca7775f15fd2adae0b79d = \"alertpay_b747d183356eca7775f15fd2adae0b79d\";\r\n else if (jQuery(\"#method_interkassa_b747d183356eca7775f15fd2adae0b79d\").attr(\"checked\")) active_b747d183356eca7775f15fd2adae0b79d = \"interkassa_b747d183356eca7775f15fd2adae0b79d\";\r\n if (active_b747d183356eca7775f15fd2adae0b79d == \"interkassa_b747d183356eca7775f15fd2adae0b79d\") {\r\n if (!jQuery(\"#paiddownloads_email_b747d183356eca7775f15fd2adae0b79d\")) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n var paiddownloads_email = jQuery(\"#paiddownloads_email_b747d183356eca7775f15fd2adae0b79d\").val();\r\n var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/;\r\n if (!paiddownloads_email.match(re)) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n jQuery(\"#ik_baggage_fields_b747d183356eca7775f15fd2adae0b79d\").val(paiddownloads_email);\r\n }\r\n jQuery(\"#\" + active_b747d183356eca7775f15fd2adae0b79d).click();\r\n return;\r\n }\r\n function paiddownloads_toggle_paiddownloads_email_b747d183356eca7775f15fd2adae0b79d() {\r\n if (jQuery(\"#paiddownloads_email_container_b747d183356eca7775f15fd2adae0b79d\")) {\r\n if (jQuery(\"#method_interkassa_b747d183356eca7775f15fd2adae0b79d\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_b747d183356eca7775f15fd2adae0b79d\").slideDown(100);\r\n else jQuery(\"#paiddownloads_email_container_b747d183356eca7775f15fd2adae0b79d\").slideUp(100);\r\n }\r\n }\r\n ]]></script></h3><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" style=\"display:none;\">\n <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"/><input type=\"hidden\" name=\"business\" value=\"payments@ridingtherhino.co.uk\"/><input type=\"hidden\" name=\"no_shipping\" value=\"1\"/><input type=\"hidden\" name=\"rm\" value=\"2\"/><input type=\"hidden\" name=\"item_name\" value=\"DIY Debt Management Plan\"/><input type=\"hidden\" name=\"item_number\" value=\"5\"/><input type=\"hidden\" name=\"amount\" value=\"9.95\"/><input type=\"hidden\" name=\"currency_code\" value=\"GBP\"/><input type=\"hidden\" name=\"custom\" value=\"\"/><input type=\"hidden\" name=\"charset\" value=\"utf-8\"/><input type=\"hidden\" name=\"bn\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\"/><input type=\"hidden\" name=\"return\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\"/><input type=\"hidden\" name=\"cancel_return\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\"/><input type=\"hidden\" name=\"notify_url\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\"/><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" type=\"submit\" value=\"Buy Now\" style=\"margin: 0px; padding: 0px;\"/></form><input type=\"image\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" name=\"submit\" alt=\"DIY Debt Management Plan\" style=\"margin: 5px 0px; padding: 0px; border: 0px;\" onclick=\"paiddownloads_b747d183356eca7775f15fd2adae0b79d(); return false;\"/><p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p>\n<p> </p>\n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3>\n<p> </p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1423886470&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_639105373\" data-url=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" data-text=\"DIY Debt Management Plan (DMP)\" data-desc=\"DIY Debt Management Plan (DMP) The do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. In this pack you will be given a step by step set of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/DMP-Flow-Chart-150x150.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_639105373&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 09:52:00','2017-10-26 09:52:00','',23,'http://ukdebtconsolidations.co.uk/2017/10/26/23-revision-v1/',0,'revision','',0),(72,2,'2017-10-26 09:52:18','2017-10-26 09:52:18','<div class=\"entry-content\">\n<h2>DIY Stop County Court Judgment (CCJ)</h2>\n<p> </p>\n<p> </p>\n<h3><span>Price £0.00 – click on the “Buy Now” button to receive your copy of the County Court Judgment (CCJ):</span> </h3>\n<p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p>\n<p><img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p>\n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3>\n<p><a title=\"Home\" href=\"/\"/></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_609750561\" data-url=\"http://diy-debt.co.uk/diy-county-court-judgment-ccj/\" data-text=\"DIY Stop County Court Judgment (CCJ)\" data-desc=\"DIY Stop County Court Judgment (CCJ) &nbsp; &nbsp; Price £0.00 - click on the "Buy Now" button to receive your copy of the County Court Judgment (CCJ): You can also pay by credit card - just click on the button above then when you get to the payment page, click on the button "Don\'t have a PayPal\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_609750561&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-county-court-judgment-ccj%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_292306055\" data-url=\"http://diy-debt.co.uk/diy-county-court-judgment-ccj/\" data-text=\"DIY Stop County Court Judgment (CCJ)\" data-desc=\"DIY Stop County Court Judgment (CCJ) &nbsp; &nbsp; Price £0.00 - click on the "Buy Now" button to receive your copy of the County Court Judgment (CCJ): You can also pay by credit card - just click on the button above then when you get to the payment page, click on the button "Don\'t have a PayPal\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_292306055&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-county-court-judgment-ccj%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DIY Guide to Stop County Court Judgment (CCJs)','DIY County Court Judgment (CCJ) Debt Help','inherit','closed','closed','','22-revision-v1','','','2017-10-26 09:52:18','2017-10-26 09:52:18','',22,'http://ukdebtconsolidations.co.uk/2017/10/26/22-revision-v1/',0,'revision','',0),(73,2,'2017-10-26 09:52:27','2017-10-26 09:52:27','<div class=\"entry-content\">\n <h2>Keeping or Closing a Credit Card</h2>\n<p>Will closing my Credit Card effect my credit rating?</p>\n<p>Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve!</p>\n<p>Here we will give you a guide that will let you work out if keeping or closing your credit card is best for you and your credit rating.</p>\n<ol><li>Make a list of all your credit and store cards. What you are looking for is all your “Revolving Credit Accounts” i.e. these are accounts that you continue to use whilst you pay them back. These are not like a loan, that when you have paid that off it is automatically closed. What we are talking about is; Barclaycard, Tesco Credit cards etc.</li>\n<li>Total the amount of<strong> limit</strong> on each credit card. This is the amount (limit) that the credit card company allows you to max out on your card.</li>\n<li>Make a total of the <strong>current balance</strong> on your cards. This will be shown on your latest statement.</li>\n<li>Divide the <strong>current balances</strong> by the <strong>limits</strong>, so if for example your <strong>current balances</strong> £4,600 and you <strong>limits</strong> add up to £20,000 then divide 4600 by 20000 = 0.23</li>\n<li>This now needs to be converted into a percentage, the easiest way is to ditch the decimal point, therefore 23%. However if you want to check this then you need to multiply .23 by 100.<br/><h3>23%: This number is your Credit Utilisation Rate (CUR)</h3>\n<p>Credit Utilisation Rate indicates how much of your available credit you use on a regular basis. The whole key to using this system is to use some of your credit but not too much! The best balance is to be using 20-30%. Credit Rating companies grade you by how much credit you use.</p>\n<p>Approximately a third of your credit score is your Credit Utilisation Rate. Therefore if you are paying all your outstanding bills on time but your credit rating does not seem to improve, then it may be becuase your Credit Utilisation Rate is over the 30% mark.</p></li>\n<li>If the CUR is below the 20% mark, then you will need to recalculate but without including the latest card you have. This is important as the length of credit history on cards also can account for 15% of you total credit score. So it is always better to keep old cards running. Excluding the newest card redo the calculations. If your score turns out to be between the magic numbers of 20-30% then you can go ahead an close the card.</li>\n<li>If your CUR is between the 20-30% mark or above, then do not close any of your credit card accounts. The effect of doing this will actually increase your CUR which could in turn effect your credit rating adversely.You should though continue to pay money towards your cards and avoid using them till the CUR value comes down.</li>\n<li>Keep doing the above until you find out exactly how many cards you can ditch or keep just bear in mind Credit Utilisation Rate of 20-30%</li>\n<li>Finally keep paying down your debt to improve your credit rating even more.</li>\n</ol><p> </p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_852899665\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_852899665&link=http%3A%2F%2Fdiy-debt.co.uk%2Fclose-or-keep-credit-card%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1861213369\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1861213369&link=http%3A%2F%2Fdiy-debt.co.uk%2Fclose-or-keep-credit-card%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Why I Should I Close or Keep My Credit Card ','Should I Close or Keep My Credit Card','inherit','closed','closed','','17-revision-v1','','','2017-10-26 09:52:27','2017-10-26 09:52:27','',17,'http://ukdebtconsolidations.co.uk/2017/10/26/17-revision-v1/',0,'revision','',0),(74,2,'2017-10-26 09:52:29','2017-10-26 09:52:29','<div class=\"entry-content\">\n<h2 style=\"text-align: left;\">The Income & Expenditure Spreadsheet</h2>\n<h3>All calculations are monthly</h3>\n<p><strong>Input your income, and the spreadsheet will calculate your total income:</strong></p>\n<p><img class=\"alignnone size-full wp-image-45\" title=\"Income\" alt=\"Income\" src=\"../wp-content/uploads/2012/05/Income.png\" width=\"447\" height=\"233\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income-300x156.png 300w, ../wp-content/uploads/2012/05/Income.png 447w\" sizes=\"(max-width: 447px) 100vw, 447px\"/></p>\n<p><strong>Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings.</strong></p>\n<p><img class=\"alignnone size-full wp-image-46\" title=\"Expenditure\" alt=\"\" src=\"../wp-content/uploads/2012/05/Expenditure.png\" width=\"411\" height=\"791\"/></p>\n<p><strong>Also when you complete the expenditure you will be given addition information (cells marked with a red flash in the top corner) as to what figures are best to use in certain cells.<br/></strong></p>\n<p><strong>The Spreadsheet will then calculate what disposable income is available for the creditors.</strong></p>\n<p><img class=\"alignnone size-full wp-image-47\" title=\"Disposable\" alt=\"Disposable\" src=\"../wp-content/uploads/2012/05/Disposable.png\" width=\"463\" height=\"203\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Disposable-300x131.png 300w, ../wp-content/uploads/2012/05/Disposable.png 463w\" sizes=\"(max-width: 463px) 100vw, 463px\"/></p>\n<p><strong>Finally enter the unsecured creditors to whom you owe money to. As you enter each creditor it will show you how much each creditor would receive on a pro-rata split.</strong></p>\n<p><img class=\"alignnone wp-image-48\" title=\"Pro-Rata Split\" alt=\"Pro-Rata Split\" src=\"../wp-content/uploads/2012/05/Pro-Rata-Split.png\" width=\"688\" height=\"303\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Pro-Rata-Split-300x132.png 300w, ../wp-content/uploads/2012/05/Pro-Rata-Split.png 688w\" sizes=\"(max-width: 688px) 100vw, 688px\"/></p>\n<p><strong>We have also included a sample Income & Expenditure highlighted by the red tab in the spreadsheet.</strong></p>\n<p><a href=\"../wp-content/uploads/2012/05/Sample-Tab.png\"><img class=\"aligncenter size-full wp-image-88\" title=\"Sample Tab\" alt=\"Sample Tab\" src=\"../wp-content/uploads/2012/05/Sample-Tab.png\" width=\"525\" height=\"76\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Sample-Tab-300x43.png 300w, ../wp-content/uploads/2012/05/Sample-Tab.png 525w\" sizes=\"(max-width: 525px) 100vw, 525px\"/></a></p>\n<h3><span>Price £2.50 – click on the “Buy Now” button to receive your copy of the Income & Expenditure:</span> \n <script type=\"text/javascript\"><![CDATA[\r\n var active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\";\r\n function paiddownloads_be3af667cb2acf1ca937e39889a36904e() {\r\n if (jQuery(\"#method_paypal_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\";\r\n else if (jQuery(\"#method_alertpay_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"alertpay_be3af667cb2acf1ca937e39889a36904e\";\r\n else if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"interkassa_be3af667cb2acf1ca937e39889a36904e\";\r\n if (active_be3af667cb2acf1ca937e39889a36904e == \"interkassa_be3af667cb2acf1ca937e39889a36904e\") {\r\n if (!jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\")) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n var paiddownloads_email = jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\").val();\r\n var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/;\r\n if (!paiddownloads_email.match(re)) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n jQuery(\"#ik_baggage_fields_be3af667cb2acf1ca937e39889a36904e\").val(paiddownloads_email);\r\n }\r\n jQuery(\"#\" + active_be3af667cb2acf1ca937e39889a36904e).click();\r\n return;\r\n }\r\n function paiddownloads_toggle_paiddownloads_email_be3af667cb2acf1ca937e39889a36904e() {\r\n if (jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\")) {\r\n if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideDown(100);\r\n else jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideUp(100);\r\n }\r\n }\r\n ]]></script></h3><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" style=\"display:none;\">\n <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"/><input type=\"hidden\" name=\"business\" value=\"payments@ridingtherhino.co.uk\"/><input type=\"hidden\" name=\"no_shipping\" value=\"1\"/><input type=\"hidden\" name=\"rm\" value=\"2\"/><input type=\"hidden\" name=\"item_name\" value=\"Income & Expenditure\"/><input type=\"hidden\" name=\"item_number\" value=\"2\"/><input type=\"hidden\" name=\"amount\" value=\"2.5\"/><input type=\"hidden\" name=\"currency_code\" value=\"GBP\"/><input type=\"hidden\" name=\"custom\" value=\"\"/><input type=\"hidden\" name=\"charset\" value=\"utf-8\"/><input type=\"hidden\" name=\"bn\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\"/><input type=\"hidden\" name=\"return\" value=\"http://diy-debt.co.uk/income-expenditure/\"/><input type=\"hidden\" name=\"cancel_return\" value=\"http://diy-debt.co.uk/income-expenditure/\"/><input type=\"hidden\" name=\"notify_url\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\"/><input id=\"paypal_be3af667cb2acf1ca937e39889a36904e\" type=\"submit\" value=\"Buy Now\" style=\"margin: 0px; padding: 0px;\"/></form><input type=\"image\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" name=\"submit\" alt=\"Income & Expenditure\" style=\"margin: 5px 0px; padding: 0px; border: 0px;\" onclick=\"paiddownloads_be3af667cb2acf1ca937e39889a36904e(); return false;\"/><p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p>\n<p><img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p>\n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3>\n<p><a title=\"Home\" href=\"/\"/></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_559631080\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_559631080&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1800739050\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1800739050&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','The Income & Expenditure Spreadsheet','DIY Income & Expenditure, Pro-rata split,','inherit','closed','closed','','28-revision-v1','','','2017-10-26 09:52:29','2017-10-26 09:52:29','',28,'http://ukdebtconsolidations.co.uk/2017/10/26/28-revision-v1/',0,'revision','',0),(75,2,'2017-10-26 09:52:53','2017-10-26 09:52:53','<div class=\"entry-content\">\n<h2>You have received a Warrant of Execution and you want to stop the Bailiffs from visiting?</h2>\n<p>So you have received a Warrant of Execution (see below) from the courts?</p>\n<div id=\"attachment_168\" style=\"width: 227px\" class=\"wp-caption aligncenter\"><a href=\"../wp-content/uploads/2012/05/Warrant-of-Execution.jpg\" target=\"_blank\"><img class=\"size-medium wp-image-168 \" title=\"Warrant Execution\" alt=\"Warrant Execution\" src=\"../wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" width=\"217\" height=\"300\"/></a><p class=\"wp-caption-text\">Click to Enlarge</p></div>\n<p>Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing!</p>\n<p>It does not mean that you have to pay the full amount that they are requesting, if you follow the correct procedures. It is still possible to stop the bailiff visit and get the courts to authorise reduced monthly payments (to something you can afford).</p>\n<p> </p>\n<p> </p>\n<h3><span>Price £0.00 – click on the “Buy Now” button to receive your copy of Stopping a Warrant of Execution:</span> </h3>\n<p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p>\n<p><img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p>\n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3>\n<p><a title=\"Home\" href=\"/\"/></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_759019009\" data-url=\"http://diy-debt.co.uk/warrant-of-execution/\" data-text=\"DIY Stop Warrant of Execution\" data-desc=\"You have received a Warrant of Execution and you want to stop the Bailiffs from visiting? So you have received a Warrant of Execution (see below) from the courts? Click to Enlarge Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing! It does not mean that\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_759019009&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-of-execution%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_356166991\" data-url=\"http://diy-debt.co.uk/warrant-of-execution/\" data-text=\"DIY Stop Warrant of Execution\" data-desc=\"You have received a Warrant of Execution and you want to stop the Bailiffs from visiting? So you have received a Warrant of Execution (see below) from the courts? Click to Enlarge Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing! It does not mean that\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_356166991&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-of-execution%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','You have received a Warrant of Execution and you want to stop the Bailiffs','DIY Stop Warrant of Execution, N244','inherit','closed','closed','','34-revision-v1','','','2017-10-26 09:52:53','2017-10-26 09:52:53','',34,'http://ukdebtconsolidations.co.uk/2017/10/26/34-revision-v1/',0,'revision','',0),(76,2,'2017-10-26 09:53:36','2017-10-26 09:53:36','<div class=\"entry-content\">\n <p>Debt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don’t know where to start when it comes to actually doing something about it. In this post, we’ll be looking at what steps you should take in order to become debt free.</p>\n<ol><li>\n<h2>Find out exactly how much you owe.</h2>\n</li>\n</ol><p>Find out how much you owe in total, whether it’s all in one place or spread out amongst several debtors. Working out how much you owe is the best way to see how much you can pay off and how quickly you can do it. You’ll also want to find out your total monthly minimum payments.</p>\n<ol start=\"2\"><li>\n<h2>Find out how much the minimum payments are.</h2>\n</li>\n</ol><p>You need to at least pay the minimum payment or else you will receive a fine. If you have multiple debt, it is best to try and pay off one at a time but, you must make sure you pay the minimum debt of all your debtors in the mean time,</p>\n<ol start=\"3\"><li>\n<h2>Work out your cash flow.</h2>\n</li>\n</ol><p>At this point you’ll want to know how much money you are receiving and how much you are spending. If you are spending more than you’re earning, you will need to work out ways to tighten the belt and make it so your income outweighs your outgoings. You may need to sacrifice some luxuries but it is worth it in order to become debt free.</p>\n<ol start=\"4\"><li>\n<h2>Start planning.</h2>\n</li>\n</ol><p>Once you’ve got a positive cash flow, you’ll want to start planning your way of getting debt free. If you only have one debt, then you’ll obviously want to focus all your spare income on that. If you have multiple debts, you’ll want to work out which one requires the most attention and then focus on that.</p>\n<p>There are two ways of working out which debt you should start with. You could decide to start focusing on your smallest debt first and work your way up to the largest. This means you’ll start off easier and work your way up. However, keep in mind interest. If your smallest debt isn’t the one with the highest interest, you may want to consider the second way. The second way has you tackle either the biggest debt or the debt with the most interest. This means you’ll start off hard but every debt you pay off will become easier and smaller. The second method tends to be the best if you’re prepared to get tough.</p>\n<ol start=\"5\"><li>\n<h2>Set a goal.</h2>\n</li>\n</ol><p>A debt free plan can tell you how to get out of debt but a debt free goal can give you an idea of when you’ll be debt free. Setting achievable, realistic goals is a great way to see if your plans are working and gives you a great confidence boost.</p>\n<ol start=\"6\"><li>\n<h2>Work hard!</h2>\n</li>\n</ol><p>Deciding to tackle your debt is great, but the real challenge comes in actually paying it off. The faster you pay it off, the faster you can have peace of mind and a fresh financial start. Work hard to earn more money and consider doing extra time or working weekends. Speed up this process by making as many cuts in your spending as possible. Go without luxuries, you can always continue buying them after you’re debt free.</p>\n<ol start=\"7\"><li>\n<h2>Don’t give up!</h2>\n</li>\n</ol><p>It may get tough at times but never give up! People have become debt free before you and others will do it after you. It is possible. Accept that paying off debt can be a lengthy process and stick with it. Good luck!</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_510745096\" data-url=\"http://diy-debt.co.uk/start-paying-debt/\" data-text=\"How To Start Paying Off Debt\" data-desc=\"Debt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don\'t know where to start when it comes to actually doing something about it. In this post, we\'ll be looking at what steps you should take in order to become debt free.\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_510745096&link=http%3A%2F%2Fdiy-debt.co.uk%2Fstart-paying-debt%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_329921276\" data-url=\"http://diy-debt.co.uk/start-paying-debt/\" data-text=\"How To Start Paying Off Debt\" data-desc=\"Debt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don\'t know where to start when it comes to actually doing something about it. In this post, we\'ll be looking at what steps you should take in order to become debt free.\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_329921276&link=http%3A%2F%2Fdiy-debt.co.uk%2Fstart-paying-debt%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','How To Start Paying Off Debt','How To Start Paying Off Debt','inherit','closed','closed','','32-revision-v1','','','2017-10-26 09:53:36','2017-10-26 09:53:36','',32,'http://ukdebtconsolidations.co.uk/2017/10/26/32-revision-v1/',0,'revision','',0),(78,2,'2017-10-26 09:57:15','2017-10-26 09:57:15','','Home','','publish','closed','closed','','home','','','2017-10-26 09:58:38','2017-10-26 09:58:38','',0,'http://ukdebtconsolidations.co.uk/?p=78',1,'nav_menu_item','',0),(80,2,'2017-10-26 09:57:15','2017-10-26 09:57:15',' ','','','publish','closed','closed','','80','','','2017-10-26 10:09:10','2017-10-26 10:09:10','',0,'http://ukdebtconsolidations.co.uk/?p=80',2,'nav_menu_item','',0),(81,2,'2017-10-26 09:57:16','2017-10-26 09:57:16',' ','','','publish','closed','closed','','81','','','2017-10-26 10:09:13','2017-10-26 10:09:13','',0,'http://ukdebtconsolidations.co.uk/?p=81',4,'nav_menu_item','',0),(82,2,'2017-10-26 09:57:15','2017-10-26 09:57:15',' ','','','publish','closed','closed','','82','','','2017-10-26 10:09:10','2017-10-26 10:09:10','',0,'http://ukdebtconsolidations.co.uk/?p=82',3,'nav_menu_item','',0),(83,2,'2017-10-26 09:57:16','2017-10-26 09:57:16',' ','','','publish','closed','closed','','83','','','2017-10-26 10:09:10','2017-10-26 10:09:10','',0,'http://ukdebtconsolidations.co.uk/?p=83',6,'nav_menu_item','',0),(84,2,'2017-10-26 09:57:16','2017-10-26 09:57:16','','DIY Full & Final Settlement','','publish','closed','closed','','diy-full-final-settlement','','','2017-10-26 10:09:10','2017-10-26 10:09:10','',0,'http://ukdebtconsolidations.co.uk/?p=84',7,'nav_menu_item','',0),(85,2,'2017-10-26 09:57:17','2017-10-26 09:57:17',' ','','','publish','closed','closed','','85','','','2017-10-26 10:09:10','2017-10-26 10:09:10','',0,'http://ukdebtconsolidations.co.uk/?p=85',8,'nav_menu_item','',0),(86,2,'2017-10-26 09:57:17','2017-10-26 09:57:17',' ','','','publish','closed','closed','','86','','','2017-10-26 10:09:10','2017-10-26 10:09:10','',0,'http://ukdebtconsolidations.co.uk/?p=86',9,'nav_menu_item','',0),(87,2,'2017-10-26 09:57:17','2017-10-26 09:57:17',' ','','','publish','closed','closed','','87','','','2017-10-26 10:09:11','2017-10-26 10:09:11','',0,'http://ukdebtconsolidations.co.uk/?p=87',15,'nav_menu_item','',0),(88,2,'2017-10-26 09:57:16','2017-10-26 09:57:16',' ','','','publish','closed','closed','','88','','','2017-10-26 10:09:10','2017-10-26 10:09:10','',0,'http://ukdebtconsolidations.co.uk/?p=88',5,'nav_menu_item','',0),(89,2,'2017-10-26 09:57:17','2017-10-26 09:57:17',' ','','','publish','closed','closed','','89','','','2017-10-26 10:09:12','2017-10-26 10:09:12','',0,'http://ukdebtconsolidations.co.uk/?p=89',10,'nav_menu_item','',0),(92,2,'2017-10-26 09:57:17','2017-10-26 09:57:17',' ','','','publish','closed','closed','','92','','','2017-10-26 10:09:12','2017-10-26 10:09:12','',0,'http://ukdebtconsolidations.co.uk/?p=92',16,'nav_menu_item','',0),(93,2,'2017-10-26 09:57:17','2017-10-26 09:57:17','','The Income & Expenditure Spreadsheet','','publish','closed','closed','','the-income-expenditure-spreadsheet','','','2017-10-26 10:09:12','2017-10-26 10:09:12','',0,'http://ukdebtconsolidations.co.uk/?p=93',14,'nav_menu_item','',0),(94,2,'2017-10-26 09:57:17','2017-10-26 09:57:17','','Ultimate Debt Management Plan with HSBC','','publish','closed','closed','','ultimate-debt-management-plan-with-hsbc','','','2017-10-26 10:09:12','2017-10-26 10:09:12','',0,'http://ukdebtconsolidations.co.uk/?p=94',12,'nav_menu_item','',0),(96,2,'2017-10-26 09:57:17','2017-10-26 09:57:17',' ','','','publish','closed','closed','','96','','','2017-10-26 10:09:12','2017-10-26 10:09:12','',0,'http://ukdebtconsolidations.co.uk/?p=96',11,'nav_menu_item','',0),(97,2,'2017-10-26 09:57:17','2017-10-26 09:57:17','','Why I Should I Close or Keep My Credit Card','','publish','closed','closed','','why-i-should-i-close-or-keep-my-credit-card','','','2017-10-26 10:09:12','2017-10-26 10:09:12','',0,'http://ukdebtconsolidations.co.uk/?p=97',13,'nav_menu_item','',0),(99,2,'2017-10-26 09:59:14','2017-10-26 09:59:14',' ','','','publish','closed','closed','','99','','','2017-10-26 10:18:11','2017-10-26 10:18:11','',0,'http://ukdebtconsolidations.co.uk/?p=99',1,'nav_menu_item','',0),(100,2,'2017-10-26 09:59:14','2017-10-26 09:59:14',' ','','','publish','closed','closed','','100','','','2017-10-26 10:18:11','2017-10-26 10:18:11','',0,'http://ukdebtconsolidations.co.uk/?p=100',2,'nav_menu_item','',0),(101,2,'2017-10-26 09:59:14','2017-10-26 09:59:14',' ','','','publish','closed','closed','','101','','','2017-10-26 10:18:11','2017-10-26 10:18:11','',0,'http://ukdebtconsolidations.co.uk/?p=101',3,'nav_menu_item','',0),(102,2,'2017-10-26 09:59:14','2017-10-26 09:59:14',' ','','','publish','closed','closed','','102','','','2017-10-26 10:18:11','2017-10-26 10:18:11','',0,'http://ukdebtconsolidations.co.uk/?p=102',4,'nav_menu_item','',0),(103,2,'2017-10-26 10:01:54','2017-10-26 10:01:54','<div class=\"entry-content\">\n <div id=\"attachment_217\" style=\"width: 160px\" class=\"wp-caption alignleft\"><a href=\"../wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined.jpg\" target=\"_blank\"><img class=\"size-thumbnail wp-image-217 \" title=\"Vanquis Payment Offer Declined\" src=\"../wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" alt=\"Vanquis Payment Offer Declined\" width=\"150\" height=\"150\"/></a><p class=\"wp-caption-text\">Click to View</p></div>\n<h2>Debt Management Plan</h2>\n<p>Here is an example of how a creditor is trying to bully someone into making higher payments!</p>\n<p>If you are in the process of trying to set up a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a monthly payment, could leave you short for other creditors.</p>\n<p>In most cases it is best to pay the creditors on a pro rata split, as this way you are not giving preferential treatment to any one creditor. However, sometimes it is best to get rid of certain debts as soon as possible, especially when some creditors refused to stop high rates of interest.</p>\n<p>In the early stages stick to your guns and reject a creditors demand for more money. It is always advisable to make sure that the creditors do get some form of payment, as this shows that you are making an effort to clear your debts.</p>\n<p style=\"text-align: center;\">VANQUIS BANK</p>\n<p><strong>Vanquis Bank Credit Services</strong><br/><strong>P.O. Box 399</strong><br/><strong>CHATHAM</strong><br/><strong>ME4 4WQ</strong></p>\n<p><strong>Please telephone: 0871 770 4161</strong></p>\n<p><strong>18 October 2017</strong></p>\n<p style=\"text-align: left;\">Dear Sir/Madam</p>\n<p style=\"text-align: left;\">Account Number:<br/>\nCustomers Name:<br/>\nReference:</p>\n<h3 style=\"text-align: left;\">PAYMENT OFFER – DECLINED</h3>\n<p style=\"text-align: left;\">Thank you for your recent correspondence regarding the above account. We right to advise you that the reduced offer of payment has been declined.</p>\n<p style=\"text-align: left;\">It is the Bank’s policy to consider a number of criteria when reviewing offers of repayment and on this occasion the offer of repayment does not meet with our criteria.</p>\n<p style=\"text-align: left;\"><strong>Please do not send any offers repeating this amounts or duplicate financial statements as this amount will continue to be declined.</strong></p>\n<p style=\"text-align: left;\">In order for a repayment plan to be agreed on the above account, the minimum monthly offer we are willing to accept at this time would be £59.33.</p>\n<p style=\"text-align: left;\"><strong>Please note that the receipt and application of money to our mutual client’s Vanquis account does not in itself constitute acceptance of your offer or any revised offer that maybe made.</strong></p>\n<p style=\"text-align: left;\">In the meantime, we may continue with our normal debt recovery action in respect of our mutual client.</p>\n<p style=\"text-align: left;\">Yours faithfully</p>\n<p style=\"text-align: left;\">Alex Appleby<br/>\nCollections Manager</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1458884490\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\"Click to View Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1458884490&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1507071068\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\"Click to View Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1507071068&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Bullying Tactics by Vanquis Bank','Bullying Tactics by Vanquis Bank, debt management plan, DMP','inherit','closed','closed','','16-revision-v1','','','2017-10-26 10:01:54','2017-10-26 10:01:54','',16,'http://ukdebtconsolidations.co.uk/2017/10/26/16-revision-v1/',0,'revision','',0),(104,2,'2017-10-26 10:02:03','2017-10-26 10:02:03','<div class=\"entry-content\">\n <p>If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow.<br/><b>So, where do you start?</b></p>\n<ol start=\"1\"><li>First of all, you need to apply for remortgaging and for that you need to know all the schemes and fundas available. You can go online to get multiple remortgaging quotes just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best.</li>\n<li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li>\n<li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li>\n<li>Now, it is important you make a legal search to note down each and every minute detail.</li>\n<li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li>\n<li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li>\n<li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li>\n</ol><p>So, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.</p>\n<p>Well, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_23047632\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_23047632&link=http%3A%2F%2Fdiy-debt.co.uk%2Fsecure-financial-life-remortgage-conveyancing%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_297911314\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_297911314&link=http%3A%2F%2Fdiy-debt.co.uk%2Fsecure-financial-life-remortgage-conveyancing%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Secure Your Financial Life with Remortgage Conveyancing','Secure Your Financial Life with Remortgage Conveyancing','inherit','closed','closed','','31-revision-v1','','','2017-10-26 10:02:03','2017-10-26 10:02:03','',31,'http://ukdebtconsolidations.co.uk/2017/10/26/31-revision-v1/',0,'revision','',0),(105,2,'2017-10-26 10:02:14','2017-10-26 10:02:14','<div class=\"entry-content\">\n <p>In this blog, I’m going to tell you about Debt Management Plans (<a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">DMP</a>), what they are, and how having one could help you. To get yourself a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">DMP</a> all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans.</p>\n<p>Debt Management Plans are also great if you need time to think about all the other debt solutions that are out there.</p>\n<p>A debt management company will contact your creditors and negotiate a lower repayment plan. They will also try to stop any more interest from being added to your debt. Although not all creditors agree to this, many do and whilst you keep paying back your debt, your chosen debt management company will continue their efforts to get you a better deal. Generally 90% of the creditors will stop interest once the plan is approved.</p>\n<p>The two main points of a DMP consists of:</p>\n<p>1. Reducing the cost of your monthly payments.</p>\n<p>2. The handling of negotiations with your creditors.</p>\n<p>When you begin a DMP you will start paying the debt management company an affordable monthly payment which they will then spread out amongst your creditors in proportion to how much you owe them. This monthly payment will be calculated by guidelines that ensure you still have enough money to live on and can still provide for essentials like your children, pets, and housing costs etc. The debt management company will take a small cut from this monthly payment as part of their fee so you needn’t worry about getting into debt with them. Although you may need to scale back on spending for a while, you can be sure you are heading in the right direction to becoming debt free.</p>\n<p>You should be cautious when thinking of hiring a supposedly “free” or commercial debt management company as this can often lead to bankruptcy since many of them are funded by credit card companies and banks. Some charity debt companies will give you good advice but will not actually do any of the work on your behalf so keep that in mind.</p>\n<p>An alternative to hiring a debt management company is self help debt management. This method means you do all the work yourself, such as negotiating with your creditors. If your debt is not too large and you contact your creditors first then you can usually expect to find them sympathetic and willing to sort out a new deal. If however, you leave your debts to a point where they are threatening legal action, you can expect them to be hard to negotiate with. If this is the case then they may refer you to a debt management company.</p>\n<p>You should take care to fully explore all your options when in debt. Debt management companies can allow you to pay much smaller amounts but of course this will mean it will take a lot longer for you to be debt free. Some schedules have been known to take as long as ten years, obviously the more you can afford, the quicker the debts can be paid off.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_565456539\" data-url=\"http://diy-debt.co.uk/debt-management-plan/\" data-text=\"How Can A Debt Management Plan Help You\" data-desc=\"In this blog, I\'m going to tell you about Debt Management Plans (DMP), what they are, and how having one could help you. To get yourself a DMP all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans. Debt\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_565456539&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_879119838\" data-url=\"http://diy-debt.co.uk/debt-management-plan/\" data-text=\"How Can A Debt Management Plan Help You\" data-desc=\"In this blog, I\'m going to tell you about Debt Management Plans (DMP), what they are, and how having one could help you. To get yourself a DMP all you need to do is get in contact with a debt management company and have them negotiate with your creditors to draw up new debt repayment plans. Debt\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_879119838&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','How Can A Debt Management Plan Help You','How Can A Debt Management Plan Help You','inherit','closed','closed','','20-revision-v1','','','2017-10-26 10:02:14','2017-10-26 10:02:14','',20,'http://ukdebtconsolidations.co.uk/2017/10/26/20-revision-v1/',0,'revision','',0),(108,2,'2017-10-26 10:04:30','2017-10-26 10:04:30','','Close up view of black computer keys','Close up view of alphanumerical black computer keys on a keyboard or keypad','inherit','open','closed','','close-up-view-of-black-computer-keys','','','2017-10-26 10:04:30','2017-10-26 10:04:30','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/closeup_keys.jpg',0,'attachment','image/jpeg',0),(109,2,'2017-10-26 10:04:32','2017-10-26 10:04:32','','Pouring milk into a mug of black coffee','High angle view looking into the mug of a person pouring milk into a mug of black coffee','inherit','open','closed','','pouring-milk-into-a-mug-of-black-coffee','','','2017-10-26 10:04:32','2017-10-26 10:04:32','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/coffee2175.jpg',0,'attachment','image/jpeg',0),(110,2,'2017-10-26 10:04:33','2017-10-26 10:04:33','','Heap of colorful numbers','Scattered colored numbers in a variety of colors','inherit','open','closed','','heap-of-colorful-numbers','','','2017-10-26 10:04:33','2017-10-26 10:04:33','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/color_numbers.jpg',0,'attachment','image/jpeg',0),(111,2,'2017-10-26 10:04:34','2017-10-26 10:04:34','','Colored Pencils','Multiple sharpened coloured pencils standing in a basket for drawing and sketching in an arts and crafts concept','inherit','open','closed','','colored-pencils','','','2017-10-26 10:04:34','2017-10-26 10:04:34','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/color_pencils.jpg',0,'attachment','image/jpeg',0),(112,2,'2017-10-26 10:04:36','2017-10-26 10:04:36','','Sharpened colouring pencils in a neat row','Closeup of a neat row of colouring pencils in a row, over white background with space for text','inherit','open','closed','','sharpened-colouring-pencils-in-a-neat-row','','','2017-10-26 10:04:36','2017-10-26 10:04:36','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/color_pencils-001.jpg',0,'attachment','image/jpeg',0),(113,2,'2017-10-26 10:04:37','2017-10-26 10:04:37','','Coloring Pencils','Colored pencils in black pencil holder isolated on white','inherit','open','closed','','coloring-pencils','','','2017-10-26 10:04:37','2017-10-26 10:04:37','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/coloured_pencils.jpg',0,'attachment','image/jpeg',0),(114,2,'2017-10-26 10:04:38','2017-10-26 10:04:38','','Little foam craft shapes over white','Scattering of little blue, purple, red and yellow foam craft shapes over white background','inherit','open','closed','','little-foam-craft-shapes-over-white','','','2017-10-26 10:04:38','2017-10-26 10:04:38','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/craft_colours.jpg',0,'attachment','image/jpeg',0),(115,2,'2017-10-26 10:04:40','2017-10-26 10:04:40','','Colorful Crepe Paper Streamers Unrolling','Rolls of Colorful Crepe Paper Streamers Unravelling on White Background','inherit','open','closed','','colorful-crepe-paper-streamers-unrolling','','','2017-10-26 10:04:40','2017-10-26 10:04:40','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/crepe_streamers.jpg',0,'attachment','image/jpeg',0),(116,2,'2017-10-26 10:04:42','2017-10-26 10:04:42','','crushed can','thirst quenched, a crushed soft drinks can','inherit','open','closed','','crushed-can','','','2017-10-26 10:04:42','2017-10-26 10:04:42','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/crusheddrinkscan.jpg',0,'attachment','image/jpeg',0),(117,2,'2017-10-26 10:04:42','2017-10-26 10:04:42','','modern keyboard','a modern computer keyboard taken from the side','inherit','open','closed','','modern-keyboard','','','2017-10-26 10:04:42','2017-10-26 10:04:42','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/keyboard_sideways.jpg',0,'attachment','image/jpeg',0),(118,2,'2017-10-26 10:04:44','2017-10-26 10:04:44','','Close up detail of a numerical keypad','Close up detail of a numerical keypad with raised translucent buttons and white numbers','inherit','open','closed','','close-up-detail-of-a-numerical-keypad','','','2017-10-26 10:04:44','2017-10-26 10:04:44','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/keypad20004.jpg',0,'attachment','image/jpeg',0),(119,2,'2017-10-26 10:04:45','2017-10-26 10:04:45','','Hash button on a mobile phone keypad','Hash button on a mobile phone keypad with a number sign or pound sign icon, sometimes referred to as the hashtag','inherit','open','closed','','hash-button-on-a-mobile-phone-keypad','','','2017-10-26 10:04:45','2017-10-26 10:04:45','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/keypadhashgatebutton.jpg',0,'attachment','image/jpeg',0),(120,2,'2017-10-26 10:04:46','2017-10-26 10:04:46','','keys or buttons on a keypad','Macro shot of the white numerical keys or buttons on a keypad with a textured dark grey surface','inherit','open','closed','','keys-or-buttons-on-a-keypad','','','2017-10-26 10:04:46','2017-10-26 10:04:46','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/keypadmacro09.jpg',0,'attachment','image/jpeg',0),(121,2,'2017-10-26 10:04:47','2017-10-26 10:04:47','','Abstract detail close up of metal sculpture','Abstract detail close up of metal sculpture resembling fish scales or clouds and waves over white','inherit','open','closed','','abstract-detail-close-up-of-metal-sculpture','','','2017-10-26 10:04:47','2017-10-26 10:04:47','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/metal_sculpture.jpg',0,'attachment','image/jpeg',0),(122,2,'2017-10-26 10:04:48','2017-10-26 10:04:48','','freeimages.co.uk workplace images','','inherit','open','closed','','freeimages-co-uk-workplace-images','','','2017-10-26 10:04:48','2017-10-26 10:04:48','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/mobilephone04070007.jpg',0,'attachment','image/jpeg',0),(123,2,'2017-10-26 10:04:49','2017-10-26 10:04:49','','freeimages.co.uk techonology images','','inherit','open','closed','','freeimages-co-uk-techonology-images','','','2017-10-26 10:04:49','2017-10-26 10:04:49','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/modempcmcia04070002.jpg',0,'attachment','image/jpeg',0),(124,2,'2017-10-26 10:04:50','2017-10-26 10:04:50','','Modern medicine concept','Modern medicine concept with a computer keyboard for online ordering and research surrounded by assorted tablets and a syringe','inherit','open','closed','','modern-medicine-concept','','','2017-10-26 10:04:50','2017-10-26 10:04:50','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/modern_medicine.jpg',0,'attachment','image/jpeg',0),(125,2,'2017-10-26 10:04:52','2017-10-26 10:04:52','','Blank lined notebook page with pen','Spiral bound blank lined notebook page with a plastic ballpoint pen with room for your text or message','inherit','open','closed','','blank-lined-notebook-page-with-pen','','','2017-10-26 10:04:52','2017-10-26 10:04:52','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/notepad_and_pen.jpg',0,'attachment','image/jpeg',0),(126,2,'2017-10-26 10:04:53','2017-10-26 10:04:53','','freeimages.co.uk workplace images','','inherit','open','closed','','freeimages-co-uk-workplace-images-2','','','2017-10-26 10:34:21','2017-10-26 10:34:21','',27,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/notepadpencil1201.jpg',0,'attachment','image/jpeg',0),(127,2,'2017-10-26 10:04:54','2017-10-26 10:04:54','','freeimages.co.uk workplace images','','inherit','open','closed','','freeimages-co-uk-workplace-images-3','','','2017-10-26 10:04:54','2017-10-26 10:04:54','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/notepadpencil1202.jpg',0,'attachment','image/jpeg',0),(128,2,'2017-10-26 10:04:55','2017-10-26 10:04:55','','freeimages.co.uk workplace images','','inherit','open','closed','','freeimages-co-uk-workplace-images-4','','','2017-10-26 10:04:55','2017-10-26 10:04:55','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/notepadpencil1204.jpg',0,'attachment','image/jpeg',0),(129,2,'2017-10-26 10:04:56','2017-10-26 10:04:56','','Jumble of Colorful Birthday Number Candles','Jumble of Colorful Birthday Number Candles to Represent Different Ages on Wooden Background','inherit','open','closed','','jumble-of-colorful-birthday-number-candles','','','2017-10-26 10:04:56','2017-10-26 10:04:56','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/number_candles.jpg',0,'attachment','image/jpeg',0),(130,2,'2017-10-26 10:04:59','2017-10-26 10:04:59','','number keys','a computer number keypad','inherit','open','closed','','number-keys','','','2017-10-26 10:04:59','2017-10-26 10:04:59','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/number_pad_computer.jpg',0,'attachment','image/jpeg',0),(131,2,'2017-10-26 10:05:01','2017-10-26 10:05:01','','number keypad','an extreme closeup image of a computer numeric keypad','inherit','open','closed','','number-keypad','','','2017-10-26 10:05:01','2017-10-26 10:05:01','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/numeric_keys.jpg',0,'attachment','image/jpeg',0),(132,2,'2017-10-26 10:05:06','2017-10-26 10:05:06','','freeimages.co.uk workplace images','','inherit','open','closed','','freeimages-co-uk-workplace-images-5','','','2017-10-26 10:05:06','2017-10-26 10:05:06','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/objectpencil1019.jpg',0,'attachment','image/jpeg',0),(133,2,'2017-10-26 10:05:07','2017-10-26 10:05:07','','freeimages.co.uk workplace images','','inherit','open','closed','','freeimages-co-uk-workplace-images-6','','','2017-10-26 10:05:07','2017-10-26 10:05:07','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/paperclip2.jpg',0,'attachment','image/jpeg',0),(134,2,'2017-10-26 10:05:08','2017-10-26 10:05:08','','Pile of colorful paperclips','Pile of colorful paperclips background- shallow DOF','inherit','open','closed','','pile-of-colorful-paperclips','','','2017-10-26 10:05:08','2017-10-26 10:05:08','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/paperclips.jpg',0,'attachment','image/jpeg',0),(135,2,'2017-10-26 10:05:09','2017-10-26 10:05:09','','House and car keys with scattered coins','A bunch of house and car keys with scattered coins and a single brown button lying in random array on a grey surface','inherit','open','closed','','house-and-car-keys-with-scattered-coins','','','2017-10-26 10:05:09','2017-10-26 10:05:09','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/03250005.jpg',0,'attachment','image/jpeg',0),(136,2,'2017-10-26 10:05:10','2017-10-26 10:05:10','','Red metal cash box with coins','Red metal cash box with a lock and loose coins lying alongside it, closeup high angle view of the corner','inherit','open','closed','','red-metal-cash-box-with-coins','','','2017-10-26 10:15:11','2017-10-26 10:15:11','',23,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4.jpg',0,'attachment','image/jpeg',0),(137,2,'2017-10-26 10:05:11','2017-10-26 10:05:11','','ecommerce','a computer keyboard with a dollar symbol in focus','inherit','open','closed','','ecommerce','','','2017-10-26 10:05:11','2017-10-26 10:05:11','',0,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/computer_dollar_key.jpg',0,'attachment','image/jpeg',0),(145,2,'2017-10-26 10:15:14','2017-10-26 10:15:14','<div class=\"entry-content\">\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan (DMP)</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\n[caption id=\"attachment_136\" align=\"alignleft\" width=\"250\"]<img class=\"size-medium wp-image-136\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" /> Red metal cash box with a lock and loose coins lying alongside it, closeup high angle view of the corner[/caption]\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\r\n<h3>Price £19.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form><input style=\"margin: 5px 0px; padding: 0px; border: 0px;\" alt=\"DIY Debt Management Plan\" name=\"submit\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" type=\"image\" />\r\n\r\nYou can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1423886470&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_639105373\" data-url=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" data-text=\"DIY Debt Management Plan (DMP)\" data-desc=\"DIY Debt Management Plan (DMP) The do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. In this pack you will be given a step by step set of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/DMP-Flow-Chart-150x150.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_639105373&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 10:15:14','2017-10-26 10:15:14','',23,'http://ukdebtconsolidations.co.uk/2017/10/26/23-revision-v1/',0,'revision','',0),(146,2,'2017-10-26 10:15:21','2017-10-26 10:15:21','<div class=\"entry-content\">\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan (DMP)</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\n[caption id=\"attachment_136\" align=\"alignright\" width=\"250\"]<img class=\"size-medium wp-image-136\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" /> Red metal cash box with a lock and loose coins lying alongside it, closeup high angle view of the corner[/caption]\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\r\n<h3>Price £19.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form><input style=\"margin: 5px 0px; padding: 0px; border: 0px;\" alt=\"DIY Debt Management Plan\" name=\"submit\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" type=\"image\" />\r\n\r\nYou can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1423886470&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_639105373\" data-url=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" data-text=\"DIY Debt Management Plan (DMP)\" data-desc=\"DIY Debt Management Plan (DMP) The do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. In this pack you will be given a step by step set of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/DMP-Flow-Chart-150x150.png\" data-site=\"DIY Debt\"/>\r\n<p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_639105373&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<p>\r\n</p>\r\n<div class=\"clear-cols\"/> </div>\r\n<p>\r\n// ]]></script>\r\n\r\n</div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 10:15:21','2017-10-26 10:15:21','',23,'http://ukdebtconsolidations.co.uk/2017/10/26/23-revision-v1/',0,'revision','',0),(147,2,'2017-10-26 10:15:27','2017-10-26 10:15:27','<div class=\"entry-content\">\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan (DMP)</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\n<img class=\"size-medium wp-image-136\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" />\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\r\n<h3>Price £19.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form><input style=\"margin: 5px 0px; padding: 0px; border: 0px;\" alt=\"DIY Debt Management Plan\" name=\"submit\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" type=\"image\" />\r\n\r\nYou can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1423886470&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_639105373\" data-url=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" data-text=\"DIY Debt Management Plan (DMP)\" data-desc=\"DIY Debt Management Plan (DMP) The do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. In this pack you will be given a step by step set of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/DMP-Flow-Chart-150x150.png\" data-site=\"DIY Debt\"/><p>\r\n</p>\r\n<p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_639105373&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-debt-management-plan-dmp%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<p>\r\n</p>\r\n<div class=\"clear-cols\"/> </div>\r\n<p>\r\n</p>\r\n<p>\r\n// ]]></script>\r\n\r\n</div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 10:15:27','2017-10-26 10:15:27','',23,'http://ukdebtconsolidations.co.uk/2017/10/26/23-revision-v1/',0,'revision','',0),(148,2,'2017-10-26 10:15:44','2017-10-26 10:15:44','<div class=\"entry-content\">\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan (DMP)</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\n<img class=\"size-medium wp-image-136\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" />\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\r\n<h3>Price £19.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form></div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 10:15:44','2017-10-26 10:15:44','',23,'http://ukdebtconsolidations.co.uk/2017/10/26/23-revision-v1/',0,'revision','',0),(149,2,'2017-10-26 10:15:57','2017-10-26 10:15:57','<div class=\"entry-content\">\r\n\r\n<img class=\"size-medium wp-image-136 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" />\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan (DMP)</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\r\n<h3>Price £19.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form></div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 10:15:57','2017-10-26 10:15:57','',23,'http://ukdebtconsolidations.co.uk/2017/10/26/23-revision-v1/',0,'revision','',0),(150,2,'2017-10-26 10:16:04','2017-10-26 10:16:04','<div class=\"entry-content\">\r\n\r\n<img class=\"size-medium wp-image-136 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" />\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\r\n<h3>Price £19.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form></div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 10:16:04','2017-10-26 10:16:04','',23,'http://ukdebtconsolidations.co.uk/2017/10/26/23-revision-v1/',0,'revision','',0),(151,2,'2017-10-26 10:17:24','2017-10-26 10:17:24','','Why I Should I Close or Keep My Credit Card','','publish','closed','closed','','why-i-should-i-close-or-keep-my-credit-card-2','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=151',1,'nav_menu_item','',0),(152,2,'2017-10-26 10:16:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-26 10:16:48','0000-00-00 00:00:00','',0,'http://ukdebtconsolidations.co.uk/?p=152',1,'nav_menu_item','',0),(153,2,'2017-10-26 10:16:48','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-10-26 10:16:48','0000-00-00 00:00:00','',0,'http://ukdebtconsolidations.co.uk/?p=153',1,'nav_menu_item','',0),(154,2,'2017-10-26 10:17:24','2017-10-26 10:17:24','','Ultimate Debt Management Plan with HSBC','','publish','closed','closed','','ultimate-debt-management-plan-with-hsbc-2','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=154',2,'nav_menu_item','',0),(155,2,'2017-10-26 10:17:24','2017-10-26 10:17:24',' ','','','publish','closed','closed','','155','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=155',3,'nav_menu_item','',0),(156,2,'2017-10-26 10:17:24','2017-10-26 10:17:24',' ','','','publish','closed','closed','','156','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=156',4,'nav_menu_item','',0),(157,2,'2017-10-26 10:17:24','2017-10-26 10:17:24',' ','','','publish','closed','closed','','157','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=157',5,'nav_menu_item','',0),(158,2,'2017-10-26 10:17:24','2017-10-26 10:17:24',' ','','','publish','closed','closed','','158','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=158',6,'nav_menu_item','',0),(159,2,'2017-10-26 10:17:24','2017-10-26 10:17:24','','The Income & Expenditure Spreadsheet','','publish','closed','closed','','the-income-expenditure-spreadsheet-2','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=159',7,'nav_menu_item','',0),(160,2,'2017-10-26 10:17:24','2017-10-26 10:17:24',' ','','','publish','closed','closed','','160','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=160',9,'nav_menu_item','',0),(161,2,'2017-10-26 10:17:24','2017-10-26 10:17:24',' ','','','publish','closed','closed','','161','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=161',8,'nav_menu_item','',0),(162,2,'2017-10-26 10:17:24','2017-10-26 10:17:24','','DIY Full & Final Settlement','','publish','closed','closed','','diy-full-final-settlement-2','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=162',10,'nav_menu_item','',0),(163,2,'2017-10-26 10:17:25','2017-10-26 10:17:25',' ','','','publish','closed','closed','','163','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=163',13,'nav_menu_item','',0),(164,2,'2017-10-26 10:17:25','2017-10-26 10:17:25',' ','','','publish','closed','closed','','164','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=164',11,'nav_menu_item','',0),(165,2,'2017-10-26 10:17:25','2017-10-26 10:17:25',' ','','','publish','closed','closed','','165','','','2017-10-26 10:18:25','2017-10-26 10:18:25','',0,'http://ukdebtconsolidations.co.uk/?p=165',12,'nav_menu_item','',0),(166,2,'2017-10-26 10:19:43','2017-10-26 10:19:43','<div class=\"entry-content\">\n<h2>DIY Household Budget Planner</h2>\n<h3>EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments</h3>\n<ul><li>\n<h4>Need help managing your finances?</h4>\n</li>\n<li>\n<h4>Want to know how much money you have left at the end of each month?</h4>\n</li>\n<li>\n<h4>Want make a savings plan?</h4>\n</li>\n<li>\n<h4>Calculate the cost of a loan?</h4>\n</li>\n<li>\n<h4>Calculate Compound Interest?</h4>\n</li>\n</ul><h3>The You Need the DIY Household Budget Planner!!</h3>\n<p><strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.</p>\n<p>All you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much!</p>\n<p>There is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.</p>\n<p>There are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest.</p>\n<h3>If you are looking to save money or make cutbacks, then the DIY Budget Planner is for you!</h3>\n<p>As small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</p>\n<h3>Summary View of the Budget Planner:</h3>\n<p>Graphs and Colours to show your Financial Status at a glance</p>\n<p style=\"text-align: center;\"><img class=\" wp-image-122 aligncenter\" title=\"Budget PLan Summary\" alt=\"Budget PLan Summary\" src=\"../wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" width=\"1727\" height=\"457\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1-300x79.png 300w, ../wp-content/uploads/2012/05/Budget-PLan-Summary1.png 1024w\" sizes=\"(max-width: 1727px) 100vw, 1727px\"/>Monthly View:</p>\n<h3>12 separate monthly views<br/><img class=\"size-full wp-image-123 aligncenter\" title=\"Budget PLan Month View\" alt=\"Budget PLan Month View\" src=\"../wp-content/uploads/2012/05/Budget-PLan-Month-View.png\" width=\"1299\" height=\"632\"/></h3>\n<h3>Tabs</h3>\n<p><a href=\"../wp-content/uploads/2012/05/Budget-PLan-Tabs.png\"><img class=\"alignright size-full wp-image-124\" title=\"Budget PLan Tabs\" alt=\"Budget PLan Tabs\" src=\"../wp-content/uploads/2012/05/Budget-PLan-Tabs.png\" width=\"1104\" height=\"53\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Tabs-300x14.png 300w, ../wp-content/uploads/2012/05/Budget-PLan-Tabs.png 1024w\" sizes=\"(max-width: 1104px) 100vw, 1104px\"/></a></p>\n\n\n<h3>You will need Microsoft Excel (or compatible program) for this spreadsheet.</h3>\n<p>Budget Planner <a href=\"http://en.wikipedia.org/wiki/Financial_planning_%28business%29\">Info</a></p>\n<h3 style=\"text-align: center;\"><span>Price £4.95 – click on the “Buy Now” button to receive your copy of the Household Budget Planner:</span> \n <script type=\"text/javascript\"><![CDATA[\r\n var active_bc075a591e01d705eba4d94007178c605 = \"paypal_bc075a591e01d705eba4d94007178c605\";\r\n function paiddownloads_bc075a591e01d705eba4d94007178c605() {\r\n if (jQuery(\"#method_paypal_bc075a591e01d705eba4d94007178c605\").attr(\"checked\")) active_bc075a591e01d705eba4d94007178c605 = \"paypal_bc075a591e01d705eba4d94007178c605\";\r\n else if (jQuery(\"#method_alertpay_bc075a591e01d705eba4d94007178c605\").attr(\"checked\")) active_bc075a591e01d705eba4d94007178c605 = \"alertpay_bc075a591e01d705eba4d94007178c605\";\r\n else if (jQuery(\"#method_interkassa_bc075a591e01d705eba4d94007178c605\").attr(\"checked\")) active_bc075a591e01d705eba4d94007178c605 = \"interkassa_bc075a591e01d705eba4d94007178c605\";\r\n if (active_bc075a591e01d705eba4d94007178c605 == \"interkassa_bc075a591e01d705eba4d94007178c605\") {\r\n if (!jQuery(\"#paiddownloads_email_bc075a591e01d705eba4d94007178c605\")) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n var paiddownloads_email = jQuery(\"#paiddownloads_email_bc075a591e01d705eba4d94007178c605\").val();\r\n var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/;\r\n if (!paiddownloads_email.match(re)) {\r\n alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\");\r\n return;\r\n }\r\n jQuery(\"#ik_baggage_fields_bc075a591e01d705eba4d94007178c605\").val(paiddownloads_email);\r\n }\r\n jQuery(\"#\" + active_bc075a591e01d705eba4d94007178c605).click();\r\n return;\r\n }\r\n function paiddownloads_toggle_paiddownloads_email_bc075a591e01d705eba4d94007178c605() {\r\n if (jQuery(\"#paiddownloads_email_container_bc075a591e01d705eba4d94007178c605\")) {\r\n if (jQuery(\"#method_interkassa_bc075a591e01d705eba4d94007178c605\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_bc075a591e01d705eba4d94007178c605\").slideDown(100);\r\n else jQuery(\"#paiddownloads_email_container_bc075a591e01d705eba4d94007178c605\").slideUp(100);\r\n }\r\n }\r\n ]]></script></h3><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" style=\"display:none;\">\n <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"/><input type=\"hidden\" name=\"business\" value=\"payments@ridingtherhino.co.uk\"/><input type=\"hidden\" name=\"no_shipping\" value=\"1\"/><input type=\"hidden\" name=\"rm\" value=\"2\"/><input type=\"hidden\" name=\"item_name\" value=\"Household Budget Planner\"/><input type=\"hidden\" name=\"item_number\" value=\"3\"/><input type=\"hidden\" name=\"amount\" value=\"4.95\"/><input type=\"hidden\" name=\"currency_code\" value=\"GBP\"/><input type=\"hidden\" name=\"custom\" value=\"\"/><input type=\"hidden\" name=\"charset\" value=\"utf-8\"/><input type=\"hidden\" name=\"bn\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\"/><input type=\"hidden\" name=\"return\" value=\"http://diy-debt.co.uk/budget-planner/\"/><input type=\"hidden\" name=\"cancel_return\" value=\"http://diy-debt.co.uk/budget-planner/\"/><input type=\"hidden\" name=\"notify_url\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\"/><input id=\"paypal_bc075a591e01d705eba4d94007178c605\" type=\"submit\" value=\"Buy Now\" style=\"margin: 0px; padding: 0px;\"/></form><input type=\"image\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" name=\"submit\" alt=\"Household Budget Planner\" style=\"margin: 5px 0px; padding: 0px; border: 0px;\" onclick=\"paiddownloads_bc075a591e01d705eba4d94007178c605(); return false;\"/><p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p>\n<p><img class=\"size-full wp-image-51\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p>\n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3>\n<p><a title=\"Home\" href=\"/\"/></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_636289378\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_636289378&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbudget-planner%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1529053374\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1529053374&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbudget-planner%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2017-10-26 10:19:43','2017-10-26 10:19:43','',15,'http://ukdebtconsolidations.co.uk/2017/10/26/15-revision-v1/',0,'revision','',0),(167,2,'2017-10-26 10:20:08','2017-10-26 10:20:08','<div class=\"entry-content\">\n<h2>Preventing an Eviction</h2>\n<h3><span>If you do receive an Eviction Notice – Act IMMEDIATELY!</span></h3>\n<h3>Even if there are only a couple of hours left till the eviction, it can still be STOPPED!</h3>\n<p><strong>Maybe you just want more time i.e. you are in the process of selling the property?</strong></p>\n<p><strong>Your situation has changed and you have a solution to offer regarding the arrears?</strong></p>\n<p><strong>If you act now and supply evidence to the courts on how you will solve the problem, the <strong>Eviction can be stopped, </strong><br/></strong></p>\n<p><strong>Our pack contains the relevant documents that you need in order to delay or stop an Eviction. We also include sample documents that show you how the Court Documents should be completed.</strong></p>\n<p><strong>If you follow the step-by-step process you should be able to prevent the Eviction from taking place.</strong></p>\n<h3><span><span style=\"color: #000000;\"> </span></span></h3>\n<h3><span>Price £0.00 – click on the “Buy Now” button to receive your copy of theStopping an Eviction:</span> </h3>\n<p>You can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.</p>\n<p><img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" alt=\"\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" width=\"370\" height=\"74\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" sizes=\"(max-width: 370px) 100vw, 370px\"/></p>\n<h3><span><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span><span/> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></span></h3>\n<p><a title=\"Home\" href=\"/\"/></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1695932543\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1695932543&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_462502910\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_462502910&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Preventing an Eviction','DIY Stop Eviction n244','inherit','closed','closed','','25-revision-v1','','','2017-10-26 10:20:08','2017-10-26 10:20:08','',25,'http://ukdebtconsolidations.co.uk/2017/10/26/25-revision-v1/',0,'revision','',0),(168,2,'2017-10-26 10:20:21','2017-10-26 10:20:21','<div class=\"entry-content\">\n <p>There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">Debt Management Plan</a>. However, everyone’s situation is different and you may find yourself unable to satisfy the criteria required for these actions. If this is the case then you should think about getting a Debt Relief Order, also known as a DRO.</p>\n<p>A Debt Relief Order can see you debt free within a year and is often a far cheaper alternative to declaring yourself bankrupt. Debt Relief Orders do not require you to make monthly payments and your debtors will be unable to take any action against you will the plan is in effect.</p>\n<p>A Debt Relief Order does have a criteria you need to satisfy which includes, owing less than £15,000, not having more than £50 to spare after living costs, owning less than £300 worth of assets, owning a car worth less than £1000, and finally you must have lived and worked in England for over three years.</p>\n<p>If you contact a company for help gaining a Debt Relief Order then they will do any and all negotiating with your creditors as well as give you professional advice on any questions or problems you may have regarding your debt.</p>\n<p>A Debt Relief Order costs a one off fee of £90 which is paid to the Debt Insolvency Service. This fee must be paid in full before the Relief Order can be put into effect. As I said earlier, this is much cheaper than bankruptcy which can cost £750 per person. If you are unable to pay the £90 in one go then you can pay it in instalments.</p>\n<p>Some aspects of a Debt Relief Order you should be aware of includes that it will be on public record for 15 months, will be on your credit record for six years, and you may have difficulty opening a bank account whilst your Relief Order is in effect. You should also know that if your financial situation improves whilst your Relief Order is in effect, you will be expected to pay back your debts.</p>\n<p>A Debt Relief Order can be the right move for some but of course it depends on what your personal financial situation is. If you don’t think its right for you then you might consider a Individual Voluntary Arrangement, a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">Debt Management Plan</a>, or Bankruptcy.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1421919502\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1421919502&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_2041910207\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_2041910207&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','What is a Debt Relief Order?','What is a Debt Relief Order?','inherit','closed','closed','','21-revision-v1','','','2017-10-26 10:20:21','2017-10-26 10:20:21','',21,'http://ukdebtconsolidations.co.uk/2017/10/26/21-revision-v1/',0,'revision','',0),(169,2,'2017-10-26 10:21:08','2017-10-26 10:21:08','<div class=\"entry-content\">\n <h2>Current Financial Climate</h2>\n<p>At present financial climate is dire, so as a result we are forced to find different ways of saving and make more money. One great way of saving money is couponing, you really will be amazed at how much money you can save on a weekly shop.</p>\n<h2>The 10 Step Couponing Plan</h2>\n<ol><li><strong>Organising Coupons</strong><br/>\nThis really is the key to great Couponing. Accidentally throwing away, forgetting coupons or finding that coupons are out of date is a big no-no! It is a good idea to store all your coupons in one place i.e. a ring folder with plastic partitioned inserts.</li>\n<li><strong>In-store Magazines</strong><br/>\nWhenever you walk into a store or a supermarket check to see if they have an in-store magazine. Very often these magazines will have coupons, this way you can get discounts on items every week.</li>\n<li><strong>Feedback</strong><br/>\nCompanies do love feedback, even if it is a complaint. However, when giving feedback it is always good to do it in a friendly way and by doing this you will probably be sent some coupons.</li>\n<li><strong>Coupons On-line</strong><br/>\nDon’t forget that coupons are also available on many websites. There are a number of sites out there that specialise in alerting you on the latest coupons. Also following the right people on Twitter, this too will give you access to the latest coupons.</li>\n<li><strong>Store Loyalty Cards</strong><br/>\nJust because you have a loyalty card does not mean that you are always getting the best deal. Don’t be afraid to look around elsewhere to get the best deals and discounts. If you find it cheaper somewhere else, then go there and get your savings.</li>\n<li><strong>Tune Your Couponing Radar</strong><br/>\nWhen you are shopping, remember that some of the products actually have coupons attached to them. So when you are shopping lookout for these. At first it is difficult to spot, but with time it just becomes second nature.</li>\n<li><strong>Coupons Don’t Have To Used At Once</strong><br/>\nJust because you have a whole bunch of coupons does not mean that you have to use them all at once. Check to see if they have an expiry date, as sometimes these coupons can be used at a later date in conjunction with any in-store discounts. This way you could save even more money.</li>\n<li><strong>Dumpster Diving</strong><br/>\nOK, this is going a little to the extreme, but a lots of coupons are thrown away. So it is always worth looking out for coupons that have been discarded.</li>\n<li><strong>Big Is Not Always Best</strong><br/>\nSometimes big is not always best, with your vouchers you may be better off buying to smaller items that work out cheaper than one large item. So it is always a good idea to go to a shop armed with a calculator.</li>\n<li><strong>Stockpiling</strong><br/>\nNever ever be embarrassed by buying multiple non-perishable items when they are on offer! These products never go off as they have a long shelf life. This also means that you have far greater savings in the long run.</li>\n</ol><p>So why not give it a go, what have you got to lose, well money actually! Please do let me know how you get on in the comments section below</p>\n </div>','10 Steps to Great Couponing','10 Steps to Great Couponing','inherit','closed','closed','','10-revision-v1','','','2017-10-26 10:21:08','2017-10-26 10:21:08','',10,'http://ukdebtconsolidations.co.uk/2017/10/26/10-revision-v1/',0,'revision','',0),(170,2,'2017-10-26 10:22:14','2017-10-26 10:22:14','<div class=\"entry-content\">\n <div id=\"attachment_217\" style=\"width: 160px\" class=\"wp-caption alignleft\"><a href=\"../wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined.jpg\" target=\"_blank\"><img class=\"size-thumbnail wp-image-217 \" title=\"Vanquis Payment Offer Declined\" src=\"../wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" alt=\"Vanquis Payment Offer Declined\" width=\"150\" height=\"150\"/></a><p class=\"wp-caption-text\">Click to View</p></div>\n<h2>Debt Management Plan</h2>\n<p>Here is an example of how a creditor is trying to bully someone into making higher payments!</p>\n<p>If you are in the process of trying to set up a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a monthly payment, could leave you short for other creditors.</p>\n<p>In most cases it is best to pay the creditors on a pro rata split, as this way you are not giving preferential treatment to any one creditor. However, sometimes it is best to get rid of certain debts as soon as possible, especially when some creditors refused to stop high rates of interest.</p>\n<p>In the early stages stick to your guns and reject a creditors demand for more money. It is always advisable to make sure that the creditors do get some form of payment, as this shows that you are making an effort to clear your debts.</p>\n<p style=\"text-align: center;\">VANQUIS BANK</p>\n<p><strong>Vanquis Bank Credit Services</strong><br/><strong>P.O. Box 399</strong><br/><strong>CHATHAM</strong><br/><strong>ME4 4WQ</strong></p>\n<p><strong>Please telephone: 0871 770 4161</strong></p>\n<p><strong>18 October 2017</strong></p>\n<p style=\"text-align: left;\">Dear Sir/Madam</p>\n<p style=\"text-align: left;\">Account Number:<br/>\nCustomers Name:<br/>\nReference:</p>\n<h3 style=\"text-align: left;\">PAYMENT OFFER – DECLINED</h3>\n<p style=\"text-align: left;\">Thank you for your recent correspondence regarding the above account. We right to advise you that the reduced offer of payment has been declined.</p>\n<p style=\"text-align: left;\">It is the Bank’s policy to consider a number of criteria when reviewing offers of repayment and on this occasion the offer of repayment does not meet with our criteria.</p>\n<p style=\"text-align: left;\"><strong>Please do not send any offers repeating this amounts or duplicate financial statements as this amount will continue to be declined.</strong></p>\n<p style=\"text-align: left;\">In order for a repayment plan to be agreed on the above account, the minimum monthly offer we are willing to accept at this time would be £59.33.</p>\n<p style=\"text-align: left;\"><strong>Please note that the receipt and application of money to our mutual client’s Vanquis account does not in itself constitute acceptance of your offer or any revised offer that maybe made.</strong></p>\n<p style=\"text-align: left;\">In the meantime, we may continue with our normal debt recovery action in respect of our mutual client.</p>\n<p style=\"text-align: left;\">Yours faithfully</p>\n<p style=\"text-align: left;\">Alex Appleby<br/>\nCollections Manager</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1458884490\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\"Click to View Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1458884490&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1507071068\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\"Click to View Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1507071068&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Bullying Tactics by Banks','Bullying Tactics by Vanquis Bank, debt management plan, DMP','inherit','closed','closed','','16-revision-v1','','','2017-10-26 10:22:14','2017-10-26 10:22:14','',16,'http://ukdebtconsolidations.co.uk/16-revision-v1',0,'revision','',0),(171,2,'2017-10-26 10:22:39','2017-10-26 10:22:39','<div class=\"entry-content\">\r\n<h2>Debt Management Plan</h2>\r\nHere is an example of how a creditor is trying to bully someone into making higher payments!\r\n\r\nIf you are in the process of trying to set up a <a title=\"DMP Debt Management Plan\" href=\"../diy-debt-management-plan-dmp/\">debt management plan</a>, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a monthly payment, could leave you short for other creditors.\r\n\r\nIn most cases it is best to pay the creditors on a pro rata split, as this way you are not giving preferential treatment to any one creditor. However, sometimes it is best to get rid of certain debts as soon as possible, especially when some creditors refused to stop high rates of interest.\r\n\r\nIn the early stages stick to your guns and reject a creditors demand for more money. It is always advisable to make sure that the creditors do get some form of payment, as this shows that you are making an effort to clear your debts.\r\n\r\n \r\n\r\n<strong>18 October 2017</strong>\r\n<p style=\"text-align: left;\">Dear Sir/Madam</p>\r\n<p style=\"text-align: left;\">Account Number:\r\nCustomers Name:\r\nReference:</p>\r\n\r\n<h3 style=\"text-align: left;\">PAYMENT OFFER – DECLINED</h3>\r\n<p style=\"text-align: left;\">Thank you for your recent correspondence regarding the above account. We right to advise you that the reduced offer of payment has been declined.</p>\r\n<p style=\"text-align: left;\">It is the Bank’s policy to consider a number of criteria when reviewing offers of repayment and on this occasion the offer of repayment does not meet with our criteria.</p>\r\n<p style=\"text-align: left;\"><strong>Please do not send any offers repeating this amounts or duplicate financial statements as this amount will continue to be declined.</strong></p>\r\n<p style=\"text-align: left;\">In order for a repayment plan to be agreed on the above account, the minimum monthly offer we are willing to accept at this time would be £59.33.</p>\r\n<p style=\"text-align: left;\"><strong>Please note that the receipt and application of money to our mutual client’s Vanquis account does not in itself constitute acceptance of your offer or any revised offer that maybe made.</strong></p>\r\n<p style=\"text-align: left;\">In the meantime, we may continue with our normal debt recovery action in respect of our mutual client.</p>\r\n<p style=\"text-align: left;\">Yours faithfully</p>\r\n<p style=\"text-align: left;\">\r\nCollections Manager</p>\r\n\r\n<div id=\"linksalpha_tag_1458884490\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\"Click to View Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1458884490&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1507071068\" data-url=\"http://diy-debt.co.uk/bullying-tactics-vanquis-bank/\" data-text=\"Bullying Tactics by Vanquis Bank\" data-desc=\"Click to View Debt Management Plan Here is an example of how a creditor is trying to bully someone into making higher payments! If you are in the process of trying to set up a debt management plan, then this sort of letter can be rather offputting. The problem with accepting what Vanquis want as a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/10/Vanquis-Payment-Offer-Declined-150x150.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1507071068&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbullying-tactics-vanquis-bank%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Bullying Tactics by Banks','Bullying Tactics by Vanquis Bank, debt management plan, DMP','inherit','closed','closed','','16-revision-v1','','','2017-10-26 10:22:39','2017-10-26 10:22:39','',16,'http://ukdebtconsolidations.co.uk/16-revision-v1',0,'revision','',0),(172,2,'2017-10-26 10:23:23','2017-10-26 10:23:23','<div class=\"entry-content\">\n <p>You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently.<br/><strong><span style=\"text-decoration: underline;\">Here are some financial tips, which will help you manage your debts</span>:</strong></p>\n<p>Instead of getting confused, the best way to deal with it is go for a detailed summary of the debts – which you have to repay. Note down details like: name of the creditors, amount, rate of interest and duration. After compiling all this information, you need to allocate the funds to repay. But before going ahead, there is a method called settlements or negotiations – After collecting the details, try reaching each and every creditor and start negotiating with them. There are some banks which will take the situation into consideration on certain humanitarian grounds and will wave off a percentage of liability like flapping off the interest or extending the duration for paying off the remaining amount. By this way you will end up saving some amount, which in return can be used to pay off other dues. . Through planning or budgeting – See whether you can consolidate your outstanding amount .For example instead of having different loans from different banks or opt for payday loan; try to get a loan from any one of the banks to clear off the various dues. By this you can be benefited by saving some funds, which in return can be useful for repaying.</p>\n<p>Find out different solutions for debt management – firstly, you can keep an eye on the usage of credit card. Take care about good credit. This can help you in the long run as your credit will mostly decide how you end up paying interest. It will be tough for you to manage dues, if you pay more interest .If the credit score goes down, it is a very difficult task to sort things back in their place. Collect information about credit cards that promotes 0% interest balance transfer. This is the best way to save lots of money. Start paying off as this offer last for a short period i.e. 6months or so. If you are paying back your bills back in time, then that is where you are saving and are not considered as a defaulter or blacklisted. If you want to clear off your overdue as soon as possible there are other ways like <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>, snowball approach. However, if you are running short of money, PPI claims should be the best option.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_68447926\" data-url=\"http://diy-debt.co.uk/financial-tips-debt-management/\" data-text=\"Financial Tips for Debt Management\" data-desc=\"You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently. Here are some financial tips, which will help you manage your debts: Instead of getting\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_68447926&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinancial-tips-debt-management%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1456687903\" data-url=\"http://diy-debt.co.uk/financial-tips-debt-management/\" data-text=\"Financial Tips for Debt Management\" data-desc=\"You generally tend to realize that the circumstances are out of control, and something has to be done to overcome it. There will a bad impact on the person; who can’t handle debt management efficiently. Here are some financial tips, which will help you manage your debts: Instead of getting\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1456687903&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinancial-tips-debt-management%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Financial Tips for Debt Management',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','26-revision-v1','','','2017-10-26 10:23:23','2017-10-26 10:23:23','',26,'http://ukdebtconsolidations.co.uk/26-revision-v1',0,'revision','',0),(174,2,'2017-10-26 10:24:08','2017-10-26 10:24:08','<div class=\"entry-content\">\n <h2><b>File tax returns on time during chapter 13 bankruptcy</b></h2>\n<p>If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of taking steps in this direction. If you happen to file your case at the beginning of the year when your taxes are already due, then you’ve got the option of choosing whether or not you’ll file your returns before or after filing the case. However, fact remains that it’s compulsory for you to file them.</p>\n<h2><b>The essential tax returns</b></h2>\n<p>Generally the due date to file income tax returns every year is the 15<sup>th</sup> of April. Now, in case it so happens that you haven’t filed your taxes by April 15<sup>th</sup> and didn’t receive any extension either, then your tax return will be considered late. Now, say for instance you go ahead and file chapter 13 bankruptcy before April 15<sup>th</sup>, then there are high chances that your trustee will put it on hold. This is essentially because your taxes are not yet required. Given such a case, you’re obviously required to file your tax returns on time submit a copy of the tax return to your trustee. This should be done as soon as you file your returns.</p>\n<h2><b>Be punctual when filing taxes</b></h2>\n<p>Remember, unless and until you’ve filed your tax returns, your chapter 13 case isn’t likely to proceed. Now, the question arises what happens if you’re late. In case you’re late, then you’ll have to wait until the date when you meet your creditors to file all the tax returns of the previous 4 tax years. There are high chances of the trustee postponing your hearing, if you haven’t managed to file all the required tax returns. These things obviously go on to prolong your case. Ensure the fact that your case won’t get postponed by filing on time.</p>\n<h2><b>The tax refunds for you</b></h2>\n<p>It’s your duty to file all your tax returns during the Chapter 13 case. Be sure of the fact that the Internal Revenue Service will surely notify the bankruptcy court if you haven’t filed bankruptcy on time. Remember, in case you get any tax refund, then it’ll be the property of the chapter 13 estate. Moreover, you should submit every refund to your chapter 13 trustee. You can only avoid doing this in case the court excuses a specific tax refund.</p>\n<h2><b>Receiving tax refunds prior to the case</b></h2>\n<p>Now, if you happen to file your taxes before a Chapter 13 case, then submit your refund to the chapter 13 trustee. There are chances of your being exempt to the funds or showing that you used the money for some other purpose, in case you receive the refund before filing your case.</p>\n<p>Keep in mind the above considerations and only then decide whether or not to file tax returns before or after filing chapter 13 bankruptcy.</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1979470865\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1979470865&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1650900149\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1650900149&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','File tax returns on time during chapter 13 bankruptcy','File tax returns on time during chapter 13 bankruptcy','inherit','closed','closed','','13-revision-v1','','','2017-10-26 10:24:08','2017-10-26 10:24:08','',13,'http://ukdebtconsolidations.co.uk/13-revision-v1',0,'revision','',0),(175,2,'2017-10-26 10:24:09','2017-10-26 10:24:09','<div class=\"entry-content\">\n <h2>Debt Management Plan Accepted</h2>\n<p>Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a <a href=\"../diy-debt-management-plan-dmp/\" title=\"DMP Debt Management Plan\">debt management plan</a>.In this particular case is the monthly proposal put to them was £4.00 per month.</p>\n<p><a href=\"../wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept.jpg\"><img class=\"aligncenter size-medium wp-image-367\" alt=\"Mackenzie Hall DMP Accept\" src=\"../wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" width=\"198\" height=\"300\"/></a></p>\n<p>Mackenzie Hall<br/>\nSpecialist Debt Recovery and Trace Solution Provider</p>\n<p>Portland House<br/>\n58 Portland St<br/>\nKilmarnock<br/>\nKA1 1JG</p>\n<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>Arrangement Accepted</strong></span></p>\n<p style=\"text-align: left;\">Dear Mr xxx</p>\n<p style=\"text-align: left;\">Thank you for your recent communication regarding the above account.</p>\n<p style=\"text-align: left;\">We are pleased to advise you that your recent offer of payment has now been approved. Unless otherwise arranged your payment is required before the end of the next calendar month.</p>\n<p style=\"text-align: left;\">Payment method being a Sterling Bankers Draft or a guaranteed Building Society Cheque made payable to <strong>‘</strong>Mackenzie Hall’<strong> </strong>quoting your name, address, and Reference Number Mxxxx on the rear of the payment and sent to us by Royal Mail Special Delivery. You must contact us and provide us with the Special Delivery Reference Number to enable us to track your payment. We also accept payment by credit card and debit card.</p>\n<p style=\"text-align: left;\">Alternatively you can pay cash into our bank account. The details are as follows;</p>\n<p style=\"text-align: left;\">Royal Bank Of Scotland<br/>\nAccount Number: 000298927<br/>\nSort Code: 83-25-15<br/>\nBank Reference: Mxxxx</p>\n<p style=\"text-align: left;\">We’re also taken note that authorisation has been given to yourselves to act on your client’s behalf in regards to the above account.</p>\n<p style=\"text-align: left;\">Should you have any questions, please telephone our offices on 0844 801 99320</p>\n<p style=\"text-align: left;\">Yours faithfully</p>\n<p style=\"text-align: left;\"><strong>In this particular situation it may be best to make payment by standing order. This way you know that it is being paid monthly and you are less likely to forget a payment.</strong></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1425431465\" data-url=\"http://diy-debt.co.uk/mackenzie-hall-accept-dmp-arrangement/\" data-text=\"Mackenzie Hall accept DMP Arrangement\" data-desc=\"Debt Management Plan Accepted Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a debt management plan.In this particular case is the monthly proposal put to them was £4.00 per month. Mackenzie Hall Specialist Debt Recovery and Trace\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1425431465&link=http%3A%2F%2Fdiy-debt.co.uk%2Fmackenzie-hall-accept-dmp-arrangement%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1622791795\" data-url=\"http://diy-debt.co.uk/mackenzie-hall-accept-dmp-arrangement/\" data-text=\"Mackenzie Hall accept DMP Arrangement\" data-desc=\"Debt Management Plan Accepted Here is a letter showing that it is possible to get a debt collection agency to accept reduced payment in a debt management plan.In this particular case is the monthly proposal put to them was £4.00 per month. Mackenzie Hall Specialist Debt Recovery and Trace\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/Mackenzie-Hall-DMP-Accept-198x300.jpg\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1622791795&link=http%3A%2F%2Fdiy-debt.co.uk%2Fmackenzie-hall-accept-dmp-arrangement%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','Mackenzie Hall accept DMP Arrangement','Mackenzie Hall accept DMP Arrangement','inherit','closed','closed','','29-revision-v1','','','2017-10-26 10:24:09','2017-10-26 10:24:09','',29,'http://ukdebtconsolidations.co.uk/29-revision-v1',0,'revision','',0),(176,2,'2017-10-26 10:24:09','2017-10-26 10:24:09','<div class=\"entry-content\">\n<p>This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. As a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser or taking a look at <a href=\"http://www.aboutcookies.org/\">the About Cookies website</a> which offers guidance for all modern browsers</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1309932559\" data-url=\"http://diy-debt.co.uk/cookie-policy/\" data-text=\"Cookie Policy\" data-desc=\"This site uses cookies - small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1309932559&link=http%3A%2F%2Fdiy-debt.co.uk%2Fcookie-policy%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1138248810\" data-url=\"http://diy-debt.co.uk/cookie-policy/\" data-text=\"Cookie Policy\" data-desc=\"This site uses cookies - small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1138248810&link=http%3A%2F%2Fdiy-debt.co.uk%2Fcookie-policy%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','cookie-policy.html',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','18-revision-v1','','','2017-10-26 10:24:09','2017-10-26 10:24:09','',18,'http://ukdebtconsolidations.co.uk/18-revision-v1',0,'revision','',0),(177,2,'2017-10-26 10:24:09','2017-10-26 10:24:09','<div class=\"entry-content\">\n <p>For many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here’s 10 great tips that will help you save money on keeping your car running.</p>\n<ol><li>\n<h2>Keep you car light</h2>\n</li>\n</ol><p>Don’t use your car to store unnecessary items. The more you put in your car, the heavier it will get. A heavy car will require more fuel to keep going but a lighter car will require you to stop at the petrol station far less than a heavy one.</p>\n<p> </p>\n<ol start=\"2\"><li>\n<h2>Avoid using the air conditioner</h2>\n</li>\n</ol><p>Using the air conditioner uses up more fuel. If it’s cold put on a jacket.</p>\n<p> </p>\n<ol start=\"3\"><li>\n<h2>Keep your windows closed</h2>\n</li>\n</ol><p>When you have your windows open, the car becomes less streamlined. A less streamlined car will create more air resistance which will back your car need more fuel.</p>\n<p> </p>\n<ol start=\"4\"><li>\n<h2>Ditch the roof rack</h2>\n</li>\n</ol><p>A roof rack can increase your cars weight by 5% and thus consume more fuel.</p>\n<p> </p>\n<ol start=\"5\"><li>\n<h2>Make sure your fuel cap is in properly</h2>\n</li>\n</ol><p>A loose fuel cap will cause fuel evaporation so make sure it’s secure.</p>\n<p> </p>\n<ol start=\"6\"><li>\n<h2>Drive well</h2>\n</li>\n</ol><p>Drive in the highest gear possible and try to drive smoothly. Braking suddenly is also bad so try to anticipate the traffic around you.</p>\n<p> </p>\n<ol start=\"7\"><li>\n<h2>Avoid driving at high speed and use cruise control</h2>\n</li>\n</ol><p>Driving fast consumes more fuel and maintaining your speed will be less of a drain on your petrol.</p>\n<p> </p>\n<ol start=\"8\"><li>\n<h2>Check your tires</h2>\n</li>\n</ol><p>Maintaining your tires pressure will allow a smoother ride and will save fuel.</p>\n<p> </p>\n<ol start=\"9\"><li>\n<h2>Turn off your engine</h2>\n</li>\n</ol><p>When you find yourself in heavy traffic or at a standstill for more than 10 seconds, turn off your engine. This will add up and save you a lot of fuel in the long run.</p>\n<p> </p>\n<ol><li>\n<h2>Maintain your car</h2>\n</li>\n</ol><p>Keep your car in tip top shape and use the correct oil. Doing this will keep your car at its maximum efficiency and allow a better ride that uses less fuel.</p>\n<p> </p>\n<p> </p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_2033118403\" data-url=\"http://diy-debt.co.uk/10-tips-saving-money-fuel/\" data-text=\"10 Tips For Saving Money On Fuel\" data-desc=\"For many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here\'s 10 great tips that will help you save money on keeping your car running. Keep you car light Don\'t use your car\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_2033118403&link=http%3A%2F%2Fdiy-debt.co.uk%2F10-tips-saving-money-fuel%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1996532977\" data-url=\"http://diy-debt.co.uk/10-tips-saving-money-fuel/\" data-text=\"10 Tips For Saving Money On Fuel\" data-desc=\"For many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here\'s 10 great tips that will help you save money on keeping your car running. Keep you car light Don\'t use your car\" data-site=\"DIY Debt\"/><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1996532977&link=http%3A%2F%2Fdiy-debt.co.uk%2F10-tips-saving-money-fuel%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/><div class=\"clear-cols\"/> </div>','10 Tips For Saving Money On Fuel','10 Tips For Saving Money On Fuel','inherit','closed','closed','','11-revision-v1','','','2017-10-26 10:24:09','2017-10-26 10:24:09','',11,'http://ukdebtconsolidations.co.uk/11-revision-v1',0,'revision','',0),(178,2,'2017-10-26 10:25:23','2017-10-26 10:25:23','<div class=\"entry-content\">\r\n<h2>Keeping or Closing a Credit Card</h2>\r\nWill closing my Credit Card effect my credit rating?\r\n\r\nWell the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve!\r\n\r\nHere we will give you a guide that will let you work out if keeping or closing your credit card is best for you and your credit rating.\r\n<ol>\r\n <li>Make a list of all your credit and store cards. What you are looking for is all your “Revolving Credit Accounts” i.e. these are accounts that you continue to use whilst you pay them back. These are not like a loan, that when you have paid that off it is automatically closed. What we are talking about is; Barclaycard, Tesco Credit cards etc.</li>\r\n <li>Total the amount of<strong> limit</strong> on each credit card. This is the amount (limit) that the credit card company allows you to max out on your card.</li>\r\n <li>Make a total of the <strong>current balance</strong> on your cards. This will be shown on your latest statement.</li>\r\n <li>Divide the <strong>current balances</strong> by the <strong>limits</strong>, so if for example your <strong>current balances</strong> £4,600 and you <strong>limits</strong> add up to £20,000 then divide 4600 by 20000 = 0.23</li>\r\n <li>This now needs to be converted into a percentage, the easiest way is to ditch the decimal point, therefore 23%. However if you want to check this then you need to multiply .23 by 100.\r\n<h3>29%: This number is your Credit Utilisation Rate (CUR)</h3>\r\nCredit Utilisation Rate indicates how much of your available credit you use on a regular basis. The whole key to using this system is to use some of your credit but not too much! The best balance is to be using 20-30%. Credit Rating companies grade you by how much credit you use.\r\n\r\nApproximately a third of your credit score is your Credit Utilisation Rate. Therefore if you are paying all your outstanding bills on time but your credit rating does not seem to improve, then it may be becuase your Credit Utilisation Rate is over the 30% mark.</li>\r\n <li>If the CUR is below the 20% mark, then you will need to recalculate but without including the latest card you have. This is important as the length of credit history on cards also can account for 15% of you total credit score. So it is always better to keep old cards running. Excluding the newest card redo the calculations. If your score turns out to be between the magic numbers of 20-30% then you can go ahead an close the card.</li>\r\n <li>If your CUR is between the 20-30% mark or above, then do not close any of your credit card accounts. The effect of doing this will actually increase your CUR which could in turn effect your credit rating adversely.You should though continue to pay money towards your cards and avoid using them till the CUR value comes down.</li>\r\n <li>Keep doing the above until you find out exactly how many cards you can ditch or keep just bear in mind Credit Utilisation Rate of 20-30%</li>\r\n <li>Finally keep paying down your debt to improve your credit rating even more.</li>\r\n</ol>\r\n<div id=\"linksalpha_tag_852899665\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_852899665&link=http%3A%2F%2Fdiy-debt.co.uk%2Fclose-or-keep-credit-card%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1861213369\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1861213369&link=http%3A%2F%2Fdiy-debt.co.uk%2Fclose-or-keep-credit-card%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Why I Should I Close or Keep My Credit Card','Should I Close or Keep My Credit Card','inherit','closed','closed','','17-revision-v1','','','2017-10-26 10:25:23','2017-10-26 10:25:23','',17,'http://ukdebtconsolidations.co.uk/17-revision-v1',0,'revision','',0),(179,2,'2017-10-26 10:26:01','2017-10-26 10:26:01','<div class=\"entry-content\">\r\n<h2>Keeping or Closing a Credit Card</h2>\r\nWill closing my Credit Card effect my credit rating?\r\n\r\nWell the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve!\r\n\r\nHere we will give you a guide that will let you work out if keeping or closing your credit card is best for you and your credit rating.\r\n<ol>\r\n <li>Make a list of all your credit and store cards. What you are looking for is all your “Revolving Credit Accounts” i.e. these are accounts that you continue to use whilst you pay them back. These are not like a loan, that when you have paid that off it is automatically closed. What we are talking about is; Barclaycard, Tesco Credit cards etc.</li>\r\n <li>Total the amount of<strong> limit</strong> on each credit card. This is the amount (limit) that the credit card company allows you to max out on your card.</li>\r\n <li>Make a total of the <strong>current balance</strong> on your cards. This will be shown on your latest statement.</li>\r\n <li>Divide the <strong>current balances</strong> by the <strong>limits</strong>, so if for example your <strong>current balances</strong> £4,600 and you <strong>limits</strong> add up to £20,000 then divide 4600 by 20000 = 0.23</li>\r\n <li>This now needs to be converted into a percentage, the easiest way is to ditch the decimal point, therefore 23%. However if you want to check this then you need to multiply .23 by 100.\r\n<h3>29%: This number is your Credit Utilisation Rate (CUR)</h3>\r\nCredit Utilisation Rate indicates how much of your available credit you use on a regular basis. The whole key to using this system is to use some of your credit but not too much! The best balance is to be using 20-30%. Credit Rating companies grade you by how much credit you use.\r\n\r\nApproximately a third of your credit score is your Credit Utilisation Rate. Therefore if you are paying all your outstanding bills on time but your credit rating does not seem to improve, then it may be becuase your Credit Utilisation Rate is over the 30% mark.</li>\r\n <li>If the CUR is below the 20% mark, then you will need to recalculate but without including the latest card you have. This is important as the length of credit history on cards also can account for 15% of you total credit score. So it is always better to keep old cards running. Excluding the newest card redo the calculations. If your score turns out to be between the magic numbers of 20-30% then you can go ahead an close the card.</li>\r\n <li>If your CUR is between the 20-30% mark or above, then do not close any of your credit card accounts. The effect of doing this will actually increase your CUR which could in turn effect your credit rating adversely.You should though continue to pay money towards your cards and avoid using them till the CUR value comes down.</li>\r\n <li>Keep doing the above until you find out exactly how many cards you can ditch or keep just bear in mind Credit Utilisation Rate of 20-30%</li>\r\n <li>Finally keep paying down your debt to improve your credit rating even more.</li>\r\n</ol>\r\n<div id=\"linksalpha_tag_852899665\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\">\r\n\r\nSee\r\n<table width=\"258\">\r\n<tbody>\r\n<tr>\r\n<td width=\"258\"><a href=\"http://publictender.co.uk/\">publictender.co.uk </a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>','Why I Should I Close or Keep My Credit Card','Should I Close or Keep My Credit Card','inherit','closed','closed','','17-revision-v1','','','2017-10-26 10:26:01','2017-10-26 10:26:01','',17,'http://ukdebtconsolidations.co.uk/17-revision-v1',0,'revision','',0),(180,2,'2018-04-03 11:09:20','2018-04-03 11:09:20','<div class=\"entry-content\">\n<h2>Do you need money to improve your home or develop a new or existing property?</h2>\n<strong>You have two main options to fund your renovation or development.</strong>\n<ul>\n <li>Property development finance</li>\n <li>Re-mortgaging your property</li>\n</ul>\nThe funding option you choose will partly depend on how much money you need and the scale of your project. Small projects like extensions and renovations can usually be covered by a remortgage or loan secured on your property. For new builds and extensive developments, development finance may be the best option.\n<h3>Borrow up to £2.5 million with development finance</h3>\nIf you need funds to buy land or property for development, you can apply for a specialist loan from a private lender. You have a few options including <strong>commercial mortgages</strong>, short term <strong>bridging loans</strong> and medium term <strong>development finance</strong>. <a href=\"https://www.hunterfinance.co.uk/property-development-finance/loans/loans-of-1m-to-2-5m\" target=\"_blank\" rel=\"noopener\">Click here to apply for property loans of up £2.5 m.</a>\n<h3>Remortgaging: where do you start?</h3>\n<ol start=\"1\">\n <li>First of all, you need to apply for remortgaging and for that you need to know all the schemes and funds available. You can <a href=\"http://themortgagespecialists.co.uk\" target=\"_blank\" rel=\"noopener\">go online to get multiple remortgaging quotes</a> just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best.</li>\n <li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li>\n <li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li>\n <li>Now, it is important you make a legal search to note down each and every minute detail.</li>\n <li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li>\n <li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li>\n <li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li>\n</ol>\n<h3><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Get professional advice</a></h3>\nSo, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.\n\nWell, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way. <a href=\"http://1stplusmortgages.co.uk/mortgages/first-time-buyer-mortgage-html\">First time buyers click here.</a>\n<div id=\"linksalpha_tag_23047632\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"></div>\n</div>','Financial Advice for Homeowners & Developers','Secure Your Financial Life with Remortgage Conveyancing','inherit','closed','closed','','31-autosave-v1','','','2018-04-03 11:09:20','2018-04-03 11:09:20','',31,'http://ukdebtconsolidations.co.uk/31-autosave-v1',0,'revision','',0),(181,2,'2017-10-26 10:27:54','2017-10-26 10:27:54','<div class=\"entry-content\">\r\n\r\nIf you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow.\r\n<b>So, where do you start?</b>\r\n<ol start=\"1\">\r\n <li>First of all, you need to apply <a href=\"http://www.1stdirectmortgages.co.uk/what-are-your-funding-options-for-property-development.html\">for remortgaging </a>and for that you need to know all the schemes and fundas available. You can go online to get multiple remortgaging quotes just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best.</li>\r\n <li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li>\r\n <li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li>\r\n <li>Now, it is important you make a legal search to note down each and every minute detail.</li>\r\n <li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li>\r\n <li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li>\r\n <li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li>\r\n</ol>\r\nSo, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.\r\n\r\nWell, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way. <a href=\"http://1stplusmortgages.co.uk/mortgages/first-time-buyer-mortgage-html\">First time buyers click here.</a>\r\n<div id=\"linksalpha_tag_23047632\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_23047632&link=http%3A%2F%2Fdiy-debt.co.uk%2Fsecure-financial-life-remortgage-conveyancing%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_297911314\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_297911314&link=http%3A%2F%2Fdiy-debt.co.uk%2Fsecure-financial-life-remortgage-conveyancing%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Secure Your Financial Life with Remortgage Conveyancing','Secure Your Financial Life with Remortgage Conveyancing','inherit','closed','closed','','31-revision-v1','','','2017-10-26 10:27:54','2017-10-26 10:27:54','',31,'http://ukdebtconsolidations.co.uk/31-revision-v1',0,'revision','',0),(182,2,'2017-10-26 10:29:16','2017-10-26 10:29:16','<div class=\"entry-content\">\n\nFor many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here’s 10 great tips that will help you save money on keeping your car running.\n<ol>\n <li>\n<h2>Keep you car light</h2>\n</li>\n</ol>\nDon’t use your car to store unnecessary items. The more you put in your car, the heavier it will get. A heavy car will require more fuel to keep going but a lighter car will require you to stop at the petrol station far less than a heavy one.\n<ol start=\"2\">\n <li>\n<h2>Avoid using the air conditioner</h2>\n</li>\n</ol>\nUsing the air conditioner uses up more fuel. If it’s cold put on a jacket.\n<ol start=\"3\">\n <li>\n<h2>Keep your windows closed</h2>\n</li>\n</ol>\nWhen you have your windows open, the car becomes less streamlined. A less streamlined car will create more air resistance which will back your car need more fuel.\n<ol start=\"4\">\n <li>\n<h2>Ditch the roof rack</h2>\n</li>\n</ol>\nA roof rack can increase your cars weight by 5% and thus consume more fuel.\n<ol start=\"5\">\n <li>\n<h2>Make sure your fuel cap is in properly</h2>\n</li>\n</ol>\nA loose fuel cap will cause fuel evaporation so make sure it’s secure.\n<ol start=\"6\">\n <li>\n<h2>Drive well</h2>\n</li>\n</ol>\nDrive in the highest gear possible and try to drive smoothly. Braking suddenly is also bad so try to anticipate the traffic around you.\n<ol start=\"7\">\n <li>\n<h2>Avoid driving at high speed and use cruise control</h2>\n</li>\n</ol>\nDriving fast consumes more fuel and maintaining your speed will be less of a drain on your petrol.\n<ol start=\"8\">\n <li>\n<h2>Check your tires</h2>\n</li>\n</ol>\nMaintaining your tires pressure will allow a smoother ride and will save fuel.\n<ol start=\"9\">\n <li>\n<h2>Turn off your engine</h2>\n</li>\n</ol>\nWhen you find yourself in heavy traffic or at a standstill for more than 10 seconds, turn off your engine. This will add up and save you a lot of fuel in the long run.\n<ol>\n <li>\n<h2>Maintain your car</h2>\n</li>\n</ol>\nKeep your car in tip top shape and use the correct oil. Doing this will keep your car at its maximum efficiency and allow a better ride that uses less fuel.\n\n</div>\nFor more advice see\n<div class=\"entry-content\">\n<div id=\"linksalpha_tag_2033118403\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/10-tips-saving-money-fuel/\" data-text=\"10 Tips For Saving Money On Fuel\" data-desc=\"For many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here\'s 10 great tips that will help you save money on keeping your car running. Keep you car light Don\'t use your car\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_2033118403&link=http%3A%2F%2Fdiy-debt.co.uk%2F10-tips-saving-money-fuel%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1996532977\" data-url=\"http://diy-debt.co.uk/10-tips-saving-money-fuel/\" data-text=\"10 Tips For Saving Money On Fuel\" data-desc=\"For many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here\'s 10 great tips that will help you save money on keeping your car running. Keep you car light Don\'t use your car\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1996532977&link=http%3A%2F%2Fdiy-debt.co.uk%2F10-tips-saving-money-fuel%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','10 Tips For Saving Money On Fuel','10 Tips For Saving Money On Fuel','inherit','closed','closed','','11-autosave-v1','','','2017-10-26 10:29:16','2017-10-26 10:29:16','',11,'http://ukdebtconsolidations.co.uk/11-autosave-v1',0,'revision','',0),(183,2,'2017-10-26 10:29:27','2017-10-26 10:29:27','<div class=\"entry-content\">\r\n\r\nFor many of us, a large portion of our money goes on keeping our car topped up with fuel. Over the years the cost of petrol has risen and will only continue to rise over the years. Here’s 10 great tips that will help you save money on keeping your car running.\r\n<ol>\r\n <li>\r\n<h2>Keep you car light</h2>\r\n</li>\r\n</ol>\r\nDon’t use your car to store unnecessary items. The more you put in your car, the heavier it will get. A heavy car will require more fuel to keep going but a lighter car will require you to stop at the petrol station far less than a heavy one.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Avoid using the air conditioner</h2>\r\n</li>\r\n</ol>\r\nUsing the air conditioner uses up more fuel. If it’s cold put on a jacket.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Keep your windows closed</h2>\r\n</li>\r\n</ol>\r\nWhen you have your windows open, the car becomes less streamlined. A less streamlined car will create more air resistance which will back your car need more fuel.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Ditch the roof rack</h2>\r\n</li>\r\n</ol>\r\nA roof rack can increase your cars weight by 5% and thus consume more fuel.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Make sure your fuel cap is in properly</h2>\r\n</li>\r\n</ol>\r\nA loose fuel cap will cause fuel evaporation so make sure it’s secure.\r\n<ol start=\"6\">\r\n <li>\r\n<h2>Drive well</h2>\r\n</li>\r\n</ol>\r\nDrive in the highest gear possible and try to drive smoothly. Braking suddenly is also bad so try to anticipate the traffic around you.\r\n<ol start=\"7\">\r\n <li>\r\n<h2>Avoid driving at high speed and use cruise control</h2>\r\n</li>\r\n</ol>\r\nDriving fast consumes more fuel and maintaining your speed will be less of a drain on your petrol.\r\n<ol start=\"8\">\r\n <li>\r\n<h2>Check your tires</h2>\r\n</li>\r\n</ol>\r\nMaintaining your tires pressure will allow a smoother ride and will save fuel.\r\n<ol start=\"9\">\r\n <li>\r\n<h2>Turn off your engine</h2>\r\n</li>\r\n</ol>\r\nWhen you find yourself in heavy traffic or at a standstill for more than 10 seconds, turn off your engine. This will add up and save you a lot of fuel in the long run.\r\n<ol>\r\n <li>\r\n<h2>Maintain your car</h2>\r\n</li>\r\n</ol>\r\nKeep your car in tip top shape and use the correct oil. Doing this will keep your car at its maximum efficiency and allow a better ride that uses less fuel.\r\n\r\n</div>\r\n<strong>For more advice see</strong>\r\n<a href=\"http://loanssameday.co.uk/\">www.loanssameday.co.uk</a><br />\r\n\r\n <a href=\"http://legal-medical.co.uk/\">www.legal-medical.co.uk</a><br />\r\n\r\n <a href=\"http://firstchoiceloan.co.uk/\">www.firstchoiceloan.co.uk</a><br />\r\n\r\n <a href=\"http://rapc.co.uk/\">www.rapc.co.uk</a><br />\r\n\r\n <a href=\"http://humdrumming.co.uk/\">www.humdrumming.co.uk</a><br />\r\n\r\n <a href=\"http://delanceyandco.co.uk/\">www.delanceyandco.co.uk</a><br />\r\n\r\n <a href=\"http://endowment-policy.co.uk/\">www.endowment-policy.co.uk</a><br />\r\n\r\n <a href=\"http://carleasingdirectory.co.uk/\">www.carleasingdirectory.co.uk</a><br />\r\n\r\n <a href=\"http://winternet-scotland.co.uk/\">www.winternet-scotland.co.uk</a><br />\r\n\r\n <a href=\"http://fisa.co.uk/\">www.fisa.co.uk </a><br />\r\n\r\n <a href=\"http://rlas.co.uk/\">www.rlas.co.uk</a><br />\r\n\r\n <a href=\"http://kaupthingedge.co.uk/\">www.kaupthingedge.co.uk </a><br />\r\n\r\n <a href=\"http://slconsultancy.co.uk/\">www.slconsultancy.co.uk </a><br />\r\n\r\n <a href=\"http://applyforaloan.org.uk/\">www.applyforaloan.org.uk</a><br />\r\n\r\n <a href=\"http://lesliebray.co.uk/\">www.lesliebray.co.uk </a><br />\r\n\r\n <a href=\"http://themoneylion.co.uk/\">www.themoneylion.co.uk</a><br />\r\n\r\n <a href=\"http://wokingham-cab.org.uk/\">www.wokingham-cab.org.uk</a><br />\r\n\r\n <a href=\"http://simply-accounting.co.uk/\">www.simply-accounting.co.uk</a><br />\r\n\r\n <a href=\"http://erieri.co.uk/\">www.erieri.co.uk</a><br />\r\n\r\n <a href=\"http://web-investments.co.uk/\">www.web-investments.co.uk</a><br />\r\n\r\n <a href=\"http://equalitywalk.org.uk/\">www.equalitywalk.org.uk</a><br />\r\n','10 Tips For Saving Money On Fuel','10 Tips For Saving Money On Fuel','inherit','closed','closed','','11-revision-v1','','','2017-10-26 10:29:27','2017-10-26 10:29:27','',11,'http://ukdebtconsolidations.co.uk/11-revision-v1',0,'revision','',0),(184,2,'2017-10-26 10:32:25','2017-10-26 10:32:25','<div class=\"entry-content\">\r\n<h2>Debt Management Plan Acceptance Letter Examples</h2>\r\nThis is the sort of letter that you can expect to receive when you put yourself into a <strong>DIY Debt Management Plan.</strong>\r\n<p style=\"text-align: left;\">---------</p>\r\n<p style=\"text-align: left;\">Dear Sir,</p>\r\n<p style=\"text-align: left;\">We refer to our recent communication regarding the above account.</p>\r\n<p style=\"text-align: left;\">We will accept the proposal of £41.00 which has been put forward. However we do not accept this offer as a permanent arrangement for paying off this account and would like to review the arrangement with you in the future.</p>\r\n<p style=\"text-align: left;\">Is any payment is late or missed, the account will be treated as being in default and will be returned to our collection division without notice. Any accrued interest at that point in time will be applied to the account.</p>\r\n<p style=\"text-align: left;\">The first payment must be received within 30 days from the above date on this letter. We can accept payments from you via our banking processes or by cheque.</p>\r\n<p style=\"text-align: left;\">We look forward to hearing from you.</p>\r\n<p style=\"text-align: left;\">Yours faithfully</p>\r\n\r\n<div id=\"linksalpha_tag_56675365\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/aktiv-kapital-dmp-acceptance-letter/\" data-text=\"Aktiv Kapital DMP Acceptance Letter\" data-desc=\"Debt Management Plan Acceptance Letter This is the sort of letter that you can expect to receive when you put yourself into a DIY Debt Management Plan. ak AKTIV KAPITAL Call us free on 0800 180 8567 Dear Sirs, We refer to our recent communication regarding the above account. We will accept the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2013/12/Aktiv-Kapital-DMP-Accept-Letter-214x300.jpg\" data-site=\"DIY Debt\"> [your name]</div>\r\n</div>','Debt Acceptance Letter','Aktiv Kapital DMP Acceptance Letter','inherit','closed','closed','','12-revision-v1','','','2017-10-26 10:32:25','2017-10-26 10:32:25','',12,'http://ukdebtconsolidations.co.uk/12-revision-v1',0,'revision','',0),(185,2,'2017-10-26 10:32:56','2017-10-26 10:32:56','<div class=\"entry-content\">\n\n<img class=\"size-medium wp-image-136 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" />\n<h2 style=\"text-align: left;\">DIY Debt Management Plan</h2>\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. Here we give simply tips and advice on managing your debt and giving yourself br\n\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\n\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\n\nThe pack includes:\n<ul>\n <li>DMP easy to follow flow chart</li>\n <li>Initial letter of contact to the creditors</li>\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\n <li>Offer of payment letter</li>\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\n <li>Freeze Interest Letter</li>\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\n</ul>\n<h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\n<h3>Price £19.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</h3>\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form></div>','DIY Debt Management Plans that work','','inherit','closed','closed','','23-autosave-v1','','','2017-10-26 10:32:56','2017-10-26 10:32:56','',23,'http://ukdebtconsolidations.co.uk/23-autosave-v1',0,'revision','',0),(186,2,'2017-10-26 10:33:11','2017-10-26 10:33:11','<div class=\"entry-content\">\r\n\r\n<img class=\"size-medium wp-image-136 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" />\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. Here we give simply tips and advice on managing your debt and giving yourself breathing space to tackle your debt problems.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<h3 style=\"text-align: left;\"><strong>Also as part of the service we will check your income and expenditure from a creditors point of view before you send it off!</strong></h3>\r\n<h3>Price £19.95 – click on the “Buy Now” button to receive your copy of the DIY Debt Management Plan:</h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form></div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 10:33:11','2017-10-26 10:33:11','',23,'http://ukdebtconsolidations.co.uk/23-revision-v1',0,'revision','',0),(187,2,'2017-10-26 10:33:24','2017-10-26 10:33:24','<div class=\"entry-content\">\r\n<h2>DIY Full & Final Settlement</h2>\r\n<h3>Property Owner and Full & Final Settlement</h3>\r\nIf you are a property owner, then you should be very cautious if you are going to try and negotiate a Full & Final Settlement with your creditors. Many creditors would rather look to taking a charge against your property than accept a short settlement.\r\n\r\nHowever having said that, if your property is in negative equity then your chances of getting a decent Full & Final/Short Settlement increases.\r\n\r\n \r\n<div class=\"clear-cols\"></div>\r\n</div>','DIY Full & Final Settlement','DIY Full & Final Settlement, Negotiating a Short Settlement or Full & Final Settlement','inherit','closed','closed','','24-revision-v1','','','2017-10-26 10:33:24','2017-10-26 10:33:24','',24,'http://ukdebtconsolidations.co.uk/24-revision-v1',0,'revision','',0),(188,2,'2017-10-26 10:33:35','2017-10-26 10:33:35','<div class=\"entry-content\">\r\n<h2>DIY Stop County Court Judgment (CCJ)</h2>\r\n<h3>Price £0.00 – click on the “Buy Now” button to receive your copy of the County Court Judgment (CCJ):</h3>\r\nYou can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture belo\r\n<div id=\"linksalpha_tag_609750561\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/diy-county-court-judgment-ccj/\" data-text=\"DIY Stop County Court Judgment (CCJ)\" data-desc=\"DIY Stop County Court Judgment (CCJ) &nbsp; &nbsp; Price £0.00 - click on the "Buy Now" button to receive your copy of the County Court Judgment (CCJ): You can also pay by credit card - just click on the button above then when you get to the payment page, click on the button "Don\'t have a PayPal\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_609750561&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-county-court-judgment-ccj%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_292306055\" data-url=\"http://diy-debt.co.uk/diy-county-court-judgment-ccj/\" data-text=\"DIY Stop County Court Judgment (CCJ)\" data-desc=\"DIY Stop County Court Judgment (CCJ) &nbsp; &nbsp; Price £0.00 - click on the "Buy Now" button to receive your copy of the County Court Judgment (CCJ): You can also pay by credit card - just click on the button above then when you get to the payment page, click on the button "Don\'t have a PayPal\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_292306055&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdiy-county-court-judgment-ccj%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','DIY Guide to Stop County Court Judgment (CCJs)','DIY County Court Judgment (CCJ) Debt Help','inherit','closed','closed','','22-revision-v1','','','2017-10-26 10:33:35','2017-10-26 10:33:35','',22,'http://ukdebtconsolidations.co.uk/22-revision-v1',0,'revision','',0),(190,2,'2017-10-26 10:38:01','2017-10-26 10:38:01','<div class=\"entry-content\">\n<h2><img class=\"size-medium wp-image-126 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/notepadpencil1201-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />Being Evicted does not have to be the end of the world</h2>\nAny number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today’s article, we’re going to look at what steps you can take to get back on your feet and minimise the damage.\n<h2><b>Apologise and explain your situation to your landlord</b></h2>\nIt’s not your landlords fault you were unable to pay your rent and he/she has bills to pay too. Apologising to your landlord not only helps relieve any bad feelings but can also make the landlord more inclined to drop public records of your eviction. Since evictions are on public record, getting your landlord to remove records of it will halp you greatly. If your landlord agrees to this then be sure to get written conformation of his or her intent to do this.\n\nIf you make any transactions with your landlord regarding this then you should be sure to keep proof of your transactions in case your landlord goes back on the deal. Although problems with your landlord are unlikely, it is best to be proactive about the situation to prevent any further backlash.\n<h2><b>Try and get a new reference </b></h2>\nIf you can get a reference from someone creditable such as your landlord or a business partner then this can go a long towards showing that your eviction was a mishap and that you can be trusted in the future.\n\nYou can enlist the help of financially stable friends or co-workers to enter an agreement that states they will pay the rent if you are unable to. Obviously you don’t want to let things get to a point where they have to pay but this agreement will give peace of mind to your new landlord.\n<h2><b>Build up a healthy credit score\n</b></h2>\nIf you have the time, build up your damaged credit score before you apply for a new rental. You’ll need to check your post eviction score to see how bad the damage is, pay off any debts listed, and then have them erased from public record.\n\nBe sure to always pay your bills in a timely manner and you will find your credit rating will start to recover. This is easier done by those who can stay with family or friends rather than those who need to rent again as soon as possible.\n<h2><b>Look for private property owners</b></h2>\nYou will find that home-owners are more likely to look past credit history when they try find a tenant for their property. When looking for a new place to rent, look for privately owned properties rather than corporate owned ones. A great number of properties are being built by private individuals. Click here.\n<h2><b>Explain your situation</b></h2>\nExplaining your situation and the reason for your past eviction makes your potential landlord more likely to sympathise with you. Explain the circumstances openly and honestly and the landlord will be more likely to trust you. Be sure to explain what steps you’ve taken to ensure it won’t\n<div id=\"linksalpha_tag_1571463953\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/finding-place-rent-evicted/\" data-text=\"Finding A New Place To Rent After Being Evicted\" data-desc=\"Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today\'s article, we\'re going to look at what steps you can take to get\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1571463953&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinding-place-rent-evicted%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_368032582\" data-url=\"http://diy-debt.co.uk/finding-place-rent-evicted/\" data-text=\"Finding A New Place To Rent After Being Evicted\" data-desc=\"Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today\'s article, we\'re going to look at what steps you can take to get\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_368032582&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinding-place-rent-evicted%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','Finding A New Place To Rent After Being Evicted','','inherit','closed','closed','','27-autosave-v1','','','2017-10-26 10:38:01','2017-10-26 10:38:01','',27,'http://ukdebtconsolidations.co.uk/27-autosave-v1',0,'revision','',0),(191,2,'2017-10-26 10:36:06','2017-10-26 10:36:06','<div class=\"entry-content\">\n\nDebt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don’t know where to start when it comes to actually doing something about it. In this post, we’ll be looking at what steps you should take in order to become debt free.\n<ol>\n <li>\n<h2>Find out exactly how much you owe.</h2>\n</li>\n</ol>\nFind out how much you owe in total, whether it’s all in one place or spread out amongst several debtors. Working out how much you owe is the best way to see how much you can pay off and how quickly you can do it. You’ll also want to find out your total monthly minimum payments.\n<ol start=\"2\">\n <li>\n<h2>Find out how much the minimum payments are.</h2>\n</li>\n</ol>\nYou need to at least pay the minimum payment or else you will receive a fine. If you have multiple debt, it is best to try and pay off one at a time but, you must make sure you pay the minimum debt of all your debtors in the mean time,\n<ol start=\"3\">\n <li>\n<h2>Work out your cash flow.</h2>\n</li>\n</ol>\nAt this point you’ll want to know how much money you are receiving and how much you are spending. If you are spending more than you’re earning, you will need to work out ways to tighten the belt and make it so your income outweighs your outgoings. You may need to sacrifice some luxuries but it is worth it in order to become debt free.\n<ol start=\"4\">\n <li>\n<h2>Start planning.</h2>\n</li>\n</ol>\nOnce you’ve got a positive cash flow, you’ll want to start planning your way of getting debt free. If you only have one debt, then you’ll obviously want to focus all your spare income on that. If you have multiple debts, you’ll want to work out which one requires the most attention and then focus on that.\n\nThere are two ways of working out which debt you should start with. You could decide to start focusing on your smallest debt first and work your way up to the largest. This means you’ll start off easier and work your way up. However, keep in mind interest. If your smallest debt isn’t the one with the highest interest, you may want to consider the second way. The second way has you tackle either the biggest debt or the debt with the most interest. This means you’ll start off hard but every debt you pay off will become easier and smaller. The second method tends to be the best if you’re prepared to get tough.\n<ol start=\"5\">\n <li>\n<h2>Set a goal.</h2>\n</li>\n</ol>\nA debt free plan can tell you how to get out of debt but a debt free goal can give you an idea of when you’ll be debt free. Setting achievable, realistic goals is a great way to see if your plans are working and gives you a great confidence boost.\n<ol start=\"6\">\n <li>\n<h2>Work hard!</h2>\n</li>\n</ol>\nDeciding to tackle your debt is great, but the real challenge comes in actually paying it off. The faster you pay it off, the faster you can have peace of mind and a fresh financial start. Work hard to earn more money and consider doing extra time or working weekends. Speed up this process by making as many cuts in your spending as possible. Go without luxuries, you can always continue buying them after you’re debt free.\n<ol start=\"7\">\n <li>\n<h2>Don’t give up!</h2>\n</li>\n</ol>\nIt may get tough at times but never give up! People have become debt free before you and others will do it after you. It is possible. Accept that paying off debt can be a lengthy process and stick with it. Good luck!\n<div id=\"linksalpha_tag_510745096\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/start-paying-debt/\" data-text=\"How To Start Paying Off Debt\" data-desc=\"Debt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don\'t know where to start when it comes to actually doing something about it. In this post, we\'ll be looking at what steps you should take in order to become debt free.\" data-site=\"DIY Debt\">\n\n<script type=\"mce-text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_510745096&link=http%3A%2F%2Fdiy-debt.co.uk%2Fstart-paying-debt%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" data-mce-src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_510745096&link=http%3A%2F%2Fdiy-debt.co.uk%2Fstart-paying-debt%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"></p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_329921276\" data-url=\"http://diy-debt.co.uk/start-paying-debt/\" data-text=\"How To Start Paying Off Debt\" data-desc=\"Debt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don\'t know where to start when it comes to actually doing something about it. In this post, we\'ll be looking at what steps you should take in order to become debt free.\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_329921276&link=http%3A%2F%2Fdiy-debt.co.uk%2Fstart-paying-debt%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n</script>\n\n</div>\n</div>','How To Start Paying Off Debt','','inherit','closed','closed','','32-autosave-v1','','','2017-10-26 10:36:06','2017-10-26 10:36:06','',32,'http://ukdebtconsolidations.co.uk/32-autosave-v1',0,'revision','',0),(192,2,'2017-10-26 10:36:57','2017-10-26 10:36:57','<div class=\"entry-content\">\r\n\r\nDebt is a great worry for anyone and many people try to ignore it. Accepting that you have debt is a great start, but many people don’t know where to start when it comes to actually doing something about it. In this post, we’ll be looking at what steps you should take in order to become debt free.\r\n<ol>\r\n <li>\r\n<h2>Find out exactly the amount you owe.</h2>\r\n</li>\r\n</ol>\r\nFind out how much you owe in total, whether it’s all in one place or spread out amongst several debtors. Working out how much you owe is the best way to see how much you can pay off and how quickly you can do it. You’ll also want to find out your total monthly minimum payments.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Immediately find out how much the minimum payments are.</h2>\r\n</li>\r\n</ol>\r\nYou need to at least pay the minimum payment or else you will receive a fine. If you have multiple debt, it is best to try and pay off one at a time but, you must make sure you pay the minimum debt of all your debtors in the mean time,\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Work out your cash flow in the coming months</h2>\r\n</li>\r\n</ol>\r\nAt this point you’ll want to know how much money you are receiving and how much you are spending. If you are spending more than you’re earning, you will need to work out ways to tighten the belt and make it so your income outweighs your outgoings. You may need to sacrifice some luxuries but it is worth it in order to become debt free.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Start financial planning</h2>\r\n</li>\r\n</ol>\r\nOnce you’ve got a positive cash flow, you’ll want to start planning your way of getting debt free. If you only have one debt, then you’ll obviously want to focus all your spare income on that. If you have multiple debts, you’ll want to work out which one requires the most attention and then focus on that.\r\n\r\nThere are two ways of working out which debt you should start with. You could decide to start focusing on your smallest debt first and work your way up to the largest. This means you’ll start off easier and work your way up. However, keep in mind interest. If your smallest debt isn’t the one with the highest interest, you may want to consider the second way. The second way has you tackle either the biggest debt or the debt with the most interest. This means you’ll start off hard but every debt you pay off will become easier and smaller. The second method tends to be the best if you’re prepared to get tough.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Set positive goals</h2>\r\n</li>\r\n</ol>\r\nA debt free plan can tell you how to get out of debt but a debt free goal can give you an idea of when you’ll be debt free. Setting achievable, realistic goals is a great way to see if your plans are working and gives you a great confidence boost.\r\n<ol start=\"6\">\r\n <li>\r\n<h2>Keep at it</h2>\r\n</li>\r\n</ol>\r\nDeciding to tackle your debt is great, but the real challenge comes in actually paying it off. The faster you pay it off, the faster you can have peace of mind and a fresh financial start. Work hard to earn more money and consider doing extra time or working weekends. Speed up this process by making as many cuts in your spending as possible. Go without luxuries, you can always continue buying them after you’re debt free.\r\n<ol start=\"7\">\r\n <li>\r\n<h2>Don’t give up!</h2>\r\n</li>\r\n</ol>\r\nIt may get tough at times but never give up! People have become debt free before you and others will do it after you. It is possible. Accept that paying off debt can be a lengthy process and stick with it. Good luck!\r\n\r\n</div>','How To Start Paying Off Debt','How To Start Paying Off Debt','inherit','closed','closed','','32-revision-v1','','','2017-10-26 10:36:57','2017-10-26 10:36:57','',32,'http://ukdebtconsolidations.co.uk/32-revision-v1',0,'revision','',0),(193,2,'2017-10-26 10:37:13','2017-10-26 10:37:13','<div class=\"entry-content\">\n<h2>Preventing Eviction</h2>\n<h3>If you do receive an Eviction Notice – Act IMMEDIATELY!</h3>\n<h3>Even if there are only a couple of hours left till the eviction, it can still be STOPPED!</h3>\n<strong>Maybe you just want more time i.e. you are in the process of selling the property?</strong>\n\n<strong>Your situation has changed and you have a solution to offer regarding the arrears?</strong>\n\n<strong>If you act now and supply evidence to the courts on how you will solve the problem, the <strong>Eviction can be stopped, </strong>\n</strong>\n\n<strong>Our pack contains the relevant documents that you need in order to delay or stop an Eviction. We also include sample documents that show you how the Court Documents should be completed.</strong>\n\n<strong>If you follow the step-by-step process you should be able to prevent the Eviction from taking place.</strong>\n\n \n<div id=\"linksalpha_tag_1695932543\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1695932543&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_462502910\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_462502910&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','Preventing an Eviction','','inherit','closed','closed','','25-autosave-v1','','','2017-10-26 10:37:13','2017-10-26 10:37:13','',25,'http://ukdebtconsolidations.co.uk/25-autosave-v1',0,'revision','',0),(194,2,'2017-10-26 10:37:14','2017-10-26 10:37:14','<div class=\"entry-content\">\r\n<h2>Preventing Eviction</h2>\r\n<h3>If you do receive an Eviction Notice – Act IMMEDIATELY!</h3>\r\n<h3>Even if there are only a couple of hours left till the eviction, it can still be STOPPED!</h3>\r\n<strong>Maybe you just want more time i.e. you are in the process of selling the property?</strong>\r\n\r\n<strong>Your situation has changed and you have a solution to offer regarding the arrears?</strong>\r\n\r\n<strong>If you act now and supply evidence to the courts on how you will solve the problem, the <strong>Eviction can be stopped, </strong>\r\n</strong>\r\n\r\n<strong>Our pack contains the relevant documents that you need in order to delay or stop an Eviction. We also include sample documents that show you how the Court Documents should be completed.</strong>\r\n\r\n<strong>If you follow the step-by-step process you should be able to prevent the Eviction from taking place.</strong>\r\n\r\n \r\n<div id=\"linksalpha_tag_1695932543\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1695932543&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_462502910\" data-url=\"http://diy-debt.co.uk/eviction/\" data-text=\"DIY Stop Eviction\" data-desc=\"Preventing an Eviction If you do receive an Eviction Notice – Act IMMEDIATELY! Even if there are only a couple of hours left till the eviction, it can still be STOPPED! Maybe you just want more time i.e. you are in the process of selling the property? Your situation has changed and you have a\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_462502910&link=http%3A%2F%2Fdiy-debt.co.uk%2Feviction%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Preventing an Eviction','DIY Stop Eviction n244','inherit','closed','closed','','25-revision-v1','','','2017-10-26 10:37:14','2017-10-26 10:37:14','',25,'http://ukdebtconsolidations.co.uk/25-revision-v1',0,'revision','',0),(195,2,'2017-10-26 10:37:29','2017-10-26 10:37:29','<div class=\"entry-content\">\n<h2><strong>Notice of Eviction</strong></h2>\n<p align=\"right\"><strong>In the Central London County Court</strong></p>\n<p align=\"right\"><strong>Claim Number xxxxxx</strong></p>\n<p align=\"right\"><strong>Warrant Number xxxxxx</strong></p>\n<p align=\"right\"><strong>Date xxxxx</strong></p>\n<strong>JOHN SMITH</strong>\n\n<strong>AND ALL OTHER OCCUPIERS</strong>\n\n<strong>123 SOMEWHERE ROAD</strong>\n\n<strong>NEWTOWN</strong>\n\n<strong>SO1 0W</strong>\n\nThe court had issued a warrant for the possession of the above property (land) at the request of\n<div id=\"attachment_109\" class=\"wp-caption alignright\" style=\"width: 160px;\">\n\n<a href=\"../wp-content/uploads/2012/05/Eviction-notice.jpg\" target=\"_blank\" rel=\"noopener\"><img class=\"size-thumbnail wp-image-109 \" title=\"Eviction notice\" src=\"../wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" alt=\"Eviction notice\" width=\"150\" height=\"150\" /></a>\n<p class=\"wp-caption-text\">Click to View</p>\n\n</div>\nthe claim. The warrant gives a county court bailiff the authority to evict you and hand over possession to the claimant. This notice tells you the time and date when the eviction will take place, what will happen on that date, and what you can do.\n\n<strong>The eviction will take place on </strong><strong>21 August 2011</strong><strong> at 1130 AM</strong>\n\nYou should arrange to leave the property (land) with your belongings before this date and time.\n\n<strong>What will happen</strong>\n\nA procession warrant gives the bailiff authority to remove anyone still in the property (on the land) at the time the eviction is due to take place. A representative of the claimant will attend with the bailiff. That representative will change any locks, or take any steps necessary to prevent re-entry. If you have not removed all of your belongings when the eviction takes place, you will\n<div id=\"attachment_110\" class=\"wp-caption alignright\" style=\"width: 160px;\">\n\n<a href=\"../wp-content/uploads/2012/05/eviction-notice.jpg\" target=\"_blank\" rel=\"noopener\"><img class=\"size-thumbnail wp-image-110 \" title=\"Eviction Notice\" src=\"../wp-content/uploads/2012/05/eviction-notice-150x150.jpg\" alt=\"Eviction Notice\" width=\"150\" height=\"150\" /></a>\n<p class=\"wp-caption-text\">Click to View</p>\n\n</div>\nonly be allowed time to do so if the claimants representative agrees.\n\n<strong>What you can do</strong>\n\nyou can get help and advice about the eviction, or about rehousing from an advice agency, a solicitor or your local Housing Department. <strong>Act immediately. In some circumstantially is, the court can decide to suspend the warrant and postpone the date for eviction. </strong>You should get advice now about whether the court may do so in your case or stop if it can, you must apply to the court setting out your grounds (reasons) for asking that it should.\n\nIt is not sufficient just to say that you have not been able to find somewhere else to live or stop if you wish to apply you should ask the court for Form N244 (Application Notice). Once you have filled in the form with your request and the grounds on which you are making it, you will be given an appointment to see a judge. The claimant will be sent a copy of your application. You will have to pay a fee unless you qualify for free exemption or remission. A member of the Court’s staff will be able to give you more details about this.\n\nYou must attend at the time and date given on the notice. The claimant, or the claimant’s representative, may also attend. If you do not go to the hearing, the judge may simply dismiss your application and you could incur additional costs.\n\nIf you can pay off any arrears, contact the claimant, or the claimant solicitor, immediately you get this notice. Any payments must be made to the claimant and not to the court. Make sure that you get a receipt for any payments you make. It will be the claimant to decide whether your payment is sufficient to stop the eviction. If it is, the claimant must let the court know before the eviction is due to take place.\n\n<strong>Contact</strong>\n\nYou can contact the bailiff who will be responsible for the eviction by telephoning 02079175111 Monday to Friday between the hours of 0700 AM – 0900 AM.\n\nThe claimant (claimant’s solicitor) is ABC Solicitors\n\nOf\n\nAddress\n<h3>I you have received an Eviction Notice you can stop it! Click here: <a title=\"Eviction Page\" href=\"../eviction/\">Eviction Page</a></h3>\n<div id=\"linksalpha_tag_777685257\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/notice-eviction/\" data-text=\"Notice of Eviction\" data-desc=\"Notice of Eviction In the Central London County Court Claim Number XY11245 Warrant Number 13457 Date 2 August 2011 JOHN SMITH AND ALL OTHER OCCUPIERS 123 SOMEWHERE ROAD NEWTOWN SO1 0W The court had issued a warrant for the possession of the above property (land) at the request of Click to View the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_777685257&link=http%3A%2F%2Fdiy-debt.co.uk%2Fnotice-eviction%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_335773668\" data-url=\"http://diy-debt.co.uk/notice-eviction/\" data-text=\"Notice of Eviction\" data-desc=\"Notice of Eviction In the Central London County Court Claim Number XY11245 Warrant Number 13457 Date 2 August 2011 JOHN SMITH AND ALL OTHER OCCUPIERS 123 SOMEWHERE ROAD NEWTOWN SO1 0W The court had issued a warrant for the possession of the above property (land) at the request of Click to View the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_335773668&link=http%3A%2F%2Fdiy-debt.co.uk%2Fnotice-eviction%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','Notice of Eviction','','inherit','closed','closed','','30-autosave-v1','','','2017-10-26 10:37:29','2017-10-26 10:37:29','',30,'http://ukdebtconsolidations.co.uk/30-autosave-v1',0,'revision','',0),(196,2,'2017-10-26 10:37:46','2017-10-26 10:37:46','<div class=\"entry-content\">\r\n<h2><strong>Notice of Eviction</strong></h2>\r\n<p align=\"right\"><strong>In the Central London County Court</strong></p>\r\n<p align=\"right\"><strong>Claim Number xxxxxx</strong></p>\r\n<p align=\"right\"><strong>Warrant Number xxxxxx</strong></p>\r\n<p align=\"right\"><strong>Date xxxxxxx</strong></p>\r\n<strong>JOHN SMITH</strong>\r\n\r\n<strong>AND ALL OTHER OCCUPIERS</strong>\r\n\r\n<strong>123 xxxxxxxx</strong>\r\n\r\n<strong>xxxxxx</strong></div>\r\n<div class=\"entry-content\">\r\n\r\nxxx\r\n\r\n \r\n\r\nThe court had issued a warrant for the possession of the above property (land) at the request of\r\n<div id=\"attachment_109\" class=\"wp-caption alignright\" style=\"width: 160px;\">\r\n\r\n \r\n<p class=\"wp-caption-text\">Click to View</p>\r\n\r\n</div>\r\nthe claim. The warrant gives a county court bailiff the authority to evict you and hand over possession to the claimant. This notice tells you the time and date when the eviction will take place, what will happen on that date, and what you can do.\r\n\r\n<strong>The eviction will take place on </strong><strong>21 August 2011</strong><strong> at 1130 AM</strong>\r\n\r\nYou should arrange to leave the property (land) with your belongings before this date and time.\r\n\r\n<strong>What will happen</strong>\r\n\r\nA procession warrant gives the bailiff authority to remove anyone still in the property (on the land) at the time the eviction is due to take place. A representative of the claimant will attend with the bailiff. That representative will change any locks, or take any steps necessary to prevent re-entry. If you have not removed all of your belongings when the eviction takes place, you will\r\n<div id=\"attachment_110\" class=\"wp-caption alignright\" style=\"width: 160px;\">\r\n\r\n<a href=\"../wp-content/uploads/2012/05/eviction-notice.jpg\" target=\"_blank\" rel=\"noopener\"><img class=\"size-thumbnail wp-image-110 \" title=\"Eviction Notice\" src=\"../wp-content/uploads/2012/05/eviction-notice-150x150.jpg\" alt=\"Eviction Notice\" width=\"150\" height=\"150\" /></a>\r\n<p class=\"wp-caption-text\">Click to View</p>\r\n\r\n</div>\r\nonly be allowed time to do so if the claimants representative agrees.\r\n\r\n<strong>What you can do</strong>\r\n\r\nyou can get help and advice about the eviction, or about rehousing from an advice agency, a solicitor or your local Housing Department. <strong>Act immediately. In some circumstantially is, the court can decide to suspend the warrant and postpone the date for eviction. </strong>You should get advice now about whether the court may do so in your case or stop if it can, you must apply to the court setting out your grounds (reasons) for asking that it should.\r\n\r\nIt is not sufficient just to say that you have not been able to find somewhere else to live or stop if you wish to apply you should ask the court for Form N244 (Application Notice). Once you have filled in the form with your request and the grounds on which you are making it, you will be given an appointment to see a judge. The claimant will be sent a copy of your application. You will have to pay a fee unless you qualify for free exemption or remission. A member of the Court’s staff will be able to give you more details about this.\r\n\r\nYou must attend at the time and date given on the notice. The claimant, or the claimant’s representative, may also attend. If you do not go to the hearing, the judge may simply dismiss your application and you could incur additional costs.\r\n\r\nIf you can pay off any arrears, contact the claimant, or the claimant solicitor, immediately you get this notice. Any payments must be made to the claimant and not to the court. Make sure that you get a receipt for any payments you make. It will be the claimant to decide whether your payment is sufficient to stop the eviction. If it is, the claimant must let the court know before the eviction is due to take place.\r\n\r\n<strong>Contact</strong>\r\n\r\nYou can contact the bailiff who will be responsible for the eviction by telephoning 02079175111 Monday to Friday between the hours of 0700 AM – 0900 AM.\r\n\r\nThe claimant (claimant’s solicitor) is ABC Solicitors\r\n\r\nOf\r\n\r\nAddress\r\n<h3>I you have received an Eviction Notice you can stop it! Click here: <a title=\"Eviction Page\" href=\"../eviction/\">Eviction Page</a></h3>\r\n<div id=\"linksalpha_tag_777685257\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/notice-eviction/\" data-text=\"Notice of Eviction\" data-desc=\"Notice of Eviction In the Central London County Court Claim Number XY11245 Warrant Number 13457 Date 2 August 2011 JOHN SMITH AND ALL OTHER OCCUPIERS 123 SOMEWHERE ROAD NEWTOWN SO1 0W The court had issued a warrant for the possession of the above property (land) at the request of Click to View the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_777685257&link=http%3A%2F%2Fdiy-debt.co.uk%2Fnotice-eviction%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_335773668\" data-url=\"http://diy-debt.co.uk/notice-eviction/\" data-text=\"Notice of Eviction\" data-desc=\"Notice of Eviction In the Central London County Court Claim Number XY11245 Warrant Number 13457 Date 2 August 2011 JOHN SMITH AND ALL OTHER OCCUPIERS 123 SOMEWHERE ROAD NEWTOWN SO1 0W The court had issued a warrant for the possession of the above property (land) at the request of Click to View the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_335773668&link=http%3A%2F%2Fdiy-debt.co.uk%2Fnotice-eviction%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Notice of Eviction','Notice of Eviction, DIY Debt Help, DIY Debt Advice, Bailiffs, Repossession, Debt Advice UK, Debt Help UK, Court Order,','inherit','closed','closed','','30-revision-v1','','','2017-10-26 10:37:46','2017-10-26 10:37:46','',30,'http://ukdebtconsolidations.co.uk/30-revision-v1',0,'revision','',0),(197,2,'2017-10-26 10:38:17','2017-10-26 10:38:17','<div class=\"entry-content\">\r\n<h2><strong>Notice of Eviction</strong></h2>\r\n<p align=\"right\"><strong>In the Central London County Court</strong></p>\r\n<p align=\"right\"><strong>Claim Number xxxxxx</strong></p>\r\n<p align=\"right\"><strong>Warrant Number xxxxxx</strong></p>\r\n<p align=\"right\"><strong>Date xxxxxxx</strong></p>\r\n<strong>JOHN SMITH</strong>\r\n\r\n<strong>AND ALL OTHER OCCUPIERS</strong>\r\n\r\n<strong>123 xxxxxxxx</strong>\r\n\r\n<strong>xxxxxx</strong>\r\n\r\n</div>\r\n<div class=\"entry-content\">\r\n\r\nxxx\r\n\r\n \r\n\r\nThe court had issued a warrant for the possession of the above property (land) at the request of\r\n<div id=\"attachment_109\" class=\"wp-caption alignright\" style=\"width: 160px;\">\r\n\r\n \r\n<p class=\"wp-caption-text\"></p>\r\n\r\n</div>\r\nthe claim. The warrant gives a county court bailiff the authority to evict you and hand over possession to the claimant. This notice tells you the time and date when the eviction will take place, what will happen on that date, and what you can do.\r\n\r\n<strong>The eviction will take place on </strong><strong>xxxxx</strong>\r\n\r\nYou should arrange to leave the property (land) with your belongings before this date and time.\r\n\r\n<strong>What will happen</strong>\r\n\r\nA procession warrant gives the bailiff authority to remove anyone still in the property (on the land) at the time the eviction is due to take place. A representative of the claimant will attend with the bailiff. That representative will change any locks, or take any steps necessary to prevent re-entry. If you have not removed all of your belongings when the eviction takes place, you will\r\n<div id=\"attachment_110\" class=\"wp-caption alignright\" style=\"width: 160px;\">\r\n\r\n \r\n<p class=\"wp-caption-text\"></p>\r\n\r\n</div>\r\nonly be allowed time to do so if the claimants representative agrees.\r\n\r\n<strong>What you can do</strong>\r\n\r\nyou can get help and advice about the eviction, or about rehousing from an advice agency, a solicitor or your local Housing Department. <strong>Act immediately. In some circumstantially is, the court can decide to suspend the warrant and postpone the date for eviction. </strong>You should get advice now about whether the court may do so in your case or stop if it can, you must apply to the court setting out your grounds (reasons) for asking that it should.\r\n\r\nIt is not sufficient just to say that you have not been able to find somewhere else to live or stop if you wish to apply you should ask the court for Form N244 (Application Notice). Once you have filled in the form with your request and the grounds on which you are making it, you will be given an appointment to see a judge. The claimant will be sent a copy of your application. You will have to pay a fee unless you qualify for free exemption or remission. A member of the Court’s staff will be able to give you more details about this.\r\n\r\nYou must attend at the time and date given on the notice. The claimant, or the claimant’s representative, may also attend. If you do not go to the hearing, the judge may simply dismiss your application and you could incur additional costs.\r\n\r\nIf you can pay off any arrears, contact the claimant, or the claimant solicitor, immediately you get this notice. Any payments must be made to the claimant and not to the court. Make sure that you get a receipt for any payments you make. It will be the claimant to decide whether your payment is sufficient to stop the eviction. If it is, the claimant must let the court know before the eviction is due to take place.\r\n\r\n<strong>Contact</strong>\r\n\r\nYou can contact the bailiff who will be responsible for the eviction by telephoning 02079175111 Monday to Friday between the hours of 0700 AM – 0900 AM.\r\n\r\nThe claimant (claimant’s solicitor) is ABC Solicitors\r\n\r\nOf\r\n\r\nAddress\r\n<div id=\"linksalpha_tag_777685257\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/notice-eviction/\" data-text=\"Notice of Eviction\" data-desc=\"Notice of Eviction In the Central London County Court Claim Number XY11245 Warrant Number 13457 Date 2 August 2011 JOHN SMITH AND ALL OTHER OCCUPIERS 123 SOMEWHERE ROAD NEWTOWN SO1 0W The court had issued a warrant for the possession of the above property (land) at the request of the\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Eviction-notice-150x150.jpg\" data-site=\"DIY Debt\"></div>\r\n</div>','Notice of Eviction','Notice of Eviction, DIY Debt Help, DIY Debt Advice, Bailiffs, Repossession, Debt Advice UK, Debt Help UK, Court Order,','inherit','closed','closed','','30-revision-v1','','','2017-10-26 10:38:17','2017-10-26 10:38:17','',30,'http://ukdebtconsolidations.co.uk/30-revision-v1',0,'revision','',0),(198,2,'2017-10-26 10:38:33','2017-10-26 10:38:33','<div class=\"entry-content\">\n<h2 style=\"text-align: left;\">The Income & Expenditure Spreadsheet</h2>\n<h3>All calculations are monthly</h3>\n<strong>Input your income, and the spreadsheet will calculate your total income:</strong>\n\n<img class=\"alignnone size-full wp-image-45\" title=\"Income\" src=\"../wp-content/uploads/2012/05/Income.png\" sizes=\"(max-width: 447px) 100vw, 447px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income-300x156.png 300w, ../wp-content/uploads/2012/05/Income.png 447w\" alt=\"Income\" width=\"447\" height=\"233\" />\n\n<strong>Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings.</strong>\n\n<img class=\"alignnone size-full wp-image-46\" title=\"Expenditure\" src=\"../wp-content/uploads/2012/05/Expenditure.png\" alt=\"\" width=\"411\" height=\"791\" />\n\n<strong>Also when you complete the expenditure you will be given addition information (cells marked with a red flash in the top corner) as to what figures are best to use in certain cells.\n</strong>\n\n<strong>The Spreadsheet will then calculate what disposable income is available for the creditors.</strong>\n\n<img class=\"alignnone size-full wp-image-47\" title=\"Disposable\" src=\"../wp-content/uploads/2012/05/Disposable.png\" sizes=\"(max-width: 463px) 100vw, 463px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Disposable-300x131.png 300w, ../wp-content/uploads/2012/05/Disposable.png 463w\" alt=\"Disposable\" width=\"463\" height=\"203\" />\n\n<strong>Finally enter the unsecured creditors to whom you owe money to. As you enter each creditor it will show you how much each creditor would receive on a pro-rata split.</strong>\n\n<img class=\"alignnone wp-image-48\" title=\"Pro-Rata Split\" src=\"../wp-content/uploads/2012/05/Pro-Rata-Split.png\" sizes=\"(max-width: 688px) 100vw, 688px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Pro-Rata-Split-300x132.png 300w, ../wp-content/uploads/2012/05/Pro-Rata-Split.png 688w\" alt=\"Pro-Rata Split\" width=\"688\" height=\"303\" />\n\n<strong>We have also included a sample Income & Expenditure highlighted by the red tab in the spreadsheet.</strong>\n\n<a href=\"../wp-content/uploads/2012/05/Sample-Tab.png\"><img class=\"aligncenter size-full wp-image-88\" title=\"Sample Tab\" src=\"../wp-content/uploads/2012/05/Sample-Tab.png\" sizes=\"(max-width: 525px) 100vw, 525px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Sample-Tab-300x43.png 300w, ../wp-content/uploads/2012/05/Sample-Tab.png 525w\" alt=\"Sample Tab\" width=\"525\" height=\"76\" /></a>\n<h3>Price £2.50 – click on the “Buy Now” button to receive your copy of the Income & Expenditure:\n<script type=\"text/javascript\"><![CDATA[ var active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\"; function paiddownloads_be3af667cb2acf1ca937e39889a36904e() { if (jQuery(\"#method_paypal_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\"; else if (jQuery(\"#method_alertpay_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"alertpay_be3af667cb2acf1ca937e39889a36904e\"; else if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"interkassa_be3af667cb2acf1ca937e39889a36904e\"; if (active_be3af667cb2acf1ca937e39889a36904e == \"interkassa_be3af667cb2acf1ca937e39889a36904e\") { if (!jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\")) { alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\"); return; } var paiddownloads_email = jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\").val(); var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/; if (!paiddownloads_email.match(re)) { alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\"); return; } jQuery(\"#ik_baggage_fields_be3af667cb2acf1ca937e39889a36904e\").val(paiddownloads_email); } jQuery(\"#\" + active_be3af667cb2acf1ca937e39889a36904e).click(); return; } function paiddownloads_toggle_paiddownloads_email_be3af667cb2acf1ca937e39889a36904e() { if (jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\")) { if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideDown(100); else jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideUp(100); } } ]]></script></h3>\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"Income & Expenditure\" /><input name=\"item_number\" type=\"hidden\" value=\"2\" /><input name=\"amount\" type=\"hidden\" value=\"2.5\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/income-expenditure/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/income-expenditure/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_be3af667cb2acf1ca937e39889a36904e\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form><input style=\"margin: 5px 0px; padding: 0px; border: 0px;\" alt=\"Income & Expenditure\" name=\"submit\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" type=\"image\" />\n\nYou can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.\n\n<img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" sizes=\"(max-width: 370px) 100vw, 370px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" alt=\"\" width=\"370\" height=\"74\" />\n<h3><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></h3>\n \n<div id=\"linksalpha_tag_559631080\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_559631080&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1800739050\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1800739050&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','The Income & Expenditure Spreadsheet','','inherit','closed','closed','','28-autosave-v1','','','2017-10-26 10:38:33','2017-10-26 10:38:33','',28,'http://ukdebtconsolidations.co.uk/28-autosave-v1',0,'revision','',0),(199,2,'2017-10-26 10:38:35','2017-10-26 10:38:35','<div class=\"entry-content\">\r\n<h2 style=\"text-align: left;\">The Income & Expenditure Spreadsheet</h2>\r\n<h3>All calculations are monthly</h3>\r\n<strong>Input your income, and the spreadsheet will calculate your total income:</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-45\" title=\"Income\" src=\"../wp-content/uploads/2012/05/Income.png\" sizes=\"(max-width: 447px) 100vw, 447px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income-300x156.png 300w, ../wp-content/uploads/2012/05/Income.png 447w\" alt=\"Income\" width=\"447\" height=\"233\" />\r\n\r\n<strong>Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings.</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-46\" title=\"Expenditure\" src=\"../wp-content/uploads/2012/05/Expenditure.png\" alt=\"\" width=\"411\" height=\"791\" />\r\n\r\n<strong>Also when you complete the expenditure you will be given addition information (cells marked with a red flash in the top corner) as to what figures are best to use in certain cells.\r\n</strong>\r\n\r\n<strong>The Spreadsheet will then calculate what disposable income is available for the creditors.</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-47\" title=\"Disposable\" src=\"../wp-content/uploads/2012/05/Disposable.png\" sizes=\"(max-width: 463px) 100vw, 463px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Disposable-300x131.png 300w, ../wp-content/uploads/2012/05/Disposable.png 463w\" alt=\"Disposable\" width=\"463\" height=\"203\" />\r\n\r\n<strong>Finally enter the unsecured creditors to whom you owe money to. As you enter each creditor it will show you how much each creditor would receive on a pro-rata split.</strong>\r\n\r\n<img class=\"alignnone wp-image-48\" title=\"Pro-Rata Split\" src=\"../wp-content/uploads/2012/05/Pro-Rata-Split.png\" sizes=\"(max-width: 688px) 100vw, 688px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Pro-Rata-Split-300x132.png 300w, ../wp-content/uploads/2012/05/Pro-Rata-Split.png 688w\" alt=\"Pro-Rata Split\" width=\"688\" height=\"303\" />\r\n\r\n<strong>We have also included a sample Income & Expenditure highlighted by the red tab in the spreadsheet.</strong>\r\n\r\n<a href=\"../wp-content/uploads/2012/05/Sample-Tab.png\"><img class=\"aligncenter size-full wp-image-88\" title=\"Sample Tab\" src=\"../wp-content/uploads/2012/05/Sample-Tab.png\" sizes=\"(max-width: 525px) 100vw, 525px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Sample-Tab-300x43.png 300w, ../wp-content/uploads/2012/05/Sample-Tab.png 525w\" alt=\"Sample Tab\" width=\"525\" height=\"76\" /></a>\r\n<h3>Price £2.50 – click on the “Buy Now” button to receive your copy of the Income & Expenditure:\r\n<script type=\"text/javascript\"><![CDATA[ var active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\"; function paiddownloads_be3af667cb2acf1ca937e39889a36904e() { if (jQuery(\"#method_paypal_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"paypal_be3af667cb2acf1ca937e39889a36904e\"; else if (jQuery(\"#method_alertpay_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"alertpay_be3af667cb2acf1ca937e39889a36904e\"; else if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) active_be3af667cb2acf1ca937e39889a36904e = \"interkassa_be3af667cb2acf1ca937e39889a36904e\"; if (active_be3af667cb2acf1ca937e39889a36904e == \"interkassa_be3af667cb2acf1ca937e39889a36904e\") { if (!jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\")) { alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\"); return; } var paiddownloads_email = jQuery(\"#paiddownloads_email_be3af667cb2acf1ca937e39889a36904e\").val(); var re = /^[w-]+(.[w-]+)*@([w-]+.)+[a-zA-Z]{2,7}$/; if (!paiddownloads_email.match(re)) { alert(\"Please enter valid e-mail. Download link will be sent to this e-mail address.\"); return; } jQuery(\"#ik_baggage_fields_be3af667cb2acf1ca937e39889a36904e\").val(paiddownloads_email); } jQuery(\"#\" + active_be3af667cb2acf1ca937e39889a36904e).click(); return; } function paiddownloads_toggle_paiddownloads_email_be3af667cb2acf1ca937e39889a36904e() { if (jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\")) { if (jQuery(\"#method_interkassa_be3af667cb2acf1ca937e39889a36904e\").attr(\"checked\")) jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideDown(100); else jQuery(\"#paiddownloads_email_container_be3af667cb2acf1ca937e39889a36904e\").slideUp(100); } } ]]></script></h3>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"Income & Expenditure\" /><input name=\"item_number\" type=\"hidden\" value=\"2\" /><input name=\"amount\" type=\"hidden\" value=\"2.5\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/income-expenditure/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/income-expenditure/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_be3af667cb2acf1ca937e39889a36904e\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form><input style=\"margin: 5px 0px; padding: 0px; border: 0px;\" alt=\"Income & Expenditure\" name=\"submit\" src=\"../wp-content/plugins/paid-downloads/images/btn_buynow_LG.gif\" type=\"image\" />\r\n\r\nYou can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.\r\n\r\n<img class=\"size-full wp-image-51 alignnone\" title=\"No PayPal\" src=\"../wp-content/uploads/2012/05/No-PayPal.png\" sizes=\"(max-width: 370px) 100vw, 370px\" srcset=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/No-PayPal-300x60.png 300w, ../wp-content/uploads/2012/05/No-PayPal.png 370w\" alt=\"\" width=\"370\" height=\"74\" />\r\n<h3><span style=\"color: #000000;\">If you have any</span> questions, <span style=\"color: #000000;\">click on the little yellow icon </span> <span style=\"color: #000000;\">at the bottom left of this page and leave a message, I will get back to you.</span></h3>\r\n \r\n<div id=\"linksalpha_tag_559631080\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_559631080&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1800739050\" data-url=\"http://diy-debt.co.uk/income-expenditure/\" data-text=\"DIY Income & Expenditure\" data-desc=\"The Income &amp; Expenditure Spreadsheet All calculations are monthly Input your income, and the spreadsheet will calculate your total income: Input all your monthly outgoing, the spreadsheet will then calculate the total outgoings. Also when you complete the expenditure you will be given addition\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Income.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1800739050&link=http%3A%2F%2Fdiy-debt.co.uk%2Fincome-expenditure%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','The Income & Expenditure Spreadsheet','DIY Income & Expenditure, Pro-rata split,','inherit','closed','closed','','28-revision-v1','','','2017-10-26 10:38:35','2017-10-26 10:38:35','',28,'http://ukdebtconsolidations.co.uk/28-revision-v1',0,'revision','',0),(200,2,'2017-10-26 10:44:36','2017-10-26 10:44:36','<div class=\"entry-content\">\n<h2><a href=\"http://www.sunalliance.co.uk/\">Sun Alliance Accept Debt Management Plan (DMP)</a></h2>\nSun Alliance\n\n31 December 2018\n\nDear Sir/Madam\n\nWITHOUT PREJUDICE\n<p style=\"text-align: left;\">Re: NAME ADDRESS</p>\n<p style=\"text-align: left;\">Beneficial Finance Credit Card Number: NUMBER</p>\n<p style=\"text-align: left;\">We are prepared to accept your proposal on behalf of NAME for reduced payment of £13.00 per month for a maximum period of 12 months. The first payment must be received and credited to the account within 30 days from the date of this letter.</p>\n<p style=\"text-align: left;\">No interest or admin charges will be applied to the account of this arrangement is in force.</p>\n<p style=\"text-align: left;\">Should our customers circumstances change before the review date we must be advised immediately and we would be provided with a revised financial statement and payment proposal.</p>\n<p style=\"text-align: left;\">If, after this arrangement has expired, you want the arrangement to be extended we shall require a revised financial statement will stop Should this not be forthcoming we will contact the customer direct for repayment of any arrears.</p>\n<p style=\"text-align: left;\">If you have any queries, please contact one of our advisers on 0870 010 8516</p>\n<p style=\"text-align: left;\">Yours Sincerely</p>\n<p style=\"text-align: left;\">Card Collections</p>\n\n<div id=\"linksalpha_tag_19332250\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\">\n\nSee: http://www.sunalliance.co.uk for more information\n\n</div>\n</div>','Ultimate Debt Management Plan with Sun Alliance','','inherit','closed','closed','','19-autosave-v1','','','2017-10-26 10:44:36','2017-10-26 10:44:36','',19,'http://ukdebtconsolidations.co.uk/19-autosave-v1',0,'revision','',0),(201,2,'2017-10-26 10:38:53','2017-10-26 10:38:53','<div class=\"entry-content\">\r\n<h2>HSBC Accept Debt Management Plan (DMP)</h2>\r\n<p style=\"text-align: center;\"></p>\r\nHSBC\r\n\r\n31 December 2018\r\n\r\nDear Sir/Madam\r\n\r\nWITHOUT PREJUDICE\r\n<p style=\"text-align: left;\">Re: NAME ADDRESS</p>\r\n<p style=\"text-align: left;\">Beneficial Finance Credit Card Number: NUMBER</p>\r\n<p style=\"text-align: left;\">We are prepared to accept your proposal on behalf of NAME for reduced payment of £13.00 per month for a maximum period of 12 months. The first payment must be received and credited to the account within 30 days from the date of this letter.</p>\r\n<p style=\"text-align: left;\">No interest or admin charges will be applied to the account of this arrangement is in force.</p>\r\n<p style=\"text-align: left;\">Should our customers circumstances change before the review date we must be advised immediately and we would be provided with a revised financial statement and payment proposal.</p>\r\n<p style=\"text-align: left;\">If, after this arrangement has expired, you want the arrangement to be extended we shall require a revised financial statement will stop Should this not be forthcoming we will contact the customer direct for repayment of any arrears.</p>\r\n<p style=\"text-align: left;\">If you have any queries, please contact one of our advisers on 0870 010 8516</p>\r\n<p style=\"text-align: left;\">Yours Sincerely</p>\r\n<p style=\"text-align: left;\">Card Collections</p>\r\n\r\n<div id=\"linksalpha_tag_19332250\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_19332250&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan-hsbc%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_696722009\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_696722009&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-management-plan-hsbc%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Ultimate Debt Management Plan with HSBC',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','19-revision-v1','','','2017-10-26 10:38:53','2017-10-26 10:38:53','',19,'http://ukdebtconsolidations.co.uk/19-revision-v1',0,'revision','',0),(202,2,'2017-10-26 10:39:09','2017-10-26 10:39:09','<div class=\"entry-content\">\n<div id=\"attachment_168\" class=\"wp-caption alignleft\" style=\"width: 160px;\">\n\nNoticed of Issue of Warrant of Execution\n\n</div>\nIn the Northampton (CCBC)\nCase Number X1234\nWarrant Number V123\nLocal Number FW123\nClaimant Ref ABC 123\n<p style=\"text-align: left;\">Mr Joe Blogs\n123 Any Street\nNewtown\nSOI 0WE</p>\n<p style=\"text-align: left;\"><strong>Urgent</strong>\n<strong>To be Defendant</strong>\nYou have not made a payment under the judgment as you were ordered. The claimant has therefore asked for a warrant to the issued to the bailiff to seize and sell your goods. Unless you pay the amount due to the County Court <strong>before 31 October the bailiff will call and may remove your goods for sale at public auction.</strong> This means that you will have to pay further costs.</p>\n<strong>Total to Pay</strong> £152.25\n(Including fee)s on this warrant\n<strong>Balance Outstanding</strong> £5816.76\n( after payment of this warrant)\n<p style=\"text-align: left;\"><strong>Send or take your payment and this form</strong>\n<strong>to the court office at</strong></p>\n<p style=\"text-align: left;\">Maidstone County Court\nThe Law Courts\nBarker Road\nMaidstone\nKent\nME16 8EQ\nBAILIFFS OFFICE IS OPEN FROM 9:00 AM TO 13:30 AM\nTELEPHONE NUMBER 01622202094\nFAX NUMBER 01622202002</p>\n\n<h3 style=\"text-align: left;\">So if you have received a Warrant of Execution and you want to stop the Bailiffs from visiting and also offer to make reduced monthly payments then visit our <a title=\"Stop Warrant of Execution\" href=\"../warrant-of-execution/\">DIY Stop Warrant of Execution </a>Section</h3>\n<div id=\"linksalpha_tag_1766456563\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/warrant-execution/\" data-text=\"Warrant of Execution\" data-desc=\"Click to enlarge Noticed of Issue of Warrant of Execution In the Northampton (CCBC) Case Number X1234 Warrant Number V123 Local Number FW123 Claimant Ref ABC 123 Mr Joe Blogs 123 Any Street Newtown SOI 0WE Urgent To be Defendant You have not made a payment under the judgment as you were ordered.\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1766456563&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-execution%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1774740819\" data-url=\"http://diy-debt.co.uk/warrant-execution/\" data-text=\"Warrant of Execution\" data-desc=\"Click to enlarge Noticed of Issue of Warrant of Execution In the Northampton (CCBC) Case Number X1234 Warrant Number V123 Local Number FW123 Claimant Ref ABC 123 Mr Joe Blogs 123 Any Street Newtown SOI 0WE Urgent To be Defendant You have not made a payment under the judgment as you were ordered.\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1774740819&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-execution%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','Warrant of Execution','','inherit','closed','closed','','33-autosave-v1','','','2017-10-26 10:39:09','2017-10-26 10:39:09','',33,'http://ukdebtconsolidations.co.uk/33-autosave-v1',0,'revision','',0),(203,2,'2017-10-26 10:39:35','2017-10-26 10:39:35','<div class=\"entry-content\">\r\n<div id=\"attachment_168\" class=\"wp-caption alignleft\" style=\"width: 160px;\">\r\n\r\nNoticed of Issue of Warrant of Execution\r\n\r\n</div>\r\nIn the Northampton (CCBC)\r\nCase Number X1234\r\nWarrant Number V123\r\nLocal Number FW123\r\nClaimant Ref ABC 123\r\n<p style=\"text-align: left;\">Mr Joe Blogs\r\nxxxxxxxxxxxxx</p>\r\nxxxxxxxxx\r\n<p style=\"text-align: left;\"><strong>Urgent</strong>\r\n<strong>To be Defendant</strong>\r\nYou have not made a payment under the judgment as you were ordered. The claimant has therefore asked for a warrant to the issued to the bailiff to seize and sell your goods. Unless you pay the amount due to the County Court <strong>before xxxxxxx the bailiff will call and may remove your goods for sale at public auction.</strong> This means that you will have to pay further costs.</p>\r\n<strong>Total to Pay</strong> £xxxxx.xx\r\n(Including fee)s on this warrant\r\n<strong>Balance Outstanding</strong> £xxxxx.xx\r\n( after payment of this warrant)\r\n<p style=\"text-align: left;\"><strong>Send or take your payment and this form</strong>\r\n<strong>to the court office at</strong></p>\r\n<p style=\"text-align: left;\">Maidstone County Court\r\nThe Law Courts\r\nBarker Road\r\nMaidstone\r\nKent\r\nME16 8EQ\r\nBAILIFFS OFFICE IS OPEN FROM 9:00 AM TO 13:30 AM</p>\r\n\r\n<div id=\"linksalpha_tag_1766456563\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/warrant-execution/\" data-text=\"Warrant of Execution\" data-desc=\"Click to enlarge Noticed of Issue of Warrant of Execution In the Northampton (CCBC) Case Number X1234 Warrant Number V123 Local Number FW123 Claimant Ref ABC 123 Mr Joe Blogs 123 Any Street Newtown SOI 0WE Urgent To be Defendant You have not made a payment under the judgment as you were ordered.\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1766456563&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-execution%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1774740819\" data-url=\"http://diy-debt.co.uk/warrant-execution/\" data-text=\"Warrant of Execution\" data-desc=\"Click to enlarge Noticed of Issue of Warrant of Execution In the Northampton (CCBC) Case Number X1234 Warrant Number V123 Local Number FW123 Claimant Ref ABC 123 Mr Joe Blogs 123 Any Street Newtown SOI 0WE Urgent To be Defendant You have not made a payment under the judgment as you were ordered.\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-150x150.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1774740819&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-execution%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Warrant of Execution','DIY Debt, Court Order, Warrant of execution, Debt Advice UK, Debt Help UK, Bailiff,','inherit','closed','closed','','33-revision-v1','','','2017-10-26 10:39:35','2017-10-26 10:39:35','',33,'http://ukdebtconsolidations.co.uk/33-revision-v1',0,'revision','',0),(204,2,'2017-10-26 10:39:51','2017-10-26 10:39:51','<div class=\"entry-content\">\n\nThere are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone’s situation is different and you may find yourself unable to satisfy the criteria required for these actions. If this is the case then you should think about getting a Debt Relief Order, also known as a DRO.\n\nA Debt Relief Order can see you debt free within a year and is often a far cheaper alternative to declaring yourself bankrupt. Debt Relief Orders do not require you to make monthly payments and your debtors will be unable to take any action against you will the plan is in effect.\n\nA Debt Relief Order does have a criteria you need to satisfy which includes, owing less than £15,000, not having more than £50 to spare after living costs, owning less than £300 worth of assets, owning a car worth less than £1000, and finally you must have lived and worked in England for over three years.\n\nIf you contact a company for help gaining a Debt Relief Order then they will do any and all negotiating with your creditors as well as give you professional advice on any questions or problems you may have regarding your debt.\n\nA Debt Relief Order costs a one off fee of £90 which is paid to the Debt Insolvency Service. This fee must be paid in full before the Relief Order can be put into effect. As I said earlier, this is much cheaper than bankruptcy which can cost £750 per person. If you are unable to pay the £90 in one go then you can pay it in instalments.\n\nSome aspects of a Debt Relief Order you should be aware of includes that it will be on public record for 15 months, will be on your credit record for six years, and you may have difficulty opening a bank account whilst your Relief Order is in effect. You should also know that if your financial situation improves whilst your Relief Order is in effect, you will be expected to pay back your debts.\n\nA Debt Relief Order can be the right move for some but of course it depends on what your personal financial situation is. If you don’t think its right for you then you might consider a Individual Voluntary Arrangement, a Debt Management Plan, or Bankruptcy.\n<div id=\"linksalpha_tag_1421919502\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1421919502&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_2041910207\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_2041910207&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','What is a Debt Relief Order?','','inherit','closed','closed','','21-autosave-v1','','','2017-10-26 10:39:51','2017-10-26 10:39:51','',21,'http://ukdebtconsolidations.co.uk/21-autosave-v1',0,'revision','',0),(205,2,'2017-10-26 10:40:06','2017-10-26 10:40:06','<div class=\"entry-content\">\r\n\r\nThere are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement. However, everyone’s situation is different and you may find yourself unable to satisfy the criteria required for these actions. If this is the case then you should think about getting a Debt Relief Order, also known as a DRO.\r\n\r\nA Debt Relief Order can see you debt free within a year and is often a far cheaper alternative to declaring yourself bankrupt. Debt Relief Orders do not require you to make monthly payments and your debtors will be unable to take any action against you will the plan is in effect.\r\n\r\nA Debt Relief Order does have a criteria you need to satisfy which includes, owing less than £15,000, not having more than £50 to spare after living costs, owning less than £300 worth of assets, owning a car worth less than £1000, and finally you must have lived and worked in England for over three years.\r\n\r\nIf you contact a company for help gaining a Debt Relief Order then they will do any and all negotiating with your creditors as well as give you professional advice on any questions or problems you may have regarding your debt.\r\n\r\nA Debt Relief Order costs a one off fee of £90 which is paid to the Debt Insolvency Service. This fee must be paid in full before the Relief Order can be put into effect. As I said earlier, this is much cheaper than bankruptcy which can cost £950 per person. If you are unable to pay the £90 in one go then you can pay it in installments.\r\n\r\nSome aspects of a Debt Relief Order you should be aware of includes that it will be on public record for 15 months, will be on your credit record for six years, and you may have difficulty opening a bank account whilst your Relief Order is in effect. You should also know that if your financial situation improves whilst your Relief Order is in effect, you will be expected to pay back your debts.\r\n\r\nA Debt Relief Order can be the right move for some but of course it depends on what your personal financial situation is. If you don’t think its right for you then you might consider a Individual Voluntary Arrangement, a Debt Management Plan, or Bankruptcy.\r\n<div id=\"linksalpha_tag_1421919502\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1421919502&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_2041910207\" data-url=\"http://diy-debt.co.uk/debt-relief-order/\" data-text=\"What is a Debt Relief Order?\" data-desc=\"There are several different options you can take if you have debts you are unable to pay back. Depending on your circumstances you could proceed in a variety of ways from getting an Individual Voluntary Agreement or a Debt Management Plan. However, everyone\'s situation is different and you may find\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_2041910207&link=http%3A%2F%2Fdiy-debt.co.uk%2Fdebt-relief-order%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','What is a Debt Relief Order?','What is a Debt Relief Order?','inherit','closed','closed','','21-revision-v1','','','2017-10-26 10:40:06','2017-10-26 10:40:06','',21,'http://ukdebtconsolidations.co.uk/21-revision-v1',0,'revision','',0),(206,2,'2017-10-26 10:40:30','2017-10-26 10:40:30','<div class=\"entry-content\">\n\n<strong>Will closing my Credit Card effect my credit rating?</strong>\n\nWell the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve!\n\nHere we will give you a guide that will let you work out if keeping or closing your credit card is best for you and your credit rating.\n<ol>\n <li>Make a list of all your credit and store cards. What you are looking for is all your “Revolving Credit Accounts” i.e. these are accounts that you continue to use whilst you pay them back. These are not like a loan, that when you have paid that off it is automatically closed. What we are talking about is; Barclaycard, Tesco Credit cards etc.</li>\n <li>Total the amount of<strong> limit</strong> on each credit card. This is the amount (limit) that the credit card company allows you to max out on your card.</li>\n <li>Make a total of the <strong>current balance</strong> on your cards. This will be shown on your latest statement.</li>\n <li>Divide the <strong>current balances</strong> by the <strong>limits</strong>, so if for example your <strong>current balances</strong> £4,600 and you <strong>limits</strong> add up to £20,000 then divide 4600 by 20000 = 0.23</li>\n <li>This now needs to be converted into a percentage, the easiest way is to ditch the decimal point, therefore 23%. However if you want to check this then you need to multiply .23 by 100.\n<h3>29%: This number is your Credit Utilisation Rate (CUR)</h3>\nCredit Utilisation Rate indicates how much of your available credit you use on a regular basis. The whole key to using this system is to use some of your credit but not too much! The best balance is to be using 20-30%. Credit Rating companies grade you by how much credit you use.\n\nApproximately a third of your credit score is your Credit Utilisation Rate. Therefore if you are paying all your outstanding bills on time but your credit rating does not seem to improve, then it may be becuase your Credit Utilisation Rate is over the 30% mark.</li>\n <li>If the CUR is below the 20% mark, then you will need to recalculate but without including the latest card you have. This is important as the length of credit history on cards also can account for 15% of you total credit score. So it is always better to keep old cards running. Excluding the newest card redo the calculations. If your score turns out to be between the magic numbers of 20-30% then you can go ahead an close the card.</li>\n <li>If your CUR is between the 20-30% mark or above, then do not close any of your credit card accounts. The effect of doing this will actually increase your CUR which could in turn effect your credit rating adversely.You should though continue to pay money towards your cards and avoid using them till the CUR value comes down.</li>\n <li>Keep doing the above until you find out exactly how many cards you can ditch or keep just bear in mind Credit Utilisation Rate of 20-30%</li>\n <li>Finally keep paying down your debt to improve your credit rating even more.</li>\n</ol>\n<div id=\"linksalpha_tag_852899665\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\">\n\nSee\n<table width=\"258\">\n<tbody>\n<tr>\n<td width=\"258\"><a href=\"http://publictender.co.uk/\">publictender.co.uk </a></td>\n</tr>\n</tbody>\n</table>\n</div>\n</div>','Why I Should I Close or Keep My Credit Card','','inherit','closed','closed','','17-autosave-v1','','','2017-10-26 10:40:30','2017-10-26 10:40:30','',17,'http://ukdebtconsolidations.co.uk/17-autosave-v1',0,'revision','',0),(207,2,'2017-10-26 10:40:51','2017-10-26 10:40:51','<div class=\"entry-content\">\r\n\r\n<strong>Will closing my Credit Card effect my credit rating?</strong>\r\n\r\nWell the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating.\r\n\r\n<strong>How to do it</strong>\r\n<ol>\r\n <li>Make a list of all your credit and store cards. What you are looking for is all your “Revolving Credit Accounts” i.e. these are accounts that you continue to use whilst you pay them back. These are not like a loan, that when you have paid that off it is automatically closed. What we are talking about is; Barclaycard, Tesco Credit cards etc.</li>\r\n <li>Total the amount of<strong> limit</strong> on each credit card. This is the amount (limit) that the credit card company allows you to max out on your card.</li>\r\n <li>Make a total of the <strong>current balance</strong> on your cards. This will be shown on your latest statement.</li>\r\n <li>Divide the <strong>current balances</strong> by the <strong>limits</strong>, so if for example your <strong>current balances</strong> £4,600 and you <strong>limits</strong> add up to £20,000 then divide 4600 by 20000 = 0.23</li>\r\n <li>This now needs to be converted into a percentage, the easiest way is to ditch the decimal point, therefore 23%. However if you want to check this then you need to multiply .23 by 100.\r\n<h3>29%: This number is your Credit Utilisation Rate (CUR)</h3>\r\nCredit Utilisation Rate indicates how much of your available credit you use on a regular basis. The whole key to using this system is to use some of your credit but not too much! The best balance is to be using 20-30%. Credit Rating companies grade you by how much credit you use.\r\n\r\nApproximately a third of your credit score is your Credit Utilisation Rate. Therefore if you are paying all your outstanding bills on time but your credit rating does not seem to improve, then it may be becuase your Credit Utilisation Rate is over the 30% mark.</li>\r\n <li>If the CUR is below the 20% mark, then you will need to recalculate but without including the latest card you have. This is important as the length of credit history on cards also can account for 15% of you total credit score. So it is always better to keep old cards running. Excluding the newest card redo the calculations. If your score turns out to be between the magic numbers of 20-30% then you can go ahead an close the card.</li>\r\n <li>If your CUR is between the 20-30% mark or above, then do not close any of your credit card accounts. The effect of doing this will actually increase your CUR which could in turn effect your credit rating adversely.You should though continue to pay money towards your cards and avoid using them till the CUR value comes down.</li>\r\n <li>Keep doing the above until you find out exactly how many cards you can ditch or keep just bear in mind Credit Utilisation Rate of 20-30%</li>\r\n <li>Finally keep paying down your debt to improve your credit rating even more.</li>\r\n</ol>\r\n<div id=\"linksalpha_tag_852899665\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/close-or-keep-credit-card/\" data-text=\"Should I Close or Keep My Credit Card\" data-desc=\"Keeping or Closing a Credit Card Will closing my Credit Card effect my credit rating? Well the answer to this is yes, but doing the wrong thing can have an adverse effect on your credit rating. But do the right thing and your credit rating will improve! Here we will give you a guide that will let\" data-site=\"DIY Debt\">\r\n\r\nSee\r\n<table width=\"258\">\r\n<tbody>\r\n<tr>\r\n<td width=\"258\"><a href=\"http://publictender.co.uk/\">publictender.co.uk </a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>','Why I Should I Close or Keep My Credit Card','Should I Close or Keep My Credit Card','inherit','closed','closed','','17-revision-v1','','','2017-10-26 10:40:51','2017-10-26 10:40:51','',17,'http://ukdebtconsolidations.co.uk/17-revision-v1',0,'revision','',0),(208,2,'2017-10-26 10:41:04','2017-10-26 10:41:04','<div class=\"entry-content\">\r\n<h2>You have received a Warrant of Execution and you want to stop the Bailiffs from visiting?</h2>\r\nSo you have received a Warrant of Execution (see below) from the courts?\r\n\r\nNow is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing!\r\n\r\nIt does not mean that you have to pay the full amount that they are requesting, if you follow the correct procedures. It is still possible to stop the bailiff visit and get the courts to authorise reduced monthly payments (to something you can afford).\r\n<h3></h3>\r\n \r\n<div id=\"linksalpha_tag_759019009\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/warrant-of-execution/\" data-text=\"DIY Stop Warrant of Execution\" data-desc=\"You have received a Warrant of Execution and you want to stop the Bailiffs from visiting? So you have received a Warrant of Execution (see below) from the courts? Click to Enlarge Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing! It does not mean that\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_759019009&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-of-execution%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_356166991\" data-url=\"http://diy-debt.co.uk/warrant-of-execution/\" data-text=\"DIY Stop Warrant of Execution\" data-desc=\"You have received a Warrant of Execution and you want to stop the Bailiffs from visiting? So you have received a Warrant of Execution (see below) from the courts? Click to Enlarge Now is the time to act, as you will get a visit from the bailiffs, if you continue to do nothing! It does not mean that\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Warrant-of-Execution-217x300.jpg\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_356166991&link=http%3A%2F%2Fdiy-debt.co.uk%2Fwarrant-of-execution%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','You have received a Warrant of Execution and you want to stop the Bailiffs','DIY Stop Warrant of Execution, N244','inherit','closed','closed','','34-revision-v1','','','2017-10-26 10:41:04','2017-10-26 10:41:04','',34,'http://ukdebtconsolidations.co.uk/34-revision-v1',0,'revision','',0),(209,2,'2017-10-26 10:42:06','2017-10-26 10:42:06','<div class=\"entry-content\">\r\n<h2><img class=\"size-medium wp-image-126 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/notepadpencil1201-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />Being Evicted does not have to be the end of the world</h2>\r\nAny number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today’s article, we’re going to look at what steps you can take to get back on your feet and minimise the damage.\r\n<h2><b>Apologise and explain your situation to your landlord</b></h2>\r\nIt’s not your landlords fault you were unable to pay your rent and he/she has bills to pay too. Apologising to your landlord not only helps relieve any bad feelings but can also make the landlord more inclined to drop public records of your eviction. Since evictions are on public record, getting your landlord to remove records of it will halp you greatly. If your landlord agrees to this then be sure to get written conformation of his or her intent to do this.\r\n\r\nIf you make any transactions with your landlord regarding this then you should be sure to keep proof of your transactions in case your landlord goes back on the deal. Although problems with your landlord are unlikely, it is best to be proactive about the situation to prevent any further backlash.\r\n<h2><b>Try and get a new reference </b></h2>\r\nIf you can get a reference from someone creditable such as your landlord or a business partner then this can go a long towards showing that your eviction was a mishap and that you can be trusted in the future.\r\n\r\nYou can enlist the help of financially stable friends or co-workers to enter an agreement that states they will pay the rent if you are unable to. Obviously you don’t want to let things get to a point where they have to pay but this agreement will give peace of mind to your new landlord.\r\n<h2><b>Build up a healthy credit score\r\n</b></h2>\r\nIf you have the time, build up your damaged credit score before you apply for a new rental. You’ll need to check your post eviction score to see how bad the damage is, pay off any debts listed, and then have them erased from public record.\r\n\r\nBe sure to always pay your bills in a timely manner and you will find your credit rating will start to recover. This is easier done by those who can stay with family or friends rather than those who need to rent again as soon as possible.\r\n<h2><b>Look for private property owners</b></h2>\r\nYou will find that home-owners are more likely to look past credit history when they try find a tenant for their property. When looking for a new place to rent, look for privately owned properties rather than corporate owned ones. A great number of properties are being built by private individuals. Click here.\r\n<h2><b>Explain your situation</b></h2>\r\nExplaining your situation and the reason for your past eviction makes your potential landlord more likely to sympathise with you. Explain the circumstances openly and honestly and the landlord will be more likely to trust you. Be sure to explain what steps you’ve taken to ensure it won’t\r\n<div id=\"linksalpha_tag_1571463953\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/finding-place-rent-evicted/\" data-text=\"Finding A New Place To Rent After Being Evicted\" data-desc=\"Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today\'s article, we\'re going to look at what steps you can take to get\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1571463953&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinding-place-rent-evicted%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_368032582\" data-url=\"http://diy-debt.co.uk/finding-place-rent-evicted/\" data-text=\"Finding A New Place To Rent After Being Evicted\" data-desc=\"Any number of circumstances can lead to getting evicted like sudden and unexpected redundancy, medical bills, and debt. Being evicted is a horrible experience and can leave you feeling drained both financially and mentally. In today\'s article, we\'re going to look at what steps you can take to get\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_368032582&link=http%3A%2F%2Fdiy-debt.co.uk%2Ffinding-place-rent-evicted%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','Finding A New Place To Rent After Being Evicted','Finding A New Place To Rent After Being Evicted','inherit','closed','closed','','27-revision-v1','','','2017-10-26 10:42:06','2017-10-26 10:42:06','',27,'http://ukdebtconsolidations.co.uk/27-revision-v1',0,'revision','',0),(210,2,'2018-01-09 14:49:13','2018-01-09 14:49:13','<div class=\"entry-content\">\n<ul>\n <li>\n<h4><a href=\"http://betterbanking.org.uk/finance/\" target=\"_blank\" rel=\"noopener\">Need help managing your finances?</a></h4>\n</li>\n <li>\n<h4><a href=\"http://savingsrates.co.uk/\" target=\"_blank\" rel=\"noopener\">Want make a savings plan?</a></h4>\n</li>\n <li>\n<h4><a href=\"https://handyloan.co.uk/\" target=\"_blank\" rel=\"noopener\">Calculate the cost of a loan?</a></h4>\n</li>\n <li>\n<h4><a href=\"http://ukdebtconsolidations.co.uk/debt_consolidation\">Manage your debts?</a></h4>\n</li>\n</ul>\n<h3>The You Need the DIY Household Budget Planner!!</h3>\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\n\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much! You can also use a <a href=\"http://ukdebtconsolidations.co.uk/\">debt management plan.</a>\n\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\n\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest. <em><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Email us</a> for your free download.</em>\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\n<h2>Top tips to save money on household bills:</h2>\n<ul>\n <li><img class=\"alignright size-medium wp-image-227\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/pound-coins-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" />Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\n</ul>\n \n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\n</div>','DIY Household Budget Planner','','inherit','closed','closed','','15-autosave-v1','','','2018-01-09 14:49:13','2018-01-09 14:49:13','',15,'http://ukdebtconsolidations.co.uk/15-autosave-v1',0,'revision','',0),(211,2,'2017-10-26 10:42:26','2017-10-26 10:42:26','<div class=\"entry-content\">\r\n<h2>DIY Household Budget Planner</h2>\r\n<ul>\r\n <li>\r\n<h4>Need help managing your finances?</h4>\r\n</li>\r\n <li>\r\n<h4>Want to know how much money you have left at the end of each month?</h4>\r\n</li>\r\n <li>\r\n<h4>Want make a savings plan?</h4>\r\n</li>\r\n <li>\r\n<h4>Calculate the cost of a loan?</h4>\r\n</li>\r\n <li>\r\n<h4>Calculate Compound Interest?</h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much!\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest.\r\n<h3>If you are looking to save money or make cutbacks, then the DIY Budget Planner is for you!</h3>\r\nAs small amount of effort now can amount to huge changes to your spending habits and help you to save even more.\r\n<h3>Summary View of the Budget Planner</h3>\r\n \r\n\r\nYou can also pay by credit card – just click on the button above then when you get to the payment page, click on the button “<strong>Don’t have a PayPal account?</strong>” Similar to the picture below.\r\n\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_636289378&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbudget-planner%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1529053374\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1529053374&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbudget-planner%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2017-10-26 10:42:26','2017-10-26 10:42:26','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(212,2,'2017-10-26 10:42:32','2017-10-26 10:42:32','<div class=\"entry-content\"></div>','DIY Guide to Stop County Court Judgment (CCJs)','DIY County Court Judgment (CCJ) Debt Help','inherit','closed','closed','','22-revision-v1','','','2017-10-26 10:42:32','2017-10-26 10:42:32','',22,'http://ukdebtconsolidations.co.uk/22-revision-v1',0,'revision','',0),(213,2,'2017-10-26 10:42:43','2017-10-26 10:42:43','<div class=\"entry-content\">\r\n\r\n<img class=\"size-medium wp-image-136 alignleft\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/redbox4-250x300.jpg\" alt=\"\" width=\"250\" height=\"300\" />\r\n<h2 style=\"text-align: left;\">DIY Debt Management Plan</h2>\r\nThe do it yourself debt management plan is not exactly a debt solution, but it certainly is a great way of getting the creditors off your back and giving you a chance to think what your next step should be. Here we give simply tips and advice on managing your debt and giving yourself breathing space to tackle your debt problems.\r\n\r\nIn this pack you will be given a step by step set of instructions on how to set yourself up in a debt management plan.\r\n\r\nYou will also have access to <strong>email support</strong> should you need it. You can submit your Income & Expenditure for review before sending to the creditors. Your Income and Expenditure will be reviewed from a creditors point of view.\r\n\r\nThe pack includes:\r\n<ul>\r\n <li>DMP easy to follow flow chart</li>\r\n <li>Initial letter of contact to the creditors</li>\r\n <li>Letter of Authorisation (to be used if you are assisting a partner or friend)</li>\r\n <li>Offer of payment letter</li>\r\n <li>Full Financial Fact Find – Spreadsheet calculates the amount of disposable income available for creditors on a pro-rata split</li>\r\n <li>Expenditure Trigger Figures – What is reasonable expenditure.</li>\r\n <li>Freeze Interest Letter</li>\r\n <li>List of Creditors and Account Numbers – Useful if setting up Standing Orders to Creditors (keeping you in control of your finances!)</li>\r\n <li>Harassment Letter – to be used only if you feel that the creditors phone calls are excessive.</li>\r\n</ul>\r\n<form style=\"display: none;\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"payments@ridingtherhino.co.uk\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"rm\" type=\"hidden\" value=\"2\" /><input name=\"item_name\" type=\"hidden\" value=\"DIY Debt Management Plan\" /><input name=\"item_number\" type=\"hidden\" value=\"5\" /><input name=\"amount\" type=\"hidden\" value=\"9.95\" /><input name=\"currency_code\" type=\"hidden\" value=\"GBP\" /><input name=\"custom\" type=\"hidden\" value=\"\" /><input name=\"charset\" type=\"hidden\" value=\"utf-8\" /><input name=\"bn\" type=\"hidden\" value=\"PP-BuyNowBF:btn_buynow_LG.gif:NonHostedGuest\" /><input name=\"return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://diy-debt.co.uk/diy-debt-management-plan-dmp/\" /><input name=\"notify_url\" type=\"hidden\" value=\"http://diy-debt.co.uk/?paiddownloads_ipn=paypal\" /><input id=\"paypal_b747d183356eca7775f15fd2adae0b79d\" style=\"margin: 0px; padding: 0px;\" type=\"submit\" value=\"Buy Now\" /></form></div>','DIY Debt Management Plans that work','DIY Debt Management Plan (DMP) Do it yourself','inherit','closed','closed','','23-revision-v1','','','2017-10-26 10:42:43','2017-10-26 10:42:43','',23,'http://ukdebtconsolidations.co.uk/23-revision-v1',0,'revision','',0),(214,2,'2017-10-26 10:42:49','2017-10-26 10:42:49','<div class=\"entry-content\">\n<h2><a href=\"http://www.consumerhelpcentral.com/filing-bankruptcy-unfiled-taxes/\"><b>File tax returns on time during chapter 13 bankruptcy</b></a></h2>\nIf you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of taking steps in this direction. If you happen to file your case at the beginning of the year when your taxes are already due, then you’ve got the option of choosing whether or not you’ll file your returns before or after filing the case. However, fact remains that it’s compulsory for you to file them.\n<h2><b>The essential tax returns</b></h2>\nGenerally the due date to file income tax returns every year is the 15<sup>th</sup> of April. Now, in case it so happens that you haven’t filed your taxes by April 15<sup>th</sup> and didn’t receive any extension either, then your tax return will be considered late. Now, say for instance you go ahead and file chapter 13 bankruptcy before April 15<sup>th</sup>, then there are high chances that your trustee will put it on hold. This is essentially because your taxes are not yet required. Given such a case, you’re obviously required to file your tax returns on time submit a copy of the tax return to your trustee. This should be done as soon as you file your returns.\n<h2><b>Be punctual when filing taxes</b></h2>\nRemember, unless and until you’ve filed your tax returns, your chapter 13 case isn’t likely to proceed. Now, the question arises what happens if you’re late. In case you’re late, then you’ll have to wait until the date when you meet your creditors to file all the tax returns of the previous 4 tax years. There are high chances of the trustee postponing your hearing, if you haven’t managed to file all the required tax returns. These things obviously go on to prolong your case. Ensure the fact that your case won’t get postponed by filing on time.\n<h2><b>The tax refunds for you</b></h2>\nIt’s your duty to file all your tax returns during the Chapter 13 case. Be sure of the fact that the Internal Revenue Service will surely notify the bankruptcy court if you haven’t filed bankruptcy on time. Remember, in case you get any tax refund, then it’ll be the property of the chapter 13 estate. Moreover, you should submit every refund to your chapter 13 trustee. You can only avoid doing this in case the court excuses a specific tax refund.\n<h2><b>Receiving tax refunds prior to the case</b></h2>\nNow, if you happen to file your taxes before a Chapter 13 case, then submit your refund to the chapter 13 trustee. There are chances of your being exempt to the funds or showing that you used the money for some other purpose, in case you receive the refund before filing your case.\n\nKeep in mind the above considerations and only then decide whether or not to file tax returns before or after filing chapter 13 bankruptcy.\n<div id=\"linksalpha_tag_1979470865\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\">\n\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1979470865&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\n</p>\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1650900149\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1650900149&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\n<div class=\"clear-cols\"/> </div>\n// ]]></script>\n\n</div>\n</div>','File tax returns on time during chapter 13 bankruptcy','File tax returns on time during chapter 13 bankruptcy','inherit','closed','closed','','13-autosave-v1','','','2017-10-26 10:42:49','2017-10-26 10:42:49','',13,'http://ukdebtconsolidations.co.uk/13-autosave-v1',0,'revision','',0),(215,2,'2017-10-26 10:42:54','2017-10-26 10:42:54','<div class=\"entry-content\">\r\n<h2><a href=\"http://www.consumerhelpcentral.com/filing-bankruptcy-unfiled-taxes/\"><b>File tax returns on time during chapter 13 bankruptcy</b></a></h2>\r\nIf you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of taking steps in this direction. If you happen to file your case at the beginning of the year when your taxes are already due, then you’ve got the option of choosing whether or not you’ll file your returns before or after filing the case. However, fact remains that it’s compulsory for you to file them.\r\n<h2><b>The essential tax returns</b></h2>\r\nGenerally the due date to file income tax returns every year is the 15<sup>th</sup> of April. Now, in case it so happens that you haven’t filed your taxes by April 15<sup>th</sup> and didn’t receive any extension either, then your tax return will be considered late. Now, say for instance you go ahead and file chapter 13 bankruptcy before April 15<sup>th</sup>, then there are high chances that your trustee will put it on hold. This is essentially because your taxes are not yet required. Given such a case, you’re obviously required to file your tax returns on time submit a copy of the tax return to your trustee. This should be done as soon as you file your returns.\r\n<h2><b>Be punctual when filing taxes</b></h2>\r\nRemember, unless and until you’ve filed your tax returns, your chapter 13 case isn’t likely to proceed. Now, the question arises what happens if you’re late. In case you’re late, then you’ll have to wait until the date when you meet your creditors to file all the tax returns of the previous 4 tax years. There are high chances of the trustee postponing your hearing, if you haven’t managed to file all the required tax returns. These things obviously go on to prolong your case. Ensure the fact that your case won’t get postponed by filing on time.\r\n<h2><a href=\"http://demack.co.uk/index-2.html\"><b>The tax refunds for you</b></a></h2>\r\nIt’s your duty to file all your tax returns during the Chapter 13 case. Be sure of the fact that the Internal Revenue Service will surely notify the bankruptcy court if you haven’t filed bankruptcy on time. Remember, in case you get any tax refund, then it’ll be the property of the chapter 13 estate. Moreover, you should submit every refund to your chapter 13 trustee. You can only avoid doing this in case the court excuses a specific tax refund.\r\n<h2><b>Receiving tax refunds prior to the case</b></h2>\r\nNow, if you happen to file your taxes before a Chapter 13 case, then submit your refund to the chapter 13 trustee. There are chances of your being exempt to the funds or showing that you used the money for some other purpose, in case you receive the refund before filing your case.\r\n\r\nKeep in mind the above considerations and only then decide whether or not to file tax returns before or after filing chapter 13 bankruptcy.\r\n<div id=\"linksalpha_tag_1979470865\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\">\r\n\r\n<script src=\"//http://www.linksalpha.com/social/loader_icons?tag_id=linksalpha_tag_1979470865&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&prepend=Share+this+post+on%3A&prepends=14&prependc=7F7F7F&size=16&googleplus=1&facebook=1&twitter=1&linkedin=1&stumbleupon=1&pinterest=1&email=1&reddit=1&digg=1&delicious=1&diigo=1&evernote=1&posterous=1&tumblr=1&myspace=1&instapaper=1&pocket=1&msn=1&livejournal=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&aolmail=1&sonico=1&netlog=1&vkontakte=1&hyves=1&xing=1&mailru=1&weibo=1&snipit=1&foursquare=1&print=1&page=googleplus%2Cfacebook%2Ctwitter%2Clinkedin%2Cstumbleupon%2Cpinterest%2Cemail&popup=reddit%2Cdigg%2Cdelicious%2Cdiigo%2Cevernote%2Cposterous%2Ctumblr%2Cmyspace%2Cinstapaper%2Cpocket%2Cmsn%2Clivejournal%2Cyammer%2Cidentica%2Cyahoomail%2Cgmail%2Chotmail%2Caolmail%2Csonico%2Cnetlog%2Cvkontakte%2Chyves%2Cxing%2Cmailru%2Cweibo%2Csnipit%2Cfoursquare%2Cprint&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\" type=\"text/javascript\">// <![CDATA[\r\n</p>\r\n<div style=\"margin:0px 0px 0px 0px !important;\" id=\"linksalpha_tag_1650900149\" data-url=\"http://diy-debt.co.uk/barutptcy-tax-return/\" data-text=\"File tax returns on time during chapter 13 bankruptcy\" data-desc=\"File tax returns on time during chapter 13 bankruptcy If you’re looking to file chapter 13 bankruptcy, then it’s advisable that you file all your tax returns that are required by law during your chapter 13 case itself. Now, there are certain factors that you should know when you’re thinking of\" data-site=\"DIY Debt\"/><p><script type=\"text/javascript\" src=\"//http://www.linksalpha.com/social/loader_icon?tag_id=linksalpha_tag_1650900149&link=http%3A%2F%2Fdiy-debt.co.uk%2Fbarutptcy-tax-return%2F&fontstyle=arial&googleplus=1&facebook=1&twitter=1&linkedin=1&reddit=1&stumbleupon=1&pinterest=1&yammer=1&identica=1&yahoomail=1&gmail=1&hotmail=1&email=1&print=1&gpluslang=en-US&twitterlang=en&xinglang=de&fblikelang=en_US&twittermention=&twitterhash=&twitterrelated=linksalpha%2C\"/></p>\r\n<div class=\"clear-cols\"/> </div>\r\n// ]]></script>\r\n\r\n</div>\r\n</div>','File tax returns on time during chapter 13 bankruptcy','File tax returns on time during chapter 13 bankruptcy','inherit','closed','closed','','13-revision-v1','','','2017-10-26 10:42:54','2017-10-26 10:42:54','',13,'http://ukdebtconsolidations.co.uk/13-revision-v1',0,'revision','',0),(216,2,'2017-10-26 10:44:56','2017-10-26 10:44:56','<div class=\"entry-content\">\r\n<h2><a href=\"http://www.sunalliance.co.uk/\">Sun Alliance Accept Debt Management Plan (DMP)</a></h2>\r\nSun Alliance\r\n\r\n31 December 2018\r\n\r\nDear Sir/Madam\r\n\r\nWITHOUT PREJUDICE\r\n<p style=\"text-align: left;\">Re: NAME ADDRESS</p>\r\n<p style=\"text-align: left;\">Beneficial Finance Credit Card Number: NUMBER</p>\r\n<p style=\"text-align: left;\">We are prepared to accept your proposal on behalf of NAME for reduced payment of £13.00 per month for a maximum period of 12 months. The first payment must be received and credited to the account within 30 days from the date of this letter.</p>\r\n<p style=\"text-align: left;\">No interest or admin charges will be applied to the account of this arrangement is in force.</p>\r\n<p style=\"text-align: left;\">Should our customers circumstances change before the review date we must be advised immediately and we would be provided with a revised financial statement and payment proposal.</p>\r\n<p style=\"text-align: left;\">If, after this arrangement has expired, you want the arrangement to be extended we shall require a revised financial statement will stop Should this not be forthcoming we will contact the customer direct for repayment of any arrears.</p>\r\n<p style=\"text-align: left;\">If you have any queries, please contact one of our advisers on 0870 010 8516</p>\r\n<p style=\"text-align: left;\">Yours Sincerely</p>\r\n<p style=\"text-align: left;\">Card Collections</p>\r\n\r\n<div id=\"linksalpha_tag_19332250\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/debt-management-plan-hsbc/\" data-text=\"Debt Management Plan with HSBC\" data-desc=\"HSBC Accept Debt Management Plan (DMP) Here is HSBC\'s letter accepting reduced payments in a DMP HSBC 31 December 2013 Dear Sir/Madam WITHOUT PREJUDICE Re: NAME ADDRESS Beneficial Finance Credit Card Number: NUMBER We are prepared to accept your proposal on behalf of NAME for reduced payment of\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2014/01/HSBC-Debt-Management-Plan-216x300.jpg\" data-site=\"DIY Debt\">\r\n\r\nSee: <a href=\"http://www.sunalliance.co.uk/\">http://www.sunalliance.co.uk</a> for more information\r\n\r\n</div>\r\n</div>','Ultimate Debt Management Plan with Sun Alliance',' DIY Debt - Debt Advice to Help YOU ','inherit','closed','closed','','19-revision-v1','','','2017-10-26 10:44:56','2017-10-26 10:44:56','',19,'http://ukdebtconsolidations.co.uk/19-revision-v1',0,'revision','',0),(218,2,'2018-01-09 14:40:19','2018-01-09 14:40:19','<div class=\"entry-content\">\r\n<h2>DIY Household Budget Planner</h2>\r\n<ul>\r\n <li>\r\n<h4>Need help managing your finances?</h4>\r\n</li>\r\n <li>\r\n<h4>Want to know how much money you have left at the end of each month?</h4>\r\n</li>\r\n <li>\r\n<h4>Want make a savings plan?</h4>\r\n</li>\r\n <li>\r\n<h4>Calculate the cost of a loan?</h4>\r\n</li>\r\n <li>\r\n<h4>Calculate Compound Interest?</h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much!\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest.\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:</h2>\r\n<ul>\r\n <li>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\">\r\n\r\n \r\n\r\n</div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2018-01-09 14:40:19','2018-01-09 14:40:19','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(219,2,'2018-01-09 14:41:18','2018-01-09 14:41:18','<div class=\"entry-content\">\r\n<ul>\r\n <li>\r\n<h4>Need help managing your finances?</h4>\r\n</li>\r\n <li>\r\n<h4>Want to know how much money you have left at the end of each month?</h4>\r\n</li>\r\n <li>\r\n<h4>Want make a savings plan?</h4>\r\n</li>\r\n <li>\r\n<h4>Calculate the cost of a loan?</h4>\r\n</li>\r\n <li>\r\n<h4>Calculate Compound Interest?</h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much!\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest.\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:</h2>\r\n<ul>\r\n <li>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2018-01-09 14:41:18','2018-01-09 14:41:18','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(220,2,'2018-01-09 14:43:40','2018-01-09 14:43:40','<div class=\"entry-content\">\r\n<ul>\r\n <li>\r\n<h4>Need help managing your finances?</h4>\r\n</li>\r\n <li>\r\n<h4>Want to know how much money you have left at the end of each month?</h4>\r\n</li>\r\n <li>\r\n<h4>Want make a savings plan?</h4>\r\n</li>\r\n <li>\r\n<h4>Calculate the cost of a loan?</h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://ukdebtconsolidations.co.uk/debt_consolidation\">Manage your debts?</a></h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much! You can also use a <a href=\"http://ukdebtconsolidations.co.uk/\">debt management plan.</a>\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest. Email us for your free download.\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:</h2>\r\n<ul>\r\n <li>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2018-01-09 14:43:40','2018-01-09 14:43:40','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(221,2,'2018-01-09 14:43:54','2018-01-09 14:43:54','','Contact','','publish','closed','closed','','contact','','','2018-01-09 14:43:54','2018-01-09 14:43:54','',0,'http://ukdebtconsolidations.co.uk/?page_id=221',0,'page','',0),(222,2,'2018-01-09 14:43:54','2018-01-09 14:43:54',' ','','','publish','closed','closed','','222','','','2018-01-09 14:43:54','2018-01-09 14:43:54','',0,'http://ukdebtconsolidations.co.uk/222',17,'nav_menu_item','',0),(223,2,'2018-01-09 14:43:54','2018-01-09 14:43:54','','Contact','','inherit','closed','closed','','221-revision-v1','','','2018-01-09 14:43:54','2018-01-09 14:43:54','',221,'http://ukdebtconsolidations.co.uk/221-revision-v1',0,'revision','',0),(224,2,'2018-01-09 14:44:13','2018-01-09 14:44:13','<div class=\"entry-content\">\r\n<ul>\r\n <li>\r\n<h4>Need help managing your finances?</h4>\r\n</li>\r\n <li>\r\n<h4>Want to know how much money you have left at the end of each month?</h4>\r\n</li>\r\n <li>\r\n<h4>Want make a savings plan?</h4>\r\n</li>\r\n <li>\r\n<h4>Calculate the cost of a loan?</h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://ukdebtconsolidations.co.uk/debt_consolidation\">Manage your debts?</a></h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much! You can also use a <a href=\"http://ukdebtconsolidations.co.uk/\">debt management plan.</a>\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest. <em><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Email us</a> for your free download.</em>\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:</h2>\r\n<ul>\r\n <li>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2018-01-09 14:44:13','2018-01-09 14:44:13','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(225,2,'2018-01-09 14:46:49','2018-01-09 14:46:49','<div class=\"entry-content\">\r\n<ul>\r\n <li>\r\n<h4>Need help managing your finances?</h4>\r\n</li>\r\n <li>\r\n<h4>Want to know how much money you have left at the end of each month?</h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://savingsrates.co.uk/\" target=\"_blank\" rel=\"noopener\">Want make a savings plan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"https://handyloan.co.uk/\" target=\"_blank\" rel=\"noopener\">Calculate the cost of a loan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://ukdebtconsolidations.co.uk/debt_consolidation\">Manage your debts?</a></h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much! You can also use a <a href=\"http://ukdebtconsolidations.co.uk/\">debt management plan.</a>\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest. <em><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Email us</a> for your free download.</em>\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:</h2>\r\n<ul>\r\n <li>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2018-01-09 14:46:49','2018-01-09 14:46:49','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(226,2,'2018-01-09 14:47:37','2018-01-09 14:47:37','<div class=\"entry-content\">\r\n<ul>\r\n <li>\r\n<h4><a href=\"http://betterbanking.org.uk/finance/\" target=\"_blank\" rel=\"noopener\">Need help managing your finances?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://savingsrates.co.uk/\" target=\"_blank\" rel=\"noopener\">Want make a savings plan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"https://handyloan.co.uk/\" target=\"_blank\" rel=\"noopener\">Calculate the cost of a loan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://ukdebtconsolidations.co.uk/debt_consolidation\">Manage your debts?</a></h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much! You can also use a <a href=\"http://ukdebtconsolidations.co.uk/\">debt management plan.</a>\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest. <em><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Email us</a> for your free download.</em>\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:</h2>\r\n<ul>\r\n <li>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2018-01-09 14:47:37','2018-01-09 14:47:37','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(227,2,'2018-01-09 14:48:50','2018-01-09 14:48:50','','pound-coins','','inherit','open','closed','','pound-coins','','','2018-01-09 14:48:50','2018-01-09 14:48:50','',15,'http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/pound-coins.jpg',0,'attachment','image/jpeg',0),(228,2,'2018-01-09 14:49:21','2018-01-09 14:49:21','<div class=\"entry-content\">\r\n<ul>\r\n <li>\r\n<h4><a href=\"http://betterbanking.org.uk/finance/\" target=\"_blank\" rel=\"noopener\">Need help managing your finances?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://savingsrates.co.uk/\" target=\"_blank\" rel=\"noopener\">Want make a savings plan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"https://handyloan.co.uk/\" target=\"_blank\" rel=\"noopener\">Calculate the cost of a loan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://ukdebtconsolidations.co.uk/debt_consolidation\">Manage your debts?</a></h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much! You can also use a <a href=\"http://ukdebtconsolidations.co.uk/\">debt management plan.</a>\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest. <em><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Email us</a> for your free download.</em>\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:</h2>\r\n<ul>\r\n <li><a href=\"/\"><img class=\"alignright wp-image-227\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/pound-coins-200x300.jpg\" alt=\"\" width=\"175\" height=\"263\" /></a>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2018-01-09 14:49:21','2018-01-09 14:49:21','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(229,2,'2018-01-09 14:49:50','2018-01-09 14:49:50','<div class=\"entry-content\">\r\n<ul>\r\n <li>\r\n<h4><a href=\"http://betterbanking.org.uk/finance/\" target=\"_blank\" rel=\"noopener\">Need help managing your finances?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://savingsrates.co.uk/\" target=\"_blank\" rel=\"noopener\">Want make a savings plan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"https://handyloan.co.uk/\" target=\"_blank\" rel=\"noopener\">Calculate the cost of a loan?</a></h4>\r\n</li>\r\n <li>\r\n<h4><a href=\"http://ukdebtconsolidations.co.uk/debt_consolidation\">Manage your debts?</a></h4>\r\n</li>\r\n</ul>\r\n<h3>The You Need the DIY Household Budget Planner!!</h3>\r\n<strong>The DIY Household Budget Planner is very easy to use</strong>. It will enable you keep track of your incoming and outgoings. Giving you a clear financial picture of your current situation.\r\n\r\nAll you have to do it fill in your Income and Expenditure. Once you get into the habit of completing the Budget Planner it will only take you a few minutes each week. Instantly you will see exactly where your money is going and how much! You can also use a <a href=\"http://ukdebtconsolidations.co.uk/\">debt management plan.</a>\r\n\r\nThere is a separate sheet for each month, and a summary sheet that will not only show you the figure over a 12 month period, but also graphs and warning indicators to give you more visual information.\r\n\r\nThere are also additional sheets to show you how much a loan would cost you, also you will be able to calculate compound interest. <em><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Email us</a> for your free download.</em>\r\n<h3>A small amount of effort now can amount to huge changes to your spending habits and help you to save even more.</h3>\r\n<h2>Top tips to save money on household bills:<a href=\"/\"><img class=\"alignright wp-image-227\" src=\"http://ukdebtconsolidations.co.uk/wp-content/uploads/2017/10/pound-coins-200x300.jpg\" alt=\"\" width=\"175\" height=\"263\" /></a></h2>\r\n<ul>\r\n <li>Install double glazed windows and rooflights - <a href=\"https://www.eosrooflights.co.uk/fixed-rooflights/\" target=\"_blank\" rel=\"noopener\">buy online here</a></li>\r\n <li>Turn down your thermostat - read some <a href=\"http://www.telegraph.co.uk/property/smart-living/save-on-central-heating/\" target=\"_blank\" rel=\"noopener\">more heating tips here</a></li>\r\n <li>Don\'t waste food - find out how you can use your leftovers and save money - <a href=\"http://mashable.com/2015/02/15/food-waste-tips/\" target=\"_blank\" rel=\"noopener\">click here</a></li>\r\n <li>Shop around for the best energy deals - <a href=\"https://www.comparethemarket.com/energy/?SRC=EI31&gclid=EAIaIQobChMIpMnClo3L2AIVDpPtCh37QgAzEAAYAiAAEgIggfD_BwE&gclsrc=aw.ds&dclid=CKrqiJuNy9gCFZID0wodxagBaw\" target=\"_blank\" rel=\"noopener\">use a comparison site</a></li>\r\n <li>Save money on fuel with our top tips - <a href=\"http://ukdebtconsolidations.co.uk/10-tips-for-saving-money-on-fuel\">read here</a></li>\r\n</ul>\r\n \r\n<div id=\"linksalpha_tag_636289378\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/budget-planner/\" data-text=\"DIY Budget Planner\" data-desc=\"DIY Household Budget Planner EASY to use Household Budget Excel Spreadsheet Helping you to Manage Your Finances, Savings and Debt Repayments Need help managing your finances? Want to know how much money you have left at the end of each month? Want make a savings plan? Calculate the cost of a loan?\" data-image=\"http://diy-debt.co.uk/wp-content/uploads/2012/05/Budget-PLan-Summary1.png\" data-site=\"DIY Debt\"></div>\r\n</div>','DIY Household Budget Planner','Budget Planner, The Household Budget Planner, Budget Spreadsheet, Money Finance','inherit','closed','closed','','15-revision-v1','','','2018-01-09 14:49:50','2018-01-09 14:49:50','',15,'http://ukdebtconsolidations.co.uk/15-revision-v1',0,'revision','',0),(231,2,'2018-04-03 10:52:05','2018-04-03 10:52:05','<div class=\"entry-content\">\r\n\r\nIf you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow.\r\n<b>So, where do you start?</b>\r\n<ol start=\"1\">\r\n <li>First of all, you need to apply <a href=\"http://www.1stdirectmortgages.co.uk/what-are-your-funding-options-for-property-development.html\">for remortgaging </a>and for that you need to know all the schemes and funds available. You can go online to get multiple remortgaging quotes just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best.</li>\r\n <li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li>\r\n <li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li>\r\n <li>Now, it is important you make a legal search to note down each and every minute detail.</li>\r\n <li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li>\r\n <li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li>\r\n <li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li>\r\n</ol>\r\nSo, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.\r\n\r\nWell, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way. <a href=\"http://1stplusmortgages.co.uk/mortgages/first-time-buyer-mortgage-html\">First time buyers click here.</a>\r\n<div id=\"linksalpha_tag_23047632\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\">\r\n\r\n \r\n\r\n</div>\r\n</div>','Financial Advice for Homeowners','Secure Your Financial Life with Remortgage Conveyancing','inherit','closed','closed','','31-revision-v1','','','2018-04-03 10:52:05','2018-04-03 10:52:05','',31,'http://ukdebtconsolidations.co.uk/31-revision-v1',0,'revision','',0),(232,2,'2018-04-03 10:56:30','2018-04-03 10:56:30','<div class=\"entry-content\">\r\n<h2>Do you need money to improve your home or develop a new or existing property?</h2>\r\n \r\n<h3>Remortgaging: where do you start?</h3>\r\n<ol start=\"1\">\r\n <li>First of all, you need to apply for remortgaging and for that you need to know all the schemes and funds available. You can <a href=\"http://themortgagespecialists.co.uk\" target=\"_blank\" rel=\"noopener\">go online to get multiple remortgaging quotes</a> just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best.</li>\r\n <li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li>\r\n <li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li>\r\n <li>Now, it is important you make a legal search to note down each and every minute detail.</li>\r\n <li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li>\r\n <li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li>\r\n <li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li>\r\n</ol>\r\n \r\n<h3><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Get professional advice</a></h3>\r\nSo, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.\r\n\r\nWell, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way. <a href=\"http://1stplusmortgages.co.uk/mortgages/first-time-buyer-mortgage-html\">First time buyers click here.</a>\r\n<div id=\"linksalpha_tag_23047632\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"></div>\r\n</div>','Financial Advice for Homeowners & Developers','Secure Your Financial Life with Remortgage Conveyancing','inherit','closed','closed','','31-revision-v1','','','2018-04-03 10:56:30','2018-04-03 10:56:30','',31,'http://ukdebtconsolidations.co.uk/31-revision-v1',0,'revision','',0),(233,2,'2018-04-03 11:08:14','2018-04-03 11:08:14','<div class=\"entry-content\">\r\n<h2>Do you need money to improve your home or develop a new or existing property?</h2>\r\nYou have two main options to fund your renovation or development.\r\n<ul>\r\n <li>Property development finance</li>\r\n <li>Re-mortgaging your property</li>\r\n</ul>\r\nThe funding option you choose will partly depend on how much money you need and the scale of your project. Small projects like extensions and renovations can usually be covered by a remortgage or loan secured on your property. For new builds and extensive developments, development finance may be the best option.\r\n<h3>Borrow up to £2.5 million with development finance</h3>\r\nIf you need funds to buy land or property for development, you can apply for a specialist loan from a private lender. You have a few options including <strong>commercial mortgages</strong>, short term <strong>bridging loans</strong> and medium term <strong>development finance</strong>. <a href=\"https://www.hunterfinance.co.uk/property-development-finance/loans/loans-of-1m-to-2-5m\" target=\"_blank\" rel=\"noopener\">Click here to apply for property loans of up £2.5 m.</a>\r\n<h3>Remortgaging: where do you start?</h3>\r\n<ol start=\"1\">\r\n <li>First of all, you need to apply for remortgaging and for that you need to know all the schemes and funds available. You can <a href=\"http://themortgagespecialists.co.uk\" target=\"_blank\" rel=\"noopener\">go online to get multiple remortgaging quotes</a> just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best.</li>\r\n <li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li>\r\n <li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li>\r\n <li>Now, it is important you make a legal search to note down each and every minute detail.</li>\r\n <li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li>\r\n <li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li>\r\n <li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li>\r\n</ol>\r\n \r\n<h3><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Get professional advice</a></h3>\r\nSo, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.\r\n\r\nWell, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way. <a href=\"http://1stplusmortgages.co.uk/mortgages/first-time-buyer-mortgage-html\">First time buyers click here.</a>\r\n<div id=\"linksalpha_tag_23047632\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"></div>\r\n</div>','Financial Advice for Homeowners & Developers','Secure Your Financial Life with Remortgage Conveyancing','inherit','closed','closed','','31-revision-v1','','','2018-04-03 11:08:14','2018-04-03 11:08:14','',31,'http://ukdebtconsolidations.co.uk/31-revision-v1',0,'revision','',0),(234,2,'2018-04-03 11:10:20','2018-04-03 11:10:20','<div class=\"entry-content\">\r\n<h2>Do you need money to improve your home or develop a new or existing property?</h2>\r\n<strong>You have two main options to fund your renovation or development.</strong>\r\n<ul>\r\n <li>Property development finance</li>\r\n <li>Re-mortgaging your property</li>\r\n</ul>\r\nThe funding option you choose will partly depend on how much money you need and the scale of your project. Small projects like extensions and renovations can usually be covered by a remortgage or loan secured on your property. For new builds and extensive developments, development finance may be the best option.\r\n<h3>Borrow up to £2.5 million with development finance</h3>\r\nIf you need funds to buy land or property for development, you can apply for a specialist loan from a private lender. You have a few options including <strong>commercial mortgages</strong>, short term <strong>bridging loans</strong> and medium term <strong>development finance</strong>. <a href=\"https://www.hunterfinance.co.uk/property-development-finance/loans/loans-of-1m-to-2-5m\" target=\"_blank\" rel=\"noopener\">Click here to apply for property loans of up £2.5 m.</a>\r\n<h3>Remortgaging: where do you start?</h3>\r\n<ol start=\"1\">\r\n <li>First of all, you need to apply for remortgaging and for that you need to know all the schemes and funds available. You can <a href=\"http://themortgagespecialists.co.uk\" target=\"_blank\" rel=\"noopener\">go online to get multiple remortgaging quotes</a> just by giving some of your property details. It will help you know exactly how much amount you will be paying for your remortgaging. Then, by hearing the different schemes, you can choose the one which is the best. <a href=\"http://ukdebtconsolidations.co.uk/online_debt_consolidation.html\">Use our budget planner.</a></li>\r\n <li>Then, you need to request the title deed of your property from your existing lender, and you also need to calculate the exact amount which is left outstanding on your mortgage. This is important to establish your redemption statement.</li>\r\n <li>Once you know the valuation completely, and your new lender agrees with you to pay your mortgage, he will send you a formal offer letter by noting down all the mortgage details in it. It will include all the special instructions which is important to carry out in order to complete the whole transaction.</li>\r\n <li>Now, it is important you make a legal search to note down each and every minute detail.</li>\r\n <li>Then, you need to make the mortgage deed. All the details that you and your lender decide will be there in the deed.</li>\r\n <li>After this you will be agreeing to the completion date. This is the day when your new mortgage money will come to you, using which your old mortgage amount will be paid off.</li>\r\n <li>The final part of the process is to register the land and get a new land registry certificate. This certificate will show that the new lender from now can have the legal charges of the property and it also confirms that the old lenders have no right upon the property anymore. The original copy of this certificate is sent directly to your new lender.</li>\r\n</ol>\r\n<h3><a href=\"http://ukdebtconsolidations.co.uk/contact.html\">Get professional advice</a></h3>\r\nSo, by reading this you can surely understand that all these legal procedures are not your cup of tea and you need someone expert to hold your hands and move ahead. Therefore, you need to go for hiring remortgage conveyancer, who can help you do with all the legal proceedings and take care of everything on your behalf.\r\n\r\nWell, if you are confused about where to get such useful solicitors, then go online to compare conveyancing fees to catch up the best deals available in the market and make sure you secure your financial abilities in a better way. <a href=\"http://1stplusmortgages.co.uk/mortgages/first-time-buyer-mortgage-html\">First time buyers click here.</a>\r\n<div id=\"linksalpha_tag_23047632\" style=\"margin: 0px 0px 0px 0px !important;\" data-url=\"http://diy-debt.co.uk/secure-financial-life-remortgage-conveyancing/\" data-text=\"Secure Your Financial Life with Remortgage Conveyancing\" data-desc=\"If you are stuck in great financial difficulties with your existing mortgage scheme, you should go for remortgaging it. If you do not know how to go for the remortgaging process, then here are the steps mentioned that you need to follow. So, where do you start? First of all, you need to apply for\" data-site=\"DIY Debt\"></div>\r\n</div>','Financial Advice for Homeowners & Developers','Secure Your Financial Life with Remortgage Conveyancing','inherit','closed','closed','','31-revision-v1','','','2018-04-03 11:10:20','2018-04-03 11:10:20','',31,'http://ukdebtconsolidations.co.uk/31-revision-v1',0,'revision','',0);
/*!40000 ALTER TABLE `cwp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_term_relationships`
--
DROP TABLE IF EXISTS `cwp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_term_relationships`
--
LOCK TABLES `cwp_term_relationships` WRITE;
/*!40000 ALTER TABLE `cwp_term_relationships` DISABLE KEYS */;
INSERT INTO `cwp_term_relationships` VALUES (10,1,0),(11,1,0),(11,5,0),(11,6,0),(13,1,0),(14,1,0),(16,1,0),(18,1,0),(20,1,0),(26,1,0),(29,1,0),(31,1,0),(35,1,0),(78,2,0),(80,2,0),(81,2,0),(82,2,0),(83,2,0),(84,2,0),(85,2,0),(86,2,0),(87,2,0),(88,2,0),(89,2,0),(92,2,0),(93,2,0),(94,2,0),(96,2,0),(97,2,0),(99,3,0),(100,3,0),(101,3,0),(102,3,0),(151,4,0),(154,4,0),(155,4,0),(156,4,0),(157,4,0),(158,4,0),(159,4,0),(160,4,0),(161,4,0),(162,4,0),(163,4,0),(164,4,0),(165,4,0),(222,2,0);
/*!40000 ALTER TABLE `cwp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_term_taxonomy`
--
DROP TABLE IF EXISTS `cwp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_term_taxonomy`
--
LOCK TABLES `cwp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `cwp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `cwp_term_taxonomy` VALUES (1,1,'category','',0,11),(2,2,'nav_menu','',0,17),(3,3,'nav_menu','',0,4),(4,4,'nav_menu','',0,13),(5,5,'category','',0,1),(6,6,'post_tag','',0,1);
/*!40000 ALTER TABLE `cwp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_termmeta`
--
DROP TABLE IF EXISTS `cwp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_termmeta`
--
LOCK TABLES `cwp_termmeta` WRITE;
/*!40000 ALTER TABLE `cwp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_terms`
--
DROP TABLE IF EXISTS `cwp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_terms`
--
LOCK TABLES `cwp_terms` WRITE;
/*!40000 ALTER TABLE `cwp_terms` DISABLE KEYS */;
INSERT INTO `cwp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'vtop','vtop',0),(3,'primary','primary',0),(4,'deryg','deryg',0),(5,'debt','debt',0),(6,'debt','debt',0);
/*!40000 ALTER TABLE `cwp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_usermeta`
--
DROP TABLE IF EXISTS `cwp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_usermeta`
--
LOCK TABLES `cwp_usermeta` WRITE;
/*!40000 ALTER TABLE `cwp_usermeta` DISABLE KEYS */;
INSERT INTO `cwp_usermeta` VALUES (1,1,'nickname','ukdebtconsolidations.co.uk'),(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,'cwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'cwp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:1:{s:64:\"13c416d63a7357f30c9a88641e6b5c0c14c019dd6c6831ec601e60723480fe1e\";a:4:{s:10:\"expiration\";i:1633096295;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\";s:5:\"login\";i:1631886695;}}'),(16,1,'cwp_dashboard_quick_press_last_post_id','238'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}'),(18,2,'nickname','ukdebtconsolidations'),(19,2,'first_name',''),(20,2,'last_name',''),(21,2,'description',''),(22,2,'rich_editing','true'),(23,2,'comment_shortcuts','false'),(24,2,'admin_color','fresh'),(25,2,'use_ssl','0'),(26,2,'show_admin_bar_front','true'),(27,2,'locale',''),(28,2,'cwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(29,2,'cwp_user_level','10'),(30,2,'dismissed_wp_pointers','text_widget_custom_html'),(31,2,'session_tokens','a:1:{s:64:\"e6bf80ccb3199182b8356f5ad1138fa354d2197262aa27920a2e0dec60980ed6\";a:4:{s:10:\"expiration\";i:1522925283;s:2:\"ip\";s:14:\"185.175.113.75\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:5:\"login\";i:1522752483;}}'),(32,2,'cwp_dashboard_quick_press_last_post_id','230'),(33,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}'),(34,2,'cwp_user-settings','editor=tinymce&libraryContent=browse&align=right'),(35,2,'cwp_user-settings-time','1515509357'),(36,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(37,2,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(38,2,'nav_menu_recently_edited','4'),(40,1,'last_login_time','2021-09-17 13:51:35'),(41,1,'wfls-last-login','1629526793'),(42,3,'cwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(43,3,'cwp_user_level','10'),(44,1,'syntax_highlighting','true');
/*!40000 ALTER TABLE `cwp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_users`
--
DROP TABLE IF EXISTS `cwp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_users`
--
LOCK TABLES `cwp_users` WRITE;
/*!40000 ALTER TABLE `cwp_users` DISABLE KEYS */;
INSERT INTO `cwp_users` VALUES (1,'ads.._ii99o__.ki','$P$BLWWgcuLwOvbXK2T3V5WrCp0Sgpiwu1','ukdebtconsolidations-co-uk','bensykes@bensykes.co.uk','','2017-10-26 08:42:29','',0,'ukdebtconsolidations.co.uk');
/*!40000 ALTER TABLE `cwp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfblockediplog`
--
DROP TABLE IF EXISTS `cwp_wfblockediplog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfblockediplog`
--
LOCK TABLES `cwp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `cwp_wfblockediplog` DISABLE KEYS */;
INSERT INTO `cwp_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0��tK�','CN',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��tK�','CN',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��tK�','CN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��p�','IN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��;','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���x','RO',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'Z','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�','FR',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���','CN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ғ�','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ғ�','CN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r^�,','NL',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rK�','IN',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rK�','IN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r�#�','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����','AU',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����','AU',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����z','IN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','US',5,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\P�','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���?','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��X$@','US',1,18842,'waf'),('\0\0\0\0\0\0\0\0\0\0���M','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��2M_','AU',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��2M_','AU',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TR',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���\'','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���\'','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"@�f','KR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"@�f','KR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"DL ','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"F\\�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"I�w','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"P�R','TW',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"P�R','TW',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"P�R','TW',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Q�n','TW',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"W�-','AU',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Z��','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"\\U�','HK',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"\\U�','HK',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"]�','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"]�','IN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"{�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"{{z','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"��z','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','AU',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','AU',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��#œ�','SG',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��#� ','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#� ','CA',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�,&','BE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ݵ�','TW',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��w','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','TW',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��$Y�i','ID',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��%\0','NL',2,18843,'waf'),('\0\0\0\0\0\0\0\0\0\0��%\0','NL',3,18850,'waf'),('\0\0\0\0\0\0\0\0\0\0��%a��','NL',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�\r�','NL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��%���','IR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'l\0�','CN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��(E��','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��(E��','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��)�@K','ZA',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��)�H�','LY',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�I=','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�I=','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�','HK',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��-@','RU',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��- �E','FR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��- ��','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��-!{�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(�\'','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(�\'','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��->�o','CA',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��-MGO','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��-PEN','RU',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��-\\l�','CH',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��-|Tz','VN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��U','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��U','DE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�c','TR',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�c','TR',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','RO',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��F','TR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�x�','HK',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�A*','HK',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�A*','HK',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�A*','HK',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e\Z','GB',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e\Zl','GB',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e_A','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��.ey','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e�G','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��.ig�','FR',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�','PL',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�','PL',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�','PL',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��/9�Q','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��/aP3','CN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��/d�?','CN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��/e��','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��/jɆ','CN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��/k!\Z','CN',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��/k!\Z','CN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��/p�','CN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��/r�','CN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�\'','SG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�=�','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','MY',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','MY',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��27','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��2tb','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��3','NL',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Dp^','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��3D�','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��3KZ\'','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��3QJ','US',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Q�$','US',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��3[\\','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��3� ','GB',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�\"o','CA',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�oq','FR',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�T�','FR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�H','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��4[�','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��4*','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��48�`','GB',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��4Z�]','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��4���','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��4���','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��4���','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'#','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��6��w','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�.@','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�3i','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��:x�','KR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',3,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��=C�','IN',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��=��','VN',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��=o�$','KR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�F�','HK',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�|','PT',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��>� �','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�F�','NL',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��9','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��9','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��>���','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�c!','FR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�c!','FR',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�q�','FR',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��>Ҍ','FR',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��>Ҍ�','FR',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��>ҹ','FR',5,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��>ҹ','FR',2,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','FR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�ވ','FR',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','NL',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18834,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',4,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�M','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��@om�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�\0�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�\0�','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��A1��','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<\n�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�S','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�i','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�i','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�~','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�5�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��C+�F','CA',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��C+�F','CA',4,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�$�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�*�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�.','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�= ','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͘','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͘','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͘','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�\n9','NL',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��D���','CA',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��D���','CA',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�c','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�c','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�e','US',2,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�e','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�f','US',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�f','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',3,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',4,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',4,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0��E1��','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��E1��','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��E1��','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��E���','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��t','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��|','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��k','US',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��o','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��o','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',4,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',4,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��F$R','PM',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��H\"\"�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�%�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��H��s','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��H��s','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��J�g�','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��J�g�','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�d','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�d','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�\r','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��K���','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��MD~�','GB',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��MQ�','SE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��M�~�','US',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��M�N','GB',4,18838,'waf'),('\0\0\0\0\0\0\0\0\0\0��N/ɏ','DE',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��N/ɏ','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��N/ɏ','DE',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�R','TR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�R','TR',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�(�','IR',1,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',3,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��P�Ҕ','NL',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��\Z','PT',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��\Z','PT',3,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��\Z','PT',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��F','TR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��P���','TR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��QDD�','CN',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q��~','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q��~','DE',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��R@�x','FR',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�,�','RU',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��RЧE','RO',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�x�','ES',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��SE��','UZ',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��UX�','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��UX�','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��U��(','PL',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wb��','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wb��','FR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wk��','IR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc��','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��X�$�','IR',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��X�$�','IR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��X�$�','IR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��X�$�','IR',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y/:','IN',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y`Z}','IT',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y��9','TR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��[y��','FR',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��[y��','FR',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��[���','FR',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��[','GB',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\>cc','EE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo6','GB',2,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��]sO','TR',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��]sO','TR',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��]�','GR',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��]��','AT',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��^\"�','RU',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��^+.','AZ',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��^)�','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��^)�','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��^)�','FR',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��^�x','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��^�x','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�+�','FR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��_կ�','RU',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�� ','FI',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��e \Z�','HK',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��e ��','HK',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��e%�','CN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��g ��','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g%�','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��g8�','ID',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g*:f','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g*o;','AU',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��g2ͳ','MN',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��gJ6�','IN',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��gV�]','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��gXzu','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ghIo','IN',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|^,','VN',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|^�','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|_Y','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|_Y','VN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��E','TW',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��$','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t2','ID',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�p','VN',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ʖ','ID',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ʖ','ID',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\n�','ID',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\\x','ID',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','SC',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','SC',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','VN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','VN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�**','VN',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t','VN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��h-)-','NL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�DC','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�g�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�|�','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��.','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��:','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\0','BE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\0','BE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�w�','BE',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�+�','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��hƬD','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��hƬD','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�-�','US',1,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�x','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�-!','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','SG',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��j\\�','CN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��j4��','CN',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��j5s}','CN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��','NL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',4,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.2','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.3','US',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.3','US',2,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.3','US',2,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.4','US',2,18830,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.5','US',4,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.5','US',4,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.6','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.6','US',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.6','US',2,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',6,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',2,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',2,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',2,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',2,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',4,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',4,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.�','US',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�0�','US',2,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�0�','US',2,18830,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�0�','US',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�0�','US',2,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',4,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18834,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',4,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',6,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',4,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',4,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',3,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',4,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',4,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18834,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',4,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��\n','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�H�','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�M�','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X)','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X)','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�fH','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�hG','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��k���','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��k���','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��l�Y','IE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��l�,r','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��l�*r','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��ml�','GB',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��m{G�','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��mꠙ','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��mꠙ','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��n-p','MY',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��n%�t','PK',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��n��','AU',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��o�F','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��o�F','CN',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��q�#�','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',2,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��rw��','SG',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��t2~','SG',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��t���','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��t���','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��u,�','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��vHh','CN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��vE��','VN',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��w4�','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��w`�;','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��w`�;','CN',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��w�26','BD',1,18835,'waf'),('\0\0\0\0\0\0\0\0\0\0��xO�','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��xO�','CN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��zrL�','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��zt�J','TW',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��{��','VN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��{��','ID',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��{��','ID',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��|{j�','IN',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��+','HK',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�\n','VN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��|���','ID',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�f','MY',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��}��','VN',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��}�L1','AU',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����\r','IN',2,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0����\"�','NL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����I3','SG',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����U�','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���ӭ�','CN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���ӭ�','CN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�&','CL',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�&','CL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�l','CL',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�l','CL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�{','CL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0�����N','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����N','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����g$','JP',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����g$','JP',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���zR','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���z2�','NL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���zX�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����lv','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���ѓ<','IN',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���њg','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ѿ�','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����@','NL',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TH',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����e�','UA',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����[','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����[','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����R','FI',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����I�','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����\\\\','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����\\\\','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�\0','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���D� ','GB',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���D� ','GB',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�$','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�$','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�$','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����\n','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����dl','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����dl','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ů�','CA',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','IN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���;=�','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���;=�','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���;v�','SG',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','SG',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ļ�','CN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���,��','CA',2,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�:','US',4,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�>','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�>','US',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�>','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�>','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�K','US',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�L','US',2,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�L','US',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',4,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',6,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',4,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',2,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���]n\'','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���]��','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���n�R','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���n�','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���n�u','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���ƀ�','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ʈ�','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����J','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���L��','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���L��','DE',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���[D�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���[J�','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���[L=','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���[L=','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���ً','CA',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���ً','CA',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����3','NL',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Q','NL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����xm','SI',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���S','ES',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���S','ES',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�5','SG',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�%','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����\n','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0����A','SG',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����A','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���8-2','CA',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0������','PL',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0������','PL',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����8]','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���ʮ','FR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����ޫ','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���_g','JP',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0���_S�','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���_nq','VN',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���Cl','AU',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','BH',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����vv','DE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���捫','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����&*','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����gI','IN',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����gI','IN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���Eu�','CA',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���AY','GB',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���AL&','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���AL&','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','IN',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�O','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���Aێ','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���YY�','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y��','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y��','US',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����%�','CA',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0����M\r','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','JP',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���#t;','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���#t;','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���#��','NL',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����','PE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�D','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�D','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���7L�','DE',3,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',1,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',1,18842,'waf'),('\0\0\0\0\0\0\0\0\0\0���7�7','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����R{','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����]�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����^E','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����jQ','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���֣%','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���֣%','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���ּ','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���ּ','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����0','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����0','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0�����w','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����w','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����x�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����I','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����I','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�!','TH',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����l','FR',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����l','FR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dc�','DE',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dc�','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dd@','DE',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dd@','DE',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��� �','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��� �','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����8','CA',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����E','DE',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����E','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���㪽','DE',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���㪽','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���襱','SG',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���贮','IN',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0���贮','IN',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���贮','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���跻','IN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���>z�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���>|�','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���>|�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���>|�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���>}�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���GE�','NL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���GO�','NL',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gf','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�8','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gڿ','SG',1,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gڿ','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�','IN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���VBe','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���Vw�','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���X�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���cL\r','SG',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���cN�','SG',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���cN�','SG',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����[','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����[','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0�����[','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����� ','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���w#b','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0����','VN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����','VN',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����R','VN',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����2<','VN',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���i%�','IN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0�����:','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���R�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���RX^','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���R��','US',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Z','US',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Z','US',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0�����\\','US',4,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����\\','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����]','US',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����O','DE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����O','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����x','US',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0����x','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����q','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����q','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����t','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���츈','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0����A','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����,�','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����o','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����ʰ','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0����ʰ','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','CN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��� Np','DE',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��� Np','DE',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���wң','GR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���wң','GR',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���4�n','BR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���I�-','BR',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���>M�','GB',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���>p{','GB',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���>p{','GB',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���?�.','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����2','SG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����9�','SG',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����N�','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����q�','SG',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����q�','SG',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����w�','SG',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����z','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','ID',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','ID',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����F','ID',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���_&�','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����.�','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����zB','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',3,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���G','IT',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���G','IT',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���3�','GB',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���.x�','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���2\"','RU',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���2\"','RU',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���3�:','IR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���;,','TR',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���>$�','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�.','RO',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���VM�','UA',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���]��','MY',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���]��','MY',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���h,I','UA',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���h,q','UA',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�+','TR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�+','TR',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����M','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IR',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����!','TR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����-%','RU',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����-%','RU',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����8\\','NL',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0����8\\','NL',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����9d','NL',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����;','NL',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IR',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���@sP','CL',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0���@u_','CL',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���@u�','CL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���@v7','CL',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ћ�','BR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���(�','DE',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',2,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0���;\r\"','BR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���;\r\"','BR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���ࣶ','AR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','AR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"<�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���5��','US',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0���Qٌ','US',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���R9�','MY',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���R9�','MY',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���t�','IL',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���t�','IL',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����:','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0�����;','US',4,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',4,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���:\"','CH',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����y','UA',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���%�x','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�_','RU',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���p�\n','CN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��£�','DE',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��£�','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��£�','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��£�','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����E�','DE',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','UA',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','UA',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','UA',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','UA',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','UA',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�S','KZ',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��Å(.','CZ',3,18849,'waf'),('\0\0\0\0\0\0\0\0\0\0��Úh%','FR',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɬL','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0�����!','DE',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����!','DE',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0����-�','IR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����-�','IR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����-�','IR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����uR','GB',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0����uR','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��ś�','ML',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ś�','ML',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���','KE',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���R-','CA',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���R-','CA',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�$','US',2,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0��ƚ�C','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',4,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',4,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',4,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',4,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',6,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q�','US',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q�','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǩf�','US',2,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǩf�','US',2,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǩf�','US',2,18850,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǩf�','US',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǩf�','US',2,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ȗ��','BR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��ȵi�','BR',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ȵi�','BR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����m','CL',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0�����m','CL',3,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0g3','IN',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���?�','NP',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��ʬ\Z','JP',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0��ʿ8A','VN',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��ˉsq','JP',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��˫�','VN',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','VN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','VN',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0���,X#','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���,X#','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν-U','SG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��νY�','SG',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0��νY�','SG',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��νb','NL',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��νb','NL',2,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��νh','NL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��νr�','GB',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�','IN',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�(','IN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�:','SG',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν��','US',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν��','US',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ�','DE',1,18851,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18844,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18829,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���m~','SG',2,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���q��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�t','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���q٤','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���q٤','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0���q٤','US',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�4','SG',1,18828,'brute'),('\0\0\0\0\0\0\0\0\0\0���~P�','US',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���~P�','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���~P�','US',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0��ё>{','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0����q�','VN',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���PK','VN',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0���sAk','KR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���}z/','JP',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����V�','KR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0���!ƫ','IR',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0���!ƫ','IR',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���0U�','GB',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���n\\�','MK',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��ԁ\0�','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����_','DE',1,18840,'brute'),('\0\0\0\0\0\0\0\0\0\0��Օg�','ME',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���R','NL',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��իо','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��իо','GB',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"d','IR',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0���%*2','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����zR','US',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y0','RU',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0���F��','FR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٮ�i','GB',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٶ��','FR',1,18848,'brute'),('\0\0\0\0\0\0\0\0\0\0���vSF','KR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18852,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��ݏ0','KR',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��ݏ0�','KR',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��ݏ0�','KR',2,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��ݏ0�','KR',2,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0���MW','VN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���MW','VN',1,18837,'brute');
/*!40000 ALTER TABLE `cwp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfblocks7`
--
DROP TABLE IF EXISTS `cwp_wfblocks7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=1983 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_wfblocks7`
--
LOCK TABLES `cwp_wfblocks7` WRITE;
/*!40000 ALTER TABLE `cwp_wfblocks7` DISABLE KEYS */;
INSERT INTO `cwp_wfblocks7` VALUES (1964,2,'\0\0\0\0\0\0\0\0\0\0��E��|',1629458975,'Blocked by Wordfence Security Network',1629458975,1,1629459575,NULL),(1965,2,'\0\0\0\0\0\0\0\0\0\0�����',1629459947,'Blocked by Wordfence Security Network',1629459947,1,1629460547,NULL),(1966,2,'\0\0\0\0\0\0\0\0\0\0���@u�',1629460929,'Blocked by Wordfence Security Network',1629460929,1,1629461529,NULL),(1967,2,'\0\0\0\0\0\0\0\0\0\0����8',1629462448,'Blocked by Wordfence Security Network',1629462448,1,1629463048,NULL),(1968,2,'\0\0\0\0\0\0\0\0\0\0��E1��',1629464010,'Blocked by Wordfence Security Network',1629464010,1,1629464610,NULL),(1969,2,'\0\0\0\0\0\0\0\0\0\0������',1629464518,'Blocked by Wordfence Security Network',1629464518,1,1629465118,NULL),(1970,2,'\0\0\0\0\0\0\0\0\0\0��o�F',1629466087,'Blocked by Wordfence Security Network',1629466087,1,1629466687,NULL),(1971,2,'\0\0\0\0\0\0\0\0\0\0������',1629466818,'Blocked by Wordfence Security Network',1629466818,1,1629467418,NULL),(1972,7,'\0\0\0\0\0\0\0\0\0\0��>�ra',1629469408,'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',1629469408,1,1629483808,NULL),(1973,2,'\0\0\0\0\0\0\0\0\0\0���]�_',1629471773,'Blocked by Wordfence Security Network',1629471773,1,1629472373,NULL),(1974,2,'\0\0\0\0\0\0\0\0\0\0���>|�',1629473306,'Blocked by Wordfence Security Network',1629473306,1,1629473906,NULL),(1975,2,'\0\0\0\0\0\0\0\0\0\0��-(��',1629494223,'Blocked by Wordfence Security Network',1629494223,1,1629494823,NULL),(1976,2,'\0\0\0\0\0\0\0\0\0\0���F��',1629495849,'Blocked by Wordfence Security Network',1629495849,1,1629496449,NULL),(1977,2,'\0\0\0\0\0\0\0\0\0\0��R�,�',1629499061,'Blocked by Wordfence Security Network',1629499061,1,1629499661,NULL),(1978,2,'\0\0\0\0\0\0\0\0\0\0����m',1629502284,'Blocked by Wordfence Security Network',1629502284,1,1629502884,NULL),(1979,2,'\0\0\0\0\0\0\0\0\0\0��_�� ',1629505504,'Blocked by Wordfence Security Network',1629505504,1,1629506104,NULL),(1980,2,'\0\0\0\0\0\0\0\0\0\0��vHh',1629507121,'Blocked by Wordfence Security Network',1629507121,1,1629507721,NULL),(1981,2,'\0\0\0\0\0\0\0\0\0\0���aZ',1629510366,'Blocked by Wordfence Security Network',1629510366,1,1629510966,NULL),(1982,2,'\0\0\0\0\0\0\0\0\0\0����l',1629522408,'Blocked by Wordfence Security Network',1629522408,1,1629523008,NULL);
/*!40000 ALTER TABLE `cwp_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfconfig`
--
DROP TABLE IF EXISTS `cwp_wfconfig`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfconfig`
--
LOCK TABLES `cwp_wfconfig` WRITE;
/*!40000 ALTER TABLE `cwp_wfconfig` DISABLE KEYS */;
INSERT INTO `cwp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','b:0;','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:0:{}','yes'),('apiKey','d606e46d126651b45bb4ed02931d4356edb86a082b856e3bfd4afe0f2c39b648f9919d86b7858a7bc0ef8c60d82b50ee3e9e9be04bd2b5cab0d4aff27fbad2bf7ce420ae09fa1c7041b8b07f6049c1d8','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('autoUpdateAttempts','0','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','60d1c6e95519e','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','�\0\0\0\0\0\0\0\Z��a:2:{s:4:\"hash\";s:64:\"c947153e029a74c6d8d1caa85e4aec46022fe0152ffb1dfc23ea508d9e9fe9c4\";s:6:\"hashes\";s:136448:\"\0���W7���ht#� ��q��)��d��$\0��\0(�띰xJ{�h�Ϯ�%��\r^��:��(�5��\0(����Z�Y�Y�@�Iq��ȗ#��T��@\04ߗ�t��\\v�Q���\'_���ajx�Ҧ�\0E=j���ȋ|�p8.�½���֤��SGp�\0Eq�x����Pa���>bv�D��o4V�G;a<��\0^N��弘a�e|K��-��ܰ��ɜ=�\0b�&F�����%|w��*Qr;�|/�=(A���<�\0���#�B�5��j��$#��j!����bN��j�\0�ۧ��4(�K�I|���0��qD.^�v�\0�>|�;(߯\\W*�7?��\n�N��2=�7[Uo\0��i��ք�\"����]�^��XD��2](\0���/��o)��:4]��_���+̔�c���\0�e�*�@�t���\"��q ȐN��5��H�\0�9�w�i����5�������}���h��\0�Z̈�~�0�=��G�#�C��Z}�*��p\0�T|̅_��S�8��O0μ�¸0����6�\0��-bs�G�\n(hr\Z.�n���!e��z.Yx��U�i��5G���$P�u�v�AT����p�l�J��}���a\Z�\0VX=:��8~\"2�ʦD�I�XV�f�EW��e���G�]���q)6�� �j��nNؤ^}0[P�KXs��+ȉa�w�S���[�U`|WS�PD�羟Nh��b!���#�8i�>kq6�R�E�5��:�\"��;B��i.qX��A4����uU��+ױ���ϱ��T�_^gy�zG�L\"1����U}6:��l|��(㜦��q{��V�~u�<�Dh�o*���cϬ0���x�cl$� �4��m����o��`vA:����`{rf��_�S3/s��m�?d�^͔0�X0�#q��-ml�*��#T�c��x�E��y�ũ��H���>��$�2��]�%��*�6�\\�dp�ۛ!��s%��]Z�Y�o�ݿ���������r;G�\"��Gu���&�w]�-H�\rRW��\\�5����\'��=�P�����sZF�ԤoD-x?�<�u���q�XQ�7ai�\rIC�pE�K����y��k�ѩ}ˣ�\\�$�p\"�&�p+^���\Z�{������5�|�f�㵅S�L�o3E�x���ѥU��q�`�q4u���Z����[n�8�O��r7��0H01YL$RRAhJ6��M�w:/�7�.�ڏP���h.B�U-ї�\'Ts��z+p����pHa�P0�4��D�!�2�{�F�|���p8$�h��\"d�3���\\��pY�Q�ᣎ�K4ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V�M�˻yUL���K��C�Wa��\\��ˁ�\n�;�0�Ġ\"f�АΟ��\'\r͍��D�dM������s�ǿ��ڴ�$2�j)�,\n�\' #6�9\n����ږ��mK�2�e�f�te�4���\Z�GG.�f��Vy`��)\".o[`�ϐ�\r�n���jn�viU\n@,�+!%u re4�+JuP$,�WN��P�2�\"Ş�,|^��y���/\Z(A�1]�/ƅ�B�M�j:��@ѫ�G+S�f�����dV�i�\n�6W��ԑ\\<�O�Ej2�Q����\r�|�X6�����/46�J���?���X�GX�~��u���ic\r�p�����Q��활��\r?c�L�Tӊ���qg�ȫ?c�r�ȸ�t�d���B\rTJ�,Q��$�TDh���((Zd�z��vO����_��;ƀ��E�pY�.�&}��_� �Q�������oS�nn�̵v�\0)�������Ӥ�:DILV�\0y�Z��)��K�\n��ܘD�~��%Ro��c��7�\r��L��>1�݈]�^]�RɢNF�M��J�,��i�I.2 ��>1�Z�;ר��1ԁ$�!��W: �Sx�Dq5��/w��_W:��+f�1z��g���\\Y��m�x�GO0���jo].㖽�B�=�f~:N���Fa6�ա�\nY ���\'��i���+�`��fGYbm��UP��M��J�ڡ0�&Cv��M�$����O��4-K� o6�lb�1E�;�7x�?�-�DZ��Z�zE���*�nk���E�m@������1s��Y�#1$��\Z�=I�����b��XBr�?���ͥ-�!�i�>�[��e�V{�W�!F�P�b<&A����8�`��]wB�κ��@kp&���h4ԛ�2����f\'�G���IS��}�}R⥅�JЛZ[`�m��I�$=�����D��֛&�Ǿ@�+բ��qO.���x&��*p���@��l����Β/kz=�i���� S����\Z\Z4ڶ1�5���2�3\r#?E�Q���L��Im$�Z��B\Z�!��&�͖��Ck�`7���\'/��]�i��5�\0�����2SC���+2��f!Og�ve�C�h����%%��-��)^\\���\0�t`�k��@���U�OŔ�cp��>�!8HB6������=�b���!��n�z\0�OS~K��|$��T����lJ�b�Ow������f\nT����Eg\ZU�\r����l{��SYD7I�.`��Ï}#٧���JKN��e�ӌ��&��ЎuѡIq�t���n~T _j��-����%��?�7�0i���}�e�iZ�O�&E+rX�e�{e��mX��<�:�KSy{��r�>K^s�VS2o�H֏�_��)7�����z_oe���ŭy�^/?h;@r�K%��LP��f��c�(|�_]��U�͒o~ME��������s��Rp�d��F[��\'r�5l���蔝媀���s��@Z2]��i���](J~n�3��ϝ�ـ�hj��q�o�2��kL��JQ�c\0�8|V��A�����Nں�)\r�m�MA���D��os,����$���gJ �Ŗ�7l}�a�������w|�gRLh!���1�R�&\'��k�D\':8YިK�Aa�-�RH�T���������(:�=ߤ\'\\�\0���|�8�(��]x�Z���vJ+�~�S�$ً6��vg�Aќ�ʋQ?�j�`J��N�]�0&��b�\0�V?9�����\"�.�I3�2r)rk�+`�NiM��2]<� �h\n�˥���O��3�5F���\\�\0���,vS��+p\n�.����\r�J*RT �!��A&��U�B�tG=_:\\�]>i��?η@ڹ�aKպ�*��Խ+]���ҮgƉ^62�G��\r�S��|�;)�$=X�n!����l=�@�A����:�V56U�x5�Px���&�:V�V��-qX��A9�M�4��-����t\n{���}�MI AE0N������.T0b([���������oYd��%� �+�[�B��� f�<3)|���y-�d�����]`,5��l9�o���x��;����xZ���q@���51a�Ix���MOY�U�\r�Z�t�Kϭ�uJOyŹ�&Ҹ��*�ܲ�us#��t1��#4����䂹\Z��\'&�8�\0������m9;:��ͼ�f��f�)���I�;��Poi���=�DᎯ�0Sl�hsgܺ{�,��)\Z|����<�\n�x��*����i����`��h��`�P��*ͤ�!j1m!�~�J��\r�O�]��Y<�y�}�\Z�>ɺH���I|��P�����Bb��e�^��Έ;VT1��cj�] k^�O��9�A9�/�\Z�%�@b�.�`�� po��df��?�jr��Y��e|�H��h>�,�ec���R�es5-���D=��<��:3��ϩ�M���>���r�6�Ԥ��%z�uۇ7�}�F���[yx��]k��ݭ�Yr����9�IV,C2�\"���V�l��p�]l2�P�f>�Kp��֚J���bvw�`���*�w��}����*ʘ��)>2�q��e��^�)�P����n�GfR�@Ol,>iv�:�`�tQ�*�8\'�<��\n����J���;�H`�Q؝6pq���a�%��\r�� ��\"�A�n�3H�Is�:Y��a�e0BҲy�Pp\nﭾ�����!Λ���&��Ʌ\'M��4�B�S���+\'�4&�$ء��Vgg��o��g~��m/�/&t+���s�����\"#:Z�ܯ4㓉&_&���6\"xF�|w`AZ_+vL\r}��N�P���6������_��Ұ�ݾ��l2�b���qÜ$U�v�� l,s���\"\r�m��`��Yד�U��X^�Ms���6R�H@� &�冾�B�x��@d�R#U��O�Pg��sH�o�)n��Wr��t�Z�M���?%���V���D��Fv�@�����*9V���μ�[E��Bu}<�\Z#�d�4*�?���d�Q]Bx.|9D��:h@��Q��/U\0-|_ۢ1�g-�+����}�Ԙ!^iB���J��\\W�]�f��@@�w�= .]��kZ1љm�G���]�x�0��� 14\"1�Ix��GL�[ ���>(G�A:��� 64���� �2DM�M�$�\r澐i�\0��� 8\\Ŭ�j�A��ʔ5�+X���o�T�m�_| M��yu$�1�ck_�K�o�f��m���%� g)[.�r\n�o�i�{4��Q\n\r8H�\rfX�� v�l���ٮ�!��P��m���\n6|ϔK ~�C�ȫ��7���:��s&u����j��t �+�{R���ل���n�t,�Ǟ�`���|U� � ��#t�̹��p=�I\"����)F ֓���-�\nqU��i���-�$�h*��m�l �Vh���LC��»>U�8.�`�@<K��h �Ϳ��U%�O�Hޡ�@�~x\\6��~�\n<�:�X�h�QAT����o��p2���8>�\n*��<��ӳ�?HM��\'V���L�\'[R�\n�@&��[DqS�������B��N#F�B��\n*An���.]�B��t�v�!�WҧMw�9�F\n+P_tQ�Vo����7n�\nz#�8�����J\nGk��~ng��m.�3\\�\n��1i��jgָ�\nv�?�u� ���f�h6�2B���?�2\03�}�\nx��m���nV=OD��\0T���)��U��\n}.�����v�e�\n�?�.z��E����+ɡ\n��\\_9(�)7�\n��/�S��\'�g߃�v���\n�9d���g��~@���|�B-�����ڐ�6=��\n�T�[Cp����(,�_V+�L\rۨI��(.��\n�s�H��чc �-y//�?�\r�$M̤j3\n�aqYK�JҔp�\ZJ�j��\\P���\n�\n��ڷ�tn�\r�Ean�J;}(��ҙ���.��9\n�X:��Q�}�+�O�\\�_� {�ܓC\'a�y:��\n�� �W\"���w�\05�S Nr������h\n�C��0�pFd���l�\0��\"u�~2\"�T��p\Z\n�v�[\0���XZppi�.��c�;~&���\n���&�)h4�_`�F�L��<��:`#pf���\n����RW#ވ� �Q��ē4E[�\'�z�\r��)��k���O�dS0�X�z���_����61k��K(��]1�z�ukpR�!������YC8���`dfh�.^8����!{��F�N�L{��z�)��,�\"�w�W�S��JDz���K�S����uᾒ�M��cc���cdD�(�Q��\\�\ra�[�J?T���?��G�d��(s������t�BUI+u���C�����R����SF2>�3`��v��\'�:js(��-N���֠����N�3����:�VS;���CT\n��]���C�rJ�2����m5CZ�\0�/@@1�1�D�ծ6��8g\n)e���z��l�1�MH��&��S��.>�U�B|2��ӜOU}��(�tc�2��ĒZV�R�顃[��l#4���>1ε��E���l|lh�����]���:�Yň�3 ����\\gm̻�1)q+#���b�^0rR_Ҳ��Yn,��J�����́�T�NB�(�-��g��\\ICڞ�:r�n�̿�>Tw�D\n�Q�!�@iD��r��ȭ!wz��L{��J�y7-�m���G鴞Y�[����k��En#Xv�i�w�R��:�M�7K�kR��D����.�� L9��%�S���J*����n\'ͪt^���Vɹ�O�����*�(�����7Y��(V��z|%\0\'j����l���ص�$h�TC���՞N�8k�Ⱥ��y�*�<I\n����(���x�$���C\n��m�-B�����YVAlͼ2�VS�#n���X����6��X����DU�T�=��1O�@�,x�������� �)���\r�&�d5�s/,�\"�d��w22���\r��މ#<*Q�f��(�����\r%�P����cW�-:\'2�U�\'Ft�ݩz\r1?�;IB�=S��\Z�2֥͐�&�׆Z�B���\r5C�ٖ��N��s��k��l�\'t35����\rN��I�Y�����ԯ!���6)��I�Y\rQi�^�\ZB|��f��C���-/r��U�Y٢�B\rX�[cdpSs3�%.X��|A���w��#(JL\ra�{p�9����(A�)ˡ�̮SPV��s�6�#i\rnu���:Ft\Z��\"P9���qP���R��PA�\r���k�<vW�P�v��g(Hт��c�+d7\r�Y�t�W^���}rIxۯ�u��$�/dMk�\r�U��:�w����,���&�K�p&�\Z���\r�7Gٛ�r�Xyl�ﳠ<U5p8�n��\r��Xd D\n����q�bc�\Zu��\rٓ��C7,��<��p�,�L��~rY�s#�\r�\"�(qq�6�ZN��������ş&�h��\r�\n���*J��6������V^��%W\\�y�\'�h?I��I��3z(B�GQ#��`p�S:eJ�&�/�ʝ�aɋ��`�\n�}��\Z\\x�+�G\\%R���O��6���}�㕓悫�-�F�kRV��6���G_e\r��\"�}�Q^u�����YtY���sNl�dU|�7��t�U�FY���n�a�IWRH�j�wHBB����u�Xp\0b�Ue�$OrΰYe�JX�p�W !��L� o�Ѧ�?��11����]�Q[��7*�a�3�Ǿ�h��,�U���c�\\�ki����6u��J\n3*��Kv�i��A�&�4���=�D��q!蓸֧f;4��P�Z��e�O!�vx.e��8�jY�����0\Z����P�P1��S/���0�?�U!�͝�������6�??��Z��v�w=2H:�)x.���o\\��J��t�LU��o���L��~��)6�K�5S$ʂ8����⡧5g�g7�3lsuؾ�y���Z�wڠ�0YE\0����身i\\���|�����7��wq��;,r���L�X������\\35qv.Rh<<���t�hD�$��\\1l$y�,��`p�M��j]#�W�B�Tm����F�M�(�b;ˏ�K���g�&\n�-��nzEja �#�[՝YdIdf@\\�K2o��/*�~�Hw�c@�2��,�����P�0������x`Ձ���dZvs�.��k�����\Z�5�\0��yX��$�j뤋��I��8���@t=��{9v��>:̷M\Z�ϵ����\rBt�\r�����3��i��0bn��j:�$L �g��r�a���������t��C �Y�\n��H���$$�T�̞}^�pfO]�ǭN3�%\r\\��-�A�J�K��K���7P�xe�\'�PH���H�P=,���L���N��}�\Z�E�O\\0�u��FOR\Z)ā���;S�\'bN<v�w�LSڻ�sT���|�>Q����i}�G�D���7��OF5�B�Nov���:A�_-3��x\ZJ�B�@k�y50���\n��Q�(��;�4�.���`R��w�|lS�Pp�k�G�M�8�����Թ��f�E�x;˝���O�[����J`uO�v&_���-]����E��;|��x$���(�t`\"���/\Z=�`>&�oR�֫�� �ڲ��}�Z w�%��(�4)�;\r��;�)6qi9C��2��t�d64�Kծ�A�U)۳!���Pdlw�+���>�;��O��-L��hy��ML)\\VH��3_@AJ!�_��drN�d�G��;�Ϸ�6�<���wj�;�V��4dk�Է>�D��j�,p��k~*����d}�[����H�?�iK�[�i��/�(����^��\\���4��c-��Ȝ��)�͗�۷���@c.�V_;q���:uM���X���bW��Z`��E�ض\r�S��ky��%�/�-��u_EC�?o�Tg�NLC\"M�61ɿ�\\�)�j�i����]�m��b�#���6��C2���ao�2ᨁF���ˁL�W���%\rVJ~�p��$���P(��q��\0�RS�;\rs�}��o%��XOwR �\\��B�;z����b#�q���l��E��S�WD��Lex��骴@m!��~���|d�ET9v,�Wы���ʀKK��#\0��f�羀G�~��p��oPq�9��\rbL\\9�2��n�*PP�\0A�w�:oH�RR�ES�G��ʏT-�a*Qf�,S�7��q��̓<�U*\";b�r���^�&��7j�Fő����ұy�ZA\"�Y�!� =��x�`Jߩi.�?w~�/\"w�U{���Lf1:դy;�&ۆ[rD��b�Nv��㤄��\n�\Zwr��kHuE����N�/�JY���g�Si��)�N]o���}�0<��,���eS</�ܓ8C��T2I�UX�jF�\rPJ6�\\�d$Se=g�����JްS�0��il�ww�4�:����\"D�����=[��Z��\r���#�A@�f3�1_<���v����(QN��YCwo����}z�/�+x����\Z8��3�����ۀT�ё/��*�2^�oܰ�\n�0��\0��1�x?F(�8���V����/`8�І���t�2�:�]XK%� EL��償�t�~�nF�^m���KY�N��\"�� �t�hR�D�P�>(�F-�$>Q���A*0l[U[����A7�E�OxƟ�:Y��{�� ��2g�Z��+j{�h���N�.m�۩+�6��r0���q��X�{4�a�����4����=P�Ҟ%^\\$��rf��z�;@h��謬&�f{��2�T��,Jg�~�KOb���H�$�(���\r_�\nt�l� ���6��Ax �70)P;�\01���M{}i����E�ߍ\n�}HNf0/��,u��I������)�-[\0��=ֹ?�+;Q��/W/{����lDA��U��Rp�rmm\rF6��ط��i�(\":�@�c��:�<R)��%+:�����G%Cy*�m?۴�/�\r!����i�AHK2���w:�%.�;j@۴�)H&�R�װ���R��wci�F��z��\r_c;�QA���JR�Q6}���%�\0�w���Q1��h~�B��ʌ���ʤ!�g�y���{�8��٢��7\n��gT1��^0>�\r����劸֬+)��7X[_�u�۱H��]\"���¡`�nr�Xa�;�?~��R��q3��ٽ�R ���a�r\0��B<c�=OR���v�B�n|J��In�;51V��SK��6ǐH��i�I�� (.fO��dx,�0Xl���J�.�*�Js�9��&�$����\rN�Z/�aU�Ə`�d�L�?�>C|����^v�s�_%�W���\rJ���*�f�zK�Hv��M,���,��z��㡫�?jk���[�0}��FW@�U0��W�gS��2c��FF�|�2`85�Sb�G?e?q7����#pjڥ|ɨ\0Y�����O|�aV3E�FW^@l�2�4K��<\\�/#\Z�����jp��!C��B��ڋTL�X�6�j��y�\Z\n�ё�4�W�\\\Z�T���M\\�V�dE��බ|@�]�)2ԕiq�j��\'�Vp�,�����K��zM�r#���6�h��q :�@�߮�\r���0lҞ������6�j����Zm�c����-��k���Y���xJ��5����_�*���]O\\��s�M��\n�T��27���oڠC�g`c���˰m�upa�\\�|/J�y�2�fy2q�t�@W�k�mx�G���V͒����pzk�訍�n!���>x�\\��h|�,�e�0?��s4n�,�Lmu��\Z�^΅hU}1}=�z��i��y\'\'|K��W?[�r(\r�\Z3���z�ػ�fW^P�1Y�2&��ۑpA�U���%�����f��G<�+HH4�ywy�\'hz�x�\"�v�\\�p�$��bo��)cH�vS��n_���(a��WcʹA���`k��BʜѮ,2���S��^ú�D��\Zѣ0?�ޖ�f�t��&�!-�U8��<��Gz�<3\0R�-k�,�u�)���\0��\n�9e\n!I9K�W���Ǽ?_�IaYOrg�Y����k?�R�0��}<�̤����.� ��$^$��m��w`.A�_[�rE��]�J�#��+ߘ�4�D���,E��ǡGf�y5ܟ@��nN�� �36�M���[�y�FRD�m��:�m�\\���,T�3y���?�P����Ԉ+o��Kqra��U�Wj�j�:M���S���C\0����E��pڎ�U=\\ف�2%����72B��9����9k���\r?r��qQe�-�=�������Ozγ�2z!���.�w���\ZFPA���SӃP��l�Z�N���!&��Qw�|�c;\0,2�aڢU��P��rY�o:W�3��\"6�uxh����S�ئ��3)]T�C��ˎ1B��\"$Ϥ_�Y[^�e\n��41��L��Hݩ�̨�<���W`��e��� �U�&�z�տR��B=P�Kq�F�u�~��\Z8�������W�2\0� �e��`h��p�,��-n��}�;F��� \Z/q�@��Q!X�w>����7�.�l�8���le�Q,������� n��a��TߌC�Ӏ#���������6�w�&��f�U�\n��`�Vr�{��YU��\"V1� �]�98}�.�@�\rf[ɖ&����1^����g+fV�`6) �5��E��S�j������r�K����uj��%��p��A������9Xc<_:�l#�(�ǀv)ɣ�,��Ĺ��v�V-�n��z�W��E�2�D�����H�!~\\ꩠF�g�J\Zop\'�]Mi@����P;���VKi��V(�~n��&^VT�Sn���^��E��y �u�\0ci�^Su�%�D�{o�x�\\4\'�1�0p��G&���o����AM�q��5�@�=�� �P�x��N^�+�5H9_r����?�MΩ�Դ�Y��5D`$Bfy�I�S�Wq؛��r�c�W��w\Z��(��&�=\r�eL�|)�a��j.��V��C6���\r��d�\n3[@�\r���܄\'Q�\nŒ�+�N�A���:W������<\'���d����SB�4,��h��ܟ+���{̗r�~a�Aďc��K�Aj�TG��/6���\n�]�<E&@Ƿ�(\0��a�{|�,��@�ha�Z�ݻ�����N/F]\0cOJh�ÙL�C� �8hl�2�\"i\r2ӣ-�X�C +�R�a,��f6���!\\�I&C�#2M�8_6ws�E��U�P�[�Wґ��4L�{4��\Z��U��uw���\'�瞟�h�Q�i���5z\r�&�Ђ`~�\'\r�Q�l;4������e�c1b�0�w�~�{��wcj�|m]a_�����d�����4N��^�\\~��ʘ�����7q/\"]���$��&<Լ �Q��Y�)���\ri\0\"4ߕml��\"W�K�x��I0$\r�!L7����K3@��\"[q���˯v�1 ���K&.��D,��p� ڱ4zή)���F��\r8x���Nz$�wF��m��$\"�������]X����e��\"�?�|2�Y Ō����t�- ����ࣟv�T�ը��2H`o�HPOn�uDpRֽ��R��nO��k2Ω@7 \'y�UٙK;�@I��:7}�.�a� ̑HMϩ: qF�CO������c#�����y\r������<ե�l�4���֬�(�����w �]���5�Fn?�`�b8�)���k�������(S;�w�Aq�^�;�T�ι�[�c��JD_��=$x�B�2냙$5)�S���jrx�V��IR-[�ҟ�1���.;\"��=1�(C]e(�d-|5QC��v��,�?�a�d���kV�l�EW���R*9��)7���m�v�X��bڷ\'�p Z9@��S\r0,t`2�pl��s���W�����)�0�8aIpop�A��B��H�7�M����)�� ��J��Ob�\0�!�X�+c͎������Ǯ�ԑ8�@���G�h��ar6���r�V�B:�\'� 4-����I9��#�\"���iݔ[��-�l���+���\'2Y���U�~nZ����c�t�t�M�h?��Dm�%��ʋd�]��\Z��� MصB\Z��r�/O��5���%�N̶��\Z\n2��~���\n�\r���=a�⸬�]��7�\Z\n�Ŭ���W��O�O���,ԺN���E�\Z\r7�hZ����BLG���+���v�S�d��2�\Zi��\r���/�q�����uVc�x�-l�l�8\Z���Ú�Zþ��ި6���W2�lI�96G\Z�B�Xf\"�ԭ�����Oݠ�%�K3ѓ93h�\Z�4�2o^i���w�$Se(I��}P�((�\ZQ\n�S���^M\0�Ù]M\Z��`:���c\ZTcς�6[�L�B�c�l��\rx��R()��a?\Z[I���ʙ`:�}���V\Z���T�Dn��+�/`{\Z^\\%��k��O������e�i��:�i����o\ZqR�T�=�\0��,�\ZXD픚�\Z�h����K8h\Zxy7�{�� ������zQ1+5:#Mu<�\Z�dh�ƨ,Ȋ��a���ܑ��iK��#�A\Z�t��Y-{RV ۷FR��!�%8��`�?O\Z�Ia�^���iJ��H�:�j�:���b��\Z��;4JpRӗ���ڎX�V\\�2p&����\n\Z��mҴ`S��|����0 S�s���EA�L�\Z䜫��:��H2fם[�Jm<����x�<�0�\Z�7�����۴��>�0�X����Ϙ���\Z�AS��[�[��kn/�:�%��>\Z\'��_\Z��K���G�Um�0�;A����-v�n�\0]�І��{l�CMv�ɾ@�ƑT�97C�=y�Z����3��Ή�c3m��!�p�r����&,��Y*��l}J�px5K�5&\0CRdR5P,B�a#1�Qf\Z\r�݊�P[��Y��fd��fsRt\'/i�Qf7Ꜯ�&\'d��W�zғ|��1��Ɏz\"z|���s�e��Q�g��J�Эz-��X�+�|��@�V��c�x��瘝��s|�0�����vɶP�5T�⍠!w�RL��j�Z�^\'{��� ��)8m}.\r�d��_�n�5�i?�W)��:�\\`�^�V��=�w=\"�[<��U܀��ĵ��9��YCW���-���GM�dz[��g��b���ꤼ�&�{7�����37ki��5є3���N0P��5y�}@٪��b1�po4��A�{��/\"��r�u��0yL�i�(���H�\'�v�-3�*3����^��c(^U#���g�ph��z{:��7bc/�L�V9��b���a��r��~D��,�?Ѡ�Gd)FA��u��`�`�ڿo���ۭr��a������چc�,=�sK�>Pס��e��)9R���B���[���|������-s����1��ʎSP�����E�GI�45��MC�gY��<�-b��O�,��w[��6eJ��G7U]\\�J�5\\�N�(-�\r�X�_�j\r�15-Q�_�Y\ng^�ʸ\"|��.Y|�b���O-�b$�t+�8j�K\Z���X#�[��w����w�q���51��Dj��LH^��t+�?����\Zc�i��{�í�q@:�[�b�dl9�ր,��ܱ�MS,e�lNr�}�6��n��\0O!\"�j�:(��!b*C\r�z�\"{�t\r �=��I)�^��sb\Z����Z�\nS��\ra���L�&�� �v�3+kCJ��I�\Z<��\0�P>���%@5�v�%�(� ���J�����aI��\\ѓ�H��O\'\n��(P�ӳ��\n�r�� �s���J�b�mLh笇�[�����\'{0���l�u��ʒhk����FNʨ\n�,U|�록�X��5�)�aT����ԩ %2����Ry���ūi*�%h%������$)`v:#f������.x�d\n����:�xA�-�H>��J��y;�����<��I8w2A� ����ڸ؞�0���2��yK�|��_�����%d��`2�9��xm��l�Q�W��薕U=d���Z�� ��ʒc�WZ:�wP��{6Ly�?طc������I\n�����߾�B2ߵ���zՠev�z���3�ƘU��{�^qa%I�B�Л�W��<V�A=�l��L��^�<�kL����sj�ҥ?�b�ɖ�Ȓ|�B��?-(��+xd�6SP�Ij�җ�:K����-�`U�M��u�n֧�]BeI��Y\rf�6����y�;���6\r)��cUȫd4�B�nD����Q��n+R��J1e�,��P 6;\'�6��\"�� ds�\r�=��V��\"n*�R-�!��`�CG�م\"�^�e�\n|5��.ް������8�!�9:�%��������\'&;��C��r�AL�*3q��8����$�\"�n�����$�Fo�ef$���S�4C��\0}UJ5}��&�Jmy��NL5���\r\Z��0s3��u�6!$�0�KJ����\r22��ߖ]��Ó\'L\0����I�M�q�2�˪㏽\Z燧���i(�o���)�Nޢ�VB�� �n�L��c�\r��ʿ5�����2�B�G�3�u�����*�0o�Bǯ����h���� �}C����o�G�}Bd�g�D؉$�O<L#1�O�F14.+�kc�*���9\'q�.���;�F����r�P\'��l���1�e^>b6�chN���E4#\\��G�Y�Z�>�AQ���b&����YZ�o�>Qr�͡����i9\0T9\\>$�2���ݲ��j���r��whq���M��TU�Щw��͙CHN\0�I�<������.�O�������Əͧ�����fh_2E��_T�.Zui��Y����k.\\{g�:������F�hd��a���G�I��\0q�a�\Z�\"D\'�ϰ�\Z�;I>)$�pi�\"�)��l��}�*��3�yX�Z���joy��\\oC��w=����us�n@���=]N1�%P0����.\"��p����T�Ӝ�q(%7N������O�2\"h�kU�v��r�����\'�r�-�A�D��^E�cZWq��8��5���q�r���@�7VR�ۘ]�7N�i���jR\"~R��O|⺥f�`�S:�\r����b-\\�|�ۃ���9E��g����f���]�Hh~�w���w�O\0LhD:m ��3(TN������,������j�p�J��̺�����γ�Sy�9s�68r�M��ڠ�c����4b�oT����,�>�\nu�� �U`.9>Y3`�yk������6d?j���/�&�b�\"��\n��<5.B��z��n���1YY]}��{6�^�\r��o�ʠaXܖ^�� ���捄s0���ɻs�y0��1��)f�x��� ����X�`��[Z76���.��-�*�P���U�-8m@e�0�5�\\��wMv�1.��ʞR��fq\"^�hS�;X����~�Y��Y���^���ϻ�jc�T�x�Fw7�?D?���Fa\0���-�@�h1��+��K(����a���]���DR��:[�_I3y����wtן�#F�3���=2��2I�8��JpL�]�]}���0n���P\rQ������cJ��YB�=niQ�=Ne��ձunS,���h����X��:�_��U��-��J�rS�5����������bt��LȒ�|��n 4�\0�ْ�\'�/XMK,f\"*Z$��4��� �%�-�b#�6u|��Ė}�b��Js�6� �h%�\nf�J(�U��Z���u�@���D�RzC .�,2F*���z&@��;�`x^�#.��W(�` :�k�Y���MjxRցִ�P=��T�_U~�Q� H�ʱ�y��4�BW�@c�\\����J��q��GC W�aQ��x����D�2-q%�ol�(��]?A� kuP���t���̊��z�\"qg����=�(0� l�\n°&|�\"�wK~��30,��>�P���&w m�2���N��8�a�>BdL�U�oVd^ �����\'Ơ� $n�X���37�N��<�g ��YL��&��>�� G\Zu�%X��-)��� �)���>����Q��|� ]v��C��,�� �7��ć�K�4�sNs� Q�<�s��|���� �\n �\Z?`�%T�p�6��#IR����l�R�� ӌ[*�kt�C��`x�{c�!ՙ\ZVW�S��s�t� ���@W4n����*�t��Q`EJ��)��)e%C!�Bw�픴�Q�\r\Z�-���1��O�!���T����v�������α���!ڨ-��Oh��c.�\ZH6!��ps�4zQ�$\0!��)u�^��)�h\r��ȱ>uOK�,hc$��!,�el�s��\\��055�.fOt��e��}!5AR�/��{Ca�F9�Z�_�t��%8�,=۫!?�U!��)ln�Un�(\ZDž�F�Z���n!Z�mNxI�>W>%��*�r��^�#\\�QD!]�ͯ%uO�b����;�Ͱ�(2[\n���_!i��\\ �eQ\0�r�z.�+;\0\Z)��o�5�3�!���\'��o�]����t�J��:soT��!�x��6�^q���>F70�VֵV�>�>���!���$��1ŭ9���5\n2d\\a�W��\Zq�3x�!�:�qɴ&��g�z�68֛�d����;tV;U!�&�x��[w����)��ȃc�N�S�a�!���>$wĜ����F�\n%�`IJ�M6�o�(��!�b��F�މg2o�i\nNl+\n�������b!��5Aà���~�I���� \\��v(�c�F!�(\'eЎ�\r804@��d�D�4��KS�kV!�a���ZU���/<rg$�R4g�Z�0��l�!��\r;�m1ϼ�.�{r��6@�C��Hc^\"A�!�ĩtX��Q���\"�����ђm]���2J\"T�YK�������J��,/���\\�/ �d\"�h>:���Q ����sik�Z�؝���Ew}b\"�:�+�@�b�$���T�At�6�r��\":fn��J\"�-vS���X�����^�\rˠ#\"JRIx���9��W�n�\"��a�ԙ�����\"L0]������ӆ�٥y)UeP���^��A��\"S�.87~96s��yjr\'��]s\0���\"\\�����&S�������^��\r�xQ���f�\"nN��v?�K����g^�:m����Blb�Z\"���$l�}�e�����X�\\�%��\'A��J\"�� ��.F͢�Y\\��gFy��2\n\rM�Z��\"��G�$@���PĹ\Z7~ԧOƦp�db��\"�):ze�0E��8��=!��7�Ӻ�l<�Z�P\"�/�JK��}���u���v�a�H���Q�LE��\"���!�zFۺ6�����&�\n��s�|�\"ʊ�Ǐ5��\".M�p���-zx)R�.%�.��8\"،V2M.�\\�e#�N��ȡ�>�.��:��I�\"�_���r����Џ��M�DZN�a���\"�2e܃A#��Q��)\r�j|��\\�rm�=��\"�L�p�6-@��!#�^kYڮXV�FX�65�\"�=�\r�B��>��\"�H��@Z�#X�V�WΫ\"��8�0#>�n��yl��v��ƩrK~�8\"�;z�`�~g�^�_���R���5��т(��#ğ_ܵ?�W��/��C+�����U��KG#�2��s��\'|x���,q��´��ޣ�\\\"\\*dq#�Lj@P\\�Eȼ��n�x�$Wҫr1پ6}#2;#�/7\n QrsE&]���I�e�Y�c�g#Oyw;p���ӿz�w,!�:;umj����)#S�R�m-�zşQ��\r���:� Q�V����#fl��~F��cAmĽ�b\rV֯qP9i�ϯ�#f���W*o��_�\n�����U8�_��\r֣z#m���b�T��ɸ�=���V�187�>��#��_Ӂs(���sx�a{�ۍ{A-����##�̨wA�/c��[��&Ge\Zx%%��=�C[a#��g���C�Y�<��b�I�V?��Ji^�aU�B#��yĽ�Tf���<��,�9z�,�;�P���#ә>ho/�>�,�F���m�@`�0��#g#�\06���|Р��YD�����̰أwty#����M��+���B�*Tv�Gǒ?�oLJ�s��#�B�oKm���u���q��G�KL�5�=O�#�V}�驛F\'y��#�v \"Ù��6��G��J�#�������]�=��0���\n\r�Ğ��^�\'�<$_���-�\'�8u�P��c�6�# KEum��$\r���ܷ2�ݓ�ϼ�+�B���ɡQ(-$���F:6~QQ\'���:�3~�������U$Eq<�p�Q�(&{=���X�t�\Z��\'��\r�~$#\'���b�}�$X:�cľ�m�]�\"�V�$2�� ���J8��+�n\nbO+9���2���q$?�\ZW�7�m�(w{K���\\۶����j�t$C��r�{3��;Ln�,u�w`���7��p�E$I�l;����_W\Zd۩���Έ\0fm��$XA�8��8����3�k.b�4��DZ�쥽$^�W+N��N� ��һ@�yA$���G��+Z[($h/��*ÅZ�O��x+��-롖�HةTE��$j�^2 �ܽ�4`��Q����Q��t�yTr�\'$l��۵ ���n��s}�Z�����?�|�:�$�V&�<�% 旅.���l�����㹯��$��E,�_��w����MJI:�����W�~���$����`����5�~VWClZ������ �|GN$�۱��lЯs�F,�ųeIx�\Z�:��>�;�3$���]�:)�~K�F,B4w�����٨/c�,��H$ԑ���<��*Y�+��`p��_�/�Ȟ)Od$�����`�MHn�#�<K�����*\r���e%%��k��lf�;{�݅T�_��<{x%�[4d�%S3BG\n9K��\"�U�f�q�*A�j5�\'�ϱ%Y��y\Z���@�ڤ�~&Ǩ1�#�2Q�i%nMǮ�i�D7�@q�V��#v�E�>TCdW%v+4)�%�Oi�+a�dg�F2!��T+�%��k�r _����S��p��E����3��%��f3�qE�b��<��r��]B[��S@k1\'b%��>�f����XJ�&�Ж��>Z�y2p#�%�07�s�\0\'zM|�:9#�h7�d�Ja6��!\\%Ʋ���a�U>���Z�Z� YD^@N���N%�%�8X_�Ҳ���%$9ٔ�*�_������[%���܉���`�����n����TK�xCt��&�X��y&̷-;ב��u�H����\\s!�5�\0&\n�����u�Ob&�\"�M��f?�+AT�(�M&��p�����j�+��Ҋ�%�s<�\\�$&I����n��� w���߬�so/�*����A�&J� Ѵ�O��|�d�),�) ɰ+\Z�t&a�m{[�>�Bv\\`�� :nw�c)�ߗ%Z0�&|��O g�)�2��*�7�o-���r�?���&�[on���� �l���aϳ�t�WL�QO�Q�c�&�ٖ�`�������#tޙ,�Q��)D�9&��t���*��2���~�|�1/�U�8�VY}$&����m�4tX�F����@�R���ʏ��bL&ӥYk�\Z�n߰X��O��ڱ�h��b)&��!���G����!�C��oF�Q`�B���Q�\'��l_J�V��Su8VHJ�������yC\'��DĂ�D1����`گ��/5)���F1��\'���+F�.�}M>W\nwJ�]}&�#V\n��\'(�\0*��Pg\Z$�\"PHG!��������5�j�N\'@�?B�{�uBt��i�\'S��?\n�=��PC�\'F.�1�E�)���H�;�l�/.n�7���|W�*\'G��L���s\r����+�Q�N*�+r;_1��Y�\'S{<���?���*�f�;��/�{�\'���v\'k7^�Y����6֨{J��/�՚�ɺ�dN��\'��Q��_��+g��*d���rVǠ����\'*\'�p�Gg�_P@EuE-�jbc=�H蠕\\M��W�\'���$�1,;�b�L�(˓�̰O�\rM�gд�\'�iZ\"Ʈ�f=�D�F��G����\n_�B>�qY\'�*Njw)M��>�SY\n��S��4�vn�a��\'��9_e�Z���h�Z�Va釦��vu��[*S\'�N�9���r�g_T�Ȼk�������B��y\'�q��&1��,��S�Nj64c�G�&Z_��3j\'�^����5j%�V�l��{�=���{�m�@���\'�m/��lr����8��*l =$枒�=�h79a\'�j*�,�A��.��+�-�T��גּ�*\'���ٍN�f��[�O�g��|\Z� �+\'�x�r�X�k��.��~��b5�ǟ�<�M���(:��MQ�� =����ߪyyL��ޢ���(Cd?hv����Һn*��1��Z��V�(=�X�tw�ɬD��.=H\ZS����\Z�5w�(?߾�n�T �Z�𦆽��\\9��8vW���\Z�(E\0� �73�/>�u0������AH*$\\����(\\ðw0#r�F٥^G�Acw�,t������(a�8����)��~%�cG��:~��\\\0p#t��F?�(fp\\3{�?\"�];>W����qB���5�mo(n���s��sT�j+<$�|rE��~����(y:wj5��1���\Z�!��`���<��!_�(}�6������͛\"�����$#�(��w�y��e\r�63T�Q�-����Y�T�=G(�Θ\\���n �lpu�ꑝ&]��y�i�J)(�f����qi�I�p����,���K���(í�ļ\rC ��v����S��KO]l]�t���(�m�}�:փ�{��Fi\r~^����`�@�2$�(ڮ�wS4�B�l�q`8�z��W:5HI)z4���p�hzi���T�v��/�x����)!��/���P�d���t�O�;D�Cᤉ�7P5)%^��V�t�_�\"L&x?�.���Ҫ�*|2OQ)JJQ�%��x\Z���� ��r�]�(R`�)N�\\n��mE�\Zk�c���Q����(a���)QF�����c��BW��k��!��)Z�!Y�ٍ��PA�;�����]n�����)a��QOhС/zà�S\06��`���)}�V�O�g�-w/�^�w6!E�����~�5On�)��4\"m:D�[:K~>��b�1�E��()�!e�����ФR݀zg�g6�эl��[�{)�Q1�٪�p�$�2˝n#[z*/ *?�|�)�X.\r����j�c��T[q�1ǿ�]M�:�*���&�����S����ƽt��0�������*%ҹ-��m\\���(�<�`}y���x� �[l* ��j���Y��6XAS��͐\0t_��B*0�?��\r��YoXd� �:���@��MFI�)*N骱w���j��u\r�3������*P�|˿(W��a�OB���A�e�����:��+�*RNڔ%>�+�߮6����n^wj��9��8�*^��sJ�^1�@E��Hٵ5�EW6>�i$���*en��|ӗ�Q��DU[M!B\Z�X�2�Ugy�*j4��m3:�P��0�\0�\0�O���9�`*k /�Yl�I�>CK:��x����A�n�6[*��m�Ұ�Ǖ�(�ySl��S�XL� �3Qn��T*�Y��D>)��k�\'�Y�O+�j*��UY�2�F�*����(���9�͌v�&5d2|�ќo<�v8*��nT�HSaQ����p��G�e�����gz*�.C����)�i��X���F8�9ю,���*��jl�J�[ĸد�i�u*_�� ����*�wVS�1�Y�����\'�;�n_�b����6�+s��f�hI���7�����q� z��}04+���%��<�����h��a��t�>���++�BPxP\'\"���X�p��T��hw\"e�+(Oi~�.I%�ƥ�?\"~Y之��b�oQ\\�Y�+E�ˎ��R���9KB�����$�\Z�5ާ�Wd+I��*������ �\"2�����:Gfl��p�=�+^��H��u߲�֨�n�T����Z��7��+����k�d\Z\'ȍ�,�G�ww����qN�+��ZP�����2��lv,,�2��R�V�~�I+��������Zr\\�a��z���k�̧αk+�������� Wqz�\"�[נ˽_�{��,\rNM��d�_��z_T3$7Xc.�5A�X��,��X�مWvY9�bԁ\'��7 �}\n�,#�|�x�Ih�܈�G�:�`3��{_^�c�,h�g8�պ�L�ɋ�Z��:��\Z��í�>�7,m��\Z�r�b�����J|&\\��\"C8)�O���},���~8�K3k.FP?R()�o��j�rt,���1���^��7\r�x6$\'�.����S�WF�,�!\\u|�1����;�8�}�s����r��E^�,��lTѕ��%�P�~Ȝxq\r������f��,�S��\Z�\r��z˃�]Ӭ#��pD*tX�k��,�g��E�^\"��5�¸���6��FO��,�ڀ1f,Ms]B��#^��X����=�d`�,Ԁ�J`�j0�A�\n���*�L��zG,�i�S~?:5^:�b\\BG�Q�o�z!�bv��E|,㯢�/z]����_�����W���pd���.f-� \0��&���_K:�|▴,Y�ȴ4UTđ�-7bkٚA53�gFEk|��^ڒ�n�^�)�-#�;ŹD������o���IY�M�A�u�-4a�kO�67��ZޡR�)����&��~ �-;i\\3��.��\'=Ϗ�rs\'�1�\0�<�-FP���9N��f���� ;��h��l�4E-�H�P{cܻ:�n{2�sZ��q:�7�A)l-ӌl�^�.ԫ���; >���<�;��nC\\��-ת1�:���c&h�� �ֳ��4V��F�-�,h�8�f�aP�jgW�>�q����\\�q0�-���k���yn:���Q�2� ������?�x�-��v�w�\\y�U�+.$aW�ݕ2.�F��-�{�=mM�z���ʶ��K�z��gR*���(.��(2�GKzj�\"��,�5�5�+�%�{ �W.��~\r�B|\\���}�:tJ���sf�Z���.���\"�w�k~�?�\'�L��-�ʅ+�?.%%�،��kɐT�a�E��Qdu�8�ٍ~�3�.)�y\Z�J\n�*F��h,��T�T�uԃ� N.K��n�G\'�z��=_���Ĩ�K\n���O`r9.d-v���ۺ�Œ�#u�7��)�ғ{��.{�fZ�%��{�34���`zo<�\":qe5Ab..��I���)6Z�n)�\"6\Z]\r3�CFZ�W�.�)G]C���{�.�=�C�+�[p��-�R�.�B��x��~Cd���\r(olv��+��k\n.���SP*�6;�]XRC�Ɇ\re�g�f�.���:�%q/�}!�*���:r\Z^�E����/�u��C;���,!0�A�A+�Cǟ�g23/�s�s��Z*�j)i�б�e���Q�3>s<�/^��W)H��\\y�=Z3%�1�q^Qd�a�H/&dx�G:�IVt�͆���Y�j���M?R��\"/#�ׄ�ז�4�$�ǽ����~r>-h%8�X�/,�b����2H���=XӲ\0����D�N�b1/.٘�����Ç��Kv�\\��)�w��S�/7���0/!B��s����ݒoB�ͻ��e�}y^/>��wi`�S�����{�oF����:��i8�/M����4��H&��o�l=�|@�uQ�D}�W�p/_�9^�`5J�Ҽ,�����Y��aj�K�E��l�/v �\'I5�R/^\nBR7�0�1nQ=��*Q/��|�w΅��j�R��z�ZHcxS �Jb�͌�/�Y�le�zIGz���zs���s=\\�}�/��ԣ���Z��g\0cV�ץv���d�Z�/� 43s��x���|\"�@�-8�,�^F�/��GO%<�\"��!5��Ĩ��`0<�hCJ����/���\0��N�Ko��ʩۭ詡{�ngg��/��|`��z��Z�\0^\n��͎#0��\"���\0@���/��X���Ń����Y]������I���O�/�)����˲��jtS�+KUV�S�x��\\/��?��<@q��v�4�?�r�cm�5�/�FA@T��Z5�a� )�LOf�W��Rl!�\"t��/��J�tR8����֓�9�H�d��Fأ8��/�7�\0�q�e\nO^0�sԐ@�7��T���y0�!��Q+7���`G�#�\r�)��S<\Z�{b�0�����C?�B�k�\0\'́�<�ג+F/&\ZC��0�o��7Ԃ؝�^��\Zt�U�:+��0�CO�ܢ6Y�y�����K8�<�G��T�J�0)��5���iKe���jՈ���T�|�F$�4t0F�6^ʤp� ,�w�R}n�lD�o�YDȌ\Z�0J;;�Q�x*��,U���ľ�<g�_;�o-H0X!ލ\nB\"`Á6��D� ��KP?���_�0X�73S;���\03m�&)�$K>7�wtT�\"�0[n�ڕr�w�e&���E_�J��C��䒈0i�G/�+U�W3I�i\r�·8��صS ��8�0s�a������`\"*�m(|-=�9�Ƅ���A@0�(���<�~U�-t.�&�]%/w�1���R�o0��Q9\'��j\r���p�WC�m�g0b���u+�<0�����Sb���]�^��D����d��0��g���к����}�bIYwe�.�G��0�pʊR�^=��Y����o(���a*�7�`�0��,d9ɘ��G�\n6��P��$JC97,n�H�0�qeR�1:\'����Q�D�u��hV���wχ0����\rXyq�\\d���]jʼn: +R�(�7Η0��?@�\nQ��Ɵ��q0 2���z�R����o@0��Y��i�Ѿ��c�1ˁ��\Z���[�^r0�\r�H�Cx�^\n��#��Q���Y�4NX�1�!3Q*�\n��X�}�(�b�z�=��.�/1&ZV�0�c;��d�Cl���ξP`����c�1/p��JVQ���2v���앀�]L9��e?4J15V���^,����gK���|#�0�Id�l�o1E(�|T�Vc�-N¿-�����~zn��}�.�1\\�^���8����.�l��j�Ѕ���4x�]�|1]�T����2J\\+ �i�6S�v��S,E�1e��䅁�8o�N�T�:�w8��<�:����1h\n@��ސ�EA:�\"H9��8�G��E�1���u�\'�Y ����/%���\0����B��\01�-#��$����p�&��h5h�J�m9���m.�1��7��H�}���h�tq�E��u6��x]�1�SP^&!� �!\r\nO�6\'R� ��6�a\n�-1�H����\"�gy�ц*�&\Z����b&fK�1���_���X�#/I*D�N�|�qx �]\n�\\t1��f�@g���<��g�-vI��P��8�ၳ1�6s�4�>g���HT��s�*�NV�B���1�\n Tk5t��{j��.\Z��B�5$�V��{�26?ô%I8#�Aa���W��=��ҀVONhE�2A��WB]��b�}��cޏ�B���#�2B�Qb9�L��\'���͛��B�BT�2Dl�y�O_!�D�FjF^�=�-�v�Q\"T2v�2H���s|k�-�D`�]^�9����c�,2SL��b��{�����Xs�Dž*�@)Q�2vzi��M%\\��Xt�#�$���e�*���2{yC$%B�E;������4>��f��&�b=��r2}��)vD$t2�.P엳���2�A���G�8Q2�%�b���S���O��5 ] Lfǘ�\n��^�2��ӆJ�J�/CC7N֍\r��j���i2�Mm��Q�f�!�=s�*����2��\"!-�2ؗ�Č���_g[)@��23>���,�.��2�-���;/�{�M�a���ޏ��û\\�uy�2�ٹ�<��dI=�@M8��>�4�c!^i N3fK�fY�8~Dh_��驪��%*&z�F�0-�3(��J�{�*�����\r[���ܽ�}�W33)\"�K\\,���h+��\\\")�`��/W��33�9Dk�Nd\r�F��$�O�2�>ac��c;�S�3E�!����ރXO+��)�\r^gPǁJ3O���j�}.�����j ^W/Q(ϿиhBC3Z:�2$�Fy�P�7bء�: ��y�M����3r��=�� aԅ���6�~1��t���}�k3�i��刍Z+�+<A&����n��?���%�3�J~wUV.gD���%ޠ��.��P �<Q�3�7H0�0��ԭ*:��>��a�_��r`g3լ�KY�C�X�-��k���g9[��۳�҄�4P��\Z��+Kib�E�WВq`r�\nQ�L�4\r���(HO_)��y�J��w�L����4�K\0�$���|%ܰ^�q�B۱&���K��4,�j����E6�������@���9&�YPd�4-�;*B_|�T�B�� �!��\'�o\n�Q�n�4We�.�e��>uɑ���y��Vc���@�4gѓ7���G>��\\��J���Zl��2���4�����H}AC{�Hh/�}s�f��Y���4�%�C]��q@����m7k�D����W��*_4��]��]@w:�yٺX)%ǀ[b�tbs�m/�94�%_^^�[����2�ɝ��i��s.�Ǫ�-�4ˁY�2��˽5M��f՞v2,�.��\\~���4��\Zr}�M��cP�\\�GϢl8����E��58���u_#�gx���Tጷ�7��#�l�� r�5�c��[�/8���>�8g1Z�n���Bȥg�x5Iw�N�e�z�վE�s-�M$��g$��5#_��D؞;}6]��&��]����&�ig�>W5$;��/���m�k���z ��p��A5*¨�P��o;�,���Xȋ�y�E[~���5B�`���D����Sx|�4�q|ҭ^��]�5Y�Y+��W��4�~�:j�/:�ّ,���j5o���x����~�,���\Z��F<��H5�ͱ�h����Y�I�&�B��iUI�?�ґ5�p7��3�����a�a)�I�����>/�@5� �Xxt�B\Z��}O����L��=\r�6��I5��<��8SI��R\rA�s���sf[H�D�35�f`dP&�r:�]�����ﰻ�ӏz��W#[�5�`���H��������ֺ>�R5�EOI5���$lB]f�E8f,}pQ����qtBZ�1O�6,:}u4!Z{Њ����w1�&�v1Ư?�N@��6=��G!J|Gl���̣�8(�xH�,�Q66G�\r�kH:�\r,6��Yէj�h�=Q�$rF��a6X�W��\r2Ya\n��N�D;3�>�?�)?V�6k>�� Q����Ha[ב�]{�9���F��6t�Y~\'I�Y+6�5}�j��g���h�y�:6��R��PJÒ2]b�D\r�\0J��n�Ri����Z�6�}������o\Z�Su��S��4̀n\rh�6��\\�楅Tb�{)p2�u,��օɥ�!wl��b�6�]�p�t=V�����X�ڦ�����fY���6ɕI�ң�Mk�a�_���G�#�1���m6����ռ|d5l¼g4�0�\'�B`V���6�\\�\ntÝ\0�`6͋&)��n��ek\"S��h7�IS�X���ei�N��n�&�役��d�ay�7\n�@3�l,�Ul��LXfRuD�YRs�m�7�M�I.����-*��\r����7ȧ��\\�ݱє@���b��d�x�?���7��)J2�,\"�\Z�V#��b���{��7��\Z����>�Q�;�~o��gYF�7]UP��*2����Ҫ�#b��V ���E�Xj7b�1���8�!��U=��ɀm�����{YQ�7m���0� 䞤�3ţ�K7���\nFg0�bݕW 7n�v��h���X�d�\"���͉J���ڈ7qp�.�}�a�\r��`�7�n���s�B��}@Ӆv7|\n6�3�����6�#�6�I���?���� �7}�����>������`�J+iV��]��6��7�ق���\ZE��.E{(�Y���Khd`z�k�7�I��c�H��<=��=\"�F)\0�[!X�\\�7���#q�$���T�T)Foe\'&?�Prj%o7�@lD����I�R*�)U�ҵ����R�&\0e��7�|�&,S�WĦl~����e|T�5�����o��8\0�xq�� ���rgk*\"@TCRZ=�f���8K*}\"}u�a�ک������}�#V^���}^g8Kǖڴ\"-?�?,[��{/�Ou|�E��p��8`Ѱ�M�U8?��i$�����\"�O�{���8o0���;�ৗ��Pj�둪9I(���hm~���8~/��S��#WUD~c9u�uT�v8ux:���+H\Z�+��2��O�)ڽ�B�x8ړ1���b;���0eR� �j�uU`�`�is�92g����������K:�ra�W;\'ӎ���19fG3�C�sw[<��h�\\Ê��;;OA(Ks�9>|�����yɮ����,�n��a�S��>\\S9I��<R�a�~�T�e�8JG,d���[�Js29P6�ATa~R,~F\r։�+�o�)��\Za0�p9PŠ`8_�K#����,�lS�Vd*6T3-`~9T-��Hȏ� :9����1�S�\\\rb?FC���9Wm��\Z X����Q?uM\0Gu��7���nO��9e�9�D��g2[Oe�����-�DqT�noK-9f`Ewo����{��)Q1W��<����ɋ9p�m��Rz��m��Aq*���Z�3�V�\n�-9�1��Y�z=&�3��.T�� Q�A[$�ɤ�Zq9�7�T����B�R��#[\rO:�K)���X�9�5��V]�*�sꈻ�j�q7��˨��3��9æ��%�!��bdV@�O G�aM��㾨\n�{d9�n���~�A��b�Hc��x;��B���o>1<9�J�|UA6@�)Y��>$U�ٚ�駥6b\"9��~%q��2^J��D3]Z���4q��T���9����]�6�z*6u�jL�\0�<)�+��\0�9����$2��!躏��u�����Ι)�\0Я��9��qBYaهsd�y�Pù(�Cl�;]��%�:Z�?SjM�a�\0�yJ�c/�E�#�8��s:\n�1�.���V�\\��d�S=�\"E,vv0�|�:$���U�y\Z\n*�+��ž+cy�53�3e�3:i\"R\"w`���R�I�X�L�͖��7ۉ�Y�:k6�ZJ��Wj?�v�A���^a��-Y�E��8.,%:k�\n<(Q� �-g��vv]蚢��i���e�U�N:���O�3֛K�iD�����-�-�*�3K/:���j\'�}�!���}DD�%X���6�D:�\'����\Z�?��D��-Sp\'L�o�\"u���`p�:����y8��{#�տ�m��6mz�6Y(9:������m�e0i7Y��,<Yވ-|����:��d�� �eU���&�\0��W��C}>a4��:�_�ll�|S�\nv�\"�2������$���r):�i=�\ZY�eu���)��m냭}��s?��:�\n[�v��g%Gp�a?>���m�_k���5:�U�#�?���_jL�2S2������U���H^;R����^�y]���%a3_)�;te��;J�E�]N��j�.���1�*E����gWM��;Wͭ����%H)w�<~�D|�7V��<��J�;d��ߩ�,Z�z�^u��X�ј8�}��l$�Y;g���lSɹ�\0G,i8M���\0����;r����t���h���ؒ�Vg(�eg�1A�H�;z��m�p�Km\0\']s\Z�)�MR!\\�U<���;�\r\0oso��B>Ô]���uc���rբT�;��\Zm}�g����O�_t�%n�ȅۯ�w�?;��0�NU�-�\n����$Ρ���J���;��ч�Q�����Z�[�������h^2u�*;�7�D�nR�W�N4@���J�s�`�I����;�P��ֺ�v}M�Zֵ&�V����<JS;ϟ���j\\�%z�v�����}d�83e�_;�@��_�M�-��Յ����,(g�B��C�\'4/;�]A(�1��x&��̮^��l_�k8c<�F�࠴\0D�;Pw��Q���t��s�ρ�<�5�ꩺ�պ���v����\"�Șڪ���<�:�G��&D]ԃ��E3 u�ݜ�t���< `2!l~�s���DU�=�����T�R��@I<!{]��wf���ְ�z=~�S��A�>nJ�<\'��<�\'[Oe���0Ր��u�!�X �g<7�S�dT� {~��}&(94�Y�_�S#+T�\Z�<?ni6~��ϊ�z������ӭDzm\'={?63T<m�2�����[��g���C�|��0���ڌ<q�#;�&�p6fĂ^����8�+�:�����H�<x:�w����Ld�d�|G%N��=�s�<�\0͐����$���5ŵ�Ǚ![��G�7]5+<��H.<�1z��ff:�/|�5�F�\"�<^��}��<���P,vuS��k��5�3l��D �TZ�~O<�.xnEe���j?\'o2����\Zh<�:-Rr{<ԫ�!q����2{����Q:�΅���2U�?=A@5�Ӿ��;\"�v�kkaϛa.k�g��E=%x�,�\'}�<�*�p���uX�p�s�H�#r=Mb�g�`<�C����X6����.4x§�{=Q�s�f�#���1\"C��+3b�5�|<P�C=]��m�\'�O��P�0;&x\"Φ�����e�=����ڹ����\\�0��$����[�#�b=���$��H�3��f4�D��V�rj�!?��=���. ە� &�IgCq�[O��S�=�dtz\\�IgN�\n�d%�?8���e%`s2��I>\"8����*S@-��bH���\"�ai����Ex�>\"eY�-�:0����37����,j����O�>rf� /�l�ٸ$\ny+b+0ZH�0wb�Vǝ��>�@Z�H�ӐǓ���9��)�W�|�9�^~�>� tN�}��%���������7� ��6�>�������+1���X��s��V���TC��>Ў��<�\0��g�\\^_����9�K��:>��P�Tϻ�����7r�`���K�˒#�F>�EoG���0W^��ڭ>&i�n�\0�����Y9>�x��f?)��S���vRK�Z�����n��R>�Թ�����W�^;������a*q�o��ic���>��G��+�G�Y/�C�ꕻ܀6�r�&���?O>u�z�/A�ǚ n5E-��I��GUh߳? ]�M.��n���b4s�T�+�H��?ڟ>!�d���E_5�;$~$����&Ơ\r�?)� ��wY�x�mN#�\"( 0wi�Iٹ2��i?!a0?+m�!�Z���uC�<:������>�Gq�?\'�Ѐ|8�i�{_�z_)-�2�=wmo�w�С?,gu��V��-Ub����<eA�ǩKN��?3ͳ��������D[�qJ��Ŏ��g*h�Y?5K϶��jB *D����P��?4��^���?>��e�����c��2u�����u����?H\'�S�D>�<56�̧5c�#_{8��cf?Q�O��x�R�\"��&��Z-�C����j\r?_��6b�%���㻧���֪K����xL��b͟?�����h]�0\0� B�������L��J��?��\r۴�<�����~����S�1.��Q�E�m?�YꝤ��;ܮ��S{Bv�,J�{9��?��W^�z\0��Y*`\\�P�+��-Z���� �lo?���E4�@�+�>����~�_te���v\nh�@�$��yZΤT��+��I�f�ؒc#p�C�@vP�����o��4O�u���������Y7jѤ@s�\'�b �N9E=о��S�0�V��{�K@��k����X$ΩPB ���=P�S@*5�]��G��������ր��3)A{�A�q@:x��c��ÆPV����qt���(��*��@CA�RA�5��P�}���%�bI^�C3����@Lo�֟�G���j�_x0`�8C��{�p@`@Z=��sX�/�$Xv�\0���u�y�8=7���@^<۬\'=�f��n+�~��w��;�\0��@`�7��ZǛ�bvP���2�t�@hl�q��Ҁ@qb�ju��O �;�x����\Z{%y �*��]@v�Kިk��%~�|�`��`�<5P�����.@|I�N�A��Y��:_I⡤�a�*��)�g�F@�~�bR�鏒��Z�^��g���4�t\\E[]�x.�@�l�l�4��w�2��l��q��3P���\"��@��F3���\\;�e�0ہ���N�QP���\Z@�;���E���xS�\r�=�K�A-�p��y@�@ɦ�� =�Kw�ٸ\rk�)\\Xsʑ�]� ܈@�Q4��P���l��N،��F!��K����A$�0�j�g\0�3dhfGT��G�)̷�!A92�!Z9��^v*�\0D8\Z=Q�y��\ZAb�Av�{/G�g�^6�~F�\nĖ��SA ����Az#���RH����[�`Y|Җ�\r�xҬ�A���5��N�k�j(W�{l���9�XIk.Q\"#A������c��7��6�QN^�\"B�z��͍�NA���2,�0F\rv<�qb�9�&ǰ�s�&�/�A����Z%�6P�ÙH��[h\n@� <��A�/��e�ʣP�3�sE�bz���%xK�#T�A�j�ڱ�]�U�f�89b�yFvw1���$�e�A�N~���mDD*�W �\n�e�\Z�^�Dhu�]A�@z�$zY���um�p��ܔ�^��6�/�b�A����8O�в�����Oz��y�K\Zt�\\A��iߤ^����f�W͊ßv��#�\Zg�aA������)�6�.k#�a\rU���A�e[ ���v̛3���k�g\n\"�������A�tx�</Y��D���:=��o���� u�A���R<K��!t�D�J�N�]F!ƚ|\rjB\0��7r�\n�75����H�τK~�+��DBo�B��5�}\r}dT���/�Ш�Ȑ؎��,BBI\\c�cx|���c\r�wHN,4��?��B�!!��$�ケք!��V[����]ǐ��Q\'B&��J��P:o���l�G|P�:q�_p�!�~�B*�/z��n���-���T�fY���zO|�E�V�B��F$b���$.�-zFne�M�*/����|B�V���\n,���O{Ƃ�9�Ң����,�B�MZ�rD�gK�Z�y��{�!�d����VB�<�=�P\'\r���l�5hhH@�Cp3�2ɭvCcB�R��*8Ř���T��/]s�.9T(���BۥD~ǖܬ�B>\\_E��q����l�Oxy\na�B�\n��ġ?}Vx��qA���a��I��wA\'6B�I��q��0�q\Z�* ��Z>��%C�!lC6m�菛���ml� ������2�}$\\A/C>0��,c���J�v�y��욓(T݄�I�CN6��Z:�cz�15�(Es�{(��M��Cjᥥ-�DX\rHK������q�M�`o���Cn�Uc�]����L��]Ģ6��C1r�Ct���[��P9o�&і�cv�Cǡ���b��;C�]���U�:3�<�v=\r�\\��G�)��C��v�m9�)�����w�l��N�d�?�>o�C��4)������inj�<1�u�����\"C�O�5�X��W� ��N���J���6��C�]�ת.7��fb�ʹ��o� $�L���pDC��3��(`��e#���b�3Տ~;o����4TC���j�U#HL�\\Y%��\"��rS�{��t�ʪCܽ=#\\�4C�.��f��>)!���\"�g�kC�yԊ�JDo�H�y��$���+�|�C�9�~��f~&��%{ 7�ȡ[�{aOy��Dg9�ե��+�����w�w\'��YJ�E�D2P�wr8�I��eW�}��)�s�n���\0��D?�j^*���{2� W�c|� �]��y��tDC��\\N\ZK`a��o���2�L�J�Sw5:L�TDHoB�T\"���/�T[�h�N;��*�w�o��^���DLSg��g�ݨ��?�猑���Ϟ�Y1ћ hDW�n�L�4�+�X��_�;����ť��Dk��5�2����o������+�פI0�Dp\"�b�P�mEN��}^���[��:�q�f��D�T�E�)$G��et�s̮E����\n����D��\"�KꖌT���+qr�9����tJ�v!!D�%}�I���m��F2�=�(�\'+��A��X�D���\"e�9�V�I��m�425C��A�P�%_D�Ǝ�6��S�x�hjﰌG�]i��i���_D�U�;F=����d��Z�K/�h-$���X#D��\0w���V��vRwo������~�MR�D�T�X6�_8T&\ZUc\Z~���@��Q����3g�TD�z�\nr�����#o8���]�q�˩8g��w��D�\nDKbu�4iQ\'�:��-!�: ��2�Wi\\�D���N��-I0���0?�4�zf��<�Hn�E\r�ע�4�/�X!�3��~\0�����]�E(��ڏ��K\"�y���69=a�1c��3��0�mE*��h5|�y;f\r�k����a�퓤~N�r�E0�8��L����}qe%�v�B�|:�h�w�E7�3~�K�\02����7r\"U�%�-�_:�E:��kf�d�tps*H@�+�I�35_\Zr�3�EG-=����|��6W �+xA0��Icq_�+EJ�VU�2b7jMy��8]�nF}��Z��?4���E`��f;��u�\'wI�$�0V�o0H3��]E}���ZnՍ.G���{$�X��(jyq��o=E�����6�x7��n�oj�a��h.�e��5�E���\'�%Xm�-�Q�s��ĊKeb��b�XpbE�-8\n�u��T/�§�Ώi�x�r&� �3E�Q���d��8�LܮŹ@��#]s�EЈ��\Z�T����������$���;�QE�!�!��ͥ���)r;�n6�Ek�S1�$`^F� ͥZ�Z(5JC���k��\"����|dwqFǾ�\'�T%c�*|k���ȃ���u\Z��N���MF�kfS�GK#:���ݒm�Sk����%�F�h�ޙ���Hm��k��ܲ=�����F�w�سY��=�!�B��\r�J��9��F! �P��\r\'�w���:(�Q\n�=jl��hj��F+\"���2|+�FU�Ê�;Y�Iፔ}f}|FC�A�>�=���h1��XJWDX�4�\"�=TXFV�ї�a�6y�p\'�3��]�\'�����,F}&w=4qu�\Z����X?�F{��W�B!�F����{K�P:�i�gF�\\��Z (\0GpF������y���������3n�����#�;F���R�<`�=#i�z�Ag�Dd)��qF��z�g��sf�7�B���X��зIw�E��F�t����v��\Z�:�;��`�j�ʠ�B�G���^Зα�tG�e����)�����\\G�n���U��>)_\Z1�d�/ڝ�2����>\Z�JG\'AQh�M��V�v�S(��G���l^~@y�GB�T��g��{�yÈ����C������I�҂�GB����#�(�>���+:��Ծ\Z��h��/T�GI}��?\Z�)[>\"n�`���C�����cf��G]�˽{0nّ)m�whn�m��TC��&�G^�P�[��ְa+�䂓��݈m�g� �?�Gsq\"��qk��,��&�u{n��i>���m�Gs}꣩��~V/ ݭ���[���:�Y���\\Gt_!�HX���Ыwc�q��e�6�>�T�k�G~x%퍾�˳���>)����d(�\ZBNJ!G��+��8�v�ͮ1g*=^5�V��逅�\n�\'G�@�Pȃ�U�! 9�1XYM��Qe� \0`�G��?}�o>��UΌ�5�O*q�&+v�3\ZRmh@G��gr8�,�B��c]u�_�a\r̊���;�~�G��W\r�\Z��G$�7iD>�b���^Ϯ��4�Gij���YqU鄦���l�\" ��,]�f�C\"sG�\'��Y���7��5T�j�d5:��X}{�G�H{�p�<Z��tM��h`�K���AL���G�����c��`B+91l%S�;�8B!����G���:��}���\\�\r����#}g����u�H�Af�%��1h�*#��\Z�UEUh��>B=r�Hp\r�\0V�Q�]��%<���� �&si\Z�[�H��He�Q��e =:��2sO�8�O��rȜŖ�H,�o���1�@O>�㍕�R{���5k�e���H69��ß�$K���&��k����ѕ�\0�y}H9m�Pȥ�\"�T������թ��/5�{!�#�^HB����]=|\r�UJ¢ ��I�����w�j� ~HN�>��+f���VQщ�2������^��HY��fAp�0]��Oc�B �/�$�g:H`kfN��L��h�`��o��[agvEHa����YB�3�GD��ۊ�Y�|��_�]�H{�8;sP�%;�q��9\\��}�I��W��H�٤�]ê�\0��{/|�� �odl�J/1�H���Q�0z�/�t�$��ځ�7�)��IH�� ��{��\"!b(���Ar��D�]���R;��H���J������` ���t�HV�{H���5�\"wqnG8�xC��Z�(��\07��H�3�:Bk[e<KR�T6�uL����b��h���I���10�%�V`ޮf�a����8~(����I;B��S���G�l���D�k�l,\0���)IGQp���5u��\0c�{�}��A���>IN��E�篏j�4�G\Z\Z}���C�J�C�IZ��4���ֻ{җ�7ta�xВH�1�����Iy��\r|�q���SA�*� ��}H��P���I�|���0���7a�n����e;�\\U����I�>ٽ��^iliA�$UM>���l�)��$iI��g-��Ӯ�P?{�u�OR�Rr%��~��I��?���R�`#��C\'\'\"���\\j\0aR�_��I��P�$�K�~�P��mhf�� l<!,%�f�I�3d7�Z4��U��!V�R��\"�߆Ko�d(�I�B�qM 5{s6 li�Y�,�ɦd���e�\reUI��?�5j��n7���+#Ik��S����c��I�z�V�%�N�)���S�\\���n�$-/A�@�`JR2�����_�s{\n/�vgLi�:%���J����e�N2\0�Y ��by�_�B����Q�J(|\"�D��w@�w��;`�S���E�\'�]J0^i�N��餸�y�L��m�����s{��(J;?[(��*Q��{�84ᅶAf�U�����5f;�JW���e�j���JA���U]1��^s?�Z��\0JX#j���w��ӚY���UZ+�v�*+��J]�Ơ<SMv�idz���>��অ&<d��CJj�;���K��;s�\\��2�~���4�J~��=�;녞��#��� \"K\ZE+���13��J�3��AZ[��;�`����� ��3˦�o��J�4�+`b ��\0�Y��y��6WqDÅJ� ���V�sf�^���������0G\\��J���Y��F ��>%�PMF�?�i�O��J�� p5v���v�����8�����( ����J�bjb�4Djw*4���鱋p�-:Vx@�~J���N�@�`����P)@-8Y�X��-���JߏƁ}0��.��p��e G��^��~��QyJ��$��E�!\Z��\"���w�ON�Ї��^mJ��P��#d T먎=�v*Qf��tz\n���KI��1Z�.�|��=�3�S0\r���8]�+K3��S��xF�Hn��ZDa��۳��w�s)*xK;P�asz�nZ������*dWđ�j�]rKP��F1)o��47��@V�O��fU5�g��Ka;��$�(Ui��{i�N)hi\'��T͌Y01Kb�C\r���it�ꅣ�\r�?�\Z����6�Ke�]�o��?>��M���3�<����XKxd]p�씟�6r���7q��7�nh��XJ�!K�Դˑ�k�HV���AZ!ښ������\\��K���;��.8^�&��\Z��t�%�n��|T���K���ht������â�ª�x���\0,\nyw�K�z��ͼ3c��ޖ22�?C���@�b_LK�;�zt�u��,1}��V\Z&!��5W��,(K�k�$H���t8�0�%\Z��\'����%� ujK�O��E��n�AF�>���ڒ�d3��\Z_�0D)\'K��\naڄh)Ĉ#�巆B�P��$�;��L$Q�A\Z�3�oT�֟�x�p\\�C����i�5L&��z�����֏�ͭ+� �*&X���&R&�eL>����S\0��}ߔ��\"�.�j�nȡz%�a�|LE\'����J�nE�@��l�r!3Ά�����v\rLL��)<�Ք���j�F���W���B0�#pm�LOHT�c���K�6���.�e�;�]�Aes˿S��FLS���#V�o�8ki.�e\"k������ߦ���pLz7\ZUۼx{�UW?EQ�K�0�\Z���`hl�L�(pyp�]��&�8�,\"6��$cM׳Z}u��L�f6���=�([х���`��#7~�(aL��O<�e7�j}�;�h��&K��9�<� ���L��&}��P���ܛ���|b31ԁ�γL�C해1%�PǭV����q{��{r\"H�.�Q�L�vQ4��x������A>��kr�k-�\0�L�:}��%,��\\}�~8\\��Oa��8�DsX�Lܨ\\H��=c�\Z��I�p�b�x�n5����IL�*~Π�E�x����I<�\'�ULhk_���f�BL���]E�;B�/y/k]��r��\"��< H$��L�����RH�x�s�q�5]���M�f9M\nA\'J@c�V�M|�)��=��5�c[���!M\0(��@�hF(¨�o\ZB�F�A\r�w�7��M��±M�C���-���8�V�]\"�?F��/л�MV��s����h��$�Cڝr+B�w�&�u&k�Mk_!:�ó�a����#����\\ ^1��M9�9��7���V%l�z�[B6�\n�q�ʕ����MY~q��_$�19�w���`������\Z��M[�i��%M��AD�.�l.\Zn� ��p�T�t�MyL;�-�ڛ%I�u\\��K|�,̞��f�] �M�;*j��h�\04\'�u\r_��`�t\"�O͝��4M�Į�.4jW[��a`A�����>�?6eX�M��q�\0q�.��2ݾ�A/^G��/Q��tr���MӬ�P���=ȍM��>lw����ov�\0M��~���Y��k�@L�\"#\"/;c��vj~\0�d�M���ϸ\ZP�\\x���\09�F�\'?Շ���=�M�Sp��}T��.!���$|N�\\������YN��ݝEh�����\Z�����,P.g�KNm����gl�)���A�������?�� �N�N�egR�wS�n��\n���G��К������qN9��]`�T��*L�)w��\0��+��Ã-r]���NA;ַo���5�9��0��6��l�Ælyz��NL2��hګF�$H[=N�R��2\rQ$�{���)NU���{���W��kz\\��m����lf���#7N`?g�\Z��ˀ��z��rz�e=�s��%�>�Np.j�샣f�7F�,D���2٭:��2�+,�Nz��ҡr��9;��,=���䗈d��GyNȩ�x�=�.��ے�G���n���ca(N�\"�?��X��h�L��f?e!#+�ov��`��n�N��:�Ǝ��>�%�,7� �g�`e�z�,N�v���ޏ�LTgwR�����\\��G�h,��N����e>h��@�J|j��l�ŷp>U�ЏN�j�$��-�GE)����&J��4��G��ꝝTN��k��Ӳ��G\'�:����2]��F�+����N�Y�GDb�i�\\iRL<�&\'?���<���U3XN���WNlN4~�� J&�R�\\x�d�tR_�� O� Y�@�9�P��-�����>�5��Uw\n\'O�R�k�g)�eFè���l�,���@��O٨�|�e]|mK�~�F�ӂː;�J\"����O(��{\\�ǨU�^D�%��!䶣���X��XJO:X�Z�%��M;���� ;?���l�%�OCdo^���r����?�Ӳ�d����8�&V�OG�ޣY8+]�^w�t���X]ݯ�s6QzOV��/���~Z��<�)�r!h=��X�4�XOeI�Vi\\q<�:�m�W�DlK�̈́��\'B�I�Opb�6�<Fϻ�i��䲯Hp�\08�2���C�*O�e�/�<���H�} �J����t��J��3K�O��%z������wv��W8X�F��]���l�UO��g�6r\r�\n�p���H�̐�ַ��|�O�AR��`qL�?��O�3v�v\0Uow�\0K��O����q%s5z�t��g����UU�����i~~�O�W\Z�9��a�q�(��:�3��+�*+�����m;�O�~xwU�.]�bfW�`�h��W��\\ܭ�mP\nkH���6w#r��v{0���=頻\0�i.Pz�Z����b�oBL�]��+n�@$G�*�Q�htP��\n�O#~�#��� |��F:Q�>݄�G�PkS�Z�z����0�D��ϫ�I�,1h���]jP=��q���\"\\&�4���o��0��iPB�1Bʍ8�aS�h@<�^!����|\n���PB�H��<�}�F��J��g��=rv����qPD+ˢ�RƆ������5Bh�X��]l�WP_��M�4��W�M$\r]��\n����]���|��a*Pk:ES��v\Z�L���a����\"i\0SO2s�=�P~���ؤ�X7L�G�0�����Q�dkL;�}P���V\nB�^~���Uh �y�r�.F�>6pN�P�ps%��\\*���� #Q=���QCg8�P�1mK�=�Y�4�$� �r�֨�\r(|/g˥$�P�j\n\n�hbZ�W�>}��n���oFb*R��P�Ľ�7_c�Z���s�82F��%�\ZFJ:7P�P��*HƲ���B?�B��n��Ƥ1K ]�sgP���3��JF�Ñ�m���\0�[l%����$�\rP��K&O���5�\'�RTˢ�\"L�r�<ϑ�6��P�,�\\�������Z��`�� !�s����3P�W����J�\0w~��\ry!R\Z�[BE&@�$\r�P�O�\r\0�݉��U}$�a��)S~\'�A\\�KP���%���?�kN&�{(��bG�!㝨���Q\rLd�^�!DG4�g�t�ʚ�H��\"��Q�AYZb��DeO���0�{��Y�0��XvQ&��g��듣a����I�\Z5�Ec&#�M/Q8��.�f\Z`�>����z;����+�8$3�Q>+]��6\'�Gq�*r-�U�Z\\�>�#)�MQJr�Z#6\Z��d&!;]�sZ��\ne����7 �QKP��;�XӦ_f)�ӊ���C�?�*���Qj���4b�$V7U�����M|RbBth�QtAFB;<b|��OP�t��gyW��Z���Q�МhE�c�N0��G� �7�=���m0�;�]Q��]��Bἃ��r4�?N&��u�Zs��Q���^Q��JC��}f���L��[`%%��˚ſb��iG�Q�zz���u}�Ϙ�տ����>g��&9�8�Q���H\'��<�~dhç�����r�$�uí0Q��!��t��L7 �\n,N���{N���w9Q���[�#��T�ӯ�`�0����QԎR��IQ�N�\\��s�mG��i�&��!0�\'��2�Q�T��\Z\"�sԭZ\'@���>=;F�s��P[Qˮ5w=�Cz�?\r.h�+�p�\rW�4U�F�0�Q�~�uR�kH%�6�t�u�Y�0��9�|�*/���R�|7���5����I�|f�(���j\0R(߳\\�ߥH��3�����U=��N�K�Re���{(�TF����Q���A��� �Ǵ��NRr����2+P��;ʅr{\0���L]�ۇ��v+�Ru8�ip=�J�����]����wB����Rͪ�՛��2��$�!��F~e�H�`�UR�P��\"b��M��=�sHm�u���/��M�R����ោ��a:hx��E �gkA�� +��S�֠ǃ�n�D�J��H0�h@��ہ*Nt`��JS���tBmۄ4t��\\�N9��H�6����ÑSBd��q�RV+?�������0��SK�I�r)�},2��xq��j��6+����i�D�S^[m��_����,Y���%q�[G��D��=o�S_�R�v�F���F�5�߳7s�\"O��\'�GSh���`.�!�1e��UG19rj<b�4$�US�,��o�5ȋ\0��\'�Y��b-XjQ��(,F�S����-�y��q.�/v5�A����t*�S��1V�D���FE�T4f��ہ��N����S���\n@G���f�_`IF�aQm]-�<S����|������|�I��2�!Vi趦AS�̏��[;�c����C�\Z�E���4�?6��T y^�\n��\\�ew\Z�K�W��rN�e/�{��T��X�%����Nu���z~cƢ�C W[Tz��1PW�j=�b��Y\'ǪtNT)訓{\'T*�Y��n�Zv.\r���_�\"��\n�)j��eTT��2��?%�i�I� �`�V-� Պ��tTV���\\�-�OKXǯ��.ŹN��Й�u��1^TY���;�GV��\\7��hW~�O\\Q{�\"T_�� ��G���l�y�N��2Ni�3����Tge�\\PM�����w�Q{ki}��\r�i�T�u�s��)�m��[|l���I��\\³\ZɁ�mUT��Q�<Jhw����)�\n\\�7<�̽���G\\T���F��H�QX@fS�B����Dh8V�I?T�w�_�`zz�v��5`rP�[�}~3��UːT�ϓ���0.�ð�!��h�P�1s0�d�T�m9���������v���.x������9U�9���ț\ZA�=Cm�Y�u\Z�n����U��V�Ι��pWx��$���?���⇼P�U���cZ�al(�+;��\Z&�E�\"�H�y��LU04+@qj?��35��S�r�{�ۈR�;͎U;S����TS2.�}��1X�SH�&��X�E6�UKCW��͢/�Z3��\ZӶI���q�����UW&k?u�n��.N�o���^���X���ۅ5PUi<������T ,sT����a�6�����VUl�6>8��S�ᒻfu�8��� q~�$r��Um�P���g[6�m� e�c�Y�;���U}8�:l�֑���ŗ�[��J҃��\'��g�U�y�B���\'l;F��VӸ�z�`|\n��C1BmU��k�\Z�\"�4�i`FVm��¬GX����i�EU���۶B��?�wN� �-��Č�m\Zէ�U��M�: ݗ�L-�^�)������|�;%�U������s(�4>\0�x�}�v�X�*WR\0>U���W��qP�u�U�T�=?V#�20�f�~\\U��ꚬ�7��E���EԢn;魺��9��kU��ɧ�k�)���I)G�55 ��f�R7U𒃔�`Λ)ͽHE�l�#�ez����@�D�U�eD����Dk�X�5\\h=,�U\Z��8Z�\0�U��.���X��}�b��,W�sfyyE�Q�F_��[Vn.v&��a+����8�� ���ۚ�u��A<WV,�{+��x}-��\n uM8g��>,l���{TVA�\0ד�DN`\n�)P�k9�WQ����Ҍ�Ż>VK�����a�F�q�k�N��i��7����P�VX��W�Ԗ�x�@*k��U?P��6�Ѣ\"��5V_Q�Z��H�؛�N\\��&IU�b\Z|�}�V����xG٘�o)y��0�`c�V�࡛���J[lu����Xk���Uv�\"PV���X����Q�3�����L!h�\"i��#:@V��̲D�3�3��>/���Qu`ʤ�R@@V�\n�ͳw���œga\\�~J8w�N:m�N+V����E��I0u�X����^�@&�2*֝X�V�bqPJ���\0�?�H����Y����zVΪ\Z\0�G7h\"�]��c�.����.̭�I�kX�V�q]�5� �.]�@M��*�u�ǰbʝ�DLJ7V�>�E���fw)\\����QQ.�H���z���\r�V��k�8v�>KP�3�X�{��:�lc@W�E&T�V�U�\\O����8�NOy�!b���y�Av�ZW\r5�|��a��U���͈�3(|���ɓ�k��W֪����2�|�0�N�ҵxǣYO24pW;�&��c6�pD�X]`�g���P��U]!�Weō��_�ցݲ:Ɂ}��@R���W�иEX�WfC3���Ku!�7J!l7˾��b��Կ�Wh�?�Cexl}�$�ӈOJ��c����_�WsyWh�aϵ���:[\"5a���cQQt �E�Ww����R%��G�`{��\\�]�3+�G]l�-`W�y�ӀV�]@�aM���xezE�h�sQ��gmgW�x�/4���/�\'x/�֑�-���\Zzs��yW��o��5ҁRj�?��U����Z�(�O�%�zW���x���O�`5���$=��U>o����WѾ\r�%,�Z A+��u��8����2,g�L�\Z_�W��w~�s�R�8Q,��q!��\\s���kM�W�9�,��P2e�!X�:�^uI��Vn��NY���W��}���� 8.t�f��������0\'�� �W����O}�l�eVd��`���1�0b�W@XX�P��� H�_��0��Nc\nZ�`O���X\Z��?yv�}������hD�.�嬛M�v�)X\Z�p/}��պ� \r_��<\"���\Z�!�}��X(覔����7���+N�b�&1�Y[; ��X(�f����\0����3J���m�<\n%l�r��XH�P�pE�%��*�+%������t���f`�Xb�}�̿L��,�gC���y~��eb\'�\n4�1�Xc\"��h�.�A��b�q����K�ӹw�_U@9Xp*-[�DP<�V8�A#���sAgS���n�cƽX���ź=� )e���.�x���ipX�L]O}F��w Vy\"���#aq�\"=���rX����e�$�<q��>�j�M���5̸z>6�X�!�w�4����-<[��E��A�b����g�z�X���P�I�J��pe8� ,cm����[�X�}wɗ�R6�7�uM�T�!��ܟʷ��\r2��X�xE��Kƪ.��,lX>w{oy��i�%UHqAcX��r��5�y����w]j��γگzж�\Z�Y�E��4����e�V�L�F/�Uk,��~�Y?c�*�_�a�)��\0|��4S�t���}�-�ʁYAD����]ʈ��xYN.���7l}e�KYB��Rb��-tsx�c�o�@�ԾP��ɫYCϩϟ�$�p˯=�qj=hs\"��(\ZN�)��Ytm�k9�Q�煇0�`��N���i����Y��%�F��V�O���c���$�m�3�\rY�l5�pY=���!�\\^ox�>�S��8�Y�-Y��`x�^.��H#ƹ/�2�������4�ē�cY�@�e��?�W\\\'�l�m�^�9��ďޮ-�+�Y�����iH�\0���U3$L���$��u�H�s�Y�7ɡܼa/c$ۮ�7\rDr\\��.���FE��Y�1n��8��D�o�X�a0ɫ���q�p&E��Z�4r����B֏���zn�բ>� \'�dR��Z��G�\n+:P�|>s��Pc^�M\"q����Z%��4�\'�\n�C��`��Zó��4�cj�/lZ6�r�U�B�!�t�R�ytJ��I0+dI\"�1�ZWj�I\Z�g*(�T�\n\\L��br7tɀ�\n�EA�ZWr��\\#�͕ �!�^lt������|o�C� �lZ^��x � ��-�}��:ɏ\\��r����NZb)�VlJ��fd����X��#lW�@ W Z��S-�`��~��nV��\"�\ZUM�T;���?Z�Ӧ�8y�i����kP\Z3��葊�]��Z�֪�m떕�\"|O����J�}^��@�ƻ�ZՍ�������Z/.�)���w��}��醶��Z��-r廒�^�*`t6����/[<�h��[\nx�S�SYP垫B��_X���K8S�a#��[\n�*k0�5D�a�4������;�\0/_�7�a[��&(܇\0���Εl�j���G����n[\Z$�k˹���d?�\\{\Z��ݐ�g/�_,ip<[$�r(���ڛ���8�tb�Mq\0>�5�F[5��4(KL9�&-k��GRK$��z,�b6Fp��[8s�i�!���@�뮝{�B�u$f����<[B�����<�s��*�;�չC�]+���S�s[D���\np�h�S�u�o9�a`�\0B,\r�i[e2�<�w�t5�H���m�|��ۯx#F��)=h[e���6�S����\"���ñ�xakAyR[t;}�n[��Z�VL��[��qT�u!���-.��[u�#���\'�KF}�a~\ZY� 1���L.��p��[[8���a�kI�����%\'�n��&� �G�[�)ߋ�T0�uDWP\",L�ǫ[�I,Z�F[��%y�KR���b6�=F\\���ad���[����U:˃VN�:�O��e�x�Ί�J/Z[��~�K�X适[\r\"\Z,�3z�.�S�\"�;r[��\n)�>l=�l��V��;O�w��~ ��[���f\'TOT���e��f==��&�i[�6���;]���qd���J�\n}ʂ�ɥ�D[���y�V�� |�t�\r\Z�/]X\\m$�����[�ȊD1V�yE�M ���e��\n~%U�,�+��\\ɭG�ͫ��F�V6BZ���@۪2X�4Mw\\Jt.�N���4\0�8�\"��̥�A;(R[��l6\\^;��h�z{���aT���B����{�`ȵ\\s�q�)�|���IJ<ͧ,xLI2[K���0�Pd\\x�c,��k�Wb��a̎�2�\n��[e]\r�sJ\\|�߯�T(t�2�����Dn\\�����3�\Z#�\\�#G7�����1���\0nXs�d��������\\��?�����B��:�{Ӗ73�L�ΔJ��\\�283=}f.��p{�磨ƭ:���md\\�A�RZn�9��lr(X�u�O���mC���C\\�_{���[��G�D�%���@X�o[tOx1�\\���HODĨ{�d}d2�s�I��1eO:�yѪ��\\�W�ɼ�SW�#6+2��}O}|FT�\\�I�\r\\��$��m]I��E��#��(\"��sc�1�.\\�lC��v!��B��wns�ۘ%y\Z���Y(\\����=�0�b��2֚�� �`sTR<\\��3�S�R�\0�N��E�u=ߘo��\\�y�T{�����M��P�u|)?�\0@\\��1B\\��U6�ӡj݀]bz6�x+}\'�r����ҙ] ��|$�,b�Ew����`&uI\"�5��`a]�F��5&��-]���V4��dB@�F���])�S�w����M�U՝X���Q�=�X�|��]<r��ֽ����4�j\n����hNR�z/�>���]A.�ɤ����z�.��j��/z�������]H��B��� �m3���сh��ܯ0x!ek��-]J����ebU��f�7b�^p3KOF܍⼶���]Nq�C�N����ٓ�ԁ}~�<a�������]`~$�����mg[�K�5�N�d�jsi�R�F]f��C���-\\Oa+밎#i4��x�$jK]��Ɇ���m�{�w��#ߟ^��,n����,>]���FHrP�-s��en|��Xq\r�mf�`�y�]��C��ŀ���Py��(���c�:C#�8��]���vY�\n�u�)���SEE�\\�>A�?]L�V]����r��6|��W������w\'�Y]����V0��5,�MΌ9�n�rDUu�7]�%�hqO����ݦ��t�q�;+s�V1B���]��ؕ��Y�\'�T���ҹ0� �P�=<���q�^��T�Ⱥ^��ķ>`�}j�NG�\\\'̅^�>\"�5�J+f��i�7h&C�ϭX��2�\Z�K^7q���Ud>�V�N���c��ha��p9k<^>��r=`�����7��\Z����)�x��^AG����^�7 ;��6`�*�$^�v���_^J��p�!��<��ʛY����w��\n��)l^Nbu\Zx�\'!T��8�o�� y�Y|�~�C\'^W;s]�-4���V��8�4��^�ͼ��,i��^g �K��c�Z�0�(�!��~�zW�\":N�^m��m[�(��C�,m.^��v�D��G=ms�v�^�������Μ�Ȝ�5y\\���s���%��^� ��q�(j� �\0I��f}��\"l�\Zm^�:�U���r�U�Ь�D�UA6Yf��Cb^��U�jx��{��+\"&?5�Y�pѵ�D?���T^����\n�0{zs��>Nz�/�@�6�R^̟��LG��ZܯQ�8V�W��9�\n�Hb2^�HR7�-�IA��ÿL#�~{�چ���Uď�~��^)�n�T�h):3\"WjEv9���NnZ-mѵ�K^�P�K:�`X����Y�qp��I���~�^��e2��2eD��\r���/V��q^<,��^����.�:�%5)4N���c�j,��6|^�܄�yiT��W�a���D#��Fu���2_2��f\nw/ީ�}�\r�<���8Z���$�_�M7��Ę�Tf&%Z���1����S�/�-�v_|B�O\Z߭/B�lk|�S|dLjhe��P�_,����aLO�0lӔB\\�U�{��E�r��@4_-n�2zYfy��#�ࡖVP��M�\"~�_^��_=>7b�\n���6�h鶨Pj|�\"�x�h�y_?�,�I�be}��8�\\L��as���/_T�_:r�c�ߘ�s�N�/�]�\n�{�z�J_du�A�#fE�*�.\nn9�T\Z�9pYbX�_lb�R�,�\'���I�h�e��R���D8}H_o���Yٱ��R�Q���_}�GJ1m��]�~�_�8�@�zdf0p`o��qq��U:���_��7Q����0�W��A�-@\ZC��T�M�2�G_�����37~��q/j��\n��9�S�#s��_��ՔJ��\n��Z�D��.�s�A 1�d Ͳ_��6�4 ���P�K_�`��I˨�1?��L_����%M�SK�9�$y�����g����_G�_�$@\"�4](��XU�jijf��Is��҃_�Y�UsEƹT�4qP���M��DS�F>��C6_�כ?&m��H[�J�R��c#� ����M6E���_�,@�\\S��7�l�o��F�P�T���ިG9_�3̥�3��*m �h\Z�nM��� ����kX�`��>:��6ԩf���� �µ�(�r��P`�>P͈˙�$I+=�ƛ0��t�W26S�_�<pH`>��Ng�K)������p&0L@e�\Z�`T��.�| ۞ĉ�[bT���I�����������``�tD;����?^+ʓ5m��P�|�&`{�Y��h�uA�lT��N�-�o�rg���`�\n�����R ]��s�?�I�di#�8Gp`���hs��4D�U�.f��$��E�a�<p��[�`��\Z���>f�>�-\n})��ޞ���gGK�!`��!\r;^w�����jMRU\"&ݻI�ʝi�<l^H�`�=��I�x��\'�u���|���ΙK��!`�dI�UgQ|X�!�f��~j�m%�Z����p�`�r��{R�.1�B�iKk)���5M�����`�S,�Ы�=��3� R=�hR1�\Z��M�$�a\\C���҂�L��n�U�[�ܠ�{\'�Ua\n�U��~���X��s��\\\r>�cf�\"��a�2>���b�[�/W�tz\rl�y�o�U�da\'��Ɏ�D�u9MJ���5u|C�m�FhS��00�aC��$�qas��6[`��u��֓�@�W]-ͧaw�AV� �>[��GA��I\Z� ���cr\\l�a�f�K���ZX~���ͺ��3�b�]L�<7a��+J#�\r/_��T�QP��O��l�齎l?a��E<2`\r�_��ra��\n��{!��{���Qدa�����~ͧ���ZBv��Lj�*�Ah�*��b�a����zC居Z݀���;�4�r=�Θ|�a�u��Y�]���iZܤO�� �U�h$�\'��a����D�����mE���R�Bt�\r�?fQb\r��C?�D���K}���y�/��;|M�T$�?�b-�a?�<��\Z-����r\r$���Z�|Y�\nbG�03⊼��\rQ�Q�Q@�vI�F.3�Mܲ%U�bJ��m-��ʧ��5�53P#�A{����6��\r54bP9���ޤyP���g��\"��Ę��\"V�bgB�x���ɖ)#�B��_�u��r�߮+b��W��(����:��|��[�K�0�b�K��s�m�Fd�A��ی����R�$� ��b�b�ٲ�J�4k&r��hX�+�v�Ot�$��b��0#Ϧ�����A*�>�pjq�L*LN*\Z4�b���;��ؽ��w\"��S�8�\\z���}�N0b�Q�\Z��B��ZQXNT��6���{��hB�q�b���9��!��X���:\r3_:���mcb���q��q�[�����Js��آ_~�4/��`q�b�p��d�^R\n�` �=dA�c4�e���s,c#ƈ|F��w�J\0�`w~�^vEp���L���Lc�K͘�G��|���\0�wO>�W!�� c�����:���Ue��H�C�B\")S�ε{�c&��~L�Rt j>گ�����E@>��Ǣ`�cIH1Ũ��?����\"��= �\n��w\"�{���xcS�g���y(��0^���x�a�&[�5 fc`G�����٥�T��~z��F�+�UȐY�,c��O���`H���;�г���Ce��]ϙ�T�c�9�כ�aI�aX8\rr,F�\"���C2Sy�c���^\"�쾓�U���a�?���WSQgb�ɡ��c�Ho��ԓı�RU�~o��ϳ,�P�)RWF�c���j��?�l\'�84��F=/3;6�)_q��c�.sH��*�-ب�_�:��%�;R\'�K���c��ʗ����BZ��7���;_�Z��ev��d$G����j�w}XX�y�u2�Z=���Io*�6d/e�\\s��S�:짆��$fl��m�o�jd1�3�\'m��z�U=&٪$��?t���$�h\"wd5[�&*%��\r��G���8 �pS�-쩟q`97dBݑ�\\�E���gE�8\n���Ʊz\\\rx�/�dPⱱ�����X.]���9�F�P��+��zdW�\'MJ�e�~vx�h{�s_�|q�a�ݴ��eͬdc�3b�[�] ��~?;\\[�Xk��З��`�sdf/��dBl�����ه�P��Q�=��#djq��e^�1wK4I�nt�fVC2���2@q�dr\\�=�y�Z��]�����.�ɱ�� d�|I�m���t�P��瀨��9��6���|d�� Y���@@��+���ғg�ʐ>$/��d�̃���qx?�\'?l�J�k�S��#���d���IX&܍��s�!�,���,\ZVwYL�d�0�(����X�}v��`��\"d��W�i�^$������_�f�d�ri��\"�fvx���ʅ�e�K�A?���S�2�d�N�WN�VSCƨ!�\\K;e!����*T���d���9����0�2���h�,A*��;3O�A�e4���c�r}�cٸeK�WC�s$�Xg��-e5�kyH�~����^}��\\���f��#��6���e:iK��p[�����8�qB�Q�ě(3��eTm�?�Uy7,��K�\r��pSU��n�8ͷ@en�R. OF�OX�P��h���YC>�W�e�Y�̻L���s{T����=B�rvIFUK�:e�EB ���Lz�t��=�F�,�fa��Z��{��Բe��J*��bV�,�Cv�b�ʃ��P�~���$eؓ��r�JQ�(�O@_�y\'�+�*&w��\".e���b|(G����\Z�rK��<���7����f=E���Y��\n�2��f�V�L�$/DE���fl/�io��V�L5�rp�Hͅќ5!�fp�0U�~���Ƒ��]�f�O#�iU�|d�pf1\'��)U�ɺ�O�+�p����P\r�k�ζ�f?��sӊ�1���@cd`��苲��6��fS�~�\'h�,��P.E1J�>3&��`B�(��Lfb\"=��g�.���>�{aۇaN��l;)�O&a,Wfh��P18�jIU��?7z���j�u��+j(>fo�r\n&٣�/ �E.�F�M���_�h���f�9����Ȇy�7���,W2�)��[��*�og�Ӧ\r�W:�P�y��}p!�;�\r��c %�,g-�Є��#h;>�� �|���3�zB��V���g6�B�Np����&��\Zg�q:�s�d����g;74٣�eZ��=`7y����!�uT�9V\Z�gV�|ӺgaWo�E���\"�{Q�T��S{>giI?F] �{���[�Ε�$�^#�����d g�A�k��D�� �dB�(9�����Խ��&�g�a�aq�$��+q�0k+&����;\Z\nl$�hg�%b]Zj�d)��-��p�F����j� 9g��� >���0�n)��X2�)���0?8��y�g�����>���ٗ��Y���l�\r��\n Pm�Ag�=��{wu2���x����j�5�?������g�;a�¿]�X�r�~��\n�t�¹�n��29��g�.�$�o8q��;Z7tz?����ǰ滬ڢ�+gΪ�#���K��Q]����\n�44w��K���g��H�7�I�ʊ�|�Hi�ųlC���g�g�d�v|U=��D�FB�;�~�j�Z�f�g�ӕW����Ѧ��\n[T�\nuA[z��Gzah\r�ʒ۩#j�E�;ի���}Qe-�6Ā�Ch\"�n��9�(a�h���[�GQ��<\"�h\'�+�:��u�g�cYc����g��=��hh0zN���W:��\\�j��X�%���@�f�;�hBkD]{�8���h���~-2�q ���aZ�zh\\���|qA\"��_;^��g��cw���\r{Ph������Z}�����b�����Δ�rӍ>�h�h<g��s).�ז����W��0�xZHCD�h�]3�l%Y�+��!���F��o^�=��hռo�8u\Z�:�8�N��7�IM!�\Z�l�j�#7h�p�S�=T_k. �>�U�C�m�iV��h��1��p��F�)y�dʱ�vNyN/��>�u�i�r��� �!8����@�D�a�E���{i+;N��3��̖� E��ݶ�A乴����+i:���;��0�$Pv�����F\nSp�2�ֹi[-R�[��4��̠�/IwF��E U�Ux��i`W��Vd����gz\0� *����N᷌^��eipZ&��`Un�$P�9�xA �ӉĽ��\0�iyH�E�ѵ3E�\"��:�L�\rX�ۀ,$|u�Wpi~���::l��w�ˉΤ�ի�8Q�i�(�wAi�}eP�.P|S�[w����W�&w�4��xi���M�W@�U�}�P�O���O�Jj�r4��M_E{i��0�yN��G\\8�9�\'���1+�8*Hdi����iYS��\'�댵`R�^���y�g4i�n\"}�V��u�3)!ƫ��Zϼ~�\\C^&�$i�ʱL.1�j�u�������0�u��/�&�S0i�����v�*+���&��&@kM&Q���͒iқo���H�ӝ��J1��������p�@�ti�t.%�-��x;\n�>r�#,��K�+ȷi�c���\'͔Ҟ�>��:��2n�Q���n�^Si�h0=���]8Y�E\n*�ӽ����ns���jh\nј��(��&����E���e�I\\�s`|j����S���=�s���̼*���a� ��j!�i��H4�]�eL�8��\r��S�l��cbj0��4�1@E��X�<�\0��+&�Yj$6g�Cj6vt�5�r#gAWFٞ���#�Y�� ��~j<��� ѩ*$��*s�r�M`��eҋ!��j=��8P�N��T\r��]L�����T�C\0\n�jG�\'�C1�K�h��b��*|����YF��jI\n�&U@������4o=����w|x�ӡ��^�jPV���]�g���2L�RSlw�Bq�K���je+=˵hO�d\n:t���(�����t��%�1��j|TT��*����/#[��;�U[�B?,�ܐ��`5j��8ڪN9�q��������9\r�D@�fTUj����4�Cu\"�B(�7��\rX��F4�u�Nc�Èj���P�.�cH�q�I<�;w�hB�Nb8\\8c��j�� ����-��%Z�L9I~xmH�Ճ�j�o�9\nՠ�Βy�[��1 ��I�����j�\Z�p���IS��bʟ�S}�_�V�ä�j��&Z�y\n�r[��!�đ֑I���} �I+�j�~˴nBA��-��ԘF�O�Z*���3yA�^j֯c��Q1\0Fo� �fyH�D�0@)�C��j�]I\Z��Kxz՝�^���!bu��j���A�\0�.�S�hN�}וF�|Y�E\Z>��N��j�Sw�K�a^�&���4 �������tB�۬ik�i8�5{�?}�����\"!��AW,@z�Uk�lq�Us�n��3\\}%2�?rz�B�̲����k2�{z���$�\0+3���QӉX�˼� P���kH%|�Qe�H�z\rY�o�6Fp��i0[��節kN�IP��-\Z7}H���DC�;�ή>�E��kUM�,�k�EH+��y��Jv�y�PKӨ����e*k]�^��=��u\Z��;�d��2����k��X���D�\'w���M��C�\nᎺ\'k�3/B���� ߪ\Z�p�\"�J�g�h���k��ɷdZ�qNЛ�\Z�,�F\\��\Z�D+��k�U�ۜ[9j��L�2u��9�?u��k�]��70T���q���#�C��֠�Ҳ0�j�k�Zu�����,��=\'���С�Ǘ:̨kP�;��N3p���\Zxq��RW���l���ֻqS)�?������\\Zԭ���!�?l������=��Q�>|Z��Ɋ���>F5Y��l!���}[z�m�����W��# ���\ZlLU[�d�g.\r���5��p\rQ���<�[�vr0l_](7e�/����6��d����p�k#�l��H������݇\r]0�$�{�� %O�!���l��!����O����euyM�m1��/��l��K$�s0FP|P��\\�V�S�&6B�=��Ѳ�R�l�i4쿦�rn�����u�)K�j�5��W l��-���C��j��ؒ�g�\\�rľϸCI�Cl�a�{!h�Pw{�%&���Y0���Ғ��|tm\0�\r>�ȑ�Ov<��k�a�e�C���@m���O�]^�-,�qsr��6�V�%F�ڻ��meч_�TG\"^�jU@��s=Fц�5|��m\rXC�9S�guh��~��RkYme��mN�����\nTm���G#И��}�Z�YՀ\"m9��(�Լ���y[�EA�����I�\"Be]�m;A�\rd�+��j�7���qN��y �v�\"P�m`��6뽩������%��Hj��l�̬?��.ml����|�,C�+�IbI$Ө�\ZH�Σ^\"lQA�ml�ԟ�B�:���,�%c�5iN���9��mnm>ގ�QQ0�504|$8��]W�p_��Ltsm|i)m`m�I}IdKj+�9�V��̀j�|,�ĥm~<]�xL��1���A8�z�\0�-)@ʅ�m��bO-�7°�O�a$�L��w?�JEQ�U8m�oyfrG���T^5���\\k�p��0�[*!��m�v<��.K�� 1\\��� WP��L����`�m�ש�s]S7LAZ&<�섖�v߂��fP�F��mm�G��� �=�����~�5OURD\\Wq��e�m�؊��}������BP\'|{M2�g�בY�m��M��ڽ�ݩ�=F�V�7�R�Ͷ}9�dg=m�ӥ\'�麙RҀҌ�*z��#:��,�`$�cm�`ek}â�yF�[���u�\n�e������^m�<F��h�v�%Eϑ1�^A�Ի\r��m��%�ʄ\\���[<��-N���2��ER0m������j��8tɗ��K�\r���?�G*�znDs&U��C����n},��i�\0v��_�l\r��n4cyp��}��%4��m�b&+uvB���n5��jAx3f�L�{�����iƎ9�nB��%E¶>�9d[[}�3�+�hl_�nL�z�<��k�Ʌ7�k-�\Z�A�ADפ�`(2nZ�\rc� %�mG���V�@m�@vT�IJ�Kn\\ �����/J��-+��\r�X*J����i�Hndk�.�C�z]�9fi0���jϏ�\'Y�G��g>npg�g�z� g�5�s.n5���L�W�4���nq�0�#�O�}�\"��E�N�t��!���C�nu�й�o�Lϳ��So�coUFa�[�ױ�e\0\\n�TĉI����v���yOiǒ4��Mx��n����-��Q�1H.x(jի8��X��D��n��!�5]��X��뭛��S�;�u<}3U8�\' n�-�yu_��\":~I�8��*2��Y�r���5�n��;�N�9�@I-�z�̹��>���Gq�� �n�0�oF!�V_1\'���x��hs<z=n���j��w�c�=�ј�Z�7�V�=ur��hn�G0�%E(G&�WX��1t�F!������n��i�L&M٘x=���N��f[�y=�/�So+��U�Y�ݵߛr0~x��Os�,2�wo�����h�Qd�M�\0��;HՏ���p��7�Co\0��E��Ť�Cw��h#9\\铽��|���o2�q�\"�,Hf�!O��צ��wZ=P�Lo5r����+����}�����o�38��J�o:G$�.�\Z%�Б�F���F�h�S��u�<�oKS��c3����Y�W�$��y�6Vl21@��9�>ovQ\"�����c4����yI�AR��KSUo�Q��t\'��F�OS���ژ���U�.R�o���}\n�d��֑�%?����M�웪����;��o�ׅ�CH���la��q�n�F}�uo���ɑE+�w����d�c�#�{AC�\Zg�o�֑�R�`#�:�֥6dLj�8�����\Zo��x��6���}DP�\rM�b��1a����|i�N�p�W|�b�O��<f�c��#_V��|�\\;�Z��p\n}\0�]tt!��x� L\'m��,i���f�K#$sppm�+�>�\\#J2=�)��\Z��X�Ӯ=P ~rp�%h����7�=�AP���c(@Ƽ�p%{�erB��� �
�d>H�K�5���-c1>}p(%�x5IY�K���fM�Q �ڭ�L_:�Gp+�4��N�d��J�u\0�5H{�7`S_Fv���p7RV�Ċ:�^L�~��һ:��TW��Wp<D��9�ٌ� �Dp��H2���LReG��M�pLdv�X3\">�bDŽ�Y�_[M�ϵ\'p�0�pTc �Oj-� suj��4��I�T��#���pk��x�ѥLҗ��)�D��A�z�Y�n�V�8�p�~����$\Z�tB�@g�Zz^L��ͥp��y����Jz\\�E��Hՠ�T`\n����\\7p����%�јȮW�z��̀+QS�r�=��:�5p�Y�ѹ!e�u0v���?.j���[���,Ĩ�!�p��m�Ә�D����.u��Idn�����1wp�=DY\'cq���ŭgaw� O�a<�;�9��p�u��-i��,��p��W���c}h�p�p����2�W��|�[MQ�����Ww�v$|�Cp���+���L����,�Wy�4m�|C��q�,�\0�:�>|����AC�z�����lqg�b��a��������,�O��%�V�q(��Fl�苗njp�Er-R~�OSN+�Kq*�O�D��l�W�2a��\\�,D�%1<��ܭ�qq.\Z�k�E���#����q�����\"��q=�1��#�;���+���\\^����p�$��qY�3i\'��G���C�?o(�����\0\"+I}lq[8��d����w����s��#�b�j:75�qi��j�j�e*Z����HG[�?=�?j�zԄFaFqzL�k�\">��Eưz�x��Q�e6����qz�+�kא�Fz�3��7-�R6>�����#n&q}�bN���O�n��YV�8�Y��R3SH�C\rjq��ϑ��\0d�@Л�0l�,���֦�tDq�CP �!�3����а_ d� Ǹuu��i�Gq�� Y��Ʊ�e$�irhNF�I�l�,�oiq��ʣuG(�aV腐7f��z���L�mijqú�٫&���Uz�Hk�o��V��!+lV�O���q�$��1W֑��=�J=<�����-\\#��r\ZW�� ܿd,ֈ��L_@��J�JA�pb\\��r�<�K���e���2K��{EÅ����O�r, R�B���f�0�z^�*H�a*�:r4(^0��F�1����s�t�\nr�4���rH�awVm��7�c�:�ܐ�a�4���{+��=[rKX?�kz^C���9X\Ze��F��Y�3�8�_�rV�j�-�jn��[M��w\n=pɲ�d�4��c��r_!��LPp�f<vs��$�\'�����orl[MÇ\'�����H�$�����>�Q�_��r�� �L\r�-�\n}^�\n)�*�〆�Ю\0�r��b�S䢈��%V�ȟV[9�n��!��Ϗr����Y���\0�j�o;��q>w�,�u��r��oZ��`��a%�,�@����H\"J7�xr�m�\"�]=a�n$��7-j\"��\"�4)NMrr�NP_;� b���0�f�L\"9u��S����,r�;���/n#�~؆������p�$`͚�W}>r�Q[����O���GO��\'ԘL����ˇ�r�]�`�8b��@��#T��F�\'w?ݒ6r��߂�CZ�������Z{��L��!�(��;s�#a\\�����8Q��0�s�l�}߯]�6s\Zr�:�<[�Rd�}:�Yd�y�(�ѩP�\"��Ps\'��j{�FC��h���\'G��M�g0��f�s( �8�(��\Z�>e6�A��R�Q!3��>φ�s+�\rU\02��#�\Z�~�z�݀h�s��s.CU��۠��M�^��oS�F8�6E��sN�lD\Z5̂�2�G��W��R�����F�ՖsP���3�4� 5��>۲#�v���G��p�sP��4�ͮ4���qo�\"�F\\ ^:Qٷ��s��#Xۖ+pFXT%?�?��crS�yNκ&I�\\��s���_�d��Ye�k�P�(�HP�6P�O�s�DV�i�߾�[�b�*�a�Va��� � ��s��U��$$����V��g����b\"lx�m��s�8N\Z�0��-���1���¶M�=��1����s�2�il)1�y���j�u�HuM�t5(I�:�E[t�*̽vdW�;1!lH����9��\'<� C�ft�lT�^��7��?1� [�]����#T�#t:s�r�9���ca�>�S|0��+/\\3�j@tB���y���iC8Ϳ��L4�D�Q���\0�oz�tG=9�\0��a�ʮ��b>\Z�O�z�c��1�}tIq��|\ZG�wP�8�^6�e�N�c�f �t�rX#\'��XlmRq{�8��8F���t�GV&^`�.^2��IX��&$�G�9�, MB�t���2z�v�f�#�����:M�����{%t���>\Z/A������G*���6�e.��QitЕ�s�)W�j�Dr��D�i��<��6�N��Ft�ḹ��]���H����ZMm�����mu\r}[��-����B�U`BE�rZ�n��Z�?*�u����f�K���M� ]��=_mA98�\0�u Nr8��\r1��\'�p{�qbs/�����u#gTd�.C������Yg�Ћ�UW��a{�u)�r�B�.�p��c��=��t\'��s)���<Iu-ѣ���AH��Z��64�?��ѧ:��}u6,]�g�8M��U�d�]8�7�NXʢ��}Mnu?|�P�4��TV�m+��s����q�dm~)u@?��Ԓ$p�*�%����r(b=ϝA��i��u����=ۦ����RnJ+�^��Z�\'=���U\'�u����@��j�h�0/�� \'0O�Mu�DΜ����1��1{��i�\Z�-�j�����Вu���]��$)� ���w���5h1#}��8t�\Zu�;r��j���J%���0$���U�C�:�\ZY!u��#eo^3��|x��������P��u� ���x���{ _E�ۏd(^�6u����H��U?/:꺨�Aw\0��x2ښ�p�>Bv\0WbmA�[��8i�E��R�S0E�`7d�~�v\0���k��ETv��3dx�eʙ��\0z?`���v7c�\0|�q[�j�Q�[&L�Ɨ�P�N��l�v�9�\ZR\r�2��@��]3��z#\n��q\r3�v��\'�2�Y./T�}�t b�H��<6�Py-�v��xg�g�gy)Φ�Ҹs!�@XQ�Rc1�Fv.��ΡW�Իlq�H��o��r\'�Jm7�b��v26�}۞���\Z�\no��g$�$�@[�C�\\Vv3)<��>��r�y(L�1�yU��\n�v�f�av4Z�}k� �j��>X��˚�WR/%j�5t��v6�\\��yvT\\M��� FQKG�u0���v?Hm��r�q�\0�L����>=e\nS���R�v@n�L���!�r��o��\n����ڷ��ĺvY�<�\r���4e�6�o���R��;Ր�C;�v���!�����z�ߨ�A1� ��`�[���-v�;a�\'\"�s��{�Ct�(~�+�~mu���@v�|�Pu<>�n4p�R.���sI<������v��2�ς��Z���7���Q��XwF�u}v�{_5��[�t�Z;a+̝�X�\nx\\���&v��a-iQY��hJt� ��Hi���2&�i~v��1R��Cօm��מR�eV98���x�ާv��=}톭�:vt!)�T�&��������4wנ`g0O�����!���+�U\Z4�jV�9woHp�����Î� \"M^�Y\"���S��Փ�w�A!�(v�.Bc?�[��D\Z;v�ߍE�U��w&C}5Qْע�u�<�4Uw��+h����L�O�w0?���p�n~�(�3e4���B�!QwƻLb��w<[�S�%l�n,�-S�~�]MD�p�nj�����w=c^�:�^N�[�� �X�%�%N�,�w@�c|�h�(��Hz�X[�_�:�x��0�)KwDi�g�k\Z#��V�J PN]�� Y\\8�dʜwHo�Ռ7��9l�\n!�{O[O�Z�jwM.��#S�{�.��휜��D�G8�q(�F��wP��:B�!��n��$d�2e��|6ӹѮ:0��wS�t+�\ZאַHH��ܷz�H��o��\'3{���w]<� ^�J�dOh���Y�H�מ�t.�(@,wf�ƿto����XX�G���\nFĜcIs�*ߤ�wl�E\'~�N�\r4dAˎ�@�7j;�.��W[�g��w���G��TĈ�ч_�|\'K�\r,��#scw�q�X�9�\0�����V\\����%��tw�~B�ͣa�ը1�ԝ�u?n�� \Z����odw��c4y���O�.��~H��{�_ʗ�VГ�w�>Sa���� �?��̜��sz������iþw��\n���~;H4�ǜ�/t���_v�i%]�w�^q��92:����_k���_]�z`��=*1w߹x��o\0��(����+%�5�B��BSrl?!Gw�� ��Q��~�u�Q���4�1�\nx:�w�/bݱ\n]�\nAN�A�\0���vL���Gw�ü}\Z�O�g��� f#�E�1g=g�Rz��Fx#oC:[�L6l�r�z�|w��3�:�B�=���x\Z���E���\\k�!\n\\D��6�R���~�xwؐ^��tF�x{��֦��7�`�-��Ȇ��x3z� l�rgRMq��;�â�h���0��:Ӷx3�M�1���w:̪�x��M(�y�/�2��,x5��r#ЇXt�%JFCD����\rΜ�\0����xKP����%�L�aڡ��U�x��\n�G�U�T�xP1v������o��0{�W�O�I- z��wCE�xh@j��A�έ��ΰ�h�Y�*~it�\n�w�\0%x��Qn�g���gW.6�Y��z#�IIJ�x��$��P&�}�`\\QyGpr��*}�9Y�xŷ(���G*&��IAv�ф_�R!�?�xȈ\'e��Ŏ�4m#��8��u��V�h�����x�o�?�!lN;8g�_��[jל3&q�3ȦQx�T�����n�^�Jn\rC@��ԠG��\\x���S����n]��B��r�/��u<\rx��Y��\Z�>k��E���M�R6.���\r[��x�l,B�%�\\��O!��S<�y��R��x�ԴW%\'7&\\az<� AK�o�%�|7��Ky ݣ�x#\r���j�ۤ��E�T�C�If�nZy-�8���<��@<]Je<�w^ۄ�CY�0�B�y8�V�x�^���k��j��ONl�\"3`�y9��t����$�J�f��Ɵ�����\n[d�w�yK6��h�+>A�W[����,�1/��y^& ��\r&H�3����\\�F��[5�\0�/yc�++�S&�a�1�g�խ�[yᗃĩ����nyd-f�r\\��>X�1�ʠ-Q��N��yr:\'�?e�O���F�Z������诮\0�3�y�8e���������(�����@�$����k(\Z�y�㈔�4�t�F�K����v9�g�>M@���y����ǧ�8=�u�<�&(3�e��_�`\0��y�U�b�\'d04��t��o�/\Z+��]!���d�:y�\r!��\r�s|��k�F���a2\0��ڼ@��\Zy�W��@������]�a����X�%�T�y���u�~�61�ZɁ\\�/[�l���(y��L$L� rj�k��K�����jVx\0I�s�zF�+�1�@��,����0�C�J�O�!�z���b������֬۳yg�Fb�eE�=���zLj���R3Z\n�\Z����Г(�nf�\r�z$p~��=P�p�\'���ey��K��!v^kzP�*$ ��e�(WI!�[(��ܚ>< ���zUm{�ڿY>p��֥x�w\nT�mw�\Z�~��I�z��e�e `�~��w������G$us4oō8z���$�E��g��g�9�K93)U�:�Sz�_�J�?Q�)����ϐ��aL^�;V����z�r��OU]�L�Wq$��N��Aw�����N�z�\"��|�5ܗ��:lW8]�P�bN�C~z�-6����i F<>���LO�<kԨ1\n�r\\�z��k�Ϥc�Q�=��oJ)��\0.�e��2 �,z�Hm�a���~B�;@��l��\'e��ۼsDő;{�3��l��p�^�3��k��;��\n�k���{��2�w�\rOH�S�uܟn��ӟܢ�����{u)��x!�D@�|�H�F�9��Bu2�\r<�[?{5�yȆdj2&�� =I��U,qC�<�m��U��{@�न�$g+��E������g[r�3��{E�A\n������������ ��6�Q`U{M�3�#��_B?n�g���<�vw-i{\n��{i�;|-#qY�d�_;��QH�\\������B%��{�sa����VmH����� ٱ+�r�<ĸT;�[�{��\rś�9��11�T_P,[D��:��w�{�n]�\0ֈ��n�\r����<�w˷X)���:{��,�t�4S)h�d����;��}K��1�{�g/��\\�Eǰ\Z�I|\'ᄛD�i��!H{�O�W�=!̏�W\\\0vR���&��~Gʽ��#{ЩN��7�!QZ�\0E�1�ͦ��ڤ!g�|���m��{�cD�1��\"D]]=���-c\\�|]�o��(jF\'��*����١Ɨ�EF$K#|�h��P�i��>��@�J�6��lQ�M㞂|#�����v����h`JO�Ax���\'�^�|(\\��Q�&j��\"����n �\nu���Ѡ|4rc�Ȑ��DV*�����{�3F��|E�d���\r�q���#�9����\n�J��t�|F��Y��c�~\'�B �_��-dl�0h|Q�h��[�s�ob\"���A��f/�$��|��|U6�s\ZJZ��\r�~5����\Z|���$��ݚ|Y\r�:l_�ƙ=��ݤ�.M\n���*�|b�)MGA\0��3Y\0���Q�����yL�=|m!�5��zdl�گ4uOln{+�P�;�\r|q�7r���ߍ��{�,�\'�̌�\n��_��|{�F����\Z)c� 5!q8�c\\kp��K�>|�&돕�1�`� ��B� �Nt-s��e[|��\Z$�\"�_w�B�&i��t�\Z|����|�@&��o�|�X4P�u@�C�o��9�R��d�|�zp-�v���d���.�,[\Z��|Q�b�F|��u������_�Nac����:-���;|��pѨ���7{͍�+���F�;��}�U��|ʃ[�^Bcx͂Ő�^��@<=�F�D�|ˆ�ӰP��<յ>��DdA.�G}��}�_|��z��,�j=g�ȷ� �����TF!w�d|�N!x���V$�W8qIA��C]1!�� ��}^�\Z�%E�ݷ2=��c��̃P�F٫��}��_����ئb��qی(h=�F�ļ}CY҅�8�#j<����Q\0Ƙ:�/�D�}D� 4?����s��.M��*���{T�ȇ�Fd\r�}c���[�/�NH�j��n����L�\ZX�m}eEx���I��<��gB\Z�9�skf���(h�}y��#ũ�M�s�s������D��j\"�}{��q}��P�d,�_P��9�1�+Bw���F��~M��}ʞ��4!��ʐ�Y�6Y%�dX�Sٻ�\0G��}��-6�\'�f�nT�Y@���y_{|n�<��� }�m�-�+��vi�1���s�\n���U����8u}�)H@���VbR\"\"ͥ�0��o��k���}��� W���b�2�cf�HB��y��u��P~e�2���4x�`����Q�x<C�4��_�~\n-5�RT������w4��}3�}w3&�y7~�Cp���V_�<r�Z��J���GԹ?ο�\\~\"=��B�������c���\Z�\r�z��n3^�~5:�ܙ���F��LW��s@놘�N��7�~>,�O0F��2v�F\r}��ɞ��kTZ;��Ӣ~DZS�T̵�p-7�Eev_�Qy�m�K\\���)p�~G�6�86�*���\" ���f\Z�=^�\r��~PjgkΖ ��f:��\"�vE�y0�s�ߤ�d~QoE�3RoJ�9>�X����ε�\"؇�1�~v�~�z�S5���Ȣ��i�y���X�p��dH~x�\"&/����V��!��c�a�6��ft�^��~�r �����d��KHq��#�%�Y�Zꗉ�~��^4��*�*��:�r��C�s��%uKhd�~��E�Ua�qRh}����?�B@��:��䰧�~�Gl*h$*V�{M�&Ul�I�\Z\\�z���~�;�Y줛�N�P����l��&�4��%\0~��)+:�� �1Ŭ؈\"la@M���Sӽk���~�Մ�:��٫��\r�rq03aͽ���!{�-�~�v���<�gz_���ݑ� RC ~�5B[1E��_���\'��&xm��f�R2Ih+Nq$,!%�>o�5�&q����Z�q-S�o�4�P��9�u�,�����*�3��R�� W�I�D[1hђ�3�X?�?$�g�`���䶝`��L\r9;`\\tMQ��Dj7i��D��fba��9S��%�,#�̔�����c�~�r���r�w�Cp�M��\0��w���d�J��]@����ܶ�eu��_����(���uj��������p�P����5\\����(�D��r�������3�f!UH���Q�^3��\n��AC������s��u�<�f�8s��l�p�Z��(Fc1�\'�濉��j�$cF�ePna��ަ�@�#��\0$6i2�n��t��_�o���v�߉pj��OYv�qQ�,|�a6����-=S֍��I��pd��%_#�������k�CӠ! ��!�ns`�)^a�IY\0����1sX� vaC��H���ޯ9L�ik��8>:G�s���^�u`�J�=T�N�`�Q5cU���Fa=�O���Ō�ܰ�T��\\h�X�8���GR\0�z_B�?<(�Ќeo��u�:�@Go�5 �{`����dQ�z]��<��{#�G����� ;�c����\\73!�}�\0�20��͌��B��i�\\5,�k?�L���*_Ȅ���b�u%dN��v3� tp>?X?�l:\"��x�9���lP�yf�Iu���&�p�3��2��ƀ��Ok�h��WS�b��^S\r�)�[�e�D<݀���g/{>�\\I��6�R��5.v�ߋ�� ��f6����*�#6�����:�cKx:1#٨���݆=$�O�/KfԺ���>�8~3>��ހ���\rY3��5�)����>FS���=��(���k)�Ytו䩋ż8�]c�>%�9\r��Ϥ���fz���U���<�Mh�&E�N�+рہ�����H� O>�06}�#��<Q�����n���w����k�VYԇ/ @���������|ۀ��\'&Z˥~oƗZږ��\'��6�g��i0B�<a�0��[���\0=���U�0���-TK#��i�>�l�.�Z0�K���]��<��l>�&އCy\Z|W��� Y|z>6��}���\\ �y��\\�Fe�S#lt^5:~�/�b�]����{��.\\+�B� ���B��Z��3�#�f4.x�i:�pY�Ad�B�K��\r!U3J݁w���y���pø�\0EIntU�]װh��yR�^��2��v *��PL<���ŧ�Sҙ��w8ث܇Si.=$# �b�/�:�LV���䁜{l��_��3t ��ny�@�8\Z�fU���[��%�� M����;\ZLҠ�j�\n_�����0����Y�<��T��i�ִ �J�]��8�N�ػ���4mT���d�6�Wo�k��,Ӯ?a�G����ˊ�B�7J?���n�)�p)�=jk\"/%>��;����ےg%@t�l��s����j�j�rƂr6yZ���.�\\��Ξ�\0���?�`�b{C��TD.f�0�l�����<�x���CqZ`h�\"$�v��R��9�y�ۍ��o4�h: \n�*�fƊ2��gn���2I� {C�[HrA\Zb����ۖ�܆lW�G��Ua����G���b{\n��i���kT�vQ4�������E\r0E�)l��`�&@�`�\'a1��k̖VS+\nWy������M���9>���U�:�\n���բ\06����\r�Q\\�lz?9y����N�q��Jf0��[���;P\0���X-\'*���\0Ie#�����C���/�M������;�K\nAt/�c��C\n�]�\\�J������=��\\\rRq�L��腪p�/���Ĥ�DQ.��G��ȗ{�<)��M�P���|��yE�^8��}���ؚn���t�&O����8(d��56GJ\'C�:R,;�Z,�\ZF�B>���,\\� Xw��l4��>��o���\Z�[_��6�.$Kyo_3D�&QB�����2��\0T�\\\'_��ME�w^��T�w[X�j4���s����G��5�h�)�p\"K�4c�!\Z����>��$�<\\�&e��\nP��\\�*�Fy�?��|�I�h�FIX�F��H�E\Z*9ݶף/B����F� �>&уJ�5�4����A6��#\"b2S�vJ��@���{�U�1؝ڸ>)T}
�4��:���4�Sm��V��YW��>\0\0qM[Ol\"o 舲3S��\r(7�_ �Y�o�$�b��ܤ�r�9��2�4��?y惀i��>~�f��KJ���` ����3��ux�E��梖^���c�|���ٍ�4�|c8�\\Þ9Y��۳%�L`N/~s܆4�}?\\QC����`����Տ��&m&=�C}��c��S<%��`�� ���&��I��Eibܱ��l��@!���C����\'0:�I�W�U�sA�@;�J/8�qڪ�gÃ��lDA�בA�=�<��h9)�Al���t�©��|yg8T:5,uڄF��j�X4�\rW<0Y���{V9�\\.�Ip?�H[�sB�H�xGq�Z�8/Z��%�Fw<��+-;�Qn�gp����Ռpl�V�N���f���VV.|�vX��N��8D�D�G�\\����I�P�G1hFY���:w �bd2�3̉�g�B@�]B��y��q�+6ƀ=���_���7�k��y�~��m�ȝ�G�|F����:�9�4�uZ7>f�ثD����i��Ugp�٩v䪄��{�\0��/��9\'���x~��Ѱf�7��Q��ˊ�o� ,�|�$�A�ߌ͝�`���s�݄�W_�w�\rz]v�Xք#�b��xN�턦��q�FL��g~~�4�Uڟ+�\r�� ������?ξz�2l���=���!�ߤ$�x��}���܅��e(86�6g�PE��t��� �s�Yk������Mc�dzo1+�Y��l璻�V#������qϫ�p_�j��f�?8omc5֒�\\PM%���ժ�� T0J�\0���(=�D�*�ۘ��ӵ>�����\0�Z��(ׯ���|���\0��#��������~^y2�c�t��H�&�DO\r��Zϊ�Ÿ�l�s�@0jd2S*\r�K�����������T(��g�.�ك��t�} �zCS�0�j��)w�d����V�圥��1��J{��hV ��\'�J�b�-i.9�EA�~�+|%\0�������@�m�V�w��%�%�:�3CQ#+g�� ��e�}�����@%s5FŒj�fpv��G���V����M�vx���!!�����90M֗��y��-t3o��XD��w�X�� ���xT���A]W����eZ\0�p����7���g�K�z�XF��D��k��5pB���#���:N���p[���Fd�*n���7�d뷏1\Zh6x:i6��Lf �`O�z��~��\\���Aj!�^E��h����{��RP���hO�� �g�p�3��X|)F}h�9P���*���K_ ��&Z2J�i;�s��b���~~:��~Uw�i۫uE�f�Irq���p�E�W?����#�܈�*�\\����f�}�ժ��m۽��24�j�i��(S3�\r25y\0�2ySС�fU��N���JA1\0sP�+?�>�~y\ZYm��p�5�^x�>���p$�!�p��[�r\rf^�n��E�d�f���3]�bv<%pIH�:��W=��Άi�\0���Fs�\ZN�����aFRȫ�?|Z=��p�����U)�\Z�����!������:�y��4���DY\0�6�)���|��)�0�x�;Q[5��S�ɝ��ȷ�dTK�:o��V�L���E��2����y�E��6�_��%Xc_��+�|V7�T��=�ոN�69�\n�p����=x/N�Ӑ�Fs��/ȗ�\ZC����eܻ���iL$�@�V�_%�ņ�DX�+C�]�D�$W+�f��yi><�\\�4�����r�(\rn��b|8����Қ�b���^+�MrV�5��-\r���\r��J�<�$�j���Ab�W\"0AE�����=c�ݶ�G��/twv�7��K㛴�oGǧ�v���t��aAX�X���� ��x6R\n���aX��֫5�F��\'�ԇm�4�@�x�5�g�@�O��s�t7�z����Q�w������\0��,�7��x/�@69 �Њ�E�*#������/p?i�Q��k�gƱy��� {��#��\\o%E9��P�ˎs��]��h͂R;b�E:\0���7�&[�/=s��cҴ��L��H�D��l����C�b���ǫ�o�o�MI]2|�P^<qD+����_����d�+��%n��G#Hд%ܘ�r���܇�J<�\n�Ӕ�w2�������{SU%�� N3y��u;�VD��cmWH�����\'K�gR�\n��֜����#�](�Q\'n���y�z�Ma��|������Z�83P#��W�(P)����\n���՜���7|���#��|���ig������������>�=�th�@~1�J���#x9Q�bvL\n�\'��b��rL�\r8�֒��\\�����8��c�I��~(0�;�Zų��4���81�O ik������(r��.Pƌؤ��x��n��GAh�Y�I壈0�v���6���-���Wk)(y�jRv�5ӓU�ē*\Z���\"�Lv�:: ��Ȕj�F���@V:�2Gۈ�~O��_iS\nJ��I>)�D3j\n�E��I5xp�*I�\r!� Pif�Vq��lF�D�VS�><�ɧX[\"v-V���!��v�[�8�eE�:B��lj��8!�>E���aC�t�e�Q�s��,Mz��X{�\\[�(HfCP�A��v�y5����F�����Y^�����4}�!?�������\n�\0���<��8h,O\Z_��S�Aማ~nD�m��nC�!ֺ�4�K���)݅�3�_ʈ��_�1�[���F�*�J���@-�$�ވ�T����$�TD�MR�녹�~�F�-��5�陂{�ت\0��Wx&�_� 3g_`�B�w�i�[��\'��\nT�T\0���\"��-���v ���k����Y�d4 �w����;/u�)٢X��\r��/_o��[���B����\nKKxm�|��T*H��9K@k��df��dQ0?�W*��歘fa9��ُ��ڇ��]�S�΅HDWI��F�~����<X1g9]=-�Ҍ��>�š0�8(�\r4h�HŔ��H�bl����X�T�\n�\0y\"�aRTf���B-�.�Rc/��n��M���,=g�$�(}�B�ݮD�9i��@����]dE��^�CAm��7�tb�v��[5��S{G�R�i�6�K7��3!��s�t�i�q)ո�J�\\(\'�U�ƉLͤ�~���[��ٴ�;R6���y�0v �)�d��R��/�\nfJ��h�vi5�rr��\\z\"�6�q% !�k���Q*�;M����uO*���-\\j��mke�w[pԥ1��%����7c�p!L�7wg�~�]\'��=,7�9�v���/�_���!��P��wS5���b#fJ�W�neoRެ���A��W_fE��}��*B+��vϘD-�@Atw��r���F�N��R_�\\e+��!� ho��%9ӭ�����ك� ���KW�e2�P�����[�, G��7o�\\;�����C�(۔�H\\ݘ9��f��/��V����|���i����3<Pin\Z��E�O��Vo�Cu ���17,s�u�͉v,�������K�yJc��e��F�G�����2�u��]\"\\���#3�\nV�dH-SL�86ݶ��;��6� ���yO����=�P��o���У?�����bu���ה����\0��G�\\%�A������\"��^��cί�k��o�T�+%��$��[�[�/tH/��(ݎ2�����eq�3۞H�-X��t? �L��A��$G��?C����q꜆GG�T�|�P�:6��hL6^�E�zPu���K�;l�)������c��<S\"��U�BID\nm?�5�f���𥋤\"M��,��O=��:��G�>ꊴ���m�`!�l{_,D��L��+�2�i�4DŽʊŅ���.�z;��& ���q��û��9��Ԁ�jփ7\nT��tiC�b���OK��̊㯦0NV��ɀk��b�X�9�����Q\\�\\��m��,z�o�F�SI�a�)~�a�F�=��2��\n�)������}$��$���N�)��a��d*\'�I<�}��)ػP�*l���w��KB�}�ޜ����s2C`����h`W�>�����!��\"8zH�0��i� ��V(�+��k�a�P��)���2\0�Ւ�\0�����U���(r�bwNj9k\"m{�R�7�a%,q�JM0��w�)�^���_Π+�\"g%甖O0��[!�<I9��\"��N�E�hܕAOk>�f5��9%,�<���9;]�9˲��i��0��Ic�;��Ɗ��@�p�ХP\r{I\0����(<C���y�����]1ԣ�˿D�Grc�\nˋ��pC3Q3��#9\\\n#I�hq24�>�M{��u�s����!Rd/�hZS�C �]_����W�-{�WF�v�v4[�i?ir�zG�a/�\nى�p���R�?61�.x��l��\"�>����܁%|o�ʮo3����d��l݈�s9�?9��:P��kZ����I%-���U�?���M�$�L�e�⢒U_F=��`o^�FpiO@��^/��X\r����!��h���6K�w?��o�=�7�o�|<��ԛR�S��KVQLn��w������r�s7g��xP0�������_x�_��z�֓��ɥ�zd����^�Ч�G��DC.%��{?_���z�}+�iU&4c�?=ݽ��K�D`�(�$��(�[�䅠@h9<}�R�=�-��+K�[�;E�x��-ɩ��H\0��9�k�]�4:�B�2��6e��@^��Iͮ�s������L�:}|9�ƶ�KXk��,k� x�����~6uz�`؊ii�7�R������q��3@��nM��5݁��7�-7�����#�K��T7�n.�=�$���qY��\0�\"M���(�\nOra�HQ���61��%ٺx�O[A�����a�\Z�\"`҃�=ȱRvH�m���f`���l�s�W��:���u�#��`��O�Óz,�����n_���BB����\n�Sd3���W��L�+&�쌑c�D`�_�e�d�vJNᕪ��>bg2��Z�TH�F�S}���!*�rUj��k��$4mxY��J�_��\r���k��@7�W� ��$w(��M��P�X���pC�}�������ݪ�V.���WPr����E!��oϦ���I�]��1PCN9\\��f1 2�vvm���^L������yf(�_<>MЍfv��q��\r��7jZ2�)i8�&��<0~퀍t&ub�v���Zѓ���a��_I�\nB��c�yb��i��XfK�Z H��Wr�RkL��Cʝ�ڛ/�x\0��s�-Qہ�������#�\0�n{�����]\r�W�h0�@��=�r���IKԮ���~gğ0�ȣ)!���ѱ�K&�@<�\n% d�>?���G�g�t!�3]#jN�7��|��&?��ǰ�ղb�>����Y>r]�b����χ3��������X�>m�>�ÃOUy�v�H\n�;�Q�ıg\"���WAҧ_g��s��U��M��-Gm\"���c�m#{�t��##��!�6�\'D���!�����\\֡�q�<pZ�����q3��gl�#�i��U�P���(sP��g����/Dg�}�#��&��H�3�&XwҼY����:z��q{��I��<��s����Ux�tW�gAO/��mưBrb�,��}�71����O[����\'G���d7z\r|�q-[�Iv���x�D!�fϖ��c�DFC� ]��5�X�Q\nx��!�s��T����P�¾�T1�!�`��B�I��rQ���q\"��Z�F�~ަ-�d����lW�]!�r��t�T�$MKP\0l��O\'d���]<�H����ݧ��r�@Xa����\"c�Ǝ�|���W00R�嬶8��Nh.�s)�7\0;X��\\�t���I7��Sc4,�O�/`һ����[%pP\Z������cF����~�c��R�ˆ��Vi�M�J��\n12��\0����x1�X��؎�\r��T�=2&�{$��Ʒ`z#?@��\\�\0u��F��MG�z����p� ��(�_���v��²��ٍ@��kr��y��~���ĺC9l�xu@�����H����y�>7���H�f��F�4���<\ZŎ�]sL��oxEl!\0����gUg��\n��G���v��\"�@:~�CG�KE`�^-�B�\'F�*�S1?�||�w�~`Ua���=\n3���-�:o�RF�*&�\r�Js�J����\rd^���=P���=�y�p��y�P���*u]����*�hYef���m�Vr�%���)ӂx ��c�`�9��y�D#�o��\r������p�j@\'�%����(����\r�\"`�4���-Xo�lK�k$�ѯ�f�7yӖ��us#�i$ �\\X�i ��</j�ս\nڦ*�ϒ\0�+�ؔ%��V黉��yw�\Z1�����1�0+�ޠ���]�� ��\\��UC_s����!)�~ʹݭ�>����Q5�ƾ�b��s�\Zp.�(Y*釨u���%y��y�e�S���h\'�:���x\\��F`f�s��B�X�#�M�l���W�\0�#�_����Eٜ�L���]Z�2�}� ~8fH��ݧ��O�w���$}�j�E�kw$؏��h|���aX�x�NG�Z��n7��Rst����Ű�0�6<W�U�.�s:I�>���T-��6fO��lb]��9P���@�1�^��xz���oU5�e2y��)q� �n +��⯐�U�0i���q�� ,1øώ��,�����㐕���}@�L���(�͙VZ�g��|_}�U)���87^�*�S$ @�K��^/T��\Z��2���\"\n@+������\nV)-d�� ��C���+v���5ƿ^�54�A�l��es������^ؐפ���R��c�g��Ӏ�Q�ۋ��c�@�y����Ю*�]a���/��>^�o</�9?�s���:�)�1�\"�{/��pTj�ٖ�\\��\Z�?M�������n{1)\n����-�Q�G�\Z?Z��}/3��\'���l:�9�w�):I��)�̒��]O��C��{dv�c^�̟9�e��Q��_�Wo�{_�T7�Q�ʂ���w���L.谇M����=�B֑�\r�\0At�ȑN�\r��>�-�-bmYUMe���I��_i ��V���H�Y(�o�ߠ������!��k{�ustټƒ�l|��a�z��4���5�5@ ^�n4�k��=�\r �_�K��\"��X��]4��@��NS ��t�w�Ҡ��aF^������������E!��@Z�[�|���i(~�L�iE� ;����Ԋ��R�yћjp�]c?��\nT���MOmK�w`J����4/ww-6�̒ ��q�nJ�0\"dJݍ���R\Z5��,�jd��\'Y��BcH�7*�(ߒ,�$ީ���k��3`tm����5^�7�}�M�R�`�-�x�ɒc��r�-�A�$�:T����V�8&�E�75�q��Y�jY9���M�H�����EX�[X���]@G�3���:Omo]?G��[�!Y��֒��Sߏ1֓�}�d�Q*�t��/�^Rö��b��=9���@��d�����r� 2H4�ъ��JMB��Ѧ�}��\r�20�2h�(G:��?{���r\"�\0\'5�w��ݳ�t�3c�4�Y\0VI:> ��X\"�Fq��U�{����iM$̵<�4��l��ؤ��8�0�/\n}�J`3�cl6��H�W� �9z^q-���7���6,�s�vńTe}����5��;�u�+�,3.��-�Ï9�#F��}��E�\\c�>k,-��\rhi��IZ+^ �F���F�V�\'$$��It���������&k� -��8l�Z6�>F�Y�\\3��8��f�G�O��p>�Kes!2�Y���f�xM���w�|W$�<�&h���70��k7��N2�wF��uO4-@c�t�ɷ3�(���y\"�/S�5� ���M3�8�i�)BC[�ܚ�~�ZW�K�i7��/Z�����Hz�&�0,������?R-���e�j2�#X�H�\nd�5\0·�����x��\"}�v}�����u0\n�M\n�d��>�ᓎ�@,z\n����&��@]��D��6N��I\"\"{�4��:g����\r���I�S��l���У����/����m~�Y�nr�87����EC�\n�j1s�D���)U�@�3�k�{�];�����ĉ�aՌ����Q�d��8��k5���5ai�*�UW���s�⇸s{q��KcB�ψ*���\0�&Ƽ\0?w�o��јS���$������G����JNglc^�^HH��^z��S�&^���F��hY;�knݔ|�TS��O�cw���DٛOei��j3O�)��o��\Z`N~u٩�b�X��$�Z�٘�����Zݟi_��L�5>�}R%�Z���A�>�%|����@ւp�w��^��o(��fPk\"E��պ�l5�z�Z��8����q���}\r��2��{�$��7F--s➛G2�,a���?��d��Iu3��m���K=���V\\��ԇ���|��ޕ9�P�T���nաc�6�\n���{z�t��@�;=�JM�Z��}`������෬e�~v�J�?�\"/�i��\r�<H��i5�+:~p1K�G{ƕ`��ݸ��¹\r?�� y�t��bg�=!ӫ����Q6���9��`\"-tP��(cn��/����>����)b@�HO��?��5>PQ�� �F�缃�`��\'��%�Y��������o۰&�d�tQ������;<v��}\'P[�Y%/?_@�e�&���������\'��Gpp2[zD�wN����j�Õ�X�=��Чl�1Y�^�2x��O^����;�?L�u5Re�v�&��-�kUobE�����7ܼ����zL{��{�M�TG.{��}��)�c����I���+@�>H�#qL=��a�.�c�U�\Z�Mw������J�×� ����\'b�\n��}\Z�Q!��x��\r5���DQ�U��K��܅����ޖ��:(O.Xi�+�& �M�E� �����zFg����o�1���:�ѳ\Z����>A�\rq��7��0O�|�%6` �PI�Y�;I�(���ϋY�ۖ��uf/��Z��\r���G�s<�h�4����o�Wx����ۺ!��Mz0V_.=*ym\0���C�{!Y��R��a�\"�� `F?M��U��ǭ[*��a:�&�3ܸ<u�LJ��P�#�=9+F�s���q��IB��:�U{G@�B��=��\'��&Ȗ��fC �~�.�n,���1`��o9]�k\Z����q4ٱx��r��*���Ӧw�R�Z� �Z�J��h>�E|7����b�{�d��8*��Y��yїB.�����*�� �l�2Q���_d_��,6�Q�aA[�ز�����=��� 2��m���@���>�@ATm~FmӠ�N�l�l>�h�I��2Y���!�ln}��1d��Z���חK��7�G����?-U>�������tQ�+q�Kz:�n�9>�j5��d��3�=����Y��sNqq�p�c���uȺtV5�Ȥm9\Z8����q}�u}o�8>&�V��&N�A���,\r��jY�����nxIv�Iv���Ԛ��!2q#&a���;L����l���$�d��3\Z�&2� %�\r�%~���W�����+n}���`��+j�� ���Q��C����Pf�ԥ��E���Z�N%��=��� �$�ɗ�����[\"!�v�O\r#�-�S�Z8(ɃA�ҷ��h�������/��v���.O��2�W���\n���d�*�J�?�^w�zT�GЧ�,����ė��\n\\yq��#1���6�&Z\n8�ӊ�����UuB�ੋ�9�EL�a=�T�/��8�,i?�����D�/� �-� &~�\'ɋ���ݱٌ�������]����������!zD�W+���jJ���(r�]��\n=+���WU}O�/inj�4�u�9�ϯ�\\-�/O��5dXS^�`��M�.��N�S�I�w�*�/\r�i���w�l���%�7�R�c(�Z=m�����ۗ�A���\'�j;��LB\"�^�/��:���qQ��oB�f �l�G2Ĝ��w�`�w���n�N����3=�͟hKr�r�i���J��8�[�C=S�ѡ�k���{���[�k���F��`�Rl>��)퓆o�8�07M�R�n���}\rľE~����Ő�\r\"\'��쳓�04�tbt��w��K�\\�iU�VD}�3y��(��s��$���T�琱�a� A�a��|��;�Tr��ɯ�(����&o{��!���2�oʪ������D^��D1�� \n��9�)Kb}�S�p���McP�AYX���+{^�٫X(�ߛ ���M[�>��m�M���C�����oMt�}�qqXA�iYQ��Mޘ�\"#���E���Jp~&w����� �_��ڙ6=���uq�e4_oq���tp^B�a@^#��$�g����K�d�/�ė5��\\H�R��]�.�H%E�q���� ��Ʃcn����\0�������Qǣd3ME�D��v/�Z�_a�!�/.�A1��ܙi�,��m�O���#�?Vb�,�C-ܢcž\Zh�p��\ZYv�1]@ô����y�$]��6����y=���g�֘������e��Q���b�\\�����o~�܇�] OL�HP�x� �9lK�S��#��n�6��@#Gb�b�5_�*B�pX���rV�w�\rAU(�\r�be�&U6[��F�#`l�,���[u\0T�9���<� c�&A�w�\Z�E�N��Y��q����i��6�-%1L˭ݐ;\Z����2��uY�@�\n���W�ܑк��%?������;�`,���C�Ջ��B��x�V��u(|�/��9����J�ې@���hy����(��K�4�\ZU��+h��A\"�?�_6GAm������!3�h�����\"��Vj`���+�*G�6j�q`8�&R1`���\r\Z{����5y�G�\\����0��M��x[��-���<P6Y���E�[3oHSVИ�E]:S*�˚D����{vJ��-C:I�J�*H�]���9�[�F��|A9���x��~�d�r���[;�#;.�H�Aۣ�c�<���Ep&U\n��O��KE�r�B���ʳ�gU���a1/��qX���夞�d��9SyrCT\0�ѫ.ʹYb�jNZ�M����<h��s�սI��\\���5\'Н��L�I�xX����`��E�Ѫ��B+�A��p:�G���:���,����ra�H�\n��}`�R��N��|���:G�w&׳�?/K$^ce?^ZdO#�%�Xx�ʆ��ƛ-F8��y��d���]3�f^����6C�w�ٛ;eRv��Z��[2���Э�A��>���6�BVW�g~x�����!���� ��}+�`����a�-�Ӭ3+���@w�F��_+x˷Ӏ�+\'C��`��&���oB�h�\0�6�����6�+��u0���������2�ԭp\Z;�Di��bi�\"r\Z@��!:��M��u�YSꥦ�%Cp���,\"G��EN��NN��L/�4��p`����41��P���c��q��27���1�I���^�Ц���Dv�nZ�U��C7�����Upx,�w����Û̀�vNx�k�l�fB2�Q��W�k���Uڜ\"**��R���������k�h��W`��٭�R|�5����nu-\\��:ԜY\'K�F����\Z1Z�S%4��Vb*P�[����d8geͽC\Z�\ZS�j0���13��4]�)�����ζ�\Z]�(� 9Ư�H����x�&�F��\"�=v.�/|ќK0�қz��\'u�z��u�����`̶$˜\"�X����MN�͆�&�V�\'#Ǚ�O���0�-k�q2w��Sc����?d��U���H\nQ7�3hʫ����m<��GM]�3�p+L���KNǜHRf���$�|�k��|s\r��̣64\r�Ibm�H�?�C\n�D��Ԉ�t9!�� �����D��W��~��<~��J�(��u�☵�B�&��O���z��8օ܈܈�{s�f�|�߶��}~�(=5�ǜ��瑊[m �����7����A�m���� ,�����L�CT��NR��щ�@;�C�Ou�J���9������\"��\ZO�ϧÉ�Ɠ�{O�Nr���X����U镜�Q�٩\n i/$��:t�ni����KSf��]�c���X\nn\Z���F���������p�pJ��V���A#\\1�{A��� �û���ͥJ��O�mO�:ϙ���l�W�5��T�2���DB�$�^Vy�g��ə~�|��\Z�qQIW#(4��\Z�b�=9���-C��/s�#�]��:��fR-_�\rX���\'����rX4<V;G��6ˮ�Cۊ�%G�8���q�)ϥ��vǯj�7Z��\"S��e�(�����$KVC���m�[�;�W8<{b��\'�ŏ���q`\n�3��o�B�@8��Jcý��n&Vɹ��/[�)ۻz���[��g��E�>b`*�e���N�ݓ�\r ���h���Hj��� g�Q.X�]��z�ѩ*g��w�����/^xGq�1%S9�?R��#��B~��::���X�g5[m��QӨ�CM.C\0�W{��4\\vkΝ��x����[�%�����@��c����ن#\Z>O�;�jGg��R0��Gl�Y(��\"y4�h�/�E삡�p��4�3�37�-sգ�+��f^���煙�z��:����F�͑���Ý�ڢb?�����@��˨�]�rH��!�|�(�a��vC,���T1>K)||yD��p䏂���B������נ#A.�{Ari=�M-��?��3u;��\\���#��S����R�\\�;�Y�����ߵz���CF�#L�!N@6��9��j�c@%� ܞ�?�L��$bmjT0)���庠���|��l���`$��\\{���\"��?~cj:����èƞ�LJ�\0(�8�G�f���Wi�pJ�pMbVg��C/��V!�W��3��Թi�9��*m�V�w���kZ�P[:��UjB���5���E��� �$�\r�(��ԇ�~Y�G=C\nw���9G)�\\�M�0xa$k��٥���4�a&dkGS��#<��x�>)\"&%q�٣�u4�KM�$�o��ݭ{�A\r�QI�Q�\Z�(�B�}O�^Q4�uT�v�����1�����)��\\Nz��o��\'\n]�g\Z���uF���(:\r��S����l�V�l&��r�\\;;�P�ϼ��Oa�����J���aE���7�dh|����qB�\\)6ѾpD�W{ۓ۾!$ʤ5g[9���S���Z6 �>�),���(�E��<����~��<��k���\"` ��[�����\Z)^Ktz �`t^�u]�5�8ipvk\Z�ܟ����%T������1��#�W��$��)z/WL�-Z��E{���K�ѭv�_���_\"�l&ԟ3�I49�q�����Z�Y�FU -&\"�(��6�]���\'��:�����rQ�FG�ߵ����#�b?���y�g� V�i�W���\Z�X�J�xڵՍ�q*��V8�,x�Ҹ�$�ݠ�IBS�;� ɕ8��1����lL\'\\��ud����j�F�וVQC��3�x)�!�TU�33Ws/w��q��a_KB��� .A�����Y���D��Z<�X�m\nc��h}����!�aX�ɱ�9���6��#ݟ��{m��]�RWr�ޙ����V� �B�aן秦Fz��J�O#�%ĞI,S�M�V�[u��\r�uB��V��o��������#���Iv4���d���?���Q�lHJ��6\\2�me�8(����\\��0�\Z%�he�[��>K5\Z���*�V��\\��z%�xĦY1xYf[F�X6cǠ*�uk��;��)���gR��Ib~�\Z�4�V� +u�����cr��>�\0_�s�;�ϸ���B��s��1M�+J�5C�$�r�<0���Ġɋ[!͇黟�\\d�5cr�F��M��=���]��^�ܩ�� _n=Ý�&o\\L�P2��ur�~o�(�M��F�S���*:l�5\Z�>�Z�D�rg�o�E�I��H��P��g��^�]n�0�/Ǭ��s?��F��ώ�I��s�\n4�^�T��X�r&Ԓl��(E�C4)�����\Z�rK(�1�2�e�^Zr�#�����j�W��y�5��-e G�_��m� �r�?gW��ՠ���:5�W����b4#�>)c��Su�� �ڠ��r��2ѥ��@F?��&���s�~��ՠ�($�̻.����LxkWNg<���\\�Rg��_���1���3��)16��O�ރ���^L�;��ˋ�.#L��I.��]���+���������Jp��(�9ٰX�Ό\n���\0����*p��̕�^ XE�1��oO�����3rߠ��1nv\0j�H��k7�q�-��;C�9���R��_�i�$��Ԋ����6tqm��4_r�n�Չ$u�*&�?��e`=8�����9��=��\0����ܥ��E��݉��X8��Ym ��㞉�Q����lA���\n�!�g��Cn|�I���#*�0\'p���T��,���Rr��ء���A�����5�s�֊�so�ʊ���/�]O]�8\0qg_��\Z��^��E��6{:,\';�Z�B ��c����Nء\"!g����x�u�E�\r�̉8�i&F��?�w[℟迢Z� �q��!\\�\'-Qx\0L�D��-Z#SЦ��[%ɚl����z*mҢ�PW�1� \\>͞uLv�}�:w���P([f��ޡ0��[[���\nudv8��f�����R��D�l��աe��$��*}֢Zh�\\w�OW��w�Si�7�G�;�x��V��\"�\0���ݤ�ƫ���H��2�`�zw��`oi0�Vj�\0ي�lj.��B����\'��|Z��øs��-p0p@��[������L���f���d@���a1���kv����<+�r� ��H���bXҞ�L����W1&�@�r�J��ڇ�Ǟsb�_�`6K+���l�|�S.��P�^��l�� l9�/Ȭx`���:eu)��n\'�\Zc��E�\\���|��:D��N��l,�l#���C�D%�K]����QР���L�!���j�R��k���V�=~R��[��C�;>�fM�B�R�+�m��vn� t��;=%J��y��R%�0�\nf��/e���Ö�IL*ԟ�rWt�&Bm�vWU�#wI���$��Klh5�b4:�ѕWn�w��3Tg-Z��BF�(O)��\rf�z��?���\'��=\r��0�C�UR�\"�$d�é�6��)�IS����\n�E]�m�Y5c\rwcD��4�Aq��Q�ix�����WD2o�F��0��+��vBJ��X���\0T����PO�]\Z8U���mVq��^o#��Z�B�aCu�wIT-�$e��*1�g|v�����v ��v��ěW\0�(�@j��^x�h�)�ٿ��� v�Sh_�=�XD��p�i�-��w�F�a�\ZPN;�ˮ��h��J�4�mB���B;�3ӯ���hP�;�)ړVz\0D��r?�{�.��<����n�;��V��.R��y�R�Tx�\\��h�~D�@n\\ǹ��iv��z�{��\Z�]_q�|@�T�bs��Bz�V&Τ�k<���t�Cz� ����n�`j\r�M��N\"Ag��梑�x%�&����yp��5����L&��]�[�Rբ�Y��Bѵ�\0��\\4:\r�a������o�|(;Ң���L�]검Nj��u�za��hpF���3���H��O�)-�>!\"\'�$t-}���M���61p9�ǡ�����k���Tb�:X�%n���ܢ��x�J�;��vw�w��|U�-�%=�F�����M���>gq=��tG�Owmjd�)��ߣ\0��$Q�%_�������{�1�ގ�7�څ�\r�,?����zD�x����&����fv���$���HK���Ah�ɍ���r\0�aF1�m�ԍ�8P�?����Alm�� ��:2M���m�X:~ڣ8�,˴���t�����T^ע+\0��^�U��`�<,MW���t\\����+�TÄ\"^J%�V�Cy3BVtI�pp��F�y���/sܮ���}G�T@���!�QR�m`���+N�*u�6��N��[�s�<Ď)�� �Z��9QB����������\'�G�,~I�fř��֛�N�o�Yt������8q��sM�u��[�ץVW�Э4pp7���ԣ�;����\Zܕ�A�w��W�II�w� ����|����d�2Lu�������=#�JR9:x�\Z�z��\'��#m:�uZǸ�>�8�����|��{K�i��E<��z?eL�<M\\�}��v��6���\Z�8z�Rv`�\\.�)�.�^���pĔ��/E{~2 Ev���h:�m��w�W���d�Ө$�B|S�1,��|��K�Y$�TTL_�|�h�@���P%�HD>���ٿff?_�2�Y\0d#v���T���U�Ц�[TmG�na��mq�Y\nT�orqKK�cr� <#P5r�hf_�D��m֔mN��+�K���{�VO�u-���Qd;�++O;v�D�)(�P9�h��]�,vɮv�����JM�(0(&�#�쟴>��_Q7%�l|�[��l�|��ߘA����I�����y�~�k\'$ё�����^�Y�\"��awE.�뤮����5�]����~��o]bT��\n�ç��-���G��=��[��FJ��4�@�ŷ����qa�b��n�d��\0��n��Xf6?,���=ʤ��� �K\'��9���o�d�?p���G�Z{��e&\"��S���\nT�k�N&(uu0�!ϩ7�$�V9դ�w�|�N\ZvFd6f~��n�d�Z$�i*��\'lA��\\`�to���G��\"�����*��+cW d������+�ΊM�?\Z��L����r�Z%\0�\"lӥY�M�2�<�� VTo�^%F�_Dt�!�䍥i�� �K�N5ڈ�Ge�QB���\Z��k`�ä�mu��9�u�H|��� ��ܖaQL���U������0\Z�~{vh���Ƈ�w�RjIyph�gs���s��&�:��C㿩��\r�m�9>zo|.�\r�ǩ�P�\'�R�I�R��\0���)�$�u����� ��k��f]W^\n�<�贡��b_�ć�ȸ[G���&R�9�2��&��D�DcQ��EQ�ӂ_�o�fIo �}B�3&Y$P��ʥ�{�kZxS?�t\"Q���?�(�n�r3����A���]]�hi���{� ԃ�Ƨc�J���}|��\nͯްA�(>��j�2Oƞ}V�O��צwD�{�so �k��jLA�����R� ��V�\Zz�L0��Qwb��׀х����fR�=k���)����ϵ9�D[����.NV�KuZ�\'ނ��?��0�������;J;\0�j=\"(��P]<X��4��m%�̆\'��?�2�[�Q耐8/sG�7m���w�){�\\I� �\'�Q}mˮ$�R4�U�:k�$�Gw 1�@��u�iL�0Kĸ:�@�E^؛�36��v���!l{�PVw��S�!�n�H+��\"�\0Ud�:��\n���O��*�SР�L�ل���.\r>֛n�]�����9�^ �a��Z�_p��hRf}�� Pޯ�Z�{֢J��Z��b���R�u+�$Jp�)��#蘥�>�XV%�z_X��@KOuKMF����q:�RSO� ��uѝ�|=o�%-����t,u����.��� ��\r��Hxe�U�����UHK�^��DŽ_%�ך��*�������\'���Blm&��^�/��ر-���Mp���#<_�˥d^��������5��ě�n��+�܂�ˬ�\ns5��*�D^�k���2mi^�+�Q�f�\'�N,�ntR&��*�\r��S�P�K�?x�7�.�՞�*L�u�K֍���v2Zg�,z�[^��ׅ��Y�g��v�����⭤YZ�V%�Is!�б���j8>�\0ئ����n�G�U�v��i��3�D��CA�6D����`�Ls<��Ţ����t�E�>P����s��\n#HNo������&����WZ��Ml�5��e)q�o�uvR�������#���[�qOy�4�`5ɥ��)�d)�]�\0J��|M��s�`bF�+�u\0��#�\r� Lm�Nߌu����uc^=�¡DU{.���į.տ��]��d0ӧzEvGL7�t|�%\'��4��%��f�p#e��h�-���h�8q9��\Zx� �VG�%%h/%���R�/���ήq��eG�F^6�`v�BI ��|2��PS?�hF�Ma����ȂU��E�~z��ާ�#�^8Z����y��7Uܲ�={��s���&�FW\n��R_ �\'��H��u)W�C}�D&�7�,H���)m-�EN�M�A���͛ ,�_~Y��?ck��_\0�T�0y�k�����M38�W�\\���Q7F�\\��14�g�3��\'%�L| ��{�W%��_g �@M���\'��F�|S=Ւ��\\[8�(Y�Y�����Vd7{m�`C�9+�e��f�ү�6����U��\Za�zߏ[�_�K�}P��0;�rɑB��@�?��@[P����^�3��D5Vw\0�\r\'��T���P�`��e�έ��u���K>fL�/��/�\'F9r\Z!��p��\'6D;%^-�xh��%O�4�y:X�0��^�YuGyD�Q��b��(�g��Epֆ��riݙ�hF���=���yZ�QO��/�L%���@�=��-��e��-I+R����z��<\'� іr�vqS��KU7�W�ߤ_i��9q�Qo A�4f�gS�����h�%=Z�N�=�_�Qu~ҿ���$3G����U4�&\" �KF���j��T(�5���o[���w�O�P\\��>0��3 ��{�ɟ�a�6]0\n��*�(�)�\n�����Ǟ��\0��z�v�V�MAJU�la�1 ƷŨ��rX���>����5SƤH[{��Pg�٨��V�!6\" B��Ѓ��h9����.��F�8�����ve8�:���c;�%��t}5;�F[�?EX���n��G~�Z�ݸ��\\��B[)��z츍��m���O���~B�|A&�����݆����BJ8?��3��^�_͢�����opʫ�UCgw�(i~��Mz��e���x�n�X�),��#�Ө����1��T�z|�\'Ѧ�Uf+�2�W[NT�\0.l>Wv&�������q�v�+��I�N~�W�L �|F� ��KGO�]�5^�AG�\"$�A[?��:�M���2(��V�����A���/|b��.����4�L\'iWFT�Ўؙ����r7��75�F|D��FIJ�5�3m��,Yl�w�N�Ƌ�F��e\\\\�����y2�#��ni���F�3���N��r�b0��3jg������\\��mP�P�jx�5�P�$j��\"�`�\"v�R�\n��l�_�����9ȧn�\\\Z��r�R�\\�갪����[���O��o���\\.��a�8���4r�5$����� �C\n�\ntY�w�r�c�\'�Sy��:G��`}.�,�]|���օ�п�е��I��۩�b�����̚����w[$Q�Ӭh,�a�����\Z����cN��C�C�n��ø������詑�ou�j>��]�7!���Ӈk�\raH%o�Wk��h���0io�|��ԧ�3�\'ȝ\'��c�L:b���_�L��Xx�0Iʪ+Q���;���/�hE;�?T�8�Vܒ������A#I������%d{��F����\0+�\"6�ƹȪJIZ;w�%��!��W9���ѱ�S� }�9n��N-�>�����t�����B�/ԣ(q��[�T&��7,Ǽ]m+7�^������v�K7�[E�u\r:��&i�|:�50= ��S��Uu�5���^_w|)�W6���c�*&Ī�]���Z��\r4���t���\Z�wMi���ƐG>B\\���g�Ѫv�`�(1in���� ��5U{I��o�4�B����]�Sf�1Ю#�8ZL�������}��O��B�ȫ[y�����}BxwI�Z�Ч�&���N���-)͈�滃��~5�|zI(:.������*���g�H-#=a�$-�-�9\'�cڪ�u�������y�~B5v�7[�k$lȅ<�ت�?I&k�����E�YB=�b*ҿ�3Ft��5�m�{�T��<g�F�+j\'�p��Q����\"}�Fpz.���T�&lG��M�ki_�\Z�Q�\n�]�(��_��,pgi1����}��.�͇3w���z�$W�<��leP[�?草��p�>��H��#j��#E���^C�5��őܔ)=�=mf�ht�)\'��z1*�~6�U�E��������4�[kP�1���w�Ӯ��\\��^��`Y~�F��9��-�a9Rdlw�j�Ra��S(7Ʃ�\r�\'�E�^��rn���2ͪU?�嗸W\\�V�e�L,A/�\" ���4�zX�1�]��[��MT@JŁ�m��4�N�2a0Nm).:�Ҫ}�]�%�v���c��݈��(�Y��Ue%�!�TF�i�/4�i�Ґ\n!<��jY�|BQ��N�p�wx�o9�j�:Og7(��d��KQA�����rU�&������Z���~f�,鷿�����ܻ\nd����`�4�.�{�mϖ�S����9\n]b�G+\n(x���7��\"���\"�5n������WIi����a��z��_ݮo^2S\'�VAF�X�j#��[ͫ�3�H���@!������+siA$uN9�T���+��ƺD��=�#�w�j�x�yӋh�OB.h���2��;�bI�q����S��]�B��^ ��Q���;fW�V��\0s��l��^���}!���/e*�\'�#��W�l);*�=�$�9�9Ocor�]�Ȭ-��b����`���(�d�\n#�D!��ά:u�s��WO���(��PX�2��t �=��g��y�0&����/�j������#�x�V�eaz�������Uܞ|-�����T�[7�|�|�A��tu����ia2������0�����Ĭ�]F��sf�*�M��\'{Hs���l�\nmL��7,M!mۖ��\n�=FK �.��.>D(���٪�O���-�R�6���W=��q;7��6���o撴�\rV>�=�5�����t���[ߓ�����\0������su�1�h,OT����U̬�$�&�^�9�]Wg��G������\">�J�o�e\'�7X�w�(�uc�J���[1��\r��Z����[�Qj\"�0Z�7��-WN�5���\Z�/yF���&�����}=\\H��V@r\"�B� ̀zϗo�ֿ�Ţ�&�ȣ��%;G�a�3~��YƼ\n\n.fd���\\>8{Ά�AH�J�E����2�>����1�}������\0�:a�T��M[��-o ��_��\\f\\čj�t����z\"�HP����l�缳���?��x4�P,�E宭}a�b`�Zn����/�^5����)��o嶏\0��5���x�%�,�_`�@��c���?T��D���Bu��=781��z�`~���������R\'���)F�]\r�^���n@�h�5⭱����A-z�����.kѻ�/�V\"5PG���7�}j�!�mYZv��r�Iƒ�p��4����{���J��YE܍�xƵ�(�٫E��Ƶ��5�d��=?N�r�s�����.�P����ЁäO�2�:~�,��)Z�U�s�k���\\u��$����1�JՖ�3��1G3p���R�m�珮�<�Ũ�����7i�U�\'���z�: � �6�����/�z@��6T�&\0�Cp�˄���(��$���n�Tw�V���;�LQ�72��N�͋-m��4|�0\0;����W�4�b���Q(ɞ��@�tal2��X������c��I�RL���� 2�9��^�d�6_V$C��8t�{S�\\������ �I���b�\'h�5��_����\ZQɒi�눙O�s�J�:h[��ڮ �ۮ_�/Stt�Rʔ�W�CU�x��~�:r�Q⨮w�����E�����p���VѼ���sc�`P���Eؑ�]}��܃w�z,�<��?�P��&䮕#�ss��j6tv�Dz�ELZ�dM몶W��9��ITLc��r\\�h =YkHTxD��e�:�#���o��0m��Ͽi��y�����ۂ�l|4�h���N��O~%��\n}\Z�����H���[6�a���B2jf�7�����fL~E�l�f\Z��]�ܤVB\0n�%M�/��[��;�*��������&/��_���/�!��r����z��¾���$et�%�Tn5��?�*�B�Rg����dm?��*\r4��N�eTs����M���!�r����٣�����0a�T��\0�ڲ�@ޮ�.m)�N�u��40�����d0n��h\"�$�\0�$�\r���O;zjJ��,nq �U8c�����O��\'�x��vW�\"��jC�+o��%~����q���O�\r����P��\'�GrHq���\' ��[y�-N�Izc`�#�����0�ѿ��߯;��< `>7��Ts|�46�f��B�!�{�C*i\Z\"��c�9��q�L�Ԭ��� �*7p��O�6�S`�n���j���V�FmT�`��b3&��.�j��ݤ(qSj�p!pu�zI0J\0���&\\Ar��־v����W��^ܨ��/�,�G�p����ߜ����@d���ß-�ȧқ���x����Fkb�s�z��X��h��%�M��n��cCE+c:��\0�e���\r���ު��~�\n�M�w_��a<�>V�X�\Zl�5j���~d3��v�_h�i��0�7�ǧ?�{e�&��ک���\0�͏\'4n@�����\Z�.�^�di�$Gٯ�6-֢\0���q���xw&a\'�v�V��ҧ��#�c��wr�4w����%}�P,H���R(������T��6a��\"@��J�m� l/��hSٰ &^S���h=�.�M�\n��6S�Q��aHt����8h����s��]��\Z��U*F��Rg:�(��B\\�L�|ԋ��\Z/�5��Lr��`[�RB�ؙW*_�5�N��^�;��&:�����\nW1*U�yKeŰS�!�.!������5C�^���ی �İ|vV�u��M�M=rv���^\"r-��$����Ͱ�Uq#\0����HD`����>�v����+�O��鰘7����}\\�:3ҹ�\\�dA��ye8h@ܶ��sCU���)�O�t߶������/m3R�?�����w����ZL�� �5c�Z��S��.^\'��呰�%�J(�V���/+��M��餱\0�.y�3�6�x> [/.�tT�]�wpX�%��]����~|4u��o��Af\\Đ�Q(��Ë�\Z��%��|^�����]��Y�^�F��#c*(��#�\n=<�e��^�ҷ\'#S�=w�W|�K:�\0�kG�%���oC�l�\'��N�\n�p_����Ď��+$�i�7=��I�5�����iB���4<��ұ,��F��g��M����Rhj���Y��ı/�<)����p�Q��К��P_s���Z�0T�X��A��#6{�K>�~��q�I�=!�486���>$�Vs�yJy9�D� \Z�_`�X?4��=!�\\�z�Rhp�}��@�,�r�Q�!�U�fY5�u���ϱ�\n�E��faq�����Z:�ұ����b���L�n-#[\"�6�1zvi~��3g�F\Z�4\Z/��җ|C�A�b9�g�=���><P�0�\r�˵���c��+\r*+H�\n$^ѱ��&�>HLi#a\"����O�f�,�8���,M4a�!��_~њ�CO״&��8�Y�:��_��؉�����\'qP�#ŷ��[���`�~;���H�kMX�M�L�`b����:�$�d���\r���s���>���L>\n&�H��˼>#ꌆ��7���9\\+Ϳ<wC��}�\" ��\nT)Q\\u�:�b&pű�}�BH.G�;d\\Z��Cψ��\Zo/���b��o�#�W��ױ�.]H>Z*0����oo�����Qwf<ɯ]��qm��f��~�pż�=���LJ����h�Wgy>���!}Y�,:��vβ\n�.���5Y�6��}�oџi-�(�~� �W�ρp`$<�\\��5wJkSf3�6ǧǛ�m�0*@/�Wbo��wZ��l\'[��ٔ\\6�1�i�:���S9\\�,$ْ��<\ru�v2�6�Fg�G�,|�8������i1��<2�,�8��+w�lU���y��u##e�d� �A3Q5�R��p1\'r�Sl���Y(7wA��O)FP]�����6�~\"�����?B�wMҳ(N`�q�د���U���]�҆\0��B�]3��۫�#���C�d5F��C;ԩyN���*)J�-����1v�j.�������y�1�BǷ�qk\n*;z���8j���c���q�#�c-aP��F�& \\(�1����(R����^���\rm�)�O7�x{@*�;�=���ۏ��@��s���;�Jʘ[ԗI�>~���4�\r\Z���$A�C�SwXZ{�}�aj�D�}b�9�-���%�\"�!N��_)�\\�����*1ð����5o3��rX\Z�&?��V\n��)�K�-��M�$���A��͌���k ��/m��d����Ӳjs�EF�<3��g���{\'�mv~�D�E�fM�N��s��\"*\'7���p$i�x����ȭ�v��`���G��J�y�$�:�xty*Y�߰��%�쳁^H\Z&E5CCq�%�.AB�ʣV�ڗ�C;��7\"�A�b�IYI�\0�:�)ѷǥ�`wcw��\n�N�I���+�a\Zs Lz�f�#4C\rVv����by:��8�3��o�\Z������\"ڹ���\\.$kڽ������e��h���n���n!!��}���i�K4KT�Tb=2UኰOB��`��˳�+T���9]��-!I�v��s��[�h����?�Ƴ�29��{�qKξ��Д�!��I\0��(�I`�ӷ�ۯ (��hs-�љ�G�$%TBy u��ة��x��י;g�dB�]E�\r���r8��ϳ�+N+R�f���UPt� �9��x���l����2Ū�[jƗIh��*�@I=��h���Qۦ���х0rç\r�bR�vO~��nw}߯�gK3Տt���e�$�Dv����E�Z6�f���+(��)���!����\"aDr�9aC�53��{��A�{��*эb2Kwwqҿ�o&���G�D͢�a\\�L�մ+^� ���p��B�J��x���7�?Q���[�=匂ߐ�ե�^����^��3P�ꬒs��I��!��>���@���Y�����{�<���N���a+⃞�78c*Qt�S,�8ν�\0�T\'��L�OOx���Z_E�1�T��1�V�mH�Y7tR~����k�{��Y���D+)��Y;�]����^��e-+�A�n���5&�_����q4+SH�x���{�?f��m3����`�a�.#,���t��\0W&������;y�c�����<����q�Ќ��2�����5ݸ�;���N�k��=xn��%�vA��[�y8n�\n (h�!��e�����kb�Hk�������[b0Qy7NJ�E��3Sjz�$\ZM]�6��8�Dz���kTykm|�-����@��]y�%U?�vw�Xl�^�{qʴ�D�6�8�N�?�%aPŧ)�]�NC�1�C���L��W\\M!DJ�y�7F�(<\n��oM,Z����`1O�Y�ﲆA�Q��2:�*�t��\n����hO|�;�z(�����\'����������;�wh�{�#6��qY�}��6GWȏ�!~����Zãσ~S����LKj�J|��4��<�&Cn\roۼ��0+ˍ>�|��PJ��P�*��m��l���@6Tѕ�\"�������A�l�H�g��9��L�M��=w�:U�Kץ��D�I�H�������&dtM6��&�۵b��8��Z k�{�<مJ�W���~\\재2�c���\nt��JmI!K3|M�1���j�+�H\\�dy�����q��E~�߃!��>\'c���s�t��Z*J^�;6Գ\Z~�IDծ$x�P�iAU-���]�=���\rj1�[Wf�%��>qp�<Պ�\n�����)��^^�c%��W����m���$��:\'bL g�}dA �,�r����w�Kw/�>���&z�k�ʜjM��U:~o����h�}�5�[��;�Rf��Ɉ�5�k_��jQr�Q��V�\'��d�M��2*^�\0�\n�q�#\Z䉩e�����I�Tv5�܄�Sy8�#���GyF��$�\nr`��Z���p�G�G*�\rr\n��>|���Y�&�W4x��W璪�Z�)��\rԓ(a��y{;˶2�f��Q�,�����+<�\\\0\\\'�⮝ ���3G�d�߬T��*������J\n�^D1��o��=�$(1���\rۖ�/�zh�T�<��]���o�:x<Uq�PJ�}PI��I]��y l�H\npᶀu��!�4ߒ���jF�\nz��\\W��|�r���bϒ\0E�0+F7�̚\r�<!-:Z[��Zj��m`_������2�]�\"�{(4�0{�֣�����}\rq;;)D�m[��5��!�&�`���c��>?`(ݮ>Hf�=�\\�T�-]g��r���{�G[�\Z���x��Ds�uͦ���ޱ�4EXD�6�\0�ܗD����C�x�bQf�r�03�_LA�_��g�20mz�\0���{T()1�Z5-Pq�B���ҖM��Gx99d���䁊N���5���8�\'�A�зvNt�vj���I��?!�\\\Z\"�4��<�4�{}�aБ�8a�;[\Z&+:�3W�뢅?\ry����Q�η�!Le���s��E�g#�\Zwj�t�#����W��$%[���6���Pm�����\\I�Y���*���%vbb<J<��s�j��ĺԴUz���#Z���v��:�.N�M�V��rz$�}�9����:�q�C����>,�|��4���0F|=�.���2ǐ��{�E[r�PE~P(^��\\>]!��r�^8¥Z#u���`��x+I[�0�N�M��[x�V\"2��F��q����������Hƕ�4��6#\r0J�7\0�[i��r�B������-p���*�i��ƭ1��{��(H� Ԍ�D��� /�Clg��9Nv���DB\"���A@%��\'+h�L����^^�+�#e�)�.�\\�Q�\"��6z���}_T4x��m��a���#E�����>u����X�$={+cܧl��o��T�\'.����E�����]��\"f)|�ns��M��dm�˸O�;v�W���l��+`�`B��\\��&kk���h��i���qŅ��m ��w�b{Ag��/��Ÿ�s�ä6�I-�-�m�DW4�2V��9�X���-���ԁ������^���L��G��8㸭�DC<�W��F�N���B\Z�� � {�yWPJi����\Z<@�k��q�sa�,jJ�!�w�S�������ޙ�)==�)���eFK�x�:5D9@���Ϩ\'�<M�t�v$d]#짛����߸�X[nJ�@���zv���T\Z0:t�{�^!=�����.`8G�?|��#�C��=���(�6כ��iu�h\"KS1�����R������+/�;�����iY�.7/�X���M7�~Y��+��/\\��1���n�X \ZA�\r�҆��E�r�B��Ћg�%���3���׳�E�q=v,���V�\"�/�C꒹=���8��u�P �kʼn/�L�AN3�)�ECC�=���\0�{�ק�\"};��龡��t�O����m�_���jWG��\\���boj�H�]x!+�>���Ԏ����z���4�J�1�~J���9K�m����`��v؋^��GRf�﹘��&��vcD���O�v��cQ�]�P=�������$aF���jF�&|uPU�MeG1���߹���bۥ! �9~�Gg�l��ȹΐ�3|o�?�D^a�@ �C�C����N&�P��S�t�i��z�r��{�cY���G��*3��\0�ȇz�=�B����l3��u@�ÿc���1�,��)�a)�qټ�q��f��L���1��J�|b(�#}�\\E�պ�ʾ��������U���L�&���6��\\Y?+c2$������)6��8*�Ȱ:E�@}��zPWE4R�c ĉ�ۓj�ڔ\'�n��M�}9�`�AR)����y���$�*[��|�˺VB&ipU� �.��Vi��tt�]�\\;H�I�d�Dpp��S����s�J��Ǣ�\Z�C2]�h��?���ֆ�~8��l�Ȫ4,Ǟ?l�kJ㙸3g>���ڷ�dGzfwSC�<��v��\0��f{��8:��\Z�\09A�B-���\\��\"��R��LF�vɩơ-�&i���������N�J��)����s��+���N��m����ug�h�2%��.�g��0����K���>⏺�G���.P@J�3t�B�k�����D|$�T�s ��$Y����b\"�)�Hz�d����<������#��ya\\�ګ:K�B��8��co4���>G��1J�`��Z����I=��cBfe�ƷC�\0��22��Jn��M���F��2��x�<�ƌ�6&F�L\r��<\ZR�#캝�Ldp=�@fIW�X�\"�MB�1�QwoX4bx��c)@D�˥��k�a�˯|9Y\"��i���*�U��L<6\'I>��b�5p�<�e�Z�ps��}�[��Y!����m�#�e�lp���.�x��\0�mx�P/d;sT��s�M�=�j�%�0�b��N�tR&y��.��sE���$i�l��{�y��#���]i�F��F�3J�=�{$��˻/�8&���s�3o����,\n߰�j��<�BH�@?� a��������g��j%�a���Y\"p�����k���b��}���qB��}��,?��]���/�1�{������Ƅ�/�:Q�����v��>rr)q�Ao�\r�:;(S>�����B�!V�5R�_B�x< |9�\'bL*^����Z\n���\\ȩ���|���kZ�=��\"��C�(k\"!��~�5�3������\r�ϛ$L��t�*1�3�p8A��t#���?]��Dw��_��X�Y5hn.�c�e�\"�ӌ� ��\ZS�����:��v�B�i�7J�7�]1�k�k�1G¼,`|]$9�`�,��w\r>��-�W���7*��<:��gj�6��Tz30�8�Xh�^~m�~� �u�ބ���22���R�Y�RP4H9��O�}X�c@P�`�2�_��PVb�BȭItJ�̀r�{O�s��\r����A��3�Ǣj!8��}������c�G�J�˴�`�nؘ�U���\n��=�����I����n}\'�`C�5֚%�{�A���/�^���r�)�prAJ�B�Q�v�ep��)� �R����Ny���H���y+3�H(H^��e�E1�o�y��HF��Y?\n��}V�ք魘n��r�\0v1��s�N�>cID٦����I�0�-�*�F��:��Å=IH\'x��\\\"��\'��:�*;:���j�l�3�0d��sc\0q|KF�0���_q��YsBK�bַb��(�7^:��˽2�dl@�WH���w�\0�� wW�K9�����ٝ�3C,w���W̑�>��\n�c6i�S�!�ຉ�Y8V#r�Q�$[)��z�ná�W;��WѠݥ�`���W�AA\Z�!sn?R�v��m�}a�x�{�o�J�ᨷN�5q��K����Z_��V�#��p�W��]BS7��j��Y�4�ci���A�W�\\���~Y��W4��#a0�<�g|.J���DS��y��\0a��e������ԦG9~�rs�jJ��O����}���5�e�3��3��mhyD�Q(�Ĥ��g^�L�\\F�qA\"������@����[;�K�kq?B�y�:P\r\0��!��E�Ð��#���MOz��q���~��Γ8��,����՟��/��j!T������NTح�� ���䅬+.S�^Q�iͦ�&����YX1\"�����I�+r�|�w���T1a>00nio��+�\Z�oo`�yf�n�y�=C��ժ8:�ξeZT���W�0w X�$�q/£�1����S4��i�j#�D���]��Uu���_��(K���-������n�D(@�����&�6�o�Z�&��$��b���X�\\�mfkJ�ړ�I��B�(�)�&.�}�_�j�h�F(���֫��]�*|Wju��t.!\Zf=�>/�\'�^O��o���E�;3\'�(?��G>cg�x�W�ʡ�̍V-�E�ArDx���+��+`�c`�/[��-�J�H�n�OQ�����_�*�}���܌�����|��QБ�\rq-F���V�0����@�������Tن����\n�Z��~��\Z��,o�{���l[�U���E�X}AJv�d\Z��<`ea�����X��9$Go��)��ոr?�S���*�8�q¾�m�)qp�����pJ�Nnxh\Z�a��? �4����FsfY�2X7\n�@k%|/�@J:y�$Lq��rh)uF@1���˞�o��A<��TQ�ǿ\r�94Jb� �r�1���LL������d���O^,�R��N��s�Sn�/ħ�ot��U�����$D_��P!�d\0Lp�Ok7�Nl���Ln�\nq�&x2����*�n�;Y{��uDW�[��d�g�{�d� �B�s��n�����9���i��S*LDE��$����Apf��l_:YT�^,FdΔ�P��g�E���̃V���������@P��8��S0�JȪ�����\"��>0�mT������!�\Z��9�A���)Z/��@��*�6�y�R7,䓡D����F�fl�~�0#�F��y�Wy��$���-���\rm����}Q�4%{��{`�\"2nE�*V$��ʷ�x�c�RYK��S��M���O-�vY�� ��|���Iƀ^Q.a�W(f�˿b\n�;UB���g�n½��E�9��[9�|<C+~�T����RBE������nH.�VR3+ֽ�fj�v��5��+i#\"iR,k2q�X�8 ֠,It8��҂�Y��UN�*�>F�ZВ�-�z���� ̑�T�gq������ܧG8)�N�*蹉��*01�G9�!1����}�W��F�8��|�Va���pV�\Z2�$R9L���G&m�[�ӏp(�f$�R��zX�Z8t����80pV�ۍg<�\n��E:0o?�%���ڡc��O�\\ޱDi�c,7[8�NGs?�������3��U�Qf~�-X5��\rJ�V����-�c%#�ep�~��8Ϛ]k�d�nO���E�Ţ��7��?>��A��2N�p�$u����p��6Y��`ȏ���#�v��R�0u^��/��\'~,�����sJ�$����Tl>6�H<��oBr[���n�*ªX�z��\"�ʣ�Y��_��<����\'}���@i�X���^k��VQ��=ʧ�!������d�~��+�O���i�gi!���H�\n\nu+o}�Яn���������[��hD�e�(�ޝfO�[��v����\Z�d���q|j�?R�N>�AA�{z=�\0t���Ws a݁�i�i�W[/;��q�P~�Sr|����L���8�e�V@�5��� ��]��U��V�1Nk��Ԇ �3Oʂ���ل��9kNjL[�S��8,�^+�\\鏯�\")>(J����,��e��h�=��U�P|�?�7����TvA2YB�\\_�����d�a��!�\"��QYP��56#�*��Oy�Ԭ,��s�2����x�pF��T-o���u �TT�>�&W��m�_�x�И4r�k�)��q�u��F�@Ietʰ�K�c5gr���k�پ���S�d�1DS����Z�������\"��:4���KLJ_J���A<�D�Ƅ���$��&��lS�R��s��GW��ė�T��\ZZ��%�����u��_��H\"�Ȯ���V~ 0���0�j��Hbн�\'�`�/ރ}X�3�\n��D{|��� �Q�aK0Rb=���ѶX�,c\n5i�k��h�aߌ5���>tٌ�^8B�rZ�`^��=1�{K��� ��~�ظ1�`\"�L�\\|��w.Dk��<���� d����r��Oj�¼���ڃ(���)#}���G�l�Jv)¿<�~�Ͱzu�h,yq�p�h��O3A(�Y�)�s�0J/��@�(rO�| A��>m��/[����*nB_�RG-�YX��/��Z�K�q�0��$��H����]po=\'s���X&͋E��;\Z��%��*�j�f�/�i�>�;� �Z���\0���*s�\n�7)��]Vl^B���>�������-�t@��^~���W�-��O&4#�h{�Il��1�@�lhb���T7a+����y$��[��7���B�7k;3���K���d\0�.e���^7AA���R&D�Gm1eE��:â���s��l����\\�KNJ���m��b\0�V��96 ��\'�?�nH�É�v����p\Z��߾���V�ۈZ6�j�j�Ë�H%��f�V�֗��M^��^4�\Z��Ý��ەt}��y%Jn���<�~��\Z�j�æg���mp(_�YN��j�s>�����ESiò\"��ӃƋ����T^�ނ�����w� ����]Eԫ����.�F=|����������V?\r�&����EHDu`�F�2�<�\"h���֭������K��&Rs�fiK$�c�N\Zh� 9�ҭ��dЈV��o��c�8Q��1E/�=��\rX��݃ h^�/�WXgjU@�6%��0I\r����D4e6�S�o5R�Zf�ޱ��<Ÿv�� �0����!!��N��֢ƽKr=�)4�u�+v�D���>��m\0�����a)��7t2�ͫA�:������yLª%Xܚ�lYD����}�;7�s̻ƪ�����?������ísͩ5D��L Q��\n(v�y�e���r 6s��5Q��Z_^m�]�#knn\r�����)�1�:�\r�x��g ��l�!���S\Z�c/$.BE�k\'ZFy�|�A���vPUIEAL`��L_��2,�Mt�)o�f.�z%ē�.�p!ih08��n�d�7M�l���T�R��ĕ��x\'�u~z������e|�\\E��v�2r��Ĝ�v 7��g�iU�eޫtȾ�!͓<A�a�OgĞ�Ǒ�K]Q_�r�o���Xϳ.��o����A̳\r�����]y���~1] L(p_�����]��p^���8��cL�ә�n���R��\0�R���\Z\"�\r h��z\Z�E��S)nnMR�a�\ZpK3=V#ej�i�N<�V����]��\Z��r��?��_}��9z�Н���fi��`��.=��m�\Z��l�a<c�GB���\"$����)��8��$W��**�f�S/�,H��k!]\Zjq�B�l�����Gu%�?nc��fd�v����d�GB�w���iJ�O���Z�@��-�.�q��H�x7������\0�;�4\0��\Z�o�RD��\Z�J���v\"�(p����{v�;�fˋ �&Uu�u��U�^$d�`���v��7�fErR�-�y���V�*�Lg��bJ���x���.g0V샻ZesWTm�^�\"��Q�ќG(͢�e�K�@^�(1��]!�\'\\�s��rK�S����#A�/\\�\n���\Z\0�c|f�f�ś�<=�!�-uW�=�T\0�c�ᄒ�F`����ŦO��\r����+�\0��A�\nN8����5p� B�b�tVV:Ϩ<(��y��k^��m�<����e��6�am�Ԯ�����R%M1;�����z�D�k16�∃\r�BXњ��z�y��ޗ���@t�!0�%��/�;�+�(݀�t\Z�U�)������t�� -��b[�)>��\Z\r��g��6��߷\\�q�-w\'�HB�K�t99�Jm��|q�H�\n� w28+��l�r���o�P@�s>L�{��4`�D��M������o��a�Y��m��yt���P*�\nDճ0AA\n�k�z}�*�$�c��S�)KxX��1����Ӽ������~���b���ݥ��9�wEE3����|:G�u,v�lȾl��td���A�4f���@H���eXq�Ɓ\Zd%�\n�[�Kn��0���!�&^��pƄ+����n�T\0���o<\\?��_.,�OӔUƐfB�䍎����C��<Z�x0����譃Ɯ��5-�Zd�n3�I���\rC��\ZH��cAƨ�f}���>^z�T�RsEy���:�v�ʋ8Ư�<�1��ֳ��-�P�f@��G�\rG�yƴ.� g]�Jz���`������$L�Kf�<�ƴsf�O�C�|u��t=)�k% �Ya�@ƺ\Z4�_�9lR��kU��k\rP\'7��/^���ųt�F\\�\r�?��v���WCYn�qC�}8|��M�\\��<d^�\"ą�9ޕ�A��N�Ĕ����\\b�Z�_�u�C�,PI1�[\0�2�_��H9zn�D�� ���rY[����\"?�\"�Z���c�g�\r�~ ��ǐV��5?�B�� $�i1a�0EQ�aQ�����2��F�\\>0�/�.��\nw��\'��O-\\mo}%-��\0{��@���\n�{�� ݒ�����S/�-6R�ӊ��\0��Y\n痬��}K�����³�Z?�A�,\Z��Y��um����<slM�aPL/�+v�wd�ǁS�z��Q�c\\�N�����~(fZF�J�~\n<ǔ�Y�M�gE+�U�X��57�HE��ht�6��s�ǣ�@x?��L��He�x�ݸq��*�������a.��dNG��kNך�P�\'�hH>[Ұ���[g��-��d��9# �35�{���Gg{�t���<�y�S݀��<���N��!)�v����Ģm%�QH�y\0�r|}�D����{Jy3W6;��X��^�\'�P�1|р8&d���K�]�� �����E4v��۬���>t&g�k�\"���\r�+��fU�ʰ4�xY�*R��l�գz�U�c��\n5�K������ȷ���84]$�0T`1�o�F��\"��&�\"9 ���(��z�&��̱ȁu��Ƨ����c���u�j��ӄl�t�ȃo�g���Q�����f����E�-f�Ȉ���Iy�\0]Q�ἣ��(����Ͳ�ȳ��(�^zqp}ٳ��?�{.��ՙG��p�ȵ0���8��S9�M\\�1ִn�ហ�/{��4ȻI��Ŕ�q�d�<�Pl�m��,9/,�I;?%���y[.]_z��aZ%�U�$DW-�{�};�y�*�0՛s�:@�&�O\n��ov#�Ͻ0��D#���#��a~�7ԺM��ާ/<]���Ft��֏�\"�O`3����vTl��Ύ�\rG��W��6�,�_����{�*�O%E���HL\rj�M�Dѝ��b�SF\\�v��l%�\'�Ͱ^�3�E�>�ˑ��Y��,X���Rk���2���QL�O�����P�����(���m��|9p��Y�uc��?-������F��=Dq��Jkf�ɢ��::K�q��3����5�F�pu@��ɮam��ș�@�D��m�P�����J��ɯ j[IY|Բ���b�X$�n���G>����LIɴ߁10Rz��ʵ��g\Z߁ԑ7���Ȳ����%��B]g�\"`.E��q������-C�����9���6q �<R�_��\n�YBb����S\"�B�-+G�Q��J�2���~snm�1+uf�\'sOd�N�tk���9^{���sx*X�\n���b�s����Q�h\Z�P?��L���y�8��&�>��I��B+�a�wqˏ�\\��N];L?sBis������(܀�zH��O��?��۷��G�۠ԙ�>Z�� �~�����y�g-��Gyv�m�\"�GB&i�7qʥ��v2��Z���}K_� �j���I�l0�9�Rʱ~o��2\0�?S��V=����Z����s����LMk��;P�hJK{�+�f�0�|�#��8�:k���� ��ߪGG�0h���d�r鎄�\nl�j���s!���~�B�Ol�;i�Ke?�>VP�bA���y�+��L/S�Ռ�$.�bn�e�͞B���x�M��g��F�h�W���~d\\�1�a�\n���Tp@��ǘvDz|�3E6�E� j��\\�P��(�g��C��?�#��$/���T����A}�\\�DU��^����\\��m��$��Io�*ẾV\0�!�[� ��#��އ�*\Z�mh���p��6�o�2&��\\+��\0P<IYM �v��\"� ����X�8�d�9#�Z�ѝo��\nT�#��t���9rd77��:���#!���]6�I�03����ѵ��!RY�=~u(�,��\r�D��jT��O���~\"�L�BUx���lrXw�c��<��z!\n�b�O���p��L35pD^8�DX���#qֻ��\'�f������.N!��q?M���*�]��-�� y3,4P9ƕˊ�%(�����|�⛩����vq\0��}���\\lnˠ9���H��DZ�Uh��LgN�{1W(�w�\n�˺C�����\\�=�vp��O�W�)��[�СM�����2��S����S{zb��-�ͨ���4]?�^Dk=3�!�Z= ���k��B§�������*P��yX&%�0V������>\0�V�KN��\"KP��K�/+����R$�f�!띁>��7��Mi���_�\"�4��� ��Zg�����\"a��xh\"����\'M�i�5�5L�����)��\\e��VA�����7����rd��m�Ķbe��T����,���WMz(���=nj �<�5��/�#P�N�g�z\Z�&����x���?49�<c\'�c:y4�Og8IJF�G\0\n��Z7|��Aq�+SO\r�z�~(�f�Y���a�ι��y=A\r��`��]Ƣ� V�]���)#���d�O�X�1��r�eT8k�,��Y��h\\���c��YN���iT7v1�X~J��������=_[i�\riJ��q��o2�ҋe�}���Xto|�zJ�H�ް��>̆�Fñ��#\rb4�8��L�I�۵�?�2�}̎�1�B��S��b`;\0&:Tu�%�f^ځ5̓>-Pc/s�rt�)��xK>�l$,�\Z����̚��Q�\0u�4J47��:�\"R,6���\0\\��̨�t���X\'�Jܳ��ai��m��>#M�e��̵� ����*�o2�d���*_6���c\nzp���q�Jޱ��e X�{~k��\0a֒9��pA���&�a��&J�_���\"O�Ta�\n���S����.���7ĝ�X���`j\n�f��}�D�Er���F����J�?�C����NТ�r�7��e�A���Vk�];�Y��E䙡m6%\\�3de��\n�u�8K�8BT�I)���W\'������|�=��]m8ʼn��n-`�u�&�t��ߜ����S�u���j2�kp�W�6��{0@\n-����t9�$�-�VrT�sYݥ�/���h)�`�6��3\n�\0fByj��Zi��\n�F�غ���\0� µ#�7�f�����hCaT\"ё^>2���^~\"��-�I-.���\r�Q1*a�� D.��6����OG�\np��Qj���8�.q}P�ҝ��J:hQ�yy�f\\u��:��66k<�RV8:x���ȑ�͈{g-�Z}���^0:�~��+�>�x[���Pͨ��8�Q���\\��fM��J�����������J�8��G��\"�獃�N/6��j�)RV�9�� ���yO��Rv��nX�3�f%0y8x{�No�:K�Ѱ��y+�!�1����E���À�\'���U��ʏ��� %Ix����`������Lb�ɚ�[_I%������džm_�|SL�����h�a�\'\n�� (�\Z�\"f_�i\\����G=X�1��!5�4�V�?g���!٩�!�_#���*������B :���_�$�̻�{ϛ���@]�ӎ�S��C\0��3�x���G��X]j%��=%��<�Iр�hV8qW���S����\ZN��| \"�hek�>t�3S��m*3��^�e�9|#U�6UO�����Tb���o��~�s�/���.y�N+4[xV��5�+D�\"��G{\\�u-�TƩ���\\�X�i�����{� !7)��{d�2S�����gzfĞ�MJ��KKY1�·^\n�b��q<v`x��K���Z�W��>�Gw��Ύ��u��L�%�\0���������M0�@Ε�N�:�9�R�}�5U\\��_��^s\n�|��Η��)�nS&[{T.��6Y��i*�H����Y_Ψ�4��O��o����aR˯��^�Nrk/5�έwJ.ֹ��҈r���~��w=4�j���ӐήO��O��y���#M��P�u�bT2.tٰ݉ήF�\Zg�T������i��0b��w�i��ڷ�{������0E��Ζ@�Kx�� �:��IL����\0ƚ��|�C��� &M6�\"E;���i�`�n7�(�}��9�/�#T�?�DP�X`�d�ӂ���|�ћ:D�3�C�S� d��`�+4�Y�;Y�ƏZ�Zt��#}�C�klS��t�Ua\"6�kHD���U��xKU�>5���Jʧ�-��L�E�{_E���\0� ��RB�}��N�s�E�C�%��\'�ۓߟRf�?�\r�����U�ne���\"�4���\0Cp/�5���|��X@㺪��gp�.���\n�5_�Uqڠs?K3��^�kǧ!�\0L�\r�b��գ�ݭ,�l�uݚ���>�-�:��[BǓ|*�C�ǣ@χ8�7!��\"�(�Rϋ��2\r\Za�DD�{�o�ό�=_}�+~����(Ȟe��vrC[m�K�ϸ��$���a��5Q����c���Vjv�`d������mm�Y��Q,|�:�K�ʒ�%�DL�#�b��XWb�p�?��\n�Q�@x�Hc��(�X�.�G��ǵ^K���,8�����b2p�*X�OL��a/�����{ؒa��wn\n��yL�I�F��)|#���p��S��R�NbT��is�m��T��J{)A�o���n�;�9�%��n[:��m����t���og�87�P�v�Z:�EF����M�s,�����6��Lb!�G3Jv^5K�`GCЎ�L�X]�\'k��A�m�]����J7�M�B�Д�lWh�<S�=�\\�\"0��iC�DM��q\Z�Й��B��z\Z��k V���w�n���l)\r�МT��сFC)k|��W��j��N�ɩZ]�/e{вe^���K�\r�s�;S�e�D+�Vc��,/�Nо�;�c�\0ׄ5s+�{�u��7���^������߭kF�5-n�!�x`Ok��s���u=J$��u ��8��@�Zx`���#�)�+���p�o�P�ˤ�hz���Y��[|`��;]�����b�`&h�2��)V�KF}Ո�m�?*f�搭�@�%T�ķ�x6Ғ�O�ӄ�9�Ą���9.z8���X˖<R�h�#IJ��* T�q��\0t<��b�CK7j�B�Y�C�n�»�̹)B#)��\n@�}�n��F���>�k7X*��ve�{}b������I���P0ιo-���j���C�-����W��BBu����sٿ #g��2�&�*�<�Ԟ��1�V�=���(����sS��l�.�B�+u�\\�ۧ��-;�-R8k�p��4C�9�RWJ̡f+V��U��m��9j��O��D�����zq蔷������g�\rӒ�dK��:DѬ��.�A����Q��%8;+�[}��2\0O���\nqbm�~ +����j�D�ŧ�ɽ��5�h�˫\Zx$�wB|9�W�8��gk�8Ylj�o��\n`�\r$%�eG\Z�8� cb��#k �uh(\\�F�#�j���W7��\"�e�K�C�ds�2R�\'Y�.�đ�3�E��9D>� ��.��2�,�!�@%}�1i}�.�k֛��k�gpݑb��y9��Y�S���[�w\0m0H�+���\rq��(�2�=��]��$Ɇp����LdG�a2�x��~e�_Z���a5���������ڹ-�{���U��VdH�r��V��(-�W��#Q�?`G�uGp~n�-ғDjk���h�����)�fx�w����LQ�ғ�sa�\"�o?��Щ������c9C����ҧ��1 8,�^�2��y�I��[u(����Q���-�yj��$ie��Yi{p���\\���8��ڪ�f.�$F��L6wf�j\\�i�Axk��s�t��~����n�¢^�2�๙�f��V)��ʍ*^D.o���R�|D�9O��4[�J������ \"�<���Ɲ����2��,*�5��p�G���;���w2�^���f����5��@է�3�=�E�?��:��zM�$���q�eƭb�a2�E!td��^��jj�)R�Bx�BL�� �=I�5E�9�gj\"Xk�������s��� &�Q�=I��j�E�N�7�\n;R��}l��pfV�b�m����m�h�c\\�J���~9�H�J��$[���x[�֝�~�m/��ȶ���>�ũT.)�,l�;;�o[ӆ�ˉD�g�u\n��Y2.��C0ÎM�(Ӌ;sd�O��&h�gC0����u!�[�+�\0�Ӟ*س��jE�W�;����>$:�̈4d�Q+aJӨ+�`qs�{9���OF���x�vNms��{�Ӯ�¾�&���j\0�v�S��������|.�kӷĆ�{线m�-a.G���B1��n����:sӸ��9�A!���=����a� ��L�P:��Ԝ���̶:wyj�=���ҕ��ī6x���y��S����y[9��l:�Z=�����?V���2T%<̪��Ѭ�J����b�+��/?B��<\\�|8�W)\0�j|���( �y�z��6��33Wq�\'��x�0`�C�A�W\'�>ݩ�A�$��s���8����*w�,����^4�K���\"w�-\0C��V!�)3���Uէy�RԜI|y\'��� v�d��Ō#�Ϯt��ԥ宂�E��O1�\":�9��(�TQ��\"�M4%���&r�O�fA[Ȳ4�ɏݐqU}R�\"����G�DŽ��L�g+�\0v�Q��v1��R2ߡ��/Ɣ�~�Ϟ-�\\� �\Z��@G>���u��y����ax��n`��f�w?�6y}>��m\nM���R�\r�ˢ��\Z��N�t�A�F�A\r�|�?�����4�A�&E(6��~�e�|vH��l�;���R��\ZV��y�f`�T����Ø`���s[�|�C��I�m�yu>j������\"�e�[8%�\Z\r�����ˤ�\rN}�R��m�D<�k��1��\n��%�D�{RӢ\0�M�+��2�Ӣ����;�\r�M�@��j���c�3.�R�2���-�OeZ}{��� 7�tBR#\r��\n0f�_`۽���\\�\n�}(�n�a���w�C�9�-A��IQE�D�^�Yl2���Jj�f\"3��zW�0Y��P{��{�y�Tzw�yj�m��ˬ�\'��f��ښG��Ē��GN�2��*�RmWF~�mK$Q�Վ1����m.JM\\k�V�?1 [`u>\0!,��Օ���>�o�*��� ,_wE����]I`[3Ֆ�r�\r��G�VpGG��݊X3�������;՜���5Iˆ���3էKnLm\\U�k�JصlLզ�`�A�^{���B��b�\rN������\Z�����8��Yd^�^�u�Y�q,c$��:$(�Y�z�/g��J�>#�\n�\"7���`)�w���1�0.�^R��b���괚f�Վ�RS\r��G�4���(��!�OX*��������7�A��l�\"����&��ap6f�K)�^o�灐Os�<����A6��3�A߯�%wZ�5-D�ڼ���@����J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo�O�,\ry\"�ƺHo�S�v�P ��SK�w�cp��U�%(�l�fU}����h�p2�+nD�ʭֆ�vBǑdX ��1f�vH���y�)�l�֚��ă3͒�\rΝĹ������TN�3�_*�.֞�&�u�r���|���i+Q�`ŸM1�U֠)����8��l��/Z�R�=�Yp�����O��2I��u>&˷����u�U��Ė���{��x`� &{;��u�բ�.���X��v�a�����kdo\\�����o�~(y�&j���F����%�@�I���(�.#��5U[DB@��i~1��\'7Ö��\0�W���2j���ʙ����{`���01]!֥\n�c�3*���aVֆe�Ɨ��ԟ��9R��Ot\r�C_����4c�z��S���s�T�Aq�cڷ�59�a�O���҄�?�t���M)�P�H�ٹ��kώ%7f�+�$�.��~ӛ��Mxkv�\rn�s��]%����́��T�ĉҩ��^�{�Ǝ�u���������j-{V�=O�\\���dT5^+����`,��<��W؈N�l�S���j����?�?f&:�s�[#�RDs��;ʅi�lbX��.�-�t/��y���kOՇ�|{W9���mdJNR�j��8?|��H!�sђi{OT6����{z4�8�0�og3�x��F��R��.��:+�װ��&䄇��2���C.�a��eE0�,9��\'ZS5����4���G[��\\e��}*<�|L;�z��x��x?&�WF��f�=��x�;Ҹ�.uL��)Ԝ2��d��L{���0��3�5��Y�!�U\nhq\\��D�G�hB��,�;b&��<��C��$�H\n>����T���E�G�N��`��-��*��(�q����#Ԝ��D�]K���X����J�n���piήo��(��F ����rr^$��O�5���M�&�J����D�K�0�F�Nw0\\�P���s-\"�d�,�世�n�7z:�n��SKn��S�Tv�u��!@bv�7Ng�VC���%�{���~4�u��� k@�5�=�(��{\"�X��<���؎\\X��)�Ш®4�ʸcWþ#E5�ӂ�e%����/���h]�����#ш9����`v������b�9�N/��lR�agL���wԺ�Q��\'��b�(c�/���:���+�����~���Z��������|\0u��%rvB�T� i�������ނN�ɫ�����/��=��1��I����Dj0\\l��M�51(R��;\\gՌe�՞�$��_,�j��薶�t�C@��ϊ������&8H���aq_�/�����BuZ��&�?�y���=ӡ��C6�d6�m�\\�]vay�T*�f�Z/�8�߬���U(W���U��{�-���V͗��8$4�l\\��L4y�\r�ot�f`8��^�`���=�@�l�TzŜ8�)}�~�H}��qٗ��N���ai��9U���᤻�\Z{��٘��\"��[��,�T�#�H��5\0�F \r�R�osٙ�$�Ѱ���R�e�j`^��7�葟%��yٜ����M��9\Z�/����\'��� ٞ�4bV�t����tk���Ep%�~D`%�\0�;ٴ� M\n���WX\n�躨�|�|3ߜ�+�+�4,ٷ�紱�1]�ֲlz��b�VP�x�̜�=�ŭ�?�/���Č)�-\'Lԗ x�!�Uw���_nFa���>e3��;vz���t���P�i(�d���|\ZVw7BAz��zMk+����O�5����@���&}�,py�F(%�Ld�\r*n=YNt���,k�L�]*��]>N5c Yn���l)\"����q�qpu��u��4F���݆$�ӕ��_�p~�*��60�#�?BT�P�|��:�X��k��>��`�W�O�@�!پ�p}��_0[��\Z@�d�\nf!B���>j��\\R^3�����V��cZ��=.\0����܈�\\��\'��,��(�&���M1^t&*/:7`P\n��S!:�b=��.#�R[$V<��Z>f+���mսRh_i;1��zm�6@��d�3�5(�G\\�ܧDo�i P�p*vw�;����X?=�s|V�F��ƢId��E<8��m�J.�Ewj�����#_\Zܞf�nN���7�����U/���/g�#��JK�Ӓ�]堹�����|�M��n�Y�M\n��}2 `��Q���v��_�\rzB�^=څ�c:��ܾ|@��l�\'��e���߲��~��چL-u5Zkw�=03O���* ;XJ����\'z0ګŲ���T\"��\\S�@��ޥ�+0yrx9�M,��ڮ(�\"�Y<%�I 0c+ �����M��v1ںQ��G䃞u�Giԯ�g����#dN��,������֢������_����5�^W�{�Kb��F�yPX��p�^M�ƴs>�\Z�H�.\r�����ߏZ�\\UD��O�t�ޔ�&ŔLZO�\Z�4��vdU����=���=cx\\��魞5\'ҵ�dջ`��k��_[aJ{��p\Z�E=�(X����\\s �p�J�TX~��\\�s�Ak�\Z-=�}F�b��TEw!��}�a}.�& c-B�\'�Sj?�p净,�X����p��!�:��E���s��t�6���Sz�å���Z������,�j�ۂwT\\� ��+�=��ា�b\'^�x�K�.�ۑ�&\Z錷�ې7�~�����rb�ۣ�<��К~_�m?#�����#�B �(�ۥ~�b%�w\0 �z�9�ws��n��>Dy1ۧ�����#)\"U����G�����ܑ�]��ۭ�M:E��Z�<v(@^����e��K�\0۳}sYDk�6�����M��(kGN�ة\\B·ۻ�oXc���\n�jJ�#��@�R�0���`�T��j�5�D���-8F���Q\r%�.�m��5�R�㖩\r;�gPkl�r<��CD��0*\n�)����m��x:�.�o��w�pԴ6b@�W�Fk��-���������1��q�[��4�2\Z@�r�: �ӪN��lT�D���,\'�;�=���%�~� H`����`@}6���[d=w\\��+y��%e�-�_��+��^���J6��^Nih��OJkf�iB�����D�̉I~����.l��v�Pg��wv\r�\"aMI���\\�P�;b��>꧒5>7Dub�lg���=z^�z)t���?Ū�鳊<)��+�$�>�B�FV�d�0��3���m�R�2t��/v�S 4�h�\"�hAD\'�\'|�6[kF=�\nyi���f�m����R����̗U�i����!Y��h�L��a��门b��|\r,7@\\\'>���0��n�+S��K���&�s���щ�\\;Y�q�9���w�m3�t� ��ЫQv�#`i-1ٞ�U�h�ܑ���ǣg���\n��4 ]�D�$���W��ܗ�E�V��8i;��f�e�|���ˤ��ܝ.r����YMDMK�q��Ĺz�Z�p�����ܣx��L#�!��E�~p#�w���p�1[�0L��\nܱf���X��I�`&���:�=^��b�KG�\0.��ܴ&�#��kp�e`��h�f��sI�XNk�Ǘ!��JB(AL�.V#8�de\\��B_�&��:��K���:��\"$_����\Z���g�����p�SI���{ǫ2jP��f�Gi+YH�K�׀�����&���f8������Hk[%���m�r�s+n�0�Of����֠��7��y�����稶���\n�oN{mnP,�h�+p]h4���g\0x�-����8�����E�mb��E\rH� Z��m����\"�6���N`�! B\'wC�ˮ��.�0{\'~K.s�J���IPګ�&nR� �2�J���X}��k�;\n���5��V�r��4݊w�?L)��K���f4ٺ\ra~��tnT�ݩzK��u��Y��.��m�i�4���*�UT�ݴ���\"c�YO�|D�\0��;�.����Ѵ�*Nݴ�K��bT�3�y�*��נ�\rF������ݿp�\\�/h#]\"\n�=�/����MZփ���I��33�u�n��M5Kh&�bV\\%�Z$�i�����C�1�~s�\\�6�rۘ�����\nΣ����6tt��|��hf��S?�f�_z���`�y������(H�2�\nyπ8��F�p���B��k��ʫ.E���\"y�3�(ɝO6�Su՛Z&����S,� ���p�\nb!��s!�ͮ]�>���\n��O��j���5�RLC�I�e���ỔJe\0�.S�F�>�.������w�g�:$�\Z ���V�8{�V��9�/�j�zbb���hF��+�\0~��X�t��Ǟ��C��{���%��f�\"��Z_m=���Z>D[�{���/��m9qN�9wN|\n�֥��s�j*��b����T��O5p�p�`��)��ޖ�p���1i��М���&��19ޠ}D3̲�ޚ$>�����*�����~wa�\r��x����ޥ\\�}�9QZ��\rHO\Z�+�C�3\r͇q����,�ޱ���\n1�$�d8v^!*�3���#͜v@��3�&h��N;y�B\Z��N� 8 j�x�o���XQl~?�8�����i���i8|�����Le������I�_y:����&��R�z��<OT%x\Z��܂it11E�g�U&��2�1��YI\nf ��Yᦊ��FrL����7��u�����S�t֗���p�ǯ$U�-�m��� ��~��V�>����EY\r�,i�Ղ���!\r�2n�D���9T�%T֖�\r>����ƾ���A�Y�{,P\0~b���\"܃�������n\0A�=�R���<�F{�;xپ۶I�x3�\n�zǖQ��h���-n�&�U��e\\�Xj�`��nُ���|�&�k��2�ʰ�S|���I��߆R��y�r��v@|�z�%�Ӷp,���ro;B5\0��C��yaF�v�VNcۊ�i�Ba������T�f�X���|��j��b��dP�CW>b��$=O�tǐ��>G8j�j�4��8�-s�Z�ԏsŝf�?߅y�R�z�5�T��\0�DU�磣 �w̯�ߌ\n���r��sgɴ����5Z�}̼���ߌ�P���ܻ�\0�{Q��Щ#�m,�x\\`ar_ߔ��}>&�Iy� p���by1��8��g�J\n��ߙw��,�� sƟ�lalkH��J�n��?&b+�ߠ��B.qf6*_��-����W�I��4��K2ߧ�)�s�g���,���He�|�\"�j̋2(߹�V������N�A=���X��\"��.�\n�Ņi�2��~�<�g�qԴTϗ���~�%>��ԍ6m����_�5�������}�;[I��F�i����|x�7N��*T����Z��j�\r��u^kbڵ���)�P\0���[\'�.�l7��^\r�?�%�R���c���Igl����QRx\Z�ˮ���R�-S�Zo�3ҳCA�j��� �M��^�2�ɖ<�tfp\'��P6߱�)�u��@����S���C�o���m9���4]�2IeE��k��q�h�@N>�އ͘RRSo s�Byc�!�l���� �MJh^��`��7��Z�=���^ԯ����č�1�Tg��ر��D��w�h�l��ԑ���_�x�4����\r[�� \r+�����~�\"j�\\�粃h_E�V\"���R��҆c��}��o�iӿFp�&K�IPʽ�D��[�����E=3iJ[a��x�(aB�tg�P ��B���\"ೄ���\"-d�J������ի U�{������(�QG�<C�<�����F\Zm_=|�k�Bô��4��>]F�fw\'������欚��Evm8���a�Ć�J���Hڢ#e���R��7\"d��#!�E!,��cl�5�B\\ W�\"gܷ�}}��|����C��C0����v��0K�\r-������p������4,���KY(�I��� xD�Q���/�t����v����ǹU�8��&�.a��YA��=�6�� ݼ��4�\0�e0����-���4J�\0�)Sִ�����?�k\"4�Z�.�Z9���\r�k���X��e�_^�q(ѵ�/̹�h���2���2&�X�t-����a��Z�n�m�sN�Q\"?�mFN8�?�pi\Z�h��H�z�O,�k�h�iY��e�8;w*Aފ&\'D�:��5�`�v>��d�k�}<����6�� ���Ȁ�KB�۵&|UB�\0�Y���;@7�����GJ��۽揷+�I��-�����i3�<���e\n!�d>���a��%+�eT7 �ҧg�я����d���,w= �{|\ZZoϢ.����p�]�U\Ze��O�lP����&A{��5��/��w?Z)H%�K�-�xrN�pꔨ��%��\r/<�\r�gl+�Q�_r�-m�P�h�Q����$,����5�%m�������,�\nu(ޞw0�KoHJ,a� �r�U9\'s?�|�������R0��AtRW�E �)��օuT���R��Y��T6��r��\Z�IZ)��[w[]�=`L�Þ�V G�L�������mJ��a��f�o�\0����W��e�2�`��:Z?������^X=G�γ��b<�H�G��wE�21�wh�a3(J�@�g)���z���럳9���=��8���\'�KI\rn�‵`�iz ��y}��fW�mh�GmM���]�H\r�u��:�4��̩�i��7[�G�쳙r�/a4�v)�w}U��+��谆{3⥾�ϵ���瑉�N)]��W1��+Z���*ʠ�u<�e���\n��,���&��ͭ1�����:If �ڦ%���5�@Q�85�ʂ1�-5�����ym�n*$�\\l��G���*�E�M\nl��m�[�-�B�8Y��ٺ��d���J6��S.��V59���4*���f�H ���r��*\0�Y�㱿;+h<R��V�_��u&R���:��ƹ�W\rbC�J��9��n��FB �y�J/�ad���V��BZLC����;�wx�Y^��&^��=�xʆEs-��y@�G�y�\Z���}��q�-���сo/@�8�7���?��!c��^�H��\0�E�*���I�z3^M���P4����Fl�wRC�H1�\0H\rgf�^Hq*��v�6M�g2�����I�Y����g���_���,�\ZI.&;�Ӿr�V<Sg��U�|�4E+5�C�828���ҝ��o�\'�?��_�8��ۗ0]$47F\Z�A#�[�RA�r��5�7��{�0�7f=�9G�cN��yΟor�|��A�\Z��U�\0��jJ��ΆP�M6.\n?�~��o��Υ�TXJ)*a���L#�V��ŷ����42B�2����,u��ʕn}~�҂Z-�3�6 ����>ӯ�\Z�z?<^������%8���\"�yٱOlB�=VG��h�!��K�<��J�q��;�(5nO�j�nYZ5q��Pܠ��4��zgzB�tWn�W��&�c�\'J@{T���r�q� ��*k��J+�0��}�VL��f6 ���ӆ`lI*H�?�6����G�}h�o�B��� ��%�L�@�ĥ��bu���(FHP\\ȯC9!�cn��N*NJg���}Yv��7�Oh%.\"A�X�*䯂�:�r����oO�\'7x�9���)y���j��?wk�6��(.�T��v�̯1���������5�N��b�7ٳUw��*)�h +ڞ����\n)Q��N�k��U�4��J�M��\\���V���^1�����u��rYޥ1m�w���t�����&�Cr\'BMF�u\Zx��/D9���zH��&U�>�+T���K�F(��,`:7��Q��DZ-F���Z�Q�TƷn\r���{������vA����H�\0�eq$�W�Dj��K+{j��Pu�υ��~�\r|F��S�a(�J�}ȟ�A\r�1P�x�z�u��ѷ�;gtS7���Gn+��Q�1��rg���Q� yg���5��.h��f��hm�;����k� ���W8���ˉ����n�t�A����by�Mϐ;(uj��?��]�$�C��&e�Z��%�,zf�w#nؔ5�0D�*/r�x��P�g��b� =#�\0�M�)��B���\\e���CA��w���wK�HY���\"���0d�����~��k�:��\n���Y�ïy.�5 <���o���oP?�����D��O�%��ڵN:(��{�Z�ӌU�J���k#H��T]^�U�\0T�j崠&�Y|��s<������B���J �(zڪ\n�ą[ƷG����ֱ!I�z�A�4N�:ӊ���U �[������y-������)���5��_�Ba\rc������;���p���v�gm-,���_��\"T�P�].j�8\\3�c\Z�^���@i# UcjH�q.�!���۴ ^�U��\r�s��&�z���\\���L������Kcu[������;m幡�F}I�-6��n�$�[����$\n���9�2%�V���0D2`�q����T&��%��q�5���y\nVڌ��H�t�����:��<�k%������� (���1��.�p�I��u����eI�t9���]��\05���^�\Z!����c�xN��d�i�GeAI@�\'iۤ�z���*�bT�J�-2���<�8Ko|�nF&Q� It�-Z\r�˅��H�F� wb�9ѿ\Z�xR����c�I�0�{��eQD�� ��{��~aK\\-�B\Z��](5z�!�U��N[�a�9�{�����j��B0P��oU����K��j��aW�ś\'����y���Y�曗>��@-�����=�� g�_����{-SP+f��Q�p���87i!*I����ȣ7�\Z�,�����[x��R,<X�����6�Kk� ��o���yA�w)��}\\C \n��=�Չ{�����ogb�U���h�6���XE��.���R�un5j������O\0�6\nt�u�=�������5Q�%Ǜ|߂���Y�M�\\�J�a��b��T��j����bGar�U��~�\ZoZ�\"Tɷ�\rM� +��� `����gO�l�:�����l�}s1�iJo�Z�3w�/at��6��aK����5�Ȕ4�\\4�M�Y�^e�x�M~�?\\p��iEE��,�8����)�T�n,��q��SF�z�ȲMR��W3��\\����\r��q���1?�XE���GD�f��L�S�q��`� ���ٷ�s�P���W��M�Q�~@�ů�×�͔炿E���$>9�6g\0��È�];��l����\0l�*\r�����\n%�E\'�t��F��䝆��煶\Zf=?��;[���%���j��{j��Ma7�roث���l�]FA�1_������\n���!痰f�WeJS��Z�w�k�X��ڱ��Ӎ��~��\n}�@�=���\\Y��Y�C��]�Ǣ�������5����c�Z����\r��l�Y�ƞ[#�i[��5Жг4\0��2m��&�h`��q\n\"�)\n���Se]��~�&^v���w�Ŝ�����v|چ�`z`����I{�z��C�9��]W���9Ջʸoz=���p�r���7�\0�H\n({�S=g���kyo��?��������8Շ��|B��D����1��3��7�����ţ�遢\n<Yz\'��j�X���`�fr�Q�\Z�ȿ��4��M�F/�-�f��r�:CK\n��8]��PY�5H���gb��:�<�xݢ��X���,s���\Zi�(�6貿!����g�ъ�k8�&��\\��-��38�岟k�n�� ��ϣ�,+��Yy.�2�\rt*q7��,j�_H�d�QPY�@�-�d��x�j��)��dm�x�́��?�9ݱ|��X!�l����%1+�w���$�5�J�ck!ԛ�H�F�fK�\Z������R�$H��ZY��\n~��P.��x꜃ N�î(�gF��FR�\na�*!_^貿�r��`H��a��b��w�@�Y���a_�^��f��^���(�\rO�>�踭,�����������\\q�����r�*����L�lf�����<��w��;�?��ݚ�d �t-��8e�0W��~�*�>< *��0V������\04�~��t���U��gL�Q������磺1Z�ktx��*���5�I鄳~㾥ݐ��n�n\'�-����҉V�>�鈢ڛ�r],?i(R;����}��>����QV!yvpc̒P`��-�e9rJ�K\'t��>;髥�ħgZ�����C����J�o��*^��ɰ1�N�J�R��i�B���O�ӬB��V��h�pC�%��Z�}�=��s<۔��[Z�#g *���\Z�;1\ZE�?Ic�_����c�#ň�M��-�[\"�n�E�*9��p�:�cZT\\��:_���&#`Q�\n. .�E��@�ю.��%E��g���=�N3�>��g�|�S(F�jǕ\n��;�e��X�4P�iev���W�soڋ�L�QBW�b��e�x��A�j�,p�r��k�jV�i����]�A�\"�����3#�q Ɔ�\Z�)+�l\0#<9��\"ϕ���A��v�hz�J>A�q��W�&zU�V����\nW8� ��`�\0ayxHõ�נc��ΏͿͰ��9O�8�^^�]���t*f�%�YE���5�<�`�W��h���j0g�_M����TJ��\np��c[���_:E(.)�&$*~�(gf���;���c��\0̢��c�e�:Hb>R@\'=�v�@5)���y�&�֫����\r���;���&��؛ƿ�ػ�5|V�{��A\rreAFzK`�\"�?��E��z��c�R��z��͞�.V�~!�6��k8������W\'�|ǘ��rf�H /�@\':{�Y�T3NZ�O�Q˶ܩ8�N?5��n�A��.�y��a�餷�#���c���^S��A��_���7�\'hcv��]��#\':�z��K�l��?�Yk���2����W>���-�M��P�N`g?\\\n�\rK����\0��J<ǘ3bxT:�W*���r���-6�f�pxc�,hoN�I��[�\\�`�nB�7�$·#t�\"S�m��-��C�`��Ɋ��s�E#)(���A[�h�\'�����|�kaO�I��h�9A\08(�?�K\n���͠��ZNt�a�Z��f+Ǡ�\n�K������b��n8����1\"P�����&�8�X;�U^������LDL9�4�ݬJ��݃�C�lE<aLj����l�.ēz��]\n��\Z��:��zs\0nĽ���>�e�[7��NJ��tt�@�`�2Z�\'S�V�\"�*�XA�vk�Ox�ޡ�mdFFÅf��a+�6����)rb�4�ʲg��}S�x��vֻ�aʩ�D\05SS�-��*�^Ӆ�\\w����%`0����vl���\r���\n?�4ɿ�r֍�O�n��_4�`�/�-�\'��aYI|6���`Z�4��\n��\"��l\'��U8y�kSl�صA��(GL��8!��<z�Kr�i��ImV�e(iCx��/?���O���E�q���i7A:�3\r�����:�?��2=�,�+)�̻��n�g���3�(���D���a�!_y��� �Q�VGK��҂��sv@��N����\0�}A�v���A��$�=�08Q�j���V\\��P�[�pHa�F~yQ�ˊ������r���`��\Z���9�8Ra>r�Z��!�e%��d�uH/l+��ޠ�����.��I6��(�웎y�R�j�\nM����x\r.s������&�^��5P���n��>��:�����,G�I�z�R�쮝���y���Y#�dz�E ��92���������vnjs,_Y{\Zk��]�ٛz�J�^z���{�M����9l+:A��}0��0��.�@L��3�l囔�\\�Hiܵx�f�Ll#@Ť��e+�=����So\nhѱ�ً!J~ẞ�ǡɹ�Ὑ�g\r��y�uCx��;P{��k����yM��#�h�.���?��t#ɠ���\"���z)`��RI+�_#a�p[o��|\'�:@���A���} E��饬2,��)���w_�DʉԶ�͂���6j4�0F��Sc�\"��~��G8<\'���������:��M�6���/�U�9)�O������WT��>����S��0\0�;��QO�%$K� ���\'��͕{)��_���ĝ�#/q�&�O�[���O�\"²�,���l?2j&�����,�k����$t3��?iYϲYڷO��5]I��{�������ٚ�X�L�l����#,\n�W�Mb��X��zp)\'�F��{��Pniq��9�o��̳l5�y9�Mb�&�iK��ues�<%�qѬ6�I���F�_��\'Q�7�3#5XN��xL+�֖} gTj��,�)0f������;7p>�Dy(�-s\'���#֛X�މ�Ά�>�풏�9�F�ܐ𱐠�d���ְH]@e�Pa�y�ŝ&)ԧ��0�x)/�mۅ�r�Uz�������&���[j�}wR�E����v�����{�A���G�5�F�i �y*dq]�O��X=�ܞ�W[B�\rDݬ����v�p���>��j*���욬�e�3�p�]�L��}�`��`��DX1���ع��WJ���]cƈf� u�J0f�j\0ց�s��ZR�~�]���*����\"�rd��S�2�!�{�֣:=�Nz����g�&��$�F,�lK급/Í9�z�Üu��\Z\"�dm�*\Z���X�[I|�4r�_�xS����*t����^�&��/�\\$����r\\`ʳa���7%��eűCS6���ǀ�h�2.^W�w��H�î4����n�~2p{wq\Z.(�W�a�_N��C���n�d,y�p��U�~���2ʩ��w�:���jU�/��t#L���\"u�t��P�w\"��L�x|�(.ay�ѫu�#\Z�ڄe���u��uI�;o���,1�{��[rѸ5�b�,���B2��+Y�GH�Q�M��p+��i��2�vC����m��*�i���QLC�H8�RvJ��j��o���f2RFt��� {[O��b�4���?���fs^�Y��\0�������^���x�{��N�0Gu�D/�S���ā����;��%�mp2X[�j_aG�����v�@�2��b\\��\0����~*J�jT�\Zw�?/�c�g��)e�����Z~&�q��N7�� Z-�����r��$E�\Z3b\n���NyoH�N�mQ��va�N�/ �Y�!v�46]3�]��3�<���ڗ���<�*=�tpE�KL����[�Mrx%\0�b0qq�Ă��|x����:��_��V�5:�U��S�o2ҾP�u�A_�*}�~��\'K9�;�4��p���\n+=U�O�}��6Ԋ|���}<yﭼ։K�hxޫ(R���1�=~�P�w���ºT�+�In��\r{��M��_�໘`3x���4��L�#\\r��ԹF� \"�$q�c�@\n��C��KnA��O] �`�o���C��K�����.���U8u���i���H<pSh�Zذ/�\r.�O�}9�fP�k���o��2,�=A}P��#\r5�k��,P�D�+�>J��5딧�n���.\0U�Rq�k\'�����i_i,�\n�G��+L�.\rQ�\0��%�\'�y�m�_��#�?���E1\0�² �7��5mw>Z��2Q2K=�^N����q����Q\n�IS�}V#�N7=��ɷ�5���gD��>h]3��\n�0_�э�Wg��1*�V�����FIP���x��f�vL�@���p����R;K�����R��[:[��*w�(�1�� y��jL3ˇ�d�\'��V&}l��]dO��g��V��:���5��fH��A~l!�/�6�yԶ��!��[^�I�ٷO3��E�}{��Y�z������#���@���XaͰ]��()c�k��!~s�~h���q0���X?8�̅���H��i,+x��͵�SE��9�r=�#_~�\\�/Sͻ�(YC/#/�D��^>�6\\����V�6 E�i�*�X,��/�6������}%]�v� ��\ZY����<�}]�8�c��4=}�X�j( ;��w�g�ָ,\\R�0�$k�o�A��{������2#�am��\'��Y#��O��(&\r\n0�{z����7�j����R�v���^0�?�2Dh�4�SG�8RH�e���4ډ3�z\Zr�K,�Iޗ�Oe�x�џ��i}��.��kQ�_�3��9�y\n�b�-5c,R����3���\'�r��.]9c�x��ߚY9�\\~������f���Ƕh�j}u�pIX�p�ھΩT����/�6�F���k�T�E�;�H #�ߛ���{�C\'Vۨ/��H_n{��FW��?^ծ�V��� �N ��-���j���s\Zjh߽C�ș�I��E�R���1��G�Ÿċ��d/8��Z{{�S�*Q�b�U�a����9eR��X�?楐�1���ih\Z�ҕ��X�T�9�����Eߎ�i��ц �v���&�=G���V�kr2��C5����m��~q~���;rfXᅸ��eX�t�Ū.+[�����咩H{v���./s|U�Z��A�h$DU�s����I�{\'\01�������r���k��D����a�c���#k�Qbm(��(��{ia^�\\v�J��M��C�`QA6�_�~�j�c�,1��F\n)7��䩾!�@��� �n���K^$��N�Vj���q��`J�BZ�ޅ�J���X�0u�9�>�!��v1����v��ą�>���Ш�&�D�6X]`��=�s\0��1�y5z���4�O�|p�A5�P���(fy���2��Э�9��ex�kz�B��4��6�Hy�/=��u4�_c��� ο\'���M|4��gE;+\\�)H�q��{�@�dX{a2�H�=���G��6Cm��:�|��!%��p8�Ug��A�N��y�qoʅ#&]�#mV�ە�rȹ���L�=��6m�zQh��Z������C�� ���T�α���i��ߠPom\\D5~�!�������o��a[�ce�U�>T��ø�~3��$:�З���e���W�_6|�T-�>{�rC\n�=���k��Rd�j��6���T������\'����3H�_cx��N���pn��x{V���@��f!��D.S��J/�xk�nZ�~q��6Lꂨ$����?{II%�&���V(Aw��<䩻���c�$�a�=�����!3C�PY��.c%�0b?O�)Mퟴ����[�%>xd�]?Z�1����5���q�)��9W/`��kW�V*�_i_\'h�Ma�CQW�~K�0�X~D�<���>�5�O! U\'���IaӴ9+���6��fF��7�r,��?��O�P��\Z�r�(ga�u;Y�R�>�v\\��?s�k�\\� �~�m���V��|ݐ�\0��!��ٖX6���a�v�/%1U�Ed��_w\'�ޢ���KGs�*<v�u.������S��A`\n� t���p\'��\\ˑ+&�*u4��c \Z{\r�������@l(2�u���-V�����Jˀ��z�ا`*#��j�xZ��&�\Z�{C\rB�]���Y�#�<\0!_�M~(�����k��_�M��W��F�i�]������iˍ��B��l@��j�!�\0@�����Ų�3����pv`�r9H��(�c�WޏK\"�$��G�ϭ\'�6�I�\"�V�ɜ=��0������\Z����h݆֭<e1L�!ӳ��\Z��D�K��i��@*S�ĘRg��� r���z�2,o��Q���ϕ�FU���lt��*�g����V☲ù�����۬��Bj�LN��hZ��e%�D\'��G}w���E�k* ��W،j��|���K\'��l�Ȉ<������fdU�Ƭ����\\�fH���v��I�I��w�d�4\"�醗����0_��h�^1���-�c�j�Htfݬ�?���D)�\'��hcF,�4�|i�Ql�p��t�>�%y����1P�bB��R�����[B}�\n[���; I2q�U�>�n)̈́��Ix��VV$��Z=��q�UO���c����\n���4�\r\'R�2�8�F(>F�2 ����\"Qj6�h��\'�Vh��~��Ad���7��D�c���A�\Z�H�zy�I����Q�]�o��%<��DN�N��M�^�^��/jC9�tb��p�\r<�!!d�e�p��\Z� �0mz�����%�\ZN���:�J0��L��2��\"L��⯜t�%>��:1��W��R����ͩ��Q�i��~�^G�vr�`G�̃�S������$ �2|��>��Y�wM�W[�� ��I��/�H-j\r%�D��������+�P4�g.���{���^W��/![qu����T �&gɖ�\r.��:�)�Q��7�ݣ� �h��\"b�Y(V��W�|/5[�r�ɷ*���M���l���r���n��zW��m:f�O&y(�H������\n�#_F�D:���1I�}U\"\0H�B�&`�8��m��!U�c%rT����.��q�x���=\0���\"�I�8c�_�;�k�6��R�r��E?{d���G_�A���7����c0+��^E��h1��{��9U�,���%k1X�\r Lc�N�;�<K�{�*�k�L������E,�t*�J�. ���*歁\\5��c�%�a��P�T��g�xȻ�=��|@� ԃ��\\��HVq2��v5�o��,�\0�7�IѴ�E�����90.BAe�4>�]y�S�Pk��=�9i��fCu l6E�#�Zt,#<�\ZL�4Z���FU����!}\\֊��_ȕ��o�/B�\\!�Z<&�^�S���V�?���R�Ê�]�� ���ͮ6���R��Ԥz��8�\\4��w��c���y����s���M�)9@����2���.���V�/B��c5a��\rRI�G>?���y;�+�����\'�SAE�D>����qqa�_��؈K)�A��/��YQ��;�#�6�yc�Ȍ�ʗ�j���L�2��-[� 3���]S���.��\\��0ה��B/\n�j�z\'a�����������F�L\Z�H-L `$p1/>:r���V�Ǚ=={��Or�R�xg�J9G0>z�c&�IÆb4~�*L�Q�Rkg!i��f�nb.*��η���$�gw�T��#;?��`�?��;\"��A�Y|���X;u�a�w?oa���bN$��gI���+���R.�e�\Z����pt��ᣈ��:\Z�`\'8�y`���w�W�0���P��R�Ƈ��]�P�d��$*H��9\n?�g{��gs� gO��X�I�#n���!F#Yȼv\"|�:�ݯCG#\nY�E[��V�w��i�%�-%F�\0��[�n�1S�a���+���]��B�E2�s�Ŏ)�?ԟ��B� �*�Z�O��ےn+�z�`ߗ��]�^��$�d�g��Gf���m�G8�@~n��?� x��*Ցx�k��S��략9�����U�R�ݼ\"�EI� {�`z��$��쨀q���Z6hֲC��R=�8H��ΐ��<���>�y��y�=� ���G��ө&����0��*����u�\0u�\r��+M\nMƿ�4��f�_�MG���%2q��0�/ғ:;��e�W�G��ʈ�P��,�K��A]H��%����A��Q�D�۞V蚹xRBBy%�h�Wv��Ƕm�}n�G>p��ѹ��W�����5�w���O�E�̾�m�G��. Ճ�g��?�r�Тjs$_�D&֗��H��s%��v�x-���#����? ���T���5�)�\\Np�����[��>��&��]����:���.�ѥׇ���4���U���hnl���h��ʫ�jF�**\Z���W�nfrP#3�w֢$����¡桘3���D�\\�[�I�����wD�=O$l\Z�����I��9<��0ox�>��L1��\Z?���f�]��t2Ј���5�����I�v��C�(�߱wzi��C\038�\'U���$�S��(�]4�P�����cU�v��(�c�̈́ɯ�Tνڐ$_����S����Њ�|��|���n��D��~��v-�;&���W�0��;��7�\"�L~ޅ�LE�`!�)l�ʛ�hL��O�/̩3��z4�Κ�C:Ufz^^Gn����/�pR1�C�̬20�2�J�<��:�_��B!s*���l���6���\"Q_�ȹ�2���a7��<\\U}�\"A���s��?��C9����`�r���0É�����\0��1��y�i�N7,N]�8�Ϫ��������C�,01�Sͭ�-�a��b���pY�x{Vc�o��lNG�qlkb�����a��ñԟ�yb��@�Y���(J5}d�t`Mu���Ƃ�Uz[�w\\=ʼ\0[\nK�ix�-b>��,E�d�Ҕ�\nN�-���\0�9�pM0+��~0��:6r½c�� ��h{�M\\����J��,�k\r?��O\Z/ކf���?�xȃ9��\rQP@\r��\Z���S�z�\n��E�O����wF.P��)n>��<���W��S)���_�]����Y�a�\'kY����_ot�r�)��C����E�I�m/�;����g�g�ŭ��Ʊ��0`���8^���\\��Ƌ�~���~�J��7$kSsYme(�|��.��ŹzZ��[����몾l�c�읋���q�oן���K�֛+���%��!a�29\n����`�F_h��*�y��.�Z�ۭP�0��\"��j����=xat\\K��h���9����wǏ���;Z)���K�~���Q�[::��j�s���^Z@2n��ve)e_��u���!�9�]�we<����iJkN���uM��ٍ��O�I0x{M�y�R\r�~��S���BST����h�Zs�*����[? PO��v��DŌi*�b���*�;ةD�ڨ�n�/N����sh�w��k1]�\':�&e�t��b�t��*�\n\'�Z%��$^���*�B��R_~�;A���k8����\\=�>J����1�~(���Ac�q�o%TF�O-�Gz�JTN>�\'����#.�D�=����a�:��\'j�K�� WHS����`\r�y~E�~|�\nR�i)fl�饔e}�)ld�*�ÀI�F�^��ȯ�ܒ��W���@�~�ݘ�T�`�l�� �9��睪P�k�KV��d��*�X\0M�o��DO=h�W��\0 �7$����R�T�b��z�Hp�f��?�@јݲ�I�����G�]�q�M;��>l\nA���>��k�h���R���8�yO��t�ld�U�^��E�%O��n�~}���J[�An>���P:�����7��4iw����q��c�s� @�\"/��š|sP|0��ô����!�J��[h7e�^�J��T�u�V��څ�6���bJ�R�#��Բ�Yu�n�nO�������#�\r�F1_Ң\'�Sz�<�J8�@�b��c�\niz�N�y��}˜.��\Z�^�����*�̶=������.�)~�� �_OP�\n�x+��U��1�w��z�)�\"4�+�B\\���II�%�%�\"ЖX����~X4;;�]*� �&���\"T�QWvRi��d�3�m�`a��3\r�45q$�&Β9QO*z�kB�������jdE,�Tg�OrP~�tgn�g���(�W�{v����^�Z��}ȐC6ݞ��+�?�۸Z�P�d?P�\\����kO��}H�\"F�+:̵LZ�KA�x����r�^/���\'�D�~�4�d���`8`q��׆dŪC*�k]�0ɾ\"���Ͷ#8K���r���|\Z�ゐ5�b�T2���ph=��������j�#�jR���� 𪏨�|�z��03��ܸOV1�SlfwV��1 ��l?��.\r��ƨ�;p���-�e*���`���[�p5U���ͳ���{���n���!z[�>�f�t4����s^�tE+W�L�կ��C��ҩχH�h�Z;P��.����s.��1��q�+܋\r�4�$Pd�uU1����8���<Kn�s���p�GR�b�:L��0�j}�y�슟W���Sh�5GH�;�V��(��(�\ZB\0�\r�lŗ���B�s�#3�?+��Wp�P�M�k]�<px_�\"R�Lki��G�Ap�\Z\\���?h��8���Q��$�d1��ˌ�GPP�(�Ϟ���S��3Q�?(H|,�;p��H@yƄ��k}�{��[��W{�LG�.�vOǫ�\"�M\r6Ic�����E��,M+,�ǖ��f�� �MP�[�Y&���\r��,���YDx��x����Vތ�\Z��~�VD���Z6�aW�_�tʩk�g�i\n�B�_��[�\0��7��4�w5���q��y����1�Щ3�&�Tt�ȹ��8��=��S�P�y�Ym���m��U�I���O�F !������q��O�~þ`��Ϸ7�i.K���K�����;��3@��\"��_���d�/5�������%����9�U6>��Nc�V�M�Tp�W \r0�����Z|�\\�T�-��B�D\"�,Q�uܳ��n�����.������A\Z��X�m,��P\r�J�h��x�Q#��\0��tg���F���N���v��&�W\"�IJ�}:���k�S�-e&s�c��1h�ؗ]m3ĺXq�Ï��j�_�y�[+x�E��V0z���xi���\n���F�\n��7��4�欋\\�M�=���O����h������L;�-��F��\0��U��*/����d�.>z_�ME�MՏ-/v��_څc����?,U&��\"��R�[�R����|L���<uQR�V����x�s�� b[�y�i�C��\0����T�q@W~��{�Ṝg�IU9�\0���ڡSw�q�\\(LpR^��_m�o�<e��{�FE�P\n-����,5H��:��@���\r�%��-�����,$y��k�\\�3�딢ߓ{�B2�A����G�<��&%���w$���c�TV¶\r�|f�7hC�p\Z��8�w�G�+�dUx��Xc�ѨV�*�6�i(���H�Xw�6[�|�Ja�ʹ�Ж�q^����O�h;xA�3�-\r���hM�>kv7��[���ׇd�̂zR<��2���K�����7�I���I�!1&�j��[6����56i�8��n�t��l�*���?���/]�\Z�4�tX�*���5��2�.p�·�\"�F�6Zؙ\n��$z��z��\r�9`\\&S9�~{-LKŝI�T�i��;�u!���7�U�e�H> -��%G��(�m�\0���DO;��^�K��l����ظ!�/?aF�z��#�U�%f��{�x��i�<��f��;������K�Z9ްN��Wj_�H�]�͚V�I�R[냛�B�w�s��bN}�qY��7zo�U��u�\'���1��k���~P,o���ʂ-~�Bʾ�i>1�/#���#��y��X�oa��\\D�Şheb������h��?)�3��1�u��s��_s�Шd��>V�*R��/\0�����ӷ�~r�%�\"������8lb�κ��\"�7e�E�=n~��͙\'2�C/�����r�\r�̈�\r�;�J�U�ˑ-�\\B��?�� C�Q���c2 G������e��h��h��^�@�˶\\},n���ۛ~A�F�,���{�<n�н�>!��2��_U�d~��p��7O\";}���r\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1629455129;s:3:\"tdf\";a:3:{s:9:\"community\";i:4193;s:7:\"premium\";i:4385;s:9:\"blacklist\";i:20230;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1629367200;s:1:\"c\";i:18170074;}i:1;a:2:{s:1:\"t\";i:1629370800;s:1:\"c\";i:11401152;}i:2;a:2:{s:1:\"t\";i:1629374400;s:1:\"c\";i:11791426;}i:3;a:2:{s:1:\"t\";i:1629378000;s:1:\"c\";i:11587806;}i:4;a:2:{s:1:\"t\";i:1629381600;s:1:\"c\";i:11184292;}i:5;a:2:{s:1:\"t\";i:1629385200;s:1:\"c\";i:11263597;}i:6;a:2:{s:1:\"t\";i:1629388800;s:1:\"c\";i:11254172;}i:7;a:2:{s:1:\"t\";i:1629392400;s:1:\"c\";i:11317116;}i:8;a:2:{s:1:\"t\";i:1629396000;s:1:\"c\";i:11708735;}i:9;a:2:{s:1:\"t\";i:1629399600;s:1:\"c\";i:12322782;}i:10;a:2:{s:1:\"t\";i:1629403200;s:1:\"c\";i:16877463;}i:11;a:2:{s:1:\"t\";i:1629406800;s:1:\"c\";i:18432213;}i:12;a:2:{s:1:\"t\";i:1629410400;s:1:\"c\";i:17919898;}i:13;a:2:{s:1:\"t\";i:1629414000;s:1:\"c\";i:17591095;}i:14;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:17257262;}i:15;a:2:{s:1:\"t\";i:1629421200;s:1:\"c\";i:17032090;}i:16;a:2:{s:1:\"t\";i:1629424800;s:1:\"c\";i:17095589;}i:17;a:2:{s:1:\"t\";i:1629428400;s:1:\"c\";i:16914897;}i:18;a:2:{s:1:\"t\";i:1629432000;s:1:\"c\";i:17184227;}i:19;a:2:{s:1:\"t\";i:1629435600;s:1:\"c\";i:16903878;}i:20;a:2:{s:1:\"t\";i:1629439200;s:1:\"c\";i:15203441;}i:21;a:2:{s:1:\"t\";i:1629442800;s:1:\"c\";i:15820417;}i:22;a:2:{s:1:\"t\";i:1629446400;s:1:\"c\";i:19419177;}i:23;a:2:{s:1:\"t\";i:1629450000;s:1:\"c\";i:18967655;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1628812800;s:1:\"c\";i:420122135;}i:1;a:2:{s:1:\"t\";i:1628899200;s:1:\"c\";i:402106123;}i:2;a:2:{s:1:\"t\";i:1628985600;s:1:\"c\";i:340731295;}i:3;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391138070;}i:4;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343838207;}i:5;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279851367;}i:6;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333530539;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1626825600;s:1:\"c\";i:365511980;}i:1;a:2:{s:1:\"t\";i:1626912000;s:1:\"c\";i:315981641;}i:2;a:2:{s:1:\"t\";i:1626998400;s:1:\"c\";i:327208471;}i:3;a:2:{s:1:\"t\";i:1627084800;s:1:\"c\";i:311854777;}i:4;a:2:{s:1:\"t\";i:1627171200;s:1:\"c\";i:320302873;}i:5;a:2:{s:1:\"t\";i:1627257600;s:1:\"c\";i:317200020;}i:6;a:2:{s:1:\"t\";i:1627344000;s:1:\"c\";i:336075504;}i:7;a:2:{s:1:\"t\";i:1627430400;s:1:\"c\";i:332550920;}i:8;a:2:{s:1:\"t\";i:1627516800;s:1:\"c\";i:355454656;}i:9;a:2:{s:1:\"t\";i:1627603200;s:1:\"c\";i:392754705;}i:10;a:2:{s:1:\"t\";i:1627689600;s:1:\"c\";i:382662557;}i:11;a:2:{s:1:\"t\";i:1627776000;s:1:\"c\";i:387459436;}i:12;a:2:{s:1:\"t\";i:1627862400;s:1:\"c\";i:360443270;}i:13;a:2:{s:1:\"t\";i:1627948800;s:1:\"c\";i:341577284;}i:14;a:2:{s:1:\"t\";i:1628035200;s:1:\"c\";i:305238142;}i:15;a:2:{s:1:\"t\";i:1628121600;s:1:\"c\";i:319404933;}i:16;a:2:{s:1:\"t\";i:1628208000;s:1:\"c\";i:433002095;}i:17;a:2:{s:1:\"t\";i:1628294400;s:1:\"c\";i:408743355;}i:18;a:2:{s:1:\"t\";i:1628380800;s:1:\"c\";i:392722502;}i:19;a:2:{s:1:\"t\";i:1628467200;s:1:\"c\";i:395357965;}i:20;a:2:{s:1:\"t\";i:1628553600;s:1:\"c\";i:396021285;}i:21;a:2:{s:1:\"t\";i:1628640000;s:1:\"c\";i:391913799;}i:22;a:2:{s:1:\"t\";i:1628726400;s:1:\"c\";i:399259955;}i:23;a:2:{s:1:\"t\";i:1628812800;s:1:\"c\";i:420122135;}i:24;a:2:{s:1:\"t\";i:1628899200;s:1:\"c\";i:402106123;}i:25;a:2:{s:1:\"t\";i:1628985600;s:1:\"c\";i:340731295;}i:26;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391138070;}i:27;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343838207;}i:28;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279851367;}i:29;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333530539;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1221589860;}i:1;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:290548412;}i:2;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:259914236;}i:3;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:226641788;}i:4;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:186079694;}i:5;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:164454790;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:158726906;}i:7;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:126751681;}i:8;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:123807640;}i:9;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:115580639;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"a9ec265fffe756fc7896b72ae8776745f7d4f1e0ae6c4672ffbfa0ba3e0123e2\";}','no'),('dbVersion','10.5.11-MariaDB-1:10.5.11+maria~focal','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1629546102','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'),('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','e20519926fd56cf9','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:5:\"admin\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:28:\"Sat 21st August @ 06:19:52AM\";s:2:\"IP\";s:13:\"103.70.171.68\";}','yes'),('lastAttackDataSendId','6157','yes'),('lastAttackDataSendTime','1629426711.456131','yes'),('lastBlockAggregation','1629458484','yes'),('lastBruteForceDataSendTime','0','yes'),('lastDailyCron','1629458482','yes'),('lastDashboardCheck','1629458483','yes'),('lastNotificationID','169','no'),('lastPermissionsTemplateCheck','1629502256','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1629459770','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','c821ffe5e158c422afebfbd205490f18ff2dd8e919cac8e1d37c2874f1de9c45','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','�\0\0\0\0\0\0�y8�\0�ٗ�Ν;˽sIYJ��BR$RI%Q�D�ZHJ!I+�J��H����i!*)�EE+�&~����y�y��3��3>�nj�\no>^��\'�_wB�x�1�uO�\Z� �%�e\r�?�EC��)���M�>��8)��}��uׄ�-X����1ff��m\0��\0��\0�r�a?\0xG7\0?��)��`��\0�4��D�K@�bH�\0Y�+ gZ\0�p\Z������\0��@1�Pt���180�\0�v6���. �);����ռ\Z@U� ��{\0u���\'�����@p_���F��\\q4��\0Z.=���_��\r0h�����t&�:A��!��\0]�߀�\n@7�\0��b?�g��]����;�a�l`�,[�0�`��`x�,0�`00��a����$`d�0Z�U\\\0�>��K>��&�)���/��S5��)�;0����r��= ��7�?�����`\\C`9��*XXՐ���d`��~`�6L�XK�֗_�W�6$`�����t��t/�<$p�8�7�O�\0��`�m0m��.V!����kH,�\Z����H�f�~�x8�9�����u��6~����\\����\\�`��w�<�:`^s0��\0,?\0,H{\r,8�,(N\0\\Y\0,��x,�x�\0�cO�Ӏg�#`��-��u७xx�s��/�]�\0,�%|����l���0��,���Y���g�8`����р�����]���C��\'v\0�k܀\0�& `O,�: X��&\"@`�H h�4 8Z��܁��s`��I�\Z0XӺٛ�A@XPv�/6\"�J b�\Z \"k\0X���:��\0����Q �U5d��DG]\06=]ln��X�[V�@�.�E�����$��������.�-�ض�,��; ~�j >��N�u灄��@B�#�8�H�7H|;.v����+�$� i�?�s� �+\n�� ؍,v4{���f7�g�o`��>�w`��^`_�N`��R<�)A��=��q���R M�6�f0\nH�/\02�K�g; �c\"�9P�0%k��Ӣ���@��D g�= �3pdQ!p��4p�Y�����@�zs �����p�N\Z�\n��t_�T�p�[B�@��I�p�m���\Z��=(��n��1\Z�Y\Z{���{%\'F�|�\0�*^�&�������)���@��(�2(OR���˧���w&W��\0��`��m=P�2��@��k@�F�:�P}��|���7:������S�����[9Z�]�r�ә\0�5G�f6\0�|�}E$p��@�x�xx8�2���/��4h�txt��8S4�π�cÀ�Q��G������^@��6�y� �<xaj��\rxi9x9Y ��^���^Kږ�m�b൷=�:$x�1x;r�)Юc��\r��� |hK:�́O|�ϻu�/���o�����]��#�[�?�@��@�����=��\r��_��Ǿ��U�����7c\"�oN)0��K��K 4M��?�Ч� |�c�@ĺD���h�-�/1\'��q�ĝ��x��x6$/�E�.���8(Z;]�ˢ@��@k@��$P2�����[߀2�hP�u:H�D�T�3���@f�\'�{�� G��ܺP��\0U�AUR\0���������~P-�E���n8��Uj饁Z��Z�|A��M��~!��Uj?�j?{*�\r���:��A��-��vpp�)8D��W�Z;�������@W��h��84-zq 8l�0�p�4�N\r_[���\r�p?8�X����\Z}M\0�]A��;A�� ����@�8����.8\Z\\��}�Z����� м��{*gp�b8��\0h9v>h��h�5����JN\0�����@k�h��\rh}��������lmN^m�A�oE��/�@;�~��U8i�?�>&��/\'?O\0�|D@�@\'pZ���z!�<�8=�]#~�3g�3�G�35\r��+G�Y�n�n����_A�����!8��X����yE������������\r�$%�!o=��=Ꟁ���g��p�\0��/��y�h�ApQ�\Z�K���:R.��.���n���烾��K=��G��K�T�k���e�W�d�+�OW|��7]W>����G0آ��4W]\0W�X ���{0���?^��X�uǀ�#߂�������!��M��u+>����o��Q>���3��F�4���\0�^5 �>� F>n���\\]�< ��\r\np��Lp��+��Vf=�u�7�m�2p[�Wpۉ}�\'0nb�����\0����I�`,p;�Ll��6��G��X)���&��\n&�?w}H����{{������=\0�߯�*S�x��-��e�`ڑ+`�r0�\r�>hxp�D0�[=���*p灇�^\0�R�lU�ݞ\0�\0s���1��c/����U`�\"3�8_R\n��̛�\0�5�������12� y6X��,��<�x��9���*XX�,��`�3%O���M�Y+s�<�&<��\r,60K�@��0<��0lX��e�3��J�B��0�+�.+�g������)7�gxy�E��\\��H��+��FE�W����o��?�E<���k�C���9u���5�����,���ޮ�o��wu�w�^�Ƹ������\'�����Р� >\nj�\0}qw���=�`S�=�-�{(�\'o��i�$l���-#g����/����_�$�//Ԃ��+�W�?�����u\0�� �s�ߵ���z����{�^�C��ct<�1<\0�v�����m�ON�����s��ۧ�O/�� �����~�U��>}8��X v�]�:��X\nv�{�D�{�N�?�1���b��o��2_�W�v�W���u6���\Z��#����?�0����k;��W; ����47C���p� #���\n{�0\0�v�|���!�b9�.y� l����1��m#!r�\'��\Z\n��!ѼXH�%�:+!驫���[Hfɾ\\��SŐ��-D\ri���\'!���h�)1Rj/��w, ά��!�?H0� VG!a�$��49� �wA��4_HG{��O\r��\r�t��<��{\r���˟�}����W���wo��@C��A�ܞA�|A�J�a�� Â+Ј�5��Yrh��#���\Z��\n2�%!�Fi-�F�F\'��L�4Bcd%И+ 3�dȜ\"���]��-��8�$Ȳp*dY�BV�@�\'�C,t �$dm�MX�� ��k �����E��rHQB�sS��iِ�hڪ����7ȹ�;���l�\0��\0M\'C�h��.�ճr]=r�r}��5*�=�$4O��_< -��<�C �$�IxA�s]���4h��Bo3h�=Z4|=��+���Sȫv\'��y�ZCK<�AK��%ի!�!� �x��}����\Z ��� �7w����OfB+�\r@+ch垅�ʻá�o@+{C���P`�;h;Z5�Zդ�����\"h5�v7�V��B�/�Ck��\Z�PH�(t:��_����d�(��!��;�~�h�R �,� 5�brnA��VB�+>A[��C[w|��,=�I$�03J�9\0%��\nm�j����Ў�(ɴJ��%m�/�%��\n%_�vM�\n�����q������OA)g_@)/ڠTq%t���V��O|\0L�� �\ne��A�fYP�(����9O�p�y(kH�k��CG8tdit���ȓ�(g��{�k _�\r?~��ʷ̀�#G@�C�w�C\'�_� ��� �YЉ�[�����*�Z�j} �B��CE�T�9*�>*� Ag\n~CŊ�Pq�*�?*)̂JN�ι*�sw�C�cʠ�p�|�7t��T��2T�AW�A3��%/ t� UM_U�q��n]]M�B�G�k ��k��C5��\r��P�Gts�c�L�X��9\0�i��:� ��:�ݏ�������z��j=��5n��\'BO�@����@��uPwj3���%Y�k�\r�z��M�z�mrԾ9z���q�����eԑiu�\nuz��:�ʠO�Z��~MЗ����oз�F��N��r�� u�������{_�ks��3zPoU�s�m�g�aWA<R�>�{п�l��F���a�4���q0�z�m�`��F��u�w���`�&�/Ä�r���܂I`L�������(� ����[KM�%\'��Kɰ�,\n���e�?a:*��_��F7`e�V���&0C�`N�s��`��˰��qXX��ΰ�t5,4�\Z�dX�Ck���:\"�u|&�:m��Px��}>���!����]��{�C�����0�<��6t>�<\0�4�\0���9\r�`�Ol\\k �|��M�Y��^���$6w���h�-���V6k`��E�x|�=غ�lS�4��m�6¶_��R��ė�n�>�~�!<9�v�};\\4�\r��S�o���i�Ӫ_�ӞR���(�y�\rع��B?�]��*��q� ��gN�\r��0�gfn�g��nR`�����b��xN�<�P��=�w�/ج�=`]x��x�>xѹ��W�?x��}x�[��.��|t�}F$����qx\r��0��Px�����C�e�xxY�jxY�+�Oo�U �����\r��K�a�����g\r���\0^Yp� ژÁk���\Z��`>^=���E������}A�a�p�[���mሳY����p��y1 ����#�o�Q3]��8�t�1��1�������l�!���ǂ�������;x[�(x�6�sy\0Ǐ��W-��__��;���hxǑ�pҴhx\'��>��v�#��y��;�8���x_�{T�I����S��q�k��C�7��4[N[��_n��o����[��\r�s78c�6���g� gf���K:���#�M�>�Q�>z�>f�>�L�yG��pޣ�p���� \"\n>�p>�>�� ������,��;§N��]Y��E��\"�H�̰��ٚ��mK��..Yu.�9>�r|��<��.c��S���\rp���!p�m\\u�!|��1�Z�%�&g.|��\r��µ�p�v����-#�62�ck�qk����u��.s����We?�q�<�����m@�>�n�7�o���Ï�V�M�Z�ǧ�Of��ͻ����g5��w���~Q9n=L�/=��W+��W�?�U���H����^�]�-��߫w���6��X���F��;�~)��o�5x*���o��Mg��w�r���\r��ow��w?6�{\Z��=�s�1��ý:���˫�_�#�_�\'�����?^��K��#�_��p��?[<�\0���>�\"@�n�>���7���So#h�}=���D���^q!�D<9\0�ND$�!��/��R��9!����&��MD���u$B��O�#J����a�L�}؊p�o���G_ �sW�ND��Q�G�Dxv\nѲ��hE� Z�m�LD���n_�h\rD�� ���Gt��Ct~5\"�����ŝ��oD��D����G1�{��NF�>�@�!��!�1�����\\w1\n�@�֚\"F}��v����蟦��}bڸ��\'2f�>bVe��K& �^o�]�\"u\'2����[j��������X*G#��g+ub������� �%Ґ�u}��\\d��aȤc+{{ 2e����q�{q(�F�!N:��i�a�yC�c*�|<q>�q�rq9}��<�^���� 2���Պ���%�Y���[�7�1�3�\Z2����j\"2�B\Z2��)2�������3�D�﹇̯Z�,��x��!a%�g��s�x��,ܾY�!^��o���@��#KjZ�� �R}Cd�U���C���2��h$�g����A��� +N�B�UYH�*Yٽ \\� ����F�m�U�?�U�4�(ІǝE�O�BV��EV7C�Lđ5G� )X��N[��֤#�KA$�Zd�n�n�sd�\"Y���T�l\0��h�$:�]q�q�G6��Ȗ)�ȶ�Ñm)�x�j$��$,Z�$���$$E�����w�7J�$�,$�\r�s�ٹ��|����\"{��!{�u���W {�#{?mF�]@�Sϐ��> ��� )��\")�����\ZER��CR�7\"\"� �#i[� u���$$s�x�и��a�.�pb3�u�E��: ٽ��{��������ȱ��H�6=���!yb��J9y�9Ym����i�E�hrr��\0r&�\n9S�9k�9;�3r��R<�)��EJ�,�s}<R:�7R�>�P���͡���gH�D����8����rI�\\?\Z�<�B.�!W^k#��� �w�*�&�*��:aR�%�NmDj��Gj�n#7:J�Z��H��H�o䦤�َ ��!���QH]�1r/[��{\'r�-����4�#��U\"��5H���)�G{�ȓ�7��{���ޅH�ȳ,K�e�$��1�¿yy�yE�!m�H��8���\Z��e�&Nyk�y��yw�y�ꁴK;���H{m?�8��C����\\��v�=D:_�\"�V|C>��@>�8��B�,[�|)�B���@��.B���|�ь��F~���h� ���ހR�7��-���4{��>z�}���U���@�&; }K�H�3���� �_p�o�������(��\'\nu���: E��ʛ(\Z�Ek�(�tBq�(Y����EŢ�ش��?�ʮOD����B�3�PF/e>c(ې�r#�P��pTs�d5ܨA�<~���P�q*T��/��2��ߠz�P��RT��7�?�F�����٨�Aj-B��CGOG���I�q��:�l�LP�f��Q�C�PB-���]j��5:��\":�7�\"j�\Z@�\\�Va7��{e脕��5�����c�Q�}cщ��>�N�ǡ�uPǙCQ��:�T�g�i�xt����=u)�B]ζ�ӱ2t�z=�x:Ct�ɖ�n���[e;:���Ξzu{ �S��[��뚌�|�.0��z� �{�zT�.�=\r�ђ�>�E�o���6����[r�k�DW4�E����������Е���+=�+�`te�>��ڄ�JnD����գo��/;�!cס�ޛѰ\'4|G,\Z��]k�]?�-�!x��\ZI8����\'�E7��\Z�i.B7��E7���/1hlc9�5e\Z�*G_� �S��_���/��[Sѝ�5h�Lc4����%Cw���nE\r��>�}��7n�o����5��wM1�@S�mBS�X���BS���G��Ѵ}Uh��z0V�f�|�f��@3�բ�l|��#���\nѬ1uh֭�hV�4g��M@s�\"М�X4�e(��a$z�d4����-�E����(F�3t�|��h~�4��=qFO��CO�m@X-ЎEƬCN�FO��BO{FO�?��$�%������Z�B�0�L�\rZ�t-�u-+�������G/�e�W�����\\���U���U���aNh5���rF�+��k�k%��{��k_����X�z�bZk�֮qBoR����^���z�v�(�Κ����}��}Wz?&\0}([�>\\��>�h�I��a�6��G���h�m�T�>��G��u�S���3}Vb��씢-���w�G��9���z���Or\"��5}5�}e݇�Z�}�}=� }=���Q(�nrm��\Zmc��OtE���D?��G;l�G/�c���,�v�}B?�߃~�<�\Z�~i�F�jMF��_D��F���F��\rh���u���ȣݣ���C��s�ў���/�ץ��F�t�B�����C�!S�T�o֍�G�@�3�����\0R���O0�\Z����cX{������_~?\r#�]0��;��v�D�yLl���}�0�lLb`�I��b��w1ن����Q�y�qS\Z�ĸ32�/?��j�b��N�z�-L}�S��a��S��O�5����i�b�U�0�� ��Ssl�n�{ Ӄ0��?1��W���I���H���SlhB\"6,~\r6�[fZ�\r�/��_����*�F����[�O��5���/���� ̴&c��/k�{�663\Z[�g��T�Y�,�1��l��Ll|�-6a� f3�/f3�f˿�l�1ۨ��������$�6��6i���Y�MY�M)��9�a�m���a7���C�i�6�;�2s�Ha�?����،#��Y5 �&�ܨc��n̝s���gbs�+������ߞؼ�7ؼo?��6�q)�\0��-h��<�as�1��=����g�R����[�S�y��Ńa�������%?�`>�K�e��a�&]���b+z���!�����tލ�|5|q|{[5e4���:��\\��g$Bta!�����X����L�ª�`�g���ᳱ�uغ��u�؆ǽ؆g�\r_���]�X��X��Xtq>��܄m��m�mN8�m>t��۲��=����Ƕf����Z��I\rX�x�p=��K���m��a�U��*����x;K�%ݷ�v��Œ�Yl����b��plϔ5؞��ؾ���Ik��LK=i���.�\'`��ð���X�����4,3x\rvh���찏?�e�˺n�e�b�i4�c܃��;�N��-��:���c����<t�\'��婶byw\r�|h!v�; ��N���?�\nDc��-��t�`E�qX�u.�&�3��ؙ�u���,V�JNJ���-!Xɡ�XI�e�\\�F�t�9���+���J�i��꿼%��D��u��!%V������*n�*���KZ�إo[��z�ؕ/Xe�n��;�]�f��?n`�mO�k\'7b�\rcח�b�o.���\r�jb��={����\r�U�\r�c؍;؍�X-7\r�}������ �]=����!��:�Z����%��ѵX��9X�%�5B_�\'�]Xs�%�lt�,<k�V���2�Z��X�3����b���c/Wb//Ea��-��0[��7�w�����g�}o���>��ľ*����X��j�+{2�]���,�~G��ҰQY�/,��\\������vZ����?N����#���H�o�B������,��܇;q�������\0G<�q\\�\'M\'��q� \\rk.��ҟSq��hj�Y�h��ӊs��qu�F\\(݂kt��\Zc�m��k߶�5�:��:�p�\rJ|��>d�5>d�[\\�R���z۾�z{�p��6�~�]���i���B|��>��V��Gtō��q~n��nrt=>*�<>�D%>��M���O�t`�]���8��ռ�͇|��m���,n�m�[���p|l�;|z\n�<����Oŭn���u���=��w8�v��\'T��mln�6�z���[�M�-n� ����]7�v�zp�w�����`k|J�O�?w[�;M���;Mq�#\r�Ԙd|jZ��݅O���;��]��K�>�0�n������0�g��g�E��\0O|Vw%>;�\Z>��7�n����,>��5��>_�e/����y���[�/�؏/|�\n_�q�z�{u�^\Z��0�vƽ/V�>ǃq�O���K�R�6|��2�����\n�)���S���kp�\'^�ʐ�x >_�%_�5z� �i��^p_�p4:���}_�����ã��Oj�{3�O��u���:u:�a�y|�� x�uxd�<�xYa�G��7\ZN�7�Gs���?1�&�5x��g<&��y�\Z�i��o��|��ee4���6|��qx�j|���zi(�m �����^��4���t<���a<�6|G�G<�5�s�|g[%�����;O�u��W��2��:��2�h���5|/��ﻢ��?�O ��Sҏ�Z��TO-����xz�&��~~0x%�1E�g,��3�� ����OxfC<~ȁ�-X�d���jO��/�ŏx�ŏ\\{�y4�E��5�۞�� ��ʇ�ɠ9��T/?/�Z�\\?����৭��wO�O�i���Ow�ƋػxQ��]n����b�\"�x�m�������a_���e�y�?~��?� ~��+�|\"�_��_v��_� Ư,}�Wj���V�U%3�x���x��>�:�~��=~m�0��yc���[���j���\\���8�51���9,~SӉߜ��o�X�w5;�C��s����Cx�pk���!~��o���P��,8� ��8���e.x�*o��𦵾x�f�i��T��7ݚ�7�1��,�X�?��?���:��l��7�[���/q�_�����x��u�-���N\0��q��ױ��q)��t[W���.�ߗ<���?<�;|�Y��m���z/�϶3��gS�/M�g7�_{,�o��o���k��]�\Z���.�gw6�ê�q���f���k�{7xo�a�\'i��������]����>Պ�~х����?&[��߁�x_���;�*@��1�_������r|��A�_G��0Մ\0K)zw�@�?��@v�����0���N?�B�h�04\'�-0!���$d)�Ur��w$�&;�Cl�g��7��p]����| >b/���*^�Pe��0�0�y}��\Z�Ch%7ڃf���_w����`b\"1x�b�h11DaC�}%�\ZD,aP3�Z��VSE� \"�� ��;N�x�K�$�#i[b�H#���C�x�U�Dv�01�!F�F�ѫ>��i�Hb��EbLT\'a��DX�{NX|�N��~B�������|K�/��y\"a9O��|�OX~]IX�|$��� �� ��� �/1��a����A�})%� ��΄��nbʃ/Ĕv�C�%��IL�wS��SW�N6���#�ӷQĴ� g�넳�+�\\H�\'\\FU.%,��1#p=1h&f��E�\"�Y\'r 7�I�۳�ۛ��ɀp�v\"%� Ĝ���pb����T�[��� �6�S/��t]Nx��$�����/�c����X<=�XbA,~����J,��$|�W��|���X*�#�f� ��K��K��\"�t��; �\"�)�X9d\Z�.�l�H�k�5ïk�̈5��� �D�R#\"���$��fO��� �R�:v��XKl�\\DD�WQ?k��E-Ħ�@bAl�>Nl�2��]1��ݿ��Zt�ضÜ��N�=o&�������D��ED�d5�4̄H:<��&v�F�#��ݏ�=6��=������SL�\'܈�+܉��ډ�)=D�c��6�8��8p�-q�L�f��H��D��F���#������yDz�a��Տ�!��8dHr�\'�`k\"�4��i��#�e�������ܡ���\'��Z�������o�D�f��s��_<�8��DdcD���#DѴ�D���(\n<Ou�g�AD�K�(u\\B��O��7[�O�\'.��&.�ڏe��D���WJ���r\'����(?���辒�X�M\\|�\'.�!�*�)Q��Quh(Q�����d��`F�W7�\\��p Q{ً�9}q�&��ekEܺB�>����BM�gN�Y�O܉xCܩ_A���M�cN�\'�Mk���)�}���w�r)�`�\n�⡍-�oQ����7��oL&\Z��DC�\"�Q�;�Ԛh|YL<Y�A<�I<� %��!�-̈gCY��9k�e�q�%-�xA���@��$���xx�x�y���������O|\\F�D����ԽEt.J|�6#>��Ӵ�o�i�7�l�KGt��\'�|���Ӊ��w���3D�H�@������op�G�����ӫE��{}?~�ӟ��S��>1�p�x.%��/H�� a�h.V���Z� 1q���#q��/�AGW���s$ ���9�8����6�r�S$�֏��= B8I?�#�3��?�d\Z�Hvh)ɾB��y$簞�X�\\i3�:�T��!�)<�Oj�=!5N�Z�$R�\r�5�9�ZI�\Z��މ���$��/�%���\"\rRQ� ݚ4�+\'�-�A��HC>�4�O���}\Z9b�r��Nrd�0r�!���i��I��i|c:i|k7i\"M�F�&��H�2\'�<si�֑c\'_%ǥ+I�ѣH+�Xr�d9^J���K�lYO�6&m�� mg����oH�5���D9�UM:�yI:��%1�q;HN�YDN�%���MN��FN˯#�w�Ω^��KN�I׳��W�I���Hw�c�{S���#i&�LyD�)�Nέa�y��<��g���4ҳ���d��ą\\d�D.*\'��<H�䳤ס�����}�b߿����g�Z�W�N��!}����c�ҵɥ {ȥ?-�eeKI?ă\\fN.�@��C��N�hM\'�]�ɀ�ɕO�����:r��䪿��`�?�j#sr\r�B��\r C\"2��w2�ʜ�����2\"4��(|L��/%�>�&ו��u���G�Lf�>O##GF��n�dd/FF�S�(�K��u�ȍ1��h�2:y4� �#7��Jn��On*~Fn�lDƬLƴ-\'7�;DnNYOƙ�\"�m$J��č�d�ǟ�5�ɤ_dR�7�3$���d�drNr7���#&�ɳ��B���d���-�Εd�=r��9�)���@f�U�Y��dV+��n\'�S��<�RF���c/=�\\��\r�K�^}H�E���k:O�˴�N\n�d�+Y�$Rk���#�Ӽ-y�D\ZY�� ��~&�<�!�-F��`#�ynZ\"y�Y��C^�M!/�m\'�&\'˶=\'�l����r�J�<|-Y~�=y1MNV���KZ:䥩/�J�Gd��=y�`y��Y=�5Y��IV�o!��:�\"%y��X�f�+YS�Jֺe�7�N�7�k�[����M��<$��{K>pJ\'\\t ���Cc���ai���U��{1�8M�l�-&�n�M����.���K��o{�\'kޓO=��fY*�l�O6O� �Wo!��z�g���g���g_Ed˟���R;�����6d��5��|S��|�=�|;��|��|[��n�!��\'ۯƐ����k��5=����ò���0���QD~6?D~��N~9���RJ~[�����]�F��x�]�Mv?u&{r��^��h�_�J�W=@���D�b�?-ɿV{Ⱦɿ�~����(�����=\"p�U�R.��d��m\"TvPDL��>\"���Hlc.�z+{��k(�|�8���Q�X�F�xK�h�\"fZ���u��oD����\"���\"��f���ע!;4�!�BD��H�ޝ_\"�g�\"����a�\rE�G&�F:o;���/2~�/\Z�A4vm�hܰѢqwA�xH\"\Z?\\#�6�!��<Ed\',��M��M.s9��\"G��\"ǖ]���Ѵ3�E��D.������D3�D�f���.�#ro=&���,�;s�hޠ��yCψ�r�yg�<NOyt��Z�-�(ZT����gh��oF�|2)�O��ȧm���c�h���o������h�\\sъ�?\"���7E+�lD+?��c�EAC/��T�¾6��o.�w����\'Z{�V����hCP�hC�ц*R���^ѦnGQL�B�9��h��x�(��B�x��( >+��yR���H���h�����4����D)!٢����W���Nj����sg�>>/�0_+���-�x�&:4�Ht(c�(�B�(�)T�#d��HmDGM\rEG�:DG�>�r���n!:��(��Q�;щ(mQ�h��p�ZQѲ����zQQ�P����� ��k�D��D���JF�J�f�D�D*kEe�V�ʂD凵E�gBD�3E��DWf�U&鋮n�U��D�]��Pt�n��F�#���,��Ɖn~��28.��݉4�Y������E��Q��vQC�R�h�OQ�讨)�X�T0A�8K*z�q5+5\'E/b�E/�^�NX.jm�,zy^�z�,j��)z3h��M��[�\n�;�4Qǖ���D���>/[(������BїD��䑢�g�E����E]��D�7x�����(����o�}Q�&��߃6ѿ��b�J,F&U�Q�1��(&���]bQ��X�%K��˶��eّb�l�X��],�8-��2��X1�\\�?��=ż�\"��d�X��F���V���G�����JT<t�5�P� bC�C<|��xD�\\�����#{x�Q�\r��c�Y�V�Y���j��ت�C<��N��Ubk�Pl�Tl�$���X<�/Wl��J<�@�?�S�;��z�b�6b����O��.�����e�l�t�f��`�ص�P<kU�xֳ/b�=b���b��$�����9���]k��T�=�b���ۗ��-^��P���K��Fk��E��K;։����W�m���A�_�)����Ł+~�WI�ūj����8��tD�Cg���4��έ���fq�u�x����M�v�M���c�q���x��\\����-���qjSq<tC��$�|�� �����\Z���wz4��K��{!�ޖ.�ޟ�ũQ��j�i���Ӓ��kO�>Jg�gi����֟�#마�w_��>�]\\,>�(.���*>e(.{G\\ء�9���nr�nĥo։�ƒ���C�/�}W*Wĉ/{�/o._��#�R�+�ڔ ��;!��m-��H|��qq����V���[Cķ���w�n�9�U|w�����(~��P��%~�c����hq�%\'n�w7�M7|�7\n�ō[�M�:�\'���`q���[��73�/���_4:�_������ŭ��6�G�-���Ƈů���7���M��;�������i����x��+ğx����)��kş������d��o���[]w�V�{��{>6�l���?:ſ�X��&��AK�������\Z$��r �.���K��%x�c ��XB> !Z7HHi���X\"\"~HD�$�[�%bm=���(�]�0A\n {�O�r�(Q�s���� ����d�\"�d�2�dІ\'��F��Ɲ�x[�n�6�^��D� ������]%C?���[\"1<m.No������sIb�{Eb����X2ꌣdT�Q�h���d�d����%��=��������$�G;I&��Jl�^�M�����l�]�3�}��d���ွ�q�\'�T#B2��L�4<N�t��ĩa�dZ���Y�Ĺ����dF,���df�nɬk �I.���wK�`$�d��$~C����J�GU�d�?�b�g����$�KgH�_6K��I��DI��<#Y�<X�$�[��+�Z%Y�͐��!�o��Lϑ�8IV���\\�J�n���\'Yg+ z\Z( zM�fe�d�뽒5?�%!��%a�֒��$I��{��G%�Iă\n�Z�,ɺ� �h|�d�\0I6�����x\"�um�l��J�^m�l�+I�&�iGHv��K�O�H�x{H���\"�;��do� ���%��J�ǙHR}�HL���͐��}-�P�K2I��r�l��$��Q���Prt�Xrt�b���L��WI�\\�e�ܽ��ŀ$�i� }7ɉ�풂�S�S�HNeސ�:�Lr��!�ٙ�$�>�I��%�n�$�>*I��U���%e+�$e]��\n�T��\\��_R��Hrm���^�[�o%wxS���%u�:�5��]�{�s%�v~���X�w��Q�9I�%��vђ�ےg�%�#s%ϯ�H^� y��K�b�Iɋ��ˣ�����%��\r��ݳ��=씼��,y��I�ﳔ|0�|�^J>Ŭ�|�WK>7��|���|��&��3H�m�Hɷ�c���$�o��tk�Jz�T��;��3K%?�GI~<(��m+�*xzI\n٭�BSl�0u]���I i�T$K��O$KeC����R��ER�/I�^���\\��;-՚(�ZuK�m�X:\"w�tD�?�ȩ��#�äF�¥&`�t�K:J�!5�t̆*��k�f���f�{������R��/�.W�wJǎ����I:6�P:��Uj͍��$��ڴ�Img���6<���H��v߂��F�K\'���ڏ�#�V,���J���S-B�S[�J�fܗ:e�N��i���\r����Jg�:*u�v��礳����G���q�)��TJ88K=��)C�-FH��̥�O�R�d�Ի�O���)�m,]v8P�\'�����)���&�K�-��\Z�����0Ĥ����U�6K��Z���&i��9i�����\"i�{�4DV#\r�,\r�JCu�IC#>H�^n��u������F\Z}�F:�ҨS�1�^I7�I�Mɔ���҄�;&H���&WJw��.���]���]�\"��m�I�?ɔ����\\���֔J�W�K3�͐��fՌ�fߴ�u� =z���w�I]\\z��3i�*=5��l��l}�����ܺ��cii\'�T�-��TZ�&���!��\'�Kz����փ���f��;K}�u�qҺ��{p��ޥp�a��N���f��G+\"��5Q�ƺ�Ҧ ��\'sNJ��ߔ>��Q�����i�%i���疑��ofH_z�Iێ�J_[����%}kH�v�K̗߭���~� �ؽM�y%B�i�Z�Y�K��6X�ua���?��T��{�ni��_Ү\"�eC��i�Fߕ��/��*�!�Gڏ�G������/2�J�~<H������e�3s~AK&�I����D\\.���eҀ-2�i�L~P��R/�ϥʘrL�bd�K��u?.c�ۗ3d�O��q�2�v�L���L;v�lP�t���8�`t�lpc�L7�L�j��l�lh���0�D6����V��x�M� rG6�5��>����$35��>��=L�Y=�#[�,w�Zf��� JG���p���|�}�h��|�lJ�\'�c�H6m��l�I��u��l�e���d�*@�[�B�<�D6y,���$�?>L6�\'E��F�9�X��Z�0��{�v�w�6��b��H��\Z �ÿ��ɖo�+�m���_���<�d�\rͲ����gd�dk�:�uK�dd��?e3�e�;ɢɢO��6�.�Ŭ�/۲u�,�0Y��(�v�]g,�\'�e #�e ˶{x����wN��D�T�K��]���R�g�z��a�d{�\ne�}���)�����.;��Bv� ;X�\";X7D��;L��\'Yv�=U���#9��cV~�c{]e������>���e��e����\n�<��ܕ��&;c�(+���\\ ;7���gmم�0Y����� ��K��s�Wv�.Pvœ�U��ɮ��j���n���z�dw�\'�ꂞ���Z���e�������ϔ=l� {<�]�Dy[�,�)k�t�=KY\"k!\\e-�]��Ke��!�K�쥱��e -{�Y��<B�x��SZ�&�Q־��Cg��Cv]�IY.�l�%��V.���.�v{����%��kd��rd�}5�?E�������oe����]2��7|�\r��F�n�-G�F�Q�09N����p9~�RN�,\'~-��n����E����%��\\j��e���yrqGNXȕ��l�69{\\-�I7�`\"�>��k�W�5��u��N�x���9r�{����A��ܰ�|��-��#o}�M��s��&���G�d�M���M�5�MK���j�f?7��\'Q��e,�J��[�g�\'x�[w��m���,�O���r�1���/*w:yL��q@>m�E�����*����rW�?��9r��k�s��sNF�����{��/�\Z*_�tY����[�ܣ\'H�b�ܳ�H�(E_�(s��˾@�u�Z��{��K>��/�5Zx�A|�B|�|�]N�&}�<��7y��9y��#y���<\"�|��y�n�|�LG�Q1J�q�<:I_� �4w�|��t��?�|�X��~�<n�yy��v��Hyr��|ׂ��]���7�����4��u��Sޥ�S%��ź˳�˳o�g�~(�>�[���<��H��0C~<����O���G��M�E�c�E/��+K�g����ɋ\rS�%������ez��\"/G~i����xye�y��iyu�b�����\Z�&�͆J�́��[�\n��6���C��|��ߖ�]�?�a*onʛ�C�M5�gf��g�_�[�Y��e��m����-��W��ۻX��;��C3��U��-i�OZ��O˝����?}��Y>X��4#��4Z����\0 ��З�z��ޝ��?����*�{�O�W�.�ם.�=Ae��J!�\\\n��P�P\n_D�/P�h=�|�\"��Q��)�Ŕ8`<%��$�!J�XJ�l�)ٵ����9Jn6@��\r�(AQ��)��H���G�Q����S����ӧ����C�(.�ŵ�P���R�\\K��#(M�bJ˚����(�7���M�X�RC�PC�\\��<�N�θB�}�I�3�)}�`�\0~F���SC��Q�RjX�=j�/k�0{65��5�b5�Q 5�\ZG�|]CM�M��(�K[(?5e�s�\Ze��\Z�ZK�~�F�1\n���%�ٵT�|�y�b=H�=}�\Zg��\Z�b+5nS?5n�>�j�\reuv5�~e�̖����l����ć�����(;�]X85��e��2�5eLM �C9�YH9�l�z�S������ʩ��r��E���Q.��)���)����t����E������W_)��<��aC�x~�����f-:H� {)7�&�m����r?6�ro7��9@�_K�����D�P�R�C�Ky�-��]����R^�\")��)_p7廗��n�F-+�E��fP~�w��Z?((�\n�9*��nj��T��b*p�<j��\Zj��rjuR\rj<�\n�;K���P�㩵���O�����p���𣛊,�KE^ZLm�2��vN���Qѷ�M��P�>o�6w�R��NR[&����(�-�s�8�X*�t��c9��XD���ZATҦ[T��#��������uʞ�u�&�ۥ��=��{\"��@Dظ�:pԗJ��K�ϒP鯏S\r�S��Q#⨃Y��?MT�Ee8Σ0�=L:#���6P�zaT�~��\\J�oN�0�:za�k��:1$�:q7�:�;�:�Ǎ*�z�:��:�c!Ux��:�6�:s�+u�@yR%�ڨ��eT)��*�~�:��UvzU��ʏ�Q�?Q�F�b�s�r� uy�U�=��j1����u�N�Fg:U�fU�$��eQ��jQ��;Nv�]�^��?��Rꁣ.�`�\r�!�S���� �Ѳ�j�`E5��G5U$R��S�Ӕԓ��Ɂ��SG\r�Lϗz�^H�����H�n�Bk��t��՞j�j���/Q��Ǩ7�è7�qꝎ�.v ���.�����8�Ju\"AԧA~��N?�Kd�5&�������ɩo�K��o�.�OTW�f������M�o�~N�A�r-�~Ϸ��������_�T�r�7*����N�R����Ε\n�h���R��*�YK�(^:[A��RȂ\nY�?�ܨMAݲS(��+�wJ�9\ne��BY٠`4M\n�|����G�)�<uC�G�+�����A\nu�9�0\"\\�=��D�(�\\��14T�xV���c�z��\n�A�-�\n��o���*F�^���B1⟛b���\n��M\n�ҏ\n�kk&T��dp��$x��d����)J1�V+�,W� �P�y>MaFlW�y�W��y�0�����8(,VD+ƾ?�7�X1��b��\n˹�\n������ 7:^+lM�\n�c/vZ��u�I�.*&}^��7���r���9��\Z�R8�{Ӳ�(��NR8�P��q\n��8Ō�l�L�^���Ŭi!\n7SF�e��m�F1[��b�y�bvH���D�<��y���\"�\Z��,(<� ���X�:R�p�0Ţ1c���(�$s��[ދ�K��V,鹦𭟤X�{_��q�bYB���d�by�|�\n�y\nP��7��9c����Cun��s�(\\Q��/T�r~��Ml�B|=W��m�\"�T�)�l�7+»+��(\"�녈q���}���*֮;�X��@��*E��M��_��+Ɋ��<E��m�����+��6)+v0;�MP���H�?�ؕ�)v\'J{G�S�u���[�*RWe+R7MV�n�Q�7�(�;}���(2|)2�6(2�������2š�&��q���*?YfA��Iw�?�GvKG\n��R�Dž3�<�%�|�4E~����ɽ\'�AE�v���bNQ8b����ӿ�E[Պb���؇Te�W�]�r�ZE�����Q\\Z�t�Uq�}��J�IEe�E2_Qu���V��QTÉ�j�;Eu�������z�\n��ў���(n����\\T�jwU�Nx�������*��]Ku�m�:o����x� ���p��q���q�Ec�h��hj-R<�z�x�*������*�摊f�pEs�~ų�EK��s����m�6(^/tR���(ޝ�x�R��~EGL��sJ��S���S_���ŗ�] ���E�~�O{���ů���_�y_�_a���\"��*��!\Z�VF�\Zi��\rͦ�Cu4rI����4����\Z��X�\\\Z_/��J\Z�PA�g�h�^-�V���=�Ą�%�/Ӓ�iYIMOgh��,�Ѳ���i�o�:\04[�Gsw_�*�/��SѪ��huH6��q��ui!>����Z����њ˾��I5�}�<=�u1�SC�:��Ѓmj�a��[��u������\rZ�衃u�A0=4�G>t��������i��Fz��m\Z]H�\\��8��c���fƋh�P/��h��\0��0m�0��ҾH[�ҧ��:� E=�T��um�����5�m�2i�_���(m_M�S*G�S���Tj=u�z�ٓ���y�S�=���@���D�LF�쩠]�j�.�k��o�Ӯ�X�P�/��a�J�ܧE϶8H�~�@��Hh���h��h��=\'@���n=��Iz�Z���E/�����O/�� ʧ}n��ͼA��O���<��?��L�~�+\n��\0�2:0HC��\"���yѫ��5�E�Z:���w�PG5�k-�j@��E���M��<zm\rA����]MoP����騭\r����� c:��}z�{5�?��Y�G��Ho�H�c�7ӱ�NѱQ���ӆt���t�/3:n����]O\'�-����S:qR:�8CC\'�/�}�w,�����;g��;͡w�����trV!�K�G��:L�\n֢w8N�T�)3��)W����t��\n:uG��s*}�#�~MN�\ZDgN�3��҇�s�C���^���atV���ݢ� �H�?��i�>�hIk_I�&T�y�q:����t�bw� �)]p.�>��ӧ�nӧk��ŮW�ȇ.��K�F��L;�s=�9�At�];}>m8}��*��s]�\r�q��m��g1}���j���E�թ��k=��Z���y}K�M�2עoO��o_�L�E7�uQ=����>��O����~b,]x��?5�nؾ�~$ʥ��я\Z�ҍ^��ǟ�O�=��7}���Π[���-ޙt��|���|�E�\0�zN�n�iD�>w�_n~A�lJ�2���`O�\r�C�;�~��ү���I��s�������Y4��Awl�Kw��Н�Нˏӝ���·&�\'��Sp�uu2�5TB�G�dLw-�@w-�\"f�]G��ݿ�������=��_�����c�>�|��e%�/��>*�k%:d�[8B��tS�`�R�sE)ʵP�?nRJ�yJ��{J�(�R�h���*����ΉJ�BI�LQқ��LA��wO��*��S�*�\\�\Z��T�^�TE�S\nf�Rx�G)��Rj)(�GnQj�?U~�Z9��$��� ���]�ޕ�J}���e�H�K��9uʑ���F/�)���Jc;{����(�z��㳔c�w+��+ͼ��&?�cy�rܔ��q���7Z9�{�Қ���6���ً�6�o���5ʉ��υ)\'<W�0J����{줜|�A9sSN}R��4S�$+��W:�V:�;��vl�rZ��r�5��>u�ҵ�L�z~���O�Ù���(g�2W��W�7�Q� ����3A9��r�sZ�l�\\�g�r�I�ⲳJo�J�\\�϶�J_�7J__c��nC��X����e���˾�+���(��וˋF+���T��D�rp�2HI*�ە�\'(Wo^�\\}�_�F�F����U_Q�Vʵ 2�:Q�sح\\7�I���^e��rS�w�U����(c�)ʘ��-�<�߯��fW�[�}Qn{F*�>)づ��w��s�+�#b� �m�[@��;�ܾ�WnOߢL|3I���(�\'�P�j�R�?+wJU�KKU��ʔ���4�seZ�e�ece��̘h���l�<4�Qyh}��P�B��C��Qz�;e����#V�ʣ�1ʣ�6ʣeW�ǰJe�\"oe�[�2/(S��Z�̿�(O�٤,P�)���&�+O�Ǖ��7+��W��1HyV�<�=Dy�h���/e��He�z��df��ħZYt]Y�*���<wy����Ly=�,#�*ˬo(/^Ɣo~SVX�*+�>Q^�۫��c��J�}�_�+/.*�t�RVY�+���Uٯ�U]�էieu�嵂�O�����֮�7���q��Ô��T��\'̔w$m�;���Λ�ʻ˗*�lb��V��i����rec�i�S@���D�옋�el��E�M������+���)_���l3�|=\'L��\'W���!廪Be{h��^e��R�1�Sv�����ʯ�ǔ��W~?>O�5E��PvC�����ʞ��w�e��g�`�/����3(ߗ*��U�K�g\0���f�a����M�`ۯ3ҥ��4\'�����7�2q�Q0Ɍ�X:�4����0J�i�����3�a;�ީ�Q��j�HFؖ�h��̓ߌ��dF[]�h�{3�Ͼ2��3:���%/��g62C�\'1�F����4Fo�;F�2��{0� ڌ~�)������1t\\���ˌ���c��<c\\�1�r�1I�ɌZ�^�\Z���|g���d���X$�a,Ǽd�.�`�{ɘ��{��y��u@c�/����d&��3�B��I�I���0�p,3�5��i1i����ٌӪ\0Ʃ����qz���e��}e�ӭ�2G��;�;���n3�:3;�3�x!�`�tf��fA�b�c�(�3j�K�x�[��1>W2_c �ko�,ݪ�,m\r`����,[��,���Y�����L@])�r{�J4�Y���)L�\\&8�� �?���΄L�τ�3!��LH�.&�.�bɄ�1aVQLX�&�-� 7��D|_Ϭ{�Ĭk�c�}[ì7��Dd\"C\"��Շ���W��C�����Uۙ���L�*fc��D11g����օ9���̶!�L��w0�IH��$d�3 ���L���L�+]&���I�����/�]I��c�3{�˘=�v3��3)h5������I�2顣��N2A9Lf�X&K��5\rg�noc�#F09��cR�Y=�9rm s��\rs�o�K�er�ۘܛr��&��\'&�R`�^Oc�=_0\'�OdN2��ɴ��ɜ�LA�s����L����J�m�3�8sf�#S�O`�/�0ŏ�2��3�B&3�_�`.��/���}QLy�b��L����&b.M�g.��a���a�\\��T.�`*��L�����4su�/S��\0S�zs��c��<�\\�?�����\\����L:���z�� ��L\"s����cn��dnVG37_52�\"�2���e��=��e�0��,e�}��O���y�y�<|-g�/0��L���L��i�9�i��_���C�\'�3��\'��棝̳�O�g��0-���̋�+��K�3/S��6��y}?�y�<¼�r�y�qa��͘�sL��\r�̇����2��M��\\������g��wFL�|�y�\0�%A��rȁ��K1_Sq�k)�|c1߷c���g�̮0]�����쥙����c����.��<�� �7���{ߙ���kF��Cf���h�b��2�9�B90]>�B��X��(�~�\"�����h�9�bOo��{<K �,���2/V4�+9 g�~�X�/9K�G�����2�6�fi�,�~��R��\r�X�4�9|�e��b�mY�I#��=�U\rذj�PV�q+HpVK�j����X��8��|���4a{���?g�C�e�ZVWs��5�cusQV���7̜շS���z�A�X֠��5�x�\ZZ�e���p�;��c�_Ŏ O�#,��숻��H���ȴ��a�Q7��c�\'�f��YGk>\"�5-��6Ys�}�e͎5y��5��q��q//�V#C��Ӥ�����k=k}y%k��ژf�6yZ�D�֎��NZ����e\'5d\'�}d��u��(�ཟu�ֳNo&���_X�sX�����~�D`�N=a��4����`笟��i��y+Ʋ\nBX��c�X/�Ŭ�R�]���.��`����\'׳K���j���jOe}GT��sK�el1��7�wCͮ��ή�g�%���ӭ���\r���z��%�\Z��]��bC�k��\r�Ɔ�Άi=a�F��a���p�R6B�kۿ��G���f6�B�n��a�m��hO6:d;���nn�c�xx�[۾�q�6�s6.o-����M�Mg�.�`��lٝ�-vg�R6yR��{2���vϚC��i��k��B6u�^6u�&�@�$6m�y6�r*�qQ�f��fB���Cl���lN�9����q�=:a9{t�i�hJ>{�M{li {l�;6�d){<��7^ĞаcF�^�la�h��Y\Z{:`�\0/ٳ���g�j�Ŏ��?ْ�Z�ܖ��b[�ܣ��3�H[���ߏd/gT���r�r�y��Y`�j�d�]�d���a�O��ސG�7��FH={��j������։��uVW�T{k{�T%���2��܅}���0<���ia�����|�G��G͟�ǚ����A9lsJ�\\��}6��}�Ѓm�S̶<7d�Lb�/�Ǿ�7�}yr<�J5�}�˂}mnþ��}�Ɉ}k�ξ�2�mosf����~�=0��r/�y�+� ��~���~��RZ�~�hد�9��$�;|����>a��Dz��yl��6��Q����̟��]���\Z��`��{�}6�k��}��d����}�ql��j���,�_��(-;�9��ĺ�$��栦\\X�!�w9d<��{�8��s�2�#��p��/�x�)\')7�꩜�d\Z\'��q2���0�rP��j�)�p��3��;�1Mg9VgǾ��8������q|]�Rp��5��a6�n� �9�e\Z�Y��4�pN{g7(��t�0�c��\r���tc�9�3������A�T��K7��nؑ���P?nx�7b�=7�d,7�$�y��Y�͍lX�M医�q&��Q�߸Qm���]n�n���׳8S��3\r.��4���/�����qm���C���B��ш���Y�9ǍO)�Ƨ�qZ-8��M�!��`$g��7��.g�����tgoQ�M��M�l�&_���⦞�খ�sS+h��%�s�R�MSdr����,_�����87���x��xt����7�` 7w�Dn�9[n�n^�1n�L�,��-�Vq�ɜG�.�S&�<��&*���Vs�fq�cnrK<�9��͜�[��u9��0�Л[\Z,p�n�r~z��C��?,8.��8�P\'r�+>q��,��}���2n��&.Xt���B&�q����дR.���[�-�֣��?�� O��hn�wc��L��b~����Ŷ�q[������ø����r,����%�]�%U��u�q�T�=N�ܞ;K���r���s����\'��_�ʥ�{q)����4>�K�˥�7������w�N�e�C��?<�37�;���(��+�c=��[\\��˻����^����]���p\'�m�N�Ý�Z����\n���>[��iW�aϝvsg���Ύ ��Y���\\�[WR��;�Ý�>ʕ���R�5W�9�+��+��̕\r+�ʦ[re��s�~����~pHWA�s�fusWor�[��ʯk��������ڸ돓���܍�4W;6��Y{������Uqw�Nquh&wO��3b�{��r�l��\n�Ñ���9g��QW_�kx��{t��k\\��kx�=+_�=�\Zõ,�3b��2��g?���\Z�2�6�vژk�Y̵��>�\'�ci��l�1]����:�p��ݟ�����u5����}�t羖��\'vp]����C�չ��֪�+��g���7<����p&�q��r�8s}��p}���ڄ�����!<�Z�CR��.L�Gz<�Q��w 5�Q� ��o籧n<��\'G��I�\"^4��m��E{�x�ÿ����%�N�R�^�S�K��TFO��\nx4��L���xEIO�l�sy��m������y��g��l=��k�U\'�����_����:s���?��7�!G���N��S~x�2~��_��L~Ğ ~�{��r�7I+�M:�QF�ѱ�����4�oZ�Λ>�ď���������͔���S��p�bzo�k�[�i�-u��W��V�8�jl\"o�� ?�f??�-��Pn�[�o�mjLy۠��w��)��=���%����Ϟ�O�O�Y�O)��;�����3����s�i�)��H�e�-�e�����û���3D��y����C��c��j~�~V/»����2������y-n�|����K�����������^[C��\'G�+\'��N����wJ�� �?ʄ������~[��#�U��`��:`��k8\"_χ��!���o/�Plz�v���l���L�#b���g~�Z�9�_�/���G��##��Q_\n������T^�oju�7uM�7Gf�[v�4��[���~����,>n�A>�<��K���������|��o�+����D�+���6���T%�B�ݦ3�=��^� �O�S��-����|ZA�V��?�U�g��Ye����|��>��4��v �Sp�ϩ��iS�1�w��U:��2>����.\'���\'w����z���������*�`�_pm_�8�/h��Om�O���_��G��.�K~�Eu�|QgI��5��%���� �ف�|q�;�$2�/)ß{_�_�j�/4M��L��eG\0��!�����_���Wv����d��+�N�zjm��ZG݅�g�7�b�[-e�m�`�vsgxg�߭���\'U���V��.;�?,�ׯ;����7���7�~�7���?��\'�\r�S�`��*�j9�o�Hᛝ���\\��-����U��=��/�����9|k�:�%�/�#���3�W��6~\"�f˿���U�oR�os���!}�}�;�c�x�=�wV��m�\'^����_�<忶�o��o�|�.���wG��G_�_�&z�<_�Uy�o��_ÿ����M�����\'��kU������y~�F�LV�*p��\n�0DnvR���U��_��B�Wa�Ω�WU��*��QEh�T�{\\%�\\%����;��o�|���\n�T��*�<LE{9����*�d���zU짗*��J5�P%0E*�h�J�)RiN<Si�OUi\'�ViW����R��t&�lP\rƽT��N��L���u���K5S��ҏ|�ҿ`�2��\Z��_e4|���b��dE�jT�ը�tը��h�T5ڋV���S�^�W�юP�KRT�mT�T�ݪ�K.��V$��%IU���eS���|������~�DD���p���j��N����*� [���4����ʱ�Q�}�j�����Z�������4��y�9��C*���Y*C�������Dž��7�WM�V�X8_5s�t��Q��ٵ�T��j�{�L�{�B�{E�j�q��Ts�|UsZUs~��榾Q�\\���w^5��j���*�;�*�#�U�R-\\�Q���jQ�?���c��\r�U�ӎ����Z��C�}!D�d�r�Ϗ*_i�ʷ�F�,b�j�V=��ڵ��#�T�T�*�Tl<�Zy�*�*�8^���Y4d@��S�>w^�F�*d�2UHB�*TK�\n�ۤ\n��\nT�Uk;W�֫�U�\'���ǫ6\rثb��-͜*��j�/�֪<U©o�ĊfՎ�4ծ����8վڥ��McT��ݪKf�����\"�ҵ�U�#T�{TO�,���l�*;�W������ѪcU^�\\�Un*��}xTu<�Fu�V�t_�*Xf�*(��:�_����\n��PVu���U�m�T������JNf�J*���u�S��\0��&���{��b����`��b�0U��v�%+Pu)�JuY�[u�4Cue�Օ=���ꉪ�>a����T�_T��kCM\\���>Zu��YU�榪�o������E�{χ�?Q=������Ϻ�jX��j��TMFI��쟪NjtTOE{T͉����=�����K�T��^���^f��^�f�^�<Q���O\r�6�����Toՙ����-|�z��U�����`U������[�9�Tu�fU�L�>�Y��\\�[�����q�o\r#Tߞ�Tu����[8UO�LՏ������?�OUq՟�TS�ū�~W3F��_j���\Z8`�����fj��\Z�ITCǎ�W#���qG5qA�&^T�E&jq�F-s|����S��j����zW�V�\'Պ�j�G���LU+����}j��9\'�j��Zpثf5��?�v\n�d�D=�N_=�q�z��,�~�j�A�B�����%u��A:�bC����E��#��R�4�U�|rFmqLmtF�6�NU�M���&i\rj�Wգ?�MӖ�ǘP�7�S[�S��?���y���V�{�Hm9a�z��<��)>jk&Em=[_m��Qms���P�z���ģ��v����[m����PO�Q=�@�zJB�zJ���A�K=UO��R=��\n���yj�mM�ic���oޫ]���3G�S��袞�+U�>4\\�>���}I�z���T�Q��;w�z깝��3�����6�=_4��.T/��V/�+R/��]��T�Y�^�ڧ^|B��v>��E�$�^��$C��T��RW�Kwک�2�j���ڿ�:`x�z�j�:P.V���S�Z���9�W7��W��kC�!y.�P����V���k\'�Q��4T��J��G|Uopx��Z�����Vo\\j��4�zӼ��M�\Zu��Bul��:��0�V��փ��q��\'[���Iu�������\Z�z�V^���Iu���΅Uꝗc��CN���Q��8��xLV�-�U�;V�N1��S��S��U����>b�Nox�>��U�Q4R}h�|���v��#+�Y�z��U6�A��\\���=��y!f����\'6��O<;�>���� 2Y}��Ku��hua�����*��Cԧ���g��Y�u�c��$�S]�ݧ>��Ͽ�/�lT�Ű��D�E�`�ŷ�\n�H�%�9�����˳�_�R_�9��,2S_����~���[[���ǫoLQ߈[��q㶺v���|����\n��c�w�W��%g���_W���~`��r�����F�<Q?�����t�$Y�%�Տ�����7^��H���d��q�~�wO���~ʠ��竛�f����U��P�ܽM�jo���X�n�0R��n��4j�߾�V���T����n_�F�~t��c���� u�@����~��ӽ{�/\'���Ww9����W�h��{Ҷ�8mQ�t�����W�k�^��=SԿ���,�P�y�Q�7W���x/Q����2|� ��F �ZB�r;k#`�� 8�C���#�<o���� $�L%��FA��G�j���{�l�\'A>�TP&8����e�����s\nA��_P�\"�ό��\"A�褠�\"LОD���� �RA�;EB������d��!�w�I�����~�-A��Z��d�04�0��G���0<A_~�Gހ\nF����w�qe�0�r���-Xh�c��\ncw�c���c���3f�������0q�pa�RaR��0�+^�|{GZ���Y�o;*L��.8\0����K\'�\\���H��;N���S�5��V�Hp� fW�s�R�yV~¼�¼�W��<�\r��Ǹ\"���.,��E�2_\'xu7K�G���²�$��\\/�� �:���3���B��oª��4�W��S����_Bp���z�au�aͅz!D�B�D!t�h!4�A=�Q�V-DD���l+!��n�&�Mq6\\6\"�BT�F�pT�4�#9&� 1�҅���揃�-��-2��\"�m����a�B��B\\�8!�+C��8_�o/�{DB�~RHH�*l��-l �Y��Z�$ǗB�l7ag�wa�����?��=�W{\n����_!e!���R\r��T=!u�;�쒐&o�� g�|#d�r2�!c�R!㷋���%d�˄C���C�ӄ�+:�,�OBVJ��M8 �1��#1O�cs{��Q˅�5�p|�X�Z!O���!�Z!�Q!?!Q�OsNoN�b�SnW�B3s����Q¹qB��&���r�sB�A�P��D�( .�9\'\\�9_�l6K�\\�O���(\\U���Z(T�� ՟��ٵ��2�fr�pjn�lnDX ��,����-��p�r�R$�Yr\\��(�Ed�]�n�p��F\\�w�]��W�g�p��\\x��P?�U���s?��B�Bc�\'���Oh\Z�Rx<�Bxj7Dx�b��tO��,�UhY�Vhyn$<��*<��+���.��� /�\n�8{�S���k��6c��v-Vh��,��o�-�\"�k� ��B{���~�7�C���Y)|�>\n��Ä�\Z��@�:��M/G�6)B��J��2Q�v-H�\Z�@辒$��z�0B��.�g���S���UG�Y.��!\\��F}�\0�Q\Z�v�x�O��k��\rdد��j�\r�J���נ�^h�a\Z��\'\r9�L#ھQ#�H#M���ov�ȯ5h�Ofkk�5��~\r]sH�TO�(�?k��75\\3��>���M4��_\Z�Z-���@#�M�hE�4:��4:/Ojt:?h?���EFk�N��i�5����Nr�0JK3l�\"���1��+4F����\Z��QS�(�Q�Q�M5�~�\Z�1��Ќ ���~��,��<��|S�ƢCK3�@�f��rK�\Z���\Z��y� }C4�I�56\r5v���Nة�k\\��2�f��͔��4{-5S��4S�M4N��s��su���/��.��L�\Z�K5����L�f��R3k�g���qQ�q�tT�|�f���\\�f��GA͂ߗ5��4�4�ς4sfh���B�4^�5��V;4��͒ٴ�y��Mح�۰S��|�fEt�fE������[�&@{�&�i�&��C���f��}�ʥ�5+��hV~]�Y5�fռRMP*� �x�Y����y8oǑ��Q��ܹsg�:w��I���(J��B�D���6!R�f�RJ�}�\r%T$K�҂h��~|��>�<s���=3�!]7A8�PL���9N8�u��E�Q�%���R��^��R��8N]@8�P�p�c�̯=��� B@�,!`�!�m?��g=��\r����z΄��i�K��KM��[.����B�� �PD�~��p��#B�Y\0!�҂pã�p�7���G��v�p�X��B����/�b�-&�@9�����+�����GH��IH<�KH,p%��w��wf>������lB2�EH�r���\0$�z�Rk���MV� �n��a��5[K�+8C���YDxH�$<t[Dx�Hx�̛�ݘ�8?��c����F�-�E�m�%�C�������6SB��vB�ٕ��BI�jB���P�~�P�oK�=�Pw{1���FB�E���B}-��p��А�Gh�&45|$<��!<��Bxq��ţ���yY:Fhnr\'���Z�i�V�aB��XBk�,�s\n�Ցτ��� ��)�J���������τ�%#�ΈM��,+�[b�K�O�J�E�6�G�.�J�>F�Y]O�m!��>&��� }>K }O� �Ǭ �g��\' �D����ƕ��U���.���v�5�âۄ�ԣ���u��� _� ���E�I%?�$� a�Ϙ0�N���!�ȯ&�YM��\\J�N�5�@�]XO�s�\nav�0k�G��WB�{���y�]$��G�Z\'���D�v*Q�ˌ�<�@\\����0����CQ-v\'Q=%j~k$.٫JԚ�!.ݕB�~F&�H�u�^u��u�o�z��zy�����+~>$��~���H\\mH��ྋDH������\\�d��r~��JDC��o D:�n<!2䜉���D�=D��\Z+\'�\"�#�ȹ����6!��l���i�@G�(�!�_qm��Lj(��D��(�=E���݆DY�?�@N4N\"��\r����D���D#�Z�q:qͯ@�:���h\r���\'��<q��n�R��~܇�QE��q �h6�C��K�|D@������;����-�%�-E^D�Q��%�����n4q[V&���h��A�i� �n�L��0\'ڍLw�E�ݿ�h�Nܳb%q��*qϼ\"с�#:\\8L�wW��i���ѱ�Jt��Dt*�#:��]� \\���~��&�%�G����\'�xL���<N��\r�^��7��c��-#���#z��H�y��{������\"���%�͉$��p!,8Gر��4@T�A��#�S%�[��x^=�x��-�����\'��\"b��)�ŷ��K�c�K�����p�e�!�U�ib��lb�%gbh�1��C���\n����<E��F�t=H�at�U��x�.��Q��-��A��%ƙ�!�9�!ƽ�BL�|A�S�EL��GL*�OL�DL~�?_눩n����iG��.i3֞\'fx�Č/�����̽��̣��,��ĻW�����W��7<$fW����9�E����Gy��/�!����J���7tb����~�XXC,��%�!b�m*��cJ,�? �\Zx��~b��NbU�&bU�b=x�X��!�s����Ħ������ωϯ� ��V_�?\'��Q$6o|Cl>�Dl!x[����u��]�_��߸?#���;U��_���[�;Ё��N%�*�+d9���jbw���>�g,��1Ԅ�1\\@�v���=��t+�?����(�8�j!��=6�op����9������#~lj��6�腝�ѸR☑�8�*\"~��&~m�\"~{&G��}�8�n%qR/q��qj�\rqjN@�q\'N��$�\\nE�iK&�Zu��G\\B�5&�:L��2&k��{�aq~=��\"\n�\n�\0��%�q@���4�P��\n�l�T���\n����_@��Xx�X� �Ŝ�F�Śu��x@}�����깿\0��\0͓�\0����NX�A�g\0+���N^\014 �]\0p-\0�o��a\0L���\0)( �/�m\0�]PLz� !��{�g-�Էh�s�zF��]�|�Z�i\0Sc#�|0?�\0��v�5�`n7��\0���\0_��g���%� � \\�\Z^�˿\0�j#\0�,�C݀�����d�: s�d�y�*�?���5��K �\ZrV8\r����\0klk�u\n:�:;�$�ظ/�1/0��0g�������\0��4�r�%`k�f`�I���\nX����f`�C��C���ۀ]��\0۵i�ݭ����+س;p��꜁�˾{]ـ�|���#��8��⁃=����M�a8<��\0\'�O[1�56�wN8�>A�/�0�[t�;}��8�q8����N���> X�~���.���ρ���E@����`f>�9L�f�@��6ຎp}kp��3i�\Z�L?D�~\"gK�<[��� JM����Z �z�D_KnG5\0������d Vu�%���\"�8�% nj17�$�@�$�����;�`���[@��J �g9��Hi����i��@�����xt�<K\02���a@�m?�ap�W p���&���\0V,\0����9N\'��{!@N��H��u��|_\r䙎\0��a@�m�`�P�|(���< P�<��%v�R�#�L�\r�\'�\0Ur����@՟d�fWPs#\0�]C��\r��@c�f�i�w���<�DOͷO����s�fݣ@�\Z3�E�h�SZ�7��~���v��@��5�c$xk�����~��B��.t���ځ��=�8^�6+\0�3q@�\\0З�����0U`��\0�����YK�5`�q;0v+��\0�>_�������h$�U^�*N��i����<&\"���t`��\"0�����L���i���?�o�o��9������`��;`>����A�{�A��g@�hGPE(.�] ��A�7�@�����]+P���TI5�@�@*�9\\\r.�p�\\\0��\0u�ՠ�&���ԣ3@�h9p���\"�$����AR�4H�a$D|�@���%>i��A�y(�$f�L�� �@6�d�� �k�f恼ϋA�m$(��E-(�}�7Aq\\6(1>J\n�@��)P�T\0�b�U��j�\Z\Z�����@c�u�xKh��� ��=��ہk_������p}�����q�7p��qpch�11�X<n5*��?�3��r����ƛ�VW����[�u��]hn?��9���MmO:��9�@��.pϗtx,�^w������\Z�#|e����N���S�3�4�:M���Q\0t���z�&2@���a�!���9虙\0z-��-����\n*�Ǐ.�7�ǻV�\'�+���d�g�6���}\0�f^��r@�N{П��?����Z�O��g7(��3`�w0��R^\n���^P\0�T#�B�A��o{��4��B� �\\�^;�\rn�����s`�\r30�9�\Z/o����K��`� {0>�=��>L�d̂wJ���\r�`ҏ\r`r�B0E���7�_�����;���`&�\0�<u�J������O�������)��o��Y�� �a�y0�3�[�̭=>QL�����\r�<�80�2������9o��{\r,�|,pY�F�q��`���`��,�\0�����p,,Z�-��p.X��\r,\n�=��y\0X�q+X|�,NI�S����`��dg,Xr�\n,��K/[��y{��כ��Y:X��X�� �%��ei\n`��XN\r�\r}��u����,��\0˿\r�忽�\n��BU�01+�l+��+.T��R����`E�5X1ZV.�+�?+�|��_+�*�f�*$���V��~�����č`5:V�Վ�`��u��9�=�\0����ןR�:\r���o��aX�s���ft���`��J�>��O�ە��N.X?�\r6��>�\r;���B>�P�l���`�C>��l;6�l�5�&�X���\Zl:��4[���%�%f\'�҄��H\Z�+n#�*\"|�6|5� ���of��i>�;�\Z�X��c��`�J/ؽ��n�\0~ �?~K{�L�����Yp`I��bU��C���49d\n��?G[��\0�������d�_j_7�_ͪ�����ׯ[�o�?�o�g���\\�N^0�@/pJ�N�?r@p�p�>N���ӹ��� �מ���Q�w�:�����s�/����;����U�W_��B)In;N�O�$$��f�b���ؼ��q���8���h3I�/���w���Z����\ZICI�8�4\"�$���$�.>iɕs$-I+i�n�R�A��;�$�$MW�N$JZ��KZ�ѝ�������k|��7�#�`�V�)�V8�#�8y�D��H��&$ �L��%A�~%:�Dɧ����Z�DSN!1-�I��S$���������OH�o�$i\'��S���c\0$�5�0����Z�D�I����I�%�$\\K�yF20I緑Vk˓V��%�o������u϶�LT]I&�I��mH��$�K;I�eI�+�H�JI:��6*��̨�Hf1>��s$s5Җ��$z�\"ˌ�������(Ɇ���E�U��d�T�����@Y�=gv������KH�$�W%��B���!$G�D�o��Ϳ$��$ע$7����]fJr�1Gr��\'R-$֎&~I:�Āt<���-�H�6}L�>>H|^\Z�|�\"�3#��}$�/�K:e<C:uӗt*F�t�)���p#��$�[I�c�IAy3�F��VޤG\"I����.��!]y�N��ȂtM�@\n�L%��;H��I���들��������K�[�I�?�b��H�nV�����D8����tg�*)I��Rޠ�T-����)3���崒tWN@�>D�/zO�oQE�V}H�^I�_Dzh]Nz}��h����4���!��I�����D��<�FR���rR����?��T�q�T�ōT�p�TvCL*k�F*� �[���I��Ǥ�l�T�d�T����s���AR�@��^O��ΐ�O�\Z�\"5��#5�n#5>\"5=�!=��\"={���l�����,�y}������f��V1���:�5��z�R�#Lz��\'�����N\"���!u��.�\0R�;����H]��I�o�z�\"��y���R��]R��R�ER�+i�\Zip�}Ҡ�;Ґ�+i��i8��4��>/�K\Z9<O\Zy�K\Z���4:�N\Z�\"�M�\"��{H\Z�#}9B�����Y<$M,U#��C�v\Z%M?�%��r$��&��H?�n�~a\"��|ҟ3ڤYG5Ҝ\n�47�E�˹I�[|���Q�?\n$�L\n�c!9CoH^~#$�Zp�$�� �|7�\r�b\nRٺR5k�T̓���+���Т�!�G5�Ā4��CK��@KZ ���֍��Ve���gH��MH;��ܔ�\Z�V�I�V\"��6\"���\0f\"�{S���5 �Y\"��/+C�g�B5�(kl!t���C��f�����ļO�X[�!�o\'�&�C��|�\'�x�� �w4��Ԇ��!��\0$X� <w@��fHPA���C��$�g�M4!�h�gЪ�hՐd�md0c �&�@��&�a�\0d��5d|��,͆�r�5k�Кuh�:)���Z?C�6(�6�t�6�C\'�@f�7��bh�?&d�P Y��B��F�V�uж�!k�e�:( ���?m��Ͽ�v,��v8iA6� h��;dG�\r��w�B��}:|h��Zh����~�vh�<\n�\\��\\�@n+C �Pt��\n�t��6\n�Y����6��<�A^�!/��.���\\�����Kg �� ��q�O�do�|��A�q����.���C~�L!�ծ�)��T�:�ÆN�3��MP\'\nr:�{?���]��.X*C������f�b�R���kХ�&�Ջ��բ�P��6�\nՖBa�(�I(,>\nk��[����s�z���\"~�A����I�nL����_A7�Z�-� �����%+l��p(�{=o�\n�?%ЯA 롄��PB_\'��#��J.��R��@��\\(��8�q(\r�<�L��y�\Z�9��r�����Bw+��lN4��`\Z�\r���A� |�q��{�喤@O��e���}��{�oˀ\n��A�ˠ�`U��v*�X@���rr+Ty�*�C��$T�<��U��]7d5����B�iG����z!>\r����^�f@�BA��o�^7P[�1���~�u8OC闠��P\'�u~��?ϡ�����Ї��P������+�d$�>e�B�\'5��4/h�*hh�k����s�4F���Cc���[��EЗ�a�۠���^ZMT;A�Ф�,4�=M]Q�~�&Aӟqh&?�����������\n��^�B_�A���r��d���d��cd^Y�?Y��i�b��b�$Yy;����NV.��*1Yd�;qd�Ka�o��j�XdM��䥣�����e&5dm����!�N�;���d]����-Y�ʔ����B]��\"z����O&����7���Udp8�=�N�� #���h�:2�S@f-����2����V8C�摹�:�ܴd�]52�\"�g�����y��� Y8�N���-�ɢ\"����,�����di�m����,k�\'˦2��d��l�w��Cd���\Z��W��&��2\"�)zL^�s���ky}�yӦ>�9�\"y�����G�l1��l���Z� ٺ�-y{9N��\"��!�W\"��_$�^6 �]�N�}LHȃ��Ƈ��UG��\r��Hv�1\'L>p8��Gv�N������{�.�o��%��#�Z��n�$dw�7d�c\Zd��Md�;�ȇ�ɇ?�G�@~��Zq��T���_x���\"���O��#�|~��C�!�T֓}\\�o�ɧ��#�6�\"��_B��\">1\'曑�r��V���m}F���M�7E�����|�j�6�j� rH��\Z?�z�#9��D�%�]��bk�/Rr�˿�HY���O�K�ȷ��hM�=kI�=�M�]�G�u�C��C��G����d6CN:MNF���ݔ�)�r�yr�9}rƏ=�̀k�̩rV�)��a�|�]H�_|���x���l�����m�ȏ�7���M,#?�n$?�&�*�\'�ٓsItrލ��IrAw��b!�(%�\\�lA.��ɥa��y)���O� � W���;���u��1Or���\\�B\'��+�k[-ɵ����\rz��\r�{�tr�H�9�A~1# �T&�_{�����m�-����,��| ��b9�+���W٪�לHr�r[�-���3�=w�����C�͉�BG��A�=���m��^5&�W���kv��{{��3�<�X�<�H�]\'�D^!�\n��G\r��ǚ����z�x�m�q�/��;��^��������\rwɓ|&y�,�K�!I ���!�m!���&�,�I��y��s������Ώ�kn��;؉�\'ҁ<�6C���@��S&��j��J?���ߟcF�f����a��)X���[���G_��7���L�p�^`\0+�߂= �Rb���4�|�V.ԆU���U,`���`ե��Bx^h`��҅5�5�o�K��K�l������a�1���Ͱ�.5Xgy,�cy^�b#����5��u�m`�b���#��y^iy\Z&�`�W�W����0���{\r� #0U�S7���ܵ0uj3L�i�iR;��P3�0��IS8c����^0;�/�qp�9�/�\\�L���a�-� �(�,��¢�*XTd �jG`1��hX��,��K�XjO�����U��a�Ui���%l��Z_\n����5����e�ɞ������Sxc�\"xc�&l��o�3\n�/��1�`�ؼ��X��z�����m�3l>[?����]�|xׯ��-�0l�V��;a��x��!� �\n;8�os~��z`�y 츐;K����&�a\'� ؙ�\nvj�]�v�A�cص�vc�������1��x�������Rدq>e&��x��go��gS���G8 �2�\"��pPR��[�\r��x\0_��˟���ކ/ހ/���K�7�\'��gX�w��p�u��Cá��0�6tt�0�7V���~��hX����V��c�>�q��qR����`8�^!���\rNR�\'���p2M\'���Q�p�}}8��\0N�l�3�P�^N���s����lZ�G٫�\'{��O���U��n �5^�d\0���E3^pI�)\\��\Z.�.{�.?]\n��*���&��R���᪦p��ڷ�X\rW_>W���5�T�\Zϗp�L�~d\nn\\�7.���4��&������,����_���/�p���tq�_�-���֗ pk[\'���)�*�_������O���n_�n�;�N���\"��uL�sr\'������A�k_ܝp��?-�?\\2����}�+�~;\"<С��R�Z�<4֭���t��b/x��<���\0�i߀�/���cR�� ��W��\r�ظ�׀����]�ɇ�_����gxnH����c���)���mR�Q)r�(�(��{,�le����eeA�%��eE)���<���\"褨l���ܱ��T_���vS��)\r�P>�BY��EY�{���RA��I�,1֣,�S�ܵ)Z^�]��ro�Κo��c��Z\"Eo8���s��ⷄ�2g3���BL��5Q\0G&��8A�T�R�_Z(�f\n�B>�3HA��Q��&�-��m�1�Ia��S؇�P؞w)�,O\n����m7����\"�~L���ms(�k0E$*����RD����4��\";7Kѷm��Ч�Zɦ��=�����ȥ�^��b(�!O)F�~S�v|�]��Q֦l����4�R֫����Gٰی�)(���4eӬ!e�!����g�ś`�e@�,G�|y��5�$P�N��X��Pl��(6w)vNQ�Rv��S�u�)�i)%\')��({��){;z(�v�R�59PT\\�8_�S\\L\r).M�(��3���Cɑ�Co_Q<��R<4)��6����y�!��� �g�&�A��u�+�8?儖�r�z�r�2����{�5�{����I�Q|E;(�K�R��w)�FՔ�/�(g��)g��)g/�SV�����av����s����U)�O*P.|���\\l̡\\2*�\\���r�7L���H�BO��e�Z|#%Tp�Z4E s�C {��r�ˣ\\��@�I����aN�l���`�Sn\\�J���r�%�s�mbG�~1B����״��p�%�1���<UGI�J��次�����/����(�ՙ������]�L�LJ�H��g%� �d�J��\0ʃd\r��%J��v�#� �cI5�q�9J�������R�ң���P*��ʋ:�*�eJUy:�ک�R�R㺟ROI�� ��羣4p�)\r^*�F5SJ���q[���Z�S�E���_)όH�g{�R��S���(���R^>|Fi\r�Mi�<Cy�Bim��m�Di��Ki\'P�e���:�����M���_R�O��tS�(={�)=])R>>xJ�8u��+�Qz7��|�[)�fVQ�VQ�z�S��\"(���(���|�eG�z�2fQ�\n�)��;(��g�o�c�����ɴK(?2C(3E��_kc(�6~��2;L���Q�Ŕ�����*DNo)\"wJQ`�Ŝ���/Di����\"32�E�.dQ���N\"jGO\"�5RDc�����T��,q܅,y�,۪�,;����h��!:_%�����D7� Y�1���\"���Q;\01��-���-�,A��_���*|��!�2E���+�L=�0��\"��5k�F�؈��>C�TE��nA�9w��\"��A��F~3 ���K5D����DV�E �� K�!�#C�9��b��1��1�?�u+/ �.\n�u3�u}�M}����$�1u�EֻT!���Mg��7d���|�1��E�Tq����s)ȶ�?ȶ�d�J��v�G� ;8#�N�nd�nd��ȮKk�hĎ��m�A��ݍM��JE��\n�Q�9�=��<���G��!/|D\\/f#G�#G��G�c��-K�hn�h�#D�� ^�\"��#�6� �ꢑ���q+��V�D��d��[�xz ޙg������3��\'F���S�`䴲=r��7r� �<��Go?E���H�!=�|�?$�Vr�����.��|+rE���\\���p�hr�drm�r�m ]�]��~����� a5�ٍ��Y�DX�O.�k7u��z6��<r�yg\Z�U��D@nk[\"�Y3H�c67���\r�F�~�D��ݑ��v$�4��t:#�=?��ې��HF5�d.��d�Hf�-$�� rw�(r�};���B���H�V ��;�<9�y�IG�4����F$�s(RȯC\n\'�\"j?R�)r�B�� E)�HI )%BJYqH��Rک���) �!H9�)o�����D��\r�jf$R�Ӂ��#��R�! ���Aj+!uH���4<�\"�\'���H��R�i�w�y�\r�\"��\\qy�錼:W��Y�D�ƞ\"o�r�7�EHZ�tH\r��6�-�>�^/y0y�P�tg/F>�Ȑz+�s��S{�h��|,��|�Cz�\n�\0�Q(=��=��nO䳼�o2��2>�| �D��o _o/D�%�F&��#�ں�$��R�F������d&���dv#3y�ώL�W�}�7z�3>��V!s����B\'��\'�?�fd~�2�2�h*g�U�G�\n\'�q�wL��Q肧�QE��bp���U�hD�u�ʤ\\T��U�ۊ.��D��A�¢�Œ��i�a>�j�F5���jT�O�����Tˤ�2�.�5D���:!���Ityg-��;��p8����EW�E�?�4�B��(�ք��{Q�(��0r�˞����M��&J;���\\P�8������Q��3����_D�*THiG��T���?�@EW7��gr�Xx�RQ�0T4]%|����A\rNk��>�Q�\r�XE]sv3�v��6�]�H��}�]�5y����څ��و���]��n���faC��4���D7?~��k�@��F���G-�D-��P+�����Ժ�:���jÊEwff�v�}�/Ծg?��a��� ����3}�럃�3|���K2EAOԱ�6z`�>�n3�Cu�����8��y��R\rPׄ��� �cS8�q������-Г7\\ѓ�n���5�s�\n�I�G}���ү�DO��z�t��t�\ZdW���RA�/�^p�F/�X����@4���/�[�ge蕠\Z�J�\Zz�;�^ݐ������V4�g\r�?��/�G�-�ш+\Z�F$�7n��7J/�Q�4j�4*���m�ޜMFo\r�Dc�K�X�^4���ma��h�M\\T��qމ&m�A����k�Д�B4�s���M�|д�h� 4��0�1[�f�^�Yn�ѻbW��\"�u��R��Z�hμ1���9��&}�q1�+�Cs��\'�h^�Z��-p�E\r��Hw��Z�g��m@����%��hi�6��nZ.߇V���e0Z�ڌ��b��M�h}A&Z�2mPjC�hӗV��*��6}��}q5m^��\\�B[z��V�0���Z�}힊��?��\'i��E�h���ن�]�}�~+�>��b���J���%h��=\n�VG�lv�=��hϫ}�G�ګu�����E��`��D��-�ϯ-Б5�蘬\r���Z�~I��~�tA�+���DB\r:ɜG\'���)�i�G����O�<�g��y��~������y�����й����[��X!�2@�ɳ��T9����RQ^��.����ܐC]8^H]�iL]�����O��GQ�л�K�]�j�Q�*�Q�?j��ZRWF_���v�TP���T\0��?\n��ET�G&�\\|�\n�8I���¹7��**%�����AE��5vT�-{*�͒J�������5T��wT�B7��K�v�P�#�T���}�KeG�S9�(�sn��fP�mnTn�w*?#�*��Nb*T<ݗ*V;@���J`�*�բ��E�U�T��)�A�o���+���q����h(�j��B5n]J]��O]sĀ�.�E5�{�j�N�j=Gݼp�j���e�:u�D��qբ5�j�S��m�r�Ճ�T��b��-��+��E�5ԝ��]�#Tۆ�T۶/T��e��A�=�4u��i��˩�RRS�>S��\\DuVҤ�m���U�S�-(T���T�!-ꑅ۩/S���P=W��z��z6K�^FjT��6�c���=��z\"��z�K�{h\r�G�\n���7�ϱ�T�[���ܷTߗ�T��T�u��~iO��q��SY4����=��g�LQB<���\"��:nR/�?@��lA\r6Q��q��Q/+Q�W�0�=Cԫr�ԫ�*��\n���*��q�k���Ѕ���otjX�&5�<5�l5B��z�&5*��\ZU��\Z�7�z�t�zs��\Z-S��K�1���X�5�\Z��BM0�GM�7�&:�P�=��gr�)�5�T�~j�=.5�~<5�4��~�����F�ڮB�W����-�� e��ES��L ��\\)5�?���j�q�2�q.���]:57x-5�=�Z0?E-�t���zP�\"T��S��˩�S+����+\\�6���6r�P�&CjS�O��.ꋒ���\"�ͱ\n��Jj˨9���eC�W�_�m�7Q��j���P�SL��5j��U�wY|껗���R߯l�v��R�6�S?�5�~��G��XD�;O�oXG4u��tR�\ZS�����ﻨ#_⩣�G����1���q��o��S\'�7��ݡԩiK�4ɟ:#w�:TRgܮSg�A��U�?*��?o�sE�s?���ߠ��P��/��;�:o�L��?H�;;B�P�ɇ���Th\nCki��4Řy���4%�o4�C}4�Oq4�o\\�J�\rMe�8M��-�z���\\��(fm�x\"m��6���I����ޣ@�8�J�8����H�,��-ὡ-�~N[�|��E�Lӊͣi���YӖ7f��L��V�ޢ��i�m\Z}��[A#M5��k�h��4D�HC�QRiԬl\Zݠ�Fwס1L,h��.\Zs�v\Z3i7��P����a�#hŷ4��$�����}I���i��4�\Z?�M��&�J� �\Zh�Ɠ4��4Q?MfA[U�@3Tҧnw��;O3J���B�5���ik�\\��7���v�����mD^�6��hM��6��L3��if�3i������i�il�y�m�KmK|6�b�f�0�f9.�m[�Cۖ���}I�fe�����ʣ�k��I�]\\D���ىSh���i��\'h��i�v54�\r�=W���{�u��2i�\n4�2O�˃�4�g�47V�-h1���}�@;�_O� �yީ�y�h�\nh���|.��V��S ��X1��<�<�vf���s��Ȝ$�N;ww-���g��A�hW�]���\\�J)�M�^IҤ����E��m���e��H��|M��SH����V�5-�2�v�����wƁ���������[ci ��JZ³tZb�;ڝ���W���aZ2�������Ԣ�<FK[�@�8oD��;H�ҒвV�в.?�e}���=���)ܣݏR�e�Kh�wh�Zi���q�h����Eh�r��hO���\'�iy\0��?��Vhy�VUC+|�G+Z�B+j��@��Ciš�i��JZ��\'��F�V�M+O���G���7��EZ��JZ��VZ5�/�&2�Vs��il�խ�Dk�W�5t�=54�=_��9ڋ�S����h/���ZV��Z���Wr���V�h��N�ڼ\0Z{�Z\'����9u��6֟����m���\"Z�76��d,�Ck-�w�NZ�\'�6���>q�i�$�h���i���U�h�_�цC�h��������M�:@ykHg;��w\rо�*Ӿ��Ӿ��}��}��D�J�M�WiS�$ڏ��)�6ss��+CD��I��U��)=C���I��^A�C�i�]�\nOnҕ�ҕ��te=[�\nTCWq����Bt��et�ɗ�Ŗ��g\n�K�\'�Zz|���G�e�t�]������}y� ���k��\n]om}@��X�G_yl}�G�m9t�\'�ޡ�{�t�M9EG��S��Ԁ::��\':}A��EgT=�3�/�Y�W�M%�ʢ��$ӹa\":��r:oY���)�7����YG����t�F�t�]v������nxr��b��s�n��\0}M���V���VRL_����N�}���$�\'�dގnz� }��>}}�}�ޕt����f�_��]m�[���-��ӷfs���ѷ�Lѷ�q��_;�wHl�;v:�m�vM�t�i�����O���.�%�,>�ɫ��A���Jw�ʠ;�H���ݠ��v�<��~�s\r�S���Lwǿ�ݻv�wE�OLЏ�o�=m@�\\��B�z�@?�J�{�Qt�S�b��w(ݯ6��M?���~J�J?�@��M\\��Փ���@���{����9�/_S����b�t}z��)=B�I�Ҭ�G�%�o�ң���j_�����|����z�)wzb�jzby4=q�-=�)���BO+룧}4�gll�g���3>$�3���,Gc���Tz��.=��g��?�-��|�?�9F�]�O�˷��xLϛI��?]H/�?���-z�Q �0�8��J�^|2�^� �K87��=�g�eƉ�.z������^U�J����^Cl�נ��\Z�Jz��<�v��VGD���Jo��Л7қ�?��<�Go�� �W���3]�ߩ��LS�m�lz��.��\'���B�`1���7z�ezO�Vzϕ��~���}��} \n��\r�~�jz�9}`�C������k�#5%�/�N�/�>ѿj�п�{O�����=��{��Tj�\'4=�1E���A�d�y���w�5����_��k��w����C��h�/���}L�w�1�2��^2��72��,f���d,|,�P;��X�%e�Æ��v����{�%���%�=Z#bƲmڌe��1�-��)���c��(��d�.�������r�:���:kf��D�9Pw�A��c�&�Jw2�hfPG3h�$��.w�AOAOSY��<��`/�18���]�8�!������3DnCt߉!�aH~�0��O�.����j�ƪ+�������O1V��?�?bn�a��1�/?c��-e����0��a��c�V9�W�a���ؔ2��TBdl�\nal���ؼ�����>��1Ɩ��ː��b��c�kgƎ:C��:İ*;w�`��a+�`؎0v�-b���p��0�:_g�-��ؿ5���\n�NkƁQo��0��<��8���8�c�8X��Bn�n�4��xƑ�9�#�7G��ax&S�o;Ƿg�q�q��o��z�ۣ��#\'���\\��a2�����Ʃ�x��eq�3�rgs\ng�e\0��A���W�_�A.Ռs���2�ծ0������]��fk�$��sKW3�1B;���9Fx�$#��Lj�Ǹ��.��7�M���F�v�� F��F��XF|�OF|F�� #��aF��;F��#���Hm�g�A��t�9F�����r�����q��Ƹ��f�-+d�-`ܻ��q�,����x� �a����[��i�`�e��,b䯛a����(�c�3\n3-E��r\'�5eA%)��f�Q��Q�;�(���(_��(?KfT��<F��=FŗfFep��9�Q^ƨ���Y�ɨ b0j�2j�\\`�.��h��f4b��\'�g���f�(F�\r�V�.�k�N�k�������=w7���(��ӌwZW]�F�u�ѭ��ѽǗ�2�W������[�h�c|�2>��e^Vdv�2��<��@,ch(�1���1ܓ�?�5Dc��1/�W�:����Mv��b��}�U�.dL�S��S��?�2~����K��㌙�L���o���]�_��:�?�d�luc�3�1�(d̹�1�ާ3���3�6��t0���1��1��2d#L��R��#�r�)Se@�T���T�b.��0�#1�e.���T�g��X����%0�>0�6�1�ɖ3�i3u�3u⽙:�N1��&0���L=VS�s�y\rsœ�̕��L��=��T�����Lx�� ��a\"U�L��:&�V�dʝ`2�i��.��a2�K=L�
L�ɿL���L�c���)�f1k�3�嗙x�r&^q�)Ja�f�������sL�g檀@��8�7L����JLC�!��4�tg\Z�0�ն0�)IL��ML�%�LSL������.�2͎�07�37{d3�h�2�p_2����[��0-�3-o�2-�obZ�ran�2��d��`��IIf�ij�;;\\���;���FL��L�ok��71w;�2�?`�Jf:0��ǘo�3�.�c��]��\'\ne����43���e�x�tj�b:[,d:_He��_ld��tӼ�t_x���t��0).f\n�gz��y�/��a���H&3=^�`z��fzY�3��ڙ\'�G3}}���g3O��2O���<t�y:�y�}�y��a�ي^f��|f��tc�y~P��g�y�!�r�m�����+��!��̐_b��0f��0fI��*��,����qc32o7��af�b2�V���36^�������Ws����1�$92��(����)�<fj�bf�fj�3�2�L�>�L��g�{t03o�`fu0�q�3���1�K��O1y�1E,b���̿Eb��cD`��1��ʙ�3��1K4?2K^R�%�5̒i1�\\m�Y.ę�ݻ���c�5���5�������Z�%�z�8f���lH��l��f6�0����Mv̧����^��}ߙ���/\n��� �u�)�}�Vf͓���|kq����컧�����=�p�`<���2��G�C6o��V�̑�1��_�JsL������%v������M�P�~��9Y\01�֨1<ΜY5�� ��;�9{N�9���9;��97���G�9ߛ������ mg)<�c)Q���5XJy&,��2��\"K�FKu�a�����b-*�b-^�Z<��R�z�ҀY\Z�<K#�(K�` kI�k�v0K�(���e-��tڱt߶�V�o`�YD\'C0^�ubX��\']�aQM�Y�c1,��?,��,��,��m������b�U�X���X��,�2��ަ���8b\r/�>�o���qr,�HK�%4���:Yx�K�ː%Q{h-`ID�X�$Kz�K&eɜ4Y�z,�E���^�j�-k���,����5�fXk�d�[����މe��4�,��2?��eq.�ey,���h\rk[.�*��ڎ�em�y��{��l�X6O��t�nd;�*c�mg9[����Xο/�\\�8��@���ۋX^^+Y\'��|��Y~c�,�^���R����c�b^Qc��Y�㝬��&��G�wϲ.�{̺$�b]��e]�na]^��z�b]\rNa����Z��� Y�e���-u���7Y�����+�ƚu+�+zQ7+z?�}/�u{9��.��c5+�����i)+��J��X�=��܃��(�����\\���)��.�ʺ���zఛ�����( a=�*c=9�������U�*�f��c��e�Y��ݬ���BV1��x=�*��f���g�/���^1s�U)��Uu0��XU�ϱ�/v�j�i�jW��jc%��kKY�������tV��4��z��`=3Lg=7Sg�p�`��:�z�ώ�����\\��je�a��=�z���͟�;�=�{�_Vł���������[��5h=�\Z���\Z���\Z���\Z�d�F��Y�a�Yc��� klc�ww�����&*XSZJ���q�TK\'뇚kz��t�w��/�5��f�̔�~���� �@֯gѬY�7k�r,kvf�U(cͯe���棻19�L�� &o�S����?�M�1�yS��T)J���\0[h��-_�-:�[ԶS#�aj\n�f/�Ԛ���ʉ��LC��4�0́dl��l��lIB�u��JZ�-�8�NW?���.l��1��у�P��Vl��V�`+�展.bD��J1 �1Ҋ��v]����h�l��`��{kɰǨ!%�+F�n�ї8b̔Q�9�cm݂�-`������<�ƸA���y��q�fb��9L� �~�D�\Z1�H&�։I��`��V-l�V���pQlu*���Č�i`F:f���Wnj�s�����;��I���S�ִ�a&9�0�eN��!l�uf��4fn�\Z3O\Z����a[�aV���#6f�����v^a;��0�?��)ۥ�\r�mR��\n���0l�����;�p����ۻ s�\"��*yl�Nl��!�_U��\\�肹p�b.��A�s�\Zs�>c��~�\n�^�;\Z��Ղ�W�߅��ñ�#}�������a;�݅�Zk��ݢ��=�ag?Ƃ�a��T,x�2,��\'vI9�D��]:�]�7�Bޟ�����)�Ǘ��;[�{X��\n��n�a7˞b�Y���,��S,V�����w��%\\��B�b�E�3ݡ�bwRcIW+����X\n[K���4�/,�o��T�e:7c��K��E,K���p�ڣ�e�����ð{�S��`�3��3�p {�o�=���r�*cO���\'�QX~�+��aM�X!샕8c%\nX�Z����h������\r&Xͅz�Vb��ec�K`\r�5��B����kT�Úb$�Si��5{�܅5�a���X+�k��ڈ�ͥk;Z��5�z.֡܄����oðw�۱����&�Xג�X��fM`��c=�e�G��X��\Zֿ��wB��c�ا6wl�HA���ؘ�����v��.�}_9�}?��}�z�M�ObӐ6�w�ο��D^�f��b3��Ϭ��\"���\'�z4���5�w�M�o�%����3����+�a�m�g+g/���^��^p~���qc+�ͱ=����c���l�+w٪Z�ت�E�E�l59���Ɖ��������������-l��\n���=lm7y��w[����φ�k���;����:��+Re��%�W\\C�+�K�+^]ef��[6�a�&�m`�����-Oؔ�8q|�F��?���l����ʦy��iC����l�N2�پ��*�bc���|M6�ޏ��b�+�8������e�]������%��Ҥlv�-k�g����_��\rl�����\0�h�$�hp9�b{�i�mr\nc����Mß��Hd���d1��4�fo69��pa[n�Ŷ���VNl+#����m�K��~����ٟm�ƶ�^Ķ-wcۙ��U�=h�υ�Wn-{_h{�:{��1�����b��ZU���Z�����2����/�}H}�HU+�cl�}�y�}Lo�}\\�&��ؖ}b��Dv�Dw��2���r�/S��[T���c��.f����}f�$��K������/<�a\'�/�6��8}d_���W�w�C�?�!�d�0���Ȏ��Pg�fߚ5c�6�g߾�Î�g�1�q��7��#�q�W��o�fB�I/���\r��4+v��v��o���B�ݷv�{��ގ-�{���j���4�����K�uj؏(U�Gv$�c�)����\'��\'E�b�9vq�]��.���.y��.}Pͮ44`W��U���jT̮�ZȮA��V���g��/$����L�݊\\b�\n#�������m����n3�b�g��Zg�7��;���[�2�;�:��G���=+��=�!�1�ؽ��}��[����` ���[��;��ѫ���b�;�=Vq��m�-�[�*{�<��Tc����Q���b ��\\,{.p{�f{��5���7���0{�B�#g��#w�Ǒw�(0�pܞs�.�(��p���r�W�sT|!���x<�FsTs�8�8�p s�Ɲ8��ws4.l�h�m�hĿ�h\"!�%�-�Pβ����\0�Β ��!Ί����8+��9+ۣ8+�28����!�9$�Mh1�zp�d*���9��AF�9�6��)�C�>��;�q�{9L�y3�����a�Y���9�[\n��n/��ß���A�0WU��Kk8�f�8��#3S��6�sd>�9�^����c4q�o�9��Z�5�u�uԥ�}:���-g�zs�F7��`(��KgS�������c�\'g��m�\rVű����<ϱ�α����]�ʱ�\'r�6s�M>��g|�P���y�q9��qՔr�j�8��Vs<�Vq�n~���Up�\Zs�Ih��W_rN:�x�{p|:�8�Vt���V��Y�)I9��3�ӁP�Yw���N�vι0��s��Υ�&���՜��tN�(��q��>q�+\0��3Nd�%�\r�)�\r�����<�s���m�ù\r���*[qbo|�Ļ��$h�q�p�Wr>��$>Y�I�o�I�V�ȟᤄ�sRnDqҗ&q2G�9YY���z�{o�8�&J8��$���9���i��#��Q��J#Σ���\\�vNn�SΓW_9y�~q�^Np\n�+9EF9Ŕ\'���8%�c�R�N�hNy�SNũN��5��lƩI�ũ}��S���~�nN���q��i��q���q�&p�z�q�)l�<[�y��y����B��b����g��Б�*À��-��pެ�8op�\'�8�/8�S79o����I9��p�o������}:���9}�˜��n��e�8��5���&�@�7���Oew9���8�^1�!���a� �0k�3�?����+��}�8��\'8_��|���|��$r&�7r&�9�O�8?V�i�2���4��1�Tș�)��yz�����U���U�g�U�p��L�>l�.Қ媛��g��j*|�.��jor��8su\Z�q�������su�\\��\\��T�\n{�J{.a�n.��K.�u ���l.�/�w���g����q!yw.��%_yͥ���R�����..3S��R��Wjq��C\\^m����x?�\n\r�s��Vsq�\\�\Z�Jp%�Lq�������k0�]�q��:����z��zP�k��\\Ï�\\㼧ܵ�u\\�g��۷s��<�n�暑�p7��q7�\Zrͯr��r��T��v\n�V������\Z߸���r�?xr�����y��uȏ�:�p�:�s��z������rø�Oz���m܃��܃u����n�/pݷ��Jz��C���#�\\O�s\\ϊN��� �)�{l�^4��Ο\\�L���v�)6��|�L�9���S��ݦ܀�?��cz�����Gn���%M�x]�)6��u�Z(�{�ۄ*�\r=��\r-m㆝�\r{��{�q#u�}�܈!=n�o.7�ώyc�{��$7j�K�2�V��mu�{[y�{;�(7��unl�?n�IWn���po 7��\07qW7q>�{G����M���&e���M\'+qӛ�H7��\Z7k �͊���5Y��k�ɽ�/�ޭ�p�/�ν/<��N�}@��>\\q^��}�����2�����[���d�\0�Ɉ7��-���Nܢ�\"nQ�\"n1j�-qr�Ys��ܲ�~ܲݮ�\nCSn宽��\'���Sܪ����ܚ���Z�\Z�nv�ީ��pޚ���۔\'�>���}�ś�<�3�y+��B�;��=�%����H1�5)��f3�m??��0��v�J�vL[r��Թ]��p?�Awr{O�q{�+r{�E���>�.��9nt����;�lw`ʚ�Iu��k6w�I�/��{�p�k���/�sG�rG~���]�~Qcp��N�~����Wǝ���sdTrq��l�3�b��x?���&s~=�������2���z!�O��9�y��>���N���2��YO�o��2O1>����S�n�)[��-��-�2⩩+�/X�SP�S�~����[����mu�����[�W��e���U��V>i�������\nx��<�g-�|\Z�x��+����P��q�Uy��z��Ƿk� ����<����ȓ��d�v�V�\\�[���g���\"*xF�;x�6�y�G�xk ��u���!o}f\no�}�\r/Bx���[��6�K�Y��ͳt2�YV{�,?<�m}D�m��o�YE��3��l�+y;/*�v^~��e|���V���3���1Ϯ�$ϡ�>o���}�q�}Jx�N\Z<�k,��O]�A�N�yg�+o�����}�;�wT=�wtb\'�+���d��U}���s<��y���]�_v��\0�4��;�ёph/ b/(ЋT��;���w��}ޅ�L^p�5��eOx�\\y�_�]Cx�\r�xWثxW�syW��xW��4䅬Y��W�����¼2y�^����y��\\��8v��#�u\"�My�������zȋy�ċ}(����x�N����y��ޝ�$�N^�/�侇�ǽ��do^�\\/3x/3�/k� /�$�w��!ԇ������o����ż�jy��x��jy�M����i�|����yEwTyŢS��\\�W�1�+�}�+s�������Kn�*���*2�y�jt^��?^t�W��ƫ����>�Յ���I[x�&^�s8����k�������o�%z��\Z�x���lry]\r����y]�>��md^��ݼmއ�=�/��zLy}�`^ߚ#�������~���O���O�x�ν�\r������\r�xC��y��B�0b�v��\r���>���>���z���V2�~�ϛX�&���M�Xϛ�b�)�ߟ��|���2�x��N�95U��QK?�1o~b-o~ފ/�L��_\0�\n:�\n��Jzb�R��\nP�W1��D��Uz�|�����������|5�j�ں2����V=�W�2�k��\Z�>|�._s�&_�c7���,�\'_W���Z�:�W��,3>q�>1��d-��.|X݈O�����⣄A>J�ʧ.$�`\r��Ƨ]��3\"I|Ɠx>s�\n��~���~�g�~���s����+d>/Մ/H�����%��{��l����| =�/5k�K���^�|����UAy|�m#|���|��?|�_�|��U�56V�5������שL�t䛘��ק��7�?�=�⛕��fu\"�Y}-ӛF��ac��s/��;|���mr*�m���V��|�3��ٓ��GB�;#=��l��]��|[~��0�6<��;� ���|�I>��C�C���*���a\r�i[���*��s�|7���6�}W��Q��:*�c�ߣ ����<߫��lG\"���4��Ty��u���s|�Xu�O�U��V%��Ԏ�Ӛ�p��r/��S\r��M�@�K��������}���~c�u�?�E\Z?b<�I�Ǐ�?ɏZ��G�i�o�*�ou��G?��_����Ï�������0?�Y����D~�\'q��IF�i�N�ӗ��3����Zʿw�����f��?�����<����E��os��t��f�P;�_���_�V�/���/\r�?Z�/�䗾��WX��W�������&S~ŷB~�~��-��\Z�W���kV�ױZ��&~}�������[o��2�-��-3���CM�7�n�;�;�����:���~�w��?�)�?���W�l����N��E��}�h����-���G��Q�g�1�����G�f��R��f�����/5#�/���_W:������q��n�o��o���os+����\'��\'o��u�^N���k���\n�ύ�?\'���������S�ǟuB�s��s��������q��P�@a�^��_�X#(~�(Pa��X�T���9w�^�,:c)P���y�\ZCG��{�%�Z;���hϞ,��@�{.G���.�� V0�\nۿ�q�\0�V\0�|* ��* �� �cog�b�\0�b/@X�:uL@[�A@K�06 �\r�,�\0�]/�n��R��s\'j\\�[I�|#|�d��f���G xg.��ѓ\0��{F ɍH~/�\"��.�V��%0�|(06�k����K,�������p��:o��3�\r�`���r�\r�O6>:\'03�\"0��&�t5A`�G`�\n�>X)�֔!��X��%�~�?7�gt6�I�˦�]�[�w��VS�]��S��^S��n�`��}��:��,~W��; �5\n�/o�n\nJ��҇�7m7����=/BpX1Yp��Xp��Bp䬞����e��Eq/��/_��XQ��x����V����;�\'�纮�\'�I�K��o��l����h���s�G���4�������i�er��ra��Ϡ �\"Opm�I�> ���Tp]�\"���D��R}A�U�����B�-�`A�LAt{��v?]c�7Hs�L��\"H8E$l$f� ��e�$�$AR�� �?U��z[�2�H�Z�!H��d.\rdrh���@�}�L��L,ș��\r\n�<�-x21!Ȼz]���}f�<AѹA�%���E���&YP��t6LP� �Q;Ay����FAe9]P��CPՒ �q�ԦX�GB\r�PAö/��\'!�&�:����\n�9.x�N�*IК:\"x��*x��M�Gоp����S��� �~\'��.xg<+xwQ[��ΐ�]���M��/���A7\'R�mp[�ᨇ�\'�@�s�N����〇�7EY�w�Ð����Ӊ\\���>��m?����s��}g#yy�ѕ)�q�@��^A0�?&��7\'���)���L~�Sn�ߏ~L ��?w�tI�.����fM� f���i 措\n�*����%���\'��X(�vG(�n �{pP(��^(�/T��i\n��.��!\\�-T��.��\\��}_���P�}�Ps��Q(Բ����Z¥����~�Ƅ�i�P;�M��$�=tB��L��x��@�\Z?\n��uB I7 Ɇ�BxK��b$��5�!��\'�U� {\\����Bla���(��B����Nr+�\nEN�BiE(sx$�M\Z��w \r盄FDU��Xhd�^h�g\'\\+� �M2��z+\\8 \\7.��*��N��p�n�����<�Rh��/��VZ�ZN<n�Y(��E�m�Nh��Rh}\'B�]�p�Q��F��fU�p�E����p��]��n��>e�о���E�^x��@���5�˖F�KK�Нh&t���\"<l�Hx8�Yx��oᑵ�B�@���O��sE��õ�cVy�c{��\'>� OZmzG}�k�?M �hf �ԯ�\n�AgJ�A%#�s�[���K��G��K���E /��^1�\"��;-�� �2�[x��Bx�Tzh�0,S$�+�?#��� o,[\'�A} ���S�;H3]\'���c� 5�m �;��Ii�d߽&P�VvS��6O�.�\"L��\'L�f`�������^��� �o& l[.|\">�>��$|ذ]���_��a�0O�(�;� �7\\�_�#̟����G����{ ��Ƅ��Qae�5a�ڮ^�+��Յ��56υ\r���˄�#a§�����.��������=�W�!�״{�7A���f��P]a���wk��� �4��]m�®�Jaw���g�Aa�n}a��Ua_�.�P�r�v��q�����o�ϋ\n?o�~;�X�-�@8e\n���(\Zj��\\)�u�p\'�;> �K��*\n�����Ο��W��r�{p\ZW0��+�=�+�~���V�U�6�?���|����o��K#\\�EW\'��\Z�]�Ɓ|i(�tr\Z�a[�:��r��K��u��zK�p���\n�8�R�_�����]��8�\ru\\�a~#���ѥ\"�\ZMé�~�.8�]�G���ΐ&���q�eC�ߊc�\\p�J�;ց�δ㼚�8�n�����qA{<.�g��Q�q����銋�]���Gq)U���e�\\&����ⲟ������q#�C��7:d���kL��kܦ�5S�ڶ7��q7�z�-���S|=�o� �7���7�;���f�-p��D�,l�)�7ۧ��:ŸEYn1��-͛qK��)�V��Z)ŭv qk*�o?��m��M�� ߕ��jw�w���mc�p�\"\'|���������r/��|��w���F�{5��z��}Խ���\'�c�|��_���3����V�;]��.�\r��pWB�h!���ڰ?��?���!ډ{���{�}�{V��N�^�p��K\r��u<@ƽ ��-G�������u9~��W�,�?�#����\0x?6��\\��\ZŃ����^����sv~�H?�=�_0\'�j��p:~1�/5�/�����O����ݻxȝx�t���Ყ��\"�Xq��x��G�~�߈9�Gi���o�D�Ѻ�x|�?<�tO*>�\'˫�)�?<���ُ�����\\�Y����.���-~O�~|�?T��s���z �h�?ك�;��y��3G�-xQV^�2/�m�c?�O�?��0/�>��N���x�)\n^�D��6�k��x�����7��ǟ�;�?ϐǟ\0x��5��7�ڊ�������q�k�i��Xo�Z��Wn��Gn�� x��|��_�6�;t��»L��z��U�[����x��l��FV������>�؏]��;��U�e����)|��G���_VR�\r�ד;��>ᓬ�T���\'��x��ŭ��\Z>�� >��m�\0��=������sk����E�N��{@����b(R���6��\"KEOu�^f�����m-6\ni��-y�Z�dJ ��Y����iݽ\'Z�4.Z\Z�A��T�l��hYn�hY�L�C� � �-�[)�u�����i�Vp�E+|�d���Y#\"<; \":ω@��ܡ!�&1���TQ�9�(B��D�T���K1*����D��\"Ε1g _�UPqc\"�\"oq��Ǭ�2��xzD|=��=��H��U$ , �CD���\"���H4� �uu����E�M\"�q-��\"�=�\"��5;��ք��֡�\"ɜ��x�Ȥ�h���h�1�h}�/����\r\\\rцu��\rGE�n�6vN�6�^(2#։�v|m2 m�� ڲ�G�%�_d�j(�X�\"��%�\n����X-ڶ�]d��Ud��O���.ڵ�Jd��Ud\'�\"�R\"ڳ�(r8�-rHI��\\+�G[\'ڷ��h_�1Ѿ�����)�%\"�g�D���<��D�kDE��س\r�[٢e����j�I;W�ɸw��\rA\"o9+�w�s��Se�i���h��e�3�1Q��i�9��(X�(��(�S(\n\r���ѥS����k�.�P�^QX�}Q��<Q����:k��J���D��#�x����Ǣ���E�n�ݦ�D1�jQ̦nQL�5Q��Q\\P�(Q��莩�(�!J�:��+����Q*��(5�K���$J��D�{�E�7D�iE�U4Q�����kѽ�gE�|�E��E���,D���4n=�+�(��\\��&���>%ѣ�E� QњLQQ�Q�gQ��sQ��QqX��d�Q�����뱨��**�o�wN�*G.����U��jd?D�jlQ?NԔ�=�0=�/=��=ϖ����Z<E������bD���36�:�袎�F�;ޔ�]_���7���,_�ݲC��[�G�\r�� \Z�\r}�w}��U4b*\ZՊ����:��B�DckD_��E_��������ݐ��̻E?��E�Zd�L��O���wb��O�Ѭ��h��h��\Z������a�X�7Y,3\'^p�C�H�$V�;(V�ŋ��ċڈ�,ŋ�4ċ+8b��/�\ZLw�Fb�X��.���J�R�2�ҁa�%Abm$ֱX!��^��J$ֳ�+^��%&��������b����\r1,�õbx�MLq�S����41�r����!fP11C�.f�g���#��41��[���.�2|�l�!1{xD��pN�[L� ��wE����Z��g����1n�*���N�K2�Œ�?b)rF,��$�\'�����c�7]���ū]TĆ[֊\r��\r�͕���\'�k�*�뮠b�{�b���b��x�I��x��V������.��\Z�b�v9�٧���(�y�������ko�%;Ll)m[�2[�[7���;Ήw�P�;���|�V�k��V�Nl�G��JSl��(�s�V�@t;X�\\������\\X��;�N����z�b?u�\\��UG vC]�n��ć��Ň�k�G���=�{=�_qH|\"VO|��d~��{w�ػ�0(b�{�ž�i�S�B�f?��ħ����x&���&���_�R�\ni�`~����F�ՐVq�Z��8��Ef�/�?7�[��pq�Hy+T|C�8���ͬk��[W��Yű���q�;��֟��A��=�hq|�%qZ,N��/NH�/N�k�=Jĉ��;\n=�;���I��Iw���\Z2��չ��h�8� \\�N��_*gTE�3�|gY̊��3�wW|�5�,�_Bg�͈�����Q=��a�c?X���)�}�G�����8/�y�+�N�Ņ�\nqa���p@Q\\4�V\\<A\\�∸L㹸��uqy���\"5X\\ٲC\\��P\\�Q\\{k��Ay���q�3�]�g�s�g�p���\Z�K%%�K �\n�/���������[8�������ׯ��mo��m}>�7{T�����dq���\\�F�Ni��ko��k8_�a����^��ÉqOa��c̨�cv����H<p�[<t��x��E<��&�l�D<�RK<6�\'�M���ēf��\n-����?��3\Z�♞r���1��\"��g���W^��ϩ��?�\nij���s5����]h�S��w:K��K�OH��Jq�D麶D鑪D�����F��\n�Du�g��\rC5_�J��l%���$�g[$�;$�owJ4B3%����%�K%ZNY��cm���^7������]�k��8F��K_B�.!:�K�s]h�= ��E��H`-Dӻ%��5����q }w��a�Cº�X�q�J8k$�͗$�=�ޜP\"��+��xI��I�UZ%h�����pw����w�1q�ĸ�)Y#됬iO��4ޒ�n���\r���]&YO�&Y߃I6�\'J6]L�l��K��k%��f%��XH�t�I�\rkGL���u����7+$6��o$�����%�՞�؞�؞.���J�5Kv+zH�O=��ל��1�\'q�o�8�\\��s��>!q�D�8[�J\\N$�J6OJ����NI���%���%�7hK��H<��$�|�Q���/KrB�PrҨKr��[�_�� � ��2�$���g��6^rJ�����)�i����O�$g� əۇ%g>�%g+$��$� ��s��s��I��I��씜+�IΫ=���\\( ��/ .], �%H.�H���J���IB�3$a\Zɒ��DI��I��亥�$�$�q�$�\Z-��\rJ��$7e���.ђ���%1Z$I�:KI��2Iܡ���`I<�)�s�V��U����KҠ I���$]�$+3Q��$Hr�*M�P��ᬚ$���j��F��qE�k�\\�}S�� ���H\n��$���«ђ�xSIaҬ���h�RR�{,)I�%��ޒ��1I��CIEx��2礤����J�ARm�%����.��4�\"J\Z\\+$\r㪒F$H�8yR�t���)���i�P���(�|9#i^\'iQ�%i)�*i}K�v3B�f�I{��������佋��}�C�)CI��|ɇE)�m���D�#�*���/��{#齬/��ז�.JD_%�H>��K>u&J�V�J�7\\�[NH>J���yJ�$c��������%���I�_0�LhޔL��$���d�n��H��?%�O]��PL�믒�AP���\\����@�ߒ.�ߩ/����R9�T*��H�tR�p��ta�D�HiN�Q�.:�]���C�f� ]�}�T�}D�ie#]��A���H�H��Z��I�nI�^�K��\\�j�uI�v�K��s�ڟiR�|�T�e�T��$]~�TW��t�,%8}�F��������R�~D\n��H��\Z)8�)%tKI{��$ǍRȓ%%W�Ka8\\\n_�&�+˥��)�K*�J����[3RZl����U��Öb�R,kD�\r�KyOܤ��{��y��W�/��J�����d��T*#��Ke�ER���}�t������R㿇�k�nK�]o��+Ӗ���nH¥j�I7�n�n���?��������M�Rsz��\\`\"�b�[�ŗ\'��)���\"��C��m���S]j�*ݾ�n�Օn��G�CYU��$�q5@j�\"�u���e&J�jR�w�Y���V��M�m�:Y8J�\\ǤR�>�Kp���\\zp�Q��A�mX��&u���ڤ�t�`K�_W���R�F9�1�Wғ�5��iM��?\\�gH���K������m���i陧ۤg���J���_ܥ�w��J�Ul����/\r��,����r���Hz�\Z�^�I�^uϔ^��,\r寒��Pix�H\Z��-���/��Ko|��@\Z5,���C\Z�jP\Z��#���K�zH��^H���ISU.KSeKӔy�4�4�%C�,͌�%͚����s�fۆI\Z}�>��F��J&��-��ɐ\rI�����`H��r�Ŷ��2tRZ��[Z��K+�b��\0i�i%<!��}\"�Z�I���Vo�V��H��KkNK��z���祵��IkgWJ�Һ�5Ҧ$�]�җ�Qi������:ik����r��mFQڮ[ mw�����I;�VH߾�!}7�.}��+�Z*�&�~�F�4Iڳ6]��T*��Q��EVI������l��鐲�t��[:t�t(U[:�N�~~{W:B���:8Iǔ�IǯJ�|�_�`�׀5� gX:q�V:��Nf�Kg�H�ґ�J)���z&�-�KW�����O:��F:�/�S���mQ���L���)��)\\��)9Ȕr�ɔ �eʏ�e*�.���}2Տ�e���E��e�$�L�T_��P#[��l٥!���*�N��L�O�l9�D�{f�LO;^�B�l$/[�c�l�a���ʀ�<xtPF�(���AוdP�^yℌ��-��l��ݝ2ꦅ2:妌~�HFv�1�e̓�2�Q��e�&cyre�g?d�G\'���U(�5��wKe��wd���\0��2���L|�#�5�d\Z�2�y٪��j�#3�ӻ$[�]$3)T�����6~{,3{_)3��WY�,bd�K�e�Ρ�mG.ɶ��.���(��Ge�Kd��ze�m�2���e{0_ٞ�0ٞ��2�2���ӷ�2W|���y������X,;�\';tz��F��C�/�ȧ�<��ʎzʎz��<IKd���2/E�츪Tv���DO�/�m^&��-���������|�8��PH�Jd5�T�>���|��I�\"*�V�HV\"# EYY ��H�J��\"��������羯��2��\"!�����!^:�Y*�S��t��EwC��e!~���U�\0�Ð��ڐ��<H�l$��r�;$*| ��~rG6r��H���]�/���z������C<H�͐(]MH��DH4-\nr����:��q\0r�\no�I�w�d�\nI:4I��$�[ARԑ��܃�G2��GƋ�GdG��Q*$-����^�>�yjt��/�<�<�-$z�-��o3��o,C\n��LH�� �P9R�6R$B�l�!E�� �i� /��A^=�)����\0)�{)[���H�62���y���R�\n��Q\n�Z��T�x�6Հ�M)C\Z.hC\Z<`��i H��H����k������l�zw �Zp��qX\n�Q��� ��O�m{��\\����=\r������2��\r2dL���]��!�F��a�d��.=Ȉ�dT^2v�2�_\0�&��])���T2����LdžA�ST!Ӄ<Ȍ[,d&�䇴d��\r��TY�yC�m�,�{\r�um+�w�d��\n�<u�j[Y\r�BV�.B�8�C6�Ő�Cs��g!��@�>~\r�wo���ȿ�`�D<*0��%��d\rT�X*�ׂ�<S�n���Zs*��ݾk��T�$�{�g U#�@���\Zw�\Z���ҡ��h���P��P���P��!P\\ T��\nTw�T7\n��/��=o����w�@�2� 5���fN@Ͷ�@�<��:=2�(R�Z�k���\nje� =�� =��$�8�\r=y\0\nI�B��Н(�\n{���bBg2q���T�b�B�3P��>(�F;\rJ�����@A�(�DJ2;��j�R�uP�(�U �3���2�����P;�>qʾ��!�r�Pn��@\'*|\0���>~��G���#良�Pk��Г�/��Ԙ��vnP[��Pۋ���2�PG|���C蹓f�sE=��+Pg�6Թ\ruQu�����t�@]��Kz*�K����JB//LB/��A݄���f\\��0,�j� �ƀ2�S.�ַMP�X%�2z��<��U4�54pY\Z4m\r6�\rƞ���>\r��BC#!�����;��л�f�w_�F���>���l\Z4Z�\Z}�94f@\0�\r���?j�;�O��&����.h��sh�Bh��!h�Ї�hJ�%�#��\0�*}����&4mv��@�������!��x���L*�IB 4���������\0ͥ`�y���<\'h^|4�\r�7�\0�;�o���B�R��whq�\"�8h+��q9�$DZ��\0-~}� }������A��F�e����h��9��4h�!����7rw��������76к���sg�\r�,�\r�K�&�oЦh�&ڲ&���C�̡�n\'���z��eh������=��3G�]ڇ�]W��]�Ю!hw�Oh��Oh\r훔�~�x�yQ\r��E�~��: �:�z\r:$����@��\\�ãI�QMK�X�:��L��օN<����N��B�Ctl�����y������\n�U�Y��t��t}�����/h�߰L����I7L�7L�UL�&=\0�je�6�V�� �0�\Z$L��/L�}&�� ���l�EKؖ�k09��0y��0�L����2LQ�\r��YLI#�|Z��Ry�*u�J;S�S�����vj�v�Ca�\Z�aڒ�0�+7a�)�a:F]0���|�w�L��l;� ;�3Pk��T�`F�U����{�̳�`�u�a�B�a�Fp��K��}0�ni�1]�qӋ��`�߁A�2`��;08�\Z�̀!?_��Ս`�t�H{��?���90R�4����k�菮��Ga��0�\rcz�1}Ca�=0j��c�oax����W��N0��\rL�V���]x���+L|�L|? vn;1��v������N���\rra��!ؙn<��>�S�:�b���zؕ�0w�װ�*?aWuR`�^��]7��� v�\n��\r��:�1{���9�|�L�����&��;\Za��)�`A8,8�#,���U��Zf�BQ���?XhM#,�s��6kXD�8,�-\Z���R��i��ݓ��+_��Y܅ŝ~�__�=�0` �TXB�,1\r�%���t\r`��ðG7��R�Ka��<Xjc��@,M����K�܄��a�#c��j�\'�?aOTzaO�27�e��=�+²sXv�-,/ ��V��+��\0���$5X�X�1/X��KX d\rV�5\0+���~끕�݃��v������L|`e�-�2�YXyr�b;VQ,{]~V)J���\"ao�zaU\"GXU�3X�V�,V��\r�;��KW��i��M�`\ru�ƙ���[�`�q���<�{ \r؇�c���.XG���n\0���-X��/�~���p#X6x� 6t�6�7+ȁM̙�&�ra�z���)�N�TO<l�� l��:l&z��\Z쇽/�G�l ��l7��5�a����`������~���~#�U��V̼a+�Va�w�����Z��+�a��9���;a�&n�%�7�����n���F�c�˚p9�E�<R\0�o�o�\0W�n�+���3Zp�ye��\\)�+|�F=|��\Z|\'�|\'�<\\9w��B��f\\���z��w������N��w?�5ͳᚐ�p-�4\\�V��|O�2\\۰�����# ח��� ��^�響�識��h�\r�~�����\Z���T�^�\r�Ϳ��u�.��,��[*�]��@��?��8pJ\r�x��x_\rG=�G[n�Ѭp��[8>�N�h���2Cp��~8��%8��:�w\0�������p��}��I8�,n�]��4h��\n����������~����N���=\0?́�MK�;���M��Nt���~qk\n�UI~9�/���G���u�+���+o�W����~{���$�հJ�����N=��\r�M�0�f��f�9�����[}�^�+s��Ӈ������A�3�`�+��x(�!<�.��ք���z���NL�#{�#�Y�c����3�� ?x��~x�<��ix�D��&��n]x��yx��ox��~x��q�ӣ����b7���xnV$<��mx^�&xއZx~����x����px�-^R��yZ^:U/�WU�W?<����yl��Ɛ�Esx=�/�mr �m��Q�o���8�9��\'��~�NP7�oM��?|Z����;z���Y���m�η-��x��sx�&�7�\r�;��������r5>p�>p�\r��.~�\Z���%�G)u�Ѻ���{���3|�e >V;)��[���?>\n�|>�F�OA���W,���^��JK����\02|Q�_���[_|���H�/��/eB�+N��g��\'����g�M�\0�R�4>��xHg�Y�e`˛��ܕj@�m7 7��w= (���P���6�=�\'�=�ؾ�P����g ����j��\r�~@e�\0�~������0�z�I`W�/`7xؽahտ�.{>{��{E�ޭ\Z@_a�k=�4\0<;X*\nn\0F�ˀ��$`��`����w��̀�;\Z0K����UG��\ZA������e��6X�]\0�\"�1�R�X�p|�p��!\0��@���YU\0�R��>�?�\0�?@~�(�,\0��`������\0x�%\0�����\0O�`z7@��H�V\0�� @>�\0�7���\r��v ��]�<:�h0�_&�]�;��\0!����R\0�%��\"8Y{8-�����98\0�����r\0���3����p��8_+ 89�g��\\H.�W\0�(���a�ʯ����6��?n��7���[\'Wi1��x�ޱ��w\\%�p�=�)�\0���_�[��a(Y\0��@�4����;��\0wt��8�\nDV16@L�p�};|�]���q��xO ~QH��.�I� �~Hf�\0��H��k��\nE��\"H��r׀�z7 M�\0H�\0Ș\r\0�\"�����Y�T�٣\r���3��C [F\ZȽ\"r�zo%���ׁ
R���(��wt/u�����W[���q@��P��\nT��o&T�*�N��<Pu�T�[���긣@\r\n�� ���C@�j)а���f�T�9�7М��Em�G��ځ��X��h�\'��`t)9\0]k�@w��#���4z>\0��H�s�\'�_a|�8|�j���� ��K�>C�ٛ��=�V�����5`*�005�۸���)0}�;0��\00=m �.?7�?5��#���c`�H\r����j��<,�f�����t`e���kҷ�5�`��!�^�\06HP`��\0�%��4�ċ������B��\'��aB��\nBv���NB��b��4b[s(BQ_�x#���4B�$�Sr/B��P��C�����҈]��\r��n���c��=�ڦ;:/:5|�n�B/2��b��7�6boN:b����_ā���\r����<���Q�I�I�ɣ ��QY��.\ra6pq_�0O�@���G��@X�(GX<��8j��8J�B�<��<�<+FX9�!�<U�=.!��\" �!�Aw������ ��7$��@=݄@\r�#����-��*�#��p��[1 A��A�݈ _-EP��=�d/���(��솠� �7,}\'�`OU!8� N� B��B0�!< D]c�\r�5�2��M;�)B�TD�T_��\'�� a狰͔Gة3vu�]�\"�ޢa�:�pP G8�G��?�8C�F���A8�<@\\�#\\�?.���� �+�:n����Q�զHĵ�/�kk��S/�\"���\"n��7�!n��@�,�����.��\Z�eQ���:��f �^#���\"|��S���\Z�������#��5�}C���5D��_D�V���\rqgp>���x�\0y$9g�������\'#�]�E�JC��=���Q��mB$�\"N�G$�F$��#��I�. R�_!R���<��?i��#���\"�c��fē`_�S�ۈ��4ijE&\"�H\"{*�C�����E�4/!r�v!�̯!��ш\n\';o\"�8{%������#J\r#�&e�D��^D��oD%��F�\0Q�2��`�����16�Ad�hqD4<.C4� �$kM�pD�\'KD���; �_�C�X�\\F���@��!�F�m�$���h7B���шN<��A�s!�\r�#�o�\"�__l�_AD��U5 �U B������C��� Fۉ����.���툩]͈�>Y��\01�y1h���!殧!~��ra����Řį�<�R�>bپ\0�\\�X��A���\"��=@�/ 6,����m!��)A����Wn��7v)qm)53���@G�\ZHY�6rKBrk)\'�Bʹ�!� .��8�H�r����/��B��\"w^x��Y�T��D*_�\"ջF���AjlnBj8!5F\"5/H#5_!��!�� uMj�z�k�{���G���KېH�`^i�Gi�\0i��4\"\r Mբ�f_7�GR.!-�u�G�|��fH�gG���1��7\"��H��9$43:v �Ӎ�s��\0�#���D�C�_w!qR&H��i$.+ ƞA���d�m$y&Iy;���}B�V�\"�zp$C�ɜ1D�%#��d$���� v#9��HN�7$3�͑��q���)<�)�;�K6 Ŕ���y�i�T�it$�v����0��Sy�v ��c��6�35�g�aHǫL�9�\Z�E�y1z�R���a�Fy��yY�y��g䕯ϐnk�ȫ9��K��;�7��\"o�Aތ1C�J�#oM�Ez�� =����\0�3�����Y��ߟ ֯\"wB��u\"Cj^ Cc ��!#��@F8b�>���*LdT�dTk2\Z�M�C��Aޛ|��e%!c/\"�d���6!h�G&X�!⺑ �}��ڏL�iD���\"S��#S*/ 5^E�I-#ӐBdZ�12�b��|��Cf�ބ�,���z��̪f#�ۜ@�~�|q�|Q�\ZY���,<��,��F��mC�<�,�iC��YE�R� ���2�Y��B�=،���AV��#+R*�����O�o�5 �L���C�j�1d́��S���_�w�!T�l�7�l�2F��ތly��zW�A�4�\"����5�C�(��L=����+�e�Ǡ�ȏ_���w\\��Ȏd:���Y���y����@vyU!��א�w�#{�ӑ��� {�j��#�����|r��9p59S��[�*2@��C�����V�A~7G~�lC�܅#g�7!�E\"��Ց�I��s�C:r�2��#��}u���S�\\cB��+���{Q%wP�v<Em2�CI:*�$�K��~Fm�YGm���N\"�d�CP�R(���(�$j������������m=�x��R�HG)�Y�v�5�vr`(�@1Jy�R!!P*��(���P�Ue(�͏Q\Z.u(M�h���~�V�<Jke�s��[ێ�S5F����cPzQ�F�P�6I(��+(�E�>�\\ԁ\r��T�\'\neh�2�k�2��2=�2�g�2�F�>�@�_�GRSFj�D���:���pR/�C1��/e鱈������.EY�����Q�[P�D���QL#�5�J���$\"���P>�(Tm7\n5��B/H�0�P���(\\�\n�����D]Σ�q�P��R(Ra�\"2C�RTP�R#t�2�@q2tP��(��h�pT%�9��uC��*EY��@��8���ġlhn(��\Z���-(;�Y�=�ʡ�:3n�:+��:{�r�ي��ЊrZ�D9��.�\r�\\�\"Q.�}(��%��r�A���F]�`���{��b� uu3���,uss\"�G(�fL*�3u�}��[���y�צ��-U�Wz�k������ك�5^G�>C��tG�?,D�;��Q��Z��FT��*�u����&C�hE�SŢ�eG��NA�_wF�:��4D%HY�\Z������u�P�w��R�֣RPS��v(�Q�\'ԣ�T�)T��鞿���ͨ�? *K��zf��z6��<S��N��}:*[�&*;�\0�#��ʍ�D����%�<����� *�Z�\";U�3U�]�*Q+G�t�A�jY�J�2Q�6�Pe�_Q�\\T�� �|��8����CU�Z��C����&���˨ڑ�:W!��^�����g�ag��u�4�zǸ�j�B�p�P����Q����OjE�.�\\TwQ,���ST�foTߑۨ>�c�� T��j@4�\Z���gQ�\ZΨa��ᦧ��í��c�Q#�F)gP��TPcSq��Էj\n�_�� 5u��e�B��>���WD-�M������Q�{���Ԋ!���ZcP+)K��� ��y;�?�Kh��>��M�ehɜ|��]h)��Th(Z�cz�j4Zֺ��F8z+�,z��h����uZ��V�ЉVX@o[>�V�JB+����]�ۋ\0��o��N�rt;Z�#\Z�R��V龅V=~����&w��~��5��uS�q��1=�ִ%�5����F��u���u�h=�E������O�Ц\rh����CW��C��aqڒg�>�&��<�FC^=CC��a\Z��0�\Z~�\rĝC)Ј�P42���2�Fͪ�1��И��hl�#\Z���&Jͣ�\'����4I5M*�B����T���KE�j.��n�hz�4��Ds��@��u��i��{%Z��-��-ο�>1GA[k@[�j�O�Z�m6h������ ��]��oh;Z�N���a�vhy�>�d�v,uC�\'E_\Z�/�B_�=�v��v�?�v�B;��/�D����]�F_���v~\n��\r�n�v_;���倾a7�����&�=���^Z�^����;\'��w�o[#Ѿ�L�oV-��2: �H�G<َ|U��`��DS��P�4tX�}���N^ A�w=FGy���������0t�a:�*:.�������~�����B\'�9�N��G\'->D?YC?��~�B@���@����=�+{�O>)��z�3�*�����g)��g/9��/���ߣ�g����9*ѹ>t^��E��ş���t!�]h�A���D�B�ѥ���24]��F�o���fЯ�ѕ�k�J�qte�i�r�Tt��1�*�\n]U�EW���{H�\ZQ8��V;�v*��B�n�F7?F7�E7Y�D7�z��!\\���~?�n�}�\Z%F�>z����ݦ��Vd�no2Bw\ZDw���? �П�^Aw�v��\0�G���k�E����,<F����K���a+>zxh=�==�U���A��]F���[\Z���=a\Z���������\'��S��ѳ*�蹪N�ϠI�ϻ��?z�0�^�?�^>��^�C/{�@���F�����A�{�迈��(_��i1f�LfS�w���i�T�̆\0��f�C��>#W�#C���f[�f�A��L;Fi�fg�<F�vF��+F��ZݎQW����b\ZFS�\0�6�т�`���`t:�1�W������}G�0�\'1��1�́,ḰzU�vc�5cx��1�[�1�rƘ�bL19����0�N�`��9�݃�0ga,\Zl0Gyn0���`�U�b���@$�0��U(n�O� ��0�J���� �2T�\"�� �3���\"�apcV��\Z��7Lb6G1`\'CZ��P�\Z)CG`�f����2��E�Y4��eb���1�-� J#<2�}��X��ÜTm���?r�`l�a;�.�C�̙�A̙��9�>���Y�����f.��WWUk���2�-n���(�X=�\ZIs�^���l��٘��� ���Y��0y��p\\�x��b|<�1���0���_�@�o��wL�s��yc\"O`>dc��a��1A�Z��2L(�J���;��pP�DNc�\r�0�TLܿ L|Z>&�*��r�hx�x6\0�8?�Is�<�y�R��Iy\'�I}i�I��a24I��W���IOL��a�S5��L��/&�!���&gq\r�����W0y��1yBL�nŐ�̋�0�buL��`LQ�OL��)���Sr�y�q��\'S�Պ)��{yc^wGc�|lƼ�ż�J�Ԋ�c�:%c\Z�ј��lL�R2�I����)���}�/��R�i��i]�bZ�a>�6a���1=%�1}7\'1}�g0_�*0���0���1�%o0_ݛ1����%���-̐ 3��\r3��\'f���(���0Ōw`��b&�a&fr1S\\fʉ��؆�����Ml�����,��c~��`~e�a�J7c���0���1�����KW̚�K�if=\r�^��]�l�����t�s+�y\0+Ř�J9�J];���b�T��K��m����*z�۾��*ʝ�*�<�������\n���&v�+�U �Ī��ê �X���:�����Uv�Z4V��?���V��v�!��L>v���;֏���Ww�_b�Z�5���\Z�A��jVX�kX���X��籦U�f X�%-���]�?X�Wu�C�6�Cg���5���ܰG�naa+�Xx`^�,faf�X�9,�2��Emv�b.\Zb���Xl� �pyK�pK\Z�~��~,�f�&3���Wci�X�6/,�J�1��r��rM���S=X0��E`��|�P�+|c�EaEe�\'��Xk���� �dd֦�:���3�)�F��P����<���\rĞ�S�={y�蜍ut����ab��O�`�Ō���X��%��c���)�u�0�\n�9\"��q����`�&r�^k>X�L���Z��]>�g�{;��;�{B\Z���\rt�`���`��`��\\�!2�!��ؐ�IlĶ�HM,6J|\Z�� �(����6~�Gl�K�+\'���\n6��;lҏ}�d l��6��56y<�0���}tS�zĦ�}�>��f�[��o�`3We�906\'L �r�?��bk0��;��dl�B\n���>��|[�>[�؊-�0Ė�kþ��a_eIb�X�\n��؊���\n[1\\��������V6��V��`�{7ck�-�5�]�����l}m+�~\n���¾\r��6\\��mh��6�MUV����wğ�w��-R*���ؖ%�^���/lK�:��g#l�lk�Klk�3�M�mgVc;����W��lO@��������;��;x1\r;Xe��<�=���a��{b�7R��/%�cͯ�S�۱S�wag6!�?bag��a缾b>�.��bS���懰K�ؕ�a����\0���*nK\Z���\'��\0\'�/\'���y`\'����q5��F��2�m����n;�m^�ms�m��)��qۧp;�q;�Gqʇ��T���T{`8��pj�qj?�8��s8�=18��ݸ]�q����up{�>�t0n8��;pzS�8}�<��>N��$no���(n�(g��\ngb~g����xę�1p�aX�u;��Ew��4w�+w�ކ;�w����A\Z/�`5�8��=��>��Llq��Z�Q��rq��G8���`A���p��ӊ#ٌ��ك8���Rꅣ���hkn8�},����2�ı���~ǮpƱ����p��A8��8!�4N8҈�)�įcq��L��\"�\ri\Zg��;�w�&�y��$���F�m�V��!m�}�c�})�\"�Q~?Α��觊;�G�9��9�qNo[qΰ����8��p���W�[�����[-�ቻ�[����������cpu�8�=��e�p~��8N.@�\Zpb�\"�t��$�a��M)����`�\\�0:8�/G�\"\nCp�s��M���M�{� �{,%\\܍~\\��;�dz5.�n ��ي{���K�Ԋ{��=�Q�=�=v�åA��\'��q����on�g�q�����ߍ�r��r�,p���q���qy�P\\���9���[qZ���ꋸ�I+�K�/��{]q�j�W7^�^%|��+��*�eq�ٸZy��9�k��]��4\\X<���k�{�=ZõO#pb\\�7���N\\o��p\r\\��=\\/��\rډ���#9�>���=��[���-nPY7�م>S�yi��ىyw7���^/n\\+7�>�1�}���}��p.2��f)�d�ܔ�s��v5�T17Ca�f�(�f�!��_p?�U�~h�q��F���q��ɸ�e&�g(�[\0����E�c�҇Vܲ�0n9\Z�[~��B��VA��/ܟgŸ��0�z8���m8��6���6f�q����_q�f����ozp/��^�f/�㏗��.P�R��ͪzx�/[�����j��������r��M��&��ea���3x�ox��A��0�:S�W]��� ��^��]($~��R���]�n;m��� ��^��*9���^-�ﻕ�����o[�߿T�?�4�7�T������qxc(\Zo|Zo|�\Z�8�o� ��\0o� o���77ދ?T�?��d�o�>�?Ƥ�o���㡖���<���a��\']��_C�\Z�x\Z�~��\'���IE9xR�[<�l+�⤋�z��i-�x�{?�6�g�N��\'��|���P��2ؔ��nD�7�x��SAd�i�:�6h3�{��x)��R9�®���k���6���1��9�)�\"����FŻy��݂Yxw�5�{`9��v�:\'\n=1��4��3�����5y�M�x�P\'��9�U���{�}_�+���A��$��Q���W��x|p�\0�Y�s����h;��<Ћ�5�G!y�h�1|̏|�o|\\�>�����������|B�K|�\'�Ã�����F��A��\0Y�c�����7}����g�N���a���y\"�>k��9���ղ��՝�������0��/:�/�؋/~��/!��_Z�×�\\��;������O�+�L�\r��<�oަ�|��U��՛s��[\"�Փ��\Z�<|�9|\r�)�f����3���`|c��y�k�;R��h1��m������b|k�;�u\0��xm�=��%�{>��{k�>W���\"�sa\0�s�v��/��P�\0�7~�(?ڑ�c��*��c\r�q�b��G\n��u���m��&�\'U�d~�~*D?�x?=�����gXe�9I&��M\r�gy\r~A��>��}m�DQů�?}\'����k:����2��g+�z�V�?�s��M�7�n6�Bk�fs��^������W�6�U¶iAQPFPl� (N���CJ�B�R @P\n�\"��\\C��}���5@P��4Of4�n�*��p6��/ �%ho�K�\r{AЛ�#����WZ{/�����.��}�%��~F؟��=�A��PΆ`��&f\\\"�f�~<$��E0�W$T%9F��+%��� 0�\"ȟ# �v���d���3c�!`�)��J��gpʮ��:o�H����+Aq/�(5L ��B��\"P+�h�#ڽ�V����G�|�&p~�����Us? ��w��$����ęL��J!���Q���+�F��p\nM8U��p:*�`�M�`�z�`�s����eF8�A$8�.�_�� ���.�_.Ğ#8E���J��W�\\z �>���وpu�9�b�u�k���\0�#�:�#�����}���]F���|.�|�/<��� A�Ƅ�M�$�RjB��fR a� w�s �ubB���\\�!D�&b� �do�������!iw:!��@Hz���c���OHY�NxԲBHmxDx�\Z �IN�_&��J�<*\"d�� �?���\"A�s�=��(5B�tB�oB^t#!�ԗ�߸�P�͖PdRG(*�&�p&���%�����+�vB��O�k��m#�R��������AB)�����9��ފиExw{���Ox(��Khu�Ah�)\"���\'�� m�TBۥ;�v,���S��+�K�è�\"�_�� _� &Մ�a��\na��a ��0�jO\Z\n$�L #�Ƅ�|��M�0��Jo{D��L���\"�0ٜK�>�L�1�%�j�%�em%���A��%,(�<F�u�_u¯&���[Y��8a��:��CEº�/���\r9+0���y���I�7\\G�pN%n�\\#JY#����$JGe�.D�@}�ll?qˑ-D��1�|����/q�cQIz��Tq���qg�<Q�x!QU��O�ew���ZM�9G��A���Q?�O���x`�@4D�����F��m�D�M2�C�a�CMX��o_�GJ{�GY|��o�D�����`%N:CD��/g���}D�\"f��9?Hĸ|\'b\\� �fDB�6�(�@$&��CzDRq\r�\"�\"Ұ����D�Qw\"�Ld�c��7D�b\"�&�3K�nw\"r�\"�a�7�K���CD!��h�J<�K#�\0KD�{%D����v�OU3����O�#���H�ӵ=D�\r5���k����6�!E�x�����Çx��9��2�xqLLt�^&�Ʋ��S����p���9ѝ�Jtg8�˺��u(�ՂW��������*D�K\'�Y�Dω/D/ ���+�����L$���%�ϊ�AS3���P�0b裗İ���w\0\r❟�Ĉ��C%Fޯ F)3�Q�.�\r���Q�=�b��U�iCb\"CL�\\$&p�I_]�)oƈ�\Z���S�^�*3?��_���m�z�\'���\'����W��w> f�]#��D��0$���G�zI,(/ }�&1%�T~%���!��t\"��� ���&�>-K|�v���ʎ�&�)�Zf��r;�X�@\"֍�%ֿ�!���Nl��ج�HlU�\'��|I�p߈ئbOl�#Il��#~<dO��,G�h�$~R{F�{T�=�<b/&���Λ�Ž�د�J�/�\"�s#�[�Ó}�Q|6ql���-���3�;֒���i��}� ��� D<q#E�2�J�:[L�����a�����,T�8��8��qNSH�[�&�,�H���L\\�I�}#���5q�\0qe�q���=J\\�?F�Ѓ7�}��d<�M�w�M7��M٠$� J����}�@Y�bpK�\"(�\Z���e��7;Pqh\n�����l@%׃��%p��p�_P9LTyՒ �Z�uP�F�YP#��X�w_15�4P��Զ}�(�������hp�=p_�6��f��&�7���;�*\r�AC[6h��\n\Z�dA�D�xc4)���w7��;@�QU�`�h�� ��-H���*���X�\nI�B7�0���a�� ,o+����� B[\"� ��\n�B�� �\nĎ����X����Ab�1n���:�dS�I�*+R�L�T�\0�v��ͪ�� �(��A�9d � Ț�\09�$�+8rW ��%ȟ�\nl�@�S5(4v\0E�r�h^K�\0OXS�SN��~W�63�3��,CA{�\\�ڗ2@�v1�p�?��Y:x���-���[����v��3�!x���|7/��\r������d�l(x�9����\"��~\0��Q^���75�7�c��gM����7���*;A�<��\rz�[@o�\n�a��\0��k��zv���\'�3������k`�0���*0���-@�w�7��O`�aY0Z��9.�[c���X�c`��50^�Lx�\0&Z�]j�$�0)�>��/|�z|���H7�)r��!0��>r�O-L��\r�N7�i/���\Z:��i7���f�Y�O�ۀO�{����L�H�&E��p0;�(��e�$��9��`��0���#�\0����v;��G��9��II�P�Xx�\n,�g���tX�s,Ye�/�2�RU#��� ����,D|�V�ukd�5A�`m:�۳�K��=~\0|�6��\r�!`���`�\Zl�n?\0[;(��X�-?vA�v�\\��8���~Bi��������J���S������2�_���=���<�5���x8���!g88�>}�\rS}��i��}tp�]N�\0�����C����s~8\rϽ�Y�b�A������\\��.-���z���[�\r�P�D�]�&���l!�4ڑd/��䤴I�\\\"I~LDR��$)��\"),rH��bI۩X��Ҏ�4��%$ej4Iy���{�DҴ�#i����I{�H��%H:�\\�.�K���1Nڧu��/2�t��O:P�L:0D2t�&G��L�#��F2?��t�Ճt���t��\"��d��8��\Z�tO:��#�#2&YB<I�� ��\r�JN�d5J:~n�t��\r j��ϭ$�_�H�N\"ȉ�ԁ����$�� �V���/�P�{I���$\\R 7�\"\\�$ұS$��8u�~4$�L��$��{�ؕĮ�#q�I�K;H<�)�0�$����I\"~#It��tB^�t\"c�t��0�d���!�t��d��G���%�V(\"��SI��c�lo�_�.X�.dM�.���ՍH�oI���H��RI�C�nJ\'�n�#y4Z��:X�۷�$� R��$)��4�2�F\n�#�h��4����HQ���;Hҽ�vR��)vn�]R܋bR��R|�%҃ě�D�dR�<����OzH��D��O)�J)gHJ��G����RIy���6��r���_���E�3����\"R�11)ە@�}M�{Lz� 蚐\n�\n�jIE;ߐ��\nH�ˤB(�tY�T��G*�+Az}�5�u2�T�>A�\\+$�1�$�醑�,FHՏߒj�ɤ�k�Iuk��ӓ��t Ro�Yj��t#���!����r���ҝJjY�#�?�@j婓Z���>l�Cj˄�ڲ�H�/�H�f�O���>� u=�&uC�I�qOI_�6��̮���dI���I�UHa��o�!�&ҰUi8҇41;O���4�w�49�$M�=\"M~L��&͜�\'���&��%�<cE�����i^� i>����t��h����E<���H���AZ��I�R*�ՠR�jz3i��_����!�����WIݷ��ݷ$K��%�\0���6y�d�d�L?�,;�BޒPGޒ�!ˁ�d9j;Y^2�,��JV� +�\\$+>o\'+�ْ�+����Kޞ�BV��K�I#+W4���O�U��U��UU{�d5�R�nC&Y2Le�����Z0G��Y���;F�1\'�5�I���l\0K\"\\Y% [��Y��&wk�&��&��fg�f�d��m>����H�\'٢<�|�w�|��3��J��-���ߏ�!ʞd��m2d!���#������ddHF���Qrw�h�\Z2����Q�$���Kdr�L� S6�Ȕ�x2��Nf���9�2g\\��u.\'�uc��2d��\r� ރ,̸EN�\"��k��>�O:��g�u�dk�G�+�)g4�6�O�M�F�-� ����Y)䳮4��\"�<��|!}���{���Gv�;I��O�8�Cv��\"�4�\"�\n!�r�Ȯ�t��\Z��#�|���|Yv�|�~�|���|�ѕ|}��\r���<�|�C���&{溑�5\"�>`\'٧B���\'��\"��&\\^!����f���w���$��O�C��ɡ�prXl=�ΎEr̵o䘛S�{Փ�ѻ�qug��ƒ�f�����+�����-��I�,r�cgrr�U��-&��f��8r�T�1T����*9��9ê��d�/�Ih���K���dr&y?9sΞ��V(9�_Cή �p��9���ȅ�Brіnr�!�\\�q�\\|�N~�ҙ���}�+�C���e�7��!��z�`C�� rUf2�Z��Z҇\\�W�\\�H��ǐkT��뼤�o1oɍ��Ư�M./�Mo�M����y�Z����{���rk���O)r[�#rG/�ܹ/��_���ɽGB�}}���䯼���&䡚���3��Í[�#��x�� ���\0�<:\r\'�u���~{�߶�$O��\'\Z�ȓ���e�i+yF�N�9M��M�={�<�5�<\'xD��ZI�W�E�oU#�zM�enA�����������$����ku��+n�;�)���/�4J�����ź���Y��ŭ��%4��p�E��1E�\"e��&�sK%�7EU�E�ZLQ_���ʣ��G�H{J�M,��.v�h�8R��(:u딽�\Z��&��6ʁJ8�p�%�0��b� S���)F���1�4=�b�N�bFR̃b)�e\\ʡW�#�K����}?��)��z��̗ȥ\nP�\0#|\n\"P�������(�#�(�i\'\n�� \n�l>��_����g/Qh�W�Gi\nc�/\ns�Ha�p���La\'�pU����� E�Ղ\"�TD��PN�QN�Pl���8\\�M9�r�%�rVэr�|�r�Z�r66�rN��r�ݓr>V�r��C��Ԇ�tԑ�lt��⺓�p��c���p��\Z�O�L�E�R��rUz�rUm�r5�O�vH�r�|&�Z���y�\r�`�ͺ��mg(�r�O��)p�xz�)^���E��;��/N��KJ�UJP��4�_�RBj(!#є��)w��Q¹�(w�6(��$J��tJ�jJW����)%�ۄ�\0YMy��My�K�$JR�(���(Iy��\r<%E���?By�@y����0%�����ˤ�_\"P�Kz)��w)R�����$W��Nɼƣd�<Hy�W��Ϡ<�(A���Rr:�Sr9a�|�PJ~�ʋ�.��+�BD-���-J���%!�RښIyu��Rv����N�x{���D�R��Gy���\r-��Ƶ�R�\"O��yJ���O�e�Sjۺ)u�r)�j����(o��)\r=2�f���f�ʻ܇�����(��~ʇ�Z�݇(m�(g�(m?)�N��Ι6�\'�J����#��\\���)}�PJ�嫾e�&�2���ZR�m�!N)eH��2t��2�2�*�s��*Qƶ�Q�|.RƯHQ�=�@��|ǺQ����38�T[e�ʛ2#s�2�7��â���j ����٪\0�hJ��g���|��|�e�9��g��ϙ����g��M�\ru����ĕ�~����*!�@��Lݔ�@��.U�us�Z��[d�� �m]-T�N&u��T���T��ZTU�wTU�(��WTՌgT�MX���:�Z�!U-�=u�V���)����&ى��\n�j������Pu>��Q��z�!T��KT�Qu�2u����MT���TH5�{�j�͓j�=�jvL�j��=�T�<8�О�a]%�a&��U7��\r��i-��kT��p�Ѹ*��#�����\nM%Sa����WM\0�hϳTܖ.*�� �0�H�4*����f@�H�R��R��\n�4�g*}��$��2�PY=�T�A*����R�-��v� �\rU�;O})����Q�����̩�S��9b��U\ZաX�z��\'�(W��`���WTGX/�ܗ!�y��\Z��ڨ��R��;�N_�S�}ͩ�5�e�A������T��\'T��}ԫ{c�W���W�˨��S���E�d@��TO�y%�z����p���NJ�#����K\r�ԣ*yP������%jp�\Z\ZTA\r�v��� Q�^����&Rﴼ�����w���יԈ��Ԙ-Z�{�h��X�O����Ը�[���z�$mꣷ���/vRӆ�S�卩���L���RA�l��f�:Q��W�>?�����5�+���z���Ǣ�풧�7GP������2���ԢW�Ԣu9j�Z��/�Z�{/����Z&S���\n�(j�n>�\rz�J��Z�T�ZRk�,j=}��V�O}r����1��{��t�@m�I}�B}77B}�J}�{���_���c�vj��jـ���R;cj��I �Ι��O�J�����.�\"jWZ\"��U��khK�o�s��m��)�`�-uX�u�t�:���:^���-ʆ��EH���D����:�!��c��:{iu���:��G�o|H]�B�����w��66�.��ԥ�{����+�Q�U�u5���R=��}u�u}�#��u�fu{�����=��O�#�_�-��HMs���&�;L�,1M��@���&#���X�Ҷ�AѶ��ж����>���5���h�\\Wh���iJ 4��K4�Fm\'3����MEc��҅�����Iv�]2t�.�R���*MS�M�q��`h{�n�Pi{� �=σh{z�hڨV��W M��[��a,M_!��W��$m��\"m��%ځ4e�A�O�a�4�(�\r�x�\Z�d;�f�G3�𧙥���z�4s�@�a�\nڑy4����f�D�Y�ю��� IT\ZH�[�Ӑ�4�4��\Zq�\Z>��M:id\Z9n�FQ��Q�`h4�4��<�x���ј�&\Z[���Χ�Wo�8t�ƣn��������i®�4:�&\ne�N�<���>H;y��fs=�v�Y�.ɍ��r����v&���F�#܀vn�)���v�.�v��]څw�4\'�_4g�I�sw\"�b�(�r���n+ڵ�6��苴�q���Ri����n-n�yd��<Q�hޙ�i>����|��[���#i�[�i�����W���e:-f��އ5Z�ZlC-�g-�\"K��פ=�>�%�/�%�i������}ش�-�-������AK+�@ˀgў�ߣeI�hϥhϕ%i9�KZ�r\'-Ϩ��wN�{�Fˏ���0��^�+�\n|Uh��i��Y�B�\Z���=���>Z��3ZeR>���+Z�\')Z̓&Z��wZ��YZ��\\Z�,�V�~�V7��V�%��@h\rBiZ�)ZS���G����F��,Ok���ڮ-������@Z{@�}��ֱe/�#1�����Y�@��N��Ӻ���z�G�z.���e+�>JӾ�֡��|H��8I��w�6pq�6�ԡ�D^��ʹ���e�w�����\ZmؠM>q�M\r7�f\rgh�6C��hs�hd)��eڒ�5ڒ3��Tɤ-T��)�Vշ�Vw��V{n�V�i�_h:?��_���\\��c�ʷ�Rh��7�T]n_?]��*]�d}��]���(]1Y��c�V���te�����b�AW\r�OW�lBר�B�>ZN�~M�~��~���p�;���O�Ѷ����q�n�SJ7����.쥛=Ч�:N7��L7ϹD?����O�[pb�g��V8k�UP-ݪ}�v�Cg��p�#�Uӑc\rtT�:f�\Zk�EdžܤcӴ��Zw:�nL�M��5:��N:��-�h��_��I3:�I�N�3������ktƩY:#���z��Ζ�Dg���9�t̓��B�\"��yj�K�tލB:A�4҅~��?1t�i5�8=�.Ώ����O<���$U�m�u�6��3�t�G������M��o/ӝ_��/�x�]�]�t7�U�{y3��F)�7��qc+�c���)}��u��6S�N��E���ߤ(�� }���o��A�A�`�9z��6z�=�E���G.xУ��N�c���:zܿez|p���]��w\Z��UzB�)z��/z��,=��=�,��*%�����G\\�?n�HO����裏���3v��������;��Y���y^�����Zf�R�yzi�^�I/� ���aD�E���C�-�Co�ť�����_��w�&�?\r��w�_�w���{��轂��؋�ބ(zo�5�g�Vzr(���>7GH̤����p��[�>�>��E�|�>��>^x�>ިA��m@���F��&A�8y�>��L����v5��[\"���G�>}��_���}n�}.ב�hv��h�M_t���ܣ/Y��W��+�髚�UC��{2�u�}���!q���i,�!�Ɛ���،�a��`Ȥ����ه4��bc�aCn�6C>���&z�Pt-`(.80vj1�O�0���ʕ{*e�Zc���c�\Z�)C힘��+��%{���4��ih���dhY�3�H��z���%��MC���=�`��|��{R��7�c�{)��}$\Z�@V�a���0�\Zf��`��d�R��G�A��������c*�c�D���m�Њ\\5�x�0����#��&q�ǞA|Z�\0�2�B�O5�����|����>`��3��2�!�֡ꌓ�x��b�ɏr��p㴧?�v�>��Їᠾ��\0{�p�d8�|d��1���g�2ί�2.�f0��_1�:*N\\���\n�e%��Z&ɸ�¸L2g\\��g\\�2ܼ�2�uv0�s ��A�Ur�a\r�V��cڋ�=u���ȸX��~e���3�363i� �`F��#4Z�Z �3b�?�b�-0\"TQ�����M���=��F��{_3�`U�x��Ì�F�YF��8�����[��G��� ��Ͳ�t| #��������Y�7#{����l��1�`��9�\'��yR�ygz��͌{\\\"�H��8.�Q�#���J����F��SFE6����fTtU0^�92*eW�%�?�op?Ui\0���dT�z2��\\�����6F��Q�g�}^`��[2�{�o�)1�z2o߿c4�63\Zk���j���w5���Y�{\r�{>��l���c�ú��`|d�1>fJ1�S����N��Ss?�ˉ��\n���x��M�b�D�3z��=ջ}O�}���z�W�����R�\n�1�.��ng�<�g�o�1����÷w�����I\'[ƔQ+c�a�&<c�m����ke�<��|�1��Y<��X��b,\Zb��]��Ҍ?��?��k��kU\n��3�\r9�ߴ<�?{\Z��:�)���ܔp�)�u�)ّ�܌�aJ㤙2Ԙ���[/1���3���`�a�1宾c��\\g�k\r0d/3\\ƙۦ��G{��P��i4s��:S�r5S�7���e�]]g��f1w]�f�&�ܕ�������=S�Լ��|9���^ej��e�Od�s������w�2�BN0������.� ��4�Q�4Jqb\Z5�1�c�&���&�d����� +�Y�=�Cs̃=�L�H}桞8�^�aZ�\" �i�h�<�{�<���<ڢʴ�6dZ�leZg0��ckL��L��`&�(� ���x�L�&\"܌�,�bb\Z�����=;�8�*_}�I�e���L�e&�5�ImKf�%�Lz�I&[�,�ݭ���U19��L��,S(�a\n��1E7iL���\r��^�*ȴ�O2���v��L{����t�x�t�9�t<��<�/f^hz�tBW3�M͘��̋��L����K�b��Mh��L�K;�n���6�kC$�_��׳��\"�7�dz8D1=��1= W���|�^�AL�^o����OV&�w/��w����Q������g\\a���3������3��2�̀�k���qf��3lh�yG��N�93�y.3Bq�Qw��MbF>xʌ�d1��1�D�Cz�{���\"fl�k�}]�}�rf��g]̌s�`ƹv3��0��3Ĵ3�����f��Sfr�W�Cw3�I���M���Έ�����1��|b���TNef^�af�֘ϰ^���3���̜ߎ��#̼�Df��f��u� }���̂t_f��%����,\\g�h3K��1K�L��\n>2_��a�Z[c��b�ǜf�)0�\'�0+�}��G��o��2�s��5Q̷F�o�n1�f\n����l�c��evR�2�o>fv?Ybv����y�a�9��_\"k�_�=��K�̯��-j�!S��^s��-�Зg̡�T�0��9b��9�Hc�EC�ceL�R�Cs\"J�9��9Y(���˜v�ǜe?a�ݙc���e���\'<�KyF������\Zse���e7s��s�͞��1��n��p\'�\r���ϒ��ΒT.bI�����Y����K�dɳd<n�d\nY��\ZX�n�-��,9�W,�w?X��z���/�m2*�mj��m,\rֶ�H��r7k{�C��r�q������Y��\"����7K�&K��R/�f�z$di�a�Hf���t6lXz��Yz�p�ޠA��p־=�X�o�X�5�AC/�`��`Y�e�e�Q�2jmcC�,�+,��L�:���`#�e���2O�b\Z`q�Ų��:*�`�aYM&��5>a[&��7���/�X�-*,���K`!d��3,��\nQ��B�g����0�,P\'��ob�Yd��,JQ����E���Y�o\'X,\r�א�{���7$��R��v�%�a ��Y⚝,��əK������~���<���1֩[{Y�M�l�O��Uγ���r��a9�]a��J,�%֥�b֕7�,��<��e>�*5�uu%�u�q�uC��.�u�R�����\\�dyC�|^<f�|+g�&��|�JY�G�X~ҫ,��wY~�x�����<+Pc��f}��\n�wa�9�ʺ�\n/8º��afˊ�~bEt����~cż����u��˝�̊?e�{�Y��a���$V�r+������J�$d�$�e�ld�Rg�Xiv��4_VZ������W�������?��XOUa��_YY��r�Xy>���V�YV��!V~N<+2�����U4��U��c�:Lf���f�k���o�*�Xo��X�5��ze_V�iKV��;���ղ�?��H�C��1Ǘծ��jO�cuh�:�9�ΑJ֧ϷY]Է�n�3�Gc���������L���J��!r����YW���~� �k�b�5体5sb\rߵg�}n`�M)��S�Y�/ر&�YS��X��tx�lj���f��d�RSXs�\\�\\�%k> �5�u��Xg���5���d+�Z��a�lF�Vbw�V��YzGY�\ZY6�%t���o�7=mdK�dK��R!|�T�q��v)��.��&�-sʝ-s;���)��Q��|[n�[^Ǝ-��2[��V�}�Vzq�����U�yl��l�_*l�j�ϗ����ze���\'��>���fc�(]`��u��ٺ�T��H�����{_]�@��m`�6���؇�<a��a �f[D.������>gC?`C�ٰZl�|3�g�Qҹlt���)`�q�il�������#V�x�e6>�\0�(��\r�N����lR����+�\"U����eS�9���Zl�=��wd�F���l�p6�*���W����9�r6ǭ�͍���f������[O�|�E6!�-HXb{٢$<[4�Ķ�f�>�V�}��mk^Ͷ]�̶Md�e���6��>�c�v���g;������4��c?�g�`;��f��\'�����f8lgf2�9o7ۥ��v�c�/5d_ַd_��/;�e_��d_QWf_�mʾr2�}mҎ}m��}=ʀ}À�����0��=[�v�=Z7�^cW�3��w���o�>�3l_;�;X�;;D���f��Ƴ�\Zz�w�\n�����wO��w���\Zؑ�4ّgّY$vT� ;�S1;�� ;:4�}�g���}��;��O�bǟmb��hc?��d?hg\'Z�`?�5�~�ځ�8z7;m�yv��4;�=�����\'?�ٙ<v����윁\Zv��\'v���dvn��G8��0���?g�_�����~Qu�]d��.�lg�6�Kn��K�O�K\n�K�o٥���W�X���v�s����]am�~ӳ�]e���6<���\Z�=���ew���\"��]���n���ϱ��ϟ�_n|b�Mg�#ϲ���N8���o���e��s]��a{���=�6Ğ@��\'�N� �\"{�� {��+��!��Pg�O�@��c*{��7�b�\n�7����s����&{i�<{i{�0����\Z{�i�����Ud�鷱�NE��9#�\r �F*��*�g���3�����G�Ñ\n��l�q��pd���{�-��9re\n��u�|�b$����Ge�Ge�G�m�Q�>������1�h_��Xpt/�p�s�*]����쳻������g�5.��k��}\ZǠٟc��\'�Ls�c���sС�s�Y�cn�㘟��r�����s��C��,�<��8�q=ut{0z@�����>q\09\"H]�\0����e����d�Ag>�`x%<݃����pR�\n���L�J�s�{��ÝC�rHK6r{>��ΡX19�oF�Q�>��a�wq��Nm ��*�p�,�!��s���U9\0��sć�8�*��.����kJ5�:��s2�(�t�\r��2�>��A��q�a�9��9����x�q�X看+�\\�H�\\xJ�8�<�8K^�8��\\�R�q��r\\*s\\SќK���z��6�����k����-K�S#��IM�x����\\p�xw�s|n.q�n�r���8�~\r���DN�\'X�\'8�7\'�=�\Z�z߃��ȹ��� ��q���N.\'z��sυɉ�8�˜��x�e\'�X#\'���E���{p����K�<hs���q���s�����a�#\rUN*��I��Is9�I�f�I�W�-��_�ᤧKq2���kK��ga�,]NV�SNV�\n�~N6���}ґ�T�ɟ2�H�����9%iO8/�t8����(NEn%�u�N%���SM��T�v��m��]�ͩ����/xrގ 8\rw|8\r�e9���fE\'N�3�:9-�*8�����|Nk��C�;�C���a��-a7�l��t����v�-N�(�������to��`\n8=I�9=�ʜ^�0���!No�N�s#��B��q[Η���~�ZN��ǜ���Q#gXj�3�{�3j���/�-�rƝ�q�sќo\r)��\nQ�ᅱ8�b�TI:g�Ug&ۅ33���c��3KP�,z�r~5ks~\'\'q�dĜ��`��KG��Οu���&οx��^��HW����re4V�2-S\\����-�B�\\�W�SW����x*��}e7W�w�W\\�\\>�U-W�-\'s�KD\\\r��\\̀c\\�(_�v\\4W{H���k������5��ݿ�{�V��O�5l��\Z|�\Z)yp�ʑ\\c�)�qT��L ���I�I=�kjr�%*��3l��m��v��G�-��\ZM\\��\\�#;�V�6�c��c�(.B�=��EDn�\"o�s1JI\\�)s��ń^�b�̸��R\\�\r;.�3�K�j���Ԡ!.m�Y.3�/�ud�US�e7*r9�>\\�z�{Ą˽��rg,�B��\\�%W��8W|�\"�\r�毀{*2�{�+�kkv�k���kG\r��]�:�W���ܳ�g�Or�Q��ָ�º�N�T��맹.��k�2���Ҿ��K��+w۹�\"�Ոܫo�s�El�^����`[soTfp=a\\���B_n�)Gn@�n`�n�8����\r9��\rI�↶<��I�˽�v�{g�7<����6n$�ʖ�F}Fq��Tn�)On̪ �>��{�9��`,�����&*�&��&{�pS�/sSf�rS�����fn��\0nz�]n��܌���\'��ܧF\n��(47�j��5����B�����͎q���v��B~qsӃ��UJܼq\n�����E��p_��\Z��}��7���nY�\n���ny�wn�u�k����%\'��)ܪ�n��*��Uͭݙǭ����|�֯�r�:����6��6��6�]�6��p���p�M&��v��i�6��r�2��{ݸ��ܮ����|n_~#�s-��e�\n��z1�K�����e<��v7��E�k�w��|u�;���⎮�厝I��ap��ǹ��Fs\'��q\'߈�S^q�*�qgo{sgs�ܹOw�?�}��ĝ���.��r7up?��>�����|�w5����]Wu�SC��0��i�_N�ߑ�$��r< �7OR�3O�X���J��9Ϛ����\'-cɓ��ȓ=������S1<��<ş]<�hގ�W���ry��^<�<���<�:O�X��������N��ힼ�ӄ��i:��4�\Z�4���4��xZ��xZw�x{n���x���x�������K���/ y�d�y�5�|��3��<��<��1֑gLu�G}��G�L�<�<���$�[ޡ����y��<q:�J�,�J��;&?�;&<�;v�\r�a����y��<�}�l\"�U�üi�a�y��e�\Z�×k�H�%<2�ģv��J<��*=7�ǔ��co]�q-Gx�[<ᶝ<q�4�D�,�D�-��Z魯\"�fK����$\"x�;�l�Z�m�Ϯϳ���s���;�?�;[��([�s$\\�9>L�Õ��5$�ν?�s���9Ÿ���<��5z37�,�wY��w���A�/���[�x���\'�\'ɘ�E��y�h�]�<��D�ߖB���=���}��H&/@�/�/p[%/��|���Bgya�h^8�����wWR����E�fyQ�^T�/ڦ���/��ݗH��_���K���#Uy�߯�Jx�.�����x�w����2�>��V��y�4� yϊ�����x�Lx9�]��\n�E�_^�i3���W�k?�x��ĸ�Wbb�+�����佔��+���:V�{�U�{��W��+���Uh]��t�U�Pyof��\Z�^��;���ּzh����J��\Z���5�n�\Z�p��e����k���{g��{|�עz���n��z<��v�ֵ���>���庛����kx}�6��!b���/:\'x_O|�\r���\r�������7J��:��~|�f�țD(�]�M�����f ��j����o���\'xK�xK�o�>`yK�y�� �\n�7o5��[�����[7��� y�#�����n�7�,�%kj�R�D���/��o�>ȗ��˛x���l�˷4�=T��yk|Ś������R��W�J�|叇�*�k|u0���w��q����\n�k4��w�\n���r|�DK��3|m�p�6-��ͯ���:�~�_���\'���������?���?�R�7z��o�@�@~�MȪ|Q(����m�����A�E���ݭ��IP�ձ�|�ۡ���\'�@�q��G4����ck|�7�U��Or��{���O|��%4��\'��)2�|J,�O���+��齉|f�>�{p7��k��7��&�|��i�]�2Z��._T2η���&e��~���|�_X��;Er�.���#p��\0/�[�%����SZ�s��֑�|��Z|�!�c���)��D-�=�|/�b�W�q�Ws�������~��\r���B��;�A�1~��!?��?��G~�oN��e}��]~Ϗx����\r?j���Gq�Qm��\'L�=36���4��p7��\n����~�>?N���$Ǐ���_G�����<��?��%�����I����t�>~:�:?C���/~f����$~��a~��E~�7�܆6~S��W�����O���3�/��os�%�~�8�K�/������K�W�G�e�3�e�����N~��-�Jsu�ˋ���o��#�\Zݯ�\Z�2~���V���~���x��5k~��/�(�����o�~�Htⷫ��pO~Lj/�sܔ�I �w�M�{������S�_�����]�C. ���m��\\��)��>�?��������;A�sr�O�����g����RS��~��3o���������/\r�ZR������_�״���--���� �0[Re(�����\n�@�뿜y\'���@�\"T ��@��@���@Ѯ_���(P�C(�$v�\r�T��4i(��*��*�T��j�O Ԋ������]ý��L��J�U�#�����莬 ��E�\r</<���\n��6f���B`n�[p�h��y����s��������\0��.��� �(�\"V�Y� ���|���(yM@�2�ʅP�N@�P�/\n��\Z=[@gx����@�N��R+�|p����6 Y��մ@��/�~\nN8=X���nX�|�\nNi�l/��\\�CF��}��̶��r���V[p^)Pp�n��ϐ�IF,p�#.\Z<�v�.�� .���O���Ox����!$��5��Ͻ�-4�G8K�*��\' |\0�_B���� �t� �:(U��z��`*��^~RMp�j� bR_��H\n��ľQ�7�\'���$��&\'x�oC��� A�X��$HvO<�n,H��&x��$x4R H}�\"H͑<F_����A����6� �W� �(��-�� �?\n�D^�������ŝ����$��^��B�SPq_[�3S�zD$xc�T�ZT��\nj��6G궤 �/�ԧ�!\r���FkA��h�/ �-�-\'���_��S�3C�v�<A�|���v��7�Cз�J�w������ �W1؏\'��C3��潂��N�(:E0�,|y �-�ߵ� �_y$��8-�hG �<�3�7 f*�?r���ٞF�B�i������|���\'�i%�����5�%�z���k\"��o�Pr���KBi�?B�8�t�/���O���g�̹[B�0��L�p�Z�PN�P��E(ׇ�\' �_8����f�Bڐp��sB��x� �pG�pgF�PU�&T}rA�.qS��8T�;�U�/�.4r�)4z�(4�\Z�p����Z�8����cPW!hB�M�0u\'!�x�^#�g� ��B��E?)D n QW����J!��\\�����k�{ !�%��2i\"!�J��-�r����B븭B��I3\r���ᩲ0�����CUh��Ex�iQx������U����Q,#<\'8.<(<�*<*]�%�\"(�B�e����^m\r^�bo|�)�5yE�1�z�hz�tzˊ��+��~0�߂�0pG��.EC��Q9�pSYa�o�0B�Zu�G}�D�V\'�y�)�G{\"�?C�-N\nЍ�|� ��Ħ(a�I�l\'L��&�\n�7~\nSU��i�Aa�ۜ0��>�\\-�T?&̌�$��f�H\n�k>/x+�F�f��\ns}¼O�¼���2��m���EK(aqȐ���a���қ��WY6²�2ay�����7߄U�U_�DŽu����xa=灰^\"|;E6>6|6�]6�6m6�P���R�����/|��V������R���/�*;�m���6O_a[�oa�����Q��-쨶v�N �I?������#�O�~=El�F\r3L�#���#�������Q_P8��O8�\Z,�&]-�ֳM�m�M��<Z�=�T8a!��*���I��p2��p*�N8sG �y��p��p�%\\����g\n7����E�^�ąѦ2?�dr�hs�_���l�}�ۣ\"�=4�\"%R��m��)��vx8�v<�)�1%)�I,��T��D�^�\"������h�+S�1�%ڍ�)ڣIi/�� E:\rd�~�!�*w����P\"C�\Z��Pd��NdR?)2fE�_��\n�D�E�ۊE��E�����Y���E����f���A\"�D��o\"x� <3MD��Ua\"��J��aZ�-B_��0/�E�}�\"�H���#Yc\"0FGN��H�\"��o�5QD���͚\"��C��\\��Pq�Ԋ��~�P(�^Y�Y��YԊN:T�l�5E�s�E�?GE��J�s� �y7�?��B����5e���G��닢�[��.E�+t�[���=\'�vxMt}��և�\"��ȋ~A�P$� �J�o(�/ML�lF��B�LE�(]Q����i�(⢽(jo�(�N��>�\'���R�ŧ�=ȋ%�6�\rEI.Ң��K���4ѣ��D��E鐇��������F��)�W��y�(3[W��=R�@e����_ȋ���EٝQ�h�۽�7JD��\\Q�PQ�����pTT�+-*��.�J��^]y.z���uQ�&���&���)�{(���5���\Z��\Z�D�����$5ѻ�Q��Q�iIQ��9Q����l���ĸ���Q?�U��\Z\"���G�ײh\0Y.\Z*\r\Z����.��K�Dc��Ec�Ѹ�f�x�N�WL��R4q�\"���D?����D�v���EE�ܞќN�h�iY4�[R��V$Z��~���M<Ѳ��h�5#���+�d�oZ-o�].�V�˔��e����ʰ�[�;��rpb��,��/��Z�x�����o��JǴ�;X�wX̉w\\?#ޑuJ��(��++#ab�y��XM�T�f�K�����.�5�Pb�k\nb�!�X��X�&�=\'�~�\'֛m��m�ʼn�n�����={V|��ؠ�AlԵKl,Rl|�]l2�IlV�&6%�����?;���i\'��p\\|�����+C|l[��X��z,_��C�N��Zb`����\'F���t��xC\r1��+��w� �*�Dg1��,&��%��%�T���.�\"f^Q����\n�b��\\� ���m���e��$0-�|->u��b[�)�-o�����nLZl��Ylo�.���+��N;xb�W�bG�{��=��ߥ��+����J�S��c�K�y�+�e�+����@��}dV|M�.�v�\\|�i(��qX|m*��xM|�/]|�\Z]|랬أ�M�i�-��7{\Z���$�ד(�W�N���ύ�1\\��XQ\0�e�a�\"єd�\r�г��{?v�+-+\"����\"����E������w�9�w�\0H�\0!!;\0!��Ol@�x �(�?\"6�\"|�\0�7�z7\0Q�J�(�u@ԛ̀��e@4?sB��{b>*\0b?S����^ �H�(\\\'�\0n0�8c�A\r\0�\\�\0�/h2�[�y�l���779�9EI���)@A�@����^�$��D|P2�Tl\"\0*��*�e*_|<��x<�x�� xJ�<M�����ɟ��Ԭ%�]=�u�Ծ�\n�k\0��\0�å��u�F�@��C@kV$��c%��E�Q��4� xu��$�mm�F�\0�__�(�\0zY�>�^@�, �vc��0�0h�N�N����\0C�#I\0#��\0�z\0%�e���x `,A�ex\Z0�L+&{��ɥe���f��0�\0�=�=�R4�6���\'��&e���\'`��3`�O��s�P{�(g\0X��Xv�XA�VVϾ\0�v�\0�֎\0��\0֛&�D�Fm(�ߡ��c;���@9(_ ʿ\0��*����\0����s��-��恛�Հ[,����[-�mzw��n��jI�Z�R���\nP�P��i���(Ш�Ш_h|��84h��hv��{���P�29�:phŎZ˅�;wm_,�M1@��{tࢁ����F�\0��k~*���:h:u��N�I��-�����.�g���I@7��@��s@w��R8���o��G���O@ϦC@/6�[x��ӷ�K�ڛ<����Vt��v��e`���s���m��=\0^t�^|g�8������0H�,0��I���@@���M��{�\0��@h�3 �f)���aQ� ����b����h �Ļ|�?�Ӏ��@��@ yhH����iJ7��XK m2H[2����f*�m�\rd_\0����-@��=�g#���?@�K>Pr�(����=J7��!ao�!�J��o�!���c��7>��C�߭�+>�W�g�1����$0�z0���X<\0L*=L�I&C���7��>�k9G�i���������o����c��1߁Y���p`����`v�0�q`��+��1�yI��ys�|�_�{�Eཨ5`�X��\n,�(,L�,l� ���:,��\n,������>�,��\n,��V�2��=g�U��\'��jK��2\r��XN��w\0\no\0w�o�;���\0l�G[l��K���S��ؙ���7����v\n��|�� ��~��5�M>\n��|��|�k��D\0D?�Gv����~}�����$�o �y���;\Z8��pb&8Y��\\��2��������ni~��\0~���ٕ� �g��39����$�Z]�O�g��(G��[n�����_r������z���\'�ߴ�?������7���mׁk��7��A2�7 �� �\'�ͶQ�͒<�����}&�-�%��b%�Z��z�u�����%��:�V�~�V{H��\0�q��#�HwS7Hwg1H�a����\0\r�O4�<�\0��\'�4���d��d&x2/e�v!�A�� K�.�%\Z�}��c��sE���g�dmb��v\0�S��3U��:��k�B���~�wIAN[UAN�AΠ��%U���?���7��#��e�@GЉ�� ��� ��b��B\0�dq�d�=ȧY�:#���ځ�V���7VA�mt@��@�Х^((�4�S��$S���00�&B���A_��$�A�xC�\r�D!I� �`�i��p�= ܭn>g�_�D�A�S� b�,�bW�8Q��AT�W *�>�:���@�1�i�b(�ػn�8Z@� �m�\n$LpIr@!��@���@��Ѡ�VyPX�QPd8t��uPtc(f�(V2�C��/��@ ��A�r���($�z\"�:� �z���YЍ�<����i������2ʼ5�*leߺ\r���\Z�AyQf�|�&(��P��iP�r7�^�1���9P�� P��TPrt��t�����0�86TR� Tje*���>�N��*�@��QP��УS���m�*u 艷��w?P��S��P��/P���Qj\\� jzXj~j��j5r�&��Q���� P���|��J��jp;��j7���ԕ�#P�O���͵Po5�g��{��n|��_��V:h0� h��c��h�*4��\Z�z\Z�~\n\Z��\r���*h��c�8�)h<�\r4�\r��a���M�G��B��������r�ZN�\0!h�����o\Z ��Yd�\rw�����<�������V��{Z������vm|�\r�q9�%ɀe�+���`��R���X1\rV�,+A�J5�`e���hxˡO�8_�V�:x[@x[�#x[jx��i�������f�V�����?�\Z��5>�k:��5����Z�`���`����Λx��QX���ق�R�����`}�I�~�;X�l��\n64��\r�.��XO�Fq/����`��\'`�{T���s��d�O�`��;`����=�z��!�{_Y��G���ߒ��N��{�>�/�@���GU���ر�\r|Ķ|��4��� ��� ��d�1)��,�e��9�l>^{|B�{`=-������^j��f�`��w�y�w/ |�R�Ӣ\n�Y \0�&ڃ}��Oi3���:�g�&�Ϫ�������#w�χ˃/,�=����!��Yp��~�e���\0�乀!��`(b;G�Z�50��Fi���A��o�`|@+���w^d�D �\\T��0����&��̔���E0����\r�<~�y��wl�~�ž?��%`i�=Xڎ\0KǮ�C^p�!C�P�:p(���8l�8\"b��\r��4GN.��*���<_���1�=y/~N��\'zn\'����)8\Z8�C�\Z����*�Z�&�EC��S�7�E�o���o\'L�oߛ��D��S1α�&�sݢ�w!�໘dp>\n\\�\r\r��w|�r\r|��.�>.r:.fe�K������ep�wp�m�����6�\"��F�+�\0?֚W��\0?�\0?9�~�`��-���^?�*?[�k���9)���S��K5���)p��mpC[3��\\�i��bTn=�ܚln�H�ݬ���_�����_�=w�}�\"���fG���w�o���7,pO�op��7ྀ�;3&�]�4x��x�f+��y<�}�\0<ڧ\0��b��x�X���<�v��<��0xb�#x�KOf肧\0�_�K���v����,���%�(�R-�<���zx��\0�������I���]փ�_�(�nB4@�#_B�o�CT�� *BT~�@�x\n![��l��l�� ��q�f^Q��A�J� �uS\r�6���&��2������B�H� :DKȎA4dǧ���6Dt\0�W�\n��R-dg��`i\'�P�1�\01�:1ꉅkUBL(���I��p4�t�u�Y�>��9bNy��ŇX�WA�,�@��ݭ�ؕA�Z���g�[k���د�B��C�]���CC���>D�8��8y@?�B����ߵ�c�s�5�=�q�}\nr<����<�DjC<�5 �\r\'!�3�w|\'�d�W���:�\'�(��Qȩ3\Zː3� gm& ~�{ ~V���$�9���m6�K��!�UZ� R���@`�L��3!����D}�`�\\ �eOn�>/�@�E;!�C�ҋ���:�B眇05f!L�*�W\ra?AC����~���6D�� �q��_��0P�D�m�Di�@�>�B�\rS!ѻ����Ó����w(H\\�7s �y?�����$l\n�$�P!�r$HJ�:$UJ�\\��\\�V6�� ��� ��hH�]kH��<$k+����&@���!w6�!�9���g+ yv|Ƚ�� �n�C\nN�!�� �J��%HI�-�t�)H��:��g�G����nV��Ly��� UlGȓ�ʐ\'v�\'�Z���TH������\Z�3�3�fHm�+H]/R�%��F\Z��H��KH��3H�B>���yy��\r�;�&�1�M\n�c��5q��5�yg����C$���(Ȉ[ d�\0����~����$�3�\'�K\n\r2~�d�9\r2��|=��L�C��\Z��숀�fdA~R\n ?�yB�7�!�A-�_�� ���E���Y��Y.xY�?Y�K���!+�ݐ��ӐU�K�U�*$���C��@�!�!�J.Ce��P�}��r�P9�E���T�f�$�*�gB��PPeeU��6\0T�ݒ��N·�:)BU�>@�4EP���F�T#����Y8�8\n�AuEw�����z�ǡzm>P��H����H�0��|7Ԩ��Լj.���ˇZ:9A�h�Pk��Pk���>�m�\0�]�7����c6�`�k���C?��;�@_�A�<@C��ҁ�8=�cu���:p���C��4��3���.��zP���s4�k�S��nu���\"�I�z2�=9q\0���\0��s�\Z�ԏ>��,�%\rz�g;����K%���A�P@M=�Caٷ���,(��E�܄\"יP�)��7C1CuP��)��%B �(�#JJ�%���RP��Pft\'�����\n�JP�Pqy<T�9*�)�J&��5h��4��Kh�M\'hh�ahX?\Z�\Z�m74R�\Zik��x����߁FU�A�l��^E��F�hC�G������\\hb�4 XMEC�\"��)�k�2�5��������n�tYUh:��EhFX4c����fiiC�Q��mhL����{�4/lZ�x-h�XB�B���TGh �Z��Z�r��2���ZE�\r}B�\n}��\r}�~?��XhM��fzZ{HZw�6�>�5���Z���<���R��N0����m>���\r���\n�05�v��@;�B;oX@_݊���\r��j�\0}�5�\Z�\0��d�b�C�Bd�ݟR�o�;�=m�оi/�[��з�Ϡ�������kM�ۮA?���8\0�T���m����BǺ���7��7�A��D@\'O�@\' [��O��_�=�~�|\n���:s�Eҡ?�������\n�A3�y!��fb��X%t � ]>�|\'\Z����ߡ��k�п6<�\Zq+t�]&#��m� �6����Y��事a\n��0ū\Z0�\Z�Jql˗�V�6l���m#�vb5Lz\r��+��i^4�i)�t��azr\0��ӹ��Q\n0Y#������&�� flS3N<3�`��K`f\ZJ0�>�����]�ư��P����0��V�=E��������.�A�%ء�����y�v�s9�s�*s���rV�y�����\r� 7��V�NMD��<���������a�0����st=�EKX�����;\rD�\0�%0�`��\rCV�`��[0��>����öl����(�d�T!��\\���W���O`�w�&�n� ?킉t�a��k0��i��m\r��\na�Z`ᖛa\0�ȣ�aWN�î�Dî�1�%�{K���R���RG�`׃6î���n���t2�ej>�eұ�,�c�,�}X��>X�2,�p�{�(,��ސ+� �8�еV(� +�+,��j+2�+�\r+�� V\\�\0V��\Z���V�����V.���K\Z`�:���0X��:���Ju�J ��O���N��ThÞ��aO�o���c�\Z2���{��\0k�kh�\rkxk���u���\rb`��>�q-\r�9z��S��\"�l�R���c�������w���h؈{#��5��v�fa���`�N�>�ρ}t��}y<������M��þ�?�M�<�}��n�}�b�f=a�s`�C؏�#���|�\\�:�w�\0lѨ�x2�J����u�mؿ���M�಼U�l�\\�]�D�W�q�Ż���\0��\\W�����@�j�~��� p�)_��M\Z\\��\\7j7\\��\\oA�7� ��7R��=� 7�J�_�71���>���݀�:��M�\'���p3�Sp�W�p��)���|��ܲ_��q�R���[�m���v8,�^�no����?��0�W�����w,i��t�;�=\nw�ˆ�8��.퇻������&��ݷl��J�{���1~p��l�����~�M~�� h �����\'�������p��68��9��fp�w;8FC���N����I�pWN���3j��\Z8�{���ο�M��b<.f�%�kp�rxH�ixH�x�Px��@x��,<�><�K����\Z�\0�5��,��c/�ᱍn�8�]��:x��2<^���w?�O8O(<OL҆\'��!��7k�o���� ~�e�v�w��z#x�m;<����.������/�x^(F����ś��������5?x�P+��:���^>��i����X��+MQ�G���Ǒs�j�#��A?�6\Z��o�\\�7\r�|�7/��7�[��Ԩ�[8�V����:�NU��8\n�Z��z�\n�z#�mq���@�����F��\Z3��B���L�p�|$�\Z|��\n>��\Z�\"���h>�\n��&ÿ~��g@�����C�����9�A���\'��X>|z\r���/i<�/}���W3�k�D�z�K�FP�)!�x��-;������ߴ��?R��_ \Z\'J�E�^o����[T_ ���P5�C��C�\'�\Z������B�Db��;�W�n��\'4;ë;3m��+&C+m�a��D��&��e�y�Q��C\n¼Va�v���e��M�u�,��X8�V���m?�ػֈpPA8�-D8<�G��E��!]݊8��8���$�\Z�p� \"���A�F#\\�� ��k�#%3�dzY�R�����jC�~�\"NM�!μ�B�%���ш@9\"�RQ@�C\0\\J@b28䇀��szt�>f�\n����U����űAIf!(�T���\'��D��SE�S<��j� ���\r!�\\A�r��&D��#\"TJG���B�W1W��1�F1�.!b���5���D��vD�d=\"�\"��� ��{\0�X��Hb�\"�nC$w^@��&#R��\"�i+g7�n nܜC��E�ƶ\"ҭ��)����$D�z=\"�,�\r��Ȟڄ�!}Dܕ�FܝSF�iA�Cy#\n����z^$#J�%�\nM3Dŕy�c�D��{��O?�!�s�ϫ�\r+��F�1Dcd=��h\0���wѤ�hr� Z.�\"�!u�N�Uī� ����W�]r��O5o�A�����}A�\rtC��WF�=s�A�1Tk�x�c��������q��vĤEbj?\r�b\Z����ލ��9��?C��N#濔\"~9mF,��@�~��X<Y�X�7 V,1��K�U�&�G��ރX���\"6�m�_!��X\"eT/#eʔ��vJH�������A\nr��N䖾)��X:r� ��j\0���\n�n��T�\"5��\ZS�H��7H���H���� &H�=�H}~rgz?�`�?��/u��i��h1�X�4��\"M�G�&�5H3w1��&�Ŷd�E�2�r�i�$�G���GZ.#�Y��6QH[���}{!���������!���#�N\"�̐�?W�.9�H��V�+_�f��OFz:�Bzũ\"�2�#�֍���>�sH�z1�wmy�&y��<�y���1�,��\"���o ���C�79�<�y^\0E^4!�/�A\rH�H`\0 ��#A�$��; �H�&�v �WCB�͐0���D*�\"��H��Q$���\\����9 �a�Hj� �v+I���S}HF�^$��\r��[{��#���B��H��8�)�x���BJ��Ҳ��mod�.2d:\Z��E��GF�AYȈ|d�Ȩ�_Ȩ{6�+Y�+O�ȫF�7���$Dƽ�F�\"����&2Ͷ\Z�V��62���/�L�\"A�� ���pdV�5d��2WP��{H�,E�,!��l�E�C�E�$���5yd��,��\0�x�>���t���}ȧ�5���9duK�vYK�E�Jݑu�#^ _4Z\"_�G6=kF6�6 [�� [hQ�I7�5�ٶ��N�Gv��\";a{��#��.�C�%!{]�!���}��o咑oC. �5�ޕ���i]��,rd�2r4�6��i��d��T��Gc�g,��E+���X29֔�|FN22����)�(��Wo����w;1r�E�B_ �s�q�ok,������Hى\\�UF.}��\\q>��;\rB��\"\'��N\"��D�*�d��dɶ(y�\nJ�y\Z���R��R��F��4Q[����~Gm���V��\nNG���Qj�VQ\Z �[�Q�N�(�^O�ގx���.���K��2�܄2.�B�E���L��P��\"P���QV!�=r\n�=*�(��(�c���=�>������Q=�P�6�G��A9Mw���=QǶ���A��s��P\':-P\'&�Q��Q^�[PޏE(�V�IG�$=�\0��BP�ͨj\'P�G]���\n)��~�������_@���(��\n������`��(�&���A�:P�=�Q�� )�EnqGQ6�P�b6�v&E�7@љWQ�*(�gJ|�%IAI��PҔ/(i%d�B�ڢ\"���\"��b\\mP1��Qq/\nQ�ߨD�pT��(*��*�J��C���B]���I�P���� P��ZP7�W�nF�E�؎J�Ƣ2���VT�� T�tT��ZTf�*k[*�-ug���D�gW��+IB�?�B寞F[W�J���J��Pe��P�]P��* Z�ʸ:ԣ�8��׳��+QO\ZbPO�e���7P5i*�ZgT�U�c�\Zj��^�QM;�����A5��Z���Z�P8]T�r\n�ed/ꕠե����ס��sP��7J��7�����A���i��n�wƝ�w�!T�7��~6j��f������}�����&�Q�fn�7�P�/�>��>\'����E}�\r��PQ_B/�����zo������+X�f*P?�kQ��Q�o#Q���Q��P�!�?O�Q�\r�P���Q�_P����?����q�������Mq�Л���rg\'�r;�\\wZ���GG+�c��~D���[����8�Foyy��\r�5�\r�ꞀV������:Q��oB�5I�E�h�e�@fm�ICV��\r_�@�mE7��f��fg��s�ܣmq�mQ���(އ�����C�� E�L��\'z�g������9O�,���<�ϻ�&9���ɠ��m�./��n[ݎ���~�����ho��j9�Q�����\'}rG:�g\Z�چ�=��>���>JA���F���E��A_<i���IG_��A_R�/�y��T\"E2tߠ�l4`�\Z\r��A%�Р�h��#h��\Z\\胆|8��)lEÕ2��=�hx�\Z��F���|4Np������A8h�q4э���3�4�ch��/4}��fچfz!�̌}h�+4�F�(_��o{�\"�M*F�\0fh�&ZP��E���h�A=��2:4��P�GG\\���\\�����FG7q�1]t\"\"�rj:V�N��B_WA�o��@��D�>��N\'�Cg�UCg�:���\"tn~-�n~:OE�/���g�],@����S�Х�貸Qt��]t��Wt����J�����g��G?x�ljj�\'�n�S��a�)t�-t-!]���g�h@7�$�_Ԣ�M���f�\\t�$�w��Y\Z�5�����3�]݊�q�A�p���ׇ���F���A�����YlA�+g�������1�@!zg�����n���CA��f���N���:�m9=�d=��\0���F�| =?s�[��+�^���W2�+op�5���u�i�d�/F����#�#ۏ����̮bd~�a�-�0������(]�b��c��vb���c�ڪb��tc�KOb�?��l_wǨ]Ũ/b�n`�zoaԃ1Z���g�0:�X�n�9F�7�����������\\J��cm1#,c*AbLG��]}�K��KMu�U�c����l������!a�ʜ���\n1��\n0�9��ӯ1���`�)a[e0G�Z1Λ�1�]�;�9�c/�%���M}�9�ǜ칅9߂9���9=vs�n;�La��.��Z�^]����>c.݇c��b%���qU��SK����b1�G#��l�);���Ơt�1��0�\r�A+�Ơ�1�^\\�s��Cr�Ð�g0��w1�zC��0�0�c%�*�5�p��bx�0��R��HF(�cD��1b�\r������ ��b\"�D!�a���\\��`��v`��.b���c���1�Wp���͘xL�?L�m/&����6�I��Ǥ&R1i#9��L�$����V`���0�����#���7��)3VĔ��)�La��0�8�ʿ�GD�S�혧���\Z+0���Sk�Sk�ԕ��Խ��oیi�`^��0/�1MzL�K*���*�E��i}�ƴm�i��yu0����t�b��(a��(̛�vL��#�����Y�b���}}�yk�y��:�p���[�=�����eb��üR0�~�0��O�0cc��/��0��`&�1M��I�\\�d�f�mf\nU���Z;��z��Z�\r�u9��L<fz�ff33례�q[3����\n�k�f�o̟&=�bFf�k�b�?fY �,g�aV1k�&���0�Z�#f�ِ��lأ0�������B�2���p��yM�|�V��H>V)f���\0�y�\r���4v�#�}�V5��UM��U��j<\n�j:\ZauTc�:�o�;��aw��c\r�ձ�>�X�;�I�\Z�d��vk�X�ݵ8��<i���Bb���j\rX��^W�=^�����j{`�m��~�0w��;�CMaXg�\n�1�;�p���݁u��ĺ��`��b� �|���w��\r֫�\n{2����3r�{��%��E��)�_�s��lֿ&pj+6��\r�ş��ρ��3�X��,��\"������б!,|g:ᨅE\Z�â|��&-Bc1[\\���X�}6�c�87,��,��\'��b�e��²���Y,;���Pna�e�X�w9,��2ñ\"�T���J�~b%,V\Z��~8���Ćf���\0`ÆIذy46��^���P`#��FrƱQi�+(}l��BlL7ՎM�\'a�Ʌؔ��ؔ�9��sl�9��׃M;���y\n{#�{�u����؛+�؛����\n������fd�c3�J�Yav�;^S/&�ܽ����ln�Nl~�#�^��`�\"�����\Z�-6����c��������mؒ���2p2��^�}x[[�ލ���>���}4=��*c��2����\Z$[��[��[�j�}�m4��}���\Z׆m�+¶�b��R�mK�Z��A�؎�l��}�·������.�{l���b��Mb{w�`�:�¾�`�����Ya��|��_c���v�CN�ؑ�����5�\'��ر8�X�\r��H��q+�KT#v�Nv�\r���\"a�Z~�~}׀����������M`g�}���I�o`�8b�8�x{�|�v�p\0�`2��]����`�Ұ�M}�\'G����c�-o�ɘ+�6��d��qʞU8�tܖ�Z�V�E����p�.)�oR�����v�qj�9�Zf?N��!��^N�����i���v����\r��|��Ƿ�vR��v�`q&Π�g00�3�ۍ3���c�?bq��B�i|�,� �,i3Μb�3O<�3����5�Y���|��(\n8�$m�գ�8��8m2�6�۫e��;�g���O�Ҍs���\\z�;��x�w�%\0�t+\Zw�n�,�s��I�8���s ��o��n?���,�ɒw����8_�e����8�c��W\r��_�G�����]h���ػ�,��^\\�]�\rwyWT�A�/� j�8�+jP��N��q0F?qP�@>�!>2p�}�q�[x�P����Nh�p�8�uW~:\0����#H_�gpd�\'8r�E�G9ꋣ��hή8�m\\Ǹ3�c�U��n8��@%\'8�z���.8���8q\'��yJ>�pa[4q�)p�n\\Dr.r� U�������=R��M���ͭ��U���m�ŧ��l�p p w���*�N*��j��q��a������ʝ�t�\n\\�u.#�����.������O����=q����{A[p�\\A�>\\��v�}�\\�� �`bW\\ր+���ggq�Vp���1�=��{z�W����=�Yz���\"��uW_��k�s�x���y\\�����ǵ���Z��pm��v�p\\{�g\\g�g��z���W�~�^͛�/���\Z�ۿ\n�}���<���o�\0�7{7�)7�w\Z7�q7��\rG��o�FVq�=�p�!������Y�O^,�T|=��7������������fиY�S�Y�)��s��yIs�\\H�ϔQ�ߺ2܆�\nn�u3��Cm�L�i�l�m�G\r��]�W����������/��*�S�-���[[��Y�«��U���j��x�}X���^c\Z�הy��)p��,��uV��;b��zz9x}X^?�+�rop��7\n;�7�F�H����S�xE���:~l���~�>-���L���=�V��v��~�W�wH5�;���/��;d��[�GvJ�N���ge�ǐ{�n^\'�n��}����^�\rxߚ/x�Y�)���3�w�϶=�ik�L��\Z��k^w �/���AV�� I>�z�r�\"��p����x`c(�1�C\r��}x�OB��*�pg qQ�lǣRS�f3<:\0��*m�c\r�x�T2���O�;�\'����W��<��<Ւ������rx��r<��<�#�gM���N��l�c<��ϋ��x�kx�\"/z�+�K�]������6|��,>�J��ϥ�#��Sy�+7��W�� Z|��\0>!�>�O>q�,>�%|r�\"8�O��h��\\���9E��O�o���o�!��sX�����\Z&>�����>���>��$�^_8��k2�����_엍/a7��|��e�����z�\n�-|�����Z�_�`��s]���c�����]����͏��-�������L������1|��<|w���z>�w[3�h������~��,�p�����?����Q����?����O���OI�O���>�_��_��������\Z>�ώ4�H*�?���d���r��su[��i��B��Q��W��僋��z��m��~�����Q�G�t�KPF���&(�?Gج_I�p��Rp��ݷ��=�*a{���\\CPM�#��9T��j�^��A!A3b���ޟ�=�J� L\'��t/��������v���\Z��~��s9a�[=��B@���$�F�!X5hl6y�C {��{����2��Y�}�6��\r?\"��#8~\'Q�&A�#�G\"{ G߸�y^�cL6��\Z�ݹ�p�6�p<�1��M�h8K�,�\"x݈$x=3!x�U�Iw �%`��S0�� ��Ww �߈ g��~�q?�)�����v����pnx�p�z�p��+�u�pQF�p�\Z!�D����B��B�\0�iK\0��`���s\n1�! իȷ�k/[N%��\' �k^b�@ryJ ]#�:, d�<y�K��v����� l�H����%p�#��h���� ����Q�%A�bM�T�&D�#D�o���Q���+��v�ܩ&\\)9O��aG�ڙN���K�^�\"�{+����<2!%�3!�~�p]őp�2����-p�V^ !��\n!=�-!��N�4� d&-���١�;˟ w1���s=���\\B~L(��|n{C(.�E(5F(���dі�\n���R��Ⱦ�P�YOx2�Nx\Zu��t�(��>�P�J�+i\'<?:Ghd�$��T!�x%%�ұ\"��Q!�.yM�~&tO�d� �<CzG��_�o���\Z� ��R�`z:a$�&a�Ε�0���0:L$|8�M��~����u§)8�s\\��ѓ��%��n�d�*��%�7�e·�U·j6a\Z�I�>[@��K�#��z��\"_�܇��y�\Z�B�w�����G�E ����GXZ�#,���&��6@�2�\"����D�=`�|�9��MQi�>q��c�-Dg���m���H+�m<8Q��Q�dB�� j��A�4�F�<I����n\"j[��S�D�Q<D�m��!�ĝW>w��\r�\rJ{���D�����0��ɘ�˗I���@��n\"Z��G��t�h�ljh}f�h�\'�Z�m�S�v-�{!\\���\r�}��.��o�U�c_��2�������#��Ot�iHt��Kt�{Ety�@t��Ht�?G<� C<�-�x��1��u��rѳ��}�$�8��\\�,A���.%�a�����E�������/��\'^TGU∁�D\0c�\0A:D��4�\"$� ��d\"��Yp��ʘ$��u�h�ḎD\\�<���H��\"R���;\"�t�Hkw\"2�m��!:������$�rg�l�DN�\"�[�N�v�y�<�P��(\"�\'����cDq.�()X%J!��R�Kb�Z1b�bؗQ�I�<=C���G���%FE��c�1�Hb�8��I�En!�9� �u$&�>%��Q\'���!�҈ij�Ĵ[���.o�;oۺ3�b&e���x���kC��7\'��#���ws�b^n%1�n1�� ���X�.\"�<�\'>xO,~��X�RM,�$VL||�0�C���%֘7�)�!�\Zш���Ć�⋼Db�l,��`�e�b˽Xbk�Kb�F#�� �؉�\'��h#��;J�f���z�=*��=vψ=�/�}iaľ%4�#��ۜ8�gq(:�8�+q$�����E�G��c�G���8��7q\"h?q�G�<�A�� !N{���#��U~#��7!.P����b⒊q��L\\� ��Wv&�k�בB���<����\"iӦ��M�H�E$�G�� IiFRp\")�^!)\"�H�\\Iq,���@R���H��p$��b���+��x#i���$��D�z�I=���i����EҊ�\"iՔ���\nH;��$��C$�i\Zi�ri�Y���drKB2��K2�[M2�P&�!.�veg�,о$��b�7iwXi�\r%���H�z�&� ;E���L��* �9�\"ى\"Iv\r4���+i���@��`��0��tD=�t�Or�&�4ד\\������}_�<�y$oݽ��ǵI>��|�h�|�BH��H��ƓN�>$�q�\'��P ]P�#�[%�zL\n��F\nV�L\n�]L�|ݒ�{�<p���F)��@FI��}��� ��$�x- z� :����U%��H��1�ĝD�2H\"t!�a�$�O�ԛD�G��\\%=�#��TAb\"�*��VGH��ygf��K}Jul����$��$I�)IR�\Z7D\n�\'�_��\"�XRD�ҕ@\"�\n�F��r\')�ܖ�C��Z�b�~\'�e�&I�G����II/�H7�H7��I�&٤����%Rf ��}{�t��%���rRn���_�Iy~Hy�UH�&��kq���֝T`��T�|�T�hGzp6�� \"�T��C*�� ��\'�J&�HegHe�E�2�\0�,G�T>�Tqj�T�X%=��TE�Iz�OzJS$U[=$�l�$�,&=�>Mz�@%=?����#�ɹ�����yO!���+���Gj^��ZeVI��!�V�:�=N�`��q;�����.��\nA�\Z\"���zL�H}i���\rWR�-�Կ�@\Z�$\r��%\rm]\'\r��N\Z>r�4<PA\Z��&�\Z��F��F[�H���P\Z�O�ˤ��\n҄O%i�k%i��O���@������.i6�in��7\ni��Y�҂1i��=Ҋ��R7LZ�NZ�-%��hCZ��JZ���{�H�Y�?72YvSYn,7gG��0�� ,�Ҟb���d�k��m�C����dM�d�\ZY;Y��� YoBHַ�%룐d��K䝤\"������#�86�l�\"�Z��M���f6L��s.ټl�� [��$�a������w�6^��6c&d�wȶ��dۉl��B ١i��%��o���g������%�Q�/䣟`�k�cQ�c��d��ep7�uM>�݊|<ŋ�}��;�C>9�F����}��}��d�OP��Ƿȧ{w��l{@>� �EZ����N��� 8�9p�¡��M�KG�ȗ��o���+���rp�_���T2�S�1�!�:24i�}C!�c���؇d�))1�NF�� �ި��U���zdL����9��r02��*����Lf�#����F�d�P-��}?��QGf���Y�)dVH8�5iL�\\��-�d�|���8���C���k�di�o��ʚ��/9��\r9�����|%�D�R�D�v�B�Y�\'�jg����.���D�k\"\' �)Ԑ���%�Βo/�%g\\O$g���3w��3��䬮d��`r��%r�Ȕ�S G�Y�L���y�0r^�9�<9��4���/rI�����QE�ʎA�:�C~��4�9�iV�Zޙ��(�\\ۆ!�y����O��W|\'7Lˑ��!7�f�G��Mh>���ܬ`In�D�[�ޑ[/�%�f�ɭ+���*���E��o��*�K����\"���W~���.`5�M�\'r6��sg��߾J�\'�n%�Ƀ��f\Z��(������Rm�T�?�\n�<�QA�QSK��nH�)� ��s�� �\'/z-��\Z��ˌc��i��A?�\n�$y#m/�_|.E�o%EN;�\"�nF����(U�li�l3�~ʥ��Τ��S4v�P���(;��St1-�>#��P��������A�i�?s��� ��\Z��.�&�bL�I1����wPL��Q̻:((V�-k7��6���6�f�A�\rt�؍n��S�R�����~@9\0.������F9,�r�K����h�7��\'���c{��c�1����[���/<�C&��yq��\\F9�i�r���d�C�/f��[�E9�{�r�q���0��*��7 ���ݡ�P�p�(�&�s%E���ʥ�\"J`�EJ�!\n%��%X���^j�@PG(0v(>:JA��}�k���\n��=�����X��k)��\n��0�XlL!�s)��J�\nU@��fR�wS�(̗�֕N\n��y\n�t3���/�����(�&�lE�\n����(a%�b%����_J�8%�7%6j�w�%�d��谛�8��$הSRe()]�k���k��)�<G(i��)�i)ZRn|��\nQ��S�R��+)�EJ�?����(y(\n%�H�wb�R�M)�ͣ<\0���l�O)���m���Y�R�҄��{ޔ�E<�|�\'�ao6�r�\'��Fyl���ÎR�4HybmA��bSj�)u\nw(u�\0J֎R���+�Q귟�<���8���$/Ki�\0)�z(�?(c)�m��Ι\"�K���,��.��J�s���u�۷�2�mKy�0��~�C�x{���-eL�H�Rp�2y]�2�:�2U\'C��B�|��@��C(3�)?,�(svU�_\r�_��)�(F\')�\'�)�&����=�Uo5��e�k��n��@�l��S6Xʿ�9��o�/���(>U�{�*OJ�*ظSp�T�3�T%�3�� U%ϐ���g�_�j�j>NT��TM��T�T݆cT�&U�tU/�#U/�)u\'%�������5��U����TӘj:>L5�{M5o8L��C��L��dA�,9M�l�j�ӎj}7�j�}�j� �ږ8S�,Q�Q�,��DR�{P]~n���?��^�Cu�6���`��T�u���z�R��S��zZdM=���z���O0�������^P�@�@٠^\n̥^B����[��y��l���t*Dk�\n}�GE�%Q�����G�T�\'e*j:����b.S�؇�x/��B%���\ZQ���^1�:��J��Ҋd��vs*�s(�~b�:J�K�P#AT��\"����AP��P2��\n�G�B�*V|B?T�J�TIw(5�ʋ\ZzN\rO}K\r�I\ro�H��+�FW�Sc{�q`j�A25��r�JMݩOM��RӞRo�4So��R3��S����Y*��¨w�3�洞�g��_TQX����`jI�.j�wCj�^��F-�����m�Z���VvS�\\�>�S���>}B}�ʐ���YjmC=����#�6��/�P�jܩ��7�m���>��c�kҙ�{���_dM0��<���]�����_�S�=�ԑ�ԑ�z�Zu�N���=�:��=u|1�:@�~E��h�~kPg���3�9�L����%���>����\Z���m�É:W�L�Gܡ�6u�.q�Q��ǩkwP׆�R�#����S\"�?�c��gi�p4YSM^H��gbi�)4�\'�4�o���㴭�r��ji�rB�jB!M���y\'Msl���|E�k~D���D38�A3\0�h0�����;͐�fH���yь\Zv�L��i��t��� �|s*m�5E���Z��4�e4��W4��4�Ek��\\?�nƘf����ϭ���v���`�.��}�@�I#��w��t��YÊ�RHs\r�NsZ���_���٠�yJ;�����:C��y!Kh��34o&�vr�(��L.�G�D�Y��|�,�|��h�)\\ک�+��^��3�:ڙ (��\\J�/<E�����@;gL;GѦ���J;oͦ�)ӂ���0��MQ�˦i�!x\ZL�#\r�s�m���1iHY\ryX�����04��\ZZEíw��1_hD\0�F{�����1u�i,�X\Z���V�ع�4Ε\Z�h�3����&� 7�4��q�tږ�MJE��ѐ��#��i��dZd�4-jԆv\r��8��\\��F|��W����iI>bZ�c�k�ߴk�Jii��h�_��n��`V�n�O��:IKW\0�2��2)�h�}��,�-{c�vg�ZN�-����=TG����1��C��\n6li�[��W�����fZ�v/Zq�\n�D��V��J��h�����_��������i�o7�{C�Қ�=�?A�nI�=s��=ü�={�E��ʥ=W|Ek��\Z�� �az/�ae���!���o�5�m�5�Ok�\r��伡����:HZ�T\n�e��+Uګi�k�Z�>>�+ܚ�](G{C:D���O�9�E�}}��w�J�+�L{{.����F{glK{w\\��.|���3m@ߒ6�~�6�F������K�i�+�h�\'Y��ϿhX�h{Ri�tKi����}���}�~I��a�6XK�H�����&�lЦ��McҾA�h��4�w����l��\"�6[,O��}A���~]��2�~��-=9J[j}I[>�B[y�������Y�hk���u�z�ș���D�h{L�Xh�����}u�˕i�+�t%�j���JQ:}+���� D��4D��_G�h�Eט��5�l�Z� ��5�6Lז��*��u{��\'��� tCS���,�h��k+��˶��ۣ�ne�O���B��\ZG�L�[�~�m���T#�]�8ݮ7�n7J�[�G�+I���\0�2^��u�G\\At��<�So����� �=h��>w�~(�{�N�=)w�}�tύi�����N��dL�e��}۰t�?����OKE�3����=��t�&ݿ�HP�\\�M�뢟����d���3�ͨ�{+��O�/);�/%��/��Z���Ӄ�S�y��A�t�+:�N���#7�ѡ^tLP 3x����K�>o��D:��7��/��N�~��Z�t��U:�?�q�-��(�Ρ��9���t�c}�pAgW�Ņ�t��a�T)�.�Lӥ-9��hz��z(�$=��nr�ζ�_��_�I��_�����?=�\',��\',�����{�ӯ���i�A��6=��\"=��==e=�W\r��N=�f��[\r�߽}��wp\'=O��q�����������E��>��ҡ���(��d?z�\'��������_��o3�\nN�j�m���jt&��L<�٩i�3I=��u\n��Go8�Eo�j�_���_�p�/������[���-���V�jz��?���Nz��.�s��e���U�F�?O�6����_�\r��f�0a���kN�w���,��A�>�� m��6�/;~����ǝ��\'���7��\'�������P��}^v��G���\n}���|Ӕ�\\B_Q��W�����W���W��W���^�5�\n}�h���z���SJ�Xf�x#2�\n�}�w;r�\n��\n-R����b�I�RbC9�+cs�\"c�M?c�2c�5e�����܅�y�Ш���L�eh�3t6�1v�_g�������1���F/�3�����H��E�iv�l�!cW�òc�|ên�a}}�a��ú�c�3��wh��wÂa�%þ�+áuc������~�\r�\04�q��S�!�G�^��4Ƒ�$�Q�J���H��KƱk�W8��:���G2|<�2|}��1����3Ζ�1���䯌�KɌ�+&���ی��=�s�Aƹ<�ҹ%F�\\(#��>��JP��\0� 3�Q���3`��(�ST�;�9��~�g_�=�d�?�3��NQ|�A��f��V1��4�=.���`0>1sGl�-N�#��,C<q�!mA3B/1\"��3\"���팫Y����|F��ˌ،F�kEFJ�#�H�\01�T������w2nP`�,Ke��,f�j�e�z�H��~�#������ʸcg��_b����8������WF��\r�0��q�;�Q���Qԕ�x��Q\\��Q�q�Qb��(��(m�e�2���3��O5J-��N1��!����x�h��f4ƴ0���3Zw�0Z]��\"cF{�wF�5��!㕎��݊f�Q�g��^c���e�u2����g��CoI��匑m!���;����\' �����Zr���ތO?��1>�3c���(Ƥ�<c:P�1��ɘI�Ƙ�����������e�2�a�r��X�|�X�Y�����zʙ��{��Vgl@v3e����ϭ�r�3�g�*V��-{>3�F~en����f��Tߕ��`gjT15��fj�����Ǚ:���\\<sǏ+L=�_L=�����$s\'��`��f\ZNc\Z+m0wi�2�v�gZ��gZ_ 1�&\Z��r;��\'��D�C$������<�y�ɚ�h��<rǜ�w���t�>�<&c���0]�������_LoD�;���N{�<�f�x��>>K�Lߒ�������g��L�ӿ�*�®���l�?���$��O�L@3� ij�`n\"��DŽ�J�poe&<K��X)a\"}ҙ�\'MLt������1�k�L��I��gR�ә��E&�����f2Ho���L�����d��e����,�����S\Zb\n>�3%�\\fH�yf(�3�;��8s�`̼\";̌��Όy{�3�̌�=d��e�U�3���q;���]��}��$�,f��93��of�m&�z�7�\rs�����[�̌����N\rf6]��N<ͼ���b�y� f�T.�N\r���-�Ш�Y8�̼�1�^g>Xg���3K`�̒�rfɌ-���Wf�{1�R�\n�r)�11�Y��ʬ�[gV�f1�މ`��Ù5?��5�G���J�ϝ���h�&o\"��e�Yv\'���3�M���/�ݸ��Nrgv\'1_mQbv�^cvA��]Y���ef���K�b��_���������On��cV̱*�o��8�L�9/�a���1�L�1��2��_0��^̿#���1��c(kS�-K�;�%w�K�������Z{��MV������^��R���R��bim$����,m2�����ڑ���Ua驯��X���X;�IJ���f��ϱL��<�,����B&��هe��dY�\'��L�XV b��!u���,;�(�^�D־�U����X� �����֓,��/YGV���N���XǰYǾ��\\R+Y��Y�ì���,����7t��ߒ�:G3a��L�.&g�ಂ�;Y�7e�.�JX\0S]� �x6�f����,����t�s:�B\Z��� wY*�����\"�ճ����19ÊE��E]�bqY��a,V�A{;�Ź����x;�,��v�\0��%tmb �Y\"�K�4�\n�teE �\"wڰ��YW��YW5Ŭ�I�XѵlV���wŊ;��Jֳ�w|`%�h�R��R�Y��6XcXi[�Xi����*٬���[�ڬ�\'%��Ù�L�^V֎V��3+�~#������r�m���HV^�6�`�+���z�q�UlN`��ֲJ.γ�丬2\n�Un��zؑ�z��Ī8�Ȫxd�z$��Uu�ͪ Y�7��j\r�Y����f����{BVKB��p7�\r5�j��cuDmau�g��O��.�zY=�\'Y=�&���\r�;b?�߀�ꯖ��k�YCvy���ì�6���wֈ�N�ȡd֨F\nk�W�C���\"k�ބ�EF���_/k���5QYǚXA��4\\XS�Y�o]m����R��i��C��U�O�5֜�<k�7�5��5k~Ŏ�g�)֟x�߉��i֚dk=�k�k��������iv���v���V���V����\"؛7�7�|�*���-�M������9���l�S�&ē�����ZB��-�;v�wV�e���`�ay ٦ƛ٦�l3��l��l�8۲���;��mcz�m�p�mg��v� f�+b��b�_gJd; ����l���ze��:y��&w�}�(�a{v~e{)H�^;lom[�w�%�w�N�i�g�3v@���쳅=쳕��g��.���Q���sg��Krc�K:��`b&;��sv�����\r?6`U�\r�!�[�P�l�y6�F\\�a#U�٨��lt�G66Z��W�b�=β�(96Au�M\0k� M�l��16�Y�Mv�fSj�,i0��7���)�c�l��l�h�[���-1�eK�ؒ�sl�H[Z�͖v��Cɇء���a�w�#���#o����Q�l��/��h��옿e���G�qS+�P;��Cv�fUv�A�\Z�N�沯[���\'m�7Wmٷ�F�����w2 �|o);���pފ}?��~�v����|�]br�]�Ƀ]�[�.W�g?Ե`?l�®�sgW0&�U�Xv��~\Z��]c��~��®eE��������-��U��^f7_f���ح�Zvlj-��.!����V��9���S���~k�a������������N��Ln����G>y��ǜa����~�������Ö ��c2��6�c\r���G��\'�ϱ����S���o��1`O�Q��>�w�6��\Z�ϻ��}�_A��_Ir셳7�쥑�액0�_eS��c��\r����\\�Y�##�ˑi��lJO��e�r�Q8����j���G!������P{������|�6G�R����l5���\n��l�}�l{0��n�َ|�Q�as4�8Z�~q��st����b��78z?Z9�679��`��Tg\'�1f�8f��9�!:+7g\'�c]�X?0��\0?sl��q�4g8v �g��g?����w�C���#�E\Z�`/ǹЃ�R��qy�q�l�ad9ne�9��9\'�9N�/-�w�u��9�iY�K%笧\r�l� ��Č��S��#8p�O�s��\Z9�N@o/�RP=�RL\'������<�\0Ɂɐ8�G�8���\'��[��!�yqȖ���2��*�P��s�WW8�uWM5�C���0�i��MsO��C�-�9�c_9�eW���*GD7戾�sBg�p¤j���O8����g8��[��t2\'�G3\'!����Dž�x�I�>㤍s97-87��9���8�Nz���>(��(z��N�ʹ�1������p�r��Zq�_�9�\n�8U\'8���O9E������41��S(��勜Dz�9��o9�\',95��:�1N#�yq�%�O�ņ�i�B8-ɏ9-7z8-��VGNk��\r8�i+}�i[��t�9�����b9�\n�8�/9���9]͖��noΛ�LΛ_#�^��ӛZ��~��3��yk㼍�伣p��^r�os��r=8CӜ������X�+_8����8c����!!���s����GOY��g�9��8�g�9�e΄5�3y:��[\r�����OoI���zʙ�����͙=�ę���̲�_S-8o�q���s���9K_�sV,�sVNpV�9P���\n��[�հ3�5�Ά9��p��)��+A��ެ���ĕ�_�ʍ���R�|IWٿ��<9����U�s�� �-�ܭ ���NB��W8W��������������Վ���8�ru��p��s\rBV�F\rv\\��X�IB%�<ĵ��Z����%qme��v�_�{�)r�~r��p�E��>krB���XM�C�ù�Uk��Ho����#��ܣ�&�s�^��.��\\��Mo���=���{��?�q�C�qi.�����*��\'�^�zx�p=�I\\�?�\\o-9���D��ړ\\�����\'?q��zr�6�q�q���\Z����\\�X����m����\r���=g2�=�=/P�^���^�����GFp��\n��?�`�[\\���x��c�и8.� ����������\\l�_.��a.�]��Q����.�ǥS�p���l/.�� ��&��),�r/ ��F-��^\0W8��Q�ͮq�yd�D;�+���J_irC�����0�#7��$7r�ĽBs�^��^}��� �#���(\'rc�Ǹq?�q�s?�s��� 9nr�sn�nʸ=�\Z>�{m����ʽ�t�{��Ͻ�ȽՐ̽g½��f�_�fڸ�\r�YVmܬ���� %n��!n�P7OΒ[�^�-<\'�-�[��g�s��m��4neF����[�)�}���>\r�>�1�>3Z�>s��>W\Z�6�!r[��1e��B��G��[�r_r�����?s���s{κp{�����`y��]gw�\'�;b���m�w��?��}���`��DL�~����^+�!�x�E����7wj݈��s7��3�[a#w�{�;���Lgq�۹qW�|f9w�Zwac\'��_\'�ҳ=��sܿ\ZO��y(�ڡ�Z�w� ��m��(������/�/O�xOf�o�W�|�A�B���+e�6t\'o[vo[{2O�O�t��������u>��l�]�y��<S�<�_�]��y�\n�y�\0�:t�g��̳�������dy�� �}{y�fxGd�yN��<W/�xM:�c7��yy��[\Z�sy����yU��:3x�^�N�N��\0��ΠA�3�L����v��1û0�]T\Z��n�w��òx��&x��{y�G�y��P �%P��by��<�E4�OZ��#<�+j����!�*<�b�����H�N��U:<b�t��l1�#W��(�c<��C�J��L���4���wÏ\'��� ^��j�xB�4O���rx�D���O����|1ㅾ��E��E�)�E��yQp>�J_��e^�g/��K�L�Z�R�n�/O�nD���h~Ļ5��w;�2/��/��:/�?�ˊ����*���;���;Kxw�������=���k���|��;y�w�~�wo�� x�w�+��=H<�+��U^��U>��{�<Ϋr�«z��{z0����~^5��W��WÈ�ժ��D�\Z�^�=�b�i����ע�k���$��0y��L\n�������\0yoH����h^o���_H�\r���\ry�[y�1Wx��yc��/\Z�x_�xߣKx3ɏy�Ɠ���x?2輟������/�ޯ�o��2ޢ�s����_8��w���z&o� ���/��TST\"S�4_.Ć/Ϯ�+x�e�������Oe���`�ʷ�-�l�[\"��[�\'�[��[���~�o{������W��䫷*�5���5=��;�;�uw�z��|}�6�a�o�S�7�7�f��;��jd�q�o����|�\"\Z·T��-/���7���F|O<��X�o[r�o��ķ���o7���S����-���m��F<���A���d�!1�X����-���i��+&��\n����w�?����?��ō�ܐ�?v\"��y��>��٬�?up��5������3�|�$?\0����?\'��?�\'�>��>��6������y������#|@�Y>��·~�aO���ZC|��$����}=����ǟO��36�>�N�O�)���T��|Z<�O�����|��3���0��D��3d����|)� _�z��-����\r���ԓ�a���H�;~���պ���X�E~�?q����7��,y�O���W����T�����N,��\0�t�����by�zu�9�y~�C8?w�����/3�����>�K�w�K�F�e��r�?�!$���a����2��=�_���?��j$�/��kr���_����:�N~��2���1~ü\Z���~~�:��\"��oY7�iD�ۇ�������7�_˾�������w������w��/�+�Y���L��!s�pp0�����\'��a@��ٝ��|�?Ꮕ���>ʟH��L�5�3S�?�n���������z�_���C���o�+���+CB�\ZB��F��ȕ^ȕA�4��X�@�]�}3@��i��X\n43���MZ�.�w��\'���킝�%����?@mB����\\`�)0���wFr�F�R��%[`��D`�����̇�قݡ�V�o{�6��}p��>J`� �{N�u��_z+p�O8����~�ws�Y���%8���Z/p�2(p��G:.�B��`���G�N�-��Ix��,��^,89�(�)��T=�i$�Y�F\\�2\"�Dy.�O� ������\0�(\0�������fU\0�=$�x�2R�xA\0z �3�O�\0��,�\'% �:T�W��,� �^NP_:\n����s᳀U�\"`�8-��H��g�[���W �*@�G���N�(�@�m\"����t���{U�.���D�����\\=�K�Ċ��8� �N� �FC��I��|B�HX$fn�~��ϞR�����!��_��gy�?/\nn������[��NA�Z� �t� �|����$ANP� ��� �k��n�A^�1A>v���f���K��`$(�}ܷ�ɿyf �J����e���\n뷂�\n��Q�@�a��\nLT\n�$�ճ��N���^\Z���s��OY�&:\\Мp@�<�G��K�.x.��,�x� �dr��]���/\'/���W?A�����rX�kt^��� �c��5�OWy~�A�`�#^Q�X� F�G�s�>�?|8/|���Q�co&>�ɣ����-��F��ogv\n���\n�s ��߂�N�L\0]0-�Tzf�>���b���@�Bh�`፫`��_���_�,���%���&�A�\nPo���S��`�P��}�V�Y�����4��\\�P��[���\\�~�Q��vX���)�.�j�� u��B��\'� ����iB�FK���CB�KyBc��B�\\� �Hh� 4ש�מ�28*�Uo%�\0�-} B��vត��ֻo\n�SIB���6�Nh��]hwZWhw�F���H��(�O�:xB����}�t��S���g��de��Ο:^�#t��N�\'�N�6B�2�йH,t�y ]�yB7W��sx�ɞ�B���B���?=_�?���X\nV./�^�^�R\'�f݅A. ��`����V�����BP�m!���.P�BUnawBػGB���B�W�$�\nQ��BT�P���/���\r_�؏}B\\.I��z-�\'V\n �_�$�!�i!$�\"�d��B��LH~�R�O Y�.!++\\�M�&�)\n��Ba��P�n�/�C�f��=�aa�J��\n�Hxu�Q��!�ɫ��v�\n�����/ S��}ׅig\Z��7O�;U o�b�7so��f�f��\n��:�3;a�IyaNj�0OFF�O���6��K�Z 뫅����\"�.a������Ea�팰�-DX%jV� kb��gog��+a}m����V�|W���地i�幡�Ê\"�x$��/K}�/_;�_��v?�{v�{�����o- �I��.L�XC8�$%:?:m~��~��F���pl�R8�Z _�-�r�$��\"�ڑ(���*��(����p���pv��Ɋ�w���i�pp�p\\�+/�}*�ݭ$��rQ���,\\�H�M~#\\E����� �}=*�Ԗ\"R85.R��P�0�N�x�H1%V�X1\'R:)R¶��ʓDJ߶��~m��m5\0��;��ߞmO��5�T�>�t�_E:�\"�|�hǎ����s�Ȁ��=Z뉌{~�L;��̯͉v\r\Z�,�lj,-\"��N�ŝ\"+;]�UHd��[d\r��l|�D6,�mXd�,�;�Kdo4.��Yd���hC��@e�����P����}�Êˢè�����i�ѡ\0�s�?�1Ɉ�Uy��5&R���&r����Պ<�@\"�s���բ�cY\"�f��?��o���>�u��l�_��H��MtN�Jt�|Ct�����CQ�,J\\�-\n~�]�Q]��.ȊE@�r�f�d�G�k�\Z�D`/��.�*��/��]\"�9R.S�̿*BGD�T��ᔫ����D��&%=CD�.��؛\\E�6W%E��FD���\"���H�C��\"���d�UeX%�z5PSzK�)J� J��%W�R.N�R�/�R�Ei�OEi?zE73o�nV-�n>ݶ6�me��Ew�ʈ�l�4�����\n���_��/\r�T��;��J��R�WQ��K��;����f�\n�����vQE^T1�@T������eѓ�EO.�=�|Z�!��D�^D�u1��2��?��$yQӢ��E�OԢ_&j]:\"�P<&��,����^�^PE�~w�^�rD�\nD=�E}�w��)Ȉ�>���6��%�Fb��$S����羋>>�}!����͡���h�ݒh��1�%��}��}�i}+< �N���qE��)�ٿ��4��W��k�_*\n�_GzD&�D˶OD+�����*���k��G>��������V��Յv�ZܜhmH Z�6&Zg���&��.l��P�\\�m�\\s�X�}�X��L� P�D���w�����߃��IbM/�fY�X+�X�u�,�.4먿���z�b���(�Zl��.6M�M�cŦE�b3{%�!b��N�ŋU��U�n%w��+�xOA�ئPFl33(�M���t�U-�ŵ��\nR�~�b�����x��K�uw��͋��?�y�+v\n�#v��S|�`���E�3$J��Y�f*v�[�֧�O얈=vˋ=���^nb����ްb�h�I�W����S�D�fS��>�]����� ��s����^�šq��q�8(�8�G8{UD���ƅb�����/�T�P\\�\Z?+��t�:��asnb�f�E�%F+���GĘi��\"�\rĉ A���M1�(&++���b��y1��q1Ͳ]L�}+�k.��~���@k1��W1��sO]��j�>6��۾���X�.�����Ž�b��-q-�^��敋ö�ő{��Q���W��W���q�_��\Z�� MHqR��8��S��Y\'��������5�i����\r�>߲���[��z�3���+�6sg���{~�sFN�s��s�t�y�qQ����z^\\|�[\\\\9(.�&�K�ω+ߊ�> �b��5�/�gԛ�:�q}�7q��5���Bq�����eUܴb/n��� �c�mL���q�s��#PGܑ ���w�_s��~�{[�}Φⷼ{�W��ߖ����CM�����g�C�}��L���\'��\"����!�����\nD�ْ+��:,��)�\\pO����(�>�$��rV����xflV<{&K<��*�]\"��&�k}!�kg��]�Ŀ�6�J�+���?�q�i�x9\'P�W�\\��+^�So\\&���8I6��I䯜�(��(Q�$*V��/9�������G$[C�%�~ܓl�� ��-ѾrI��8W��wO�c�U�s\"љɔ��)��J�P};�D%1�x��a�Q5Ob�f��h�Sb4.1�ђc{%�B��䝅�d�[b��Gb8,�5}Vba�.�m��X���h�%6��ͻ�[3������M�^u/���U��Rb�\\�_���\0�KrdjF�l}F�Z$q�H����_ �x\Z`$���%�>���,��u���T��덑�T�u��1��19���DI�)��^��ג�ݒ�?%�${�K�\\�H�.�H\0ƉЎ?��+\'A)��`2_J��| ���n%d�\' e.���.�7p%�n���X�ֿ]v����+a�>�p�H�rQ^����D\0\0I�D y-ԄID7$��U���$dO��+�螕\\i\r�Dm���<��DH�G%qubI���$yG�$u~��ڋ����_�$7�F%�I��nI�$SrgAM�K��.�왔89H\n�K\n�I\n�%�����F$��%�l$ŲI��gIY+ER���<��%�76I��I�\'$�{�$�y���0Ic�Ic�����%ɋⳒ�3O%M��ZwIӜ��Y���%#i��+iS5��9B%�~\'$/�K^}��t\'VH�lz#�)�\"�)闼�����(pcH�\'%�� �!%�d84F2����h!��T$��gT2&|!��|�|�|)��|5���|����$�v.�o*��~h�w��dF��d��d�m�dV�d���n��xɏ�Ò�x����_;e$��z�?�Y��b�d 8/YJ�I�%�$��H֔~I֎VK֮�J־�$kS.��%��cR�i�M��RYA�T���T��T�TI�t�u�T�c-UiL�n��&U�ǔ���\"���J5�Z���o�:�T�{�T/IW�/{N��Q���T�ât����$2S�kǀ�r���y�n9��U�t�$��.�Ԧp\\j�= u�aJ���K���I|���̒r�:�b�G���c�S�c�\rR�n��ۀ�x����鉕�R��F�W�{��\\��dV��w�RzʠJz��Gz����L�M���Iϗ��K/{K/ٖJ/5��J���\0{)�cJ\nB5KA�3RXƠn~V�� ��O��f���/E? �b�Rl����HJPt������R����luPJ�Q*%���Rjj�L)s�C�Ҭ��,ä\\������ͅ�\0<��*QFI��\"Y���Df!Q��{�GeSv %���\n!��H������</�9��{������s�9{�\09_U\0��;=��\\�{@n�}@��K@�Y4 /np�\0X�\0(�\0r���\0��8\0��\0��@����1\0L�\0k�����\0��\0��>\0�~5�R1�\\\00ڏ�q�\0n�����$0\0Bd@b�\n�\\����\0�_\Z\0�\"���4�=�5@�\"@��ǀ\"�P�\nP�,����n�(��\r(��(���3\r\0�JV���JMg@�T7���:�v�:��>(��b0�ic �!��L�^�F:N����\'|@g�\Z��\0�2E\0�;x{u\'�-F���$��o�a��N�G��S�3@o�<��v�_�\n��hk��\0�PH���:`��0<��R7q:�{ӕ\0�^� ��L��L2\'S�/���\0scJ���������J?�+���\0�]\0�V\0V/���T�T\"��w\"i7_n8x����ܤ^T1�n>��\\3T�TM�T������_�\0��f�[c���v}jujm��w8��p9ԃӁz/�;�\0\Zv�v��FK%@�Y��������c���/@����C�O��n�@�w��#����Nm@C{�.�Ψx��Б�<ct��\0�Y��S��@w�c�G�c��c�3�o�����]�g�����5���I������йM���ہ籯��\Z/6^l��؟��[���+���N/����/`�S:0��o`��0��c���,�d�nf���^�k�>�^}�����܀ �0`\"�>�c�I�?��)0eL[�L�� L���(���\03����[o\n;�ٯ�s^�oW2�y���wl�\0P(�l\0z�\0A�s���X ����CO���E ��rl��k@x�x�\"A\r@T�^M⭽�D-K �0H��\r$b���g�@*h�:�Ȋk��@�%���n�rm��\\/)����&���@���@�:)P|���%�n�t�&�L�(;:�oh\n|p�\nX��+�d�3���?K���5�G�����jϣ�Z���ړD�co!��E��}F�����́O��k{��¹���p�f��g\'`+��r�u�K<��H`\'�%�s�9�`W�\Z�kp��{<�{��f��g�I�G���9�\0)�E�\Z�%�9��pd�\'p�u���R��7p��-�k�g�T��p��y�788��N|�~�h����:N=o�XZN�g��n^��{�?#�|���끿z܀��?!*��- ����5K{�ڿ� ��X��2�_hC�e��IC�2���D����9��v���\0R3�R��Uw��y� ��x�z�I�V���>�9�x\nҌ�i�R@�A:�>�n���� ڡ��o��\n�u`dX�d��Ø ��X��D�ɩ� �)��_$ho�>��wо<�Y�I��P�y�:�EtЛ\r�4�YiYm��z�d��:��\nt��g���:��Gd�=t�K� 4���ܠ� �_gA��A���<����x /�\n�W��I5��h�w�(��\n�>u\0����|AA�\Z����7pP�r$�|���Ѕg�Aa�����@ᛋA� P�)(�\r����VPE�����j���������\0%�Ԁ7�AI�W@)0Pʵ���%P�`��\n\0J=z\rtc�,(��3(��1(�/\Z�ɉ�|�8o�\\��Y��-�\0�Y �s+�j�>���gA��@������5a��a��@^n�/�r@D������h]A�a\0�]�0I �s���CAB�a�(#$��$6P\0�6s@r���S\r*(oV:�\nAŧ��J鑠2D���\Z��5�a�K�#`?���OPm�)P-OԈ�\rz����|��z�\nz!��([j_+u�n��2�D�@�Y�z����P���snh�4�����<hd/\n4�\Z-��j{�\r�4��0h��(h�54��4�l��}4}�hƥ4{:\04\'��=���������1�#���VM V}���� X3������T\r����$�:���ی[��[��}[\0o/\n\0� �>`����l|�l���\Z\Z�������+O�{f��&\nA��`���`�q{�+�����Vw��/�`[�n�m�ض��.�||�=�q��gB�ÕB�C�81\0>iH;m�O a`��`7�[�{�2���;��2�̍�`��X����R��5�K*�> �Ϻ���̂�\'��AY�� �^p�h\n8�} 84o�/UGz\0���ς���cN׀c��Xo*8����F\'Z�\0\'�~_kf���>�S��i�d�4��Q��C�~�\n8�J|�8��?��m�\\�,8��|w~+.VB��08�^Cg��|�\n���QG��Q�3`�}F�;��s����0�Z,��&[����`�g\Z����2����`��=`:�\Z�ت��\0s̭���`�����`AX�i\0�-%��jn�{�������[<nH:l��e���[��*��y�G_<��Tp�h\0\\|\\�HWǶ���!��8�i$�T�\0n�xn: \0?ف������`p3�\0�T�\rn�k\0����RQ\0w<�w�@��Z���:A��I�o5�?x���[����Oʑ�>x\n�O�WX���\\���<�z���xd3<�-�`m�����.��kx\\C��_Or.�\'_��lO�z�g������Y�9��x���:���������/�i�߀��ך���!�ޏBL$E�y�\"��XŃ�?��0i Q��ٜ��l��QcMC����}��\'/A��`��w����;�M�2D��;DDZ�˼�[?�3���<�wɄ��C�u ��V {�����AL�� {�CL�-B�m? 1GC,^�����\0�X�GAϸC�6�=9Z=�nQ��$)AlC- ���}��x�ȉGg!�j!n{��\Z�{=�#|\0���C�t�A�LtB�l� ^��\"�F�a�@|3�!��H��\\H�^2$�� �)�\\2��\\JC.���D�I!�_k ��?C���@�;-!qkF���0H��k���%9�Z�zȵ�y�u�q�uHZ�6ȍ !��\n� �C2r 7��!Y� Y3��슭��qHNk8�v��v?rg;\n�������-y�ۦ�C��\0N@���� ��@���`ڲ�lA;��`e��s��!x�C�#��(�Tl!7@�\nK�A,��L�y�Ah�� t�!�O�r�j~ a�A� ����A8� �*D�^���f \"�\Z�42\"��\"3� ����y����# �=�!ED1����dR��Rfy��Xy�6��l�Լ�������#!�\r>�� \n������i�x\nҔV y�R���I���XAZW!��@Z;�@^�\'A^�{ ]�HW/���.�an�|jS�|�� �գ@z}4 �OA��!�>�\\H_����2�U �2ԑNo�|9/�L\n=!�ߓ ?�: ?B.@f~�C暝 s�\"�O�M���M�y[m��\"���;y/�w�mȟᓐ����鐿�q��?r ���!�>d��\nTq�/�Ju�F�T�PU[����O���y�-���G@�kc������\Z�Pm-$T����A��Q�n������1T_�\"t�it盫�]�H�Ab �5�59��pwB���AM<���辣������9�-jэ�8~z��=�!��!���=jEp�Z�s�GlУ��P�-P�o�P��P�d豟iP;�7P;� �~�7�a��!, �� u��:U��:o>uֺu=�\nu�v��ƻC]����AO�u�au�����zn|�T#Bϰ��ޱ\'���P��CP?.�W��;�@dnА�%�s�=�s�����Cô�@�A/]J�^���(���wh�-4!�M�M�~z]��z4��?M�.��~r���Co�j@3R����[Л\'b�Y[j��.�����y���;8�iAA�Pp\nIj���Aa�����l�b����+PB�(�����Z�Է:P�.�3�2\\������t���?@(���߀r���<��PI*ԫ�\nr��O�x*\r*Q*�JnhA�oiP9�z�����.�ȴZ\Z�-}m\r}����Z���C�2hU��Z+ Z��=���`�u��LjF��5�ɖ��\'���\'����&��s��Fm��B\0m\\�>�v@���@[�|��Z�-���Vy\r��4�:�ں��4��\rm�=}9�}�}�X�8�\r}gLJ��_��d�~��~j�\n��{\r<�:��b܂c���ow@G��#�q��:\Zh\r6��.��ce�X �5�1tb:y\r��XBgb�B���\r�B�zB��C�e@�f=�+��Z]t�c���t���[�[�w���lc�l#s�i�\'�J�^��C��+�0���0�m/`jϘ0��qؖd0lK)���L=U�N� ӹ��U���?��(��1>3�+���a{�m��!a&�\n0�۪�}s�0��a�G)0�6��5��a�����`�,��,vh%vX�b܇Y\'��s0����a�7ra\'���;�S�aN�oa�.`��^��$��|�y�����^��aA�s���߰`x=��Z5;�vA��4��\"k\'aт���M�`16���X��,���+���U�`q�XX��yX��CX���(#���W`I�$��n ,� ����Y�e��a7eʰ��氬\n��4,;B������\r�Y� g��`G-�G�!��a��.0�<��g��e*���a��a0�?% �FVq���n��9�a�9%�F��cl�c��\Z�WƤj�X��`��{0�ws\r�Ż�x�0�F��c��`��s0�r/L�u&��IF00iuL��L拆ɿ���S^���K�����;}�؇�\n�����Fa��a��\n7eXէ�\Z�.X]��1��\0��\r���5�N R�3�n�ss��~��6�<���T� {io{y/�1�ֽ� �\r{7�#�>��S��}�~���\n���,�}��s6|�lT�\'l�_8l|�O��l2�6�7\0�!�¦w��f\\�`3�j��lN��s�\r�`��zq\Z�xV\r��0���i��;���Oؿ��Zyl����X��w��_?�W�l�D��r�\\s\n�\\��k9 �5+��[�w����ޅ�\nn�74��6$��<��ໃl�{���\\��*��l��k��=?7�\r7�S��X���r�����_��̂~���=���?���Z����?V��k���pG�|���S�9�{�ܽ��v����n���}����dN�Ͼ����:w�A��/<��B1~���X2\0��v�\r<,� ��<�@&�ʂ�j� x�a���w��z?�)�%�4<�o��˅g����u�g�^���\0�fK����sZ�wx�+�<�c���T8�����/��O�a!��� 8�c����������$8v����G߃��p��8�N:���xFp�\0N�j�3�M�02\\&���p��9\0������,c�\\��k���g�ll�\Z��9��ŋ�v:��W���^y��Zt^��8�!�^����DX�7�19\no9�����\Z���f��/W��]���O��8��oʊ�o����� �߉*����=�����?�,�u.�<|��(|��G~^��~섏�����>|��\Z���v��>*|��I�T�\'|Z�|f8>�z>{p>Z����������� ���p����jy�Xwt���P�PG(:�F(��/�!��qBl�h��KA��n\"�0����\Zl\'�&���1���Bl{Ѓ�l���|���@�L!�¢z��������!v�|B�!v5�#����X���n�q�=�xB�\'�\0���0��C�|�0��A����؏��0_~��p!ȶ ,mH��jI��ZQ�#�O ��#�6W#��DX���Dmĉ����\r��\'K�\'�i���)��)g�kN\n�t;�y�q��8Bx����o�v��o��#���m���*D�a.\"��ID��uDP�DpX\"D#q.���@��B�N� .ToE\\��D\\�Ba^�0�\0V����?�������BĜ�C��X#��C��IE�E� �����f��D�.D��iDe\nqݧ\Z��g��%����H�#����qDF��q�\n\"�L\rq�=�&���\r�u7q��<\"���F�Y_B���y#E��wS\Zw�)`|x��G�f#��UP��n6q*�:t�?E\Z�D�_E8������~m�]��<\\�`2�#X���ȿN�?�n9�Q�7���\ZB�HFHK�!�*�{��K:�����I�B���g.���D�\ZQm�(~=�(h#J~�!J!pDY�&�<�\0Q^�xXp\nQy�x\\v����dr�Ty�x�\r�X���HG4~�E4�#�~; �e�ψ��f���|/��x���0m@tl@tߩEt�%��g�oI:����=��!zJ�=�0�ć��O���{0�g�/���e�P1�YB�@�(��+)�����q�ĸ�/�x������ڏ�1���=�E�>�A�]�G�Gu#��>!~M�#~;�\"��\r�B����%���k_k����A���N�C*�KAn<��ՆT�E�M� �@�\"�U��ꫡȭ�ǐڑ��{��1܌��D���4LX�4�!�k#�,@�&t,ҤE�ܻ��4�>�4o=�<�=�<�!�D�D��AZ�K�6M�H��sH�ǭ��-���\0���%骑�<����X�<�\'��B@z��!��.#��b���l��l��R�2��2 ����!C���42Ȫ��Z�y~�\ny1��bV12��F�+��K���d��cd~�g!�_ �,9 cz��qs,d�����Td�y���]��3�d�d�t62ug,25�L�9�L+���!����Gf��#o\Z�\"���Gf5^E�N2A��C��vG歗\"Yא@F�tD��0�c$�3�ع�Dv ���H�)$2��f\\C��Ր��5$�t��߃$�r��[���ۑ�k�Hڞ$-�2��c�dԌ#�9���o-H^��\'\rF�l��cP��f=R0y)�>A��!Ep4R���������\"R�+FJ_B��!eI�H/)�d����|p|��xY�� ��T�\03�,h@!Vi���xdQ�Y�Y�hE�h� �vN �\"���r�Y�UI��U�#������j`��Y�b��c�#��#�А\rcRd�U&�Y�-��N�����]Ɛ�A�Ȗ�\rȶ�3�vc)�}��%��\n���8��Zg�5���y��z�Ev+B�o��o�#�,#�W�����!{�!���?���G�}���6\"��nB~��G~;=��X��OF�l& �ga���Q�?-uȥ}zȥ?�r�r���\'�o�*rm���p�KF����TMO�T�L�T�5���&Q[�`(��(�GQZ{!(�7j�����=6(��Ԏ��(�ڋ��5Q���(��(�ݨ=!�Q{�P{��Q{��P�NԠ��(3��~{j?\Z��?�e�\Zu��\0��{M��u\'��I�կc�#]��s�(k��(�X�M�Ա|���/ʶa+��;u|��DK�d�8ʹ�����d-�e�\0�^�r�D����pP�F;Q^�V�Ϻe��-E��K�P��\\T@�T�>KT�5TP�8*��*�� *�4���:��\n�BG,*lvuI��<�u%\0��\" b��PW3mP�w��F�?ǡz�$߫���0�u�Ǩ�k9��WP7���_(�2L�Q���2�\\Q������XԝDKԝ���_���m �j���@�\n(p�Mx���ֿEA_�D�ӯ����(䛛(ԡz\Z;��J��(�(ʐ\0E5�D1zx(6��1(@q�Q��7(���O�E ��C JQ\"�$J��%�{��&�Q���(i�%J�[��� @ݻԌ���z@/B�j���:�J��@��&�J7��(�������\"ԣ�֨J�T�2T�t0��>U�P��n\n@�l��z��z\".C�_����P\r�hT�u�ƂxTc�)�y������\0�-�ն����^>�@u�N�:���:�ߠ^{�C�����܈�z���n��\Z�g/��#���P��Q}.���D��$��V9��\ZM[A�?@M\0��&ݭQ�����Q��G\"�T�Ԍ�]�O�u�y�n����/�=�_y2��.Ԓ�\"j���w�>�_��/���)��f�Z[pE+�\\�V��ިv��U�i�+z�I�z,Z�H ��\\�Vod�5�\'�\Z�hM.Z�����֎BkC������b\0h����;��9+�^�G�L�E�R�Għ�\rB�8��<&�F���ݰr�*�4��/1\r�o�m&��ޟ2�>h�m���zދ��~�>�FE�&C;�����\'���\'\'F�N�Q�SQ�h�KhW���ӱR��B?�J9�#�>�����\ZB{�ڣ}ѾF.h��_E��E�;\n�~8�$��i�D�[ډ�;�]>��`G_��/�.�/,��/���/f[�Â���6��K&�KtĬ��?}9�}�}y�\0%���V�c����_F_-���My��]���S�D��A���M���]i@\';����G����ߎ��շ�4�ZtZE4:m��������8\Z�΄}F�t*Aߤ/�o>��o���A�lށmG-2�@K\ZԜ��ע��D4��\r�D�y���h��h��b4*��F�ч�1��1�h��I4�Y��G���ƚh\n�\nMy悦û�,�{4�����\"4G��s���SC�mG���\'���R�x�-�*CK����/�{�Ѕ�<t�]��C�m\0���c��M���{���fs�G�����ԭ��\rtM�&tm]��~��]n��݄���%�G?��~vg\0��j�,UA7ۍ~a� ���!�j�nE,�۾��;C�ЯE��n�{�7���o�&����������t��A�@�+z�\Z=T��es����� z ���1z\\�=�5����B��EO�|@O��BO��CO�1F�X�EϼT@��;��>A��?�^8Ԏ^LE/DF��?�i,��ѿ/r�K������+��B�F�G6FI�)f�i+fc�f�H>f[�Q���1�a�]�1[ۺ1[��`4�0Zǣ0گM1:3$��fG�c�^�5F�f��̮�*̮��]�o�kӵx�>�5�YE+�\\1s@Ѕ��c_>��jډ9�����X��k�;ƦYc{�c{cg2��_��9��㠰�@��L�Ŝ:��:��q��q��qρb<v�`<�V0��0g��c��b|�9`|�`�1�H_L�P.&P��~��7�:`�7+cBԯaB��c��mń2h��\Z���m���bL،1�Rm(&B�s�\n&z�2&v�W���~&��L��&��&�&�r&5�I3z�I�����b2�_c2�Nb2�0���1��\0L�6�����u1����@�|)�+|0��Hr�I�?�u�`+�b����\0C��Po�ah�z�)��.İ\ru0l�3��q�5p��0B�6FL+�H�f0�E�l�1̽�;��+ɘ`0�1*��\'LI�%�����.S���y��T� �Tݱ�T�Tw�cj��:��S���I��3�1�UP̋�S�V�Lk�UL;r���J�\r���#LG��s%�塃�z^��Nـ�.����ü뾍y7ߋ�y��������o)ӏ�b�ٝ���M��C9��ke�/�0#;�0�s����\0�7Qf�*3�ֆ���$fj�3u%3�!a~q��|��Eg��9%�ܘ.�v:�����k�����ynf^�,����>��eI�,�Oc����,\ra�\Zc0�1+Gl0��!���0kS��G�\n����waCj����a�X��=ư�a��\r]7����*��]�cU���\0K�j�v���v�6�v�4V��V��\r�-�v{�7��5����cu������;�bwy�`w���\Z<\n�\Zj�`w��{>~Ě��`M>�c�.���k��5{��5�߈5�\\�=t���k�뀵��{��4֖������>݃�K���oH��l���ƞ�HHÞX)�:��`��X��T�#A�u6vƺ��b�΄`�7(b=\rwc�z���۪��?�سN�سسE0���6lP�lP�=6x���\r�ac/�c/�$`�6b�F��a���H�*6r�{y]8�r�yl��zl�]�n����f���_�$[l�)6i�{�769$���\"6�C{#�&6C.�fZ��f����h��\Z،��\0��p{��67���\\�D:X��{,Ў��{c![V���`,b�7i#¢?�Ģ�a�w%X\\�a,xK�o��\"�d;,����w�`�6,�Y�i����`y�\ZX��W��XVx�+����Y����������b�?��>P_�>Y�-;��-[s���ecfLb���>zS��TL�V�.c�2�a���j��ؚ��غ�bl]n�{[����{퀭���}���ɻ+����3��1tlӡ\0l���U�}6���j���E�-�LlK�lK�\n�\rރ��܄}��}������?�Q���(��n-��)�}�~�GacG��Jؑ�籣�/����ѿ&رs<�X�-v\nf���c\'v&�\0;���P7������c�)a�����{ұ۞`������b�p\n��B�x�n��)��qn��K��h ���S]�ũmD�����O�q�^�8��e8�S�8�o�pZSqZ��t�������q��Q�]�,���v��G6��3֝���o��v;���)���=����݊3M:�ۧe����37z�3�>�;h�w=�;d>�;�3�;��.��;�g���=�w�=\nw4�g���`��i���>y����٭_��˧�m���9&v�g5qN�FܩG8�i=��}�p��Rpn��8w�%�{^,�3�w�A�WU7��ί����?�p�2.�f.��\\�%�=�1�Ev8.�Y!.����_ي�Ծw������� �lC����%�sp �tqI��⮑Fp��pן q��q)jԺø�+i�����g�qY�[{����rJ\Zp��7��V�\0��8P���!z3pH�Xr�6�$=S��?㰌`.�Wo�ß��#�n��}p���8���؞�#�>d�ȴ\Z��G*�q��8D���K���ñ8�]��N(1ĉu�8�w8�H���pd���X.�8��+q�����J�\r�S�U4k�*��*�N㪵h���\\��*�v�*����c��4p���pO����[��o��}�=M����k��=;u���k�Մk��µ��}�ŵρp/]jq�*n�:���^W��^�y��2S�u�9���d��?��}���}ܮ��5|��-z��&��g�o�`+7`�&;⾤�p#:0ܘl7��+�[�?n������xq�c�7]���~v73��)T�͆u��?\'�*Rq���q�ܪp�~���q�Ǹ�?\Z�pĎ�?�Oq�i�V��W�k�x��\rx�/��������Iī���U7^ë>l�o��Wكߚ}����א��k,�k��6���^�R�\r���9������uܼ�:)Vx�L^��^����\n~�sxC�<��xÎh��o�֍7f=��yk�7 ��7���7i��7�f�Mk�xӧ�x3�ތ���������[^��[�q�R�a�x+�Gx�M�x�6W�=��?�:�w0��;D�a��\'�Y�O�U�O^�v��N�`��;%����)�!��&���w�/�{�H�{���}��1�~_?�A�A�� \Z\\D�7}��9��LJO�/���k��õN��C\Z����Z�E�H�=�Hk|�� |T�7�JS4�J�\r/��D+⯺l�_}��\"��U� wF� 3���ۗ��տ�S�x����,w|�� �K�>[��m����\Z���ϩ�o��߆���\\؈��]��=\Z��3������=��������4�ǃN,ࡵ�x�y\n���O�#N��x��C<:�\0�s��`����0��OXނ\'F��I��xR�8��7������<c�����ώ���7��.^X<���{��2��.x�*^�\"��k�}�.|e_�o3�t�|yy4�a�!��4\"��j_q�5�2�_�v_���!���4�\0�p�\'���lu�\\�\Z�Y/\0���3|ۛq|��?�U�\r�{�G�����o���=��O����-��y���㇎��Cn�E{����X� ~L���t?n\r�\r�?�j��,���\n(�O������� ~�gD��oB�st ~a����7���O�EJ ���6~����Y�_��WO<¯^UƯل��9E���p6a��v��6�&k!a<����A��NPG�B�4��4 �Z�C ZI��\'݄m���(�;�^�1�^�S���J���U����6�`\"v$��� ����L0��\'X�,�= X�+��� ��>�G8d3I8l&\"~\'^~D8\"���j 6�: �T��6$���y� c �����#\'����Ip��\'��u#����<�B��Q��.�/��I�-�!�����BP�!��J~~�ܟA}�G�0�F���@B䛻��;+ W����+ ��|B,N�=#�1q�.�ڷ*����״� �L!Y�@H��R۟R?���4.!�~+��BΎaB�؋���F���@��L��\0�\0��Bp��\0�N�D��\0�P��t��Ӊ&�h�.#>V�Z!�I W�(�QeB�@;��@+�K���_��W��\n�i���2��}�^�-�ą Ȏ\"H�xizAZ�K���D(��#vrEn.��N��;Bi�?B�组2�u�r�V�C#9�!�P��$Tv�#rB���D���� TO>\'��u���y,�IA\0�I�/��p��3��\"!�0-�m�� ���W��կjB��,�S�+�r2��d2��^���DB����JHW!�8����oF̦ #w�9alw\n���ӄ��ׄi����<a��%�bG飄?�>�e��_\'��6��&*�c�҉��U�+�*�*D5��D5�^�\Z���e�ETߟDTg�՟�&j�\ZK��ZkG��g����uCW����D]����ؓ�CVJ�˽E��nLܵ�q��qW�c�A�s��q����K�t�hz}�,��,�J��Fܿ�O4�����D�_��=\Z��<�%�-���R_���z���F�K��>#�M핖����{���\":�M��t��n�S�ID��&����k�u�k��m}�ݯ��{���q��qo?�̿!���ѷ��x�]����?��rݓ2�I<�A��Ϛ:�H<�UO<oeA<_G\"^��%^�zM��$F\\zK�h\'F�I\'F�m%F�F�� ������W[������8��k:R��(b��6�Rb:�1�\01��41���Ek�ʹ<��)1+C�����3��x�`�x�k?��P�m��;���\\�b��GĻN��w�@D��l\"D�A�L�$B=�0�;D���DD�Dd�7�PJDN��ZSDB��H�Y wI�:Drl\"��v�H%�6����D�&\"�5��n�9z���,��C�(�#\nD�/�����kQr*�(�:G�fe���ݝ$ޓ�!�wI$>�숏��\n��Ċebw�XQ�L�ܖA�Dvk�k��:�b�%�A���H\Z\'>N|��Al6] ���[�Q��N����j�kM��vb�=-b�7Mb��\Z�{�:�&�[���{��� ~��%~z��ط#��经�W����ؿ2J�l�A0M%��G�]�����ǧ �ɀ���Jq�p��s�q�L�UiF��;��؈%��%�F!�K[f�Kv=ĥg�ĥ�z�2Θ���N��CD\\��\"��?FR8�CRX�\')jPI���HJ�ד�G�$m8�L�p@�x����k*i�xIU�IR;H\'���\"mY�!�3��4���|I�%���j(�.6�d��B28�$���$$��$��$c5*�i iw�$�$��d� �SH�5�$3{�l!���Q�~����$�$�O�ųaҁ���9�p�G�ա\'�#�*�Q;\0�(����$k��z��d���t,\\�d�L$��+\"/�N:�B@:y}�tr�8��>�)8���:Hr.��\\��$7m ɝ ���|>��|�H�A$������ɋ��x֟��E\n��!��#���&]��HubHa]�H��H����K�qRd�3)��<)��)�B�tՔF�z̝�0�����<FJ��MJ�F��~D�^�I��\"�t��*)y[)U?����\"�� �t�Sp�t��/)o�0)/��tw�P�: x�= ��D&�ߺ� ��Hp\Z �� ��A�VD�pUH�s�$R��|��D�!�jw��E�$fH��Db) q��I��0�@�*I2��$���xCz��M*\0��\n]�HE��I��H%�AR)�2�lg\r�<W��H��T�>E���\"U/I�{���>�H���KD�\'�����\Zp�����C�������n���L��\r��y�H#餮�xR����Yқ��7\r�HoWHoO���e4���%��In�\'}��#}��K�$�%�͑�ko�>�<&\rl@�ܯ�d$�@�6i�a�4�$\r[�Fc�Hc�\\Ic�����t�V�Q3�My����~釧 i~Gi��i�JZ��EZ��A���@���C��M�7����N����NV^��7��!�\Z�&�RDd5�Od���d��&�7ɺ�O�;���(d�N2Y����!�ܦL�ϓl��&�.�\"�n�&���D:��@pdTy�w-��U�Ym��B6o�M�x�E>���R�%��K><�M>f� �V ��\"��p�옂 ��1K>�@>E�Av������!�4Ȟ�d����3������~��7���_��\0%r��ur��*94��|�@-�B�&r� �6w�~<��\"_I�%����W���h�c7G�cU���/��5�����xor|���EN,�LN��%_�������\'7���+��}��H9c��!�@��#�r� �z�DΎ�%�j���4Α�zf��{F����P�MT��Md��c2��u2�m��8���䔐�M�d̉�d\\�#�K&�y�����P2\r�$�O�&�E}d��%2C���T���2���\\) �\\�d6&��@��_���d~�%2L��$�6dI�^���,y��,��$K��dٛcd���ތ�|��%r�. 9ș\\p��\\�bG.��\'�Ʌ�*���JrI�\\�G~�\\�H��\0�+{�U����rMru� � e��p���L6��r�y_\Z������KrK�-�6In��� �T�!�<I~�F~�� �#�H~m3O~�O~��C~gM~7���s��i�<�Sk��E\n�OIN�[~H�M&��&�ד�-�Ƕ���q��!��\\4y��<u����Gy��(y��<�Z�<�H��� /�Ǒ��\'��\0�����j�W��9�{�JQ��AQ�P��Q��zQ��wQ�/P�-T)���(*Kc���C��g7(\ZM\nm����(�;R(;��}����jS(���P�R�R�(F�c�Y>�x�N1��M1��@1����?{�b���b������e� ��K9��L9j�I9jiK��0�XS�(6^(6u���i���k�m�;���>�V��P��L�8h>�8NZPNJ�)N\r���u�w/)��vS\\6I).�&���(n0}�{@���ʙ��)>��R|�$S|�(~����S��)g>R����8J�8%4Ȇ&ES\"��)����K��ȤyJd����J�J7%ff�r�0�r5t�r��(%��yʵ��(ɐc�e���3J:LI�O�܄NRr��Sn������kRR\0�(\nȦ�v5�@l�(��]h�7\n̓KAXS��M(�^O\n�����H��bT9�8=@��R(W�P()\\\n51�B�~�B{�C�_��0T(��_(�\nc5�}IaoW������\n\n{�N��=D�W)�7w(��Q�м�\"$���S��(�(b�\"�=A�:�)r�Mʃ�vJ��_J��*�p\ZI)�eQ����R��li�R��Gy(��<\n8C�8hO�ϡT.n�T��Q��)5&���J�� J]�\"屽;�q�6ʓ�5J}�]J�yJSJ\n������Jy6����Ji%�)m\Z��vw*���MJG�[J�n��ɐ�ӵB�Y��|�͢|\"\\�|ZPz��S�vFP�h4��3�(��I��K����U��<ʗ}��/�Q�LS(�����x��[�(� {(�\n�Q���)�N���]�(3)s�|����ZE���O�}W��<��g�)ʒ�*e�OY\r����U�*D7S�ҩ�[����T�#�\rn�ԍh-��VE��\'��\'���ߟ�n�PU}U�j��[��[d�ԭ1���_�:-�:/���\n���/S�矦�>I�w��5UPw*ʩ;oS�����:��F�c��1�{�wS�,�S��`�{UvS��vP-�v��R�H��<O=L0��R�+̩6��S�6��v~b�]\\��z�q\0������?TG0�qN��d�Fu�Ȧ��Q]�A���nROo�P=l�P=\n�T�)�3�\r�gd/շ�+��E�[���\rM���o��{���{�R6�P5�`�\Z\\8L\r?L=b@=WM��-�Q/ms�F�?A�r�J��r�\Z�S�\Z�̧�l����Pc�q\n�����j���.}j��aj�;,5�j��:IM�Ѧf�S3�OQ318j&���9�z�Z\n5K+��e\'�f�ʩY��Ԭ���Y?6So=��\Z>M���E�~QM��,���P�rs���iT(a�\n3]�Ҩ���T��TL�e*���͘�_J%�\Z���dU\r*9v�J!p�T ��S��*�g;���K�#�\\\r8��u����\n�YR�O�\"�h���U�T@��;P��;���ԩ�����?Q�]��7.RA�EF�Ż*�%�C���,��\"5�Z�YI��O�;G�ַ�>��Lm�VS-P�����3$js��yR���1��\"���ҞOmS���/R;P��N�K��dSj��gj�\0��킦�3料{�F��������gF���VO�0�~���~����Qw;Q����/��/����h[�+�7u[D�$�Q�4�Sl�I�1�I�Fm��=�@]�1�.��&|��f��.��R�YG��xԕ�o��C�u�4E�$M)RHS]��o?F�P�N�P�O�X��\rM����З�VO�غ@ӌʧi��4;�iZl]����v���`��ccM�LM�� m�m\rm<�fh�D3?���O3����i����I��y*�7���i���a^�OWi�i�!H���,�նc4�S�4+*�f��/���U�f���f�=H��ov��4�}�h\'��N�i\'�ݣ9��М�4�{4��Q���/͵���1��S�i�ôӑi�_inʭ4w(�}���Q�����=����<�o�@;{8��N����h!�1��Z��Z�\Z�y�$���Bڅ�L��Oڅ�C���kiC���9��Zx�(-Bk��������|u���L����ŭ�����i�zwiI��ҒܬiI�O��\'\0ڵ�M�k�Oh�ެ���ޢ�^�J�@Ci���,�DZv�-[��v���v�J�ݑJ��\\G��P��]��@/�h��X\Z����H��!�7��4\Z2�CC9�2h��5\Z��\r������\\\Z�|7�p���R�F-��ш4�����;I�X~�q-h��X���&\\!�$f�4�F!M���V�F+�\n��������g�i�eᴇ�i�ljiU�+�*���V�S��8����5OkL��5�l�51�h-UbZk��-ə�N9C{i��,����N{X�u,o�u��^��^��I{})��F;��f8���d���C��\\�}���}i�J�!g(md��6��6Vz�6�}���$�6^�I��A�@�Ѿ���\r��U4��<�6KT��J�h���hs\n��\'h�%ݴE�T��⟴�K�i�/���V^��-u�V��ikW�hk] ��L.}=� }C�6}ß(�g,}k���q̀���B�tH�� �ѷ��oW���N���R�;\r=�FDS�qU}�{}���~�-�E�g����~0�4ݒ�F�:��n� �n�#�n��J�;��nWK�?XN�O��3�����\'�w�\'�<��tW�O��9���E�;ϑ�ZI?���{�[����Wq��՜~6)�h�F$N�CF����C/�_�T�_8B8O;�M������/]�G�d�//eӯh>�_ ��_9WO���5=�J=�Ez�u=r��[L�]MO�{NO�o���3�)��I=��5=�D\"���,����&�6=��F�-�f����qe��M�mI=W�@ޣ��&�!W�Е:�G�Dޢc�It.�N<�N�Ϧ�6��SC��i���\ntf����Ogo�F��9�*� ����L��̣�N�_�t{+]�{]�TN��r�K��2/E�\\�-���~_��~�|�~?������˛�u���\"�\n�X=�^�H/�����S����dz�n%zU�?z]�%���)��k�)��E��TWzˮ�V=mzn�=!��j�9�g���G���k/��F���6����r���p?��y���pz�FS��S�ϥX���?}\0�E�[� �����G�#@��/c��fg�W�u�>�� �;h3�G����A��� }�S4}I���I�[n���/������C�鿻{�KO�їC��U��+�p�ʃN��X}���*렯~룯�2@ �§����\'cl�u����\0CyГ��2�ؔ8�������P��`��U��f�ώ��k`��eh��bh\\�`h�734;K���m�2t�o3vL]`走;����;c�\0\"���%�0w����E��_���T���9Z�a�`�8���8 �f���8d�84�̰܄fX�V噌�JG %�)����k��\"l��3�bvO�3���*���&�1��qrT��th�����p^�g�2�d��f�~��p����~��D��$s�����x��U���,bx{2|.g���d���0���0����F/�j�qa5�^�ʸtÈ�G3.g�dDY�aD�j2b�2b�w2bsD���8F�;cƵ��T���\\F��8#��~F��+��o0n�gd�O�O\"�#7�#�y�q�r\n��f��?��Eܯ���{��}���˙e�$i�F9�Ƞ���`�{3ytc��`��g0��fp�\\@��c;�Ke��G3�C���!��dHܡ�5S���-���Ƹ�l�x��:�������v�`h��#�Q���Q������F���R�7���z�Q}�Ȩ�x˨!�u���U3�u��HF��F�CF}�4��k\Z�q��hR.f4y��[�/h��Vƌ���|F��5�s�1�u��LF�f-��Ggt�w2��0�$3�fY2���1z@��?͌��F�WF��V��GS����A;�`�1���1���1R�f��a|;��v#���ac\"�ȘX����+c��aL1�0���,Θ�a���3->0c�0Ss�BK�N���ս�u���n��Z��yw���X�R����w��>��Pfn�f*+h0U<r�*c]��3 L\r�D�&����x���h���t��#�S�H2sgA\ns���+{ӠM�i��f\Z�1\rG&�F�X��ؗ���s��LS�,Ӭњ�?I���3�b��l��L\r�0�?\0���9�*��i���im��<�6�<fX�t�q�����t���<5��t9�t����ӝ���)b�q�b�y������_b��0c����Wf]�٢�9�c��z�y�7���ɼh��y1%�vj��Z�~����q֙y��3���%b�OD2��3��3�Mg3���ʼ~;��|O��BWc��<�i�`�$f�|>3so3s�3k���M�f�~��ha���1��0#qL�F?l>��0!ۨL��[&�f �d���h�\n�GbbMԘ���L�>�0w�I:��$]D1I�_��7yLVB\n�}� �}f����erۇ�ܑ5&��(�?T�e�?W���b�toS�Ec�W�g���|P��|���5a�~3��X2�O�1K�]b���ìl�`V~D0��J���\'���͘��0�C�1�:�e6��0��j��=��ϗ2�s��/�3[μ`��(1ۃݙ�{���|��hf� ��&���&��s�̞���4C�Gmgf/���O�g~��fl|�p�b�<`�1�2�1�:�3�f#�_���6�0��b��&X�����s\ZaΙ�1n�1n1�Q/��똋���O�o�柭��?���?�Q�e��̿*�+��������Y�7&YJ�X�HXN7�6\\�b)Ϟf)/`m}��t���I���T�`mZ;�R�.e�LV�6��gm�^bm�0`�>�e����Ԕ�,5�,�4K\r�c�uͰ4#��4�/Y��Y,�K,���]^J,C�6���2�f�b��3��2��b�<��ڻ��ڷ�6�씜���!�|њe���:�C�u �� ԁu�됛�ux��e�`Y1:XG�XG*-YG\r�lT�X6=�,���1�\\�m�#�-;�e��븎)�6� �8։r���z��@��L�f����\\ߡY��39.,/�����.6f��(�����^D�)�� sVЁ\nVp+��S�:��:���u���:?oȺ�̃u�e���\n�<̊|t�}̊\rs`]\r�źژĊ���x��H������fY��oY7\'lY���$V�˗�;5�,�5��_���l�B1X��I6� ����=�a�w�(�Y��pe�1��Όňta1�X�qG���]�e�Y��e��?YfK��ɒ�Ia̰݃�c���?�t��_@YX����+���u�\"�[�\"b���*��c�9�*\r��*���*����Y�am���Y�,�Y�o�*�.��C6��cV\rϔU#DzjF�Dž�YO:�YO�X\r�+���DV�FEV�6eVSP�)^�����z��zV�c5��j�?�jm}�j�eu�qY�X��L��;X�k��a���WY�RX��KY�>[�z�Y}�s�}k��\Z ��<O��|��\Z�������\"��u�d�)k�8�5�g�<\"�f}{Y����o���8k!ɉ��y��m��c-a�����K��%l��lEk[)�[�-{��B�ri:{��\"{c\"���ˌ�i�\0{�[u��`������S��yΞ���+[s��Մ`��nb�:U�u���\r?�w2|�;�l�Ooٻu��{��ئmlS��m���m�6��g��){��el˝f��1��Y�&� ������m���>,eob7�>����C�v��b����>Ub�v���I�}��,��A���$�}̜�yd/�,d{{H��i!loI>�G\'��cMb��e���]�Rv�%v�\0������f싾��0�#;������u��Ȍ�n6�vT[!;��&��1��ESv��\n;FE���Ύwlf\'� b\'䩰�r,٩G;٩�z�\ro�i��7��7:���~�3�K��:���zd�-�$;��1��N��ؽ��t�]m\"x �\r�f�)lH��\r�5bC6��:m���1bc����Ml�b�8�c��ٔ��l��lںlڶh6���ftI�L�ClN�0�G�a�Z��|�%6�v�-��a�����: lٛP�<?���j�Ώఋ�c�EJ��k��3v1\"�]b��]���.ߩ�~xن�(O�]%bW��gW�/a�la�kg�~9�~���~�Y�~B���_��ֹ������Ϩ+�g������k���S��B$�mՌݮ\"`���`w�屻���o\Z��o�}a���g�.f�؟�7���C\r��1��؋�책���,w�T�\Z{n�>���+����T{�Ă�P����*g�ٴ��z�����+{m�^�������QX.�(�n�(�欷��l\\��ljT�lv^�l~�Q���Q���Q�s�GVq��wq4�~�hjq�eޜ�9�q�8�,G9�c(>�1����,Nq��Gp�o��ϟ����9��\\�@��+�C�C$��C\r�a�\n��S�Ï�9Vͽ�#��8G��r�:er�==DZ;�ʱ��q��%G+(���%U�q}P�����p|^��ɯp���9۹��8� �� \\�s���`���s3RN� \'lb��)�a8ʼn�n�DJ\r9��8�ͼ8Q�m��(\'��\n���se9�MY�D��pb��9�~�9 �����$뗜T�9���a9GN��m�������e���C�[?�99�*��o�8��9wr�p���q�iq\0�#9��e��Y�8[�`\'���W&��o���8D����!��q�˶��C� 琕�8�0�z9�C����pn�����;{�%�\n�;X�����nQ�G|�0G̥r$��{g�s��ip\n�8Ec���uf�R�N�q}N�62�s�S� �S>���h�5��c5��֍S�©;3ϩ��<ya�y\Z��<���4f�p\Z[9���s\ZGwp�)�8�;[9/�K�����I���-����+����]M�n�(���sه���:���y��k���*��\0�Pi<g�����l���8� �1����@�x?��m� gBÔ3i#���8���?��G���#��l1�7��s�Y�9+�g9+�[9+C8�.m\\���\\��\\�}�z���\r��\\e�k5�f�Q���WS�\"W3�պ&�j��:�a������\\]�wǦ��!۸�\\CB�p�5\ny�5��\'���3��5I��5�����ݐ�/y��o�9w��q�y�2�\"̉{���G%����Q�.�u�A���&�m��^���=��\'�!d3�a����X�=yz��t��ҵ��:f�=�s݆np�I\\]+���멠��z��p�6=�z�3�>�b�Y�]ܳS�\\�u[������Y��;Mn��x�+7�\'n��8n0l�{��\r5r�^�p�{Ͻ ��^���{q�7���\r6r/}\\�F�����s�4?p����Yn��w�u�!7%ܒ�z��{�e7]|�����{G�!7�Ľ��������Fsa�u\\X�5.��./���s�Q \\�b�d�K�I����\\J�~.�|�K���K�q�q\\D�e�¹,\Z����������PD㊣�qŠ�T��+]J��3�r�q�����ާes���������ܢ�n1��[\nR��sn|ϭ�&q+l�s+��r�vNs��>��>�|�}\Zg�m��m�Y�m�q��z��6xs�+�ϵ�p��r�ͧ�/,�r_�����/q[�q���/�vq;4�r;&np;w�p_�o�]��ݵ���6��h��a~���R��D���9�۫����r�w�s�[����-��`� n�;��;�6��)�~�t���p�&��_�#��Fh��z�X2�;`�;yN�;���;�r�;�p�;� ���Yǝ���]���.�^�.���.�7r�����.i��U��ŤqW�w���;x��j�x��yJ{ZyJ�(�u�<emO%�#o��H�z���5��������W��){��K�mK�@<]�1�~�*O���@��~��IyF�I��3�u�W��7*�vm��X��}v�Q�y���̝Fy�C<��?x�0��_:Ϣw���;���Y�?�Y�)��C���l�Bx���.<�Ǽ��C��:��v�x�ҭ��&y��1<�b0�C=����y���x>�v�|��<9���p�xA�uyA�5��일�4/\\.�E|<X�bzfyWսyq��y��fxI�VxI${���y��]_��%��K�bxiJq�4e/ލ�\n���ͼ�)/�[�����n>��e9���y9��x9��rF�yy_��\0(�Z���S�yண<4Ϝ�yu�a�[x�`-i�#s�y�C{y�L��6ȣ�L�1n���W:�c[����<>��)��q��y�{�<~��\'8{�\'�j�IͶ��{y�v�y���x����{���W^��o:ƻ����f����W�u�W8��+�H�H��J���\r��/t����*F-x��,y��9��%$��p�W�W}i=���&^�駼�쳼�S��8 �n�ƫO�=%\r��xOWO�\Z��x\r���:2y�,�y�o%�5�f����4�{u̔�љ��TV�u:u�:;�x]w7�>��9&ཉ��)��{+��{���]�&��\\��Y�O���O�O�`�oX�=�q���c_�_l�ϩ�;��ռ�T�,t�7W��}�)��V�Ҕo���\0c���y�U�x���5S[��9!o������W8�WXY�Wq�o�\'�UmY|ռZ�*0��v]���Ր�5ҙ����\n��q,��i*�k)-���?�__��,�u��;��;ڶ��3�������)|�TG�Ag��-����;�vK�ő.�˷ w�8��������?���p���E���1�X�\n��g�o�� �^a�^i/�~�\n������5߆�ZR�w��wK��M����u��a|�v�Lf\r�LV=�K���_�ޟ����h�}M��;�!:��W�\Z��r���§0����k���If�KiQ�@??�Ɓy˂�����m�+2 �j4��ލʏ+�����\'��-� �q��0o~J�~j`%?�e����;?}�=?#����h�3O��o%g�o��g_~��~|��%PX�=�n��f>��22Y��,%��T>\\y^��G+���||��pp�OXv�tA|�n>��ϧ2���~/>���q�g:�r>s)���\n�����4>;��ϛ�w8��w��%�O�%�W��%=���o�{�~�}�n��H�A��3�_�m�/4��vA�E��E�����K���r�~�p$���_~u�_�1ï��ͯ3��?�L�?��|��+�&,��ܺ���Z�%6�߮x��nv��~���X6��͟��>���;��t�ͫ���/�o���j��;��=��]3����>�U~�F}�����#5�/;��/�5�X�����C:�����?�T��������Z��?�^�?q�?���_�\\�_x���{{ i�6�%���4����_�:�_�M�ռ��N�[9 P:�C�4h(ؠ<)ظ�F�V\"P{Fl�U�>�M����@}q�`�z�eL�}[O���R��)��I`�W`�S`�tR`��-0.�p&c��\ZZ�}cOf��O)�ނ}@��s9�Cy��C�B��c�����(*G`s��V��n�Z`�:+8�(Hp|9Rp��,pH�8\n\'/�b�s��s���i����u���������[)8ۏh�AΊ��� TtPp1\"Jj+�Qp�d��Rh� r�%��z$�j^*�e�\nb+o\n�?�\nj8���hAR� ��G�z>Z�Z��>�.HW6�[ 2�7-\r7[Y�\"A��,AN���3��$��Apg�� ����n��\0�*\0�<\0��@���.�*`�+����b\"$E��2 @n�7��\0�&�� `��B�?��V@t�8 �+�� M)V@sF h�%�LC�8;(`\\�0`�L�Z��&�,�� ����I I�Hjb�� ��l�@.\n�3� ��f\n�7��U���A��#�=����AAŊ����EA�H��zF釠&�CP��<�\n\Z�\r*_\r���Ƭ\\��l��+RК�V��%X�jIQ��_�ی��fAׄ�����:kAϠ��ހ�o�����`�<\r�j F�]#��#�HѸ`���=S�M}�C��/tS�W?�~LL\nf�����F��m�����߂E��b�~�R.T��q�`�R_�\\�*�[�-X94.X j�H/V��+�Y�!G�/o� 7n��҄�?U]̅[�:�\Zs�V)R���Z���)ԾS)�Z����*� w��w�ʄ;� �z��B��z����p��F���д/�w�A�Gp��W�Y9Fh�&4Ob ��-6�o��d�#�m�#�\n�]Z�{�ֿ���\\�v�m��i�B���L�����Sx��_x�t]�*��;�=�X\n=�n\n=��B�c�gB��B��U���)�Ya���Ca��W �&ap��0���0�gQr)<��Wx��B�0�h���(O�sD1^yW(��n�x����rs������i������Y��¬��[.�&�0�`���v� �0��&��TT<%T��\n��H!($N~5.�^�����3���;B|�e!qC���s��,���*�3�Bʑe!�]H� Y����ʅ<��B�����&���[ʄB+��1\'�>�\'��n����&˄���3�5c�B�a��ea�a����/,���k��2�Na�����!,\'>,�*|4�%��b*��� +KJ��k�g��ڣ��Z�7�Z����C��vXWX\'c�jYº��§��;w�/�� _���Z��/� ����o�:�o�����/?�Kء����뚄�*��þ�a�p�Ոp�X���J8�E8j ��R���cM��c/˄�>_��K�o(�T�p�r�p�e,��]�p���ᢚ�p�p��C�c@��˧���E\n,�H�^��&K�x�_���Q���F�������=��/S���zn�H��_��W�c\n�F�����t3�D;�l��D�7D�7��4]dT�\'��N�G�_dZ�)2[,��Z���,/E�,�%���䈎]�lDvj\'D\'��EN#~\"�#e\"�R������X��U�MK��)�(y��yYy�.���/�|�V\"��8��;C�Y�碳f����D5BQ�Ӣ��Q�I�(x�[��X��Gt��Qh�gхEC�E�Q�At��Y�U��Q�r�(��H��*%PsEI*��뺖��@�(y�W���Ґ���\'E7z\ZE�x��*{Q�K���.Q��eQ6�Pt�6Ot��V �W�^���D�ub����S�v�a�aiE\"l1V�m��A\"��:�^���\\�foq�~�8�BE��q��y����H�Ŋd�\"��\"y0Et?2O���I��\n�@Q��\nQ��XT(��w��pM�rF��yLT�*U�l�^���m�mJ�q�E�!���Q}V�4�M���\rыK|ы�E/D-�oD��Z���֖���{\0Q�6���8I�ꗡ��uJ�E�ϯu��u����$��L���nʼn���E�����/D��D����˔D#������E�q����D�\"�� V�h�\\A4��B4u�h꧑臞��\\4��(ͽ��M�~b\'E��k��U��藃�h�\Z+��s���\ZO��d�h��&�ZM��Q���\"V��|�X齷X��Q�Q�\'Vq�U���)D�5h��m\r�b�c\"��h�XO>$ֿc,6x�Tl��Vl��!6RB����{ۻŦ�Pb��W�A�Ň��%�Ķ��b;���^A*�����O,���`(vN�.>�\Z,vQ��X��]2Q��1���ϋ��J/��j�b��b�cb�뽙ػ��O^\"�W^���oā�@q`�^q�Y���_�8��84�HZ�_P~\'�|/�VG�S��7ė7�_�(���%�2� �K4����։Rʼn�\r���i�t��̷��,�9q��q�AMq��-��2-�� qn��8�&T���C|��,@ŀ\'�b��3b�����Ü��a�1�qN�\0��Qn�b�Ee1z,W��b$��JӜCĴ����/f��9n{��y1?�+����9�>�\"|������]qy^���%��RsH\\i�W�����U����F��5�ĵfw�g�H�ӝ�O���\r�lqC팸Q��j������y�O��A���_\'~�PK�z�_܆�����_�,~�6wh�įu��]:⮒_�wW��=��i���Bq����?�x�t�x0U<��v�OHBēC����(��}�x6�xv�*���&�i~G�d$�\'z��9��y��W��}��W�M�x�K��K����\r�� ��վY�:gK��=O���C�q�D�i�D�D�vmH�6�/Q7;(QΖl�3-��d\"�Ȱ�h`��1��z�D�)ѿ�\"���,�5^!1���K$��-%{4H����t��{�\'ٿ:*1�>!1Ϻ&9\\xYb�\'Gb%o�鮒K�&��J��>J�>�H�W��� %�7$��\"$Γ6�S���S�H\\�$.U��=u�����&�kR�B&�a)�u��ǧI�vJ��-%!�\Z%!�ɒs�W$�O`%�Q���E����[���$I��N�� �®�D��K�`p��Qɵ��>�d� I��ԆI\Z(Ik�FI2�%��BIfF��} �U%�~�!��[\"�C2���P�O�� �3U�܍?#���N�;(`%� d� L�&^��3t%�G��F Z#C��͓���z ������nK�%���BE�ȦI��c%����!@���3#%�ˎnC���bT\"\Z9,�\r$r+{� �ț7J�P�܋R�\0�% ���I�gI�I����\"IiA����c�G���G) ��=�$�Œ�3���T\rI5�JR{%MR��\'it(�4�J�z2$�4�I��I��J%�����������=F��{Nқh#�;\"�7���[`$��Œπ>�@�dt�/�L�H�|/�H&�H$?l:%?J�J��|�LC�H��$3=��YZ�d�����wɢ��d��X�8!��ɥJ�6$+N7$��=RE�mR�@_�b��T�~�t��t}��6}��<O���T��C�%gY���\\�e�]�e�W�n�&ՄJ���R���Rm��R�?=RJ�t{��t��g�.e�T��#�m������|�Oj�#�m�$��c.ݣ�.5y�\'�\'Jͤm҃�~�CZR+�R+�����Զ_(����J���jR�\'S�S?���8IOO��z���z��I=1�R�.�����G�ԧa@z��M��s�4$�4D�*=�tG\Zz\"\r+ �^�u�FlM�^�)�N�Ic�JcRPҸ�ai|I�d,M�n\'M[Jo`¤����\rҌ�b�M�;Ҭ���[<7i�N�4�V�4[�Bz;�+���%͛dH���B��JaOiRTD��{\"�~��פ�#R�SJ>W(�4��Rm�Hi�VR�g��!h�2�<�L�V)�rF���\"�I��R���;C*W����\"��GQ����4�z���tEZ��IZj�\'-m��)�I˝]��ޮH\rzH+N8K���5��5Q����[�ڙ���ۏJ1���K�k9��k鳇2鳶���#����s��|�P���D��zP��C��~,m�\n���DJ���/Ϟ��� ��ڷK;��J;�<���{���N��/�����x��N��ݥ;�wY��A;�ԍ�=4��8I{I���c��_��[���ҡ��ᇯ��>)ұ�� ��{I:s,����4���6kHgW�sK�ҟ{:���J��H�T�HW=�JWkӥk�e\n�X��j�L�x�l���l��G�ťT�~�K�Ny)S_x\"�\\-�i�\rɴ�*dZWA2-��L[sA���*�)�m��!�5ȗ��.ӯN��Ɍ�5eƨ\\�I�W��k�};5d�o��,,Ų����R=١�{d��V2���2+�z��l��j�!;�%�Y���l`�eDz@��=2�ͳ2��p��g��O�6wN��̝����ܕy� �y\r��|m4d��|��-#�o9[�)��]�,���W�_�,P\r��d!G3e�^�B��d烃ea[����D���l�E�̗E���._�Ȣ�e�3�e1�s���;d12�,��,N�/����%$���eI��e�1�dp�,�_�,��B�ˑ�<Z\'K\r���&\nd�T_�\rD��F��,��9YvK�\rQ��yxU��Q��>А���z���\Z�]�IأP�G�`�2�|U�M*�����2\\M��h�$#&f�H��2�My�9*�����\0�9%��1�:d�k&PƎ� ��e�*]����L��$�|�Ȥ%s�{�hٽk��6����\n�~�\nϞ�9$Ȋ>�e��s�G��� ���@V\rO��X����;d�reO��\Z�e���ƠLYc�C�3���y����㻬�G,k��]��A��,{I��^�ܕu�h����%{gsX�n�A���a٧�{��C��?Y�b��v����祟�����l�h�\'�S��.�l�{�l�]��ǽ���岟�e;�d�7iȖ���O��8�������������\n}�r���r���r��O�}��\r��r]���@�Jb�|s�&�*�\\��\\�\\c]�\\㰓\\�+�Lȵ��Z9 rm#�\\�|�\\��\\tC���\\�X�\\�Ԉ\\�U��@mTn �\'7h�.7\n*��~�P���>��N���J��T�Dnj�*7�B���}��w��Ϳ���N��I��8�mY\'?4�Jn��#?��)?b�$?z�Un�������������1厼2��`���6s����r\'L��>F\"wiV��\"!r7�g�{�:���v���\\�W� ��rwy��yP:B�^W��/��X��-K�,c���q���d����%���y��:��Vy�[��*f@��*����G#�\'<��ϲ��ȓ��ix�\rI�<��@�1�]~S9@~�T�<��%yN�oy]I~{�K~��yn��<��q94�ړ\'G�?#G#9r̶Krl��۲N�3����9^+\'��$�?9�#���˩.UrZ���� g��09�g*�y��9r�sE��C�\\�&U~�|�?�ZR�G�~��=�����%��F�+���+�\\��M�U9���ٻ�B���pM^��]�x� �O^?� o|��?�{,v�P����Uy�����y;JA��$Z�Rb$EC�;V�ʻ\"�]�W��33�w\n��w&��Y��<��I���^�ܐ���@y�쨼�I>�.�h�*����ȇ2�ɇ���1�Q�X�\\�U�E>���\'���1\\��\\pQ\0�)#IeF�(J��J�M��Jf��*Ɉ����*)�H���x��>��|���s�s�;�܈���j��9���s::�s�ǯ�q�w֝���v�8��#��}�sV��s�ڵ��������?o�:��Ot.���k �z����������������\0�U�\0��E\0�\\>@�@Su�e���1X���m�\\l�D��l��l>|��D ،90Rg�|�����Q�\0# ��`Kf`K����[��&`{�*`��I��]����\0���\0+���SK�5�y� `�]��\0���\ZM�\0����?b���pؿp8� �0pQ�\0pK= �Y�d�x��xi��\Z\0^3�q�-�\'V �x�C1\0���t4~EB�Z 8�}pJ?p�^2 HU ��N��qK\0Dݲ��}�Ά�Ǿ\0\\�\0b���-@�d >�\0 ��O#.Q���V\Z ������\n�\"H\0$:�$F?\0$��$��H=s\r�\n=H�|p��g@p��a7�&mp��\0���Tn�\0�]�(ȹ\0(��(�y(\Zz\r(ax\0�9]ܿ�p_zP��T��\0T�U1l@՟x@�mC��/�����\n�!\\h�\rht���f�M$\0���4�����݀�,[@�Wu\0P\n\0��@�Y\07\0��@Zc�@\0j3\0��\0�,\0�\r �H�\n\0��]\0=����x\r\0�w�\0��w��E�=��\0��=�䰫\0E�.�r�@ix��\0�7�\0�8@wg&�����P\r`d�*��`�o `|�\00�30ud`��\0L��\0����(`��)m��<`f��Y\0��\0�~��*\0,���D�,��\0K��%|��d������P��Pu���h?P���6T\0��U\\C�\0�:����o�:F@�w!������^7�\07�@�C@�7W��+���ǁ;��\0w��wG�\0Z��\0-��-{T����6���o3ж����p_�*С���o�Q� t\\��.\r�w��C��x7�˗X��]���_�dz�@ϭA����Ǯ��������Z}�@��h� ��@��T��\r������\Z>�>)�J���_�\0þ<�_���O��\0�X|�����\0F���/^8S� y�]G�Bl�q;��N�x�b`|x��n�U�R��tC`b�W`\",\0��\nL�ӯa��PS`:�\nx�O`��g`��~`�� �~`��C�S��;�/����� `ap)��y��#�G#������g�2X��%�!�XY�X}o������q�5��E`m�z`�<Xw3����I��\0?[-�[ag�/��v��@�q�\n��bwY\0�\0 #�@b>H��\0R&\n�T� �� ����c�\'����Z@��E���Z�,�:P��������.^vK�\0���{����!�ۙo�w�L�0,��y��h�P�\Z�QE��|�T��y<8n�\r�,\'.�NU���d�ل�?���?�R�?�_��٣o��o���ԍ���~����{2�r� ��z���H������^���V������<��ԅ� \r����7������a�@k����@h�A�����B�@��\Z�f��a�o�Q��iOh�#\"h�����Bd���;��; �vR�֓��o\r�^b�1���~���`@{?l�i����,MA�鍠�R?��e&�\0Y]\0:2��\Z�r�������p w�+�Ǚu �X���|��A�ڪ � ��>������y�T\nr)���ԀB�.�BσB^m�}*ERZAg9XйG2�9>t�j=�1t�/� ��/(����\0��t),��t��t�\rt�_�j����P��rP�9(\r J��e��2\\�@Y�O�rB�A�)-��7��\'�����<F(���N��]�P�,�\n*����RA���Ϡ�EGA�{�A�Q�A�}CA��oՄ^�^ŀj�@u�P��NPyԨ]j����>A�sU@�Y�A͟�@-\ZAm�(���y�Wn@�8;�b�J�@ � ��_�A�Tl���B��Aȭ�@���A��&V&��e���tqD���7��k��(�`��D�����{Al�� �V4��� �jqo�x�@�gM I�=H�h\0���@�E��:��ԽFԷ��u�7�P#��YP�E�_1\Z�Z\Z $���A�5A�DS�� ���ˠ��\Z@�Q��<h��;���$з:4�C�w�\'��j#��(]�\\�hA���\r��-����T��K���>���\0��\n��S_��v6Xe\rVm<^���v�=X�8��+�nm9X�\r^�6�1&�o�l��xu��\0������V�`����b��]������/�����=�ւ���mo�=���}�(l?| �|�!|@v�hs�� >�����d�=j�Gs^��~�>~5�m�����&ă����>!o�~�%��\'H�������� s)8(���2��[8B�8��\"���e��;pT� 8z�8��$8>~�RD3��� p�����)p�� 8e��r�8}�3p�ŋ�t�[p:9 �?��g�#����Y/�P��,�v�͇��[��l8;�-8\'�:8�Y �}1�]�\0�v����{�G���� �J�ip�k}p��up�;p�m0���\\w[\0�dnH�7��OU�������悛Rހ�X�হV��7Z�f�/���fpk�f���c�y����: p�[0����k�������`�N?0\"���D���g���/���h0��Ư��/S��}�`ZR ����B��)]`��0�n�;��IO��U`~X(��<\r\r����4�t�X�,�mw]IwU�\0w�:�����;�IP��z��_�o��q��#�O�(C�����4���<��m��/�L�\r������g�^��J3x�\0��=<{�kW�}d��1����_�?�?bxY�\nx����)���hAV�n���@V�!jq~�#/ ��!Zwa����:Sk����\r*!����9\Zd�>� �\0b�(�\'�BLK ��\rS�Z���L�٣)ȖG\"Ȗ�~�E<���6d��K��+��2s�F����Ő��w!vٶ�}� ���8��8.�@�3m .����SqM)����@\\���v���Q�G�*�vij�9\n�B�>�B����x�N��;��R��v���������9���o���C�@�Ai����\\șo ɐ��\"Hdf$��_��%��wHlO%$.���+$>Ur�#H��\\H���f��~\\r=i$�O���y����-t���OH�V$��\0r{�yH�ދ���S��Hm��4*�.\0)�<5���B�?�C*i�!U�t�#�U�� ���Z�.�3��-H}�IHC@ �!�yNT�4W�!/��A^��A�&� /��{�9��$@����� �q\'��A�@�!�ҝe��\r�\Z� ���0�eA��U��Q��-�o*��k@DiG R����D����!ʑw����ޛ,Hߥs�7���v@Ȉ�0d��A�2��M{�>�t�\ZdLC��B&Wl Sw} _O�A�l���%AfL�@~��C~� �*�!��9}3��z+��wG!� �����!��i��b)dEUQ@U�l��Ĕ@U<��c�j�f���P��l���v�ڧ�P�V��~T�e]����%�g[�ɃnvH�n�@\r��C�܍�nyI��g�A��\'@�m�A���A��9ݾq+t��)���)�����e,��v�u�>�5\n����g[t�?�vW7Զ������[辭��}B�}���*��]G�K���+��z���Z�u���У�b�GCҠ�t�c�@�c-��P��.P�gfP����\'�NAO��@��f@�ߋ�!G��y#�Ї��ao����36NгK[��lg��zC�hO�|�\n4�=\Z�Y�����aA/�B�z�C�Є�$��^���ռ1h�B+�Z��Z�4i�[hR�hr�7h�(h\Z��~���~ �i����As��Co;@��\n��J�]�Iha���cZ즀�<|-y�-i[�߸-�r�>j�V���VfB���j��F�\"���}hm]��U=��v���\0� mdNA�~��>�5�>�)�6#���Lh��\r��3���z�m��m����/�v��C;.�v�p���%P�P��c(*��B�y>P\\�k(��7�zi\0J�pJ?uʈ���{B9��P^�~(�y\rT��Z��\\���P�g\'�4r*�b�_�U�A��c����A�ݕ4��th�N\\9_�h�\n�m[ ��UB�DC\'5;��Zv��,\0tr�*���2�5E����O�s՞�};������� ��\\t���4ʆ.}��.�z]f�AW�-`�hLu�+Lu������\r��\n[����Ӧvô?ށi�����\r[,�~�������f�u���[���o��s\0���*�<�5��f���H�m���E�Y��Y�aVm�a6��0�ga{ҁ�=�`{]E���k0��`v��~�B����=N��\\;��)�=��l�a�x�a���Z �yD梭sᭁid�\\q�0ׯ�07O����0����r�ؿ.�q�0��a\'��`�X�G8,Hc�R������w���Ā�9tQ�1Q��;[��:Ȇ��0�]Hք���T��b��.\n���a�S˰���+;��U�`���a�vm�]�:���.,�K=6�x���v�=�s�v�����㎆�A����a�vX�ǵ��iP�]�\r��I!�d�-�t�\rvo=\rVv�V�� {�V �Ui���`�j`��j@A��y}X��\ZX��N�ӸX�Ӈ\r�綍��!��f��e}���\Z�e�A�˪Ў\0%�a��i�X����~�� �����Z�0�K1�F��QL�a�`�`���`��0��u�v1���~< ����Sa���0�1L�S.߄u���`}����i��ίa���a�����7`��ZaC�ذ)\r��46�7�q�>��qu��e8l�����|�6�\r�\\����~<������}][�7����W`\0[6��V��p��R�jcc�fe\\��I��-\0|mf*\\;�z\0�Sl_���{<��,�8��\r��oZ_7���M]��av��;a��?�w0W�wE5���0�{j}�{\Z0�=�^����B����_���g���M� �p�W��p��Y�So&�pP/܅�\n�\"m��\rwo��=�ep�ֵ���cw��ޫ0�V_�\'|��Oj�Oy��z�8��Tx@a<���zX] z\n�t��`��/��?��0�f�p\0~�-\r~�p<�p~��,�B�/x�f<&��s/<��<>^~ >\nO���_s���n�SF��4Swx����d<C�-<c�IxF�=<��9<c�~�%����)p�g��9�X��+n��H��uO�w����俅�!���H+�:Rx��=x��-���C�=kUx٭��G��c0����Ax�/{xm�Ax]E=�A�7��7���~4xSW ���*���xKD3��a\n�����^�\Z�)��5��r�p��{p�)�O�#�4��;�p��NHÉ�kp�����=N�3R��Y��pk�]\'�s�#p~�Y8_�.��E�G�b�\\b��z��eN��&p�b/\\��+XKpe��;��8�:�\0ޟ��o��D��E\0|� A�?�u���:�Gk�O���?=�3r��m��\r��dž���[��� >�/���/�*�/���)���q\r���U��F���9�y�܃��W0�wS=�����߿�\n����K�5��B�1��t ���Ch�}��<�@��t@�u{�X{������R�I�\Zb���0\0\"Ly�3�L���I�y�a�\r��c��j%��{aY�@XŀV��k,�7�!®]a7t��$��&bf��0���0��2�\n����ѱ�8qh�� b�8\\��p9��p�a#\\=�n��w��a��Q1��?Bxp#G#\Z�:� ��_���\\A��!�M��� ���7\"@����!9!¡[���#\"v\"�VT �Bb��1���D�WD��FD|+\r�pu��v q��-��z)\"Qu\nqm8�t�\n\"5h�Zփ�n����h���Ddu�\"n&��W#��#��e��hDξ\ZD��SD�YMD��>D��VD��!Dq�\n�d�FD����E�}Y��U�(�(�DTD#*�=BT�;vnB<@� �L��#U�~��C���G<�!j�<O�e!��*B<� ��v���uG!���b�x��x9uѮ6�h��\":�|Ct0^#^MZ#�\\�#fB�����i�C�e��G�2����#��`�5� ��GP\"���U~�B|D��k��]�m�+�E�(Xߠ��X��#���1�0l!�<���u#��\'�����B�F(�G]�N�T�w��7���w:��,A���\"���C=�{fbp�!�\n�:1:IGL��CLJ_�����Ի������ �_�����\"~�E��\"~\r\r f�as4���}����?x ~O�!�[���+���F#���;R�#�u����\\�� ��1\Z��w\Z�G)A\Zp�H#�e���rt�s�r�����u��\n&roO�vw��\0i�?���A�;G�߾�_������ #�H��<�������K-��W�#���=�<�>�<�WG��@_.Ez�+�>�����(�����ȓ۽�\'ۢ��Cd�\"�>\Z�&y������+d�y��d�y�@ƥ��q7c�����e�K6�+3�ȫ��-=�k�dҹ$d��;2������\n3B�1������3+��3�7���W��Y�\n��?d��gd�������ߡ�̯?��o9�,x��,4�B]9�,v�G��� K�A�ӽ��1�{�|��YiR�|�|E֩� ��\r����y)�yg5�9}�ܚ�l]\ZB��A��ۏl��C�C�\"_�\"{J���Hp^RBB(\"$4�&��\0 C�#*NH�O$��*�EbrL��)$�I�d|��d�A��m��>H��v�8h )��<��\0� ��3��܇Hi�.����~�����#�|���HBvy� ��\n�����Α��1rD�soA��\0 G�?�S�I七r��M䄧����D�ANE\"���EN�\"g�s�?\r�?����_1�Ş%�ߝ�1(�K���\r�Uj�P�<QjA1(u�qN��HWCi��Bi������Pkً(�3F(�G�P�/C��Z?CmȯC��Bm4��28MGm�����e|x5�8�ez�j�!Ԗ�I(}m�ž�̿�]/�P��Q�2C�ͻXԞ�u�}���}ޣ(G��P����\0�HI=�H���;��d�-�r�oGy3Q�P�(�\'Q\'�&Q��D�{��+P��6��GP!����*<\'>?�:��E��y�:S� u���|\ry�u�/�}�������\r��u��\r����;P�=V�.w�PW�MPW�Ũkڣ���T\ZA\r���u��*������u�2�fd$�v�?T��-T>�2*�މ��UtoU��*�_A����.��ʷ���O�P}e���PZ1��k�P!��Jv �:2U�@=n.D�l�@�Gմ�jK�j�~�zH)���p�W$����j��jԼ�z�a�)�\n�t`�l�qT��n���j��Z�P-�[Pm�RTu�![B�ʾ��ܴ���@G�Q {Z�����:�P�\0�R\r�6mC��BPx�Q��>\n��!� D�(�K��1E�@Qgף�P�gps�E�0\0��>E�,>�O\\P�\n\'�p~%:�%��@���d��\\����@)�6(%���؇��<Du{�Q��M�>\Z�&����$�_�5�V�\ZP�B\rn�A\r&�P��Y�w�H�w��Q��Q�csQ�P��:�ϕ|��a j���\ZW�A}���rQ�T�P��7�f�P�♨_ 4Ԭ6��u�\'( �t.��n/j��Z%���^B�Z%�Wq�hu�.Z��{���hM��5���k��k_�Ak�|F�@�뿽Bo:R��,����k���ߢ�=�&�:���i�=��Aڬ���P �|�m�3�6/�G[L%����Do�}��&�#�(z�]?����=J9zogz/�:��z��m�-p�oh�_�h�x5�a�5��ڻh���5�#�\0���5��+��d�� ��蠏&G{=Ġ}�h?�T�p�I\'\"�Tv8������X��#:p�$�CF��a�Ч�5ѧ���#����\n7����BG�3C_p�D��F\'�B\'�Ġ�4nC_i\ZA_����ѧ�IQ��ۅ��DtZ�Nt:���Gg��Fg�^�o��@��چ�@gc�й�|t��3�;mbt�$�(L]T\Z��W&@�Oy���*�6t�\0�(]]�B?�-G?�>��YLGן)E?Q�A?�1C?���� A���F�8�n��_-|GQ���h��U4��\r���Fj8����h4\r��4=@�4�и�h�M�\ZC��oCS�o���4�y/�{��_��\0�т���B�(Z��?�3��3\n-9ك�m*D+X{��P-�������.�Dw���=�z���}�����o�t�!�0#����Ϗ��?���c���1O�N\r��i��5zJ�=�S��z�D���F�8�A�\\A�\ZBϢ��||�suN��E���E���+�փ�0/̪cZ��g�`����Dc�zcfM��~�ִ\r�]��~��Y�)��#c֟ ����1���l\n��l�Y�ٔ��Y�fsn0�U7���7f�`<��1\Zc���\Z{�UP��4��X&\\�X�?`�b�1V\\ f�E1�*�ϳ\Z��������}�90f�qP�8��8��1�R�1��g4��m�����i5̑�E��q-�ղ�~H�����9jd�9V�9�7\Zs�os��㣛����M<����]0��0�͘������ɘ��L��Lx�^L8�-��&��&b�>&��&�yl\0�B�&F�[c��[��((�\\S?����I:��|,��Ĥha�m1���1U17��0�z{07o217��c��b�w�b\n�L!�����m��)��S܇Ĕ�aJ�1e1�0e�����0�Ṽ���vL�O�*%\n���y�&c-_�<>k��1���,cj��4�ڇi�b�y��4��ļ���v���`9�]\'�N;�y�xD�\0�5��D�;rz���@CL10n59��Ay�cP�^T, ��߅A����&l��܊������bp9�ܐ�`�C�����l��_`1�-NA�O������{�����0��;��;���k��y��M+�I8f8�3�a7�#��=�������B��L����D�c��]0S=����N����\n�@��u����f���Y���9�Y�ۃYn\'`����7w0+� ���U���S��Oܰ\Z�x��qvͱCص}&X��#X���\r�X��O�M�l���k�A�5.:�5���5E�b�^�c�s�c��]X�&��N�������]�z�VK�ֻ��։NX�d��d-��#��[��o��?��=`��8�=贄=x�:�`�m��3��y�X�:�3�1օ��z_���\r�Ӿ�=��{,�\"��9���:֧��=ƞ��ƞ�2Ǟ��w-b�`C◱��-�0\Z6,�\rôc�8&b#�l��%�s�8�s�$l� ��b�-�^��^J��MH3�^9���Jr�^�X�M�m�M��M.��M{폽��\Z�і��1p�Y����cs�K��m����z�m�Ul^�nl��1��[�-j��-�a���`�/a�t>c��Ͱ�yll9P���*�>(��}�~[i!�V%?�>�5��W_������!����ϳ��-��̻ؖ�V�|lke<�������e�K�K��Nc,@oh�tz�cb��R�P��XX�f,~��]�E�wa�/˰XKH��%��c��X��0�\"������~�t\r,�~�5��m5��j���f,� +����>�c� _�RM��\ZV�)+ₕ�걊�h�Q�U�6�*;خ�9lw�lwc\'�g~�w���1v�$�0��&��0���15����sؑv�\n��F���=�Q�5؉���_�دt���*�?���+�sӳ��V�E�5�o��4u쿇b����!�\n��R9�S�ڂS}��[e3�S�l�i|Jŭy=�[{�-N����X�[�g�[��[OH�����(H��5ٸ�s�8���q�N`�qg+�D��E�ۢ��ۊ�㶒��_Q�m���vcq��q�o%8�oWq� wq�b/�\r��s�8n��n_�>�q�)���i;w��!�i:�^.���[���8�}�q���|/�|��8�����eop��\\��.\\\0*��\">� �q�=wq�wv�B;2paz@�i���3,\\Ԧ\\t@\'�|P�|��d�����ŭn�]v�]�[�����Klv�]���l��KNK�%��K�؎K�x�^��Kލ�~���`.2��Y� ��w����7������Gj�\n��ኍ��J&�pe����;\n\\Ŗ6܃�T܃S�p�V�*O㪴}q�5���V��걽�\'��m\\ca7��52�q�o�p-�0\\ˮ\\^���7\\��^\\��Q\\�d\Z���m�u�p�Rp�R(Hd� �pP��8�,b�!�?�C��a���(Q�q���8�Q������cZPp̔Fs1��[±6������p��N8�K=N,]��(<q�n!�n+\\w�3\\�d\r���(�_��_�½=t��<�=��k��d��qv8n|����}��r&���}�g�>�M���o\\�}�2����TG�~�G�~F��~�Y�~\n��f-��f/U��p�p�&c��}˸Ň���?�p+�p>x�2^e��js���\n�6��װ�kN�k���k.��66� ��Z�0���0��,��M!~S�#��t��(��� ��Oo���7�c�4�Û����nۈ�*D�{F�3��;4T�;�e�]�_�5C�V�\n���\nކ��ߓ����5�;TU����;�X�]t���|��.���Γ�n#�x�?����x��jx�IG���x�8���N���b]���A���F���-���=� �)|��-|�<|�]|��%|��->�e ��\r��ag��X|��<��f>�e��|�\n��(�b�N|�N>�5� ��?���\Z�� +)�˧�X|�_�e�L\\�ɇQ�G|���E���t��s������:���\r��W�w\'��EQM��|i����B�}�����z|��|�Y|Վ/�*�\n|�k&�\n��W ���~�����k�3�u^Q�:����o���72��y����j�O�K�O� �֗��mc����^����� 3<�*�m����aa�xD����#ڶ�Q�cxt�4��\'\rOjWǓ�l�SU�x�P<�/O�w��|��-x�J7�Y�g�P�9vx^��ي�,�N~x)���x�[^���2���N�{vr�=���=c%�^p1��>w|�-����-���k�����\Z��w\'���{���?�#�b�\'݃��Y��ϝ�������/���\'S��.o�]-�Oϖ�������Qu?�}?��Pp\Z� ����}�_�s�����]���_��OPybJP}\ZBP3t\'�+a-�s����k�l ڟ?֝8AX��!aC�=�����D���B�3��i6,�A���,¦�@���u���W��i�њ!��a����1��x��dE���1����2��V\"a��i���������=�I�O����=��p�@��p�Ap�� ߢ��S?\\���!��f��Ƈ���K�Ji\'[�$_s�p|0��s���f��;\ZE��N#�؟E8u�!���l�CݕBWN��N��Nϼ\'���pf���H8��@8[B�Bb�G������<�ź(B�)!~4�p dJ��F�ZSK���KH��IH}2EH�YG��<���\ZK��^O��$#dV�\'d\"b7��&d�9@�~����fE�)8O��_C�L\'�1A\nw�&��KxBɥ�RB�-6��?��9B��KBٮBY�:��D��!T,~$<8��P�jBxt$��8>�P�5K���D�w�\"<{J\"�((\'��ڷ����.:� �����τW�v\0����Q�(&�o �C�� �#@>d�?-�_�<�����\'S���M�s�j=����E`��%��k 쇚�� �g�G����C!K� ~�%H����� 2OB��ۄn+�s����!�zO&zS>�L~%�H�M%�{�J�D��FV�/� }� �I��<&|\nR\'|��\"�\'�&��Sw� S̭���W�i�_��ф�w�R\n �\rބ� ¢�_�_�K��iz�����߄��)�kA�U%ljk�k�_�Dp�vc\rq�^=��h��q�T\nQ7{��~���TN4Hb\r�V7�\r�x�\Zo���ƞ�Ds;������1������\Zq���SsD�<9�{�h�jJ��S!�xo#��&�-_O��&��#�v�D��&�O�D���D����3���W�~K%:�$:����W�Γ��n���n�zD�6��z�[��]�J�[}q��SI�\0�w�\0�Zb�X%1�܋�N�� ��l!���#�^�#F�}\'FA�c��1�ċ���$��+�+��k�%b�m:1��$�<G�î3i�ě/]��p����ω9��Ĝ�?�\\����>�mͿ��{�Ăk�ĻvF�b���R�6biv��D6��7��)�C�Uć�6�G��:�b]�6b��G��\'��͡�z�$��\'�Ӑ+�g�g��\n��gM�M&pb�[b��b����<�/Z#�/�����{҈.���E��D�2\"�B� �P�k\"��F\"<��A�MkD�oD2p7����fMd1�̃7�L�.\"��3\"�w��ҼBdA DV�n\"g��ۯI�E�X��o��\r�D��=����(��&�����]�^b7=���=M�ȉ��X�[s7�;�g�wAD⻤Z�;�(q\\B��G|__O�L�@�D��!��yf#q̧�8��N�zu�����8M�L��Y@���@�9M��K&���$��l%�o�\".��$.��J�3<H\\<VG\\d��n�I�[F�۲���G\Z��oM�r��œT�Hj\Z�$�W9$u��$�\'�$�>)I�?��i]H�f� �3H:�I�_%m0.\"mH�?<H��6&�!m���6�H��OH�BG�Q�dbgO2��%�>�@2��!�E�&m��$�{Y��ï�,n����t�v?�H�4�#Y��!Yх$k�{$��^�q*�q� �P\0�t��E:��@r��&�l>Fr1�#yT�<@kI>�}H>�E$��\"��l��k�߁-$��S�֓N�Z�I��vRp�/Rhx\n)�ę�3@\n�C�N�ϑ\"6:�\"\"�Hg��I��_�.�KI1Gϓb��I��`Rt\')�A:)�DJ(�DJ #]��!]]�CJ�J!]{FJʙ%eD��23\rIYHY<I�*�Hَ\nR�D\n)��E��UI���K*R�#�D�J��J�����;E*�8C�8�T�قT�#U����-�jTI�S�I\r�-�Ʒ�IO[�H��<ҋo2R�h��f�Kj��Ej�`Nj7�Dj�Gjۓ:�O�:�Ɛ:��^�i�^��\'u6>\'u��!L�H�V% ��> |�Og������ �gI�{ {�$���#!�$�u7*.���M%�Ϸ���OHx�L�j ��(\'�~z��Ɩ$r���\r��q�Y�Hb]��8W�I�7&$���@��,���I��oH�f$I��/I\\q�$��E����� I!�BR^0$)��$�mRIN�����M�Y#\r�ړ�ص���0��O�`1���Gҧ�����\nҗ�i��۾��4H��H�7�I?��\"���K�+<C��@��OZX�MZ��\'-@��ǝ�|0��&�t+ȫ�ɫ���W��&�E��Þ�տY�5�N�54��Z�O�Z�g�k\0�:f~d�V��\ryȺ�t���-d/yS� ٨ōlD⒍��&!��&��dS^\0���:�YV�<�\ny�f�8c�v�G��\"���s���Ȗ�.�-���V9�!�lM�B��U���@�6�w�{a�d[�\r�n�*��-�l�!#�י%�癐���EA䃇ޓ^\";�t&;*�GJד��Β݆u��7��CG�G����9N������dߚ��Vx��)r�h59��Mr����\"�e��O:���y��9ԥ�v���p�|:Ї|��Z�iz��� �쉵���.����!_(�c�����^���ɗX�+���䫥t���K�k�U�ɷ~��+ޓS�ȩflr�zr��+9�W��>�Ň|�*�|�Q79�j/9��K��!g�_#g>��o��K�w���@έ}A�;�NΣ��=$߽jC.,�&V�-��\"r��yrWJ.��N.ݭG.\r�A�o{�\\�:E._�N./X!?\0= ?�1!W��!W{��Ձ����5�^�k�����D��D~Z2K~&R#7 �/|�[u�ȭg�m�W�m���m���]�vCr�:��y4ؖ@�\\$C�D2d�@�����10����h�H�V��qo��;2q�=�T�D&#^�)&��82&3x�dv�;2�5��Y�E�,<�,,�\"�c�b��d��Yr�Yz3�,�V!��Z䮱Jr�)�����H&�f�ߑJ�C~E���Q�,�g�/���/C��ɝ����s�{`��\n�3����?�?6����m\"�\\l!�~�B�<D�E^Z�N^zx��wQAQ�Q���9LY�a������KQۀ�h���h�dR4�ߡh҉�5R2e͏#-�Z��Ԟ�������N��C1ḥ@�R\"(��S6C�R6c)�g�R��|���o��L0)�u)���(��g3�!��e[�m�n/#��OŲ\nF��A�v�XWGPl��RlД}z(�n(��a���G(�f���(�G)A)��$ʡ/)� �0�H�g�J)ŭ4�����;����E�:�M9���r�%��Gӣ�,�P�0J�����?O)aM�3��ȓ�������R)�Q.�8���8F%!N��0�rYc�r�O�� �r�\'�r�h�J��U7k���l�U�Jb�(%�HI�RR>�Q���P�*�P�8��7J�YJƓ\0J��vJ�o\'%���)�L����Ꜧ䅒(y�T)w>q)�c��7Q�>�F�;�H)�{L)2Р�x(�m](���Q�AJ�k5�Z�6��|��X/��I�닠�)\r�[)O;)��])M��&�fJ�$���\\<�iJ�&�ҢSAy!����0(/��(��/(�uYp� LM�@��S ��)��}~%���k���}���P0Ng)�L�@R�%�)��\na;�B��J!k���fP�[7Ph�-��\n{�\r��͟�M��p�7Rx��(��{��Q�`�0Et��\"m?I���D�y�R�=0J��6J���7�0��Oy]�A8~�2�D�����P�����fSލ�(#g�)#7�)�9PF��|����YlJ_u�21bK��L�LuާL��(�v����8�Z�w�c��Mu����ٔ,�1c�B����J��U=�R�1e�JY�RAU�?I�l��jNR��V�Z}0�Zs U;Õ�3����a;U��U��\nU�U?τj�!�j\0�B5Xj�n^mF5\"�Q��RM��f���-}�抷T�/��۶�P��]���]K��t�j�G�LΥZ�P����Qm�=%�Խ�-�v+�T{�\Z�=�՞E���I=�x�z�)�zp��z(e��$�JuC�n��T��.���ST��1������z�&Q�R/P�P}2iT���a{��:���z��=��S�+�����U��>�L�jT�z�c��uj�iCj4�D��Sc~�S/n\\G���I�/Х�W|��/� zS���pjҟc��O��$j���z}�{jft3���[���������n���Ps�w��C���B�y�~ԼK����|E���Ij���\0�z��$�n�cj d�Z�˔Z��,���-j���Z6��Z~ɄZ�H}pݓ��C�Ð��*�U�*�gj�����ּ���\r����9Ā�|��ڢ-��|�Q;7��NQ!FUT��I*�\n�K�\"�����T�_*��Jd��|{���N*5��J����,q��a�T1JD�8�P���Һ�T��j����ʦ�P���n��[~���O�A�R_îRߤ�R�����US�Q�f�Q?l+�~�L�~�O�J��6����W�X5�:��K���NR���o����(�o�*�7� ���Ju��B���u�R:u�l��{@S�1��~��V��zPIS��ix=�i����\n��y̥i�.�i��i�&Ѵ��i��i��i�va4��ӴM���i!�(�!��&�f\ZC��ʏ��J7ӶhShAc4��(�k����3�VLm����3_h;}��v��,�,h��J��Dͪ�<�\nSA��L�#�J�U}K����]zL�+F��w��{�J���v��v���\\Js��B{ќ�i.�ڑ�4�S�4W�$��[��=2�=>��^���^�K�cӼ�^�Wz�|��|���ۏ�\"h\r�� �JZ0h=-X|�v�H�v�>�����i��E�w�\"9L���y[Z�k*-�4���9-���Q ��B�ھ\r�kcdZ�,-)�LK��BKMɢ����ҫ/Ю_��ݠiY���#$��9�[�c����<� ڝ�HZ�!�T��V�F��`@+����7Ch�,CZE�\Zڃ5{h5�*-fh5�=�\Z������0���%Z�Y5��=���EZӪ/��#ڴ�ὴ��|Zs���PN{a���b��UPA{��a����R�C{Eq���j��o�O�@EWh�1\Z��A\Z:O�����y�C@\Z��O�Nu�p4r�n\Z��?�z�F�6��%L\Z#J������?�\rјJ\Z�t������/��Ɖ��q��h\\�q��J��k�4������E�4EY\Z��=���5L�ʦu7m�u/��zki}�>�k�>o�/Ox5C�\rA{�XE{\'\'ӆL{hå��������N,�j�6�CӦ̹�o{X�o9�i?^�ͼ���$��f\r�i���Y�I���>����\'���7�C�+]C[I��<,���9�WI��u:隃�k�@t��7�:v��/Q�D �\r=�麱�t��;�=��7&L�s\\�;��s��=醙[���э���9�t�YC����\nH�!�K�1��I��K��[��K�����\0���m�k���}�M���ϸ��2�18���}t{l.���q�Ä\Zݱm�~H�Hw2_�;=}K?���QB?�cݕ3Iw�WGw{�{�[�=��ѽ^N�}jEt?0�DS=�7N�C���a�dz��ez��.=��\r�L�-=�=b�=�ː����SA?���kH���L�Xɦ��A��9O�����N�h>����<�\Z�EOJ�KO*\r���l�g���\'��=��v�o�ޣ߂��o1��~a�ـ;�O��ۼ���<x=��\r�N�\'zAm8���4���}z��]za����3���\'���D/�z���R����\0MzŜ�jG�Z�C�~�Hl�(�d��9�z�?�Ɲg��ӟI��&GzS�*� VFo��ҟ=�?�~Jo�n�7�z�[�?�[���V������=��/���8��w���4���֟��#��*f;��h3��I�@��ot�7Qt�D�ƌСB0:nE�i�� Ut��f:��{:ʏK�D|�c*���:%�G�`�t�t�x:iG>�fB��iЙ��L���J�Eg��9tW:�MB��}��At��tq�g����.9r�.��K�S���te���4��� �6G�_G�����\r����#?��:.�ݓ��/���>�w/}��C�wwo���h�L��s?��뉒>��>S�>_F�o=O��������K��/s���o��+�W�C�U���dc���S�z\\C=�\ZC��C�pC��6C�����X�36���\0qb��elL^bl�~`�gk2B����=���\n�����Ð��0=�̰8���:z���T���4���0����\"��M �Z�ɰ>dɰ�3�~�d��0삅��OY�u��A�Â-�#O���EC�_�ka�}�u����qcãi�qtg2��C�X��X�q�#��+\\����2N�\'�!�S5w�F���jF��OF�F��*�d�����d�3\"\"�0\"^���(�(�qn�Gƹ��ݏ1곌ح�=-qV��K�T ����m��]FFx #��a�(B2n|b�*qf�m~��e�/�3��a�<g� /1J����K�7�1��q��:�2@!��B�Q�1Ȩ$�3jn�f� 3�����\'u�\r�M��ͺ��6�/�Wmƫ{����\0l�^���lÀ�ob@ޘ0���+VD�6��0p�SbN1���\'��ގAo�eПe0F�����Z3��і!��b���2DW�2$�O3��0�ay.�!���P4�]E�nH8�GS��ӛ�x�9��fO%��:c�$�1Hg}��x����1���{��1�n��+`|:̘��ڜ�V�̘��1�0wW;�����a�߀4���|���l�\n�\\��f��a������Rg��%1�Qw�̫�?$1\rO��z1��v2�[��K�L3�N�y�s[�������Y�ȴl�1�JW�6�w�{&���62�_f���y8�t�����j�t�A�.K��#��Lז�L7�\Z�{�%��7��:������iLo\'\r��G!���y���g\0f�0=�<{�yҊ��7ie���a��2�&��z[���A-$f�\r�y���4����f����ͼP�f^���[n3��=����e^}��y��L�ve&I��QY��>��17f�3�B;3�Ây��3����\"|g��ʼ5t����dfOlc��0o�0��0�M�;�qf���̂�Xfax ��5�Y4�c��`�1K_~f���f�I�1� �̊W�����G�Ϙ�^��,����\'���g�-̦[��矮2�k�/F2���י�{_2�+O0���2_nb�:�0��L�L�)� ?����<�D_�c��왤�LR�3��Ȥ~��d=f3ُN1�[��\"��LQ�]��_�)^eJƘLY�.��SS�^���?�캬��J)avG0{�����!�_�oRt���������c�wX�p�s��s�����%2?\Z3�tW�cN�̱�̉!�Kp(�K���&>s�,�9�Ng~E�eNG�������B�ߏ�0g��3�O0�`=̅�u̅Z/���&�_��r�<s%|��2��ZUm�Z�6��:O�Z��d��b�4XU,M�)֚�Xk��X�kD�u������֗�Y�_t�6��to�a�(f�i�6����q%,���͇�,��,��8���=,�.֖���d<�B-��5�k�\"�v�[�\rG�N�4k���,��UZ4ˊ�Ͳym�ړβ�Ȳ�V��Xv�9�}�kX��X�L�W�`9Z���YNo6���d9�sY.)�X.MB������*��ֱ�j�oh˷8��d�N��N�<�:��/��+�)��\nhf&��Bڔ�Ц+�PI+�L�&�d�v�cE$�\"`Y�s��Yы�����.L�fń�Y1���u�XqG�YW.}e%\Z���U�7�J�Hf���Xi�lVz�GV:Ǖu�<��Q�̺q�+3W��zy���&��5�ĺuF�u+���n\0��1%����\\�IV��%�v<+�^�U�Ⱥ�s�U��*\\~�*zi�*����w4�u������*W�c�?��*o�b=�/d=ȼ�z�قUIA��lX�[�X����z�V�[]��sGX�TmY�\r�XϷ뱞��6�%�KKw�K���z��*���i���\\�c�^f��(X`�v�ςn���lx���ς��`\rr8����c�\Z�Y�Nj,���m��=�e�����Yd���+�yZ�b�F��A��K���%ܛ�c��Y�KZ̒�;�d ,��Y��(��%qg����z�[�����\Z�aY���XC�X�w�>n5e}>c�n��F�-X�F6��~���� �kB�e}a�dM�N���B�7y.�;�\'��B֯�O�������kQm\'��Sֿ��Y+�Y�j�O������w+[#ɞ�i�YS����ֺIek=ck���u6*�:M���l��I�ưv�&���Ԙm(�a�;��(Il�I8{˭�����ۧ�wbw�w���w��w�e[��-�6��6g�6���*�l[2�.ڗ�/�%������y�cYۑ���俋}�S\rۥ��v��e�&fqd�䖰��R�~��*\Z���\'��O鸰�_��h�\"�c��I;�jLv�:v��쐵�쐛N�Iv��y��s��g\\��g�2�yJvij+��v��9 ���1�70;f����Nd^b_Koe_{�g_����t��N����2�j����L�N]x�NK�e��:Ǿ!ag��a�z�cg���9���9�oٷ�,��\r���t��+���������;��þ�e�����*؏�>�ڿ��@����]���n(�c7ܯa7�<`?M�f?%��<��2���<v�D.�y�\r�9%��ƍ��������ְ��W��v{ ���Zaw�\\ew4�aw�b����]�l�H0�bþS�p��!����`c����;^��;����^l�w\n���&���W���aC6���Mk�˦��Y�q6�j\'����C��|�p���[��a�ν`�=.�寊�J=v��ݝ��~��\\����{(�>{�>�=\\/a�O�b�/�a����?�����|u�=i5��Aʞ������a��{�Y�̞u�Ȟ�yŞ+>�������{֜��I������v�\"ރ�4��c//���rT�d�#8��|�*A��ʹ��j��Y��\Z��Q����Y����u�,g��gm�1g��Q���j�:[>g]zg��4�� g��0��ѵT����~����;�٨���h�����1x+��S9��p�ɧ���qs�]��8J��yg�Jg��g��gg�;g\'y������^���ͱ���X%��X��ñ�����ds�v�q�u���g�9m����%�#bǑ��sأ�s8��0��q������#�xXn�x�@9���8G8p�6r���x��p��5�x9>Þ_i\0���� ��� l�� r��}_�_p�V�s���p�`��6ND�?\'�I0�����k9g�q��8�C9�V/8�ns�hx��_���w:���Ur.���\\:�ǹt#�s�ϖ�pj��\05�\\��r���9i幜��97�[8�f��;�9�@�M��sSD��z����19���\\6�����sg�S47�)Q�sJ�frJw�sJ�����Gwqʛ_r*��9b�a�\r���^N6�S%3�T�xr�aO9O�=�����˜��z�S�!γ����t/NX�ӢS�i٢�X�q^�p^�M8�OZ9}Ϋ_��N�@�9\0�0�����tq8�] dZ(����3��ER8�^��)ҘC����N\Zs�9%��ô:��s8�_8\\w��#�u������ Gԭɑ�r8��`�Lp��<��)�⼆Mr6[q�p29��Μ�UU��+��Ѭa�\'���X���@θ�#gb��d�f�W��3�&�Lo�Ι~V��3�E�j��.���s殭�,�P8�\0��G8���_\\�@���3W��U��r5�_s�^��j��s�}I�n(@s���r7=K�\Z��sM^r�t�s��r�]�ǜ�>���*���Nr�������q�\nww�e��;�d�k_�ڈ��{�ǹ{+G�Vc��øJu�әz���a���ko�u0��YQ�=�r/�x\'��c��듺�{���M��p��� T87��n��inX�7ō���Fuq��˸죹1���1a��1��X��s�{Q?�{������˾r/Y��^���&DqR w� ���#��L6��A7���rg57��M݁�&1�i�ܴ�Zn:���f7b�r3�Ǹ��Tn�,7k�˽iWʽ�6ǽ���)��7g-����-���Ev���#Tn�c �~3�[���[���[�H�VG8pߦr�FU�\r>�܆���N��/�͏¹ͣG�-�w����mk;�/�x���H\'p�\\��\'\\�kS.(���\\���D.$m5»ͅ��B}C���M\\XU+��r�縈>g.�B3)��EI�s�\n8��� ��#R�$�$.�E<���K���e�U���$.��5.��.o�s.�u\n�?����q�����n��W��+��v�\'�]\'nu�����МۗX�}m��}�����K¸�~���D� !��N��;�1���ٸ�;r �px���p����#�����\r�x�s��X�W���=����`ܙ{��]?�봸�˸�Wq���.-p�����-���ۈ�N����C�i݊�i��ֺ��֦Pyk�{�֥�t֍�6l��m8n�ӵ���K~�ЇxFf<��H��}��A�3_��gncʳ��Y����\Z�vt\r�vμ���γ\Z��&��l*�x{5sxv��}�!<�5|���T�f�@_��.�C�#� �;R��w���s����n��?��<�<xGO�e$��ry^�a������b�NXHx\'2!<��x�qv�\0�9/H�/���I��BG��p� �t��w:=���\\gʋ�X�}��Ŷk�.n;ʋ���K0Y�% �y ?By�_��]��K��t��5�y��h�n��ݚ��{y�f�\\�6���x��y�_N�\n�<yS��1��BS8�Ȁ�+��ʻW\'�UD��*�w��|�U����\"x�x5OCx5+��1^o\r�e��3��2��vl�׆x�{��6����kc�k;��x��1{��J��jx�I����i��a&by�&O���{<b�Sq�#ui�(fOx���<�l���G+��h�$���h�1$�yL�Y�Ӄǚ��qv��%�<�׃<�iOX�*�<Q9��u�7�����S=�{�j�{����u��g�y���xC���w��F���Fp�g�\\ބI;o�=o*����/�+�7#o��)��>����\\��7w�~G�}�[����U7�U�j�W��Wg��W���W#��\Z�o�5�\'�kR��C������;���E��\r����+|�S|�7i|�_5|���-����s��[WW����o[\'�o�\r�����η0�V�?�֗=�{��|ۿ��_���}m����c|�z����l��wv��.C�#��M,�+�w����̈������\Z�xH�x�+�|�J�\r?��3?0͎Ƞ�ӣ��~����R��S����GN�����/HV�c_u��0~|�?~a#�R�!���^~bE:?���O���g(>�o|�gz��o�=��j.�g_:���6�g?��g��9����>�o�.��r����������c~��^�{�����������u�#�_j������ǯ�k���k�}�\rW��FC�qƚ�$?�~�\"�eʃ߾i+�#���Y�5�!c?���6>,�6K�#�I|ԏ�|�ȋO�k�\'P�� 3�|�>9c��\"��������t>=�*���gv]�s�&�\\�F>�>��\r��\r�|Qv7_|x�/�p�/�����\0�l�����W�\n��Iu~o���W@�v��{����`��0��~�F�?1�����&�\Z���g�4��%�1����c=�����_֟����3���N�g���!��V]�8�_r��jU���/�\"�+�z���*�&��/ՙ(����u���E���FC���@˳U��%�z�.�xP��N���@�T����@�h.���������\Z�ax����(01�*0Y��� v��v]�z,�}�%��,ߛ\n�96�l{6�l��؝}&��\Z�wN�;��8�L 2��_NIkn?<���*8�tN�3+8�Z-8�Epl�X�\r-�vP�nI�+D��:/��=*8�W�� �j� l� ��fA4U\"8??!�`f��*���͂�5�1[ .>�!�Ó�������lA�Y� 9�Q�t�|W\nңM�Q�ׇ��\'�\Z5�\r�H���6A���[�=��u�9]A��eA�p� ���v�yA�i��`�:A�����セj�B�A�ӂ���tw��4Y ��$Vp?�,(3�����u��/�\Z ���g�� ��� ��-�2-�g�Aǩ��WS���W��t�j�\0R�C\0��@���\'��g��e}Z(�N ������P�! �j��~�G�(\n��T�S(`CN\n�3z���ё*��� ���@<i)�1H��tt�@6�,P@hś4A����WeY�w������mc�@J04C��S+�F��q�\'�/I?�SVӃ�7�����^�x�[�x�(XZw@����\\�z�p�6m�jߍB���FL�P+�Z�]�&�9� ��!�P�&���g�|j���B�P{� N(4��E� �*�fd-�շ��0���)[���h w�b���r�6{��6�½�w�v.�B�VB�`-�~�|�=,WxP\'t<#t����\n]l��\ZR�k��Z��me����]£�m£k��l���7�z�L}\\˅\'�ۅ�;�\n�|���Ha�9�0�Aa��0h*��E��%ݲ\"k[\'<mO����Y�Nx&bBx�͊0\".Ai�#��?\"���F�Fx ���/�c�#�ج0a,�Xx1aE�h&��#L\\^�� L� L��.L�.�t��m������۱���{�[Gx��+��k»*�EW�\nKm��.�I���>�vg\n�*��V��V\'�V�Vw�r��Io���j@����<>#��<�-*��RዊDa�]a{v���� l�\n;�P��+����B!��<|M�� �E~\"��\nQ���؍B�gG!��LH���DI.�4��֓*d��̇�B������,��:#��\n�\0m�P~L(��$��\'���BY0U(��:��J����S�2v � �=.\n{xU���^�ma�}��o��\r�Dدc$p8%|��ph�Q�>+A�1 Z�1�]8�?(�\\%�<�M8f,�;w��� G]��O8!�N:�N�>NAO�i~<\"�~\"N�v ��d�7���� �pf^[��pvS�p�J�p�S��%\\\\�,\\,�/\\B^�k �HD�n?D�ٗD�<BDj:f\"5�r��C��C�Q�i�N�4>�4���5�^��1\r\"�\'kD��DD�7Dz��M��\"#��\"#�5�I�~�ٹ\n�ֺ��m�K��-m���A\"��k��l\Z%���A��?D��KDE\'D4�\r�E���!������U�B���#r7��ܝ]E�o�E�2E�E��m��\r6�c �E�5 \"��\"�\rX������Y�W�\":��(:e�\':�l%��\'��r�jDAGv��RE�fE��E���Ξ/�N\ZE��.O�/f�xp�e�(Q�O�8)���%�#�R�D��LO��x%����-w���rUJE��ˢ�����D��%���������\n߿$��Uw�������\"�D�����ƿ�*l=D�;7�E�D��\ZE��3E5�ץfw���z����]T���I�H�\'z�5\\:+z��C�,�F��XԴ�S�T�+z�\'z�!���ڞ6�^J;E�7��d�͟���E��W�^-��\0�\"p�W��=L^(B�E���f�0��E��\"��Z��a���\n�E��B�zI�\'qPE�2;�!D�^#��[��\"aU$$�Eb�B$��!��GD��}\"�լH�G��R墮�(Q����\'�D��E�PE}8G�k�\\�z,zQ-��+\Z����M�Ε(\Z�h/\Z�g���S��+\ZY�+\Z5���1}�G�>O�D_^ES��D�#N�f���f �����9c��_�?H���|ѿ�}���bU�\n�*���%5��+�X=)�@]�9�H���x�E�!p�x��^��b��.-�h��\r��(���f��[���x����h� 63y+6�n#6�Ɗ-���m�2�;Bߊw�?�.*[n�[��[M�[�v��7!�*�Ų�0k�Ak�qX��Sc��B���@�\0��V��*v\n:!vo;_p�����y���m{�{�ǽ���*h��K���*���\'�۞-�{��ȫ���$>�_M|�4K|�Q�ؿ��ؿ�Q�zڈ����!�gš=/��v�#6ƈ#����~�G/<��:\">�4T|qDUϙ_��)NX�N���J�PtT|��\\|��L���F�rhQ���\\���[�V\n�Q���ahq:fZ���%��{B|]!�<\ng����.��>��7�g?+��g,�s(��ۂ q~D���e���5Q\\��#�_�ߧ��e����⇞�ʘQq%x��Ꟊ�Q���n����G\\q\\��,M�h�%~vyL�7?�wC��I�<�G�r+T�2qW�2�^���S��e+n��+n��\'�(ŋ*T1@{A��p�b�����\"�U���1��z1r_��#S]�H�B��^�x��(i�],ƙ8�q�Ą�)1Q�&&iʼnIf\n1}TL/�\"f�ً�W7���b�K���W$��s��<ł:�Xl$���H�X:�˽�݇��=�V�}s��o�J�o���FS�\"�#����&=���l�-�4���`�S=�6��_(��W{�gF��_\\��^���)�B��x�cF��p���h^��$^\Z�-^3��8���V�I4����F��*M��h�n:O���H���:������X7Mb�\\�ʖ�X����bILG�$[�-%[�%�%�|��/��Z�d�>�d;�X���d�/�d����ݿA�l�dO��d�H��.�ZbUb\' �wEW�%9��ıd���V;��}��%\Z(qy\n�i�����$�?%nU%�a�ϕ#����H�\"�H�e�J|��_����{��h���I��ߒ��RI� sI(�]��J��D�DnW�D�<$��9I��ՒsuIt�休��b�$�d�$^�Qr�*Zri�%��\r�$��K�9H��KR��$)��T\0E�V���8��H?�u�H��|�\r�$ӯ@� ��~j�䛑$w��H\n�z%E�%Ż7H�_?��%�jZ%�m~J�����s$��k�\n�7��5���=V��w��*��*�;ɣ���FmI\rꑤF�\"�=.��,��9���!\Z$��A�\'��I\Z��%�;�%σ�%��rI3v��%�@��=���H�t�<$��` �Z�FN�(~I1�d���ʕ���$�}L����g !����9IHyq��\n UsIB�\rH� *�pfoJ��-�E\">zH\"��Id:Sy��D�J�(W���4WHz�r$��+������� I�w��u`��5E_�F�)y3a y�<!2���VJާ�JF�[%�:$�zU��k,$co5%��[�o)��o�$�\r�$��(�˃��-7$����F���/��K�_��vH��h�,������%Y�J�,�����HU�I�UZIR��6���/RM� ��+�T��T˸B�uw�t�3G��&]7n#ՙ�H7`�F6J7L��zwI7N����\'�t:I�y�\\��;W�������tK�}��!�Vt�t�އR˨�R���։��=?�{�R�DM����8�a�Rg���%���W)u�ɔz�o�z\Z����2���(��=��~���!鉐Uғv[�\'/����$\r俗�9KC�\nih5M\Zږ&\r�쒆-�K�1��3\Z陵��(�4ꢷ4Z�WzA.�@N���є��t�q����I��`����z�ui��4s�J���-�\Z�-�i�J�=vUz��[zS\"���Q�o����,-��,-��&-�n�Q�J���K�U����]��fi�P��)Lzo�Bz��Fi9���B놴bz��A�Ci���Jw��:�\\Z]�#�ђIk�\Z�5���fmi]B��.SUZ�@��;�J��K��J����c��eǤ-�FҖ�K�\Z�/ʶH[ˣ�m��6���ݶD\n��#����R���\r�B=��4)\"�[�)בb���X�c)�Z %f�I��+R��_ʯ�\'��J�WK��,��_-R�gg�rnJڛ�,��\r7�o��K��Kڤ��K��(�C#P��]��aG�ǘ�ҏ�$���t����K\'L�e�Y:M�NfJ��2�߮ ��UJ��I��y��P�ғV��\Z�rƨte��texX�rrJ��h,[=�M�>��iH�d\Z�d�S2�t�L��&��*��/[�-Ӷf��Sd���dzV�2�=z2�_�2}��~��L�!S��YKfp^f�� 39�\'3�w�������2s�\Z��5Ef���vخ��Wf=�\"�����2�ٺ�l�/��\Z��w9��G�d� ١�DzC횲C���߸#sVK����dGʳe�o���4�d�d76ʎ��yekȼ�U�&�˼������N��Nm���JP��[Ȃ~_�۱e��*e��0Yȝ+��q�,��~YhG���ޥ����En@�\"wg�\"ö�\"��eQ�7dQOʢu�ʢ���b,zd1n����b�I���,�L�cN��C_&�T�E�\0��]=�T���_�T5/K���*��\\�+K�#d�7�ʮ��d`o�\rٌ,��,k�Tv��,[,��d��WdynY��ٝ@ٝ|YA\ZKV�.+RM���}\Z�Mm����e�AY����2�JVIΐ=z${�FV=�TV��F��\"^�0ʖ=��.k������N��.��nK�+�Z٫�RY�aYg�^@�\'Me��a�H��|�rm��,L[��0��d���d� ;>�TFH�\'#9!ed��ᄌ��K��1Kd,�\nG�N�ӣ�|�P��LTU,�0�e��G2i�N�t MօL�ua�Ⱥ��zt�e=���k�%��+p��\\����\r���F|Wd#��>���>\\Y#et��ԙ��k\Z��2�싪�lr�!�dO�lr�G6u�l��}}�,�uX���U6��$�-\\+[(?)�]c+��Q��p��T�/�\\Š]���+W��!W�Z/��5�T䚽b�����5OU����/��,r�v\r�>�.7�Pn�\'On|?Nn�<\"79�Bn�N��\06�M�\\�[8H�ۊ��;���;�?�;K���]�y�]���ݙ䖁�r�$���-����ܶTEn��D�q@n{N~0�M~تO~���:<���Z%���.�B,ʽ�.˽�O�}6��}�=�\'V/�OE����ʃ�����,y�ZyX��<L9#w[�����{��#�u�#F��$y��5�cJ�����h�����u��+�ظ:y�e�<��D�0�$�����\n���*lQ�h2&O<%�懑_��*O^��\'�h��!�<��iy��\'���4���4%U��H~�G_~����z�M�Iy�I^X�V^�L /BR��G_��k���Б��1�W�S�U&>�j������S��>Ky]ǰ�q[���zT��k����Ny�-�,yǟ�Ρ\n9@�/���T9�Ǥ����W��ñNr��\Z9b�iW,G��џ�r��)��ߐ��夶e9yO��,{*g����ٟ�<Ҋ�osT.�\"�ʅ�Nrѹ�r�o�\\$������req��;�Wޓ�$�m���7V�������a;�|�~Q��%��_\"�8n\"��%�|G]��\"�@�O��ȧ�oȧ��˧W��� ���0���R���w���n��b�|�pH�/2U�/;J��MV�.�S���+4�Ph��P�Mx�X�c�b]�C�zU�bC�.ņ�}\n�eU���I��e�����;�V�+=�&nX��\\�b�s#��Mk�E�Q�VU�b�v�bk]�b�J�cnjb�w�bg�k�N�y�.��՟r�u�n�͕�]L��>�Ka������,�%[��z�:�8����!>��o���/;Dqb�XqB�Kq�s���93ũ��\n�\"�?�R��W�{C��L��;#S�ei*\"�N)\"Bf��|�Y�m�s�k�+.pr��0��/(�(�]��H�#P��Q��e+�߁*nl�W܈�Qd���)���ZE���\"�f�\"W W䭼R�)�Gw*\n����ڊ{6`EY�zE�Ȩ��ꩢr���iAQs�����BQ۰��Kݩx�_�h�&)���M),E�����5�Nd��uH�&*����:��3ζK�;�7�W�ۂx�=^鬠�;+�8k#�F���`�+Xj�\n#N��6Rp}���[\n��Z���V�*D�\nq�B��U!9ѫ�]�)d\"�����D�PV_Pt*^߅*��wz��w؊��G�b�b����Q|���b�ǏE�O��1�b�L�b<�T1�uW1��G�eC��S�brݢb2��v��ǹC���r���}��4w��/�y�b^+J1��]1��b9u�b��L�2S�T?�T��T�.�Q�5�*�(��5_+�B��u��J��\'�(u��*\r^*7K��_�)��\r�-����-6+w}MSZ�VZ��RڴQ�q�(��5�������J.Ly�h��`����fVyH�t\nB(���W��R:G7*]�/+�h�T�)]�KJ�h��c״���Q�ZWy�������G��OyJy\"��<iU��4R������t����se�]�20��q{�9�Nz{A:���f)�f���V0����3qהQ�\'��~��\Ze|�����*�2��]�e�@yŦEyu�2q��21�2�p��[e�v�2IJQ&�*���(Sc*S���g�+3E%�̏�ʬ����Z孔!e��eNܴ2牵2��#e��>�\"����,hW�t�w7;(�kR���\r��n\'e��[彏��Q�yʲ�te�%����S�ڥ|�?��`+��UV���Z�ce��S�d��l<��|\Z�V6}�S6{�(_��)�8���k|���;��� �vZ����O��V��<vV��QS��ઃJXQ�.G+�W�ȭ딨�X%�,L������U�(�\'�*�l%����ز_IjIWRd))#cJ�W����[�p&)�B%3SW�9a��_+94��یU�rM���R�З�~/SJ!J��V��s����|q�RQt_���R*��(���}������۔}��6���������Cʱ�)�D1Y9_PNe�VN�\\QN-\Z+�?h+��(��Gqy�s�u\\()�!M�BFȈPF ��R��(�l*ٲGT��R��V��}��{�i���<���ϙ��{�rQ��rɶ�W��~:�Wtj�_QO�_��.�u�.���.)�.|�wE�w�������@@5.��7P���\'��wV��V�k�M\Z%�������=���Ӏ\r�\0m�E�δ=@ג�Q�V�N66�hlj�\0l~��\0�}�U���%�����oB\0���\0�^�r�!���~1`_%p�-\n`��j\0�S�\0��\0�O.\0���\0�5\0�J�v&`�p8��8�808�{p�����;<8V�8~n���.����ַpr}�k���+���.���Q 8�8��w� �s��/H\0A�s�\0B�^\0B\Z��P���R�ũ��к�p�ˀuS@�m\' ��\\]���s������`n4_�4����|���\Zws���\rH3$��eM���߀�sL@�m5��!#@�L�����6p�\r ��s�\Z �I4 ����u/���N@q�f@�\nP6�T�8��d�y�����u@��9��w��n��9mw\0\r?g\0�j���k�7=�8��\"��b��t����~��MI���M��6��w�{\0����F�\0���m�F�_O@��0@��q@wS.�CF��|�m=�xD\r��d�c�ࣸ���$` ;\n0�|�|��|-|���6c��0L�Nf���A%`6�\n�;����,� ���vp�)�ɷ\0���\0�7���O���\0$<�t��k���WH� \0J� �R��N0�\0B�����!��,4��\0��\0�=�0� �i�\\=�p�2X\"@~��X���4X�{�x X�2�м�*��@�ppձT�Z�$Pc�-Pk�\0���j7m�n�n6\r�;�\0�H�/|n+9ܾ��g_p�\'phx�p�k:�6�\0�h�h��h�3h��\0Z���N��Z�%-�Z�Vǀ�[]�6�F����@��@�G5@G�3�Q��S\r謦t�|�r`\r�R<�X\n�� �H�ztgO��=�oz�T��z;�^5a��6��^��3C�@j0�m`p�s�9��Zkๆ��`��+`9\rB��h�@�W�R`�w`��`�05�\n�>�P���Ƽ}��8�k����``�?��kO�Ii�ɍ���:�LB#�·\0ང���%�l�^`v�0;� ��j\r0wi���\r�_���\rN���߁�O0����7��%I���\ra�2���:�\r�PO��.Xw�\rX�(>��\n|:u�,d�\0������;)�i`�l�|�|M-�q\Z\0�����,\0�yM\0;�Ӏ�����d�`�~`�-�7��Q<�ױW��:��%���R�c�_�G��5P�q+��\"p�,�^������Q�+3�k��ky��{����~\\�m���D��r �� ��\rNr\"�.@��# Z���� D��D�� $@\"r;��;�}��sʀ�0�AJ2�����V ���,o�^X_r��Gs@��@Y�-P�cP�k�dc&�KF�������t�˪�U�L�z��z��\ZbHcbh��h�1h}d#h=��Ai \0醀A��6�����<��Az�%�V�g��_/��O��=��4m��\r����Àv:��|q��U\0�%�\rڭw �ǏڻZ��R2����> :�sd���y����̫mAC�@�ԪA��u����?�l���0�@�Gg@����X�9�1��+r�h��|.4�|�׃�<�\0����@��i�����΄��U��g�A!�cA?�\0]�\0\n�4\n��]�q]����\0��\0�nNN�bWo�=I%0ށn�����%�%�\r%W��Rm��R�$�Ґ?A�*�;1s�;�k@w�������/A97�r���׃\n&@��AE�Ϡ�N��W�A%_��J�\ZA%$�T *��*�*�@�AU�gA58}�C\nT��T�\rz��T�z��j�}z�\r���\rz�q���Ԛ+�����;j�r����y�q�s�#��Y�6ǀ���@���>T^���A�21��m�A�\n�`�\Z��4��8h��4�)��\Z���(W�&z�@�>/A�\\E����A�N�wY�G�?�Ǘݠ_�\r�߬}��?��/� \0Iܷ ��k-� oR@P���K���L\n8�� ��~bt���@l`��PqqC �%���\0A��@�\0G�u$}~$s&��;��Q?�*�w�Us�����;���̟k8�5U��u�`݃��w���l�ޖ�o�g��-Ɓw��*��h`����&���\\\"��i�.l^�d�����6:E`ۛ`{� �H���6�`v��;�\0��_���{�*{�?�.�O7y�}kg�g����Y��\0���\0z68p&H]\\����n�����k�Ϟ_9�|%G��]G~\\_�odۃof6�c��c�qep�\'\'���26\0�RF�o_�\'n������Ԟ�ല0pZ�p��\'8]f�\\7κ0~g�b�����y�(p�6{pA�!p���/pi�sp�\\~�\0\\q�\\kg��\\ץ���?��~\n�7�O���g\Z��g�,�sO;����7g��kw���6����M�Y��t��+��)!�W�%��Nq\n�\n���/��;l��M\0p� ��b3�×)p5\Z�|�W8�?�xX�?;Y���W�G.��G*��Q����(k�h�g�gKS�WU.���:x�!�\r�OD�������x��?�{��3�\n��+��nK�p��p*����_����p������`��G`�}6^�Fg�щ;���00~�5O)\0[�`���`R_��6 ���S����V��[�`��C0�D4����:��6���.O��z(�-l����r0;U\r��[�����`��W���o���mQ�Q3; Qg~�h�WA4�L �_� Z�L��E=D�R���!dS�1Ȗ�U�3��C�}�d[X.d[�)�.���\r�c���\n1l�98�1��b���������Ds�#�b}\Z�\"�b��)�J�rX�b�e���bC�?B���q���8z�8%/C���!.��!��B�p� n��{�A��v����{�ě�r:�$��H`I7$�dTD��[��d�\\����P �2!�� ��B\"�� W���9��k�i���d����gHTr;�FG8�f�\n�&�\Z$�P\rS}w�<�z�V�\0��W����$G#Hҙ���}H�H*$=�$�k$�z$S|r�t䎟+�N�}�zHv�/$o\0ɯ���J!��!�� ��鐢��b�1�Č)�&��>�)�\n�T.B��9�������z���?�!Oml!O=[ O��C\Z}!\ruA���u��yxȋZ\'��(�IOҜ�y9�\ny�>i�s��١y�.�\r\ni}}��Q\ritҡ��� ];!]������^ȇUM������C����o =�$H�S�/����2�2�12\0�|�2��$d�_�X�2i�|;��X�L��Bf�r!~�C,� _�!�S���k,1�x{�:����\n��� ���C�6\rmB�\n!n뇐6d@�;L!�S�!� ���a=N�pv���$�ȿ\"\Z@Ĵ-i� D�\n�[kB�WCz�E����?�P��,���c�Z=��o]��C��Au=U�y��-���[�@�<�ny����-��6���t� t{�:��cto���\'�}���&C�9\r=ح5����\r��ݬ����@͏jA�36C-j.B-����+���^@�bP;q:��~�Zu ���z�\n�������PW��P�Yu�0��@O�s�\'��B=�;�>�\rP�g��� =���wv�o�ԏ�����@�٨A�)^AC��CC~*����Bþ�C�}��+2h��MЈ��Л���h4��;譇��$�,h�\n����eZ��� ��V��\n�]��慴B�B�?f��~������\nZ֫�V>C�d�Ї\'�C&�Ak�.Bk�&�ڕ%h݅ih]F\Z�n<��\r��� ��C��/@��v����C[f����^C[�۠���S�m3xh����Ю�`h��9h�G:����?8Ё �s.tpe:bk�B�bT�c�3Я�@���@��@g����{Ԡ?}��?oFC�T���_��.օ.���((H��B>A!}P�V(|h\0��nE\'A1R(�d�����g��\\<�� JlN��$Pҭ�Pқ�P��(e�V(�m=��W�`H����Se�K�r������f P��WP�R2TJ��v|��b���)T����k�*�����+Хu��Kա˾���G-��B��N��T�<a�ƹ05���`������E0�\'��&��0=õ0=Alki#Lv7l�؎�����a{l���v��A��F�����;\r�Lv� v����]�ؽf,�L4�a\003�o0�t��雰C��a�����~ì��a65}0{�9�}f?�s���9��_aΤ#0��(�� 0�O�07�,�#�\0��\0;q�&�T����G�/7滸�]\n���e@���4,��ˁm�z��� vnv.�#�|!v�y�<��B�v��vI6���E>��M>��)\"a���aOK`WwG®=� ����\n�E��oа߽`1!JX��,�����|K`h�n�n[[o�R�v�RbB`)�)X��,}� ,��� �S���*�x=�4��� �E�����v0a�Z���rX����ˁl�\n����C`E\\2����xTV��+5��f���]�U�a�!Xe�&���7���C�/����=��\r�_��8{:�k*�5:a/6���a���`��6�^��j5��y�ھ.���>�:l�`�`]�ᰮ��n�����[���jX�37X_��#��\Z�>��\r8[ÆN�\rݸJs�\r=T�F��`�]��1}��5>�����.l���u�m:6��=l�6\0�K�����Kn�;���I_��W߇����Za\'7��\r�g\n�6�!\n�a���a�6x����S� ��/���Sa̔,��#G��>�x�J���^���L�����{a\nI&Lٿ��>�r������>W{˂��D����u�5�#�k�n�5���l�����u��p�n\r���(\\��.�N�\n\\�N9|cq|S�,|S���)��UW�[��[~m�o���o��߁~�����w�#���v���9��wy�<i����<\r�F�N��G6� �&ܴW7k����O�澥p��:��� �Uv��+n}���nwan� ~��;��tᎯT�G�v�O���ɀ;�]�;�;?�+��Z��]���ݧt�\'���v���\rp��st~j�m�)��w���Lx`e�<�\n~q��6}\n��C���ˋ0����\"<��\0��!\r~}rE���g��c�c\nl���D���D=x\"�8<����x���O���낧�F�{��~W���z�������>��~J�?���������\n�?�\n����Rx�w������R��<7��u<��L �_+S�oj���+�����m\'|�m[x��5x�a:��m ���xǝ���x�����������P��#{�cG��c!.��������ʏ�O���N���\Z�§ɽ�i�W��\\>��>� >�*�_����I��[�����2�����k��m����\'��UppM�+����.&p��p|�f8�\'�[��7�����\\�&�`��\0r\r.6��i��D\\����+O��+\Z�J�u�\"d��_�.1u�K��*�6��)b��xĚ�����Z�q�fIB�w����s���k�i�$B�M��x�m���w���3�A^!bϋC���c{I%#h �xd\r��=��\\��WC��7�U�q�M�k��0���8�G��s\n�ؼqt��l�p��B�.!u�����1�[���-�=Z�8y� q�<�yl��_\n�^#��r\0�k�\Z�Ǥ��5��]�\"�hq~�8��d�?��8�Am������E\"�EI�s9��\".�V#.����#B�ȈФ����)���fĕĕa�>��`D�*)\"�R#�FD\"�����H�H*�@�\\@!R�3��*w*w����#�,�(DV��}��ܛ���s�����8��(~�(�F�N�\"J�`DEZ9���oDu�D��\'��ǵ���n�Z�v��u������� �k���E����\r`\'�s�\n�E����9�=�J���e�&�A��>D��D��D�ˈ�ۣ��Gq�.�����~��чF|�F��G\\�Bfd!��~ �9�#Q7�\n�au�/�R��*bb�b�W�D�y�Tfb�u1C����b����A�\0]F,|�E\0P��p�cD�;�� �ߏ@o��@\'��O�����AA�X���<���i>��,E~g#D+_�A[�tr!�4��T!�������0by�IJ+�pC�K�#U�F�*KHu�\0RG��y�\\불�r/Cnx��Ԏ5G�N�F���%E#u�8�H=YR�d R�ӎ������]r�Jr�y\ZrW�$r��b�ޅ�H��kH��Fȃ�����5H��(��%���U�ãsH�M\"�mH6Ҿ����yԝ�tJ�F:e�#��.\'�H�{vH��I�����;��ǯ�\"]�_ ��#=����HϭiHϏ�����Ez�� ��f��\r��gba�35_�g��H��}ȳJ2�B2�\"rm-���������O, /_�����yդ\nyU��V׀���\"�\'g\"�?�����BFO�A�\\����V��)hE�ƮF�N�#�i���Ȅ=�dJI2�J�����tE��JA�})Eޝ+Df% �YH2?�52_yY��,�A\"4�Eb����������eO������3W�5 9Ⱥ4M�# 䓓��OB-��7#���.ȧ���bd�Z��$U�+_�͆�73�w}k����!ߟ�B��y��|���>Cv�lF~`�\"{T�Ȟ?doٗ5�쫲F����\"�^�#�۾ G� GP������g��kx� ���C��Q5��T�ԗ7��m��46���-�+���UB@�>�9�|5��0��r��G�5A�\nT� �ܮ��uw#�7\n�p`���Q�D���K�H�T\r�Ď5!�$��!��2�$/<F�{�H��Q$c�ɐL\"��Y${\\�!�FrS+�܌�H���R<���#�cאR\r���BJWF���H��sH�)��!�x�r3�ܟ����5ߐ����h�2�\rr��3�?�\'JE @�ڜ�RHD�Ʃ�֨�EihrQk�Y�4�~Bi�-�֑x(-�j�>jCdJ��Jg�;Jw�+��d j�zԦj�fJ��+J�/����7���}��������P�ڹ�\Z���_�>L j��n��2��2ʓ��]֡Ljo��\'�P��7�� P�!/P�����(��P�ƧQP�Tw�Gt2��j&��\0�6�k��r\Z�I�@�Zk�:%hAy��0lQ��˨�\0*��,*�*�\\*h��\ni�E�@o�B���B?1PW�7P�47�\"�\\B]��n$P�{w��v�PqT$*~��5x\ru;T�J�ᡒ�?���P)���ܙ��._Ce�E��g}De;@��P�lT��TѽQԃ=2T� �L�UY�BU��D��:��٢j{$�Z�fT-���;-A�ŜB�\r�A=rA�_.B5<�\Z���\Z3rQ�R���E�^m��Cq��M7P-!TK��2t�v�6�]G����}�+T�i���������<T�W\Z���#��@?���)T�����#j�t58��\Z^&�F��D�R��1\"�V�[|#j*I���V���w�=���.j���/�z례�Q��1(л^x<�rD���P�6\n��D!M(���(��y�t\n3݀��JQء�(�-�e�])(�����\\��[�Q̖�W-��Dq0P�]`�J%�\rD �zP�=(�/(Ű5j)F���.j�ڊZar�*돣Ug���w���˞��L��5�]GkXZ�58�I�h͞{�uI�\r@�J���Zǩ\r�smZw�/z��z�$z��*zs�>�l>z��0���;\'��wi%�\r���#��}[=��oі�c�V���7�6�\r�67���ʌ�v�\rhǧ�h\'KK��vQ�������_��]�hh�h��hV.�����_~�O�v�=.�=�Ч��Mh�O���\'ڗ�\r}F\Z���i����B�����V��������!{�����o�ז@���e��Wn�@_50AG�FG��DG�=BG�7.��7G+�q^/ѷ��ѷL�з�c�ۛ���[-�ę1tZ�gt��itzC:#��A�@g��Fg�i����y�V�<Q(�@#]���@��@C�.=Շ.}쌮LwBW6��+�Dtu}�f> ��T���,�V9���x�~��~|+�6�~�S�~A<�nګ�n���_��_�{�~�1A��ny]�nx�ߪ�C�]��~����/��X�}�RA���?Fנ?V=CZ��Xg��7���LoE-I��*Y�a�M���������2�(�=�@�EmC�Oף?��j���*3ГFc�oN����8z*���~�[���c��v���M��=�п���G:��04p�7\Z���ACT�����0H\Z���x��F���z~h�Ƥd�1��h�(\Zk��?�@��8h�w[49��<����BS�.���14s�3�}��fǺ���.���\n4?�� �в1<Z�.-�ҋ�����n��n7��u�P@�J.�j��Q�Ca֬a4b�0�v��lX>��5�Է��P�`�P�0zt�V�~���)��Ƙ$f筯�� )f�����w!c`b�_�b�+S0�\\0F�f㵶��C�s�0&iw0�1���1�W0礼�e�`���<�i����T ƙ��q�i�9���cwa�q/`��\"c\\U�c܌o`����4��L/��*\n����`��20~J)ƿV�ߡ� p����b���`�\'V0�D0�G�1�e[0!�e�z�1��1�ݗ1�\'va��0������ݘ(`��.L�w&�\Z��p ������I~��I�I�����`2��b���a�>`��<0��]1�;�arʌ19o�09��091yArL���{S0�\0��mY���+��+L��eL)�!��Lyc(�r7\0S�҉��0�T�7c�g�1M\Z1a]��<\Z�c��\'QL��rLØ�?�i��b��ތy^��`�y!.�4k`��;1�7̫�s��iL�L�ͪdL�����t�\01�ea�J}0}=6�~L��\"f��)��d�d\r��Rf��k�5f�v3��\n3e~�d&�ǎ��\0�ϔo�_�,1��c���a�0s�O�?0:Z�o]�Bx&����`\0N`�,t���@\Z0���Vk���2��`���C%ߴ CQ��PF�j�4��z��n�a�2°�F1¹N���\'F�:�G�`đ@��R/F^}�Tt\r�L��S+Ī�Vbկ^ê�OcW�nƮ�Z��p�j���j���u���upk�z�*�5��N���\nvsE8V��{�֛O���bw?����\Z���1=�ݿ��)�\Z���\Z2�&C{����X��F�)�k~�{�Y��Z|��n����jcm�����X�T����>kO�u�?�uڥ�u9V�u+��u=�=��.�w���QU���C`O3����b�o�:�Lu2��k��Ug�gM���� r+6�[6��f칼^칮.칟/�NUb/��^���^���^BWaC������^a5`��ݎ�v|/6��C�\'O�7Y��a�X�*l<�6�?�h����&�K��w/aS�ܱ���a���ރ8b��9`�o#a���:as��ؼCl��#��)[�w-������-�Z����V�[�Vq�V7�ck�b���wbk?\'a�c�\'�/�a���63��C���]웓�ط������;p�ß؎��؎���ﱝ]e��/�.ClW�Clw�!��]����չ��5���a��%b�����ء�ء�Q�pPv8R;r�v�Ev�,\0;Vو�|����;᥆������?����c�f�~����;kJ�����?���?����:��;H�;&�;���[u;�ԃ]�6��{�2��� ��(,�A�?^ÂN>Ăo�`7�c����s��x�<�`qKȋĒo��� X��*,{@��S���b9��X��VbP��X�a%өXɯ�X��Q�4�\0+K8��~���fb��a�;l�J����]���.]��._ڇ���ǩ:�©�W��u���yV�[�#X����i=�mV�t��6��q[���dY�j5�^��_n�mS��ۦ�m;�\Z���;n��\\�q;����q{���m�����pƳ+8c�9�A��8�\Z)ά��������y�q�F8���8F-��+�¸�;~�w�B2�u\r����ݍs�Y¹K�p\'|�q\'h#8�H=�\'Tw�p\0�y\r�g�?��y(�\';�Y�;��w��\n.�`.h�!.x�M\\�2\\p��B��Eo1.�.4��� wٸwE�w�D.�h2�z�Y�/\0\\��.j� �u�Es�p�+���.�=C�����b�q14.N�.��.>��u�w��#.�]).i�#.9-��ՊKـˈ؉���2�O�2����i%��w��g�q9Ɓ���\\N/��w�������[��U���q%�q��U�2O\\yH���%��.W�����{d^�{�~\0��9W?k�{�����5,;�^�!�Z�p�p�\n\\q���:\"pIո�� ܇xs\\��]\\O�K\\�\\�R\\�3\\_�m�Ǻ7�����\0=�\'M�@�n0�7Tv7���1:���[�,[�&���N��&�p���&K\np�F��n��M����XX�fpwq��Ÿ��K��t��=�_{V�~����\n�q�k�Gq@-�~#�6����q��885��:�Cn��y>8d�>9���Iš��p�+8LE\rCY��Y8�G|sG��Ȑ8�G[w�Z��麅��\r��4_6��ㄬ8QK\ZN�����l�ɺ6�_�7\0q�xܿ#���Fx�xU��X�WO�kX��5�F�c�h���^�)��[~��*�����M��[�i��D�w�[�wk2�}��|�^�cxC7*�0�o8�o�5��/\0���\0�(t=����.o�l�Y�M�u��?ě���Z���� ��\"ޚ)��(��x��m7��D����[���ֺ�~:�wYul1��ar-�t���������J|�w\n>�v ��ć|�_�ߌ����_u�C�}�_�2�G�+�G؟�_\r��*4����9�(�1|T}|M{�����ck��q��I:~���O�j��:[�\'�w#��w��Jl�Cnⳗ��9\r����_H8�/\"?�)�ŐD|����|�H�/���\0��U��*������Y.��Y��5�\'��O\r[�O���Ķ��#���h���f��42�y��y�|�S_|��|��;��{/�oN�w���֗��A���p|{2ߩ���!�?����j?�g ?��,~t�<���W���~rs~��?\r?��������^u��M��xȡcxh�5���ur���xD��Yģ_����x�]<�{Oޯ�g:a�LJ6�U���Ϟ*����-�|����i%x�6�%��6Q��xy�^9��ئ�_�q�T���7����#�t�\"���TmM����5 ��V��H}��� Ak;��A�#膟\'�>�$l̙$l|9O�BЏ�H�o��1����v�~#�2�G0��o��`��E0�M0�U�����\" &���� �����M3� �|ٙph8�`iz�`���`�ٗ`]�F�� ����wR�-H�`7�Jp��#8m\0�On!��E8v\ZMp�=CpmzEp��Jp+|Lp\'�N��!���M8��$��*��;���\0k!8ȅp>d5�ŷ��oa���Z��m ��e �ЮB��NB�!|[4�rK!��A��{�5�$D��7r 7`����LB�n!&���N�z���� �BB�!�t��.!�l_EH�\"d�\"df�2DB&��pG�#�=B\'�=��p��E�7�E�>-%�o%�o.$p��)��_�PF�#T�F���\"T�n\"T-Z��ij�#� ���k#<��Jx�f��xn�P�\'Գ����w�� ��&������yZ�6�=�n�C�?� �}$�@�������z�OY� �ޜ � C��a�4��D�Y�W�넯��d6�0sDN��E��у��\n�;)��c�\"a�G�\\$̻��#?�ޯ&�m<D\0� �7M�Ώ\0�RI���eZD� �\'�BwPY\r����c����K�Z��M`F� �\',gD������\n� ���{�hAdNAe�z3���O��W� ��G�5�a�E�*a1ɍ�4���l\\BX)�V&C��U\\`�U6_�jST�j�q�����)QR@\\{���.�0Qǻ����%n��D�b�B�ϿA�o��o!n��\"n���W9w �Fu\r>��t�f����M���O�\"8dN<P�E4Z�H4Q�@4��I4��H<4G��x�h� Zʮ�▉V5�D��ND+`�pt1��\r�F�N<r�ѡو�W#:FM]zw�ג��n�D��D����C���`��;u�4�+���F��=w���?J�+#�V�H<�J�D\'�>I%�v��*ʈ^G��[��&7�\"��[�\'D�pl\"�2M�j�$^�$Fj�\"^����{����x�I1���\"b�S1��bB���\01�Y.1�EL��GL/�K�8|��9�B��˅x�h+1ˀD��L\'��sC�E۫�E���bW,�x�N,�q#��qĊ�zĪ�_��!5���k��m<F|��B|TPN|�^N��XO��u��`nGl(�%6�xO|�A|s�*��+3��{��.�[\'����7W;�F��w�����ލ�^�;b�?-�� ���b������J��YE��\"���y{���m�����ϼ��#��w\nq��&��]q�.���ğ���G��q�q��VI�|\"�.A�t�0\"���$��BD\Z�#\"�߉��=D��)\"Q�O$1��\"O\"��&�9�Md��#���%r�QD^���h\'����Ljb=w��wQq�-QQ7AT�]\'.>{N\\��#.�� .��\'.o�%.�\"W�fH*u9�U�$U ImMi��{��aI�p��n]\'i�����7Ika?i���$m�=i3�i�I�S������ �.�u�]���M\0�����F��/�[=ҁ�\'Iƺ�$S�C$��գ7��PU��l9�·I�o�!��!^%9wΓ\\ߒ\\����Av$���$Ok��7��H�X^O:�\"�4�$���&�:�J�R}J��8M�~9D:�j\'��#��Ր|�mIAU�Hw�&]\Z�$]��%��!���!]�,#]1�$]!;�\"�H��ȍ֤H�K��BIQ�|R��~R4��ts������*$�W���H�U��u�-<)�ȅ�����O$��#I�fH��Iv�����;�9�;G��)\"eU���սI��䤂=Rw�T�cAz�M*�&��]!U�7�*�7�j6G�jO� =Ҟ!=��O�/2&5{�$5_t&��v�^��Ajit �I�%��-\"���Z��Z1�c�I�VƤ�SR���;�O�;O��>2I�U:��oA�1Y����o�IS���`�̏��b���M�qJ�M� �aّ��Y��I\0) �A��`�K$؈: ����IȔF��D\"x�%��$��$�)�D��K�:ؑh�_�h1P�VHb�i!q�o�8�\0�ߚ$0% �I��1$1�$�-\'�\\�$�l�$WƑ�R�2����~���_JZ���Vb�H��I�Nz���ŒUnl\"�Ԕ�U�d���ZY1y�)�ƤYUN�D�~!��;��|��g���{����[ԭ�[^\"o%������m�E�V���#\'�lH6�M6~K6}�\'�m5#��K\"��A��i�d+{>�V!��o%�ޠ�|�&�a���K��I��ޒ|���슑�=�dt�$�D��\'�\Z�$�@�ȧ�m\"�6M$�nq\"�Z�ۏ�Ϯ���J��hr��rP2��t�l}��Ў�F�|��/9�`,�By���.r��r��#9�ԃ�H���`.������Wݓ�W/���9꒯������&_��@�RQ���0�fkɱ��� g���[���[�ȷ����R���Brj�ir��仝=���6rn�5rA�\\�$1N�ܭ\'����KZ�ȥf6��xCr��!r�y5�\nJ���k*]ɵoRȵ�(r�i(��0��4q���7�!���9�A��|M~�&%7o\"7�`�_)ޓ_w��o���۞\'��=ɝ���jr��`r�r���4r�0��f7��@�%%]\0��rϓ����3������^M�di\'y�b�{�^�ψz�� �oO8�wT.�۟���%.\n��@2(���3�`�.2�B���H\'c�rȘ��d�s2N��L��!OL���_d��W2���nI�(-��K�dF�2��%��!�� �%s5G��c�d~�Y�ֈ,�8G�:����0Y(j!�YT�d;�,[h#��\Z�J�Q�2#��Ȇ�����������R��y%`E�MY�-�hL�Qֺ�)�S)���uw�R�j�P6�_��@эxO�-AS6�S6��l>mA��e�/���ԙ��beשk�]-ʮ�(�`-����_\0���ޢ$��FO�������)�z)F1���g7S��)��_S,�=+��W|�:�r�j�b�C�m��=Ҥ8�\rP�fRuvQ�z(.��)Ǵ3(n�J��A�9J9a�H91��r�/����D�P����J�{p��חM�_�E �ƺP�3�(�S.�S.�\"(��K(�GR)�]�+�2�U:�r� %�3%�#�]H�y0�rsОCs�ĒĔ��1�m��D�U�� \'J�C6%3�$%SlO���d��dYܣd��S��P�b�R�@J��?��j���!�hd�{���R�J)��TlɡT�=�T��T�r��l���\n)5���ƪo�g~�g�9�sa\r�ņ���(�9bJ�\"��jKyclOy{���N#��.�=�]�!�4������S:��R:�F(]A����wC\"�/ӊ�W���ѓ�_$�|�ߦn)���%iS��)�\0*e�eTe\re잂2��-e�m��D�sz9�s�\r�+ʗ\03ʄ�j�D�^�D�\Z��m�7�4���˔��)��D�m��.ߢ|�K�|�M�,�-R���\0�(�o\n0�8�y�J�TwS ��(0��ػ�xx=q�AO� �x\n�͚�%S�+O)�,��y�B>6J��U��_�0�S�Ic�G�b�)�k�)��O�0��_H��S$�I^\'Er�\"\'��(4�)�������EYL�,\'R��(KEA��U��]ʿ�Ô�Z��KT�����U%�5�8�5W?P5R+��S4��z�y���U�W9u��9��O��?4�[v.P��{G�+m�n���n��Pw{�R\r6n�\Z�\\C�7���o��jd�I59�E5�Z�_�Z��jE�������w�v^��v��TP�q�9��T���T�y3�˱I�q�2�k�*���1�+�(�MυꮒCu� ���dD=Ո�z[��a�����>#�i�W�� ��5�̿6�����G&�����k�� ��멁�ߩ����s���i���G���\'��tMj��Sj��m굍`�5�����FN7S��^�^���F����4�Sc\\J��/Ʃ�jb�-�5���nj���Ąij�_��}Ԕ��)�%Ԕ�,j�sWj��.5-�IM+�Q3\n^S3�FS3\r�R;�ޏ���>S�~P��ja�Z8X@-�+�mΠ�<�>��>�D-=J-Y�-R�O�����NQkQhj������q�f�L��ԧ�v�S������\0�Om�v���\r���7Nm�j����D}��OmTS��\Z�]��S?�Q��P?�^�~*�@�զ<��=<A>��:�*�:��Q�%����>��8*u�F��J�Z�D��B�\"\ZPg�\'��\\�{3ԟyԟM�?��Q瀫�Ǎ�ׇ���T`�)*XG���\"O��<�b���*��H�uyQq��T�L��H���T�V*�Hen���F�PY��T�7��aJ�M�\nt���TY�{��m\'U1y��xF�������W���M��K��7KS�6��\Z<�����i�M�h9Lӄޡ��8A[����fN�\Z#�6�2i0/i��4�~m��\Zm�����4m�|�V�*Mȝ���*m[� m�K?ڎ�M�]���]Km��w�h{��QH3���\n�7}�&��\r�,���R:�,�.�,�4+��4[��>���v�p�vtA��+�93�i.ճ�c]z���8�k�:��q͝�B;Q�F;y�E;��J���y�ZM;�M����}�:��i�v�hM;cw��g�I�Lh�ӂb*iA�oi����X]�y�v��J��N�$�����]�h%���c���8ZT}5���dڍ81-FTM����۬O�%4��H��L�/�Ĥ9Z��DZJ�-�H��j�@K��@Kj�2v�e\Z&�2���2��hw�i��T���C���в�|�e!�i��/���$ӊ����6ZIv�4e�V���g�ЪިѪӝhul;�c�c���[�ǂ��\'��i�fZ�l��n��,�-�Q)��Pګ\rګB8���e$��\"���A{�Ў�6М�>ܟ�^�@�|3M�*cк�W��;hCt�Hnm�>�6��J����]m��m����u� �k�9�[L m���6m�C��K�y�\0��s�?�i���i�\Z�F��4��\Zd�\Z$�\r�֏\'А�1\Z�w�F�x�F�DШ�`\Zm-�ư�1=�i\\�]4�\"�L� ?���4�_Mf7I����\'�4��w4�6���0H[�<O[�@�����2�@_���\n��վ���b�\Z�z��X���g#}�o}}9�������Mת�O��yK�I����g���b�Ɛ[�M�^�����[�����/O�w�;������Y�ro�!ʑ��\'����.ݤ�I?�=�n�7K7;QK?d�H�,�O��֠[M��Qh�u�Q�5͖n���~�AJw�Ew�,�;z��#��Gu\Z�N���N4���a�3��YaJw�(�y��zq;�M?qo��tϊ(��A=��O��o��~ָ�~��=�W�АF�zH<�����:�C~��_�r�~Qe�~��4=\"�>=�=�k��t3=R��~}�4=*�=���I��O��%��㣵��)�_���u�ۏ�����Z�I=m8��.W�g�_EϨ-�gLb��Zz�# ���q��z�P\'=�C��C��&���d��L�����e��Bx\0��y=��T�^B���7�ѫ�������?#��_�O�_h��_@x�&}czSZ���Nz���-�-�^�7Z��7{��o����z��Iz�G&�����ǘ�k������@���H������P0}t�!}���X}\"ɀ>eRD����\\_O��A�5�D�;3M��XL��С��t�\':��:b�C:�f���{�����њ:t��k:z�:�@�D���\rt,چN,5��-�Db$�H\'�T����t��I:�C�.U�i{�_>t�~\'��~��xD�3(�t&@g�l���>�ً:�Y\r�[I�1��]t1@��?C����t���dm�/�}�/�EЗ���K�^���E�J�W���f�j�\'C�\n�PK�`�u��b�jc��#�Z�n�f� c�E�z�\\�v�j�� .C\'@��=����1t\'����5*��?�N0vDE2v�_�ػ�+c���ax͆a�bJ��}�w�C����f����X���Q��3����g�#�#��G4GR60�,2���O��Yo�s�?Ù��p9��pI>�p)��8.|�p+�3�P���\r�n�G7�q�5�q����y���څ`xeex=���0NO g`/~����������\0#P�d eY�f�{��8_2�)ud\\���t�#TNc\\s~θ�NfD�3\"��He7�zQ3#ʣ�c�Ĉm�0�\Z��ڌ�5��{�ɥ�)�9�T����3��5�Nw}�w���9]���{������|�FѼ\n���x�\0�x����Fپ��2����\'�bŨ���QqgT��3�=�3jgԌ%2ju���GT�u��\'�>3�jE1\Z�[MZWMM0F�@Fs���{��od4c�͂�������nƻ]?�r���������8{F[��=����%�#�����p*��\0�腕1�5�1�2�\0��c���1y�1t��v�ι�~��1�1�_�}��1��%c\\K��80>�j3>�M1��_�_�ɖF��q�8�1����g�X��\0���\0��e��g2�H�%p�w��@n��@=00��20܍,`�\'1p���[���|�A��0(7t4m!�v��Và�N0��*�ܕ��FbpLZ@�;���|a��c�\rR�1���!�P�P�f,F82�f+ϲ+�g�/�L�OG��n1U/�0U�0U�fL���LuX s��~��#0s�x\'S�D���e��dnn<�ܲ~���ٌ�?p�����ܭ���g�s����+�~�\Z�=���ML��A�AX�t����i�\rg��ҙ��3�G3�N2-��1�sL�w�m��-I�iw��>~=�>w�i_��yd��h����1��k0�K�1�,3��72]�73ݞ�c�[�2O(T���*L��ϝG��!טgT�g0UL�){�Y=3�Y�f@�>3���y�Ƽ�e��?��Kd�[���G�1�i@f���r�?���W-��W�.1�b1��`F�\"�ћ�1�c[�љư��7k��i\nf��f��3A�ļ���<:�L�af��c�1��̾S��ny�̆�ي?�\\q83�X&3����\'��,R�b9w2�<f>�$1K<��R�5f�m�J�Cf��:��}�ZӉYS�Ŭ)^b�o`�~1낿1?��|r�����w���0�l�/g>�z�|�w�)��|�e;���l�$0�<�`�=Bg�~Kb�_�`�<��}f~8�������T\r�����{��ٯy�9�*�9|��;ǜx����<�9�w�9��b��1��t+��Ek��|�c\"s>}�9�g���)g��� �(&�� ��΄�1��wL8�#!�0q�<&��;&� �I��$�{2��\'�D��II�3�晴�d&\r c�`�L�8���?2����LNe�C����gr�\'���0����)��)[e�`�Z2����!sE��������R���Z�=��������y���ֲ�/6����Y:�V,��X�t3��,o�&c$kS�kS���Y�Omf������:`q�e2��u0��e�²�}�uH}�uH+�e��`��Y��j,[�!��œej�H�k�������rz�r\"�Y�YS,g\Z��R7�r!N���س�y�r�?�r�g��Y����S1ˬS#,������}�\0�̵�,��&���V@�+��9D\Z��UVH�\'+$;�R7Ⱥ�4ͺ4��\n_�e]�9NJ��eE�6���Ċ�n`E�W����n�5b�ܙ̺�����\\�?`ſy͊_4b��^e%f�`%5�X�~լ��qVJ�YV*(���8��~���i���,�be �����Y�sY9m�������T+���в�U8_�z��;�t�=V��lVe�wV�[{V���U5��U��2��`�:*X��o��\Z���\0X�����92��O�ӒU���q����)���� ��~���1��w\r�kW���7�I��O�Xo�_X��W���S���dV�\"��ի����>f��c�U(Y}ʝ��k���+;X���Y���q�^����/-�o��X߈6��7Xӎ�XӤ������8]֏�W���X֯�e��UP�\\Hkn&������5�\re�G|d-��g-LZ�\0�;Y��,�\0��~��d�i�,h�~��XY`���P�7X�Y�3�E�������`��,r�\r%ˢn!��\"m+v�����M��^�X�{WX\\�q�\ZKP��%��%r-g��.�d\nM�\\k\'K����4Dz7��3��,�YK��r�/[�t{U��:^�V�a���ׄ���q�\ZZcl��R�Ƴ`�Z��ډ9��W2{��m��ԇ������t`�&M�7�leo��go����Ϛcoߴ��������m`��6(>�6薲��&���:��������؆��l�,&�@�2��T�6)+b�Ta��D�;�f���e�ζ�/e[E[��b�����`ۘu�m��l�p=�]\"�md��HdMub;>e;�R�N&l\'�9�ٶ�}ܸ�}Be��OLe�Ą�=��ا��l��*�w�;���>�/��j���*�\\�_�y�L���z���{��E��!���K�v(�;�e;|����:�J�?���$;\"QǾzx�}m��ڿ3�H���h�/���ɎI�c�|mf�뫳Kٷ�؉����^vꛭ��0v��v&��}Gr�}gy��e���}q���Kb��a�wO��\"��@vj��x���IvѬ��O1���W��3��+���Y�\nO/v� sv��zv�t-����p�~8\nc?�a?r�e?�hd?�a?�7b?��~����t�;v�-5���^�gI���즵f���K�H�����Wv;دg^�[�?�[��o�*�o�߱[#�mH}vG.��]�����������7re�3��O6;��.��!\'���!���\\���{��Q�t�)��M�lZ7{�%��k�,{�r�=�}����+�o��\rx�����۰�?N��;��P�6��Fl�����HJ>���F߹��\n�x�q6�C�M6�d�r���\rl�%����^~���S�܄&6���-�hc�%���\n��le�4{i���$��^9���2y����G}�g����գ�8\Z���k�8kՇ8�qֽt嬏dp��8��\"���\n��6�ު���*g+(���%g��g�m.gІ��~��W��cT��c�{����*%�\Z�s0;�spv��m�c�Õca;ȱ��ϱ|~�c�c�>�9,{ȱ�Pʱ1����slW�8vDz8vi�<���_�c]/�x�s���&ǥs|\"�s��-��$�㖚�q����B=�x���x�q|,9�>�8��Μ3�8g�9~&f����l�l�9N��vN� }Np�n�9����\'�f��!(\'I�\\��Ź\\��ʑsE3���\\��\\MZÉ�l���snf97=���/rn���Ā�9�í��Ċ͜d�=���;��5DN��\'�l\'�d\'��mN�,�ݱ�=�d�}|\'��]N�`\'Gt��_�)�_�)����b8E½�^}�Ev������<�ȩxy���&��0>�S�{�S��SgVǩN�<Z.�<Y-��k��4X��4��q���q^q���9M\r��6I�W�78�\r�8-�\'9mW\"9mm�v�`N�ԓ����_�z�}��X�9=/�9��ɜ~��O�X��������J�pWgtl+gl#�3�{�3>;ę�!p&x�7]\Z�,�3��~Ιn��L9ę�L�̐��ٶ`�w�?��8�O���_Ŧ���9������uO9��G8�w�9���8�� ��A��]8-�`^rp��y�ou��\Zb�9�l[ˡ�94}mp�y�+�9z��\Z��p�8�!�@�!GP��`�9�8�G�W�#�ȑ r92���ش�����w�\Z�F�]eB�Vr���\rs��]�o���Ӈ�����ں��ur���c��sg�� ���s���Zd��סp�͒�����J��#6ܽ��\\C\r�!��5\\��\Z���\Z�sMsMX@���A���3״�(�t��k�j�5SFrQ��Vi�Vm��V|�u0��uȺ�u��纆�p]��q݊�q�#�����K&\\��o����Z��`P�\rB�q�k��sy���P��X��d�#��КC��FKn(6����Ↄ��+g�p�4p�M�Eܫ)xn��7nԫ��h����+���7�\'rc���X�,7��6�-.�{��M<+�&�}��+i�<n��7��9n:Ǔ��5�fl5���\\���r�[Z��3���n��in�J7���_��-:V�-��rH0�b���/�[~�<��\\>��I����>:��}���d#���1��T��P��mX��6��6Rm��)��M�ܦC-�W�+�w��VV4�=m������,��˚ە����%q$R�`.�;2�����Y]����!����;Q��;��zņ; ��~s��ΘjqgMqg �٥���?\"�?\"M�?w���Z���K���;_t�;�SpN������s�]>\\ ���UゑH.�~��w���p�K_��$.�ћ�TTr1�F.>:�Kt��%��d�.��.���eq���~.�w�����\rjs���\\��%��W\"s�J7K����\\��^��rW��P��ZOe�3o�O��U�ڴ o��r���K�5��<���<\r�=�Z�!o�j?O+�.O������t��x�bosJ:O�Io�o��L�v�������g�����֗����];�3ܾ�g(���w\'��?�\rϨM�g���3i]�;�)����;�(�w��+���g�.�g�\'�g�oų�`ϳ�cij�e�<�<���y��~��nz����9��9&i��M�V����yNh �i)���s�r��2��`m�y��x\'�y\'75�<��*��|_��|������m%�9�.��.Y#y���ya���m�+��yWi�x��y��Kx1�?�bd����5�X�w�/��\n�U:���x�����+f���^�^0/u�/\r<�ˠy�2��xw^��y�����xY�xY��y9Iq��ͺ���r^b/�p�^�퇼b�\Z^��;^�����+�+��c\nx�^Ż*^��+�҆˫�ȫ&���o�����I���:�����y\r\'�x\rm;y\rދ#R��K�&����#��i����Q^������t��1$�u^*�}�g�p.�����׃$�>��>1My�\"x>_x%��Ag��F�`�&ox��7S����A���{�/���&�Px�B�y��wy��`��\'9o���m�/�����9|1�O�\r�B�o���W+��w1�PA�\0�y�P���A<P�V�f\0�˙E���zHz�~zb+�z��G��1�l�1��ط�y�=v<N�/c�����.�y�͑<~HO��O�Z��$�D�\r<�AO��Sh�y\n1������x�o�eoQ,᭔y�UvY�U>��*b_���w|U-_����_�9��k��5ͪ���T��6.�ׇ�lN�78M�Ê��F�������[7�o�B��t���e���4��]��߃���w�o�q��_^�?�j�?�ŋ\0�`��7���M|��\'|S��|�*m|�ߥ|�<��5��2���v�����l��|g��%r����wKQ��f�=�Z�=�\'���O2n�OJ��O���މR������\Z#~\0Џ�1�ʾ�?��1������+��������/m�ſ�O�z��*��6�_N��_���Gl��G�n�_�������\0�z�~Lc-?v��ۼ�;\"�Ǣ���Q�����1~bu5?鮂��������;��K\"~�?��m��EY;��t�����p��M�+<���9~�*\Z��q#�Qt�Ij�)F�o���7NJ��ҷ�,���[L�/����Z濾���\Z��c�����d�����o_�w���w�z������L��w���{���h~��&�ȳ �h�c��<�?������O�}��N�ɟ~RşM���� ���*�N����p��ҋ�r� ��|Г>��5>tM Z��CQ�pB\r�����c�_�c��X��|l���]�\'�1�E�I�����|�<�Ϡ�O�|�e>�=�5���Ս��C_��|�_#���@��e�j�L�V�.Xsy�`͓�����-kwi�>�].h�\n��U�u;=�>k\n�[\n�\\��ͮo[��l�~/�J�#��!�g��٦\n��}��)�j\" v���.� vwi���W��\n�&\ns��>�����z� LO�L�����Z���.�yA��\\�$�x�K`����������)�^�,��(����Xl9�Y��vZ�uN�j\'p���nu���\\m�7����{���G�8#��N]x-8�Z�Ţ�a��ϛ7��\r��kA�K]A`]��ܱ(����z�o)�_\\���\nB�B``A�#��(տ%�w@p��KpU�Yp����zt� z�����AL�� F�)���~��� R��R_CiN:��`;A�c� �Q� � S�&�S�*�{��nA���<A�a��@#BP~{��2㨠ƷJP�U*���<��<���/H\rvY���P�3U����1sA�v�+�Z��}�WvF�� ��m����jA�%A�G���$hoLt�)t>� �cmnh>>\nz��z�}=�F���:A�(D��z(LhU��]_�*U�%��\n�� �.���1_����`r�`Rj\"���(��.��!K��,H�K�I0�wF\0�\n�iW�;&(+��`O�p�a�yI\0��+@:����U���;�+\'�\Z��d�C@^�-� &Է�4C��fW\'`��X�� �!>v�U��X )},�f�t,���%�F��G,9,k� Vc�j��ժV՞�\nպ�B�3k��ᗄ�Q�\r^p����B�}.\'�z����z�����;;�����}�=�B#�o��LCh��Qh\"�\"4\r+��͓M�_3�V� B57�\r�[h�Q&�_�:n�&<�s��l����i��9� �X�B��d���q�L$<q{Vx� <�f.<��z��>zzB�3��8��t�f��9ᙸ|aPՈ��aHA��b6Oxq.Yx��0̵^n�&�<�*��^w^G���\'�Q\07avLxC����Kga̾ta̩��X�,a�}¤��䶫�dn�0��#L�R.L�{+�x�,�b\"�{�JxO7_x�K(̆���掯毬DE �l$¢w>��hka�I��4�BXͽ/��֢ͅ��[º\r�u:@a~DX\'�*|��)|��6�c�ϫ�_��F\n��U�M����Wy�Vc��}f���麰mz��}[��=x���6\\��\"�)����W?�tl��#*X��R8GG����C���;�T�p��*�q�(�����?���i�>N��k)���\n�������ݝ!�8&>&�Z��� ���(A���$�l&1 6��#�:)��k��D�y!�ꀐ|�Z�h|\"dm�����.!��Q�`�k���W(���\'\n�N�B�]���)����~�ʿ�\n+KB�p��g��\0�\"�N�tjT���W�,��e��u��rE��}Y��F�h-�h-eQ�>-��i[�tdS�M�lі#��-+q�����{ 2��Ut0�GdֶUd����ZthS������8��W��\'�D�9�\"{�-��N��א�-Lt��)rz*r�Q���Ɗ\\w��\\�D��9\"W�e�[���]���C�Etj����?��G�7�V�M�N��(��K��(:�#:;��<�����?D�n������)]H@�.�.���%�PZ�/�ܻF�qTA�$��N����];T#�vU!�4�-�2|!��Eg鈢q�D76��n���n�Eqt�(�G�(q!J�z)Jv���Ê2�2�=\\���(;fT��h�(���(�,*tM�D��D���R닢R��Ҷ�ҟ���h5Q���r=���ל��=)���OT}>_T��=L? �M.��=YZ��=u����h�^ly#zQ��<���+�+9+z�}\"j=^\"jm>&z�m�͚��3�E^ˢ.�\r�.��n@��G�]��-�?�!�w��>==\'�D9/\Z<�\rm<-\Z._\r���ƪtE_���ɣ<�d|�蛱��� �v䈦=D��A��ߢ����`�hna\\4�;-��,G���F�o�LE���\"pP�~A.�\'��\rX:�%��a�uD����^D\\�\'\"}�&\"?�ћ�DLK��u�IĶ9!���6{�x�n�L�H�� 8a\"ɟt��i@$-RL����U���U�S�Um�ū~���9�U5�Ī�qb�\0��3\'���5;��\Z�z�Z���F�xC�w�n|�xc�Q���m�;�[������;�Ļ�ĻmO�\r��_{Vl���+����b��Cb�Sqb���b���b�z���g�-�Bl�)�;՟;��+v���O�<�,�#�S�]���4q�g�8��J\\�.����ig�CDc���/?_J9!��C|���[��y�Aq�_�������2A�J&���\'����o���o�u�Is��$C���$NNM\'?8,N��Z��_�\"-�%�S���i���;�6�eBq�^�8/tX���C\\xIM� \"I\\�k����KhqهNq#�88$��; ��tY\\9e+�rŋk>lx-~\\�^\\��U\\O~+~�:)~�$7Ԕ�H��^���g���l���f��⦅O�f�qsL���qW�+����Y8q˶_�+��o���j��������;J�;���~��}Uq��Mq�琸���xp6Y<�.W��[���\'��_4�\'�k�_�O�\\O�\\O��g�G����Ŀ�<ĿWΊ�m��+�¾1ШF��C�����HR�]�J��~V����\Z�D�!1y{��ܳY��Yw%bVI�>!f�͋E��)�;�ŋ�|��I�{R��U+^�JT~LIVGI46�K4\r�J�d�p�D��D��dS��d�Q7ɖ�A=A�D�c�d��k�]��-C�A�>�ނ\n���}Yc#Vbz@ ��Y+�LN�X-\\�.CJl\Z]$6�L$�Hl��Kl�.I��7I�Ӓ���%�|��eq��u����i���S���s�I[K�gk��+k��瘣�]�$��@8��ߑ}* �2��ؒib��C��L��\"k�$�\nQr-�Y�Qrf+��2-���$���&�Y�Y�-����*aIn��Hn�hH��~���$飫%�M�;��;ѯ$���Hrn.Jr\'$yF����.I�QSI��I��Iak���P.)n��wHJ��%oK*=�I*r$U}a��Վ��8I��D�D��fܓԥa$u�ڒ��I������:�䉞���8V���#y�攤�<T��� i]AI���N���{���G�)�-N��s%��$H�Va%c�%���d�K2��d2�E2��d���{��dn9T���wo�@�YJ��=8�J�jBH0\'%��* �5VB:�EB\Z_���%�c�J�r뎄:�!���HHXׯJ���JD�?$b�i��ݨD2a+�7�J�$��p�źC��]֒�Cw%����U�M�U���U�T5�@�f\'U�}�j@�H�J�.�H�YK��^�ͷ~I���I�`̥ۦ RN�tOv�\"Uz��/5�&w��&��RӧR�ن�R����վ���w��X���Bz:/u��&u\"�J��K��Б��K��W�\'��^��ϸ���/��G��#��u����U�Ҡэ�sQ!��}��!�I/UKÃ�H#���W}�W���k����u��p�F_9*�騔�LђƉf��7B� M҄n�-/�&u�m�`�m�.���$��Ҕ�\\iʋjijb�4mRW��%M��-ͼ�NzǧWz7��I�4��Yz�Vi^}�4�{��薕�xs�����_ZڰNZއ�V�H+wOK+[J�,ӥU�)Ҫ7����ZҚ��҇�\r�:�Fi�O����Y��x��11G��%}�J�u+����H�\'�H��I��K_�aK�W�H�?����r���^���,���dH[x��G��$Ki�k�V�:iG�giǭ`i\'�W��p_�}�R��M��7�@��B���]��?�GoHjZ���ҡG:ҡA�t�p�tD0-���~��.�V,��,C�����tP�k���ۼ�W���]�`=%]�H���J1Rȵ�R`I\n@H��P)�E��E���jt�X�)6e�w�,�_����I �\")��;)�3XJM;\"�V��R�:���o�!_��\0H��R�F��Ӓ��\"�oR� ]*�Ke7\r�ʄ5ҥG�KP����)�Z�l�Cٚ\r��u�e�\"�d����æe��2��/�\r�d��2�e��v2��2�@�l����;2}�q�>r����o�T!3L��&_�N6�1�e�o��+ 2�u�2#���<Vv�n�̴�+3;�!3�3\'�H0�Y����z]vh���J��0AOf_�/�_ˎ�\'e�2�W)2�[Q2�ޏ2W�n����[9W��-���T7���/�y� ;ů�����|ZO�|���3����52�ɲ@�bY�|��\\X�����͏d�S�e��h�+�Q�+HGYk��*��\"Rvm�^ٵ�����e����Ȧ<Y䈁,:��,:��,�(�%��ݚ|,�\r~&Kl˒ԣd)�e�������;�,��\r��,�Yֻ]������!Y.2L�W��#�e<dųBY��HV��IV:�%+��)��\\(��{KV��$��,��\\�j�Kd���=l���n��re��N��Ų�?����rY��;�g��d�z2d/=�^5��^�e���eo�Y�6k����FY��eY;�)�d��z�7�z�1����eU�\0\"L6��I6�&��}�֔}[̓MUȦiWd��u�YX�l�Ô���E��k���n���D���雲?�ò�b�_\r������� �ɐ��d��{e(?C��M��W�p7;d����NF�+#>���U/����d�p͢FFÒdt�z�8C�Z�#c��+c1��8;d@���Q(pjd���e\"k[��U�L��Q&�J��/�ʔ\re�jt��mٿ|3ٿ�;r�A�|�G��`�|���|MN�|�\\�n����u����w�ɵ�dr��A����\\\\���|��q�4L�c�|�`�|��\\�wPMn�#��,߿n��\0���<Vn�G[n�=Wn��/7���<�+7�~Gn֝-?�l\"�\\;+���,�2�[\'��o������?�#?�~[~�6M�P�\\�@���l�Q����?˝N4ȝ�F��^�O�j�OH��=7��=�\n�&f�>�<�χP��r��&r_�g�Y�X\\ȗ���+�TxF� C����_�)���I�Gj��on��<a ��ԓ�T��qE�����:�<�g���A���J�$��\'���S~?��@�����S���ۣ�yIpy�K�<o�D^��,/��G�K���K+��ҡ!y��:�O�ȳY�8��I��k��!�Y�ZP�y_��U��m\nY��X ױ oe�����m.��v׃��fy���C)����;+;����n����Y�A�Z�a�I��}�|���|��S>*!�Ǣ��c?��/��ɿ��Ol��O�˿�ȧR�g�G�g�nȿ�u������ݑ�AS��b��� \\�ה*^� ��Tɡemr褳��$��J��1r�~��p^�zC��_��cw1�X��w�Д��l���R&\'ѳ��\0;9u&g�N�3�l��<�9Z29/맜�a��7œ���\"��HT,����� ��5\'���K���w���˗����D�J��|�v�B��C�20�X�Y�6�U�o>�P?��X�q�B�8D�a��b�D�ic�bK-X���K��}H�-�b\"I�36S��0M�{U��,]�絧��}D�/o�bߧ����\n����N������K��H���{Ta��Ha�Q��=ܧ�=械ߴ�p�R�p�)���pR��p�5Vx�7+<�9��C^>�\n/?m��p�¯�C�ﭦ�*�^sT�y�@<S�nU};��g)r�).�G*B+S�bEx���2�Vq�cJqe(Xq���\"�n��Fq�\"v�@����7lR���Yq�r��v��\"�q@�t�\"��\"EU�H�>Td\0���)��R��~T�̄*r34��ˊ���k����]Q�IWQn��(�)��*�G����^C�J�\"Eef���u��ꨨn������x���^K�챢�l�⥎��U�M�k3�����-$�����{o[E[t��3?N���蚹��ި��p�W�#�S��*>��+���(jl�����)��bt��bl����}�dزb���y���ի��wV��=����\0��T\0\Z�\n��\Zb�@�R O)PK�x��\n�6a�\n\"篂**�)k|���~��Fg*����]�k�V�\n�B�;�PޥP��R(f��3j���\0Ŋ�7�J#M�RP�\\u%^�j��T��+�w�+�]t��^���D��a�\\czN��3N��S���S��أ\\�5�Ԣ?U��W�5+u�Օ����=+7��Qnn�Pn�LVn�JW��v\\��ոr�TO��v����_��OJC�r��K�>-�r���rߵ*�����8���� \r�<ȉV���T��Q���T��S*;��tRZ�VZ����(mΚ+�N*�c�v�E�}U��(#N�l-P:Sݕ.�T����k�/���\r���\\選��rئ�B�P�l\\�<�$V�~}Ry��M�\'��<+��pWԅ*���`�z�9�t��ʋ\r�ʰ����AG�W[_(#��+�\no)�K�)of�S��(o�T*�\r��o�)K��+���5��t�)��y�2��2�1[��mV�emR�w�*ߤ(�����Z�)KW�(K�}ʚ�\'�5,o��ov�ڕ|e퇲NT>�ݩ|�{M��蠲!�W�H�R>�8�|~�G�\"gV���|�6U����������_����}T����O�nЭl��Wv�R�݉iʾȫʏeB�r���?��T�UYQ�\Z�#���#�p�-_�%��r\"���k��r2���D~UN�Ӕ�lu��W�k�)��)3��s�m���-.J\0����J �����WBn�)a�KJ8���U�ܥP\"[�(��J��q%�앒$\nP�m�*)&�Ԑ%�\\ɜ����u*��h���C)��O��X�r�!bq�\Z��x >��EC�+�r�Ji�4.��8\\CK\"B ����N�II�H���T$\r�%�P�T$Rtҥ�z�������ѠPz��n�ng@�(%虳z��C���Qe軣���@��(�����hP�-/��ˠy���g��Z��`�|W����A;��=]Л�z�,�~�_R\r��`�F�]�Q}r�p`<�=�۹`�c$L�5�i%\'a��50c�\'�N��yf`��1Xt����:eX��\0���]����y��m�-=v���`�k���0�e,P+G�����,}4\n����n�u\\���*�e�n1�_<��﯁��R�^�`����t�Y�|����d�;i�C�}��g�F}?�=6���&���q:l�U��D�6u��Nm�9��>����q�aot*x�B D\'B�o@H����*84J�L����p�D�g?9eD;�A�_eS}b�,�ؽ��\rq�VB��E�wU���8b$N2�$�H�Rgg���P#87k=��}.��Az�\\H_<2�l�Kw��2o��~\\��\nWՕ���pͰnV�@��T�;�����p�3�7�Id���c.�=}��\n��BQX)<�M�G\njP|�<<q_�����=�y���TCx�\'\Z�;~��I�b�p�\\�\0UGW��_�+\'x}��F�@�Q&����4j�B��h��_��@���p����2�M2|w���:[�O�w�s��|z�3��*`�v���֚aOY�J�\n�tB\r{�.�>Nި|�\ZU~t�/;��8`�\'���/�A���q!v�����Q{P#�7��W����hp���Ge����q��8Ƭ��tG�KG��J>�kU� /\"pb�\Z/Vt�)���$�M��I�6N���iW4p�h\r��Q4�[����,`�Q��9C��Wh~�Z\\�-���)Z^|��izh�2���F�2�*�C;�l�/:���p�K9.�\r��U�!��i�=tz:W�MD�wQ�\Z�=\\��G���8=ߏC�/�Kw5z�rB��V\\�7�L\n�5���?{�g��M�Cߜz�߃~���I�1@�?nL��@�+�9�n�x�[�bq�_w���p�5{��o�{����m^���4�4��_p?��3���x0�\Zr���6����%x8���ã�Nv���q�0�[������w�\n�}��#�y�&<��$�C����ɚ�0��?�`��=1c�[��/5�eW+̲�YS�zK=f�`Nb��o읆7�{���oM���?ǻ5���e��{���e%j,�B�Xd\\�����\n|��ş��I?G,�\\�eϻ㳄h|�� ��\r�\n�`��5+k�cո]�ҿ_V��X]�\rk<W`��I���o�b]��5��?N��3���������n`Ky~Vٌ��\r���FI�~d�w~H������3\0�t$�{ȓ�I�4�?��n.��}�r�\\E=�3Ii�g�5˔z��B}�:H9/�T��P��i@�Ѥ�M�Ҡq�i�r�\\[B�����5�\"i]J!��H{Y霉�a]7а�wIo� �=n&��d��L�!/Ȱv>�\r�L����%�4�0M*J�)�\'iʢd�^J&�$���hځ{4�|+M7/����d���溚���dn�L�H\r&d9͐��m�E�}S9�,%��6�G���B��B��E���F9�ϥ�%\Z�ts-M;L˜��yw�ts�U����\\Z�@Վ�eyŇ��eZg�N>�䛹�|�O%?�0�����5���;�6X��Pږ@���}ӂh��ڇ(��?��K�|������Xc:��M��\'P��5�����2:��H�3/PTk�\\ tj�d��+��7�(n�1JP$JPk��E����l�(���Bg����>��J-��Ԇ:?���b�)�Q�5�S�1o�{A]�J���<(kv\"]u�@�^�� �6L�v~���B9���F�Gʝ|�r���[]����2���74P���T��Dz��Å:���*���J�]���OR�g_*\r2��s*�\ZHe��P��-���F��s���=U;���2�u�I�Gһ���L ���?fPÔ�(-����o�Rs�~����h�Km��Kj_��ګ��Ou�U����s@�\\ً�ʆ��p���];-X!��rSYq��?��Φr�=V�g��U��.���yɪ]G��SVmV�uXm~\'�e��A}����<�љ���АJ�Yp�u�M`��<�ڄ�eO`����`�56���#V��a�<�x ����#\r�����<�[��l��̖�x�<a�:O��\'�ڰ��d�<Ý\'���)�3٤L���^�3�&�i~ώW`��M<��[&�b+�,��p���{���^0��ZG��;5��t/_W�˃?�\r�RmŮ�&�_�ͫ��N]e��yu�-�qِ=��c����&Bx�e(�����ղ��&{\'�?��bʾ���O�oP��f.�@-\\~����9�]�wm��ݣ����Q����q�8~��C��8tq9�ީ��O{pؚt˨�6|�s&�ٕ�g#G�_��8ҹ�#�� c\r>�Q��S?sL�O>�x�O�[ñ�9V��Oo�����+�p�ݕ���I����N����My����(�s���y��|q���h��}�����Ô�8��&_��f��k-����|{�N��ѓ��w}��|�|�..(�̅;�\"�ü(~ؖΏۺ���\"��pu.7I��E\\�Ѝ+^�s��a~i;�����n���#f��g\\�Ńk5�s��N~S�;��n��;��m������>r��Hn�|�C�p��}�4@�?���ֿ����%�Mώ�Y~����^�g3�b�گQ�P���6]Q>Q\'�]���jQ�}!�eWd���5!Q�䄋v��h�g��}O\Z8Wt\"~�XO�)�ݎ2줱��*��4���$�?�C�_���Ā��(�E����H�<8(c*Aƙd�Dj�IˣdJ��Lm6��ފ�5��V�Q�buJSlU��6Ķ���־�w�]�T���)�[�dA�HYx�U��8�*�%�ʲԌeiL�8���ӫ4Y5t���T#�;�WI������ɺ��) _+KY?{���W��4L��ٺ3M�(J��z�i�(;�%��X�\'�J�z�LҒ��v�И>rx���\rk��x+���.�W���Z9�D5����?�T�P��X- +NH�XV()k^KJ`����\'�c�%uF��S��i#$ӭH��I��sɪ�\"Y�%r���6\'A�\"$\'*Rr�%ש@�ɝ�R�?T$���R01J\n\'ΓBUy�V*u\n�q��<��E�wIqM���HI�gy:�J��<$�cʤ��@��I�~y���Tx{HŶ�RY U�w�e[����BjޚKM�Z�=~B���;���N�E�Mȓ�9(\r�{K�ۏ�О%�.��i��|2� -�����f�R�+��H�_i�>G�f͓�g�k{�|���ʷ�Q�1�]:��HG�\"�n��K��\ZS�� M�Ч$a���ͩ�fl�?�wZjȑ\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','1','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:3:{i:0;i:1629459600;i:1;i:1629718800;i:2;i:1629978000;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','skipped','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1629459600','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-warning\";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','1629459953.4808','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','13','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1629460423;300;51.195.210.109','yes'),('serverIP','1628941304;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1628891404','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":5},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":6},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":7}],\"order\":0},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":1},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":2},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the Firewall rules that protect against SQL-injection, XSS and more, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":3},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, shells that hackers have installed, known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":4},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Two Factor Authentication, Whois Lookup, Password Audit, Live Traffic and Diagnostics.\",\"children\":[{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":0},{\"title\":\"Password Auditing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/password-auditing\\/\",\"order\":1},{\"title\":\"Whois Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":6}],\"order\":5},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":6},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you\'ll find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":7}],\"order\":7},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/\",\"excerpt\":\"Wordfence Premium comes with an IP Blocklist, Real Time Protection and much more.\",\"children\":[{\"title\":\"Account\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/account\\/\",\"order\":0},{\"title\":\"Pricing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/pricing\\/\",\"order\":1},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/api-key\\/\",\"order\":2}],\"order\":8},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available a data processing agreement to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services. We also provide a data processing agreement if you qualify as a data controller under the GDPR.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":9},{\"title\":\"Site Cleaning and Security Audits\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/security-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":10},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":11}]}','yes'),('supportHash','861fa35ee92ea792bee38ef73e0d7326fc59d39ea2f0acfe3a0b998811dfbf3c','yes'),('suspiciousAdminUsernames','a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1629458483','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|cpa|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|aero|akdn|ally|amex|arab|arpa|alstom|army|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|aetna|book|buzz|cafe|call|camp|cars|casa|case|cash|actor|care|adult|cbre|cern|chat|citi|city|club|cool|cymru|alsace|cyou|cards|coop|data|date|dclk|link|live|loan|loft|mini|mint|amfam|chase|cisco|mobi|apple|limo|amica|like|archi|cheap|citic|click|life|codes|crown|deal|dell|game|lidl|love|cloud|coach|ltda|luxe|maif|meme|media|meet|menu|miami|moda|news|next|lotte|lotto|moto|name|navy|boats|nexus|alfaromeo|nico|nike|open|nikon|ninja|page|deals|nokia|ollo|alibaba|pars|bosch|airbus|nowtv|pccw|pink|play|plus|beats|bible|bingo|delta|airtel|baidu|black|lilly|linde|movie|ping|lipsy|money|pics|lixil|loans|locus|pohl|alipay|prod|prof|qpon|raid|read|dabur|dance|pizza|porn|post|phone|photo|place|poker|praxi|press|prime|promo|shia|audio|autos|azure|build|osaka|paris|parts|party|quest|radio|allstate|omega|allfinanz|canon|mango|vana|shoes|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|skype|sling|smart|smile|solar|space|spot|star|sport|stada|store|study|style|surf|talk|sucks|swiss|tatar|taxi|team|teva|tiaa|tips|tires|tirol|tmall|today|tokyo|tools|abarth|abbott|tech|toray|video|abbvie|agency|total|tours|town|toys|trade|vegas|africa|trust|tube|tunes|tushu|ubank|amazon|duck|audible|avianca|brother|dvag|broker|academy|camera|coffee|auspost|channel|dish|author|clinic|docs|earth|anquan|aramco|career|casino|center|chanel|email|boston|edeka|chrome|church|circle|claims|banamex|abudhabi|auction|bananarepublic|comsec|bugatti|accountants|condos|fage|careers|desi|caravan|diet|capital|erni|coupon|dubai|epson|cruise|dunlop|dupont|durban|emerck|expert|accenture|associates|estate|events|attorney|credit|athleta|energy|accountant|dentist|fail|fans|fiat|beauty|fast|fish|florist|food|ferrero|fire|flir|dental|farm|fido|film|ford|frogans|fujitsu|ggee|final|finance|free|fund|gbiz|gent|gift|bayern|bentley|flowers|gmbh|ferrari|gallery|gallo|games|goog|bestbuy|guge|bharti|faith|gold|golf|guru|hair|gifts|futbol|haus|berlin|family|farmers|fashion|hdfc|fedex|design|help|here|hgtv|gives|horse|barclays|forex|green|gripe|barclaycard|gmail|barcelona|gucci|flickr|flights|globo|group|guide|host|honda|hsbc|bostik|drive|glade|glass|homes|hyatt|icbc|forum|booking|immo|yoga|house|ieee|ikano|imdb|lgbt|work|abogado|works|world|doctor|xerox|basketball|zara|zero|bauhaus|dating|datsun|dealer|degree|yahoo|direct|fishing|xbox|fitness|bargains|baseball|education|zone|barefoot|forsale|gallup|kiwi|contact|kddi|land|visa|koeln|google|jprs|kaufen|kinder|kindle|kosher|kpmg|kred|lego|luxury|madrid|maison|makeup|market|mattel|monash|stream|studio|supply|suzuki|swatch|sydney|taipei|grocery|unicom|android|tattoo|compare|target|company|taobao|viva|vivo|gratis|lexus|volvo|garden|global|legal|voto|lease|vote|george|giving|kyoto|corsica|juegos|lamer|lefrak|london|vodka|shouji|coupons|viajes|viking|villas|vision|voting|voyage|country|courses|lancia|latino|lawyer|living|locker|mobile|soccer|social|tennis|virgin|wine|zappos|agakhan|charity|college|cologne|comcast|airforce|chintai|citadel|clubmed|cooking|cruises|digital|domains|exposed|express|genting|godaddy|americanexpress|americanfamily|cricket|guitars|hermes|itau|hiphop|hitachi|irish|watch|weber|hockey|holiday|hotels|hughes|info|jaguar|java|nissan|nissay|oracle|pfizer|photos|physio|pictet|webcam|weibo|hamburg|hosting|afamilycompany|intuit|wiki|health|wien|imamat|insure|mormon|weir|hangout|norton|nowruz|office|olayan|online|orange|otsuka|toyota|travel|hoteles|jeep|jetzt|monster|amsterdam|juniper|lanxess|lasalle|latrobe|analytics|hyundai|jobs|leclerc|limited|lincoln|apartments|joburg|moscow|wales|museum|racing|tienda|xihuan|yandex|hotmail|ismaili|aquarelle|quebec|wang|nagoya|jewelry|natura|kitchen|mutual|markets|netflix|network|oldnavy|philips|tjmaxx|komatsu|okinawa|politie|tkmaxx|yachts|netbank|pioneer|walter|lacaixa|organic|origins|vuelos|neustar|realtor|shell|boutique|bradesco|broadway|budapest|builders|business|capetown|catering|walmart|catholic|christmas|cipriani|computer|capitalone|shiksha|wanggou|cityeats|cleaning|clinique|clothing|commbank|democrat|diamonds|discount|community|discover|download|engineer|calvinklein|directory|engineering|enterprises|ericsson|equipment|construction|delivery|deloitte|consulting|creditcard|cuisinella|contractors|creditunion|cookingchannel|theatre|tickets|toshiba|trading|watches|cancerresearch|tiffany|weather|brussels|windows|winners|xfinity|yamaxun|youtube|zuerich|etisalat|whoswho|exchange|wedding|feedback|frontier|goodyear|website|fidelity|firmdale|grainger|graphics|guardian|firestone|football|frontdoor|furniture|hdfcbank|goldpoint|foundation|fresenius|foodnetwork|helsinki|eurovision|extraspace|fairwinds|healthcare|holdings|financial|ipiranga|homedepot|homegoods|homesense|hospital|insurance|immobilien|industries|infiniti|hisamitsu|institute|investments|international|istanbul|macys|rmit|bnpparibas|rent|bloomberg|reise|reit|rest|rich|room|rsvp|rehab|ruhr|safe|ricoh|sale|rocks|rodeo|rugby|blackfriday|blockbuster|reisen|salon|sarl|save|saxo|boehringer|repair|jpmorgan|kerryhotels|kerrylogistics|realty|report|review|rogers|school|recipes|safety|sakura|rentals|sener|rocher|reviews|rexroth|ryukyu|seven|samsung|sexy|sharp|shaw|select|singles|staples|storage|support|surgery|saarland|temasek|samsclub|sandvik|sanofi|schmidt|systems|schaeffler|schule|realestate|schwarz|science|services|shopping|showtime|softbank|software|scjohnson|sandvikcoromant|scot|search|seat|secure|security|seek|shangrila|solutions|stcgroup|statebank|statefarm|stockholm|scholarships|kerryproperties|theater|lighting|lundbeck|marriott|maserati|mckinsey|memorial|kuokgroup|marketing|marshalls|merckmsd|mortgage|observer|melbourne|partners|property|yokohama|lancaster|lifestyle|xn--90ae|landrover|pharmacy|pictures|plumbing|reliance|microsoft|passagens|supplies|xn--l1acc|nextdirect|panasonic|redstone|xn--90ais|xn--c1avg|xn--node|mitsubishi|olayangroup|photography|pramerica|xn--ngbrx|xn--nqv7f|yodobashi|management|properties|xn--d1alf|xn--qxam|republican|restaurant|tatamotors|xn--e1a4c|prudential|richardli|xn--fhbei|xn--p1acf|xn--tckwe|xn--vhquv|protection|xn--p1ai|xn--qxa6a|swiftcover|technology|training|ventures|vacations|vanguard|vlaanderen|woodside|bridgestone|productions|university|verisign|travelers|volkswagen|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--wgbh1c|lamborghini|motorcycles|playstation|progressive|xn--unup4y|redumbrella|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--30rr7y|xn--pssy2u|xn--q7ce6a|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--3pxu8k|xn--o3cw4h|xn--42c2d9a|xn--mxtq1m|xn--wgbl6a|xn--45brj9c|xn--45q11c|xn--4gbrim|xn--9et52u|xn--czrs0t|xn--kput3i|xn--55qw42g|xn--55qx5d|xn--5tzm5g|xn--6frz82g|xn--80ao21a|xn--80aswg|xn--90a3ac|xn--9dbq2a|xn--9krt00a|xn--c2br7g|xn--cck2b3b|xn--cg4bki|xn--czr694b|xn--czru2d|xn--d1acj3b|xn--efvy88h|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--y9a3aq|xn--fct429k|xn--gecrj9c|xn--jvr189m|xn--45br5cyl|xn--4dbrk0ce|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--gk3at1e|xn--rhqv96g|xn--rovu88b|xn--3e0b707e|xn--xhq521b|travelchannel|wolterskluwer|xn--s9brj9c|xn--ses554g|lplfinancial|xn--qcka1pmc|xn--t60b56a|versicherung|lifeinsurance|xn--vuq861b|xn--w4rs40l|xn--cckwcxetd|xn--zfr164b|weatherchannel|xn--80aqecdr1a|xn--eckvdtc9d|northwesternmutual|xn--fiq228c5hs|xn--fpcrj9c3d|travelersinsurance|xn--3oq18vl8pn36a|xn--fzc2c9e2c|xn--54b7fta0cc|xn--6qq986b3xl|xn--b4w605ferd|xn--fzys8d69uvgm|xn--tiq49xqyj|xn--ygbi2ammx|xn--bck1b9a5dre4c|xn--h2brj9c|xn--clchc0ea0b2g2a9gcd|xn--q9jyb4c|xn--yfro4i67o|xn--h2breg3eve|xn--h2brj9c8c|xn--io0a7i|xn--hxt814e|xn--j1aef|xn--j1amh|xn--imr513n|xn--j6w193g|xn--kprw13d|xn--kpry57d|xn--mgbbh1a|xn--mgb9awbf|xn--jlq480n2rg|xn--mgba3a3ejt|xn--lgbbat1ad8j|xn--mgbpl2fh|xn--jlq61u9w7b|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgba3a4f16a|xn--mgbab2bd|xn--mgbaam7a8h|xn--mgbaakc7dvf|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbc0a9azcg|xn--mgba7c0bbn0a|xn--mgbgu82a|xn--mgbcpq6gpa1a|xn--mgbt3dhd|xn--mgberp4a5d4ar|xn--ngbc5azd|xn--kcrx77d1x4a|xn--mgbtx2b|xn--i1b6b1a6a2e|xn--mix891f|xn--nyqy26a|xn--otu796d|xn--mk1bu44c|xn--mgbi4ecexp|xn--ngbe9e0a|xn--mgbx4cd0ab|xn--nqv7fs00ema|xn--ogbpf8fl|xn--pgbs0dh|xn--rvc1e0am3e|xn--5su34j936bgsg|xn--w4r85el8fhu5dnra|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|','yes'),('tldlistHash','3694aa48ec18a722435a817d284b52e282d032d11ca43c36e94d9e03b5ca922a','yes'),('total503s','1962','yes'),('totalAlertsSent','20','yes'),('totalIPsBlocked','1958','yes'),('totalIPsLocked','18','yes'),('totalLoginHits','11411','yes'),('totalLogins','1','yes'),('totalScansRun','54','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('vulnerabilities_plugin','a:5:{i:0;a:5:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:9:\"toVersion\";s:5:\"4.4.9\";s:11:\"fromVersion\";s:5:\"4.4.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:11:\"redirection\";s:9:\"toVersion\";s:5:\"5.1.3\";s:11:\"fromVersion\";s:5:\"2.8.1\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/4209cf3b-1778-4ac2-b778-3bd5526b681d\";}i:2;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:9:\"toVersion\";s:5:\"7.5.5\";s:11:\"fromVersion\";s:5:\"7.5.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:9:\"wp-cerber\";s:9:\"toVersion\";s:5:\"8.9.3\";s:11:\"fromVersion\";s:5:\"8.8.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:4:{s:4:\"slug\";s:11:\"hello-dolly\";s:11:\"fromVersion\";s:5:\"1.7.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:3:{i:0;a:4:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"2.1\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:12:\"twentytwenty\";s:9:\"toVersion\";s:3:\"1.8\";s:11:\"fromVersion\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:15:\"twentytwentyone\";s:9:\"toVersion\";s:3:\"1.4\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','38060032','no'),('wfScanStartVersion','5.7.2','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:21:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";}','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:27;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:4616;s:14:\"scannedPlugins\";i:5;s:13:\"scannedThemes\";i:3;s:12:\"scannedUsers\";i:1;s:11:\"scannedURLs\";i:3681;s:10:\"lastUpdate\";i:1629459954;}','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('wordfenceI18n','1','yes'),('wordpressPluginVersions','a:5:{s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"4.4.8\";s:5:\"hello\";s:5:\"1.7.2\";s:11:\"redirection\";s:5:\"2.8.1\";s:9:\"wordfence\";s:5:\"7.5.4\";s:9:\"wp-cerber\";s:5:\"8.8.5\";}','yes'),('wordpressThemeVersions','a:3:{s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";}','yes'),('wordpressVersion','5.7.2','yes'),('wp_home_url','https://ukdebtconsolidations.co.uk','yes'),('wp_site_url','https://ukdebtconsolidations.co.uk','yes');
/*!40000 ALTER TABLE `cwp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfcrawlers`
--
DROP TABLE IF EXISTS `cwp_wfcrawlers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfcrawlers`
--
LOCK TABLES `cwp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `cwp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `cwp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��#��','i��| ��OoD!���','verified',1629148346,''),('\0\0\0\0\0\0\0\0\0\0��#��','�����>�b0�oQ1��','badPTR',1629148345,'223.23.187.35.bc.googleusercontent.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1629145459,'crawl-66-249-66-129.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1629132056,'crawl-66-249-66-131.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1629133602,'crawl-66-249-66-133.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1628969770,'crawl-66-249-66-147.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1628982227,'crawl-66-249-66-149.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1628977538,'crawl-66-249-66-156.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1628957466,'crawl-66-249-66-157.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B�','�����>�b0�oQ1��','verified',1628970153,'crawl-66-249-66-158.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E\r','�����>�b0�oQ1��','verified',1629220043,'crawl-66-249-69-13.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E','�����>�b0�oQ1��','verified',1629205528,'crawl-66-249-69-15.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�E','�����>�b0�oQ1��','verified',1629199051,'crawl-66-249-69-17.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�F','�����>�b0�oQ1��','verified',1629461040,'crawl-66-249-70-2.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�F','�����>�b0�oQ1��','verified',1629463494,'crawl-66-249-70-29.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�F','�����>�b0�oQ1��','verified',1629505073,'crawl-66-249-70-31.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629248285,'crawl-66-249-72-189.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�I=','�����>�b0�oQ1��','verified',1629443122,'crawl-66-249-73-61.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�IM','�����>�b0�oQ1��','verified',1629386091,'crawl-66-249-73-77.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�IO','�����>�b0�oQ1��','verified',1629376080,'crawl-66-249-73-79.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�IQ','�����>�b0�oQ1��','verified',1629375660,'crawl-66-249-73-81.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1629030510,'crawl-66-249-76-225.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1629034356,'crawl-66-249-76-252.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1629041939,'crawl-66-249-76-254.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0���n\rK','i��| ��OoD!���','verified',1629459785,''),('\0\0\0\0\0\0\0\0\0\0���n\rK','�����>�b0�oQ1��','badPTR',1629459784,'194.110.13.75'),('\0\0\0\0\0\0\0\0\0\0���c.�','i��| ��OoD!���','verified',1628987675,''),('\0\0\0\0\0\0\0\0\0\0���c.�','�����>�b0�oQ1��','badPTR',1628987675,'207.99.46.204');
/*!40000 ALTER TABLE `cwp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wffilechanges`
--
DROP TABLE IF EXISTS `cwp_wffilechanges`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wffilechanges`
--
LOCK TABLES `cwp_wffilechanges` WRITE;
/*!40000 ALTER TABLE `cwp_wffilechanges` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wffilechanges` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wffilemods`
--
DROP TABLE IF EXISTS `cwp_wffilemods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wffilemods`
--
LOCK TABLES `cwp_wffilemods` WRITE;
/*!40000 ALTER TABLE `cwp_wffilemods` DISABLE KEYS */;
INSERT INTO `cwp_wffilemods` VALUES ('\0?H�\0�E}�����\"�','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('\0)4\nTY��d4G~�','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('\00��#�9���Z4�j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�d4VڋS~tɱ�ź','�o�ᕑ�\"t�y�S�����M8�!9/�?Y�X�','',0,'?'),('\05g���c�0�\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��M]�1f�D,��>�','�mA �7N�/z}��;��e��r�cs�#sW','',0,'?'),('\08�<lc�ˊ�gg)9�','wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^��L��U�\n��i�','%LIf͕�}��Y�9���&yH��2nh','',0,'?'),('\0C_\n��jD��@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�)��&�c���','1�t/g�7O�$�U~�4n7�Z\Z�;u��)�dk��n','',0,'?'),('\0G���M(��YlWz�!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('\0G�S���3j�k','wp-includes/wp-includes/css/customize-preview.css',0,'1ig`��o���ӏٷ1>','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('\0RȞ6� ��-����','wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php',0,'p��Ʈ�u��o7;~z','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('\0[��xFLpǍ��)+�','wp-includes/wp-includes/images/media/archive.png',0,'9����h�\0��ì�u','9����h�\0��ì�u','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',0,'?'),('\0`Y�ϭrG����','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"��~\'���$|2*�','�>�3� vj��\r|\")\"�5SR�\0�{k����{6','',0,'?'),('\0i��bi�6\Z��ɽܮ','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php',0,'�����G���o�\n�>','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('\0mA}=��I#���o�','wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�B�9����Ǭ�','Γ�&[��f��&�\'��8���I,�A��','',0,'?'),('\0v�ώ�U��V�','wp-includes/wp-includes/SimplePie/File.php',0,'i�~Hwb�x��xsٷ:�','i�~Hwb�x��xsٷ:�','0���sD���;��P�=�\'��2� ��\0Df��','',0,'?'),('\0���;f��Q�=*Ǖ�','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����H;�q.�','�������O��)`5g�D?5F�!����','',0,'?'),('\0�9�k5&�ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�kݢA��D�5z�yj','BQ�e!�R�il��s�nq��R41x�x�Q!','',0,'?'),('\0�G���As�7.��.�V','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T�����}2�','�̖�^)�VX����|���p�OS]��~h�','',0,'?'),('\0�|9��u�e���@��','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��)�\\�w�s����}\0','�9)�>�[ �\0b|�WC����L���#�+�','',0,'?'),('\0�D�`�8R��ɲ%��','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}��`i���y��','���Tܯ����19^�ջ�P\'�L�d%�k|�P؞','',0,'?'),('\0�lDd��u^��Y��','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�I���U{x1�A','F��u�X\0�og�:~��h��_��5��p�t�$','',0,'?'),('\0�����6�uY���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��/��IR','f�?���(��m�������Zn�ҳ���h;ފ','',0,'?'),('\0�K�z\n�7�����p��','wp-includes/wp-includes/js/json2.min.js',0,'�����x�}\'��-��8','�����x�}\'��-��8','? ��s�s��(q���c!~a�ж�H�\\y','',0,'?'),('\0� $���ә\0֫','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�@~w\0�5','1���lmb����E�W\0�34,F˯֠�Q','',0,'?'),('\rx+�U��ڜ���','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���6JҨNM!d��$t','E��|���K4�g�,��_��^��,�� Ev�','',0,'?'),('7S�I�fe���(��','wp-includes/wp-includes/blocks/buttons/block.json',0,'T���9���D?_�7E','T���9���D?_�7E','��Y]K܊�QS駤��k;� ͥ�{/ʅ�j�','',0,'?'),('L\r�����8?�J�F','wp-includes/wp-includes/bookmark.php',0,'��7!ć>pP�:�ޑ\r','��7!ć>pP�:�ޑ\r','6̎2M̥���?��&rA���bĪ�ux^с','',0,'?'),('NDj^:uT�>B�*��','wp-content/plugins/wordfence/css/main.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8/�_NN���7�','pE(���4,�G�i�:��UML�k5�Y��','',0,'?'),('NQ�\"*hz�r�w|\Z�','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q&T^�]BB�g\'��','��B\Z�r�F�В���Pv-^fT�,�_��i','',0,'?'),('Vl�K����P%A��F','wp-includes/wp-includes/comment.php',0,'�A���]�ř3F8rȃ','�A���]�ř3F8rȃ','\'B�6E�:��bw=�#u�\0��> &���M�','',0,'?'),('X�ɘy_�7�XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\Z��.*:î�+�1','��\Z���ޔ�eg�)��QRC��A�m����','',0,'?'),(']��j��R���X','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��//R�����j���.','��3\'�X\r�o�`/��D����/�3\Z','',0,'?'),('}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,'?'),('�m!U߄���U','wp-content/plugins/wp-cerber/assets/flags/bz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�����ڜ�','�0^k R�e�����q��C���G���Q\"��','',0,'?'),('�T�h���zP��r�','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iz��k���$]�','��\'MLJ)�ֺma� �fq�JK�-����Ȧ�','',0,'?'),('�ϋД\'Ot�ʗM;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�\\O���d�#��s�u','�`<�`qn�̀��\"�`�*���t�����y�','',0,'?'),('�Qk�ԃ�Q3��%��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png',0,'����p�N��y~�n\"','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('�X|_��wc�:�j��','wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�虚-�.�\Z��2 �','O�ͯ�G�2�\n�ɣ~�V��\Z6��|x','',0,'?'),('��E?tB9b��vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�aB R����X�','wp-includes/wp-includes/js/wp-auth-check.js',0,'j{�,��ݍ�][c','j{�,��ݍ�][c','�R)C�`p�� ъ ���;(�Ltcn�zƈ��','',0,'?'),(';zp�ʃ��E�#�','wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php',0,'�{f�&��E\\$�sX�','�{f�&��E\\$�sX�','R�v3����~������|.O�L�t�N`Ѯ��','',0,'?'),('t]�ٟu��u��j�','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���L�,_�;1/�E�','G�iH|��)��E;��\"_�;ԣ4Իw�ly�','',0,'?'),('��~�w`�5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t(������D','�[�9E�3%��4�F�9��:�uØ�~j9�','',0,'?'),('�=��q�\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<D\0�\n#���E����','X�x�no�{\0���\\��䞿��e[��jZN','',0,'?'),('\'�5�ur߲���m','wp-content/plugins/wp-cerber/cerber-whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���D�pM����Q�','t<e��F/�+�A�8�_�D\Z�����[��jg','',0,'?'),('<)8T*.�SuS�ĺ�','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�) ��fz���C�0�',' ��W��A��2Lh�`���i�%iv�2���','',0,'?'),('F��/*+��k<Iy�','wp-includes/wp-includes/ID3/module.audio.ac3.php',0,'�>Y����\Zk0�aM','�>Y����\Zk0�aM','�b��^#��¨(t�^�rߘz���9�F���','',0,'?'),('HC���!���\"(�','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wyB���o�|��','��o��Jj$��sc��R��Q��c��伍F��','',0,'?'),('J�\rӷG>�����','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('u��s��y6\'v,��=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\\�DŽH�$�M(�l�','@��3�\nQz�p��\n�j;Q��w��k���13�<','',0,'?'),('�\"�qUy���9�%Q�','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('�����ࣺE\0�堌','wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!��N8�j��','o�t0�\r�P2��N�����i���K��u���','',0,'?'),('����mx�u�)�y�\"','wp-includes/wp-includes/js/dist/vendor/moment.js',0,'�\nt�|�\'3�� 0���','�\nt�|�\'3�� 0���','\rL�G��6���q ��\\�-���P�I���','',0,'?'),('��*�����l � �8�','wp-includes/wp-includes/js/codemirror/fakejshint.js',0,'5�v�,ROlx]J\')K','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('�\"��.}}X��1�\Z�','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���+�6�e�A�','�����K�j�ij�q�2�i���c^%ܓK�O?','',0,'?'),('� ����K i�D��t','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zz�#H��','n]��x�������\Z_Ѫk�B�-a�&�̃','',0,'?'),('����7�&��Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',0,'?'),('��*(��*�+�Wj�cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3Կ:�V� ��U\'','���|<���P*tg�3�dYs��/������','',0,'?'),('�85\\R��qo�-���=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����$x /�����','�<b��ob����nA���E���7_��GK','',0,'?'),('��0r�H\"�YK]T�','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����L�DR��*�','Yin>j�#�K�N%8TP����O_���,','',0,'?'),('=$l�.��~���A:','wp-admin/images/freedoms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\r�$�]�O{��','�� \n��9�)Kb}�S�p���McP�AYX','',0,'?'),('(���љ����\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','س�F\0��~���Y�','��\\^��\Z���߹�b*j��R ��p<#~%7','',0,'?'),(':����{��!W�U�','wp-includes/wp-includes/sodium_compat/src/Crypto32.php',0,'I\r}j�NJQX]m��','I\r}j�NJQX]m��','ɱ��䱃Fn����2c.n�M��ڣ� A���','',0,'?'),('<.��4�v��c�\"`�t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s�7�^�GU���_','�EJ�\'{6�i���|�~�c��/�l','',0,'?'),('i�PÙ��ld\0��','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',0,'?'),('k�4c����5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��# 狌6�Qq<6','\r39�5��.��c��Ⴅ�F�\"Ӄy^u�\0^','',0,'?'),('})Z��#4�c��4�','wp-content/plugins/wp-cerber/assets/flags/au.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('��7.�\'���oN�','wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css',0,'�1�ĪL��5��!\n�','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('��N����Y�H» ��','wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',0,'�#�R?�\"�`�$�`','�#�R?�\"�`�$�`','! �n��śU7B��5gr� 1�*;R�','',0,'?'),('�0��Y%�@�X�ʉ�','wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',0,'�be& W����Ř�','�be& W����Ř�','Iu{W�m�bk_�����.�cx\rh+K�','',0,'?'),('��\n?&]S�8eDO','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',0,'^�\"3R0������','^�\"3R0������','��z�m1��xJ �g�Ь�xs�sIѻ˸�2','',0,'?'),('��pCy�)� �{�','wp-content/themes/twentynineteen/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6r ������_���','��H�� (��X���J�N5�\\<*m�\0\r�4��','',0,'?'),('�,�/�z����*�f','wp-includes/wp-includes/ID3/module.audio-video.flv.php',0,'r�����w�I�@��','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('�D����5��','wp-includes/wp-includes/images/smilies/icon_idea.gif',0,'���<]�W3tށ�','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�{��^�3����r','wp-includes/wp-includes/class-wp-widget.php',0,'F�� �B��Ի��','F�� �B��Ի��','���/�����0�=�|{h��n�R�','',0,'?'),('!���@|�4��n���','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�5���U�c��5�{Q','��v,�óiēm`�<�߲~\n\"���\r','',0,'?'),('\'ڞ\0;��?�+VҪ�','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=��#L�H���','q�/*߲3��x�S���~�.\']w��k�,W','',0,'?'),('1a�N��b��D1_i�','wp-includes/wp-includes/capabilities.php',0,'�Iu,�I��WN�7','�Iu,�I��WN�7','<�P�ёxC�eo�I)O_d�/�wg�w�1�','',0,'?'),(';pR9��+�qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':s��B�\Z�?���l','6l.v>��\\��c�4շ=T��~l�F��n�','',0,'?'),('E�&��VN���\"N','wp-admin/css/ie.css',0,'�k�<��\Z+D�0�of��','�k�<��\Z+D�0�of��','�M��=���]��^�ܩ�� _n=Ý�&o\\L','',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,'?'),('x��m���\0�~���','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�K͞�u Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',0,'?'),('~)�zL�� T\0�','wp-content/plugins/redirection/matches/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D��xm���.z��','���\Z��G��7�s��Oȵ�S3�ӱ','',0,'?'),('�I����Z�L��p','wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php',0,'%m�S�,���\\�','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',0,'?'),('��k[҄.? F�R�p@','wp-content/plugins/wp-cerber/assets/flags/vc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C)���y$���%�E','���N�h��А!�o�:s1�o�~%�`�','',0,'?'),('���\n�#�T��?��','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3n.�ZK7�Rb~<��','L��ؖ�kn��HN�\n��$�����ʨ�#���','',0,'?'),('��� )�\n47 ,3','wp-includes/wp-includes/feed-atom.php',0,'{\r�g�\'SkI�fe�p�','{\r�g�\'SkI�fe�p�','!�I��m\nY��f+̕�P\0����13�\\=��','',0,'?'),('�Ú2��d�=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�ם�Z�1I$\'O�','�|\r�j���͞�;#�\nZ�0�|�Iݩ���','',0,'?'),('�P\0\'�0l���v�#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��L���R���<','��C�]*\'�W�\"�о����V��Jq���','',0,'?'),('����\0�4������','wp-includes/wp-includes/SimplePie/Cache/Base.php',0,'b�ĞA�ʖ�䦴j��','b�ĞA�ʖ�䦴j��','��oO��w��~9K����4oY�[K�e��\\RG','',0,'?'),('Ȅ���xy����','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('ϴ 3P`#8^��Z','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X����3p����ǵ�P','A�j�Ⱦf�F���F�]��0=��|���','',0,'?'),('�G�#�;\"L�%���','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AGd�r�zQ���','\"|��\'��Ru�G ��� W�T{�I�9C�R\\R�','',0,'?'),('���S��n����','wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]���O�uݵ�','�+�hJ~�ʆ��*��a*���Gb67�\r�:�','',0,'?'),('�M�g�-YiN���','wp-includes/wp-includes/js/wp-api.min.js',0,'�(�ϩx.�@���� ','�(�ϩx.�@���� ','�eU\"O�8�W���|����v�����\'����~)','',0,'?'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG����{�>�^;$��','�2]y��#h���2�9�> ^s�\rH� \n��g��','',0,'?'),('q���_\"�1�F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C_�n�4]hc��3�?','�wD�Z��s�J������dӚ�K���N҇','',0,'?'),('tZQ��Yz0����跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ư�y��o�8��8S�`�','bx�L�PͰ��=^���a�m���1i��','',0,'?'),('v�ǵ�>7�Lg��+��','wp-includes/wp-includes/class-http.php',0,'f�5���U�c��5�{Q','f�5���U�c��5�{Q','��v,�óiēm`�<�߲~\n\"���\r','',0,'?'),('���k�5S�H���Ы','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��hK\0�k�1���N\"','N����\\��pt3����+,l�\'�cOQ+�Z�','',0,'?'),('���e�bW�A0�d','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�*\'����t���F','7 ��y���U{����ԟ��`��]m��','',0,'?'),('��[���4��?�s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�rQ��E4��','���nu�.��C�{�R���A�\r�9A/�f��','',0,'?'),('�&0�%���K��.�','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��\0����A��','�aĭ�Q���jΞ��{b�!1�I��}\nK�','',0,'?'),('�Ju���Hp������','wp-content/themes/twentytwenty/template-parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:,�\'��:l�e����','h�B Z����tUxW(b�\"�S���+��6\0X@�','',0,'?'),('�Ia�\n؎����a','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>\Z��\Z+�,','*y$�MQ[q�:h�\"�)�XTC\0�\\k','',0,'?'),('�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,'?'),('\Zpe������5\'�<','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��\\�`q�D@��9�~','1�*z�+z���6���(�c�Vϙ���{Vշ','',0,'?'),(' �,eO���z��Ñ�','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$0V�����<','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),('\"�F{�L��M��#�L','wp-includes/wp-includes/images/smilies/icon_mrgreen.gif',0,'�$_��u�X|I%~$','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',0,'?'),(',5�Xp�BFdc�j+�','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:)DnBC���9��','�-�1,�O�\"y�I띎�N�WI�#nKk\0:�','',0,'?'),('0@�,���i�n��B�','wp-includes/wp-includes/css/wp-pointer-rtl.css',0,'b;���f�J-�','b;���f�J-�',' \0��Drá�)�\Z�k��y�Q��h�q�.\nCK','',0,'?'),('8B�^�_�H�yn�}','wp-includes/wp-includes/update.php',0,'*�瑥���\n��bk\0�q','*�瑥���\n��bk\0�q','��\n �U����y���A��80CĆ���6$3','',0,'?'),('Q� ��(;ؠ|~R8�b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;�wBwH��3Vo!��','�0��ͩf#���?����:�\0\\O����e�','',0,'?'),('T�]\\g���4źuP�;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�m ��ἦ���e','���$��_X��oZ\'�&�\n5��5ԧv','',0,'?'),('b���p�A�+�-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������\n|=�}','�ӄ=�gHt]{كL�]�_^�.ˌ��i','',0,'?'),('�b���͕��+f3�c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5P�m��)-\\\r�M�','/B�Oq<Rv\0ѓv�eys��u�\0)b�\rk{�6O','',0,'?'),('�< =�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','�VL[s�@A�9I���ن','{��\nU���]��:g��c���gqvuP�2','',0,'?'),('���%bQ�bM<�x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��,�ntZ^6�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�-6�Yw@�i��=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh�����O<FҬ�','P�J�H���t�Ns��nd*F�\'WW�aq��]','',0,'?'),('���0,X���','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����vQD��WO��','���dN�m.��E;\'�\0��O�3�RPB','',0,'?'),('��w3+u!��X�}�S','wp-content/uploads/wp-file-manager-pro/fm_backup/index.html',0,'��ُ\0�� ��B~','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('ѧ�_�4a!�F��','wp-admin/css/ie.min.css',0,'˶�\re�Fx4vT;�)�','˶�\re�Fx4vT;�)�','&J� Ѵ�O��|�d�),�) ɰ+\Z�t','',0,'?'),('�Ս�G�h����_^','wp-includes/wp-includes/js/jquery/ui/effect-size.js',0,'a;l�@��r%�ݢZ','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',0,'?'),('��i)33ܥ��s�*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$Bɀ#ɯ�@b','���Om��Ӕ.x�-�Y�(�VOc�pԮY��','',0,'?'),('\rZ��� ��p5of','wp-includes/wp-includes/js/jquery/ui/effect-drop.js',0,'���閴�u)�B���1�','���閴�u)�B���1�','��v��h��d���L�V�y�^n\"�ّ\0]p�','',0,'?'),('\rP��)�4_\"��\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�܌��ͣ~E||W�r','J�4��5⯷�X���I[�)�*�3=TU�g�K','',0,'?'),('�w`�Dd��V#��t','wp-content/plugins/wordfence/css/fullLog.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�.i�`���U�v','?�>��?h�ξ[�²�P�u�{�pu�a����a','',0,'?'),('k�\0�`}����4v','wp-content/plugins/wp-cerber/assets/flags/re.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('o��� l�Ѵ�cd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n���@Lj�wD�','\r�8�d�������8sڇ���6��F�Ȍ�','',0,'?'),('�x��|s����K�a�','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�o��\0X#�83�~','��$�>���\n\ZW��)O��\0����(\n�ݮ�\08','',0,'?'),('��f��� �<@���','wp-includes/wp-includes/css/dist/edit-post/style-rtl.css',0,'�����vQD��WO��','�����vQD��WO��','���dN�m.��E;\'�\0��O�3�RPB','',0,'?'),('���#���� >�7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),('ņL�G��P(�Ή�ȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�W@gU�_4����','�\r��I&���ċ�9wƙ攢�J�_G�','',0,'?'),('�&� A�H��)�I&��','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nt�|�\'3�� 0���','\rL�G��6���q ��\\�-���P�I���','',0,'?'),('�cY�F���}�j`��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����b(浏К','n;�<�� Ǖ�-W�t��]��<�s���u�','',0,'?'),('&��2������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ylh��w�%Re���','���\njq�W�� �v_�#�� f��~��R�>','',0,'?'),('#�7��r�Y�\0��i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3ܧ_����Z�#�t','�V5�Rj:Z��.���\n5� ��_�3�O�','',0,'?'),('&#�p�J��h��','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���{�����&ij��','ڙ��ڢ��D��W����\rэ��3�U��','',0,'?'),(',!#Q��P�[;����','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�\'I5��xN�$��','�m����<�� p�(t)P7��r�~^��闦��','',0,'?'),('4��ہ��;�0�.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�12�;�j�4�F|','ȾLg7���ԠB�$Ru�H�������io��','',0,'?'),(':뭲c��RPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0}��7V5�I�385','SB5}�uٵŶ/�����S�5%�8�z�V�','',0,'?'),('T?�,%,�zG%���','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABQ,�: ��\r�j','����Z5L�ѾR��9��� `C���)�M','',0,'?'),('e؟�v���笪�Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��9�j�����\Z','��D���8>�̓��hv�!�5�y�1��','',0,'?'),('k\0\Z���{ ݛ6�','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��|�bA~tb`*','�����}͒l>��-A�����T�$��]n','',0,'?'),('k����b��gS�','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('ye&ߔO)x��p�','wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php',0,')6��):�������',')6��):�������','H0��L�ї?�㞹�.1�M�Ie��٣�','',0,'?'),('�j����&(�,}u','wp-includes/wp-includes/js/dist/blob.js',0,'$ج�o8)�c����','$ج�o8)�c����','��\Z\Z���#9�#�H�;yό�:˙���#e','',0,'?'),('���L��.�\n�w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��@�Q�zGz�H','\"e�5�����-��fh�b?#r��=�a�v͠�','',0,'?'),('����g�~�w\Z�hh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�@~vȃ���A','JvQܢZ�f��ґ3���(8tЇa�KC�@�e�','',0,'?'),('�/�V� X�[�\n�','wp-content/plugins/wp-cerber/assets/flags/cv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#!�C�@���','�#���wQ�u����g���u��w[��ȥ~','',0,'?'),('�-F�0|��5k���^','wp-includes/wp-includes/block-supports/custom-classname.php',0,'�ؚ�WiY�C��v�G','�ؚ�WiY�C��v�G','� #rCҗ�)�[�ȫ�R̞[���Q�\\�&��','',0,'?'),('�ͥ`FJ��S�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+U��Ÿ(�5\\','8:��o�I�9,��=zDk8;�{A{�\Zij','',0,'?'),('��bm�%����ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�:l��z��!{�G�i','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),(' QW���~-�\0d�','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_͂�t��WQ1�aL�','@FY�v�G^\n����}/$O���~;a\0M','',0,'?'),(' ?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),(' ,��/Օ�!�gy�d','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',0,'?'),(' 7�������f `','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�m �8�f�|�Y��','~�%��ۉ�%���>����Bl�o�u�I)ȉ7g','',0,'?'),(' J�����;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',0,'?'),(' P=N>��b\"j:~[Q{�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),(' X�t\\4vNI5��j��','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]t\r;��B�� ��]�','����\r �?���\"��hz�3��L�W�q�5�\"','',0,'?'),(' ���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','�Ĝ��h��I�k�','�/�1�,�)�b�ط;Ъ6y4½�K�|��9TI','',0,'?'),(' �h�Xk%�>���{N�B','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>��`،�@�8�','p�J^_��Wm�kN_���b�vc\n�����!cU�','',0,'?'),(' ��8�a�^�N�a�!','wp-includes/wp-includes/js/codemirror/htmlhint-kses.js',0,'��[��k[�#cLf{','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',0,'?'),(' �.��5ua�WkJ��','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�]ɐY��XL��','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),(' �l�q�1T��i��','wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�@*�D/�\\�I�','��X�m�W����M����K�t�V8Ɗ�','',0,'?'),(' ɑ#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','1���~9�(��-{�','G�U_�N_xC�`ѳf)�r����s��\Z�\n','',0,'?'),(' �9��fވU�f���','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl����̡C��kn','�Zk� �6|��{�*\Z��{�H����iܝk^','',0,'?'),(' �)a��x��u���','wp-content/plugins/wp-cerber/assets/flags/sm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�4��f�����u�n','���v-��d1�Y2�0�-�����*�����','',0,'?'),(' ��Ih�B�pO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J��+��4G��Ѹ','+\\�X��IJ��J����\'�|��KiV��TD����u','',0,'?'),(' ����09��-b��ͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��p ���TcP\"','4����Z�@�\'x�ȬV��gR��l�\r�%','',0,'?'),(' �/�?��^��E�Ց','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),(' ��i�AT�Hd��*��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��1z؛d��L','�8�x��\Z݁�[D����A��W/O�wĪ�','',0,'?'),('\n%2F�0��h\"�Ha��','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kX�Zb����5��','[\0N����E�g����gd�q\r����*\'I�','',0,'?'),('\nB��&�4u���B?�','wp-includes/wp-includes/sodium_compat/lib/php72compat.php',0,'AG�\Zˢ;�������l','AG�\Zˢ;�������l','�D^�Y���\n�����%P+�0��[�x�~��','',0,'?'),('\nT��/\\9$Y�U\n��͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',0,'?'),('\nf���Y��4&�L�','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȔB�`��.}\'7:','Y������\"K��{�U���r�:2��JL���','',0,'?'),('\nz�ŭ�}�{�.�u[�','wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f o��I1Z�N}v�-','̈́q}�0N�PvQ�&k����T�@/`v�','',0,'?'),('\n{X%N8w�2?M4C�','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z۹��Pf!�\'D��','V���h��?����a�M��ݗ4�{�\0','',0,'?'),('\n���f�Ӆ;{�t��','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',0,'?'),('\n��\'�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','��aA)bJ�vZ��]','ue����ج���c�|@�M.\"� �r3 ���n','',0,'?'),('\n���b-�V�:��|m��','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��Zeq�i�[��\rv','[��ϣb]�9�\\�|��ֲ*V\r�~��z�^','',0,'?'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',0,'?'),('\n���\0I�%qwr-��','wp-content/plugins/redirection/locale/redirection-da.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]~#����wO�&S�','�u�M�1Ea\'e9:��\nq�����S�&\0��','',0,'?'),('\n�Oe�lg�n�3\"��6�','wp-content/themes/twentynineteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~*2W�p �d�','v\\$�YTp�>*�V�&Q���=��^ÍC{ExX','',0,'?'),('\n�!^�划����T\n�','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5vElT��ͤ���Q5','W�F����:ڮU��3���dm�0�� ���','',0,'?'),('\n�\r��:�n#�pJ�yX','wp-includes/wp-includes/css/dist/format-library/style.css',0,'�\Z۹��Pf!�\'D��','�\Z۹��Pf!�\'D��','V���h��?����a�M��ݗ4�{�\0','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���\r@)��뻚','�;����_I��m�1�����\n�9|!��','',0,'?'),('\n�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','a_�TG��Q�6�E\'','���W�e�dʬlw}��E:��\"�bw�(','',0,'?'),('\n�\r�B��p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&�0G�����Q��ʚ','�gJRb��\0tf�2Å�&��0u�jYH�i��','',0,'?'),('\n��:�X2�L��nc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�z��p���(�,','��,����%u\Z��Rz�B�\r#��~�+`�5y�','',0,'?'),('\n�Gƙn��\Z@1+U]�','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ϳ�FY�� p*','~!Z���7��/���<��3�Y�,�=Zk(','',0,'?'),('���юGMm�d�','wp-includes/wp-includes/blocks/tag-cloud/block.json',0,'��M0����*��','��M0����*��','���-ZE�\n�*��6�]\\� ]m�{N��','',0,'?'),('�c{���� �C��[','wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js',0,'����3|G^�cKT\"�','����3|G^�cKT\"�','\'�e\"ʌ�_(n��f��ww�\Z�N�2�+ ','',0,'?'),('\"w%�_��K\\��u�','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('&c�YD�#�P{+��','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȷ��� ��m�7','Q�X�_m�\\>��h�!Ƶ�^M���!V^&','',0,'?'),('A`�k{�n���/*ScN','wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�JeN���uL��','��\"mO�=����E¹jas�lIJ�������','',0,'?'),('Y]�<N�m��%�','wp-includes/wp-includes/js/dist/viewport.min.js',0,'����>��`،�@�8�','����>��`،�@�8�','p�J^_��Wm�kN_���b�vc\n�����!cU�','',0,'?'),('~�Fӡ�q���TMB�','wp-content/plugins/wp-cerber/assets/flags/ls.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�?\0��rɝ��E?�','�t?B��\0��{��!����e��Wh�ٲv��','',0,'?'),('�����Y����q�','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@�N-p<�1]\Z�n�','ƪ�㫾������s�uu��nΐ\0��V<1�r','',0,'?'),('���,H(b�_F�O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�י_xL9�~h��\0','�H*+w�����Cy� m�v�1R�2\ng�\\�','',0,'?'),('�2���M-q ,\"�\'@','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('��HVե�d��p�Vp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+ �','',0,'?'),('�}��$�s_p!\'��','wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',0,'�K�.�Aj_�m�r#i�','�K�.�Aj_�m�r#i�','\'��C��b\"B��\\�N�N���*r&.X��J','',0,'?'),('˾`�BM�`�~!�ǰ�','wp-includes/wp-includes/ID3/module.audio.dts.php',0,'�llA�2���̋�','�llA�2���̋�','\Z�aH���r���%A���6$`Hu�T�6y�4�','',0,'?'),('�\n��UN~���\0m��','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('�{`+�������\0|','wp-includes/wp-includes/js/jquery/jquery.query.js',0,';�Xz�ǰ��wC',';�Xz�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',0,'?'),('�c\"ml� �Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�%�d���g���p','�\"�u�j-QE\0��[�gL�Z5�MD�:','',0,'?'),('$%#��_�U�_d�','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�a2��%x�h�YB','p�����~���&�������W�OX(Û ','',0,'?'),('*�O�������i','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�lh�¸�j�68��','V]�l��1W�+ {6v��ޣ��C���=��','',0,'?'),('=�NgÈ�����W;','wp-content/plugins/wp-cerber/assets/flags/ci.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�yd���2¹��','���.�=D ��dԢ���)�*k���,8Dˬ','',0,'?'),('CX��2��k��Cҳ�','wp-includes/wp-includes/js/wp-ajax-response.min.js',0,'/pM]�{\"@���s�:l�','/pM]�{\"@���s�:l�','�B�HQW�2����a��w��C���- Y��','',0,'?'),('D�� �2��K|&�','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g^�C>��uJ�>�\Z','�V.��/�SV��9:_I:aldt�p���aue','',0,'?'),('Q�10�����G��,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('{�M��i�i2n��6�','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���x���:��cT�','D�I�4h\ng�SZ����o|�(ޱs\r8�z��','',0,'?'),('�K\Z �}�ȑ�ׄː�','wp-content/plugins/wp-cerber/assets/flags/lb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',6uƤs%��D^P��)�','��!�sl��Q��_~m�I�n��G)���.','',0,'?'),('���(��f�N@囬','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',0,'1\r�\Z�Y�ܵm`���','1\r�\Z�Y�ܵm`���','~G��s��Mp�����^I�\0~\n)g�<��%��','',0,'?'),('��\0�뀀q��v�','wp-includes/wp-includes/Requests/Exception/HTTP/306.php',0,'Wsz�uNP�j���Xu','Wsz�uNP�j���Xu','4�U���Q\r1#_f������H���*I�dl��','',0,'?'),('�)&�M2�D�\rY�U^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�����8v��w5ǿ','����Vs��y�f(����G�8�hM����\Z�j��','',0,'?'),('�jZ�����V�a','wp-includes/wp-includes/js/dist/media-utils.min.js',0,'������ϱ݂I','������ϱ݂I','����Ȗ�riP]�o���+�g֯�*?=P','',0,'?'),('��A��Fk�','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_j]������RW','DŽܜ�6�\\���@���]ؿ��(��9�N c','',0,'?'),('���.Q}3��T�','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@%�a[ў/4��','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�Z�u���iigԄ��','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꁥ�قH6K�&�x7��','-p� C��5s����5��s\"�^�C�����8','',0,'?'),('\r\"��<�fKl:�fdH�','wp-includes/wp-includes/class-wp.php',0,'Z�I�֩�Eu&S^:�9','Z�I�֩�Eu&S^:�9','���t�D�MQ��ҊW8�����&���8','',0,'?'),('\rE�lZ}�I��8�+V','wp-content/plugins/wp-cerber/assets/rateit2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�_��[r]s�T�j','�Uu8�X*O\'bS,���+�|tV֭�( S�','',0,'?'),('\rU�j�zh�2/�9�fM','wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iߞ=�%\\�����p�L4','\'й�1��]��uYїv�l�0���H�\\����','',0,'?'),('\rZ��������gG','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',0,'� �w^��]緣M','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('\r\\���q ݱҕ�|�@','wp-includes/wp-includes/SimplePie/Caption.php',0,'܊��y�u�D\r£�','܊��y�u�D\r£�','\'�W1Q�5[ۋ�)��\r�85:��?*)K','',0,'?'),('\rxݍ�^���\Z���<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/v� h7�@A�h','P[ĝ�C1��֡?qt�����C�����w#','',0,'?'),('\rz�����D�D��','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SDRU���7}�','�n:kɆZ���/��|L���S����n�D.N','',0,'?'),('\r����X����+�-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ �Mϼ�V_�i� ��','��U�s����D�MÙ�d��(�\0��ā�~���','',0,'?'),('\r�vN��[B��&��SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M嬬�S�Ի�JP��','��H����焑;���#�O����/t��','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°�\nᄷ�\0�a��','` \\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('\r�d���uQ�n�k','wp-content/themes/twentynineteen/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<2Q�.�%�|=�S�','$�?2���sȉ�F�G?TC?EkB��f� ��S�','',0,'?'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',0,'?'),('\r��:�:���HH�:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�=Z��-�!?q#3�','�J墥��O������b�*�:e�š�P�','',0,'?'),('\r�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,'?'),('\0�[|��}��袄D�','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jV�@K����7�','����7y�^-��\'���<^?b�L���i=x�','',0,'?'),('T��Ï!�H�M�3�','wp-includes/wp-includes/bookmark-template.php',0,'�dZc7��4�JX��','�dZc7��4�JX��','�t��l�P?d���=)��@zi�!��9a�','',0,'?'),('W7��{(��;:P���?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2�?������+Y��','�i���;�M3�U�P�<�XZ��z����','',0,'?'),('X��H奥(�:�Z�','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�Iys��j�y��Ѩ_','8=Ի�(���H��&�uE\Zl}RZ��>Ol�x','',0,'?'),('Z��w윩<�)mns','wp-includes/wp-includes/theme-compat/footer.php',0,'f�8��y̻�@�B�5','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',0,'?'),('\\d���;�ѳbI%@��','wp-content/plugins/wp-cerber/assets/flags/dk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K\n�l����7D!','%���w����r6�U^�/1���6�a��\'<b�B','',0,'?'),('^��� �lkB��K�','wp-content/plugins/wp-cerber/assets/flags/vg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C�XBJ��\'2','`���G�a\02��%̛7�\\H�=gs�%��','',0,'?'),('a5�ͅB�_��s�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('go�s�V�;���\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�n���1����oVb','C���T�(��N+�,��TN�C����`ީ���','',0,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('��J%�_�%��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',0,'�lzV6`wmZBs���','�lzV6`wmZBs���','\r �8�&�J�34�б��ǽ�����','',0,'?'),('Ö���vh���l��P','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��ZobS\ng5����','\n�)�^�� ����`-��/��3{):?�','',0,'?'),('� ��C�Y���','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�w3aAr���6VH%�2','%���(\'��Q�[����y�B�� �O4AO7','',0,'?'),('�>�M�8� ٵ��|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('�ihOP[����f','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B�^.Q�iI�','Cc�qa\0>�I�1����?^����_7�c','',0,'?'),('�Hd�����o�CZ','wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&a���1��5b}1','�kZ���`��*5Yu�
�WB�-4Y?�{̯�','',0,'?'),('�ڝ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,'?'),('�C���C*�v�\0�_\0','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1ɪ�[�v����Y�','m5oA��K<�f�X]�zu,# ��3�s�ߵ','',0,'?'),('\'�E���~�(�l��','wp-includes/wp-includes/images/wlw/wp-watermark.png',0,';��uMmܭD|�w���D',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),(',o��Iw�u皍^Ķ','wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css',0,'����a�,U���ʑ�','����a�,U���ʑ�','��܉�)�\0I]�7h�S��l�(�B\n}kw�a','',0,'?'),('4�}T�k�D\'W','wp-content/plugins/wp-cerber/assets/rateit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)3U�d�/��{\ZK3E�','�,-3�\"�a��~����P�c���8�F��M','',0,'?'),('7kq������g>((','wp-content/themes/twentytwentyone/assets/css/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/%�5P�,`[�@6','�WEٺǎδU���mU�V��\r��O���z��','',0,'?'),('Vn�`�G�}>a\\','wp-includes/block-patterns/text-two-columns-with-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���N o�F\0�A\n','cUȫd4�B�nD����Q��n+R��J1e','',0,'?'),('\\�����AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ҏ��9�4g��','/\0�ȷ�s�d�Z�Ʈ�6����[�-\ZM ?u','',0,'?'),('e������~Ь9�','wp-content/themes/twentytwenty/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�4�a{|��r�K)l','p3\\Ll#J��Cv�\n6j�n���Նs�i�_�','',0,'?'),('qF�F=�1h�v�:�','wp-includes/wp-includes/js/jquery/ui/effect-explode.js',0,'��0���i!1�� �','��0���i!1�� �','s��e=\'���ڜ�N�I�{�U�!�M�E�s','',0,'?'),('wW�<��4|3%','wp-includes/wp-includes/js/jquery/jquery.serialize-object.js',0,'*�D�B\ru�6����!','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('��殇�w��m�W�o','wp-includes/wp-includes/class-wp-embed.php',0,'�1�����\\�OR���Z','�1�����\\�OR���Z','�`7t/���}�z����f!��l=�,�8tS0F�]','',0,'?'),('�c��nx�Ժ|�','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��2�G�E����;H�','GJ8������Y<1Q{<�5�C���[�V��z','',0,'?'),('�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','����w���ʐ�K','��n\"�JufEz�р[��R�#����QZƎ','',0,'?'),('��e��0��p�r���','wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js',0,'�&���\rb���!���','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',0,'?'),('�����n��Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p��.`�u76��?','Y!�:\nA��ː ��ګ�Zg�,=�|����','',0,'?'),('�]�*�.>`E��f�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�F���h�瀁1-�','6!o�m��ݎ^�.�^@˨��v7� I�}��','',0,'?'),('�ݡ=��Nx��K�`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��R������\\��','j��� �����=��$W�^�P�i�Z��\"','',0,'?'),('�sc�Ev��O8�','wp-content/themes/twentynineteen/sass/media/_captions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^�_��_]E�M\'so','�����-L���n�@A��!��@����f��','',0,'?'),('��d��=��@hs�:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP��e0u�g�۔�','U�WM����slL����9#Tb�Wj?\\�u���','',0,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����*J\0���\0�','�7�C�:r�xe��BM�����sx8�d;�+','',0,'?'),('�\0��Y�y2>IM�3','wp-includes/wp-includes/js/wp-list-revisions.js',0,'PbOP�xO�rs7��2','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�X����{hMr�ϒ��','wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js',0,'m��3���ܖ3��M','m��3���ܖ3��M','z�N\'A�%�S��@4�U���BD���q����','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��nu�_�hY&\'V[','B{�\r_�أ���M\'��\n~6)���+��᠘','',0,'?'),('�%w45�X��泞','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��^I\'�]!�����','��Ǧ�bt�5��f�����c��kd��m','',0,'?'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',0,'?'),('�?H�����h�D0 ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﬨ�rz���d�','�h���+�][e+�h�ӆ��FY� V','',0,'?'),('���NVԱ��z�Z','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('@,�]�6NzIg�%-','wp-includes/wp-includes/js/jcrop/Jcrop.gif',0,'Z��7e�����Q�%K','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('ǭ���kOl 9ڇ�J','wp-content/themes/twentytwentyone/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uH�+-x���i��k�','�!}�@�,Ж@���9�ڏ+��+{�4�4@7��','',0,'?'),('����ibH���_�A','wp-includes/wp-includes/js/jquery/ui/resizable.js',0,'vk�mO,�步n3���','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',0,'?'),(')��_�J�����','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wɊ��Ur���c[2','�Q�疁�n�s;�;��Z�<☱4K;~{','',0,'?'),('Fnʹ=8�_�?�F�','wp-content/plugins/wp-cerber/assets/flags/lt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���\0��H�b�','�l�w��L+�u�Ţ�U��J&�������','',0,'?'),('G<7e�t�/�W�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0L�ş��\r�{VW�','��\'&ܔ[m`�ϊ�c2E��%�W�GW�䉷','',0,'?'),('L}b&�۵�b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��Tz�g�\'U�c','�����굗�Ij��2%]��\\&q��Jw\\�','',0,'?'),('Wd�l��\09?��i���','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��-���5��_a�_','!Pz4Y-C�i�Yk��-\0���nb:���a�[','',0,'?'),('`�&��锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�\"b\"�%X=&���','�2��U+҆�5�~�=�=FL�A�ʯ�,S��','',0,'?'),('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,'?'),('�\'ѯ�H��o3kVX','wp-content/plugins/wp-cerber/assets/flags/to.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��Un��ze��','^�7��\r)���KFd��FG6B�����(\0_*','',0,'?'),('���ґ-���\r�{,�','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 ƿ����s�y��','|�uIP�wh5ڎ.m\"*n_�� 9����J�P�','',0,'?'),('�~��L��*�,�<:�','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lp�Bd����Z�','�O� �n�uO\nd�7K[\"}��7\'p���`��`','',0,'?'),('��ĈV�t�˾|#i�','wp-includes/wp-includes/js/dist/hooks.min.js',0,'<q@o�P��u����','<q@o�P��u����','+���(�������d��C%�\'��\Z��v��NR','',0,'?'),('��:� r�YƸ�u','wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js',0,'L�m�Q4փ��]�','L�m�Q4փ��]�','k>jT@���z�����՜.OB�j�0\'��t','',0,'?'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`k<,��j3�eE4��','��m����N��Dڽ��a�\r��q���1�i�[+','',0,'?'),('���:m��[ݢ�:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(��C�h���#','�Ǹ�9�1Y�����5$�?,=�M�2.��r�','',0,'?'),('�I��\\j���x���g','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���a�0��9JQ\Z�','���*�Q����_(G:*��ηd������.','',0,'?'),('�]P�JQƀ6o֢��;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�B��}�^�t*','C�O�W%���tߏ�Y�|��&�0�V�\\�','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�,/����L�;�','��kNIM\0���ڿX\Z��S��ŁԾ��W�','',0,'?'),('�1U>��t�j�q����','wp-includes/wp-includes/js/jquery/ui/selectable.js',0,'!9�qf��H7�{B,�z�','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',0,'?'),('4��B�\07qoB�o6�','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<!�U�n��_�eQB','Pn�2���&�Y!�>P�ٙ�{�q61����p','',0,'?'),('\Z��lm��@��','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('�-��\'g���P�\\�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�V�#ҹ���4�','Gp�f��Hv����\Z��x�8����1C�[�4A','',0,'?'),('���}��>�|��I','wp-content/themes/twentynineteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����?����/��L��','v��b3샪k\n!{;�]��\\�;~=J�8����','',0,'?'),('D.��h�9��Q���','wp-includes/wp-includes/blocks/media-text/block.json',0,'M�0�y���~_>2�','M�0�y���~_>2�','ɗU�(���S�t��R��QYq�ex}I\'��P','',0,'?'),('D�8hFޛBViR�','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�]Nt�f��B}o ]','�q�̿��j�d���eo\n�%�;�����','',0,'?'),('L,\Z\"�\0C�ʡ8y�','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�1��~�i!�EKHK/','�S�R�8P���oa:@c���E~�|�Ji�','',0,'?'),('j���q.�*;��2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�#���o\"x��<�','��i�!��\'��j�T+d�Q��B�K�D@h4�G','',0,'?'),('w�es��i<�O�J%�','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ~��ZJ�yΧ�%���','�hH��M����7�m��\'iB�@�>�','',0,'?'),('�Ը��%\ZD�y�Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�$u�e|)�\'aD�k�','�cA���P/Ɖ���wޝʐ#ۋ�\\�`','',0,'?'),('�S������}6�Y','wp-includes/wp-includes/js/jquery/ui/tabs.js',0,'+�73�l��c�P���R','+�73�l��c�P���R','��{�fT�k��3Ub�� AxT�8?�чaݯ�','',0,'?'),('�Z��d*��Y��ژ�','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5f����Җ�Ph�','�K;��C��l]�?`w9�0����CmĂ�N�','',0,'?'),('�ӎA}ҎWZ5=*t�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b;v\'�g��~����k','m�!�M��J\"v�>,���0�\0՜ɫ� &jِ�','',0,'?'),('�*��k�um1=-���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW B���>ToR��J','8ȼ�?$[�g1N4}��{�Y�K�J�$��C90','',0,'?'),('���ԫ���G','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png',0,'�_���Pw��PU�4','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',0,'?'),('�r�W�3���V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�p�ES���c�V','�<�=\0�[Z\n2|닢��\0?6������������','',0,'?'),('@�9����%4�y','wp-includes/wp-includes/widgets/class-wp-widget-meta.php',0,'ha�+��ޭj�s2���','ha�+��ޭj�s2���','f��\r`.\\�۬\r�����H�Pg���!M�w�m��','',0,'?'),('>�SA��^���Ž','wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js',0,'���\\��5^����','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',0,'?'),('C�y��8�\'a���','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0mj���Ԟ�W','�͛=��ېI�hK�g\0��%T.��]��\r��~','',0,'?'),('L���8��\\�ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\'��6U�������t','�?�؎)�.l�����%�<�(�_� 6�`^c7','',0,'?'),('Y�U��h|kU$��;','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DZc�ժ�h�Ǘ�','x\n�� �sd��26*�P�ꫡ�f�t��45�bz','',0,'?'),('Z��T�:rIG�g\\�','wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',0,'�ZƾB�,J)T�cx','�ZƾB�,J)T�cx','\0IM���|%�c��t�\0�Φ���q��s��5','',0,'?'),('\\�>�<u0!�>w�','wp-includes/wp-includes/class-phpmailer.php',0,'\'��F!;� 24�&','\'��F!;� 24�&','G��ZG����5�_ܚ��XS[W��S:9p@�?�','',0,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�!�aJ:e��c�','3|h|��Kqh�{� \r7��kH��\\�~e�l-�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/pM]�{\"@���s�:l�','�B�HQW�2����a��w��C���- Y��','',0,'?'),('�eBU\\k�h�tK_�6*','wp-includes/blocks/subhead/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�L[� ���3�','��DX�+C�]�D�$W+�f��yi><�\\�4��','',0,'?'),('����9�~\0{@���','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i����oAP��=a�','9s����Z��D×e}���vu�O���','',0,'?'),('�u�t�� ��ɪ��','wp-content/plugins/wp-cerber/assets/flags/es.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݵ�*M,M\'A@��K�','�c`M�Cu��6�ם)X�%|G�W��ִ�>','',0,'?'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�g��>h}7�%<','4��ץk-%��� k@1��Rר�r�ÛN�','',0,'?'),('�&� Y�tz(�\Z��','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.\\�0*��� [����','f���8��\'!�RF���L���˙^�w��','',0,'?'),('��I<���U�CMdZ�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\nA�I�g��+��.','5�N叜p�o\'�GYNsC�IS��>LJ�','',0,'?'),('��-��i>bs��1�','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c0�N^�l�����L��','�~��i�{Q���ԯ��֕���YdF�w\r,�Ϲ','',0,'?'),('\'Y���֖�>v�ǡ','wp-content/plugins/wp-cerber/assets/flags/td.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��б�n�HБ�����','��rJ���VO>\Z~dƨn`ik\Z����\\','',0,'?'),('9�L�/gJ�)3','wp-content/plugins/wp-cerber/assets/flags/bt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�@^؟J�H;��2:',' ��\'��A-��êu��rdƹ��Q����','',0,'?'),('@������4����@�:','wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���oh7��\\�+�','�ea::����8�Af�����J�;��Ak\n','',0,'?'),('m0\"r��4�R�u','wp-includes/wp-includes/js/zxcvbn-async.js',0,'=�$a�[ZF)^\n��~','=�$a�[ZF)^\n��~','�uQ9ҫ{��7o}�����`�-nW�','',0,'?'),('m��D�ڜ�(�\r���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3R��d#\r\"���%','��ݩF�s�3G����b�8������N�@��X','',0,'?'),('~��Y��(�C��','wp-includes/wp-includes/css/dist/block-library/common.min.css',0,'��XBI���mC�','��XBI���mC�','Q�E��e��\r��_�1�Pj���W�r�','',0,'?'),('��4r�%����j���','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�~Hwb�x��xsٷ:�','0���sD���;��P�=�\'��2� ��\0Df��','',0,'?'),('��KS+�eA�@��','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��Y�Hn T��5^�','��Y�y�7B۩���/�c��$r��&���Z','',0,'?'),('�����Fe� 57[�','wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��3岛�u�`�At','m)Th�)�\"=>�#a���Z;V<\0`�h �5�w','',0,'?'),('����UNEA�g�t','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uP岉�0x\Z�����','��q�˖jZC~����<sħ+�RI!�H��','',0,'?'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('��v�i� w�Dz�','wp-content/plugins/redirection/locale/redirection-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J9�9�P�x\nU�w','r�I3viz�������\'�9A�$43�3�{.','',0,'?'),('��l�Uy:e4�N1ϻo','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]/�\0��7��(r��^','8U���GS�����5���l��rx���\\)��\n','',0,'?'),('�X�������EA��','wp-includes/wp-includes/blocks/missing/block.json',0,'�$�YԺ\"9N�Rt�f','�$�YԺ\"9N�Rt�f','k�E�E��+�hR�aw����߸��0{`����','',0,'?'),(' o��ƕ��t_��\0.�','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ص���k�:]����','I���p��A�B�i���7��0rME�$}�y�','',0,'?'),('%~WN82��Q�O���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4�F��0JC� n��k','�Cb,���\"�\">j���Ŋ��AlD�','',0,'?'),('G�%%�as)~^j��ؾ','wp-includes/wp-includes/js/customize-models.min.js',0,'/�o�ϱ;��Rwc','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',0,'?'),('W� �.oc��\0��','wp-content/plugins/redirection/locale/json/redirection-zh_CN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��wYG��5I\Z��','igf�>[8���W�.��NA��3A#|�','',0,'?'),('\\���\Z�e �)��Up','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑH�\Zb�>V�D��R2','rћJԑI/�\nO�Y}�x��ņ����U ','',0,'?'),('o�ƙv����$��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js',0,'7E�~?V�֬��o�B','7E�~?V�֬��o�B','b1�r�������J�w���./2�M��`','',0,'?'),('w���+\0���2�R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',0,'?'),('��4��t!��BŌ��,','wp-content/plugins/wordfence/js/wfglobal.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>q� � ^�&�4r�&','���V�\"��_���+�J\0��_���>�J�','',0,'?'),('�-��B��|tS^�','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('�ECW��`�`��-�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_@�e���3�b��B','�L�ؤ@J�9OhG�@@��Z!��\08#l�(','',0,'?'),('��=�*�����R�','wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php',0,'O�P��/:���#�A','O�P��/:���#�A','��P����!jz�F#�����d�ĚMP','',0,'?'),('��+���>��\"�s�','wp-includes/wp-includes/images/xit-2x.gif',0,'�Ӂ�u:@4\r���z<5�','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('�t��d!b��ɪ�','wp-content/plugins/wp-cerber/assets/flags/tv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JP��ށ��J�','۽����ɇR�ZN��P����bX�c9h;��','',0,'?'),('���@߱�:�J�','wp-includes/wp-includes/SimplePie/XML/Declaration/Parser.php',0,'�O,@�ۺ�a� Δ��','�O,@�ۺ�a� Δ��','��im�Q�q+��\r��:�Po����\Z*�����','',0,'?'),('�_v�DO�2��\ZT�/','wp-includes/wp-includes/css/wp-auth-check-rtl.css',0,'N�P��KN��zj��K','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('��\\��h\Z��)Ġ�','wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�T;��_Bjf�����','�Ƈ4pc���[<3iԁv�D������How<','',0,'?'),('�*Q. �-c�%�D','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��c�磭��c�-','8�Y��CO���0�j{�\Zx��D�Ė��x�O�','',0,'?'),('�v|Q/B}�M�\r`��','wp-includes/wp-includes/js/dist/api-fetch.js',0,'-zLܗ�G��3�|4y','-zLܗ�G��3�|4y','e�9����x^h�Ǔ|B�1u��2t�\'�Y�\n ','',0,'?'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��Ti6���','ۣq��T��zu���Oi�\\�5ЯY�u��~=c','',0,'?'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xo��_���Բ)\n��r','�(�Z!.�e��TU92;�����ݏt5o�^','',0,'?'),('\Z[�`��0CI$T��\'�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�H��$I�3��^0','Dsmr?v�jz����Mo�3=b0���K�R#','',0,'?'),('4;V��\'�/����f�','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KaJ�d���J\'^','_��q�x#�_�\0��<�J�c��~�ұ�ǫ','',0,'?'),('7���OW\n@�a','wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&D�� �?G*��c��','�����w����V�e��am��x��Z�}\"6B','',0,'?'),(':�f�?bj���.���','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j?G\\��g��2.&`�p9','F�� ��!�\ZB�q�ecC�u�]��P\0ŀ�;�','',0,'?'),(';�{���k���s��','wp-content/themes/twentytwenty/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~gfDA��K��.��M','��h��ڮ�n�?��U��`/3ܙ=�^��','',0,'?'),('?�-���H����+�','wp-includes/wp-includes/rss.php',0,'�4|����e��(r','�4|����e��(r',':��.,�0aH�A��\05:�f�s\nf������','',0,'?'),('M9\0U�H�%> �%�J�','wp-includes/wp-includes/plugin.php',0,'g�v/�M��;�7/N:','g�v/�M��;�7/N:','AI�OZl���wC�fj�@�r}���H!ѧ�Q','',0,'?'),('P6�k��O�J��','wp-includes/wp-includes/SimplePie/Cache/DB.php',0,'�w���M�\rʍ�|D�','�w���M�\rʍ�|D�','g#�����]\"�h0Vq�)�0��j�%���I�','',0,'?'),('T�Ę5VH���P{��','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��3�\Z�RI','-@��g %�����uON\\}@l���f\'���','',0,'?'),('��jo����8D��k','wp-content/plugins/wp-cerber/assets/flags/tz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�0���1�_NM','��_i`K�@D4���=�Z�2QcuY!z�=����','',0,'?'),('��q��YG�%����B','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UM�� 0��;^=M','���،�@C�B+��=\Z���������','',0,'?'),('���C\n���U���','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݎ�\Z���\Zڸ���','��v�N����;d�V��5d���t�,�','',0,'?'),('�n��O.���}','wp-content/themes/twentytwenty/templates/template-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�R��w�O��,�|�','��\r���:�{Yh��\0�o\ni#�uޡh�s���tr','',0,'?'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',0,'?'),('���cŖa�[��Mc*','wp-includes/wp-includes/js/dist/priority-queue.js',0,'����A�<_\r^،','����A�<_\r^،','-өw�r��\n�ϸ�`�g-7�����.�c�?�','',0,'?'),('֮�V�7���|[+<8F','wp-includes/wp-includes/customize/class-wp-customize-color-control.php',0,'�&��S?��|��G','�&��S?��|��G','h �3|:Q9z���4Y1[�{^� $;�#�q��','',0,'?'),('���窒�u��\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N�;\'��M��� Y','���\Z�7\0��r/i��z;ki,�=L�Z�g���','',0,'?'),('�)����t\r�,�Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�\0�+���qQ=�m','Wsf.̢)\nP��_(�%�Z|��EV�t\rx��','',0,'?'),('�ֆ�\"+[� �ƠI','wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js',0,'2�8��:s��w�9�J��','2�8��:s��w�9�J��',')b�#4�e��*�9(��=�QE�e0|1���\n�','',0,'?'),('�?DŽ����:\n��X','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �K���WTՂ�c�','�&�^��J�eFX*i-t��;��8��t�\0O��','',0,'?'),('��g�<)��t.F��','wp-content/plugins/wp-cerber/assets/flags/aw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�g�qAŎ�RAj�?&v','J �M��wPs���0)n����F����b��','',0,'?'),('Ր(�����@��','wp-admin/js/press-this.min.js',0,'��G��H��\n|h','��G��H��\n|h','�ڷ�{������0E��Ζ@�Kx�� �:','',0,'?'),('\Z��) �%iy�δ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�G','',0,'?'),('\Z�K��a�2Sc��kI','wp-content/plugins/wp-cerber/assets/flags/za.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ֨���˅hq�d�','s��Δ��֫V��`��`�R ;��cϯ���','',0,'?'),('\"��X�Qc��_�N�a','wp-includes/wp-includes/Requests/Exception/HTTP/Unknown.php',0,'�dl᫁�2�A��\nW�','�dl᫁�2�A��\nW�','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('-��~SI:�\0�b�','wp-includes/wp-includes/blocks/block/block.json',0,'��:�,:�&\0�:�(� ','��:�,:�&\0�:�(� ','1�Cf����>�-K�J\"��1�%�I���P3�Z�','',0,'?'),('3�қ!`�&��,�N','wp-includes/wp-includes/js/jquery/ui/mouse.min.js',0,'���J�;��ty����','���J�;��ty����','�G������[&�~ͤ�E3� �z͟��ӱ�','',0,'?'),('3�d����yj�����V','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��fݎ;��#T��','�>�:�T���O��;���w_S�ݯ��&','',0,'?'),('Wl��y:�\0Vn`�d\0�','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',0,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�*�\ra�*5�z�?�','��XjR�|%��Vs��j ��Q�XZ\r���','',0,'?'),('�|���sS��u��R','wp-includes/wp-includes/Requests/Exception/HTTP/305.php',0,'X��\0�K��/`�,��&','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),('ǖ��d�!s<X��Я','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�1{,˾�ʂ��','<�G���$�U+�k�L>\0h�ahB��S�-�','',0,'?'),('ὢu-0�{����b�','wp-content/plugins/redirection/locale/redirection-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|t.Zq�irQ���A/!','.��\rɠ֬(����c�姝*��U�`�V','',0,'?'),('쩯��b�/�y;�f','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nh��e�S�,����!','��,GK��f���o�a��t}߆#Z��s�v�\'�','',0,'?'),('�*沫�Q�N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oV�7PR~���ai','b�\Z�����s#:�*�\\���\'�i@���qa','',0,'?'),('�Ĉ��ψ�x�>�H','wp-content/plugins/wp-cerber/assets/flags/sd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1y����s�)�x�','� �ZL���2���H��j�o�i�����','',0,'?'),('��y7��MA�@���','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9aP��,\n0��cHt��','�t�e�������wn2�v�\0o����e��2','',0,'?'),('�_)0d|�6_�;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$�Bx!�u���w','��(��/�,gw�&tS��O}���E|�ʂ�','',0,'?'),('{��j~\'d���.','wp-includes/wp-includes/blocks/freeform/block.json',0,'�oU���ޘx)���\Z�','�oU���ޘx)���\Z�','��Ee��d�._=���r�hQ�]!�+�M<�8','',0,'?'),('>}�/K����q�%','wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al��s���j�⯃','ג��4�ˮ�v�����M�`�V��Z�','',0,'?'),('��<��i����Q\0','wp-includes/js/dist/reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�ގ�g��Ts؉f�','zt\r��j�Z\Z��H�ͼċ�!f����;��','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�1�g-M��@��','�Eϑ7���^\\0��uy|�]�J���\0�4��z�,','',0,'?'),('��?Ϡ����','wp-includes/wp-includes/js/jquery/jquery.js',0,';�o3�HH��䤱�&',';�o3�HH��䤱�&','�A���A�H�i�:�B�7����t��OFA','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&�}�\\3��J�� \0','�\nS�{U��Cdz$����y���a|8�[','',0,'?'),('�-^*������ap�','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php',0,'V}d��T�ܧ�C\"º','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('�[���������R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\J��w���','2� ��ă���`�|��K 6<#:Gׯ��s','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3T8�orO�0�t=+Z%','������D�E����bF��Xx騞���','',0,'?'),('��sݜ�Þ3�����','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��7Ih�!���_�','�y�۹�����������!�H���HGH','',0,'?'),('�{xZ�c�\"�hb�?�','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k��\"���MM�','D�I�&�\"�H��-���Q࣋�Fzֱ�ev�','',0,'?'),('�TB��O>�v2��}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�3�y�%14���','<���ms�4�3p-I�/�8\'J�� }.�','',0,'?'),('�1��(����oi��)','wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js',0,'��k�&�@��ڧrZ','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('��W�MF`3��$��','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y^�������','Y Q�FX��2�2�FW���)���fKSf�','',0,'?'),('�-ФQ�1Ц\r �','wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\0��\\t4����E�','�,%d:?�-�ǯM�!k���gF6�ݱ���R�lj','',0,'?'),('��*�7\r��?�','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@�?i� Xc����','���$��\r7�U���M����]���g6�>C','',0,'?'),('�����c�3�9��[�','wp-includes/wp-includes/js/imagesloaded.min.js',0,':Vu+sf5�i����',':Vu+sf5�i����','����4H��1�Pc���)C6c�D�aHum\Z#cV','',0,'?'),('L��e`d�˻��W','wp-content/plugins/wp-cerber/assets/flags/je.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�l1�r$~�A�)','wp-content/plugins/wp-cerber/assets/flags/as.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�/����Z�3�','��UŰ�\r�^�W�}�Ux\"�C�@�Scu�l','',0,'?'),('�of?�3�P�1�\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"̤/O���Y��\'','�8�e�T�et\r j�P�/��J���<^�rӥz','',0,'?'),('B�]���|bu�','wp-includes/wp-includes/class-smtp.php',0,'.斚a�q�ݓϠ����','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ���� +\'8k_','',0,'?'),('F��e���}�(��','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']2�z�L!E��,�C\Z','���|\r�Ce>�/k˪�\"E�0�݀V�L�','',0,'?'),('N�\0f��~;I���','wp-content/plugins/wp-cerber/assets/flags/bm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��g��¶Mn�z�','��<������@ H�*��eթ�G�)�-CIԲ^','',0,'?'),('W��5^��l_�_#�','wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�7�2��n��t','��nek�o@�l�_���ky~�YWŢA���','',0,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0_��&p��\"4�\\�','c��!�#B�i*+\"�\r�n���Iƈ�XÉ��w�','',0,'?'),('i~AV�GZ=u�9�','wp-includes/wp-includes/js/quicktags.js',0,':}���҈P��٭�',':}���҈P��٭�','=���/���f2A|��d���<��z�N�K=�','',0,'?'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zF��ހW�\rl�~6','V�{��Q9�V ����J X�q���ڀc�','',0,'?'),('��W@�|.0�]�*��','wp-includes/wp-includes/block-supports/align.php',0,'v(\0����1�i�`','v(\0����1�i�`','��=o�.�k�4�Ŋ*�P\\������[�','',0,'?'),('����X/��\0�� ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','On�4�r���\'f=','�b�����*�9Y�[]�\rᕂ\'�yԩ�e��','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\\{�O�\Z�sl=��','��Pu6��Qi��D�9ï��_�iZ�G��Ad��','',0,'?'),('ʳ9S5�z֏�\r_�','wp-includes/wp-includes/js/jquery/ui/resizable.min.js',0,'c0�N^�l�����L��','c0�N^�l�����L��','�~��i�{Q���ԯ��֕���YdF�w\r,�Ϲ','',0,'?'),('�x(�ťܺ�.���Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j$M��0�\0','',0,'?'),('Ԓ��A����r��^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+,�!�ڊLӺ~ν7�','��E�zk;3K�*X$���i���q��n��','',0,'?'),('�^0p����k����M','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ip����8\0p���','���������3Bk~�x*N���K}�mǧ߸n�','',0,'?'),('�S ����g N�d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6_DB��NI�9���Ŷ�','���~DIb�xb{�IdO�.C�����:z/�D5�','',0,'?'),('���h]��C���A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'I�˞aFtz\\�Ǯ','���Ҭ�\ZADs���5����?���D�A/<�:','',0,'?'),('�0ܚ�Z�I�丱N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('��X��ߴ�3�P�G','wp-includes/wp-includes/Requests/Exception/HTTP/504.php',0,'�m�̪Db� ��*�','�m�̪Db� ��*�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('�3ƹܕj�bi�Υ�','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@V{R#8�7n�n\n�','��a�H����Muyw?�h:�B��<=��,##�','',0,'?'),('� wE��r��} �','wp-content/plugins/wp-cerber/assets/flags/gq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�>.ⶱ���G','�d����^f�r��=�mM���Y��,���','',0,'?'),('7D�4iY�2�KO�\Z\Z','wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php',0,'�$0V�����<','�$0V�����<','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),('D�1�a��e��r�','wp-includes/wp-includes/css/media-views.min.css',0,'w�\0�]������ �-','w�\0�]������ �-','�{&B>�:]�\n��a��m����c�[zk!�','',0,'?'),('b���E�����4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̻o��wG>p','�I�`I^{�Pנh�Q��e:sG^��8�sĚ','',0,'?'),('{v�\\p ��F*�.8','wp-includes/wp-includes/js/jquery/ui/effect.min.js',0,'�8�b�N���\nk!?','�8�b�N���\nk!?','aQ���Qޖ�X�g�P�����;���:@�3�','',0,'?'),('������5�ފVV','wp-includes/wp-includes/js/dist/shortcode.js',0,'��ʼ�����|���U','��ʼ�����|���U','��9j�Z�-�T�(�(�kC�����r�uS�','',0,'?'),('��,=9���h�6K�','wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:2��g9�tL�D�','��Cu�o.t�?�xd�x�CK�6�Ηp_�','',0,'?'),('�/��҄p���d͟<','wp-includes/wp-includes/query.php',0,'O���o�y&���u','O���o�y&���u','Z�@�?@��ή��=���*^(21����y����','',0,'?'),('��un�Rـ���:9��','wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\\"*��!83�+','��Ӻ:�B��ֶV�Ɍ)�Nɳ��p�','',0,'?'),('�\0Ƭ����#���(�','wp-content/themes/twentytwenty/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���=AG� ��\0�076','}Jz��0�$�1��Ǜb�����#,=���','',0,'?'),('���\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,'?'),('��]�Ɖ ��e','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�5�p�McHe{','�3ڢ�;!�ٺ��O���h��=rR�gV��/','',0,'?'),('ņ#�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,'?'),('�#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','�/��d�N��l�A��','}k�[g�E�����p��,!1����','',0,'?'),('�0���զ����','wp-content/plugins/wp-cerber/assets/flags/gw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qWM����f2�c','d�n�;L�m%��\"NA�oZE!���J�_͆�','',0,'?'),('�&UX\r�L4{����','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',0,'?'),('��ԞX�[�`?��^','wp-includes/block-patterns/large-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`���3��\0�]j6?>','��b�`&h�2��)V�KF}Ո�m�?*f�搭','',0,'?'),('\Z֧��\\\Z�h�i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' */ĭ�b��@m�0','����˴kSh�4���!�3:�Tæ�~DM','',0,'?'),('\Z���R� ��f��0','wp-content/plugins/redirection/locale/redirection-uk.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a}�9\'�%U�Ѧ�~','Yfq���7�UUp�g�O���>H+\r\0+�','',0,'?'),('\ZO�3F5K�;�@ �','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�q\\�}����[�','�[�T�n�Ejd�(�$�:!�h�Ν\0�s�><','',0,'?'),('\Z&�cR�< FiC�','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƥܐ�W^�[�g�','�dL�����cK~=0jE�]�����~\"�','',0,'?'),('\ZL�MS~�d�,T�7��','wp-includes/wp-includes/images/media/code.png',0,'-o��Uʓ��U�U_','-o��Uʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',0,'?'),('\ZN\Z�`i̳%�ج0','wp-content/plugins/wp-cerber/assets/flags/cn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���-V�|֬S���','j�_�\r49�>�x+E�X��H��dF���K�`','',0,'?'),('\Zn�8x]t����U�>�','wp-includes/wp-includes/wp-diff.php',0,' ��-x�<�z^�Wet',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('\Z\Z��L�X�?T鍦','wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̦\\����l��G?','�;�}pSy���,7sa.�T��ˌO1q\'�5[��~','',0,'?'),('\Z��_eym�\Z�v��/\\','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LgD5w\'|�IGV��5','�}њ@�PF�)M���$��j���p{e','',0,'?'),('\Z�����L6N�1�;8�','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���w^\n���k�6','�!�5�@�a�6t�o�5(D�s���\n��K�f','',0,'?'),('\Z�\Z!@%�U�鏂�Yq�','wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js',0,'ZZb&\'���C����','ZZb&\'���C����','���{���E�#G�`T`��4��4ܯ��','',0,'?'),('\Z��� 1�/c���:!','wp-includes/wp-includes/SimplePie/Cache/MySQL.php',0,'�) ��fz���C�0�','�) ��fz���C�0�',' ��W��A��2Lh�`���i�%iv�2���','',0,'?'),('\Z�;5�(��O�O�R�','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǜ����lm�D!','�\'�9�\r9�\0o|��\Z������|����0K','',0,'?'),('\ZŴԭ�xvw�E\nv','wp-content/plugins/wp-cerber/assets/flags/mk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x���Zx��e��','Ŷv�ew��s��֝�wx�YԌ[@eQ�C�j','',0,'?'),('\Z�`��c�\"�q]��\'O6','wp-content/plugins/wordfence/js/wfi18n.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&XDE���p/N�','GU ��*��k�P,�:�?+}x�Hb�5���#�','',0,'?'),('\Z�v���M_�6p�ue�','wp-includes/wp-includes/css/dist/components/style-rtl.css',0,' ��y�T�����&]H|�',' ��y�T�����&]H|�','RU\Z����[�^͝�/��a��/�9�\0�x��','',0,'?'),('\Z�Z��a�84��ǵ','wp-includes/wp-includes/js/dist/blob.min.js',0,'eLi���7�Mq\nk��','eLi���7�Mq\nk��','ZF�}��bgHCk��]��`�E|k�nW�','',0,'?'),('\Z��{l46-��jT99','wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��B8lc^��','5�J�9h��ALg��@�`�uw�o��3��\0I>','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���$[L�$�۫�','sF���z ��v�j���*� Q��w�0�ov','',0,'?'),('\Z�y��8R#O�y��','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+f~�Da�أv|�/�','%tK�r���t��M��b��n:�a����>E','',0,'?'),('\Z��*����7O�4JB�','wp-includes/wp-includes/Requests/Hooks.php',0,',�� ���gx�i���',',�� ���gx�i���','�՚���� Q�憐D�P��_?y�`�����','',0,'?'),('\Z��\Z:\\��Rf�P�~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I^�P���;$�+\"�','^2��)E>X���4�:��U&�߳;���!e','',0,'?'),('\Z�UE�s(��#E�p','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',0,'?'),('\Z���/�̓��T%�g4','wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���閴�u)�B���1�','��v��h��d���L�V�y�^n\"�ّ\0]p�','',0,'?'),('Ҿ�x�P;�+2�/�?','wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js',0,'1�̎�X�!��-�U��','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('$�P�`��\0g�X�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF\\����2���','2k�s��\\>��RI:nH�ȿDm�!zz���','',0,'?'),('-��c�<���@�VsZ�','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),('Ryr�|���o>���>','wp-content/themes/twentytwentyone/assets/css/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c*�ΌƝ�+�Wi�','�W/�����%=M]ZX�>\n>.\0x�5#^��','',0,'?'),('k����7|d����T;','wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�t�J��?&B�I�_�','D*��\nS��A�w��5e�\Z��ӔM2���','',0,'?'),('��<_zˁ���>㝄','wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php',0,'��d�����\ZHr�','��d�����\ZHr�','\nDfdvP�f�On:����a��г���X�','',0,'?'),('�y���!�\0pZ�[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('�s��=����\0','wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('��E�ȖqȊ?2�H�','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-zLܗ�G��3�|4y','e�9����x^h�Ǔ|B�1u��2t�\'�Y�\n ','',0,'?'),('��<b���!�','wp-content/plugins/wp-cerber/assets/flags/ge.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Aw�J#ܿ�d��F','��6��o�M�X��ݕ�D���֖M�+','',0,'?'),('ֻE\n�<�B�[�,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',0,'?'),('��Y�Ab�))�O�s','wp-includes/wp-includes/sodium_compat/src/SodiumException.php',0,'�HDf��ae���z��R','�HDf��ae���z��R','㶜\\��L>L�N-@G\'��tmG��i��kR߮g\0','',0,'?'),('���(l�8y\n&','wp-includes/wp-includes/css/dist/editor/style.min.css',0,'հv��}�Ifs��>�','հv��}�Ifs��>�','�J����Tc68H�\Z�s\'9]�6�p���4d','',0,'?'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�0.���f��','C�X�R�\Z��)GU+LA�� �$�:�1�e�','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ל�x>c������¢','�<\0Ѕҩ��هqU%��G��7r�\\�*��2J','',0,'?'),('.�c\r��xz�-�c=�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',0,'Ջ}��B��H��71','Ջ}��B��H��71','��\"�beTb�$�����\n���~�ln��','',0,'?'),('4%�IH�O��ʰ�L','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\0�]������ �-','�{&B>�:]�\n��a��m����c�[zk!�','',0,'?'),('C�/�;)��ّ�o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xc�T��#�Δ�(�','�Pi<l��D%�J{d�w�������5/','',0,'?'),('H��~�\n��x����|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�o��\Z�����#','r�����a����D����*�Q�R��4A�','',0,'?'),('T�gslF��ʞ�Ly','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�P�N�H�9e�@I','e}#����n�q�J�rJ��Q<d��Z�K�4','',0,'?'),('Y ����S��z�X^','wp-content/plugins/wp-cerber/assets/flags/bj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��̂(,�ߨP}r��','�` �U�Y�ģ���Ç�/�5��T��\"5','',0,'?'),('a�@�WrQw��Z\n.�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܑz�g<N��\n?o6f','���R����Eg�X3��JAc��!a�_��S{','',0,'?'),('vs�%�z����F�','wp-admin/css/ie-rtl.min.css',0,'���k�\r7o���d _�','���k�\r7o���d _�','5���$lB]f�E8f,}pQ����qtBZ�1O�','',0,'?'),('z�|*6�S\\5��3','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l2�Ǘ�yf[CZ߈G','H�mb�(���f�>MX��=�W��|��ٿx','',0,'?'),('{mt+.\'\r���:�*','wp-includes/wp-includes/css/editor.min.css',0,'p^�,f�ޡ�����I{�','p^�,f�ޡ�����I{�','��i�4�j�v�J5�d���߲TP��L�/��7�','',0,'?'),('�&_�\\l=��L���','wp-includes/wp-includes/Requests/Exception/HTTP/416.php',0,'�1�N9�ɪ�a�Dx�','�1�N9�ɪ�a�Dx�','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�Ʒ4�/�;����','wp-includes/wp-includes/js/dist/api-fetch.min.js',0,'B��p=(mV�2��_a','B��p=(mV�2��_a','G�y���л\r��7�5���d������R��','',0,'?'),('�\n$z�X�`�1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',0,'?'),('��=b�6��hs���t','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:1R] l�I��!#_J','7�E��H����Pu�����Z�b��G','',0,'?'),('��\'��FE�A�vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r��5]xVI�\'�i�','��G��݅\'�!���Y�E�3��P5ad��M��','',0,'?'),('�����>����p�\rB','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�N#vk�s��z','w;�[f�]X��Þ&�����y2,����F','',0,'?'),('�^�u[�p}`B��W1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����̀)#\rS� ��','�q#�.Z!�g�l���讍T�\0�u�\'EA�?�','',0,'?'),('�$��bQ\'�n�0?','wp-includes/wp-includes/block-patterns/three-buttons.php',0,'��ǟ�( aL�)�m','��ǟ�( aL�)�m','\r��)��k���O�dS0�X�z���_����','',0,'?'),('��Nk��DR���ng#�','wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php',0,'�8x$�9�hQ&�','�8x$�9�hQ&�','n~��B�Ȳ���|�4�[�U�`\0�2�J۷�','',0,'?'),('��º��\06�R&q','wp-content/plugins/wp-cerber/assets/flags/lc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?x2\Zˁ%��*�','��dV��d����5�w$�E�,Ư�{l','',0,'?'),('�k0B��a��`�','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY �o��\r����','',0,'?'),('ػȯ�S#���yj','wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php',0,'�5O&?��E� ��%','�5O&?��E� ��%','^%%�hT��,�����k2�Ȯn=n%:��','',0,'?'),('����^�cm]�s~','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ced]@�>�t�Ɇ��','JSu�j�F#�e��҇p�U�a�;�S�','',0,'?'),('�\r)�51T�� ��o','wp-content/themes/twentytwentyone/inc/block-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t@/�ߢ�@e��R','��r�4����w�����zZ�Z�S$�','',0,'?'),('ܟ�ҿB∶����','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ϱ݂I','����Ȗ�riP]�o���+�g֯�*?=P','',0,'?'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�e.�����b��','�Hz�n���O�#�/�t�ɚ\"���U ���A�i�','',0,'?'),('�N�đG�����','wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php',0,'��/Dzx��ǂ��','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('\n��O�_��;]/^��','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('ν�}�V�+�tB�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��꤀�x�٠�%�cl','N�8,�c����ae����Οi<5p$���','',0,'?'),('G_bc�.,]&���','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'�L�\n�r�)�L','o9J�B�{2[�Je\r����@q��ؘ�Դ�lD�','',0,'?'),('Kv�$T�MR����=�','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����n �VQ�H��','Y��^�Up���yx.ΕP��\0���\Z�����','',0,'?'),('J�*\\,R�ģ�}j','wp-includes/wp-includes/widgets/class-wp-widget-media.php',0,'�m�����O���\\��','�m�����O���\\��','�b�Z�r��A��{�_���d���5|','',0,'?'),('2J0���xYr���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Q[릶������','�)�t1��@�1\0��ו����KW���\0���','',0,'?'),('Kg\Z�P�F\\�,�f','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),(']���(�7�^����U','wp-content/plugins/wp-cerber/assets/flags/zw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^�~����E,Tl','S��Y�2�r�5��S�a�J�\"��tJ�@ArC�','',0,'?'),('fMx��� �+9�U�','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|���\Ze�+J~','��h��v�ԲF:�Zؿ�Bd`����Y���','',0,'?'),('l��g.N��\ZK\Z�-','wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',0,'9\'�Q8b�/����a�','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('o?*a���ni���\n','wp-includes/wp-includes/canonical.php',0,'��G��o<����ݏ�','��G��o<����ݏ�','����1\r�eɓ�������Y宒^zՒ=�F�1','',0,'?'),('�%��\\��MA����','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qP�C��-SPD�','e�4�E��?�&�DsA���ʬ�;�)@�Xɒ','',0,'?'),('�\"j�ǧ`����1�','wp-admin/css/press-this-editor.css',0,'�AF7!���mKM�xf','�AF7!���mKM�xf','�N-�>�����t�����B�/ԣ(q��[','',0,'?'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�3���@%�c ','�\\H�.7���7QtUw�ݰAK,�$A��!��Lz','',0,'?'),('��g+������,c�','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ef�1!9vC8�:(��\'','Uc�OТ��0;�[�z\'��أdP��+�j���0','',0,'?'),('�g��I�!٭���_�','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YYw_s簃@ DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('���t�DX�m\0#�(�','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��]σ��2+fX','Ѵg�h��m�s�ꄑ��-vmQ�Ij�\Z]sQT9�m','',0,'?'),('��]/~���q��XŎE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�qz�uo�>���','8�v�J.�OA�z��A)�HJe�f�B�,��z','',0,'?'),('���L?\n�\n���x��@','wp-content/plugins/wp-cerber/assets/flags/al.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#����S�{r<�','����G�U0<>�.]fX�[I���\0����7','',0,'?'),('�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簃@ DE�m','YYw_s簃@ DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('\0HS�\r�Ѐ1X�@','wp-includes/wp-includes/css/dist/block-directory/style.min.css',0,'IF �1�P�������','IF �1�P�������','��hbAnIJ��\'��o�;~p%�Z$.\'����-4','',0,'?'),('\n���{�;@ m�=}','wp-includes/wp-includes/images/rss.png',0,'��[�(�.��*NZ�','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('��eJ�\'U9�5�x','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',0,'�V�*��F谯��<��l','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('B�@�R*G�xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�_�?Sş\Z]�y�','�6��[-�,9YR�r�\rY\"-��an�6$�','',0,'?'),('R�\\�&��T �|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��b�Zd�� ��','���mA�QW,�?�;��w�FT\\>��','',0,'?'),('ynm�;�/�UsK ��','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�K���%<','',0,'?'),('|�&;�r�Ls5��','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I|��lu�D�','�� \r���B�%�F�V}[�j�7CF�A�','',0,'?'),('���Ye�.�0s��','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�Kt�Jr�\"�-*�','7�d�i}k�4��+)�[��-L�4�uR_O�<Ѩ�','',0,'?'),('�A�o\r�ZԔ_�t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�xT-4�ZK��3','�>|k��\\~/n8� 9��i�+vT��[s','',0,'?'),('��`��Em�es�@��','wp-includes/wp-includes/blocks/archives.php',0,'�{��\nP?^��u:� ','�{��\nP?^��u:� ','TU��r�-{��O9�P�P[�s��\0�P�t�9P','',0,'?'),('��x���;C�QkkR�','wp-includes/wp-includes/class-wp-dependency.php',0,'���NV}��b.\'�5m','���NV}��b.\'�5m','�[�4M�,�4�ܓ�x�wBB̕=Bg��}I�l�','',0,'?'),('��\'-�p�-��f�','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmǏ|�s���A�',']��%FL�\nI�L��l���f426G��\'��','',0,'?'),('��j�ֹJ����0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�0W\"F)����8O�','�5���)&��BoK]���ػ��rm`%��h�O','',0,'?'),('�Q%rT>�!�e_zE��','wp-content/themes/twentytwentyone/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Տ,;�\"��]&�','\'�ߍ���\0�`q���ֶp�~�r�I�{��','',0,'?'),('�\"�< i�t��&�','wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�̯��R�j�F�','24�ރ�ki<��u&�*��7�U�s��=~��F�','',0,'?'),('��PC���I徥��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',0,'����v�\rs*�\\�','����v�\rs*�\\�','��O�Z=�<�3S�t�Q����_�u;� m8','',0,'?'),('%�cQ�O�M����','wp-includes/wp-includes/block-patterns/two-images.php',0,'&��_�w?V�:�g��C','&��_�w?V�:�g��C','w@�c|�h�(��Hz�X[�_�:�x��0�)K','',0,'?'),('*ԅt��hEc�W�h^','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php',0,'�ăd��O�[�S\nc\0','�ăd��O�[�S\nc\0','^o�&[�l����2Zg/�?>��P~C��Iȗ','',0,'?'),('9�k�ɽ �JZ��<','wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�G�I\"�+����','�����C��eĻ�3�q�9qR�0�a�J�','',0,'?'),('L��bP�-I1f�','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��<w�!��1','q�2�յ��Ϣ>r�7Nj�� D�^��A5\r','',0,'?'),('N�d#R��+��r\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?ue�wD�:��E�','��ζ�\Z��)v���vG��,�h�/�ӈ�','',0,'?'),('t������!�\Z�%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('{�~��rb�\\B��%�','wp-content/plugins/wordfence/css/dt_table.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gJbj�J��9�k:�','o[P�HyЊ}���iGc�~��<c�D�R:D�','',0,'?'),('�L��\"�G�ʄ/\nN�','wp-admin/images/privacy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҟ�ݘ���ӽ�}�','qO.���x&��*p���@��l����Β/k','',0,'?'),('�{��Y�\\�z錿�}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('��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,'?'),('���-� ��\"\"F6','wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^<�|%z�A�M�U<�','���ҟ�q�v@, C�1�4�-����zd,�P�','',0,'?'),('�?�\0��l����.�','wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�Q����cW�M7A','��x���� �?��L�\Z�l�C�\"���Ǵ��','',0,'?'),('�2p)��t��I��','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���\0�\">y>=����','xVQ/}�琾:(3&���%�U��Jo��C','',0,'?'),('�����o�Rb��','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bͻ�:�[P�XpXα','pʼn�\0oŖ���c�^f��$l�Б�zƝ','',0,'?'),(' Łq\Z��{��>�d-','wp-content/plugins/wp-cerber/assets/flags/mt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z\n�r�CZ2���Y��','X�g�����a�-\0s!�\nZF�>X��\Z','',0,'?'),(' �es(N^���+q�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�MEƱ��(����(','E��a�\r�f U�DLb�V�ҪW#s�s��','',0,'?'),(' \'���_U;0�/<�','wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�:y�x1s)����','�Ϲ���ݶ1SXCTڼ�<�ڊh`���V','',0,'?'),(' *@ADғ�=pu���E','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W2# �3�','8庹���R0H����m�я�Ȯ�Я&m','',0,'?'),(' 1c0�x\n��q\n\Z�!iM','wp-includes/wp-includes/class-wp-oembed-controller.php',0,'\";�r��\Z(FAU','\";�r��\Z(FAU','�p���[����j$8�7�zI\\�!y�<G�4\r���','',0,'?'),(' 5��rD�g�籃�','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IT�愭��,�;_','��@��q��>G�C�|�U��sC��p���','',0,'?'),(' <@�s����\r��F��/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),(' B�p�Q#_ij>bh','wp-includes/wp-includes/Requests/Exception/HTTP/407.php',0,'����v����j&�Ƶ','����v����j&�Ƶ','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),(' V��K+�L\Z*!���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:jC�o\0\"��R�','*(��P�0eU�����!7p�Y�v��3','',0,'?'),(' ���=����g�V�|�','wp-content/themes/twentytwenty/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xM�ɞx���x�','���/�Ç�:�&�s�ۃu ���^&H','',0,'?'),(' �G�ʴ��Gtؑ��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oū3�( ia�Y���(','����%��\Z0b��[u�#�v.�_�� O�=0','',0,'?'),(' �Io��Js�Y�\'','wp-content/plugins/redirection/locale/redirection-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�V�E�Z^�f/dܹF','E�8����� �#�Т��n��a�e�.B�5','',0,'?'),(' �z�z{����L��H','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�\"3R0������','��z�m1��xJ �g�Ь�xs�sIѻ˸�2','',0,'?'),(' �cNq̻�\\�ѭ�','wp-includes/wp-includes/css/buttons.css',0,'���[��\\���.�','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),(' ��NJi2�zl�L�(','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',0,'�l�{�bOs�_a��>','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',0,'?'),(' �\r$ Q�^C(����','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]A 3�[/Cd���','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),(' ��c̫)I�\np,͑��','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),(' ��p��E�4q�&?J�','wp-content/plugins/wp-cerber/assets/flags/im.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),(' ������ f���O','wp-includes/wp-includes/css/wp-pointer-rtl.min.css',0,'���k�d�\\n�Ue�S@','���k�d�\\n�Ue�S@','������7�Z%\0L�|��I�`��?{hl�G�\\','',0,'?'),(' ���F>����e$+�','wp-includes/wp-includes/js/clipboard.js',0,'Ԓs� 5C�ɚ�b��LF','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',0,'?'),('!o�\r��A��v7��e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t&���V�݁6�ָ','mcT)��Ҝ�O>y�n/@i\"+�5dJ��@���','',0,'?'),('!1b݅9��*�\\��','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��#�ttIrzX�K','Vo�梌>�)�x����Z���EB�O��','',0,'?'),('!Dxɐ�г��[t�Q�','wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js',0,'��V\\\n]��K�s\'�','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('!I�d]5$���[��~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��L�� k\'k1��','��1�\\�Qt�*���J���%���s��&','',0,'?'),('!Plu6�������CZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P���e��1','T���*��+���z]ʜ;>�\n�3���]?x�','',0,'?'),('!_��輵p3p�n��L','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',0,'?'),('!|(�y�W�*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő� 2&�H','',0,'?'),('!��xx�+!���[�(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��|�eɤs^�Q�','���f��i7� �L�:��r;�8\"�h<s�P�','',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','<q@o�P��u����','+���(�������d��C%�\'��\Z��v��NR','',0,'?'),('!��y��\'U��b��#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zY��衆:��Lk','3`R<��!���0)B��W�gH�Z��','',0,'?'),('!�##sw:\rH*�$q�','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�u$�j�6�uwq�t�','�r\"��(�-w�a$A�2\"�7��\\��Vb�','',0,'?'),('!�����%H�*�<5�','wp-includes/wp-includes/block-supports/typography.php',0,'�w��veY�\Z��f�','�w��veY�\Z��f�','�B��tٯ�@�^���5��N���XȆ<','',0,'?'),('!��⋶��Z]��n-','wp-includes/block-patterns/quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�:�v,^8^����\"�}','����@��]y�%U?�vw�Xl�^�{q�','',0,'?'),('!��\')�qM*�Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���S�):\\l�ID�','��$Xn�{4��aV_`�M,sbݱ�\"�*3��','',0,'?'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('!�\\Ϩ��\'� �jn�','wp-includes/wp-includes/css/admin-bar-rtl.min.css',0,'�4�܀ ���,玒�[�','�4�܀ ���,玒�[�','F��L5�%��$�e��&q�(����W-n)�m\'','',0,'?'),('!ہ�Iǵ�`��8�t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\ZH����%3kGUE','\"�����8�� �鎸\'��o83�J���w���','',0,'?'),('!߬�vg1�IV|�E�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[<��ԉ1��-�3��','�wB��;\\q\\�8�N�!��-�X����!��\n','',0,'?'),('!�Tۦ���� l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�E��jk��Z:q�','�z�+e<OkM�Δ��t��� ��q��hW�','',0,'?'),('!�>лӊ^��[��U}�','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���p���\r��sµ','�ӝk?������?���d�<���vc','',0,'?'),('!�O�4�bCRR�fO�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R����͡�RI0��[','�Ӆ�_3�:��þAs�N���0*Y�g�5�','',0,'?'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�a6���:)�\n','A`�� �w���D�ܞ�n-����SU7�\Zm','',0,'?'),('\"Et�y�s����\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E ��-N�o����','�L�I�Y�ow�)�4!:�;?��','',0,'?'),('\"(}G��r� 0��V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<�b�s�\'�+�\Z�Q','q�J��R�_+�V�C%�~d���35k��x��','',0,'?'),('\"-�Ѳ\n2�j%�(o','wp-content/themes/twentynineteen/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�&�\"��{����#*�','���v���@.|���s>0�O���A3jA���','',0,'?'),('\"0�rN1M���#���','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('\"8A\n=��ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�[R+S��A-\Za*e','�}�pN�\0�K��6�%),�o��`�)�1\08','',0,'?'),('\"IFn����@�a�}�9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6����n+66��n���','\\AY�Q�ۂ�|�?�X�� �n�\Z��P3�L','',0,'?'),('\"N�M�����k�VO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Vew����MBE��|�\\','|;\n%��A����@P��L���剟�Ib��','',0,'?'),('\"�\r�o�]\r:T0ۓ�%','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����k/Fc��t�','���J��%���g�����\0L;�7��R�','',0,'?'),('\"���K�6^�4V�}��','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9j5�w�s(�ڱ���I','1� ib��ǎ�ҫ�&�dV5�ojd\"���2�@��','',0,'?'),('\"�\\�;T��4���X�','wp-content/themes/twentytwenty/inc/svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-kE!�v�/���Mg��','D������v���:��8(uG��4\r','',0,'?'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('\"�����u>1�7���','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~���k�X�_��','*�,\\d�W̅�\Z��)`9�N�Q�@J5h&G�','',0,'?'),('\"�Z�_Z\0\0���y�','wp-content/plugins/wp-cerber/assets/flags/mu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�1�����($+a�','m� )���5p�PP�:�|X������u��\0j�','',0,'?'),('\"��6\r+K{�\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�$���D��[@o','�X��=e.��>�o�����E�����','',0,'?'),('\"ב��K��W)�','wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css',0,'�M\"7����g��6>','�M\"7����g��6>','WM�����r�0���y7:5э�C<�o����','',0,'?'),('\"�w��h����','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ͷ��,?�i�|�','D�]��y�� B�j�&�kK e��1:��*�','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"�J���2�\rߤ-H�&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�̆H;M�6ɻj�','w��y��D���~�`,�SM�\0�4+�MA','',0,'?'),('\"��1�9�<@�pS�;�','wp-includes/wp-includes/comment-template.php',0,'V��|?�M��=]J��','V��|?�M��=]J��','�4x��������!Gk˙���Lto�!��\'�#','',0,'?'),('#��\'Қ���,\0V','wp-includes/wp-includes/class-wp-customize-setting.php',0,'-j�b�4k2�`�s@','-j�b�4k2�`�s@','s\'�=*�o�[�垙B����i1�c9C�8P3�.��','',0,'?'),('#�z1h�����;','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx߰+e�=�SF�','��5,����nR��j�t�ݑ���ʦ/���','',0,'?'),('#\n��/��PZ~h��','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+I*kC�e;�P����S','��_\'\\q��F0��{�ТF�\r��.�OK','',0,'?'),('#%�[���Z��5���','wp-includes/wp-includes/blocks/paragraph/block.json',0,'A�T;��_Bjf�����','A�T;��_Bjf�����','�Ƈ4pc���[<3iԁv�D������How<','',0,'?'),('#D�ń�����5%��','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%Yj�͑�Q �^��(','�@I*�۷�����}O�&?����8��q�','',0,'?'),('#W�\n��Y�,!Z��*�','wp-content/plugins/wp-cerber/assets/flags/sn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��-#��9���uQ','i}2��3��&�ܓ��w0��r��wJ,�','',0,'?'),('#^ ̉�Θ!�M�z?{{','wp-content/plugins/wp-cerber/assets/flags/gs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~�\Z7c�o#.','o=b�i�e�U�\Z�N�1>��Vy��..��3Z`�','',0,'?'),('#y���NI��>t���','wp-includes/wp-includes/class-wp-simplepie-file.php',0,'��88A�`�w+��p�T','��88A�`�w+��p�T','�8u]�p�Q_�t�Rۮ]o}e5#�P5b2BU��','',0,'?'),('#y���t(�$NT��t�','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@k7�\0��t�\\*��G','�w<PB��ZC�k�SI�Q!��\n}i','',0,'?'),('#煽$8f5m�v�5�','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��ѓ�+��','쏂^�/�A���<�! �Q��!-��2\\','',0,'?'),('#�QCw��3e���X�9�','wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��\0����7���','@U���JL�$)\ZO\\|��bS|o�R���','',0,'?'),('#�}s���a��a��,!','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�50�~�����','�;{֗88}���\r�|�ѫ�^���@Fj','',0,'?'),('#�-g�\\L%3�SB#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Z�l��o9͒����','��0 ��6�ӭ�Iv����hJ��`����','',0,'?'),('#����cF�N�[��','wp-includes/wp-includes/class-phpass.php',0,'_͂�t��WQ1�aL�','_͂�t��WQ1�aL�','@FY�v�G^\n����}/$O���~;a\0M','',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','4�O�e\\R�:��@��-',']�5�gG�6�-�L�,���ԁA�H-1�Q���','',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,'?'),('#�vk��f���W��','wp-includes/wp-includes/js/mediaelement/wp-playlist.js',0,'�����X�l\"�o�','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',0,'?'),('#��iU�f�����zhJF','wp-includes/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������n��4��','�-��r*H��^��O�<�a{����X�@�g �+','',0,'?'),('#�S�\"�G9���_`�','wp-includes/wp-includes/images/spinner.gif',0,'�L�\nD�\n�oً�j˲�','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^
�','',0,'?'),('#�4\n�e�4^&R��{�','wp-content/plugins/wordfence/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D���T�B�`����','�\"���w�^s�.�$o�4ʻo�����߹T@4','',0,'?'),('$\\��Q���L?�1&�{','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��Ņ���n��','�/5�l��d�eR�����H���Z��V�','',0,'?'),('$&��A�ÆJ���_!6�','wp-content/plugins/wp-cerber/assets/flags/my.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QG��M� �;k��=�','_PL��0�\0�:��sP㱤��b�G6Ia�','',0,'?'),('$5������^р��','wp-includes/wp-includes/js/plupload/handlers.min.js',0,'T_\'!;��QYЦIk&Q','T_\'!;��QYЦIk&Q','�I��Zh�y8s��Cv����rTVRḾ','',0,'?'),('$7y���]���N�','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�<\0cA�F�L��N','R]`�[��2��#�X��Éi(�E\n`��rJ�','',0,'?'),('$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','CM�y{����\rP��A','�B���an�\"��\r�;��P�BۑS�J�@','',0,'?'),('$9^�d���ڬ�K��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',0,'���j \r�<l�J�l�','���j \r�<l�J�l�','[�a6$sp8����Y�Q�\'��1��\0�Dح','',0,'?'),('$<�y�V�`L�\n�e�F','wp-includes/wp-includes/class-wp-block-parser.php',0,'%�}�C�1gGr*� �7','%�}�C�1gGr*� �7','&t�]�Y`�쿨�9}���܇W���-','',0,'?'),('$I��ٍ�`� ��:tV','wp-includes/wp-includes/class-wp-meta-query.php',0,'K��C��̚{\"Hp�=','K��C��̚{\"Hp�=','��R�����l�� �n���\\��h����ݢ','',0,'?'),('$N�P��9������','wp-content/plugins/wp-cerber/assets/flags/tn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$Z�,a��8&��1','�E[�\"�-+����Np�m����f��p�+�W�','',0,'?'),('$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','���>�?��A�� �','S/)LL��w��Ӵ�&����1<�S~��M��z','',0,'?'),('$��W/�\\��.N*','wp-includes/wp-includes/Requests/Exception/HTTP/500.php',0,'����km�\n H�M��','����km�\n H�M��','FO���V3\"���������!k�P�','',0,'?'),('$�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','J7^��њO���i','5Qg��wB��H.f��<�<Zh&�V�','',0,'?'),('$�l����.�)\r���','wp-includes/wp-includes/admin-bar.php',0,'���Y��\'[+�\"�c�W','���Y��\'[+�\"�c�W','J�����xb��ADHM����2������6�M�','',0,'?'),('$�V��|�hhy����','wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���#C���4Y�','T�Z�e��g�ҫR��!M��x�0�^�l\r�','',0,'?'),('$���C����/�9��','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�I�֩�Eu&S^:�9','���t�D�MQ��ҊW8�����&���8','',0,'?'),('$��-#q`�l�$W�ۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�����Ӛ%=Z�&3','�s�R�#bǟy��,�K=�l�!�Ϩ�t��.','',0,'?'),('$��|��c�� \\~��','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^>�5�pa��W��>','���������DC��XG4WFP�#�N�S\Z','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��q/�ʵ�����4','p�H� w�h�66]��� �m���E_��','',0,'?'),('$�ϫ/����!��C�','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ua�w�<�Iw�p�O7-','��\n���C����PEQ%�D\r�k*�X���o','',0,'?'),('%\n4s�ch�}�\'����','wp-includes/wp-includes/blocks/spacer/block.json',0,'9j5�w�s(�ڱ���I','9j5�w�s(�ڱ���I','1� ib��ǎ�ҫ�&�dV5�ojd\"���2�@��','',0,'?'),('%�]M�3�T�1T��/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lr\r,�Av`�� ���T','6�.�_��*��NMo�\r��k��n�Z�\r/��+','',0,'?'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��UO��\Zߠ�xtH','�G\n\"�_/A�g�h U?�S�s�H�ב�Y��ٳ','',0,'?'),('%)c���j�6�6�BK�','wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php',0,'�$�K͞�u Q�� �p�','�$�K͞�u Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',0,'?'),('%.�.Ct�=����\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�v�1^l�&)g�4��','-�l����/6�\\����jx�R�\0Ю��~�','',0,'?'),('%?f�E���Ms���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G�V�I���','%[ kdT�9���5|�}-����U�$s_�W{�','',0,'?'),('%D?�m1QZ\"�cAXQq�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���=���1\nV�0�','8}�>��k6`��uid��eH�P�^�','',0,'?'),('%[���;a�-�ٯ','wp-includes/wp-includes/class-wp-theme.php',0,'���ɱ��h�k2\\���','���ɱ��h�k2\\���','��8B�^���K��ڝo�d#T��s\0����C','',0,'?'),('%k^�}���s�*�n�','wp-includes/wp-includes/js/api-request.min.js',0,'��k#�(�ĩ����','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('%}�M���ha&�6�','wp-content/themes/twentynineteen/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2Z�P�s>��I�r','E�0R�p4RR���b\\`����a1&�g�����','',0,'?'),('%���9��\\ދ�','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���W���Ni\r��ag','��Z�I��%�W��~�h\0x�ir�!��cJ�b','',0,'?'),('%��k��5��qu��ä','wp-content/plugins/redirection/locale/redirection-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�-[B���d ���','��8O6k*I �Ⱦ��X��Kq��\r��Ôv','',0,'?'),('%����8^�V<�t�','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߜ8���]��a','Z��<P���^�k$�>aK�a��G��s*','',0,'?'),('%�fW��� �P0�}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('%�Pb.��8�Gd�t�','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(;Hd����(�_�e�R','Sݱ`�� 6�Xi�\0�v�4K��E�qzi','',0,'?'),('%�~2\" ض=�ǿ\Z^�','wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���vre����\n�`�','�X�;��Ɛ��9�@u�j�m�[��F�\"!�','',0,'?'),('&PDt�?5u�1Ym��','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q�jy*_iI�','��z�~t�i������D�5\Z�9l9;�I�','',0,'?'),('&\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,'?'),('&.��C���F�h\\-�2','wp-content/themes/twentytwentyone/inc/menu-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8\0�=5xv���3�','��y��\nI����\\��d��0����M�U','',0,'?'),('&6���.&�fG� ٻ�','wp-includes/wp-includes/Requests/Session.php',0,'7��݆��Ζ���}l�','7��݆��Ζ���}l�','e`݆�.�:��j�E�\Z�Ұ���5�\Z�)','',0,'?'),('&=\Z�+t�\"�/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܉l�Ȍ��*��D�','zt�O1� =2X����Q���_�y �}Z\r','',0,'?'),('&W+��s�~;��*�','wp-includes/wp-includes/js/jquery/jquery.form.js',0,'Њn=i���f���5]','Њn=i���f���5]','�5\\�\'=\'�*m%,�kC!<���2�m=�','',0,'?'),('&ee�\n3K���vZ��','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?bڔ��3��\r\n]m��','�jn�B����TN�&�e��>h��m���uIz<','',0,'?'),('&k\0v_fcb��v�����','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���h���d6��.{�','�H��? �pq+���t?��l��U��n\'�o�Q�','',0,'?'),('&t!0^g��bJ�c,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E_-�\r3�','X˔&��(�N�\\F�0%��o�0��>�','',0,'?'),('&~�*m�E+nX�%;[O�','wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ne��:ʎ)����hVH','�v7��7��a�L�zи�?9!D��4�','',0,'?'),('&D���Q�R��w�]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-r�jiI�أe�b','��b��E����&q�����*��������','',0,'?'),('&���X�B`]\"?װ�\Z','wp-admin/css/press-this-editor-rtl.min.css',0,'Dl�,愇��؟֤Cd','Dl�,愇��؟֤Cd','!ڨ-��Oh��c.�\ZH6!��ps�4zQ�$\0','',0,'?'),('&���ɚ%��)�W&�i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVD��m�|P6\n','�l=�b:џ�� R�Z�� ����� ��6','',0,'?'),('&�;%�8I�R/+��\n`.','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png',0,'7~!���\0����\"w','7~!���\0����\"w','�g��z���.g�V�:��[����Й�H)Ȟ�','',0,'?'),('&���Rw?~�j�hJ�D','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�n5�P�����B\'�','X�U.k�@-(��5�N�����V','',0,'?'),('&��]0W��\n)�=��','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',0,'?'),('&ľ�=�@zy�v�T~','wp-includes/wp-includes/js/dist/deprecated.min.js',0,'T�\\O���d�#��s�u','T�\\O���d�#��s�u','�`<�`qn�̀��\"�`�*���t�����y�','',0,'?'),('&�`�O�Q5�Q�43�','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�\"��}<м�鵴','$��Sl����\Z���P5��z7���H�','',0,'?'),('&��� P�shcusS','wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r','l��4Eq�{���������\'wg�31�c�w:�','',0,'?'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8��F����','�����})d!q ,@,��j��v ����E���','',0,'?'),('&��!v���\'&�Ji','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php',0,'��ԡ�P�\n}�$','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('&饱����W���|�','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�/k�h\n��ֽ[Nv ','�쇉���,�x���-��DO�,��7ш�Q�','',0,'?'),('&�Y���z�q�[F�f@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ⶨ�;*���?��z�','���:O.�\'�~y��@�Y`FMN�:�n�.�;q@','',0,'?'),('&���PV�w��Ss','wp-content/plugins/wp-cerber/cerber-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nqd��Ը��}��','��\Z�����h��=RG��0��%̪��� �Mm6','',0,'?'),('&�aUG���κG��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!!o=b��i','k�����{��G9��W1h��`���sҗ�D`�M�','',0,'?'),('\'�ە}+V\r`R��`j','wp-includes/wp-includes/blocks/latest-posts.php',0,'�i{�$F�ČPի!','�i{�$F�ČPի!','\Z:����F��s�K�����\\��W����\r��','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�E���p0lu','i>Ӻ#�&�2Z�\'��K(*�����','',0,'?'),('\'>��C͍z9!F\Z��','wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js',0,'�&��H������*��l�','�&��H������*��l�','%��({cI�}��,�Ѧ�)��1`WɆ','',0,'?'),('\'Ac���, ~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%� �);�\0','\Z��\'ġ맪���.s\'��sd�4�^��I','',0,'?'),('\'M��w����\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W~��0�d���y�','_9��%7�N�[\"��m�;Xi:RG�x^�q]','',0,'?'),('\'g���w�Q����','wp-includes/wp-includes/js/media-grid.js',0,'BN5�d��b�i^&ޖn','BN5�d��b�i^&ޖn','��$�#�& v��PS�u{Z�)XÜ����ֱ�','',0,'?'),('\'q�� ��e�����c','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oD�Z3���nR��w','�c�4r)|��V��_kZ�n��:\"���Q%��','',0,'?'),('\'y�m���]����','wp-includes/wp-includes/feed-rss.php',0,'iJ�?YC�>^��f�','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('\'���� �o���S��','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mw�ߴtꍓ\'\n���s','�dz��\n�yK�Ʈ��\'#]�x VJR��.=:','',0,'?'),('\'��9 \Zid��E�<��~','wp-includes/wp-includes/default-widgets.php',0,'0�t��<���!�','0�t��<���!�','�^�\'U9�;dOˊSz��!S��m��>I5�\'�e�','',0,'?'),('\'�g|\"���jݹ2�','wp-includes/js/jquery/ui/effect-transfer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OԩN��i���1','Ł\0p�,�\\�!ON)�Q���Xl ��k�s�l�','',0,'?'),('\'������y0V�Z\\','wp-includes/wp-includes/Requests/Cookie/Jar.php',0,'�0_��&p��\"4�\\�','�0_��&p��\"4�\\�','c��!�#B�i*+\"�\r�n���Iƈ�XÉ��w�','',0,'?'),('\'����t\\JZ�Ah�','wp-content/plugins/wp-cerber/assets/flags/se.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5r5�E&a��_�&� ','Wh�LP!����#O�QkJ�Nj�9u`$�c��','',0,'?'),('\'ڨ�oκdm=�ù�9','wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',0,'L�{��p��Ҡ','L�{��p��Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('\'���_iYm1��R','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Z�}giؑz2*P','��wu�p -���D����<z�w榀UD4�Ԥ','',0,'?'),('\'�0�o�Lx�����','wp-includes/wp-includes/js/dist/block-directory.min.js',0,'�*U���ܰ��(���','�*U���ܰ��(���','��5�~�Y*�2M���3zf�f%���w�L�qՇ�','',0,'?'),('\'�E��w�D9�>��8','wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php',0,'(��|v�}�9S�9S','(��|v�}�9S�9S','\n,,Y�B��:�En������4�f\r�,��Zbq','',0,'?'),('\'��=�-���AC\\K','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�s�Aq��tf>�\Z9','k�:����4�j�(��$����緪��c���','',0,'?'),('\'��̬L�Nќ��I�R','wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',0,'�!�<�]��r�','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',0,'?'),('\'�,��r\n\n\r\Z�3�','wp-content/plugins/wp-cerber/assets/flags/mc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\"0\r�2O�>�=D1�\0','�0�0V�>�K[�5_��R~�dy�� \ns��S��','',0,'?'),('(��g%\0��4��l>��','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('()���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','=��(Vn�^$�a�y','��\'Z��\n�X�t�#X��FQR����U1�_�)\rj','',0,'?'),('(?���>��S�N揚�&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('(M()8.閧Zֈj��','wp-includes/wp-includes/Requests/Proxy.php',0,'�@k7�\0��t�\\*��G','�@k7�\0��t�\\*��G','�w<PB��ZC�k�SI�Q!��\n}i','',0,'?'),('(WQ=3��y��b6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('([d��������BQ��','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��5�yP��Õ�{','��NI7`&\'�8�Zt���U�-��*��n�/Y','',0,'?'),('(h\"\n�-B��� Wd6','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js',0,',m;V*H��Tt���~X�',',m;V*H��Tt���~X�','��a�ԋRY哝���a����<�n[G{=y3�? ','',0,'?'),('(s�D��+��|���<u','wp-includes/wp-includes/SimplePie/Parse/Date.php',0,'N\\�O2�����C[\nջ','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('(x*J���,�LÛn�<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�w�`�`�|�}$G��','u�/2/����@�H�_Ilh����/�aU:� ','',0,'?'),('(~6vqV�0�{�\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣ��z�eѧѥk58�','l��r����p4��FBܢ7\"Z:�W�v���','',0,'?'),('(���v|T�— ¥�','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɬV\Z j���A��|�','~Ky�i�2j*SgT<�q{�aa�%���;���;�','',0,'?'),('(���y\0 �pDO�`','wp-content/themes/twentynineteen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����\0���a��6R','��:�g����~{l���E�8��1XT`CYH','',0,'?'),('(��C\n֊��bAk6FS','wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���l7�B����20O','%{��*ZO5��D�\n�¦+�1T�c���#`','',0,'?'),('(�Y�\'��^kz!q����','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*U���ܰ��(���','��5�~�Y*�2M���3zf�f%���w�L�qՇ�','',0,'?'),('(�\\�C�*o)���','wp-includes/wp-includes/js/dist/blocks.js',0,' */ĭ�b��@m�0',' */ĭ�b��@m�0','����˴kSh�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','^��\'}�w����0b','��\\o�U0.RoIOqe?�~�`ٰ�E�i�.','',0,'?'),('(�|�Z�x�T���[�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z?��(��E�Wup�','�+���D�\0ej�\rg���ϧ��4�','',0,'?'),('(��� R�w���?}','wp-includes/wp-includes/class-wp-role.php',0,'��yH���,o�:���','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',0,'?'),('(���>f0\Zg[|���','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}{ j�N���c�K�','0mhN`x�x~H�Lj�s����O��P��,','',0,'?'),('(����M�(�72���','wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js',0,'<�C�_hz�3��<7','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('(�p��� �����','wp-includes/wp-includes/css/dist/nux/style-rtl.min.css',0,'\n����n��L�6\r�k','\n����n��L�6\r�k','Q9��1�9�ĵ��j1���g�9�\"*h+ۥ-n','',0,'?'),('(��LS[��Wl#���','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',0,'?'),('(�d���9n�+̦�','wp-includes/wp-includes/theme-compat/footer-embed.php',0,'��Z����.�+�j','��Z����.�+�j','�i��D�AJ�ψ;v,gc�%��� ^#','',0,'?'),('(�^�3N������3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('(�,���ג8�ʺv�','wp-includes/wp-includes/Text/Diff/Renderer/inline.php',0,'�\n�n5�P�����B\'�','�\n�n5�P�����B\'�','X�U.k�@-(��5�N�����V','',0,'?'),('(�=��,��*F\n�^Jv','wp-content/plugins/wp-cerber/assets/flags/eh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���n���7W6^\Z','��I�auK�+��<?�`]�n]�m|�P�ّS','',0,'?'),(')���|�{4�+]�X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�R��M�.�Z`G�','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')-S ��hР�ߺf�M','wp-content/plugins/redirection/locale/redirection-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;z\\�r�b�2�S','>������\r�� �O]\Z��x\Z�T���_�','',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','D��|��ߟa]IW�S�J','R�y��n�lq��侅��.�$�����%','',0,'?'),(')�*��S�k�QK2,','wp-includes/wp-includes/js/wp-sanitize.min.js',0,'i�f05��}$��]���','i�f05��}$��]���','�Ea5/qJ�Xo+#x��[�X86)3�ن>��','',0,'?'),(')��H7�N�Jbv�/�','wp-includes/wp-includes/images/media/text.png',0,'z��s��0�ȝ�Q�K','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0B6\"���7��X�','�\n����בu��������5$E��i�4I�d','',0,'?'),(')Ő�1�H$�`��','wp-includes/wp-includes/images/toggle-arrow.png',0,'��·�a��;�d��*�','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a!�[)T.�nk=ݗ��','�tl���J%�0wdE��\"�4.t�kL��9�1��','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),(')�f><z0-AUi�','wp-admin/js/wp-fullscreen-stub.js',0,'��(�2Tq�\0�W��%�','��(�2Tq�\0�W��%�','�N��^�;��&:�����\nW1*U�yKe�','',0,'?'),(')�I�\nΆV���q��{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xO����$:��g-','M����J,�l��zEX�N>�����T��','',0,'?'),(')�x���O�5��-','wp-includes/wp-includes/js/colorpicker.min.js',0,'��3+ h\"��C��k','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',0,'?'),(')�`��f,��u�4��','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X� D2%l#b/�W','ջ�R�\0���\0�����i�H//���w��\0�','',0,'?'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�ZY<�i�Y��b�','\'��F�єE\0����7�ɡ��#�>sePض','',0,'?'),('*3G����ү�$�I','wp-content/plugins/wp-cerber/cerber-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������u1��; !ɥ�','|���\Z^}=ρ�>�m̎7i���A���@�C&','',0,'?'),('*O�z��!�.��aav�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',0,'eo1Ǡ܇4RA����','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',0,'?'),('*V.XZ��_C[AԀ�C3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aY�=�Q\n�x��,��','���Gֻ�S�����7�֕�g]Y��P�','',0,'?'),('*\\Tҝ)%]�yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Y�QP�\nz����G�','�g��NQ �������/��� �y5������θc','',0,'?'),('*lK��qW�M\0| ��Y','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��a�.�t�]U��v�','n��\0��<VEկ�Rm�K�r72k�kSe�\'��#','',0,'?'),('*��-3�u��E�[�O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\8z�M�~�.��','�vR�\0�S~[�\r��Ү6��o���:Ś�\r]','',0,'?'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('*�`U�z�]\"L%�1��','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('*�mB��vH\ne��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����MiGx��V�s','i��Y4t��4|-�>1�]�f�)J����I�Z��l','',0,'?'),('*�&C:[���r�9�N�','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('*�E�Ǭ�qQM���','wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js',0,'�o�go����~i�I �','�o�go����~i�I �','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('*�\Z07ѥ1O���َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('*� �ą����\\�','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`GN��M��ti����','�r��_4\0��2��:䮰�!p1A��c_','',0,'?'),('*�B=�s��C�F�zh�r','wp-includes/wp-includes/js/mce-view.min.js',0,'����<��@^�P�\'','����<��@^�P�\'','#�� ��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('+PXoV�h�S�)\r�','wp-includes/wp-includes/css/wp-auth-check.css',0,'�%��L��ԥ|l\"��','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',0,'?'),('+&|1�� �w6�b��*','wp-content/plugins/wp-cerber/assets/flags/vu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�@�C.�J���#','��;����\0ě�k��=���G���W$��۳','',0,'?'),('+9���[BU�E�e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Y��=��{��','�z#s�Tc o%*��l1�qܩ�d�I�G��','',0,'?'),('+N�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','Cj1 ��<_ �����','�0y�f[M#���+?q�����-/���i�p/]','',0,'?'),('+N�m\n�=��-\0`�y','wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js',0,'SE���x=d��~���eM','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',0,'?'),('+b\n��Df�X2���Y�C','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���S:�-N�!Q�0\"','�6�)?��^\"F�*�g|��&��R�Π��\0 ','',0,'?'),('+lH�m�ӿn�Q���','wp-content/plugins/wp-cerber/assets/flags/ae.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*� �X4^���','ظ�,&9uO�)S�ղ�?(2��ᖘ��Lq9�,�','',0,'?'),('+xVk��eg��4%��','wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php',0,'��D�5��$ý\n �\'q0','��D�5��$ý\n �\'q0','\\��\"�ԯ-\r6��e�N�ID�zB�\r\0��','',0,'?'),('+�����f`��|�.�','wp-includes/wp-includes/js/dist/url.js',0,'�7����nb�A�x��','�7����nb�A�x��','+\r��O��2UP^kD\0(���c��J�<','',0,'?'),('+�g\0�k\Z�O�C��Z','wp-includes/wp-includes/images/smilies/frownie.png',0,'Q���������','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('+��G*#���f�','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�Z�����x���d','�&9�+��\\\0��� ҄&1ܪCj��ڠ�Z','',0,'?'),('+�\ZD���Ze}��','wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�K����Ʈ�;','2�<������A$2�V���e>G�3�7�\Z�','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',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','(�S���3ԫ�~�5��','�(`���Uvb�;�v]���`�\Z%o��:�i�G�','',0,'?'),('+�/��gc��]��ϓ�','wp-includes/wp-includes/ID3/license.commercial.txt',0,'\n;g��J�g����xA�','\n;g��J�g����xA�','�t_2�x�<��-���˜wq�I�g���','',0,'?'),('+��0Ϩ�*����a','wp-includes/wp-includes/IXR/class-IXR-introspectionserver.php',0,'2Ua�w�<�Iw�p�O7-','2Ua�w�<�Iw�p�O7-','��\n���C����PEQ%�D\r�k*�X���o','',0,'?'),('+�-�re�=XZr�yg','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|T��}<o��d���','��K��-��9-���k�#�Ƙ��&PwY�','',0,'?'),('+��s�s�zҖx!��P�','wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js',0,'�%i�3����f����','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('+�eE�6y��d~� �','wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js',0,'�;I^�\Z+:C��)H[','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),(',��Je����;�','wp-content/plugins/wp-cerber/assets/flags/sv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�Z�k�}Ϸ ��>','?Ύ�~-y�Ph#sbP���\Z��=��1�tՈY','',0,'?'),(',�\Z�J\'�AWh��','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�L��gf�','��_�\r\0�����\0�Z}��})v[4�������','',0,'?'),(',<�� �?C]�0A�','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),(',CYB���EMf*V{�','wp-includes/wp-includes/widgets/class-wp-widget-rss.php',0,'9aP��,\n0��cHt��','9aP��,\n0��cHt��','�t�e�������wn2�v�\0o����e��2','',0,'?'),(',G4���(���+X��4','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',0,'�I��m���LWyݓH','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),(',]\'N�%ݑUeT���)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T[qx/�^�`P����','��7��[PS�%�\r����)/Qe�X�|ۺ4�','',0,'?'),(',a�(�f��>��k��','wp-content/plugins/wp-cerber/assets/flags/dj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�2�cV�>�!�>�','��A|�L���0��ܷ��H��̠���Y���','',0,'?'),(',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',' OpR{�ҵ��Gݍ�','�Y��:B���P5M��s_�����.ن�֎�','',0,'?'),(',��K��%���_��7','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �*9-H�f҅ �X','�ۼ=�w��{���v�^Ƚ���C�qF:@�','',0,'?'),(',���@��hj�qrޒ�','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�d�4��y�N�4','aƙ�4>$�z���%�5��z ����9��_','',0,'?'),(',�hɃs?4B[�^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���M�\rʍ�|D�','g#�����]\"�h0Vq�)�0��j�%���I�','',0,'?'),(',�x\Zpp������L��','wp-content/plugins/wp-cerber/assets/flags/at.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v$<��dkmy\\g�','g߇���;o*���^�U㋥GjJ��>�ED\\�%','',0,'?'),(',�M�&���K�f~��hK','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�g2�.qExJ�H&','�RhZ^�g�<��F���~�F�H�Y��C07','',0,'?'),(',�Y��4�����o','wp-includes/wp-includes/ID3/module.audio.mp3.php',0,'��O:B\0�z�6x`B','��O:B\0�z�6x`B','� ]���� \0On��6B;���\ZZ$� 2ЯSh','',0,'?'),(',�������lS���r','wp-includes/css/dist/editor/editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?4��nT�#���','�D�ծ6��8g\n)e���z��l�1�MH��&','',0,'?'),(',�\rgf��Z���\r�s','wp-includes/wp-includes/sodium_compat/src/Crypto.php',0,'�-p����\0E�cb�c�','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',0,'?'),(',愵�X�ա�y%�!�o','wp-content/plugins/wp-cerber/assets/flags/iq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��C!���>�hF','�����=zZ!��i��74\'�j\"DC���͎(','',0,'?'),(',�?#:�� ��5k�','wp-includes/wp-includes/js/media-audiovideo.min.js',0,'�f��}�юFǑ+���','�f��}�юFǑ+���','���U��#�QC�F����F:,�}��u���KP','',0,'?'),('-��aT�ޱXJϓ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M@-~��V���rq<','B�U��\n^E��������FE�י�慎q�d','',0,'?'),('->���\"x �I��','wp-content/themes/twentytwentyone/assets/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~K�a��OV��E��','��wr^V[������H\"��|�iAu�h,�','',0,'?'),('--�ü��$�);��J5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����Lc#Ul6��E','C��7�CG��,A�b�c�j*�jF�i�!��c!V','',0,'?'),('-\\��[�����J�ץ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�1��� �M����]�','��A8��{�!��V�t<S��qH�oh�4��y`By�','',0,'?'),('-g�0�~BD�>IF���','wp-includes/wp-includes/class-walker-page.php',0,'�;C\r��7�l����','�;C\r��7�l����','q ��MQ�Anq2Y|��]�d�]����R!(�','',0,'?'),('-jާ� �����~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�-ce$���','��\"\n�|�\'iJ���O��u;�DU���8','',0,'?'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��\'[+�\"�c�W','J�����xb��ADHM����2������6�M�','',0,'?'),('-w�T��r�Y��90�y`','wp-content/plugins/wp-cerber/cerber-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xf�ڒ�k�Di��','�� f����7�6��\"������`)���','',0,'?'),('-����Ǹ�%w=��','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������V�*,^b*$�','nh�ᷘvU�?D��4��w�Zq������w_','',0,'?'),('-��w�3�(\"O5kds�','wp-content/plugins/redirection/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--�\"7��2�ZZ','+�z2&��?Ev1R\n�yʊ��\Z��','',0,'?'),('-���_���mq+��1�','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲���i�e��ɡ','IH�Mp\\��N�h\nN��F=-���Z�=hO','',0,'?'),('-��)7�5y�8c��Wv�','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�̖��Tz�<��s*�',',�!�G�1�g�?�GQr�������b^�~','',0,'?'),('-�_��+��Yn��S','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�\r��c5V����h','+*5�~oѼ�>�\\Z������c���l�','',0,'?'),('-�f��4]�#\"u��l','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Y�%��u#+�eR:?','8�;\0�0�p�7L��2ү���r@��n�','',0,'?'),('-���{�\nwQ���^g','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�}Z/���X[�{6��','p���W�� ��/������\r��%\Z��`','',0,'?'),('-���g�N�u�2s�a','wp-includes/wp-includes/css/wp-embed-template-ie.css',0,'�)6�� ؞мq ���','�)6�� ؞мq ���','�o��+8]�Su�H.�C�g��R9�&�+���\\W�','',0,'?'),('-��藂��Y{]ns�','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�U�Y�D�K�z�c','>�;��]ۼH�Ֆ&�ݟ�������`;�','',0,'?'),('-�d�L�ƥXH�m�','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ap!}��7�Wsj�','j�����=Xi_����ְނpߤ��^Ѯ��','',0,'?'),('-�ܕO�r�`�x;��q','wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~V���tj�:��','.�y�@�Ive\Z�?g�d����h�O�����\0','',0,'?'),('-�ha+`NST����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>:�wv��:4p��Y ','Ϲ�%虬Yu{].���ג�d�.��@��','',0,'?'),('. �\0_oE�]A�_�0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�.�Aj_�m�r#i�','\'��C��b\"B��\\�N�N���*r&.X��J','',0,'?'),('.IhU���3��+B\Z��','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q����8��o��','*E��Ts���al�^�p��X���Z\0��','',0,'?'),('.QU3�x�xR��','wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js',0,'˂��_���>��Klk','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',0,'?'),('.Z{=U�uߩAJ��*','wp-admin/css/press-this.min.css',0,'��D:�*�3�0���','��D:�*�3�0���','� �0����!!��N��֢ƽKr=�)4�u','',0,'?'),('.x��Ϯ�7����_�','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"���\n�-ۤ�Y','$9~�=:����Z�F�m}�A�5ks� V#� �*','',0,'?'),('.��P��1��+��','wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php',0,'��jM�і���lM��_','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('.�麉D0�u�L-c�','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���n`K��T�Qr�','~eY�Ze�s��27��������B/=T�3oH�','',0,'?'),('.�Y����u���t)','wp-includes/wp-includes/class-pop3.php',0,'��~���k�X�_��','��~���k�X�_��','*�,\\d�W̅�\Z��)`9�N�Q�@J5h&G�','',0,'?'),('.�E�[J��l�x��','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_��Z?�N)�Ҋ�:�5','���/�<>O&�ȕJR݇e�}�(��m','',0,'?'),('.��7�f�w9Pm@����','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�H�#�IHD���','�v�o�VYx�?���\n��\n&3c-\r�8�m��','',0,'?'),('.��DK\'�T� ?g�EYt','wp-includes/wp-includes/js/dist/keycodes.min.js',0,'aY�=�Q\n�x��,��','aY�=�Q\n�x��,��','���Gֻ�S�����7�֕�g]Y��P�','',0,'?'),('.�� r��\Z�Q���','wp-content/plugins/wp-cerber/assets/flags/gm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S\'�A)����zU$',']�Z��!�p������1�{f��^EQ3sH','',0,'?'),('.����Z�g����','wp-includes/wp-includes/js/wpdialog.js',0,'Ʒy\n � ep�ԩf','Ʒy\n � ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('/�j#0à�q�%�F�','wp-includes/wp-includes/js/clipboard.min.js',0,'����r��T��tu�','����r��T��tu�','yA�y3�h�|�Г�L�����i=���>�j','',0,'?'),('/*:����o>�t����','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߭Φ� ��$=\Z��','��-�����ي�&%����~.+oVr�,>꾥W','',0,'?'),('/++�%̀�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','�W���E�g[G���V�',' ͙����]�� ����-!m2Ɣk��,��','',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,'?'),('/@���~�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','�4���}{�fKaX�lM','�\r�tm�Z�N��\'P~a����fr����','',0,'?'),('/`�Χ�Nd�=��e�','wp-includes/wp-includes/block-patterns/text-three-columns-buttons.php',0,'�8�tH�W��%���','�8�tH�W��%���','ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V','',0,'?'),('/w�*яz�\ndV۶\0}j','wp-includes/wp-includes/Text/Diff/Engine/native.php',0,'�S���\r��$�T','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('/�*���/k�@�ʕ','wp-content/plugins/redirection/locale/json/redirection-be_BY.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�F;Wp�i���\Z�','�B~��i�^�y�#����o�\\a��՟Hv���','',0,'?'),('/��}㦿L�;?�w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*������?�d��@','YV$���/���@=������V-��dc�','',0,'?'),('/��M�n�����(�sv','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/No�\'�n�v��9�,�','�J�P\"Aұ\r�S�P4In\Z*�0A\'�ϫ��p�/]','',0,'?'),('/�s��C4�������','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' w�����T�A;�}Ad','��韌�\'�MN�+�ƺ�R����g','',0,'?'),('/ɱ��x$�5Q]�c�H�','wp-includes/wp-includes/blocks/shortcode.php',0,'�0t� �ڨ.�j�','�0t� �ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',0,'?'),('/鹠���ΰ1�iw��','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('/��f��P�j>X��','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('/�����5SQU۶v+�','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\0a�C����J�','��g4W\"3~U��Ӕ�,=$\'���W�S9����','',0,'?'),('/��3��cs]m���','wp-includes/wp-includes/js/jquery/jquery.schedule.js',0,'&��T�k�f؞���','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('0\0\'q�x���a��r,','wp-includes/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',0,'��:��R�K�ro�H2z','��:��R�K�ro�H2z','9yԆ&/AX�H�i{b���7f���rw���=m','',0,'?'),('0#��\Z�9��U�)�','wp-includes/wp-includes/class-wp-user-query.php',0,'T�Iyʰ�BzR��>�O','T�Iyʰ�BzR��>�O','�gu,�$�bh�/7��C�<�l=��0x�3�x','',0,'?'),('0<����lڿ��J��','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',0,'?'),('0<�9���u�;SZ\rj','wp-content/themes/twentytwentyone/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���q*�ëp��hvD�','3�D��U�Bf�0��d��b�kTJuMY,�N','',0,'?'),('0=��P*�3!�^G��','wp-includes/wp-includes/js/dist/element.js',0,'pO�E����6�wR%v','pO�E����6�wR%v','�h�4[��0��7-��\\{�e��$.(.���o�','',0,'?'),('0Op�1��qr7���^','wp-includes/wp-includes/random_compat/random_bytes_libsodium.php',0,'4������Տ��d�','4������Տ��d�','�I�n��6��_����ga8��y��].��','',0,'?'),('0]�qK\'�f�x����','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�{��p��Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('0j�Vƽ�f:�5��`�\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',0,'?'),('0x�h��ͭK��3��T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-����v�','�\n!%�D��F��B�^�s��plhVe��7\'U��','',0,'?'),('0�)N6�ܫ�lI\'�','wp-includes/wp-includes/css/media-views-rtl.min.css',0,'m���X�Н�KH�Os8�','m���X�Н�KH�Os8�',')�Z\\��^��hG*y����2Ԏ�k]䜹Yu�5*','',0,'?'),('0����a�O�ZI|I�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�HY ��²��','zI]�_�Dz��!�bш�6�d�uY�3','',0,'?'),('0����}=�Y]q�.','wp-includes/wp-includes/option.php',0,'�]�2�ZB0����','�]�2�ZB0����','����+�9*$��<��*G�T���:*N�j���','',0,'?'),('0����k� ?ޞ���','wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',0,'?'),('0���E\00���X�H','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',0,'?'),('0���`P�V��y\0�','wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',0,'�H\r\r�0�X/^�0R','�H\r\r�0�X/^�0R','O��1�-p�Qۊ��8�Z+�$[��j���K��','',0,'?'),('0�%,�4�)Y8 P�R��','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php',0,'��7�f�W�՚7���','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('0�dۦZP�2��o�','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ս$����6�\"�','��^h\'z�[��j���ӊ%\Z�pã��j.�S','',0,'?'),('0�8�Zʭc[c���','wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',0,'���|�Ww�b>E��yJ','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',0,'?'),('0�ň����}m�X9�q','wp-content/plugins/wp-cerber/assets/flags/zm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\|e�D�gk�^���','�yЩ&VUą;�}��D4E���3�)\\','',0,'?'),('0����I��\Z8�\'�x','wp-content/plugins/wp-cerber/assets/flags/tk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȕ��n��e�Y�T��','I��/�:���5s ;�#bi)��4k ����','',0,'?'),('0�i��LS� �q���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���%��K\Z��{�V','���k��^�qݵ;�e8�K���=AaЮM_���','',0,'?'),('0��$X8F�nŃk���','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�-{\'B�����Qa','m\\��\0W/v�-O�R�w�mF���}o�P��D','',0,'?'),('1!� I��<Em#','wp-content/plugins/wp-cerber/assets/flags/ee.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��h�~�\rO�����','��R�Bᣛ�݇84ɐ6B����\0ȸ�:l-�IB','',0,'?'),('1 x��!���Y�}L�','wp-includes/wp-includes/js/dist/date.js',0,'�W!j`(�YՌ�f�','�W!j`(�YՌ�f�','��2�&�;��F�7�A\nOM�X�����','',0,'?'),('1-�����g97���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�B���.��}�F�','��c�(����k1�����2�Qw4��?0','',0,'?'),('1.�g��\']�����w�','wp-includes/wp-includes/js/jquery/ui/mouse.js',0,'����IJi��\r���','����IJi��\r���','�P��<\n��+�q� ��NJ�+��s���b���','',0,'?'),('1?o�x��<�?���6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��a2P���KQ��i\"','����F�;L��_����-������-��N��x','',0,'?'),('1A����,\ns����v','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��)��ɾNS(�! 4Z','��/�[��f �nU���!79�8^94����M','',0,'?'),('1Ag\r%�1��kp','wp-content/plugins/redirection/actions/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍP{�aa�U�\Z!�r�','|w.5]En2�h�=5i+q�Tp ��C��b[','',0,'?'),('1G�[��D��qW�t��','wp-content/plugins/wp-cerber/assets/flags/gy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��B��}��>_�','L�:�,���B[���aa<���w�*@������','',0,'?'),('1s�)6�Ӷ���C��Η','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T^�1�����A�|','Y��%մ9����N��?\\v\\a��M���~','',0,'?'),('1�3\r\rI��W��\\��','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ov_J�ex�� V-\r','�߬a�#�1Ȫ���s�9��;�\0e�oH߉T��','',0,'?'),('1��K�Y�х?_�~���','wp-includes/wp-includes/l10n.php',0,'���(��C�h���#','���(��C�h���#','�Ǹ�9�1Y�����5$�?,=�M�2.��r�','',0,'?'),('1�7�F0ܩ��^ �l','wp-content/plugins/wp-cerber/admin/cerber-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��ေ�yHj�[��','Sʭ��7:Y:`�ǝ�p%��G�%����G�','',0,'?'),('1���pa�`H0ߢ�e','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7����nb�A�x��','+\r��O��2UP^kD\0(���c��J�<','',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','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('1�ه�җ\"R���\"','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�HO�N��Z,�L��T',',_��ּ �����+%��$G\rK��?�����','',0,'?'),('1ۭz�� ~t2b?[I�','wp-includes/wp-includes/media.php',0,'D��|��ߟa]IW�S�J','D��|��ߟa]IW�S�J','R�y��n�lq��侅��.�$�����%','',0,'?'),('1�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m� \'���A','iķ��z[����/\"� X���{�o��:��','',0,'?'),('1�U����W���P8?','wp-includes/wp-includes/class-wp-post.php',0,'�;@A��[�oh�́F�','�;@A��[�oh�́F�','Bms������AKE)(|-�c����ϡ�|��d','',0,'?'),('1��X�/�t60^Ҁ!�7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',0,'?'),('1��#\'\0����ț�`','wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php',0,'��v>��#��!n�(','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s �15�','',0,'?'),('2J�y*�m����]W','wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɲ���լިF��','��w���R�x��$�r�դɯ�D���`.��u','',0,'?'),('2b�U��\0��s�pd0�','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r��T��tu�','yA�y3�h�|�Г�L�����i=���>�j','',0,'?'),('2 �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','���y�65���','lՕ����ϴ�RK��YL�ל䤶gA}���','',0,'?'),('2:�w��m*�.#u�R','wp-includes/wp-includes/blocks/embed/block.json',0,'�B���S�):\\l�ID�','�B���S�):\\l�ID�','��$Xn�{4��aV_`�M,sbݱ�\"�*3��','',0,'?'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9����\n)��Fu','4�WZ�!VH-~~`⟜�is�G�m@�7�n�','',0,'?'),('2D��%�J����?��\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T/�mWeP�X<x�}�t','��[:�{A�I��BY��C&���Op\'6�','',0,'?'),('2Y� ��oq&�Z���','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',0,'?'),('2j�L,���W\r��W$��','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����؉�� �m/J�~','�}�\r:�jg���E�˾V(]h�x��t','',0,'?'),('2r}�V�ĥ$^���n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('2|�$9�<���z�_�','wp-content/plugins/redirection/locale/redirection-he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��M�����v�6�fI','��<:�T�F\r��\0N W�e�nT@��Ox','',0,'?'),('2�E���γŷ���','wp-content/plugins/wp-cerber/assets/flags/ps.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��P-�6@%','%�AD���E���P�Ǖ��|�u��Ć�C�!','',0,'?'),('2�Hȿ��_�?96','wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php',0,'\r�*�un�rdu�g���','\r�*�un�rdu�g���','�ҷ<h�bo�>�W��\Z�N��� e��ia�','',0,'?'),('2�|�(ủt��T��','wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K8ۨ��)','.�%�����]:/$zԢ��S�_�)kER��','',0,'?'),('2��㺨a|F�l3]�','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �sL2/�B�����','H\'�s�ӽ����I�$��Ӧ�ͤ�X�!�','',0,'?'),('2�v��\'��9\r��z','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('2ģ��_�D�x���','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�����~�}t.�K','M�N��������F`\r9���ӫ�rP�,Q','',0,'?'),('2��Zs��+z��','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��J�cW�&��Y�','i�+W�M�E4�\n�#S�-^�?�ݻ��,�9','',0,'?'),('2�0mK�:r²\\0\nB�','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f��u���ן)','���Vb�p�O+ �N$�uw���}�h�\"�','',0,'?'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(2ROf;Vkj�','�������`�.۾H�,�x1���8q?�L�}]','',0,'?'),('3��J��c$�\Z+','wp-content/plugins/wordfence/js/date.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j��P�ER�_�c�','��B=��0�dƩ\"B�tUc��^1�>�q&�','',0,'?'),('3)e/`���/\r�Ph=','wp-content/plugins/wp-cerber/assets/flags/bf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��>��=��$�.��','�Ȋ:��h�.�n(xD⃪F\"{`iN�\0#��','',0,'?'),('3+z��.���6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�R?�\"�`�$�`','! �n��śU7B��5gr� 1�*;R�','',0,'?'),('3-�\'����*�.�%B','wp-includes/wp-includes/js/codemirror/esprima.js',0,'d_� �S��g��ٛ��','d_� �S��g��ٛ��',']�;�%Js��lx��Fq��BH\Z�U8��','',0,'?'),('3C�V�Z�:w�\'G���','wp-includes/wp-includes/Requests/Exception/HTTP/431.php',0,'��s|b$��ѓ<��','��s|b$��ѓ<��','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('3fDr)�{��w�� #','wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}O�^�0tGG��Q','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('3g���W��Zf9�','wp-includes/wp-includes/cron.php',0,'$�B�돗��QG�z','$�B�돗��QG�z','8�+\'p���|��ц�K��O�<�_e�-','',0,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',0,'?'),('3k��oW�5 k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_��T�ӰI�Y�֛','2ɟ��tb;6@\Zq\'��Q��H�j ��m���ѫ�','',0,'?'),('3p���\\�8�lD�q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('3p�DL���ﳲƔ��','wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js',0,'/a��Lru�4�\Z�','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('3z\'�O��v�J&�� ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��p�5%�h$�*�','s�B`]��b��p�M���0�\\�s�w�D{����','',0,'?'),('3�S�#ǣ+Ke�\0Ⱦ','wp-content/plugins/wp-cerber/assets/flags/la.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3MU\'���\Zkr�c&��','[�lԬ�`�l !_���>�kwd�X��p���_','',0,'?'),('3��JΑTg�0��\'e','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4���uB\nE�#@��W',')r�xUYJ�;hpjH{\\����1\'#�� s�','',0,'?'),('3���\'���RK�Bf�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',0,'?'),('3��fQ3�h�5[��W�<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �C0�Y7O�@�GS','EWj�+��\\��=����}.��1\r��|','',0,'?'),('3��ng\0��\\\0 �W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',0,'?'),('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','�16#k0�v�c��h�N','kiM�U���Y$��9#���������՝w�','',0,'?'),('4\n�� m�]Ŀ�Њ��','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�+e��[e�ϙ�fW�','QA��u&�{Ai��XP�K�[�{0�Q�k��','',0,'?'),('4�31@�*r�����8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ś�L�\\�Pڜ�U','c>�5�o��������_�T9�L~;�e7�','',0,'?'),('48�Vt���+^X�','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','! /�\"۵�$=�iU�','\rh�s�c��6Z$���P͡�\r!W%vD�~��j�','',0,'?'),('4;`߯z�? �{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h»����$\ZPfX�','�ƪɝ����U[Z~��^�d�\'�X�ٮ���','',0,'?'),('4;��2������@y','wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',0,'cdxo&l�g�8�3��','cdxo&l�g�8�3��','�h_�8��r0�y-��\nϥ��KL-� {','',0,'?'),('4AI�n09��7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL�1?o+;���{Y�','k�H��;�\0�kC�s� \'K�#45+eE|���0','',0,'?'),('4To���iE��t�','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�I�SD���D\Z.{','o�N�Wl����y�����]�����\'�����','',0,'?'),('4a�[I�}���H�m)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M>��_�^�����9F','.��*�AU�u0� \'�Q�2˻�=�x4w��g�','',0,'?'),('4���9�7��Tb��~~','wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;0��#�B���n','ѹ�T)��f�-D�/kFb��y�����H�','',0,'?'),('4�!:��/]��H7�?\0','wp-content/plugins/redirection/locale/redirection-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�V���D���ug@','�� ��4�[�Jx\\(�b�h���\'�=�XM2','',0,'?'),('4������Kv V�','wp-includes/wp-includes/js/crop/cropper.js',0,'����H.s�o����','����H.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('4���=�T�n}�&��','wp-includes/wp-includes/css/jquery-ui-dialog.min.css',0,'��S`���7у�-�','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('4ڂ��L$�,K[�u��','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�8\nP*�a|/ٳK','XdB�c\0���2��Ý��c���g�������','',0,'?'),('5�?��y��<�2�','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o0�Dk�ģ\'-5�S�','����r�?�\0��1�}2�IDse�K���W�k�','',0,'?'),('5.=���d)<p�eu�s^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vr���Β;Y���o$Y','�����}� Y�1q$VY�8k\rt �o�ny�w�','',0,'?'),('58�d�`S61K>ۮ�v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cg�ͤa�p�:^���','Z���#��#�z�2�$R�6C����1���','',0,'?'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K%A�};܃q:{��','+8k�����/S*15xB�L6R�P���4�5�','',0,'?'),('5S{�TƁ���e�/�','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;C\r��7�l����','q ��MQ�Anq2Y|��]�d�]����R!(�','',0,'?'),('5Xܨ�*���{L0%�','wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Q5�\Z��*y�y!�s','��J���\"qUK�a��\'1�_N�XG�`揧W>','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'��|�\ZelǢc�$�\Z','��|�\ZelǢc�$�\Z','H70wN1��_\n�T?a��(-l�]�g��9','',0,'?'),('5\\h>��w ���N�','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S��D��31�','ՙ���vF��٫���P��B8.�����8�','',0,'?'),('5`�]\\ͭi\0���\ZJ�T','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�����\\�OR���Z','�`7t/���}�z����f!��l=�,�8tS0F�]','',0,'?'),('5��92���^�%<��','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�4\0��bo���K3{�','����?��bG�,��*>LPmy�������)�Q','',0,'?'),('5�7�N C=��-��c�','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�D�K���zS§0','N�Q�*��TZ%P��%���jܑtZn/�','',0,'?'),('5�#t�5R�шK����','wp-content/wflogs/config-livewaf.php',0,'_x�nWq�u��Z5�u','_x�nWq�u��Z5�u','�<9v=��X�>\'���<OK��k4;�.��P�7�`�','',0,'?'),('5�H# ��t��-A�R','wp-includes/wp-includes/class-wp-image-editor.php',0,'(\r��^��k���+)','(\r��^��k���+)','�GY��<\Z�����\"B��v�Ԅ��2K9i��bQ','',0,'?'),('5�;fm���D7JE�','wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php',0,'P��ef���i�\'�jW','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('5�r��Yķ��\"���Q','wp-includes/wp-includes/js/wp-emoji-release.min.js',0,'�d͢7@$��g�;','�d͢7@$��g�;','F\r�R7��s\"YX^�ȹ�$�y�ss[','',0,'?'),('6����X/��HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',0,'?'),('6c�k���6_sx$�>\"','wp-content/plugins/wp-cerber/assets/flags/et.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8������ZltS���\"','c��/s]\Z�`R��ꩧ`����E�����P�','',0,'?'),('6;I(�H�m�%��f�','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\n���)�{��','T�=�Y#��[���vr�H�ia��R���','',0,'?'),('6W(\'�����P�4�','wp-content/plugins/wp-cerber/assets/flags/gn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������M�MH����,','����nr���A�[/�Á����*f|DeTJC�J','',0,'?'),('6[f�9�?�� _�','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&���Ɍ����ԔQ<','1���Nߗ����?*�i�í!F�Mp�9^.','',0,'?'),('6c�b��kk��i3�@�H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)VUL��C_�V8�','����EL\r�\";�m[�+G��G��k4+)','',0,'?'),('6�]j�v�W�k\r3-�','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ft_ov�в���','f�k�!RG4�;��jhnut֭���ʭd\ZW�n','',0,'?'),('6��ƌ���C���+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܇��X%�EWy�m\'��','�|�\rL�ʜэ�|�Ry��6S^�\\��','',0,'?'),('6̠,��_���q��u�','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0F������\"��e� ','<̌��ܹW��p�LB o�;$2�ȴ��/%g','',0,'?'),('6٨ �:{�^D�','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('6�t\'�\\� y18@Q\rt','wp-includes/wp-includes/deprecated.php',0,'���X�;|N.��S_d�?','���X�;|N.��S_d�?','S5�g���*����r����x�{��&','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad��_7����$a','�.��ޖ6��I$��LdW�|�]�E�y\"��','',0,'?'),('76�6? X,��-�6�)�','wp-content/plugins/wp-cerber/assets/flags/eu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;�zC�oػ�@���','��m��2����A�,��%(�#��%c)�+�w','',0,'?'),('7@��&HV��k���:��','wp-includes/wp-includes/sitemaps.php',0,'gG�xN�)�/���*','gG�xN�)�/���*','�%��S�i����x3�k���O��nz]���','',0,'?'),('7R!��E�������','wp-includes/wp-includes/theme-compat/sidebar.php',0,'(�S��;��I��(','(�S��;��I��(','���U�kx�r��Lb�\"��JAF�(u; \0�&','',0,'?'),('7cqT�$=�Z�吽�V','wp-includes/wp-includes/css/customize-preview-rtl.css',0,'��މ����ګd��3','��މ����ګd��3','~�\'��[z�{��:����LĀN7A�� ','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('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','Ҩ͍�v������@h','����8GԪ�w�k��S��e�J���L��Ɋ','',0,'?'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�;G_bu\'\\','�v,I/L^���ww\ZX1�2�y�T�ɣI��~','',0,'?'),('7�P�Y����i���ߝ','wp-includes/wp-includes/js/shortcode.js',0,'@�������P}�SΊ','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('7�%Wy~P?�x��','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lzV6`wmZBs���','\r �8�&�J�34�б��ǽ�����','',0,'?'),('7����3KNk�&���','wp-includes/wp-includes/images/media/audio.png',0,'�taCA���.��Z�','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),('7���o^l�:���B','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('7�c�¢)��S�eb�','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��\"f_�2�eg�','�{�B��x��\r;f �2��4�/����4E�','',0,'?'),('7�c�.$P!�\"�','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���j��_�ˊR�2','*��-�9�.���HGO6/�L�):�C�d�z�','',0,'?'),('7�ʅ���� ��;h��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iL�v.\\�Mug4�\rf','Ns�:mC������/��Zp�w����z����','',0,'?'),('7���k�X�f�Xm�S�','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',0,'?'),('7�2��_R�D��;n�','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�,:�&\0�:�(� ','1�Cf����>�-K�J\"��1�%�I���P3�Z�','',0,'?'),('8�x>Ș����pԠ�','wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',0,'�h���g`ɸ:ڕ^','�h���g`ɸ:ڕ^','���F/Q�H\0���^l 0�BΓի6S@Ph�','',0,'?'),('8��\"m9�!8���#?','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',0,'[M/*��E�<s�W�RG','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�\nXj�\'�;q�{��a�','',0,'?'),('8%دTP�Υ��Ա','wp-includes/wp-includes/js/dist/annotations.min.js',0,'�%e���F�\"�8�]','�%e���F�\"�8�]','�U��8�E�]�\0{\"�2��Eh��$���*�\'�H','',0,'?'),('8=�I��a�%��k�~�','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ο��1S���&�5�F','�),_Ե�DWڪt�q��j\'Oy����>A\\�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,']̿)/�k�N牔Ѳ��',']̿)/�k�N牔Ѳ��','3O6�+�(+�C��&.j���D��)8���g�','',0,'?'),('8P֧�\Z�HGE}8�','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wsz�uNP�j���Xu','4�U���Q\r1#_f������H���*I�dl��','',0,'?'),('8Y���v���C�[,��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:\0��>������}LQ\0','���_U\0]q=Չ��f�\\�/� @d��\r�+v�*(','',0,'?'),('8�R6�DH��q�-{�:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>D�glM�<�mg�','\r�[��8*�5n݊��Pc���^8d%?f','',0,'?'),('8�@)��6yg[y�sQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��\"z���Pgw','���I�\'�Hk���,���1��5!u�.���2','',0,'?'),('8�1��q2Y�O���%�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',0,'��#����� v��d','��#����� v��d','W�Y�0����2w�� 5�O���zm� ���^','',0,'?'),('8ÛZE�Q$}UP�T��','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�铇�ܙ~�\r�m','%&��9� /D�XG�؞�߇��U�����4','',0,'?'),('8�Gxo\\��U���[�','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����H��o9�{','>����k���Wo��H�[G�.�l)簥0','',0,'?'),('8ܞt��\Zw�Nxa��','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZM�ٟ�:�l\"pdΛ�','�%q2���Ӑ�F���JȑR~҃i���`;�>�','',0,'?'),('8�1rpz뽐�N?��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',0,'U,�:)��؋\"�QqY','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('8�|Q��f��~֭�\0� ','wp-includes/wp-includes/js/mediaelement/mediaelement.js',0,'��a\0����\Z^2�-!]','��a\0����\Z^2�-!]',' �+ M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('8�kA+�_����Ln�B','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',0,'{�6�#UQ:��|>#��','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('9�\r5\'X���>?�','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('9ψ[�1d{���@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���vz��4�<q\Z�','���/U��V�tD��b}��F�9S��z���','',0,'?'),('9:��d�o\n��p`Ry��','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�/�q��','����T����s���%���S�Z������','',0,'?'),('9QKW?����,�','wp-includes/wp-includes/blocks/column/block.json',0,'b\'��������E�4�','b\'��������E�4�','z�,�g3�l[�9�v[�=\rW�\'3e�c�INڷ�','',0,'?'),('9k�sB��=}��TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('9v@�o�nr�����*','wp-content/plugins/wp-cerber/assets/flags/am.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�(v���ߩM�$Cݣn','�c4�n�6W����V�^�:�s��ݺ#����','',0,'?'),('9|����nRo��Bt[�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����rQ��N�L7\\�','!�/Բ�*<5����E��~��GYy&`��','',0,'?'),('9�#\'�\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',',:q���Hn<4���@','���جK��\'��\r<S��K�\"����6i+��9','',0,'?'),('9��)�&��{Sd�G','wp-content/plugins/wp-cerber/assets/wp-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\0i�L�1���_��','��{Ո��R3i²�V���J}��0Ʀ�e\'\n �','',0,'?'),('9���� ��ӗ�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ĠZq:j\nU�9(\Z\0��','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�x[��/�؟[�N�','�S���3�hA���Θ����R)�+}�A���6','',0,'?'),('9ՍҢ��9��d\r�Y','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;g��J�g����xA�','�t_2�x�<��-���˜wq�I�g���','',0,'?'),('9��s�3�SZ,p�8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',0,'?'),(':{���{7�9����','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�gg��&ёb�� ��','(C<M�d*2Ƚ��*�N�t�n����T~��\ZW','',0,'?'),(':�|L�H6(��c�g��','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_2��\n$9��`m85','�6%u?E�M��l�Ȑ�@5vr�[�j\'t�H��f','',0,'?'),(':1�(�)p]V1�-ȩ�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qDL���a�[ ?�$','G�s\0��\r�/1�v=������pS-�yE.��U','',0,'?'),(':7W�{hX��`-��d','wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif',0,' �z!�<�7�����*�',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),(':<�$��0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),(':D�J�$�h��Dž\r�','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{9�:=��q��aT��','Fb�EE��sn��>����+�o�F�<Zn�','',0,'?'),(':H6Jf�XGs���@�','wp-includes/wp-includes/js/media-audiovideo.js',0,'�ж���t\Z�����','�ж���t\Z�����','s<~d;lL�n�_u+1��jDO����\\�\0��','',0,'?'),(':\\ܹ\r@���L\"�:�U','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eL�F��T�2Ѯ�He','M��D�\nR卸�X����=���j���н','',0,'?'),(':���%H`!���\r�Z','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K;p�O�?F`h�w','�[��7�2��s���d`��������Mo','',0,'?'),(':�x��3�L&�3ſhD','wp-content/plugins/wp-cerber/assets/flags/mz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����v�)�Q�H�vz','�A�q#7����F�tˎ��Y�\\�j�ň�V:ܯ','',0,'?'),(':�%��(v5��q�0','wp-content/themes/twentytwentyone/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0ײ�O���\r�|��','��a�T��t����.t:��,�v��pڊ\0','',0,'?'),(':�˺�+���u��','wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5]��d��d�f�','��>��`������NN�`�N\"K�Ӟc�kG<;','',0,'?'),(':۪�y�_;��h��\rB','wp-includes/wp-includes/sodium_compat/src/Core32/Util.php',0,'��1�`���0�����','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),(':�ԇB���R>m�','wp-includes/wp-includes/images/wpicons.png',0,'dS��uq��V_���a�','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),(':�Xqݝ�J\\�5P�4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^
�','',0,'?'),(':�ṇRM�ti#��=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),(';#� n����%\"���','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�Y\0�ys��<M','��-!V��>d�*jP�F� �;QƵ��N1aG�(','',0,'?'),(';�ԧ�$=&a���V�','wp-includes/wp-includes/js/zxcvbn-async.min.js',0,'��E��\nO\\��Y�b','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';C_�\n����c�K�','}y�Լ�A�lKnIJH�z&NVc���:[3�@n','',0,'?'),(';ܒscF��!����','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��y�T�����&]H|�','RU\Z����[�^͝�/��a��/�9�\0�x��','',0,'?'),(';1ы#�Y_N��t�','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���J��ѡ��πi','���8C���P����/��g�e�TCW_��','',0,'?'),(';Rc��J���,�SA','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԯ�#��ɷ��D��','TH�d�����y��x?� �mP��}6�3V','',0,'?'),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�T�2Aq]����4�','�bt�G�p�\0BM0z�XJv�Z�HAt�M�%','',0,'?'),(';^�e��R��$� ���','wp-includes/wp-includes/blocks/social-links/block.json',0,'��<{�Vg3B+z�B��','��<{�Vg3B+z�B��','�I�W�}��Ogzˀ ��h��-��wl','',0,'?'),(';���F�����&���','wp-includes/wp-includes/images/crystal/interactive.png',0,'�R�m`��`�9��','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),(';��,�<��yb��2','wp-includes/wp-includes/images/admin-bar-sprite-2x.png',0,'�Q����8��o��','�Q����8��o��','*E��Ts���al�^�p��X���Z\0��','',0,'?'),(';���4�[���`�̃','wp-content/plugins/wp-cerber/cerber-lab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߣ0�SÂ���7~�:A','�ʼnO��V���%Y��UR�L��Tyh1\Z��G7','',0,'?'),(';�v�0BK����1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),(';�1e�ˍ���0��X\0','wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',0,'����R�<�nI�<','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',0,'?'),(';�Wct���*+��Br�','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),(';����*1\Zn��4�','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' #j��2��\'5�!�gM','����϶.�X���po�I3���fY��cMʲ','',0,'?'),('<������un�ɗ','wp-includes/wp-includes/SimplePie/Core.php',0,'ز3aݩ�0)��_�S','ز3aݩ�0)��_�S','���760�w8��([���o�W��K��4d���','',0,'?'),('<\Z\r�\Z!�����K`i','wp-content/plugins/wp-cerber/cerber-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�˖@%��','h66��b�����hS��=��J$���','',0,'?'),('<F���Pz�22��~','wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(��()��3���','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',0,'?'),('<_-|�@iT�����','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7UE\Z�,�`𫞈Ó~!','�X���Y�8���kcT��W<+���F2�i','',0,'?'),('<a�ґ�z5k��n�','wp-content/plugins/redirection/redirection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ѿV>�o_�g5','�6��@ț(�i�,)�+�\'7�4��f���\'','',0,'?'),('<o���]���)� ܡ��','wp-includes/wp-includes/js/wp-util.js',0,'M�J���2$J��+���','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',0,'?'),('<y\"v�0p��+\'���','wp-content/plugins/wp-cerber/assets/flags/pw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T���k� ���e�','.�ڜ/��V���eR����x���P�i��_','',0,'?'),('<�!}K�A�,\r�y�2','wp-content/themes/twentytwentyone/template-parts/header/site-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�z*�-�9�v�Z,��','t���C�����a8f\r*���?�G�\r�G��-','',0,'?'),('<��9�u�j����!�$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E.�)��\\�s ��\'','�G4:hu�\'�QN�=;F ״�EQ44��j','',0,'?'),('<����u������}��b','wp-includes/wp-includes/class-wp-block-list.php',0,'�.�״�8��9��','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',0,'?'),('<��$�C�DO��#��','wp-content/plugins/wp-cerber/assets/flags/fj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���yZd=�\\l���r','C�����ȶ�]�*�s������l湘Jڀ�<e','',0,'?'),('<�hj� �4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('<��u꿖\Zܜ��Y�^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�<�]�@���� 4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('<�l1TmF}m��r��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fRo�l�6��\"���]','�[Z�q�U�r�jM��?O�P��r��t�&','',0,'?'),('<�L�@�ԧ+�2���+','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y?��y*�iE��4}Z','c�����C�Ymd��,�R��p]����rh','',0,'?'),('=J��ǰja�}LI�Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pF��t1�+���','�;�}��\0[���\'\rq�����ĥd�;#�.','',0,'?'),('=���f;V�dl\"��','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���.��y��^J�i�*','{� ������I��^�`��\0�����<<','',0,'?'),('= ]��}��*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=\'mP��x5KbY.�','i�M�Q�����W\r���d�ɸ���','',0,'?'),('=@�}��g\r��Zx[<�','wp-content/themes/twentytwenty/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#f˭�Jlǿ�','I���l2�S���i.k�R�3�}��8V!<�','',0,'?'),('=A��3�����Zi�-','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��sn1MQ(��f�','r����J6 Y;U���&��4=�5KQ�ia�','',0,'?'),('=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','\Z�sk�����Z�j Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('=��Сs���zb��','wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css',0,'V̞��/K�x����','V̞��/K�x����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('=��k�[4��� ��=�','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��|?�M��=]J��','�4x��������!Gk˙���Lto�!��\'�#','',0,'?'),('=��Ө��\0E���','wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�h>��K3���u1','��ߋ�!�;n�^�u|ا�$Y0�56��4�','',0,'?'),('=�;�{���e�6�5�','wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('=�F�혣�Æ��K&�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�:7���]6hVo��','߫��/Lk����OT�bdS�EiL9���~8','',0,'?'),('=噄\nA�K(���l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@J��x&H�*8�����.','2�j��!^g^i�r3�P~�\0�K8�c��\n�','',0,'?'),('=�a������0&','wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�d��{2װ�','T�f��b������>�s;X<`0��<9��:�','',0,'?'),('>��J���Ȫ��=v','wp-content/plugins/redirection/locale/redirection-ca.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\rM��F\0:�;�Ku','0�h#Q�g�(� i�n��?y\\�{�U7�','',0,'?'),('>5��ˏ.y2Q[ڣ�1�','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i8��X�3����cTD','�J���$_�F�$o�����{�fC�~L�3��<','',0,'?'),('>@�e�T$q��Q��d','wp-includes/wp-includes/vars.php',0,'�\Zm���f1q��˴','�\Zm���f1q��˴','�nl\Z���h�1he�-�M��5�Nl��bd�Hpz�','',0,'?'),('>G��O�jP�l���B','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�����\'Ρ0�g2','ؚx\"�o�*I�\nQ��j�����T(�G\Z�.�\Z','',0,'?'),('>d�RLډDh�uJH���','wp-content/plugins/wp-cerber/assets/bn5ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڑ����@�/�@�','\0�o �~�}�2�,_*Í {J�O�4SfY��','',0,'?'),('>hЩ�XX*�v1���','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',0,'?'),('>ql�+�m�\05Ħ\"�^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tQ��M�ʈ�����','��=��y�0��RAB�b����)�?=�n�','',0,'?'),('>v]�{rq�6x�','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��JkԌ`�M\"�r',';Ը�P��I��@?56�t���k�N�8@�=�4','',0,'?'),('>��X�\r�b��ڟ�$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�RŖ���z`�T��','� U� 5�BOu��>F���p_��}�d�.��','',0,'?'),('>�\nq��g�/����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�X�y����gr\"3g','a�55�\Z�\\���7w{Լ^d�����TK�','',0,'?'),('>���\n�3��7���','wp-includes/wp-includes/Requests/Exception/HTTP/304.php',0,'�;F4�A�I���T�','�;F4�A�I���T�','v��C��� a�\'F�;���z���(eJ��L','',0,'?'),('>��m\\Vӻ���R3','wp-includes/wp-includes/images/media/default.png',0,'-����I�B�h�@���b','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('?�ke�zC��\"!�@�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('?830��o&��R��f','wp-content/plugins/redirection/locale/redirection-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','瑣:���kY���cd','t�1t���ĝYi��>8V(c\"��ڛ�C��','',0,'?'),('?2yT!s|��t��u}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�����\ZHr�','\nDfdvP�f�On:����a��г���X�','',0,'?'),('??Q$�P���.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0@�I�SB','�1����đ���,�h�-��h�>fھ�G]','',0,'?'),('?U������\'_l.�p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B�� ����IN�-y','��hl�[�������(�l~�Q�u�FM� �','',0,'?'),('?Yv�q_����ۮXO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�B�Qx�SV.D','����6��\"@X�g\'�W7��w��gJ���q','',0,'?'),('?]�P�.��1����2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('?���Z���8.���G','wp-content/plugins/wp-cerber/assets/flags/ec.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�* �k&�(ʬjJ�','Bd=�Zj?r/{��\Z���7MF��\'��n-Zi��','',0,'?'),('?��=�@�M�$#��P7','wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�l��m7��#��F','�z�d��q�ٻ�ٿ��� l���w�5�M�','',0,'?'),('?���C����!��Ӳ','wp-content/themes/twentynineteen/sass/modules/_accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��*+��O}��g�','�/����h�f=@�0��5��H�0\r7t��m�8','',0,'?'),('?�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,'?'),('?�cF m��wI_��','wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*=i���ɱ����HR','����sk���Tˎč��u�|��Ќ���','',0,'?'),('?��@u�n,ٿ��Ù�','wp-content/plugins/redirection/locale/redirection-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�u�eW�?�r~/','L�%��D�jn53>��:���\\�ƈ&�pjdJgD','',0,'?'),('@!�a�ie�\\1}ݱ�z','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3s{_ƕ]��p�','���o;~]�b�^�R�<�l$�ә��1�6','',0,'?'),('@)�u��X�tȤ�0�','wp-content/plugins/wp-cerber/assets/flags/ng.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�mBC@�͚���','���H�!R�Ɂ=[�?aq�μYو�_hw��','',0,'?'),('@G )�7x=��A��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"����i�qo��h ?�','ڴaWtĉ����q�)N��*x�*���q;T��0','',0,'?'),('@L<��m�^��c��Ic','wp-content/plugins/wp-cerber/assets/flags/bb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0��(�zc�q','7!Ky�=�]b\neO-3{/Q��ȳ�Rҳ��L','',0,'?'),('@V�$�K���<�1*�','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('@Y�ӓ�\\˳c�z�','wp-includes/wp-includes/images/down_arrow.gif',0,'���V�~�o�YnG~_u','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('@`c����:|�\\����5','wp-includes/wp-includes/Requests/Exception/HTTP/505.php',0,'�]A 3�[/Cd���','�]A 3�[/Cd���','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),('@b�Hf�Q�\"$��S','wp-admin/js/press-this.js',0,'�H�\n�}x-N8�,�c)','�H�\n�}x-N8�,�c)','\Z䜫��:��H2fם[�Jm<����x�<�0�','',0,'?'),('@k/�����I�?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4}�aX2nH��GWx�{','/4XAJ\Z����o>V��ꔆ�I����','',0,'?'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('@���8��\"��% �','wp-includes/wp-includes/images/smilies/icon_mad.gif',0,'V�!�@�c�0�S�','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',0,'?'),('@��L���:���(���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��\0�6�&� �','uj���v��d_���=\n�2fY+��V\\��','',0,'?'),('@��_/��d=���','wp-includes/wp-includes/class-wp-recovery-mode-link-service.php',0,'�����}f/c�nx5','�����}f/c�nx5','�k�������ޙ(Z��t�M\0��;�t\r','',0,'?'),('@��\Z!z��r���W��p','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.Գ� <`�ϒ&�','V5��;����S6��,�Uft��Yn`A','',0,'?'),('@�XD\n�\nRN��t���','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�9#�d�Y` ���','�l��IE/(�p��\0�pn�T-O�z\"],=`�','',0,'?'),('@�ȯ��&O�o���','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e�b\0��PO�����','_�u���j������P��-KOA�ܫ�����','',0,'?'),('@ɰktg��\r�힒�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',0,'.�2ң��A�!�V0I','.�2ң��A�!�V0I','�\"CG9^��ȷ�1��a�?�a�uk`','',0,'?'),('@�L��߯7�٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R١��.�1&;�@','Y>]��B�A���u��5u�6�jT�6��d\rr+','',0,'?'),('@�;5�X��V��O�Z','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g~�\"��J��䩎�','��/<s�ԡ�)�\'�.�1��jkn�K9Q���','',0,'?'),('@�m����O��W','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�����Lv��','v�����tQ�+4&f�d�1��Z�6LI�=�','',0,'?'),('@�t�R>G�Hh��ס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�=���a�-�II','7G�V����ԉͦE<����x�Z)��:�%','',0,'?'),('@�aMI�3&��]}','wp-includes/wp-includes/IXR/class-IXR-client.php',0,'�a���J�}��!�W��','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR ]','',0,'?'),('@�s�Z��^����q�v','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�WI��\\��?��','�<�:��tn�kb�wi�&�� ��R����\Z','',0,'?'),('@��+�T΄\'����٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�ל�/f��T�@','�_d�s�`C�Ro\Z-��Y/�X{��Bƛ�,O�','',0,'?'),('A�lA~i^����u�Ø','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(RroΡC\r�\n�F�+�','��ﴖ�ș*���t�Q��zWÆ�ײU','',0,'?'),('AE���[�`����','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|}�\Zc�%��9j��','��b?/a#��h�l��������\rk���','',0,'?'),('A/hͳ$BQ��:����','wp-content/themes/twentynineteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HP~�,Y��`sMu�k�0','��;�`� ��:�6�P��q�L�:*;��','',0,'?'),('A;�ت\Z���ܦ�z�','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('AK<���j���gsr�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��Kb(�\\��p�B-','�ճ* ʰ ���[q��˜P���k�','',0,'?'),('AT�yxhl|�4+��n�','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4 vHhg�BL','됤oϙ�,/����ɞq�?����s��CvF�','',0,'?'),('AV�_tIC�@UU���','wp-includes/wp-includes/css/dist/components/style.min.css',0,'c��`=\"����y�)','c��`=\"����y�)','�xp�3�>9eQ<�jCQ���g@M�/�w','',0,'?'),('Aa�@J������Ł�','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C��ȭ?d�{V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('As�v���g�4U�','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�r�[Ķ��i��k�','����=cA\"�-3�8��{t-�8 ��h�','',0,'?'),('A{&� ��V>��Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N -?�6�>��9�A͘','!�;#Q%BX\"GҵWM��>���a���T��37D','',0,'?'),('A4�f+N����*�','wp-includes/wp-includes/block-supports/colors.php',0,'�Ef�1!9vC8�:(��\'','�Ef�1!9vC8�:(��\'','Uc�OТ��0;�[�z\'��أdP��+�j���0','',0,'?'),('A�Kd��\n6���','wp-includes/wp-includes/customize/class-wp-customize-partial.php',0,'J@�N-p<�1]\Z�n�','J@�N-p<�1]\Z�n�','ƪ�㫾������s�uu��nΐ\0��V<1�r','',0,'?'),('A����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','��Pū\0��M���Fa)','���O�g&O���4gߩQ4�4t%��-+�zD��','',0,'?'),('A�;i�-$ɪrf�N<�','wp-content/plugins/redirection/locale/redirection-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' T���u&8��,a��','�tCg(+]of�/~A��V�Z�H��G,i��s\'','',0,'?'),('A�[\Zϸ�.�e���','wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',0,'Ғ:�K�[�Iw\\��g�','Ғ:�K�[�Iw\\��g�','`e�� �n��O���JM�%�N�hA�{gh�f','',0,'?'),('Aػ#���\"���j�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�\\�ס\0�Ӹ���\Z�','؉(U�G�g�L��춗ږ\'GmD����','',0,'?'),('A�\\ݛ���-��7\Z�1','wp-content/plugins/wp-cerber/assets/flags/kh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0B/\ro��5��;�','m~�~�����B���)��~����D?��ID','',0,'?'),('A��W�`롢P�,Z8�','wp-includes/wp-includes/wp-db.php',0,'��yAS9�ie��P�','��yAS9�ie��P�','����I�&���e�*��7�K38�����','',0,'?'),('A��\n7H;W��_��L�I','wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js',0,'&�\"�X & )��=ʀ$','&�\"�X & )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',0,'?'),('B^��t�p�k���!�','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',0,'?'),('B$�[\nfIZ&��[','wp-content/plugins/wp-cerber/assets/flags/na.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� B�z�z��Q�\"�','���5�������o�]�-� �)�Qb~��\0�','',0,'?'),('BJ��O������z�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�1�MR�KE_�/','|q�UUѿÎ|z��G>*�ۜ\"���I����;�','',0,'?'),('BS�@]K)e�(&��gH','wp-includes/wp-includes/IXR/class-IXR-value.php',0,'��f�>�5l�j\0f�','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',0,'?'),('BUj�v\\ѣ����(�','wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:8�����^�r','�f�B�-h������^�>A���nH0�\r&��','',0,'?'),('B_�-�Th�+`ä�R','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��N�x\\�\r�v/�','tG����ք��2�\ZF�]aY����Jb��p��','',0,'?'),('B��j�)��q�D�S','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�Aoq�+C2Xd��','�W>�;��%֏6s�%T���v��#o(ʓ�','',0,'?'),('B��A�z��mvs���\r,','wp-includes/wp-includes/rewrite.php',0,'7\0B6\"���7��X�','7\0B6\"���7��X�','�\n����בu��������5$E��i�4I�d','',0,'?'),('B����Q���aU�%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G^=�p�=$��\Z�2','�RK�6�����N\"3*\"�J�/0i�x0�','',0,'?'),('B���_�罬b���v��','wp-includes/wp-includes/Requests/Exception/Transport.php',0,'��l��z�� J�^�','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',0,'?'),('Bϵ���H@x���/','wp-content/plugins/wordfence/waf/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vc+p*�\"G��?�B','�MO(��� G\rkHԽ�eq�� �Lj�F�o�O�-','',0,'?'),('B�P�X�W��6��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �QA�L���U�','���G��\n<.\ZW�r���ʪ��Ø�)','',0,'?'),('C�q����X�U��N=6','wp-includes/wp-includes/Requests/Proxy/HTTP.php',0,'���/2��������)','���/2��������)','J�6d��A��l{��Й\0������J��h','',0,'?'),('Cڗ�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,'?'),('C4��Ȝ��-�f�!-�','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=⎼��t�NR�','�@m�o��ܛMbrђ����$ �z�\r�2�K=','',0,'?'),('CC?����c:�W=طEf','wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php',0,';��*�kLwB��d�=',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('Cc�iF��h�.n7�','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �����)<�Q2�İ��','Pp�y�C���W7i~��g��`�����','',0,'?'),('C��A�:�zX�:�}��','wp-content/plugins/redirection/locale/redirection-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_\0�p�l�8Q','f\n��*�*���s�],X-�v�1���|�͡','',0,'?'),('C���I���S7�<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\g��ǡ�$��c�','��ii��G�C����N�FL�)7%�ʙ�','',0,'?'),('C�3?�ݳ�4]x�','wp-includes/wp-includes/customize/class-wp-customize-upload-control.php',0,'ؓ�B8�?)ivr��`-�','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('C��/�@�l��Y��2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k(O�1m<�0v��vV','���1�q�XX|ί}Cw�}�o�]5F\n�~��','',0,'?'),('C�g;f\"�>E����','wp-includes/wp-includes/js/underscore.js',0,'�����$b��Z�C','�����$b��Z�C','�8A�2�xz��\0<G-�E ��r��쇮?�R�','',0,'?'),('C�ؚ�T�R�!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*:Uț�J>��h�z','=��C����\0\"ȗ�gp�{��K�ϮD�\'�','',0,'?'),('Cۧ��7CvKw�ᔠ@�','wp-includes/wp-includes/css/dist/components/style-rtl.min.css',0,'\\�t�<���l�j�!','\\�t�<���l�j�!','QR0�2�>�S��\\���}�a�sz9�<','',0,'?'),('C�=ʓ�me������','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',0,'�C�Ǻ\Z��.��զ','�C�Ǻ\Z��.��զ','ڟXZfd�ޱEd4�z%��×\0cKc�J�l^','',0,'?'),('C��s\\�\n���s��\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bR��\'~��f�_D�','\Z�G�X\'~S�_AF��)t�iw�k�PELX6','',0,'?'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('D ��\"�F�����E��','wp-includes/wp-includes/blocks/categories/block.json',0,'AGd�r�zQ���','AGd�r�zQ���','\"|��\'��Ru�G ��� W�T{�I�9C�R\\R�','',0,'?'),('D-\Z�:����Xs���','wp-includes/wp-includes/js/quicktags.min.js',0,' �w.PX�Mɇs�K!',' �w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',0,'?'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�Oo�x�&]��\\L','͆%F ��/\r���:�����0;>�_M3��w�','',0,'?'),('D0T����3�yW\"�','wp-includes/wp-includes/sodium_compat/src/Core/X25519.php',0,'pZ�����:!�ټ�','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_�� �S%��GVJ','',0,'?'),('D=n�vbP��._��','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UWn:s�zk]U`��','@�%H2Z6#���y�����U4I�-��','',0,'?'),('DU���uZ�F���Z','wp-content/plugins/wp-cerber/assets/flags/no.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('D`��q&2��','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]H�9\0�$a�','c����f�����}�u���h���&����','',0,'?'),('Dm��u�ϣ�!�I�5H�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pٽ��P��]G���','�|�� )��Y�M��,3���0���\Z*�9�p','',0,'?'),('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','_�T�X�|��!���','�m,Mp�²>U�3ek��J�sKd1�j�Y','',0,'?'),('D���u�\r��ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4Z?d����⢡','1XaRpLrIO%�%|\r��Vge\0�-b�^�n�=�','',0,'?'),('D����)ba�k��{��','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\np�Z�,���v�','k�_DRH{���\0�#�6Z�~�}����u��V�','',0,'?'),('D�C����E[=���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z#/@�(C�`Њ�X��','�/k�#�R_���ElK�ʀ`J�T�*]X��|','',0,'?'),('D�<�$��8Z�o�','wp-includes/wp-includes/blocks/quote/block.json',0,'N`�^/��(��ǝ2�=','N`�^/��(��ǝ2�=','/{��Oe;gt@aݸG �/1Sv>��e̢kE','',0,'?'),('Dչ�����$Oa����','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�S�S�_�Y�_3�f','ib��������itYz�Q.��F0��O^','',0,'?'),('D�E.Gྠb9k�8L=','wp-content/plugins/wp-cerber/assets/flags/hk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i.�@������C�_','�52Kx襹���*��Ȫ��b�B;b��*��\"�','',0,'?'),('D�T[�-��U���','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','($h�c���1�h��','=zQ�o��5�?\0�d�_�\r���V5�M�j�N�?�','',0,'?'),('D��5\n\'�\\��~W��','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��k�3wh��k�͔','G�>�F|59��~�q|\n&\0��R l�','',0,'?'),('D�%X��\0T\\7���I�','wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�%v#)��ݩ5��!�','B��i�x�����u\n�1ͺ2��{�','',0,'?'),('E�f�iL����&���','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',0,'*5���^gG�o<NN','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',0,'?'),('E#���-v37�6�Ť','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F(e����韲7\Z.�','c�eEjˉ�\n��#;{��gul��r�p','',0,'?'),('E4��fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�\Z�ۦ_��8K',']\r��o�8�Y�6��)ryW?�Y�����b�z(','',0,'?'),('E5�;����tR���$L�','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ����)��o��^\n�','l���\Z!:�Ϋ�?!���i����;�i�','',0,'?'),('EJ�TW����D�)����','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f�qX�����','kO[0�Xn@�ȇr02]��-����\n,���8','',0,'?'),('Eh�������@aq��','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',0,'?'),('E�b�����O5�k#��','wp-content/plugins/redirection/locale/json/redirection-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4o�w��K4�p\'�\r|d','K� �7i4c�h��i㱇���)��@��u��','',0,'?'),('E��(�zRA1;eN�qD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��e��ª��\\�og','�� ��o���M�J#�A|�ߎ�(��;6R\n�','',0,'?'),('E�im�/��f\\��8+Z','wp-content/plugins/wp-cerber/assets/flags/gl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�+xO,�o*�}9','J\'�Ѫ��(�6����臚#��{�dp�I�','',0,'?'),('E�}�~��M��-�]�a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl�Y}���q�\r���7$','��w�?�Z�L\0�ì*8��L_���5��`��','',0,'?'),('E�n=>����.���;f','wp-includes/wp-includes/js/dist/data-controls.min.js',0,']���p���\r��sµ',']���p���\r��sµ','�ӝk?������?���d�<���vc','',0,'?'),('E�V��,�%��,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3�\n��7|L?MtA���','a����c�sc\Z���\"�V�L\\�њ�','',0,'?'),('E�B3A���-\r�&!�T','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�o��y�벍cK�',':P��cc�z�\"�����Q�a���QZ�d','',0,'?'),('E�Dc�9�>�� ��v','wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h9�H��듦)�x��','pYq�e�\'I\n:�\0�y%G�C-|M�gf��','',0,'?'),('E�e&��0�\'�0��٣','wp-content/plugins/wp-cerber/assets/flags/ga.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`#�HG�)����4X�','�NvX���aa %�Q�U�SJX;M.G�j','',0,'?'),('E�H��vYt���<\0 ','wp-includes/wp-includes/blocks/search/block.json',0,'�虚-�.�\Z��2 �','�虚-�.�\Z��2 �','O�ͯ�G�2�\n�ɣ~�V��\Z6��|x','',0,'?'),('F�Hȝl�e��#�','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('Fq�����E؇��','wp-content/plugins/wp-cerber/assets/ui-stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N3�ߪ���(Q','�\"%cb�[$2��\Z��\rN�w`� �?&�L�\\','',0,'?'),('F\r�x�w~�\rܱ��\n�','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��z�Ys��]�','H:�wn����n8V��9�\'�tLYƭBq����','',0,'?'),('Fa�r��(�(e��_�','wp-content/plugins/redirection/locale/redirection-hi_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G$�Atĝe?�3�c','�FId}��tl����궳M��_���{NlWR','',0,'?'),('F1+\Z#�+d�{�w�{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.D6�p�i�r`�fw�=','�2��KJ73��x�2�M2��&�+���L��L','',0,'?'),('F5\'�?��\0��?Fe_F','wp-includes/wp-includes/nav-menu.php',0,'(������%��ӯq','(������%��ӯq','?^��в�W�}T{5�3�m�T�:�锟��G','',0,'?'),('F@ v��h^)���Ӷ�','wp-includes/wp-includes/class-wp-widget-factory.php',0,'�ե�ᡵ���|��I� ','�ե�ᡵ���|��I� ','(H��e3a�Z]��t\\�����\'�d��p���','',0,'?'),('FCW.�3���\Z��U�','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',0,'?'),('FF�v��V;v�8/�\r��','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��\Z��}[�X�rb^','U�l?l�N�v6�0\'�,��(N��\0�&��','',0,'?'),('FH���30m�:��s��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR� �Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('Fg��5�F\n�+�93','wp-content/plugins/wp-cerber/cerber-ds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CcBP�\"��~�',']����9�e0�`����T�]�Q�}`�a�','',0,'?'),('F|����w�ZQ,O��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6���?�\n� :�{Q%','���Z�IK/I��w¥�Ovy�E�Bi\\$G�&','',0,'?'),('F}3�(�̬�OI ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j;�ʻ��#��qb','m7w�W���&em�C������1��a�c =27','',0,'?'),('F���Ժ6��ފ\0�Q','wp-content/plugins/wp-cerber/assets/flags/by.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Fƞ�01���','R8�;��k�m��l�X��V�6�V�\"��ď','',0,'?'),('F�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�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('F�\'�B�/�4{J�{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','삺�m��\n\'��P�','^���;(�R�@ݪ:��:_9���*j���','',0,'?'),('F�\n�����#�P�','wp-includes/wp-includes/class-snoopy.php',0,'�[�PQ��I��P4!��','�[�PQ��I��P4!��','�+� ��uzR�W QW�|��5��� j[;U|�','',0,'?'),('F���?�C;$��H\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z=�����EG�> �1\Z<','t-�]Lb8�n�d�\\pm^�����i[�c�\Z��','',0,'?'),('F�V����Od%�|u�','wp-content/plugins/wordfence/images/wordfence-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('G�?�cm�\nulf,1','wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css',0,'W.�M�л�=@�D�Yw#','W.�M�л�=@�D�Yw#','�1.�f���\"|�R�;x�7B�6����3a���','',0,'?'),('G�|�xG��$�3V','wp-includes/wp-includes/css/dist/editor/style.css',0,'k����`�\0d���','k����`�\0d���','�2��*Pj%R4{?��M�rH�:�����b�~','',0,'?'),('G�`(X�� ��','wp-includes/wp-includes/js/utils.js',0,'���2���![pNI�5','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('G Xe�x��w0\\�o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�ÂҶ�A-��>c�`','�E�\n�F � ���M���%{��a���`,�','',0,'?'),('G6U�2\01R������J','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��s�p���p1��','Uuu� jK��>}��ʊ$|@.8K3����','',0,'?'),('G;)[}tڞ`8���C�','wp-includes/wp-includes/class-wp-user.php',0,'>��b�Zd�� ��','>��b�Zd�� ��','���mA�QW,�?�;��w�FT\\>��','',0,'?'),('Gm��:�MľV��LЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��q2��I\'�J�9�E','�v��Gjs��f�� e�d�&�g��+���','',0,'?'),('Gq�b٫ ������s�','wp-content/plugins/wp-cerber/assets/bn2ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�^ְ��sO','g���c}�;\'�B��9�ق�\Z4CW��JR�%��','',0,'?'),('Gu�������ʭ�','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��C��̚{\"Hp�=','��R�����l�� �n���\\��h����ݢ','',0,'?'),('Gu5���aԯ��','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}*�yY��ը�F�','1��SD��v�jk3�\0�G�<�\'|��!���','',0,'?'),('Gu�^�/1��ՁS�7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2*rMb3ы�y��','��:��8��px� ��������}��)�!�','',0,'?'),('G�9q���=ʥ[3?a�','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϭq�j��\n�X�<','n��%4��L���6{�/Т[�Ĭ?XW_A.r','',0,'?'),('G���Y���lE{�','wp-includes/wp-includes/js/dist/escape-html.js',0,'�E����e����c�k�','�E����e����c�k�','8:���\Z�U$D_�t���8(f4�}%Uә�','',0,'?'),('G�7\Z��I&:�x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A˼ܗ\ri^o4~�','��Q9sY��&a��*�}J�x�1��u����','',0,'?'),('G�d���IέיDj','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���f�R���emV�k','����I�C�O�Y�ʋp �0Ox�1{t<�','',0,'?'),('G�?�yİ���~r&','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���#�Rw�ij\n��','&T�)\'4:���\"v�t*���\n�����J\ZR�','',0,'?'),('G�q׃����B�:','wp-includes/wp-includes/images/wpicons-2x.png',0,'��n�V�o�$��Of~7','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('H�\0 �� N�HB]I','wp-content/themes/twentytwentyone/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�8�{N����W�L','�>��Q�#*������^�_(VY&I�@H�҇[�','',0,'?'),('H�Y�fUH�u�pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�n���VJ�R�x�5��','�d�>���� �i�H����b$�&�n���6�p\Z','',0,'?'),('H+�E~�}�1Q���','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�H��OZ\'�]1�T','���;@�O0,�KG#�&h0�RҘ�6�0���T','',0,'?'),('HA���f�,���$F-�','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{&��Þ���>��','�i$�z:1$s+»����̔��\Z��!o��','',0,'?'),('HF�x�~)U_A�vd��','wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',0,'�b�j��u9)�\n6�5','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',0,'?'),('HGh\'�x�R���~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�E�{�F�\n���','qC�&�+�N<[�l\\{V�h�R�)��Ž2�','',0,'?'),('HKC�[���*GD�','wp-includes/wp-includes/js/wp-lists.js',0,'�M4���KYs:��ȫ�','�M4���KYs:��ȫ�','����Z-3w�Eї\rqK]��3�]��.X','',0,'?'),('H`�\\� �r���Y�C','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�ȣ�\0���O�)l+','u��S����u�����iD�p�,\\��C�M5�','',0,'?'),('Hmϡ\n��\0M�}0\"ؒ�','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�L�AZ;ߪ��u','�� ��w�M���ӳY�\r�%��%�\'�aO�A&�x','',0,'?'),('H�@C�_Ӭ��*�S�','wp-includes/wp-includes/js/dist/format-library.js',0,'�ԯ䠦_��P^����','�ԯ䠦_��P^����','#H����X�{��M\'���%��&6�D.̺x','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.S��y�l�=\0C�>','�?�\\x`��Q�=���8:�v�sT��','',0,'?'),('H�͛�&����;�fY7','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�/��h<��U��','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('H�w������rT[r:O','wp-content/plugins/redirection/locale/json/redirection-lt_LT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{����m�����','�a9���?�v�R��<���1aN@,����l�','',0,'?'),('Hý��i�Z�U,H�L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�4/[\"\r���R�','$Ƙ-����+��_��I�ښi����\r�2��','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Po��3���~��Q','����k��_�?�E�%�Gޓi��BEOyQ��','',0,'?'),('H�fM�+t���~`�i','wp-includes/wp-includes/css/media-views.css',0,'���5w�pأ����','���5w�pأ����','3ֳ���}��!p�B����A����)k�{�F�','',0,'?'),('I is҉�ȱɁKA�>�','wp-includes/wp-includes/Requests/Transport/fsockopen.php',0,'�>�r�����QHˆV','�>�r�����QHˆV','Xi���c�R�)R�Ǡ�.�#`jjŏ�3?','',0,'?'),('I2\r%1��|p]���','wp-content/plugins/redirection/redirection-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_|��pǘT~\r!�B+','v����;~��,u��:��[���ɩ����','',0,'?'),('IW�9�a��W��3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\r���rY�VU�f�','��[����핚���\"�M��t��&yָ�IC','',0,'?'),('I0��S�$2�T�B*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y N��ɔ]7l�','M�>����f(E���r_hX���oۃ��8@�+O','',0,'?'),('I6.:\n(��i\0B��','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\r\r�0�X/^�0R','O��1�-p�Qۊ��8�Z+�$[��j���K��','',0,'?'),('I6U�\r7����3p�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h<��|�7b����','��_�^F\"��;+r&Z~ӦQ����|�5�','',0,'?'),('IQM{��:�\r|�6c�e','wp-content/plugins/wp-cerber/assets/flags/il.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��~����3�24�Z�','�b=1<�:�1�ƭ��nn���`�%ޘ��Ϯ�','',0,'?'),('Ie�x�?��b�T].o','wp-includes/wp-includes/ms-load.php',0,'�),l�\"��?�V�?%','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',0,'?'),('I��:Bs�#���@�','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1���y����)',';\Z�/\\b���t���I���͝���h��w�','',0,'?'),('I��L;/ܣt�\"���k ','wp-includes/wp-includes/SimplePie/gzdecode.php',0,'��rF<�\ZiǨu��','��rF<�\ZiǨu��','|��R\'gAE�ێ���q��q�T!��:�O0�_','',0,'?'),('I�Ԭ�l��v0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�;Q��z@�?#�_�','�2�Fsc�jp{�ѳtG��1D�Y0�Ƶ�QV�@��','',0,'?'),('I�PE�Xt�FH�%�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��Lv�[c��)?','�C�h!݀F$�}�wd�7b(�!�p�IF.L�','',0,'?'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´R�[��6\\gTԄL_�','�vI\n6��6��%VG��}����@of�e;','',0,'?'),('I�a|�&�]}l?�h���','wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php',0,'b�v�1^l�&)g�4��','b�v�1^l�&)g�4��','-�l����/6�\\����jx�R�\0Ю��~�','',0,'?'),('J�%.��~�q�l�','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����g0HFuI�','�_h+�U��H�i��_��e� w����6��','',0,'?'),('J?#�͌$M�7�c�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�I.:���`PR�','#z��R�\ZHU���>B�nP,���\'�eT�tߺ','',0,'?'),('Jf�3?���_r�C�','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���Jvۢ~�y�\\�','n��D��� _�;�!G�םcV�0M9i�=�','',0,'?'),('J��E[�7U��\Z�~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�� �~�5��8�ͫ;�','� �\n�Z\rZ�B�[9��z��S)��4M%��','',0,'?'),('JyQl��D�!�HV�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ɩ}�7\"]� Q�P|','�]a��;�tMY^�v�6�j����ꬆ��','',0,'?'),('J8�E��Dh+���F','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӛ���G��\'W���','���ij��x�\0ךM5+�i���@èQj8�v\"','',0,'?'),('J{�ֹZi^ùx�I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�?��T���i�\"=','\"��On]O�k;��Y�}��rG��yf�%�O 8\\','',0,'?'),('J��Mu���\Z Z�f9m','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',0,'}+#z,��e�rEJ-','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�G','',0,'?'),('J�>����\"��/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��R��W��ÔO[��J','bO�Q�wù�LѠâ��������9Q��lrl','',0,'?'),('J�����Ǵ�Ծ�c�','wp-content/themes/twentynineteen/images/pattern_01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�;�QB��X����','��(��3�g`&}�5)�s��}me2�G��[�','',0,'?'),('Jլ4��\r�n���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('J��Oh��sDؾ','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| ���#PV /{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',0,'?'),('K�,��<�fƑY�','wp-content/themes/twentytwenty/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���<���ȝ���a','ߌ녔B��J+�f�,q*�WC\"^_�V\0.s�@�','',0,'?'),('K���ߺ�b�','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���z�x��C�}','�Nܓ�#d�t�B!\"M՞�==�@o��','',0,'?'),('K0���\r��ܐcn�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�29Y¿,E#�/����','� � ��h<)s��>-P��{���K���I�\0��','',0,'?'),('K41]�ڭ��@�#�','wp-includes/wp-includes/blocks/search.php',0,'էL\n�8���{s���','էL\n�8���{s���','x�\Z�R�>ؼ�:�@3�W@f�e�f����L�','',0,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0,}J\"��N������','�ޝ�+-%]����ٲ�d�)�_�v?O�(�Y\'\\','',0,'?'),('KKOf�Sd�iB0Ov��','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\j�6Ii��\\u�v','\"9t��Y?�²�L���ykg������=�ۢ�','',0,'?'),('KR��&�J\"_}�3c?�','wp-includes/wp-includes/images/wpspin.gif',0,'hk�u�R�\r@9k���','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('Kj\\\"�p�隍Ӥu���','wp-includes/wp-includes/random_compat/cast_to_int.php',0,'�!�>����=I���O','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('K|�_�dҪ��p�T�','wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js',0,'=B�쟄��P\rL��','=B�쟄��P\rL��','�x[�G��-�90b.z�G��az�>�r','',0,'?'),('K�nҋD&sR�WU(�','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�^�:�G�(���:k\n','4��7V�f�� �/��������D��W3p','',0,'?'),('K�����կ̺�tл�','wp-includes/wp-includes/js/codemirror/codemirror.min.css',0,'�23j���1��(D��','�23j���1��(D��','��Ό�,a�u��@�s�Y%K���-o��n\r�','',0,'?'),('K���+��)[�NC���','wp-includes/wp-includes/js/json2.js',0,'s��{N�|EO�0�','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('K�c��#2s�/(�\"�','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�E,��ߓ%_�','<6�8��1J�ߧr(;�c�?@�|uR�\nŞ�','',0,'?'),('K��<�H<7�E�,l��','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�p�k�<���#Y','Qx�b���nbWK����E*�l�o��ޅ��ʛ��','',0,'?'),('K��cE�j��zeů�8','wp-includes/block-patterns/text-three-columns-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�tH�W��%���','ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V','',0,'?'),('K��ɹ���jwD�x�','wp-content/plugins/wp-cerber/assets/flags/us.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��V�w\Z]�Ay��','���L�CI`�^�J4�=��0���C�C}�','',0,'?'),('K����\r\\Uz��\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('K��]C��l7:�D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM�;p8vn��[�S','����9j��lxB�eH:�y�%}�c TP�_�','',0,'?'),('K�.�6���<F��R','wp-includes/wp-includes/js/mediaelement/mediaelement.min.js',0,'-6�������m����','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',0,'?'),('K�Lx<C���H��e\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�EN�Ăۛ(\n�n','����Ѭ}^�EF����>��ڂB��','',0,'?'),('K�bw��y��.�3�{¥','wp-content/plugins/wp-cerber/assets/flags/pk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����00�%��[.�','Gjۀ���H��$�׃��m\'�^ O�n���','',0,'?'),('K� ���*�;ܼ�nc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y��P#����(i�','�D���]^��~��>�r~]�E^anK-qHMe�','',0,'?'),('K��W�&\0\0K�\06�G�','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N�(�xl�X��\'','v9�\n{lK��~q�#�>��ߦ��� J�`~','',0,'?'),('K�K+�2� aeZ�e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I#�h�Z~�����@��','�Xs�W��l����:\"��0����;����LL','',0,'?'),('L�%M��r\0Q�','wp-includes/wp-includes/blocks/social-link/block.json',0,'q�&X�@�$>y�@�','q�&X�@�$>y�@�','�#V�b��v����E\Z\Z6�妅Y9l�\"�s�','',0,'?'),('LRTU��n?bΌ�','wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',0,'f\\�DŽH�$�M(�l�','f\\�DŽH�$�M(�l�','@��3�\nQz�p��\n�j;Q��w��k���13�<','',0,'?'),('L;6w���/�^5�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php',0,'��,�#Y�bu3�����','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY �o��\r����','',0,'?'),('L<#���\Z����}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('L#��/۰*�3���\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0Up�\0�.c*�a�','\'�]pn������v�\r>A���;¯P \Z(-��','',0,'?'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),('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','�܅�`��:X��','�欙j��ʂi��9Znn&yi{[1A�&�E','',0,'?'),('LIz���$�R`�+','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif',0,'9K���M�:�Tf�9','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('LR7Q��ToG|�{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�>��&Q)�Fy�k','e�i�p��r9ݴZ\\�\\Q~`�?�7�=�R�','',0,'?'),('Lap���8g�V�,��g�','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',0,'?'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`b�L֏�Uy�/','��\r�~�W$A�\"ac�����G<��HZ<�8`','',0,'?'),('Lw+��$�4|�ns�w','wp-content/themes/twentynineteen/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��+�����zg��','@u� |-�\ZK\Zbk�^��R4hM�Ψ����','',0,'?'),('Lz����Z��#�<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�?�F�w,�T��','!@�B��<6�ꁒ�Ku��Pm=��+�/c_�','',0,'?'),('L�����t@m*V�|��\0','wp-includes/wp-includes/js/jquery/ui/accordion.js',0,'������Z����a��','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('L�)P))֗�nS�|�','wp-includes/wp-includes/class-wp-error.php',0,'�l� &�0?&�c~��','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('L��S�h��y����;�','wp-includes/wp-includes/js/customize-base.min.js',0,'�$��r�#��j �','�$��r�#��j �','LF�#�53��uu��t�F �չRk*xs_{E','',0,'?'),('L���\\���\0\0����\0','wp-includes/wp-includes/robots-template.php',0,'�\\��líܓM��','�\\��líܓM��','^�h��Ru�ɆCZ11��S���&̊p0','',0,'?'),('L��d�8�ͽ���h`L�','wp-includes/wp-includes/block-patterns/heading-paragraph.php',0,'����?z�I�����E','����?z�I�����E','�i�,��m�O���#�?Vb�,�C-ܢcž\Zh�','',0,'?'),('L��e�t\"pc( �e�','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yAS9�ie��P�','����I�&���e�*��7�K38�����','',0,'?'),('Lͧ������O�n7','wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css',0,'���\\PI�ɥ��<\\��','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',0,'?'),('L�\r�%��{��','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�&X�@�$>y�@�','�#V�b��v����E\Z\Z6�妅Y9l�\"�s�','',0,'?'),('L�>t���N�����','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5Iה�g,)Z�YM�','�\\k��S�뚑�n wW�� �!�*�~�v��','',0,'?'),('L��)��a$�D-�Ӯ�J','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��3���ܖ3��M','z�N\'A�%�S��@4�U���BD���q����','',0,'?'),('MR8⬻�,�ͽ�=�S','wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js',0,'K�s(.=����ͪ�','K�s(.=����ͪ�','�a�b��u�7���K\'2��V��=y��','',0,'?'),('Mx1NjTm�R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˫\'�m�`�0>�+#��','���������p������Pv?Z�F��QQcj','',0,'?'),('M1��/�n��̖Q��','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��`=\"����y�)','�xp�3�>9eQ<�jCQ���g@M�/�w','',0,'?'),('M?,5�*�����K*�f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tm�{$,����','A�Y����}�U=��2��\'\Z�� �Z�0�<�','',0,'?'),('MW� ���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��S?��|��G','h �3|:Q9z���4Y1[�{^� $;�#�q��','',0,'?'),('Mj~����?Q���BU','wp-includes/wp-includes/images/uploader-icons-2x.png',0,'���&-��O��Õ�~','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('M�,�\\!z����|�y','wp-includes/wp-includes/theme-compat/header-embed.php',0,'Omz8��F����','Omz8��F����','�����})d!q ,@,��j��v ����E���','',0,'?'),('M�z���j\"=���T�','wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php',0,')�@�t��j23��W',')�@�t��j23��W','�4���0^+�u*�:ޓ4q[#��O��m�&�','',0,'?'),('M�[\Z�2hT� �K�','wp-content/plugins/wp-cerber/assets/flags/tr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<~Qk�dIr&��-!','�\"��i0�M��˩��VJc���]�3�\n��[','',0,'?'),('MР\0�A���9Q�+��','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�၈��n�&�a1a\0','(L��<����K�i�-��U4�Wܸ` ��rl$�','',0,'?'),('M�;C�����8Yyﲏ','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���װ�aL/S��T','e�dimԺm\Z$V��v�% ���FO��aK\rŇS','',0,'?'),('M�l}�^�Gi��*z','wp-includes/wp-includes/js/jquery/ui/effect-clip.js',0,']02[W�0V1�Q',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',0,'?'),('M��w�M�f�0�b\\�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�+>����*�A��ř�','����{��Z�>�1k||�}P���C�TC��A','',0,'?'),('M���I�M��rD��-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a^E�@�p�\'��?�','N�O�[wȐ�� ��&Ќ�!P��Qe��s','',0,'?'),('N7�A�\0�nnV�֑�','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��G\r�6|\'','��y~`w(j�~�=뤼&��ݴ���Q>`^�x','',0,'?'),('N=�f�>$K���H�T�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?�G{�����g','ĀР<W�;-\Z��(C+�,M���U��W6','',0,'?'),('Ni�~ �`���W�E','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�(A��|�ϯy��L','�\'_�;?�|US5d}K/+,I!|��t','',0,'?'),('Nxa�߭�̿��(r�_','wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('N|�Jв�zn�sw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���\"�j��2�ߖ','��U����=����co��=t1�-\\�\r�=','',0,'?'),('N���W[��@��t)�','wp-content/plugins/wordfence/css/iptraf.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�bf.��\n�V[�xPh','J��-@ ]�-�� �cq���WQ$8�','',0,'?'),('N�3�j@pu5����^��','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\nm\0;�˫�z','$��v��o^���U� �A\0���:�\\C�u��','',0,'?'),('N�p�`�#bJ�Ȅ�','wp-includes/wp-includes/blocks/nextpage/block.json',0,'��{�~_کk_�l\n��','��{�~_کk_�l\n��','�vC.z-�N�Y��� �C�<����ccl','',0,'?'),('N����7�-��_','wp-includes/wp-includes/class-wp-customize-nav-menus.php',0,'B�8û�Td�h9�\Z','B�8û�Td�h9�\Z','��g�n\\�y|�TR�xF����\\��A��&7֏�d','',0,'?'),('N��HV����}�4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�\"?.�i�!�qe�o�','ߟ�d��~o�K�C��ѰE��˛)5��.9�A','',0,'?'),('N��ً�0�`�+�3d','wp-includes/wp-includes/ID3/module.audio-video.matroska.php',0,'^w�\'Z��Do4d].�','^w�\'Z��Do4d].�','bA�O����C���r5Y\0��se�A�ʏ0���','',0,'?'),('N��lI���V�,�Z�','wp-content/plugins/wp-cerber/assets/flags/hn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;Ҿ����:��','e��{9�[�۫�p��Nk83)t����$<5�','',0,'?'),('N�2�#��r�R�~� ','wp-includes/wp-includes/block-patterns/large-header.php',0,'�`���3��\0�]j6?>','�`���3��\0�]j6?>','��b�`&h�2��)V�KF}Ո�m�?*f�搭','',0,'?'),('N��a��e]�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3de{�h��|@��ձ','��BX����V�AӋ6�4���/Mk��f�','',0,'?'),('O ��S����#�Yi�v','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!T<zs�6�C�?r\r�','�hŽ�[��в�u�\0Jh=�$�6L)c^f��zb��','',0,'?'),('O�z��̟p*�\0','wp-includes/wp-includes/class-wp-block.php',0,'�ݕ��Fԯ�8f�6��','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',0,'?'),('O�ҽPT�^�4~��B','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����`�\0d���','�2��*Pj%R4{?��M�rH�:�����b�~','',0,'?'),('O =(�:��<� �1F�','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('O+���[�IB���m�m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�(��VѤ���','\0{\r�ߘ�J/� �^�+��,��S������','',0,'?'),('O/�s䣗�{��zZ�_7','wp-includes/wp-includes/js/mediaelement/mejs-controls.svg',0,'�^yq+�S%��y','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('O0��KQH���a�a��','wp-includes/wp-includes/js/dist/dom-ready.min.js',0,'w�I�k���o���^?\n�','w�I�k���o���^?\n�','��\0.����ɕ�`� �Ʃ��P���','',0,'?'),('O4�dzWQ�\0��R��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Lj���\"C�ix���','��x眪!����}�\Z�����W����d','',0,'?'),('O=om��,��a�@','wp-includes/wp-includes/css/media-views-rtl.css',0,'~��M]�1f�D,��>�','~��M]�1f�D,��>�','�mA �7N�/z}��;��e��r�cs�#sW','',0,'?'),('O=��h�\0}O��rL�b','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�U��~�L5�@\ZVU','/�r��T�rm����G�с�\r�%�e\r��|�[','',0,'?'),('OJ�?�Cz�V�^2���1','wp-content/plugins/wp-cerber/assets/flags/mr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��Y��kF���@','���c���n�foaYd��M@�0O��DI\n��x','',0,'?'),('OS�Y�Wz!8�ʣj�','wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\atn}#��\r��','ÝE��F�@kh��V�b��w6��~�#kC','',0,'?'),('OT���;�h�FR|�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I�U`��t���',';�9�sM�lȴ[\ZZY��B�����{��Re','',0,'?'),('OlqCcێ���������','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�`�����kث=','g��<�������ƃ˂�s��{5Ϝq��6�','',0,'?'),('Oy�}Ma���_��I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�̪Db� ��*�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('O�潼m$��&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�F��\n�D��ҭ�','2\"�ޡ�4e���Kӗ�p!w#�����1���,','',0,'?'),('O�T��vyCˊX^��b','wp-includes/wp-includes/js/mce-view.js',0,'2s�H��ّ;[��� s','2s�H��ّ;[��� s','��8`9ڰn�-.� H�Dp��k+�γ��bI','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=�C���;��w^�X','�_\n�W����o�0w�����7��`=�r��','',0,'?'),('O�[0{�ë ��/�¼','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')e��f�#�`P�~7�n','-m��z��n�N�F�E\0ѭ\\vq�sL?�Z\Z��','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\"�\Z���&T;�ݫ��','c�tg�H���u����L=?q�u���EA','',0,'?'),('O����R�r����D�?�','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���J��z%p','�qG%`�3E�:j~^�\ZҌ��;,��','',0,'?'),('O�Q�^��B�E�Ӣ','wp-includes/wp-includes/ID3/module.audio.ogg.php',0,'�_2��\n$9��`m85','�_2��\n$9��`m85','�6%u?E�M��l�Ȑ�@5vr�[�j\'t�H��f','',0,'?'),('O�&\0K�n�mo���O','wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js',0,'�Er�HD��D��3��@','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',0,'?'),('O����y ��k b�','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lU�e�H�Y%U�n��','AK希T�YL�6��~8����w,9�ˉ+�R�f','',0,'?'),('O�����HI!K!0[�','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�����D�X�;�I','���C�&YB�p_d$�,+������Ŝ���J��','',0,'?'),('O�5e���;hz�w@�W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z<����{~G�f(','��,ב[\Z���@�+���?x���P��А�','',0,'?'),('O��O�M_K7�n��','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',0,'?'),('O�hu�G���&\0�L�','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('P��H��Z`�=���','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�1��ݗz��sK�c','v�K�N��`\ZX�n$`7P��Y6�~ON�1�','',0,'?'),('P�bw�=����i��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z��Iw5AlLۢ�','��K{�8��fl��7s�Rh���嗋��I','',0,'?'),('P �l���ߓ��R�Y','wp-includes/wp-includes/js/jquery/ui/sortable.min.js',0,'M��:�7)�r�ӈ�k','M��:�7)�r�ӈ�k',')��jjc�D�߰�%^B���� �&�ٶ�Ƀ�','',0,'?'),('P�/:��̮�҉���H','wp-content/plugins/wordfence/waf/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�З:4�z��M�E�7�','�!8�s���w�#�)��\r�<�r|2y*LS^','',0,'?'),('PE۫�7r|oI�6��>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`ft7\\J�*��4a','j�˯�}j�$��@�č��� n%Q|�l��','',0,'?'),('P ���NtD��n\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��!�,��^�q�','X߇p�Ք�Z��Љ�ֱo�\r�=˸<!�~�3�','',0,'?'),('P&_#�\'�zT���s','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bpj�hO^�c\\G #','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$;�9H�S_��7���','��`���R���f!Rd�<����Q�� ��GIJ','',0,'?'),('P\'�s#+�#���\r^','wp-includes/wp-includes/blocks/subhead/block.json',0,'f�L[� ���3�','f�L[� ���3�','��DX�+C�]�D�$W+�f��yi><�\\�4��','',0,'?'),('P6��u��[tvJ�Y','wp-includes/wp-includes/js/customize-views.min.js',0,'�Hӷ�-\\Me���','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('P73o� ��\0�=��','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rffB)��������','��6j�,A�ުǭs�D��eC�z�&���\n���','',0,'?'),('PJ�~]��; ��`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dCa�*C^e~OriA�','�L�/�T|����w�pEf1�Ln��!y���','',0,'?'),('PK��2�I��)��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[�h�k�da4�p','�&�!�7^�@��9���N�BT�����*8�','',0,'?'),('P��[�D�XP��a���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;u�S���l','�M>:\r�&�V��`�\Z:�O0�Sv;\0��V�w','',0,'?'),('P��iz�t�a�}�a','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\\���@�ju��W�=','�%Z��j��\Za��� ��Dy��b����','',0,'?'),('P�-�)\041��]���','wp-includes/wp-includes/js/dist/i18n.min.js',0,'pMp�s�Rӷ_�_','pMp�s�Rӷ_�_','+��d8/�]��jB���2?��q�����N','',0,'?'),('P��\n�e���u�\"�','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AG�\Zˢ;�������l','�D^�Y���\n�����%P+�0��[�x�~��','',0,'?'),('P��y����Xn��','wp-content/plugins/wp-cerber/assets/flags/an.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B����\ZEs�F\r�8','���Z��iLz�q`�{ۯۇn �fN�zY3i�','',0,'?'),('P�a�l&��:�)V�I�','wp-content/plugins/wp-cerber/assets/flags/ax.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���ho��%>��T�','Ku*Q(�g�iC�`i0�����ȇ�R.�c���','',0,'?'),('P�@���;b<\n�c�','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\";�r��\Z(FAU','�p���[����j$8�7�zI\\�!y�<G�4\r���','',0,'?'),('P�M�\Z�I̸�ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Euƻ\\S w?,�_�L`','��� ��i�Lƛw���6�_���,n�2S��Zh)','',0,'?'),('P�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�Me.^','[��耿�_(\rh���Y���T��qZ��','',0,'?'),('P��/ն�؉N��\r7k','wp-includes/wp-includes/random_compat/random_int.php',0,'*�RX�Ǡ�ͤB�n6','*�RX�Ǡ�ͤB�n6','8�-%���s�`N��a�L �L�M�ʫ�)�','',0,'?'),('Q;���(����Mp*�','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQ�{���97@�]տ','PP&`@�U��}�{�������_V��,HCV','',0,'?'),('QJ���s3�R�aU*�s','wp-content/themes/twentynineteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���հ&��Tgs\r','0�ed ��s��X������Q8���3�Z��','',0,'?'),('QM9�K7�ܑlG��','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',0,'R�*L�TG��4%P���','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Հѷ������#','+B�0j$2f�j�i�\Z���)HٗO=�\\%�','',0,'?'),('QY��1�Tl��Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('QuoPX��\0��Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�g<ć�I����0','\'+u�W�`-A�����S\'�}S~S��b���','',0,'?'),('Qwa��t%F�%2��','wp-content/themes/twentytwenty/templates/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[6i\"Y|���f8K','Hh�E�.P�ڬ�.��M��eMo�@\0��W�','',0,'?'),('Q��cm�uX\Z3�B+��X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VD�\'\'���C��b�x','fkYQ@Y�^,\n�?�J�Y���\0�C�ł��','',0,'?'),('Q�ՔY�k��`4��E�','wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js',0,'�S!}EU�\\b�g�h��=','�S!}EU�\\b�g�h��=','\ZJ��]�x ծT���c�0n�9 +V�k�','',0,'?'),('Q�t��$oGoE�$�:�','wp-content/plugins/wp-cerber/assets/flags/sy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oi�&\0�0$l6��','�/<7�\n�W�6�H~�G�K \"�L���','',0,'?'),('Q��6K4������H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bv�J�Y|���O[k��','R\r��½]����(%^V�z �hSG�LSO�','',0,'?'),('Q��-�C-]C����','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O�����81','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'xq��>�/���EQ�L','>��k�(���B�������h\\�ѫ͜:','',0,'?'),('Q�Y�Qf�7�@2xC','wp-content/themes/twentynineteen/images/pattern_02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߢБ^N\0�[1#U','OH[�Byj��[�#��A縬8Ė�_7 r�','',0,'?'),('Q�.ì�\\���XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','դ��q�.�\rl4G�','�˾�6�/(���OE||\'�郊�$emԬ!�','',0,'?'),('Q�����l��g�-��','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ur�|,:]�_��#','d\0��\\w�| ��w��W?�3 gYaX~]�-�','',0,'?'),('R�v5��W6�`�ھ�','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cڷ�\r�\\Kn]\nO�','h��iu���E���UJc]���\\d`M\Zqi �սq','',0,'?'),('R3�Us�3��}T��','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0|w{���5l�D\nө��','����U��m�����vk�}�n��V�#IH�','',0,'?'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|�^�p9Y\\\re*.�2',',/;�{�M,��z���+��o{�c�|u��b\"_Q','',0,'?'),('Ra��ce��JT�','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3I�w>��A�\n�','������F��\0O�.Qm+v�Hj�E�odFX�','',0,'?'),('Rj�q�Iӏ\Z�Y&�','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ăd��O�[�S\nc\0','^o�&[�l����2Zg/�?>��P~C��Iȗ','',0,'?'),('Rmj���\\X����ָQ�','wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��M��ً�V���:','997dI�Ou�-����%enԻ�1�����I','',0,'?'),('R�ܥ�M �U�N��e�','wp-content/plugins/redirection/locale/redirection-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M������i~:�\0�n','ZIMM֊ڝ\0��qWX%��]SW��>-Sq�d�','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nv�>4��~,�aڛ858','�\ZKok����ӗi0˓���RI��c\0�Oh','',0,'?'),('R�x�4Mp@�9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('R��|Rx/�bzn9\0*�J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L����S�0���','S[��n��+��C�w�C�쌑�)n�d','',0,'?'),('R�\\SC�|ju�9��A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BN5�d��b�i^&ޖn','��$�#�& v��PS�u{Z�)XÜ����ֱ�','',0,'?'),('R¥�����Le�q �&�','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Za�K�=���l�s�','�>�n�\"S����q��t�\"qz��ي�*pZ#�+x','',0,'?'),('R�H\r0��!�d�?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bb��w�8�[�&�-Y','�@�Ѩ��pw�x�QX��}\r�y��|��?��','',0,'?'),('S�T��ʝI�o��x!','wp-includes/wp-includes/class-wp-term.php',0,'��Q5��ׄXZ��','��Q5��ׄXZ��','�}Gj)p�����O�7�٠fݒ���ፎ�Y�p','',0,'?'),('S#A��c]����z\'�','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',0,'�V�̦���QK�#','�V�̦���QK�#','�Q��]+N��[m^̋B���1��Ϗ��}�','',0,'?'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�m���\n8�� �','�)�K���%A�Z&�y�`M��U!�i:A�[�','',0,'?'),('S0�־��K/17u���','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('SDνy��P�d.���','wp-includes/wp-includes/SimplePie/Copyright.php',0,'k��>�����ԪQ','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',0,'?'),('SX+7�1?���-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('S`{_�~?+�ߵ�{�','wp-includes/wp-includes/class-wp-network.php',0,'�ZM�ٟ�:�l\"pdΛ�','�ZM�ٟ�:�l\"pdΛ�','�%q2���Ӑ�F���JȑR~҃i���`;�>�','',0,'?'),('Sb��R����ϕ�m�b','wp-includes/wp-includes/PHPMailer/SMTP.php',0,'�,k�)����X','�,k�)����X','��>��|F��j�e�<;E�Tr�ۭe��wO','',0,'?'),('Sj�~6��{�����X','wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��gRȺ#c�٩�','���?~�o,cy2�P��on��`����ϻ}u8:H','',0,'?'),('SzW��NKUS��','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�����cE8,\n','�O%�7ܧ�^V�x��n~���\r�8���i.3-','',0,'?'),('S���O[N�.�v�e','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('S�C��i1ۭ�j�','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p��\\E���(��i','4�O���+o�c.`_����U��>�8��','',0,'?'),('S����p�>��Wr�YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.K��OQ ��ga��','LJ��h��`*�dr�}�6-�߁P�Q��{�','',0,'?'),('S�dlz�s�V7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�~МI�XP/��$','�s�em��/�;��֘���� aZ�H`�g3','',0,'?'),('S�_��@8Q�̞�����','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',0,'�-\\�d��oG��\n��2','�-\\�d��oG��\n��2','Sa)����ʗn&B��V�~��11�\'w�(','',0,'?'),('S��t� ��J�9���G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IF �1�P�������','��hbAnIJ��\'��o�;~p%�Z$.\'����-4','',0,'?'),('S���\n�pލG%�','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('S��&�az8�Jض9�','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AĢ<ݤ9�fK:','�6��-�Պ��涫9����W\"\'�|w�w~�E\n','',0,'?'),('S�r([~T<�ρa���','wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js',0,' C��ȭ?d�{V��',' C��ȭ?d�{V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('S�^�7jK5I6K�2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��4�G��FdW(�','1��0*�E�3:/��2p��կ�\0K2^�(','',0,'?'),('S��0ӽ\nq����\n�5','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��w\ri�컎vL*x�','�N�b���\r̎�/?+\'��bi\'�W�$@�i\0','',0,'?'),('T�r���~�W]�','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J0n�N.��yƪb��','�}�u\0tE\n�&���yt2���B���','',0,'?'),('T!���ǷCee��R','wp-includes/wp-includes/js/dist/autop.js',0,'߭Φ� ��$=\Z��','߭Φ� ��$=\Z��','��-�����ي�&%����~.+oVr�,>꾥W','',0,'?'),('T6K?���s� �7(�','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj��B���ر���q','��{#�i�`��\0���j���` pǍ+�fF�','',0,'?'),('T:�Dğ.&l�\Z?�&�A','wp-content/plugins/wp-cerber/assets/flags/in.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�weIɻ�j籏��{\n','��4x�\n��<~�z����{��V��Я\"N�','',0,'?'),('T;�r�UP.���]��i','wp-includes/wp-includes/images/admin-bar-sprite.png',0,'S���:�W���^','S���:�W���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('T?�?:qP��ah\'��','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���AN�X[`h\0����','�\"xI�B6�E?�����i�\'26�5y/��','',0,'?'),('TL�`��xX �l���','wp-includes/wp-includes/images/smilies/icon_eek.gif',0,'�/I ���x�)�(\"��','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',0,'?'),('TM����l����','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O\'<r,x�ib��$','MqރR�3=E�8C�@^��@ò�~�qv�M���','',0,'?'),('Te�\Z���¸M��,�','wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js',0,'4O��DIc`��EJ','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',0,'?'),('Tw��=��+�6����','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����--��T�J�;','��O���w�:�V�^�w�^[\n� L�\'�6@-�\r�','',0,'?'),('T{\'���g,(:~�G','wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڈLBP��En�\\^ ��P','�RSV%�6�){��O����x2��N�A���','',0,'?'),('T{��Qmc��7��0\"s','wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�Kwt�G��\'�(�','��mǸ�${���&W�>�.{?�Wo�)�=�H�','',0,'?'),('T�.o@Ψ2�w�v��X�','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('T��ptz3ug�=\\�sF�','wp-includes/wp-includes/sodium_compat/autoload-php7.php',0,'������n��4��','������n��4��','�-��r*H��^��O�<�a{����X�@�g �+','',0,'?'),('T���vm?,�a���T4�','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ր��%���3/�*','Z{��[�W�ڤ�ʑ\nM%9I5+�$3�@^�','',0,'?'),('T���K����oIV�','wp-includes/wp-includes/class-wp-recovery-mode-key-service.php',0,'�9A��l���%<�C','�9A��l���%<�C','����{�Tg�}�E��^�[�Fe�.�','',0,'?'),('T�h�\Z�}ATx���H�','wp-includes/wp-includes/js/backbone.js',0,'\"$2hj32U������','\"$2hj32U������','�c�B�CP\0�F�!���vy6�Ku�*<c�f','',0,'?'),('T���\r�fV�+� j�','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxX��JT��bx���','f��x�/�x��G�\n8�5�6� Z�+','',0,'?'),('T�>��<�_\"g','wp-content/plugins/wp-cerber/assets/flags/nf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���rJizڜS��','�P�w�.�^}��\Z�ފڝ3q�{���','',0,'?'),('T�.��)m�&����I','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�41l#}�p���zk1','��h�� �_��֚����!E��4�\Zv��F��','',0,'?'),('T܌�7`\0���(�','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C9���Y�O���','���+�®-FVp�ݨIht�L�iP%K��i��6','',0,'?'),('U�\\p{J��O�Q�&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ĞA�ʖ�䦴j��','��oO��w��~9K����4oY�[K�e��\\RG','',0,'?'),('U\rԈ�Z�>l���R','wp-includes/wp-includes/SimplePie/Misc.php',0,'��I��\Z��}[�X�rb^','��I��\Z��}[�X�rb^','U�l?l�N�v6�0\'�,��(N��\0�&��','',0,'?'),('U�t]t�A:�ZQ�g�','wp-includes/wp-includes/js/dist/nux.min.js',0,'��G�r�[Ķ��i��k�','��G�r�[Ķ��i��k�','����=cA\"�-3�8��{t-�8 ��h�','',0,'?'),('U*����<�bD�&���','wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js',0,'P����$@A.0�Qt','P����$@A.0�Qt','@b�/E�ؔå��;M �ۙZRİ�x����','',0,'?'),('U6�^���#��g�','wp-includes/wp-includes/block-patterns/text-two-columns-with-images.php',0,'@���N o�F\0�A\n','@���N o�F\0�A\n','cUȫd4�B�nD����Q��n+R��J1e','',0,'?'),('UI�_����Ym���_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�W��P��2oY','�v�����4\'���w��h�<|Z�4Q8�xǃ5','',0,'?'),('Ue�tA&�R|��\rQV','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�1�`�Uy�+�۟��','�4_�����H1h(�p��A�9u���^�f�B','',0,'?'),('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','�)��I�Z�ގ|4�W�\'','T�����8�0|�&)�r/�H�\n�}6��~','',0,'?'),('U�.��G\0��h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��Dz��겊��T','s�my(�[�~��M������N�Ԙ��;i','',0,'?'),('U� $A=�He�|�zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��������','�}I^L�\\95�N�Y���;�?z��aE=�','',0,'?'),('U�@���dO�a�Եv.<','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',0,'Э�bJ������\r%','Э�bJ������\r%','�*��>}6��?j-9�N�AJ|�r���w�d�','',0,'?'),('U�nɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=&#��Tk��A=�?','�S��� `4� :�0�U�h���p���s�ń','',0,'?'),('U�Q�1{�4�/�g��','wp-includes/wp-includes/js/dist/escape-html.min.js',0,'1���~9�(��-{�','1���~9�(��-{�','G�U_�N_xC�`ѳf)�r����s��\Z�\n','',0,'?'),('U�~�UO:c#3#W��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ,� ^��R6Մ��l','�&x{�e5��ɔ�|��c��J��\Z���Ȓ','',0,'?'),('U�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�^�� H�T�7j','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\'���Y�p','�����,�\"w�,��L� Rj\0��)M�o�','',0,'?'),('V\n��U`�_�5���8','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��r�#��j �','LF�#�53��uu��t�F �չRk*xs_{E','',0,'?'),('V���\Z��_�R��','wp-content/themes/twentynineteen/js/priority-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�~&*mB��T@�GI�','D(�Tu}5{������ \0+��5g7`�)�y�','',0,'?'),('V�\r�3#��J��{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��NKp@}���\r�|','���a���<K�-��Ìb=7t�#�-8��/��`','',0,'?'),('V#7A�����@�?���)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(`��HMD��A�7�9','y��I~ @V�Y247�&�U��uމ����','',0,'?'),('V2�L��\0ۺ��','wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�##�=�F=��\\�v','��>733hE}���z�[)�e�Z0�ߨ!�$/Ӿ�','',0,'?'),('V8��8��ߟ\rZ�5','wp-content/themes/twentynineteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��n䄼��a�','�4�x\"�#�4�ϙ��w2�E��7�l�4�1�','',0,'?'),('V<�_k3&�PC^ı��','wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js',0,'�j5q��S\rX���i��','�j5q��S\rX���i��','Ej\Z��\Z�I���3J��G�jVݒ��6<S�9P','',0,'?'),('V?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�t��<���!�','�^�\'U9�;dOˊSz��!S��m��>I5�\'�e�','',0,'?'),('VUͳD�@(!)2��','wp-includes/wp-includes/js/media-views.js',0,'t ���V\\E�P�[�','t ���V\\E�P�[�','��,���C �A�ERo=4=^��������|','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'9A�C��zaϥ�2','@o��i\r��������}�8�n���#�\Zق','',0,'?'),('Vrm�KE�p�j��6�','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('V�����댏$�x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~=��z�!L\Z�DAl�','�js�O�v�W��Ϗ�Sq��������','',0,'?'),('V����rz�(�nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�T^z[\"��\Zo��','A����_}��Q�\"�gV�UْP��(���6l','',0,'?'),('V�rW��+�v��ӎ','wp-includes/wp-includes/js/utils.min.js',0,'t��0�`ߣ���MVi`','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',0,'?'),('V׀��\'h��Ĉ+:��','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n�Ֆ[�uj��7','e�M3V\"�d0����/0o���u�T�k��','',0,'?'),('V�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','6UM��2�\Z��܇�>�','�O�Q\Z��x*��>==�?nڢ)�\"[���s','',0,'?'),('V���1)�~����O','wp-content/plugins/wp-cerber/assets/wrench.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�3�Cb�C-2!�Q�','�;�����մ��xj�E����%Z�P�c��','',0,'?'),('Ws�$8�~��Nȁ-�@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('W�Q���4�@�ܯ�7','wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php',0,'�G8�J+�� ��z','�G8�J+�� ��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',0,'?'),('W&�ִ �)+�ڱ���','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z1)i(o+���:','�z��d ��&,T`6BeW���S�w3\\��','',0,'?'),('W8h�!ɩk�ĉ\'�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�RU�b�*��\0\'�','x����<�s��BZ�2�j��RM\'0%$��i{ V','',0,'?'),('W;1C\\:~��D���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Kۦ��81yR�','){e���`�v�)?/��;wnh�x�r���%�','',0,'?'),('Wi*廡�g�7u��w�','wp-includes/wp-includes/IXR/class-IXR-message.php',0,'�J�/�z�*�zͷ�;','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>�� \0Ϧ','',0,'?'),('Wl[_��-�콞 �','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�\Z�\n�����N�\r�E','h����n�#�M��p�\0j����E��!�D�','',0,'?'),('Ws��{N�hP�r�㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kӞw��\"���M��','z�v�l������!1L���+\0�.�i��kIj','',0,'?'),('Wx\Z�Ta��7{��','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�|��s,�=�K#�','6���ly�6ɦi��3U���,�E[鲓9��','',0,'?'),('W{�g- X��\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�EVU��u�������','��Fq�6��1����<���w�t&�b����1��','',0,'?'),('W})Ӗ7���e�}5�9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r|&�Ĉ3�d!ک9�','{��uo�b��jxa��[S\'K&��S�%\nAi��','',0,'?'),('W����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�U��?��tl�/W >','wp-content/themes/twentynineteen/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a2[��6��g���','��{EolP,qh�O������F� ���Df�','',0,'?'),('W��.���q͟t�ﮊ','wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css',0,'��?4��nT�#���','��?4��nT�#���','�D�ծ6��8g\n)e���z��l�1�MH��&','',0,'?'),('W�w�K\Z\\YE�M�\'l&','wp-includes/wp-includes/blocks/shortcode/block.json',0,'[~ .z\n.a�Y^�h�w','[~ .z\n.a�Y^�h�w','�(��� �̰�bu���e�\nud���l�s&�','',0,'?'),('W�J�Z�{X!8l��','wp-includes/wp-includes/blocks/categories.php',0,'&�[sȥ��>JG�^�','&�[sȥ��>JG�^�','��G5�K>�6��Fcf\n��&� �;�t��l','',0,'?'),('W��h��TD�H�d�h�','wp-includes/wp-includes/class-wp-http-cookie.php',0,'`=Y=��3���p*���','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',0,'?'),('W��5�Ν�>�_`|��','wp-content/plugins/wp-cerber/assets/flags/py.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����UƸ_��`U��','���s�d��-��ǁ&ǂ��v� &l:��V','',0,'?'),('X}\Z�`�J]�`�n&�)','wp-includes/wp-includes/images/smilies/icon_neutral.gif',0,'��VM3HU1!�v','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('X\nelh�o(��wwRM��','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',0,'��\n��|�bA~tb`*','��\n��|�bA~tb`*','�����}͒l>��-A�����T�$��]n','',0,'?'),('X��\\shv]�iB�','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇�(�0,m�G_Y�3','^�)o�B������f�g�*�V�P�?�~��u:','',0,'?'),('X+ٴ���3��0�1�','wp-content/themes/twentytwentyone/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5qO\'1�nU�X���4','tnjҴ�%.<A���s��݅�,[��(���.�','',0,'?'),('X,�E�Cj$_��8I��0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��`����ivj.�','�事F�9;2_ �$�$~�LO�a��6���_','',0,'?'),('X�۩�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','^��Ȳnp&�.��nx','綠��h��g��x$M)uQ{� �ܯ���6','',0,'?'),('X��M����xڳ�J�','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�� ���gx�i���','�՚���� Q�憐D�P��_?y�`�����','',0,'?'),('X�:8+˓2>V]��8�','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Aìk�:�bтvFj','\'���aK�\0tGJ�Bq��XW*(J|1���z[(','',0,'?'),('X���v�\Zƒ��\"�$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�i�~*=����','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('X�?M-H?���Al8/','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H|��wcC�6�ʕ','��\nA022?�rק.���jJ5�G��rZ','',0,'?'),('X�s��Yq���ePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �2z`������A�%�','W��@\r�8�Q��u�\0H� �WhR��ے0c���','',0,'?'),('X���G������z�X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P=�&��\\��.�_I','��fJ��\n\'-�#?�%�7����{�}\\٤�$�','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k(ʫ�ݑ伉����\"','�ڴ��\'��(X�����\"��Ocn,Mq`�D�','',0,'?'),('X��,�P8�ͦ+̫���','wp-includes/wp-includes/blocks/image/block.json',0,'j�s�d\'���+h���','j�s�d\'���+h���','�,)�\Z����Z8��u�A�,i^���bes�t','',0,'?'),('X�k(D��qț��G��','wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('X�xhy�q}�np��B','wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php',0,'ڸb��9����M','ڸb��9����M','�F�/\'���M%�9�}@��fW�>��S*�m','',0,'?'),('X�=�2h4�/{�+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��u�{�t���','��,�Z\rM >܅��g�p�/� Z\Z#`!�.','',0,'?'),('X��Fz��B�8���,','wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js',0,'�G��=�����:� s','�G��=�����:� s','��tw�:��o,�u3Mxm���x�H ��gC��','',0,'?'),('X�S\n�����t>�-�','wp-content/plugins/redirection/locale/redirection-fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.y)g�5�I̗�','��U)a�NѽO�E�V�V�5�ųdf���樈','',0,'?'),('X�TCW_^��og��','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�:�UJNJt���ѷ','��_�.C��=�v<^(���6�.�Dه� �','',0,'?'),('X�Z`.��ȿ ʿOm�','wp-includes/wp-includes/atomlib.php',0,'��2*rMb3ы�y��','��2*rMb3ы�y��','��:��8��px� ��������}��)�!�','',0,'?'),('X��6݂\Z���u�k!@','wp-includes/wp-includes/Requests/Exception/HTTP.php',0,'��h���Rlr��','��h���Rlr��','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('Y����bڧ,��J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8т�m!�Ҭ����','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('Y&�6��ڳ��6����','wp-content/plugins/wp-cerber/assets/flags/mg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��;��P�IH\\�','�d|�-uc�P�����V����Oh�`��_','',0,'?'),('Y(�K���g\0��_��','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%e���F�\"�8�]','�U��8�E�]�\0{\"�2��Eh��$���*�\'�H','',0,'?'),('Y,Qp�gmu#�e���~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8x$�9�hQ&�','n~��B�Ȳ���|�4�[�U�`\0�2�J۷�','',0,'?'),('Y/�ޑ� ���\Z���','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E����e����c�k�','8:���\Z�U$D_�t���8(f4�}%Uә�','',0,'?'),('YBt\n�\nc�ݟ.��vi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�R�<�)��Yf�8�','�,�Iq0\r8i;[K.�4?t�\\.ZH\Z','',0,'?'),('YV�2��9}D8�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=on~Z���TOQ�Be','�<�H���\"��F�@����%���1`7<�� ��}','',0,'?'),('Yd�{�2_y��}�$','wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css',0,'�����`��Un\0\r��','�����`��Un\0\r��','>���@�:so���X�=��Kd��ku�{�','',0,'?'),('Y�La���h�(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oۖ���e�y�V�Bnt','���p�S��p>�5��\r��+El�VI��5V�','',0,'?'),('Y�,�e�A��w�`���','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����h�\0��ì�u','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',0,'?'),('Y�BWy +�B�Om�z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��:��N�\'�Dx��N','�[��_|А�~E����+�~�E�(�`�_��','',0,'?'),('Y�68�H;%,�_c\n�','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('Y�J+{�o(�A%f�e�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dܹ<9N1g�%�C���','o�c��̺m�J �\nK�\"�Fו�Kc�E��','',0,'?'),('Y�r�҆�M}��\n\0�','wp-includes/wp-includes/js/tinymce/wp-tinymce.js',0,'����--��T�J�;','����--��T�J�;','��O���w�:�V�^�w�^[\n� L�\'�6@-�\r�','',0,'?'),('Y����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),('Y֝��U����}�r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('Y�UL�5J�ޔ�v[�','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('Y�>1�7{6\">�2f*�:','wp-content/plugins/wp-cerber/assets/flags/uy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txd)b}PJ��kJ@�8',' �ꬬ0�b���\0J��dczE�!(C��P','',0,'?'),('Z�Y�L��崤S+2','wp-includes/wp-includes/functions.wp-styles.php',0,'�GQ\0���[��� �9','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X` Y��鈨','',0,'?'),('Z\'��Xz�0�_�Ƚ�T','wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css',0,'��{J����3=�f�','��{J����3=�f�','w��ko����xv&Aޭ�� T�gޗ���','',0,'?'),('Z(3��8�p �C�yEf','wp-includes/wp-includes/class-simplepie.php',0,'(��\\��Jġ�љ�','(��\\��Jġ�љ�','�8l�n-� �o�=��8,;h�\'LFR#�ʜB','',0,'?'),('Z+��=�:��O�FI�','wp-includes/wp-includes/css/wp-embed-template.min.css',0,'���n��t�{�hK�','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',0,'?'),('Z4<n?e�����','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����k�P$f��','�ڷ�s,9��a�a�8�ˬ�<�+��p�ql�','',0,'?'),('Z9c�D/˰���}V\'','wp-includes/wp-includes/js/dist/edit-post.min.js',0,'/�):����sL?&��','/�):����sL?&��','�I��R=E\Z��`֚m٪�p\Zt~�#�`I��','',0,'?'),('Z9���}.��J��k=�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I��\Z\n�ӣ�','i>z���R�@������k�W��6u�k�y�','',0,'?'),('ZD�:-h�${�ma�','wp-content/plugins/wordfence/images/sort_desc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?զ�)X�?�N�','b�EԚ�B�#:�(�#�=_(�\Z���|��U�#�','',0,'?'),('ZP�e2I�� ��[͠�','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ТWHKC�}��&�%��','��$�FT���~K�K�`��e�c=��;���;','',0,'?'),('ZY�<}���*a�F���','wp-content/plugins/wp-cerber/assets/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��:d�b���EF�R','��z��kG��� �A�Kyh��b��a��h','',0,'?'),('Zp_Z JI����q�m`','wp-content/plugins/wp-cerber/assets/flags/pa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�Y]�v\"���','���.oC���]1%�lЕ�Ul��\Z������#','',0,'?'),('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��8�\Z���� ��H','T�I�8g\'�]���m����Ԑq�:�����I','',0,'?'),('Zx��1�2K�Z�,��','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�\0W>$����l�^ҳ','Qy(u�&���v�ӳ\'-�}�hՒ��X��t�','',0,'?'),('ZҌ�[��\nv��� F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��rF<�\ZiǨu��','|��R\'gAE�ێ���q��q�T!��:�O0�_','',0,'?'),('Z�_\"��~�J�����','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KO��x �3��y;9�','��X$A���\r\"N��e�$ߦ��+���L(','',0,'?'),('Z�~Y/l����*�&�','wp-content/plugins/wp-cerber/assets/flags/vn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6J%��C���v,\nc','�_���1:�L��v�Q��ܺ�.����|','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z��9Sr�L�[XL�=c','wp-includes/wp-includes/session.php',0,'�NRM��<\\����>��','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',0,'?'),('Z����� %/�Z�z9��','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/a�ag�����','�� T+�ݟ���v$L�3���G��!�j��','',0,'?'),('Z�\0��Y���� æfg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0���9��R���','K�cg$�e���2\\p�$�1z�����`CkJ�','',0,'?'),('Z�(�:a�� |�','wp-includes/wp-includes/js/thickbox/macFFBgHack.png',0,'�Ȱg�W�,/u�','�Ȱg�W�,/u�','Rw�/�h��&q��]Z��_����Ngy��','',0,'?'),('Z�u=�7��0�','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>�����y��','�+a�R�\"�͋kDxgd]��h���E�_#','',0,'?'),('Z�R���r(�&b��:�-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6���F۔�\'�V��','�h�}����]�ާ֚��$_8Znyi�E�4V����','',0,'?'),('Z��=ӧ�rc\"��y�','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('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,'?'),('[̉��$���\'��','wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɚ�u\\ ���','c�V�����x�y(#il8L}e��','',0,'?'),('[�G���e�a\'�i��','wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',0,'?'),('[\Z*:B��<u��}0','wp-includes/wp-includes/js/wp-emoji-loader.js',0,'�hn�1e��胖��S�','�hn�1e��胖��S�','�,H���w�0�����N<��l�\n�����!��','',0,'?'),('[\'L�F�d�+���k','wp-content/plugins/wp-cerber/assets/flags/li.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�f�9�%��QZ!�;','�`A��/�\\) 5/�����簤��GJ���`�','',0,'?'),('[5���Y�Nh���K�M�','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',0,'?'),('[8�H����{��m<>�','wp-includes/wp-includes/js/tinymce/utils/mctabs.js',0,'끡�\"Y����>xU季','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('[n��0,n�|Jnw|/W ','wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js',0,'��ώ�@�/@M�m�N�','��ώ�@�/@M�m�N�','�xM��\'Ȥ��=�ڷ�?$�S,Fy���֥','',0,'?'),('[w�[ᄅ�\r |2I�)','wp-content/plugins/wp-cerber/assets/flags/hu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��.F��L\nc��Q','�g.XaMw�Ma-#lW���=���h��1�U�h','',0,'?'),('[��#ܧ\Z>]��<�','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1/�?n�.�EL�-��','t$�yC�\0.J���.�O��}��\"g�=�','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('[�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','{�+4���8x�(��;?o','�� M��tC\'<Y������LQ��=�O1','',0,'?'),('[��$c�qr��9h���','wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�l����fp��x��','���O\nQp���5�A�~������j��xt�','',0,'?'),('[�Y��44�Or��l0�','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]U�@���)��#h','��H������i���c�!��I).eh������','',0,'?'),('[ꠏ�|K�o�یb7�','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xCS6�LC�2!�u�','�`K����y2M��plξ\"a\0אּ�t�ޡD','',0,'?'),('\\�%�?�>����e8','wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��i���詿/�!','��(Y�E�U��<d�y���K 2�bsy�Z�L�','',0,'?'),('\\�����9�����','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc��8���E�%��!',' �H�_c��Q�X��̤�ՏLs�ڭ�','',0,'?'),('\\H���:��u3�%�Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�2�H���$�\n�','5�(�/��PhJS�Z\"&]}���r�Ip�(�-t��','',0,'?'),('\\[��i%Ͱ<��e�>�','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b;���f�J-�',' \0��Drá�)�\Z�k��y�Q��h�q�.\nCK','',0,'?'),('\\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','�h��5�X,8χl�}',']�g�v�W*q���Ԋ\\f�ؽP��n���','',0,'?'),('\\���mՀ����;�','wp-content/plugins/wp-cerber/assets/flags/eg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�֙�x�8��\0 ','�_�ih��<�[������Ns�D}?\'��C�Y','',0,'?'),('\\��s1��M� ��','wp-includes/wp-includes/Requests/Exception/HTTP/403.php',0,'��`�\r�o��k3��1�','��`�\r�o��k3��1�','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('\\������7���Q�o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ê��m\Z�E��Y��.','&����3��eſ�.��(���{��T�Cv.','',0,'?'),('\\��u�]�A%� �','wp-content/themes/twentytwenty/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�*����� ','4\nO�ҩ��i����;Vt6\'�@1I�ȋ�W','',0,'?'),('\\�\0��>�+���Fb��','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U��:#�+a���F','�C���f��`���]����|#wVÉBH)\r','',0,'?'),('\\ֶ�S��\n��P�:�','wp-content/themes/twentynineteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��8v�D����','�N�1����1�swR�������������','',0,'?'),(']&��A��!�S�K>�','wp-content/themes/twentytwentyone/assets/images/Reading.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�*���|).��h','��Q�-:�ñ��1Z��ŴCxʞ�dd;Z�b�^','',0,'?'),('](R�&!��1;�3��','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�Hme_\Z��!5','��c�����z�2�~;~�D��*T�?�&�','',0,'?'),(']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,'?'),(']9.�pe���T���','wp-content/themes/twentynineteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'&iɴ�G��x��Rl:','�JÂ���W�S��\"�V�JZɌM�ڛ�D','',0,'?'),(']9OUâ��\n��V','wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڗU�_|�$>���7','wR�u�sXq��s�a�OFvQ�y�Ł#���','',0,'?'),(']@$���ɩ��&h��y�','wp-includes/wp-includes/Requests/Response.php',0,'�p����R櫷�\'G','�p����R櫷�\'G','����WwYKL\n�� -*���^e\"e�(_,g','',0,'?'),(']B#�2�z��bU��/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r� \ZV���:��','�N\'�u�p���=Z�\"-��K����r','',0,'?'),(']L0���eE�\"u� ��','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OAZ�n�\0��?!*�W�','q�{2�fX�����JgXC����c�Y�3��','',0,'?'),(']x��6�a�[�|��','wp-content/plugins/wp-cerber/assets/flags/sl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nU�r�̨�^̧\0�','h�+ѩEfp��\Z��tт�5�X���T:�K�6','',0,'?'),(']����ΰ��m','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2������j�^��!��','��)秐=�l2^m�\r���uV20�ژM{�','',0,'?'),(']���N��Jjӎe���','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�����O���\\��','�b�Z�r��A��{�_���d���5|','',0,'?'),(']���r�:@��I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6:����2kP3���','%u���Mp����,.\0�@�Zq��r��/���Q','',0,'?'),(']�J��f��Dx/$l�','wp-includes/wp-includes/Requests/Exception/HTTP/410.php',0,'q�O47ߺݥ/8X!��','q�O47ߺݥ/8X!��','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),(']��P���Tkvt��8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż\Z�=>� ɱ�l�','y�TQmU��z�D��s�g���1^T\"�ig�I','',0,'?'),(']���*������J�','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��E��H)�.��','��& �qC1QU�_.O��3����1!&��۴��','',0,'?'),(']����\"}[�Y�R�','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H7g���8Y�y�','��Ϛ����Z:��J�Dz��#y04�?','',0,'?'),(']�~t��j�@���u��','wp-includes/wp-includes/images/media/interactive.png',0,'R˂���ôʼnh�H','R˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),(']��5ҰW�� ','wp-includes/wp-includes/js/dist/vendor/react-dom.min.js',0,'�c�JeN���uL��','�c�JeN���uL��','��\"mO�=����E¹jas�lIJ�������','',0,'?'),(']�D�d���3��3�t�','wp-content/plugins/wp-cerber/assets/flags/hr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZO��e.��.�o','e��T��\\��B;vu��!�\0~\" P��;�','',0,'?'),('^�4�j�|��I��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�H*f��$��ʝӐ','���Ɲic�z�P��1�\"ݢӛo�TWry�*F','',0,'?'),('^��=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','�J�s4�/��3h�@;','�j�%+�\\�> �h7e|s~�&��=���e��V�','',0,'?'),('^(�?�t�p���,$�','wp-includes/block-patterns/large-header-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\r��\Z�&o�r\'���','\0�9�w�i����5�������}���h��','',0,'?'),('^9(-(Ų�y ���0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�N ����9�3nDl','r���R89�<�;9i1l�Z���Q��oC#�Y��','',0,'?'),('^@ղ{\'��_���92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[a�@1.��Q��Z','�tˁ�����9{��/��y�g1\'�uV��l�','',0,'?'),('^H\0�B|��4�@z��','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',0,'?'),('^U�.i��ypG���','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('^^�L���y$��B�n','wp-includes/wp-includes/blocks/text-columns/block.json',0,'�?�ȴ����Y͆ ','�?�ȴ����Y͆ ','�A��-�תe���`�)�\'WS>KXIZ��','',0,'?'),('^d?e��.o���ʨ�L','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�C�=sy3�L���','�_��o3�t�Y��_o��f2k#��0�6Ps;','',0,'?'),('^yG=ڜFg;3�á�','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��RC���Ty�?�','D����H�~����Ϩ�P�_�{�!��','',0,'?'),('^�Ð��+�y|�','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('^��F�sp��{�lr��','wp-content/plugins/redirection/locale/redirection-da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CR=�D�,�5��L','��k�5|���?1Ɏe��R��Ҹlc��B���','',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,'?'),('^��2�7}�����I��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ь�����{�O�','vZ���d¥���bNpz04\\��\ZL��I��v�','',0,'?'),('^��u�u��W�d�M=�','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=E�o0��[�','�m?\Z�\"�g��=�0�N\"��Q��`�u\'��~I','',0,'?'),('^ǿ��+C%K��x�','wp-content/themes/twentytwentyone/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� ,��*]�1�n','���0CfIΰa����BqG�8��O�u>�Wþ','',0,'?'),('^�^\\Q��=(w��','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Vu+sf5�i����','����4H��1�Pc���)C6c�D�aHum\Z#cV','',0,'?'),('^�\r6&�ҖF;��oB','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P%S�%<��?�\Z��\\','gO�:!��rh��ʀ6�\'wf��D���z�','',0,'?'),('_�\0��d �MP~��D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',0,'?'),('_�k4�!*}��݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����|%��*T*�`�','�����289v�u3�n C2�s��va/�','',0,'?'),('_*�⽞L�0�>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN+�5 ��O?','�@!�`C��*Me��z�j@ �@���L�jw�','',0,'?'),('_�#��U1p�GS�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���rt��w��(�e','�ҿD�I<�^�i2dW�]G�_�-+�A8�W','',0,'?'),('_%���=�*I�I+nd','wp-includes/wp-includes/SimplePie/Rating.php',0,'�jkB�-\r?Q3Qw�U7','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('_/dyY�\r�}$ʓ��','wp-content/plugins/wp-cerber/assets/flags/ni.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�MZsu���/��','�Cd0���HF|�\ne��ʅ�p�_�SӲ@\0@1<ۊ','',0,'?'),('_B��\0��r�p�Iu��','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�!��Y�r8ܗt/�','=�\0t��d\n�J��e�ܐ��Z<��s�n6��t�','',0,'?'),('_Uc���\n��K�j�','wp-includes/wp-includes/random_compat/byte_safe_strings.php',0,'�[Bң�J�Ԉ�;','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('_i���6Yhx�W)4��','wp-content/plugins/redirection/locale/redirection-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��A��s�,��)T<:','��O�\'P9u?��9&��8���a�=O���&','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x8�7n�LH�g�gf�R','ŗْl5�������Xt�����C�\n�mA','',0,'?'),('_�f�>��*��_\n','wp-content/plugins/wp-cerber/assets/flags/ru.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q���j�/�53\r�','�z\rf�/���x�.��5Q&i�HCn�0�','',0,'?'),('_�O�$^����5��','wp-content/plugins/wp-cerber/assets/ui-stack.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#`LZ)�pd��','Ɉ���H���R�{(~\0*8���!�^�u�','',0,'?'),('_�\0>Orm��e�m�','wp-includes/wp-includes/widgets/class-wp-widget-search.php',0,'��}��z�Ys��]�','��}��z�Ys��]�','H:�wn����n8V��9�\'�tLYƭBq����','',0,'?'),('_�|��T�M^���J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p^�,f�ޡ�����I{�','��i�4�j�v�J5�d���߲TP��L�/��7�','',0,'?'),('_��4�3���=��','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\M�����m��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('_�(�C���M6�9�','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�6�Z3@][:����+','A���D��c?��L���I�OB��Oß��L','',0,'?'),('_����8}���?�','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���X�Н�KH�Os8�',')�Z\\��^��hG*y����2Ԏ�k]䜹Yu�5*','',0,'?'),('`6˻0�ܮ�{�[+','wp-includes/wp-includes/images/smilies/icon_twisted.gif',0,'L��v[?��+*8��;�','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('`BYӓ��Ӝ�����','wp-content/plugins/redirection/locale/json/redirection-da.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oX Pb������R','��7� ��B�Hm��<��j��_~��B�O\"���','',0,'?'),('`%�ֽ�j��\'��P��','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0K@�n��d�Œ�Ψ�','��-(j�e�Q5���3��\0`NJ�b�(OS�:b','',0,'?'),('`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','zc-C,����X��','�Vҋ��\"�G��UZ�!���26\"ݨ�>','',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,'?'),('`��o�\'�c?��/ �','wp-content/themes/twentynineteen/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�-�mם�]�','�I\Z�{��!��M}OL�bdpO���hV�Û�','',0,'?'),('`��gf�W�\n&OPw','wp-content/plugins/wp-cerber/assets/flags/sg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*F��Y����K� a','Ԩ��Vm�f��Ek$��;]N_q�^�4����(�','',0,'?'),('`��\n���2����','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V��DBQVgF','w��86=�ݔ����2�\rD%V��E5�S� �T�','',0,'?'),('`���#��Q�?>6)','wp-content/plugins/wp-cerber/assets/flags/fk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�OwB<����oa9�E�','�k��؊�2��M&C9�&0d�Hl��q~9q','',0,'?'),('`�a�(�g��\"��','wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�@؇\0����)','�_Z�#W�șf�X���c�B���`��dQfH�,','',0,'?'),('`�c0���\\���3�','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >�U6ƪg��v�f','R�&sX$6#���_��ν�J�|�b0�o','',0,'?'),('`��Q&���V9zI�','wp-includes/wp-includes/images/wpspin-2x.gif',0,'mS������y\"C���','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('`�4W�\r��ݚ[}�=�','wp-includes/wp-includes/css/wp-embed-template.css',0,')I+�w2�h���K\"�',')I+�w2�h���K\"�','�6&�}�ok��AM\Z> �|�F�6,e�t\rPq','',0,'?'),('`���;�\"�-���+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('`�}+�6�L-q[��$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),('`��U�2���mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�8û�Td�h9�\Z','��g�n\\�y|�TR�xF����\\��A��&7֏�d','',0,'?'),('a�)6����ю�','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('a�����2���*s','wp-includes/wp-includes/css/dist/block-editor/style.min.css',0,'݁mz���O���ya*p','݁mz���O���ya*p','��&aX�\n��q�E�D������$3Gt���','',0,'?'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6@p�z^ye��','_\Z���SjזY ����V�Z��Gen�_','',0,'?'),('a\\c,I\"5T��#̋�','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$o��uf&�','�wWd¼8P�F6�A����ܴ�to-��X\\��a$','',0,'?'),('akJ�\Z���[�tx9BP','wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',0,'Ͷ���U裦�h�','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),('a�����|�f6��{�','wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',0,'�We⎆?��N��t','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),('a���γo��q�\"�','wp-includes/wp-includes/http.php',0,'�-��X㑩��/��2','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'c��P���n�HH˭�','c��P���n�HH˭�','8�� 8�9��(L��:v�2l1�TSV����','',0,'?'),('a�J��r���&�-D�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��o��}S}���8.','�$��s�����?;f�Ġ=`\r� ��&��!','',0,'?'),('a����(m�EB�l�','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]p�uA@j4� k','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('a�c�CH\r��=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�D���w�o��}�D',' e�S�\nyp|Y��*h�.���ѽ�ʆX','',0,'?'),('a�~*k`D�np�}��f','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+f)��W;kgWJ��','�`�%��qY2��ʌ��?ǽ����ͷ]���','',0,'?'),('a�0�}�踀�@���~','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fB��RJ���z�L���','�b\n=W��p�����=����3���9�\"֗;','',0,'?'),('a�ai�G����}��\Z �','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Э�bJ������\r%','�*��>}6��?j-9�N�AJ|�r���w�d�','',0,'?'),('a�&S���T�\"�l�9','wp-content/plugins/wp-cerber/assets/inspector.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zn�d���*k��P�j','� �o���7Xv�o\ZC�D�j����p��','',0,'?'),('a��-�b��$G�Ι','wp-content/plugins/wp-cerber/assets/flags/sh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�{ͤ�:u�d�','�R<,l��I@�X�ߠ.#pF�g�%1O���6�','',0,'?'),('b�D�JD�J|��/�wk','wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js',0,')�r?�N�ぼI��q\'�',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('b*J{qd<�6Ui�q�','wp-includes/wp-includes/images/crystal/default.png',0,'A�>)*/��!�-�','A�>)*/��!�-�','���n$���_�u �$Q3��E�r�|Jm�','',0,'?'),('b8��ޡ&��I��','wp-includes/wp-includes/sodium_compat/namespaced/Compat.php',0,'A�i�k�/��j\rn�3','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('bDQԇ���p5�t�d�y','wp-includes/wp-includes/js/codemirror/htmlhint.js',0,'�2�|џ�G�MtP5��','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('bT��9W><�]y��Ue�','wp-includes/wp-includes/https-detection.php',0,'x�5\\�r���(�W','x�5\\�r���(�W','W�|�_`|\\��y{4�N���Vp����j[','',0,'?'),('bY�,��ϥY�r�;�','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('b���9���GQE��ґ','wp-content/plugins/wp-cerber/assets/flags/lv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���JqW6A���`>','�\0���jn!-xv��+u�j��D���<�7!�5�#','',0,'?'),('b���.ӛ����','wp-content/plugins/wp-cerber/assets/flags/om.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r]-�K��K<ݳ�8�','�;�8K�KI�k�O�[��\0v�U[JR$ ��','',0,'?'),('b��HV��mA �Mh�\"�','wp-content/themes/twentytwenty/assets/images/2020-square-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܴ���6T�k�x','�L�w%���7�M��ȴ�x� � >��?\\�','',0,'?'),('b��,\\8�#���','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',0,'��SG��˺��F���','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('b���f�wis�A\"V>�L','wp-includes/wp-includes/widgets/class-wp-widget-text.php',0,'��;���\r9!�5�P�','��;���\r9!�5�P�','Y����7%��Z�Gݠ\Z��ӊr�cI�ϸ','',0,'?'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�@���� �|���O�','g�v����K%��oiS�7�.�]�siH��2:p','',0,'?'),('b���Ҍ &�?�{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F�S)8�׆>]�','',0,'?'),('b�+ƴݟ�3�','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('bK�+x����wF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç4�[�J��#�\'�','/˵t�?���;�!�o��Q$fm<L^��6E\r��x','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��W�\r��p4>9Z','*MY��P0������+5~���!�9OR�mҩ','',0,'?'),('c�4L]�˞��Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@d�B��#�&&��','{��bk��\r���}� {=��\\�=6�`l�� ','',0,'?'),('c���p �PU3/�','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM���,~/���r','F;���W]��&��z~o\'�/��q�+��','',0,'?'),('c%a��H�����','wp-admin/images/about-color-palette-vert.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�A�6���q�]�','�^��5P���n��>��:�����,G�I�z�R�','',0,'?'),('c,���[xޫ�3�\n�@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@`���&n|�}A��','�\\ۙ���� }M�g� �$�0� [���B','',0,'?'),('c42j���x�c��d','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��݆��Ζ���}l�','e`݆�.�:��j�E�\Z�Ұ���5�\Z�)','',0,'?'),('c��E�cc�/2��F','wp-content/plugins/wp-cerber/assets/flags/ba.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S߫��ܟ�]�A;\Z���','\Z2��u2S��9{��Ө�G�D�+�����1�','',0,'?'),('c� �]�- ���tϠ','wp-includes/wp-includes/feed-atom-comments.php',0,'��\\�I�6bJ�i\"m��','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('c�Q��i�����Qv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','հv��}�Ifs��>�','�J����Tc68H�\Z�s\'9]�6�p���4d','',0,'?'),('c�\Zj<�Fh���Q�%�','wp-includes/wp-includes/js/tinymce/utils/form_utils.js',0,'���l�U��T����Li','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('c��z8��5Y���','wp-content/plugins/wp-cerber/assets/flags/pr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����M�_6�p�tz','n��S�X��\Z�h�m2��9��q���\Z�Z','',0,'?'),('c�c������gu���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('c��[b]��ݽ�JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I]�U�� X�g����','�T�Ϛ-�1 [�@./i�i��q��0�o','',0,'?'),('d��:w���O�І','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!N\0�[�5�իk@0','B�#����L�fW������>2�nT����','',0,'?'),('dv�?���=#b�','wp-includes/wp-includes/ms-network.php',0,'����x�����3.�','����x�����3.�','ʸ]ST���ySo$�Vgv�\"-j!QGK���','',0,'?'),('d��1�쵓-�;O��','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L-Ф�%��l�r�e�','�����ė�\"ٿjz�r�?:j\'��������','',0,'?'),('dO*����weS�t�=','wp-includes/wp-includes/class-wp-walker.php',0,'z�+@,�G,��S^�y�','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',0,'?'),('daM<M�=�[,&Y��7O','wp-includes/wp-includes/date.php',0,'n[*(Ҿ�w.m�y�z�','n[*(Ҿ�w.m�y�z�','�.��\0�qB_]������\0��a�}��\0�','',0,'?'),('d�k�JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\rc�c�l��?ɴծ','9� ÂM�\0KR���&���#+�vCf��','',0,'?'),('d���Auh��041�','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\"����#�\'','j��$��)�~ŗH�x���}J�1z�м�v��','',0,'?'),('d�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','��]��\0�~r�V+�','\\�!]�l���ە42�����ݹ�P�د��^�\rc','',0,'?'),('d�0�ٷ\Z�����Ԍn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<3�8xuFR�ĖȦ�E','n��?Q��bz ��٢�)��S*��,Z�','',0,'?'),('d�(��%J��@�G�','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�N���ﭪ=j\0��','�jG�AV�sF�����j�+�-)�D����','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7#Q�&M?»��|�[','Q�D���6���hP���qqM9�F�O��\\O�','',0,'?'),('d�@!��d�J���','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I��H��%���Y','���V��/r:s�/�S��l�\"#��:�3�','',0,'?'),('e��e{��:\0�vy','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�84|�]��h�֤�','����Aݻ�F�d�s`����0$$�{^����=�','',0,'?'),('e\r��Zf���ޞ��|�','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('e���Xnj.\\�(&�d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�رm:h�\rGZ�ڋY','t8uU��U��SĒ�qf����S�3i���i�u','',0,'?'),('e�P�f��o!�J�%','wp-content/plugins/wp-cerber/assets/flags/yt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FE=�W��=�\'���','-�*U�� �K-:��햴�O��ա�3','',0,'?'),('e.PȴNB�Sx[�&��','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :\'D<��*T;�G�','W 3\n�\'@G8y��;�FwTD���Zv�X�}��','',0,'?'),('e.���w��w�E','wp-includes/wp-includes/images/wlw/wp-comments.png',0,'L�6]P����.s���','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('ef�<�ؐ0аV�K-o','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png',0,'����\n�\nm\0;�˫�z','����\n�\nm\0;�˫�z','$��v��o^���U� �A\0���:�\\C�u��','',0,'?'),('ei��y��,:���T�)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Q�#2Џ���R���','~G)�R���7i-�#��R 9H��ǫ� b','',0,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`X�c�b7�qNS�','�M���G�] �?u��gP�p1�,�(�V�^���','',0,'?'),('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','iyf|�\"Q�+���','�Ӆ��w��\r���O�\n߅��\"�-�/:2','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('evrӸ>G��kD��/�','wp-includes/wp-includes/js/dist/block-editor.js',0,'L������k�H1��v','L������k�H1��v','���F��%w+7����k �%���W��1Z�`!p','',0,'?'),('ex���R`���W��eG','wp-includes/wp-includes/js/wplink.js',0,'�7\"U��\"�?���','�7\"U��\"�?���','S\\�� ���ٺ�\'?��I��75�{','',0,'?'),('e}0wTnv_�g�~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VE�gO�`#jV�4�C|','�s�c�� ;���*r3$X����G8ͬRK�','',0,'?'),('e��G�����W�+S�','wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css',0,'#YR\nP��>�y�L�,','#YR\nP��>�y�L�,','�4�A�&E(6��~�e�|vH��l�;���R�','',0,'?'),('e��lsUO|�R}ܝ�i','wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}j�NJQX]m��','ɱ��䱃Fn����2c.n�M��ڣ� A���','',0,'?'),('e��__�%��x���','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�PQ��I��P4!��','�+� ��uzR�W QW�|��5��� j[;U|�','',0,'?'),('e�^#|ۍ�TЩ��z','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ�b�t�X8�GX','�[<�0�ą��aD)tJ�h�(C�[uH}sҘi�','',0,'?'),('eއ��D�z\r\Z\n���)','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�b*�\0dH��d.','Wq$!MW^f�q]]��Y/�e��>�xW3�\"ѿ','',0,'?'),('e�VT��1^2��]��','wp-includes/wp-includes/class-walker-category-dropdown.php',0,'m��s�ny�ld�)��','m��s�ny�ld�)��','�ՠ���P)_�s�)v]��Չ\"����|�','',0,'?'),('f�d�Յs�2��#^�','wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css',0,'��A�V�t�Fƣ���','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('f\r�������r�A','wp-includes/wp-includes/js/dist/data.min.js',0,'~Vew����MBE��|�\\','~Vew����MBE��|�\\','|;\n%��A����@P��L���剟�Ib��','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\'N��S.;\r��MT','���2�婢��Mz�֡�XX~��u*<�.v�~','',0,'?'),('f��{\n�,�v�>� E','wp-includes/wp-includes/css/dist/components/style.css',0,'!���{9���YV?\'7�','!���{9���YV?\'7�','���f�4qS�� \\���\'��~v���\Z�h�','',0,'?'),('f�u3\n�M\\�}6*0�','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-j�b�4k2�`�s@','s\'�=*�o�[�垙B����i1�c9C�8P3�.��','',0,'?'),('f���N�]h�hIGZ','wp-includes/wp-includes/theme-compat/comments.php',0,'��Ϫ�-�Y�D��s��','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',0,'?'),('f�霰f؟|h��U�L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�2�r����qh^','��H��\'t�r�\\\\ovV�ߖ����RJVY��p','',0,'?'),('f��ŭ�8��;�slV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dղ�������5� ',':��s3]9��R�*�w��\n�+#f����ݕ','',0,'?'),('f���*pd ��\n^','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U3�\"�ӳY&tP�,','�v��nݰFP/���q ��[yG\0�M��','',0,'?'),('f����B�D�Fr\r\r�','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�r�����QHˆV','Xi���c�R�)R�Ǡ�.�#`jjŏ�3?','',0,'?'),('f��1̜��#rT�g-�','wp-includes/wp-includes/js/dist/warning.js',0,'�Kn����/���=�','�Kn����/���=�','�v�Q�m����� �S-��#Qf��7�l3h}|','',0,'?'),('f�-�$��G2J�d�','wp-content/themes/twentynineteen/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�����/h�f\0W�','�ir���FT��n �Τ�~�NpE��Z�����z','',0,'?'),('f����e��R�)�','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ߟ�� �8����1�V','��Q`�m{�Ҹ\n�ք=��R#�Q����\0K�','',0,'?'),('f�3��Y����T','wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�73�l��c�P���R','��{�fT�k��3Ub�� AxT�8?�чaݯ�','',0,'?'),('fֈ�����V�Թ)�9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',0,'?'),('g\n��[�q��g- i�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��O�߄_�D���','�`�YABO��k[���Ai�\"5\rg���','',0,'?'),('g�c�����ſ�4^','wp-includes/wp-includes/js/dist/rich-text.js',0,'y$�Bx!�u���w','y$�Bx!�u���w','��(��/�,gw�&tS��O}���E|�ʂ�','',0,'?'),('g���j\Zr�։�`\Z�*','wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js',0,'�OAZ�n�\0��?!*�W�','�OAZ�n�\0��?!*�W�','q�{2�fX�����JgXC����c�Y�3��','',0,'?'),('g#�,vM������:��','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�o3�HH��䤱�&','�A���A�H�i�:�B�7����t��OFA','',0,'?'),('g+yr���q����D��/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zm���f1q��˴','�nl\Z���h�1he�-�M��5�Nl��bd�Hpz�','',0,'?'),('g+���wJoG���{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�2ң��A�!�V0I','�\"CG9^��ȷ�1��a�?�a�uk`','',0,'?'),('gC1N(�q;3�)h','wp-content/plugins/wp-cerber/assets/flags/ez.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('gE\n���X�F)4\0y�\'','wp-content/plugins/wp-cerber/assets/flags/gt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQ�2�\Z>���^�','�\ndJj7ؖ�S��y�a�{���Sm�Բ','',0,'?'),('gQir��똿��/!��','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�A�ݲ�1 \"�Q�','J� �%�D��_su4vs��NB=�c��','',0,'?'),('g|y_�o4\"��X�N���','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5��^����J�j���','���M��g�$��+;��\0�5����H&\\E6%w','',0,'?'),('g�\Z���Ş��|q�(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',0,'?'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),('g�f�1�۶�y�;�_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('g�s��)��m��%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`r�ll�3@ޠ!s','F+�RZς�eQ$ep�G%Ev�-�xE','',0,'?'),('g�]e��!^��(PK���','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�T�}�HW\'<}\\','Z¥|�s�S�8e��3�Eؗ�$����ܜ-h�','',0,'?'),('g��~)�~�s�ʞ��I','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6d�,�����8E�','�G�y��mT�8=�?�5� �5��y�.�','',0,'?'),('g�?���>�Z�Y�T�Gi','wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php',0,'���:�Z{���5�o','���:�Z{���5�o','���<�s�6��\0, Ra�uhX��c���','',0,'?'),('g��]bR%� Z��E�','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('g�Ed��1��D}����','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�s(.=����ͪ�','�a�b��u�7���K\'2��V��=y��','',0,'?'),('h\n�z�N:�cg�','wp-includes/block-patterns/two-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���8$�6��v','u���]��$)� ���w���5h1#}��8t�\Z','',0,'?'),('hZ[���=���w�r�','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',0,'?'),('h\ZOhl��_��Lm/�','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-@�{�p\r���9�u','O�PZ�y�s��6��z��r�4�QN�k��','',0,'?'),('h d��껅2��_�r','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X` Y��鈨','',0,'?'),('h0X-�i����^�G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pq�����EyJ�$��','�Y�Y\0+IBNvk�dE&��Bp����F�','',0,'?'),('h4���#3�`�-݈�\"�','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��,���g;ꙴ','�C��q��N,�`v�S��*���Z[�`���m�','',0,'?'),('h@Z�%�R�F�;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��u�\n�xv6�','��Vk�\n&B����S2�w@��UG�ƺ����?�','',0,'?'),('h|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��~cTOo�y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('h�<�]���OpNCƴ�','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���Z�\\��;�O�','�|�.h��.��+\r 1�C\'�m��h$x(���','',0,'?'),('h��r���/�B�\'�0','wp-content/themes/twentynineteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�x��4�Ҫ���','d�@����d%�1M���Mo6��1����Vk','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� &�A�2+9\\[�','�g��C�}؞���gv���c��N��Q�py��','',0,'?'),('h�.α�D4$�Gv��lC','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���sw~�O���','���I�D��v���j�Q߶��d;��t�\Z��¦','',0,'?'),('h���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�6;Ғ�c%����7','wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߱�l�\Zp���\"�','�?�fD�\r��5ק� ��ߋ�ޙ���J�6�qm','',0,'?'),('h�㤖1^\Z�?�U�','wp-includes/wp-includes/Requests/Exception/HTTP/414.php',0,'��]U�@���)��#h','��]U�@���)��#h','��H������i���c�!��I).eh������','',0,'?'),('h���QK�V<r:Mg_��','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԯ䠦_��P^����','#H����X�{��M\'���%��&6�D.̺x','',0,'?'),('i �?N��ZaiBi*�','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js',0,'�(D�q�|�����','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',0,'?'),('i����kmCx�ʷ��','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��.��q�:�j��R','u�a�v�R���+We\r�T�J%�\"�\r7�f���','',0,'?'),('i��;�&��o�?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',0,'?'),('i4�^v�zs�n�\Z�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rڦ�+`Ovh','�p_J�9��]3!\r\'?�Ja)�t1E_�������','',0,'?'),('i\\�4W��2�4��>�','wp-content/themes/twentytwentyone/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�S�e�ۋ-/','�����I\r�ަ,�/,V�����ɩ�ӄ%','',0,'?'),('ia{�-��\Z�ؙo��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�<���s��9','��Q�\'�r�� �t7��=s*a`<�z�o�_','',0,'?'),('ii�\"o�C����`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('i�g�W&_B~�\r�Ȟ','wp-includes/wp-includes/js/swfupload/swfupload.js',0,'��#����9��>&YRg','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('i��q����xjpR��','wp-content/themes/twentytwenty/template-parts/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�����{�κ','�F�\"�ט�VX����R�H�^�v,\"o��','',0,'?'),('i�-��X�8V[~E�','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�H�a})Β��;��~s','�3�&d)��s\Z<7æa�v�y�7�v�~����','',0,'?'),('i�\\����=X�h$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӥ�ku��lLS�','��r4��i���j�\"܈�����6���&','',0,'?'),('i�k���C��T,�','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�h��2aE��0','�D�:�]踝z����w%[�j�o����X`�','',0,'?'),('i�m�rO��:zi|','wp-includes/wp-includes/js/crop/marqueeHoriz.gif',0,'�̮����;���Lo\n','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('i�Թ/��s�(?�z','wp-content/plugins/wp-cerber/assets/flags/pl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�؍�J������S�$','�-v_ꉱ�N��M+o���� �cx��D]�','',0,'?'),('i�rHFn���A\n�AS�=','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('j&�V1���6�4����','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r��9 �#��{�','ᄆ��n�ѿ�0c~N��r��Au�g~Δ���I','',0,'?'),('j)^��@��\'��[','wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js',0,'�#@,�4dG��M','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('j+f�� ��.��','wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php',0,'[Rz@�MMQmr���','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('j+��\0,�_/H���I','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',0,'��V�A�ݲ�1 \"�Q�','��V�A�ݲ�1 \"�Q�','J� �%�D��_su4vs��NB=�c��','',0,'?'),('j3]p���B���R!I�q','wp-content/plugins/wp-cerber/assets/flags/cr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v.\Zg����9V��','t~���� V�7�V���L�$D\0��p;\"�\ZX��1','',0,'?'),('jQ���e���;�e','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�d�\\n�Ue�S@','������7�Z%\0L�|��I�`��?{hl�G�\\','',0,'?'),('jmE��AX�uw�>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f�+�#k�','����z\Z��O��3����}*�i�u`�!','',0,'?'),('j�䱋����%���]�','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�.d��\rZ�D�6','���f���ɝq?��pRv�u�Ȣ�','',0,'?'),('j�_m�EQ�,��k�','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~N��{M5�D���','R������{��X�g��ɍ�1T~���=','',0,'?'),('j����p�\0Z��','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Z�xu�t�\n��x�','��p!ŗ$�����<�#|j��f�#�-z�','',0,'?'),('j���)n�Q8ޮ�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�v��\\W�%A�E6$�','���G0n�eiLՀ�P���}�9� R��rP��','',0,'?'),('j����5F+���o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),('j�a$� ?h��`�R�','wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0����\"CϷ�Tb�','h�S䘷*g�5��)!���}�Bl�N�E�','',0,'?'),('j� �i4�A����L,','wp-includes/wp-includes/js/dist/editor.min.js',0,'ũ8��6uj(X4ѨÎ�','ũ8��6uj(X4ѨÎ�','������U:W�{\n�b)SN��.=}c�A','',0,'?'),('j��4-�O Մ��rL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$1�D�\'w��m���','E&&\n��a���~�b+\Z���)j��M�p��M�','',0,'?'),('j�gs�66�$��8*�E�','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NV}��b.\'�5m','�[�4M�,�4�ܓ�x�wBB̕=Bg��}I�l�','',0,'?'),('k���$6O��-N�x�','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B�쟄��P\rL��','�x[�G��-�90b.z�G��az�>�r','',0,'?'),('k%�\r0̯�IN6�D\'�y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�+�ک�d�ݬ@��','w�bj�Y����S����tc��� ��I��dQ','',0,'?'),('k6���*���H� �u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�}��I�F�ty�','p�\r�G$��M��,�F7\rC�\\^��,�[tdΎ','',0,'?'),('k?.V�(���G�J��','wp-includes/wp-includes/images/icon-pointer-flag-2x.png',0,'���2�b��&�Z�r','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����D�G��','����+��*ە�ۦE�J�%\"���HID�-�','',0,'?'),('km�|��Kma0�\"*�k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�ͨ�p���d����','�r0�\"��l\n�E�ݴ�*�7��vL�{d','',0,'?'),('k}:����VN����G','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>P��H�e6�[GF�5�','��q!�홐��%ހP٧��H��r�.�L��~','',0,'?'),('k��1���/�͓ݐ%=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dq�d6�+\"��U���','�I����s;֮����i����k���E�@�)','',0,'?'),('k�و;�}�cL`t܌','wp-includes/wp-includes/js/wp-backbone.min.js',0,'�K�/�����7���b','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',0,'?'),('k��B˞�b=y��','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�λ���4S�����',' BN+3Yj��}�Te�:�g\0t&�*�Į�i�','',0,'?'),('k��U/�^���� ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��֟0}_���','�O�+�WE��(\Zvl�%`���¢�x�6��n� ','',0,'?'),('kۚ�� #푥s�ePY�','wp-content/plugins/wp-cerber/assets/flags/kn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\Z���%q�$�','�g-)�ASZ�v�Z��-<��.aءU�ن+�','',0,'?'),('k�\'\n+&=��n`�3�','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�N�M8�![��c','O\\�Ű|�~2Zce��L\"�kOM�s�g(�\Z�','',0,'?'),('k�1�~�R�xOj���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gݐ3���}\'fG���','LOY�}<2��8����\Z�s�����_��N�','',0,'?'),('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,'?'),('l7�N��<߳VʦZ�','wp-content/themes/twentytwentyone/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�nu���G-t�\n�1�','��q��3#������Sr�c:w�L�','',0,'?'),('ltvZ��x�]BWh*','wp-includes/wp-includes/js/jquery/ui/draggable.js',0,'��:2��g9�tL�D�','��:2��g9�tL�D�','��Cu�o.t�?�xd�x�CK�6�Ηp_�','',0,'?'),('l\r��l�\0W1�`���','wp-includes/wp-includes/blocks/audio/block.json',0,'�8}(�iC-.�w','�8}(�iC-.�w','�Pp��6��R���{��PeP�Q\r�k7�_?�','',0,'?'),('l=��B�������','wp-includes/wp-includes/ID3/module.audio-video.riff.php',0,'�\"���:\'9���P�','�\"���:\'9���P�','��}\",.~�~��s����U�5�~�`x��P�','',0,'?'),('l/\n�Ԁ�W�ͱ-c�','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d���j�F����3','5���s� ��O>���{��ĩ�2�!�.�1��','',0,'?'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0I����H���pz��','\n�ö\'������%���?��Zyޘ{���','',0,'?'),('lZ�q�#eS%s��7Y�','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����,s\Z���`a','e}��䁸7Y|E:E�ڧ�;�m�*cZ��v�Q\r�','',0,'?'),('l��b�Ɍ�r^z�#','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xݮ�<�N\0.�ܰ��x','#C����?�=�Z�\\N-ev�\Z��w�GU!J��\Z','',0,'?'),('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��h����m�\\�{�','wp-includes/wp-includes/js/dist/core-data.min.js',0,'Th�;��ͯ�|!fE�\"\n','Th�;��ͯ�|!fE�\"\n','��(��o{il�A��� \'�Z�E�I�d/&�','',0,'?'),('l�4�ݨHqʺt���ݖ','wp-includes/wp-includes/js/dist/list-reusable-blocks.js',0,'^��\'}�w����0b','^��\'}�w����0b','��\\o�U0.RoIOqe?�~�`ٰ�E�i�.','',0,'?'),('mD��T�ms���A�}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M��T�[чB��','�����aP����P\0�v?6,�̟An���','',0,'?'),('m;t�<0|x��<�����','wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js',0,'�##�=�F=��\\�v','�##�=�F=��\\�v','��>733hE}���z�[)�e�Z0�ߨ!�$/Ӿ�','',0,'?'),('mA�p�� 1��G�U/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Po�v��`�','�Zu�E-�-߈��������S�C��di5$r','',0,'?'),('mA��Y����Rb|�S�','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�%�M�A�b���Y�','_%������ ��+�g��`���}<���','',0,'?'),('mE���\\�)��o�','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�������<8z�+','�5��bW���O��h���_�_��� I��','',0,'?'),('mY����}ɽ��?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�m�Q4փ��]�','k>jT@���z�����՜.OB�j�0\'��t','',0,'?'),('mx�&L�KQ�M���','wp-content/plugins/wp-cerber/assets/flags/va.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','od�ل�0Bߵ�߽s','�[=�px ��LE�^�4|��~30yx\Z�&�','',0,'?'),('my�4�l�m�Nn��','wp-content/plugins/redirection/locale/json/redirection-sk_SK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zʹ���PDvN���','.Ӯ�k[R���%Xy\Z.I�v�5j�����(','',0,'?'),('m��-\Zm1����w��','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��:�7)�r�ӈ�k',')��jjc�D�߰�%^B���� �&�ٶ�Ƀ�','',0,'?'),('m�y�z̗�܊�W�M','wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('m���S� �6{~��@','wp-includes/wp-includes/widgets/class-wp-widget-archives.php',0,'�POůJ�~�l�.�J','�POůJ�~�l�.�J','�o���`|?�0�5���q����_ !-+}Q�V-�','',0,'?'),('m�\n5e~�Õ�x','wp-includes/wp-includes/blocks/calendar.php',0,'i�����cE8,\n','i�����cE8,\n','�O%�7ܧ�^V�x��n~���\r�8���i.3-','',0,'?'),('m��I.E~p�s�','wp-content/plugins/wp-cerber/assets/flags/gb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o;T��+<��&�','�=���\Z���PͿ���\\ȝ�F�_���\\�','',0,'?'),('m�5F���ɊR�Ƀy�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',0,' �����)<�Q2�İ��',' �����)<�Q2�İ��','Pp�y�C���W7i~��g��`�����','',0,'?'),('nQ��ʒ\'�k��\"%�','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=� ���Tc�vL\n*Ȱ','',0,'?'),('n]�j7<3ISsQ�','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t.E���5G�N\Z�v','(Z�,���Im�Y,·�ԗ��tG��������a','',0,'?'),('n[ X���}�0�','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%ؘ5��a�O�_��','�3½}�߈�6��-������x%�uv�','',0,'?'),('n#�t=�\'����b]{�','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���E��|�h(Zf�','ӣ }�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('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','�;\0��s����$�-','.��.W�P�]�H\r4���L���\\��ٝ6� ','',0,'?'),('nAj+�u��VG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AT)T ��<˹o��','����}��\Z�dv�C��lC\\�{�{�4&[�','',0,'?'),('nU�N�Q6�H�k�','wp-content/plugins/wp-cerber/assets/flags/sx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('nZ/1T:{&^�/n���','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_8��5o�?�','Ƥ�$�30��I��X��C,b���\"0l�N�F','',0,'?'),('n[m��F�-','wp-includes/wp-includes/js/jquery/ui/button.js',0,'� ��.��ȴ�fh~O','� ��.��ȴ�fh~O','Û�.�k(5S�1��!����>�^I t�ȭ���.','',0,'?'),('n[�GO�J]@ԱuY','wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css',0,'AU�L�Y����M��','AU�L�Y����M��','�)�RfZ�����~u3����}\'�?�!>','',0,'?'),('n��Cpp��%�M�','wp-includes/wp-includes/js/thickbox/loadingAnimation.gif',0,'�\"h\r�c���&�','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('n����@��A��F�','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�m�2\Z�.P���','�pA�V��O����i2E�ck�F]Y$SQ�Sl','',0,'?'),('n� T\r�K�E��lf�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php',0,'�@V{R#8�7n�n\n�','�@V{R#8�7n�n\n�','��a�H����Muyw?�h:�B��<=��,##�','',0,'?'),('n����ғ}�D\\\n�','wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php',0,'���dz\'E�n�N��','���dz\'E�n�N��','��l.��M|yc�)�Vr�]�Ak�:Ʃ\"�A','',0,'?'),('n���熰�ebWO�u','wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�RaßC�`\0�UT�','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('nȵ��u:�b��fR�','wp-includes/wp-includes/js/jquery/ui/dialog.min.js',0,']2�z�L!E��,�C\Z',']2�z�L!E��,�C\Z','���|\r�Ce>�/k˪�\"E�0�݀V�L�','',0,'?'),('n�e�����;����<','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���Yp;:���N�','uL;�ީݒ<�sby\r7J�V����5[*ZzK��','',0,'?'),('n�к���v�nj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/M�<ϋ��vk5','�s�q�<��$�wt���Ҫ�kԇ6�KL�','',0,'?'),('n��o�����y���','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�����_�\n\Zt','>��M�,��A���a���k��\0�m,�D��','',0,'?'),('n,�Q���3b��O','wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kn����/���=�','�v�Q�m����� �S-��#Qf��7�l3h}|','',0,'?'),('n���0�9j�v8�\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�s?8f,ؔa��','��ۂ5سq\'ԟ*�.F�Č�կ�ͻ�+\rSI�','',0,'?'),('n��ۗ��vXH)�','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('oܛ���Ik?W�x','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',0,'܇��X%�EWy�m\'��','܇��X%�EWy�m\'��','�|�\rL�ʜэ�|�Ry��6S^�\\��','',0,'?'),('o+��R�D!��. Y','wp-includes/wp-includes/css/dist/editor/editor-styles.min.css',0,'�/Ow�:#��v���\r','�/Ow�:#��v���\r',']��Ɇ���m�{�w��#ߟ^��,n����,>','',0,'?'),('o\'RD-��\0���o��','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Cl�$��r����n<.','��$�M��Ԯ�&���(ᩘs��^ Ϣ*N��','',0,'?'),('o1i�L5���z�$��7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u1��\\�8���;#j-','P����|�l�_���Z��3z<NɧK���','',0,'?'),('oC�\"���Q���t��y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�����%','�4!��H�:�6>�lE��Ec#���a{�A�{','',0,'?'),('oP�c����o�.�r','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rdP�E}u\n/M�A�� ','��#;!��I��.�>�uʍ�SV��m{|�e-','',0,'?'),('oS]�~(��7;�\r�','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʼ�����|���U','��9j�Z�-�T�(�(�kC�����r�uS�','',0,'?'),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('oq8��s<`�ӵ)w�:','wp-includes/wp-includes/Text/Diff/Engine/shell.php',0,'��S�����?��z&','��S�����?��z&','�=5��:Pu\'pM�N[�9^�m>z@','',0,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rW�+�`Akæ�V r','U���mְ�E2�e�Io�#�z^aŁ���$G�','',0,'?'),('o�j̄��C-#|E�','wp-content/plugins/wp-cerber/assets/flags/ag.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g(4e���j52^G','��2�M�`O���?iX�e�B�q����x��','',0,'?'),('o��z`�7�u��K�$Q','wp-includes/wp-includes/error-protection.php',0,'?5�p��.9�;F�ܧ�','?5�p��.9�;F�ܧ�','֦ �7S�\Z�\\��cdLb|o�1��Y�ã��:','',0,'?'),('o�jĎNA�ħ�Q��E','wp-includes/wp-includes/js/customize-loader.min.js',0,'�-�����#�5&*�o�','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F�S)8�׆>]�','',0,'?'),('o�w*�\nΛGҜ�]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('o�%�+p\'idVQ�(>�','wp-includes/wp-includes/Requests/Exception/HTTP/415.php',0,'X��Tb�̮�JU�','X��Tb�̮�JU�','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('o��/�������%','wp-includes/wp-includes/js/dist/is-shallow-equal.js',0,'��� �\n�f@�!릶','��� �\n�f@�!릶','wNT(��`x܌�P�C��1Ow�b�]��ъ�','',0,'?'),('o�x�jL<J����Ī?','wp-includes/wp-includes/js/tinymce/license.txt',0,'o�����x:�`����','o�����x:�`����','Y��#wO�g^\'�b��:�^� =跨|��','',0,'?'),('o㮚-�;?X:��pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ьWe=]!B��','��\'ߵ���3�M؞Ø��5���c�o�M�U�%','',0,'?'),('o���Y��څ��X�','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7� ��(�˿!�\Z7�','Bx�0%Ly�6���!��X\\z/<�n�6=\ZW�','',0,'?'),('o�[��n3u��ʹ�P5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O+�٢���%ڦS�','Y�*7:��!ȡ˦�Ak}���w��2��Z1','',0,'?'),('p��7u�L�_{2Û�','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���\\O��Љ/�Hp%','�N��B\0�!8\r���o? �)E�C>��','',0,'?'),('p�?وU���\0','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�}�$c�{G�(�P','��H�M�c�6�v�H�@�EmO2\'5�n�ҬX��','',0,'?'),('p{\r�� �%>/�Z��:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|�&vfƲ~��','�i\"��m�$�PyM����d�� ���S�','',0,'?'),('p:�,�`OlL�(�A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�~�H���7�<�B��','\0!�F�E���KP��7�0��\n;6�}��$','',0,'?'),('pB���e�Gߴ^���R�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)/4;�$۔�ެvi\\','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('pUy�a �b��va�;�8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('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,'?'),('pj�U��̃�ز���','wp-content/plugins/redirection/models/redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rfG\ng>B�.��dF�','\Z1rm�r��o���XE�<Ѹ�,w�G\'��\\','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�;|N.��S_d�?','S5�g���*����r����x�{��&','',0,'?'),('p��4L_�t+?M��t','wp-includes/wp-includes/class-wp-user-request.php',0,'w�?�v��\\����$','w�?�v��\\����$','z����.t(���C�o��� ���tV�','',0,'?'),('p��\\*e�\n\rψ��','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�83�?w�����W','\r.l]\\) Z�q���p�]_^�u����J\n�%�','',0,'?'),('p̓0�2@��PF�tk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:h3�>��a ݑ�4~','E�q����Tg��O>F-��O�(�IƚZ��z','',0,'?'),('p�}G��J��$��x','wp-includes/block-supports/align.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v(\0����1�i�`','��=o�.�k�4�Ŋ*�P\\������[�','',0,'?'),('p��u�w��S�ɴ0�','wp-content/plugins/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��t�5\0���P��w','f��s�� u�c����~���0b����I�&5)','',0,'?'),('qqC��$�����@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u3�^1!��Gѩ}:�L','8^!c�$u��w�y��)�+ &�&���<�','',0,'?'),('qs��A�t���d�\\','wp-includes/js/dist/warning.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@AUV����x��\0�','%|�l��U}}�@~�\\<��#��x�9�a\n��','',0,'?'),('q\"�co���>�2Rh�]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��)��yf��t���','���!��������g|:ڧq�*օxɚI�t� ','',0,'?'),('q\'̓�|6��um����','wp-includes/wp-includes/https-migration.php',0,'�s9�4W#2��!H�߾�','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('qJ|�Ц����K��aX','wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js',0,' %>�)���;��',' %>�)���;��','F��S�[k���&�f� 6+�b�>��','',0,'?'),('qL���I�Lc�','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����}f/c�nx5','�k�������ޙ(Z��t�M\0��;�t\r','',0,'?'),('qgژ��57�3�J: ','wp-includes/wp-includes/css/dist/block-library/theme-rtl.css',0,'���Ԝ����p1l�','���Ԝ����p1l�','\ns�:���$�}K���%\rr�hM��Ap\r��','',0,'?'),('qh�665�y|�=�?S ','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('q��f���EH�7�d�','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���Ey��,��~','��t>\'�\"A�ˊ�� �QN��\Z�gH��','',0,'?'),('q�^�YD�t;ELN��\n','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('q�s���ƞ�ù��','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!�Й�~L�C��','֓�2ǟ��lq�~�<%Z����g����','',0,'?'),('q��F~IfD�ө� xZf','wp-content/plugins/wordfence/css/diff.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀g �� �$���`r�Q','��$��hEJ^54<$�ӭYc����&','',0,'?'),('q����R+�q�\Z�2�','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�):����sL?&��','�I��R=E\Z��`֚m٪�p\Zt~�#�`I��','',0,'?'),('q�0\\y*3�Q�>vJ�','wp-content/plugins/wp-cerber/assets/flags/tw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ښ��� .�;���X','U��Ӥ�SQ���{�5�𐮆c-y��','',0,'?'),('q�0���������5','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5O&?��E� ��%','^%%�hT��,�����k2�Ȯn=n%:��','',0,'?'),('q��5@�*=�&��\\X�','wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��!�ȍ��4Q��X#','��չ%-�^�q��U�q�M��eY���','',0,'?'),('q�$\'6�e��-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nb�x ��BC��?���\Z','��e��C8�&\r����h\r��2w�(^Й�V\0','',0,'?'),('r[��s2<�����u','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g<Q�P�;�z��[Ѩɹ','����j�Qo���<>�\n��Y�����g1�b','',0,'?'),('r��h��v��Lk/��','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q#��ԑ��\Z;f��','��3PJݎ��Y��b�GqA��8o:?��>�','',0,'?'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('r:��U�j�3N��6��','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',0,'���DBSq&a��_�%','���DBSq&a��_�%','�2��C���Zh+�̴���\'�H��p�H�r','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����mx�f�4 \"','���H&�(hn�U�-z$���&��Egj[�M�','',0,'?'),('rK�<v�?�y��43z@','wp-includes/wp-includes/blocks/rss/block.json',0,'_Fɠm(��nJ��ZEG','_Fɠm(��nJ��ZEG','�S�5��X��9������mOX�>s��l��','',0,'?'),('r_��YrL�8�;��8E','wp-content/plugins/wp-cerber/assets/flags/ua.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V i��#Ʉ\r','�۽����,jI�7=3I�\0������\"�M7H','',0,'?'),('rd�%�NϱjU\0��Fm�','wp-includes/wp-includes/Requests/IPv6.php',0,'��K�N���knT�','��K�N���knT�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('re��\'۷�11d��8�','wp-content/themes/twentytwentyone/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b/��RפH�{V���','2@:Uo�+�UJ7���˄�&yS���c�j��','',0,'?'),('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�pEf1�Ln��!y���','',0,'?'),('rt�Ig[��;���?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV�N�ck0�}/�Ճ�','n�K��kZ�� ���� N$ � EК���e�$','',0,'?'),('rz\0rݡ�\"f/�AKI','wp-includes/wp-includes/js/mediaelement/mejs-controls.png',0,'�.۷Z#e0�<�l���','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('r��)����d��RD�2','wp-content/plugins/wordfence/js/wfdashboard.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Խ�P����`�{i�','=P�z�r���!�?w\Z�/d!��LӪ��1!�','',0,'?'),('r��,e���������','wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js',0,'��KaJ�d���J\'^','��KaJ�d���J\'^','_��q�x#�_�\0��<�J�c��~�ұ�ǫ','',0,'?'),('r�(n՞���j��b\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҋ$����(����','���sݝ���&��գʆ#�_�`�X','',0,'?'),('r��O�r\0�C<o�b#�j','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�ҵ�F��K�K��$��','���w�U��*S�������0ϙ�P7z�','',0,'?'),('r��9��;j��|','wp-includes/wp-includes/js/dist/dom.min.js',0,'���k��\"���MM�','���k��\"���MM�','D�I�&�\"�H��-���Q࣋�Fzֱ�ev�','',0,'?'),('r�\n�����s�','wp-includes/wp-includes/sodium_compat/lib/namespaced.php',0,'01����vnG��\r�','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('r�����q�/4g��B�','wp-includes/wp-includes/images/w-logo-blue-white-bg.png',0,'\0�Ȉk�|�Ѽ���','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('r�3�e\\��,S�q','wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��C��ie�4���','�8r�ƻ�Iz�R��1L��u?-����','',0,'?'),('r�_�/��HG=�%�<�','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s�H��ّ;[��� s','��8`9ڰn�-.� H�Dp��k+�γ��bI','',0,'?'),('r�)�����e�l�','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',0,'?'),('r��\n��b��#��','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���f�}��E\\','E�:�#��P�c;�&��T�$G@�\Zrp�J�iR','',0,'?'),('r�7��/y*�aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٥r��zż��S�5�','D{%WQ����Ȱ2����-\\�����l','',0,'?'),('s&�繗�DCl�s�H','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������!�<�9�Ӫ','��:̶&E �\0@ؼ�k�P� �n2R�I�','',0,'?'),('s�As�Y����D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����Co���>~�','#�~���6��˞45���LW���V��^�','',0,'?'),('sjt�\n�V�� ��(','wp-includes/wp-includes/js/wp-emoji.min.js',0,'+g�D>�w�f�م*�D','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('s��[B����lE���','wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js',0,'�*NȒmQ������','�*NȒmQ������','�`3�cYQ����9Wޭ#l���p�S+G��4','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x[ʦ�]��M ��','Y�g_��~��\"��%��ٍ���[#u�دv�','',0,'?'),('s��(:ӣ$������\r','wp-content/themes/twentynineteen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�x̣���ۍJ��','�����X�e�����M�<!K��\0��ᆧ','',0,'?'),('s�]��P�f���\n','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�+<����>3���K','w�0�̃�|^�;�Ym����n�L��i2��4�','',0,'?'),('s�uĸ��_��Rv4','wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js',0,'�J����p�°�5Q�','�J����p�°�5Q�','�]Ī����P�M@�Q\n�\\�t�A�w.D��g','',0,'?'),('s����Y�\'�N|��)','wp-includes/wp-includes/js/jquery/jquery.min.js',0,'�� 3i��7�L�1�<','�� 3i��7�L�1�<','�s��)=\'�5r����l�}�<�(v\'ܘl�x\Z','',0,'?'),('sՉ���m����LV�3�','wp-includes/wp-includes/js/dist/vendor/react.js',0,'��d:�K��D��,$','��d:�K��D��,$',';���\Z��w7��:���[�ܧ/�8��_�@]','',0,'?'),('s�ŏU\'���e@�d�','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ғ:�K�[�Iw\\��g�','`e�� �n��O���JM�%�N�hA�{gh�f','',0,'?'),('s��4�����R�X>O�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('s��˱�Y*u���O�','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*q��BIt�ӟA<\"','6qQ���`�d!cf��.�Bxq','',0,'?'),('s���*TV�1�oE','wp-includes/js/jquery/ui/effect-blind.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{5���%�ko','��0ʟ\0`rz){쥵3�[��[q[��ٵ','',0,'?'),('s�C4M�*��*B�)�','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB���v��}�d~�','�72�4����.���ҷCŧ�Z���;7Fr�b','',0,'?'),('t\r�[��Ձ9*5W�b��','wp-includes/block-patterns/text-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�ۆe���9���!>','bP9���ޤyP���g��\"��Ę��\"V�','',0,'?'),('t�{*��aM��r̎','wp-content/plugins/wp-cerber/assets/flags/tt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wp}y����œ�_.�','D�qY\'�?t���}�u���t!��_r^��','',0,'?'),('t/�����Ji6WX��','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('t/���4�YK@����gm','wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',0,'Q�$������42��','Q�$������42��','\"WV����ь�� /�J4J@��Hq�Gж�','',0,'?'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ct��ݦq�CI','�T�xY�q���*��sP�J�ƶ.���+ʩ�Z','',0,'?'),('t8����p�̋�z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('tFS}m��JT�`@��-','wp-includes/wp-includes/js/media-models.min.js',0,'Ӷsj�~�MP����+','Ӷsj�~�MP����+','���7��}Z��9��ڜ<r���kV~��','',0,'?'),('tI������Ay�i�','wp-content/plugins/redirection/locale/json/redirection-da_DK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=gwpe&��D','�b?C5�J�q����1w�ƌ�C���N�_��','',0,'?'),('tU�/Ds�Iڤ�st�','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�L�A��`�2ڴ�Hd','O���f����s����0B��9��Z_��2','',0,'?'),('t[[�=�6u7;Y��T�','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[���lAc4�f���','ƺ�>�y�.~yK�^�)*f�����6F�','',0,'?'),('tm6ۗ�q���.��=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bq�9���\ngI�+','�(���%�$CkO\r����=0�d[qˡ�','',0,'?'),('tm�\n��GO \'�\Z','wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����IJi��\r���','�P��<\n��+�q� ��NJ�+��s���b���','',0,'?'),('t�����.�Õ�81�','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',0,'?'),('t�����#���~�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,'��Hx+�07��`�}�','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('u�6��4E~�:��','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VF���{N �\'G','�fX��RZ�|:O�b��=f�[y���5 ~ ','',0,'?'),('utC�f��IP����','wp-includes/wp-includes/class-walker-category.php',0,')��2�G�E����;H�',')��2�G�E����;H�','GJ8������Y<1Q{<�5�C���[�V��z','',0,'?'),('u�Z�X9���N �ː','wp-includes/wp-includes/ID3/module.audio-video.quicktime.php',0,'�Ր��%���3/�*','�Ր��%���3/�*','Z{��[�W�ڤ�ʑ\nM%9I5+�$3�@^�','',0,'?'),('u�T�ڃ�@.W�2|4','wp-includes/wp-includes/class-wp-image-editor-imagick.php',0,'�U��--�� �2��6','�U��--�� �2��6','\0\\��0*���%Qݯ�O��^��8��G�z','',0,'?'),('u!��+��\Z����','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.*h�`|,{���mg','�Yj�q��O�L����1����v��|�b�}|U','',0,'?'),('uK˒2(_u��B\r���','wp-includes/wp-includes/js/jquery/jquery-migrate.js',0,'�\0�6��?ٳ��t�\r','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('ue�,\"\n �h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`��oi�`Hx���C','���d�pe܊&�������������s-�','',0,'?'),('u����[������D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��:o;J��\n���b','[d�%>��[�l�����[�,0o_IX>ڦ2�','',0,'?'),('u��I5q�#��,>�','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɱ�\rA2���e','ʟ�]b���F��ң���^�Ex��D�','',0,'?'),('u��3!pA�f�)R�M�','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�vQ8_�$�?��','<��A0�6kJX\nvA/��%O�-v_���\'p�A@ئ','',0,'?'),('u�m-O��\'ߝ�]�#','wp-includes/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HDf��ae���z��R','㶜\\��L>L�N-@G\'��tmG��i��kR߮g\0','',0,'?'),('u�@@�� �����N6','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',0,'�E��ƀk�vk��\r','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN �','',0,'?'),('u�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����&�','�Θ�4��C�w@�Xdo��N=w���<~o�','',0,'?'),('u�:�z�2�DQ��4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',0,'?'),('v�)F��~q���?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZE)�-0�M�;���h','2ꦢ�3l\'k��c�{�=ߺ��$[��&Of��','',0,'?'),('vK;@�s�aU1;� ^�','wp-config.php',0,'1ln�ұ��8�:T\r','1ln�ұ��8�:T\r','bh� ��d{�i+�V�t.Nf�tс*�����','',0,'?'),('vLM�.f���%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�V+=?k�\r���','_����x:�nOsO�:d�\'\0�N=���k�','',0,'?'),('vM�m*&Z�`\'/b�+','wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('vY���a�?��\\h�} 7','wp-includes/wp-includes/ID3/getid3.lib.php',0,'CPb$M6̟��ҁ�','CPb$M6̟��ҁ�','\"\Z^�,8>K����@��湅����l��|AF��','',0,'?'),('ve\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('vw��@�H��z�F�','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UjA�ڦYq�u�� ','���\"G\n��ڔ���Mh�Q�2��l�\'�ܵ�','',0,'?'),('v}P�`~��|$�7�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��2�<9Ѿ�_J�','�xSh���IcU9�X�<FfjT\'h�چ��D�','',0,'?'),('v~��c��hTxI�����','wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js',0,'���s�/�q��','���s�/�q��','����T����s���%���S�Z������','',0,'?'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�L\0�4Wd�n�tG��','X\\�m��ؓ�>^\'�_4У��4ԗ����uV0','',0,'?'),('v��ޣ�R�','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('v�����v̞e�tѿ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Oa��Y�?ai�0@6','\r�L&ބ��\0�}����mu�LJ���i..5G��l','',0,'?'),('vâ,\\�+Q�����֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OS�GfK罚�8��]','�d�x���k3r��ްVNĪ�e��t��-�����','',0,'?'),('v���DQ�~�1��X[3','wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js',0,'t��|�eɤs^�Q�','t��|�eɤs^�Q�','���f��i7� �L�:��r;�8\"�h<s�P�','',0,'?'),('v�G�.�g�A��#�r�','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�l�>r�]�lW��x','�V:�h���#ȆBT�5i\0�?��c�Bc���','',0,'?'),('v�@<w�m&���6�','wp-includes/wp-includes/css/dashicons.min.css',0,'֍k����U�о�3�','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',0,'?'),('v���4�|>�<����','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������8��B#','���{)�\"�;?�ϙXGDI�RD?K@^X���P','',0,'?'),('v�����rԋ��a�','wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js',0,'B7�I1�0�����d�','B7�I1�0�����d�','���\'З��/!\Z�a!�~�)��1D��','',0,'?'),('v�{#��l��b\0}��B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��l� ճ=���}�','����40Y0ĽH��8���{V�7(@��0','',0,'?'),('v�Ҹ);�D��~J\"�q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Њn=i���f���5]','�5\\�\'=\'�*m%,�kC!<���2�m=�','',0,'?'),('wu�l|��p��Q','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CGs|I�\"�~�}}c','#��ð�|�d�L��W���kY�W�](�y;�','',0,'?'),('w!� -!{0�\'�\\�Z','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',0,'t�r�I���bw\'-7�','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('wDI��-E��I�l�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��%�a;B3>|CX��','B;,�y��_�:�$������E5��B0��\0','',0,'?'),('wDZ/�I�E�20y ק','wp-content/plugins/wp-cerber/assets/flags/pf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����\'�>�Gx��:�',' �5�C����}Z��;�T��q,H-�˻�','',0,'?'),('wQ�=IY�\\���rbF�','wp-content/plugins/redirection/locale/redirection-ar_AR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oe�N�R{�����6Ӥ','G�V��Bg�x��f�_�>�{$�d*$�����','',0,'?'),('we��j�Z�q�I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�,�����Eڎ�;','5+�S�sY>%�r9�7�5[I�=�`<2M��','',0,'?'),('wz�W�%*��5R;r','wp-includes/wp-includes/js/media-editor.min.js',0,'Sq��a:�_::ΗF�.','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',0,'?'),('w~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','E�dǀ�I�_��` qT','+�Jg����[PV\'��1e~�\n?��K��]x�','',0,'?'),('w��p��j@~\n\ndh�','wp-content/plugins/redirection/locale/json/redirection-el_GR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�U�����a� ŕ','M��1���r_�(�$�u4�Z{J�Ew*c��`','',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�S����@��U��','wp-content/plugins/redirection/locale/redirection-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��\0�� ����6��','lQga�Iz�!�˫N�Xv��E�o��z��','',0,'?'),('wË���9/,+1��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�� �Z8�t\"','avxu��흶j��=�I�S��D{����!','',0,'?'),('w�\0qI��qgI��xz�','wp-includes/wp-includes/Requests/Exception/HTTP/401.php',0,';*������?�d��@',';*������?�d��@','YV$���/���@=������V-��dc�','',0,'?'),('w������:}V��P','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�Wi,>�z�','4��3ײ>b/?�Rx��ʚ?;��Z��7�R�','',0,'?'),('x G!N�$�.�d�Tb�','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('x9@^6��ߑ��o��','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QD�h�4�����','���O��eVT`N6bqIO7�M\n���^�8','',0,'?'),('xLKx ��2��Is�!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�U������CB\"','��)M���쩂tU��δ�Ԫ���F.�','',0,'?'),('xP�ފTX�����?','wp-includes/wp-includes/theme-compat/header.php',0,'�s��<w�!��1','�s��<w�!��1','q�2�յ��Ϣ>r�7Nj�� D�^��A5\r','',0,'?'),('xV�Z���]�B�B�ya','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php',0,'�&a���1��5b}1','�&a���1��5b}1','�kZ���`��*5Yu�
�WB�-4Y?�{̯�','',0,'?'),('xV�M��>�n�{O�ǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I,0�`�-=�OxH��','Ⰱm�Wka���2��Sj�>����\"�w�<','',0,'?'),('xy�!��q�)�.ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m����͟��r�� 9','; �_�Y���t�7K��s��mC��\r����o','',0,'?'),('x�qly��(��:�V�5','wp-includes/wp-includes/class-wp-xmlrpc-server.php',0,'1�.d��\rZ�D�6','1�.d��\rZ�D�6','���f���ɝq?��pRv�u�Ȣ�','',0,'?'),('x�C���\"h&_�\0ۣ��','wp-includes/wp-includes/class-wp-http-requests-response.php',0,'�O�TP^��rbb!d�','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',0,'?'),('x�^m�]̲�/��L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҹ�h�4q�paT0��','̡��pr\n��Y���aZ|�i�S��,��/��','',0,'?'),('x��\\��\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','\0S菲V��K<�)\0�','�4���\"�t����0���4@�[����','',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��n�8I�Y���1�','wp-content/themes/twentynineteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6��7������p','����X��:*�N�Y�/���\"�d�[Ï��','',0,'?'),('x덂��@}Y��i�+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ώ�@�/@M�m�N�','�xM��\'Ȥ��=�ڷ�?$�S,Fy���֥','',0,'?'),('x�z#�]�r�u?0��O�','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���g`ɸ:ڕ^','���F/Q�H\0���^l 0�BΓի6S@Ph�','',0,'?'),('y���1��-�/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��09\r�ɘa�d���P','F*O�Оq^�l��gz���,I?�b�R�]K�ֳE','',0,'?'),('y&E�zݜ�Z�yڲ','wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9A��l���%<�C','����{�Tg�}�E��^�[�Fe�.�','',0,'?'),('y52�m�\0�l�\"�e','wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����A�<_\r^،','-өw�r��\n�ϸ�`�g-7�����.�c�?�','',0,'?'),('yA��0���Xz(��\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#D�\"5.�(���5��','Pe�Z\nG=�<����B3��\n\r٘�<��ׅ��','',0,'?'),('yC��\\9G^�h�','wp-includes/wp-includes/post-template.php',0,'a^E�@�p�\'��?�','a^E�@�p�\'��?�','N�O�[wȐ�� ��&Ќ�!P��Qe��s','',0,'?'),('yO�\0yj�eB\nVp��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN �','',0,'?'),('ye�*�B��[����','wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php',0,'\rV�N�ck0�}/�Ճ�','\rV�N�ck0�}/�Ճ�','n�K��kZ�� ���� N$ � EК���e�$','',0,'?'),('y��\n�,\nC�|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��`�`b�=E�\"','䖌B�%�\'�M�9F���4\n��4yө�\n','',0,'?'),('y��9 1v.`F2��','wp-includes/wp-includes/js/swfobject.js',0,'���,�I}p�e~2�q�','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('y���E�a��:�[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�n��}%�3t�','���B-�[i<��6J�Zu*3��Q�q�xL\0','',0,'?'),('y�&�eW�K6�]��H�','wp-content/plugins/wp-cerber/assets/flags/br.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ն=Xo�#','�l�YC��#�fݽ�\Z\'4�� fk>�χO��}','',0,'?'),('y�5�7!�g��� ','wp-content/themes/twentynineteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uܥ�֭�=�\\�M��U�','��0]L\0��W����=,�[��}|����\\�','',0,'?'),('y��l`����c�ˊ٣','wp-includes/wp-includes/Requests/Exception/HTTP/428.php',0,'���i�B��}�^�t*','���i�B��}�^�t*','C�O�W%���tߏ�Y�|��&�0�V�\\�','',0,'?'),('y���G�\\`��MR�','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�s7S`�G���UI�','�i�\"ă�;]���HY��;z�,n����P^Z[\'J�','',0,'?'),('y�\"�jY\0u���<c','wp-content/plugins/wp-cerber/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�c$Koʛd\\\ni�7�','���h�\"��y��K\'� <�v�mZ9Qg�','',0,'?'),('y�\\���.J.�=�ou','wp-includes/wp-includes/template.php',0,'^��f?Yk�EЉ��+V','^��f?Yk�EЉ��+V','a�+) �h=���%d�D�\Z/��BA��j\\�n','',0,'?'),('y�7�\Zݦ5qSgE*�*','wp-content/plugins/redirection/locale/json/redirection-uk.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','﷼L�a\Z� ��','�`��`=�k�?�v�Դ�hK�&�֩����','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ss#V����͓h�C�','XDx�ޭ7豽Hs�E��k]����\Z���i\'��','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z1o*�{��� �z','wp-includes/wp-includes/css/dist/block-library/common.css',0,'QD�����B+|lH��','QD�����B+|lH��','������\n(�c�CF���T�)I�� V+�','',0,'?'),('z;j2WD�6��[�V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3��mi䙶�&�','�����U�?6RA鲣�����R�)b�n8�','',0,'?'),('z@���z�[P�ѐ�','wp-content/plugins/wp-cerber/assets/flags/rw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ľ�C��6���ޯ�L�','y\n<P�^5z��g�\\\"�f\\�S�p8��1s','',0,'?'),('z]��Őx�\'!*[,��','wp-content/plugins/wp-cerber/assets/flags/ar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IauKc� ���io1','R�2�$��͗�[��G`�d�;TC\0ԙ���U','',0,'?'),('z`�6P\'&%�\\�f��','wp-includes/wp-includes/Text/Diff/Engine/string.php',0,':��=�M��\0��i)',':��=�M��\0��i)','����d��[�%�nZR��`������','',0,'?'),('zo��ܲ�~��b','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q>�<�H[AYܝ\n���','��{p2�J�+-��%�.�G#�rpE�]>���','',0,'?'),('z��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','���A�\'< �<��','_�$g��^풦͑M�b{ �L�[ļ^�S�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�5�*\ZADZCk��j��','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uO�{:qcV��\'','� at��v��dQ��0(�Ij�Ɩ�O��$e(*','',0,'?'),('z���L��5 g5�Ď�','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('z����8 L�{��q','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8���l&��\0G�c',',�� �ۗ*u�K\\����A����������wD�','',0,'?'),('z��Q<��\'��U~�R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',0,'?'),('z����JX�w{!\rF���','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"������ґ�-щ','.��7j3?̶��·?��2U�E�.�G�W','',0,'?'),('zۗ�`�瀃��1\0','wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',0,'?'),('{\n���R�o��R=\'g�','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��P�N��P�','H+T9���h�m�)L���(��u�Z^dH�','',0,'?'),('{��=2���?l�����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pg���!��/�՝','�, X6�!צ6�H�%�=98�`�y��nj�-','',0,'?'),('{�\r�Yg���C�Kg','wp-includes/wp-includes/post-formats.php',0,'�h�%�J|,%Fś@','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('{N���2�Q�u��= �','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��b~�@�u�ˏJ��','��\Z��dc\\fu�5���=q�אEc���I�a�','',0,'?'),('{3�\"�K$��3���έ','wp-includes/wp-includes/IXR/class-IXR-clientmulticall.php',0,'�H���q�g��l�t','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h� o�\\`��Y��','',0,'?'),('{=ا�{��\no}]v�','wp-content/plugins/wp-cerber/assets/flags/sa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]pڌE�YYz�ٶ','�����0��{A�3�HX�~��z��\nT�','',0,'?'),('{[�/����ڑ��','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���X�\'��]2�!','����~�X\0I��8�w,��NÃ�}v7��C','',0,'?'),('{o��/�o�h9�a��','wp-content/plugins/wp-cerber/assets/flags/ve.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���^ٔwX�c�','Z��\\[.�M���q��2]l�AL��Jf���C','',0,'?'),('{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','� ��WA�k�<�)��','OX(Hnj�uKzBj���FY��˳�P\\n�lM��','',0,'?'),('{t�E~��P�A�1��','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P9�6�Z3\'2���>','�v�t&�����h3�C���9)�L��9Ub�Ki','',0,'?'),('{y\"�ҵ��ݩ�{���','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǯ ��f/,d%eU�','�Q��;����\Z�4o_�{����\nϠ�q\"Q�r','',0,'?'),('{�����K�����rN','wp-content/plugins/redirection/locale/redirection-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0 vы�};u�@v','�a��3�~�*��\ZZ�@˚�� �%V7Z�u,%n8','',0,'?'),('{�j�ɏ|n� ^<�WH�','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n����n��L�6\r�k','Q9��1�9�ĵ��j1���g�9�\"*h+ۥ-n','',0,'?'),('{�)�4e4p:�fW�','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�Xz�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',0,'?'),('{�4�O;{\'$2dț�O','wp-content/themes/twentytwenty/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y)G�.�\'','5H?%��)�JzI<Y�6�WJ2�I���d�','',0,'?'),('{�@�\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,'?'),('{�1�9�+sh���','wp-content/plugins/wp-cerber/assets/flags/gp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CG_t?���9�rK','��hd0)m�3�a�ͱQ�D�V�����}�','',0,'?'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z2�j��(=iSM�IV�','\Z�/������\'\\��.�� 7�����3','',0,'?'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('{���?���\r��\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\\2���}�G�i;O','T�N�~��-�@��N��̞V�\\��(u$��','',0,'?'),('|j��x7�(Q}�0�\'�','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����~FՕ��','H,=�!B�=�?��Op`K˄�`�^�y!���','',0,'?'),('|\rl?D_�m�d� Y�x','wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&D�_F#�I!���','�R��g����[>{��e�\n�ژx�1��R�','',0,'?'),('|-����z��-�','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xh�v�iy��.��','C~S����|��8R�wK@�_�J��m�','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|1��QA�����E�`1','wp-admin/css/press-this-editor.min.css',0,'G\n��6x9��97t�','G\n��6x9��97t�','T*�Y��n�Zv.\r���_�\"��\n�)j��e','',0,'?'),('|N!�;x�N&�g��m�','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G9�Fm�qQ��','J�6�%V��\"�\rK�yɳ�h���8�N�����F','',0,'?'),('|\\~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,'?'),('|l�+F��#ڟ�����','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�?�v��\\����$','z����.t(���C�o��� ���tV�','',0,'?'),('|�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','�\Z�*�Q�U<l ��','��~+���>R`�i!�)2����G���','',0,'?'),('|��\\w�4�ѸQj���','wp-includes/wp-includes/images/crystal/video.png',0,'���l��ڤ�;�=','���l��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',0,'?'),('|�� �4�x�\\��M�n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D&fAД��E��~','{���h;[�5��0` Vz��Kd�����^,h�','',0,'?'),('|���͉5l����$��]','wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js',0,'�B�\n�4�\\��0�=','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('|����f�lG��P�.','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"W:]��`A\"e�:�Ս','�&�?�~����ur��4�Ў�[����z^','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��Gy�d�7?��_�','�3�7!��|�����%�e��k�6XL','',0,'?'),('|��,��Q����w�[','wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js',0,'���*Bz��L��','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('|��Y�>�� �Ɔ�','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�!\'ljP��^kI��','�5:���q��φR_\\y���h�\rLIl���','',0,'?'),('}ĉ=�t�����','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���\\����CDr�','-��N������7~@�}�_�=���V�_@A�','',0,'?'),('})��V�7�]wc���','wp-includes/wp-includes/js/wp-custom-header.js',0,'+,�!�ڊLӺ~ν7�','+,�!�ڊLӺ~ν7�','��E�zk;3K�*X$���i���q��n��','',0,'?'),('}.�s�ؠ<B ��s','wp-includes/wp-includes/SimplePie/Exception.php',0,'逗z�qŔ��/��','逗z�qŔ��/��','_pe�NO�/�*�mv��ȿ�n6*��zo��n�','',0,'?'),('}C�B��-u�H�}�','wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',0,'3°�\nᄷ�\0�a��','3°�\nᄷ�\0�a��','` \\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('}L;��],����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,(�[�\0�b��۪��z','�)�Y|\nA0a���\r�%in���ߞkMjC\'��','',0,'?'),('}N�1�K�\n�S�0\0�','wp-includes/wp-includes/blocks/block.php',0,'��i8��X�3����cTD','��i8��X�3����cTD','�J���$_�F�$o�����{�fC�~L�3��<','',0,'?'),('}O� !ٶ]�O�O[�','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��veY�\Z��f�','�B��tٯ�@�^���5��N���XȆ<','',0,'?'),('}\\�5�\r��$�l�W���','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��D��B�aB�*','$Y�Xx��93%��ftC0y�,�^���\n','',0,'?'),('}]�v�b�Z~n��:��','wp-includes/wp-includes/Requests/Exception/HTTP/501.php',0,'eڸ04�-?��ב�5','eڸ04�-?��ב�5','�k�G寲�\nCD#�6�u\Z�քEڣ@K1','',0,'?'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6����� B��4�6','',0,'?'),('}�7 ޘ�DHD�Pl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\���S8�X�`Yt','5\n֚�8��q�W��@��C�HҘ���\\eg','',0,'?'),('}��Nտo�p�ꛥ!','wp-includes/wp-includes/js/thickbox/thickbox.css',0,'7��P�R�n�,(�f�','7��P�R�n�,(�f�','M�ߍ��V�_�^����ol\'\0��qYL�̘)���','',0,'?'),('}�HJ�1�%�`��','wp-content/themes/twentytwenty/template-parts/modal-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#g��:�N6Ȱ\\qW','�� ^+z:%,��1z�(�\Z�\'|��T�9��J','',0,'?'),('}�l}%CK�c}�NH��\Z','wp-content/plugins/wp-cerber/assets/flags/gr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\0�$��*0B�֏*�','����,DZ��W?������l�G��k��Qq','',0,'?'),('}�Ȑ�\\L��`���i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GؐV%�P_��շ�','�I>��a�*R8?�)�p1�U͔�?2�=o��','',0,'?'),('}����=\"$�x���','wp-content/plugins/wp-cerber/assets/flags/si.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E����z|9�','��ո����� +���}x͐�侟�?#���','',0,'?'),('}���{RҢ���\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f\n��G8��','��/�R�5ڍC,�i�K�f�}���\\4/\0��','',0,'?'),('~Ⱦ/�m�ր�!��','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e4�/����','p�f*�p�m$�F���tw��F��x?�.','',0,'?'),('~��\\��_b�$�-��!','wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',0,'?'),('~ A�@�[�����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�@�C�U�h�R~\\:','�^\Z�g�(�p(\n��!\"�ͭBy�E\"3;σ�','',0,'?'),('~79�h�g$+�=���\\0','wp-admin/js/bookmarklet.min.js',0,'����S��o�s�<�L','����S��o�s�<�L','ೄ���\"-d�J������ի U�{����','',0,'?'),('~?�J�I�b*�e�C','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN������','�6��&?�5��?s�qGM`P;','',0,'?'),('~A�H�g��KT��','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:��R�K�ro�H2z','9yԆ&/AX�H�i{b���7f���rw���=m','',0,'?'),('~F��㫎>dy��j�','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('~V��Xa]�7p�|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1$�%�:��I�:��','P댭���t\\V�ܛ&��T���\Zݝ�^6�','',0,'?'),('~i�I�;ݭ]�A��S','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54��⓿�`�����','D��Oo;o�O]+�\0���5�]/\"�&�Q�','',0,'?'),('~q�IP�I���r��','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-\\�d��oG��\n��2','Sa)����ʗn&B��V�~��11�\'w�(','',0,'?'),('~}�{ ��>D�}�<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�3�;�7��v:�P���','JlA��Z��q��F�v�<3�I^��k�','',0,'?'),('~��ReOX�f2��`�','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;@A��[�oh�́F�','Bms������AKE)(|-�c����ϡ�|��d','',0,'?'),('~���v[�}�����','wp-includes/wp-includes/Requests/Exception/HTTP/404.php',0,'��c�Y\0�ys��<M','��c�Y\0�ys��<M','��-!V��>d�*jP�F� �;QƵ��N1aG�(','',0,'?'),('~�x�J�U_<m����n','wp-includes/wp-includes/js/tinymce/utils/editable_selects.js',0,'�J��q2��I\'�J�9�E','�J��q2��I\'�J�9�E','�v��Gjs��f�� e�d�&�g��+���','',0,'?'),('~��`�Wj��|iLI=��','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�jq�@�hD�)��r','�h����o3U� ��~���n6��>i~�M#','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',0,'�S�Ӌ���h��1����','�S�Ӌ���h��1����','ꐐd`�4�� �\\X��L�u��$dž��Ũdb','',0,'?'),('~�Ӹbc��\Z$�@$��*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*������mI','E��\0�.�����¿¯�1F�(Df�u�v��˔','',0,'?'),('~��^��%���A�','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8@I�z}��g��','�w][�fv\\mS����^�F\rsd���~�\'��','',0,'?'),('~�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,'?'),('~���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','�����N��%�B�','���A��{l�7!z3�εm~���R)_��+�','',0,'?'),('�ldK�м����','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�^�}!��〼����','Ƽy�e�s�<���z�E�,_:�<E� =�+�.','',0,'?'),('\' M�2���%� ��','wp-includes/wp-includes/js/jquery/ui/selectmenu.js',0,'o�x� eqd���$I','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',0,'?'),('0u�R��D��{�1�','wp-content/plugins/wp-cerber/assets/flags/cg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��K����*�A4�@T$','��Ŕ���wEi�av�A}z�[ɵ�7�6C','',0,'?'),('6\0�O�kvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}:h�B�կ}z�x�','�����n�\r�S�/<���b���ե]Na�','',0,'?'),('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','V��E-����Zꟴ�5','�PV\'��[5F�v.���n�xP\Z��S�','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}=���v�!ʸ�M','6iV��a#^n�gv�}]����@\"�ǥ{','',0,'?'),('j&��^���b����','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',0,'?'),('j^��SN�-O� �','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���{9���YV?\'7�','���f�4qS�� \\���\'��~v���\Z�h�','',0,'?'),('j���)Vk��9���','wp-content/themes/twentytwentyone/assets/js/customize-helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�7$I��t�','�-<ݵ~���(�H�6lPLn�M�By����','',0,'?'),('tS�\"��lZ�c��Q','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qi����~[�|\r�S','A�|f��K�\Z���F|���eɠL�e��ܬ�49','',0,'?'),('w�R1�[��P�B���z','wp-content/plugins/wp-cerber/assets/flags/rs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H]��el_L�S','9qp���p~##�7b���o����/�j|�bLl�','',0,'?'),('w�\'�Pe��F�+��V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/2��������)','J�6d��A��l{��Й\0������J��h','',0,'?'),('����oȂ�/ \"Y}','wp-includes/wp-includes/js/tinymce/tinymce.min.js',0,'Xl����̡C��kn','Xl����̡C��kn','�Zk� �6|��{�*\Z��{�H����iܝk^','',0,'?'),('�m{8���]�ך��<','wp-content/plugins/wp-cerber/assets/flags/de.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����NJ&z\\ҿ~��i','�Ū3�J��:2;��;�����p�J�kL~�','',0,'?'),('����w��_gB�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',0,'�f\"����#6${ JL\'\"','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('���eP�Mde���','wp-includes/wp-includes/registration.php',0,'���S��D��31�','���S��D��31�','ՙ���vF��٫���P��B8.�����8�','',0,'?'),('��%G]f�@�%�Z��','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c��D��Ã��۬','Z�J��wsh5�M�����Eu/jg�[���-�','',0,'?'),('�(9O)O˄0�J��','wp-includes/wp-includes/js/wp-sanitize.js',0,'���:k���E�t6Q��','���:k���E�t6Q��','yΦV�� }ɛq����K>ۈP6��*��C\ns}','',0,'?'),('�СqD֚?�i�X','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��!(�i.+�)Қ�\"{','�Z�Q[���Q���G����7��؍E\"�','',0,'?'),('�K�Q�}U&;&���Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6y��w���N�ш','���W!�\Zس-�Y��}����M��W�e?','',0,'?'),('�tr�εF_� ���','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hn�1e��胖��S�','�,H���w�0�����N<��l�\n�����!��','',0,'?'),('�͍�����ρb�B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|DZ(���r��q֧#','�)0������+���^h��v.(��>����','',0,'?'),('� tI��Ǵ=\r�n��','wp-includes/wp-includes/js/jquery/jquery.hotkeys.js',0,'j��hI�QLZA$Un�H�','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',0,'?'),('�3-�����f��\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AU�L�Y����M��','�)�RfZ�����~u3����}\'�?�!>','',0,'?'),('�;��!1�>�Y�xQ�','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L������k�H1��v','���F��%w+7����k �%���W��1Z�`!p','',0,'?'),('�Eћ�Pa\r����:�','wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',0,'��h���P���','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('�Mߋ,��/�B]WX\Z�','wp-includes/wp-includes/taxonomy.php',0,'�5��H\nC8h��:��N','�5��H\nC8h��:��N','I�\r�u}�����Yw�Su:<IF���','',0,'?'),('�~M���M*�Ӟ��[U','wp-includes/wp-includes/js/jquery/ui/core.js',0,'PC��\r�{�tk�\"x','PC��\r�{�tk�\"x',' �S�����3~�n�F#�EHf�_��7qY@I��','',0,'?'),('��ah�#��8�c���','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',0,'?'),('��}��D|���� =','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�(�]�E�����','\Z���KI-A�\ZC~#u@�����j������','',0,'?'),('���r=����c���Mz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Y��5n��Y�2-�','��Q�f�1��)ۡV�G�y�8�V�d���%','',0,'?'),('��ں�u���M���[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('��Nx��ډ\Z�8yH\\�','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��[��Q�<�u�)','�s�0�r:l�\\����jަ���-� �+#�ɣ','',0,'?'),('��sSk�i�<4\'c�-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�N�O8L^�sWkJ�<','�� �E��>�@_�0���!�B����5','',0,'?'),('���e��97�aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�.)�2���p���','ˠ�\",�Rʨ�Tr=�o��r�З:����','',0,'?'),('��XQ���d9r�ڼ��','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��vl��3��','�,V���3R�w���.���\r+4ݦ`=�`R','',0,'?'),('�!2�P��a��B�|Q�','wp-includes/wp-includes/class-wp-comment.php',0,'J0n�N.��yƪb��','J0n�N.��yƪb��','�}�u\0tE\n�&���yt2���B���','',0,'?'),('�45���� -�rS�','wp-content/plugins/wp-cerber/assets/flags/kz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�OC��tЛ>��i3','>ū�[h@H�X���X���Ո�k����55gD�D','',0,'?'),('�el�5�s��E�úQ�','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5�.��4�ԝ�Ξ','�����ڦ\'�D�\Z�� v��0��E~��b�','',0,'?'),('��,CUU����9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',0,'?'),('��)c ����̊>�4�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',0,'<j��� �<Yt�#�&','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('��i�\Z!�[�8$\"�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('������J>Uv�0�','wp-content/plugins/wp-cerber/assets/flags/kp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ze�+j�U+���]','���ĀN��ɳ���2�.�@+-���YzI','',0,'?'),('��o>�V��_�r��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����m��v�=l!�','��%B\0/��\"k\0�H���>\0�T!s��]�ݷ�','',0,'?'),('���~\"3�f��Bc��D','wp-content/plugins/wp-cerber/assets/flags/mm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CNU�����2t�J','�$�5AK�`�?w{�\'��5��0��2?II`','',0,'?'),('���[N ʩ�N:g�ܜ','wp-includes/wp-includes/images/smilies/icon_rolleyes.gif',0,'_5��6I���ĔE','_5��6I���ĔE','b;�SG�`�JL�4�;ͮ1;\\����;xl��','',0,'?'),('�ȉV? ��]�)A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t ���V\\E�P�[�','��,���C �A�ERo=4=^��������|','',0,'?'),('��`h�NkO�N8��','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��E��T �P\0\\�D','kr\r���.d����y%@IX���t+��Z��','',0,'?'),('���W���=�ԘHd�z','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Wy�\ng�MP��)�p1','���C�ƙ&���v����\"�[�SK@� ��Π@','',0,'?'),('��X����-�4�J�_�3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!~��-i���1','P�\0�\r/��;I�\n2\'��\'�v8����%q�Dl','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;T\n-rh��X�� vs','K6�r4���#�wM�7f�\r����G�\\s#','',0,'?'),('��a\'�0�E�\n�j��','wp-content/plugins/wp-cerber/assets/flags/az.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dj�CO#M�P4`jz�G','=K���LJ���v͎��\ZG詋�3��z�6','',0,'?'),('���Pd������c�3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����s�?�K��1\"','�Ĩ:E��kE��N�k\rFO>\"gvP��\"@��','',0,'?'),('�O�X�g]<f@�','wp-admin/css/farbtastic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S@��[�\\,�3|��!','�Sm�\'�;d`��e�M�0i=�?>����?{','',0,'?'),('�3��Ƈe�(ú9�','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)���n.;��','I<�{\04�`��<!j��Z8돲��D�HW��','',0,'?'),('��b����N�8�hk�','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cW�U��ԟ�`B ','w�\r��j�*�m�l]� �t��PU�\r�E��','',0,'?'),('��\\�(��wB��I�','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�� ΒRU;�pp�b�','��,�!��m4f������NR�\n���B��^','',0,'?'),('�!�M�j�Zs+p�-h�','wp-includes/wp-includes/ID3/module.tag.id3v1.php',0,'IU��.Q�c�g���','IU��.Q�c�g���','�C��BH�9��D�y�;-�K�:LAx�?8\\~� ��','',0,'?'),('�$�+K71�y(�F���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��^gm�d\r9x0�','8�x+&�9�;x�L&�����M!%�C=Y�,M�f','',0,'?'),('�(tTlDά7&��MP.�','wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7�I1�0�����d�','���\'З��/!\Z�a!�~�)��1D��','',0,'?'),('�/ �E:K�R寥�v�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��[�SPk�C�','��ںم�Ŵ��}C:�ø=�~��Q�(8��$Q','',0,'?'),('�2S�%Gn�o��F�\'','wp-includes/wp-includes/css/dist/block-library/editor-rtl.css',0,'�\0}3�*�?�v�+,\"','�\0}3�*�?�v�+,\"','&tT=����ȼitg`^�5����2G��Vcg<','',0,'?'),('�@�F �Ӡ(���e*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9��\'�74J;��~=Z�','� mُ���tz�fD��d��9�7�T��','',0,'?'),('�@�c};_K�]�=�1t','wp-includes/wp-includes/blocks/columns/block.json',0,'�q����-ڠ�t�56�','�q����-ڠ�t�56�',',C=ē0ȸ�a&�\"WӸ��Ă��0\n�(�73x','',0,'?'),('�B��ه�v<Sv稳','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('�F� �GJ��B��s7�','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӷsj�~�MP����+','���7��}Z��9��ڜ<r���kV~��','',0,'?'),('�W= \\\'x\"�W��}��d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���թ�K���^㥾�','�M�8:�naƋGZ�qQdý!����\'��&g1','',0,'?'),('�_&�����H���g�','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uׂ-%�?�\'���tJ��','���B��]��>LZo�#Q�^V�x���#�','',0,'?'),('�p�x��\\?;�hE/��','wp-content/themes/twentytwentyone/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����1��[�','�y)�9�������S�[f<�\0���+{�$/�','',0,'?'),('�w��5���)���','wp-includes/css/wp-embed-template-ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)6�� ؞мq ���','�o��+8]�Su�H.�C�g��R9�&�+���\\W�','',0,'?'),('��Ǚ�\\} ��m�X�w�','wp-includes/wp-includes/SimplePie/Credit.php',0,'.�6�K>.��L��','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('��\0���+OW+�','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�]�#��N�X�,�','�Dz�\n�}_��7x,�9�t:��\'�\r����','',0,'?'),('�����A���1\Z�;�','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4|����e��(r',':��.,�0aH�A��\05:�f�s\nf������','',0,'?'),('��?�;��fM�!Gn','wp-includes/wp-includes/js/dist/editor.js',0,'�&�60���6�k�/��','�&�60���6�k�/��','�O}���j�\\Eнe��(BL\Z$�핓1','',0,'?'),('���]�5�K���^\r�','wp-content/plugins/wp-cerber/admin/cerber-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��b;��Vs��5���','�#z\05�ӊ;��:�b�� VJ�X>8��Nk','',0,'?'),('���*e����Pn','wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php',0,'�T��i���詿/�!','�T��i���詿/�!','��(Y�E�U��<d�y���K 2�bsy�Z�L�','',0,'?'),('���nM\02]\r^�r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/\n�Bt�;','VYj8�b��5�f�c]�7W�iƘ2H�N}�2�^','',0,'?'),('���Z<���q�x�','wp-includes/wp-includes/SimplePie/Content/Type/Sniffer.php',0,'JVP�t>%N����\0','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',0,'?'),('���v�A\nGr�3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I[8T䍍�\\��=','Y^9�A\r+^-��iL�W��j��O���F��','',0,'?'),('�\Z�R虒�<Fc֛;�','wp-content/plugins/wp-cerber/assets/flags/mp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4^�>!i��2D�h�','�k\"�z�ƽ��A��i�s\"A�ǽ��(\Z9','',0,'?'),('�3X�/�����\'��P','wp-content/themes/twentytwentyone/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���ڧ�)E(\Z�U','E���1&�km��{�����\0Ғt�nɿ�HV','',0,'?'),('�Ebl8�y���}����','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*NȒmQ������','�`3�cYQ����9Wޭ#l���p�S+G��4','',0,'?'),('�V*ν���s��r�','wp-includes/wp-includes/css/dist/editor/style-rtl.css',0,'�Z���Ey��,��~','�Z���Ey��,��~','��t>\'�\"A�ˊ�� �QN��\Z�gH��','',0,'?'),('�W~�\0��u����','wp-includes/wp-includes/SimplePie/Sanitize.php',0,'u�l����fp��x��','u�l����fp��x��','���O\nQp���5�A�~������j��xt�','',0,'?'),('�`.dY,�o�u�dƋ','wp-includes/wp-includes/js/tinymce/themes/modern/theme.js',0,'�(3�o�U�2ŝU�2�','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('�iT�\\��p�tg.~�','wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css',0,'u�+x)���A�v6@�@','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('�m>�\0��0X&�^�Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pKz��`�)9_@�','��aғYe�q�7YTc�Ȋi$�W�ت�/�!�,','',0,'?'),('�s���ݓ� ��&�','wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css',0,'ne��:ʎ)����hVH','ne��:ʎ)����hVH','�v7��7��a�L�zи�?9!D��4�','',0,'?'),('���\'q�F�NM��_��','wp-includes/wp-includes/block-supports/generated-classname.php',0,'f o��I1Z�N}v�-','f o��I1Z�N}v�-','̈́q}�0N�PvQ�&k����T�@/`v�','',0,'?'),('��|�Aι�$PƼ','wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php',0,'�QJt\"��!!�_�^ ','�QJt\"��!!�_�^ ','�릟�/Ԥ�o�kroQ���|E��Q�Z݁\ro','',0,'?'),('��Ǔ��肴����l','wp-content/themes/twentytwenty/assets/js/editor-script-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�Q~�.Yf�1:D',':馈���x�t[cJ��=�\Z�\Z���h��0','',0,'?'),('��?���z6���aDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('��vs�p�~�X�M���','wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js',0,'-��?��ES+�','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('��R�\Z�F߱�H���','wp-includes/wp-includes/js/dist/data.js',0,'8;����2��/���G','8;����2��/���G','�e\\���%��`#J˘��\n��Ú�n��̭7�','',0,'?'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�],�:��f��3','�(��Ty��0-��#�FOs�;�=��K�o�','',0,'?'),('��j����5��f�j�','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��L|�y+5*�M\0Qk','�����O�q��Fri���e�+�K� �/;C','',0,'?'),('�)ũ��2[� �4�_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��s�ny�ld�)��','�ՠ���P)_�s�)v]��Չ\"����|�','',0,'?'),('�+o�2��8�E�+K%;�','wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�in=��2�����:G','����r����p�NX����7�����?H�RG��','',0,'?'),('�:+[��g��CZ���','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z� ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',0,'?'),('�B��[�\\�����|k','wp-includes/wp-includes/js/heartbeat.min.js',0,'�^���@H�l�\Z�g2�','�^���@H�l�\Z�g2�','e�x\'�s��v+�q�LW����/,��k�g%\0�','',0,'?'),('�H�F���I!���M9','wp-content/plugins/wp-cerber/assets/crb-logo-vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��h��%t�J���','�Q��6�������V���\0\r��M�9��','',0,'?'),('�T3ji��w\rZ�\"<h','wp-includes/wp-includes/ID3/license.txt',0,'GؐV%�P_��շ�','GؐV%�P_��շ�','�I>��a�*R8?�)�p1�U͔�?2�=o��','',0,'?'),('�i2O���+�s�X.�','wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PC��\r�{�tk�\"x',' �S�����3~�n�F#�EHf�_��7qY@I��','',0,'?'),('���cDޮ��;p�D','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css',0,'ꕂv��EK�?\r�~_','ꕂv��EK�?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',0,'?'),('���P���M�˝�=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raX\'��z\05+�\"�7','v�$�r�_s�y�Y���U{ؘ?��C','',0,'?'),('���hg� ��>n�dZ','wp-includes/wp-includes/sodium_compat/src/Compat.php',0,'$?6/�%��k�<j��@�','$?6/�%��k�<j��@�','����\r�/�t��:to���7�L�~���QLl~S','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���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,'?'),('��V���Rc,{��?qmS','wp-content/plugins/redirection/locale/redirection-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'��\\�����','� ruW� �Q7�J�4�T�Nȓm�(��/{','',0,'?'),('��nv��Z�YV��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bvA�n�a��1 C��','�g�����z��߶u��p{��!v|�*^��3 �G','',0,'?'),('�Z��D��l�=�컫','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�Oq�W����','a\"��μ�s�f��Ѳ>Zbk�xֲ|<�A','',0,'?'),('�!\"ro�ɿ��M�8�','wp-content/themes/twentynineteen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�:L���o#5]Z�',')��D��7��^�ޞ��>���?}���4u����','',0,'?'),('�1�`��B���¡]�s','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Ow�:#��v���\r',']��Ɇ���m�{�w��#ߟ^��,n����,>','',0,'?'),('�B%v6�I\"Jb��4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�0iNj�����','�Lo(��m�ؾT���k�%<P!w�/\n�','',0,'?'),('�BK�@�~&�^��8','wp-content/themes/twentynineteen/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t����\\�K����','�{��\Z\0�`OT�{>\0����½��� L>L�','',0,'?'),('�y�T\Z*�6\'�vlA�','wp-includes/wp-includes/css/customize-preview-rtl.min.css',0,'E��?��nZ���d�-','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('���\\X����F�3B','wp-includes/wp-includes/category-template.php',0,'K������g�m�=5','K������g�m�=5','S����.�k��Sgn8 �����H\"�','',0,'?'),('��>�A�B�7�Sz!�e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8:Y�Ǐ#��;Y','�g?�.�a��q�B�ٟE�F������o��|�','',0,'?'),('���p���\Zi�䡮','wp-includes/wp-includes/class-wp-hook.php',0,'+%Yj�͑�Q �^��(','+%Yj�͑�Q �^��(','�@I*�۷�����}O�&?����8��q�','',0,'?'),('��|0���O�+�]lU�','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','婯�S\Z�`�!`TLu','ʢ����Α%��d5F�(�VW��1�V|\"u99','',0,'?'),('���T�양�:t[��','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�O47ߺݥ/8X!��','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('���l�IjU�ؿw�','wp-includes/wp-includes/Requests/Exception/HTTP/402.php',0,'`�Y�QP�\nz����G�','`�Y�QP�\nz����G�','�g��NQ �������/��� �y5������θc','',0,'?'),('�65\nN���x/\0���','wp-content/plugins/wp-cerber/assets/flags/mo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����aM7-�VD��%�','��K����v�FI���ۨ�0g��h�HV�R','',0,'?'),('�#`��B��xpP{XŎ','wp-includes/wp-includes/Text/Diff/Engine/xdiff.php',0,'ֹ�b�t�X8�GX','ֹ�b�t�X8�GX','�[<�0�ą��aD)tJ�h�(C�[uH}sҘi�','',0,'?'),('�)����Yh�.�;��š','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��Iܷ��=�7��V�','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('�1�eU��MV��^��','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��銻~F�a8U�\'v','��j{y˔���5N�1��ޝ���2콲��','',0,'?'),('�F_q���C�F!o4p��','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��|#n��\0Y���','\\,���5�^�[A��:p�� �F���R��','',0,'?'),('�N6?`$�Qil�L','wp-content/plugins/wp-cerber/assets/flags/pe.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���Z�d�D�\'y�1','8����,0��M߀�����҃��WO1q�','',0,'?'),('�P�4ՓQ�)zS���','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M���G�ᆻ��$','*+���\0%G�;�_dE}u�-��4w�\"�','',0,'?'),('�SK�8kf�k��X�ҍ\\','wp-content/plugins/wp-cerber/assets/flags/ke.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��K�PS���P�X','�_��/�6�pp���� 6�4�zI\0ֱ�Éf','',0,'?'),('�wW� Ů�Q�⍳+��','wp-includes/wp-includes/js/customize-preview-nav-menus.min.js',0,'k�m� i13-����','k�m� i13-����','��%N�q�4��6�\n$^o����Ĝ7k��.�','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7!ć>pP�:�ޑ\r','6̎2M̥���?��&rA���bĪ�ux^с','',0,'?'),('���� �Q2���e','wp-includes/wp-includes/js/jquery/ui/accordion.min.js',0,'���e�o-�����q','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�f���/�Pe��','�v��H1G�t�+�l�O\r�>��qc���m\\�iS','',0,'?'),('���t�,�!h��O��0','wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js',0,'�*\r�I�͕;t��W��','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('���d�R�OXf�f��','wp-includes/wp-includes/js/wp-embed.min.js',0,'�R%�qU�0�8}_��','�R%�qU�0�8}_��','ޚT�d����U�2#*_�D�WQT�n�I%Ǭ�','',0,'?'),('���P�w���0�h�9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����2İ\rm}%��','3��].�BCBe��ʢ�S�( ?�Z{����','',0,'?'),('�4u�c&�|�+\'���','wp-includes/wp-includes/images/crystal/document.png',0,'�\'^c�s���D��3T\\','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('�;j��|�:1/��','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#uy�d>�ٲ�(H�(','o\'U����~ߡ�e�g�|�(��ې�3,�$','',0,'?'),('�=�IU��c�O�G�','wp-content/plugins/wp-cerber/assets/flags/fo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jX�?c0<G�Ia~�','��lNw�ʭ�!X�uw���_9{-]L��/ܐ','',0,'?'),('�B y�w�+���|t��','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',0,'?'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6����� B��4�6','',0,'?'),('�N�s�ئԿ�����','wp-includes/wp-includes/class-wp-image-editor-gd.php',0,'z�RŖ���z`�T��','z�RŖ���z`�T��','� U� 5�BOu��>F���p_��}�d�.��','',0,'?'),('�V+@�0���p�ɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�0����Sy?�','�fG]< *�:m/K<-�C�~�5�%���Sw','',0,'?'),('�Z���)_��w�\'$�X�','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�}�C�1gGr*� �7','&t�]�Y`�쿨�9}���܇W���-','',0,'?'),('�^Sx_?u�G�D���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�d9<C�ˤ���bl','K�.Bo����ࣸ�v��b�%����S~1�K��','',0,'?'),('�b~5�a���I@)*�','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eo��C�I�7#�\n��','-�h���ʠ^�F�0?�0\n�%s�ibV\\�X�','',0,'?'),('�fG<�@៝N���-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z|���f����?','z�\\��?��+i.��x�7�j���.i����','',0,'?'),('�x9p�2���w���B','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����x�����3.�','ʸ]ST���ySo$�Vgv�\"-j!QGK���','',0,'?'),('�z��a�٧:mH��U�','wp-includes/wp-includes/js/heartbeat.js',0,'\r���>������q����','\r���>������q����','��~�8��|\nvS̃M_ZD�&���K��-\Zې�','',0,'?'),('��-�y��[�(�<�%C','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�!hQk�ө��Q���`',';�ǐs��:��;Mȴ�N�x�Cd/��+�','',0,'?'),('��%� ��F����a�','wp-content/plugins/redirection/locale/redirection-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ґ�F��hCځ��*','yJ�5��R{���;[�R�!~�F�EK��~ܥ�','',0,'?'),('��\\:��ڈ��)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('��e��-osŕ;�/�','wp-content/themes/twentynineteen/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]/��\'\'~�z�].Z[','�/} ��� ��ԾA9{�!���w���a��.','',0,'?'),('��!��E��S7�x����','wp-content/wflogs/rules.php',0,'�(1\r���\"]��4���','�(1\r���\"]��4���','PM�瀺7�;��j�{��9�p����Q- s�:a','',0,'?'),('������>2\\o�)���','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dl᫁�2�A��\nW�','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2՝�NI 3:_(��','$�C��s���,����ɍ��2�3-��Q�a','',0,'?'),('��o4}+��8��O�','wp-content/plugins/wp-cerber/assets/flags/nc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5�A/g��4�S�H','�.)Po�\\r�d� !NZ�Ӆ�8��8E��','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf','����?U��z��P\\��@�`�8g;\r����E','',0,'?'),('���`D\r���7 ��','wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php',0,'V���zȒ��`(�lE�','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('��<�^�a�Z�&ٚ|��','wp-includes/wp-includes/class.wp-dependencies.php',0,'�1�n��}%�3t�','�1�n��}%�3t�','���B-�[i<��6J�Zu*3��Q�q�xL\0','',0,'?'),('���o�w���Ў�696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('��[B�^�� Z�1�','wp-content/themes/twentynineteen/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\nqYĸ`p����','�?Zt-�(D��~���$mͼ�wj�x$\n�^E�','',0,'?'),('��!%�ξ�ٜ@*�x','wp-includes/wp-includes/Requests/Exception/Transport/cURL.php',0,'�6T�g*\Z�: �x7��','�6T�g*\Z�: �x7��','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('���Iy-�\n�ń��','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6T�g*\Z�: �x7��','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��f?Yk�EЉ��+V','a�+) �h=���%d�D�\Z/��BA��j\\�n','',0,'?'),('�I�{�?��r�]��7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%�Y�f���v�F.z','@St-]�z��\'+k��2��{�j�,�QN��~)� >','',0,'?'),('�U�7v��������\n','wp-content/plugins/wp-cerber/assets/multi/multi.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���ݕD��E��','�W>)pM��!��=�V#qu&,N�����+��','',0,'?'),('�`� Ƣ�Xv��{�;�','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ե3<�Y5Ω8�z��;','�I&A ��k9H��xjW�;��JL�fS]z','',0,'?'),('���eM�y*Ҟ����','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$2hj32U������','�c�B�CP\0�F�!���vy6�Ku�*<c�f','',0,'?'),('��@k�&X�Itǜ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kc�����\0z�[>�\rY','��J�x\r]�|��-��u+ߏ�$�a��','',0,'?'),('��Kk�f�g��T�#�V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�er��x��|2c��','����.C��@2��P�c֜�^n\n�\'-�v[~','',0,'?'),('����n�\n�\0܁-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'-H�f���<1','A5�Y9���\0��O�tq�ЖL\\�}�a��&�','',0,'?'),('���g���[z�\0ή�','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��MQ�@��Ǯ���I','����~�r�b�wTN�s��;3f��B���)A','',0,'?'),('��� ���*1�%{�','wp-includes/wp-includes/js/tw-sack.js',0,'��������9>���','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('���t�V��<��C��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`��׳m�%�','�(��l]�h��Юa y�fh��0v\'u�vm�','',0,'?'),('��\\-\\��f�t�KD�s','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����� v��d','W�Y�0����2w�� 5�O���zm� ���^','',0,'?'),('��!?M�\"Q��e>��','wp-content/plugins/wp-cerber/assets/nexus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"����tw�L�','clY`��-�]N�U��~���uA1W�R�j�XR�','',0,'?'),('���ws� ��+���C\'','wp-content/themes/twentytwenty/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�l���Ѽ &.���','�_7�����\\�7�Hms��.:[)��dM�','',0,'?'),('�.��x�Q}�t\np�','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q͊����tF����','�,��Ca�� NÉ���vK�hWIQ�xk|�Q','',0,'?'),('�7*���\"{��\n�K<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��t{0o�ޖ','7<NoQF���\0�$�j�aϤ m���\r�i��','',0,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',0,'?'),('�GP�)4��烛�ѳ','wp-includes/wp-includes/class-wp-fatal-error-handler.php',0,'����-����v�','����-����v�','�\n!%�D��F��B�^�s��plhVe��7\'U��','',0,'?'),('�X*����VL �_�','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0}3�*�?�v�+,\"','&tT=����ȼitg`^�5����2G��Vcg<','',0,'?'),('�j��I���<��iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K������g�m�=5','S����.�k��Sgn8 �����H\"�','',0,'?'),('���&���}?�\Zs`�','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�f05��}$��]���','�Ea5/qJ�Xo+#x��[�X86)3�ن>��','',0,'?'),('��2u�\"<g�@�f�%','wp-content/plugins/wp-cerber/assets/flags/ki.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K���ȶ�','�\"�&9ʈ��7�lZ��P�퇢 �j�/','',0,'?'),('���Q��Ws�A7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`_?ބ=�|���+�d�','���M���S����>j/���\"K%qޣ��~','',0,'?'),('��e�\\��1�tƋ�< �','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&?C]�\\��g~�J;<:','3�*4��Sxg��\r�\Z\n�1?�N#?�a]��p','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*M]YnM$^ù\"�','���ϐ�N���o�KtQ�V���\r3�-��y�-','',0,'?'),('�������2��f','wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php',0,'���b5lJ�#���v','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('����Z|��0�75�o�','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',0,'?'),('��B]nȄ�8�7g��','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5��6I���ĔE','b;�SG�`�JL�4�;ͮ1;\\����;xl��','',0,'?'),('��fR/1����< PC�','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���� Q�l�*,�I�','�� w6R�(�K�T%ni�1��0�����[r','',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','m����5��F2�c�:į','�d��P��\'���Z8������ϭd�%9���AN','',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,'?'),('�HR3}��Zc�d�i','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Q��$��� �o|C\\','�cS�/�8-(&�1H�4�����L�','',0,'?'),('�Mj�A�M��O�\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r ��F�E��,�h�','p�t���[bm���M�_Iz�\"��[�j/�O�','',0,'?'),('�d��RĆC�P���b&','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\rW�����Н','%��?�\Z�v�bq]��g�5Z)u�Ѷ\Z�o�\'�0','',0,'?'),('�k\0���V�&c��뀻','wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php',0,'[��`�`b�=E�\"','[��`�`b�=E�\"','䖌B�%�\'�M�9F���4\n��4yө�\n','',0,'?'),('�kIK����V[�� 5�','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s �15�','',0,'?'),('�w�\Z�d�Ϣ�\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<�Sǡ��z1Ϣ','Q�*k�_}��2���>T�q<�_S�:�Qh�','',0,'?'),('�xm�5��o�-]�Ž��','wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��x�_r�Z�','�6�� Ք���ۻ����!�|d�p�','',0,'?'),('�z�v��~��ZGL�8','wp-includes/wp-includes/revision.php',0,'Pق�g�OVjX�����','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',0,'?'),('���������*_�\"','wp-content/plugins/wp-cerber/assets/flags/tc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sp�I��7��03CP','[���V�c\"��Z}t�a�n��%PB\ZgF�Yw','',0,'?'),('���/��\Z��)y�\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�FV�y�o����','���RA��A�ȧ/��r�4H�-@��(\n �7R4�','',0,'?'),('��$��xM1>�_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('���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�LVH�)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?L�,k��|n�','�r�J�_9���~��uz�{�z������P','',0,'?'),('��/8&�D�g|��#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߙ��,���B�','H9����Y߈�݆��3L ��c���Jگ =�','',0,'?'),('�\Z���M`�yᕙd�','wp-content/plugins/wp-cerber/assets/flags/cm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�.��`�t�sI01','���F�]��g�ZBN��to Q��m�,�j','',0,'?'),('�2�� �ܚDSX�\Z�','wp-includes/wp-includes/js/jquery/suggest.min.js',0,'s\\+A)���n.;��','s\\+A)���n.;��','I<�{\04�`��<!j��Z8돲��D�HW��','',0,'?'),('�Ox��ر��c5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gs�Ib<���w]G��','כ�ppr��xI�xP^�? ���N�%�u�','',0,'?'),('�n97�I.O�ҝ�','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���@H�l�\Z�g2�','e�x\'�s��v+�q�LW����/,��k�g%\0�','',0,'?'),('�|Bl�IHҼ�OSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('���ب&G�)�k{��','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('��M�Ӽ��7T�~���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�kA�`�lw���y�','7\r4 춥Q\nc��>c\n>�Pf8�4��Hk�','',0,'?'),('���W8k�_fʤ��5�','wp-includes/wp-includes/blocks/more/block.json',0,'_�ݜ����_ť;k)M','_�ݜ����_ť;k)M','�6��6Pa����D���@���f6�{��','',0,'?'),('����h+��B����','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�X��wO��qa','k�\r<�I�-�Vsp�6gb4eb���fs�Ҹ��','',0,'?'),('��F�\"��vh�$Lb��','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),('��ul�Z��;B��GB�','wp-includes/wp-includes/SimplePie/IRI.php',0,'\n��9,�zӄycE�','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('��˩6�f/�6YjI\0�W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��{��^vƍ����','Z��%��ĩZ�d�^����m���͖(8��ծ','',0,'?'),('�ج|tRe-�.h�ǛT','wp-includes/wp-includes/js/wp-pointer.js',0,'��8\Z߁@ \r�|�ɛ[d','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',0,'?'),('��MAH���\0�[d_�!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('��yc�0O�g)ρ�Mf�','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͢Ɵ6��ǰD�ۦ�','6i�b�؋��u-��L���^� �v�4|f�%�Xg','',0,'?'),('�tDZ%������F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2�(��dhVD','S�a��Y����gj+|�� ��J��M8��','',0,'?'),('��Fj]p� ���Ac\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��l�h�r��9�\"\0�',',aY��}PR6���`�)K�f�ism ���','',0,'?'),('�$����!���+&q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$sR��iNS&&$�d','��l��W�+��� ��5�� ���\rզI9Yk','',0,'?'),('�1��ϣ�����I�','wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����������+>��','�dlы۹`�������J���#|i{�','',0,'?'),('�<��|~E.�Y^�!�]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t��K!��1��vDb','9���:��%�B�Ɖ\\c֏��WpX� �Q���','',0,'?'),('�=}2�D߶�Q��\n�','wp-includes/wp-includes/css/dist/block-library/common-rtl.css',0,'#�D�P�y��n�\\B�','#�D�P�y��n�\\B�','�AQY��tQ�aK hˤ�+\r�+�x,`�','',0,'?'),('�?�\n5��H�?����','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������`�ˎz��\Z�','*���}\0P������y��]�yOr�@�|','',0,'?'),('�DV�ɪl�-�XC��`\\','wp-content/plugins/wp-cerber/assets/flags/cu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝhm!�7���3.�','P�bLO���*]���3�o }���z�xN��','',0,'?'),('���;)���J+�Z�7f','wp-includes/wp-includes/js/wp-emoji.js',0,'*�����H;�q.�','*�����H;�q.�','�������O��)`5g�D?5F�!����','',0,'?'),('�����juGCtO���','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g_ZY�Y����/','oI���P�g��K7�$v��vxlk���t��Ea�S','',0,'?'),('���G�<m>`7i�8�','wp-includes/wp-includes/css/buttons-rtl.css',0,'i��ԝ]z~c6���g6','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('��l�.H|S���{��','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��H������*��l�','%��({cI�}��,�Ѧ�)��1`WɆ','',0,'?'),('�����);���-','wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php',0,'�z����ħ7� �7V\Z','�z����ħ7� �7V\Z','�p���#4�o�p�p8�^�۰�^�F�+�ף�)l','',0,'?'),('���ISU`u���T��F','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',0,'?'),('�ʚ�{�(���\\i�7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s|b$��ѓ<��','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('��o��Sb�)_k�\r�(','wp-includes/wp-includes/js/wp-api.js',0,'@�BY�f��b�b2�lз','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő� 2&�H','',0,'?'),('��}�^72������','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��Tb�̮�JU�','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('���3Ȉ��m�Y4���','wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�������!�.���i','l�k}[�ZjA�.!��=+5�+�~q� 1','',0,'?'),('���3�qc;*�V\08�\\','wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӌؠ����v&��Ad','K��s;���o���ZÏ�Y�S���!e������','',0,'?'),('�\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�`TkL�','',0,'?'),('���an���V=Ty X�','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',0,'?'),('�@�_@ *^���,�|n','wp-includes/wp-includes/js/dist/shortcode.min.js',0,'j���� Q�l�*,�I�','j���� Q�l�*,�I�','�� w6R�(�K�T%ni�1��0�����[r','',0,'?'),('�N<w()/�E��.�bI','wp-content/plugins/wp-cerber/assets/flags/st.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��l��Iy���`�f�','�x����˹�5��0��s� ��.:l���','',0,'?'),('�^=��F������L','wp-includes/wp-includes/blocks/index.php',0,'���C�Dn>�u�6j\r','���C�Dn>�u�6j\r','7#�x>֜�bo�R�4#;�ۤ��| J��','',0,'?'),('�r<� �X4��zg\'�','wp-content/plugins/redirection/locale/redirection-ro_RO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�r��28߮Xw� ','�]4��-���PRJO��7�6��Z�ā%�+b','',0,'?'),('�|� (��i��/H�','wp-includes/wp-includes/js/tinymce/wp-tinymce.php',0,'1_H�0���US��@h�','1_H�0���US��@h�','������_ؕ���N͞����1�*��ǜ��','',0,'?'),('�} �yT��Z�H�cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�2� �S�o-E��','����Dʹ�:&�o�n�����L���3�,E','',0,'?'),('���S���{|�\"uZz�','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�/�� ��j�t��J�','w;*�Ҙ�\rp�<L$�\r��\r��H\Z���','',0,'?'),('��T������gM9ڛ','wp-includes/wp-includes/widgets.php',0,'��AĢ<ݤ9�fK:','��AĢ<ݤ9�fK:','�6��-�Պ��涫9����W\"\'�|w�w~�E\n','',0,'?'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ж���t\Z�����','s<~d;lL�n�_u+1��jDO����\\�\0��','',0,'?'),('���@6�ߝ\0AhHc�','wp-content/plugins/wp-cerber/assets/flags/hm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('��)!)�6��>}�74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M\"7����g��6>','WM�����r�0���y7:5э�C<�o����','',0,'?'),('���L��V�Y��*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|A��09��K�:���','��[\n��Y�@sZ�F�Ul�+�Έ�f���Ǩ\0','',0,'?'),('� �A$ۤfC�N��37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���o�y&���u','Z�@�?@��ή��=���*^(21����y����','',0,'?'),('�(���ה�W�h@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',0,'?'),('�7�0���,� M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�P���\rv*ɡZ\\�','wp-includes/wp-includes/css/jquery-ui-dialog.css',0,'�b�G�-_f���kqT�','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',0,'?'),('�g\Z��\\�\r�`=�m�','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r�L����{ǀ�','����VZ+��&�\r�Щ�U;�L)R�!ӵ�','',0,'?'),('�i���B�j����]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G8�J+�� ��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',0,'?'),('����v���ό�Y9�','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CPb$M6̟��ҁ�','\"\Z^�,8>K����@��湅����l��|AF��','',0,'?'),('��\Z凚T�L�a�','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php',0,'�dwi�+���M�U','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',0,'?'),('���X����H�o�v�','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�q㤭�{���$I','ŁnGĂ�M\"k�7�w\"ҥ�!�I[�1','',0,'?'),('��!N��D�w�`��[�','wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�屬�U��u���z̜','H7�pn�\Z��8����__E<��\r��','',0,'?'),('��&��@���','wp-content/plugins/redirection/locale/redirection-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��9CZ�^,ր1�','�9����\n]�*��0��=Ep[b>H��X�Dy�','',0,'?'),('��U�]>�rք�{��v','wp-content/plugins/wp-cerber/assets/flags/cf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��oG��`?���','�\0�m�٢K��K��ǡNЙT��� ��','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�oe�~��oB2�_;','5�q��SrL�]�OX����sq����+l<��ɒ','',0,'?'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i����[p]��<','r5S�E�?29/�)��_�PJv�Vh���R�','',0,'?'),('����7��6�ɫ�','wp-includes/wp-includes/class-wp-object-cache.php',0,'�n̩$�������/V','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('��\Z,z���Ґ�U�','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y[�&A*zϦ/��?<�','�������Dn��N����AU)n�J�','',0,'?'),('��O$8��J�e��','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H p3+$������','�I�E���|��Ap��ך�X�9n@��','',0,'?'),('��*v�<�TC�U�XJn','wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\'��������E�4�','z�,�g3�l[�9�v[�=\rW�\'3e�c�INڷ�','',0,'?'),('�\0��߯NI���','wp-content/themes/twentynineteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�D�F/�u+:��@�','�=7���a(P�w�Ɯ&���|�������','',0,'?'),('�����n�E��','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nOΨ�J���z�<','ԥ6Wi��� F4�hd��4��ˡV8�\0ݟ�','',0,'?'),('�V�܂0\0U�`�5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�t�<���l�j�!','QR0�2�>�S��\\���}�a�sz9�<','',0,'?'),('�� �6��!\"�P ','wp-content/themes/twentytwentyone/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M���<HC�:@�','�H�E���\rA��l8k#�h�@w�}�}','',0,'?'),('�\Z� �R����[�\'�>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('���S��D�z��','wp-includes/wp-includes/class-wp-list-util.php',0,'�}� ��Sӕvl�T@','�}� ��Sӕvl�T@','���Ԉ������?1l�\Z� ���ug�\',��','',0,'?'),('�\"�^\Z/\r�Or鷯�','wp-includes/wp-includes/Requests/Exception/HTTP/417.php',0,'Bpj�hO^�c\\G #','Bpj�hO^�c\\G #','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f+ʅ�D`\0��`d->}','|�:m\"�S,�h�k���\Z8V��0d�eCe�','',0,'?'),('�2�\\�17Հ�wi�{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P����$@A.0�Qt','@b�/E�ؔå��;M �ۙZRİ�x����','',0,'?'),('�<�V���htج�','wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js',0,'dX�������z҆֫','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�H_��_��z��W�A','wp-includes/wp-includes/class-wp-customize-panel.php',0,'��o�Vj�\'WB{.��u','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',0,'?'),('�H�)������jH�j','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'B�l�If���\"c','��O$��U?��\nR��y���V�=�T���Z','',0,'?'),('�j%M�ɍ��p)Z��','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'�[#98!�','�{u���K[g͆Ex�{�:��lͨG��','',0,'?'),('�q�J+�b>�Z�<B!��','wp-includes/wp-includes/css/wp-auth-check-rtl.min.css',0,'���jv�sZ��ܻ&h�','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�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','��{cg�oV3�\n\Z�','�B]�J�I3��D~�$�9#���P5X�','',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,'?'),('���v�*~����ߏ','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��8I/CM��x��','��W}u�}��v��m��7=E�K�Y4','',0,'?'),('����_.*{zQ�%�V','wp-includes/wp-includes/js/media-grid.min.js',0,'3�a\"��Å�\Z}n�K��','3�a\"��Å�\Z}n�K��','Zm��+�w��Ⱦ���d������2�D','',0,'?'),('��RKQ�5v�-�� ��','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��b�E��y�L�J��','9 �`��\'@GGXLH��K����Ħ�ᚆ','',0,'?'),('�¦P�W�z�z�N�','wp-includes/wp-includes/js/dist/core-data.js',0,'�+�;Q��z@�?#�_�','�+�;Q��z@�?#�_�','�2�Fsc�jp{�ѳtG��1D�Y0�Ƶ�QV�@��','',0,'?'),('���;���I)6�OH�','wp-includes/wp-includes/js/dist/format-library.min.js',0,'9���h���d6��.{�','9���h���d6��.{�','�H��? �pq+���t?��l��U��n\'�o�Q�','',0,'?'),('��;(Xp`ҙ��pݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T_\'!;��QYЦIk&Q','�I��Zh�y8s��Cv����rTVRḾ','',0,'?'),('��6{$o�S�����','wp-includes/wp-includes/css/customize-preview.min.css',0,'��b���Sb�s��\"','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('�\n�qo�qZVyX��9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&��9��hE�p��6�','Ǫ�s��E\'���\\l��D)i�$�����q','',0,'?'),('�!�+��U�U��\n&','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���I\"��cz>�','�мU�h\n5?�Iq9�L��SC0�eGDe��','',0,'?'),('�)q�\"��ff�\nlߩ|','wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0Ow�\n��<[�Q','���呂 p�oG��r�X?���,���','',0,'?'),('�; �R���V�n@F','wp-includes/wp-includes/blocks/group/block.json',0,'6qigV�+�\'�^�N�','6qigV�+�\'�^�N�','�����Bi�B�\rv�\rM5���\n9\'�d��р9�','',0,'?'),('�QlݠI���ve]r�%','wp-includes/wp-includes/js/zxcvbn.min.js',0,'| ���#PV /{�M�_','| ���#PV /{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',0,'?'),('�`�@�����YE�!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��87a`CZ��','hI���� x<�������%��ji�����$','',0,'?'),('��Ư \'CԻ��ګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���:�W���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('��4��#հ�}��','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�j-�W�.�{��@','�i%X�Y`FmZ���E^ab}r�_E�����3�','',0,'?'),('��\"�Z0\0ؿe�Ԧp�','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T:�#}�9�H��76��','���i��O*�i������/ŝ�v�y��a��','',0,'?'),('����\"8Y��74�O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di�BD�J���D�5�O','N�a���i�B���\r��AO]���@�P��','',0,'?'),('����x8[!>�X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�N\n�V�\r�@���&�','���)%����n�Aڛ.}����x\"�}���n','',0,'?'),('��Wm�V�1��N�\"��','wp-includes/wp-includes/js/dist/dom-ready.js',0,'�5�N�M8�![��c','�5�N�M8�![��c','O\\�Ű|�~2Zce��L\"�kOM�s�g(�\Z�','',0,'?'),('��$���W �_j�N','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',0,'���H0�c;`���W&','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',0,'?'),('����o*nFߘ7��','wp-content/plugins/wp-cerber/assets/flags/mv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'���FꠈT�[�~��','�dE4{��P�-��B������:�Þ$�{FF�','',0,'?'),('�H�������#�','wp-includes/wp-includes/widgets/class-wp-widget-pages.php',0,'�J�E,��ߓ%_�','�J�E,��ߓ%_�','<6�8��1J�ߧr(;�c�?@�|uR�\nŞ�','',0,'?'),('��ue�{X�1���','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�5��$ý\n �\'q0','\\��\"�ԯ-\r6��e�N�ID�zB�\r\0��','',0,'?'),('�x>ơ?.Rvǜ��\'','wp-includes/wp-includes/js/crop/cropper.css',0,'ky5�ni*M(��','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('�ON�\"OBv_\n(}ޗ','wp-includes/wp-includes/js/hoverIntent.min.js',0,'�x�m���\n8�� �','�x�m���\n8�� �','�)�K���%A�Z&�y�`M��U!�i:A�[�','',0,'?'),('�(���a���b��(�','wp-content/plugins/wordfence/css/wf-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ADmqc��v��d9','�(O��ӛˀԟMAW��D�0�\\��5LG�','',0,'?'),('�-�l���s�j�|','wp-includes/wp-includes/js/dist/compose.min.js',0,'i\0 ��Q�a�5���?','i\0 ��Q�a�5���?','��z~�Յ\0>�����n�ۣ�3\Z؉:C�\Z�','',0,'?'),('�/��0)���\Z�','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�� \n�Ro�N7�|','~��❃gd�&w[�u������o��|t��}','',0,'?'),('�1�cUd���/R� ','wp-content/plugins/wp-cerber/assets/flags/nu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�C�����=7Ѝ�','���z��f���7?v�F�`)c�۱���s`$+','',0,'?'),('�@�q��G�-$����|�','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����gPʋ��i��[','�DeJ�\Z�fxb� x\'P�:�����U','',0,'?'),('�J�:��`A�q����1','wp-content/themes/twentynineteen/images/pattern_04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*����$[��;��R','#��(4�2L{���]����{˖e~1\'��0','',0,'?'),('�S���KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���]�ř3F8rȃ','\'B�6E�:��bw=�#u�\0��> &���M�','',0,'?'),('�[�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','��2w��V�q�γYz','~H�4��+�) h�C$o\\��cq)�GX�$�T','',0,'?'),('�x�_,[��5����','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǐ#a]2������','����[8l�Y���ckl�� ��u#KV���n','',0,'?'),('�y�g��zaU\"� XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z/P���ꮱ< �','t��neTR/�77�@\Zҧ0�g�nj����','',0,'?'),('���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','bv:��A-leG�r\Z','Xt��\ZP����y���*��/�3��ΗH����','',0,'?'),('�����gFB�ZÚ(v','wp-content/themes/twentytwenty/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Xŏ������i�','���&T6bbeV%��]�R���v�Q$�/�','',0,'?'),('��I\\4͆?Ķ�L','wp-includes/wp-includes/blocks/file/block.json',0,'.��E��T �P\0\\�D','.��E��T �P\0\\�D','kr\r���.d����y%@IX���t+��Z��','',0,'?'),('���NTZt�o\r�%��F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tL�Ga�\0�oҠbY','2�6��l�n\r��\"� c�:�ƅz�v�J1ܶ��','',0,'?'),('����a�I-��c�18','wp-includes/wp-includes/js/plupload/license.txt',0,'u&\n�TI�z����+�','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('����������wT','wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��]��u���H(','A$\Z�\Z�d��1�����/�ހ[�7�G','',0,'?'),('�+Fc�0m_����Ii','wp-content/themes/twentytwentyone/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�\nq3Ԙ>�}6Y�','Ĭ{z�K��E[�j8��؈��Oݩ��r���5d�','',0,'?'),('�/�ɘ�]�^�W\\�q','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')I+�w2�h���K\"�','�6&�}�ok��AM\Z> �|�F�6,e�t\rPq','',0,'?'),('�iq�s�.�,�[ebui','wp-includes/wp-includes/PHPMailer/Exception.php',0,'������ߡ�M(���','������ߡ�M(���','��A+�n7�51�K���i��|Y��m','',0,'?'),('�q!6�����R�>����','wp-includes/wp-includes/js/jquery/ui/slider.min.js',0,'�%��ҏ��9�4g��','�%��ҏ��9�4g��','/\0�ȷ�s�d�Z�Ʈ�6����[�-\ZM ?u','',0,'?'),('�v{L�Jlō�Yz�`�(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��P�R�n�,(�f�','M�ߍ��V�_�^����ol\'\0��qYL�̘)���','',0,'?'),('��k��V��G�d�/��','wp-content/plugins/wp-cerber/assets/flags/th.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�Vtc��3�G�G�','��o�#�ߗ|!\\A�L=Uހ��L��q�Y�p','',0,'?'),('��(��NL�; ��','wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��p=(mV�2��_a','G�y���л\r��7�5���d������R��','',0,'?'),('��?UB�w��N i�','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��p��4g����','�����x8o1������b��pr���p���','',0,'?'),('��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,'?'),('���퇴���u��4�6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�fk��<��\r\n��','R!�O]p�I\n��\\��VP�9�=��!�?���','',0,'?'),('�����A���V�f��','wp-content/plugins/wp-cerber/assets/flags/ug.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����h�UNJ}�','��;�T�W��m�� ����(Izҁ��h2','',0,'?'),('�X�VטO|8}���','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W]��(DR{��.','Xe[ �4\0����\",����d��ځ��#�','',0,'?'),('�.�XvQa�*C��eN','wp-content/plugins/wp-cerber/assets/flags/ph.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','06zD\'�w��� �','����?�ͺ�mV�yi�z2 �BC� m�jX��','',0,'?'),('�B�H*mz��N83��','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3au\r�\rt��3 �','��+y�6f��#E8+ڨC��D����n��','',0,'?'),('�KӟG��o1�','wp-includes/wp-includes/css/dist/block-library/editor.min.css',0,'���;�rQ��E4��','���;�rQ��E4��','���nu�.��C�{�R���A�\r�9A/�f��','',0,'?'),('�Q��0�̭~�s�H�','wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',0,'�lo7�r79wA�U�E','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',0,'?'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('��.��v8-rJŕ�qQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j{�,��ݍ�][c','�R)C�`p�� ъ ���;(�Ltcn�zƈ��','',0,'?'),('��6��U�Ѧ�u�','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�S:&\0��>f�\\�','�l�/r+���j�EQ�n��ھ�y�~Q�','',0,'?'),('������\\�O_3)��','wp-includes/wp-includes/js/jquery/ui/droppable.js',0,'/���_\na��G���','/���_\na��G���','m�U\'mU�7m�N���EFDg;�N�q��~�','',0,'?'),('��7��E#�wŧj���','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LY���b �z.c�','\\�ǫ�0.��^IR�����UQ��2e@��]','',0,'?'),('�����\09= ��}a','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php',0,'M�kݢA��D�5z�yj','M�kݢA��D�5z�yj','BQ�e!�R�il��s�nq��R41x�x�Q!','',0,'?'),('����bq�/���F�k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7��¤\r�F��g','�n�V\'�V����V�)F|*ᑝ2�N��z','',0,'?'),('���\r����E�','wp-includes/wp-includes/kses.php',0,'��>F�ނS\0wt�R��','��>F�ނS\0wt�R��','J�Mv��CkcC^f�`ƨ� S�@`�Uny�+��','',0,'?'),('��+�B��$Hu�R�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',0,'�!K� 5y���S*','�!K� 5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('��v��|�-��','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',0,'?'),('�!HUN&�\"����z��','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� !�y,6��Yh���','0��Ú�1B$��Н�_@��#Xw� �p5�P','',0,'?'),('�L��~iS?�v�C>�@y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�i6��xu0\\����','�s�\"9���l���+���/���[�','',0,'?'),('�a�tU�q�^!�0ƣl�','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('�k���zߣ����bo�R','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I\n(��ḑ���{z','�T�Ѷ�����Lc���4�O���oFd���d','',0,'?'),('�vO��#�J�N��+쁁','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�|v�P��0�fh�T�','wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':-��q���?b�^�','f2\"�c`��}�`��·����֑��ѕl�o','',0,'?'),('�|~�X1��S��,','wp-includes/wp-includes/images/w-logo-blue.png',0,'�[N�W��_p�w�0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('���P���Gú1j��σ','wp-includes/wp-includes/IXR/class-IXR-server.php',0,'>Y�+�=#��}9�K�','>Y�+�=#��}9�K�','X����ק�YWo�L�v�؊�n�A C�','',0,'?'),('��@��{�J��5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('��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','J�����Y�>\"� ','X>\rA\r5����xl��\n@�Ⱥ�+A���-\ZEN','',0,'?'),('����V�h��G�!�j\'','wp-content/plugins/wp-cerber/assets/flags/jm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b��F/�+�d9','\n�Ƽ�H�_���T�T�2�[�_��ox�u�','',0,'?'),('����L��6 ��׳','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Y����\Zk0�aM','�b��^#��¨(t�^�rߘz���9�F���','',0,'?'),('��T��V���\\��','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�֒��y�DБ�#�','L��)Ӊ�\"�.4l��N�U�7�+#��R}���','',0,'?'),('��֥��R�K�!�tt�','wp-includes/wp-includes/js/dist/priority-queue.min.js',0,'[�9(�����&!�x�','[�9(�����&!�x�','5�r�Q���b�͔5�t����>:js-O','',0,'?'),('��$4_6o �2����s','wp-includes/wp-includes/Requests/Exception/HTTP/411.php',0,'\'�R��M�.�Z`G�','\'�R��M�.�Z`G�','���U�^����9p��&���`�nM{� n�L','',0,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v����j&�Ƶ','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('��n��ރ�z:�V0','wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js',0,'�Z=\ro<3��E���','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('�ܵ[Ҳm%�6�S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),('��!ެ��߳���p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�>)*/��!�-�','���n$���_�u �$Q3��E�r�|Jm�','',0,'?'),('���#�V(k]$����(','wp-content/themes/twentynineteen/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�\"MY���~��','�lG����w��}V���>��%{n��\\�z��;�','',0,'?'),('���I 2�R�NjY��','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�\rs*�\\�','��O�Z=�<�3S�t�Q����_�u;� m8','',0,'?'),('�&�M�X��W��O�','wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?5�p��.9�;F�ܧ�','֦ �7S�\Z�\\��cdLb|o�1��Y�ã��:','',0,'?'),('��EEtz����9Yg�-','wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',0,'�j�<�]�@���� 4�','�j�<�]�@���� 4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('�\r��l�bt�:��','wp-includes/wp-includes/js/jquery/ui/effect-scale.js',0,',ʡ0��\\K4\'��t�',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',0,'?'),('�S�b�eL��','wp-content/plugins/wp-cerber/assets/flags/be.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZx��ʭ��T�/� �','4�nMM��e)��<�Ia�P�1�K�~#`G','',0,'?'),('�\\p�+���a=a1:P�#','wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�^x;y�����c���','�ӡ��f�aM�Wv+�W�%}��`D�N��','',0,'?'),('�^�;�*\n�d�8H�ᵿ','wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',0,'��ئT�Ь�Ԅc�/��','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',0,'?'),('�h�����FuQe� �','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('�~n�\n��b����[�#','wp-includes/wp-includes/images/crystal/audio.png',0,'�nV�:�ω�G��-#k','�nV�:�ω�G��-#k','�~B\Z-�of|W�x\\��|�M�)���ˢ','',0,'?'),('�u1HM:E7/�{�','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�-I��:�����9�+','Y��z���W2|{}1и����^�iN�q�C�Y�','',0,'?'),('��ZԬ=!Ri=�7�h�','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j \r�<l�J�l�','[�a6$sp8����Y�Q�\'��1��\0�Dح','',0,'?'),('��Α��>=����]�','wp-includes/wp-includes/js/jquery/ui/effect.js',0,'�j�Bs*C���x�','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',0,'?'),('�ǀ3�<��&��YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',0,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�k���K\\Vl�','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��MO,���s���\r��','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('�|�aV��~�[f��.','wp-content/themes/twentynineteen/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�{.�b:N���,n�','�J�q[9w��!\0�|b���n�Q���\'i�M��','',0,'?'),('�#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,'?'),('�2���-��^ �T','wp-content/plugins/redirection/locale/json/redirection-pl_PL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�X�^k#�x�@y�','��H�8�X�*5|��=�1`0��|[��N`p��E0','',0,'?'),('�6�|;�;8�Q�4�k��','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�&8�]= ����R','h�Q�4n��ńY�9���-ǚ7F�&8���ܷ','',0,'?'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uP��*�L�[�C�','!��JL=�Tl̞_p@��ȟ���R��M��S[','',0,'?'),('�R��x�ȱ�\Z��<^','wp-includes/wp-includes/js/dist/nux.js',0,'ꁥ�قH6K�&�x7��','ꁥ�قH6K�&�x7��','-p� C��5s����5��s\"�^�C�����8','',0,'?'),('�W��f�0�\n�D �/\'','wp-content/plugins/wp-cerber/assets/flags/km.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%������&\'z���V',';��NS6����:����݇�u͙�r�x� ','',0,'?'),('�c�@�7T�ҙ����','wp-includes/wp-includes/Requests/Auth.php',0,'1��R��W��ÔO[��J','1��R��W��ÔO[��J','bO�Q�wù�LѠâ��������9Q��lrl','',0,'?'),('�z9� �`�d3�\0�Iay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �@��^����8J','��ؽ�@��B-K���m���-Ȼ��\Z�2p','',0,'?'),('���*r%Y�3/�hN�p','wp-content/plugins/wp-cerber/assets/flags/sb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�5J��䈒?Qo�<','����T� k��w#�����Af�3A2�͂M','',0,'?'),('�����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','���\n�Y�h�5%�ը��','��٤�=\0e��O��Sd�X���L��x��','',0,'?'),('����E�?��Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J虝���\n�G{5�','�7�ϝ���P9n)%�-�i�Qԭv���kJ���','',0,'?'),('� �v����bu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�r����]��/�','yus���Կ�����:�\0)�y�zs�ݿSkH�','',0,'?'),('�ÙP\r5΅�\\��P','wp-content/plugins/redirection/locale/redirection-el_GR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2Y��l���SX���','��rg�xy�)E\"����P�6����G��H�','',0,'?'),('���R:^�e+x2��c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,k�)����X','��>��|F��j�e�<;E�Tr�ۭe��wO','',0,'?'),('��Cg����}|�E��','wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)�\r�]�X0�h5�\n�','�\\DE����lV�����Hk��\\N�A3���','',0,'?'),('� v�O.�|ߤҵ�','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�����x:�`����','Y��#wO�g^\'�b��:�^� =跨|��','',0,'?'),('�!�M��TP��c� SO','wp-includes/wp-includes/images/uploader-icons.png',0,'��\\M�����m��','��\\M�����m��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('�*\0�U\'-,�M�','wp-content/themes/twentynineteen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=#kQ\n�z��C','�uC���#ďAUf{Kb�|�\ZIl�L���٩','',0,'?'),('�;9�49����**3���','wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php',0,'~���f%�(��xfn3','~���f%�(��xfn3','��0ſ���Y�~�YǦ�����m','',0,'?'),('�J~2!7�1��l�&R�','wp-content/plugins/redirection/locale/redirection-da.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0]ƢF̞�Xo���','N�Ү�I���@J�5�Ẃ2H%O��s����g','',0,'?'),('�Lߨ�Ϥ�(��R�','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gq���i�s�픋-','�~:\"�`�he&@��*����A�����','',0,'?'),('�k�|DD��*@4�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nAgv��1P�ص','����0o*\r��vA�o�3���:��j�u���y','',0,'?'),('��6��:�$4�-Tg5','wp-content/themes/twentynineteen/sass/elements/_lists.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�� ���L`B[','���V\"��\ZkY�cnUkYY$-,��y�\r�','',0,'?'),('��p��K�b��\0!�(��','wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���gJ��^<','���\ZybF���v��J�}�z��Lj�� (','',0,'?'),('���`e�>�s�ਝ�','wp-includes/wp-includes/images/smilies/icon_arrow.gif',0,' �J<�g��o�9:x',' �J<�g��o�9:x','�n�c���x0�ĥ���t��N���Y2X\0!','',0,'?'),('��O�֕�N&�&���2','wp-includes/wp-includes/author-template.php',0,'©ei+`љ�[��>q','©ei+`љ�[��>q','kt0���6�;��^@�ê��R Β�6�9r߯','',0,'?'),('��hxh�M*����S�','wp-content/plugins/wp-cerber/assets/flags/bn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C.M��sg:��','s�@�Zd}���x���-r���^�x8Z.���','',0,'?'),('��|�~�������','wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6��):�������','H0��L�ї?�㞹�.1�M�Ie��٣�','',0,'?'),('��b�������|e~�','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��]&?��I*1�e','�s������Wk�B��$oG��N��\n���','',0,'?'),('���al�V�?�f�\Zё�','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y�+�=#��}9�K�','X����ק�YWo�L�v�؊�n�A C�','',0,'?'),('�\0h�Kf��\0�','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e�����','0��Q7018�ު9-�z9ؽq��SrĒ�P��','',0,'?'),('�W;{�w_*#��=*','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php',0,'*:Uț�J>��h�z','*:Uț�J>��h�z','=��C����\0\"ȗ�gp�{��K�ϮD�\'�','',0,'?'),('������H�06�','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K\\�b�$�F','&$�ĉ9����~_SH�_�̓�%L���\'&�','',0,'?'),('����8(\Z�j�Z]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0�q2�l����d','ȩ~��0M���0\"���7 ]1�sP�J�T','',0,'?'),('�-�(ҟ�oF�L���','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ5�/�ҲP��C','�[T����4Gzݹo�ɓHL4�` �(��;�Gc','',0,'?'),('�X�R�ev�� O��U','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N`�^/��(��ǝ2�=','/{��Oe;gt@aݸG �/1Sv>��e̢kE','',0,'?'),('�X����g5��(�=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7I �1F�Gu�j^','�� �û���ͥJ��O�mO�:ϙ���l�W�5','',0,'?'),('�h�w^�(�n���','wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5+I6N,^�~��','x�u]!�%�\Z�|8c�˹��?�<M+GG������','',0,'?'),('�pt_ Y����7L�Kt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uְ�Z�l�\"�','�����K��ṥ�=���$�ϻ���]�C�i','',0,'?'),('�������X�\0T�O��','wp-content/themes/twentynineteen/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�,��� p�A��','\0�4����^\ZY��i�_�O��_�#','',0,'?'),('���\'(jli�����','wp-content/themes/twentytwenty/template-parts/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R0�5����wT��','�+�\\@o�g���\n�@��������','',0,'?'),('��.��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','��H��n3�Q�G�B_','p�l�-S a4J��D�&�����D���(�;','',0,'?'),('����T��D��F�K1�','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��V80*�','\0-��ZGhV¥�\'�U\\ �����%d�','',0,'?'),('��˳�}��N�3+Mg','wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:-��Eՠx�$�B',',�4�~aT�lS �fQO f���Tӵ��;��)','',0,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kt���q �x','��7`YՓ<���9Y�i�l�۪�Kȯ��','',0,'?'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��{�\0S�g��D���','��ы��I<�m�db�}��̑x��V�5/����','',0,'?'),('���7�%�̬���&�','wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��XBI���mC�','Q�E��e��\r��_�1�Pj���W�r�','',0,'?'),('��Z%7��������','wp-includes/wp-includes/js/dist/date.min.js',0,';�̆H;M�6ɻj�',';�̆H;M�6ɻj�','w��y��D���~�`,�SM�\0�4+�MA','',0,'?'),('�\0�����.}�fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[*(Ҿ�w.m�y�z�','�.��\0�qB_]������\0��a�}��\0�','',0,'?'),('�,p|醫�s��T?t&�','wp-includes/wp-includes/class-oembed.php',0,'j,;�\Z3�x���','j,;�\Z3�x���','��0�v�!�vv7�H�lV�d���i\'K�����','',0,'?'),('�.���FC�p���3��','wp-content/plugins/wordfence/js/wfdropdown.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����rp��c\'\Z�','��SG��s8;�Z�!�זJ�u�1�z?���','',0,'?'),('�J��S�h+.|�','wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js',0,'-��ZC�l}�莐�','-��ZC�l}�莐�','y��T��Nz+������\'��%Y�','',0,'?'),('�N\n�i�{Z���J*','wp-includes/wp-includes/js/customize-models.js',0,'�\'�~G~�Ԟ�','�\'�~G~�Ԟ�','�h�3XVx�p��T��OSSfb��\r�E捵�','',0,'?'),('�[���QH\"pS1Ȫ�c','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� Q�}��ydb#6�','�,c�˿\Z�i(~���)����\'��8[A�/�I��x','',0,'?'),('�kLǤe���(�ȸK','wp-content/plugins/wp-cerber/assets/flags/ch.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�k�g�iT���I�ކ','R���:�=b���U|O@��R�˂}��-','',0,'?'),('��^r ��_y)�\'w�]','wp-includes/wp-includes/js/jquery/ui/progressbar.js',0,'N��=i�D��_zy�\r3','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��EV�-�,̛�3��`','wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php',0,'�uZ���7ѳ����U','�uZ���7ѳ����U','aMk��M.�ݚ�fJ>����{�V���>v2U','',0,'?'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�JY��Fq�^��N�','z��w�iL�_�*� !$c��L*�T�qDN_','',0,'?'),('��F~���y�c7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�m� i13-����','��%N�q�4��6�\n$^o����Ĝ7k��.�','',0,'?'),('��H��_X�Ѕ�gU','wp-content/themes/twentytwentyone/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL6-!讜k���y�t','��\0�<w����3=S��wT-|\"��uV�c � w','',0,'?'),('����Ѥ;D���','wp-content/plugins/wp-cerber/assets/flags/jp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Jn@��Aל^�','��7���^qU���` �� �}wͧ�h��','',0,'?'),('�䑖�w�7:\'�h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n�B2���]�� �','\"��Qe��\\NJhb�Bj�{i�J\n�Қi;eZ�3','',0,'?'),('�����s�%+1�;','wp-includes/wp-includes/Requests/Exception/HTTP/418.php',0,'J!�����[��4��','J!�����[��4��','4 �6鎬��M&�$!�2d<��\\ |\\�?g�\n','',0,'?'),('��z�^%���+[$��i�','wp-includes/wp-includes/Text/Diff.php',0,'\r� \ZV���:��','\r� \ZV���:��','�N\'�u�p���=Z�\"-��K����r','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('�(��\"����?4U','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Vn-�C^�j�','CQA�FFC�z�R[ZM`�Gbf�2�A�pЋ���','',0,'?'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('�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,'?'),('�V�^�3��m6�._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�@�t��j23��W','�4���0^+�u*�:ޓ4q[#��O��m�&�','',0,'?'),('�_r p�L�Ʒ��ʼn�','wp-includes/wp-includes/ID3/module.tag.apetag.php',0,'�\\)���H�G���>�','�\\)���H�G���>�','ٚ+��\"�Bt��� \'S_��̄E�s��_�)^�','',0,'?'),('��i���Z/&�J8|�','wp-includes/wp-includes/js/dist/token-list.js',0,'�r�o��\Z�����#','�r�o��\Z�����#','r�����a����D����*�Q�R��4A�','',0,'?'),('���Y`���FΘ�,�','wp-includes/wp-includes/template-loader.php',0,'�z� ҿ��܌~���','�z� ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',0,'?'),('�����[���D?_�[�','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4������Տ��d�','�I�n��6��_����ga8��y��].��','',0,'?'),('���7�M3�$��','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('����2@�k�w>K�2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\r�g�\'SkI�fe�p�','!�I��m\nY��f+̕�P\0����13�\\=��','',0,'?'),('����H\0ۙ��h�C��','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�D���9�j�K\\','~�2��H�3��.�4�\"���Fo�W��^܉','',0,'?'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\"U��\"�?���','S\\�� ���ٺ�\'?��I��75�{','',0,'?'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r���ju',',t�c* 2�����3ئI����4�j','',0,'?'),('�֔��ߚy(qD�w�','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YJs@j���r�jtm','�3ÑѲs��\r&�z=���ds��pJx�3�w','',0,'?'),('��\'�T[K�u��U','wp-includes/wp-includes/class-requests.php',0,'X@�?i� Xc����','X@�?i� Xc����','���$��\r7�U���M����]���g6�>C','',0,'?'),('��h�L���JH�X#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�c)��Re�Y�l�7��','.�`�i�W� t1�}�sty�ɪ���!K','',0,'?'),('����Kǥݳ�|u��','wp-content/themes/twentytwentyone/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�:/=�P�|Ds�)�','v|�^�ц��E�O�x���̠R��ƌ$��G','',0,'?'),('��h�_��-�\rus{t�','wp-content/plugins/wp-cerber/assets/flags/bd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_R�jQ�k.��4','k�j8�F��/���)�5��aC�,�12O�H\'','',0,'?'),('���^��\'�q���0��','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ln��j�\\w�X=7I','7���\"1j��L?9Y�\"��&���kŌVD�|��','',0,'?'),('�\"\\NR^���=��H�','wp-includes/wp-includes/category.php',0,'�`��k�3wh��k�͔','�`��k�3wh��k�͔','G�>�F|59��~�q|\n&\0��R l�','',0,'?'),('�%n��Tߒ ^�gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ub��:\\22B�E�C��','C��{�/I~��\Z\"\"e�UT��B���ވg','',0,'?'),('�3��aD�w�P����q','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڪ&��텾��U�7y','��-R��RlG���cR�K��������a:���*>','',0,'?'),('�G���M�.��','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xY� i��F욤yG�','Z{���L��� �GNJ��\n� ����⪋��','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�}\n�`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,'?'),('��7Kw���}����3h','wp-content/plugins/redirection/locale/json/redirection-hi_IN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g2dj�O\'���jhs-�r','��m��*����4���.�q�an��oQ�2|��','',0,'?'),('���E��c�+,����P','wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js',0,'�^���s�{��މ2','�^���s�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��n&���n�!崬�','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�ˁx�J��TG���','�+���W���V��3�(qF���r;�|^�@��','',0,'?'),('���\\�k���\r�xC�O','wp-includes/wp-includes/blocks/archives/block.json',0,'u�P*�5�\\�d\"Sn�','u�P*�5�\\�d\"Sn�','�/qkU����5i�#��-�̄aye�d̹�B:','',0,'?'),('��&��-w���.˚��','wp-includes/wp-includes/css/dist/block-editor/style-rtl.css',0,'�뺆�� �#��y�k~','�뺆�� �#��y�k~','(���䚆�u$/�/��f��Ш�۬x��M','',0,'?'),('����EX���|T��','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�0�y���~_>2�','ɗU�(���S�t��R��QYq�ex}I\'��P','',0,'?'),('��Vr^T2���X�O���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�B� �?�{n��\Z','t�����p1��\ZQU�|O���\Z(0�\"tV[','',0,'?'),('�� �k-9eMԡR','wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php',0,'��3��NM[�/�\r~H','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',0,'?'),('��]j�l�\'��/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:k���E�t6Q��','yΦV�� }ɛq����K>ۈP6��*��C\ns}','',0,'?'),('���W��{�\\,�Yu�','wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���i!1�� �','s��e=\'���ڜ�N�I�{�U�!�M�E�s','',0,'?'),('��71���}\n��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�2+;�F���нNM��','�w��\"�*��5�U T@��nyȳ�^a�u��\'','',0,'?'),('�,�{�vF��ߝ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�2X69G3�\Z�+}A�6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@7���#{X��q��','J���n�������Pq��/�\Z�n\n��l�V','',0,'?'),('�5����\r��k��','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����zhg\0~���','=k�jY�8�8r�a���hI�:Rի9��i��É','',0,'?'),('�8�������P5aĨ� ','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2���i����','�(���V��{�V�Bk����o(`Z��V 6','',0,'?'),('�B�h\Z����n.]=','wp-includes/wp-includes/js/wp-custom-header.min.js',0,'KO��x �3��y;9�','KO��x �3��y;9�','��X$A���\r\"N��e�$ߦ��+���L(','',0,'?'),('�ma\Z�9�+~�ȍ��q','wp-includes/wp-includes/random_compat/random.php',0,'�5&}k���!6�$�','�5&}k���!6�$�','X8�P���_9���kQ�a[��-mS\'<�@�!V:','',0,'?'),('�����y85���æb�','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��t��b傽�','�]�\0�mXٕ���Ç?���L�d�rHyʧ','',0,'?'),('��l�3. XN�','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�\r�o��k3��1�','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('��\"~I��E�\rD�@','wp-includes/wp-includes/js/plupload/plupload.js',0,'ݠ�$pZR�>\'�|�','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('��{�1u�.b}κ0$�','wp-content/plugins/wp-cerber/assets/flags/bi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',|��\\_��27�k�� ','v����JȢ�\"DWK�9q �Q�^F%a�A','',0,'?'),('���$��>P���3�V�','wp-includes/wp-includes/js/dist/a11y.min.js',0,'婯�S\Z�`�!`TLu','婯�S\Z�`�!`TLu','ʢ����Α%��d5F�(�VW��1�V|\"u99','',0,'?'),('����PQ�E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�/CO\Z>yCiϼ�2�','�9�{��pZ�I�͖��w[Y��.2�l�7��','',0,'?'),('��U���$�\\*�1^�S�','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��=�����:� s','��tw�:��o,�u3Mxm���x�H ��gC��','',0,'?'),('������ە��v�)�','wp-includes/wp-includes/js/dist/components.min.js',0,'�)��[Ŕ��^�2��','�)��[Ŕ��^�2��','��v�,�$.����b��߲���^�#n1�c�,','',0,'?'),('����P�J�t��1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wU ��ې6M�\\�8','<����\0�\rIB=\"�P8D�\"�����L~�I[','',0,'?'),('����_�� �\0*�O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��u��tu�+]�a','�\n�1�IJ��A��P3����C\0{K7QO��f�','',0,'?'),('��P\Z��/���l%�','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',0,'?'),('�\0� ��k~��U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;���\r9!�5�P�','Y����7%��Z�Gݠ\Z��ӊr�cI�ϸ','',0,'?'),('��i�L�ƾ�<k��','wp-includes/wp-includes/images/smilies/rolleyes.png',0,' ���O�2�Ofݣi�',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('� J.�\'��Vn{�|�T�','wp-content/plugins/wp-cerber/assets/bgwidget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PM6ev����3���','��F.�F��3��r5�e�*\rl��������3\r','',0,'?'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('�&�S짿o�$�0�n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ei+`љ�[��>q','kt0���6�;��^@�ê��R Β�6�9r߯','',0,'?'),('�A%��s8��a��ڣ��','wp-includes/wp-includes/js/comment-reply.js',0,'�F���D6����x�','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('�E�ܦ ����O���','wp-includes/wp-includes/IXR/class-IXR-base64.php',0,'�*6���D�T�e��','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',0,'?'),('�G�|$p֠+(�','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9W�`��(P�E쐷','�������}�;R)_�J7���*��?���[','',0,'?'),('�H��ɪ\Z4��ͻ','wp-content/plugins/wp-cerber/assets/flags/cl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�Q�a�A�ߜ����',' I���ײ|01aK�ը�r%բ�(ظlR�','',0,'?'),('�R��B�p��m�Z�;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݁mz���O���ya*p','��&aX�\n��q�E�D������$3Gt���','',0,'?'),('�y�Hz��\"�\\����','wp-content/plugins/wp-cerber/assets/flags/tl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�/`�3˸:��Ldlj','q\0HP��+���m �l�K��(��H�','',0,'?'),('�o�j����y��V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gԌ�p�P�Ig[=��','�V���!�ޟ��ƚ_z�=�|�yaX�ȏ�','',0,'?'),('��Ca�s�]��n�/��','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�,U���ʑ�','��܉�)�\0I]�7h�S��l�(�B\n}kw�a','',0,'?'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J� Ki\Zb+GZ��B','\r9�cgfĊ�T�v��S(�9IE�$�pH��','',0,'?'),('����h|�d7��k�Nn','wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',0,'\"<8���.���K�\'','\"<8���.���K�\'',' \ZYӵ�˼*�,Q�L�Y{�㬣p�\r�h���','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('����8#i�j�g�m,�','wp-content/plugins/redirection/locale/redirection-en_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.z2�^��t4�̙','<����֭��V[��*,�3|���T�^+W˯�','',0,'?'),('����n\0D,����;R','wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\�� �͕�h�','v�Ao;�uD�3$�WB95�_\"��� �','',0,'?'),('���<��p\Zo@S�q��','wp-admin/includes/class-wp-press-this.php',0,'p��,��\\���','p��,��\\���','��kHuE����N�/�JY���g�Si��)','',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,'?'),('���� VFKԅ���','wp-content/plugins/redirection/locale/json/redirection-cs_CZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZ�IeE�E��6s�','�Է��<Hm�){��x��!<����ř7.U','',0,'?'),('����ؙ�3���','wp-includes/wp-includes/js/masonry.min.js',0,';?�&��T�Je�xH',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',0,'?'),('�����հ ̋�Ȳ�S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�Ƚ� ����\\E','��\\� ����O��JpF�>Q�� �?��lgi���.','',0,'?'),('� �n�$��q��^qf��','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����:ѷ&����(�','�l�1�Hq�.�2�x��$�Y�\Z8�','',0,'?'),('�\'^�D��IG�1��!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ظ;�#�t��r�/+0','J�c�CBE�䱢?$Gq�u,7��ޚ�A�','',0,'?'),('�*T�u\r�����~�m','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v0O��,�ᤴX��','찐p\\B�lI����`�{i�~����&QO','',0,'?'),('�1l<� t~L�Uw�','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('�[���d�m{&oL!Τ','wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',0,'��v�<h������p�','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('�]oM�se��J4�','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���h5��\rxܖN','6y\Zu�υ;� �0�~�rs1J�9��X���J���','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('�g�K�;�qF�VI}�Q�','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�N9�ɪ�a�Dx�','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�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','(��Ё���7E[K','�}�O��+�rG�C\Z4�ŵ7�6vǻE3�','',0,'?'),('�ir�u�5������','wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,`��Ќe�dÉd','���*o��z@\n��g�cR��9%�GY�`(J0','',0,'?'),('�|N�ݾfo��e4b`>�','wp-includes/wp-includes/js/jquery/jquery-migrate.min.js',0,'y��k~�x�$K^-3�}','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',0,'?'),('�������<�x�B�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xqE̜$�b0^�s','T\0>�t�d��ը&\Z4qɢ���A :�C�C��Q','',0,'?'),('��e�-��Rȉ���L:�','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�Z��O�;�m�#�','�v�̀��O��=��n��u�#�}��զ`�4�W�','',0,'?'),('���8���ՠ�)j,z','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB-���L\'�g�Aq','vɘ(�f]A��?p�AR\Za��Ɓ& A9\r[��2','',0,'?'),('���`��Is��^.A','wp-includes/wp-includes/images/media/spreadsheet.png',0,'�4���\0T��̇?�','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+ �','',0,'?'),('��\"��p�\"-C����w','wp-admin/js/wp-fullscreen-stub.min.js',0,'$f2�q��ʁ1KRr�','$f2�q��ʁ1KRr�','aw�AV� �>[��GA��I\Z� ���cr\\l�','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��L�(�`��#��','W~T+��$��zgbl�ء\'���p3��m�1','',0,'?'),('��>i�>C�.�|#�q','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�k�q¸�f&','<S�H>�x�Ɂ����9�|f2�Qν���mF','',0,'?'),('������U�\\��a�E','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��ͱ��r0��=�','?E�%��+�����w�\r�^�֗.$�i�$[W','',0,'?'),('���i��֯1�o�R!','wp-content/plugins/wp-cerber/assets/flags/fm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=KbF�!X�ټh[�(@','/�������_S��L��`ZI�I(1���','',0,'?'),('�-4ͧb�Q?�)\n�','wp-includes/wp-includes/blocks/pullquote/block.json',0,'\r�1��ݗz��sK�c','\r�1��ݗz��sK�c','v�K�N��`\ZX�n$`7P��Y6�~ON�1�','',0,'?'),('�B����!��vݡɶ','wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zz�#uv��\0���','��}���|IR�v�J�%-�/\n�V���','',0,'?'),('�+�i�p�ZӶtB','wp-content/themes/twentytwentyone/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��rA�_�ù�_9','�ޔ�<N�6����o8���\r�����$i','',0,'?'),('�<��(��*A]�O�','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','35\"�e4��9��,<?','n)(�Q�hA`�[��汶<�J��t({��dـ','',0,'?'),('�D��d.P˴{-yo�g','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�f�uֺg-g\0C�=v','�N<\r�;��d�*��8+)�\ZbO?�0��E���','',0,'?'),('�I|�K9�(�{s�X','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����\0���\Z�̿�','|�?b~����ڬ��(�ʹ;l�G9��','',0,'?'),('�N\"�,�_� 3���B�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�B���4�H','i�썚<X�\'hw�4E�u�*\\���xQ��7�','',0,'?'),('�a�ͮ�(�o��:`','wp-content/plugins/wp-cerber/assets/flags/dm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�<�-�.��w','��h*W̕|l�0jhWp:���z��[V,','',0,'?'),('�bv��E��H���΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M4���KYs:��ȫ�','����Z-3w�Eї\rqK]��3�]��.X','',0,'?'),('�hS����:���`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',0,'?'),('�o��M��F�7���','wp-includes/wp-includes/js/dist/reusable-blocks.min.js',0,'�,�F疋��nA�^','�,�F疋��nA�^','�KJE(iLõN��5���KTc�B0$]�-}�۹','',0,'?'),('�s�U\nM�t�mH|Ҭ�','wp-includes/wp-includes/class-wp-locale.php',0,'�S�P�<�#��\0�\':','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('��N�1$y�\ZJ+�t��','wp-includes/wp-includes/SimplePie/Cache/File.php',0,'P��8?Q��h�','P��8?Q��h�','~�`��嫌�<��B\n鲙%]��X}\Zi��','',0,'?'),('������n@���+�\"�','wp-includes/wp-includes/js/customize-selective-refresh.js',0,'�uP岉�0x\Z�����','�uP岉�0x\Z�����','��q�˖jZC~����<sħ+�RI!�H��','',0,'?'),('����ZD��F��7vp','wp-includes/wp-includes/js/shortcode.min.js',0,'�Ad�\'w#6?��w�','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('��˜���MX)�o��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js',0,'rt\0X��d�xR`��','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('���&��N�,���6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*04�G4F� &Z�i}\"','�.a�}��hw�6�WEʭ�(3�Jӭ�9�E�','',0,'?'),('�д��\0N莦v�\n=t','wp-content/plugins/wp-cerber/assets/flags/cz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cR��}S������J�','�m*1\"�vl�ř:\\��f����?.�؟i��\0�','',0,'?'),('��v��#q���ȃ�','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EOxٕX�2떭','x��aJN�!e���\"\"Nq�}�AMC�1)��{�j','',0,'?'),('��W31��N���gפ��','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jB���e�}����\"\Z','�g��+_u<!�\'��[��N�b�r��c�>;','',0,'?'),('��x[�e��>M�','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m-I�f3�f\\Z��','u�-h�yjL��!z�V���-1�nyFY�Ý�&�','',0,'?'),('�������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,'?'),('�cT��ޤmF=)��','wp-includes/wp-includes/css/dist/edit-post/style.css',0,'�-��b�E��y�L�J��','�-��b�E��y�L�J��','9 �`��\'@GGXLH��K����Ħ�ᚆ','',0,'?'),('�q�h���Bc�92��','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bh@�Uj՟���G��\'{','9;#���l+��9���\"��p�LŢ�ۈ�|','',0,'?'),('���\\F�Z�7i�','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�\0\0�P�qSqUь�','�n�BEqO�Ȉ����}]��� ��ULryi��','',0,'?'),('���I:�.�X�<��!�','wp-content/themes/twentytwenty/assets/images/2020-square-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��4(��|���&�','�`�z�z�Y`]���3��)�]:a>�?oez��','',0,'?'),('��n1.Óu�t���lX','wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+@}�����nf\Z��E','Xi� t���j<u&����%C�\rA��\0�6!�','',0,'?'),('����`%��{��+��','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�%7�!��.�','{h\0,�]�z�k�V�{җ�6nG\n�x��s9�','',0,'?'),('���v��\\Q���-��','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %>�)���;��','F��S�[k���&�f� 6+�b�>��','',0,'?'),('��t��h� ,Gx�\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��R�N\Zb8M�g�|','{�����R�tH}��ܧYQ��{�F\Z�H�','',0,'?'),('�ƚ�ŏH�Wn�\'i�','wp-content/plugins/wp-cerber/assets/goo-translate.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�c�\"C�!㋫x�o','�>��Cv^��/�V����r��cCƨK(��P��','',0,'?'),('���9�X����U�7�z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�bo i�%H��Xw�Xv','ƅ1h�/jw�<U���\\�k�q%s|W�6��','',0,'?'),('��і�q��SGKy(�','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>F�ނS\0wt�R��','J�Mv��CkcC^f�`ƨ� S�@`�Uny�+��','',0,'?'),('��c�cXRd���','wp-content/themes/twentytwentyone/.stylelintrc-css.json',0,'���%fX٨�=TQ!','���%fX٨�=TQ!','rb�P�Z���#�Ue�xBS�6F셥Կ\\?�','',0,'?'),('�4�di�I�������%','wp-includes/wp-includes/js/dist/element.min.js',0,' ����)��o��^\n�',' ����)��o��^\n�','l���\Z!:�Ϋ�?!���i����;�i�','',0,'?'),('�9��l�ן? r��q�','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�Iyʰ�BzR��>�O','�gu,�$�bh�/7��C�<�l=��0x�3�x','',0,'?'),('�%��?���)�','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w]�Q�V�մi�','��q���r*���-T���N5�\r��Oc;m�a�','',0,'?'),('�&���FvW�,� ','wp-includes/wp-includes/IXR/class-IXR-request.php',0,'%p.<�Sǡ��z1Ϣ','%p.<�Sǡ��z1Ϣ','Q�*k�_}��2���>T�q<�_S�:�Qh�','',0,'?'),('�DS���3.įy}�;','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"��ӠA�\Z����%̝','+啧���0��p�Ɯ��JMk �q�w�Xب�','',0,'?'),('�[�Hn[P�.~���FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(������%��ӯq','?^��в�W�}T{5�3�m�T�:�锟��G','',0,'?'),('�j��\\��Ħ<y�p�','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���dz\'E�n�N��','��l.��M|yc�)�Vr�]�Ak�:Ʃ\"�A','',0,'?'),('����tCβ��<\n��/�','wp-includes/wp-includes/embed-template.php',0,'��U�z�A>z�\'!f*','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),('����Z�\Zxcy�d��\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U>�p4J�l��5�=','9���\rX�L�dC5@U���K&>̓l��#�','',0,'?'),('���-�4u��\Zo�','wp-content/plugins/wp-cerber/assets/flags/ye.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t?H&��@\r\r�J�','�~��p��\"&qƝq�*��۔�QV��Y�\\F','',0,'?'),('��[�s::��q��+�','wp-content/themes/twentytwentyone/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q���M\"�BC� �','���~Բ��+@�w�GՑ.4C�O��iC���','',0,'?'),('���%�I3-�7�','wp-content/themes/twentynineteen/style-editor-customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9�䩠�\"�\0m���','�/} ��� ��ԾA9{�!���w���a��.','',0,'?'),('�������,l̵�J�','wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php',0,'\Zjo�\0��y,�*�}c','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',0,'?'),('���%���\\(w����&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I\0��$K�� � ','V�p\Z�1͌э�\'=~�ٲ�F_u\\��P�','',0,'?'),('��G^�2G��%�k���','wp-content/plugins/wp-cerber/assets/flags/fr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('��Gfir\0�)�|��S','wp-content/plugins/wordfence/css/phpinfo.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��Q���!�0w/�蓴','���a�@|��I\r=\Z^ε�d)�[�����W��','',0,'?'),('�����:x�=�}�','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�;��ty����','�G������[&�~ͤ�E3� �z͟��ӱ�','',0,'?'),('��C)�VxzϞ�ΩtP','wp-content/plugins/wp-cerber/assets/flags/um.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�xQos:h�\0A�qY','�?85�ϝ��r�o�e��[UԦM��\\','',0,'?'),('��H�a�+����̰I�','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�%�S�\\!+���d�~','���8���|~�1뢇�:�HB�g撚r','',0,'?'),('��{��e�E�C��@@7','wp-includes/wp-includes/js/comment-reply.min.js',0,';Yó8y�F0��P^',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',0,'?'),('��O�I��Y�\\�{=�H','wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��líܓM��','^�h��Ru�ɆCZ11��S���&̊p0','',0,'?'),('��y�&a�A�7�]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%���B\ng�2��;','D,�A�J���lOS�p�e؇�&���','',0,'?'),('�ƞׅ\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','��[P+w��y�R)�BB%','�K�0Z��42��5a:�nLH���C�P���O','',0,'?'),('�PB�\n��Z�Y �P�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�21����b���m� ','H���>���@+��q�j(~�]�v`�즃�\'','',0,'?'),('��OQ>�f���k�U','wp-includes/wp-includes/assets/script-loader-packages.php',0,'-�K��a�e�kb\r�5','-�K��a�e�kb\r�5','�^h&^I��nb�ކ�n:*jB�_��3�V+n�','',0,'?'),('� a\"KwT�bc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǰW��{�jڛ/$��','��j ELCo�!;u��:�蛜|�|/���3eom','',0,'?'),('�$Š@�hAI$&�O�','wp-includes/wp-includes/images/crystal/spreadsheet.png',0,'5�9�Т1�T��n��','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('�-�[ip��\\^���]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x̭&�b�+|eS�݂','�,��ɼ?��?� p�f\0qO��_���&N9','',0,'?'),('�0�&�Y�������','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('�2l�Ƴ;���-6�','wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3W�T��\r�ط�18��','<�[�7�LĆ9�>gQ�:�56��bW�7��','',0,'?'),('�4g��e���>���ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS�2��i�g�','��J�p�S_��X��#���UB�-z���,�','',0,'?'),('�;�f�J1��˘��+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�<���^��=�f','s]ѽj$�� ��↜������Sk��ik�','',0,'?'),('�OOwT�M\r��Y�!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',0,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!a���� ��5/ �','8*�Zu%V��,�3Yb���k־�&) ���E','',0,'?'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�,�yS�h�K=�c','9|Wü��yt�ϝ���]P,is�Ǯ���S7F���','',0,'?'),('�y%���Ǻ~�ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rb��q\"�]�+\\','��m>� ��ӵ㿞í��\ZC��(8��(','',0,'?'),('�{�v�.��h��','wp-includes/wp-includes/class-wp-tax-query.php',0,'��}���nBJw�k�0','��}���nBJw�k�0','��,�In����\n���E,��@�h�1����','',0,'?'),('��\Zv\0��̀Fn8���','wp-content/plugins/wp-cerber/assets/flags/tm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�d&���&����/��','�p�DƱq��ߙcc����D�J�cT5@�U�v\n','',0,'?'),('����<��k$�R�F�S','wp-includes/wp-includes/js/dist/plugins.min.js',0,'�Eg���Zm\Z��4\0�','�Eg���Zm\Z��4\0�','�ьZ;�9�c`.�Є�7��7�S��Z?��mߜ','',0,'?'),('���/�-�Tǻ�T<�S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�L��$�~ZvV��','�\"��꯹�bG�����|���E���L�ٟ,','',0,'?'),('���@�qּ���d�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php',0,'Qy���?�;�8�V\n�','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�ŕ��B^u?���3','wp-admin/images/about-color-palette.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B���i�h\n�[v���','\Z�AS��[�[��kn/�:�%��>\Z\'��_','',0,'?'),('�)�E)�M�/^�P*x','wp-includes/wp-includes/css/dist/block-directory/style.css',0,'��?)LH\rb��pi','��?)LH\rb��pi','7h����/���/y��3L��\"�U��n��H\n��','',0,'?'),('�1�o%��q�A��','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�~<B^��k���','v-��a�F\\C�0��7C�����=VlԺ�','',0,'?'),('�M2j��\'uB��J�\r^','wp-includes/wp-includes/js/dist/redux-routine.js',0,'K�|�WaU\0��κ�Ht','K�|�WaU\0��κ�Ht','�B&�VJ�ŋd�#�l�f��c;�}3T�%K{','',0,'?'),('�TL �߈,]��զ�m�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8� �����:{��W��e','6{w���^Gk�Ϋ�25�b��\r���','',0,'?'),('�m�H�:�M���*��^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iۘ\"���뱠��','���by:��8�3��o�\Z������\"ڹ�','',0,'?'),('�z�h9��ꈦ��Xp�+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|�F������e�','��_?7���c���:_��@���E�J��s��[','',0,'?'),('��9�n����P,��A��','wp-content/plugins/wp-cerber/assets/flags/pm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��\'�)v\rC��','`&�k$\nuxd�sh��RZ�\r��� (�Qf�','',0,'?'),('����v���V5ǃ�D�u','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ�\n�1�h;!�','�Mϡ� ����p�k��)����!\r��','',0,'?'),('����|���xY�iF','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߔ>�j7\'\r\0��','���K\ns�DШ�D}�\0b�x:�XJ�HlN~��k','',0,'?'),('��E�S�c+��#�)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�Nm�S���C��{�','���P~�{p��}x{�8�2�hX�x���','',0,'?'),('��F�����{��A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{X�6��92����','G,��=����C\Z3���~f�(8��Ψ��@�,ї','',0,'?'),('��E���Q?�� (�','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,;�\Z3�x���','��0�v�!�vv7�H�lV�d���i\'K�����','',0,'?'),('�.݁B��xK�Y�','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�����n����','W�a�h\n�\0�8u�v���yv,N�����!�wh','',0,'?'),('�\n`Z�Q*�N�v�~','wp-includes/wp-includes/sodium_compat/composer.json',0,'`��NKp@}���\r�|','`��NKp@}���\r�|','���a���<K�-��Ìb=7t�#�-8��/��`','',0,'?'),('��6����~e�{�\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���f%�(��xfn3','��0ſ���Y�~�YǦ�����m','',0,'?'),('�*O-�Lτ���\r[�u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��^Z\"^�v�\r','�\r�w�^���攗\n-�_l��<��\"���4W�X','',0,'?'),('�??n�����_2g��j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',0,'?'),('�P_ւz���X�j�}D','wp-includes/wp-includes/class-wp-taxonomy.php',0,'Kx�om���u�5t�','Kx�om���u�5t�','��8TI�|�|C�!��`vg�#�Q!ɓ{=��','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gj��z7=���','����g��%��R�C�R}<�0�]�uɬK','',0,'?'),('�\\����\\�hO����','wp-includes/wp-includes/class-wp-http-ixr-client.php',0,'�����2���5K','�����2���5K','�BVrAC\n�a�+���(�;%�FdC��TD�#��','',0,'?'),('�f�踜��\n','wp-includes/wp-includes/post-thumbnail-template.php',0,'���d��V��cꘄ','���d��V��cꘄ','G�%*�J ���$��o=�@��k����Jl�','',0,'?'),('��r9y��/���Z]�','wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js',0,'m�iz+*;)��E�','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('��`$Ϯ���O�\0i','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�В��o�a�\"��','l @> �8[w�t����?X扊�>��V}�','',0,'?'),('�Ϋ����q9�Z~Bq','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',0,'�D��]σ��2+fX','�D��]σ��2+fX','Ѵg�h��m�s�ꄑ��-vmQ�Ij�\Z]sQT9�m','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;.�K� Ld�-�','�-��]y|��\"c�n��$�q�0LL��c�@','',0,'?'),('���K���\'�\Zxrx��','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y� ���,�W��\Z�^','Zv�MYWH��k��I=��\Z�Qj�E�ǟ�','',0,'?'),('��Y�\0)\r/j�)�Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w�� ���','',0,'?'),('�SD�=�nK�ظ�','wp-includes/wp-includes/version.php',0,'��|�\ZelǢc�$�\Z','��|�\ZelǢc�$�\Z','H70wN1��_\n�T?a��(-l�]�g��9','',0,'?'),('�P�h`|/���:W�\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q����-ڠ�t�56�',',C=ē0ȸ�a&�\"WӸ��Ă��0\n�(�73x','',0,'?'),('��DT\'{�_̤ؤP7','wp-content/plugins/wp-cerber/assets/flags/gf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('�$n1��U\\�x(�','wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�YԺ\"9N�Rt�f','k�E�E��+�hR�aw����߸��0{`����','',0,'?'),('�$_���X��la�','wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('�A��x�P9�=2yF�','wp-content/plugins/redirection/locale/redirection-el_GR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���?A$GK�2rE\"','�*��@����B�uTDg\" �#r(�{����z�','',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�D���v&���',' 0g�������d���i�\naI���e��!','',0,'?'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���U�� }��\n�','�οzB�+q���5Vl�K�l��k���Z/��|','',0,'?'),('�afh=F���T�:��6�','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\"P����e<��3i','.\Z�D��-����ày!�����̕l��','',0,'?'),('�{(諸���S:�<X>','wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php',0,',��x&����{\n�x�\\',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('�{��On�d���T?v','wp-content/plugins/redirection/locale/json/redirection-ca.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7!:G���Ʊ��','Ƅ\r�\r �����q*�V]O�\04���z','',0,'?'),('�����;~ӷR�>��','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�zrU[\nK��z��','s�d����� J�WL�+<�I���S4y$)T@','',0,'?'),('���nvp�e������}�','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y\'�@>@������','��o���m�z�Jr;P���%��ːdUS3��>','',0,'?'),('��� �JB1�����','wp-includes/wp-includes/js/dist/annotations.js',0,'��T[qx/�^�`P����','��T[qx/�^�`P����','��7��[PS�%�\r����)/Qe�X�|ۺ4�','',0,'?'),('��ucZ��o��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�p��=r���8ʗ�','�\\��Z���`\\@��*�Ǘ�o3B�&j\0','',0,'?'),('���*��h^������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n<Tfw��Y�_I���','e��\'#�\\�?����O-�U�L�]5�6��$','',0,'?'),('�� �\\���
�Tn��]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��2����P�ر','�M?�~\"��u%�[�,�l����+?F-}�M)�','',0,'?'),('��W�h�DsN� �I5','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',0,'���蛻�0�ե�J9�','���蛻�0�ե�J9�','�V�j݈��o��ȟ{\'7�Úع�����','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?)LH\rb��pi','7h����/���/y��3L��\"�U��n��H\n��','',0,'?'),('���:�[�f��KZ�?�','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�N���.���,','r�ŃM\n�.�H���D�3w�m�yb���','',0,'?'),('���(_�J�D~���','wp-content/themes/twentynineteen/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�j%mx�t�h��','��m�ۄ�({�V�3�R�#/.pBց\')r@��','',0,'?'),('���vs<g�bv0�1��','wp-includes/wp-includes/SimplePie/Cache/Redis.php',0,'o.*h�`|,{���mg','o.*h�`|,{���mg','�Yj�q��O�L����1����v��|�b�}|U','',0,'?'),('��\Z���3�H�{�Dz�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r� ���Ϭ�n+�n','^�q�N����Т��&yN�~�\'S//>}�p','',0,'?'),('�#:���Sk�U���{�','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�:�?��l]�����u','2P��탚��=w=��7Ar�\n�fQ��~,��B','',0,'?'),('�(�|n��sARF�+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('�@�<�� ����M�','wp-includes/wp-includes/js/customize-loader.js',0,'�`�6��!��҃z��','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yP58��Ƣ����','��z3qS���T=�䞌HL<Y5A��#H','',0,'?'),('�����:[&b�[�hY��','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('����L�7HnWE�DM�','wp-content/plugins/wp-cerber/assets/flags/sj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('���x�vOR�cb�x�','wp-includes/wp-includes/images/crystal/code.png',0,'`�1�����1�9','`�1�����1�9',';�67����\r�!����x\Z_@H��&C��-��','',0,'?'),('������T�^�䘪�','wp-includes/wp-includes/js/jquery/ui/draggable.min.js',0,'�J���\\O��Љ/�Hp%','�J���\\O��Љ/�Hp%','�N��B\0�!8\r���o? �)E�C>��','',0,'?'),('���x2�_.�~$�)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Th�;��ͯ�|!fE�\"\n','��(��o{il�A��� \'�Z�E�I�d/&�','',0,'?'),('�ه�Wz���0���L`','wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',0,'��cW�U��ԟ�`B ','��cW�U��ԟ�`B ','w�\r��j�*�m�l]� �t��PU�\r�E��','',0,'?'),('�Ὀ����5f?�hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�P��/:���#�A','��P����!jz�F#�����d�ĚMP','',0,'?'),('���5zj���n��x�@','wp-includes/wp-includes/js/jquery/ui/progressbar.min.js',0,'\Z�sk�����Z�j Y','\Z�sk�����Z�j Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('��k5NK�Esu�5]�','wp-includes/wp-includes/css/wp-auth-check.min.css',0,'�j��b�u��=�`c','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('����8`9��?Bb�Б','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��5�����t�','`}��`�J)�$;��+�6K�C1R�&]C�i��','',0,'?'),('���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','����:�ԕw$ބ�j','�a���95�]��ꐺW�e+,�O��� &�u','',0,'?'),('�4��+��&S�`J','wp-includes/wp-includes/feed.php',0,'�z2�j��(=iSM�IV�','�z2�j��(=iSM�IV�','\Z�/������\'\\��.�� 7�����3','',0,'?'),('�C8���t+���)I','wp-includes/wp-includes/blocks/heading/block.json',0,'M�J��+��4G��Ѹ','M�J��+��4G��Ѹ','+\\�X��IJ��J����\'�|��KiV��TD����u','',0,'?'),('�D��?ļ�\n����','wp-content/plugins/wp-cerber/assets/flags/ml.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��hϸ-�1�՞��3','�A\0�]�ҕ#�:\r40�2��W�A%��)V\n','',0,'?'),('�a��.�j@��^��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<Qq��)@�M��J��','/�jo�z�y����@��z%9�&F%��[','',0,'?'),('�c�̎��$\n\'@�\r��','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�~yEfF��d�x��','O�tJʰ�Z伡��V�S<ͤw�z1W�~>��0)','',0,'?'),('�g�h�B�g��lI�~','wp-includes/wp-includes/js/dist/vendor/react-dom.js',0,'C��InV��9����','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',0,'?'),('�m֙7�,�}��ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ԝ����p1l�','\ns�:���$�}K���%\rr�hM��Ap\r��','',0,'?'),('�y�I�)��&>�ά','wp-content/plugins/redirection/locale/redirection-ca.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+1dOG�v9C','�ݾ�D���b��7��ӊ@����[�D�2','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z>?�iY+Q�K�C��','r������쐋����&5�Q8�C\"���K�','',0,'?'),('���H\03�ۡ�E�p�$$','wp-content/themes/twentytwenty/template-parts/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�)�\Z~w�������','�%���K.�P��V�vZ�ښ�[\0�ȗfE��6','',0,'?'),('���J1��M�F��<�','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' P�f�R2���.��z','��/��\n���0ۥK���.�Į�\r&$B�\Z}','',0,'?'),('�����Ƅ���NB','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@8���s��A��','b�#�x��h�F4�_ �De���qeD��','',0,'?'),('���^>���6z�@p�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',0,'�C_�n�4]hc��3�?','�C_�n�4]hc��3�?','�wD�Z��s�J������dӚ�K���N҇','',0,'?'),('���?ڟ�E���$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C���*\Z�\'��',')��P��Š�ObxZ-dtWN��ǧ�~x�^Y��','',0,'?'),('���6��b�g�>_�','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),('���Z�C?��Ԟ��','wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php',0,'9�5��e�f��#�ϝ','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('�h�x�*(�&���kO�','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��yGF�,{��X�z','%Ԝ5��;�����x��^)���G(��o','',0,'?'),('�����\'K�z�f��','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�$+��q?��U��','�9@mr�ܵ��\"+B���V�K.�uB\"�����','',0,'?'),('��5#�\"8�%`}','wp-content/wflogs/template.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('�\r�f����h�8�!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����km�\n H�M��','FO���V3\"���������!k�P�','',0,'?'),('���v9�b�$�L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,��t]7�=��Q��E','��,��t�\0_g�X%4.�tP�]�>�JT4','',0,'?'),('� �(T5!��h�u','wp-admin/css/press-this-rtl.min.css',0,'\n�_�ܤ��.gz�BQ*','\n�_�ܤ��.gz�BQ*','ݴ�K��bT�3�y�*��נ�\rF������','',0,'?'),('�!Y;��I-���u','wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�rV��S�|�k���',' ��^��67�+�k�`�ۍ���]B���G��p','',0,'?'),('�#�?���Gc ¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɱ��h�k2\\���','��8B�^���K��ڝo�d#T��s\0����C','',0,'?'),('�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,'?'),('�K�{�*�)�����','wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�@�c��<�W8DM','��wL�\rd�Ê��3��<\'\n�:&̉��$3$O','',0,'?'),('�Q49��Lz�J�','wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','()p��|˜���s���T','���R��j�-y}��EHh\r�F�D�����BA�','',0,'?'),('�XX*��!2�~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eb:lx-�<��s99`','�,��{ m��Z��BV�TL�;*���<','',0,'?'),('�[�n�G{�\'��q:�','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K��Mý','��{�\"�z�GW1ɓDĝ��U�͏�[���','',0,'?'),('�\\�h� R�X�<�C�','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���߅�w@L��O�R','��EF�j���r�č;s��.f:��Ϥ�F','',0,'?'),('�|W��<�|ƀJ��','wp-content/plugins/wp-cerber/assets/flags/cw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��Y7����yZn��\0','wp-includes/wp-includes/js/jquery/ui/menu.min.js',0,'e��\"f_�2�eg�','e��\"f_�2�eg�','�{�B��x��\r;f �2��4�/����4E�','',0,'?'),('��eN#x�ܕ���{','wp-includes/wp-includes/class-wp-http-requests-hooks.php',0,'�,ͣa4h��D�U�+','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',0,'?'),('��J�ח�_yzx�6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��>�H\r��5:�6�','*]X8���%�KқR ���Q�f�;\ne�\r�6\\','',0,'?'),('��_´T�������','wp-includes/wp-includes/rest-api.php',0,'W�ם�Z�1I$\'O�','W�ם�Z�1I$\'O�','�|\r�j���͞�;#�\nZ�0�|�Iݩ���','',0,'?'),('���Ȁ�~_q�I��S�','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��3�r�;]�<|�','����1��y吥!�}}�3ɻ}}�te\nt�','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�����\r�]@��','�M�!҃�hMg?LO�\0ş�@���M�\"M�.','',0,'?'),('���Y�S�_b�q�,.V','wp-content/plugins/redirection/locale/redirection-be_BY.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',9+�2�h�H�n*�A','\n����e\'zGF�F�V��rA��v_g~��','',0,'?'),('��zc|��ـ�vM','wp-includes/wp-includes/css/dist/block-library/style.min.css',0,'����{`�q���\'2P','����{`�q���\'2P','Wf�y�����7hc��ajkgd�4��8�ɢ��','',0,'?'),('��x�z��z��jMH��','wp-includes/wp-includes/class-wp-http-response.php',0,'��4��y�K���ߕ','��4��y�K���ߕ','�Ι ��[�{\0If�\0�t��v\n9d����x��','',0,'?'),('��$ \'�6�y�T}3�','wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js',0,'�C9���Y�O���','�C9���Y�O���','���+�®-FVp�ݨIht�L�iP%K��i��6','',0,'?'),('�� �\")�\"��0I�o��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��q\Zs��q776�','C�D�a�$�=�f[Q�4�JW�7l)�.�=%��','',0,'?'),('�������&Ż�(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��˧0�o�r�j�{�','<������\"W63�`�/p�0h���LH�MG1','',0,'?'),('��~+�q�X��\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oaQ���|g�4&��','�c�U�X����+�]Wvd�=�,����Z0)\\�','',0,'?'),('�]~���K*Ղ㈔','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',0,'��lS?,�ra�4;�^F','��lS?,�ra�4;�^F','�D�;�䏑��eH�i�b�\Z�?�b����','',0,'?'),('�6���[\ZM����','wp-includes/wp-includes/Requests/Exception/HTTP/400.php',0,'Q�n���VJ�R�x�5��','Q�n���VJ�R�x�5��','�d�>���� �i�H����b$�&�n���6�p\Z','',0,'?'),('�O��Ů�t&�ܠ�bJ','wp-includes/wp-includes/blocks/preformatted/block.json',0,'Lr\r,�Av`�� ���T','Lr\r,�Av`�� ���T','6�.�_��*��NMo�\r��k��n�Z�\r/��+','',0,'?'),('�\\�`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','��XQ�P����)#','f�@!0��2!Hur�\"��Le��ZW�܍��','',0,'?'),('�|Y�!�9��c!YQ','wp-includes/wp-includes/media-template.php',0,'��]p�uA@j4� k','��]p�uA@j4� k','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('��}Hy�M��1�ě8','wp-admin/images/about-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nڢ�U�����M�','��@^��Iͮ�s������L�:}|9�ƶ�KXk','',0,'?'),('��=CѠ��*TX�4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ր�]P�̍f��Vk�k�','�3}�c9j�my�����@s��p�VR�9Z','',0,'?'),('����;X�3�j����','wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php',0,'XP�sHG�/n�w','XP�sHG�/n�w','�-ܙ���_�P^�C����`ֵ�.���F�If','',0,'?'),('��ڷt�g�Z�gE�','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��y�K���ߕ','�Ι ��[�{\0If�\0�t��v\n9d����x��','',0,'?'),('��K5E�,\\��l�','wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',0,'=���B�9�$v\r ','=���B�9�$v\r ','�X�-��y���H��VKr�V��Y˴t���X��','',0,'?'),('�� ��It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F0�ݶN��j�!�','����mn��hAɉg8��gj���m[)�B��','',0,'?'),('���G�l���ݠ_�','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W!j`(�YՌ�f�','��2�&�;��F�7�A\nOM�X�����','',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','��w.�n��7��I���','����W��.�3$��^�O�:7za��0A�','',0,'?'),('�;?2��S��\0��p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w ���y����C>�','��vV��� v�b��\Z�[Zu�G� GnA�\"�H77','',0,'?'),('�W�-�ى��|�Ǘ��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��b�)EoB�$�w�M','�x�c�$I-=�VMjSd�b�6A;{��','',0,'?'),('�X��@��%�1C��i','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('�[�?��n2��\"d�d','wp-content/plugins/wp-cerber/assets/bn4ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��L���uLT�','�TZ�G���~S-�{&M:�\r��/7O���T�','',0,'?'),('�]�.�1\rPXL�','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^ �4j��/�?\\��','�V��a�U�ˁ�F�V���ߴYn$\ZӸ#�\'R�K�','',0,'?'),('�a�#(QD���h�G�V','wp-includes/wp-includes/ID3/module.audio-video.asf.php',0,'^�Oo�x�&]��\\L','^�Oo�x�&]��\\L','͆%F ��/\r���:�����0;>�_M3��w�','',0,'?'),('�f(�9��6��yaN|2','wp-content/plugins/wordfence/waf/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z^:@��JKL����S','�\rH����n`�>�--\\Tr���7,��','',0,'?'),('�l_S� 9�����[','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��4��)�R�>��i','�4xZP���]�QT[6�Z;����n���P�','',0,'?'),('�rY��\0�S���(z|�','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb�yf��|��S���','�o��G5}[�`�n��x���ܡ^�@B#���lb','',0,'?'),('�s8��\'��ɀ�\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�P*�5�\\�d\"Sn�','�/qkU����5i�#��-�̄aye�d̹�B:','',0,'?'),('�u$�{���ܨ��v�','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��c\r9+@/K<�2','=�\n+rS�D;��|�Y}�VĒP[�o =]LJ','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]��{�}�� `X','�I?~�4���]4�����K��F��\"v�I(','',0,'?'),('���ƌ\Z��,�H��','wp-content/themes/twentynineteen/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xZ�SY�S�m\" ��a','�UYX�}�m�\",W�9:۸�.�෦Ho�\"�','',0,'?'),('��K���K�1�l�!�D','wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ƅ�&8����','̸����������\n�X���Gz�y�\\Kq�WQ','',0,'?'),('��\0ceU�`�{��g��','wp-content/plugins/wp-cerber/assets/flags/kr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Uґ0Pl�{��ip','Zy���\Z�(�r��Q�N��ӌ���b�[P���','',0,'?'),('��\r���[��\0�EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�̦���QK�#','�Q��]+N��[m^̋B���1��Ϗ��}�','',0,'?'),('��4�y�3%k� ����','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;k�#?��cQ7��(e','�o��{�\rr�h5��F�w�w� L�e�Fz�]�','',0,'?'),('������|� ��','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',0,'?'),('��Θ��r(��Ł�� ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���LP���S[��f�','F@H���8�݇��7an���#{�����j�','',0,'?'),('��nHHХR���?','wp-content/plugins/wp-cerber/assets/flags/gh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,La^���#d�e\'','��^�sV��z�3���:4�i�[��K���','',0,'?'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�����\"J�3Z��w','�m��e�=�H��oD���OT�\0�v���','',0,'?'),('��JL��[q��&�D=r','wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php',0,'5.R�\0I�u�\'tV�','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),('��p�$^���d�Z','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%(F��v\0�~��F','ڙs-s���~�uYe������T��F�4�!� *','',0,'?'),('�ګ�c\r2�8.�\'�\"','wp-content/themes/twentytwentyone/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?yO��+��D��','�\n=/��?I�l�b�i��8�A�HxV�5A?vi','',0,'?'),('��G��ۉ��\\}����','wp-content/plugins/wp-cerber/assets/flags/cc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� .-6����C#�','&��i��y�_��_����vV>�~���d','',0,'?'),('��c�R�f3�p5�','wp-content/plugins/redirection/modules/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��⿁@��-M ]6I=','9*z0����SU��8/R��v��]`>�N�','',0,'?'),('��[K���b���28�','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{K_��eG�@{ /','�G\n�{2����@k�ٗ��9Բ�1G9��P�','',0,'?'),('���o�(�\r�<�T�0n','wp-includes/wp-includes/cache-compat.php',0,'�?�Iq_��P�$ӄ','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('��\r�▞������u','wp-content/plugins/redirection/locale/redirection-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\[hy�!^2�:��T(','�_s��EΛ�k�\\�=�;�8�[Q���c-�/','',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','��(��S\0�����}z�','6\'��K2�$ ������0��i���� �Y�Y�','',0,'?'),('���X����J��p','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T����Q�x�j�','�����1Y����T��Ј�q�W6���h ','',0,'?'),('�&½1YxFu����mpC','wp-content/themes/twentytwentyone/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۏ�5����e����~7','r|1��� P.�;FvrF���0^�ػ� �R^��','',0,'?'),('�,�3�!x���7�N0��','wp-includes/wp-includes/class-wp-paused-extensions-storage.php',0,'%�ʤ�O��.�LX','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',0,'?'),('�S���q�`���M�','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڡq�1�b��4� G*','{U%�Hv��3�)�|w��-L��&���.䌩','',0,'?'),('�n֢��\r�V5��,�','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ha�+��ޭj�s2���','f��\r`.\\�۬\r�����H�Pg���!M�w�m��','',0,'?'),('�o����l>��x~I� �','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���(���4�G�','��j/}Ӆ���\0E�S��̤\\Hg�#Z��._','',0,'?'),('�pJc#��bV���v�R�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',0,'�b4�\'��&��','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('���0j�l�S�K�','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��Ԑ��[\"`}B','�)���v��\"�G��\"�YV<�Q�X :��','',0,'?'),('����ސ�q�ic�=�','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��88A�`�w+��p�T','�8u]�p�Q_�t�Rۮ]o}e5#�P5b2BU��','',0,'?'),('���Sq�R{�\Z���=','wp-includes/wp-includes/SimplePie/Author.php',0,'?��hK\0�k�1���N\"','?��hK\0�k�1���N\"','N����\\��pt3����+,l�\'�cOQ+�Z�','',0,'?'),('��s�ՌQ��7o���','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѿD�\0�|����s�W','�\n*�v�Q��(G��i�u�3@��4��*���','',0,'?'),('�«��-j=�u�N\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8)���}{��C�h2U','|A��L��Mb�x�d8X�jX.���^\n\Z�','',0,'?'),('��ᗏ�3�-��4�','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�]��4>�*I��w�','��خ`��$�%�T�{����rKN���k6��','',0,'?'),('����pF�&�P_','wp-includes/wp-includes/cache.php',0,'Z��V��O��yDv� !','Z��V��O��yDv� !','{�d���<>wb�S�q����B������','',0,'?'),('�\"ڕK[@�G����9�','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rz[�HH;nc�.u@�','��>�X�b]|$�Xq���@N�]m�Y�v�t��','',0,'?'),('�#��u0�c���}���','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n|7�>&���~�','�W\n��U,���5��m�_7�qv�L-�K��P%','',0,'?'),('�$�Q�sP���R3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��9o;&�t���','C۞�`�)�t����f��K|j�����d�~','',0,'?'),('�3!9�=�6�ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M���M�H�!�YA','�2��m�o��{�|�ny��˃�4(�φ�=�','',0,'?'),('�Ioo�Ԇ5nu�ѭ��H','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('�U��\rO��6��\"�','wp-content/plugins/redirection/locale/json/redirection-he_IL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mt�&]kL� �闑�','����ںb�(�g��\"���\\��p>fQYt?��','',0,'?'),('�Zg�Ui1i�ƾ�x�=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�W�,��XEE�o�','l?���)&&������P��P$@�\\�/�','',0,'?'),('�^2^�T��:�mJ��:�','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�;s�ռ�;\0+g�','��T���D�H.1\0�B6�E?{��s��g\"��$�','',0,'?'),('�b�0݀>j�\"��G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('���U���֫��o�V','wp-includes/wp-includes/js/api-request.js',0,'9����߿G7p6{�g','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),('���n�Ioc�!���','wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�$Ȼ�����0bn','mS$^�|T�8�đ����=�ظ�l��F��`p�','',0,'?'),('���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','�1�=h�=C��<�*','�.�����2���*�b|1ۭ\'�','',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,'?'),('���c����Vs�9�o��','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#YR\nP��>�y�L�,','�4�A�&E(6��~�e�|vH��l�;���R�','',0,'?'),('��O��4����%m�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��?1� ���4��M�','e��2M�B���\n\0��7�0�Zz�F%�s','',0,'?'),('��sC<�:���<�A�','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:�Z{���5�o','���<�s�6��\0, Ra�uhX��c���','',0,'?'),('�����@�j=�','wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nR�1G˕�\n���hc�','����� ��^b��V���l!�,�G�3/','',0,'?'),('��h�c��f:(����','wp-includes/wp-includes/random_compat/error_polyfill.php',0,'X:,��t]7�=��Q��E','X:,��t]7�=��Q��E','��,��t�\0_g�X%4.�tP�]�>�JT4','',0,'?'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\,yI����D�a','��}�u�}@�\Z�\\,�XK��r�;7f��','',0,'?'),('�?Fϸ����A��R1�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��ԏ�d0��lN&7+','^s\n�@G,�ږ\n;|3P nԔ/\rzA�\"\nd','',0,'?'),('�JTV0D��oTA[@�','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��~�vg��3ܘ�','�lAt;��#�Tt�_�y\\S=���#:X٥j�','',0,'?'),('��\\����\r� ��:#�K','wp-content/plugins/wp-cerber/assets/flags/bo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0-�a�vv��','=�IS}�@l��U�%s�=�FG41R�\'�','',0,'?'),('����S�8M�C��>��','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZb&\'���C����','���{���E�#G�`T`��4��4ܯ��','',0,'?'),('�����dD����+P�','wp-content/themes/twentytwenty/template-parts/modal-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�xρ� �.��P�','=w��q��:��\'�`�CL,IH��E�Ǖ��\0�g','',0,'?'),('��L�@��V����k','wp-includes/wp-includes/images/toggle-arrow-2x.png',0,'F���\\����CDr�','F���\\����CDr�','-��N������7~@�}�_�=���V�_@A�','',0,'?'),('����S�h���S�%Tz�','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',0,'?'),('��������3���k�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-����X>`b','�s��a�Ӌ�\0$T���bc8��dŅ���?>','',0,'?'),('��VϺz#���m)��','wp-content/themes/twentytwenty/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Χn��*�B\"�z���0B','��_\\�]-�V|���ʓO>;��O�$�Pw�2�','',0,'?'),('���q�V�Y4�n���|','wp-includes/wp-includes/js/jquery/ui/datepicker.js',0,'�4P1,ٝ�`x����','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',0,'?'),('��.������I�\\�','wp-content/plugins/wp-cerber/assets/flags/jo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z>\Z�➶6�A3+Lh�','��\'\"5��zF��aLK�3pr��*�=�.>aq\"','',0,'?'),('���\"ܒ����nzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊��y�u�D\r£�','\'�W1Q�5[ۋ�)��\r�85:��?*)K','',0,'?'),('��ˋ�_o!\'�u��r','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)\Z���tU2Ec0\'�','�úM�..8��ѹ>Nw�j�Z����Wb��*B�','',0,'?'),('��Z\nu�oK� ��T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��*�ӳ�S��','\\w��T[�=�b�aCk������;c���','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���\r$��o��','l�?�9Rw\"H�^�\r�s�������\ZD:�F�a','',0,'?'),('���Uy/�*%��;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��4�-��͕*s','��qO��j�[��=�\\����rc�8�s�H�','',0,'?'),('�\rE��U���̈́��','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('�W���P旃^q�y�','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5X��P���K���','�S���P���A�_�l�W��2��?#_\rQ�x�','',0,'?'),('�I=bh�ʔGIkoba','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N_=r��V�oAՌB�','�u��$�\n\r�K���S��-�w/?_��#K','',0,'?'),('�1�1]PC��g4�FU=','wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(O�0%6�9�e�3�j','{�L�#�\r��]�\ngL8P,���@��Ir,{ �','',0,'?'),('�h/͔��j�C�\0�n','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�pT�0$�����.�','?�t�D~#͘��/X�#G/���Nf\\��͜gN','',0,'?'),('�x�W���2e�uv�L','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{f�&��E\\$�sX�','R�v3����~������|.O�L�t�N`Ѯ��','',0,'?'),('�6���?�^o�#�','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-�e��r^�!�~','��`��R�lԥLz�?i�āACH�Py�n','',0,'?'),('���R �(�, !)�Z','wp-content/plugins/wordfence/waf/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��6��~.���S�[','��\\\'�_F�u�C)CR\"(C�O�YW�!��)','',0,'?'),('��K}{X��UG9<p�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�>�ᠼU��/G�@','��oyJ(B��f2H\'�h�!�\'* ɹ*��','',0,'?'),('�������݈3�+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,0��Z%���','�g^�M���9=&*�M{��Xb�0*�u���','',0,'?'),('�����&@p����ɗ','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǣ�6Ӯ����H�pL','��A+l:#I�-A��5�J�iQ��ڙRW�w\0r�','',0,'?'),('���ΦHc�^����)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\'�{=ͺ','���R������_f�W{*3����ݔ �\"�/�','',0,'?'),('���0f|{�km�@��Y','wp-includes/wp-includes/images/media/video.png',0,'����u�h����q��','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('���?#o��v��','wp-includes/wp-includes/images/down_arrow-2x.gif',0,'�]����M�����f�','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',0,'?'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[II�[�I#i��','<�C~��-.�\0��9q�\\��}�)���~�[$','',0,'?'),('��(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','�j!an8F�\"{��ꖌ ','$@�X�o5�U.�0$�Q���8�<:ę��?','',0,'?'),('�� �ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR ]','',0,'?'),('�(������]dJ\rl','wp-content/plugins/wp-cerber/cerber-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜ�9Twu*�Ҳ�i','��v� %Kj���\\J��/��՝mRb��X','',0,'?'),('�-1�8�;�T�/X�]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3����&S��7F76�','���,�$�y�n)R��Hg���h{�$��U��','',0,'?'),('�5�+�QW�C�!��j�T','wp-includes/wp-includes/rss-functions.php',0,' xr�6�2�\'�]�e�l#',' xr�6�2�\'�]�e�l#','�~^Ɏf}n���Bh��i=F�\n� ��^�,','',0,'?'),('�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,'?'),('�K���4�7\'�Rh?�','wp-content/themes/twentytwenty/readme.txt',0,'��Baĸ�Y��~ϟ��','��Baĸ�Y��~ϟ��','\\װ��c_AX�C�^���`\\{\Z,�t','',0,'?'),('�j�<M�Dd����4m�','wp-admin/includes/ms-admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�Ƽz�g�L���','��t�Mp���Q�8=��~bw����/���','',0,'?'),('��b6���Rjs��!��','wp-includes/wp-includes/sodium_compat/namespaced/File.php',0,']�m�w�/�\\�y5�',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('����SSq�\r��F�\'','wp-includes/wp-includes/css/dashicons.css',0,',J��/��n�R�~�',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('�����G���;9C','wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php',0,'ң-���с��','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�Ρ~�ߓ�:����eo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ğ��c�h4\"���','����V��}X e~G[C�峆��5������','',0,'?'),('��\n)۞,�\\�/�r','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',0,'�+o~��X��ݓ\0�','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),('�����(觨:pR�/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��|8���~Rx�4','�P�6��^��9�hQ=�Ʉ�����A��X��','',0,'?'),('��J�$R��_���o�','wp-content/plugins/wp-cerber/assets/flags/lk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m ���t�����','vl�a��tb�N���u�G�:���<?�7�=','',0,'?'),('��(5�aH�yo,X�','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a`|��^(=`��hv','L�.X_ �DJ��tk��H��!|��ݔJ��x','',0,'?'),('�/7�ñ�cx��p��g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�c��D���o� ','|�!��^(��^�~���c��m\Z/^f�[','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��\0����իw6�','7�6��ay��5�?}%.]����؞u���S�','',0,'?'),('� ��:�{�wL�','wp-includes/wp-includes/js/dist/data-controls.js',0,'����:�ԕw$ބ�j','����:�ԕw$ބ�j','�a���95�]��ꐺW�e+,�O��� &�u','',0,'?'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/# �Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�,�t��!O\0�PR���|','wp-content/plugins/redirection/images/GitHub-Mark-64px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�\',_�Jm�M>KŽ','/\rTAY��م��ѻ���v�g�>�!Eh','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw���Tg���A}�\n','�k�cQx�e�˳`=n6�X5y��dz5u]WB\'','',0,'?'),('�N��ZND��N�>Y ','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��[Ŕ��^�2��','��v�,�$.����b��߲���^�#n1�c�,','',0,'?'),('�{4�.������#�#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��ʆ�wq��F��','R� j[�8ح�W����E�H��̅�a��I','',0,'?'),('��뻛Ib�,6�Y+�8:','wp-content/themes/twentynineteen/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�L�ر^��#*��s','+�\\��`F���~���)?���9G�}B1��','',0,'?'),('��v\'j@�-��*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('����^�t�i�Gi��l','wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php',0,'�8�l��_\r�u���','�8�l��_\r�u���','��פme�,��V����9�}���� y���v�','',0,'?'),('�\n]Eg���7Oq�b��','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('����n��j�P�+��','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ո�8��>�R�n�e',']1�9{k��P�f�6з�ɏj�WI� \n','',0,'?'),('�\Z�������Bi/6�','wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',0,'?'),('�*���E��C� �|2','wp-includes/wp-includes/js/hoverIntent.js',0,'��z/P���ꮱ< �','��z/P���ꮱ< �','t��neTR/�77�@\Zҧ0�g�nj����','',0,'?'),('�L���yE�{��f�','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',0,'?'),('�g�bf�\r\Z��ъ�','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Fɠm(��nJ��ZEG','�S�5��X��9������mOX�>s��l��','',0,'?'),('�k�UL��ǡ�$���','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]�*C�u�\0�','e�s}k�_��q}���~G���[�5�Q�u�!�','',0,'?'),('�o/N���t$�$���|','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��RXjJw�E��','��O�V�P�K��Lѐ��(Е�#uu.�','',0,'?'),('��=��-Xԍn{]�pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��\"N��+�՛L�','�67�E0�܃�ՐC�{\\a�dPb�2�+�pW;P�','',0,'?'),('��$��D[�ֺ,�d��','wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js',0,'6�\'1�Z����f ','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',0,'?'),('�����w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('����S�D��~��p�v','wp-content/plugins/wp-cerber/assets/bn3ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\n`ehG�����}�','Ul,��/��g����Qg�\'��� �I�&','',0,'?'),('���fSu�B�ͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��y\Z�pK�3����`,','\\\r�$��D�Tl�b��ANĄH�\"ݷ����8','',0,'?'),('����{^��W����C�','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�Ss�li4��l1�','O[�~_uO�\r�i�e�s�^��ޘ���!��\nyK=','',0,'?'),('���� ��*Q��^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c\'[�g`.Ƿ{k','�{K��.(��\Z�\0����<��!rv�+=8���','',0,'?'),('��3T,�M�� nÀ�4�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@ۓb�����hX�','�ڊ�j�9�y���v\n�oC/�`��ny','',0,'?'),('��b��֏�� �$;�h','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�Vr�|HH�','���Ҵ?5��n���P6ֆ�>�{\0-x��e','',0,'?'),('�� �L��wO�d98A�7','wp-includes/wp-includes/class-wp-session-tokens.php',0,'9]�K�UJW�*��h�=','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j$M��0�\0','',0,'?'),('�߽s�h�>0�\n�+4q','wp-includes/wp-includes/js/dist/i18n.js',0,'\n|7�>&���~�','\n|7�>&���~�','�W\n��U,���5��m�_7�qv�L-�K��P%','',0,'?'),('��$[��tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W� ��,��~�r�','L>���e������h�\rF$�C�V������7�','',0,'?'),('�m5��u����1}�','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��/���c�','�8�OG�I%��(�n6�)�lhf6f��','',0,'?'),('��&B�5V�AUU,��','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',0,'?'),('�1A��bȱ��8��EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6qigV�+�\'�^�N�','�����Bi�B�\rv�\rM5���\n9\'�d��р9�','',0,'?'),('�@��3���1��Ô','wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php',0,'� �sL2/�B�����','� �sL2/�B�����','H\'�s�ӽ����I�$��Ӧ�ͤ�X�!�','',0,'?'),('�KG�����=]�F\0','wp-includes/wp-includes/js/dist/wordcount.js',0,'�T/�mWeP�X<x�}�t','�T/�mWeP�X<x�}�t','��[:�{A�I��BY��C&���Op\'6�','',0,'?'),('�_f��;w�a��ځ�','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',0,'?'),('�g�ӨH7\ng��3L','wp-content/themes/twentytwenty/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ln��>�+�M��,','!�7U�`���^��:��8��o�_: � ','',0,'?'),('�u��<e�x��@ֈ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >��>��S����b�%',' ʍ��LM> �ύ��5́kv��k�PHɇ0','',0,'?'),('�zub�d��3��_T�?','wp-content/plugins/wp-cerber/cerber-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2?�f\\�~��1�D�','�+ ���+�6U��TRO�m�E�?<|�K�\nL','',0,'?'),('���])T�����N25F�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GR˗c��?qt�','֝Rz5B�,��nɲ�����\nHoڨ��|','',0,'?'),('��q?%�rp��0�7�q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!n�ΟӾ�)�X�','��aA=�M��X�绚����4#��A�iΡ\r���c','',0,'?'),('�����,/r�]��1S','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��>>Q���lh���','wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',0,'+\r��Π;K�۔�b/�','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=� ���Tc�vL\n*Ȱ','',0,'?'),('��-[����S�_عQ�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:��!�G~�q�ic','^�DCguPT!>����W��\Z���k�~_5\n8','',0,'?'),('��;��K�P[�լ���','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$���N����\r6','��Y0��hb_�%��/��_1�$Z�~xψ','',0,'?'),('��zvo:���B%���','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h���%u-C�\0�','\"Y¤&6HU�^��\'�$���=_;>����','',0,'?'),('����x�Й�)DC��<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�~G~�Ԟ�','�h�3XVx�p��T��OSSfb��\r�E捵�','',0,'?'),('�\nǷ�J�A�He�qnQ�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',0,'����!�Й�~L�C��','����!�Й�~L�C��','֓�2ǟ��lq�~�<%Z����g����','',0,'?'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('�_��S�ަ�:{j�}','wp-content/plugins/wp-cerber/assets/flags/do.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���*{\0�4��sV','\n�/�H��Ҿ/���\\����-ܧ��Rx�','',0,'?'),('��W2��D��G�7�V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m����{d�X��',')\\k���:Es�%vn�6Z�R\ng�N*1D��)&�','',0,'?'),('��M��~\n�T|�','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꕂv��EK�?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',0,'?'),('�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,'?'),('�A��T��mq\r�mZ\'','wp-content/plugins/redirection/locale/redirection-fi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al\0^�j�li�8P','0�?[�e��7GO��n���m��|sOT�W{~','',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','���-�k\\4��48�e|','�t��Q�4�0o���&\Z\"\'��V�����K�UaQ','',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','j!�H�pZC�\Z���*�','\n��̗��R� C�v\n@@uYB*�G�\n����dP','',0,'?'),('�Vb(kt�W\"�6(;ƴ�','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ͳ���k�o�T��A=','�ӵ�f�K��N�_β�s:�v%�Y=����','',0,'?'),('�iȜ�1��\0���8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S;h8�^��g�R','��m�fʬ�����S�XT����8��A�-�g�','',0,'?'),('�tfF �r{�܇�_I�x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��dGzC\0��u\r��','a���,�\"���Ɣ_*{�Z��m���ɛ���','',0,'?'),('�|]�D��\Z.�E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o�H?6\Z���x','(����%�����C��㏞�d�\"��A��','',0,'?'),('��5e-8\Z��Ι98','wp-includes/wp-includes/class-wp-metadata-lazyloader.php',0,'I^�P���;$�+\"�','I^�P���;$�+\"�','^2��)E>X���4�:��U&�߳;���!e','',0,'?'),('��o|��lP�=�Q��I','wp-includes/wp-includes/class-wp-locale-switcher.php',0,'��\"�?�F�w,�T��','��\"�?�F�w,�T��','!@�B��<6�ꁒ�Ku��Pm=��+�/c_�','',0,'?'),('�Ŏ��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,'?'),('�ςHv���#,ײ/�7','wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js',0,'�?�~s���i6G�/','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('��;\\�V����AޅRd','wp-includes/wp-includes/customize/class-wp-customize-theme-control.php',0,'� �K���WTՂ�c�','� �K���WTՂ�c�','�&�^��J�eFX*i-t��;��8��t�\0O��','',0,'?'),('�\n�ot}l�!E�`I','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\0�\\��n�+��Ö','ƌ�%{�cUkw��\r��^p%���$L�`��','',0,'?'),('��߲;��0����','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('������/�n����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]��^g��\Z�/]T��','�y�涩�x���Ƞa}���s矛���+�br)','',0,'?'),('�!�-LHv�)��n��#','wp-includes/https-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�5\\�r���(�W','W�|�_`|\\��y{4�N���Vp����j[','',0,'?'),('�(�`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','�t5/��:�xo���','k\n�l<ˈ�\"�%��)~m��\\��2��ո��f\n','',0,'?'),('�4$����\r#s7\Z��]','wp-includes/wp-includes/css/dist/block-library/editor.css',0,'0>>�~��u��WlY','0>>�~��u��WlY','�\n�:�n�ޒY�Z�[�I ���g\0�����a�B','',0,'?'),('�<��g�=�C�״qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uZ���7ѳ����U','aMk��M.�ݚ�fJ>����{�V���>v2U','',0,'?'),('�KI\'Q��H}M�F��','wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js',0,'��_�vQ8_�$�?��','��_�vQ8_�$�?��','<��A0�6kJX\nvA/��%O�-v_���\'p�A@ئ','',0,'?'),('�PC<�� ���vn�R8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@cI�����','��Y��=������RB�) ~����ܖݟr','',0,'?'),('�m�CB.ե�>F_�#','wp-content/themes/twentynineteen/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�md��~����','�6�!1oAu�Eo���Fw�9\n4\0�\\%wM�\r�g','',0,'?'),('�v>�8��\'��T6���X','wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��,��M��;v��','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�%?b�����~\0','o~!��A3V�x|�t�;�\'�3�-�I�\n�','',0,'?'),('��3�T.^�ƙ<���','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��p��C�!�Ԑ,','�����\0�\nIP�t}3RΘ/#����A�','',0,'?'),('���:T�L�5�EF�Vc','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�v_�`���n�/T','�P��s\'\n�B��KM$꼓rfy6yݵ[���e','',0,'?'),('��\'��@S �D���','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\na�g/�H��2*�e','n�R��Z�,�7G\'���fͺi߶� �+!c��','',0,'?'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޙ���~��M♸�','IoT�]��j�J��~�ď�7bn!M|��!F��','',0,'?'),('��I���.$U0]\'�S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZS-�.��G|J\"5','�Q�A.V�i��#\r�RJ���i.7�@B��d�','',0,'?'),('��+D�FܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�l��H\\�������','e�t���w|W�{x�y%K:��QE7������','',0,'?'),('�Nics�I�I','wp-includes/wp-includes/PHPMailer/PHPMailer.php',0,'�in=��2�����:G','�in=��2�����:G','����r����p�NX����7�����?H�RG��','',0,'?'),('�)Sl�W)�l�h�J\'.','wp-content/plugins/wp-cerber/assets/flags/me.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{H`C��~���^8�X','��&�P�-urk�P�����\"~aZ��ޢ�','',0,'?'),('�/�q�7-!�to�쿋','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',0,'�y$�NX���l��l','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('�2�>�[{�Lj�0�s�','wp-content/plugins/wp-cerber/assets/flags/ai.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�]��à�a�{��','*[3#�h���\"M�@]l�Ή05>И��ۖf','',0,'?'),('�<�3�v��&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"x�;���h�O���','��I}l�|U�j�Pr���7��ڲkV���`��','',0,'?'),('�?L�� ƹɷހi','wp-includes/wp-includes/customize/class-wp-customize-image-control.php',0,'j�f�� ˥�^�К','j�f�� ˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',0,'?'),('�A?�]\\8�PMT�l','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�B�)c��ae���','�[}���D���\0OV�:~-�\"~mBh\"<�pW�','',0,'?'),('�GV\\z��#���!;��','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��}�юFǑ+���','���U��#�QC�F����F:,�}��u���KP','',0,'?'),('�M��s�;\',���-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Yk|��v���','*�x)��68NHɎ3 �AhC� \'q~a� I<�','',0,'?'),('�O�r#��T�G��!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('�Ry��i��N�Z�','wp-includes/wp-includes/js/dist/vendor/react.min.js',0,'�jB���e�}����\"\Z','�jB���e�}����\"\Z','�g��+_u<!�\'��[��N�b�r��c�>;','',0,'?'),('�V�����#�L�ؙA','wp-includes/wp-includes/js/dist/primitives.min.js',0,'�>�1��~�i!�EKHK/','�>�1��~�i!�EKHK/','�S�R�8P���oa:@c���E~�|�Ji�','',0,'?'),('�l&�*������&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',0,'?'),('�v�\0���������','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php',0,'�q͊����tF����','�q͊����tF����','�,��Ca�� NÉ���vK�hWIQ�xk|�Q','',0,'?'),('�w�\Z��plUz�Q�','wp-content/plugins/wp-cerber/assets/flags/ly.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�,ʁ���]��r�V','t��\n�jM��l��0�^��f&���`ʃ','',0,'?'),('���$(�g�(���P��/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Q5\'EY�o�0�}�_�','0�|TF����O �.�����.��>��CEj��','',0,'?'),('�������kM��?�uX','wp-admin/css/ie-rtl.css',0,'�y�\0}v�(5���/R','�y�\0}v�(5���/R','��7����}\\�:3ҹ�\\�dA��ye8h@ܶ','',0,'?'),('����z���ĎBF�S_','wp-includes/wp-includes/css/dist/nux/style-rtl.css',0,'�ip����8\0p���','�ip����8\0p���','���������3Bk~�x*N���K}�mǧ߸n�','',0,'?'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��FK�0��\0]0','?����l�̚U�^���t1\0#U|Yh�|�\"\Z','',0,'?'),('����92R]�X~�i�','wp-content/plugins/wp-cerber/assets/flags/bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��g��:�uO�c','�{h�s`�W�\\�v���n�OF�\Z�r���J�s','',0,'?'),('���9a��\\]�;��[�','wp-includes/wp-includes/Requests/Exception.php',0,'�����\0��3�\Z�RI','�����\0��3�\Z�RI','-@��g %�����uON\\}@l���f\'���','',0,'?'),('��|������V��\n','wp-includes/wp-includes/blocks/verse/block.json',0,'��h�h>��K3���u1','��h�h>��K3���u1','��ߋ�!�;n�^�u|ا�$Y0�56��4�','',0,'?'),('���q�K�U�j�','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���[�� �ZVG�4&','�<��J�H�v�i� b�4l~�e�F��mj�','',0,'?'),('��`�Ǜ�qܱ8�I','wp-includes/wp-includes/blocks/button/block.json',0,'\\��]��u���H(','\\��]��u���H(','A$\Z�\Z�d��1�����/�ހ[�7�G','',0,'?'),('��O\n �U��Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;F4�A�I���T�','v��C��� a�\'F�;���z���(eJ��L','',0,'?'),('��-Z���:E�:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�M��l~%������','\\�%k�����;�,����ay\\�s�A\'','',0,'?'),('��E�y�B�� ���','wp-content/plugins/redirection/locale/json/redirection-ro_RO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|����Bh�\\���','[��V�.b��`� �!��`ngĻ�4Y(�MT�','',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','��� &\"�u�����','{ƕ�j�L��[As�jm�f$M�:�C�q ti��1','',0,'?'),('�=��m��c���','wp-includes/wp-includes/class-wp-customize-widgets.php',0,'��,���^Oި�����','��,���^Oި�����','�K�WC�-�v�l�w� ��R\Z�xS)[R�','',0,'?'),('���|�jX����|�fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qT������b�W�[}','�P\'���)�Y&T��j���A�- \"��2~','',0,'?'),('�*i�8��]�\n4����','wp-content/themes/twentynineteen/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)ݴ�`I4�P?Y$2|\n','��$�eI�8a��*�����\0��D��B�0','',0,'?'),('�<t@�zfj����r�h','wp-content/plugins/wp-cerber/assets/flags/ht.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Wѭ�b;��t�','#{�՞p�.3��T���[�Kj�P�x�=','',0,'?'),('�MR��l�B�F�u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�2�ZB0����','����+�9*$��<��*G�T���:*N�j���','',0,'?'),('�n���>EP�@ ;�k�','wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php',0,'M��`f��\0�iu�','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w�� ���','',0,'?'),('�r�\\�j�����A$�','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Gx�Fy1w��','�s7�-<%���WȒߚC�.��. ��zW','',0,'?'),('�\rrƹϘ菳�����','wp-includes/wp-includes/js/jquery/ui/spinner.min.js',0,'0�������<8z�+','0�������<8z�+','�5��bW���O��h���_�_��� I��','',0,'?'),('���E��(Ϊ=����','wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php',0,'Vj��B���ر���q','Vj��B���ر���q','��{#�i�`��\0���j���` pǍ+�fF�','',0,'?'),('�����\"Sέ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R\n��.o���Ʊ2bw','�A�gp����/�m��,&Rq�f9ey��$=�','',0,'?'),('��K?�r��a#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia����Rɞ%x��','���M�� �b����d�]F�i�POZq��','',0,'?'),('���\\��.1��-��:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�[x�N�:���dw#\\','�R�/Q�O�l��@���c�0�\0a`n�o��<','',0,'?'),('��ΝH�*��*.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\0��V�r�K���','��=�)g��E�S�Y�[p�t%�Q���\"�','',0,'?'),('����\0��+؆����','wp-includes/wp-includes/class-wp-ajax-response.php',0,'o6�)�Q�\"Sσt�.H�','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',0,'?'),('��dx���eB�ݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h� o�\\`��Y��','',0,'?'),('�ɔ/� yT�5:Dh�','wp-content/plugins/wp-cerber/assets/flags/mn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�{�)YJ����','/ҹ��;9��������\0d�֑�]�>','',0,'?'),('��\rA�s@�Kx?0p','wp-includes/wp-includes/SimplePie/Source.php',0,'a��A:�$]B-�vw�)','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',0,'?'),('��Ul1�ȕD�bmg�','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('���Ϗ��RCOh����','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��6��.tz��x�o','��;���p^\0��3�Թ�(� ��A���a���w','',0,'?'),('�\nfv�8���1���-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗z�qŔ��/��','_pe�NO�/�*�mv��ȿ�n6*��zo��n�','',0,'?'),('���U�N,� \\1','wp-content/themes/twentynineteen/sass/forms/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��n����ŋA�','h��VC{�B�{���4O�b�]=��;X)��(X�','',0,'?'),('�F�[��㵋Pѳ�@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�b�P\"��x�Y@0��','�\'���n��*2nԋ����)�a(�_�Iq�ɘ{','',0,'?'),('�`�`\'�l`=��X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����?�@s�ó','aqq�������@.�7T�o=6�\0<��CZ','',0,'?'),('�y��ё�c�j!�\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',0,'?'),('�2�D[\"��*\"(��','wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',0,'?'),('����L���j2�','wp-includes/wp-includes/js/dist/notices.js',0,'m����5��F2�c�:į','m����5��F2�c�:į','�d��P��\'���Z8������ϭd�%9���AN','',0,'?'),('��hJ��D�㰗G� �n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','耳��B/�X�\n`�2r','��>C��]�!��կVMՍ�4U��U����\Z','',0,'?'),('���ZQ4��\\(�܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r��&Z3�r�\"�','�:��%�;Ki�W@>�U;������#�>','',0,'?'),('��x��Ϡ��\Z�P�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',0,'�w��ͱ��r0��=�','�w��ͱ��r0��=�','?E�%��+�����w�\r�^�֗.$�i�$[W','',0,'?'),('���\Z�1|��S}>�','wp-content/plugins/redirection/models/database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s����3���zL�','DU���҄��0����]�[@�@Ÿ\Zݿ���u�v','',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,'?'),('��Ƞ\">�gݠ���','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�*�;��8I�w�\ZA�','�st4�ݎ%�o�@L��I�ߟ�u�\Z�\\o�8�D','',0,'?'),('��/�؊!�N>�\n�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f<_2S^I��Z','��iݯ��8{��i���q!d���Ս��Az�','',0,'?'),('�\'}j��=A>\r���9','wp-content/plugins/wp-cerber/assets/flags/vi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�.f���&� S��j','����)Am{���M�D�&��ʑaG\rmM�f','',0,'?'),('�!�VTg�\"O\r�.�2L','wp-content/plugins/wp-cerber/assets/flags/pn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E~&X��l�x','g���\'G��5�ɒ<�tȺyol���|U�ӫ','',0,'?'),('�J|6}�P�,\rٛ','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)���8 <�67�#\Z�','��]>y-�f�\"�Ny%\r�l��r`������','',0,'?'),('�U�~\n�SM:�r�� �D','wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php',0,'�\\������:R/�+','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',0,'?'),('�Z�@����E�ya�B','wp-content/themes/twentynineteen/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R��s�x���*%�','�pЎ��(�W�\\��� �c�36�\0��\'�f�','',0,'?'),('�\\O�hq��2���.�','wp-content/plugins/wp-cerber/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��`���.��/','���>6Q�n��7���2�Sۈ܊�� �','',0,'?'),('�d`#)?�ϳ��0(w��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oY���-�)EHd','l�,8�E�T��C�eyl�a�S��;)\'\"d�`z��','',0,'?'),('�g��\ZʻИJ��m{','wp-includes/wp-includes/ID3/getid3.php',0,'�!N\0�[�5�իk@0','�!N\0�[�5�իk@0','B�#����L�fW������>2�nT����','',0,'?'),('�j���\\�غ��&','wp-includes/wp-includes/class-wp-query.php',0,'\'\'\'��UQ�|4��','\'\'\'��UQ�|4��','F�7��������S�1�\Z�`#�4�\rHsL\n','',0,'?'),('�qOF����G�P*�','wp-includes/wp-includes/js/jquery/ui/effect-slide.js',0,'��a�d��{2װ�','��a�d��{2װ�','T�f��b������>�s;X<`0��<9��:�','',0,'?'),('��x�`�f,5ef2��','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T%��dx�P7��/�','����{���]�[mX1!u������n�2f�','',0,'?'),('�����[��:�����q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]5�g��-M���','��?`:3bO���Y�.��*��/��u��Pb_�','',0,'?'),('�������\0+��A�.\\','wp-content/plugins/wp-cerber/assets/flags/qa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���%4o�m)�|$I','F��{tT��$(��lVq�5��O�*g','',0,'?'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('��MGypQ�M/g�!�','wp-includes/wp-includes/js/jquery/ui/sortable.js',0,'�kX���E�EL�&�','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('��.yz�_��jz�|�','wp-content/themes/twentynineteen/images/pattern_03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Y)f�x��:.+��','4]ou�\'�u�����mN��ZV;Ke��jW>T','',0,'?'),('������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','G`��J�8@�2�h','�ث>ѡ��1�=#8~�zʼ�{����_\0zt','',0,'?'),('���\n(q���?�}v','wp-includes/wp-includes/feed-rss2-comments.php',0,'L��6<�v�z�L','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('��ӑ�?���=�','wp-includes/block-patterns/heading-paragraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?z�I�����E','�i�,��m�O���#�?Vb�,�C-ܢcž\Zh�','',0,'?'),('��>�7��\n�a��wc','wp-includes/wp-includes/blocks/list/block.json',0,'��y��b�엽+����','��y��b�엽+����','C��8߿����D��%��6.�E�.;�.� �ח','',0,'?'),('��Z��(���|��Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QU�p~ocÊ4�Nt��','�L��n�l2@ΐ�>h�i,uJY�H��\\�L�,�B','',0,'?'),('�┬�E��+,����','wp-content/plugins/wp-cerber/jetflow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���5����� ��g','�\'e^Ƈ/�G�Ow��=|��_(ӋgW���A','',0,'?'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��\\��Jġ�љ�','�8l�n-� �o�=��8,;h�\'LFR#�ʜB','',0,'?'),('���ZNߨ�@��U','wp-includes/wp-includes/certificates/ca-bundle.crt',0,'����M��T�[чB��','����M��T�[чB��','�����aP����P\0�v?6,�̟An���','',0,'?'),('���\\�]^�T�ꥊ�','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('�T���H�<&Jv�eӤ','wp-includes/wp-includes/feed-rdf.php',0,'xG�7�%���\0b���','xG�7�%���\0b���','p=m=G�l�h�nh��V��]�-�+�1�a','',0,'?'),('�$=Z��Z�Hɼ���f','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������;Y�lE�','�_��E>���@��[)�$�=�A�L� C�Mp�','',0,'?'),('�$lv��EC۩bN','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WC��B����I�mU','���z�jy�I���`F�����.\rCC!qc_','',0,'?'),('�/&����2�ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('�5قaܨϘ� #��bu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\0 ��Q�a�5���?','��z~�Յ\0>�����n�ۣ�3\Z؉:C�\Z�','',0,'?'),('�?q�Hl��(�2�m','wp-content/plugins/wp-cerber/assets/flags/pg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;[����*��','��9O#���x�_���v ��~�%W\Z���','',0,'?'),('�K�J\n�\"�ڻ�<a','wp-includes/wp-includes/blocks/social-link.php',0,'0,}J\"��N������','0,}J\"��N������','�ޝ�+-%]����ٲ�d�)�_�v?O�(�Y\'\\','',0,'?'),('�se������(d*G�}','wp-includes/wp-includes/functions.php',0,'�.���$[L�$�۫�','�.���$[L�$�۫�','sF���z ��v�j���*� Q��w�0�ov','',0,'?'),('�z�s��w�K����S�','wp-includes/wp-includes/feed-rss2.php',0,'��lN+�5 ��O?','��lN+�5 ��O?','�@!�`C��*Me��z�j@ �@���L�jw�','',0,'?'),('�����r��~��\Z','wp-content/plugins/wp-cerber/assets/flags/ws.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���Mr�Z�Yܑz�r','$�!�9��d9��8E�\".0�����J��K`','',0,'?'),('����=��Ѷ�8$�','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��%[U��3�','Et������z��fD:x?���o��c�ڋ 8P','',0,'?'),('��?�0|��5uơ��','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫��]0�m7��d','Z�5\"=�\0�T�σqr�/0��Q�X^dn6','',0,'?'),('���qh�n�J�j�','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۶8��BZ�y��-',']�~*%6�r�+�q�.a�V�s!���Ysk����','',0,'?'),('���<� �f%�n�O�','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';b�`u����h\'���y','��Z�C��#�9�8H����<��h�,d��2','',0,'?'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�6���U��3','�D�K���3�́uB!@oP��b��#���~','',0,'?'),('���ꌰ;�A��D','wp-includes/wp-includes/js/customize-preview-widgets.js',0,'y�}�����x��c�&�','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('�Ӏ9[�M-g��','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'����ʣJ1�iz��','*��F;���1Y#����W��ˈ���o���','',0,'?'),('��%I���}�P�zW��','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�Ԧʙ`�P��L','�b=�-.���X�����T���Yn���P��','',0,'?'),('��-��\n;�<�)�\Z','wp-includes/wp-includes/js/plupload/moxie.js',0,'�#C\r��5DZ�ǒ����','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('���`����Gl�йE','wp-includes/wp-includes/js/jquery/ui/effect-fade.js',0,'�rs�J��7O,��','�rs�J��7O,��','O#W�V�}��+<������Ϭ>!�����','',0,'?'),('��+M�%��]�sD00�','wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oU���ޘx)���\Z�','��Ee��d�._=���r�hQ�]!�+�M<�8','',0,'?'),('�\n��n�=�^�n�N','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:L��?�m&�','8uv��ߜ����_�0-��锴U�2','',0,'?'),('�\Z�zU^%\n�4�7S:_','wp-content/plugins/redirection/locale/json/redirection-hu_HU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�u�03h���4y�4','e���ip�i�\\� ��V�e����#\0G�ʱ','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��r�`3�U�$�n��','���B:���BA��xd]��Y�<#�p��8u','',0,'?'),('�,3.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','��Տ��T���','��YP��^�L�FR{y�K.a+.��ӷ�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','��iŮ�9�e`��2�','Z���M�GXL;$xMi|Q�%���ŽY2��$_','',0,'?'),('�WM��{h���(��','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�����e�ډT�a��','\nS��x�B�[��)ɩL�6ۖ>���Hϫܥ��','',0,'?'),('�Y��/<��k�@H�U','wp-includes/wp-includes/css/dist/block-editor/style.css',0,'�Ţ% \Z�@1<��L��','�Ţ% \Z�@1<��L��','Z]��5�㮊���c-N�|Wr��*#�H�U=E','',0,'?'),('�a�@o��\'��kb��','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',0,'?'),('�q���?�)v�^MV�','wp-includes/wp-includes/js/media-models.js',0,'�wɊ��Ur���c[2','�wɊ��Ur���c[2','�Q�疁�n�s;�;��Z�<☱4K;~{','',0,'?'),('�|��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','�����FxL/κ�0�`z','j3�Rl��8ӭz �A�ˆ����\r��X�{\"','',0,'?'),('��i/�pEt�\n�l�','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r���0mb74$','�{h��D��X�^�w���6D�fc�@Q��\r�f','',0,'?'),('����2��?!�u�܆\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[(AɊ�����h�','����ͳߘ�Q6̨!*���X�x��MM�u@','',0,'?'),('����^[X��i� �','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���-G;:y^\Z)�','����F�ȳ۬�2U����-��:�1��','',0,'?'),('��:�X��@\0{*�֯�','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��H�� lO J\rN','�m���%�n\r��؛��qi���m���V&W','',0,'?'),('��4T�(�\\9\'��3�)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�{����` .�','����=FL�e���c���^&��\Z|\nl��aO�','',0,'?'),('���\0n:T�q}K �@','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>1d�IX�O��ȷv�','�q���*�lmKңk�\"�M�Q?�p���a�4','',0,'?'),('��k{��&��x\n��','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('��$�o��1�T�2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�zTc�I��J��W3','�zU)��i��YQ�;�PXꘞL�v�������','',0,'?'),('���A0f��f`� Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_��\Zxu��v','��u���;IV��a[�~㵭�TZ\\^�yJ��j','',0,'?'),('�\0��%3[$x\0��.��(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�*O2/�3I2���','~T�@\\��vUI<�pK����a`T�@c��ca�','',0,'?'),('���4�����=��','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʖ�Ѵ��~f���i�','�ߩ0�ԍ���Ѧ�ƻH\n�����¡;�','',0,'?'),('� ���Em[�����l�<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��ZC�l}�莐�','y��T��Nz+������\'��%Y�','',0,'?'),('�h��\r����\Zc�n&','wp-includes/wp-includes/Requests/SSL.php',0,'��K��������','��K��������','�}I^L�\\95�N�Y���;�?z��aE=�','',0,'?'),('�m���$V4/���','wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js',0,'����6�l�UOaD�Q�','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('�D`B�ȥ�\n�b�Ǚ','wp-content/themes/twentynineteen/sass/_normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ut _��vO0a','LL�Z�m��h2-s��,+�<�s!@tp�z�G','',0,'?'),('�MQ��HY�_r$K�S�','wp-content/themes/twentytwenty/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�8\\O��^����QR','����@8\Z���!��G�6��ͮe���,\0�5','',0,'?'),('�OT��ɛ�w���:�F','wp-includes/wp-includes/js/media-editor.js',0,'��@4Va�ˣ������','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('�o͑��4\\RX���r','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8����I�y{��8�','�O��t-�qu�b���O���%�\r?�3�80��','',0,'?'),('�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,'?'),('��W��Q��i�b#��\\','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css',0,'�%/NqOR�g��+\\�','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',0,'?'),('��{�]\\ֵ� ��d��','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՒMwG��2�x͝','ݗ��|\0�[����1��1n|�m�©�O� ','',0,'?'),('�������\"�R�Ŝ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Ѳ��#�d�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',0,'?'),('�#bP���a���14�lZ','wp-includes/wp-includes/class-wp-http-proxy.php',0,'@U,�:��-<I�e��','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('�%��+~���R1��҉','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\n����[�|�J/�','�8f�٣���<}.Q��������','',0,'?'),('��~C�>��xh��\r','wp-content/plugins/wp-cerber/assets/flags/bh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx\n=CS\Z�f��PF|','(���=AEhe�SJ駄�_�Ve2Z�E��&j�','',0,'?'),('������W�Q��ʠ\Z�','wp-includes/wp-includes/js/dist/compose.js',0,'R6�\\J��\"5r���','R6�\\J��\"5r���','h��l�2������<��_9��x����C�ҏ','',0,'?'),('���|X%jgu@�CJ�M','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d:�K��D��,$',';���\Z��w7��:���[�ܧ/�8��_�@]','',0,'?'),('����O��Z)��','wp-includes/wp-includes/SimplePie/Cache.php',0,' ��~ܯ{ʹ���+h�',' ��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('��i���<���?�?m�','wp-includes/wp-includes/css/buttons-rtl.min.css',0,'F��X�WDw����ڭ�','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('�ւxRa��ǜ�@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_O7b/��T���m�','_w��^���p�{�,ǣ��{}�:�\0���2�','',0,'?'),('���X\"�-{��$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+�H�h����3','�ؖ)_��6h����1��A\\�_lgK�d�kUX�q','',0,'?'),('��42���i�[�O��','wp-content/plugins/wp-cerber/assets/flags/tf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�``�O��.�˛�','��������r��4�&,lb�Fr~�T<���阈�','',0,'?'),('��Ud��M���S$�l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�>\r_D\"��Ck��C','\\�;��]\"���(+/��}�˚q5��NS\'�','',0,'?'),('�\0���O��b5o�','wp-content/plugins/wp-cerber/assets/flags/ir.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV�M�t^,��7�xD','i��֚b5�J��?]����+��H�r8��','',0,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�96�f����;���0','mgc%�i\Zn�A��B�@��wF�z�;�y`\rN','',0,'?'),('�8�FM-<8~����<�','wp-includes/wp-includes/images/arrow-pointer-blue-2x.png',0,'%m�rތ]4�9c�','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('�@G��t�eY�\\\'>�O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�]Tg���\Z�!��','�m1�X^��s$� Eh��M���WR�{��^�','',0,'?'),('�O~�LȦ�\"f~|��;','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���n.�)�U\\!k�','1,����0��љLv��/\r�>%���\"����','',0,'?'),('�Z��Wt�p�N�h','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��\'�]9?�]g�$','���P�a���̬Vch�;������;l','',0,'?'),('����Ȯr��&x�q�','wp-content/plugins/wp-cerber/assets/flags/fi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ќ0C��e���#��','�r\r=O�֓bt����:ٚU$R?�}�t��','',0,'?'),('��Z ��Og\nW�W�2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',0,'?'),('��!�h>�iq�8t��n','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',0,'?'),('���\\��9�ѕ�F�w�','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��Oez���nUR','�q��:\\��H�-��ƒ�V��i���ԍ�$','',0,'?'),('��Y#�� IŖue���','wp-includes/wp-includes/SimplePie/Category.php',0,'{���[�� �ZVG�4&','{���[�� �ZVG�4&','�<��J�H�v�i� b�4l~�e�F��mj�','',0,'?'),('���%�!ڡG��&�5','wp-content/themes/twentytwenty/assets/css/editor-style-block.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ ,�R��','�j^V�:���M�䌚�0o7Y|R9߀a|��� ','',0,'?'),('�����Ly��RB�9�k','wp-content/plugins/wp-cerber/assets/flags/mh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�\0oէ��3ˠ','�ܰ�\n\0�\'6G�R���ZH-�`��Ș�� ','',0,'?'),('�%���_���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','[QTGfS\"�����','�4���4HGM�;]B���FO��d�ƴ6@�','',0,'?'),('�GR�������m)','wp-content/plugins/wp-cerber/assets/flags/kg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8]�/E0%�gQյQ�','�3$��f�Rx)��@\\�e.3\Z�Ω�\r`p�Y','',0,'?'),('�l���M+J��m��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\'���\'�Q^�o�+^','!3��`DTd�k����3���Z�2�6�}','',0,'?'),('�u��и�;����]!6)','wp-includes/wp-includes/js/dist/is-shallow-equal.min.js',0,'`�Y��5n��Y�2-�','`�Y��5n��Y�2-�','��Q�f�1��)ۡV�G�y�8�V�d���%','',0,'?'),('�u������%�(��','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ƣٿc;���z���','��N�J�s�@�3 �:h)�7K�<�\\N�+','',0,'?'),('����N���@�(�3�','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O:B\0�z�6x`B','� ]���� \0On��6B;���\ZZ$� 2ЯSh','',0,'?'),('��h���)UG@�x��v ','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�8���K��PH�>H','��j\r�+Yg��1��S����t2�f��;�','',0,'?'),('��/�����N.&R�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',0,'�N���>�EH�I��� �','�N���>�EH�I��� �','u).H����� �����C���HsԐ`$�','',0,'?'),('��X��w��E��','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�ݜ����_ť;k)M','�6��6Pa����D���@���f6�{��','',0,'?'),('��or�������籽�','wp-content/plugins/wp-cerber/assets/flags/bq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��2]hqu:�T6E�U�','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[DW\01f�!�`ߜ�','����Ld+,\rO�V���UNxea9̽�+O�C1�','',0,'?'),('�\r[�8�)�r�}8e','wp-content/plugins/wp-cerber/assets/flags/sz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']{W���:��(�Բ�','PJU����I\"�,�����uVo��ƞ�dQ*z','',0,'?'),('� Ie�ԩ[G���_�6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�60���6�k�/��','�O}���j�\\Eнe��(BL\Z$�핓1','',0,'?'),('�#�AuI.F��/���','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',0,'?'),('�,.��<��@�G��','wp-includes/wp-includes/js/jquery/ui/effect-size.min.js',0,'�t(������D','�t(������D','�[�9E�3%��4�F�9��:�uØ�~j9�','',0,'?'),('�@��,�n\\���+k�','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('�C��ݑ��=w%8P�','wp-includes/wp-includes/js/dist/reusable-blocks.js',0,'^�ގ�g��Ts؉f�','^�ގ�g��Ts؉f�','zt\r��j�Z\Z��H�ͼċ�!f����;��','',0,'?'),('�O/�ì�`|g�_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��%|F.àZd����','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�Z��S=�\0����v�H','wp-content/plugins/wp-cerber/assets/flags/er.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�Ք#ӕ��?.O�]��','��\0�D?J1�nd�&�%��6\"ᅃ�.��� ','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',0,'��R���ݯ6��','��R���ݯ6��','z�O҈|�AL?�n�X>��lKt:%��6','',0,'?'),('�{�1�\"��^���.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ե�ᡵ���|��I� ','(H��e3a�Z]��t\\�����\'�d��p���','',0,'?'),('����8Q1�\r��@b;\"','wp-content/plugins/redirection/locale/json/redirection-pt_PT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<M�IԶ�i��vk��','ADk1�MC��H�,q�2\\Y\0�_��k��?�','',0,'?'),('���s��������v ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<{�Vg3B+z�B��','�I�W�}��Ogzˀ ��h��-��wl','',0,'?'),('��s��I�qF�����','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\P\0������E�é��','T���V/@cB����Վ�o��0`��f_���','',0,'?'),('���=V;�����N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�����h��١k�','wp-content/plugins/wp-cerber/assets/fb2b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}d��ΰ��R͵�','Ky�Y �O~�vx�W�� �<3����PZPZ','',0,'?'),('����7OPs�Ωp��W','wp-content/plugins/wp-cerber/assets/multi/multi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P?�� a��80�$','*}�AB�/�*o%���;���5��k��;�3','',0,'?'),('��\n�ӛIQED ��','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('����\\�M�M�F/�I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��x̄� 4U� k!C','.�йh�dBiHɀ�n�s�����\\���O','',0,'?'),('��nξ8n��Pp\\`z','wp-content/themes/twentytwentyone/assets/css/ie-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��Fڭ��G��','?���O//��%�N�W0�㍕�M4\'�3�F���','',0,'?'),('���s�3r���F�','wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css',0,'���\\��B���&�pw�','���\\��B���&�pw�','7>xV&v|��U�& ݷ\"ǥz9j�F%ѽK��V','',0,'?'),('��Κ,�Q�a�gl��\Z�','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ���� +\'8k_','',0,'?'),('��s��,��j�j3','wp-content/plugins/wp-cerber/assets/flags/gg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��L\Z��|�=�c��','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0�����ou��̌�','����7/Q���ƐՐw�g:�?��#{s��ɟ�','',0,'?'),('��dA#���*�Źo7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�$�����a�F','{��f[�����;�\"�h�]]u��3 �_�oQ�\Zu','',0,'?'),('�3=^��7�P�RA','wp-content/plugins/wp-cerber/assets/flags/sr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NT��I`$�x�\"v','�J!�^�α}���ݓ$�R�M~i���c���P','',0,'?'),('��V\ZF��\0���|�','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('���x�OW\r�����','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',0,'?'),('�5ڜ���2�l2{�','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�ܥ��d|Q�S�n�','��R;T��wh��m^�����䜺��K�L�A','',0,'?'),('�8�Ö��z��ϣ�0��','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php',0,'�0���s0C{[��[t7','�0���s0C{[��[t7','Z�z`�}���J�GN]����l��Q��8��H','',0,'?'),('�D��!VD+����','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�V��� �9�J�','փ��hbf��#��Ђ��OE��R���9H\r','',0,'?'),('�M�/<�P�ߍ�f.��','wp-includes/js/jquery/ui/effect-bounce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;B� ��GYQ�n�ߴ','���m/�g|ڶ\\���e(�>6��\n�-G!�\0','',0,'?'),('�T�:\Z����rD�� ','wp-content/themes/twentynineteen/readme.txt',0,'dp�bӧ��g�Z�l�u','dp�bӧ��g�Z�l�u','�D/��(V�sc�q\"c!���nX�@�����$','',0,'?'),('�VT��2e�w�gߋu8','wp-includes/js/jquery/ui/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��.��ȴ�fh~O','Û�.�k(5S�1��!����>�^I t�ȭ���.','',0,'?'),('�W𓃚�F��GjU�Z','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\n��+5�����4�','\\Λ;3X]��3��{{8�ҒZ\0�>��\\�&�','',0,'?'),('�i�+Hv#��وR�q','wp-includes/wp-includes/class-wp-recovery-mode.php',0,' �oxц��<N��',' �oxц��<N��','�4>���\r� j����s�dqm��H��l�7�~��','',0,'?'),('�z�6��+���PH\r�tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p>F��ő~���K��','fm��e)����$�4�_%��8�R��L��','',0,'?'),('���˥̰MVЗe�A�','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3S��-!@|��[�M','���s�n�����U������Bo3�}��+�+','',0,'?'),('���t��(�iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(����6�','��b1O�������:�DDHR�cj�ѐ�P�\r','',0,'?'),('��Τe;y�[��9�9','wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',0,'?'),('��\nL0Qod`�\\�;�','wp-content/plugins/wp-cerber/assets/icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T4�s�bRߺ0�','v �QNԯ�L�|̗E��,@���8By�:Y��','',0,'?'),('���B��u��d�Y','wp-includes/wp-includes/class-wp-feed-cache.php',0,'\Z��ط?h\"��%c��(\0','\Z��ط?h\"��%c��(\0','lh�>��6�<Z,2��1*!�cm;z~���4��','',0,'?'),('��3\"�(z�a�4�8�','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o��Uʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',0,'?'),('�����ܚh8��#�J�','wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php',0,'(��ch�L��F�3�b','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('���Q��s����ܰ\0','wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php',0,'nM@<��A6�@!�Y��','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',0,'?'),('�\n�\"Y|�v���oE��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2I�li��g���R�w','D�V����]�\\�P���f�y�K�u�a�m��','',0,'?'),('�~Q�ԁŴFp���','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kx�om���u�5t�','��8TI�|�|C�!��`vg�#�Q!ɓ{=��','',0,'?'),('�-Ob�G�?Ou�uhl','wp-includes/wp-includes/class-wp-block-styles-registry.php',0,'Kc�����\0z�[>�\rY','Kc�����\0z�[>�\rY','��J�x\r]�|��-��u+ߏ�$�a��','',0,'?'),('�2|�MJ�/�͆�^�}','wp-content/plugins/wp-cerber/assets/flags/ao.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\'��cu��fq�','�9&��[��؊�|�&���ʘ�����<��HR','',0,'?'),('�V�I����\r�/�','wp-content/plugins/redirection/locale/redirection-be_BY.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','툎r6��֍N�n�','��\Z1\\f���Լ�A�!y���Β�CD�ً�','',0,'?'),('�kHm�1��`0ѹ��_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2����sg�5�䃥l','�?*��\0Z:WX̩�k�k\0IM��UT','',0,'?'),('�z���O�M�&�K�|�','wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php',0,'r-�e��r^�!�~','r-�e��r^�!�~','��`��R�lԥLz�?i�āACH�Py�n','',0,'?'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E^?���7��v�+�z=','A�l:d�72[�X1R�w�#��ؤ�p��h5�6X','',0,'?'),('��!��y��F��]���','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&L�g=�%cn� }ǣ�','(��`���ĺ�E�ϙ)#��I�jHߠ�&�{','',0,'?'),('����\n ����(z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ߡ�M(���','��A+�n7�51�K���i��|Y��m','',0,'?'),('�����z(�d�\'dIt�\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��4?N��Pɴ�_�','ȏ�DEDL]R���d��4�\"�$ A�vǓ�','',0,'?'),('��p��������2M','wp-includes/wp-includes/js/wp-lists.min.js',0,'��uP��*�L�[�C�','��uP��*�L�[�C�','!��JL=�Tl̞_p@��ȟ���R��M��S[','',0,'?'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�ݥ��!��YG�w','!�r�|�n�M�-��Yn6X�p����ʖ','',0,'?'),('���ب�R �C%>)��','wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js',0,'N���x���:��cT�','N���x���:��cT�','D�I�4h\ng�SZ����o|�(ޱs\r8�z��','',0,'?'),('�����m*�$�','wp-includes/wp-includes/js/jquery/suggest.js',0,':$tV�E�ʿ���',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',0,'?'),('�$��Ld�N�B��1','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;�A�\\\\E�gC�^\\','�P��ˡr�#��bhI.�;��ٵ7�\'콀N','',0,'?'),('��^|J�ʕ\Z%��\"b�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i^e�]�M���@','�~\nf)��Z�����?\"z�I�\\�N乍��','',0,'?'),('��$�T�X�@#��A��','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�#)��i�M��}����','\n��^uӟf~LE5A�\0��r23�q6BSk���','',0,'?'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IU��.Q�c�g���','�C��BH�9��D�y�;-�K�:LAx�?8\\~� ��','',0,'?'),('�_r#�Eȯ�̪%','wp-content/plugins/wp-cerber/assets/flags/ne.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�`R��$�`}L��\0\"�','h�~w=+^��Q#Wt/�� w�~�j���+','',0,'?'),('�Obc��\" ���|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('�*��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,'?'),('�5�u�uȸ��8�P�Һ','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���܊:����嵷Y','&��yZ��e��n��_���&���0�A �5','',0,'?'),('�6��M͓��)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�ȴ����Y͆ ','�A��-�תe���`�)�\'WS>KXIZ��','',0,'?'),('�=���}�LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�\nXj�\'�;q�{��a�','',0,'?'),('�O�tg�\02�\\�B��','wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�K��a�e�kb\r�5','�^h&^I��nb�ކ�n:*jB�_��3�V+n�','',0,'?'),('�O��c��ئ>�ha*v','wp-includes/wp-includes/Requests/Exception/HTTP/413.php',0,'�<�]ɐY��XL��','�<�]ɐY��XL��','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),('�U,�w���Q-{[�','wp-includes/wp-includes/js/colorpicker.js',0,'��V g�����-�','��V g�����-�','�V�w��%�%�:�3CQ#+g�� ��e�}�','',0,'?'),('�Ym�R�l�X\0���:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�II�ٹ�$V��;�','p�K�-��.,�ZT�!��:-[�������','',0,'?'),('�]숊YT��Xm�+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\"��\"M��aM�w�M','O��m��y���6ۆ�x`R0Nh[7\0]�%�ʞ','',0,'?'),('�j��U�U�X\Z��/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u����� X�9\"QB','Hg�-�9������O�2G����f�#�B���S','',0,'?'),('2�`ZeU�T���','wp-includes/wp-includes/js/plupload/plupload.min.js',0,'���6�JJ�7�+�','���6�JJ�7�+�','�+\"��Q���/N:�T$��\"���ȯ\r8v_3','',0,'?'),('�gزh/Ḯ�O�N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<Aj�Q�~$���~��','��\\)�dw(?o���1�i�n�@�~KU6���Z','',0,'?'),('���Ň�a��A�','wp-includes/wp-includes/js/backbone.min.js',0,'��`ft7\\J�*��4a','��`ft7\\J�*��4a','j�˯�}j�$��@�č��� n%Q|�l��','',0,'?'),('¯61�:a��E�\0AM','wp-includes/wp-includes/js/jquery/ui/menu.js',0,'��V7g����q�ʤ','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('�1���|�}���dQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�\"�\r\r�','x��=��|ˋ{�lbn��;��Ep���r�?','',0,'?'),('�t���~܌=�kƦ�','wp-includes/wp-includes/css/dist/nux/style.css',0,',�L��g�a�J\\',',�L��g�a�J\\','��)��v5i�B�:#��%����N�����','',0,'?'),('��z�Z�9ɟQ�56�','wp-includes/wp-includes/js/customize-preview.min.js',0,'�tQ��M�ʈ�����','�tQ��M�ʈ�����','��=��y�0��RAB�b����)�?=�n�','',0,'?'),('��)Gr:�8�q��','wp-includes/wp-includes/class-wp-comment-query.php',0,'d���!T0^ę��:�','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('����\\@��x�h��','wp-includes/wp-includes/SimplePie/Parser.php',0,'�+��dGzC\0��u\r��','�+��dGzC\0��u\r��','a���,�\"���Ɣ_*{�Z��m���ɛ���','',0,'?'),('� 1��А々�S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('��-� �~��cҢ��','wp-includes/wp-includes/blocks.php',0,'�[\"����#�\'','�[\"����#�\'','j��$��)�~ŗH�x���}J�1z�м�v��','',0,'?'),('�w:k@D�i�WQ�','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oI�Ʒk���b','7.ݰ̿���U���L>�\"�TM5�]��>�','',0,'?'),('�&��ez��Qmk\0�&','wp-includes/wp-includes/Requests/Transport/cURL.php',0,'��87a`CZ��','��87a`CZ��','hI���� x<�������%��ji�����$','',0,'?'),('����$cB�2r�?I�','wp-includes/wp-includes/js/tinymce/utils/validate.js',0,'CL�1?o+;���{Y�','CL�1?o+;���{Y�','k�H��;�\0�kC�s� \'K�#45+eE|���0','',0,'?'),('���\Z�V���տ','wp-content/plugins/wp-cerber/cerber-maintenance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�69SH\nƻ��/��(�','�(c%��vW�S�xEuς><���¶�Ȯ[� ','',0,'?'),('�.�B�|xӳ��E�','wp-admin/css/press-this-editor-rtl.css',0,'FM�H�v�7�\ryd��','FM�H�v�7�\ryd��','$�����`�MHn�#�<K�����*\r���e','',0,'?'),('�T���!ة7�l��<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',0,'?'),('�_���jSX�2�QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',0,'?'),('�`~|D%EH�wO����','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�]-�@W�\\0��Wv','�c`�C(ߛ�V�S6ب�c�s�u8�6��l','',0,'?'),('�iHPC�|5U\0`� r�H','wp-includes/wp-includes/js/dist/deprecated.js',0,'�B�v\"} �H���}��T','�B�v\"} �H���}��T','5\r�_��I��h�MJuk��Q�ͣ�չ���zn','',0,'?'),('�|m���@8�S�>=��','wp-includes/wp-includes/blocks/code/block.json',0,' �2z`������A�%�',' �2z`������A�%�','W��@\r�8�Q��u�\0H� �WhR��ے0c���','',0,'?'),('ÂuJ�M�/� w�y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XP�sHG�/n�w','�-ܙ���_�P^�C����`ֵ�.���F�If','',0,'?'),('ä��]0�`���AS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eLi���7�Mq\nk��','ZF�}��bgHCk��]��`�E|k�nW�','',0,'?'),('ç�?��<}��`C','wp-includes/wp-includes/js/dist/keycodes.js',0,'!a���� ��5/ �','!a���� ��5/ �','8*�Zu%V��,�3Yb���k־�&) ���E','',0,'?'),('èuT��^jP��6�','wp-includes/wp-includes/images/smilies/icon_confused.gif',0,'/# �Ӣww$x꾓Y','/# �Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('éR�%��ӚZ#+�\"','wp-includes/wp-includes/js/dist/media-utils.js',0,'��3)PvLiJO�|��','��3)PvLiJO�|��','�c��BD����ҕ���2+��k�`1<��*�w�˕','',0,'?'),('ü�{V+�ϷH�֖','wp-includes/wp-includes/class-wp-text-diff-renderer-table.php',0,'�-�����g0HFuI�','�-�����g0HFuI�','�_h+�U��H�i��_��e� w����6��','',0,'?'),('ý��P��7&ݣ`�)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uw�h[e��z�x��','wp�B��3K�r3_�!�}��b����d�v\r��','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v','�ɳ���C��?�=���&��UyZ�31��!<c','',0,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=b��)�z��(��','��\\���.�[-�C��-�E>B᧶9�����','',0,'?'),('��%�x#B�9ܳ�?�y�','wp-includes/wp-includes/images/smilies/icon_cry.gif',0,'�+`Ůd�W]�����h','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('��4�l!�r�����','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rR�M8��u<�V�l��','�\Z�7�Q\0����O�C�\r.�D�\0n*���','',0,'?'),('��e��fz���eox��','wp-content/themes/twentytwentyone/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"qѹ��sԬ','�J��3��mZ��2:��d�\\�6_�Շ�c*4','',0,'?'),('��iY����\0\nR)��','wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��V��cꘄ','G�%*�J ���$��o=�@��k����Jl�','',0,'?'),('��u�X�ݼ#�-���','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����2���5K','�BVrAC\n�a�+���(�;%�FdC��TD�#��','',0,'?'),('�ň��/���tNҊb','wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����3,B�V���','��ڑ�t4U��\"�;�t�7�\Z�Jy�rb@','',0,'?'),('�&)����N~&����','wp-content/themes/twentytwentyone/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����ّ^R� ','\Z��u�@�\'\\��KL�82�B��r�\Z2HC�o','',0,'?'),('�G���\Z0���|��','wp-includes/wp-includes/class-wp-block-type.php',0,'�<Aj�Q�~$���~��','�<Aj�Q�~$���~��','��\\)�dw(?o���1�i�n�@�~KU6���Z','',0,'?'),('�W�� Ln<�RUc��>','wp-includes/wp-includes/SimplePie/Locator.php',0,'g�3�y�%14���','g�3�y�%14���','<���ms�4�3p-I�/�8\'J�� }.�','',0,'?'),('�`�,}��D��@','wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oxц��<N��','�4>���\r� j����s�dqm��H��l�7�~��','',0,'?'),('�y���x�Q3�p3�','wp-includes/wp-includes/js/dist/wordcount.min.js',0,'Ǣ�6Ӯ����H�pL','Ǣ�6Ӯ����H�pL','��A+l:#I�-A��5�J�iQ��ڙRW�w\0r�','',0,'?'),('Ĉ^A��+l���o�d��','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!���\0����\"w','�g��z���.g�V�:��[����Й�H)Ȟ�','',0,'?'),('ĔԼ���pP�Z H��','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('ĕ�B����ls��e�','wp-includes/wp-includes/SimplePie/Enclosure.php',0,'��(2ROf;Vkj�','��(2ROf;Vkj�','�������`�.۾H�,�x1���8q?�L�}]','',0,'?'),('Ħ��SNL��h`���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"mb�\'u�̩��D�','9Z�Jn�l+;�CG; �+�0s����f�8�','',0,'?'),('ijJ�\n`|�5,HT��','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��1T�(Nȩ\Z','�7��NZ|�0�N��HQ��r�\nR��o�C�f','',0,'?'),('Ķ�Ɩ�o���èf{U','wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',0,'?'),('�Ѻɩ��uy����}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('��ʙ\0}��甠K��.�','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rq�*X�gq�O�(͈','�x�2���<���k���Qݯ�����{��','',0,'?'),('��{A��mm��*�K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JI1E%g䅝�?�&�','AS%�³�[�|ZJf�RH3#Bl�K��zH','',0,'?'),('�uy(e_�X�\0�6','wp-includes/wp-includes/js/media-views.min.js',0,'�J虝���\n�G{5�','�J虝���\n�G{5�','�7�ϝ���P9n)%�-�i�Qԭv���kJ���','',0,'?'),('�D���C����F}��','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!�����[��4��','4 �6鎬��M&�$!�2d<��\\ |\\�?g�\n','',0,'?'),('�OYD�;�/\n�~��','wp-includes/wp-includes/Requests/Exception/HTTP/406.php',0,'K��l�h�r��9�\"\0�','K��l�h�r��9�\"\0�',',aY��}PR6���`�)K�f�ism ���','',0,'?'),('�V݀^�W�4��-zX','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fq�ag�D���i\"','-u��|�5��CD`��磩QrG��)&�','',0,'?'),('�_�n�����p���aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*L�1�˵�\"k%F�+','Z��i�M�f�U�v�i-�})��f�\"��Mnd?X','',0,'?'),('�`#��G�b�C��֊�','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��ڙK�~q ����c=','�T�d�T�y~#��jI\"�+�+3�ɉ','',0,'?'),('�~s�5խ�?([�Ҹ�','wp-includes/wp-includes/class.wp-scripts.php',0,'��s�zrU[\nK��z��','��s�zrU[\nK��z��','s�d����� J�WL�+<�I���S4y$)T@','',0,'?'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3B2�&*)��^*��3','�ĤѮp\\��;x�\'���H�42�N��_�Ei','',0,'?'),('Ŋ��6���@�L(`��','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �W� r��>�Vݟ�','p�<L�>�������\r�~29~�^��ɋF�','',0,'?'),('ŕ�y�n�\\��zL�ʨ','wp-includes/wp-includes/class-wp-http-curl.php',0,'�S�`3F�O�,;N#���','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y�� �]�2','',0,'?'),('że�����E@}-�','wp-content/plugins/wp-cerber/assets/flags/ss.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��-�p�lE���k�/�','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S!}EU�\\b�g�h��=','\ZJ��]�x ծT���c�0n�9 +V�k�','',0,'?'),('�v�0�r�m����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�U�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e� �','',0,'?'),('��A#����Uu�O���','wp-content/plugins/wp-cerber/assets/flags/sk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�q!-�\"�jU]P','��!$�2�E@��e�K���z\\�x�<GF� ','',0,'?'),('�v�T!)��aH�','wp-content/plugins/wp-cerber/assets/flags/mq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zs�׳Wh���','����J���U2V\\��h�Ѧ�Z�t/���Q','',0,'?'),('�ZTD�\r�[��FcLL�','wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������9��Qv��','��PgcZn1q��b�-���x�]ME��ܻ���','',0,'?'),('�#6��n!����S','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js',0,'�>d�KP\'IC��3��8','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J� ���ST�_','',0,'?'),('����c�$Jm-�8�','wp-includes/wp-includes/js/dist/keyboard-shortcuts.js',0,'w�\ZH����%3kGUE','w�\ZH����%3kGUE','\"�����8�� �鎸\'��o83�J���w���','',0,'?'),('�Rx�M�J�=����','wp-includes/wp-includes/css/dist/editor/style-rtl.min.css',0,'_O7b/��T���m�','_O7b/��T���m�','_w��^���p�{�,ǣ��{}�:�\0���2�','',0,'?'),('� ��#A�\n#b#��=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('��p�1 �?��J@�','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǧn3Q�2�G�','�d��\"fݎ���6em�`�z����P<KO�','',0,'?'),('�+���g���q6�^\0�','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0� q0m��\ZY%V�X�','(]�:=d�qۅ�O{9�Ԁ�v��Ș~����','',0,'?'),('�@��:<�o|J-e�','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EQt��s �Mz�y���','��殙F��`�a�݀�k���mE�Q��+~��','',0,'?'),('ƅ����|_�i/y�� ','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',0,'?'),('Ƭ+\Z���I�d^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',0,'?'),('Ƭ��SX���Z���3�','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OBb�?�Ɖ�х��','�[��ɉ��NN�^p��D_S��r�pI~8,�v','',0,'?'),('�Ցf�)cW)֗�Og�','wp-content/themes/twentytwentyone/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��5�%�$���','}�C!�Mk;\'�?]�]��VW��A�e�Bߊ�','',0,'?'),('���yw�-p��`�)','wp-content/plugins/wp-cerber/assets/flags/cd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��E�\0{+k�`֚o','bf&<�9�\nTĔ��n��\Z~�\Z,����!��','',0,'?'),('�몳@� �=��y`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�0�\"����#�','��֩y\n� ��ij����X�H�-<f ��c�','',0,'?'),('�͌%+�e�@uQ(�','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ũ8��6uj(X4ѨÎ�','������U:W�{\n�b)SN��.=}c�A','',0,'?'),('����͊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,'?'),('�=�m����^D6W�','wp-content/themes/twentynineteen/sass/modules/_clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vY��P\\;���4�','�s���3s=���#q���˞< �I\'r&�','',0,'?'),('�FU�G��Хd�c��NC','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Al͟��\ZԀ�c��','�x�����(��Sn��\n;�y{%�_�j���/','',0,'?'),('ǂ-i)�.�\\���z�^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�����?��z&','�=5��:Pu\'pM�N[�9^�m>z@','',0,'?'),('Dž�9��9:���\Z�','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��V��O��yDv� !','{�d���<>wb�S�q����B������','',0,'?'),('dž_5�2�߱�c�ƫ','wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�vm_��I��\\����','\r��鋕��1(���p�KH�KBY����eB','',0,'?'),('Lj�Q&*o(��a#IX','wp-includes/wp-includes/Requests/Exception/HTTP/409.php',0,'�Z�i�~*=����','�Z�i�~*=����','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('ǑCvd��ė�','wp-includes/wp-includes/ID3/readme.txt',0,'ݣ��z�eѧѥk58�','ݣ��z�eѧѥk58�','l��r����p4��FBܢ7\"Z:�W�v���','',0,'?'),('ǝ�^�x�JB\Z�3-�6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��5]{\"���V�','�C�Jr~W�OY�*[�:[j)���G�Є�e�','',0,'?'),('ǟ��H0�Q�Y�>','wp-includes/wp-includes/class-walker-nav-menu.php',0,'�S��|8���~Rx�4','�S��|8���~Rx�4','�P�6��^��9�hQ=�Ʉ�����A��X��','',0,'?'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('ǫ�=��m�/���^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���PI ��k����� ','&�v��x¡�gu�SV���ҏ����r�','',0,'?'),('ǭj�߃�;4��*','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�`�p.�Zb �x3I','#O)r�a�%�����r�2tK�P��1��kw��','',0,'?'),('dz\\��_L-Y�Ō%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�llA�2���̋�','\Z�aH���r���%A���6$`Hu�T�6y�4�','',0,'?'),('Ǽ=���/%�@6�Dn','wp-content/themes/twentynineteen/sass/modules/_alignments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��\\�sӳR��]iO','̰簃b���p4�i��шB6����A���','',0,'?'),('�ڪ�&����e��pR��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php',0,'x} ��pc��K�O�','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('��w��y�*�X�O\nG��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�Vl~�m[%Wt','P�q\0������V{|�0m\0;���2�f@U�','',0,'?'),('��}�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,'?'),('���L��q�� .��','wp-content/plugins/redirection/locale/redirection-ro_RO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��&�We��`�����B','�x�(xh�w��C}H�,s�.hz^s���|�','',0,'?'),('��w.�(S�*I�e','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nB���j����',')���i�o�[G\ZC�)E�ϳl�\r�h�d�!','',0,'?'),('�W{���ߐ<G��J7','wp-content/plugins/redirection/locale/redirection-ar_AR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yc[Z�ǃD��\\,�','�Z&����S��R�r��q��J�{;�U��','',0,'?'),('�\Z{g�?�3gڢ\Z�','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�*�����g����','�#!$��@�0g�.�;i3%!�cHP���=','',0,'?'),('��fp��\0!�tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�\'߽ �%���','��-�Bd/�`��\\V�x6Y*��-$����W','',0,'?'),('�\"u@��T��S��5�','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�7�\0��tt��.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an�$�6�����\"','�tɢ�����C-?�\'(�uꢦA�T-1ba��:','',0,'?'),('�8����R�6>G\"���','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pO�E����6�wR%v','�h�4[��0��7-��\\{�e��$.(.���o�','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��vwX\n_Yg!��','r;�\Z� G�����[i$�)���v�]j7�im#','',0,'?'),('�H ���\n>��a�~','wp-includes/wp-includes/blocks/latest-posts/block.json',0,'�5P�m��)-\\\r�M�','�5P�m��)-\\\r�M�','/B�Oq<Rv\0ѓv�eys��u�\0)b�\rk{�6O','',0,'?'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�u��C~7\n���W�e�','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�we�J�����@�?��','�W�ľ�6���7#`_�g�;���,9�.��=','',0,'?'),('ȁ��#/�\0��6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��ӹu�;P�','�aD�,�ǭ��+v�Fe\"+���!���1t','',0,'?'),('ȍP�� �3����\n��','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(���H�g1k!~','Գh(��m7B��.�oǏu��ʼ%a��1ʾ�','',0,'?'),('ȑ\\�#\"�*����*!2','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',0,'����O�����81','����O�����81','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('ȣ�gӰ�DZCs��','wp-content/plugins/wp-cerber/assets/flags/cs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qȥ�`�����','���3�#�xUN�^�[ ^�1�a��GX9PP','',0,'?'),('ȩ��u��s�\\r�e�','wp-includes/wp-includes/Text/Diff/Renderer.php',0,'�� �C0�Y7O�@�GS','�� �C0�Y7O�@�GS','EWj�+��\\��=����}.��1\r��|','',0,'?'),('ȿ�-��`�u���o��','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�m;S��V#��m�I','�R9F��������47i}�ʧ��C^�%','',0,'?'),('�ʵ�*\'��]���=��','wp-includes/wp-includes/Requests/Cookie.php',0,'�]��4�G��FdW(�','�]��4�G��FdW(�','1��0*�E�3:/��2p��կ�\0K2^�(','',0,'?'),('�����~\r\ZK4(#��','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(팋�#��A���;�','�u�A���+I/�㊓\0�n�N�1G8�\ZD-�','',0,'?'),('�!�`�L�i\0Ը�u','wp-content/plugins/wp-cerber/assets/flags/mf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�5�iD�hI�6�;','wp-includes/SimplePie/Cache/Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\'Xlab��4`','?O�d6�C���u���>Jr��h�t����e���','',0,'?'),('�7ŭ����OE6','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�tg��q�O1�0�','�Džg�L���)�Q�r���ty�jX��O�\n�& �','',0,'?'),('�A7�\'�C#�w�S�s�','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x ��\0�\Z�*m7v%',']jH��#���?�����j6MI�aҰ�(e��','',0,'?'),('�_�xx����,����M','wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php',0,'�[q�7d�v���z�','�[q�7d�v���z�','\'֪��* [\0EE*J�r�V�s�����c�?','',0,'?'),('�lX�w��B�*X�W�','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ��*�X���9e','�v�\Z�|5.YX ������Z�鹁Ź','',0,'?'),('�y�8��c4�i��','wp-includes/wp-includes/js/jquery/ui/checkboxradio.js',0,'�\"VSdF\n��k���:','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',0,'?'),('Ɇ8���pŻѵV�','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pnӑ,vP*�`4i','��)ed}&�C�\"_ڸ�l<z�U�,?b:��@u','',0,'?'),('ɏ�u��&\\��Z','wp-includes/wp-includes/js/dist/server-side-render.js',0,'1�eQǔ;-P7�苛�d','1�eQǔ;-P7�苛�d','rP���^�ç\Zx~�;�����\"�x]43s','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_%��5�ߔrg[\Z�','��3�4�n�8�@�}���!��pc�8�\0�̴','',0,'?'),('ɣ/e��;���v�','wp-includes/wp-includes/class-wp-application-passwords.php',0,'�;�Q����cW�M7A','�;�Q����cW�M7A','��x���� �?��L�\Z�l�C�\"���Ǵ��','',0,'?'),('���l���Q�[��1','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�����y���\"�Ys','3�2�/ι��Dp�nXe\0uQ\nO#��G','',0,'?'),('�����2D�i�e�','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĸ�P)�|��q�r���','wppS���\"�D�.��o�MO�m�O�\'b�aNj0','',0,'?'),('���=)�`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{K7QO��f�','',0,'?'),('�ͤ� �T���-�','wp-content/plugins/wp-cerber/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=v����]���V','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƶ���s�[��\"�','�]:\r+�����ʩ\'X�bҸX�����LU�','',0,'?'),('�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','B?\0��֝�?�C�;','��+3�����<��0+.`.�պ�����6�|d','',0,'?'),('�R���ш��0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0���M���\"�\\\\�','9\\�P�;P�;p�%/���?����]z]C�ǐ��','',0,'?'),('�g7,u,�<I���ͥ�','wp-includes/wp-includes/css/dist/block-directory/style-rtl.css',0,'���gJ��^<','���gJ��^<','���\ZybF���v��J�}�z��Lj�� (','',0,'?'),('�hFM<@`%q-��','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�,k�=G�c�x�','C������ �9�1�@���*C���Z','',0,'?'),('�r��{�\Zk��\"��k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�9��yu�S�,�,�k','� �m���������BFX&I�[s��','',0,'?'),('�xjP����!c�x','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�*���#��_��ҳZ�','�����f��uG#����\'��_ً�:�F�A','',0,'?'),('ʂ[ &�?p�bD','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��MA�@����|�','u��\Z�Ӛ1!�b�� \"�0SBȓ>�rEk�','',0,'?'),('ʵs�� ����R>��?','wp-content/themes/twentytwentyone/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G:��Ll�}\0!��%','mDTZ��\r�τ(c�zG�ܟKl�@����Kv','',0,'?'),('���W�>�ҟ����[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���Rlr��','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('��&�����~sXm','wp-content/themes/twentytwenty/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Kp@/ya3ˡ�ZіO','��1�*C�4é�GNÈOA�p1v7.�wV%��2F','',0,'?'),('�܆R(�\'2Whp���G','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ҏH��C�5̨[\0��','�X��f:�M�t�˃#��sD�4(�NG�F�','',0,'?'),('�� b���8�[����y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d͢7@$��g�;','F\r�R7��s\"YX^�ȹ�$�y�ss[','',0,'?'),('�㱛��� V9�{��b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�+���l�@�h�','3�i]m���&� ��s֯�I��g�e�ok��/M�','',0,'?'),('��TF�����B��e�1','wp-includes/wp-includes/block-patterns/quote.php',0,'c�:�v,^8^����\"�}','c�:�v,^8^����\"�}','����@��]y�%U?�vw�Xl�^�{q�','',0,'?'),('��O忯uR��c�[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[cl�r�u� �Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('�\0w��_E��d����q','wp-includes/wp-includes/js/wp-embed-template.min.js',0,'x)�tM�`WXx>�5�\\�','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',0,'?'),('�!��#��I|���F�','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�\"�X & )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',0,'?'),('�(�fbܜ�}W��F�','wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',0,'�}*�yY��ը�F�','�}*�yY��ը�F�','1��SD��v�jk3�\0�G�<�\'|��!���','',0,'?'),('�5V�x�,$�>7d�k�','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸb��9����M','�F�/\'���M%�9�}@��fW�>��S*�m','',0,'?'),('�6�<��C�﮿�V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�be& W����Ř�','Iu{W�m�bk_�����.�cx\rh+K�','',0,'?'),('�R���<%���D-�','wp-content/plugins/wp-cerber/assets/flags/co.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]�\"^��K0��eu>','=Ө�Ĺ^ٜn�_?���*`������s�<�;2','',0,'?'),('�U<�?Y,����ػ(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�z4E�=��I)','-&}�)j�ZS�̻e��Ҥ����\'�Z?P�f','',0,'?'),('�U��}�B�� Js��','wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('�y�6�6l�M�C�','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pc�\r��� �\"��','~u~01���8c�8�ɹ��F��E��1=���','',0,'?'),('�|G��$���k���','wp-includes/js/dist/vendor/wp-polyfill-url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J� ���ST�_','',0,'?'),('�}Ua&gl��i�)���!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\r�\Z�Y�ܵm`���','~G��s��Mp�����^I�\0~\n)g�<��%��','',0,'?'),('ˍD{�mm�PtO��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md',0,'Y��ϛ�vj��\n���','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('ˏ�s6�L�,5I&&Z','wp-includes/wp-includes/js/dist/warning.min.js',0,'�@AUV����x��\0�','�@AUV����x��\0�','%|�l��U}}�@~�\\<��#��x�9�a\n��','',0,'?'),('ˤԐ�{%k�#�f�','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����3|G^�cKT\"�','\'�e\"ʌ�_(n��f��ww�\Z�N�2�+ ','',0,'?'),('˩C�@�����\\��','wp-includes/wp-includes/js/dist/components.js',0,'\Z�^�}!��〼����','\Z�^�}!��〼����','Ƽy�e�s�<���z�E�,_:�<E� =�+�.','',0,'?'),('�ǝ��Q��_y�d��+�','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��U iU0�ll9�c','��_�v$�U7_�*\r?�+�^��≾�Ā','',0,'?'),('���N��\0��ܹ�t','wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��TXi�M�Y�','�>�qJط���0� �\'���R\'n�7s�b3|','',0,'?'),('�����k2�n���','wp-content/plugins/wp-cerber/cerber-scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�L�[�q?���_','o�a��il2V*�B�h_|��{���l��\r��','',0,'?'),('��v�E,�-O�{���','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kn~�?��ӂ~d�','�,�P��en��y����\\A�8����2��','',0,'?'),('����{�@�q��mu','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��E�50Q��D=�l�','�2&���.����(SG�l���^�N��C&/ρ�','',0,'?'),('�!�LT�3��i��x�','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�VgN�7��?:^�','�Z*\n���&z9f?�\"k�>tg','',0,'?'),('�-�+N�>Ĕ��ђ','wp-includes/wp-includes/images/blank.gif',0,'��ʟg��h�kK��f','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�M�Tq&[?��>칊�\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�9+�\"��+��','B��m��N��h�����stN��jAS4X\0$','',0,'?'),('�M����z�ŭY���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�Vd ]�=M[[ٿ���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�nr�\'U���o{��','�BS�?jP����0h~q��G�^K�ew�vO','',0,'?'),('�V�ڮ����M��jӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�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','pMp�s�Rӷ_�_','+��d8/�]��jB���2?��q�����N','',0,'?'),('́ԑ�A�Ha]�\':�','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�Dn>�u�6j\r','7#�x>֜�bo�R�4#;�ۤ��| J��','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0`\'}�(���b���A#','c,�Bp�2�8���0j��7}hp-��宆','',0,'?'),('̖���ɲ����e�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,'?'),('���8�U����F���','wp-includes/wp-includes/nav-menu-template.php',0,'JI1E%g䅝�?�&�','JI1E%g䅝�?�&�','AS%�³�[�|ZJf�RH3#Bl�K��zH','',0,'?'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����Wz�EY�','�����Q�M��d�� ���XټT%�c�','',0,'?'),('�����\";+�\rxu���w','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('�NJ�E�v�c,�صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',0,'?'),('�#\Z_U�P��\0�h','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',0,'�F�S:&\0��>f�\\�','�F�S:&\0��>f�\\�','�l�/r+���j�EQ�n��ھ�y�~Q�','',0,'?'),('����p�j֛`��w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�y-�uv� O�C','����\0���˝`&�q�G%\Zh�����,#�','',0,'?'),('�n �}V-����I�','wp-content/themes/twentytwenty/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�P�2��%F��,�-','�ʄ�%��Ũ�k$ Ȏ������g?��Ҧ�','',0,'?'),('�d���lP�O�I�','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DlR����=���@n','ٔ�fİ�� �qRK/�h��XٱVJH&k�HPB','',0,'?'),('�)����\0�e�_�5=�','wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�Q ����f��7�F','�Ҏ��E����؊>^!j��\0O���ca��^��','',0,'?'),('�K=�X�a:�\'5�','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',0,'?'),('�[��o���b$�Ӯz,','wp-includes/wp-includes/css/dist/block-library/style-rtl.css',0,'RV�0 ���*��','RV�0 ���*��','|�ߪYZa3=?\ZK�`��� ��+��-���','',0,'?'),('�^&��`R�y����J','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}n�3;g)���','\nj�^�����C�(��UU�i\'9�O','',0,'?'),('�m��L0N\"�T~�b�','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z����.�+�j','�i��D�AJ�ψ;v,gc�%��� ^#','',0,'?'),('�w�9=�_\"h%��v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\'�K��5oi�J�','�C�C���V��c��x�\"a�8q�vu\Za�','',0,'?'),('͓�Y�36��l�Y��','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('͖w�W)���f\'M��','wp-includes/wp-includes/block-patterns/large-header-button.php',0,',\r��\Z�&o�r\'���',',\r��\Z�&o�r\'���','\0�9�w�i����5�������}���h��','',0,'?'),('ͤ8B���¸]��E|','wp-content/plugins/wp-cerber/assets/flags/ky.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M� �d�pV�,�d�','��QP�8�TG�{jrNK�-��,�/l�j ��','',0,'?'),('ͪu�owsFC�G[c��','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�Co�;�,.!O^�>','Otu��%~�x�ʱ��o��ӗJ���4��%�','',0,'?'),('Ͷ�jʃఱ���-�','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:د_x��O0�8���X','�[�|�r�;�������Ƹ����l�b��� Q','',0,'?'),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('�ϘFvD�̫H�','wp-content/plugins/wp-cerber/assets/flags/tg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f/f�|f~�8','=JUV�1H���kE����OZ�oD\\��','',0,'?'),('�и�X߳4ě��~P�e','wp-content/plugins/redirection/locale/json/redirection-fi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=y�2=�1��:3=','�o,�P�B�Ės�N2zQ��e*=��}��','',0,'?'),('��3�����F�<��8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����$b��Z�C','�8A�2�xz��\0<G-�E ��r��쇮?�R�','',0,'?'),('��S�>s�U)����H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('���j(g��~jU#��','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\r�<�\n����-��1','�Am���(�t��w�*lEd�s��@������','',0,'?'),('� ��Mu�)`��>�2','wp-content/themes/twentytwentyone/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~E�Ю��ȕ��9~','��q��?{Q%8��ѣ�=��\'N�4oÒ�s','',0,'?'),('�EiL�+�[��\\{��_','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',0,'�YA��G=b�u���','�YA��G=b�u���','z�,ͥ���t <{@Y{�iy��s���c�(S�L','',0,'?'),('�LF��?��t�*Xjp�','wp-includes/wp-includes/js/customize-views.js',0,'\"r�<`����D��','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('�N: ������@�kς','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Ɓ.����o���O#','d�{�_�U��R7I���o�(�~�6,\rT���\n��','',0,'?'),('�Y��f/�pw����','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p����R櫷�\'G','����WwYKL\n�� -*���^e\"e�(_,g','',0,'?'),('�_)-�]�ˌkO ��','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\)���H�G���>�','ٚ+��\"�Bt��� \'S_��̄E�s��_�)^�','',0,'?'),('�l/<��U��ZA��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�Sz�L�HAWr�6~','0��pU���gו�G/���%��\'���Zd�\n\n','',0,'?'),('�|��f�����,2�T ','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�3&�Е��(6�&�','H�4\0�p�B��a��m�f���SU\n��T','',0,'?'),('�ޱ����D��','wp-includes/wp-includes/functions.wp-scripts.php',0,'�|�4ؒT�$�0B-�','�|�4ؒT�$�0B-�','x�89@��G��#���G�b}y\'�A����v','',0,'?'),('ΝP|�ڒ����\\�o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('άM��w�d��TH��6','wp-includes/wp-includes/customize/class-wp-customize-themes-section.php',0,'��T��vl��3��','��T��vl��3��','�,V���3R�w���.���\r+4ݦ`=�`R','',0,'?'),('α�Z ��i�Iȏ�','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m3�E�?��՛','0pU��Ĭ���h���C�r+���˞I�{-qA�','',0,'?'),('���+4#�E����Wl�3','wp-content/plugins/wp-cerber/assets/flags/ma.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E3ц�Җ`?n~','�Lx����9�yՌ�6luт�l�Ca�e@���','',0,'?'),('�œ���ϔ�=��#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~�O��{�+_L�kE;','k�<8�._D��K����G[�5e-I(0w��h','',0,'?'),('��,���@���Q�','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"�sg�4�\\(�8','�@��Zn\"ξ~�QՔ��8�s�P���\07�3','',0,'?'),('��$e�&�gq�i�m�','wp-content/themes/twentytwenty/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���L�*��H��u���','~��д\"�\'6���xg�k�?$��u�J{R^','',0,'?'),('�-�+�e���m�u\"��x','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ur�\\�٭l_��?�','��.�jflޛ���,&���ĸ�G��Ku�?���','',0,'?'),('�26�6�# S[h(\\��','wp-includes/css/dist/block-library/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QD�����B+|lH��','������\n(�c�CF���T�)I�� V+�','',0,'?'),('�PW�\Z<w�jS~��\0zu','wp-includes/wp-includes/Requests/Transport.php',0,'��;�k���K\\Vl�','��;�k���K\\Vl�','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('�Q�K���Q95�Ɣ`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>��Y!\\z��JX','��B*yL˰��a��u�\"t�\Z4��Z۳Nk¥','',0,'?'),('�XC�b�;�f\0;<�','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���S�H1@�kQұ','��^H2m<��LA��m N��G�)Iw��:�D','',0,'?'),('�_q ^��<�8��:� ','wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��U�M�\rv4�GP','M$_��f#5�r�풗g��\0��ra���O�m�N','',0,'?'),('�o�\'��8�FXM�l','wp-includes/wp-includes/ID3/module.tag.id3v2.php',0,'o�d�4��y�N�4','o�d�4��y�N�4','aƙ�4>$�z���%�5��z ����9��_','',0,'?'),('�uF��^G��E+��c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���6�|��tJ4�1�','��B�;����M�7�߃��[�9�</�','',0,'?'),('π�tGȩ����D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('ϊ=��X���bBz\' �','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('Ϛ�\"���j�y����^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ج�o8)�c����','��\Z\Z���#9�#�H�;yό�:˙���#e','',0,'?'),('Ϫɶ��T��ȿ&Cw�','wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php',0,'�{�D*@6�{τ}��','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',0,'?'),('�����HԹ��f�k�','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H�0���US��@h�','������_ؕ���N͞����1�*��ǜ��','',0,'?'),('��� �)��K���','wp-includes/wp-includes/blocks/rss.php',0,'z<!�U�n��_�eQB','z<!�U�n��_�eQB','Pn�2���&�Y!�>P�ٙ�{�q61����p','',0,'?'),('���yKv��.�\Z�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��_�3��Nw�#�','�ǥ��mZz*,=:\n��-�3��|��!���','',0,'?'),('�ݙ�P(���O\'E��e','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�b�N���\nk!?','aQ���Qޖ�X�g�P�����;���:@�3�','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޮ��!�P��+!�x�','���Q���ӫ��q��6uN�','',0,'?'),('��\\T��@SO�|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8}(�iC-.�w','�Pp��6��R���{��PeP�Q\r�k7�_?�','',0,'?'),('�@��AO= �yA�','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',0,'?'),('��]mٲ� ▭�','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>w�̩ ��&J����)','���M��,�P:�k�\nN�2�[s\nWze]oN','',0,'?'),('�\Z��YÅjxU�#�6�k','wp-content/plugins/wp-cerber/assets/flags/mx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�W6;���%����','E���&8��0�`�����\ZQ3`���w]#�ע','',0,'?'),('�%#��t���4�x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�W�0{X�n�Z�0','�\0AV�RX��ȕ�~��d�^�/)�@R��','',0,'?'),('�3|>[�\n`��xѹ�u','wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js',0,'p��Wj*m��Es�','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('�>6bY���AUF�.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\nP?^��u:� ','TU��r�-{��O9�P�P[�s��\0�P�t�9P','',0,'?'),('�>�s�l�WD7�M�','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dZc7��4�JX��','�t��l�P?d���=)��@zi�!��9a�','',0,'?'),('�Tq%<>z�բ�','wp-content/plugins/wp-cerber/assets/flags/bv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('�tI���^���=��','wp-includes/wp-includes/Requests/Exception/HTTP/511.php',0,'un�N<Kw�Л����@','un�N<Kw�Л����@','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('�wa� _�zJ;D�W��','wp-includes/wp-includes/js/wp-pointer.min.js',0,'\"�%��iهkm���','\"�%��iهkm���','U�Xu��LJ�)G,i��m����5�_��MT_','',0,'?'),('Т�펹�|����@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �J<�g��o�9:x','�n�c���x0�ĥ���t��N���Y2X\0!','',0,'?'),('�ŷF�֒d�D\'�\Z���','wp-includes/wp-includes/images/xit.gif',0,'�� 3X�ī9+�6n~','�� 3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('��/��?����U��','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�!Vs�� �AS�','Lq4���Z��յ�H\0�e7f=��\r�\nDC>OV','',0,'?'),('��2[�v\\)�I���Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',0,'?'),('��^�\\�X�PvS�\\�{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�V?��a�n\r��','�E������a,�\Z��,yM�/\\iQ�Ӡ\"�?28','',0,'?'),('�ؐ�+!�5�o&���','wp-includes/wp-includes/js/wplink.min.js',0,'��`��̶�Vu��m��','��`��̶�Vu��m��','Ե*&n�����_��f\nz\r*���3I�I;C�','',0,'?'),('��/<v`6��Y]��\r','wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���������{ƸM�','�\r���E=���K��I�y!Y��v*�\\��_�>','',0,'?'),('��45�n���U�S�w','wp-includes/wp-includes/script-loader.php',0,',:q���Hn<4���@',',:q���Hn<4���@','���جK��\'��\r<S��K�\"����6i+��9','',0,'?'),('�����,���f��','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZƾB�,J)T�cx','\0IM���|%�c��t�\0�Φ���q��s��5','',0,'?'),('�UW�~/N�� � �','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nԤ���榡..�X ','���`5�ş�wo���(^�5��U_�gJ�','',0,'?'),('�_\\c9mL�v��1��','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��}�as� ����?�w','��K���yc��TsKfsb{���- k�X��','',0,'?'),('�ma�vMv�K�\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��G��N��8� ��6','�Y���V)�ceW/�Z��mҳn\'n�\0�MK~','',0,'?'),('�uRl�t����\"��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7֊i[L�9ƁH �','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('ф���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,'?'),('і��\"��s�k���83','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Ә������)��n','�(%�L{�0�d� &��X�2I���\Z�ʜgq��','',0,'?'),('ѱ_�Gup��','wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',0,'[cl�r�u� �Сu^','[cl�r�u� �Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('����{?�]��)-�`�','wp-includes/wp-includes/SimplePie/Cache/Memcached.php',0,'����\n�\'Xlab��4`','����\n�\'Xlab��4`','?O�d6�C���u���>Jr��h�t����e���','',0,'?'),('��}\0D��\nx_�)ؙ�','wp-includes/wp-includes/post.php',0,'{��Ԑ��[\"`}B','{��Ԑ��[\"`}B','�)���v��\"�G��\"�YV<�Q�X :��','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'�w��;�G��e^4','�w��;�G��e^4','�ش�[{�t��H$�Z�4��l\0#3��|�','',0,'?'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2 B��b4��8�Tb','g. �YZ��:Y�(�m�<�bB6�<����hX\"�','',0,'?'),('�m��I�`��\n@�v','wp-includes/wp-includes/css/buttons.min.css',0,'a��n��G��f�g���','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('�7�[*w�J\nn���>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;TvCg�)Cb\r',';hT�*�ݠO���mVggd�\n�@Pp6{}','',0,'?'),('�x\nA[�*ZxS��9�NY','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�[2� �[\r�','bK���76V��P9$GA;&e�k�����','',0,'?'),('Җ6���M֦��5wH�','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�Zqf���@1cR�A','d%�ZAp�N��q�ϲ<|$����\Z����o���n','',0,'?'),('Ҟ���ǟ� Ks���','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('Ҫ*���H���\n;t��','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~ܯ4��v�\0','�W��Po�Ep�x�]�%i1~Y\'$��]��U','',0,'?'),('ҭ�_VlK�g�!p�1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oҡu�/B�&?�h��','�Dٽ.�j7It�l�KD�pC���O���Уh�\n','',0,'?'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�\"H�$V���j��','Ǝͱ�e\Z�����N�hԊ_���.����A','',0,'?'),('������ƶ��8AX@','wp-content/plugins/wp-cerber/admin/cerber-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<Ya��g�v��U�C','�K����d�����Sj`ݝ���G�`���#�','',0,'?'),('��Lt593�u^���)��','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TY�ŝ2�s,\r�m��','D��x���T-����w��N� ��P�{��','',0,'?'),('�w�]cI�w��Ȱ�H','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���蛻�0�ե�J9�','�V�j݈��o��ȟ{\'7�Úع�����','',0,'?'),('�!�!o�~�����','wp-content/plugins/redirection/locale/redirection-id_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�uђCں�y��v','u�G�E-�Ozq������HD�W�֍M�','',0,'?'),('����:��!>��l�','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',0,'�ۓ���G�c,��=c^�','�ۓ���G�c,��=c^�','�����G�c����t(5\n,9%�����)�e','',0,'?'),('�7(���R�1����R','wp-includes/wp-includes/js/dist/dom.js',0,'ϗL\'n��f\\��FFE','ϗL\'n��f\\��FFE','�[J`aq�ݭNc�;���eȜR��\Z�p.�','',0,'?'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y','�YW��(��N3�2U;�����<.iDd!��','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�O�I�����Iԥ{','9YZ��A}7�=��:�\'Fo�G�\'�R�ɹ�_-','',0,'?'),('�Hej�l�E�9$�','wp-includes/wp-includes/user.php',0,'�λ���4S�����','�λ���4S�����',' BN+3Yj��}�Te�:�g\0t&�*�Į�i�','',0,'?'),('�Myt}Uc8���O�','wp-includes/wp-includes/js/plupload/handlers.js',0,'O�� �~�5��8�ͫ;�','O�� �~�5��8�ͫ;�','� �\n�Z\rZ�B�[9��z��S)��4M%��','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'��a(����?�7�z9','��a(����?�7�z9','�Mh���+-�����k!|��zF��l�� ȇ','',0,'?'),('�V�\"^�+�D�އ1M�','wp-content/plugins/redirection/locale/json/redirection-id_ID.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���� �f8\\ tJ','\nw��]|z2�ٺT�<��6��o/>r�<�kn','',0,'?'),('�[�:�S���h ˸�','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<1����!\0�o��','#@^�=}l5�@���W���sa� #a� ��V','',0,'?'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��A��a�<�ά','�9ti?L\r���E��-,�*���<�a\\=�i�a','',0,'?'),('�s}�Ƕ�)�T�V��','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�~_کk_�l\n��','�vC.z-�N�Y��� �C�<����ccl','',0,'?'),('�s�G������S4�','wp-content/plugins/wp-cerber/assets/flags/ca.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�1���I��;pl�s�','��Bx���zU�O.�.t��XB�@ͤ��%��','',0,'?'),('�{ڭd3T�Xy����7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�܀ ���,玒�[�','F��L5�%��$�e��&q�(����W-n)�m\'','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('Ӂ�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,'?'),('Ӂ�l-��y4Ngp0','wp-content/themes/twentytwentyone/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F\ZLO�k:�','Z�8��!!�P���8~�\0����e��h','',0,'?'),('ӟ���my�+\nf�:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�ϩx.�@���� ','�eU\"O�8�W���|����v�����\'����~)','',0,'?'),('Ӣ<i�9-^��@� �{�','wp-includes/wp-includes/js/admin-bar.min.js',0,'�၈��n�&�a1a\0','�၈��n�&�a1a\0','(L��<����K�i�-��U4�Wܸ` ��rl$�','',0,'?'),('Ӥ����ǕL�F��ZQ','wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�D�P�y��n�\\B�','�AQY��tQ�aK hˤ�+\r�+�x,`�','',0,'?'),('ӭ����|����z`\\�','wp-includes/wp-includes/images/smilies/icon_evil.gif',0,'�^��M�>�z��','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('Ӱ�@p���� 5x�P','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��;��MS�\nQd�ڇ','&жd�I�I��2�8!�.!�е�̼���u�','',0,'?'),('�Ҡ�5�������i*Ǡ','wp-content/plugins/wp-cerber/assets/flags/ms.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֠��G/�������Ҳ','�cZ��/�n�[�`��=\Z4�~��+�)%�k�','',0,'?'),('��I7߇S�2�&���','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^g�v~�9Qu�i�\r�','+���ƱO�N6���,�F���]�ڷ�O��/','',0,'?'),('�\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,'?'),('�1�j<��d�X�g��','wp-content/plugins/redirection/locale/json/redirection-ar_AR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yߤ4�up⹀�/��$','���_j\n���,��!c&�ӹe_�RY9~���','',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','=Tf������','��`�<���DadXjM� <��\r[j�ߕA�m','',0,'?'),('�~�7W��`K)�y�\0','wp-includes/wp-includes/meta.php',0,'�6y��w���N�ш','�6y��w���N�ш','���W!�\Zس-�Y��}����M��W�e?','',0,'?'),('ԛ�a�����tr��','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�P=C�g �\'L�','g��G�a$�E������˘UQbyħ�+','',0,'?'),('Ի�K��\Z��y`mQ �','wp-includes/wp-includes/class-wp-admin-bar.php',0,'�~�;1�q�h��Nu�','�~�;1�q�h��Nu�','g��)HH^�t�\\�(Ɵ9S��vI}�\n��\rY��','',0,'?'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�t_K��ᕮ��','�ذ�ǶQF�bA\"��G+c��i��1 /�wǧ�&','',0,'?'),('��p��S��`�]T]D�','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('�̆lҘ�\\�4�,C-�m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0>>�~��u��WlY','�\n�:�n�ޒY�Z�[�I ���g\0�����a�B','',0,'?'),('��gjGA��V�\0�','wp-includes/wp-includes/js/twemoji.min.js',0,'���װ�aL/S��T','���װ�aL/S��T','e�dimԺm\Z$V��v�% ���FO��aK\rŇS','',0,'?'),('���/�q��RR�|���','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���!z@;�Ve����','�#��l�#�к;� KAH9Q�@� ����B~�','',0,'?'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝ̢����VN3����','cm[Tl5����Qy;��w0��N!<��/躬�','',0,'?'),('�\Z3 b�ws0{/!Bm�','wp-content/plugins/wp-cerber/assets/flags/lu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#x�I���@K���','��f\0�4����;)��x�6ҽՖx�&X��w�v','',0,'?'),('�%f��G���Pѣ��','wp-content/themes/twentytwenty/singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9�&)e�k�i','�^��~��1o�U���K�����?[�*����','',0,'?'),('�0�8E{8_�P�`�� ','wp-includes/wp-includes/js/dist/html-entities.min.js',0,'x�l��m7��#��F','x�l��m7��#��F','�z�d��q�ٻ�ٿ��� l���w�5�M�','',0,'?'),('�BImS��96�7���X','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�G�M�!ex9��','�!ZgbZ��FZ���z����|�YE� ���','',0,'?'),('�G�h˲�;��\'ݷ�/','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j|�ZY����P','���:.P��BIP��i�l�� 9h��� �j� ','',0,'?'),('�gֿ��m�㋣��I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8;����2��/���G','�e\\���%��`#J˘��\n��Ú�n��̭7�','',0,'?'),('�p�sZZ�#�N7��e�','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţ% \Z�@1<��L��','Z]��5�㮊���c-N�|Wr��*#�H�U=E','',0,'?'),('�uG#�)�|�^���6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','un�N<Kw�Л����@','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('Շ\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,'?'),('ՙ�5qV��#Y�','wp-content/plugins/wp-cerber/assets/flags/ro.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�N����C�Eѩ-�','�J7d[�^k`�\0v�?ł�;%`a[)','',0,'?'),('�ՏC݀�Q)�8��8�','wp-includes/wp-includes/Requests/Hooker.php',0,'�@%�a[ў/4��','�@%�a[ў/4��','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�K2;�<D����kub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���1_�e�k2R����','j�颎����_c�632�3օ�]Gs}.\n','',0,'?'),('���ͤ6�\0/��k���','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�$������42��','\"WV����ь�� /�J4J@��Hq�Gж�','',0,'?'),('��1�*Ui[�8�^�=','wp-includes/wp-includes/class-walker-comment.php',0,'I#�h�Z~�����@��','I#�h�Z~�����@��','�Xs�W��l����:\"��0����;����LL','',0,'?'),('�R�|1�cr)��*','wp-includes/wp-includes/js/admin-bar.js',0,'�\r�c����@p�','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('�<������$�h�','wp-includes/wp-includes/js/jquery/jquery.masonry.min.js',0,'��@`���&n|�}A��','��@`���&n|�}A��','�\\ۙ���� }M�g� �$�0� [���B','',0,'?'),('�Xډ|�8���}�B�','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('�Z� r!ޏf��� �','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���E^�j`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�oҨ*K��o�7{� <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^w�\'Z��Do4d].�','bA�O����C���r5Y\0��se�A�ʏ0���','',0,'?'),('�rY�S�xwDY˚J�[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),('�t�Q��oi�:��\r�','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',0,'\'�U巃�� qD�F��H','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('�v��&�M�|=��h`�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js',0,'El�*Ie��NZ�aK��','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',0,'?'),('�8�[�����0�ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɖ9�/Y������','[γ�s `�A���;�y_���<��X�\Z�%Y�','',0,'?'),('��q�ó�X�[���','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��ط?h\"��%c��(\0','lh�>��6�<Z,2��1*!�cm;z~���4��','',0,'?'),('֤ɕXD����dq','wp-includes/wp-includes/SimplePie/Registry.php',0,'���\\���S8�X�`Yt','���\\���S8�X�`Yt','5\n֚�8��q�W��@��C�HҘ���\\eg','',0,'?'),('ֶ��9؞f�po3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�;1�q�h��Nu�','g��)HH^�t�\\�(Ɵ9S��vI}�\n��\rY��','',0,'?'),('ֿ�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�XUM�@\\!','wp-content/plugins/wp-cerber/assets/flags/pt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��,t7s\'��=K^','qd<Q\Z�fe�-� %�7��5[�1�+i�uG�','',0,'?'),('���y\"���=]�4�','wp-includes/wp-includes/js/autosave.js',0,'\0|w{���5l�D\nө��','\0|w{���5l�D\nө��','����U��m�����vk�}�n��V�#IH�','',0,'?'),('�Gȩ��6����\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m �(�J\Z+x��,�','8�t�Ä���W�#��ښ�̟�+_@C����','',0,'?'),('�I� J��a~R��Z�','wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��\\�б�(�\"��E','}|N�on-����q(\\��F�SX�i\'��$','',0,'?'),('�M\0���c����_d�','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��;>�x�Z�s�6','[\"o�^�.q`Oצ��v��<���Q�+FM�4��','',0,'?'),('�P!����}�S�Ұ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,W�� �)��,�^�m','G+xڍaȴѾ䄮�C\0B��,��L��w','',0,'?'),('�f�k[x���� \\�/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�|�WaU\0��κ�Ht','�B&�VJ�ŋd�#�l�f��c;�}3T�%K{','',0,'?'),('�n\\w�;\\]Ǜ��#�','wp-content/themes/twentynineteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�������:�t','yg�۱���Jg��zV��x�����=H�','',0,'?'),('�w�h]�á�&�wM��','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��R�~|8�Z��1[�','��Z[�JM��D�Ң\n�*Ұ�k�+���:','',0,'?'),('�{��wk5�%����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N�?l�1���FsT^','�\0+\"\"��:*8l��Ia�-(��/\rsL�','',0,'?'),('מ�y�7mE5���O_�','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���NX���\\m��','P��[H{lW�@\0!�!��s�_�/j�F�Č�','',0,'?'),('�Ć��c��ij�B;�','wp-content/plugins/wp-cerber/cerber-pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\%�9��,\rY\Z�+N','\"�&��=+�3ʰ�;��\r�I[h�NY���','',0,'?'),('��j0���w�E}®R�','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Upʓ�H�WtP!�H','�^���E-�R�����\'#?�le��mL0�kU@�','',0,'?'),('��M|qΚ���SW�','wp-includes/wp-includes/SimplePie/Decode/HTML/Entities.php',0,'��jыp&y������U','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('���x$��:��D��\\','wp-includes/wp-includes/Requests/Exception/HTTP/405.php',0,'�8т�m!�Ҭ����','�8т�m!�Ҭ����','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('��^�u����}�G��','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~͟��ak��','u\Z�g$}o����bĄ��+\r��\n���8�','',0,'?'),('�����C|���Pf��','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lY�Z�iਆ�3\02[','(��A#��F���~+���Fgh��S�.�b','',0,'?'),('�q�`Z�\Z�xu��','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php',0,'��-r�jiI�أe�b','��-r�jiI�أe�b','��b��E����&q�����*��������','',0,'?'),('��<Q����_4�t','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{G��(�땤h��','z��Х��Y���\'R�H�y��Ri�V~��\nȿy�','',0,'?'),('��\Zv�I:wm�\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���:\'9���P�','��}\",.~�~��s����U�5�~�`x��P�','',0,'?'),('�%tb���BH0�<T','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',0,'�%�X�������`йKZ','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�&�Zh�$�Éo�','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kE\Z�[Z����䰱�','�D����t��5��^ �σ�7�2��7�{','',0,'?'),('�8/B��$8���`m�','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('�<5�:[v3Y� �$�:','wp-includes/wp-includes/ms-default-constants.php',0,'&�%�M�A�b���Y�','&�%�M�A�b���Y�','_%������ ��+�g��`���}<���','',0,'?'),('�A�h)I�\Z]Gr��E','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�m�|�<��(`�','6\r6\r�@�u<�z(�_�����0�v�*�','',0,'?'),('�C>��J����w��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѡ�F�hO\nȆ=�b�','�NrR�\0�Λ$�FN�Y���C%��m�\rK*�','',0,'?'),('�J=R\'���t^�}�\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��H','n�p��ʅ���G��0�6Kq�J]����J�','',0,'?'),('�M&�3\r�3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��7܉�\rqZ�Qk','�=�Q��G���9%�K���,�\r�\ZF�y���','',0,'?'),('�V��5�<�\0���v��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�z��ku�)-�<K','AG��%N?�LQ=4��c�yO���\',�@�b','',0,'?'),('�b�����F�rI0��','wp-includes/wp-includes/Requests/Exception/HTTP/502.php',0,'|�:l��z��!{�G�i','|�:l��z��!{�G�i','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),('�g6��\'R��K�o��','wp-includes/wp-includes/images/smilies/icon_biggrin.gif',0,'�K��Jr��:�]kI�|','�K��Jr��:�]kI�|',':������ٔ���M����X% �<8�g4�','',0,'?'),('�o�ǣ� ף�f0�Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ز3aݩ�0)��_�S','���760�w8��([���o�W��K��4d���','',0,'?'),('�v����\r�&X��','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZIr��]-�4��','�]���+�R��s���z�lC�a���(8��','',0,'?'),('�x��βЦ��A �<�','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�R`�����9|�e','U�͊�s��ds�9;�C�O���Ȥ�@','',0,'?'),('ؠ��^y������v�','wp-includes/wp-includes/js/jquery/ui/autocomplete.js',0,':dL�*�E�&*!',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',0,'?'),('ر�-�_}Z�h��\n�\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��H�Y��SAK�k�\n�','�M��$N}�IF��)M����`\r�c�*�Q4��\'\n','',0,'?'),('ط�;����\0���','wp-content/plugins/wp-cerber/assets/flags/cy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�o||/$�B���l','븻�Òc���.\"��0C�i+\Z�\Z�{pċ����a','',0,'?'),('ؽ�)��uҶ�ew��l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mhOല�f�.I','�o�O�b�9_��b�-4��-�x%�T���5E9\'�','',0,'?'),('�φ{)�e]�ŝ�4ܴ�','wp-content/plugins/wp-cerber/assets/flags/sc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���\'hz�\Z�uR�m�','1W��b�[^\'�J�Z�O��\0.\n )����','',0,'?'),('��ҡ���K%����^�','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�I�k���o���^?\n�','��\0.����ɕ�`� �Ʃ��P���','',0,'?'),('����\"�[^Pư','wp-includes/wp-includes/blocks/calendar/block.json',0,'��Y��P#����(i�','��Y��P#����(i�','�D���]^��~��>�r~]�E^anK-qHMe�','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\'\'��UQ�|4��','F�7��������S�1�\Z�`#�4�\rHsL\n','',0,'?'),('�r��-����D.�\\�','wp-content/themes/twentytwenty/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7H7��g��t~��Ǿ^','���^��Q��EQ�>���[�!��Be&z��','',0,'?'),('�%N�^ǽv�7s�@\n�5','wp-content/themes/twentytwentyone/assets/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_{�m��<R�zx��','�4R���]�,}�\0���m��E�:��!�','',0,'?'),('�,(�i7:^�^�#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�4�_����Gw','wp-includes/wp-includes/Requests/IDNAEncoder.php',0,'�}��2����P�ر','�}��2����P�ر','�M?�~\"��u%�[�,�l����+?F-}�M)�','',0,'?'),('�>��[�ұE�D�;�','wp-includes/block-patterns/three-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǟ�( aL�)�m','\r��)��k���O�dS0�X�z���_����','',0,'?'),('�J��^\Z7��uG�k+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�_<���-1�__I��u','�%d����d��_�\01@TY�$����A','',0,'?'),('�M��{0:�\0L���4','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N�?Jk����','Q=\0oW�o9�7i�d�@S\Z=�ל�5�%h�T','',0,'?'),('�d��%3��Z�4��_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{J����3=�f�','w��ko����xv&Aޭ�� T�gޗ���','',0,'?'),('�k��/y�����&��G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('�l;ao��~�G��','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eڸ04�-?��ב�5','�k�G寲�\nCD#�6�u\Z�քEڣ@K1','',0,'?'),('ق���)�4�g����0h','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�oG;� k�\Z\"�','��ՙda��1,6����9�%ef;V�5+�','',0,'?'),('و�TĖhx~Dt>l�','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R6�\\J��\"5r���','h��l�2������<��_9��x����C�ҏ','',0,'?'),('٘�\"P�ܞ��,���','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('پ[��v�J_.�G�','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-���|��e,��','#���&=!����ȝp�x�ǻ�\\7��2�y','',0,'?'),('��{��]]��R�\n]','wp-content/plugins/wp-cerber/assets/flags/md.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6>�x��D�\ZL/x\n','���[Ρj*�Z�\'��ӛ�U!Wa�����\\','',0,'?'),('��3��I�98\\�֛�[t','wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�RX�Ǡ�ͤB�n6','8�-%���s�`N��a�L �L�M�ʫ�)�','',0,'?'),('��!}�=�`*�gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ь�ԥ�d�o|��ܪ','��%�v\0���\r����:c��GO���','',0,'?'),('�VBǡ��\Z�B\"\0��','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_� �S��g��ٛ��',']�;�%Js��lx��Fq��BH\Z�U8��','',0,'?'),('�>�~�!�g�q��','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��B���&�pw�','7>xV&v|��U�& ݷ\"ǥz9j�F%ѽK��V','',0,'?'),('�\r��Be�ׯE�7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y}���`8v�FJ','�U��߆(�[�r嵳��g���h��嬵!m9(\"�','',0,'?'),('���u��xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��w�=Ţ�O�&�F�','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&܍���|DW��!E�4','S��o�Gp����{���\"�FuS�&�����','',0,'?'),('�q\n{Kg�k��6�','wp-includes/wp-includes/js/imgareaselect/imgareaselect.css',0,'}(��()��3���','}(��()��3���','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',0,'?'),('�\'��7��b��~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�,\r�� �g�H�6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L֍6����\0��W','�\0�6�3^r1�l�9cqY�p�h�Okl�\r�K','',0,'?'),('�/l�M�7\Zɕy�r��','wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php',0,'g�b�f>���=���','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('�2�6,̞|ke�L\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)�h\\ h�G�8�','C�%�0�z)f ����@�t>��ɶ{T��8�o�','',0,'?'),('�D�$Q#5Ұ� �','wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css',0,'���;.�K� Ld�-�','���;.�K� Ld�-�','�-��]y|��\"c�n��$�q�0LL��c�@','',0,'?'),('�`V�\\�������9�','wp-content/themes/twentynineteen/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��Gm��xW���d',' N��ż �I6h�%^�?`v�Y�=��2��','',0,'?'),('�u78�¸�KԊkh�','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\"p6;�oZB?��6��','�}�SjȎwy��`��`��R=�*�ɒ�\"*g','',0,'?'),('�|�#�#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"1��6�����','z���;���LRK�`�jݰ�P\'�N�v\'','',0,'?'),('ډx`�9�LťM��,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�뺆�� �#��y�k~','(���䚆�u$/�/��f��Ш�۬x��M','',0,'?'),('ڰXϨ]I�s�_Z�}��','wp-content/themes/twentytwenty/assets/js/color-calculations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�0�^�t��}S�','̠U���e�Cb�`aމb���z/ȓ�U','',0,'?'),('ڵ�ͺt}���ɣ]','wp-includes/wp-includes/blocks/html/block.json',0,'�-�FV�y�o����','�-�FV�y�o����','���RA��A�ȧ/��r�4H�-@��(\n �7R4�','',0,'?'),('��#6�K%#f\r�','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',0,'?'),('����C+�+��%J}','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js',0,'�883������x��\r','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',0,'?'),('��O�k%y~*�]j\\','wp-content/plugins/redirection/locale/redirection-hi_IN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��0�&�)��Q','w�;�Z���|g�|�M1;^�Fi�;�&��','',0,'?'),('��J�B�&9:V�F[�','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3)PvLiJO�|��','�c��BD����ҕ���2+��k�`1<��*�w�˕','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��o��JP�','�ǣ.�ڑ���m���Uǝ��az��l-pv','',0,'?'),('�!�(t��<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r���>������q����','��~�8��|\nvS̃M_ZD�&���K��-\Zې�','',0,'?'),('��_\r�JL�#�@B��','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��|��\'\rȤ�@�\n','B��x.e��DP�0�����$\Z�D3��','',0,'?'),('�ƪ�D��|��\"�3��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('� �I�_X�����?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z%�[�l�]ʕ����','���I�^�K��_�i��Gz��:5��n|�ߡL','',0,'?'),('�.��{���Gtj��=�{','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',0,'xR� �Y�X���ݤ���','xR� �Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('�4��6�1�m��Y�R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nH\0�u�}� `����','���R�&�X��d�[��4���9��V�I','',0,'?'),('�<���\0vY�>ma','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�=4�+��2]','i\Z%�2���l���@uFi��=��_\0P�հ�','',0,'?'),('�Ot��\rVe��z�.','wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js',0,'�[/�Zo[�Ǵ��/.','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',0,'?'),('�v6^A��A/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��{�x�y6roc�','ɬ�v��O�܋)%���\0���|М���O�','',0,'?'),('ۋ{S0\0\0=�1_ئ\r�5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�9(�����&!�x�','5�r�Q���b�͔5�t����>:js-O','',0,'?'),('ۖJ�Bw�C��|M�v','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5VzY�]�#yR��Jݮ','Y�M�\"z)tϖ���*c�wL\0�����1w$d��','',0,'?'),('۪�� .�ո�\\���','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����`��Un\0\r��','>���@�:so���X�=��Kd��ku�{�','',0,'?'),('��r�����=�Ԓ�','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('�ڨ�t�c �˵�:G�','wp-content/themes/twentytwenty/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y.��|� �zo~��','�m`C/\r���~�����/#b\ZM͆��]�؍i','',0,'?'),('��\np���Gnu:���','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V g�����-�','�V�w��%�%�:�3CQ#+g�� ��e�}�','',0,'?'),('��:�ҝ\Zdm���*v','wp-content/plugins/wp-cerber/assets/flags/ie.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�Ht�`��Mˉ.2*','��H�X�� �\Z�۴�n��\0y��n��n','',0,'?'),('�F���\ru�D�b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�E���}8ןb�,','dh��nC���[�$���P7�xH\"8�i\Z*�','',0,'?'),('�ȼ�؟�\'\r`����','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG�7�%���\0b���','p=m=G�l�h�nh��V��]�-�+�1�a','',0,'?'),('�1���<LOG��S�\r','wp-includes/wp-includes/class-wp-block-type-registry.php',0,'rR�M8��u<�V�l��','rR�M8��u<�V�l��','�\Z�7�Q\0����O�C�\r.�D�\0n*���','',0,'?'),('�2G�?�_�\\��-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G��o<����ݏ�','����1\r�eɓ�������Y宒^zՒ=�F�1','',0,'?'),('�7�40���!Go �','wp-content/themes/twentynineteen/sass/elements/_elements.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��u����$x\0oT�','�\n�ơ�J��xY#$m>�ۍյ?�U\"$��lz','',0,'?'),('�F|\n�MN,8�ݪ�\'�','wp-admin/css/press-this.css',0,'lJb�#Nx��9�&�=\n','lJb�#Nx��9�&�=\n','��%<��DN�N��M�^�^��/jC9�tb��p','',0,'?'),('�M\\-D�kf����','wp-content/plugins/wp-cerber/assets/flags/kw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�p8V��$vL\r�Y]�','&�\\m0���Iz{<�>��|���\'����L','',0,'?'),('ܑK�ݓ���%eP�^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&����#i�]�<{','EPmh>*H�S��8�S�F��pXbdU8����','',0,'?'),('ܷ\n9*om��L6�>~�','wp-includes/wp-includes/ID3/module.audio.flac.php',0,'��-�ל�/f��T�@','��-�ל�/f��T�@','�_d�s�`C�Ro\Z-��Y/�X{��Bƛ�,O�','',0,'?'),('���.�U� ��Y��=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���`����V�Af','<�\\�G��;1#��k�L��à��(փ','',0,'?'),('��Tо�R���\'�{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ky���i�MO*','����X(�30\r\n��\nPE�̠�� �9��','',0,'?'),('��}o�c����j\0��','wp-includes/wp-includes/pluggable.php',0,'�pq�����EyJ�$��','�pq�����EyJ�$��','�Y�Y\0+IBNvk�dE&��Bp����F�','',0,'?'),('�ޒЌ=��ߕ0$�:(','wp-includes/wp-includes/images/arrow-pointer-blue.png',0,'w��b�·*L���[��','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('��ջZml��4�ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��{
��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('��\r\0FJ��B��e�','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�����G1��','[�d�뿪�a��o�Ϸ�8|[��U��u�(','',0,'?'),('�(���K�B��','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('��Ԭg#��٠���','wp-content/themes/twentytwentyone/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��6Z��.�C�A','��-c����W��o��6\n����(','',0,'?'),('���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,'?'),('�J0���j�Yg�h�','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�8��:s��w�9�J��',')b�#4�e��*�9(��=�QE�e0|1���\n�','',0,'?'),('�[6�5��+� �n9�','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������*� ����3','vP���-~�x��O\" �����;��','',0,'?'),('�f��y���ħ�*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�)=�\'d�G�','d6��H�W�F�8!�y�NA���2��\'`@�','',0,'?'),('�~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','���]Wu�9�O','6�-Ӓ��LL9̌Ey$��^O�Tyx����-�','',0,'?'),('݆�� K�B͞�}�','wp-content/plugins/redirection/screenshot-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��\"h�a���qu','�t�\r�O\rl�R4���7!�v�B3yfw��\0Nn�','',0,'?'),('��XtK�;@\\�r�','wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php',0,'� ��9-��K���9,�','� ��9-��K���9,�','�断8�Z��.8�g�Kl�2��&.M��O�','',0,'?'),('ݖ�\'�\"|3�_�t|��','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q5��ׄXZ��','�}Gj)p�����O�7�٠fݒ���ፎ�Y�p','',0,'?'),('ݦ����{b�h0�Q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�U�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e� �','',0,'?'),('�����\Z4=#��','wp-content/themes/twentytwentyone/.stylelintignore',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':F��Q��K/���(�','�\"����$ْ��Mh�m��6�:W�C�tN��`�','',0,'?'),('��\'��|?��>��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L��aDJ�?��Z��','����=F=�=�<��_%�=��M?�����u/','',0,'?'),('�γHw�n�)f =q','wp-includes/wp-includes/css/admin-bar.css',0,'�p�t_K��ᕮ��','�p�t_K��ᕮ��','�ذ�ǶQF�bA\"��G+c��i��1 /�wǧ�&','',0,'?'),('�HC������)�C�','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��K��\n�u�@�x','Aݶ�݁;_|s�Ȥ4��_�)z�aK�Q�Ee!��','',0,'?'),('��u�m�mL�jsL/�','wp-content/plugins/wp-cerber/cerber-ripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�a���G�5.L��','�BA�i���B�\rD�y.��_�Ώ%)�X�h�\Z�','',0,'?'),('�p�խ^�@#�Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�1{� @�m�90','�K��M$���)�+SCQF�1qZ�Tv`�r','',0,'?'),('� Ϧ0#TF�sۂ���t','wp-includes/wp-includes/class-wp-block-patterns-registry.php',0,'�O�>�O^��\"����','�O�>�O^��\"����','͊�Y��V�y���}��&m�{�5jJ)0�!','',0,'?'),('�3^��PM�Y���H�D�','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¶��B�=\rz��3j�','���i���I/=�M�MX�:M�A�pv�\r�','',0,'?'),('�5f�����oޮ�','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ã��6�rRӆ��',':����֎�,J-1�3��B\ZU.��g','',0,'?'),('�N�\\�|�`*�,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('�a�c]OVT�;� (K','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nb�[�c�^��2}/��','��g\r�^� �j��L��v2���\Z���x�t','',0,'?'),('�d�!ܭ$��5\'�d�','wp-includes/wp-includes/js/dist/viewport.js',0,'��ߙ��,���B�','��ߙ��,���B�','H9����Y߈�݆��3L ��c���Jگ =�','',0,'?'),('�s[I-�O��_M�]�','wp-includes/wp-includes/images/smilies/icon_wink.gif',0,'e?2���i����','e?2���i����','�(���V��{�V�Bk����o(`Z��V 6','',0,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�h<x�Ο�=9��','�����Q�zE���\'?H)ky��a\Z�>Bч�','',0,'?'),('ޝ~�QB��>%?�q�','wp-includes/wp-includes/css/dist/block-library/theme.min.css',0,'q��/���c�','q��/���c�','�8�OG�I%��(�n6�)�lhf6f��','',0,'?'),('ޠ�OČÑL:\0و�','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӂ��\"�E47ŎE�','�����yaĊ��2ݦ�wʩ��q�,���{','',0,'?'),('ު� 5ʲ~Pƹì�','wp-includes/wp-includes/SimplePie/Cache/Memcache.php',0,'���u���5uyS��','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('�ދ���1F���a�','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'Fbaۆ�ₑ�1ʤ/','��n2q��8D��-�AR�>�xqYq���$� ш','',0,'?'),('��\'g!�:�H��),�','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O,@�ۺ�a� Δ��','��im�Q�q+��\r��:�Po����\Z*�����','',0,'?'),('���\"�����c)j�\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`��̶�Vu��m��','Ե*&n�����_��f\nz\r*���3I�I;C�','',0,'?'),('�-�(l�hD>�Lνd','wp-includes/wp-includes/class-wp-matchesmapregex.php',0,'��Q���d̚w$<龦q','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('�/��i�Zج �[?�*�','wp-content/plugins/wp-cerber/assets/multi/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���E.0�Ȁ��b[�','�]=2�����F���(Cҷ\Zc�93Є�K@','',0,'?'),('�6��\'���3��ݔ','wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php',0,'7_^\\fS�ɉ�]6n#\Z','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('�=@\\�JpQ�m\\��6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M$=�8�:����Az�n','%L���ð�@C�Ub��t�����n���c\Z�d','',0,'?'),('�L#�����a���W �','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���DBSq&a��_�%','�2��C���Zh+�̴���\'�H��p�H�r','',0,'?'),('�bz�/���T�7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('�q����%ű� m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\07Α�L��b�HgO�','5���m���%!��au�l�qRk{qn�ia�0','',0,'?'),('�r�±�2�\"}� �,�7','wp-content/plugins/wp-cerber/assets/flags/nl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��+Z59����)|','/��\ns��!�-���?k���>��yU� �','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',0,'?'),('ߑ�-��\r�Ϸ΄�.�','wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js',0,'U���E��|�h(Zf�','U���E��|�h(Zf�','ӣ }�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('ߔ������H�u�&�','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('ߕQ��@��,���3I','wp-includes/wp-includes/images/smilies/icon_lol.gif',0,'n����:ѷ&����(�','n����:ѷ&����(�','�l�1�Hq�.�2�x��$�Y�\Z8�','',0,'?'),('ߗ�H4�[�w�Q@','wp-includes/wp-includes/class-IXR.php',0,'��0���C`q�x�','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',0,'?'),('ߗ�Q��u�!ٶx�[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nR�-��KP��=��<','w���ڇEÞ����\0�v�ӭ��k^�M�n','',0,'?'),('߰S����h[�۳�','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oo�֪$N�~�F0�ۂ','��d� *ȩ�X���J�z9<��)�>�ԃtj','',0,'?'),('ߴ�S8��AТ','wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',0,'?'),('߶>�D[�vQi�4`��k','wp-includes/wp-includes/images/smilies/icon_question.gif',0,'��[-\0�\'��W��F','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('߹V�=���\"�#n� �','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�-�T�\0�2�L-�','�ȴ����g�A�]�z-ۣ��᷸[�','',0,'?'),('�ĵ>��#B��b���','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۓ���G�c,��=c^�','�����G�c����t(5\n,9%�����)�e','',0,'?'),('�Ȧ0� $�7O>���','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�Ǻ\Z��.��զ','ڟXZfd�ޱEd4�z%��×\0cKc�J�l^','',0,'?'),('��G]��9���e7��(','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���7[�x�蛴','8�I��ԉo�)\'z�R�^�-M1\'�\0����','',0,'?'),('��Yv�z�֗*�9��a','wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�<Q�1}�������','�M@�jM�m��\\����`T@�.���Rl.��','',0,'?'),('��$dp���C����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\'�ZP��ie����','6m�<g��\0{tX��)��U�4�N�4M�3','',0,'?'),('��eş+�\r�� ���','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/���+(7�D��',')�vIy��a��\"?����@v�pYAqJ���>�','',0,'?'),('��5��O}P�=�NU�p','wp-includes/wp-includes/class-wp-customize-control.php',0,'���(���H�g1k!~','���(���H�g1k!~','Գh(��m7B��.�oǏu��ʼ%a��1ʾ�','',0,'?'),('����4���\Za���','wp-includes/wp-includes/class-feed.php',0,'���>�y�ܫ��]��T','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),('��&��=N��u�#y','wp-content/plugins/wp-cerber/assets/flags/bw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�]G��G�9�P','#�O�mT>O���://c/Pu�$0�����','',0,'?'),('�%�f\\+,���\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��r�݇o��','�Yb�eA\'�#�đÎؚ��[9��=-&S�TT�','',0,'?'),('�*����\'Kj��̰!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!�7G�NJ�q`.','.��\n)[.��c�f��\r�\rF��Z�k����','',0,'?'),('�?7�`��9���Å','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��If�D�S~�Ee;\"','-�L\\Z�%���Er_^nniW�B-�mC���5A','',0,'?'),('�Dv���KB���U4\n','wp-includes/wp-includes/css/dist/format-library/style.min.css',0,'�t���A8�x��l�','�t���A8�x��l�','K�cK��&�2�\0���=��g�.�ٜ�� \0y','',0,'?'),('�\\1݃�%�VE|<N��','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('�t}\\[����d�','wp-includes/wp-includes/js/plupload/moxie.min.js',0,'�|A��09��K�:���','�|A��09��K�:���','��[\n��Y�@sZ�F�Ul�+�Έ�f���Ǩ\0','',0,'?'),('�i���4��Zl�Ѓ @','wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W.�M�л�=@�D�Yw#','�1.�f���\"|�R�;x�7B�6����3a���','',0,'?'),('��r��M�ܴ-\nS��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eR��r�#�U���犏','���s�Gd��l�IB-?`7|r�R��3����V','',0,'?'),('����o��ʠ���','wp-includes/wp-includes/images/rss-2x.png',0,'�Ya[�Q���rj�','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('��\Z�$]�W��wP�l','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�We�U{�9�','������G����8�=�\0�> �3�wg3.�4','',0,'?'),('��^��bR��SI�!�?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��--�� �2��6','\0\\��0*���%Qݯ�O��^��8��G�z','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!eZu\0z�[�O��O��<','�Q:4s-¦�\n��y���}�x�z���5�','',0,'?'),('�@��M]\"���iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',0,'?'),('�Rs�2�չ���=','wp-content/plugins/wp-cerber/admin/cerber-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�pz$]��?gj�','��������<��^�M�v��5�Ò����j','',0,'?'),('�Z���(>(�1bޫ�Z�','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',0,'?'),('�\\�����$�I�H��','wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3i��7�L�1�<','�s��)=\'�5r����l�}�<�(v\'ܘl�x\Z','',0,'?'),('�b��VE��7f�� ','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NI\0�/i���~��','�����\\&��r-������J������͠#','',0,'?'),('�e����:֬p6�','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7E�~?V�֬��o�B','b1�r�������J�w���./2�M��`','',0,'?'),('�q�@/��ꦑٞ-M�','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?:Ĉ�-�żѐ\\x)p','�2�-�X����)��\rP�����bV�ҝb)sV','',0,'?'),('ᅂϖ%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','�0���s0C{[��[t7','Z�z`�}���J�GN]����l��Q��8��H','',0,'?'),('�>���\n�5����Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�f�� ˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',0,'?'),('�5��6觙|y��`','wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G\r�6\n���4����','��!�-{��Fe�W(��=\'y�j��tm�8�','',0,'?'),('���lS$c�N�gh*','wp-includes/wp-includes/rest-api/class-wp-rest-request.php',0,'��)0\0�����l3','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',0,'?'),('�;�Dth�E�G�>�H�','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����o�����\\�','��Zm�$z��p�uC��VgIgI���N�','',0,'?'),('�8�C\0ko�� ����','wp-includes/wp-includes/js/jquery/ui/controlgroup.js',0,'/�mU��K\ZNP�*{�','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',0,'?'),('���m|�yb����','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��Gu�n���Et','Y�ѾLP����=NL������*Π�T9�I�(','',0,'?'),('�ҕ��%�n�d�h��I','wp-includes/wp-includes/js/dist/block-serialization-default-parser.js',0,'4��ņ��%ٔ2����','4��ņ��%ٔ2����','����H��l�Eb?�y̥l�N��+��6x�3m','',0,'?'),('��\\9ã>���Iz4�c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k+%�5l3�!-��','�2`���Ri�L��#e�4�6�g�p�o~�','',0,'?'),('�8�\n�����o��','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�И�]e��Ğ�c%�I�','�\\H�XE�[����h�������YT��Uƥ','',0,'?'),('�BK���A�a<�l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xߓ�Œ\"X3�6DQ�','!�l.�.��GI�\n7oe�ѿ�\';I�\n\n���','',0,'?'),('����\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,'?'),('�L�>�ٟ�#{6p}Y��','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì�,{J�>M*\ZY��3','�������C�I�T��H&3��8�̞n�','',0,'?'),('�N�F�u�N��z���','wp-includes/wp-includes/SimplePie/Restriction.php',0,'[\"��~\'���$|2*�','[\"��~\'���$|2*�','�>�3� vj��\r|\")\"�5SR�\0�{k����{6','',0,'?'),('�U6υs�d�~x���','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�*�un�rdu�g���','�ҷ<h�bo�>�W��\Z�N��� e��ia�','',0,'?'),('�^}R �V7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','էL\n�8���{s���','x�\Z�R�>ؼ�:�@3�W@f�e�f����L�','',0,'?'),('�y�0H�#;�e\n\"�+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�eQǔ;-P7�苛�d','rP���^�ç\Zx~�;�����\"�x]43s','',0,'?'),('�{K~�ղ���Ų��ۨ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k&���}�;1','�.v;�q��]�m�,�\\ؔ���Zr�.�\n{','',0,'?'),('��:�6d�e\'O','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӟ=:&��$.���W`vI','�u����y�Һ\0v�&�%�0)^�\ZA�6�','',0,'?'),('� ���.��%���(<','wp-includes/wp-includes/images/smilies/icon_redface.gif',0,'����U���E����','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',0,'?'),('��Za9�U�z��ն','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�U�� �L]-�Rs�@�','ֲP4]���! o3\n��l���Q�0�','',0,'?'),('�ޙ�p�jY�!�?�\\�','wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php',0,'��N��p��aC�q�k','��N��p��aC�q�k','�F��0�Hyce�LuQ���&��LiH\n�DũK','',0,'?'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��)�{)�%�','�{G���\n�<Q�IO� ���%�k���%','',0,'?'),('�\0��וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���\0���%3���','9ƺ�&�]��n�Eu��a]iF���Ƴ�','',0,'?'),('� ����p�H-l\0','wp-includes/wp-includes/js/jquery/ui/effect-highlight.js',0,'n+)�����I�L\r�','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',0,'?'),('�\rSL<�8\0_��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ns(�y��\Z�l#�$','&���Q/�HT]���Պ�p�}��|e�ZVq9','',0,'?'),('�0�;�-,�A�Ey�','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�S��;��I��(','���U�kx�r��Lb�\"��JAF�(u; \0�&','',0,'?'),('�B��\"^I\n���hƜ','wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϗL\'n��f\\��FFE','�[J`aq�ݭNc�;���eȜR��\Z�p.�','',0,'?'),('�Iie�b1o4#��b','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���j�ֺ�~�9&�','U? ��y�d��u�{m 5�3��>�՛�\n�\n�','',0,'?'),('�O�u�6��o�G��','wp-content/plugins/wp-cerber/assets/flags/lr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�a�!^KG�C �,�','b쁣������=Q��*���IGTG �!]E��9','',0,'?'),('�a�Oj\'�ŻD*ցV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�>F�m8ɃK`�','hi��g��F���-�� 0&������yl�','',0,'?'),('�f�I�y����8;�','wp-content/plugins/redirection/locale/redirection-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fz�j���e#��X[?','V\"&qQ8�+ƭ��2�<��/�د�Vy��','',0,'?'),('�m�5^���u��9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zy���.^�(/t�t','�6�/|�\'��kI7Yҝ���8~l� �H���6','',0,'?'),('�tM�&�x�V�����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�142�%��F��)�','هO�x�,�{e>�z�Ɂ���s����2C��ܳ','',0,'?'),('�}\'�Ǧ@��g7��j�','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',0,'��1����v��R','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('�#�\' �~����/z�F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ޜ�t�j̥<�','�������T���� ?W��E>}�u���+��','',0,'?'),('�e�\\�k�c��Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('��J���l���h�','wp-includes/wp-includes/rest-api/class-wp-rest-server.php',0,'\0}��7V5�I�385','\0}��7V5�I�385','SB5}�uٵŶ/�����S�5%�8�z�V�','',0,'?'),('���n���8�y�YP','wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css',0,'�����(����6�','�����(����6�','��b1O�������:�DDHR�cj�ѐ�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,'?'),('�~�Soֆ��2��','wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php',0,'��<w܌*�t���!�','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',0,'?'),('���#�iJ�H�?�@�','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y�� �]�2','',0,'?'),('�w����V���!�','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8�����Lk�5�Ѕ','�\'�<o��\'.��G�\"��v�2gwi̋\0','',0,'?'),('��z~{��Q@���L|','wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css',0,'�k(O�1m<�0v��vV','�k(O�1m<�0v��vV','���1�q�XX|ί}Cw�}�o�]5F\n�~��','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�s�d\'���+h���','�,)�\Z����Z8��u�A�,i^���bes�t','',0,'?'),('�7H-��0�\\t�\nC�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md',0,'Y��ϛ�vj��\n���','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('�S�1ox9�:��,��','wp-includes/wp-includes/block-patterns/text-two-columns.php',0,'��W�ۆe���9���!>','��W�ۆe���9���!>','bP9���ޤyP���g��\"��Ę��\"V�','',0,'?'),('�UA�;��,}����v�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',0,'���aER>60�.)H','���aER>60�.)H','�K-I���6A��,\\��nQ�P���&','',0,'?'),('�^ۛ�������F','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\0���8x��^��B','}߮�Y���+�H ܥ`�֒�#�ʅx�-�6','',0,'?'),('�pɄ�bq���dgf��','wp-includes/wp-includes/js/customize-selective-refresh.min.js',0,'E�G�埳6�0�b�','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',0,'?'),('�z^}��¤hh3\r��w','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��Ѵ����A�','D:�bw�#^����4�B�KIP�? z�n�V�_','',0,'?'),('䆮G*�~�5H���I','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lS?,�ra�4;�^F','�D�;�䏑��eH�i�b�\Z�?�b����','',0,'?'),('�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','��#%�+WA\Z��z','��=Ͻ�\'(��Lׇ������\\]���\n�\"','',0,'?'),('䗦���L��z/��%','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��2J娳�YB瘱�','\ZP�L㨒���Zi�t�A�������7d�','',0,'?'),('�������J���','wp-includes/wp-includes/theme-compat/embed-content.php',0,'�m\'牉�TeD�]pCA','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',0,'?'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VP�k��\Z��l(�','/S�\0�\\��T��Z��OL\\3aˑ���','',0,'?'),('���1�]�M|�K�FZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 +Oyծ�urO�3�\n','X&o1\'�cg��ml��yS����t�����\r','',0,'?'),('�\00��q�ĊNy)��','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�v/�M��;�7/N:','AI�OZl���wC�fj�@�r}���H!ѧ�Q','',0,'?'),('�\07m �\n\\[�R\'�+','wp-includes/wp-includes/sodium_compat/autoload.php',0,'uw�h[e��z�x��','uw�h[e��z�x��','wp�B��3K�r3_�!�}��b����d�v\r��','',0,'?'),('�\'�`F̔�~�Ė��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���؍��0�+C����','`>&i(Ź���C���f���&���>Y\"�','',0,'?'),('�+��i�aM�y�f��','wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php',0,'��d���j�F����3','��d���j�F����3','5���s� ��O>���{��ĩ�2�!�.�1��','',0,'?'),('�4����m�T曢�A','wp-content/plugins/wp-cerber/assets/flags/cx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�f��mW}}]�','db\'f-�LZ�\0g �]��_��\'���o','',0,'?'),('�C�Ǵ��k�q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��ņ��%ٔ2����','����H��l�Eb?�y̥l�N��+��6x�3m','',0,'?'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.�[H\rϬ.k��/ ','�������lg����j-u��\\$?���)\\�y6@','',0,'?'),('�M<61=�3|\0\"?���','wp-includes/wp-includes/js/dist/hooks.js',0,'�\'����ʣJ1�iz��','�\'����ʣJ1�iz��','*��F;���1Y#����W��ˈ���o���','',0,'?'),('�R��5?�- S�^H��','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�\\(��p���[','���;W#�}Gj�[��K�SAKZ�iˤ[Q4c\n','',0,'?'),('�\\=NҎXfڸ\rg&� �','wp-includes/wp-includes/js/dist/blocks.min.js',0,'�F�2�~����CO�','�F�2�~����CO�',',f;��8`�=�[D�\n\\cA�O�Te�� ','',0,'?'),('�eŐ��n���A�','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�ܺ�-ˆN\n�\\�nO','x�2Q����mk٫@IFRh�Hu~�R8�\"z�K4�','',0,'?'),('�e��)��\r�se','wp-includes/wp-includes/js/customize-preview-widgets.min.js',0,'�T-�6�P)H�=��','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',0,'?'),('�wʼnZ��-��\n��r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c�\Zම#\Z֭','��|N�\0��a69�A��1N�%+���','',0,'?'),('���5�1Q�?�_��','wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('���I<r�y�Y���','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',0,'Y[�&A*zϦ/��?<�','Y[�&A*zϦ/��?<�','�������Dn��N����AU)n�J�','',0,'?'),('峳$� @z6�\0`��/�','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ջ}��B��H��71','��\"�beTb�$�����\n���~�ln��','',0,'?'),('��h�v���_EŮ���','wp-includes/wp-includes/class-wp-http-encoding.php',0,'Usg2eޫj9�EA����','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('�ݡ��&����R�� �','wp-includes/wp-includes/blocks/table/block.json',0,'����̀)#\rS� ��','����̀)#\rS� ��','�q#�.Z!�g�l���讍T�\0�u�\'EA�?�','',0,'?'),('���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','R���_6��G�|','pÝ<2� ��c�h��y^��Ҫ�T��Z��','',0,'?'),('��O,�T�\\<�;I�','wp-includes/wp-includes/ms-files.php',0,'Z�]G���y��2D','Z�]G���y��2D','�Z�h�x�^�/������#���Z^N��_\Z','',0,'?'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-gP\" �P+Pg��h','����b�$磷#�6��Db˓���Z����4l(','',0,'?'),('�+���.��eF��','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��w.��Ş1->�QY','�}5�X_Kr�Oe�鎜��g�i�v��\Z8��','',0,'?'),('�/�P&aC2�!f2Z��n','wp-includes/wp-includes/js/underscore.min.js',0,' >��>��S����b�%',' >��>��S����b�%',' ʍ��LM> �ύ��5́kv��k�PHɇ0','',0,'?'),('�6�n��[l��vq','wp-content/plugins/wp-cerber/assets/flags/bl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�9e���kk�R�o���S','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\Z���/}ͳYM=��','6K�(|�/�R��̵�;$.�Jf8{�v�G�','',0,'?'),('�G��5�@����07��','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�J~_o�f�k�����','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R%�qU�0�8}_��','ޚT�d����U�2#*_�D�WQT�n�I%Ǭ�','',0,'?'),('恴L�ޠe���/�u�','wp-content/plugins/wp-cerber/assets/scanner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#z���w���l\n\'�','�q��̇P�I��.K�{r�P��|��F\n�m','',0,'?'),('�,�$�|�W����','wp-includes/wp-includes/theme-compat/embed.php',0,'�Ţs�^��q�cb�','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�漢�����%����','wp-includes/wp-includes/js/dist/a11y.js',0,'�Ɲ���լިF��','�Ɲ���լިF��','��w���R�x��$�r�դɯ�D���`.��u','',0,'?'),('様��7�^�b�\"�','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���g��i���>','�䏛N�7�g�?�Fb!}��ݿ��C��鳇','',0,'?'),('�y�l��s�U>�<��','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('����eҕ�h�V�\"�','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�PK���.ٳ�\r','�+�>�����U��a`.4m킳+����U','',0,'?'),('��W���\"���Sk:�','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�r�5*J7�If','�8tf�*Jw�T�^��H�>���1�JD�ο','',0,'?'),('����P�IcD��ƾ�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J�s��Ǚ�B','��ER��Jb�ȸI\"��t�],�qP�1\\fD','',0,'?'),('����x*�ñ�U���','wp-includes/block-patterns/two-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��_�w?V�:�g��C','w@�c|�h�(��Hz�X[�_�:�x��0�)K','',0,'?'),('�⣣�M�O����U�','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����I=k\Z���','�\\\\^�*k,;�_4�\'� oiU��@&e��','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ӝ�w�Yh�,�*�','�`c��LX����6��Im � B�]se��f�','',0,'?'),('��(���E�U(ʃ','wp-includes/wp-includes/ID3/module.tag.lyrics3.php',0,'~w�\"[�װ���A�>A','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',0,'?'),('���;�W����l�','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�v\"} �H���}��T','5\r�_��I��h�MJuk��Q�ͣ�չ���zn','',0,'?'),('�]:]6Q(s-�B��','wp-content/plugins/wp-cerber/assets/flags/so.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�:�vU:{��','I���˱�� -���f�rǏc�k��@�3�` =','',0,'?'),('�\n`m�H�I�i�M�','wp-content/themes/twentynineteen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�4�\Z���M��y','_{��g�g�|n�%�e��~�����sCi���B','',0,'?'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9MY�^mluRg','\0\rhV!\Z7\Z�虁�K`2�_\\H ��G\n�;=','',0,'?'),('�Djמ�8]fД_�','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�� �B��Ի��','���/�����0�=�|{h��n�R�','',0,'?'),('�GeƧ����tn%��T','wp-includes/wp-includes/js/codemirror/jsonlint.js',0,'I)fy��kT�+��<՟','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('�T�|h0l�-v}h�Z','wp-includes/wp-includes/js/dist/html-entities.js',0,'���2�@؇\0����)','���2�@؇\0����)','�_Z�#W�șf�X���c�B���`��dQfH�,','',0,'?'),('�b`K�\'��컜���K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�4ؒT�$�0B-�','x�89@��G��#���G�b}y\'�A����v','',0,'?'),('�x�Δ)NX3u/@�4Y�','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N���>�EH�I��� �','u).H����� �����C���HsԐ`$�','',0,'?'),('�J��ёe�\rXd��$�','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���^Oި�����','�K�WC�-�v�l�w� ��R\Z�xS)[R�','',0,'?'),('�ҘG\"��:0�\\�KH#','wp-content/themes/twentytwentyone/assets/sass/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CUZJ�k�\r=�q\'��','Pc����:�D3yN�o&�t*Ѱ�[��:kG\'�','',0,'?'),('碝i\Z�����u.�|�','wp-includes/wp-includes/blocks/video/block.json',0,'�4�P=C�g �\'L�','�4�P=C�g �\'L�','g��G�a$�E������˘UQbyħ�+','',0,'?'),('�%-�+(�묖���','wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',0,'\"�2s7��\\�i#��E','\"�2s7��\\�i#��E','a������t��W�� �3N�\Z��`x�hI�`�','',0,'?'),('�+�뿨\'�)��','wp-includes/wp-includes/js/swfupload/license.txt',0,'��[�`�^�-�o�QWz','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('���K�g���o#�0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�#w:m���2��A\"','���^>�*���r���I+��{�ф�U�b�&�','',0,'?'),('�ʼn� i��/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H(@q���Tj��','�g��\n?#��\'^�\'d�8�\Zi��=\Z������','',0,'?'),('��H���l��{!D#�!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pgG��&�3�,�','S����<�`�J��=�4mS�\"kY��Mׂҡ�','',0,'?'),('���L�.dDv��','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�0�j8�2\n�s�','v��\\qY{S��<|+��{�(m��?)��D�=�','',0,'?'),('��F�ZY��C8��3E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��ٳ���v�2.','�ڷ���Rkd�NZ��h��V�\r�<p���=1','',0,'?'),('���C5�6o��2��','wp-includes/wp-includes/blocks/latest-comments.php',0,'��j��c\r9+@/K<�2','��j��c\r9+@/K<�2','=�\n+rS�D;��|�Y}�VĒP[�o =]LJ','',0,'?'),('��÷�g$�M�s�','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)YMˍ�\\Ξ��\'','*�eG�P$����б�աmw&��:OL/1>N','',0,'?'),('��XB��A���~�','wp-includes/wp-includes/css/dist/nux/style.min.css',0,'��cڷ�\r�\\Kn]\nO�','��cڷ�\r�\\Kn]\nO�','h��iu���E���UJc]���\\d`M\Zqi �սq','',0,'?'),('�%y�>}H�o��(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g{����!�S{5�','�e��%�h�\\f���軙tuv�����R','',0,'?'),('�SHLenP�q7�č�','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����`�j|��y�','i��OGi����F|4�8��V��j�\n#V-L','',0,'?'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^
�','',0,'?'),('�wj0��67���@�T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�2s7��\\�i#��E','a������t��W�� �3N�\Z��`x�hI�`�','',0,'?'),('�J���y��0m�`�/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',0,'?'),('�Ò���/���?��k','wp-includes/wp-includes/images/smilies/icon_exclaim.gif',0,':\\��>5�\0r���sg�',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%� ��#���#�5','',0,'?'),('�\0�]�p��ޑ� \rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+�D�8rnlU��','�U����2��#d�{���3��E8���U�','',0,'?'),('��00Us�\0m��V�9','wp-includes/wp-includes/js/dist/vendor/lodash.js',0,'2n�B2���]�� �','2n�B2���]�� �','\"��Qe��\\NJhb�Bj�{i�J\n�Қi;eZ�3','',0,'?'),('������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','��T-����=[��','zh����>(��\'��$��v��uI��Gi�','',0,'?'),('�$l��z��!','wp-includes/wp-includes/js/jquery/ui/effect-transfer.js',0,'OԩN��i���1','OԩN��i���1','Ł\0p�,�\\�!ON)�Q���Xl ��k�s�l�','',0,'?'),('��njg^ :�s�A�&','wp-includes/wp-includes/Requests/Exception/HTTP/412.php',0,'%��Iܷ��=�7��V�','%��Iܷ��=�7��V�','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('���\0�O�7�7t���{','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',0,'���m3�E�?��՛','���m3�E�?��՛','0pU��Ĭ���h���C�r+���˞I�{-qA�','',0,'?'),('��tU;�56|�4Ql','wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Ԋ2�3�\\�:=�','�� �<�(*Wv���Ћtw��r_��t�i� ','',0,'?'),('��v�w\n�s�̨H5�','wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZNj�ک&��U��','B+1�E��}�n�7\Z�z�_��Q�̻�3�&','',0,'?'),('���W����:��]','wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�v��t��(4V','���a��_��Lx�c$��tU�v�����%��','',0,'?'),('��V�>��d��O�d','wp-includes/wp-includes/js/jquery/jquery.form.min.js',0,'܉l�Ȍ��*��D�','܉l�Ȍ��*��D�','zt�O1� =2X����Q���_�y �}Z\r','',0,'?'),('���Q�o�H*���(�','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��I��+ƾ��=��','d�C�T�����e&,)Ѵ��FG�\Zd�ON�','',0,'?'),('�+����3�pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�%�̍��ų�<��','ŔWF&�x\Z �\"�g��ߠ���;�=�D�ٗx','',0,'?'),('�\"�e��AlB�E�/','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vh�lZ��.�]m`q��`','Ȧ(�{r�E�(ug�_ ܹ k��\rP�`�8�c�','',0,'?'),('�(��v/���&��C)','wp-includes/wp-includes/js/jquery/ui/effect-shake.js',0,'�;5�_������ƽ\"�','�;5�_������ƽ\"�','�$D���IAXF����wH�YO�J3�K��','',0,'?'),('�F�j!Y�{.J=,��','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����><�k�{��(�','/ ��\"���Fa챔<SY��g���؉F��@','',0,'?'),('�]�W/>�}<8� VF�','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6*pO��,ё� -X�','�4|ǛD}c�Hd�Ɖ)Y[�q�K���-�','',0,'?'),('�^.�jT}�<��I��','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j0�P�3#��','!K~�f���nN��B��\0��.@�K�U�','',0,'?'),('�g���U)\rR(�','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� �\n�f@�!릶','wNT(��`x܌�P�C��1Ow�b�]��ъ�','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����[f��0�=G�','�[G�f����N���� rG�Ƭ���.','',0,'?'),('�T�B3��G��{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�N���knT�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('�;X��^�$>�8','wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js',0,'�Ƒ���l��Ե','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('�Sq o�@rL��H','wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js',0,'���\"���\n�-ۤ�Y','���\"���\n�-ۤ�Y','$9~�=:����Z�F�m}�A�5ks� V#� �*','',0,'?'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�\'����>�Y�','�b*/��m/���a�ŵ�>��I湒h��+','',0,'?'),('��m�Mt���W�B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�y0�d�Z�o.h��','�_]�<#�S�\"�B^U4_�Q<!@�x?J$��K�','',0,'?'),('�]��{dU�3�p','wp-includes/wp-includes/customize/class-wp-customize-media-control.php',0,'E�lh�¸�j�68��','E�lh�¸�j�68��','V]�l��1W�+ {6v��ޣ��C���=��','',0,'?'),('�ú��cN�s����?�','wp-content/plugins/redirection/locale/redirection-uk.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�A ���\0(�:','���|Be����z�nXA�9Hٶ��\0 s��+L','',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,'?'),('� �1_E�67���','wp-content/themes/twentynineteen/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a|2]�e�\"$9z�','\0�Ó\rƱ6� �,�J ��!d7���n��h��','',0,'?'),('�U���b�f܌�`g','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[m�L̉Ȗ�j#�D','�����ۚr(o�Ek\"+/bW/r���p��1','',0,'?'),('�kLN\0��x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UݪAcT�g�@��{N','�XAݸ.`Q��rC����w@�4b�X���ϭ� ','',0,'?'),('�-.��x�ɤ�R��','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�/��nC�0^`���','Y\'C5�\'g�u���**Ƭy�%R(�T�S����','',0,'?'),('�0J����fx�#X{�','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('�4���2�)A.;4�','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Q �!�@�٧T\r',' �Z\\L���\'b�%�i$���\Z\n���F�~','',0,'?'),('�5��.Q>�k�ċ��_�','wp-includes/wp-includes/SimplePie/Net/IPv6.php',0,'\r ��F�E��,�h�','\r ��F�E��,�h�','p�t���[bm���M�_Iz�\"��[�j/�O�','',0,'?'),('�Ov(� ���fF','wp-includes/wp-includes/js/jquery/ui/tabs.min.js',0,'�a`|��^(=`��hv','�a`|��^(=`��hv','L�.X_ �DJ��tk��H��!|��ݔJ��x','',0,'?'),('�Q�A� �=H��7-','wp-includes/js/jquery/ui/droppable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���_\na��G���','m�U\'mU�7m�N���EFDg;�N�q��~�','',0,'?'),('�S�����_B=�*�','wp-includes/wp-includes/blocks/gallery/block.json',0,'������9��Qv��','������9��Qv��','��PgcZn1q��b�-���x�]ME��ܻ���','',0,'?'),('�d\n�v;�O1:���,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A\Z����w�d6[�','!��yq�� ����� ������#ҝ;\'','',0,'?'),('�r@��D��Z�䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!K� 5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('�V9o�C��*R�U��','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php',0,'��U!��s^�7�L','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A^�I���4�B\'','ɗ(�|��m��F�EHS7��^��~#����','',0,'?'),('ꐏF�rH�}@$bF��-','wp-content/plugins/wp-cerber/assets/flags/dz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}����Z�A���','~\n����Ào�\'�x�\0��Xh.��}���%�','',0,'?'),('꤂�,o�Co��):','wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',0,'�y^�������','�y^�������','Y Q�FX��2�2�FW���)���fKSf�','',0,'?'),('�LJ���4˓T`�k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�%��iهkm���','U�Xu��LJ�)G,i��m����5�_��MT_','',0,'?'),('���v@T��J�[��','wp-includes/wp-includes/blocks/latest-comments/block.json',0,',�i6��xu0\\����',',�i6��xu0\\����','�s�\"9���l���+���/���[�','',0,'?'),('���`I��,�y o�Y','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('��6�Z�fM���;�','wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˈ0@�8�����_B','�r�dy��#�G����}����ZӦtwW�S','',0,'?'),('�\njݍea!�\ZWd�q','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<8���.���K�\'',' \ZYӵ�˼*�,Q�L�Y{�㬣p�\r�h���','',0,'?'),('�-n�$.�#g%�}�','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �OّCH�ؖs� ','pX���uc{�-�Kژ�/OnE0���)JB','',0,'?'),('�0���R�J�{y�ˣ��','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lGfBp�X0=�aESy','�qǼ<�x��Ӡ�A��X/rUCG�lW�\n*e','',0,'?'),('�8Us� �_��.1Rj','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',0,'�\0��>��@Ue��U','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',0,'?'),('�F �8�+�)��r�P�','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�d�$��ܟV7�','\n�>���~h�Z���P\0�U0�;\' {�) �>','',0,'?'),('�M\Z���H�?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�Oӿ�;�=\\J�zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cdxo&l�g�8�3��','�h_�8��r0�y-��\nϥ��KL-� {','',0,'?'),('�QF�0t�+�����','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{`�q���\'2P','Wf�y�����7hc��ajkgd�4��8�ɢ��','',0,'?'),('�a��u\"9s?�H����','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%1�s���ËG','E��Wٳ�?�4��@U?�0���bP�+�h','',0,'?'),('�fS/\\�����R�O�','wp-includes/wp-includes/js/customize-preview-nav-menus.js',0,'[Nm �l�VҪ3���','[Nm �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�s��Zz�`x�mf: ','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���]��c��ț��&','mrO�z�Iy�Dz��q�v�˘qZ�����i�','',0,'?'),('�u�̽�[�abٌ(��]','wp-includes/wp-includes/formatting.php',0,'��H(@q���Tj��','��H(@q���Tj��','�g��\n?#��\'^�\'d�8�\Zi��=\Z������','',0,'?'),('�{\rՍ.0��`�On��','wp-admin/images/about-header-brushes.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�:Uy-�ܴ#','��{�kZxS?�t\"Q���?�(�n�r3��','',0,'?'),('�x�D�.���m~<�2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[��M�ɞ�yP��','�@����S��y\'�N+�k�B��3�J!PbƖ�','',0,'?'),('�6�\'���� �b','wp-includes/wp-includes/images/smilies/simple-smile.png',0,'�K��{
��f�w�h','�K��{
��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('뭷\r�!z}ML�K�E','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�]G���y��2D','�Z�h�x�^�/������#���Z^N��_\Z','',0,'?'),('��Sڰp��GMǯ�l�','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5w�pأ����','3ֳ���}��!p�B����A����)k�{�F�','',0,'?'),('�E��e�6\'j6q�C$','wp-includes/wp-includes/SimplePie/HTTP/Parser.php',0,':p��d\'�$�/',':p��d\'�$�/','��=�D��=u�~�Ju`�Y[�#*�Γ�','',0,'?'),('�2�|�?�]���ϸ�','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�L��g�a�J\\','��)��v5i�B�:#��%����N�����','',0,'?'),('���F��p�s��4�','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]����H��','���9퇥)R�$px#��q ������{#L�O�','',0,'?'),('�Њtf�P�E+���','wp-includes/wp-includes/js/wp-ajax-response.js',0,'r�Hme_\Z��!5','r�Hme_\Z��!5','��c�����z�2�~;~�D��*T�?�&�','',0,'?'),('��ԖNF��:�1<x�','wp-includes/wp-includes/images/smilies/icon_sad.gif',0,'�Ix�o��TMz��D-','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',0,'?'),('��vA�ds�����K�]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xS���v�N���','�� u�����yA�Ү�B���(��B6�����','',0,'?'),('��YC��o�oR�亞�','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iu,�I��WN�7','<�P�ёxC�eo�I)O_d�/�wg�w�1�','',0,'?'),('�+>B\"W T�(z\\�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',0,'N�+C#+|�fZ���]�','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',0,'?'),('�ۅnPE6��T����','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KdW���ؿE�W��','�R��W].da����s��JM�Lq+p�},�','',0,'?'),('�+��^�њ��\r�k','wp-content/plugins/wp-cerber/assets/flags/is.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4o�$�^z1�T�ɪ�','�XƠ8�\'��*ӱ4�$���G\"��JD8�@�6','',0,'?'),('�8�ڧ��s}�ն�Ni','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��F!;� 24�&','G��ZG����5�_ܚ��XS[W��S:9p@�?�','',0,'?'),('�?����h�����;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':}���҈P��٭�','=���/���f2A|��d���<��z�N�K=�','',0,'?'),('�D\rh}�����!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',0,'?'),('�Pط��悇̺ƴ$@�','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':p��d\'�$�/','��=�D��=u�~�Ju`�Y[�#*�Γ�','',0,'?'),('�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','��\'MwflOt�?d','���&L�hQ�Z���j����b�aX3�il:����','',0,'?'),('�c�ǝu����7���','wp-includes/wp-includes/Requests/Utility/FilteredIterator.php',0,'�X�!Vs�� �AS�','�X�!Vs�� �AS�','Lq4���Z��յ�H\0�e7f=��\r�\nDC>OV','',0,'?'),('�j���p\'*T��)�ãB','wp-includes/wp-includes/js/customize-preview.js',0,'3Q �!�@�٧T\r','3Q �!�@�٧T\r',' �Z\\L���\'b�%�i$���\Z\n���F�~','',0,'?'),('�}(^��8,~hyg���','wp-content/plugins/wp-cerber/wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k�nG���ˡ\"14a','��)Y�.=��E)�#�V W8!E7LOl�','',0,'?'),('�|�`y�YĶ�����o','wp-content/themes/twentytwentyone/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��446ZN�p���T','=SmV��5�9�H�bS�V�u��b��:r�?���','',0,'?'),('��c��.D�r� |��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R���Z�?f.��8�� ','��.c%�c�*G~�բ>�Yd���:�7�j','',0,'?'),('츃�v��6�;�~�','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('��!<����B4\ZS�}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�@ަ�$����,','�dٍ|�]���Q��!�Qw����;���`7Zf','',0,'?'),('�[���Ӄ��2�W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�I5�)��JD��\\','��w5ޏ���+>�c\r����^⽍B�]�','',0,'?'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',0,'?'),('�﹍0If��\r?�K','wp-includes/wp-includes/js/dist/server-side-render.min.js',0,'6�o�i)=�\"p�Jhl','6�o�i)=�\"p�Jhl','m��z��}ힳ�M��|N�b����Zi�-','',0,'?'),('�Ư��0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('�\0�Z{���@�C\\�','wp-includes/wp-includes/images/smilies/icon_cool.gif',0,'\n��`����ivj.�','\n��`����ivj.�','�事F�9;2_ �$�$~�LO�a��6���_','',0,'?'),('�\\�S�Շ��8��;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}���nBJw�k�0','��,�In����\n���E,��@�h�1����','',0,'?'),('���mה��F@$�~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ofl��A�7�A���','�L���9w����v�G�hK!g�n��g�Cd','',0,'?'),('�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,'?'),('�OR(ǹ����O��','wp-content/themes/twentytwenty/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�S�a�N���x0�e\\','\ZY_��tz�)8��b#���D}%]��Dmy��YV�','',0,'?'),('�]��@�\n��>ĺ�Yn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}d��D��TN�\"F�','F�ԝ�q��`�멾���r_���Ȩ_���\'��I','',0,'?'),('���I0��B,�hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"������4XYt[','��m⟮/�a�Ͳ(yMG.��dЪZ+����','',0,'?'),('�������賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('�Z�\Z�5\n�j�}�@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���9���D?_�7E','��Y]K܊�QS駤��k;� ͥ�{/ʅ�j�','',0,'?'),('�F�����m���','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<��>sZ�K�z�e','�̆;�n�E��!��Z�\ZV��V H��w','',0,'?'),('�Z�\ZaYH\0 �5�~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Wŝ#���\"Z��Ɣ]E','f?��Y4e��+���~�ěw�K7�w�Mu���','',0,'?'),('�QR\"��@3��v�S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�֞`�1ٕx�w��','����^���R+Ȝ�I5S$i���\0����2�','',0,'?'),('�G� ��~���`�','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('��f�W�4���%���','wp-content/plugins/wp-cerber/assets/flags/nz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X �7�7��c.�ujߖl','4ȯYI4�T)��H�;�rd�Q��g���Ӆ','',0,'?'),('��M�B�!:�','wp-content/plugins/wp-cerber/assets/flags/it.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{/�z]�>��F@�B�','ⴟ��k �9b��md6�l�{e� o���','',0,'?'),('��\Za�]]�A��\'h���','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iҎ�L�>�e�*�.��','�+Vƃ/�gyg>��\'$�L*yXc� �w�a5','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\\ƥ�/��','�+�w}�U�K�f�%f�q��荁��im��\Z��','',0,'?'),('��.�}�b8����5i','wp-includes/wp-includes/sodium_compat/src/File.php',0,'c�]-�@W�\\0��Wv','c�]-�@W�\\0��Wv','�c`�C(ߛ�V�S6ب�c�s�u8�6��l','',0,'?'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��s�[0�\n��2-�','a����RC�J)�!�{Mt@�B}�\n�G�5��\0','',0,'?'),('���f�%u�P���','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��@^�P�\'','#�� ��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('�\Z���{:\Z���4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Nm �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�$���1��g��,q','wp-includes/wp-includes/block-patterns/two-buttons.php',0,'B���8$�6��v','B���8$�6��v','u���]��$)� ���w���5h1#}��8t�\Z','',0,'?'),('�.�z��&���.�1y��','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���A8�x��l�','K�cK��&�2�\0���=��g�.�ٜ�� \0y','',0,'?'),('�k-§#���^��VU','wp-includes/wp-includes/js/dist/plugins.js',0,'OBb�?�Ɖ�х��','OBb�?�Ɖ�х��','�[��ɉ��NN�^p��D_S��r�pI~8,�v','',0,'?'),('�yѼ5��!*�� ��','wp-content/themes/twentytwentyone/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gd�w���}�$\'e�','E�u)��l��E�4����觏�篓�W���zF','',0,'?'),('Y��w�;mU5-��','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,'?'),('�9fUP M �P�2u','wp-includes/wp-includes/blocks/tag-cloud.php',0,'�@{�\Z9ڛ���S6��1','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',0,'?'),('��N���F�V�Y�C','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0t� �ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',0,'?'),('��Q�t�/(�$Dy�','wp-includes/wp-includes/js/codemirror/csslint.js',0,'��M_ϱI����l�','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('��uy�؟�uV��@/��','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�>�O^��\"����','͊�Y��V�y���}��&m�{�5jJ)0�!','',0,'?'),('���!�pQ`� G\"�6N�','wp-includes/wp-includes/Requests/Exception/HTTP/503.php',0,'9�RaßC�`\0�UT�','9�RaßC�`\0�UT�','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('����D��nk���','wp-content/themes/twentytwentyone/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wu�e\Z�A�K� m�','Uř�����!¿r�Iq�q�[�j�BCY�Pl%','',0,'?'),('�@}&�J~�¾&��\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��p��aC�q�k','�F��0�Hyce�LuQ���&��LiH\n�DũK','',0,'?'),('� 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,'?'),('�!��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','�D�ݴ>��/�:f�','Lϩ;��$} ��i�ь�:�MG�5�g���y','',0,'?'),('�H\Z���.���hR�bn','wp-content/plugins/wp-cerber/assets/flags/io.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<���e�e���C�','��ɫ-�)i�l�\na�1��}!�}~���� pd�','',0,'?'),('�Y^~5~��p�G-���','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('�cRN3���H�����','wp-includes/wp-includes/css/editor-rtl.min.css',0,'��A^�I���4�B\'','��A^�I���4�B\'','ɗ(�|��m��F�EHS7��^��~#����','',0,'?'),('�rI����ɀ5 �F�','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',0,'?'),('�u_����~!\0�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nY�99�2���','���6���\Z/���p�y5��E�ح���O�E','',0,'?'),('�z������|�z�xv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���K�-�E،�N�','�\\�\'䰹\"�jq#�7��ER��F�0*�-�;|','',0,'?'),('����˕��r&�q�Fi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�Q�)�˸�:-*','��8}�ު�]��\"1���&(��䙄�����','',0,'?'),('�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','�#r�`��FǗ~g��','�?�FN�����Kd]���~�=!�ĴK���8','',0,'?'),('�;��+�&Y��Đ','wp-content/plugins/wp-cerber/assets/multi/multi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/�Wn�U#֬��V�K','��\"��%����6�rH��B)�xf�L]4t��','',0,'?'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙','p8�\'��� t���:�Q�o]{5G1����E��','',0,'?'),('��P��a`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��S-MؼF�N','m\Z�Lչ����ο�1m�aɤ�Rr�1A7','',0,'?'),('��X=U�pfp���Z','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��H\nC8h��:��N','I�\r�u}�����Yw�Su:<IF���','',0,'?'),('����[�>f4YBSY<�','wp-includes/wp-includes/js/jquery/ui/slider.js',0,'��}�U���Ƥ����','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('��~��t#����<M�=','wp-includes/wp-includes/class-wp-roles.php',0,'��?T�v���|U�y','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�n�?2��a~��','�+p��=���ͨ�\'�Bk���@Cr\'ͺ�\'','',0,'?'),('�㯩� \'��ި��V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��Jr��:�]kI�|',':������ٔ���M����X% �<8�g4�','',0,'?'),('��6X�Ԫ4��[_��=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wz�PQQ�#�Z>\0��D�','���i:��i`�\"��J��%<:���I��xcJ','',0,'?'),('�����r��o�r��','wp-includes/wp-includes/class-wp-customize-section.php',0,'�`;�V�\'���(��)','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �������Q��L','���R21�?nj*=bͥ}�����X&��M��Ʒ','',0,'?'),('��9��r�Mԧ��','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',0,'?'),('�l��k&�w+c� ��','wp-content/plugins/redirection/locale/json/redirection-tr_TR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��Eit[�_}\"�,�','�a��/eߺ��w�B�r���1�Cl.?�V�\Z�|��','',0,'?'),('� �ލ<:9�|��6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_�b�->O��\\苃','�sɔg�%��riC��P��w��%��{��J��','',0,'?'),('���6)Jo*��Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?с;��9�A����t�\n','�k���O�{d��PS���\0M�\"B]�\"�E��','',0,'?'),('�$�ī�I�^��3���','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�P�j�v�˨!ң�','w��9=̠F5d��oU���\\_�k[�','',0,'?'),('�)~�]b6M�p͞s��2','wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js',0,'Y�����2İ\rm}%��','Y�����2İ\rm}%��','3��].�BCBe��ʢ�S�( ?�Z{����','',0,'?'),('�@?>�5�����D��','wp-includes/wp-includes/Requests/Response/Headers.php',0,'\Z�ÂҶ�A-��>c�`','\Z�ÂҶ�A-��>c�`','�E�\n�F � ���M���%{��a���`,�','',0,'?'),('�I/\Z�N�2�����p','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��|v�}�9S�9S','\n,,Y�B��:�En������4�f\r�,��Zbq','',0,'?'),('�g-�_F�\"���~�\\^T','wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t I �C@g���','�(��(� (\'S)\0B��_}&l�&�o^s�','',0,'?'),('�UdL�ѣy}���a�','wp-includes/wp-includes/js/jquery/ui/datepicker.min.js',0,'�4}�aX2nH��GWx�{','�4}�aX2nH��GWx�{','/4XAJ\Z����o>V��ꔆ�I����','',0,'?'),('�N ���iiڭ�','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[q�7d�v���z�','\'֪��* [\0EE*J�r�V�s�����c�?','',0,'?'),('�~���:��+sP�/�','wp-includes/wp-includes/Requests/Auth/Basic.php',0,'g��x̄� 4U� k!C','g��x̄� 4U� k!C','.�йh�dBiHɀ�n�s�����\\���O','',0,'?'),('���4��3a���7','wp-includes/wp-includes/widgets/class-wp-widget-media-video.php',0,'}◷>y�O�G�','}◷>y�O�G�','10*�u���ۤ��y[\\,�/��7��6�\r','',0,'?'),('��y�u�n���c[٧�','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gG�xN�)�/���*','�%��S�i����x3�k���O��nz]���','',0,'?'),('��R(�R�����D�','wp-includes/wp-includes/css/dist/block-library/theme.css',0,'Gs�Ib<���w]G��','Gs�Ib<���w]G��','כ�ppr��xI�xP^�? ���N�%�u�','',0,'?'),('�з&�L۽¨��VN�','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('����퐼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','sbC�7���s���%�','w�w��=����Q*Ҹ)�֖�e{�_���ص�','',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','�%\'d \\������sPu�','���o^ ��I���_qJ�s��=�-+����','',0,'?'),('�6��e\r~��|l','wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php',0,'Q�-�����*xrf�','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('���rp.u�3zx�','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c�Z*l3��$�','�B�1ô� ͥ��5 �Q�������9�J','',0,'?'),('�&�?.\r�s��;�=9','wp-content/themes/twentynineteen/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}D�&��J����','z<����@���I�W�JP\n�T^tۜ�E�','',0,'?'),('�&[��>j���/��GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]L\'9jl7��[#�','�\"�Gc��iL���z5�DwN�#G��ZT{*s}�','',0,'?'),('�7s�\\]�}�AA�we1�','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RC7�\n����TR�','v\'S�;��[�\nS�/[S6�&�G&�Ɩ8�','',0,'?'),('�8���םG2��*Ğ�','wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`L�1�Rg<�1�&�','g�0��!r�(��)�uT�T^۽S���Vv�','',0,'?'),('�Z/���{Lt�ծF$�','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�\'�;I6��U+�K�','A�Οն<��ލ��&0��>�k]�-GfN�','',0,'?'),('�v�:�D�Y�G','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6�JJ�7�+�','�+\"��Q���/N:�T$��\"���ȯ\r8v_3','',0,'?'),('�TY�PpE�w��','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�POůJ�~�l�.�J','�o���`|?�0�5���q����_ !-+}Q�V-�','',0,'?'),('��4�����$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i@�\\�`=�y�7\0','���-\020�[��5�B���c��^V�u8��k�','',0,'?'),('��q<�D>ܲ��6��','wp-includes/wp-includes/ms-functions.php',0,'�Q\n����[�|�J/�','�Q\n����[�|�J/�','�8f�٣���<}.Q��������','',0,'?'),('��\0�skk�Tu3So\\�','wp-content/plugins/wp-cerber/assets/flags/mw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��a�D�o�=hs','4[����Պ\'6N���RP��15��}\Z��s�','',0,'?'),('�絛�zy���>_+�t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8/\'\0�\0��vSL-G\0','����8�b�YB&?�6��o���>','',0,'?'),('��͜�ή{�&(t�ӫ','wp-includes/wp-includes/css/dist/editor/editor-styles.css',0,'�iۘ\"���뱠��','�iۘ\"���뱠��','���by:��8�3��o�\Z������\"ڹ�','',0,'?'),('���H�r #�w/�:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eg���Zm\Z��4\0�','�ьZ;�9�c`.�Є�7��7�S��Z?��mߜ','',0,'?'),('�,����U(�e�jR.XP','wp-content/plugins/wp-cerber/assets/flags/aq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�1\n�����x����','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i{�$F�ČPի!','\Z:����F��s�K�����\\��W����\r��','',0,'?'),('�?��E_�)�xڅ$��','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�#1���@伫֝k','y�\"pB�c�h��\0�PhD�Rd��\0bKO��','',0,'?'),('�d�To�f��ҷ�bS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1q��X}k8�','����\ZI(�b��ܚo��ߍ�9�\0� ȅE2','',0,'?'),('�j��\nj<�c�@B�X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�q�טw�U��ͰR�','�JwYw�u�n��[���&D�FLV-�2L���','',0,'?'),('�po���X0%������','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��d�(�*ț��K��','���$��l#��X#u��>�G�j�I;ߗ߮','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8q�X�n�_�tҐi�','Sb�O��m����/IQ>SĊW�ɖT�oV�+a','',0,'?'),('�P;_cv����Y`Ƈ','wp-includes/wp-includes/SimplePie/Item.php',0,'-ߟ�� �8����1�V','-ߟ�� �8����1�V','��Q`�m{�Ҹ\n�ք=��R#�Q����\0K�','',0,'?'),('�r��>�JR�Kk�j�','wp-includes/wp-includes/images/crystal/archive.png',0,'�S����I0An�','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('���*�Gݙ�ԴJ','wp-content/plugins/redirection/locale/redirection-sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��odw���.R��:','|��9�uY�\'�@<�+E#����ׂ�=>�*`!�','',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','6�o�i)=�\"p�Jhl','m��z��}ힳ�M��|N�b����Zi�-','',0,'?'),('��ŕ��oi|}��','wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؚ�WiY�C��v�G','� #rCҗ�)�[�ȫ�R̞[���Q�\\�&��','',0,'?'),('�M�٦M�/`�','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('��B�R�z��Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�go����~i�I �','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('�?{o_���\'�n�','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{3VV��FV�f�%K','懴y2q��Z�o��~��([��`\0`C�i\ZL\'','',0,'?'),('���_f $�O<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�ϋOny&��-���n',',�#�]�d���!�I|�4<�n�ނ�r\0,�','',0,'?'),('��LuZ;�@�Z���b�','wp-includes/wp-includes/ms-settings.php',0,'Ĉ�L�@�r#�}S���','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',0,'?'),('��%�\0��z�f�N�pS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',0,'?'),('��w�+\"+�$��^�','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WN ;ƶxv��/ �','K�PQn\"�_(�X/4S�䖏C�9�yA�K�L','',0,'?'),('��]�#{P�B�&{�Ƿ','wp-includes/wp-includes/js/wp-embed-template.js',0,'�lq3UN�:�9�:^E��','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��\Z�B V�݄�K��','wp-content/plugins/wp-cerber/assets/flags/gi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',����K]�0ȥR�','/��i�fh���r���Z(b��2�\Z�>˾�->','',0,'?'),('��w(�\'�s�y��:6','wp-content/themes/twentynineteen/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�س���T��+W�','\roh}�}i��V�A�ԁ�H�!v�>4}��M','',0,'?'),('���cq6���Ǩ߮','wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js',0,'@J��x&H�*8�����.','@J��x&H�*8�����.','2�j��!^g^i�r3�P~�\0�K8�c��\n�','',0,'?'),('��֏�+=���#�Jn','wp-content/plugins/wp-cerber/assets/flags/wf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��iq*��@R��r�\n','}����A���xhI�z�T]�A�s�0;�y�E','',0,'?'),('���<�fÃ�y\0�Y','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�.�ʹ��g�','\"�e۰�}�)�s��ѓʫt[�\"�i����/V�','',0,'?'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~^_��\r}��V_�)x','�?l�;�t�F|t�9u�����.&{Y,A��','',0,'?'),('�$�Ig�L�~�Q�','wp-content/plugins/redirection/locale/redirection-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �Mi��xL�Q�}@','m��f^�zs��F :ü�\'�4f�����','',0,'?'),('�Q��א�4����B|�','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',0,'��a5q��ȑ_4�@','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('�V�<��r\nQ�]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���*Nf�ټ{��','i��˶|1���v.4[�(�����m@f>��','',0,'?'),('�]��Mp vP���','wp-content/plugins/wp-cerber/assets/flags/id.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\'�!�*�HkV��\0��<','~\0`�v��o\\ETZ�eᜊ�z�eA�`�[HF�','',0,'?'),('�c�E%D��� ��雩','wp-content/themes/twentynineteen/sass/blocks/_blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�clF�,C>v�W���','bx�͗߇��J�Ne���������@RP','',0,'?'),('�lF����c뒕�L���','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�0!2�}�=��n��','�K��<<�6[��0�j�0��vg������J=�','',0,'?'),('��,�o�!�z�j\"�','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Cqw=��*c�$[�','�6V�s4�s=T���,�ˇ4{w��m��z','',0,'?'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vb�*���\nog�D�','�o����Ч���$E�71�8�K�I�E','',0,'?'),('��V�.`Jxbe�y��','wp-content/themes/twentytwentyone/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����k�dɐʎs','L�$0��霕A��]`��H�X\" ���q4�\'','',0,'?'),('�Qq^��&�\'����|�','wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php',0,'��x̭&�b�+|eS�݂','��x̭&�b�+|eS�݂','�,��ɼ?��?� p�f\0qO��_���&N9','',0,'?'),('�\Z�kD��ӖaL=[V','wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rDŽ\"����TJχٖp�','�����LJ�լ@~���\")���?A��<�','',0,'?'),('�N�����s�','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^Tˮ,�\"A\n�3���',',���J�v�0�D�wB��t�fDD�H���Dgo','',0,'?'),('�̵��%�0i2�','wp-content/themes/twentynineteen/sass/mixins/_utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�����7��','��/C�ܰ��/ŏ�@��X��Y!C�','',0,'?'),('���w)�Ä��dž�','wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���WY�~�H�#�]','�r����{��\ZI�5�O1���Q��Ӈ���C��','',0,'?'),('��S�A@=�Y���v','wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��NG���:��l','hKu�)$�cU��o>��ᦐ���6�����','',0,'?'),('�����➞��^R�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o������h�g[','��߁.�-h4`9S _\r�)I�(��W��','',0,'?'),('�V��k9۴�s���ֿ','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʝ��\'��dwgZ�|�','b!��&f�a�u���Lqm<.�ќ3/X�c�[','',0,'?'),('���;�^𩸴8c�','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),('�$i�6]}���+���','wp-content/plugins/wp-cerber/assets/flags/gd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*Gkη����G֊�','�K���dh��JJ�q�yG|-<�r� S[l��','',0,'?'),('�J\'#��rN�0a\r�','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nV�:�ω�G��-#k','�~B\Z-�of|W�x\\��|�M�)���ˢ','',0,'?'),('�Y��R�Yi/��l@HX�','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�a\"��Å�\Z}n�K��','Zm��+�w��Ⱦ���d������2�D','',0,'?'),('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','�F�2�~����CO�',',f;��8`�=�[D�\n\\cA�O�Te�� ','',0,'?'),('�zZ�f���ip^�2','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a\0����\Z^2�-!]',' �+ M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('�j�8���ď�\Z���','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��T ��l�Q��1','\nT��x��N�@��s_��L`�E*�d���H�c?','',0,'?'),('����O�i�l��%βf','wp-content/plugins/wp-cerber/assets/flags/gu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��ņ-�\0hH�Bs','��p,�a�L�|v��LY�*[���T�$+��','',0,'?'),('��(k��~E\0H\0�Cg','wp-includes/wp-includes/class-json.php',0,'kE\Z�[Z����䰱�','kE\Z�[Z����䰱�','�D����t��5��^ �σ�7�2��7�{','',0,'?'),('�棭s�� t�yg)�','wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php',0,'�@Bg�EJ�ƽH�','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('��\0h�+�)m�D\nW;��','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�K�0�b��xљ]','4����\n�c�E2=V�{�+�\\goЅ�O��','',0,'?'),('�^3w\nyމ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�%$�$�H�b@��','Ίa����AcZ�����\"g8�>h�.@��Cs','',0,'?'),('�\0�d:c\Z6}����e','wp-includes/wp-includes/css/admin-bar.min.css',0,'L�7w��R��«���','L�7w��R��«���','9���\0*Ǔ��]S���J_>+=J�-�AoC','',0,'?'),('���]�R>�w.�EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('��:k^R�4�>A�g�','wp-includes/wp-includes/js/dist/autop.min.js',0,'��# 狌6�Qq<6','��# 狌6�Qq<6','\r39�5��.��c��Ⴅ�F�\"Ӄy^u�\0^','',0,'?'),('�!�(yJo*��J�','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\\�BH+����) ','��84E�3I6-����9���!z��G�L�5','',0,'?'),('�)�#j�d��S���eʋ','wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;5�_������ƽ\"�','�$D���IAXF����wH�YO�J3�K��','',0,'?'),('�*�1�G鍫v�Lߟn�','wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$?6/�%��k�<j��@�','����\r�/�t��:to���7�L�~���QLl~S','',0,'?'),('�-\"D��ʹD�5a�/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�B�돗��QG�z','8�+\'p���|��ц�K��O�<�_e�-','',0,'?'),('�A4e���{�^����Z','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʒy\n � ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('�F��\Z����C��1�P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y� L���Z!bE��l�','����.{0Je��{�5-���~[T�$Ğ','',0,'?'),('�p�������4���{','wp-content/plugins/wp-cerber/assets/flags/tj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EK|��$1��(','5���J �A��a�\\L�dz���4���~U�','',0,'?'),('�u�N���.A_�_�','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('������>+ܞL[�m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('���(��%�#�9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j\'�~?2��]�g�Z','�c<*WB!�,�5\ZTQEF�#��h_a�~�','',0,'?'),('��o��bBr�j3#\r��','wp-content/plugins/wordfence/waf/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';²iGQ���A���w','79]���#�/��r�bC�te\\c���ߏ��P','',0,'?'),('��D���6�S�/�cQ�?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QJt\"��!!�_�^ ','�릟�/Ԥ�o�kroQ���|E��Q�Z݁\ro','',0,'?'),('��{Z\n�0D\rO�M*Ut�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N �S�X�?z���','���Ԧ\n�ٲLK�Y���1�%�X7�~�*','',0,'?'),('���� �6��\r�l���','wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5�=��q��)����','H��4\\��v��/X�G��K����:gkl','',0,'?'),('����y��\0�\"��Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�V�����������','��m�\r�)��h0�E�C���N��`�D[ $3','',0,'?'),('��~������r�C��','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����xa۔2���F','�%�vP|X��:�x�>�]|��y|��:���','',0,'?'),('�\r�B�Uҕ�H���v�','wp-includes/wp-includes/js/dist/block-directory.js',0,':-��q���?b�^�',':-��q���?b�^�','f2\"�c`��}�`��·����֑��ѕl�o','',0,'?'),('�j��Z�;\nlГ�','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5&}k���!6�$�','X8�P���_9���kQ�a[��-mS\'<�@�!V:','',0,'?'),('�\r�y�R�]�x���\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�<P�S2��ȯV','Ӡ�P�G�B���$��� �JE3�n^�','',0,'?'),('�!,(?����#���','wp-content/plugins/wp-cerber/assets/flags/ck.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'[8A3��;�y��g�','��3{����;��ߍ2�Dh��}��(��','',0,'?'),('�$�ş a0����','wp-includes/wp-includes/class-walker-page-dropdown.php',0,'�tB�B2�[eJ��5�a','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('�\'�*��P��*5��o�','wp-includes/wp-includes/class-wp-rewrite.php',0,'�c���x�X��C��u%#','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�6ҹtyԥGЁ��','wp-includes/wp-includes/css/editor-rtl.css',0,'b��d�(�*ț��K��','b��d�(�*ț��K��','���$��l#��X#u��>�G�j�I;ߗ߮','',0,'?'),('�:�u?͜PF��{S�M�','wp-content/plugins/wp-cerber/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�\n�.[�%�','\Zw<��>��s-��ӆd��@D�>f�\"�3','',0,'?'),('�KF\nO�i�},�w�','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c','$kb�>�����k&�: ڂa�7��Zcdm��%','',0,'?'),('�o�w1�k;ӗ`���','wp-includes/wp-includes/js/tw-sack.min.js',0,'�7�X��wO��qa','�7�X��wO��qa','k�\r<�I�-�Vsp�6gb4eb���fs�Ҹ��','',0,'?'),('�{m����5U3�Y����','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�.��(�K�pQ��','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('�����H�S!;� �','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���<�ِ�J��D��','�#�[�\Z*\n�L���=I�Dwguwd��,�\'�IE?�','',0,'?'),('���k��7l�lۄa�B','wp-includes/wp-includes/css/dist/format-library/style-rtl.css',0,'�6���F۔�\'�V��','�6���F۔�\'�V��','�h�}����]�ާ֚��$_8Znyi�E�4V����','',0,'?'),('��@�}�~�4G�v<�m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('���+���q�pW��','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�瑥���\n��bk\0�q','��\n �U����y���A��80CĆ���6$3','',0,'?'),('���qXr:�Hx�[','wp-content/plugins/wp-cerber/assets/flags/ad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\Z�3� {��/_s_5�','j�~�+��E�A�9��M���\Z��e���c0T','',0,'?'),('���`�&X<�aQ�Vh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x8��!���x�S�j','��J���f�v^�D�w�ۦ\n��s�Bu�/���L','',0,'?'),('���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,'?'),('�\r�V��2P�-+x@�','wp-content/themes/twentynineteen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JŐ\\�;�^�q��','}�D�uغ��i��I|�{�&��މ��g��0���','',0,'?'),('��gx�A�Ȣ}�g�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]ኮ���ȣ&','��K��#�@JU�}F�����,���![','',0,'?'),('� @�;��*�|��','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��=�M��\0��i)','����d��[�%�nZR��`������','',0,'?'),('�1t�v�3�9]AaC-','wp-content/plugins/wp-cerber/assets/flags/bs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�t\Z���c��K�o�','_o &�\'����&�Q�R���~E�1�d','',0,'?'),('�j�� -��cFo�k��','wp-includes/wp-includes/locale.php',0,'�Ʋ\04�)o�ybU^�','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_�� �S%��GVJ','',0,'?'),('�x��\r���B��','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',0,'�W� ��,��~�r�','�W� ��,��~�r�','L>���e������h�\rF$�C�V������7�','',0,'?'),('��]��p�R�/$�1�','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M#Ƃ,�n���j9{��','��+��������N)¨�����L K�z�(','',0,'?'),('���P��W2�.����','wp-includes/wp-includes/sodium_compat/LICENSE',0,'�x�6F�\0f����','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('������浉���C��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/6���Kd���|D','�)7; @v�L��>�]M|�c����)d����k','',0,'?'),('�����5��E�r','wp-content/plugins/wp-cerber/assets/flags/nr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*s�|�Ǯr�St��[','�bp%�a���,%M���q�^��4���$}�J','',0,'?'),('��_w�ƌ����','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}◷>y�O�G�','10*�u���ۤ��y[\\,�/��7��6�\r','',0,'?'),('���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,'?'),('��A-��zN���','wp-content/themes/twentynineteen/inc/helper-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŀ<)�8�j���/SԜ','�ք��8�J��j��\n�� ��g�^\'�','',0,'?'),('�-|V���H�%��','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�㚮�4�~�l��v-','0�co 觥���.����_A�T�\0^����)','',0,'?'),('��Ǣ�Bմ(�\\�0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�l��_\r�u���','��פme�,��V����9�}���� y���v�','',0,'?'),('�(��u�L)����O','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��7<�yf�\nb:ʄ','&O3w��Q��d�x�������@\n���m�?�$','',0,'?'),('�0:���6QUGA��k','wp-includes/wp-includes/class-wp-term-query.php',0,'Y\"������4XYt[','Y\"������4XYt[','��m⟮/�a�Ͳ(yMG.��dЪZ+����','',0,'?'),('�6N]bN��R������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ �q�?s1����U','�REkks&]!i�_����\"���y~����Ka�','',0,'?'),('�;�%N!9�\nL&N���','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Ke�\"/�w�','KwĿ���\Z˅�+CH�J\n\'��x ���M','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('�B��F=��Ğ�zj,','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',0,'���w��%[U��3�','���w��%[U��3�','Et������z��fD:x?���o��c�ڋ 8P','',0,'?'),('�D=������S��C','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�N�p!ֽ��Dfw','wp-includes/wp-includes/images/smilies/icon_surprised.gif',0,'U��-��#+����0�?','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),('�X7� ���j��]k^`','wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',0,'QO1�/<�>%\"�X��','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',0,'?'),('�k����e<F��4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��\rӐn�� ����\Z','\roMQC�irtM�ҡ�����I����_','',0,'?'),('�u�\\����)��S�_','wp-content/plugins/redirection/actions/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�0����._M0��','��@:k�a�7h��Ќ��-�}��~6k�','',0,'?'),('�}el����{Hd8g�','wp-includes/wp-includes/js/dist/edit-post.js',0,'Ե3<�Y5Ω8�z��;','Ե3<�Y5Ω8�z��;','�I&A ��k9H��xjW�;��JL�fS]z','',0,'?'),('���D��=K�49���','wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�23j���1��(D��','��Ό�,a�u��@�s�Y%K���-o��n\r�','',0,'?'),('�������CMp<E��','wp-includes/class-wp-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�Q�\\�2%����','���`fO2��c���3/(�A̝T�tA�p','',0,'?'),('��M\\B�h����f[','wp-includes/wp-includes/general-template.php',0,'�lGfBp�X0=�aESy','�lGfBp�X0=�aESy','�qǼ<�x��Ӡ�A��X/rUCG�lW�\n*e','',0,'?'),('����쉹A�Ȝ�3\"g�','wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',0,'E ��-N�o����','E ��-N�o����','�L�I�Y�ow�)�4!:�;?��','',0,'?'),('��6K1���(��}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���G-w���=�','|6���.�W��NScˆ��#��ޱ\0�2','',0,'?'),('�ݧlp�S*LST$�8/','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���/k�$a��E9h�','8�E/ů�KK\rЛx���]2j�IԐu\r�kz','',0,'?'),('�ߐ��~��`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','�INo<�Rz�I����','�Op�2�j�|:,��a:�weҽ�H�S�/�.','',0,'?'),('���T`�p����<','wp-includes/wp-includes/load.php',0,'x8�7n�LH�g�gf�R','x8�7n�LH�g�gf�R','ŗْl5�������Xt�����C�\n�mA','',0,'?'),('�^Q6l��J!� �ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��oN�.��','>4��i3�|��v1�N��6�wD�)M��jr','',0,'?'),('��+�x�~� yi&\0Q','wp-content/themes/twentytwentyone/template-parts/header/site-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e@ڞF\n��1���','ǛO��g�\ZXPECn��o�`�����+�i','',0,'?'),('� ń1�r}mJGW�R��','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P�=�PҤ��� ','�-9��\0t��D\\6�9s]��\\e\0R�r���','',0,'?'),('�0�$�\'`�Õ�n�\\','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!<��Tp���+','�I�ʌ�?�(5�]]F�r�A�~�{t�J?��','',0,'?'),('��H�Mz�@�A��','wp-admin/css/press-this-rtl.css',0,'���/��� ����','���/��� ����','I�|���0���7a�n����e;�\\U����','',0,'?'),('��ɱ%��a{Z�j %�','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��\'+���������L','/%�k�\r<���&u�NKI�v���GrA��','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('���U�ϋ���S�88:O','wp-includes/wp-includes/js/jquery/jquery.color.min.js',0,'rq�*X�gq�O�(͈','rq�*X�gq�O�(͈','�x�2���<���k���Qݯ�����{��','',0,'?'),('��,���`�t��t�b7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MP�<^f�G�� C','V�$oBޞj��f0�֫�Qx�u�T�=a��`�K','',0,'?'),('��8K�� ?O]ʹY','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZlY^[F\r�2xʻ','�6=���S�q�-5 )��E�L}A�ViA]���','',0,'?'),('��苼����3���','wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[~ .z\n.a�Y^�h�w','�(��� �̰�bu���e�\nud���l�s&�','',0,'?'),('����p�l4[���e��','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(-\'���R���\"','�ݔ��7��\"^D�C���o>0ս�2]L�','',0,'?'),('�����Ѝ3�>#�.�','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',0,'?'),('��K|H�#�[��x��','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M0����*��','���-ZE�\n�*��6�]\\� ]m�{N��','',0,'?'),('�R��=��*�d��n�','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �V(#=���0�����?','�8�;�cb7�]���tt-p��#�Q(��C��','',0,'?'),('� e1�n2��c��Χ','wp-content/plugins/wp-cerber/assets/flags/uz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��S�UA��R-Ƌ','Ț���1}\n{%`Tbh����3�ٷ���.D�','',0,'?'),('���BoM<ؕ��','wp-content/plugins/redirection/models/log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x3c�=���','���!oR�ɛ6��A�:U�PM_MZ�=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','eƧ�A.�E�2��$','YPU���ѱ�O�*��N=|H�Tt���\\8`','',0,'?'),('��A����)D4�','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_7�;� ]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('�-^g��̺@\0/���','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V�=\\�bP','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�.ն���Zg{�=��','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�.� h`3XT\\W�ߴ','4�G˼���GO��w���m�qV�z8��밹','',0,'?'),('�H}�A�J�\nG�o)u','wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��᳀��2���rmV','���r���J]s6�8�2!��\ZpG����','',0,'?'),('�n:�zW_�B�S�R��','wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',0,'?'),('�s�=(���\ngfP�h��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϼ~c��祐i�','��L�3�gQ����������l\"�K�E�3_','',0,'?'),('�w ���+�j���','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�.=���g','q4^\"-�9����\nd1q����O,��','',0,'?'),('��7ڔ!�2�x%�XN�3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�_\r�w�{iv�','W�q��$�|��yn���a�$\06ܖ<(�Ƴ�}','',0,'?'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('��BV�\'/�l���Ov','wp-includes/wp-includes/js/jquery/ui/tooltip.js',0,'�&�<Q�1}�������','�&�<Q�1}�������','�M@�jM�m��\\����`T@�.���Rl.��','',0,'?'),('�����L?@��.~O�','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E~��2\'o �?�','� UWt��\"\Z��;��|w�^ r\"�:[_cA�}','',0,'?'),('��3�(�q7M�hv��','wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',0,'��pF��t1�+���','��pF��t1�+���','�;�}��\0[���\'\rq�����ĥd�;#�.','',0,'?'),('����T\n���e.(��','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\r��^��k���+)','�GY��<\Z�����\"B��v�Ԅ��2K9i��bQ','',0,'?'),('��ؘ�-�m4)}�� �','wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�F疋��nA�^','�KJE(iLõN��5���KTc�B0$]�-}�۹','',0,'?'),('����TM)��7�^\\9��','wp-includes/wp-includes/js/swfupload/handlers.js',0,'��*�#�0�-�Ճp�','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('����}c�>���[G�@�','wp-includes/wp-includes/rest-api/class-wp-rest-response.php',0,'�f�0����Sy?�','�f�0����Sy?�','�fG]< *�:m/K<-�C�~�5�%���Sw','',0,'?'),('��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',':[:������s�','�\"w��<c�\Z�\ZYe9!������icW5','',0,'?'),('��Z�p%\'n\Z��Wj��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ey���B�J','>?z�y��O�IncC!��Y�����;/:�<\nJ�','',0,'?'),('��}���PÛ�P\\�\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���B�9�$v\r ','�X�-��y���H��VKr�V��Y˴t���X��','',0,'?'),('��R�,�A���\Z�GJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=��B/˥oH:z','G�$�������q��ԑZ}\n�F�TB�刔','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('���Vc�%��Iv���','wp-includes/wp-includes/blocks/separator/block.json',0,'L��Tz�g�\'U�c','L��Tz�g�\'U�c','�����굗�Ij��2%]��\\&q��Jw\\�','',0,'?'),('���Ь�p�I��YR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����ħ7� �7V\Z','�p���#4�o�p�p8�^�۰�^�F�+�ף�)l','',0,'?'),('�0��kl)���','wp-includes/wp-includes/IXR/class-IXR-error.php',0,'g6\"���u\\\'3����b�','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',0,'?'),('�(Њ�QB&����Q?�','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�[sȥ��>JG�^�','��G5�K>�6��Fcf\n��&� �;�t��l','',0,'?'),('�/�Х� qm&VMc~�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',0,' ~��ZJ�yΧ�%���',' ~��ZJ�yΧ�%���','�hH��M����7�m��\'iB�@�>�','',0,'?'),('�D����]�|�$�','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',0,'?'),('�Ph�����rV�','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɲ����L�$�.\ZDΦ','�9Ps2�@N2��L��@F/�T��f��4�R','',0,'?'),('��`�!��ŏ��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,'?'),('�������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,'?'),('���э�%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','k_��7�:�YhXV�cp','R��8�v��ge/�j�7ك�R�%G��p�Y��','',0,'?'),('��2]&֔#���^F�q�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2� �/�E!�<s�','\\�=���5��3 �ώv��_%�2��A�?$','',0,'?'),('���S�K5�47��S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RV�0 ���*��','|�ߪYZa3=?\ZK�`��� ��+��-���','',0,'?'),('��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','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',0,'?'),('��ρX�n\r��?��','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('���VY�7�z��a]E\Z','wp-includes/wp-includes/ms-site.php',0,'�ظ;�#�t��r�/+0','�ظ;�#�t��r�/+0','J�c�CBE�䱢?$Gq�u,7��ޚ�A�','',0,'?'),('�])�� ���{�?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('�%~o�.A���0GU','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',0,'l,��r�%�^x�%','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('�-TUϑ�jk1hlDz�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۴iN��fF�=w�','A35(Lt/������v_��#UV猌����M','',0,'?'),('�0<Ps��מH��22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`TkL�','',0,'?'),('�3������9`w�q','wp-content/themes/twentynineteen/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2;9���K�K�\'��!','���5.\0��$�V�u�a��+EI�H�h{ �\'','',0,'?'),('�9(F�Rj2�n6]��','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;_Ǡ8Є��=�','\0ҧ]W��� �M�o�5m�d�p�Hb#�Wp�M\'','',0,'?'),('�?P���q��%�]2\"','wp-includes/wp-includes/ms-deprecated.php',0,'������K��Mý','������K��Mý','��{�\"�z�GW1ɓDĝ��U�͏�[���','',0,'?'),('�J���!2���\0����','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�q_=�s9�N�@ũ�','(�R�Q�c�4o{]�����R��RZW','',0,'?'),('�] ���n_�ˤ[l���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�y?>�F�\n~^�','Z��\n�\r�~YW�m���U����9Ft�Q��','',0,'?'),('�^�O�|\':QǙE���','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v,d��,��ȁ��','�-(wE��Cg�E��u���\"�u�7������','',0,'?'),('�g�\"�}_�7����J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞��/K�x����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('�v6Z�\'�O�IL\"ݕM�','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�(�� \r$','W��W�B�/hfq!�r|�{z`-+k�D�','',0,'?'),('�}�\Z��F?�Fs�v��#','wp-content/themes/twentynineteen/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','42�����r!�j����','�.\\��J�� ��TC~0���=�/�����','',0,'?'),('�,5X��{�e�','wp-content/plugins/wordfence/js/wfpopover.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�&m�A�hlMPZX','��_.V袏���X��4N�i_�k=��C3','',0,'?'),('��p��9�6è�R�','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��|M�S�p`gK~�','e�^��\'a;H�% V�<�e5iXT\n~T�','',0,'?'),('�����ƪq�悳��','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���s�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��lxy�\Z����\"��','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU.7����H>i��;�','��,��+x>��� V���7r�LKs&��G�','',0,'?'),('���~#Q�I���','wp-includes/wp-includes/js/thickbox/thickbox.js',0,'��|}�\Zc�%��9j��','��|}�\Zc�%��9j��','��b?/a#��h�l��������\rk���','',0,'?'),('���q�L��>��#Q�\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B���gY��','���:�IZ��C��Z��8�Ȱ�L��]�m�','',0,'?'),('��<l�a��,�bX,��','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('������4�K9?\'҆','wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�tŽ�Ћj��?�','�Gc3I��>έ��j�����_/*�D�','',0,'?'),('�Ș�SQH1�M�����','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��TQ�)r�J��^���','߁ۤ������a�?�g.E<�ҟ�\"N6��Ed','',0,'?'),('��\\��\0���Q�� �','wp-content/plugins/redirection/screenshot-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','薿�g�\r�Dmb~��','��V��O䚥ζnW�<��tSQ�1��D�5Ab�','',0,'?'),('��\\�}���e��mH\'�','wp-content/themes/twentynineteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q5צ�O/�J�N','\r}p\'qD%�<}��&��-#=s_Oa��6��{','',0,'?'),('�ٯ��e>��ƫI���','wp-includes/wp-includes/theme.php',0,'W]��(DR{��.','W]��(DR{��.','Xe[ �4\0����\",����d��ځ��#�','',0,'?'),('��p�^a��F齔���-','wp-includes/wp-includes/IXR/class-IXR-date.php',0,'I��VdB+A�J?��#','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('����K(����y�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',0,'��7֊i[L�9ƁH �','��7֊i[L�9ƁH �','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('���� �JX����','wp-includes/wp-includes/js/jquery/ui/effect-puff.js',0,'��CH��w�d���֞','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('�!pE������V�tde','wp-includes/wp-includes/Requests/Exception/HTTP/429.php',0,'S��%|F.àZd����','S��%|F.àZd����','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�+q^e����gu�F6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�G���!#h�9 ��&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J����p�°�5Q�','�]Ī����P�M@�Q\n�\\�t�A�w.D��g','',0,'?'),('�J�¦1�f�%��','wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',0,'�h�Co�;�,.!O^�>','�h�Co�;�,.!O^�>','Otu��%~�x�ʱ��o��ӗJ���4��%�','',0,'?'),('�Kj��h���','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�P���:��v���Qw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��b�엽+����','C��8߿����D��%��6.�E�.;�.� �ח','',0,'?'),('�\\����3\0h]??�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��&\'��\rv�z','��ɘ���@����l��+X����SZjǛa�','',0,'?'),('�`Sk��7Tt�v��X�','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}� ��Sӕvl�T@','���Ԉ������?1l�\Z� ���ug�\',��','',0,'?'),('�l��|��.2�z�<x','wp-content/plugins/wp-cerber/assets/flags/np.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǭ�|�]���#(','Շ�\n�D$ ����\n�VFv�ʸ��_�K~\\','',0,'?'),('�us�TB��B','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J%{O�Z\"/�o','^*�n^�\0m+��!Nk�Ɍ��/��ԯ^k','',0,'?'),('�|��MW���j(�','wp-content/themes/twentytwentyone/assets/js/polyfills.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���W�\\�.��A .','��b�D���Z� 6A��m�wl�r�E��0��','',0,'?'),('���ZL��O�l��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��F�h�z','oő\nw�n��pL�+;����~��t2�P*ƃ6�','',0,'?'),('���\"��M��y���','wp-includes/wp-includes/Requests/Exception/HTTP/408.php',0,'@>1d�IX�O��ȷv�','@>1d�IX�O��ȷv�','�q���*�lmKңk�\"�M�Q?�p���a�4','',0,'?'),('���\'�B���7S�','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�$a�[ZF)^\n��~','�uQ9ҫ{��7o}�����`�-nW�','',0,'?'),('��{� \n|p�٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���aER>60�.)H','�K-I���6A��,\\��nQ�P���&','',0,'?'),('�����)�(��<��','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����x�}\'��-��8','? ��s�s��(q���c!~a�ж�H�\\y','',0,'?'),('��a��\'@T瑓����','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!0ϝ$�\n-潮L��T','h�ŵδ䘼��n$����������q!I#�','',0,'?'),('����n�oG1��|*','wp-includes/wp-includes/class.wp-styles.php',0,'�U���vz��4�<q\Z�','�U���vz��4�<q\Z�','���/U��V�tD��b}��F�9S��z���','',0,'?'),('�낏\r?8[9�kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!7�r��ey�s�\Z','@�}�\n�y.\'w�,�5�e\"FE�Yb�v@�.','',0,'?'),('�o��Eѩ�$J�\n','wp-includes/wp-includes/Requests/IRI.php',0,'52]��{�}�� `X','52]��{�}�� `X','�I?~�4���]4�����K��F��\"v�I(','',0,'?'),('�\'T����́��Y�Ǚ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('�����)z]!?��a�','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>���u��e�w�J','Y�e���\"n+�#@���Ƽ�Z���g�VP��\'','',0,'?'),('�%|ݽ�>?v{j��','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�>ޤ��+~�tͫ��*','I|��^ψg�?nƏA�d�����]68R��','',0,'?'),('�F�%��C��0����,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�0�w��t�Nl嬣','܂s�H�<�&�`�vЖX+v^=0�O]�?!�`','',0,'?'),('�I\"�p��t�Q��[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�7w��R��«���','9���\0*Ǔ��]S���J_>+=J�-�AoC','',0,'?'),('�ZV�Z@�Z�9�d8','wp-content/plugins/wp-cerber/assets/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ƛ�;��^\'��pD?�','�i��`)��\'B�O�踴ǹ�Z{�B�$D�87\0','',0,'?'),('�c��wk�(���4�3�','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��3��|�ca��','b��F|{s4s��.& ;\r^�����f���','',0,'?'),('�e+uh��a���7','wp-includes/wp-includes/block-patterns.php',0,'��\'�@~w\0�5','��\'�@~w\0�5','1���lmb����E�W\0�34,F˯֠�Q','',0,'?'),('�gV���HIw��!���','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('�ojdy�f�_b&xN�K�','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#h�x��T�g�/x�','(� 7D�T��M^�����f\0��v�E','',0,'?'),('�|��O�<VX���@','wp-content/plugins/wp-cerber/assets/flags/af.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qW_\"�.�z�A�a','X�+��$@yU��g��!��NSζdP����','',0,'?'),('�};�1��j7�2��\r�','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#0QY�p˚�AO�e#','4d���SHޘ4��2p⦿ו�/�?� �G�1','',0,'?'),('�Qֿ6��yq�88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',0,'?'),('��+S�S�=o�)��I�','wp-content/plugins/wp-cerber/assets/magnific/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a3HWX\0\'A�l&�','DQ�Z7ӳ\r�[�G���#q�#W14��W��f','',0,'?'),('���y�B�diu�^�','wp-includes/wp-includes/sodium_compat/lib/constants.php',0,'����{�#��l�>m','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('���=�k�1m���','wp-content/themes/twentynineteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2٪V�+�T$�\0v�','��\rOK����RƩ�e�D��ړ8݃�j��0@','',0,'?'),('���ߤ�.�?�`gY��X','wp-content/themes/twentytwentyone/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�aM#ҁ�&k�$��u�','g��\r�]S�a���v�o&��7�!أ*��;{�1�','',0,'?'),('��j_�G�o�pza','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N� ���=���)+�t�','Z�^�BzeISb�pцϺ� �}��{~YB�v','',0,'?'),('����d�j8�\Z ��\"','wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css',0,'xs!�����U,U���','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),('��_7�8r�>�z�`','wp-includes/wp-includes/js/dist/primitives.js',0,'���-�v��t��(4V','���-�v��t��(4V','���a��_��Lx�c$��tU�v�����%��','',0,'?'),('���w��\'�6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xr�6�2�\'�]�e�l#','�~^Ɏf}n���Bh��i=F�\n� ��^�,','',0,'?'),('����N��9�{�;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',m;V*H��Tt���~X�','��a�ԋRY哝���a����<�n[G{=y3�? ','',0,'?'),('��.���I�\nfq�M9','wp-includes/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�i��L�V=X+� v0~','4��-<4�,\"V�ȱXʘî�hR� K�F�k�','',0,'?'),('�$��OA����sL\'','wp-includes/wp-includes/js/hoverintent-js.min.js',0,' p��.`�u76��?',' p��.`�u76��?','Y!�:\nA��ː ��ګ�Zg�,=�|����','',0,'?'),('�;`�$r���$���=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�G�I�t*����Np=','����*�/���Ⱦs��t�A����}.b\'\\','',0,'?'),('�E58��y���Ws�O��','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�?.O��4�o��V֡','��f��ɲ��AE�u�k���L�t+KZ �Ť�','',0,'?'),('�L����e5x?e=�&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�:�x��r�','�LK��3)�5����\0r�q]�l���>��1�','',0,'?'),('�QS�2�#��]�srt�','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��9-��K���9,�','�断8�Z��.8�g�Kl�2��&.M��O�','',0,'?'),('�V&�[��i�x����','wp-includes/wp-includes/class-wp-feed-cache-transient.php',0,'�x��?^>��O�','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('�f�nV<���2qð','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',0,'�=��p�5%�h$�*�','�=��p�5%�h$�*�','s�B`]��b��p�M���0�\\�s�w�D{����','',0,'?'),('�k����PP��1<�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ou�l��_�4@��','6b% �\"�ʴs�J�p3����8ӷ�SǙ:����','',0,'?'),('��HF)\\�,�b�','wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',0,'?'),('��~%B�\0�z���?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>�� \0Ϧ','',0,'?'),('���p��KS_e�eJq9','wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�Y�gs|��BMj','���������%*�kb$�ZR��f�i�`�','',0,'?'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('���T����Ç=w���','wp-admin/js/bookmarklet.js',0,'���5�j���ŕ��C','���5�j���ŕ��C','P��K&O���5�\'�RTˢ�\"L�r�<ϑ�6��','',0,'?'),('��S�CRC��l��','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��\Z�z� h��=�','��Q_n��97�L2��$��y:j�Sх����','',0,'?'),('���k��i��.���\\��','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('��©6��<��\09ZiR','wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rs�J��7O,��','O#W�V�}��+<������Ϭ>!�����','',0,'?'),('���@~}c���Q�\'��J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�9��;%��mM6Z','6�-�2�Xjݒ[�l��ÆL \'8FJ','',0,'?'),('���Y�a�@;��ioʻ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�W��:�.p�j[yyQ','v�6$�-���ȓ��k�Z��Op��]�\"�r5','',0,'?');
/*!40000 ALTER TABLE `cwp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfhits`
--
DROP TABLE IF EXISTS `cwp_wfhits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=6298 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_wfhits`
--
LOCK TABLES `cwp_wfhits` WRITE;
/*!40000 ALTER TABLE `cwp_wfhits` DISABLE KEYS */;
INSERT INTO `cwp_wfhits` VALUES (4631,0.000000,1628323935.139152,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4632,0.000000,1628324004.015494,'\0\0\0\0\0\0\0\0\0\0��#ގs',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4633,0.000000,1628324015.495012,'\0\0\0\0\0\0\0\0\0\0���A�l',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4634,0.000000,1628324111.595000,'\0\0\0\0\0\0\0\0\0\0��-�c',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4635,0.000000,1628324242.775358,'\0\0\0\0\0\0\0\0\0\0��ȵi�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4636,0.000000,1628324357.513981,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4637,0.000000,1628324437.924676,'\0\0\0\0\0\0\0\0\0\0��� �',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4638,0.000000,1628324519.714181,'\0\0\0\0\0\0\0\0\0\0���PK',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4639,0.000000,1628324642.200732,'\0\0\0\0\0\0\0\0\0\0��g*o;',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4640,0.000000,1628324699.793349,'\0\0\0\0\0\0\0\0\0\0���c[�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4641,0.000000,1628324766.713971,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4642,0.000000,1628324815.261488,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4643,0.000000,1628324896.497743,'\0\0\0\0\0\0\0\0\0\0����8P',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4644,0.000000,1628324896.496207,'\0\0\0\0\0\0\0\0\0\0���c[�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4645,0.000000,1628325153.291589,'\0\0\0\0\0\0\0\0\0\0��R@�x',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4646,0.000000,1628325188.726992,'\0\0\0\0\0\0\0\0\0\0��R�x�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4647,0.000000,1628325251.794586,'\0\0\0\0\0\0\0\0\0\0���襱',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4648,0.000000,1628325435.152925,'\0\0\0\0\0\0\0\0\0\0���ً',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4649,0.000000,1628325445.938127,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4650,0.000000,1628325517.940674,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4651,1628325519.312433,1628325519.228100,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4652,0.000000,1628325570.514118,'\0\0\0\0\0\0\0\0\0\0���?�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4653,0.000000,1628325630.121171,'\0\0\0\0\0\0\0\0\0\0���\'',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4654,0.000000,1628325682.786357,'\0\0\0\0\0\0\0\0\0\0���;\r\"',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4655,0.000000,1628325753.591541,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4656,0.000000,1628325764.177836,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4657,0.000000,1628325862.531941,'\0\0\0\0\0\0\0\0\0\0���\'',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4658,0.000000,1628325956.804727,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4659,1628325958.767275,1628325958.638600,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4660,0.000000,1628326026.172775,'\0\0\0\0\0\0\0\0\0\0�����z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4661,0.000000,1628326054.660348,'\0\0\0\0\0\0\0\0\0\0��r!Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4662,0.000000,1628326142.499052,'\0\0\0\0\0\0\0\0\0\0����A',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4663,0.000000,1628326203.302399,'\0\0\0\0\0\0\0\0\0\0���n�q',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4664,0.000000,1628326203.408985,'\0\0\0\0\0\0\0\0\0\0��3��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4665,0.000000,1628326392.768681,'\0\0\0\0\0\0\0\0\0\0��]�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4666,0.000000,1628326481.633545,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4667,0.000000,1628326520.994252,'\0\0\0\0\0\0\0\0\0\0��\"{�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4668,0.000000,1628326559.667440,'\0\0\0\0\0\0\0\0\0\0��N�R',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4669,0.000000,1628326634.051750,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4670,0.000000,1628326700.039007,'\0\0\0\0\0\0\0\0\0\0��U��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4671,0.000000,1628326800.291964,'\0\0\0\0\0\0\0\0\0\0��xY_�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4672,0.000000,1628326809.354406,'\0\0\0\0\0\0\0\0\0\0��R@�x',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4673,0.000000,1628332918.623870,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4674,0.000000,1628332919.739281,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4675,0.000000,1628332920.298830,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4676,0.000000,1628332920.780535,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4677,0.000000,1628332921.294660,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4678,0.000000,1628332921.790895,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4679,0.000000,1628332922.267412,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4680,0.000000,1628332922.881165,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4681,0.000000,1628332923.410217,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4682,0.000000,1628332923.976543,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4683,0.000000,1628332924.549324,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4684,0.000000,1628332925.242474,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4685,0.000000,1628332925.773537,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4686,0.000000,1628332926.276570,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4687,0.000000,1628332926.815484,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4688,0.000000,1628332927.435403,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4689,0.000000,1628332927.965046,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4690,0.000000,1628332928.534999,'\0\0\0\0\0\0\0\0\0\0���G�8',0,200,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4691,0.000000,1628332929.049601,'\0\0\0\0\0\0\0\0\0\0���G�8',0,503,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'theoldmillstudios\'',NULL),(4692,1628332929.629617,1628332929.532900,'\0\0\0\0\0\0\0\0\0\0���G�8',0,503,0,0,0,'https://ukdebtconsolidations.co.uk//wp-login.php','https://ukdebtconsolidations.co.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'theoldmillstudios\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(4693,0.000000,1628336382.952151,'\0\0\0\0\0\0\0\0\0\0��k�0�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4','loginFailInvalidUsername',NULL,NULL),(4694,0.000000,1628337563.102111,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4695,0.000000,1628346962.738527,'\0\0\0\0\0\0\0\0\0\0��E�b',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(4696,0.000000,1628347698.355477,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4697,1628347699.804654,1628347699.720400,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4698,0.000000,1628357657.288576,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4699,1628357659.781714,1628357659.697200,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4700,0.000000,1628368604.320048,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(4701,0.000000,1628369493.081737,'\0\0\0\0\0\0\0\0\0\0�����\\',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4702,0.000000,1628380084.577224,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4703,0.000000,1628380447.850561,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4704,1628380449.638125,1628380449.554900,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4705,0.000000,1628390452.209882,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4706,1628390453.587767,1628390453.500800,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4707,0.000000,1628391287.067778,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4708,1628391290.146545,1628391290.038100,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4709,0.000000,1628404827.362693,'\0\0\0\0\0\0\0\0\0\0���6�>',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(4710,0.000000,1628406066.645043,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4711,0.000000,1628419181.384364,'\0\0\0\0\0\0\0\0\0\0��E�c',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4712,1628419184.441525,1628419184.191000,'\0\0\0\0\0\0\0\0\0\0��E�c',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4713,0.000000,1628420782.937492,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(4714,0.000000,1628433355.007411,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4715,1628433356.354526,1628433356.270400,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4716,0.000000,1628433951.539115,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4717,1628433952.924757,1628433952.798700,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4718,0.000000,1628443913.840018,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4719,0.000000,1628444293.556887,'\0\0\0\0\0\0\0\0\0\0��^)�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4720,0.000000,1628444694.562622,'\0\0\0\0\0\0\0\0\0\0��Kw�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4721,0.000000,1628445083.379025,'\0\0\0\0\0\0\0\0\0\0���}z/',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4722,0.000000,1628445345.381719,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4723,1628445347.758440,1628445347.650800,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4724,0.000000,1628445433.599685,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4725,0.000000,1628445813.874173,'\0\0\0\0\0\0\0\0\0\0���(�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4726,0.000000,1628446200.893394,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4727,0.000000,1628446583.005744,'\0\0\0\0\0\0\0\0\0\0��_�7�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4728,0.000000,1628446969.832227,'\0\0\0\0\0\0\0\0\0\0���@v7',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4729,0.000000,1628447357.264129,'\0\0\0\0\0\0\0\0\0\0��]r��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4730,0.000000,1628448143.394198,'\0\0\0\0\0\0\0\0\0\0���_&�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4731,0.000000,1628448535.859056,'\0\0\0\0\0\0\0\0\0\0����,�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4732,0.000000,1628448930.657007,'\0\0\0\0\0\0\0\0\0\0��[',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4733,0.000000,1628449325.176749,'\0\0\0\0\0\0\0\0\0\0��3KZ\'',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4734,0.000000,1628449763.027812,'\0\0\0\0\0\0\0\0\0\0���q٤',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4735,0.000000,1628450114.175546,'\0\0\0\0\0\0\0\0\0\0��_��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4736,0.000000,1628450516.758814,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4737,0.000000,1628450904.069781,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4738,0.000000,1628451294.927255,'\0\0\0\0\0\0\0\0\0\0���h,q',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4739,0.000000,1628451689.063454,'\0\0\0\0\0\0\0\0\0\0��gI��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4740,0.000000,1628452486.615703,'\0\0\0\0\0\0\0\0\0\0���z2�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4741,0.000000,1628452914.729637,'\0\0\0\0\0\0\0\0\0\0��Kw�d',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4742,0.000000,1628453285.423331,'\0\0\0\0\0\0\0\0\0\0���p�\n',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4743,0.000000,1628453719.785888,'\0\0\0\0\0\0\0\0\0\0��3�e2',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4744,0.000000,1628454079.662903,'\0\0\0\0\0\0\0\0\0\0�����]',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4745,0.000000,1628454528.050227,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4746,0.000000,1628455302.303243,'\0\0\0\0\0\0\0\0\0\0��٠�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4747,0.000000,1628455707.459150,'\0\0\0\0\0\0\0\0\0\0��[��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4748,0.000000,1628456087.557813,'\0\0\0\0\0\0\0\0\0\0���[J�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4749,0.000000,1628456487.404150,'\0\0\0\0\0\0\0\0\0\0��C͘',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4750,0.000000,1628456886.847029,'\0\0\0\0\0\0\0\0\0\0�����o',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4751,0.000000,1628457081.328368,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','loginFailInvalidUsername',NULL,NULL),(4752,0.000000,1628457287.290313,'\0\0\0\0\0\0\0\0\0\0��hƬD',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4753,0.000000,1628457693.489561,'\0\0\0\0\0\0\0\0\0\0��ё>{',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4754,0.000000,1628458091.238929,'\0\0\0\0\0\0\0\0\0\0���@',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4755,0.000000,1628458497.430850,'\0\0\0\0\0\0\0\0\0\0��k��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4756,0.000000,1628458893.412500,'\0\0\0\0\0\0\0\0\0\0����I',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4757,0.000000,1628459306.946911,'\0\0\0\0\0\0\0\0\0\0��3D�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4758,0.000000,1628459701.675317,'\0\0\0\0\0\0\0\0\0\0��g1?',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4759,0.000000,1628460391.838100,'\0\0\0\0\0\0\0\0\0\0��n��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4760,0.000000,1628460790.214925,'\0\0\0\0\0\0\0\0\0\0����!',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4761,0.000000,1628461189.100141,'\0\0\0\0\0\0\0\0\0\0��h�\0',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4762,0.000000,1628461584.985952,'\0\0\0\0\0\0\0\0\0\0��@�\0�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4763,0.000000,1628461984.654169,'\0\0\0\0\0\0\0\0\0\0���@u_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4764,0.000000,1628462375.692867,'\0\0\0\0\0\0\0\0\0\0���;,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4765,0.000000,1628462776.380109,'\0\0\0\0\0\0\0\0\0\0��νr�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4766,0.000000,1628463203.036750,'\0\0\0\0\0\0\0\0\0\0��E��o',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4767,0.000000,1628463568.126543,'\0\0\0\0\0\0\0\0\0\0��g��E',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4768,0.000000,1628463964.640916,'\0\0\0\0\0\0\0\0\0\0���R-',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4769,0.000000,1628464363.323633,'\0\0\0\0\0\0\0\0\0\0��|�f',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4770,0.000000,1628464761.824415,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4771,0.000000,1628465196.819776,'\0\0\0\0\0\0\0\0\0\0���\rKz',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4772,0.000000,1628465561.686750,'\0\0\0\0\0\0\0\0\0\0���[h�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4773,0.000000,1628465966.509955,'\0\0\0\0\0\0\0\0\0\0��ν�(',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4774,0.000000,1628466373.991139,'\0\0\0\0\0\0\0\0\0\0��h�x',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4775,0.000000,1628466815.251051,'\0\0\0\0\0\0\0\0\0\0��^�x',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4776,0.000000,1628466820.265542,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(4777,0.000000,1628467215.080470,'\0\0\0\0\0\0\0\0\0\0��ٶ��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4778,0.000000,1628467596.530632,'\0\0\0\0\0\0\0\0\0\0����zB',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4779,0.000000,1628467817.527244,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4780,1628467819.033814,1628467818.948200,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4781,0.000000,1628468013.853698,'\0\0\0\0\0\0\0\0\0\0����J',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4782,0.000000,1628468414.196277,'\0\0\0\0\0\0\0\0\0\0����zR',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4783,0.000000,1628468826.521924,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4784,0.000000,1628469239.467497,'\0\0\0\0\0\0\0\0\0\0��/k!\Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4785,0.000000,1628469651.421346,'\0\0\0\0\0\0\0\0\0\0��@�\0�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4786,0.000000,1628470476.844845,'\0\0\0\0\0\0\0\0\0\0��l�,r',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4787,0.000000,1628470896.871125,'\0\0\0\0\0\0\0\0\0\0���7�7',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4788,0.000000,1628471312.770051,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4789,0.000000,1628472196.717960,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4790,0.000000,1628472561.019494,'\0\0\0\0\0\0\0\0\0\0��-8�\n',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4791,0.000000,1628473382.063545,'\0\0\0\0\0\0\0\0\0\0���|�9',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4792,0.000000,1628473796.718311,'\0\0\0\0\0\0\0\0\0\0��g�p',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4793,0.000000,1628474248.723850,'\0\0\0\0\0\0\0\0\0\0����q',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4794,0.000000,1628475035.400314,'\0\0\0\0\0\0\0\0\0\0��-!{�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4795,0.000000,1628475446.957834,'\0\0\0\0\0\0\0\0\0\0���5��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4796,0.000000,1628475894.577164,'\0\0\0\0\0\0\0\0\0\0��3Dp^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4797,0.000000,1628476273.204375,'\0\0\0\0\0\0\0\0\0\0��g�\n�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4798,0.000000,1628476687.658192,'\0\0\0\0\0\0\0\0\0\0��4���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4799,0.000000,1628476738.823782,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4800,1628476740.416483,1628476740.135500,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4801,0.000000,1628477096.402460,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4802,0.000000,1628477254.120550,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4803,1628477255.998744,1628477255.763700,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4804,0.000000,1628477509.813395,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4805,0.000000,1628477925.340511,'\0\0\0\0\0\0\0\0\0\0��k�X)',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4806,0.000000,1628478764.074198,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4807,0.000000,1628479144.140929,'\0\0\0\0\0\0\0\0\0\0���Y�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4808,0.000000,1628479547.842179,'\0\0\0\0\0\0\0\0\0\0����&*',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4809,0.000000,1628479941.638227,'\0\0\0\0\0\0\0\0\0\0��\"}6�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4810,0.000000,1628480331.129754,'\0\0\0\0\0\0\0\0\0\0����#X',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4811,0.000000,1628480735.339266,'\0\0\0\0\0\0\0\0\0\0���cN�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4812,0.000000,1628481126.188894,'\0\0\0\0\0\0\0\0\0\0��3[\\',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4813,0.000000,1628481893.038392,'\0\0\0\0\0\0\0\0\0\0���(�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4814,0.000000,1628482274.021612,'\0\0\0\0\0\0\0\0\0\0���D�$',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4815,0.000000,1628482690.086979,'\0\0\0\0\0\0\0\0\0\0��3�.3',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4816,0.000000,1628483040.607223,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4817,0.000000,1628483428.482666,'\0\0\0\0\0\0\0\0\0\0��%���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4818,0.000000,1628483818.041324,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4819,0.000000,1628484208.635152,'\0\0\0\0\0\0\0\0\0\0��\'f!�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4820,0.000000,1628484973.882457,'\0\0\0\0\0\0\0\0\0\0���>M�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4821,0.000000,1628485364.479670,'\0\0\0\0\0\0\0\0\0\0���:\"',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4822,0.000000,1628485747.940817,'\0\0\0\0\0\0\0\0\0\0���R',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4823,0.000000,1628486134.526556,'\0\0\0\0\0\0\0\0\0\0��|��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4824,0.000000,1628486537.405034,'\0\0\0\0\0\0\0\0\0\0��^)�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4825,0.000000,1628487321.246799,'\0\0\0\0\0\0\0\0\0\0��%a��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4826,0.000000,1628487711.183233,'\0\0\0\0\0\0\0\0\0\0��U��*',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4827,0.000000,1628488099.547829,'\0\0\0\0\0\0\0\0\0\0��B��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4828,0.000000,1628488492.679499,'\0\0\0\0\0\0\0\0\0\0���G?/',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4829,0.000000,1628488877.405300,'\0\0\0\0\0\0\0\0\0\0�����Q',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4830,0.000000,1628489268.400854,'\0\0\0\0\0\0\0\0\0\0����!',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4831,0.000000,1628489282.277240,'\0\0\0\0\0\0\0\0\0\0�����\\',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4','loginFailInvalidUsername',NULL,NULL),(4832,0.000000,1628489665.353513,'\0\0\0\0\0\0\0\0\0\0�����N',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4833,0.000000,1628490053.829389,'\0\0\0\0\0\0\0\0\0\0���\0g3',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4834,0.000000,1628490364.600395,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4835,1628490367.326332,1628490367.240900,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4836,0.000000,1628490452.605856,'\0\0\0\0\0\0\0\0\0\0���.x�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4837,0.000000,1628490838.841269,'\0\0\0\0\0\0\0\0\0\0���5��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4838,0.000000,1628491267.912948,'\0\0\0\0\0\0\0\0\0\0��E��x',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4839,0.000000,1628491618.754542,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4840,0.000000,1628492003.993693,'\0\0\0\0\0\0\0\0\0\0��H\"\"�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4841,0.000000,1628492400.590300,'\0\0\0\0\0\0\0\0\0\0���.x�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4842,0.000000,1628492809.235086,'\0\0\0\0\0\0\0\0\0\0���}z/',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4843,0.000000,1628493166.173889,'\0\0\0\0\0\0\0\0\0\0��h�-!',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4844,0.000000,1628493556.693752,'\0\0\0\0\0\0\0\0\0\0��t2~',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4845,0.000000,1628493942.862102,'\0\0\0\0\0\0\0\0\0\0����uR',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4846,0.000000,1628494332.633178,'\0\0\0\0\0\0\0\0\0\0����6p',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4847,0.000000,1628494718.635579,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4848,0.000000,1628496126.344088,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4849,0.000000,1628496557.670793,'\0\0\0\0\0\0\0\0\0\0��E��o',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4850,0.000000,1628496901.900231,'\0\0\0\0\0\0\0\0\0\0��e >�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4851,0.000000,1628497304.577690,'\0\0\0\0\0\0\0\0\0\0��\\��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4852,0.000000,1628497682.452673,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4853,0.000000,1628498073.217679,'\0\0\0\0\0\0\0\0\0\0��3� ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4854,0.000000,1628498461.016502,'\0\0\0\0\0\0\0\0\0\0���:\"',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4855,0.000000,1628498850.699815,'\0\0\0\0\0\0\0\0\0\0���ּ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4856,0.000000,1628499241.640173,'\0\0\0\0\0\0\0\0\0\0���)�r',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4857,0.000000,1628499627.852889,'\0\0\0\0\0\0\0\0\0\0��k���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4858,0.000000,1628500026.341583,'\0\0\0\0\0\0\0\0\0\0��%�\r�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4859,0.000000,1628500122.814077,'\0\0\0\0\0\0\0\0\0\0���6�>',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4860,0.000000,1628500411.022001,'\0\0\0\0\0\0\0\0\0\0���Eu�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4861,0.000000,1628500809.445562,'\0\0\0\0\0\0\0\0\0\0��-72c',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4862,0.000000,1628501201.485815,'\0\0\0\0\0\0\0\0\0\0����]�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4863,0.000000,1628501425.239535,'\0\0\0\0\0\0\0\0\0\0���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Tablet PC 2.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729)','loginFailValidUsername',NULL,NULL),(4864,0.000000,1628501595.804512,'\0\0\0\0\0\0\0\0\0\0���l��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4865,0.000000,1628501988.392005,'\0\0\0\0\0\0\0\0\0\0��C�= ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4866,0.000000,1628502383.191173,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4867,0.000000,1628502779.550071,'\0\0\0\0\0\0\0\0\0\0��=C�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4868,0.000000,1628503200.785692,'\0\0\0\0\0\0\0\0\0\0��m{G�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4869,0.000000,1628503572.104226,'\0\0\0\0\0\0\0\0\0\0��˫�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4870,0.000000,1628503965.584121,'\0\0\0\0\0\0\0\0\0\0���l��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4871,0.000000,1628504403.609096,'\0\0\0\0\0\0\0\0\0\0���q٤',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4872,0.000000,1628504763.445482,'\0\0\0\0\0\0\0\0\0\0����jQ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4873,0.000000,1628505165.062416,'\0\0\0\0\0\0\0\0\0\0���c{)',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4874,0.000000,1628505591.051284,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4875,0.000000,1628505968.409195,'\0\0\0\0\0\0\0\0\0\0��k�g�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4876,0.000000,1628506415.673037,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4877,0.000000,1628506771.279323,'\0\0\0\0\0\0\0\0\0\0��ge��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4878,0.000000,1628507181.870161,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4879,0.000000,1628507575.035844,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4880,0.000000,1628507978.053771,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4881,0.000000,1628508388.032305,'\0\0\0\0\0\0\0\0\0\0���Y��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4882,0.000000,1628508785.740589,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4883,0.000000,1628508794.266951,'\0\0\0\0\0\0\0\0\0\0��E�c',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4884,0.000000,1628509186.226101,'\0\0\0\0\0\0\0\0\0\0��3��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4885,0.000000,1628509398.080992,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4886,1628509401.450117,1628509401.352000,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4887,0.000000,1628509586.742500,'\0\0\0\0\0\0\0\0\0\0��@��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4888,0.000000,1628509987.579737,'\0\0\0\0\0\0\0\0\0\0���5#',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4889,0.000000,1628510386.475072,'\0\0\0\0\0\0\0\0\0\0��27',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4890,0.000000,1628510787.394798,'\0\0\0\0\0\0\0\0\0\0���_&�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4891,0.000000,1628511189.251344,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4892,0.000000,1628511593.274867,'\0\0\0\0\0\0\0\0\0\0��=C�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4893,0.000000,1628511999.521126,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4894,0.000000,1628512404.121340,'\0\0\0\0\0\0\0\0\0\0����v�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4895,0.000000,1628512433.593312,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(4896,0.000000,1628512811.171195,'\0\0\0\0\0\0\0\0\0\0�����w',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4897,0.000000,1628513081.235714,'\0\0\0\0\0\0\0\0\0\0���A�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4898,0.000000,1628513262.897362,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4899,0.000000,1628513624.055270,'\0\0\0\0\0\0\0\0\0\0���m~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4900,0.000000,1628513732.760496,'\0\0\0\0\0\0\0\0\0\0��h��:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4901,0.000000,1628514038.051535,'\0\0\0\0\0\0\0\0\0\0����A',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4902,0.000000,1628514390.035373,'\0\0\0\0\0\0\0\0\0\0���GY\\',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(4903,0.000000,1628514435.082868,'\0\0\0\0\0\0\0\0\0\0��R��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4904,0.000000,1628514880.316424,'\0\0\0\0\0\0\0\0\0\0��Wb��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4905,0.000000,1628515293.871926,'\0\0\0\0\0\0\0\0\0\0��%��r',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4906,0.000000,1628515655.186131,'\0\0\0\0\0\0\0\0\0\0��N�$b',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4907,0.000000,1628515807.117960,'\0\0\0\0\0\0\0\0\0\0���#t;',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(4908,0.000000,1628516064.178883,'\0\0\0\0\0\0\0\0\0\0����q~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4909,0.000000,1628516472.567345,'\0\0\0\0\0\0\0\0\0\0���1�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4910,0.000000,1628516577.491476,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(4911,0.000000,1628516882.124238,'\0\0\0\0\0\0\0\0\0\0����uR',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4912,0.000000,1628517177.599270,'\0\0\0\0\0\0\0\0\0\0�����\\',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4913,0.000000,1628517293.908208,'\0\0\0\0\0\0\0\0\0\0�����F',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4914,0.000000,1628517328.384883,'\0\0\0\0\0\0\0\0\0\0��ƚ�C',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4915,0.000000,1628517705.740804,'\0\0\0\0\0\0\0\0\0\0����!',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4916,0.000000,1628518308.183043,'\0\0\0\0\0\0\0\0\0\0�����;',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4917,0.000000,1628518539.223600,'\0\0\0\0\0\0\0\0\0\0��-OuI',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4918,0.000000,1628518803.083708,'\0\0\0\0\0\0\0\0\0\0��j4��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(4919,0.000000,1628518947.657502,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4920,0.000000,1628519408.593338,'\0\0\0\0\0\0\0\0\0\0���q٤',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(4921,0.000000,1628519535.109473,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(4922,0.000000,1628520251.902046,'\0\0\0\0\0\0\0\0\0\0�����M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4923,0.000000,1628520964.372826,'\0\0\0\0\0\0\0\0\0\0��:��^',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4924,0.000000,1628521704.033740,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(4925,0.000000,1628522470.927809,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4926,0.000000,1628523240.931200,'\0\0\0\0\0\0\0\0\0\0��Y��9',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4927,0.000000,1628524697.557126,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4928,0.000000,1628525416.111373,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(4929,0.000000,1628526781.856015,'\0\0\0\0\0\0\0\0\0\0��իо',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4930,0.000000,1628526867.560245,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(4931,0.000000,1628527452.914304,'\0\0\0\0\0\0\0\0\0\0��\"P�R',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4932,0.000000,1628528130.685587,'\0\0\0\0\0\0\0\0\0\0��\rK�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4933,0.000000,1628528840.628395,'\0\0\0\0\0\0\0\0\0\0���AL&',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4934,0.000000,1628529508.557621,'\0\0\0\0\0\0\0\0\0\0��Y��9',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(4935,0.000000,1628530175.339539,'\0\0\0\0\0\0\0\0\0\0��#�,&',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4936,0.000000,1628530843.076739,'\0\0\0\0\0\0\0\0\0\0��ٮ�i',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4937,0.000000,1628532242.803199,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4938,0.000000,1628532261.848937,'\0\0\0\0\0\0\0\0\0\0��gk�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4939,0.000000,1628532262.021670,'\0\0\0\0\0\0\0\0\0\0��gk�',0,200,0,1,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4940,0.000000,1628532377.677552,'\0\0\0\0\0\0\0\0\0\0���,��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4941,0.000000,1628532377.656133,'\0\0\0\0\0\0\0\0\0\0���,��',0,200,0,0,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4942,0.000000,1628532443.926456,'\0\0\0\0\0\0\0\0\0\0��2>��',0,200,0,1,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4943,0.000000,1628532443.840804,'\0\0\0\0\0\0\0\0\0\0��2>��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4944,0.000000,1628532559.549958,'\0\0\0\0\0\0\0\0\0\0��2>��',0,200,0,1,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4945,0.000000,1628532559.566451,'\0\0\0\0\0\0\0\0\0\0��2>��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4946,0.000000,1628532591.029814,'\0\0\0\0\0\0\0\0\0\0��H��Y',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4947,0.000000,1628532591.114554,'\0\0\0\0\0\0\0\0\0\0��H��Y',0,200,0,0,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4948,0.000000,1628532693.742717,'\0\0\0\0\0\0\0\0\0\0��2?Ū',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4949,0.000000,1628532693.742716,'\0\0\0\0\0\0\0\0\0\0��2?Ū',0,200,0,0,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4950,0.000000,1628532744.463145,'\0\0\0\0\0\0\0\0\0\0��2>��',0,200,0,1,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4951,0.000000,1628532744.514174,'\0\0\0\0\0\0\0\0\0\0��2>��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4952,0.000000,1628532815.605555,'\0\0\0\0\0\0\0\0\0\0��-(�',0,200,0,1,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4953,0.000000,1628532815.500860,'\0\0\0\0\0\0\0\0\0\0��-(�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4954,0.000000,1628532930.879116,'\0\0\0\0\0\0\0\0\0\0���3�Q',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4955,0.000000,1628532988.257412,'\0\0\0\0\0\0\0\0\0\0��h�\Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(4956,0.000000,1628533041.460846,'\0\0\0\0\0\0\0\0\0\0���G�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4957,0.000000,1628533206.856634,'\0\0\0\0\0\0\0\0\0\0�����?',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(4958,0.000000,1628533206.856649,'\0\0\0\0\0\0\0\0\0\0�����?',0,200,0,0,0,'https://UKDEBTCONSOLIDATIONS.CO.UK/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4959,0.000000,1628534456.124085,'\0\0\0\0\0\0\0\0\0\0��g1?',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(4960,0.000000,1628535201.164709,'\0\0\0\0\0\0\0\0\0\0��ν�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4961,0.000000,1628535839.992772,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4962,0.000000,1628535939.094497,'\0\0\0\0\0\0\0\0\0\0���]�S',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(4963,0.000000,1628536673.712143,'\0\0\0\0\0\0\0\0\0\0��]sO',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(4964,0.000000,1628536810.317878,'\0\0\0\0\0\0\0\0\0\0��E�c',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(4965,0.000000,1628537395.764256,'\0\0\0\0\0\0\0\0\0\0��tK�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(4966,0.000000,1628539585.809610,'\0\0\0\0\0\0\0\0\0\0��E��x',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(4967,0.000000,1628540287.326716,'\0\0\0\0\0\0\0\0\0\0��Y/:',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(4968,0.000000,1628540985.854811,'\0\0\0\0\0\0\0\0\0\0���75�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4969,0.000000,1628542374.395175,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4970,0.000000,1628543066.347581,'\0\0\0\0\0\0\0\0\0\0����}',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4971,0.000000,1628545716.825974,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4972,1628545718.433394,1628545718.304100,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4973,0.000000,1628546604.261920,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4974,1628546607.798047,1628546607.713900,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4975,0.000000,1628555485.786016,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4976,0.000000,1628556272.947375,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4977,0.000000,1628556644.627400,'\0\0\0\0\0\0\0\0\0\0���Ļ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(4978,0.000000,1628556966.518261,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4979,0.000000,1628557628.275922,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4980,0.000000,1628558938.242051,'\0\0\0\0\0\0\0\0\0\0���>�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4981,0.000000,1628558942.457809,'\0\0\0\0\0\0\0\0\0\0���>�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4982,0.000000,1628564075.136850,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4983,0.000000,1628564931.871447,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4984,1628564979.526427,1628564978.484400,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4985,0.000000,1628572752.547452,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4986,0.000000,1628573555.890942,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4987,0.000000,1628574603.692464,'\0\0\0\0\0\0\0\0\0\0��H��s',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(4988,0.000000,1628581524.456830,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4989,1628581526.103751,1628581526.024200,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4990,0.000000,1628582602.805241,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4991,0.000000,1628591894.112428,'\0\0\0\0\0\0\0\0\0\0���^�M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4992,0.000000,1628594512.272086,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4993,1628594515.901301,1628594515.808100,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4994,0.000000,1628595535.043975,'\0\0\0\0\0\0\0\0\0\0��E�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(4995,0.000000,1628607162.135934,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4996,1628607166.208689,1628607166.128400,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4997,0.000000,1628608123.749169,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(4998,1628608127.458883,1628608127.376100,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(4999,0.000000,1628621613.722773,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5000,1628621617.071185,1628621616.986700,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5001,0.000000,1628623496.418038,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5002,1628623497.744240,1628623497.663000,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5003,1628628885.030658,1628628884.911800,'\0\0\0\0\0\0\0\0\0\0��Å(.',0,403,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(5004,1628628873.683333,1628628873.595400,'\0\0\0\0\0\0\0\0\0\0��Å(.',0,403,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2luY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(5005,1628628865.122629,1628628865.032500,'\0\0\0\0\0\0\0\0\0\0��Å(.',0,403,0,0,0,'https://ukdebtconsolidations.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}'),(5006,0.000000,1628634001.662261,'\0\0\0\0\0\0\0\0\0\0��k�0�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(5007,0.000000,1628635061.552420,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5008,0.000000,1628644997.543885,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5009,1628644999.147419,1628644999.062000,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5010,0.000000,1628645632.264864,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','loginFailInvalidUsername',NULL,NULL),(5011,0.000000,1628655144.403592,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5012,0.000000,1628660122.534917,'\0\0\0\0\0\0\0\0\0\0����~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5013,0.000000,1628660912.922751,'\0\0\0\0\0\0\0\0\0\0��� �&',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5014,0.000000,1628661709.491822,'\0\0\0\0\0\0\0\0\0\0���h,I',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5015,0.000000,1628662520.614082,'\0\0\0\0\0\0\0\0\0\0��e%�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5016,0.000000,1628663334.890035,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5017,0.000000,1628664106.557141,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5018,0.000000,1628664794.924263,'\0\0\0\0\0\0\0\0\0\0��g��R',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5019,0.000000,1628665482.571253,'\0\0\0\0\0\0\0\0\0\0���@t�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5020,0.000000,1628665898.145349,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5021,1628665899.596676,1628665899.472000,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5022,0.000000,1628666173.026227,'\0\0\0\0\0\0\0\0\0\0��n-�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5023,0.000000,1628666863.349538,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5024,0.000000,1628666996.613150,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(5025,0.000000,1628667586.157273,'\0\0\0\0\0\0\0\0\0\0��@Z0h',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5026,0.000000,1628667786.596654,'\0\0\0\0\0\0\0\0\0\0��mFd',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; yie8)','loginFailValidUsername',NULL,NULL),(5027,0.000000,1628668286.716330,'\0\0\0\0\0\0\0\0\0\0��>�F�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5028,0.000000,1628668950.443183,'\0\0\0\0\0\0\0\0\0\0��D���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5029,0.000000,1628669676.927184,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5030,0.000000,1628670349.853609,'\0\0\0\0\0\0\0\0\0\0��k��\n',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5031,0.000000,1628671058.393074,'\0\0\0\0\0\0\0\0\0\0��@��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5032,0.000000,1628671756.996038,'\0\0\0\0\0\0\0\0\0\0���˰R',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5033,0.000000,1628672501.694750,'\0\0\0\0\0\0\0\0\0\0���[L=',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5034,0.000000,1628673175.351406,'\0\0\0\0\0\0\0\0\0\0����!',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5035,0.000000,1628673887.299301,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5036,0.000000,1628674586.606459,'\0\0\0\0\0\0\0\0\0\0���c�9',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5037,0.000000,1628675342.832027,'\0\0\0\0\0\0\0\0\0\0��Kw�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5038,0.000000,1628675657.387914,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5039,0.000000,1628676046.729770,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5040,0.000000,1628676746.828564,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5041,0.000000,1628676755.576062,'\0\0\0\0\0\0\0\0\0\0����~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5042,1628676795.995092,1628676795.872400,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5043,0.000000,1628677479.667958,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5044,0.000000,1628678172.147701,'\0\0\0\0\0\0\0\0\0\0��?�)',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5045,0.000000,1628678929.296749,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5046,0.000000,1628679648.749546,'\0\0\0\0\0\0\0\0\0\0��A',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5047,0.000000,1628680340.847488,'\0\0\0\0\0\0\0\0\0\0���x',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5048,0.000000,1628681095.373015,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5049,0.000000,1628681787.709803,'\0\0\0\0\0\0\0\0\0\0��g\0B',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5050,0.000000,1628682526.299502,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5051,0.000000,1628683487.050172,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(5052,0.000000,1628684014.537807,'\0\0\0\0\0\0\0\0\0\0��^)�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5053,0.000000,1628684326.480687,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5054,0.000000,1628684717.484594,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5055,0.000000,1628685431.456666,'\0\0\0\0\0\0\0\0\0\0��hƬD',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5056,0.000000,1628686155.369782,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5057,0.000000,1628686875.817517,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5058,0.000000,1628687644.488287,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5059,0.000000,1628688356.506662,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5060,0.000000,1628689100.643667,'\0\0\0\0\0\0\0\0\0\0��3�\"o',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5061,0.000000,1628689597.494910,'\0\0\0\0\0\0\0\0\0\0���Ļ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(5062,0.000000,1628689811.130532,'\0\0\0\0\0\0\0\0\0\0����I',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5063,0.000000,1628691222.755732,'\0\0\0\0\0\0\0\0\0\0����^�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5064,0.000000,1628692295.497479,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5065,1628692296.903448,1628692296.823800,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5066,0.000000,1628693014.696905,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5067,1628693016.358065,1628693016.268600,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5068,0.000000,1628694503.623620,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5069,0.000000,1628696146.257822,'\0\0\0\0\0\0\0\0\0\0��Xc��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5070,0.000000,1628697788.633786,'\0\0\0\0\0\0\0\0\0\0���AL&',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(5071,1628697981.336320,1628697981.243700,'\0\0\0\0\0\0\0\0\0\0��%\0',0,403,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(5072,1628697972.613535,1628697972.493600,'\0\0\0\0\0\0\0\0\0\0��%\0',0,403,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2luY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(5073,1628697963.280350,1628697963.187000,'\0\0\0\0\0\0\0\0\0\0��%\0',0,403,0,0,0,'https://ukdebtconsolidations.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}'),(5074,0.000000,1628700936.788361,'\0\0\0\0\0\0\0\0\0\0��\'l\0�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5075,0.000000,1628701511.636705,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5076,0.000000,1628701786.577038,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5077,1628701788.083116,1628701787.963800,'\0\0\0\0\0\0\0\0\0\0��k�.3',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5078,0.000000,1628702511.481014,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5079,0.000000,1628704070.951549,'\0\0\0\0\0\0\0\0\0\0��-�A*',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5080,0.000000,1628705640.151728,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5081,0.000000,1628707193.492439,'\0\0\0\0\0\0\0\0\0\0��t��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5082,0.000000,1628708762.824344,'\0\0\0\0\0\0\0\0\0\0��tK�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(5083,0.000000,1628710333.852552,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5084,0.000000,1628710667.344783,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5085,1628710718.444321,1628710718.349900,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5086,0.000000,1628711158.096017,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(5087,0.000000,1628711899.853892,'\0\0\0\0\0\0\0\0\0\0��6&I�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(5088,0.000000,1628713471.451433,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(5089,0.000000,1628715041.217622,'\0\0\0\0\0\0\0\0\0\0���2��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5090,0.000000,1628716621.723769,'\0\0\0\0\0\0\0\0\0\0��ν2�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(5091,0.000000,1628719612.191918,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5092,0.000000,1628719816.832861,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5093,0.000000,1628720268.704220,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5094,1628720270.602519,1628720270.521100,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5095,0.000000,1628721418.188148,'\0\0\0\0\0\0\0\0\0\0����~h',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5096,0.000000,1628723027.384933,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5097,0.000000,1628724640.018969,'\0\0\0\0\0\0\0\0\0\0��r!Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(5098,0.000000,1628726270.237015,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5099,0.000000,1628727916.191978,'\0\0\0\0\0\0\0\0\0\0����y',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5100,0.000000,1628728377.852462,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5101,1628728380.382595,1628728380.296500,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5102,0.000000,1628729022.491224,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(5103,0.000000,1628729562.842567,'\0\0\0\0\0\0\0\0\0\0����y',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(5104,0.000000,1628731217.322179,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5105,0.000000,1628732862.618331,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(5106,0.000000,1628734522.537375,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5107,0.000000,1628736182.345136,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5108,0.000000,1628736769.095095,'\0\0\0\0\0\0\0\0\0\0�����\\',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5109,1628736773.140640,1628736773.057400,'\0\0\0\0\0\0\0\0\0\0�����\\',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5110,0.000000,1628737832.212461,'\0\0\0\0\0\0\0\0\0\0��H��s',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5111,0.000000,1628737857.104541,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5112,0.000000,1628739449.132686,'\0\0\0\0\0\0\0\0\0\0��B!�i',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5113,0.000000,1628741035.670862,'\0\0\0\0\0\0\0\0\0\0��E��x',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(5114,0.000000,1628742696.570635,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5115,0.000000,1628745886.590263,'\0\0\0\0\0\0\0\0\0\0����gI',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5116,0.000000,1628746609.419739,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5117,1628746610.801574,1628746610.714900,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5118,0.000000,1628747409.960626,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5119,1628747413.614061,1628747413.528300,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5120,0.000000,1628747483.507636,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5121,0.000000,1628749107.852464,'\0\0\0\0\0\0\0\0\0\0��Xc��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(5122,0.000000,1628750755.721893,'\0\0\0\0\0\0\0\0\0\0���,X#',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5123,0.000000,1628752413.607345,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5124,0.000000,1628753309.411503,'\0\0\0\0\0\0\0\0\0\0��]�{�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5125,0.000000,1628753722.077131,'\0\0\0\0\0\0\0\0\0\0��%��r',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5126,0.000000,1628754074.091286,'\0\0\0\0\0\0\0\0\0\0��MD~�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5127,0.000000,1628754459.160780,'\0\0\0\0\0\0\0\0\0\0��gPR!',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5128,0.000000,1628754837.810485,'\0\0\0\0\0\0\0\0\0\0��N�(�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5129,0.000000,1628755215.540197,'\0\0\0\0\0\0\0\0\0\0���;!�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5130,0.000000,1628755588.777159,'\0\0\0\0\0\0\0\0\0\0��@�:�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5131,0.000000,1628755753.817799,'\0\0\0\0\0\0\0\0\0\0��ϴ�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5132,0.000000,1628755959.303203,'\0\0\0\0\0\0\0\0\0\0��h�+�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5133,0.000000,1628756328.560048,'\0\0\0\0\0\0\0\0\0\0��� �&',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5134,0.000000,1628756705.934930,'\0\0\0\0\0\0\0\0\0\0��h�\0',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5135,0.000000,1628757078.661892,'\0\0\0\0\0\0\0\0\0\0�����8',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5136,0.000000,1628757303.820657,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5137,1628757305.758595,1628757305.653600,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5138,0.000000,1628757446.170257,'\0\0\0\0\0\0\0\0\0\0�����M',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5139,0.000000,1628757580.045996,'\0\0\0\0\0\0\0\0\0\0��]��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5140,0.000000,1628757955.132939,'\0\0\0\0\0\0\0\0\0\0�����h',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5141,0.000000,1628758324.331149,'\0\0\0\0\0\0\0\0\0\0����dl',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5142,0.000000,1628759073.666246,'\0\0\0\0\0\0\0\0\0\0���Qٌ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5143,0.000000,1628759136.994964,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(5144,0.000000,1628759436.770649,'\0\0\0\0\0\0\0\0\0\0���3�:',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5145,0.000000,1628759832.358939,'\0\0\0\0\0\0\0\0\0\0���.yB',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5146,0.000000,1628760219.319651,'\0\0\0\0\0\0\0\0\0\0��3�.3',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5147,0.000000,1628760551.303881,'\0\0\0\0\0\0\0\0\0\0���� ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5148,0.000000,1628760855.534376,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(5149,0.000000,1628760924.337654,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5150,0.000000,1628761295.459838,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5151,0.000000,1628761667.531013,'\0\0\0\0\0\0\0\0\0\0��l���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5152,0.000000,1628762043.380237,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5153,0.000000,1628762569.215329,'\0\0\0\0\0\0\0\0\0\0��=��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5154,0.000000,1628762794.489872,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5155,0.000000,1628763189.919197,'\0\0\0\0\0\0\0\0\0\0���t�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5156,0.000000,1628763935.117906,'\0\0\0\0\0\0\0\0\0\0��h��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5157,0.000000,1628764265.487331,'\0\0\0\0\0\0\0\0\0\0��νY�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5158,0.000000,1628764331.712012,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5159,0.000000,1628764693.997724,'\0\0\0\0\0\0\0\0\0\0��k��\n',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5160,0.000000,1628765097.758655,'\0\0\0\0\0\0\0\0\0\0����d',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5161,0.000000,1628765479.575380,'\0\0\0\0\0\0\0\0\0\0���q��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5162,0.000000,1628765841.513094,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5163,0.000000,1628765955.208752,'\0\0\0\0\0\0\0\0\0\0����~h',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5164,0.000000,1628766234.680075,'\0\0\0\0\0\0\0\0\0\0��C͘',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5165,0.000000,1628766619.025082,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5166,0.000000,1628766873.491391,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5167,1628766875.973954,1628766875.892000,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5168,0.000000,1628767000.769228,'\0\0\0\0\0\0\0\0\0\0��C�.',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5169,0.000000,1628767390.917452,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5170,0.000000,1628767670.914722,'\0\0\0\0\0\0\0\0\0\0����-%',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(5171,0.000000,1628767781.369283,'\0\0\0\0\0\0\0\0\0\0��3�\"o',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5172,0.000000,1628768556.546603,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5173,0.000000,1628769415.720080,'\0\0\0\0\0\0\0\0\0\0����q�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5174,0.000000,1628771157.729315,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5175,0.000000,1628772900.086564,'\0\0\0\0\0\0\0\0\0\0��ϴ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(5176,0.000000,1628773055.658519,'\0\0\0\0\0\0\0\0\0\0���ŃB',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5177,0.000000,1628773487.376480,'\0\0\0\0\0\0\0\0\0\0��ml�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5178,0.000000,1628773880.852181,'\0\0\0\0\0\0\0\0\0\0��4��~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5179,0.000000,1628774052.280573,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5180,1628774054.109282,1628774054.025000,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5181,0.000000,1628774292.580447,'\0\0\0\0\0\0\0\0\0\0��H�%�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5182,0.000000,1628774641.509064,'\0\0\0\0\0\0\0\0\0\0���;�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5183,0.000000,1628774711.732231,'\0\0\0\0\0\0\0\0\0\0���[',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5184,0.000000,1628774882.571167,'\0\0\0\0\0\0\0\0\0\0�����;',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(5185,0.000000,1628775141.080874,'\0\0\0\0\0\0\0\0\0\0���.yB',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5186,0.000000,1628775526.847157,'\0\0\0\0\0\0\0\0\0\0��J�g�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5187,0.000000,1628775835.075737,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5188,1628775838.300346,1628775838.215800,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5189,0.000000,1628775936.479855,'\0\0\0\0\0\0\0\0\0\0����I',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5190,0.000000,1628776348.036177,'\0\0\0\0\0\0\0\0\0\0��:x�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5191,0.000000,1628776374.836612,'\0\0\0\0\0\0\0\0\0\0��r!Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5192,0.000000,1628776758.519174,'\0\0\0\0\0\0\0\0\0\0��@�X�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5193,0.000000,1628777172.172902,'\0\0\0\0\0\0\0\0\0\0���?',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5194,0.000000,1628777590.163684,'\0\0\0\0\0\0\0\0\0\0���[L=',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5195,0.000000,1628778120.406001,'\0\0\0\0\0\0\0\0\0\0��QX4r',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5196,0.000000,1628778403.072268,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5197,0.000000,1628778815.814833,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5198,0.000000,1628779227.875083,'\0\0\0\0\0\0\0\0\0\0��SE��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5199,0.000000,1628779645.439313,'\0\0\0\0\0\0\0\0\0\0��w`�;',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5200,0.000000,1628779870.250027,'\0\0\0\0\0\0\0\0\0\0�����^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(5201,0.000000,1628780078.432538,'\0\0\0\0\0\0\0\0\0\0���#��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5202,0.000000,1628780484.190059,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5203,0.000000,1628780894.852347,'\0\0\0\0\0\0\0\0\0\0��^�x',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5204,0.000000,1628781278.656666,'\0\0\0\0\0\0\0\0\0\0��3Dp^',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5205,0.000000,1628781702.829613,'\0\0\0\0\0\0\0\0\0\0���츈',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5206,0.000000,1628782069.207010,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5207,0.000000,1628782459.221172,'\0\0\0\0\0\0\0\0\0\0��E1��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5208,0.000000,1628782849.991278,'\0\0\0\0\0\0\0\0\0\0��#�R',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5209,0.000000,1628783241.052115,'\0\0\0\0\0\0\0\0\0\0��.eշ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5210,0.000000,1628783383.513000,'\0\0\0\0\0\0\0\0\0\0��]���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(5211,0.000000,1628783632.322518,'\0\0\0\0\0\0\0\0\0\0���~�+',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5212,0.000000,1628783988.044474,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5213,1628783990.386285,1628783990.299100,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5214,0.000000,1628784025.297862,'\0\0\0\0\0\0\0\0\0\0��^��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5215,0.000000,1628784420.743369,'\0\0\0\0\0\0\0\0\0\0����R{',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5216,0.000000,1628784820.493681,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5217,0.000000,1628784899.479429,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5218,1628784920.514772,1628784920.421700,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5219,0.000000,1628785150.383650,'\0\0\0\0\0\0\0\0\0\0�����\\',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(5220,0.000000,1628785215.662831,'\0\0\0\0\0\0\0\0\0\0����2.',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5221,0.000000,1628785353.579067,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5222,0.000000,1628785610.023545,'\0\0\0\0\0\0\0\0\0\0��g1?',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5223,0.000000,1628786400.899259,'\0\0\0\0\0\0\0\0\0\0����K�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5224,0.000000,1628786792.636079,'\0\0\0\0\0\0\0\0\0\0��3KZ\'',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5225,0.000000,1628786920.871395,'\0\0\0\0\0\0\0\0\0\0����\"�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(5226,0.000000,1628787570.872410,'\0\0\0\0\0\0\0\0\0\0��.e�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5227,0.000000,1628787971.847821,'\0\0\0\0\0\0\0\0\0\0��w��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5228,0.000000,1628788361.484771,'\0\0\0\0\0\0\0\0\0\0���@sP',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5229,0.000000,1628788683.735689,'\0\0\0\0\0\0\0\0\0\0���捫',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5230,0.000000,1628788742.557483,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5231,0.000000,1628789133.875548,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5232,0.000000,1628789534.187676,'\0\0\0\0\0\0\0\0\0\0��3&P',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5233,0.000000,1628789922.678595,'\0\0\0\0\0\0\0\0\0\0��3D(',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5234,0.000000,1628790319.273843,'\0\0\0\0\0\0\0\0\0\0���ࣶ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5235,0.000000,1628790472.760990,'\0\0\0\0\0\0\0\0\0\0��gZ��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5236,0.000000,1628792251.576111,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5237,0.000000,1628794040.931884,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5238,0.000000,1628794249.637992,'\0\0\0\0\0\0\0\0\0\0��3�\"o',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5239,0.000000,1628796784.340075,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5240,1628796787.860449,1628796787.776500,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5241,0.000000,1628797396.877282,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5242,1628797398.402843,1628797398.320900,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5243,0.000000,1628797665.635757,'\0\0\0\0\0\0\0\0\0\0�����\\',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5244,1628797667.911764,1628797667.832200,'\0\0\0\0\0\0\0\0\0\0�����\\',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5245,0.000000,1628805473.251001,'\0\0\0\0\0\0\0\0\0\0����j�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5246,0.000000,1628805823.371433,'\0\0\0\0\0\0\0\0\0\0���t�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5247,0.000000,1628806212.675119,'\0\0\0\0\0\0\0\0\0\0��Kw�\r',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5248,0.000000,1628806626.701654,'\0\0\0\0\0\0\0\0\0\0��r!Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5249,0.000000,1628807030.782585,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5250,0.000000,1628807443.983906,'\0\0\0\0\0\0\0\0\0\0��#�1�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5251,0.000000,1628807856.599227,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5252,0.000000,1628808309.342150,'\0\0\0\0\0\0\0\0\0\0����A',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5253,0.000000,1628808785.137797,'\0\0\0\0\0\0\0\0\0\0���;�.',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5254,0.000000,1628809117.649067,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5255,0.000000,1628809896.506459,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5256,1628809900.199834,1628809900.119500,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5257,0.000000,1628810140.189915,'\0\0\0\0\0\0\0\0\0\0����jQ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5258,0.000000,1628810222.346782,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5259,1628810223.981245,1628810223.893300,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5260,0.000000,1628810588.891053,'\0\0\0\0\0\0\0\0\0\0��g�p',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5261,0.000000,1628811077.930536,'\0\0\0\0\0\0\0\0\0\0����K�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5262,0.000000,1628811535.945947,'\0\0\0\0\0\0\0\0\0\0����\"\n',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5263,0.000000,1628812028.433897,'\0\0\0\0\0\0\0\0\0\0��Wb��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5264,0.000000,1628812500.805454,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5265,0.000000,1628812602.411135,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5266,0.000000,1628812986.431871,'\0\0\0\0\0\0\0\0\0\0��3Dp^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5267,0.000000,1628813452.673928,'\0\0\0\0\0\0\0\0\0\0���vSF',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5268,0.000000,1628813933.480911,'\0\0\0\0\0\0\0\0\0\0���ŃB',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5269,0.000000,1628814417.782598,'\0\0\0\0\0\0\0\0\0\0���l��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5270,0.000000,1628814881.687188,'\0\0\0\0\0\0\0\0\0\0��j5s}',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5271,0.000000,1628815402.484572,'\0\0\0\0\0\0\0\0\0\0���@v7',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5272,0.000000,1628815889.414768,'\0\0\0\0\0\0\0\0\0\0��j�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5273,0.000000,1628816402.568500,'\0\0\0\0\0\0\0\0\0\0��2tb',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5274,0.000000,1628816886.161548,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5275,0.000000,1628817383.001100,'\0\0\0\0\0\0\0\0\0\0��/jɆ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5276,0.000000,1628817918.163471,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5277,0.000000,1628818428.017704,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5278,0.000000,1628818947.457815,'\0\0\0\0\0\0\0\0\0\0���3',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5279,0.000000,1628819477.948677,'\0\0\0\0\0\0\0\0\0\0���ּ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5280,0.000000,1628820014.567603,'\0\0\0\0\0\0\0\0\0\0��3&P',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5281,0.000000,1628820560.066789,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5282,1628821085.645994,1628821085.550100,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(5283,0.000000,1628822088.126485,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5284,0.000000,1628822443.118043,'\0\0\0\0\0\0\0\0\0\0��/k!\Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5285,0.000000,1628822786.776689,'\0\0\0\0\0\0\0\0\0\0���U��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5286,0.000000,1628823129.651280,'\0\0\0\0\0\0\0\0\0\0���~�+',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5287,0.000000,1628823444.026498,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5288,0.000000,1628823563.507013,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5289,1628823565.560348,1628823565.467400,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5290,0.000000,1628823774.436602,'\0\0\0\0\0\0\0\0\0\0��C�= ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5291,0.000000,1628824148.378311,'\0\0\0\0\0\0\0\0\0\0��6�Y�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5292,0.000000,1628824514.315135,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5293,0.000000,1628824521.904342,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5294,0.000000,1628824785.380504,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5295,0.000000,1628825077.779785,'\0\0\0\0\0\0\0\0\0\0���zR',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5296,0.000000,1628825406.067889,'\0\0\0\0\0\0\0\0\0\0��3�\"o',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5297,0.000000,1628825755.067279,'\0\0\0\0\0\0\0\0\0\0��.e_A',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5298,0.000000,1628826052.868726,'\0\0\0\0\0\0\0\0\0\0���kS�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5299,0.000000,1628826383.281588,'\0\0\0\0\0\0\0\0\0\0��D�\n9',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5300,0.000000,1628826698.456357,'\0\0\0\0\0\0\0\0\0\0����^E',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5301,0.000000,1628827026.425004,'\0\0\0\0\0\0\0\0\0\0���Q�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5302,0.000000,1628827172.910455,'\0\0\0\0\0\0\0\0\0\0��E��t',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5303,0.000000,1628827469.926802,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5304,0.000000,1628827829.296400,'\0\0\0\0\0\0\0\0\0\0��Kw�d',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5305,0.000000,1628828103.507102,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5306,0.000000,1628828424.900687,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5307,0.000000,1628828734.635462,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5308,0.000000,1628829051.807795,'\0\0\0\0\0\0\0\0\0\0��N�$b',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5309,0.000000,1628829360.476899,'\0\0\0\0\0\0\0\0\0\0���Q`',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5310,0.000000,1628829709.741530,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5311,0.000000,1628829987.138922,'\0\0\0\0\0\0\0\0\0\0��#�R',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5312,0.000000,1628830302.022655,'\0\0\0\0\0\0\0\0\0\0���Hӱ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5313,0.000000,1628830617.490415,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5314,0.000000,1628830933.530188,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5315,0.000000,1628831247.939987,'\0\0\0\0\0\0\0\0\0\0��go(',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5316,0.000000,1628831563.460887,'\0\0\0\0\0\0\0\0\0\0��w4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5317,0.000000,1628831881.136623,'\0\0\0\0\0\0\0\0\0\0��E1��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5318,0.000000,1628832231.879594,'\0\0\0\0\0\0\0\0\0\0���.x�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5319,0.000000,1628832519.488530,'\0\0\0\0\0\0\0\0\0\0����r�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5320,0.000000,1628832839.991835,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5321,0.000000,1628833190.694032,'\0\0\0\0\0\0\0\0\0\0����O',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5322,0.000000,1628833828.961815,'\0\0\0\0\0\0\0\0\0\0���h,I',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5323,0.000000,1628834126.627288,'\0\0\0\0\0\0\0\0\0\0��/e��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5324,0.000000,1628834452.621494,'\0\0\0\0\0\0\0\0\0\0��/e��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5325,0.000000,1628834773.136709,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5326,0.000000,1628835100.952399,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5327,0.000000,1628835425.979509,'\0\0\0\0\0\0\0\0\0\0��g|_Y',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5328,0.000000,1628835758.222838,'\0\0\0\0\0\0\0\0\0\0����kQ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5329,0.000000,1628836017.313762,'\0\0\0\0\0\0\0\0\0\0�����;',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5330,0.000000,1628836087.345693,'\0\0\0\0\0\0\0\0\0\0��u2Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5331,0.000000,1628836408.149484,'\0\0\0\0\0\0\0\0\0\0��^+.',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5332,0.000000,1628836753.466151,'\0\0\0\0\0\0\0\0\0\0��P��F',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5333,0.000000,1628837060.962217,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5334,0.000000,1628837384.546618,'\0\0\0\0\0\0\0\0\0\0���8-2',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5335,0.000000,1628837432.387500,'\0\0\0\0\0\0\0\0\0\0�����;',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(5336,0.000000,1628837712.095421,'\0\0\0\0\0\0\0\0\0\0��2tb',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5337,0.000000,1628837972.544561,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','loginFailInvalidUsername',NULL,NULL),(5338,0.000000,1628838039.410726,'\0\0\0\0\0\0\0\0\0\0��/4�*',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5339,0.000000,1628838365.377761,'\0\0\0\0\0\0\0\0\0\0��2M_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5340,0.000000,1628838723.975059,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5341,0.000000,1628839018.463094,'\0\0\0\0\0\0\0\0\0\0���m~',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5342,0.000000,1628839343.085052,'\0\0\0\0\0\0\0\0\0\0��o]5�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5343,0.000000,1628839670.622126,'\0\0\0\0\0\0\0\0\0\0��jK��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5344,0.000000,1628839999.042943,'\0\0\0\0\0\0\0\0\0\0��\rC1<',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5345,0.000000,1628840322.435616,'\0\0\0\0\0\0\0\0\0\0��k���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5346,0.000000,1628840652.499602,'\0\0\0\0\0\0\0\0\0\0�����/',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5347,0.000000,1628840980.501619,'\0\0\0\0\0\0\0\0\0\0��-wS�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5348,0.000000,1628841308.607157,'\0\0\0\0\0\0\0\0\0\0����^E',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5349,0.000000,1628841677.389861,'\0\0\0\0\0\0\0\0\0\0��3�T�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5350,0.000000,1628842343.909887,'\0\0\0\0\0\0\0\0\0\0���q�t',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5351,0.000000,1628842659.515455,'\0\0\0\0\0\0\0\0\0\0���֣%',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5352,0.000000,1628842966.967851,'\0\0\0\0\0\0\0\0\0\0����V�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5353,0.000000,1628843294.796446,'\0\0\0\0\0\0\0\0\0\0����m',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5354,0.000000,1628843656.144711,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5355,0.000000,1628843963.246283,'\0\0\0\0\0\0\0\0\0\0�����]',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5356,0.000000,1628844322.515192,'\0\0\0\0\0\0\0\0\0\0��]��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5357,0.000000,1628844663.391752,'\0\0\0\0\0\0\0\0\0\0����t',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5358,0.000000,1628844974.164390,'\0\0\0\0\0\0\0\0\0\0����I',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5359,0.000000,1628845363.710369,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5360,0.000000,1628845650.520454,'\0\0\0\0\0\0\0\0\0\0���!�9',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5361,0.000000,1628845986.514734,'\0\0\0\0\0\0\0\0\0\0��k�X)',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5362,0.000000,1628846317.215778,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5363,0.000000,1628846664.050557,'\0\0\0\0\0\0\0\0\0\0��E��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5364,0.000000,1628846970.785950,'\0\0\0\0\0\0\0\0\0\0���ּ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5365,0.000000,1628847311.516500,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5366,0.000000,1628847668.989230,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5367,0.000000,1628847988.244106,'\0\0\0\0\0\0\0\0\0\0����R{',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5368,0.000000,1628848038.858419,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5369,1628848040.220183,1628848040.136800,'\0\0\0\0\0\0\0\0\0\0���6�M',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5370,0.000000,1628848361.250474,'\0\0\0\0\0\0\0\0\0\0��w4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5371,0.000000,1628848677.425716,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5372,0.000000,1628849352.067709,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5373,0.000000,1628849742.349619,'\0\0\0\0\0\0\0\0\0\0��{��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5374,0.000000,1628849917.902995,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5375,1628849919.204208,1628849919.116900,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5376,0.000000,1628850697.488775,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5377,1628850698.798874,1628850698.712200,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5378,0.000000,1628851918.708772,'\0\0\0\0\0\0\0\0\0\0��/d�?',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5379,0.000000,1628851948.188391,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5380,0.000000,1628852320.641884,'\0\0\0\0\0\0\0\0\0\0��@Z(d',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5381,0.000000,1628852347.517659,'\0\0\0\0\0\0\0\0\0\0���\r\n',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5382,0.000000,1628852718.406214,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5383,0.000000,1628852740.865491,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5384,0.000000,1628853167.646272,'\0\0\0\0\0\0\0\0\0\0���R-',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5385,0.000000,1628853198.656033,'\0\0\0\0\0\0\0\0\0\0��Wb��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5386,0.000000,1628853659.996211,'\0\0\0\0\0\0\0\0\0\0����f�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5387,0.000000,1628853690.815428,'\0\0\0\0\0\0\0\0\0\0��\rC1<',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5388,0.000000,1628854172.018651,'\0\0\0\0\0\0\0\0\0\0���֣%',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5389,0.000000,1628854191.320815,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5390,0.000000,1628854395.462965,'\0\0\0\0\0\0\0\0\0\0��B��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5391,0.000000,1628854550.867472,'\0\0\0\0\0\0\0\0\0\0����kQ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5392,0.000000,1628854687.586769,'\0\0\0\0\0\0\0\0\0\0��h+�5',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5393,0.000000,1628854733.927697,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5394,0.000000,1628855210.974071,'\0\0\0\0\0\0\0\0\0\0��� F�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5395,0.000000,1628855270.755137,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5396,0.000000,1628855740.457213,'\0\0\0\0\0\0\0\0\0\0���~�+',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5397,0.000000,1628855784.054423,'\0\0\0\0\0\0\0\0\0\0���~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5398,0.000000,1628856230.061838,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5399,0.000000,1628856277.938716,'\0\0\0\0\0\0\0\0\0\0����\"d',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5400,0.000000,1628856565.102834,'\0\0\0\0\0\0\0\0\0\0��g8�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5401,0.000000,1628856724.591102,'\0\0\0\0\0\0\0\0\0\0��/k!\Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5402,0.000000,1628856779.831880,'\0\0\0\0\0\0\0\0\0\0����,�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5403,0.000000,1628857292.234925,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5404,0.000000,1628857338.758720,'\0\0\0\0\0\0\0\0\0\0����O',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5405,0.000000,1628857784.922769,'\0\0\0\0\0\0\0\0\0\0���_l',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5406,0.000000,1628857845.866233,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5407,0.000000,1628858333.583910,'\0\0\0\0\0\0\0\0\0\0��gzj�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5408,0.000000,1628858389.036016,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5409,0.000000,1628858506.731208,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5410,0.000000,1628858573.048205,'\0\0\0\0\0\0\0\0\0\0���q��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5411,0.000000,1628859162.383658,'\0\0\0\0\0\0\0\0\0\0���q�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5412,0.000000,1628859242.236710,'\0\0\0\0\0\0\0\0\0\0���q�t',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5413,0.000000,1628859335.636186,'\0\0\0\0\0\0\0\0\0\0���\0�D',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5414,0.000000,1628859411.809555,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5415,0.000000,1628860038.075655,'\0\0\0\0\0\0\0\0\0\0��4*',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5416,0.000000,1628860110.150000,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5417,0.000000,1628860216.668698,'\0\0\0\0\0\0\0\0\0\0��]��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5418,0.000000,1628860285.094920,'\0\0\0\0\0\0\0\0\0\0��@��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5419,0.000000,1628860926.185654,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5420,0.000000,1628860970.895055,'\0\0\0\0\0\0\0\0\0\0����B�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5421,0.000000,1628861077.930576,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5422,0.000000,1628861178.651282,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5423,0.000000,1628861817.596038,'\0\0\0\0\0\0\0\0\0\0���\0�D',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5424,0.000000,1628861890.067802,'\0\0\0\0\0\0\0\0\0\0��g�t2',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5425,0.000000,1628862002.396992,'\0\0\0\0\0\0\0\0\0\0��#��w',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5426,0.000000,1628862043.923259,'\0\0\0\0\0\0\0\0\0\0���Ћ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5427,0.000000,1628862229.123899,'\0\0\0\0\0\0\0\0\0\0��k�.6',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5428,1628862232.852286,1628862232.770400,'\0\0\0\0\0\0\0\0\0\0��k�.6',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5429,0.000000,1628862724.337331,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5430,0.000000,1628862807.407257,'\0\0\0\0\0\0\0\0\0\0���m~',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5431,0.000000,1628862900.331750,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5432,0.000000,1628862977.112915,'\0\0\0\0\0\0\0\0\0\0����O',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5433,0.000000,1628863628.602845,'\0\0\0\0\0\0\0\0\0\0��]r��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5434,0.000000,1628863705.792308,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5435,0.000000,1628863805.218140,'\0\0\0\0\0\0\0\0\0\0��A<�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5436,0.000000,1628863875.740070,'\0\0\0\0\0\0\0\0\0\0��H�%�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5437,0.000000,1628864548.793751,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5438,0.000000,1628864607.490738,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5439,0.000000,1628864733.088399,'\0\0\0\0\0\0\0\0\0\0��3KZ\'',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5440,0.000000,1628864777.988640,'\0\0\0\0\0\0\0\0\0\0��e%�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5441,0.000000,1628865303.016537,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5442,0.000000,1628865361.790417,'\0\0\0\0\0\0\0\0\0\0����0',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5443,0.000000,1628865816.655567,'\0\0\0\0\0\0\0\0\0\0�����3',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(5444,0.000000,1628865863.619842,'\0\0\0\0\0\0\0\0\0\0��A<�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5445,0.000000,1628865903.444879,'\0\0\0\0\0\0\0\0\0\0��E��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5446,0.000000,1628866417.986474,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5447,0.000000,1628866464.414239,'\0\0\0\0\0\0\0\0\0\0���ࣶ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5448,0.000000,1628866625.652471,'\0\0\0\0\0\0\0\0\0\0��?\n�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5449,0.000000,1628866862.777189,'\0\0\0\0\0\0\0\0\0\0��g�p',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5450,0.000000,1628866868.677317,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(5451,0.000000,1628866942.534984,'\0\0\0\0\0\0\0\0\0\0���#~f',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5452,0.000000,1628866998.857949,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5453,0.000000,1628867001.954664,'\0\0\0\0\0\0\0\0\0\0��}��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5454,0.000000,1628867521.179131,'\0\0\0\0\0\0\0\0\0\0����E.',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5455,0.000000,1628868063.190084,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5456,0.000000,1628868105.301485,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5457,0.000000,1628868185.852130,'\0\0\0\0\0\0\0\0\0\0��:��^',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5458,0.000000,1628869255.162144,'\0\0\0\0\0\0\0\0\0\0��\"W#�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5459,0.000000,1628869386.022301,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(5460,0.000000,1628870448.964031,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5461,1628870451.179820,1628870451.052800,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5462,0.000000,1628870456.145754,'\0\0\0\0\0\0\0\0\0\0��_��[',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(5463,0.000000,1628871327.114754,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5464,0.000000,1628871796.093375,'\0\0\0\0\0\0\0\0\0\0���E\"�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5465,0.000000,1628872868.895015,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5466,0.000000,1628872997.891036,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5467,0.000000,1628873490.953019,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5468,1628873492.345329,1628873492.249100,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5469,0.000000,1628874065.282490,'\0\0\0\0\0\0\0\0\0\0��:��^',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5470,0.000000,1628874198.869977,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(5471,0.000000,1628874301.782319,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5472,1628874303.189976,1628874303.107900,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5473,0.000000,1628875276.804711,'\0\0\0\0\0\0\0\0\0\0���>p{',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5474,0.000000,1628876616.220727,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5475,0.000000,1628877826.973425,'\0\0\0\0\0\0\0\0\0\0��ܧe',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5476,0.000000,1628878893.276626,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5477,0.000000,1628879024.159629,'\0\0\0\0\0\0\0\0\0\0��:��^',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5478,0.000000,1628879238.333464,'\0\0\0\0\0\0\0\0\0\0��-8ܬ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5479,0.000000,1628879578.859581,'\0\0\0\0\0\0\0\0\0\0����e\Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5480,0.000000,1628879905.798611,'\0\0\0\0\0\0\0\0\0\0��_�+�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5481,0.000000,1628880097.244111,'\0\0\0\0\0\0\0\0\0\0��N/ɏ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(5482,0.000000,1628880209.198597,'\0\0\0\0\0\0\0\0\0\0���R',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5483,0.000000,1628880230.813669,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5484,0.000000,1628880526.070458,'\0\0\0\0\0\0\0\0\0\0����C-',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5485,0.000000,1628880851.509798,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5486,0.000000,1628881197.779798,'\0\0\0\0\0\0\0\0\0\0����@t',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5487,0.000000,1628881315.855061,'\0\0\0\0\0\0\0\0\0\0���]�S',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(5488,0.000000,1628881503.975082,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5489,0.000000,1628881657.631761,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(5490,0.000000,1628881843.413260,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5491,0.000000,1628882158.379268,'\0\0\0\0\0\0\0\0\0\0��Ϛԛ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5492,0.000000,1628882502.312986,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5493,0.000000,1628882533.553655,'\0\0\0\0\0\0\0\0\0\0���^�M',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(5494,0.000000,1628882811.926278,'\0\0\0\0\0\0\0\0\0\0��=o�$',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5495,0.000000,1628883143.019820,'\0\0\0\0\0\0\0\0\0\0��Ғ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5496,0.000000,1628883190.619682,'\0\0\0\0\0\0\0\0\0\0��m�(',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)','loginFailValidUsername',NULL,NULL),(5497,0.000000,1628883485.713654,'\0\0\0\0\0\0\0\0\0\0���D�$',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5498,0.000000,1628883755.644443,'\0\0\0\0\0\0\0\0\0\0����-%',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5499,0.000000,1628883815.902701,'\0\0\0\0\0\0\0\0\0\0��N�(�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5500,0.000000,1628883896.866181,'\0\0\0\0\0\0\0\0\0\0���cr5',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5501,0.000000,1628883999.223944,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(5502,0.000000,1628884168.816138,'\0\0\0\0\0\0\0\0\0\0����O',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5503,0.000000,1628884469.022444,'\0\0\0\0\0\0\0\0\0\0��H\"\"�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5504,0.000000,1628884816.409647,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5505,0.000000,1628884993.517606,'\0\0\0\0\0\0\0\0\0\0��Xc��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(5506,0.000000,1628885128.940381,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(5507,0.000000,1628885132.554445,'\0\0\0\0\0\0\0\0\0\0��Ǽ��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5508,0.000000,1628885490.629729,'\0\0\0\0\0\0\0\0\0\0���q٤',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5509,0.000000,1628885829.255698,'\0\0\0\0\0\0\0\0\0\0��Q���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5510,0.000000,1628886156.409079,'\0\0\0\0\0\0\0\0\0\0����I',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5511,0.000000,1628886209.475328,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(5512,0.000000,1628886347.814252,'\0\0\0\0\0\0\0\0\0\0����Ù',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(5513,0.000000,1628886477.768665,'\0\0\0\0\0\0\0\0\0\0����y�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5514,0.000000,1628886816.147262,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5515,0.000000,1628887189.971123,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5516,0.000000,1628887436.081493,'\0\0\0\0\0\0\0\0\0\0���#�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5517,0.000000,1628887547.921424,'\0\0\0\0\0\0\0\0\0\0���t�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5518,0.000000,1628887573.357949,'\0\0\0\0\0\0\0\0\0\0��l�*r',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5519,0.000000,1628887856.225582,'\0\0\0\0\0\0\0\0\0\0����&*',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5520,0.000000,1628888210.406883,'\0\0\0\0\0\0\0\0\0\0���ֻ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5521,0.000000,1628888578.080549,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5522,0.000000,1628888652.528564,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5523,0.000000,1628888786.682675,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5524,0.000000,1628888912.604251,'\0\0\0\0\0\0\0\0\0\0��3�e2',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5525,0.000000,1628889319.748171,'\0\0\0\0\0\0\0\0\0\0��]q�v',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5526,0.000000,1628889613.412331,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5527,0.000000,1628889869.605810,'\0\0\0\0\0\0\0\0\0\0��l�*r',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5528,0.000000,1628889962.786185,'\0\0\0\0\0\0\0\0\0\0�����F',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5529,0.000000,1628890005.608443,'\0\0\0\0\0\0\0\0\0\0���捫',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5530,0.000000,1628890284.723861,'\0\0\0\0\0\0\0\0\0\0���Q֨',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5531,0.000000,1628890638.757325,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5532,0.000000,1628890986.771153,'\0\0\0\0\0\0\0\0\0\0��-72c',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5533,0.000000,1628891088.186251,'\0\0\0\0\0\0\0\0\0\0���G�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5534,0.000000,1628891223.525341,'\0\0\0\0\0\0\0\0\0\0���Y��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(5535,0.000000,1628891329.966969,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5536,1628891331.902616,1628891331.820900,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5537,0.000000,1628891347.088311,'\0\0\0\0\0\0\0\0\0\0��A<\n�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5538,0.000000,1628891726.527629,'\0\0\0\0\0\0\0\0\0\0���q٤',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5539,0.000000,1628892080.301593,'\0\0\0\0\0\0\0\0\0\0��k��\n',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5540,0.000000,1628892161.703869,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','loginFailInvalidUsername',NULL,NULL),(5541,0.000000,1628892317.167625,'\0\0\0\0\0\0\0\0\0\0���^�M',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5542,0.000000,1628892421.188626,'\0\0\0\0\0\0\0\0\0\0���Ʈ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5543,0.000000,1628892818.096004,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5544,0.000000,1628893162.153358,'\0\0\0\0\0\0\0\0\0\0��J(/�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5545,0.000000,1628893529.325898,'\0\0\0\0\0\0\0\0\0\0��E1��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5546,0.000000,1628893547.085231,'\0\0\0\0\0\0\0\0\0\0����p�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5547,0.000000,1628893680.557065,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(5548,0.000000,1628893877.921056,'\0\0\0\0\0\0\0\0\0\0��D�\n9',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5549,0.000000,1628894273.362696,'\0\0\0\0\0\0\0\0\0\0���i',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5550,0.000000,1628894601.564586,'\0\0\0\0\0\0\0\0\0\0��@�N�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5551,0.000000,1628894777.440044,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5552,0.000000,1628895363.554290,'\0\0\0\0\0\0\0\0\0\0��jK��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5553,0.000000,1628895718.820488,'\0\0\0\0\0\0\0\0\0\0���R�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5554,0.000000,1628896117.592511,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5555,0.000000,1628896143.962010,'\0\0\0\0\0\0\0\0\0\0����\"E',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(5556,0.000000,1628896331.548920,'\0\0\0\0\0\0\0\0\0\0�����\\',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','loginFailInvalidUsername',NULL,NULL),(5557,0.000000,1628896477.789064,'\0\0\0\0\0\0\0\0\0\0��|(��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5558,0.000000,1628896864.761893,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5559,0.000000,1628897248.401808,'\0\0\0\0\0\0\0\0\0\0��\rK�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5560,0.000000,1628897373.585196,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5561,0.000000,1628897627.077644,'\0\0\0\0\0\0\0\0\0\0��H�%�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5562,0.000000,1628898012.223017,'\0\0\0\0\0\0\0\0\0\0����\"',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5563,0.000000,1628898384.798062,'\0\0\0\0\0\0\0\0\0\0����z�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5564,0.000000,1628898611.105504,'\0\0\0\0\0\0\0\0\0\0��e ��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(5565,0.000000,1628898770.158085,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5566,0.000000,1628899116.603341,'\0\0\0\0\0\0\0\0\0\0���3�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5567,0.000000,1628899524.674968,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5568,0.000000,1628899717.215027,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5569,0.000000,1628899896.968062,'\0\0\0\0\0\0\0\0\0\0��gV�]',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5570,0.000000,1628900272.692575,'\0\0\0\0\0\0\0\0\0\0����\"d',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5571,0.000000,1628900846.169935,'\0\0\0\0\0\0\0\0\0\0���vSF',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5572,0.000000,1628900959.345966,'\0\0\0\0\0\0\0\0\0\0��νh',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5573,0.000000,1628901092.592129,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(5574,0.000000,1628901256.518596,'\0\0\0\0\0\0\0\0\0\0����z�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5575,0.000000,1628901626.607444,'\0\0\0\0\0\0\0\0\0\0��Ғ�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5576,0.000000,1628902007.681908,'\0\0\0\0\0\0\0\0\0\0��Kw�\r',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5577,0.000000,1628902196.136024,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5578,0.000000,1628902336.808689,'\0\0\0\0\0\0\0\0\0\0��ghIo',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(5579,0.000000,1628902401.715475,'\0\0\0\0\0\0\0\0\0\0����6p',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5580,0.000000,1628902729.380196,'\0\0\0\0\0\0\0\0\0\0�����\\',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5581,1628902736.466080,1628902736.372400,'\0\0\0\0\0\0\0\0\0\0�����\\',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5582,0.000000,1628902778.599725,'\0\0\0\0\0\0\0\0\0\0���Ћ�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5583,0.000000,1628903184.729937,'\0\0\0\0\0\0\0\0\0\0���q٤',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5584,0.000000,1628903446.259725,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5585,0.000000,1628903578.033685,'\0\0\0\0\0\0\0\0\0\0��ܧe',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5586,0.000000,1628903597.950403,'\0\0\0\0\0\0\0\0\0\0��zrL�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5587,0.000000,1628903995.564985,'\0\0\0\0\0\0\0\0\0\0��6%',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5588,0.000000,1628904392.981676,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5589,0.000000,1628904684.444332,'\0\0\0\0\0\0\0\0\0\0����s�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(5590,0.000000,1628904782.222730,'\0\0\0\0\0\0\0\0\0\0��g�p',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5591,0.000000,1628904820.266549,'\0\0\0\0\0\0\0\0\0\0���>|�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(5592,0.000000,1628905202.886154,'\0\0\0\0\0\0\0\0\0\0����A',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5593,0.000000,1628905573.007995,'\0\0\0\0\0\0\0\0\0\0���@sP',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5594,0.000000,1628905919.778343,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5595,0.000000,1628905986.439787,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5596,0.000000,1628906053.143640,'\0\0\0\0\0\0\0\0\0\0���T',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5597,0.000000,1628906393.561875,'\0\0\0\0\0\0\0\0\0\0��e >�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5598,0.000000,1628906823.857382,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5599,0.000000,1628907161.021539,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5600,0.000000,1628907220.535727,'\0\0\0\0\0\0\0\0\0\0���֣%',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5601,0.000000,1628907652.722802,'\0\0\0\0\0\0\0\0\0\0��4��~',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5602,0.000000,1628908045.653923,'\0\0\0\0\0\0\0\0\0\0��g8�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5603,0.000000,1628908409.144500,'\0\0\0\0\0\0\0\0\0\0��\"P�R',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5604,0.000000,1628908455.517479,'\0\0\0\0\0\0\0\0\0\0���5T�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5605,0.000000,1628908554.420409,'\0\0\0\0\0\0\0\0\0\0��D�q?',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(5606,0.000000,1628908877.619322,'\0\0\0\0\0\0\0\0\0\0��p�H�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5607,0.000000,1628909288.777065,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5608,0.000000,1628909660.660539,'\0\0\0\0\0\0\0\0\0\0��e ��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5609,0.000000,1628909698.573682,'\0\0\0\0\0\0\0\0\0\0��Ȗ��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5610,0.000000,1628909798.665006,'\0\0\0\0\0\0\0\0\0\0��\"C��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(5611,0.000000,1628910066.767945,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5612,0.000000,1628910444.459273,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5613,0.000000,1628910725.121303,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5614,0.000000,1628910908.392691,'\0\0\0\0\0\0\0\0\0\0��h�\Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5615,0.000000,1628911045.421633,'\0\0\0\0\0\0\0\0\0\0��tK�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(5616,0.000000,1628911061.067784,'\0\0\0\0\0\0\0\0\0\0���ӭ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5617,0.000000,1628911076.999548,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(5618,0.000000,1628911380.838045,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5619,0.000000,1628911702.701479,'\0\0\0\0\0\0\0\0\0\0���Go',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5620,0.000000,1628912025.413678,'\0\0\0\0\0\0\0\0\0\0����vv',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5621,0.000000,1628912151.617267,'\0\0\0\0\0\0\0\0\0\0���,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5622,0.000000,1628912287.869934,'\0\0\0\0\0\0\0\0\0\0����y',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5623,0.000000,1628912345.540625,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5624,0.000000,1628912668.173881,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5625,0.000000,1628912992.164387,'\0\0\0\0\0\0\0\0\0\0����-�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5626,0.000000,1628913190.582192,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5627,0.000000,1628913315.809663,'\0\0\0\0\0\0\0\0\0\0���8-2',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5628,0.000000,1628913394.021397,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailValidUsername',NULL,NULL),(5629,0.000000,1628913530.204514,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5630,0.000000,1628913639.210017,'\0\0\0\0\0\0\0\0\0\0����^E',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5631,0.000000,1628913959.445595,'\0\0\0\0\0\0\0\0\0\0���GE�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5632,0.000000,1628914281.341599,'\0\0\0\0\0\0\0\0\0\0��3� ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5633,0.000000,1628914624.047304,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5634,0.000000,1628914644.459381,'\0\0\0\0\0\0\0\0\0\0���#�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(5635,0.000000,1628914926.769548,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5636,0.000000,1628915276.226155,'\0\0\0\0\0\0\0\0\0\0��3Dp^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5637,0.000000,1628915573.429775,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5638,0.000000,1628915893.182820,'\0\0\0\0\0\0\0\0\0\0��B�S',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5639,0.000000,1628916055.148609,'\0\0\0\0\0\0\0\0\0\0���,X#',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5640,0.000000,1628916214.735236,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5641,0.000000,1628916536.277276,'\0\0\0\0\0\0\0\0\0\0����f�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5642,0.000000,1628916612.154076,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5643,0.000000,1628916854.373161,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5644,0.000000,1628916975.105968,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(5645,0.000000,1628917170.894599,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5646,0.000000,1628917178.076537,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5647,0.000000,1628917316.748283,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5648,0.000000,1628917487.776751,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5649,0.000000,1628917807.685429,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5650,0.000000,1628918132.197318,'\0\0\0\0\0\0\0\0\0\0����I�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5651,0.000000,1628918433.172284,'\0\0\0\0\0\0\0\0\0\0��(z��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5652,0.000000,1628918446.389620,'\0\0\0\0\0\0\0\0\0\0���cN�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5653,0.000000,1628918570.346661,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5654,0.000000,1628918752.439125,'\0\0\0\0\0\0\0\0\0\0�����w',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5655,0.000000,1628919077.050985,'\0\0\0\0\0\0\0\0\0\0����,�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5656,0.000000,1628919386.910226,'\0\0\0\0\0\0\0\0\0\0��.&2~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5657,0.000000,1628919686.339462,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5658,0.000000,1628919709.198005,'\0\0\0\0\0\0\0\0\0\0��Ϛ�-',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5659,0.000000,1628919824.689765,'\0\0\0\0\0\0\0\0\0\0��H��s',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(5660,0.000000,1628920023.825081,'\0\0\0\0\0\0\0\0\0\0���R�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5661,0.000000,1628920368.961962,'\0\0\0\0\0\0\0\0\0\0���q��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5662,0.000000,1628920691.859683,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5663,0.000000,1628920954.662212,'\0\0\0\0\0\0\0\0\0\0���\rKz',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5664,0.000000,1628920981.596282,'\0\0\0\0\0\0\0\0\0\0����a�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5665,0.000000,1628921089.609193,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5666,0.000000,1628921320.521386,'\0\0\0\0\0\0\0\0\0\0���[L=',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5667,0.000000,1628921619.017568,'\0\0\0\0\0\0\0\0\0\0��Bs�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5668,0.000000,1628921937.781627,'\0\0\0\0\0\0\0\0\0\0���\0g3',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5669,0.000000,1628922351.311009,'\0\0\0\0\0\0\0\0\0\0����s�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5670,0.000000,1628922434.488179,'\0\0\0\0\0\0\0\0\0\0���ֻ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5671,0.000000,1628922757.621411,'\0\0\0\0\0\0\0\0\0\0����L`',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5672,0.000000,1628923074.443545,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5673,0.000000,1628923422.536474,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5674,0.000000,1628923610.222929,'\0\0\0\0\0\0\0\0\0\0��ٮ�i',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(5675,0.000000,1628923715.208858,'\0\0\0\0\0\0\0\0\0\0��ٓ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5676,0.000000,1628924037.794849,'\0\0\0\0\0\0\0\0\0\0����Er',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5677,0.000000,1628924400.582085,'\0\0\0\0\0\0\0\0\0\0����q',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5678,0.000000,1628924704.428040,'\0\0\0\0\0\0\0\0\0\0��m�\Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5679,0.000000,1628924747.263906,'\0\0\0\0\0\0\0\0\0\0���AL&',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(5680,0.000000,1628924888.149681,'\0\0\0\0\0\0\0\0\0\0���^�M',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(5681,0.000000,1628925002.850021,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5682,0.000000,1628925329.399756,'\0\0\0\0\0\0\0\0\0\0��C�= ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5683,0.000000,1628925646.100004,'\0\0\0\0\0\0\0\0\0\0����V(',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5684,0.000000,1628925970.044304,'\0\0\0\0\0\0\0\0\0\0��n-p',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5685,0.000000,1628926015.175521,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(5686,0.000000,1628926153.342076,'\0\0\0\0\0\0\0\0\0\0���>|�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5687,0.000000,1628926330.249976,'\0\0\0\0\0\0\0\0\0\0��E��t',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5688,0.000000,1628926639.129602,'\0\0\0\0\0\0\0\0\0\0��ՈLB',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5689,0.000000,1628926949.220464,'\0\0\0\0\0\0\0\0\0\0���֖]',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5690,0.000000,1628927281.377100,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(5691,0.000000,1628927302.731938,'\0\0\0\0\0\0\0\0\0\0��_�+�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5692,0.000000,1628927419.738573,'\0\0\0\0\0\0\0\0\0\0��3M�\"',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(5693,0.000000,1628927592.656832,'\0\0\0\0\0\0\0\0\0\0��gx�V',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5694,0.000000,1628927916.435465,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5695,0.000000,1628928247.570833,'\0\0\0\0\0\0\0\0\0\0��zt�J',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5696,0.000000,1628928544.218454,'\0\0\0\0\0\0\0\0\0\0���wң',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(5697,0.000000,1628928570.266815,'\0\0\0\0\0\0\0\0\0\0��\"DaF',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5698,0.000000,1628928683.288292,'\0\0\0\0\0\0\0\0\0\0��j4��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5699,0.000000,1628928923.735929,'\0\0\0\0\0\0\0\0\0\0��ś�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5700,0.000000,1628929220.316155,'\0\0\0\0\0\0\0\0\0\0����y�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5701,0.000000,1628929275.954291,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5702,0.000000,1628929584.003223,'\0\0\0\0\0\0\0\0\0\0����&�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5703,0.000000,1628929800.745712,'\0\0\0\0\0\0\0\0\0\0��gm',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5704,0.000000,1628929876.437865,'\0\0\0\0\0\0\0\0\0\0��w`�;',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5705,0.000000,1628929936.999853,'\0\0\0\0\0\0\0\0\0\0����\"E',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(5706,0.000000,1628930205.948754,'\0\0\0\0\0\0\0\0\0\0����q~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5707,0.000000,1628930537.830902,'\0\0\0\0\0\0\0\0\0\0��gZ�(',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5708,0.000000,1628930678.159759,'\0\0\0\0\0\0\0\0\0\0�����;',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(5709,0.000000,1628930901.732624,'\0\0\0\0\0\0\0\0\0\0��[��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5710,0.000000,1628931060.588043,'\0\0\0\0\0\0\0\0\0\0����-%',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5711,0.000000,1628931199.355019,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(5712,0.000000,1628931201.149621,'\0\0\0\0\0\0\0\0\0\0��D�\n9',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5713,0.000000,1628931528.288524,'\0\0\0\0\0\0\0\0\0\0��H�%�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5714,0.000000,1628931879.451028,'\0\0\0\0\0\0\0\0\0\0��Wb��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5715,0.000000,1628932200.759976,'\0\0\0\0\0\0\0\0\0\0��P��o',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5716,0.000000,1628932322.693799,'\0\0\0\0\0\0\0\0\0\0��#�,&',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5717,0.000000,1628932463.314470,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5718,0.000000,1628932543.042347,'\0\0\0\0\0\0\0\0\0\0���\r\n',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5719,0.000000,1628932855.996624,'\0\0\0\0\0\0\0\0\0\0��/�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5720,0.000000,1628933191.011024,'\0\0\0\0\0\0\0\0\0\0����3�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5721,0.000000,1628933527.712438,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5722,0.000000,1628933582.699538,'\0\0\0\0\0\0\0\0\0\0��]���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5723,0.000000,1628933722.658726,'\0\0\0\0\0\0\0\0\0\0��xO�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(5724,0.000000,1628933852.651510,'\0\0\0\0\0\0\0\0\0\0��\"DaF',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5725,0.000000,1628934182.808985,'\0\0\0\0\0\0\0\0\0\0���ࣶ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5726,0.000000,1628934515.763745,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5727,0.000000,1628934840.531772,'\0\0\0\0\0\0\0\0\0\0���cr5',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5728,0.000000,1628934847.092356,'\0\0\0\0\0\0\0\0\0\0��\"��G',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5729,0.000000,1628934977.129186,'\0\0\0\0\0\0\0\0\0\0��xO�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5730,0.000000,1628935196.075782,'\0\0\0\0\0\0\0\0\0\0���.x�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5731,0.000000,1628935524.431668,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5732,0.000000,1628935843.604410,'\0\0\0\0\0\0\0\0\0\0��gZ�(',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5733,0.000000,1628936106.427863,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5734,0.000000,1628936183.687885,'\0\0\0\0\0\0\0\0\0\0����j�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5735,0.000000,1628936240.874846,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5736,0.000000,1628936533.280134,'\0\0\0\0\0\0\0\0\0\0����J',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5737,0.000000,1628937177.332171,'\0\0\0\0\0\0\0\0\0\0��J�g�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5738,0.000000,1628937527.467853,'\0\0\0\0\0\0\0\0\0\0����lv',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5739,0.000000,1628937838.999285,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5740,0.000000,1628938191.978806,'\0\0\0\0\0\0\0\0\0\0��g�\n�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5741,0.000000,1628938521.879406,'\0\0\0\0\0\0\0\0\0\0��#���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5742,0.000000,1628938637.724176,'\0\0\0\0\0\0\0\0\0\0��l���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(5743,0.000000,1628938779.825737,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(5744,0.000000,1628938854.711211,'\0\0\0\0\0\0\0\0\0\0��xO�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5745,0.000000,1628939177.247387,'\0\0\0\0\0\0\0\0\0\0���vSF',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5746,0.000000,1628939531.316599,'\0\0\0\0\0\0\0\0\0\0���l��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5747,0.000000,1628940181.747690,'\0\0\0\0\0\0\0\0\0\0��\"\\U�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5748,0.000000,1628940564.458825,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5749,0.000000,1628940566.034903,'\0\0\0\0\0\0\0\0\0\0��vHh',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(5750,0.000000,1628940702.842996,'\0\0\0\0\0\0\0\0\0\0���_S�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5751,0.000000,1628941110.091839,'\0\0\0\0\0\0\0\0\0\0��k�X)',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5752,0.000000,1628941303.872361,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://ukdebtconsolidations.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),(5753,0.000000,1628941671.686319,'\0\0\0\0\0\0\0\0\0\0��\\̈�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5754,0.000000,1628941964.648393,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5755,0.000000,1628942219.156379,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5756,0.000000,1628943103.792759,'\0\0\0\0\0\0\0\0\0\0���7o\r',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5757,0.000000,1628943243.497052,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5758,0.000000,1628944518.675854,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5759,0.000000,1628944686.952166,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5760,1628944690.544861,1628944690.457800,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5761,0.000000,1628945651.687900,'\0\0\0\0\0\0\0\0\0\0��t��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5762,0.000000,1628945796.893059,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5763,0.000000,1628946941.815551,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5764,0.000000,1628947086.729171,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5765,0.000000,1628948260.930918,'\0\0\0\0\0\0\0\0\0\0��t��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5766,0.000000,1628948405.316141,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5767,0.000000,1628948760.792267,'\0\0\0\0\0\0\0\0\0\0��C�$�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5768,0.000000,1628949594.673820,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(5769,0.000000,1628949744.574878,'\0\0\0\0\0\0\0\0\0\0��Y�A�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5770,0.000000,1628950945.100273,'\0\0\0\0\0\0\0\0\0\0��νY�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5771,0.000000,1628951927.333638,'\0\0\0\0\0\0\0\0\0\0��E1��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5772,0.000000,1628952277.336213,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5773,0.000000,1628952418.538933,'\0\0\0\0\0\0\0\0\0\0��H�*',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5774,0.000000,1628953607.464479,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(5775,0.000000,1628954063.303262,'\0\0\0\0\0\0\0\0\0\0����PF',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5776,0.000000,1628954934.469335,'\0\0\0\0\0\0\0\0\0\0��#�,&',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(5777,0.000000,1628955081.258842,'\0\0\0\0\0\0\0\0\0\0���75�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5778,0.000000,1628955891.898187,'\0\0\0\0\0\0\0\0\0\0��h+�5',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5779,0.000000,1628956250.772830,'\0\0\0\0\0\0\0\0\0\0��\"P�R',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5780,0.000000,1628956391.082070,'\0\0\0\0\0\0\0\0\0\0��Y`Z}',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5781,0.000000,1628957526.467556,'\0\0\0\0\0\0\0\0\0\0���E\"�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5782,0.000000,1628957665.455068,'\0\0\0\0\0\0\0\0\0\0����-�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5783,0.000000,1628958950.539515,'\0\0\0\0\0\0\0\0\0\0��=��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(5784,0.000000,1628959080.787218,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(5785,0.000000,1628959415.225507,'\0\0\0\0\0\0\0\0\0\0��#Ɖ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5786,0.000000,1628960086.637408,'\0\0\0\0\0\0\0\0\0\0�����\\',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5787,0.000000,1628960234.990061,'\0\0\0\0\0\0\0\0\0\0����\"�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5788,0.000000,1628961296.927473,'\0\0\0\0\0\0\0\0\0\0��e >�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5789,0.000000,1628961385.325398,'\0\0\0\0\0\0\0\0\0\0����Qz',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5790,0.000000,1628961524.809217,'\0\0\0\0\0\0\0\0\0\0�����[',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5791,0.000000,1628962701.143335,'\0\0\0\0\0\0\0\0\0\0����p�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5792,0.000000,1628962848.263755,'\0\0\0\0\0\0\0\0\0\0��ϴ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5793,0.000000,1628963091.264015,'\0\0\0\0\0\0\0\0\0\0���q�t',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5794,0.000000,1628964042.226298,'\0\0\0\0\0\0\0\0\0\0���,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5795,1628964187.884019,1628964187.784500,'\0\0\0\0\0\0\0\0\0\0���,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(5796,0.000000,1628964880.714739,'\0\0\0\0\0\0\0\0\0\0��\"DaF',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5797,0.000000,1628965371.896714,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5798,0.000000,1628965516.480642,'\0\0\0\0\0\0\0\0\0\0���贮',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5799,0.000000,1628966681.353906,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5800,0.000000,1628966727.921855,'\0\0\0\0\0\0\0\0\0\0����D',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5801,0.000000,1628966829.428656,'\0\0\0\0\0\0\0\0\0\0��ܧe',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(5802,0.000000,1628968121.321896,'\0\0\0\0\0\0\0\0\0\0���D�\0',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5803,0.000000,1628968657.579186,'\0\0\0\0\0\0\0\0\0\0����jQ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5804,0.000000,1628969263.618626,'\0\0\0\0\0\0\0\0\0\0��νY�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5805,0.000000,1628970546.327589,'\0\0\0\0\0\0\0\0\0\0����p�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5806,0.000000,1628970548.923284,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5807,0.000000,1628972445.797477,'\0\0\0\0\0\0\0\0\0\0��Wk��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5808,0.000000,1628973116.751340,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5809,0.000000,1628973258.937952,'\0\0\0\0\0\0\0\0\0\0���aD�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(5810,0.000000,1628974401.506433,'\0\0\0\0\0\0\0\0\0\0����9�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5811,0.000000,1628974409.758032,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5812,0.000000,1628974550.293873,'\0\0\0\0\0\0\0\0\0\0��/`��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5813,0.000000,1628975397.874398,'\0\0\0\0\0\0\0\0\0\0��?��',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5814,0.000000,1628975700.632892,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(5815,0.000000,1628975789.777211,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5816,0.000000,1628975839.147363,'\0\0\0\0\0\0\0\0\0\0��ϴ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(5817,0.000000,1628976364.745060,'\0\0\0\0\0\0\0\0\0\0��/e��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5818,0.000000,1628977121.389709,'\0\0\0\0\0\0\0\0\0\0����y',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(5819,0.000000,1628978370.583077,'\0\0\0\0\0\0\0\0\0\0��@o~Q',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5820,0.000000,1628978412.323330,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(5821,0.000000,1628979552.199016,'\0\0\0\0\0\0\0\0\0\0���!',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','loginFailValidUsername',NULL,NULL),(5822,0.000000,1628979694.939786,'\0\0\0\0\0\0\0\0\0\0����m',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5823,0.000000,1628980387.778836,'\0\0\0\0\0\0\0\0\0\0��^�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5824,0.000000,1628980838.177305,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5825,0.000000,1628980979.973653,'\0\0\0\0\0\0\0\0\0\0���_S�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(5826,0.000000,1628982137.772126,'\0\0\0\0\0\0\0\0\0\0����}',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5827,0.000000,1628982273.906497,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5828,0.000000,1628982420.210073,'\0\0\0\0\0\0\0\0\0\0���cN�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5829,0.000000,1628983419.526387,'\0\0\0\0\0\0\0\0\0\0��ƚ�C',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5830,0.000000,1628983560.585533,'\0\0\0\0\0\0\0\0\0\0���wң',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5831,0.000000,1628984594.928720,'\0\0\0\0\0\0\0\0\0\0����ʰ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5832,0.000000,1628984709.203079,'\0\0\0\0\0\0\0\0\0\0��h�\Z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(5833,0.000000,1628984851.605781,'\0\0\0\0\0\0\0\0\0\0�����@',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5834,0.000000,1628986001.198987,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5835,0.000000,1628986146.137252,'\0\0\0\0\0\0\0\0\0\0���Y��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(5836,0.000000,1628986702.772019,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5837,0.000000,1628987303.997023,'\0\0\0\0\0\0\0\0\0\0�����3',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5838,0.000000,1628987449.415753,'\0\0\0\0\0\0\0\0\0\0���Dd@',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5839,0.000000,1628988608.439196,'\0\0\0\0\0\0\0\0\0\0���n�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5840,0.000000,1628988748.203267,'\0\0\0\0\0\0\0\0\0\0���aZ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5841,0.000000,1628988812.139404,'\0\0\0\0\0\0\0\0\0\0���@ts',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5842,0.000000,1628989768.599166,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5843,1628989773.736257,1628989773.635100,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5844,0.000000,1628989921.651133,'\0\0\0\0\0\0\0\0\0\0���Vҳ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailValidUsername',NULL,NULL),(5845,0.000000,1628990711.749502,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5846,1628990714.981760,1628990714.876200,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5847,0.000000,1628991043.361675,'\0\0\0\0\0\0\0\0\0\0��H�*-',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5848,0.000000,1628991227.901122,'\0\0\0\0\0\0\0\0\0\0��_��[',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5849,0.000000,1628991371.901732,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(5850,0.000000,1628992541.888314,'\0\0\0\0\0\0\0\0\0\0���D��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5851,0.000000,1628992683.956128,'\0\0\0\0\0\0\0\0\0\0�����F',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5852,0.000000,1628993256.224096,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5853,0.000000,1628993859.454337,'\0\0\0\0\0\0\0\0\0\0��h�DC',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5854,0.000000,1628993996.751068,'\0\0\0\0\0\0\0\0\0\0��իо',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5855,0.000000,1628995156.987036,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5856,0.000000,1628995303.094601,'\0\0\0\0\0\0\0\0\0\0���Dd@',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(5857,0.000000,1628995490.741019,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5858,0.000000,1628996470.843897,'\0\0\0\0\0\0\0\0\0\0��vE��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5859,0.000000,1628996606.797796,'\0\0\0\0\0\0\0\0\0\0���aD�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5860,0.000000,1628997574.943940,'\0\0\0\0\0\0\0\0\0\0��h+�5',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5861,0.000000,1628997893.011766,'\0\0\0\0\0\0\0\0\0\0���捫',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5862,0.000000,1628998983.022378,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(5863,0.000000,1628999123.872008,'\0\0\0\0\0\0\0\0\0\0���MW',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(5864,0.000000,1628999388.114311,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5865,0.000000,1629000155.733337,'\0\0\0\0\0\0\0\0\0\0��gZ��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(5866,0.000000,1629001204.847320,'\0\0\0\0\0\0\0\0\0\0���#~f',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5867,0.000000,1629001290.713212,'\0\0\0\0\0\0\0\0\0\0����m',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5868,0.000000,1629001417.062516,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5869,0.000000,1629002518.056380,'\0\0\0\0\0\0\0\0\0\0����p�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5870,0.000000,1629003026.455086,'\0\0\0\0\0\0\0\0\0\0����vH',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5871,0.000000,1629003347.542308,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5872,1629003350.108649,1629003350.025500,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5873,0.000000,1629003495.752996,'\0\0\0\0\0\0\0\0\0\0����m',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5874,0.000000,1629003619.408041,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5875,0.000000,1629004609.575628,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5876,0.000000,1629004731.688589,'\0\0\0\0\0\0\0\0\0\0���옔',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(5877,0.000000,1629004836.209132,'\0\0\0\0\0\0\0\0\0\0��h�x',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5878,0.000000,1629005717.423733,'\0\0\0\0\0\0\0\0\0\0��N/ɏ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5879,0.000000,1629005839.799825,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5880,0.000000,1629006645.982481,'\0\0\0\0\0\0\0\0\0\0����s',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5881,0.000000,1629006830.543747,'\0\0\0\0\0\0\0\0\0\0��իо',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(5882,0.000000,1629006954.210262,'\0\0\0\0\0\0\0\0\0\0���AL&',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','loginFailValidUsername',NULL,NULL),(5883,0.000000,1629007955.500871,'\0\0\0\0\0\0\0\0\0\0��vE��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(5884,0.000000,1629008082.165420,'\0\0\0\0\0\0\0\0\0\0����Ù',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(5885,0.000000,1629008550.132291,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5886,0.000000,1629009082.036106,'\0\0\0\0\0\0\0\0\0\0����p�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailValidUsername',NULL,NULL),(5887,0.000000,1629009206.752500,'\0\0\0\0\0\0\0\0\0\0����gI',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5888,0.000000,1629010345.773745,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5889,0.000000,1629010452.135467,'\0\0\0\0\0\0\0\0\0\0��ՈLB',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5890,0.000000,1629011376.834203,'\0\0\0\0\0\0\0\0\0\0���n��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(5891,0.000000,1629011499.482004,'\0\0\0\0\0\0\0\0\0\0��xO�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5892,0.000000,1629012342.312983,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5893,0.000000,1629013659.735642,'\0\0\0\0\0\0\0\0\0\0���Dd@',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5894,0.000000,1629013781.897004,'\0\0\0\0\0\0\0\0\0\0����m',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5895,0.000000,1629014220.277303,'\0\0\0\0\0\0\0\0\0\0���Y',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5896,0.000000,1629014808.748801,'\0\0\0\0\0\0\0\0\0\0���㪽',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5897,0.000000,1629014930.807028,'\0\0\0\0\0\0\0\0\0\0��tK�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5898,0.000000,1629015955.806252,'\0\0\0\0\0\0\0\0\0\0��\"{{z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5899,0.000000,1629016081.531825,'\0\0\0\0\0\0\0\0\0\0��\"DL ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5900,0.000000,1629016271.419209,'\0\0\0\0\0\0\0\0\0\0��/aP3',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5901,0.000000,1629017107.479586,'\0\0\0\0\0\0\0\0\0\0���Vҳ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5902,0.000000,1629017236.165903,'\0\0\0\0\0\0\0\0\0\0��/�=�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(5903,0.000000,1629017888.770765,'\0\0\0\0\0\0\0\0\0\0��k�.6',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(5904,0.000000,1629018085.683891,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5905,0.000000,1629018241.445733,'\0\0\0\0\0\0\0\0\0\0���@t�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5906,0.000000,1629018260.010320,'\0\0\0\0\0\0\0\0\0\0�����_',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(5907,0.000000,1629018389.552275,'\0\0\0\0\0\0\0\0\0\0���]��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5908,0.000000,1629019316.398422,'\0\0\0\0\0\0\0\0\0\0��?��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5909,0.000000,1629019411.322949,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5910,0.000000,1629019536.554009,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5911,0.000000,1629020278.611839,'\0\0\0\0\0\0\0\0\0\0��C͘',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5912,0.000000,1629020547.479902,'\0\0\0\0\0\0\0\0\0\0���q�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(5913,0.000000,1629020672.973158,'\0\0\0\0\0\0\0\0\0\0���,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5914,0.000000,1629021689.821410,'\0\0\0\0\0\0\0\0\0\0��E��p',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5915,0.000000,1629021817.947225,'\0\0\0\0\0\0\0\0\0\0��Y`Z}',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(5916,0.000000,1629022296.304648,'\0\0\0\0\0\0\0\0\0\0����t\r',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5917,0.000000,1629022851.414307,'\0\0\0\0\0\0\0\0\0\0���MW',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(5918,0.000000,1629024006.301039,'\0\0\0\0\0\0\0\0\0\0��\'l\0�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5919,0.000000,1629024135.971564,'\0\0\0\0\0\0\0\0\0\0���Dd@',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(5920,0.000000,1629024304.682918,'\0\0\0\0\0\0\0\0\0\0��@�${',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5921,0.000000,1629025158.939458,'\0\0\0\0\0\0\0\0\0\0���7o\r',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(5922,0.000000,1629025284.013427,'\0\0\0\0\0\0\0\0\0\0���wң',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5923,0.000000,1629026311.629145,'\0\0\0\0\0\0\0\0\0\0��N/ɏ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5924,0.000000,1629026386.117438,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5925,0.000000,1629026440.150344,'\0\0\0\0\0\0\0\0\0\0���>|�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(5926,0.000000,1629027469.684688,'\0\0\0\0\0\0\0\0\0\0���aD�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(5927,0.000000,1629027597.779265,'\0\0\0\0\0\0\0\0\0\0���B��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(5928,0.000000,1629028477.864280,'\0\0\0\0\0\0\0\0\0\0����O',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5929,0.000000,1629028626.238535,'\0\0\0\0\0\0\0\0\0\0���_S�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(5930,0.000000,1629028751.434602,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(5931,0.000000,1629030578.644342,'\0\0\0\0\0\0\0\0\0\0��@�\0�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5932,0.000000,1629032661.964237,'\0\0\0\0\0\0\0\0\0\0��+�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5933,0.000000,1629033746.843446,'\0\0\0\0\0\0\0\0\0\0�����]',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5934,0.000000,1629033940.241994,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5935,0.000000,1629034067.080812,'\0\0\0\0\0\0\0\0\0\0���#�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(5936,0.000000,1629036282.693930,'\0\0\0\0\0\0\0\0\0\0���;�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5937,0.000000,1629036411.818364,'\0\0\0\0\0\0\0\0\0\0��-�A*',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5938,0.000000,1629045247.781866,'\0\0\0\0\0\0\0\0\0\0�����;',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5939,1629045250.035035,1629045249.950100,'\0\0\0\0\0\0\0\0\0\0�����;',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5940,0.000000,1629046629.897556,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5941,1629046631.281181,1629046631.200900,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5942,0.000000,1629052659.671921,'\0\0\0\0\0\0\0\0\0\0��(E��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5943,0.000000,1629053296.185204,'\0\0\0\0\0\0\0\0\0\0�����]',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5944,1629053297.897854,1629053297.812700,'\0\0\0\0\0\0\0\0\0\0�����]',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5945,0.000000,1629055343.896177,'\0\0\0\0\0\0\0\0\0\0�����;',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5946,1629055345.346876,1629055345.226200,'\0\0\0\0\0\0\0\0\0\0�����;',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5947,0.000000,1629055782.280083,'\0\0\0\0\0\0\0\0\0\0����g$',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5948,0.000000,1629057793.029908,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5949,1629057794.955116,1629057794.872400,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5950,0.000000,1629058917.407961,'\0\0\0\0\0\0\0\0\0\0��h�\0',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5951,0.000000,1629062031.762904,'\0\0\0\0\0\0\0\0\0\0���G',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5952,0.000000,1629065162.590631,'\0\0\0\0\0\0\0\0\0\0��r!Z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5953,0.000000,1629068300.991769,'\0\0\0\0\0\0\0\0\0\0��νY�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(5954,0.000000,1629068663.946345,'\0\0\0\0\0\0\0\0\0\0��k�.6',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5955,0.000000,1629068664.697968,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5956,1629068666.374821,1629068666.292600,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5957,1629068666.146083,1629068666.062100,'\0\0\0\0\0\0\0\0\0\0��k�.6',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5958,0.000000,1629069551.516018,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0','loginFailInvalidUsername',NULL,NULL),(5959,0.000000,1629071438.609757,'\0\0\0\0\0\0\0\0\0\0����}',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5960,0.000000,1629077735.603608,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5961,0.000000,1629078611.471250,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5962,1629078614.965814,1629078614.873300,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5963,0.000000,1629079243.609819,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5964,1629079245.104985,1629079245.017400,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5965,0.000000,1629080878.059784,'\0\0\0\0\0\0\0\0\0\0�����M',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(5966,0.000000,1629084030.736558,'\0\0\0\0\0\0\0\0\0\0��\"]$d',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5967,0.000000,1629084667.188241,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5968,0.000000,1629086696.566516,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5969,0.000000,1629087192.867680,'\0\0\0\0\0\0\0\0\0\0��]sO',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5970,0.000000,1629090335.901441,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5971,0.000000,1629090604.152835,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','loginFailInvalidUsername',NULL,NULL),(5972,0.000000,1629093372.391455,'\0\0\0\0\0\0\0\0\0\0���,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5973,0.000000,1629096347.883416,'\0\0\0\0\0\0\0\0\0\0��_��[',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5974,0.000000,1629097935.880183,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(5975,0.000000,1629099360.319449,'\0\0\0\0\0\0\0\0\0\0��E��p',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5976,0.000000,1629102067.808007,'\0\0\0\0\0\0\0\0\0\0��q�a�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5977,0.000000,1629102386.078087,'\0\0\0\0\0\0\0\0\0\0���G',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5978,0.000000,1629103244.447514,'\0\0\0\0\0\0\0\0\0\0��R�x�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5979,0.000000,1629104370.166442,'\0\0\0\0\0\0\0\0\0\0���U��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5980,0.000000,1629105428.702963,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(5981,0.000000,1629105529.381836,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5982,0.000000,1629107882.405643,'\0\0\0\0\0\0\0\0\0\0��q�H�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5983,0.000000,1629108162.988485,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Safari/600.1.3','loginFailInvalidUsername',NULL,NULL),(5984,0.000000,1629108459.919317,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(5985,0.000000,1629109220.810222,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5986,1629109222.188709,1629109222.103900,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(5987,0.000000,1629110389.559181,'\0\0\0\0\0\0\0\0\0\0�����M',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5988,0.000000,1629111494.869943,'\0\0\0\0\0\0\0\0\0\0��\"]$d',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(5989,0.000000,1629111731.445721,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5990,0.000000,1629113054.902778,'\0\0\0\0\0\0\0\0\0\0���襱',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5991,0.000000,1629114540.536705,'\0\0\0\0\0\0\0\0\0\0���aZ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(5992,0.000000,1629116981.515445,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5993,0.000000,1629119329.725487,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5994,0.000000,1629120601.785939,'\0\0\0\0\0\0\0\0\0\0��g ��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(5995,0.000000,1629121863.472150,'\0\0\0\0\0\0\0\0\0\0��?\"��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5996,0.000000,1629123085.035393,'\0\0\0\0\0\0\0\0\0\0��e \Z�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5997,0.000000,1629125571.202510,'\0\0\0\0\0\0\0\0\0\0��3O2T',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5998,0.000000,1629126806.364247,'\0\0\0\0\0\0\0\0\0\0��3QJ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(5999,0.000000,1629128134.447259,'\0\0\0\0\0\0\0\0\0\0��g ��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6000,0.000000,1629129269.895446,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6001,0.000000,1629129348.478605,'\0\0\0\0\0\0\0\0\0\0����q�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6002,0.000000,1629129732.123240,'\0\0\0\0\0\0\0\0\0\0��k�.6',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6003,1629129733.471584,1629129733.387400,'\0\0\0\0\0\0\0\0\0\0��k�.6',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6004,0.000000,1629130609.688078,'\0\0\0\0\0\0\0\0\0\0����E�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6005,0.000000,1629131847.476577,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6006,0.000000,1629131924.282788,'\0\0\0\0\0\0\0\0\0\0���La',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6007,0.000000,1629132986.620525,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6008,0.000000,1629133119.440552,'\0\0\0\0\0\0\0\0\0\0����T',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6009,0.000000,1629134525.892823,'\0\0\0\0\0\0\0\0\0\0����2<',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6010,0.000000,1629135730.108027,'\0\0\0\0\0\0\0\0\0\0��p�wB',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6011,0.000000,1629137126.570298,'\0\0\0\0\0\0\0\0\0\0��-w�B',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6012,0.000000,1629139639.872332,'\0\0\0\0\0\0\0\0\0\0�����z',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6013,0.000000,1629140953.926013,'\0\0\0\0\0\0\0\0\0\0���~P�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6014,0.000000,1629141468.781107,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 1.1.4322)','loginFailValidUsername',NULL,NULL),(6015,0.000000,1629142241.132348,'\0\0\0\0\0\0\0\0\0\0��E��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6016,0.000000,1629145604.060757,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6017,1629145606.334246,1629145606.249400,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6018,0.000000,1629145944.050257,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6019,0.000000,1629146103.018701,'\0\0\0\0\0\0\0\0\0\0���~P�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6020,0.000000,1629147380.138647,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6021,0.000000,1629150031.432717,'\0\0\0\0\0\0\0\0\0\0��g|_/',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6022,0.000000,1629150935.957290,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6023,1629150938.654963,1629150938.552400,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6024,0.000000,1629151283.519632,'\0\0\0\0\0\0\0\0\0\0��g�**',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6025,0.000000,1629152681.904371,'\0\0\0\0\0\0\0\0\0\0��#� ',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6026,0.000000,1629152793.137053,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Safari/600.1.3','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6027,1629152794.408569,1629152794.326700,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6028,0.000000,1629153982.201179,'\0\0\0\0\0\0\0\0\0\0���?�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6029,0.000000,1629155285.984564,'\0\0\0\0\0\0\0\0\0\0��g�t',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6030,0.000000,1629156624.951467,'\0\0\0\0\0\0\0\0\0\0���\'',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6031,0.000000,1629157888.044290,'\0\0\0\0\0\0\0\0\0\0��N�/�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6032,0.000000,1629159053.509664,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(6033,0.000000,1629159334.651721,'\0\0\0\0\0\0\0\0\0\0��g⋙',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6034,0.000000,1629160646.527945,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6035,0.000000,1629163440.085504,'\0\0\0\0\0\0\0\0\0\0��-�f�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6036,0.000000,1629164672.563641,'\0\0\0\0\0\0\0\0\0\0��� �C',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6037,0.000000,1629166136.014178,'\0\0\0\0\0\0\0\0\0\0��ډ2',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6038,0.000000,1629167541.564916,'\0\0\0\0\0\0\0\0\0\0��.�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6039,0.000000,1629170040.200153,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6040,1629170043.220805,1629170042.622800,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6041,0.000000,1629170218.016827,'\0\0\0\0\0\0\0\0\0\0����ʜ',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6042,0.000000,1629171604.157735,'\0\0\0\0\0\0\0\0\0\0����$�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6043,0.000000,1629172973.171282,'\0\0\0\0\0\0\0\0\0\0��#ގs',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6044,0.000000,1629174411.352391,'\0\0\0\0\0\0\0\0\0\0���ɬL',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6045,0.000000,1629178420.921584,'\0\0\0\0\0\0\0\0\0\0��-�c',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6046,0.000000,1629189814.284953,'\0\0\0\0\0\0\0\0\0\0��k�0�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','loginFailInvalidUsername',NULL,NULL),(6047,0.000000,1629190265.355710,'\0\0\0\0\0\0\0\0\0\0��?��',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6048,0.000000,1629201433.925391,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','loginFailInvalidUsername',NULL,NULL),(6049,0.000000,1629202705.958412,'\0\0\0\0\0\0\0\0\0\0��k�.6',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6050,0.000000,1629211748.361804,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6051,1629211749.805093,1629211749.719800,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6052,0.000000,1629212963.809264,'\0\0\0\0\0\0\0\0\0\0��E�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(6053,0.000000,1629216826.734702,'\0\0\0\0\0\0\0\0\0\0��k�0�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6054,1629216830.913408,1629216830.793200,'\0\0\0\0\0\0\0\0\0\0��k�0�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6055,0.000000,1629218727.126040,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6056,1629218730.781258,1629218730.701600,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6057,0.000000,1629232084.726633,'\0\0\0\0\0\0\0\0\0\0�����]',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(6058,0.000000,1629233977.758162,'\0\0\0\0\0\0\0\0\0\0���6�M',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(6059,0.000000,1629235271.589001,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(6060,0.000000,1629236870.499093,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6061,0.000000,1629248944.209051,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6062,0.000000,1629248947.627720,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6063,0.000000,1629248947.944723,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6064,0.000000,1629248948.151250,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6065,0.000000,1629248948.354918,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6066,0.000000,1629248948.563004,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6067,0.000000,1629248948.922551,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6068,0.000000,1629248949.187797,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6069,0.000000,1629248949.490275,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6070,0.000000,1629248949.753861,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6071,0.000000,1629248950.014604,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6072,0.000000,1629248950.280003,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6073,0.000000,1629248950.511460,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6074,0.000000,1629248950.778816,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6075,0.000000,1629248951.070652,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6076,0.000000,1629248951.334791,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6077,0.000000,1629248951.567129,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6078,0.000000,1629248951.832911,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6079,0.000000,1629248952.089316,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6080,0.000000,1629248952.343041,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,503,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(6081,0.000000,1629255475.039632,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(6082,0.000000,1629256743.921765,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6083,1629256746.021941,1629256745.868300,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6084,0.000000,1629264168.540267,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(6085,0.000000,1629273691.019094,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6086,0.000000,1629276392.169153,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(6087,0.000000,1629277357.810916,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6088,0.000000,1629279465.854120,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','loginFailInvalidUsername',NULL,NULL),(6089,0.000000,1629297990.869146,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(6090,0.000000,1629299629.293619,'\0\0\0\0\0\0\0\0\0\0���6�M',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9','loginFailInvalidUsername',NULL,NULL),(6091,0.000000,1629302396.621196,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','loginFailInvalidUsername',NULL,NULL),(6092,0.000000,1629305367.787477,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(6093,0.000000,1629316115.508330,'\0\0\0\0\0\0\0\0\0\0��k�.5',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(6094,0.000000,1629374410.930931,'\0\0\0\0\0\0\0\0\0\0��#� ',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6095,0.000000,1629375625.652213,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6096,1629375627.046939,1629375626.964300,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6097,0.000000,1629376653.624762,'\0\0\0\0\0\0\0\0\0\0���?�.',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6098,0.000000,1629378842.945563,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6099,1629378844.468268,1629378844.350700,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6100,0.000000,1629381048.128108,'\0\0\0\0\0\0\0\0\0\0���\"��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6101,0.000000,1629383277.797084,'\0\0\0\0\0\0\0\0\0\0��H� �',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6102,0.000000,1629385549.246302,'\0\0\0\0\0\0\0\0\0\0��- ��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6103,0.000000,1629387844.288790,'\0\0\0\0\0\0\0\0\0\0���\"��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6104,0.000000,1629390036.169392,'\0\0\0\0\0\0\0\0\0\0���H�{',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6105,0.000000,1629392182.406536,'\0\0\0\0\0\0\0\0\0\0����8]',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6106,0.000000,1629394438.913043,'\0\0\0\0\0\0\0\0\0\0��\r\\p�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6107,0.000000,1629396130.551201,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(6108,0.000000,1629396633.879949,'\0\0\0\0\0\0\0\0\0\0����z',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6109,0.000000,1629397696.072103,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6110,1629397697.699501,1629397697.618400,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6111,0.000000,1629398793.262695,'\0\0\0\0\0\0\0\0\0\0���4�n',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6112,0.000000,1629400991.003612,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6113,0.000000,1629402523.697203,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6114,1629402527.053618,1629402526.974300,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6115,0.000000,1629403143.783357,'\0\0\0\0\0\0\0\0\0\0���ɬL',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6116,0.000000,1629405293.975535,'\0\0\0\0\0\0\0\0\0\0��H� �',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6117,0.000000,1629405497.232097,'\0\0\0\0\0\0\0\0\0\0��q�#�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6118,0.000000,1629405956.429750,'\0\0\0\0\0\0\0\0\0\0��k�i�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6119,0.000000,1629406451.874767,'\0\0\0\0\0\0\0\0\0\0��˖kM',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6120,0.000000,1629406959.993627,'\0\0\0\0\0\0\0\0\0\0��?\n�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6121,0.000000,1629407415.142821,'\0\0\0\0\0\0\0\0\0\0����R',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6122,0.000000,1629408067.880374,'\0\0\0\0\0\0\0\0\0\0��->�o',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6123,0.000000,1629408633.310007,'\0\0\0\0\0\0\0\0\0\0��B�|',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6124,0.000000,1629409234.647424,'\0\0\0\0\0\0\0\0\0\0���Z�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6125,0.000000,1629409414.532172,'\0\0\0\0\0\0\0\0\0\0��gnV~',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6126,0.000000,1629409834.141812,'\0\0\0\0\0\0\0\0\0\0���3�:',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6127,0.000000,1629410429.901057,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6128,0.000000,1629411052.810153,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6129,0.000000,1629411289.451074,'\0\0\0\0\0\0\0\0\0\0��g%�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6130,0.000000,1629411696.701483,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6131,0.000000,1629412350.990799,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6132,0.000000,1629412994.971434,'\0\0\0\0\0\0\0\0\0\0���VBe',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6133,0.000000,1629413606.545992,'\0\0\0\0\0\0\0\0\0\0��D���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6134,0.000000,1629414278.529249,'\0\0\0\0\0\0\0\0\0\0���ѓ<',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6135,0.000000,1629414962.492021,'\0\0\0\0\0\0\0\0\0\0����<�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6136,0.000000,1629415211.092652,'\0\0\0\0\0\0\0\0\0\0���\"��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6137,0.000000,1629416262.293054,'\0\0\0\0\0\0\0\0\0\0���Q֨',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6138,0.000000,1629416958.807571,'\0\0\0\0\0\0\0\0\0\0�����\n',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6139,0.000000,1629416973.432297,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(6140,0.000000,1629417280.724578,'\0\0\0\0\0\0\0\0\0\0��g�t',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6141,0.000000,1629417646.915424,'\0\0\0\0\0\0\0\0\0\0���Dt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6142,0.000000,1629418359.739114,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6143,0.000000,1629419044.380386,'\0\0\0\0\0\0\0\0\0\0��/jv�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6144,0.000000,1629419292.056474,'\0\0\0\0\0\0\0\0\0\0��P�A',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6145,0.000000,1629419773.303943,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6146,0.000000,1629420489.844976,'\0\0\0\0\0\0\0\0\0\0���~�+',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6147,0.000000,1629421239.586726,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6148,0.000000,1629421980.278628,'\0\0\0\0\0\0\0\0\0\0��)�@K',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6149,0.000000,1629422729.948515,'\0\0\0\0\0\0\0\0\0\0��_�+�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6150,0.000000,1629423466.015428,'\0\0\0\0\0\0\0\0\0\0���\0�D',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6151,0.000000,1629424227.938467,'\0\0\0\0\0\0\0\0\0\0����0',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6152,0.000000,1629424703.782834,'\0\0\0\0\0\0\0\0\0\0��3Q�$',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6153,0.000000,1629424997.859397,'\0\0\0\0\0\0\0\0\0\0��2M_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6154,0.000000,1629425771.248631,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6155,0.000000,1629426556.790971,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6156,1629426697.292013,1629426697.156600,'\0\0\0\0\0\0\0\0\0\0����\r',0,403,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','WAF-RULE-328','{\"learningMode\":0,\"failedRules\":\"328\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL3VrZGVidGNvbnNvbGlkYXRpb25zLmNvLnVrL3B1YmxpY19odG1sL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"bypass\",\"ssl\":1}'),(6157,1629426711.456131,1629426711.371800,'\0\0\0\0\0\0\0\0\0\0����\r',0,403,0,0,0,'https://ukdebtconsolidations.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Modern WPBakery Page Builder Addons <= 3.0.1 Unprotected AJAX Actions','{\"learningMode\":0,\"failedRules\":\"362\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL3VrZGVidGNvbnNvbGlkYXRpb25zLmNvLnVrL3B1YmxpY19odG1sL3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"bypass\",\"ssl\":1}'),(6158,0.000000,1629427329.050553,'\0\0\0\0\0\0\0\0\0\0��/p�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6159,0.000000,1629428138.286902,'\0\0\0\0\0\0\0\0\0\0���q��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6160,0.000000,1629428957.129742,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6161,0.000000,1629429718.368777,'\0\0\0\0\0\0\0\0\0\0���k��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6162,0.000000,1629430518.920892,'\0\0\0\0\0\0\0\0\0\0��2M_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6163,0.000000,1629431254.743358,'\0\0\0\0\0\0\0\0\0\0��g�t',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6164,0.000000,1629431321.313823,'\0\0\0\0\0\0\0\0\0\0��\"Q�n',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6165,0.000000,1629432138.720662,'\0\0\0\0\0\0\0\0\0\0����O',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6166,0.000000,1629432189.556377,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6167,1629432191.716727,1629432191.593000,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6168,0.000000,1629432785.384133,'\0\0\0\0\0\0\0\0\0\0��E�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(6169,0.000000,1629432983.387481,'\0\0\0\0\0\0\0\0\0\0����K�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6170,0.000000,1629433559.368077,'\0\0\0\0\0\0\0\0\0\0���H�.',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6171,0.000000,1629433769.211889,'\0\0\0\0\0\0\0\0\0\0��o�F',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6172,0.000000,1629434628.166274,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6173,0.000000,1629434915.905752,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6174,1629434941.295325,1629434941.197900,'\0\0\0\0\0\0\0\0\0\0��?���',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.25.1','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(6175,0.000000,1629435392.751661,'\0\0\0\0\0\0\0\0\0\0��#�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6176,0.000000,1629435835.874473,'\0\0\0\0\0\0\0\0\0\0��� @/',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6177,0.000000,1629435914.846356,'\0\0\0\0\0\0\0\0\0\0���#\r�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6178,0.000000,1629436377.923759,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6179,0.000000,1629436761.264566,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6180,0.000000,1629437514.560026,'\0\0\0\0\0\0\0\0\0\0��k���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6181,0.000000,1629437877.837621,'\0\0\0\0\0\0\0\0\0\0��t���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6182,0.000000,1629438076.945766,'\0\0\0\0\0\0\0\0\0\0����qt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6183,0.000000,1629438260.077218,'\0\0\0\0\0\0\0\0\0\0���;=�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6184,0.000000,1629438652.553668,'\0\0\0\0\0\0\0\0\0\0���> z',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6185,0.000000,1629439043.660666,'\0\0\0\0\0\0\0\0\0\0��\\��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6186,0.000000,1629439410.179502,'\0\0\0\0\0\0\0\0\0\0���Ů�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6187,0.000000,1629439792.627358,'\0\0\0\0\0\0\0\0\0\0��#��w',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6188,0.000000,1629440168.941647,'\0\0\0\0\0\0\0\0\0\0����dl',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6189,0.000000,1629440484.061858,'\0\0\0\0\0\0\0\0\0\0��)�H�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6190,0.000000,1629440541.070402,'\0\0\0\0\0\0\0\0\0\0��]r��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6191,0.000000,1629440924.807552,'\0\0\0\0\0\0\0\0\0\0��%���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6192,0.000000,1629441293.185013,'\0\0\0\0\0\0\0\0\0\0���J�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6193,0.000000,1629441635.528385,'\0\0\0\0\0\0\0\0\0\0��/J�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6194,0.000000,1629442825.900555,'\0\0\0\0\0\0\0\0\0\0���@u}',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6195,0.000000,1629442958.872409,'\0\0\0\0\0\0\0\0\0\0����qt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6196,0.000000,1629443204.338920,'\0\0\0\0\0\0\0\0\0\0��- �E',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6197,0.000000,1629443562.446303,'\0\0\0\0\0\0\0\0\0\0���Q`',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6198,0.000000,1629443934.454686,'\0\0\0\0\0\0\0\0\0\0���Dt',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6199,0.000000,1629444308.880240,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6200,0.000000,1629444663.915386,'\0\0\0\0\0\0\0\0\0\0��g|_Y',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6201,0.000000,1629444894.889111,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(6202,0.000000,1629445054.163174,'\0\0\0\0\0\0\0\0\0\0��H\"\"�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6203,0.000000,1629445394.094623,'\0\0\0\0\0\0\0\0\0\0���D��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6204,0.000000,1629445409.439114,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6205,0.000000,1629446193.880734,'\0\0\0\0\0\0\0\0\0\0���q�t',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6206,0.000000,1629446356.227172,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3','loginFailValidUsername',NULL,NULL),(6207,0.000000,1629446555.372715,'\0\0\0\0\0\0\0\0\0\0��Ғ�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6208,0.000000,1629446946.489049,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6209,0.000000,1629447367.359095,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6210,0.000000,1629447794.953834,'\0\0\0\0\0\0\0\0\0\0���q�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6211,0.000000,1629448619.209568,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6212,0.000000,1629449028.596072,'\0\0\0\0\0\0\0\0\0\0���b�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6213,0.000000,1629449434.285382,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6214,0.000000,1629449846.418637,'\0\0\0\0\0\0\0\0\0\0��#���',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6215,0.000000,1629450270.629187,'\0\0\0\0\0\0\0\0\0\0���Ů�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6216,0.000000,1629450715.175983,'\0\0\0\0\0\0\0\0\0\0��n-p',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6217,0.000000,1629451135.998429,'\0\0\0\0\0\0\0\0\0\0���VBe',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6218,0.000000,1629451564.280782,'\0\0\0\0\0\0\0\0\0\0����-�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6219,0.000000,1629452443.822057,'\0\0\0\0\0\0\0\0\0\0��gt�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6220,0.000000,1629452889.236311,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6221,0.000000,1629453328.073928,'\0\0\0\0\0\0\0\0\0\0��DB�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6222,0.000000,1629453778.411003,'\0\0\0\0\0\0\0\0\0\0��@om�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6223,0.000000,1629454227.822184,'\0\0\0\0\0\0\0\0\0\0���~�+',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6224,0.000000,1629454697.672379,'\0\0\0\0\0\0\0\0\0\0��^+.',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6225,0.000000,1629455153.439217,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6226,0.000000,1629455597.341675,'\0\0\0\0\0\0\0\0\0\0��3� ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6227,0.000000,1629456078.342264,'\0\0\0\0\0\0\0\0\0\0��gPR!',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6228,0.000000,1629456569.283028,'\0\0\0\0\0\0\0\0\0\0��w4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6229,0.000000,1629457038.208106,'\0\0\0\0\0\0\0\0\0\0��/r�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6230,0.000000,1629457481.076358,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6231,0.000000,1629458481.845356,'\0\0\0\0\0\0\0\0\0\0��/aP3',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6232,0.000000,1629458972.863388,'\0\0\0\0\0\0\0\0\0\0��E��|',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6233,0.000000,1629459429.420643,'\0\0\0\0\0\0\0\0\0\0��C͘',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6234,0.000000,1629459946.960141,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6235,0.000000,1629460423.305928,'\0\0\0\0\0\0\0\0\0\0���cN�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6236,0.000000,1629460928.673644,'\0\0\0\0\0\0\0\0\0\0���@u�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6237,0.000000,1629461435.577070,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6238,0.000000,1629461959.803329,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6239,0.000000,1629462447.902820,'\0\0\0\0\0\0\0\0\0\0����8',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6240,0.000000,1629462790.919033,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(6241,0.000000,1629462982.332878,'\0\0\0\0\0\0\0\0\0\0��}��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6242,0.000000,1629463493.227877,'\0\0\0\0\0\0\0\0\0\0��E���',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6243,0.000000,1629464009.186056,'\0\0\0\0\0\0\0\0\0\0��E1��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6244,0.000000,1629464517.966219,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6245,0.000000,1629465033.770998,'\0\0\0\0\0\0\0\0\0\0��Bs�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6246,0.000000,1629465555.113544,'\0\0\0\0\0\0\0\0\0\0��H�%�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6247,0.000000,1629466084.989007,'\0\0\0\0\0\0\0\0\0\0��o�F',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6248,0.000000,1629466817.943666,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://www.ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6249,0.000000,1629469400.730794,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6250,0.000000,1629469404.020647,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6251,0.000000,1629469404.309347,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6252,0.000000,1629469404.537753,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6253,0.000000,1629469404.771570,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6254,0.000000,1629469404.977487,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6255,0.000000,1629469405.238802,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6256,0.000000,1629469405.473783,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6257,0.000000,1629469405.710180,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6258,0.000000,1629469405.907640,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6259,0.000000,1629469406.128103,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6260,0.000000,1629469406.377550,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6261,0.000000,1629469406.600418,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6262,0.000000,1629469406.848587,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6263,0.000000,1629469407.110500,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6264,0.000000,1629469407.361836,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6265,0.000000,1629469407.627078,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6266,0.000000,1629469407.881694,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6267,0.000000,1629469408.149669,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6268,0.000000,1629469408.369514,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,503,0,0,0,'https://ukdebtconsolidations.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(6269,0.000000,1629471771.712748,'\0\0\0\0\0\0\0\0\0\0���]�_',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6270,0.000000,1629473304.229869,'\0\0\0\0\0\0\0\0\0\0���>|�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6271,0.000000,1629479524.441477,'\0\0\0\0\0\0\0\0\0\0���Y�g',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(6272,0.000000,1629481116.469285,'\0\0\0\0\0\0\0\0\0\0��Rʬ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6273,0.000000,1629482768.507664,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(6274,0.000000,1629484431.936672,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(6275,0.000000,1629487731.566411,'\0\0\0\0\0\0\0\0\0\0��e ��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(6276,0.000000,1629489379.999282,'\0\0\0\0\0\0\0\0\0\0���鿭',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(6277,0.000000,1629490996.480361,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(6278,0.000000,1629492608.304429,'\0\0\0\0\0\0\0\0\0\0���9�8',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(6279,0.000000,1629494220.714810,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6280,0.000000,1629495846.223995,'\0\0\0\0\0\0\0\0\0\0���F��',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6281,0.000000,1629497447.304912,'\0\0\0\0\0\0\0\0\0\0��ԯ�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(6282,0.000000,1629499059.531548,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6283,0.000000,1629502282.284441,'\0\0\0\0\0\0\0\0\0\0����m',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6284,0.000000,1629503882.713621,'\0\0\0\0\0\0\0\0\0\0����y',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(6285,0.000000,1629505503.656529,'\0\0\0\0\0\0\0\0\0\0��_�� ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6286,0.000000,1629507119.869977,'\0\0\0\0\0\0\0\0\0\0��vHh',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6287,0.000000,1629508741.052674,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(6288,0.000000,1629510365.920563,'\0\0\0\0\0\0\0\0\0\0���aZ',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6289,0.000000,1629511991.369064,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(6290,0.000000,1629513621.655133,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(6291,0.000000,1629515251.269725,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(6292,0.000000,1629520752.460433,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(6293,0.000000,1629522407.534333,'\0\0\0\0\0\0\0\0\0\0����l',0,503,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(6294,0.000000,1629524063.341835,'\0\0\0\0\0\0\0\0\0\0�����^',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(6295,0.000000,1629524258.227855,'\0\0\0\0\0\0\0\0\0\0���6�N',0,200,0,0,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(6296,0.000000,1629525718.266721,'\0\0\0\0\0\0\0\0\0\0���2��',0,200,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(6297,0.000000,1629526791.907932,'\0\0\0\0\0\0\0\0\0\0��gF�D',0,302,0,1,0,'https://ukdebtconsolidations.co.uk/wp-login.php','https://ukdebtconsolidations.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fukdebtconsolidations.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','loginOK',NULL,NULL);
/*!40000 ALTER TABLE `cwp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfhoover`
--
DROP TABLE IF EXISTS `cwp_wfhoover`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfhoover`
--
LOCK TABLES `cwp_wfhoover` WRITE;
/*!40000 ALTER TABLE `cwp_wfhoover` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wfhoover` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfissues`
--
DROP TABLE IF EXISTS `cwp_wfissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=22533 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_wfissues`
--
LOCK TABLES `cwp_wfissues` WRITE;
/*!40000 ALTER TABLE `cwp_wfissues` DISABLE KEYS */;
INSERT INTO `cwp_wfissues` VALUES (21283,1629459778,1629459778,'new','skippedPaths',25,'6fd0d290b978eab8027e6b79501ac149','6fd0d290b978eab8027e6b79501ac149','1 path was skipped for the malware scan due to scan settings','The option \"Scan files outside your WordPress installation\" is off by default, which means 1 path and its file(s) will not be scanned for malware or unauthorized changes. To continue skipping this path, you may ignore this issue. Or to start scanning it, enable the option and subsequent scans will include it. Some paths may not be necessary to scan, so this is optional. <a href=\"https://www.wordfence.com/help/?query=scan-result-skipped-paths\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a><br><br>The path skipped is ~/.quarantine','a:0:{}'),(21284,1629459784,1629459784,'new','knownfile',25,'c8b90bc26f395c52afcfbf42075fc3c6','ea9c17e25b042301f468a52a1e1bbe6b','Old WordPress core file not removed during update: wp-admin/css/ie-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:23:\"wp-admin/css/ie-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21285,1629459784,1629459784,'new','knownfile',25,'d2e5e9c2d2a3043983984d3b8e3bd71d','4b4a4aa2f5966617a023b4918a09470f','Old WordPress core file not removed during update: wp-admin/css/ie-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:27:\"wp-admin/css/ie-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21286,1629459784,1629459784,'new','knownfile',25,'8efe0a5eaa9dfdc614198cb604b04d60','bbf330bbb5160418b09c865b9b6d3f26','Old WordPress core file not removed during update: wp-admin/css/ie.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:19:\"wp-admin/css/ie.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21287,1629459784,1629459784,'new','knownfile',25,'3d8d12c75155d55e393c7faa0b6ce60d','bd6b1d2d59329936981635fc7326d250','Old WordPress core file not removed during update: wp-admin/css/ie.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:23:\"wp-admin/css/ie.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21288,1629459784,1629459784,'new','knownfile',25,'9a9a51e617ef3c2c7bba75d8ccd533a6','a7f7817f0891862bc7cc774892cab024','Old WordPress core file not removed during update: wp-admin/css/press-this-editor-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:38:\"wp-admin/css/press-this-editor-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21289,1629459784,1629459784,'new','knownfile',25,'950b5610c3eb51f3f1a33eec7700ed10','5926eed4adb055af2dd81ec5677bbd03','Old WordPress core file not removed during update: wp-admin/css/press-this-editor-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:42:\"wp-admin/css/press-this-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;}'),(21290,1629459784,1629459784,'new','knownfile',25,'e7f935aab76e056c6db3c6f8de68a33c','f9315049fc34e18465dc9b454149c680','Old WordPress core file not removed during update: wp-admin/css/press-this-editor.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:34:\"wp-admin/css/press-this-editor.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21291,1629459784,1629459784,'new','knownfile',25,'68771a4521da1746b18137e2902d6f4a','0f287319055bb5248b41c39dd989eaaf','Old WordPress core file not removed during update: wp-admin/css/press-this-editor.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:38:\"wp-admin/css/press-this-editor.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21292,1629459784,1629459784,'new','knownfile',25,'2d85bcd16b5e60f3a2e56932620ad5de','494d6e4045019fbba266d1a210ecdb54','Old WordPress core file not removed during update: wp-admin/css/press-this-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:31:\"wp-admin/css/press-this-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21293,1629459784,1629459784,'new','knownfile',25,'8de7b42c0e46de89c255d4c717cd2753','6328b9e39718bd938ec84a85eeb3e13e','Old WordPress core file not removed during update: wp-admin/css/press-this-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:35:\"wp-admin/css/press-this-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21294,1629459784,1629459784,'new','knownfile',25,'70becbb312452dd8f94e5c0a924b5f35','aba202319ef1536e3fb566723f98fdac','Old WordPress core file not removed during update: wp-admin/css/press-this.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:27:\"wp-admin/css/press-this.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21295,1629459784,1629459784,'new','knownfile',25,'a05f58280ae1f008ded3ebfb34f6fcec','35d315e05822913918318562bfcf3580','Old WordPress core file not removed during update: wp-admin/css/press-this.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:31:\"wp-admin/css/press-this.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21296,1629459788,1629459788,'new','knownfile',25,'a649872068a7043a49f0906f3e4bb105','4d0c67c4f76161c03a65c1c3ae1ee288','Old WordPress core file not removed during update: wp-admin/includes/class-wp-press-this.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:41:\"wp-admin/includes/class-wp-press-this.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21297,1629459790,1629459790,'new','knownfile',25,'a3f889fcdfa9367834fb29558b380814','24883b42b01c15695f9da53b807db3bc','Old WordPress core file not removed during update: wp-admin/js/bookmarklet.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:26:\"wp-admin/js/bookmarklet.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21298,1629459790,1629459790,'new','knownfile',25,'ec3d29be0bad86edcc28838685cfd3d1','f3224db839e0842989738e70d93d7131','Old WordPress core file not removed during update: wp-admin/js/bookmarklet.min.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:30:\"wp-admin/js/bookmarklet.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21299,1629459792,1629459792,'new','knownfile',25,'2acfb31d37c04ba40f4cc3f701974e94','885759a100cb1e1faf187ed979467dbe','Old WordPress core file not removed during update: wp-admin/js/press-this.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:25:\"wp-admin/js/press-this.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21300,1629459792,1629459792,'new','knownfile',25,'d9db3f9ed72ea7dfa101c54e4ce0b93e','cbf2be0bf586dc14b6503a2d7b3df479','Old WordPress core file not removed during update: wp-admin/js/press-this.min.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:29:\"wp-admin/js/press-this.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21301,1629459793,1629459793,'new','knownfile',25,'e32e5e5b053e59b469c4ccfc562d26b6','76c1c88210ad82622b059ab6476f4624','Old WordPress core file not removed during update: wp-admin/js/wp-fullscreen-stub.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:33:\"wp-admin/js/wp-fullscreen-stub.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21302,1629459793,1629459793,'new','knownfile',25,'947434a9e8de20bb2b0988b80cb78aec','46419a986a4d06dbb80396b021dae1dc','Old WordPress core file not removed during update: wp-admin/js/wp-fullscreen-stub.min.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-admin/js/wp-fullscreen-stub.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21303,1629459856,1629459856,'new','knownfile',75,'77d22a1325de146ef63725812f5eb9ab','1a208a3b35c521da2d4f8be452da6057','Unknown file in WordPress core: wp-includes/wp-includes/ID3/getid3.lib.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/ID3/getid3.lib.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21304,1629459856,1629459856,'new','knownfile',75,'fe9a874ec8009d3060815c1cc9a4e051','c3468696bde65f3b3f53531d99abc16a','Unknown file in WordPress core: wp-includes/wp-includes/ID3/getid3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/ID3/getid3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21305,1629459856,1629459856,'new','knownfile',75,'3ab761f7a379c75523754f6eb25f6495','16fa993cca3a52799a237e16186704e7','Unknown file in WordPress core: wp-includes/wp-includes/ID3/license.commercial.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/ID3/license.commercial.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21306,1629459856,1629459856,'new','knownfile',75,'74d25a7ace50a31cbe9a7ce75d76db58','cea9af9cea1278fb9854952524eb579c','Unknown file in WordPress core: wp-includes/wp-includes/ID3/license.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/ID3/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21307,1629459856,1629459856,'new','knownfile',75,'48969b6fdf21d8b27695f59778813485','59daecd942898180a8e3e12bb1779c9d','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.asf.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/ID3/module.audio-video.asf.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21308,1629459857,1629459857,'new','knownfile',75,'66c981e25885d5d103fa104f22d7afc5','9bfc8c5b58f564e73497a76b35662c1d','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.flv.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/ID3/module.audio-video.flv.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21309,1629459857,1629459857,'new','knownfile',75,'024351a8f935cfacf4f17d9777e3f93a','fe5705e877454cc9b4dcca8c8635ab75','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.matroska.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/ID3/module.audio-video.matroska.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21310,1629459857,1629459857,'new','knownfile',75,'52c8abe6f45a44b2238bcac752ec83b4','f95bf679e45c454521cc91db7b7a21ed','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.quicktime.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/ID3/module.audio-video.quicktime.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21311,1629459857,1629459857,'new','knownfile',75,'ac15bc028d933f823abe12e7a4817984','99f963f807257004eeb98f9617bd3990','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.riff.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/ID3/module.audio-video.riff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21312,1629459857,1629459857,'new','knownfile',75,'a6b5a645eaa93694707f6879f9849998','91e937f26f1159d453b1235c3bc8550d','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.ac3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.audio.ac3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21313,1629459857,1629459857,'new','knownfile',75,'5d84704be6643a955009d85023719cbf','6b0d08c50060b7f69fda16a66be3bded','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.dts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.audio.dts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21314,1629459857,1629459857,'new','knownfile',75,'ba7d56347a19a7dfff159b4411967b87','656daed317b78e7a7cceb2aeb0150656','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.flac.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/ID3/module.audio.flac.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21315,1629459857,1629459857,'new','knownfile',75,'68857b06d1227d6f6905f5b89ab59e7f','eb836a884c788e72223bc7f9e00e1f8e','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.mp3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.audio.mp3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21316,1629459857,1629459857,'new','knownfile',75,'876d72aa299395423b7836be0d678ce4','8ef6b35349ce0322b48c878b21b61a36','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.ogg.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.audio.ogg.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21317,1629459857,1629459857,'new','knownfile',75,'6b1af94515c2f926d4bbe8c4c555017a','807270f5044d532db1fab53e99460860','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.tag.apetag.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/ID3/module.tag.apetag.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21318,1629459857,1629459857,'new','knownfile',75,'a0a6d50133a279f32c2e98c9797cef33','121e8ff076057ba98697fb18495f0498','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.tag.id3v1.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.tag.id3v1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21319,1629459857,1629459857,'new','knownfile',75,'e363a399f9802e0b14b5702b4827c898','5207094f81b83536d1b8c46bc7b6f861','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.tag.id3v2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.tag.id3v2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21320,1629459857,1629459857,'new','knownfile',75,'13ccff56c48898aa2cbd5b982c6c996f','93dc106493662e01c51a5f09b1c719ff','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.tag.lyrics3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/ID3/module.tag.lyrics3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21321,1629459857,1629459857,'new','knownfile',75,'be49cd9777ff9e01e509d7a12ec937c2','727c25b2f6d62596de723b542ccadf36','Unknown file in WordPress core: wp-includes/wp-includes/ID3/readme.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/ID3/readme.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21322,1629459857,1629459857,'new','knownfile',75,'771404451be40d6a31589da2b9ead69b','203a5b57bd04872cbad6cded05975e47','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-base64.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/IXR/class-IXR-base64.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21323,1629459857,1629459857,'new','knownfile',75,'4494b5b8308418e963c3f19d00b4e99f','130e6f2e0682959461817eb5a8774487','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-client.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/IXR/class-IXR-client.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21324,1629459857,1629459857,'new','knownfile',75,'8aca3f840ae7ca81df838f11e9e27d60','d47947c5da7f046abf07cddbe206c9ee','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-clientmulticall.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/IXR/class-IXR-clientmulticall.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21325,1629459857,1629459857,'new','knownfile',75,'86f829f1770d485e04ee45c563772774','f7e06751f08be7e3cec87cfbb2df03fe','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-date.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/IXR/class-IXR-date.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21326,1629459857,1629459857,'new','knownfile',75,'e22a27bbdcb0ea9b01b59c9f9a81454d','56a701d90b3af5584c3586410b30ae18','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-error.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/IXR/class-IXR-error.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21327,1629459857,1629459857,'new','knownfile',75,'9a8cab8ec7937dd2dc3c05156c2c2d9c','6ba47616870d0ce6786a17d8af5d35ec','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-introspectionserver.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/IXR/class-IXR-introspectionserver.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21328,1629459858,1629459858,'new','knownfile',75,'83cb398448488191dfb27b8e473062dc','411d0ba771fe9366a84727396b886a5a','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-message.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/IXR/class-IXR-message.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21329,1629459858,1629459858,'new','knownfile',75,'f6c0938ac448895d15352009b544638e','04f02a5aa068c0b74514b0773b74a5fe','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-request.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/IXR/class-IXR-request.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21330,1629459858,1629459858,'new','knownfile',75,'baef6196c98571e8d95f8d8f015e0c76','cff0aa6743a3000714d9a4e39d67fea4','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-server.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/IXR/class-IXR-server.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21331,1629459858,1629459858,'new','knownfile',75,'7238129e2041be2ba8918216f7aef223','fc57a58db19bd17d1bc9b2283e38d563','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-value.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/IXR/class-IXR-value.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21332,1629459858,1629459858,'new','knownfile',75,'4464d270a010bf2d23d5cfcc974850fa','74291f40d1d082eaeba0def0f033d90a','Unknown file in WordPress core: wp-includes/wp-includes/PHPMailer/Exception.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/PHPMailer/Exception.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21333,1629459858,1629459858,'new','knownfile',75,'7bf4d6a23f9486223fa1c58cba952594','4361b1c56ee2f8a68b28bc8d6d5dd904','Unknown file in WordPress core: wp-includes/wp-includes/PHPMailer/PHPMailer.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/PHPMailer/PHPMailer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21334,1629459858,1629459858,'new','knownfile',75,'20abcbfcd80ff447b2b349c2f2998dab','70d4331c9cbc584c2d758d4cc931190d','Unknown file in WordPress core: wp-includes/wp-includes/PHPMailer/SMTP.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/PHPMailer/SMTP.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21335,1629459858,1629459858,'new','knownfile',75,'71cfda2a6c8157d391e3af5392a3aba6','8d0b5129e3e26d6c767521287fe6567f','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Auth/Basic.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/Requests/Auth/Basic.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21336,1629459858,1629459858,'new','knownfile',75,'b1052904b07b4b9ec5683ce661852d39','abfbb530738781176a054b537541dc5b','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Auth.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/Requests/Auth.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21337,1629459858,1629459858,'new','knownfile',75,'a7657ad922d401f0aa6e4796babc36e4','2e8f59cc13f5e1f9b763062c35c5f323','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Cookie/Jar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/Requests/Cookie/Jar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21338,1629459858,1629459858,'new','knownfile',75,'666e4fea6929870f52f767a3e96a551d','d87eff54d3020cb1757a83dbf5564976','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Cookie.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/Requests/Cookie.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21339,1629459858,1629459858,'new','knownfile',75,'8a980b15ab3b626c47aeef2dac297211','e326880d8063a5ca4658897245e31776','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/304.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/304.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21340,1629459858,1629459858,'new','knownfile',75,'d6b8b621fe8a566b17a842c7f33fd6ac','5a57923588451c95a655250f83912fbf','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/305.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21341,1629459858,1629459858,'new','knownfile',75,'f7cab5854046f1f353a91a833a821929','055c3c716d50af55153f2668029419db','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/306.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/306.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21342,1629459858,1629459858,'new','knownfile',75,'cbce6cc6d1164a15f41f6f7ccf3414df','d394c831c9b4eebf1fa7af98709a430a','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/400.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/400.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21343,1629459858,1629459858,'new','knownfile',75,'fe6e14e633330a4e81173af9eccc1e12','0a3ef86be58841f4056bdb9e212e2ce7','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/401.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/401.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21344,1629459858,1629459858,'new','knownfile',75,'7c41dacc59c02300fbb58db17df125d3','f089e5ee009be67e92cbfc946bf05624','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/402.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/402.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21345,1629459858,1629459858,'new','knownfile',75,'df44e2554e9580d09247021fad0343c7','5c8576c46059c0c30ec86728d101f90a','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/403.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/403.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21346,1629459858,1629459858,'new','knownfile',75,'9f1af97586ea259c3072d6ddbf9012bf','f1cb9ebbcffeb5203f153b04a8b2c917','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/404.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/404.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21347,1629459859,1629459859,'new','knownfile',75,'1607825cbc63a29489f2c3073deea98f','7ea7a5764f8be886efda45344ffb5715','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/405.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/405.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21348,1629459859,1629459859,'new','knownfile',75,'737345db2015082cd9c6b7d4ca741308','99f12302a0c831b8adc1fbf80601758a','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/406.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/406.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21349,1629459859,1629459859,'new','knownfile',75,'5b2ec4fe8d65100bb0d8fde4958efbe2','35463540ac9c92cec6b4fa6bad9b4b96','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/407.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/407.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21350,1629459859,1629459859,'new','knownfile',75,'d29998fbae04914685bac6c967e05eb7','3014f75c854c27d27d601ffea6e05be3','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/408.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/408.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21351,1629459859,1629459859,'new','knownfile',75,'77122e8cb1ff0d928695f315f8d8e682','665e11627e62391ee74d000ac6142d70','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/409.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/409.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21352,1629459859,1629459859,'new','knownfile',75,'134654f542a9ff037bbf42e12e619219','2120f5127900e0ceab7cfbd77ad757df','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/410.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/410.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21353,1629459859,1629459859,'new','knownfile',75,'ee37d86f3c6ab67acd54ec3a1425cd6d','52e516abb52f2d2e381cc8e1edc3efbd','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/411.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/411.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21354,1629459859,1629459859,'new','knownfile',75,'5472b7abee7a6994f680b78b84ab3d8d','4006d421948ee1d0b7066cfc3341cecd','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/412.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/412.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21355,1629459859,1629459859,'new','knownfile',75,'634f8be8351981066277e9cbde375685','78ad09f17a651310740e75f843ad2334','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/413.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/413.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21356,1629459859,1629459859,'new','knownfile',75,'0e858d262273b0f66ce66da904ae16dc','164f14e69998d5e22ac94343dcda2c89','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/414.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/414.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21357,1629459859,1629459859,'new','knownfile',75,'1d3cfbc8670f41f9db8a7ec79cebbda5','d7deccb00aa65d8dd921601b4bd1808c','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/415.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/415.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21358,1629459859,1629459859,'new','knownfile',75,'71d28f180cf3255ffb8e418742a3bc49','808d5fb817953a55be1bd9ef6b0a8ed3','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/416.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/416.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21359,1629459859,1629459859,'new','knownfile',75,'e879c8996120a39804e48f8a7af946b2','21aa2a6f2717f4c124ffa2ec669a0a91','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/417.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/417.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21360,1629459859,1629459859,'new','knownfile',75,'9e63f337b459877d77739c104fea18de','ab875841dcf92a2d78c10312bbd4b590','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/418.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/418.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21361,1629459859,1629459859,'new','knownfile',75,'1070d5557e6cafac795f1415acaa049a','e153eae567233da78018e16aad68a343','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/428.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/428.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21362,1629459859,1629459859,'new','knownfile',75,'3186b4f14b3ce8d599f1f181df63421f','fcfa179158ebadc7dda55a091748d641','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/429.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/429.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21363,1629459859,1629459859,'new','knownfile',75,'d9d01167f82184eda2bbaadf831ead1d','f42016e35f57ebabcad3d926ccecc2da','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/431.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/431.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21364,1629459859,1629459859,'new','knownfile',75,'3868326b3d3add86158888d5d7f00abc','1c729118c7dc30d01bd8044ac49d0a6a','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/500.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/500.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21365,1629459859,1629459859,'new','knownfile',75,'3f9f7d66b66332a2fc25e5ee3c48206e','5ab2013f4f432705f0b2add4e83a67c4','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/501.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/501.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21366,1629459859,1629459859,'new','knownfile',75,'e87ce5c2adda30b7402657098a4df8f6','a8e279e2d177bd6c147e1d5d01011143','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/502.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/502.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21367,1629459860,1629459860,'new','knownfile',75,'6c50465f250ea4f3a780b5ab9725dd90','13b02736dd0e550e8626c230934ef251','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/503.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/503.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21368,1629459860,1629459860,'new','knownfile',75,'be5b672597c76a05305236a6b5015c1f','de7334f4e3da3b50268f3438328ad243','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/504.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/504.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21369,1629459860,1629459860,'new','knownfile',75,'cd09a49d7ebf0cf0da34674b02417c77','7b06a0dcd8202d41e510053c4b8f6814','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/505.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/505.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21370,1629459860,1629459860,'new','knownfile',75,'6a4081aefcda0f5cc24b9df9a19e257d','699f8e34536913da1a44ce066f6162c7','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/511.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/511.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21371,1629459860,1629459860,'new','knownfile',75,'ed480a16c91ac3de915ed34c8b6c8da7','5cd60e318cf787b064252e943f3ae189','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/Unknown.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/Requests/Exception/HTTP/Unknown.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21372,1629459860,1629459860,'new','knownfile',75,'070ff4dc9052b9ffb2aafab51ad72a93','77d1738831f51cc08170b6f32bcf95b2','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/Requests/Exception/HTTP.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21373,1629459860,1629459860,'new','knownfile',75,'9d69308d83e39859178a58f3b37ad5e2','5e43dd34b05bcdad13f0c0478f2ed4c0','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/Transport/cURL.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/Requests/Exception/Transport/cURL.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21374,1629459860,1629459860,'new','knownfile',75,'a9a0b65835a140e31912b2dde0b17e2e','fe19e2a5ca88c3158b7dcffbe7233566','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/Transport.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/Requests/Exception/Transport.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21375,1629459860,1629459860,'new','knownfile',75,'7f89d633e234836857784a3ad6e847a9','ead042d53f28346332fcd0af04a646f5','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/Requests/Exception.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21376,1629459860,1629459860,'new','knownfile',75,'e9d9cdcc307f4d131e9cee4285b3a772','e9ee5b82919f29507647b0158030afb3','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Hooker.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/Requests/Hooker.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21377,1629459860,1629459860,'new','knownfile',75,'677552f150d461dc34dfce7ba5228d70','1370de52264fb2a746a2c8869a62ef21','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Hooks.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/Requests/Hooks.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21378,1629459860,1629459860,'new','knownfile',75,'94531c3a5744a6bfbb49b1970367f79c','beef5feea8837cde7d667085fed1d6bb','Unknown file in WordPress core: wp-includes/wp-includes/Requests/IDNAEncoder.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/Requests/IDNAEncoder.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21379,1629459860,1629459860,'new','knownfile',75,'a2eca4164f7ecd37cac65dddb4160383','4c800400613773f1c22044feac6509ae','Unknown file in WordPress core: wp-includes/wp-includes/Requests/IPv6.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/Requests/IPv6.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21380,1629459860,1629459860,'new','knownfile',75,'e55182164c460c76c273640ec4d08ba2','9517fcafa0f02fea210c8a9ef202d718','Unknown file in WordPress core: wp-includes/wp-includes/Requests/IRI.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/Requests/IRI.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21381,1629459860,1629459860,'new','knownfile',75,'184c7011b79c6322fae1cdad2838bc54','867bded4d637ee40bd416fd002dbc569','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Proxy/HTTP.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/Requests/Proxy/HTTP.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21382,1629459860,1629459860,'new','knownfile',75,'31c6c464d7122689f9fba2cd1ba2c081','43f3426f81b8c22f5e90ff8f2dec2ab0','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Proxy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/Requests/Proxy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21383,1629459860,1629459860,'new','knownfile',75,'497be5cdacada5c0c83de395af2362f7','76307eb98ae8cf38a611d3bc9dc1b070','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Response/Headers.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/Requests/Response/Headers.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21384,1629459860,1629459860,'new','knownfile',75,'c715315caf5b080b891d2451bf70f344','a0aea1ea2cff278da77fed5049077571','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/Requests/Response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21385,1629459860,1629459860,'new','knownfile',75,'3ac60fd945ba48fc33f692aaf9bbe3ff','0c00899b148383fbfdd3775b155d49b0','Unknown file in WordPress core: wp-includes/wp-includes/Requests/SSL.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/Requests/SSL.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21386,1629459860,1629459860,'new','knownfile',75,'6dbc673f2b55742e57ca302948647217','fc0b6c6288ec20582e6a02fae050c927','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Session.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/Requests/Session.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21387,1629459860,1629459860,'new','knownfile',75,'7cf764a1539eed73f91190ddebc7b342','40c015be4d8ac8444997c37a5ae7062e','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Transport/cURL.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/Requests/Transport/cURL.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21388,1629459860,1629459860,'new','knownfile',75,'d167e19414a675159fa4f1a9eb56cd87','1d3b5eac537e71755f78ff45b1006146','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Transport/fsockopen.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/Requests/Transport/fsockopen.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21389,1629459860,1629459860,'new','knownfile',75,'2669bf274ceeb8ee757d0dcd03b76b17','adcbc7c278cad25bb50e174b7d56cd1c','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Transport.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/Requests/Transport.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21390,1629459860,1629459860,'new','knownfile',75,'f8d4fd848215e2433ea89b68c5e2ac0f','4132cf45f4bd1334ca300f0db89f5e64','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21391,1629459860,1629459860,'new','knownfile',75,'529f1f94c87717786deb2c199fc75aab','2129dfd59748f94af1b6eccd68de18d0','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Utility/FilteredIterator.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/Requests/Utility/FilteredIterator.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21392,1629459860,1629459860,'new','knownfile',75,'5417828d77787c71c54d44524713b31b','9fe2dba15eff3e0e654cdd1caf1c0b9e','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Author.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Author.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21393,1629459860,1629459860,'new','knownfile',75,'bba7c78c60af0f910edf1154da216f24','0a96e3d9e1b99b5d47894b34321ac1c9','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/Base.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/SimplePie/Cache/Base.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21394,1629459860,1629459860,'new','knownfile',75,'8d78aa6d4ee1052cc7a9b22abcef40bc','7b7b50fec0ba3a9b2d08de4296ee56ab','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/DB.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Cache/DB.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21395,1629459860,1629459860,'new','knownfile',75,'432f1094c247cf8e76e8d2ce415a01b0','9a00be112eab76826cb13338cfdfb3f4','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/File.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/SimplePie/Cache/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21396,1629459860,1629459860,'new','knownfile',75,'096c56159bb5a4737ae42b8a61ac12e2','74855bbb42483b4035615b58b042dd14','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/Memcache.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/SimplePie/Cache/Memcache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21397,1629459860,1629459860,'new','knownfile',75,'ad5350270ded243b3f4fccedfb07c34f','1c93ebbae58aedb358bf8d7f388243ca','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/Memcached.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/SimplePie/Cache/Memcached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21398,1629459860,1629459860,'new','knownfile',75,'b07bba847b35a3afb9f5d643289e3e65','0b9d7efb460d7abd36a22b1d434a1e4f','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/MySQL.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/SimplePie/Cache/MySQL.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21399,1629459860,1629459860,'new','knownfile',75,'9588545ef446a1aefcc2df5338ce31b0','f8e756175b18f5f7153b7656ce137b07','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/Redis.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/SimplePie/Cache/Redis.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21400,1629459860,1629459860,'new','knownfile',75,'fe4642dbb4ef9c4bd6623fb71181cf5e','7c7079e733fc6b0fe4a2c001231c3f4e','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/SimplePie/Cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21401,1629459860,1629459860,'new','knownfile',75,'327b0e72c588093fc4f6bc64cd392fdd','d396818e9e816ebfc296ddb635f559da','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Caption.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/SimplePie/Caption.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21402,1629459861,1629459861,'new','knownfile',75,'8fe246064f634c1e28bd99d5852293c1','6ac922cfd544c9b2c99f67127bf9040c','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Category.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Category.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21403,1629459861,1629459861,'new','knownfile',75,'fe8711f1270c860808f597ff05cd246b','3fa9ebaf37ad2b5b16a940ce19645db3','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Content/Type/Sniffer.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/SimplePie/Content/Type/Sniffer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21404,1629459861,1629459861,'new','knownfile',75,'a73d6a531351746d007770ddbe46d9ac','b8ab9752991bc5d6ff6dfbdd5047b046','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Copyright.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/SimplePie/Copyright.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21405,1629459861,1629459861,'new','knownfile',75,'fbbb06c718dd60200a7c5499ecc78b21','30d363ad260e7bdb1a253f6feed31890','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Core.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/SimplePie/Core.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21406,1629459861,1629459861,'new','knownfile',75,'e9c242eb23dbb482c1d7d22154fa4d92','1988eef491639aae938b5415e7913ac9','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Credit.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Credit.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21407,1629459861,1629459861,'new','knownfile',75,'3db5206bcae2174ca74104f0be707459','e29c8fbdadf6792818db5969f0aa4743','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Decode/HTML/Entities.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/SimplePie/Decode/HTML/Entities.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21408,1629459861,1629459861,'new','knownfile',75,'cdeffbe897bdfb8de21f818e18d84fcb','a4e666482e9a47a5121382554c895aeb','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Enclosure.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/SimplePie/Enclosure.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21409,1629459861,1629459861,'new','knownfile',75,'4b87a412f4eb274fb3e95ce15137ce4f','12cc4d315b0a0379b96f0bf6bf1835fe','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Exception.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/SimplePie/Exception.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21410,1629459861,1629459861,'new','knownfile',75,'368837e91b585b9b7e691d571716329b','28cbf0d70750acc706913be178160113','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/File.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/SimplePie/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21411,1629459861,1629459861,'new','knownfile',75,'d97fca70829b0fa569e9196a321b9a28','9a72f532cdea9a1d7b33ecec82336502','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/HTTP/Parser.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/SimplePie/HTTP/Parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21412,1629459861,1629459861,'new','knownfile',75,'bd569680b52e9265d3ac7931ac0a95c0','bb1917f95eef0679069248799a8cbc79','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/IRI.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/SimplePie/IRI.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21413,1629459861,1629459861,'new','knownfile',75,'e931abb7c6db0033d4a178c117910620','9c50d6af1d57b1dcc804b2f287a8017c','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Item.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/SimplePie/Item.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21414,1629459861,1629459861,'new','knownfile',75,'51931f40dd601e83c004756d3c8eb47e','58e6e0d5fa311bd1ded0e115816638c4','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Locator.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/SimplePie/Locator.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21415,1629459861,1629459861,'new','knownfile',75,'c738b5940fdbe5470e1fe38199ed67ce','d37bbd656c4a0530f6f3a0ba50ad4ad6','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Misc.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/SimplePie/Misc.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21416,1629459861,1629459861,'new','knownfile',75,'4950dd89d27c1893e0fdc0300a1678fe','109391d2a3f99d84d21bcb3bc375055c','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Net/IPv6.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Net/IPv6.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21417,1629459861,1629459861,'new','knownfile',75,'d10582cd4812ebdf423cdab2e4b2fc00','42505967ca698065fc2ea67cb305171c','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Parse/Date.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/SimplePie/Parse/Date.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21418,1629459861,1629459861,'new','knownfile',75,'92c289a8f4caf35bcd57f174b17527a9','31ea485e01471d65fd03a52ebd666dca','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Parser.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21419,1629459861,1629459861,'new','knownfile',75,'b661f0d1b27efbda467433236db62705','df5ab844c0666fc2d0feb22989cdaedb','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Rating.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Rating.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21420,1629459861,1629459861,'new','knownfile',75,'54ee64668e548c15c66e3d2b23245d82','41bf0a4677238158f594716026240249','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21421,1629459861,1629459861,'new','knownfile',75,'d806a80d9c3c7f04d5bda58d3f31ae75','a3ef09a3e472167b8e9b6b80dbeee1ba','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Restriction.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/SimplePie/Restriction.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21422,1629459861,1629459861,'new','knownfile',75,'6dc09f3c9becf839ad1383d62c9c22ad','9177b8a2a461240fc303fcfdba2a9252','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Sanitize.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Sanitize.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21423,1629459861,1629459861,'new','knownfile',75,'1c7a15f723dbf2b913d3c1707c403c90','0a2ccfb256f45458024cc8456cec6cee','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Source.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Source.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21424,1629459861,1629459861,'new','knownfile',75,'57df1f33895a0729716c688636fc140d','3ced1a6cbebc33a29569552c284ff305','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/XML/Declaration/Parser.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/SimplePie/XML/Declaration/Parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21425,1629459861,1629459861,'new','knownfile',75,'ddf0e99b1fc414d14cddbbc17f7fdc8e','1f940f1a2d8d1cd53df357c2e4f73474','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/gzdecode.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/gzdecode.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21426,1629459861,1629459861,'new','knownfile',75,'0057ed563870fa6e96482e84b55729c6','ba3a7a1aa19a6bdecdb06785af8f088d','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Engine/native.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/Text/Diff/Engine/native.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21427,1629459861,1629459861,'new','knownfile',75,'265961a9b99d39f6fa23e35f0ed6b884','c997ae17012bba6774ef662adae6635a','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Engine/shell.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/Text/Diff/Engine/shell.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21428,1629459861,1629459861,'new','knownfile',75,'cf37aea025e3db3a7827a0aaad693b76','f36b0553ed95bb1742438a34931e83fb','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Engine/string.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/Text/Diff/Engine/string.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21429,1629459861,1629459861,'new','knownfile',75,'8d4d746967322756499d77d7ca043516','9f461b5e2ba3e3ea5ce4a8fa7f686037','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Engine/xdiff.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/Text/Diff/Engine/xdiff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21430,1629459861,1629459861,'new','knownfile',75,'2026414c0012cb5c26e698f78795eac6','f703c72b98664b228f08974a282018a5','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Renderer/inline.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/Text/Diff/Renderer/inline.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21431,1629459861,1629459861,'new','knownfile',75,'011dc4a667f18ab41c7f9d58adbedb61','b89d6b8ceab281b553e76c2ce245b9e1','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Renderer.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/Text/Diff/Renderer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21432,1629459861,1629459861,'new','knownfile',75,'a95fc8d0c2c98cbb1e3f6499183831e1','114c81c04376d847cf939b5082458c56','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/Text/Diff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21433,1629459861,1629459861,'new','knownfile',75,'00c50ad8429ffde99c2291faca738e69','08a44d4ab826be8c950e6584ecc3c825','Unknown file in WordPress core: wp-includes/wp-includes/admin-bar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/admin-bar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21434,1629459861,1629459861,'new','knownfile',75,'3b46bc8bb33d1b1032329f894d52cf72','88c0390e71e7df00770b8c188e102f66','Unknown file in WordPress core: wp-includes/wp-includes/assets/script-loader-packages.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/assets/script-loader-packages.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21435,1629459861,1629459861,'new','knownfile',75,'d9caf0a40a083a40ed9885f758fc2db2','4ce7b5fbccdc4ea6508f019aaa2d4a6f','Unknown file in WordPress core: wp-includes/wp-includes/atomlib.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/atomlib.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21436,1629459861,1629459861,'new','knownfile',75,'4987a69b395890694811ce3276a7f711','cfe0f5beed63473331ce334269db9ba7','Unknown file in WordPress core: wp-includes/wp-includes/author-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/author-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21437,1629459861,1629459861,'new','knownfile',25,'7a67fb7d62a2d140558937b4a40c8cb4','292f46dc736af71864f8c9d944f56e2b','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/heading-paragraph.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/block-patterns/heading-paragraph.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21438,1629459861,1629459861,'new','knownfile',25,'22ebc84c8bc70b67d5914c8ac70ca3a1','bae0f138baef6ec63fcf73ea2b33a96e','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/large-header-button.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/block-patterns/large-header-button.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21439,1629459861,1629459861,'new','knownfile',25,'62b8e209c00493300f47c8301affcc6d','e14d16c267099c3a27e0911fd3b99741','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/large-header.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/block-patterns/large-header.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21440,1629459861,1629459861,'new','knownfile',25,'236db4a0a931e0d0010459c6917b1393','4a3f9b236f50be45184599aa853414e7','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/quote.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/block-patterns/quote.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21441,1629459862,1629459862,'new','knownfile',25,'3c3ba027c1c86604b180b2acf41ac2a8','ccd6ca842052cae179251ed012e72b0b','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/text-three-columns-buttons.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/block-patterns/text-three-columns-buttons.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21442,1629459862,1629459862,'new','knownfile',25,'48b2c6ea393e45a44ed2e1e3449f834a','ff9dfec2cac24ff6e5c2e0e86d08c74e','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/text-two-columns-with-images.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/block-patterns/text-two-columns-with-images.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21443,1629459862,1629459862,'new','knownfile',25,'03b9293c9616b512a89eb5ca91840fa0','3a10a93f500c2254e5d386b4d3a320f3','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/text-two-columns.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/block-patterns/text-two-columns.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21444,1629459862,1629459862,'new','knownfile',25,'2a018cccd9ccfac90d901615fe9abc0a','4b41c9a15bdd1c0543302be060b13249','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/three-buttons.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/block-patterns/three-buttons.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21445,1629459862,1629459862,'new','knownfile',25,'747be7afd721d86fc25e80f84e649fd4','e028bf0f23586ea90a428071fb8b487b','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/two-buttons.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/block-patterns/two-buttons.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21446,1629459862,1629459862,'new','knownfile',25,'79ea84b434e3ccbbbf710472acd431b0','950b3ebe13ea253e980941b8264eec25','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/two-images.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/block-patterns/two-images.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21447,1629459862,1629459862,'new','knownfile',75,'db267161e88b434b6af28cbc799f2cee','3f00e183862298e1083fe0fe01ddb6a6','Unknown file in WordPress core: wp-includes/wp-includes/block-patterns.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/block-patterns.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21448,1629459862,1629459862,'new','knownfile',75,'bf1e782e9d1da548247850458b02d61e','3ac2a032f712b1faa833b42514d2598b','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/align.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/block-supports/align.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21449,1629459862,1629459862,'new','knownfile',75,'ce60cb817e74ed86e7c8428d3a338f25','9aae5c506256ab28897fec572525a3ef','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/colors.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/block-supports/colors.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21450,1629459863,1629459863,'new','knownfile',75,'ac45ec258bdd7f42376c0dfc5dfacf5f','13dd4cb9464bcf9f46d4da2d5b749c1e','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/custom-classname.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/block-supports/custom-classname.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21451,1629459863,1629459863,'new','knownfile',75,'ab1c5c7bcf7556dbe28a56b3934d4d45','28b861d95f5856eb5f5f42dbfa9dda82','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/generated-classname.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/block-supports/generated-classname.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21452,1629459863,1629459863,'new','knownfile',75,'85508953e62a9fa47148d0d28319c41e','cdad1169083bb93ab41a585817b0ee03','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/typography.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/block-supports/typography.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21453,1629459863,1629459863,'new','knownfile',75,'31eefc730fdcc5f7c4ab4b9363f4d9f3','4abfc249cbcb342befe04a3c1762c283','Unknown file in WordPress core: wp-includes/wp-includes/blocks/archives/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/archives/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21454,1629459863,1629459863,'new','knownfile',75,'b8864dcfb3563c5ecadc483ce9a08f9a','b16554901e1afef5fda1714ff47add5b','Unknown file in WordPress core: wp-includes/wp-includes/blocks/archives.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/blocks/archives.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21455,1629459863,1629459863,'new','knownfile',75,'e2d0db66d703c9f8024b9503c8847a17','ab4d759c7a9e6dd7a79340c622e079e3','Unknown file in WordPress core: wp-includes/wp-includes/blocks/audio/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/audio/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21456,1629459864,1629459864,'new','knownfile',75,'bf797d5613a6faecb195c0c57327bddf','a75ce4f4e216f9acadc71f77886779aa','Unknown file in WordPress core: wp-includes/wp-includes/blocks/block/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/block/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21457,1629459864,1629459864,'new','knownfile',75,'b14a2baea5784c3d72543efe657ab438','0b3c1205a5ab9cd7b7fbbec0d305b7bc','Unknown file in WordPress core: wp-includes/wp-includes/blocks/block.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/blocks/block.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21458,1629459864,1629459864,'new','knownfile',75,'2b2b811986f19d6d9dd6876427bc259d','ae86bd6f57f45d475821154e35b9f7aa','Unknown file in WordPress core: wp-includes/wp-includes/blocks/button/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/blocks/button/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21459,1629459864,1629459864,'new','knownfile',75,'00ae959ba03b5768913a2e80e5f5ad77','c54841cc646b93498fb38719f785653f','Unknown file in WordPress core: wp-includes/wp-includes/blocks/buttons/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/buttons/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21460,1629459864,1629459864,'new','knownfile',75,'3bdd623e8c1d7018d9ef9e4fa5939339','75499d0fcb9a95271e4703709ed4adb6','Unknown file in WordPress core: wp-includes/wp-includes/blocks/calendar/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/calendar/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21461,1629459864,1629459864,'new','knownfile',75,'46a6097faf11d4af8c283f92addec3a6','24f0d94eafdc9f610e55c5ff4996f50c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/calendar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/blocks/calendar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21462,1629459864,1629459864,'new','knownfile',75,'bbed5f8230a1f12aacd4622f0ffed0e6','8d24f57d9d3570d050e5a6bbd41929fd','Unknown file in WordPress core: wp-includes/wp-includes/blocks/categories/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/blocks/categories/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21463,1629459864,1629459864,'new','knownfile',75,'312daf0dc3be71ea7002dfef42c582aa','e36363e97d57bcc14f487a93a0bf61d3','Unknown file in WordPress core: wp-includes/wp-includes/blocks/categories.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/blocks/categories.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21464,1629459864,1629459864,'new','knownfile',75,'2fb74ee0aa43b8fcd1089d7a2e818158','1bf1af0357e3df1a87d49622a02d9d32','Unknown file in WordPress core: wp-includes/wp-includes/blocks/code/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/code/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21465,1629459864,1629459864,'new','knownfile',75,'c69e6ded18964ab230f11e0cdaa54556','4f90806a246904af5b31fb3a4ff72c0c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/column/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/blocks/column/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21466,1629459864,1629459864,'new','knownfile',75,'0511d1c1bcbd28cc1c97ff9982dc0b93','f626ff7bb08c7c08a18f15b008a6638c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/columns/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/columns/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21467,1629459864,1629459864,'new','knownfile',75,'b87e0e711845fd23b829680a8ff5f8d6','0ab8fe8ce014099aad8858e0edfa6455','Unknown file in WordPress core: wp-includes/wp-includes/blocks/embed/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/embed/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21468,1629459864,1629459864,'new','knownfile',75,'3079d1e83371793468dfb76f51e9338d','6b9d06270747cc51ef449fa2129a5654','Unknown file in WordPress core: wp-includes/wp-includes/blocks/file/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/file/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21469,1629459864,1629459864,'new','knownfile',75,'2f76e1fca2b863dafdf9163b6ef9b21a','eaea4d8e776fa75cd111d0179b8bfa0b','Unknown file in WordPress core: wp-includes/wp-includes/blocks/freeform/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/freeform/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21470,1629459864,1629459864,'new','knownfile',75,'18bc46b1221c6ec3dcd06166d1e4d813','fa889916e3c11dec056443d2b58ab817','Unknown file in WordPress core: wp-includes/wp-includes/blocks/gallery/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/gallery/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21471,1629459864,1629459864,'new','knownfile',75,'93bd26e45de6d181eca61aacbf2b9719','dc136b8ba41e71c2a6a18b62bd58c93a','Unknown file in WordPress core: wp-includes/wp-includes/blocks/group/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/group/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21472,1629459864,1629459864,'new','knownfile',75,'14736d6e45156efa0e95f3e5ebf81de5','3ca75b855fde77be92d0444b2309bd57','Unknown file in WordPress core: wp-includes/wp-includes/blocks/heading/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/heading/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21473,1629459864,1629459864,'new','knownfile',75,'57ab946fcfe17c2d6a6dc1d783fcbdf6','99260370d7af4cd1c2687f44789f8faf','Unknown file in WordPress core: wp-includes/wp-includes/blocks/html/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/html/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21474,1629459864,1629459864,'new','knownfile',75,'213bd7df9668b5b3d64149129a6900b1','89ac4402024502c8cb9bfb5205601a4c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/image/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/image/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21475,1629459864,1629459864,'new','knownfile',75,'e2618b136d3ddcad8b37dfd9c0e6d1b0','c6a351a22c8bf5d4e73d9bc6866cbf58','Unknown file in WordPress core: wp-includes/wp-includes/blocks/index.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/blocks/index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21476,1629459864,1629459864,'new','knownfile',75,'234bfd1d046018e80f3e22c4408e54cc','8ff9400625519cacd0bb673272f8c00d','Unknown file in WordPress core: wp-includes/wp-includes/blocks/latest-comments/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/blocks/latest-comments/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21477,1629459864,1629459864,'new','knownfile',75,'ca16b53e4de3146febe8e80a2624ecf2','fedb4a3fa01fd6350e478bfc0fe55e6e','Unknown file in WordPress core: wp-includes/wp-includes/blocks/latest-comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/latest-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21478,1629459864,1629459864,'new','knownfile',75,'3b949dc86a3e0dbed5f991b0e3a1072b','ce21128b662589953c4ce1573aba722e','Unknown file in WordPress core: wp-includes/wp-includes/blocks/latest-posts/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/blocks/latest-posts/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21479,1629459864,1629459864,'new','knownfile',75,'d758f2aa833b8d9f1d8a643d297c3efa','448e0770bd7fe98bfd31f5e9dac9bc00','Unknown file in WordPress core: wp-includes/wp-includes/blocks/latest-posts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/latest-posts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21480,1629459864,1629459864,'new','knownfile',75,'fbfa76a3ea189cec8bb2c1fa39c86ff9','40bfc728f9ac95b8ebc63a3086ea13c8','Unknown file in WordPress core: wp-includes/wp-includes/blocks/list/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/list/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21481,1629459864,1629459864,'new','knownfile',75,'5723eb3ea1ae4d0810fa858858f394b7','4e5b7f807c1472f75fece1de552af9c7','Unknown file in WordPress core: wp-includes/wp-includes/blocks/media-text/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/blocks/media-text/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21482,1629459864,1629459864,'new','knownfile',75,'60396bdd5af83141ad20fb3925bb254a','dff98142d2a72ec1686e7d923db31598','Unknown file in WordPress core: wp-includes/wp-includes/blocks/missing/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/missing/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21483,1629459865,1629459865,'new','knownfile',75,'e2c3b73bbc00182a39b015067b24036e','7e1f56dc60adf57d53857bedfb78d0df','Unknown file in WordPress core: wp-includes/wp-includes/blocks/more/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/more/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21484,1629459865,1629459865,'new','knownfile',75,'d3c5e7c21a8310047537794cc0179440','38c35a908c117ad181416f39a0ac399c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/nextpage/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/nextpage/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21485,1629459865,1629459865,'new','knownfile',75,'dd07d5514565342a95d0140c7e3338d3','440328570b3b9021bf59c1e34e573e8e','Unknown file in WordPress core: wp-includes/wp-includes/blocks/paragraph/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/paragraph/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21486,1629459865,1629459865,'new','knownfile',75,'6e1bc06b988a6682c7908f30ab51024a','a193d581f84ad7d16172ebfc6cd2d679','Unknown file in WordPress core: wp-includes/wp-includes/blocks/preformatted/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/blocks/preformatted/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21487,1629459865,1629459865,'new','knownfile',75,'ebd0b499dd8749ffad4fef6101a9512c','551620a63fc8703dbe7f8245b7564f26','Unknown file in WordPress core: wp-includes/wp-includes/blocks/pullquote/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/pullquote/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21488,1629459865,1629459865,'new','knownfile',75,'603c8ad376ced1d86945959ae4bf5cb0','13ac10fd9dfa6599c357b8a12a52dbeb','Unknown file in WordPress core: wp-includes/wp-includes/blocks/quote/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/quote/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21489,1629459865,1629459865,'new','knownfile',75,'276d9015d82a1b5750627a935978e534','456846a4a4022c91963b85da6aeedeb7','Unknown file in WordPress core: wp-includes/wp-includes/blocks/rss/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/blocks/rss/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21490,1629459865,1629459865,'new','knownfile',75,'66616582ff57ec00ee8dad683b1761e6','8bfb68c18eeab51dedb3bb8fb1c1df7c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/rss.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/blocks/rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21491,1629459865,1629459865,'new','knownfile',75,'ec284de3d4b998506fe7d55bdec12281','2fca7660e2ff52003ae555ec40367983','Unknown file in WordPress core: wp-includes/wp-includes/blocks/search/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/blocks/search/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21492,1629459865,1629459865,'new','knownfile',75,'dcb669b892a6954a386bf450b091397e','f777e55a60491e06813416787aff1d61','Unknown file in WordPress core: wp-includes/wp-includes/blocks/search.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/blocks/search.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21493,1629459865,1629459865,'new','knownfile',75,'a33594215bc08c6f5b4668babb0acb0c','4b3cb7fe95d0c6e7bc8e26e709523346','Unknown file in WordPress core: wp-includes/wp-includes/blocks/separator/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/separator/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21494,1629459865,1629459865,'new','knownfile',75,'50a4446d741c8efca0fb8e8444e007df','772a6070b9b829b375f527e29bbc867a','Unknown file in WordPress core: wp-includes/wp-includes/blocks/shortcode/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/shortcode/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21495,1629459865,1629459865,'new','knownfile',75,'795b4acd27834f3b5773803aa72bb167','86260232f836f00ac5b16e21b4fcc25b','Unknown file in WordPress core: wp-includes/wp-includes/blocks/shortcode.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/blocks/shortcode.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21496,1629459865,1629459865,'new','knownfile',75,'0396e52b609e28ddb100eb2ac8c93f42','225a5642ec30875a6fadf95718397796','Unknown file in WordPress core: wp-includes/wp-includes/blocks/social-link/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/blocks/social-link/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21497,1629459865,1629459865,'new','knownfile',75,'8b95e4742c60da50cf7c79e0adff49c2','abbdd99c7a54ad8c618b464127bb6f06','Unknown file in WordPress core: wp-includes/wp-includes/blocks/social-link.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/social-link.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21498,1629459865,1629459865,'new','knownfile',75,'e240da9ff283bcc5a7404926b0001a7c','2fd416e1ab90d45093a9776039858452','Unknown file in WordPress core: wp-includes/wp-includes/blocks/social-links/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/blocks/social-links/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21499,1629459865,1629459865,'new','knownfile',75,'16b956dde3524d622d562b10f9501cf6','9e51777151a277bb1e0baed4f150ca85','Unknown file in WordPress core: wp-includes/wp-includes/blocks/spacer/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/blocks/spacer/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21500,1629459865,1629459865,'new','knownfile',25,'ede8b5ef4e81224688b953b97832affc','3c5efb684c8f903c8a9a03d2c6777b45','Old WordPress core file not removed during update: wp-includes/wp-includes/blocks/subhead/block.json','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/subhead/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21501,1629459865,1629459865,'new','knownfile',75,'ee5c9c5b17c792a861825a25901d2426','6ff8339b3a15a17dfb499901a002ecd3','Unknown file in WordPress core: wp-includes/wp-includes/blocks/table/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/table/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21502,1629459865,1629459865,'new','knownfile',75,'15b23248bade415285de9e2b6a26b229','9c1be3621a4799f08b49072197f4ebc2','Unknown file in WordPress core: wp-includes/wp-includes/blocks/tag-cloud/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/tag-cloud/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21503,1629459865,1629459865,'new','knownfile',75,'50a80a202d8bc8ff5734961f84eae607','77ff8a7c9dd0dbafecb99c7e9c85cc56','Unknown file in WordPress core: wp-includes/wp-includes/blocks/tag-cloud.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/blocks/tag-cloud.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21504,1629459865,1629459865,'new','knownfile',75,'5481fe1778db2259b32cb3a64bbd680a','e78543f8b44acbc044b7dc671d47b2b5','Unknown file in WordPress core: wp-includes/wp-includes/blocks/text-columns/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/blocks/text-columns/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21505,1629459865,1629459865,'new','knownfile',75,'68f2710f779f4357c415ac9669b4ecfe','f6069aa5aa186a02c2342612357b2d0a','Unknown file in WordPress core: wp-includes/wp-includes/blocks/verse/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/verse/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21506,1629459865,1629459865,'new','knownfile',75,'8a094885b3ad7fce6128cf64bfdcd2bc','129fd6d50b6d1010e847eaf4861a8cf0','Unknown file in WordPress core: wp-includes/wp-includes/blocks/video/block.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/video/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21507,1629459865,1629459865,'new','knownfile',75,'7a3071c31772f7b676faf2bbc62c580c','6dd0757edf75a166e4f04a1943b02ffd','Unknown file in WordPress core: wp-includes/wp-includes/blocks.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/blocks.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21508,1629459865,1629459865,'new','knownfile',75,'de4ee4a6b6267d2a62aa0f2b82d91705','6aba328a7442bce3ea5395a93c358d1f','Unknown file in WordPress core: wp-includes/wp-includes/bookmark-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/bookmark-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21509,1629459865,1629459865,'new','knownfile',75,'82cd49f7cc62f2f3e2d03f69f7b82924','7f8327094385e6cfb07c592deb2d718b','Unknown file in WordPress core: wp-includes/wp-includes/bookmark.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/bookmark.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21510,1629459865,1629459865,'new','knownfile',75,'ed0fc25eea917a84c7665b9cf36dde1c','9f7571c9c889492169da35c48e0fd46b','Unknown file in WordPress core: wp-includes/wp-includes/cache-compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/cache-compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21511,1629459865,1629459865,'new','knownfile',75,'5d0a6b6f368473da7d6e921c24cd9a80','882af391390b1a33a2a888a6c5653b1a','Unknown file in WordPress core: wp-includes/wp-includes/cache.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21512,1629459865,1629459865,'new','knownfile',75,'3540dc3f116333dfaf8ab796df2d3a60','aa02c61a6e7049d0cfc0e4f74d0f1322','Unknown file in WordPress core: wp-includes/wp-includes/canonical.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/canonical.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21513,1629459865,1629459865,'new','knownfile',75,'550ca3f0926edd386572a12b1f9df51c','72b0a43410c8faaf4aecf003515279d4','Unknown file in WordPress core: wp-includes/wp-includes/capabilities.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/capabilities.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21514,1629459865,1629459865,'new','knownfile',75,'2d132f74d696a581ee7c8099d962dad6','5d2d1c2e2457356063805bd2ebad7244','Unknown file in WordPress core: wp-includes/wp-includes/category-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/category-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21515,1629459865,1629459865,'new','knownfile',75,'8680c2b3932d489c45c20be8501bb41b','ba73335a6d3f302fbbb112181fc481b0','Unknown file in WordPress core: wp-includes/wp-includes/category.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/category.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21516,1629459865,1629459865,'new','knownfile',75,'3254d66277eb8e5ddd926936075899f7','b75ba01554fb38e70af22a053c1471d9','Unknown file in WordPress core: wp-includes/wp-includes/certificates/ca-bundle.crt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/certificates/ca-bundle.crt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21517,1629459865,1629459865,'new','knownfile',75,'3260fcf02a5e2eab66cc67aa3a454db9','90d126aed86fcfaa3a22c7fcc7c2a7f8','Unknown file in WordPress core: wp-includes/wp-includes/class-IXR.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/class-IXR.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21518,1629459865,1629459865,'new','knownfile',75,'553fe877ebeb1cbf2394271e580dc08a','720547f1496bfba496aeefc1d0de703e','Unknown file in WordPress core: wp-includes/wp-includes/class-feed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-feed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21519,1629459865,1629459865,'new','knownfile',75,'fc36520122ac3eb532e672df380895c8','07730b92383f727e7c5dbfc60eb1aefc','Unknown file in WordPress core: wp-includes/wp-includes/class-http.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-http.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21520,1629459865,1629459865,'new','knownfile',75,'fa55726f075733a5d78ce6823e7c763f','c68c3e1334f54b564d4482e995cbd4db','Unknown file in WordPress core: wp-includes/wp-includes/class-json.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-json.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21521,1629459865,1629459865,'new','knownfile',75,'3d228636ad1994375ced8eb47a1c2a67','85990d87a818f77d5f66f690a0099aef','Unknown file in WordPress core: wp-includes/wp-includes/class-oembed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/class-oembed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21522,1629459865,1629459865,'new','knownfile',75,'98ed64b89e4524a461892bbe6c60e98d','26c547fe59fca428473e678629b2be2b','Unknown file in WordPress core: wp-includes/wp-includes/class-phpass.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/class-phpass.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21523,1629459866,1629459866,'new','knownfile',75,'b7a1e6403b8dfeb0bcc2a17f5a058d7c','d29e002a3c4124c334d904aeaf4878de','Unknown file in WordPress core: wp-includes/wp-includes/class-phpmailer.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-phpmailer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21524,1629459866,1629459866,'new','knownfile',75,'e1b8e05171c252914d74605ef236e50f','d9bfaa8fa9c0603e0462977ebf6a6a10','Unknown file in WordPress core: wp-includes/wp-includes/class-pop3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-pop3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21525,1629459866,1629459866,'new','knownfile',75,'4b1eb5d6c89749afd0fb606fb8e587c3','34b9002f78bed63fdb664d8f5a41b8d8','Unknown file in WordPress core: wp-includes/wp-includes/class-requests.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-requests.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21526,1629459866,1629459866,'new','knownfile',75,'6252e9b0a615f1f251febc13889c4bca','3eab0b9adf0f2aecf5a9fdb2d4daf6da','Unknown file in WordPress core: wp-includes/wp-includes/class-simplepie.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-simplepie.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21527,1629459866,1629459866,'new','knownfile',75,'b88057bcf906b6c794c4b2e469cba183','f783289d8adf6afe0c522cbd96915564','Unknown file in WordPress core: wp-includes/wp-includes/class-smtp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-smtp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21528,1629459866,1629459866,'new','knownfile',75,'6f143906918af745b7aa67f3e753ea17','096076bec39178961d28ab3425e7e274','Unknown file in WordPress core: wp-includes/wp-includes/class-snoopy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/class-snoopy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21529,1629459866,1629459866,'new','knownfile',75,'d6c6ef1c4bd0d17915c64b2a6c80881b','b1e5b9cb3c257803cf24f1bb1b510d2f','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-category-dropdown.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-walker-category-dropdown.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21530,1629459866,1629459866,'new','knownfile',75,'d4b7f1fa824009091ca88bc8431c2d5d','ad86a6adfb0bc120ba27e5f25d531ae6','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-category.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-walker-category.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21531,1629459866,1629459866,'new','knownfile',75,'f8db36cf1f202c253cbe365909099ac7','fb0f69e631665e40c09f1bdde5a9a935','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-comment.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/class-walker-comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21532,1629459866,1629459866,'new','knownfile',75,'27bdf3c39551e4629005fc2c701d109f','a59e8b23af4705ad231f00defd5b915d','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-nav-menu.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-walker-nav-menu.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21533,1629459866,1629459866,'new','knownfile',75,'b37a26840312e3b3c18763705f4da3a7','2b8db5b1d57ac84b8b75e8609cbfeeae','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-page-dropdown.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-walker-page-dropdown.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21534,1629459866,1629459866,'new','knownfile',75,'746c77ca0faf6e1e2e4c12d894cdc8ad','3b486dc00b88b8ec3fac499e4516424f','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-page.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/class-walker-page.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21535,1629459866,1629459866,'new','knownfile',75,'2e66d497e28bc4b0949a77ad9ce109ec','094570aaf6eb960edd131dc70b79b86e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-admin-bar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-admin-bar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21536,1629459866,1629459866,'new','knownfile',75,'0e91757e0c8d50dbed226906331b98e1','29e22428322f9cd0bb8c194b0351691d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-ajax-response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-ajax-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21537,1629459866,1629459866,'new','knownfile',75,'b419f3f1318db6a80831aac6c974b215','e309e209bd6b1f00fccc9b9dff421520','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-application-passwords.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-wp-application-passwords.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21538,1629459866,1629459866,'new','knownfile',75,'4d6e056decb678c880adaf6e19bd130d','d0a4707b76d96df4f3b9eb174f3088af','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-list.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-block-list.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21539,1629459866,1629459866,'new','knownfile',75,'b39d4d31c4ffcfffcc9c187b8d4e2aba','eb25f4a3edc34be447a1c473b875b321','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-parser.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-block-parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21540,1629459866,1629459866,'new','knownfile',75,'4857d6d22db5da4f85db2310cdea4e73','5cd8df20639b43ec92f1a34123bbb510','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21541,1629459866,1629459866,'new','knownfile',75,'63b4fdc561efbc182162fe8e2b020aab','7144703c890fd4c618e9f4e23180c591','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-patterns-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/class-wp-block-patterns-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21542,1629459866,1629459866,'new','knownfile',75,'ade974a0a2103f178a12ef0a654048e4','b0aa9aed7abbeda7ea5edf74c8d90788','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-styles-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-wp-block-styles-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21543,1629459866,1629459866,'new','knownfile',75,'16ed280bccc089646b4a4f6c198c0970','f8fc843391244be220571df84d75f481','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-supports.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-block-supports.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21544,1629459866,1629459866,'new','knownfile',75,'9c6facbb93c52f153044d18bef362cb1','ea24885244c80276daff4fc01d490e2e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-type-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-block-type-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21545,1629459866,1629459866,'new','knownfile',75,'0c6107804b14cca9822b46ad36b4634a','3b2cf90046407269d9b6f8cfcb51c435','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-type.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-block-type.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21546,1629459866,1629459866,'new','knownfile',75,'bd92a448e9404a9397d668d648aa7357','427354ac098e637a83f05a7f703bfa34','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-block.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21547,1629459866,1629459866,'new','knownfile',75,'1c50c5939344b30338ffa100a1340f28','a9787116e569d78a697c4fa35a57be9d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-comment-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-comment-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21548,1629459866,1629459866,'new','knownfile',75,'f1be47743efe763230feb8fb24d89578','96bd68c4225b9e6db05cc4536c71381d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-comment.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21549,1629459866,1629459866,'new','knownfile',75,'978c04844b2990d21e9a400ef63d0a0e','2b54342d192304c492f461ccc788ff26','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21550,1629459866,1629459866,'new','knownfile',75,'7874856bba1f7bdad0f7f86ee68f7776','af66a295159e2423772f9db7da5b7e13','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-manager.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-manager.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21551,1629459866,1629459866,'new','knownfile',75,'2eda7305fa7f7fb50c594d00ba29750c','7a23e83c13c40fa1a0d82e699b27162d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-nav-menus.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-customize-nav-menus.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21552,1629459866,1629459866,'new','knownfile',75,'a3add13a7db6f378a66ff76b7d122fdf','c68b0f65511508eaa726d2bad5262039','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-panel.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-customize-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21553,1629459866,1629459866,'new','knownfile',75,'061b96cdbbde410198bb2cbd13b63efd','c39d3a9cf4f752cbb10632e63640f062','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21554,1629459866,1629459866,'new','knownfile',75,'d49e46fd12a0d78f679326b6e0668b15','5126d47178bb6189211ddac19f898205','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21555,1629459866,1629459866,'new','knownfile',75,'aab4dcd5dd041c7af4e24951ea7430db','b51152a67f77fa5958a8c0e8bddd10fd','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-widgets.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21556,1629459866,1629459866,'new','knownfile',75,'db5f38cbc1f2c2e2c40da422fce72526','4c4965aafc20c71bf88136dd4349b589','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-date-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-date-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21557,1629459866,1629459866,'new','knownfile',75,'bec8fd7c6aae72a3aa35ad587eaf002e','bbf363e9f0b25bdb36d333bd3e7b8af1','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-dependency.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-dependency.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21558,1629459866,1629459866,'new','knownfile',75,'2b206fbdf7ff7823b95252b729bd2ebf','f35e0ef82702c264989ba8c18478651e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-editor.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-editor.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21559,1629459866,1629459866,'new','knownfile',75,'41e71671882c9581af1399d1ed8dd860','eb3e06397f43378e6b0e430bbf989723','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21560,1629459866,1629459866,'new','knownfile',75,'3d48380350d884d197234943fd3c3ee5','3443b8e777c11396ddd743efe9a41d29','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-error.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-error.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21561,1629459867,1629459867,'new','knownfile',75,'73dfaac430e5389ce19aa21cb3ccc093','3c89c647a7f536ad867b4580f3214688','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-fatal-error-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-fatal-error-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21562,1629459867,1629459867,'new','knownfile',75,'cb32ba686922aead28570c444f509d22','3825911a7c003cbd17b11d3b80a85126','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-feed-cache-transient.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/class-wp-feed-cache-transient.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21563,1629459867,1629459867,'new','knownfile',75,'a1482eb6d851c7c84a341a8d4a34b32e','7a6993fe2df1c8272226db50027b579f','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-feed-cache.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-feed-cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21564,1629459867,1629459867,'new','knownfile',75,'cb0d0db76feb51c8f392f503984e279d','d0763a0fa41399a5eda927724b2b7cb2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-hook.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-hook.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21565,1629459867,1629459867,'new','knownfile',75,'1df4138e7c197bdd2ceb2d992b88fbe7','d434dca383433b046f767b2b4065834e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-cookie.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/class-wp-http-cookie.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21566,1629459867,1629459867,'new','knownfile',75,'1bd9cd30a2c749dbe3faf4147e24c41e','8692d85d37d340fcd61b86362d7e29eb','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-curl.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-http-curl.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21567,1629459867,1629459867,'new','knownfile',75,'0d6eaa773ad70bbde25df574d17be7dd','5ae357a55508dd40bbfc9090cfc73df2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-encoding.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-http-encoding.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21568,1629459867,1629459867,'new','knownfile',75,'7d60a1fbe2939696666c55f9a63aede1','6802085a76a4e14cf802ebdad03d4610','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-ixr-client.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-http-ixr-client.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21569,1629459867,1629459867,'new','knownfile',75,'358d3bb8d33493e2edcb23f1869bfbaf','c3b20955ed3c325ba6aa28585e0a9f8c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-proxy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-http-proxy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21570,1629459867,1629459867,'new','knownfile',75,'9d8ee498ebd29ab404626597124d0d19','5498d0fba84822b59a2b21a9970f82b6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-requests-hooks.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-http-requests-hooks.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21571,1629459867,1629459867,'new','knownfile',75,'8bd773b75276d4189831ce0335ee3468','50c856ac6abc78569acc27cffdfbbba2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-requests-response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/class-wp-http-requests-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21572,1629459867,1629459867,'new','knownfile',75,'e10e578616afea32bbdc6962b3cf7d22','bb920d039626bb400e693a0c42af6944','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-http-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21573,1629459867,1629459867,'new','knownfile',75,'b9f717440af28d6ff812df42a65f5993','ea84453fca5aefc70e1bab45bb41dc79','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-streams.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-http-streams.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21574,1629459867,1629459867,'new','knownfile',75,'df6f77369f69cb13d7cfc63791433c70','41e6e5afcd7dcf6406102fee571b954a','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor-gd.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-image-editor-gd.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21575,1629459867,1629459867,'new','knownfile',75,'44fb3d39038be6d416fdac2b5a4e425d','442574d7d0e4b389611c71a61a6d5ec6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor-imagick.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/class-wp-image-editor-imagick.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21576,1629459867,1629459867,'new','knownfile',75,'a2aefa53a9c092b8622cbe4327956df8','ed6e8cb6283c9088d90ea9e2c11af901','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-image-editor.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21577,1629459867,1629459867,'new','knownfile',75,'7ec8959fc438630ed6a7a3707b75c9a8','308a93c32c2cc14d795e3c05f9c19e7b','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-list-util.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-list-util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21578,1629459867,1629459867,'new','knownfile',75,'b177d186faa1cd1a769fc76cc06451d9','05d7b9d140b77257170163e20176e757','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-locale-switcher.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-locale-switcher.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21579,1629459867,1629459867,'new','knownfile',75,'cfde21f414e2ffb424511455234d3987','359979f50d346e43ee57fdee473b7fee','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-locale.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-locale.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21580,1629459867,1629459867,'new','knownfile',75,'18029643af851ce8e76cfc557bd57ac8','d55f98f9575a5e43c7b1009ea43584d5','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-matchesmapregex.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-matchesmapregex.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21581,1629459868,1629459868,'new','knownfile',75,'725b32d3268994909f36a06733fcd8f4','29691773e1ac8f4d9d7a5d3e5af00000','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-meta-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-meta-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21582,1629459868,1629459868,'new','knownfile',75,'2f3e2950d064508606ebded6ab0a8dcd','c75353afa6242b9b5bffe3f0ba3ad138','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-metadata-lazyloader.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-metadata-lazyloader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21583,1629459868,1629459868,'new','knownfile',75,'1ac2f1606a8b2c35a75787452a8db45c','ee49b615e44063af7b82ea4383b23eec','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-network-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-network-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21584,1629459868,1629459868,'new','knownfile',75,'e39b949c03a094b9aa8050478be14679','7c064be7e8c72f294bf6591d6e08ac9d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-network.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-network.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21585,1629459868,1629459868,'new','knownfile',75,'63af136bddfabfdc444f53d8e2fb9e09','264c60f61b096a825c349c292dd9f342','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-object-cache.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-object-cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21586,1629459868,1629459868,'new','knownfile',75,'64d177550f1712b383c8932cf0b66b89','d5c7bc88ac5bd083aed6a6cb56e01de6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-oembed-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-oembed-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21587,1629459868,1629459868,'new','knownfile',75,'c9f5f41189fb6a850250f842e8e8fe78','a2554eaf99bde245d60369f4b0dc9dc0','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-oembed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-oembed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21588,1629459868,1629459868,'new','knownfile',75,'3a307568b91c4c6d21d6b720caced651','86ea21b45a531ec807b8774ef4c85931','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-paused-extensions-storage.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-paused-extensions-storage.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21589,1629459868,1629459868,'new','knownfile',75,'1edebb36b535c614d9e7c7c094f19da8','ec56fa728c9cd676a05c14948e3d79c7','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-post-type.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-post-type.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21590,1629459868,1629459868,'new','knownfile',75,'ec6c6d4f3c1555e5a7b967aaa9b1e76b','f2fd3c08867fb69e5953f433ebf9ee9e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-post.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-post.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21591,1629459868,1629459868,'new','knownfile',75,'348f6eaed8b8199513e32b016e9b9d88','b195805576d759b527638dd78610e9be','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21592,1629459868,1629459868,'new','knownfile',75,'903c7b3f7f609ffe286ad3864d9e9fee','d190b80fa0cefda41c313f7669d269ad','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21593,1629459868,1629459868,'new','knownfile',75,'f7def5bb2a5c2be7e9c5c6405c24980b','b826b84d14531edd49a76d2bb94334df','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-email-service.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/class-wp-recovery-mode-email-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21594,1629459868,1629459868,'new','knownfile',75,'d6f11c12e3e68c19ee345f6aa843ae46','0640a7a4aac321f5d32276c038f0d8fc','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-key-service.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-recovery-mode-key-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21595,1629459868,1629459868,'new','knownfile',75,'991e7fd39daaa7012f07c3b34adeb88e','cfbd901aa4b92617376159f8511d9cb3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-link-service.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/class-wp-recovery-mode-link-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21596,1629459868,1629459868,'new','knownfile',75,'4a38afa8a6ab3dd4e520dda39552fedc','9c9a64813cad99e519804a65d26b6d41','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-recovery-mode.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21597,1629459868,1629459868,'new','knownfile',75,'7ea6497f4859a5b1c702aa81632a990b','05396246a9b04cd50be3c20cabe2e20f','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-rewrite.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-rewrite.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21598,1629459868,1629459868,'new','knownfile',75,'7847861f30970cec4b64285c1cdc8424','629319fe02592198cb044faf47be0ac3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-role.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-role.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21599,1629459868,1629459868,'new','knownfile',75,'f6b6fb60e85e85206974810aee0b198d','a4f684896f8093413cc560a337017f1a','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-roles.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-roles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21600,1629459868,1629459868,'new','knownfile',75,'f12b27abdd06d872749835db35b43e00','67d655eb1a234275fb4e8ef761d34f36','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-session-tokens.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-session-tokens.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21601,1629459868,1629459868,'new','knownfile',75,'d409ce56062314c2dbeee3930ba227a4','12e055bf46f9e785f098fa2cd6c8799d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-simplepie-file.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-simplepie-file.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21602,1629459868,1629459868,'new','knownfile',75,'5143884bbc4adcbffde2ad7daa1e423e','7c7995df88cb7ea537fcc7dfcbb075ff','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21603,1629459868,1629459868,'new','knownfile',75,'49842ecc9a94475b04663d56cb3dcd08','3a471b17335b39bd08a7c842e157edbe','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-site-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-site-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21604,1629459868,1629459868,'new','knownfile',75,'e622d8d6ff0a18aa0af79ffd4af71c22','eadef06e166e249e719ae0cc5fad332c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-site.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-site.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21605,1629459868,1629459868,'new','knownfile',75,'f3f612ca95ecce0dc57e1e4decaf4fe9','88499bb4caef1a4500be99a92da88026','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-tax-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-tax-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21606,1629459868,1629459868,'new','knownfile',75,'e5983fe80e12b944d6eb52d239b3ea7e','026dca1a5226de2f52a76d68606db339','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-taxonomy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/class-wp-taxonomy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21607,1629459868,1629459868,'new','knownfile',75,'fbcbd0479faa9cdd5f73118793e50b44','497da53fd4160e0915c74fbf974752a6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-term-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-term-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21608,1629459868,1629459868,'new','knownfile',75,'d7eb77323ce4cf9814176466482ffe23','c65c0e0c993f6bbdfac06802115f6676','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-term.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-term.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21609,1629459868,1629459868,'new','knownfile',75,'b6097c8e96bff41fbf3f2ec5fbfd0915','cc47083706e3f74172717ca739a5078d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21610,1629459868,1629459868,'new','knownfile',75,'5efb19a5d32bf1406f2788065ce2873e','8f2ba1b4b3a36fdd24aebd2cd15e71a7','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-text-diff-renderer-table.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/class-wp-text-diff-renderer-table.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21611,1629459868,1629459868,'new','knownfile',75,'a61f2721b9f6d666c8ba3cd0ab8b18c8','b1a40f1a3b8ddd60ae92a9f2528b08fa','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-theme.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-theme.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21612,1629459868,1629459868,'new','knownfile',75,'ca03eed53bdfcd23afb4914eac4a11a0','da1c2e5dbaf61733c0a2cbfecefa5bfb','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-meta-session-tokens.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/class-wp-user-meta-session-tokens.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21613,1629459868,1629459868,'new','knownfile',75,'7d7338720b371bc706c62e4e570a9e81','1ee72b01e3bb4d63dbddd096e10f2d0c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-user-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21614,1629459868,1629459868,'new','knownfile',75,'fe5da5c7437c28383d1ee2a9dd038bd4','b48b83eeec9c77ea788e7740aea8b79c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-request.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-user-request.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21615,1629459868,1629459868,'new','knownfile',75,'12dd0cf73ba278bf78ec372154eb1e4c','5a6dee6b45327475acb6a1ec8b90ee92','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-user.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21616,1629459868,1629459868,'new','knownfile',75,'75fa282baddaa8ac806e181e4c4f0d03','9aee99f809bb2999b6b9090640f76356','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-walker.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-walker.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21617,1629459869,1629459869,'new','knownfile',75,'c26216a1c55064173a7aaeae8db974d5','b0fda41ea3315690b2b3b072f4730cf3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-widget-factory.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-widget-factory.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21618,1629459869,1629459869,'new','knownfile',75,'823ea618da74c2eeb3b01576c8c33dab','99b81f48c6ada10dbdb5e029f726e173','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-widget.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-widget.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21619,1629459869,1629459869,'new','knownfile',75,'a1b773dc6b371f44dbd7b33888598f9c','21bd578467de26221fd9b23dbfbc9918','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-xmlrpc-server.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-xmlrpc-server.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21620,1629459869,1629459869,'new','knownfile',75,'891c8a5dd60e0ba3e9c8a5732d64b8eb','cca00a349d565ac6a8d622a85fc4798d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/class-wp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21621,1629459869,1629459869,'new','knownfile',75,'9ce3599086f57775e4f19e419cdc2e39','0352f0866b3e26b348b681b382ff0d2d','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-dependencies.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class.wp-dependencies.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21622,1629459869,1629459869,'new','knownfile',75,'fb84acc51bab8c80f6171f92af798d32','53b5fdde2ccb9d6763fb1c6eafc9f076','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-scripts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class.wp-scripts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21623,1629459869,1629459869,'new','knownfile',75,'1cd6c0fb120038723cfbf0dbe866103a','6fdb751db29d64ff34269db971d48483','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-styles.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class.wp-styles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21624,1629459869,1629459869,'new','knownfile',75,'ce32fe6706c75236eed6459d8bb85750','1bf3fdd2528abab313ed60df5f6beafa','Unknown file in WordPress core: wp-includes/wp-includes/comment-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/comment-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21625,1629459869,1629459869,'new','knownfile',75,'1c119c7d7a202ae29c6f3928c260d700','7e641e464e9de3098706a385465e863d','Unknown file in WordPress core: wp-includes/wp-includes/comment.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21626,1629459869,1629459869,'new','knownfile',75,'e761ee39c6a03141aecbd20b1d98ef89','16618b570c06f6ace343eb55deb2ff2a','Unknown file in WordPress core: wp-includes/wp-includes/compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21627,1629459869,1629459869,'new','knownfile',75,'4fe7110b55a836ed5ffb5e6dcce5ffeb','405f3eba08bf8129aa63d98f05d72374','Unknown file in WordPress core: wp-includes/wp-includes/cron.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/cron.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21628,1629459869,1629459869,'new','knownfile',75,'51a21370f61415c0ae3c2755bb03803d','00ed3fc970675eadf427a99a0c4fdb22','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/admin-bar-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21629,1629459869,1629459869,'new','knownfile',75,'70895e53d1d8dc9249c0ee1d5aacec02','1720e04b888a607225e4a5dad7cfe06b','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/admin-bar-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21630,1629459869,1629459869,'new','knownfile',75,'6a0d51133df33bcb9a62d9da35223af4','28f6d8366c8998ee149eea8593dc9130','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/css/admin-bar.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21631,1629459869,1629459869,'new','knownfile',75,'1d3442ac03839f952efc77bb08c7528d','63405de0472eb6630c5f5100f0cb4eb9','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/admin-bar.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21632,1629459869,1629459869,'new','knownfile',75,'195bece47da8f5601e156127b39df4b1','3ec439475fa4db394c1e8eff751e049b','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/buttons-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21633,1629459869,1629459869,'new','knownfile',75,'ba26fe7a58414cf93c1624b8263c74f4','1ccb26b0eb6b0e15e228810f9f33d5ae','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/buttons-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21634,1629459869,1629459869,'new','knownfile',75,'b3ccbc737e26770ec44b8468602d6d8d','a5ddb1da98d63723ecbbbc6831d94a0a','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/css/buttons.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21635,1629459869,1629459869,'new','knownfile',75,'39896f81d8741260f57039e45020cd6d','3614c0494170c462569e4e541461c3fa','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/buttons.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21636,1629459869,1629459869,'new','knownfile',75,'fb03681ca75151ed018505f819a2564d','e79ac9419abc3fb7dfaf3354f21c899c','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/customize-preview-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21637,1629459869,1629459869,'new','knownfile',75,'7dd2744e5e2c1d5a0c03ca551c0843d9','40cd72ef27b15c3a6230e484a1530105','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/customize-preview-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21638,1629459869,1629459869,'new','knownfile',75,'f7d25d0debc889e3f087dd2dfb32f885','41a55dc6cbbb5c3805178e34aca24bf0','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/customize-preview.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21639,1629459869,1629459869,'new','knownfile',75,'6619318ea9d7432f9041fca658e0c7c1','0ef3f969331d088be30f69353d9ba643','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/customize-preview.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21640,1629459869,1629459869,'new','knownfile',75,'62862de32af2621c5ed6d57affbb41c6','818035408368ea6b567fd9ce9a8ec87a','Unknown file in WordPress core: wp-includes/wp-includes/css/dashicons.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/css/dashicons.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21641,1629459869,1629459869,'new','knownfile',75,'a5c74d8b0bdc9cfe6bcff1e804f35246','a75fb48b5eb1c3bbf3bf04e37b845f25','Unknown file in WordPress core: wp-includes/wp-includes/css/dashicons.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/dashicons.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21642,1629459869,1629459869,'new','knownfile',75,'dbf615036b8c9e2020f9051375c87963','dae3f7444f2bc9e9640546f05df65132','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/css/dist/block-directory/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21643,1629459869,1629459869,'new','knownfile',75,'3c06f92cce51558f2e5da443103414d4','f0ca77de528f00009bc24aeb1202fd40','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21644,1629459869,1629459869,'new','knownfile',75,'430218750aa8f04753ef80cc063b0b82','53a51e19d65000663ebb532381697816','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/css/dist/block-directory/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21645,1629459869,1629459869,'new','knownfile',75,'f1842805a66772a97cc72a3eb0bf110b','beb5f032f6692801f98378c38c14bb82','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/css/dist/block-directory/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21646,1629459870,1629459870,'new','knownfile',75,'a84918bb72be7a31b119348b031deda5','e93cd45981d31648d3799bd755fe6fb1','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/css/dist/block-editor/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21647,1629459870,1629459870,'new','knownfile',75,'6c0e732d55b7d2ceeda615759d9c64e7','5843cdb3575abea326b66b67f39ef87a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21648,1629459870,1629459870,'new','knownfile',75,'ccfd0beea85c1088bcb39c389df2f7a6','94389adcd9aa383d2a92e8861d88db84','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/css/dist/block-editor/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21649,1629459870,1629459870,'new','knownfile',75,'d847dee81f035926112fa212154bf621','7dee631f940823fa10c71c2dcc3376da','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/css/dist/block-editor/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21650,1629459870,1629459870,'new','knownfile',75,'ca4b6e8dafaeb712aa0a38f222275b41','f34717243782ada4a10b3a20c1bf2fb2','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/common-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21651,1629459870,1629459870,'new','knownfile',75,'d6a57fa7384420b1cee65b3c11613555','868baf690d325a0f8f1ad322a83fe73b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21652,1629459870,1629459870,'new','knownfile',75,'12f1a252a34c7f2147f7abf0b47b9583','760b3ffb39abaeab158ca34336a4778d','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/block-library/common.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21653,1629459870,1629459870,'new','knownfile',75,'43d83f21658dc22ff2a2a2cf16a702f3','03132b8b0188298d7112a9f3e9c08f5b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/common.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21654,1629459870,1629459870,'new','knownfile',75,'3dde8674acabcf989c6453fb8405e63b','8e59a6fdba73fb8f4136c4c8b64e350b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/editor-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21655,1629459870,1629459870,'new','knownfile',75,'e4e0753b1a96881ebb00bffd10b032d2','b31e9701b4d9ee3393ea6ad64ea27fbb','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21656,1629459870,1629459870,'new','knownfile',75,'659d269ba20d3de17a45729c4423fc2b','0d61aaf2dcd5a0110081c3f20e90202f','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/block-library/editor.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21657,1629459870,1629459870,'new','knownfile',75,'79889ff7fa3cbe21f91c68b39b5cb6b0','0a535559ef9fbf114b40200168cdfb8e','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/editor.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21658,1629459870,1629459870,'new','knownfile',75,'aca0e15a1fcd7309ff4d0c1b56e6a9c7','7ec45622731f3a708518ffc016364e79','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21659,1629459870,1629459870,'new','knownfile',75,'7095aaf94b04bbe1e197a0a0a9be1262','7dad73920cfaf111bb8858cab3e84d98','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21660,1629459870,1629459870,'new','knownfile',75,'982e45d54f801196f6a37b5dbfdfd22e','b0a01292780f2a9d1345f6dee66718a5','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/block-library/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21661,1629459870,1629459870,'new','knownfile',75,'618d344873f111c2fabaf3272b785391','4ec8a56527718ae1366f1a190066d688','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21662,1629459870,1629459870,'new','knownfile',75,'1e3aa1dca063663f7159b8c59381258c','bae4bca4d74854353c8e1f67438163b1','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/theme-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21663,1629459870,1629459870,'new','knownfile',75,'b84c0778ec182f99bde295f7f14b65c2','1b346f3921487d2701b64bc04f6867fd','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21664,1629459870,1629459870,'new','knownfile',75,'5885fe7aea535ab089341f106e3f5b24','c24a9ebe1763abd4569d9b36c0870f23','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/block-library/theme.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21665,1629459870,1629459870,'new','knownfile',75,'b8837a9c1fe952cbcd264ccb6d0dae9b','f618dac3581d7b9770a25ef52088b493','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/theme.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21666,1629459870,1629459870,'new','knownfile',75,'88eb3d8aae5ba58228667c8b0c1711b3','850b02a1e21b452880bfb22f90161b65','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/components/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21667,1629459871,1629459871,'new','knownfile',75,'099f7797343748173a6730ddebe8c5a3','6595a907e9e25b0eaf00c6c6c8db8840','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/components/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21668,1629459871,1629459871,'new','knownfile',75,'864599f11818045bcffe987767893ddf','e79fe1de83cb063952a813d0a183a66e','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/components/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21669,1629459871,1629459871,'new','knownfile',75,'b28e1618030d06a460640d5d41161988','23a452e4275b5ae22a01a050916f654a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/components/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21670,1629459871,1629459871,'new','knownfile',75,'dfe01b85bebfdc77e47fc3a473117c99','e010118a560da8323bd1ecf324113af6','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/edit-post/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21671,1629459871,1629459871,'new','knownfile',75,'49cf8f22fc88854a7e4223c8f1ddd03c','6756ff29be04601696f456bf46873b78','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21672,1629459871,1629459871,'new','knownfile',75,'bb79e97ad2c80919252b83b4aadbfe4c','9b7675a2af63d4e699bd2b3aab28f444','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/dist/edit-post/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21673,1629459871,1629459871,'new','knownfile',75,'14f9635cf7f7c4df255dfb8808cd05ab','9804a92e9b5b28b04fd8a85f81ccb94a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/edit-post/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21674,1629459871,1629459871,'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;}'),(21675,1629459871,1629459871,'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;}'),(21676,1629459871,1629459871,'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;}'),(21677,1629459872,1629459872,'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;}'),(21678,1629459872,1629459872,'new','knownfile',75,'3457d93b88728955ad8eb8d8c08003ea','ab57a0886aa736a5a30d178fa398e06b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/editor/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21679,1629459872,1629459872,'new','knownfile',75,'55873620d67e190d1c9adcd21c07af75','e0ab156e9e46ff71903fac0f74b5edb6','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/editor/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21680,1629459872,1629459872,'new','knownfile',75,'186a67a6b6496b34af6bf60b81e27ed9','70d39054fe5b25448a0d9275bab4faed','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/dist/editor/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21681,1629459872,1629459872,'new','knownfile',75,'7593ce491704d2934ae82ff09d14384f','c632c50e645c7f3f7486d65179795113','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/editor/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21682,1629459872,1629459872,'new','knownfile',75,'779a3f303387a04c3eaeddce2b0756c5','c5d3a26785c8e46dde5b1bcf7349f8f4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/format-library/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21683,1629459872,1629459872,'new','knownfile',75,'b51b772cf7cc273d2be29f1f40ece5d8','c57ddee0ee2d846c78ff37571fe577f4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21684,1629459872,1629459872,'new','knownfile',75,'26d6a80591bafa5ddb59cbf90390bc4f','0edd21f624e5e6ad657857cedbf46387','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/format-library/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21685,1629459872,1629459872,'new','knownfile',75,'8eeffa5038180d505ef25042bfe04717','fc0a9f126ba997b6ef9d1fdfad9fbf4a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/format-library/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21686,1629459872,1629459872,'new','knownfile',75,'bf3ebc270cfd0200471c9645a2c09011','88b54d5cbeb737fcfc469e268f760b9d','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21687,1629459872,1629459872,'new','knownfile',75,'59d35f6fea1d95e926099b4c0497c6d6','4037f6a08c4b8409c28d3a9b49cf6dc4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21688,1629459872,1629459872,'new','knownfile',75,'bfb5176d7cabad2cb638324d923d6f38','e519a06c916cca9cca101e99efa0465a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21689,1629459872,1629459872,'new','knownfile',75,'092e7139564694d7e9219e4e4ca8821e','1b2269bda2aa333c5d1d918232bf7c1f','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21690,1629459873,1629459873,'new','knownfile',75,'df538fcba5354b4ae77cdfc0f12a4d06','d74c907d99fa2a9a4696cec7b15a19ff','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/dist/nux/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21691,1629459873,1629459873,'new','knownfile',75,'e3325e0490d8648794a0262e20f85396','b5fd656507cbd6ed7213ee6c207a2d89','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/css/dist/nux/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21692,1629459873,1629459873,'new','knownfile',75,'7950ff61dd831ffce5a38cfc0ab4d05f','d8f78cad995582e8229b7a352e8d93c0','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/dist/nux/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21693,1629459873,1629459873,'new','knownfile',75,'f2fd4fb420f885c1505034bed755ecc2','db72b4c749e6a2b6db8a3d7ce8da5a24','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/dist/nux/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21694,1629459873,1629459873,'new','knownfile',75,'a48b1637b75e288646610deca452cab0','600ce8b1ddfaecdf9d8520b17518652c','Unknown file in WordPress core: wp-includes/wp-includes/css/editor-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/editor-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21695,1629459873,1629459873,'new','knownfile',75,'8ad11f7640c69f885cf2bf352c80884a','170917219f56ea80bbec3a260af2d0bc','Unknown file in WordPress core: wp-includes/wp-includes/css/editor-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/editor-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21696,1629459873,1629459873,'new','knownfile',75,'c4ffba0e56d6d86ab3c8f498134e81ef','2bb372a8cc1df38792abade6cfa7aea2','Unknown file in WordPress core: wp-includes/wp-includes/css/editor.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/css/editor.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21697,1629459873,1629459873,'new','knownfile',75,'5e85f1aaf55961a028127c052faa7e6a','9a665e4b65e86bb87377c31bcdd44de3','Unknown file in WordPress core: wp-includes/wp-includes/css/editor.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/editor.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21698,1629459873,1629459873,'new','knownfile',75,'9353242e6e9054ecfb903d32ed3ce6ea','2410b5b6757e18ff1d0b65e00fa2ecc9','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21699,1629459873,1629459873,'new','knownfile',75,'59c2a41b716444b66b275e17b26615e3','515ee037941738562a8a6a7d43477c40','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21700,1629459873,1629459873,'new','knownfile',75,'f7187fca3d1a9ef150ffd79f16cfa919','35c88ea9ca93ca02a7605b3200971b02','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/css/jquery-ui-dialog.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21701,1629459873,1629459873,'new','knownfile',75,'082c0444f3bf02c697ba9dde86d6482b','feba99d2a0739fc2726284725ad8cc02','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/jquery-ui-dialog.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21702,1629459873,1629459873,'new','knownfile',75,'da555cfbd79026720ec3a94ffb307574','c68c27f236835c4d8fb269042e34a510','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/media-views-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21703,1629459873,1629459873,'new','knownfile',75,'23b98203bad9406ff34ee80a0797ab9c','ab2289198cfd394ab388519fc4627f78','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/css/media-views-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21704,1629459873,1629459873,'new','knownfile',75,'c2a46a16fbecf04dfa30132dbb995ab7','9c612d9b11ef14e9780555accb2639c4','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/media-views.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21705,1629459873,1629459873,'new','knownfile',75,'4fd31a2d6726d0ebb57ccaac2ce5093d','79b364ef4c7b8277b45b245e1b8e1a35','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/media-views.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21706,1629459873,1629459873,'new','knownfile',75,'9b56defa82dd1a0612202d500fb781d8','1b82ca4491a5a89270da550ed695dbc2','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-auth-check-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21707,1629459873,1629459873,'new','knownfile',75,'2c8649e68c28f59378e809d787caaafd','d2d685bf9a8cc5de3337330d2bba156a','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/wp-auth-check-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21708,1629459873,1629459873,'new','knownfile',75,'ec4ac91840f41d7da23f95d9fb03f536','31e1c538bd22b276377925f880e775ac','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/wp-auth-check.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21709,1629459873,1629459873,'new','knownfile',75,'ae911e169f4901d2b96280555dc27931','19a10223d581607328008aac0d85cafb','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-auth-check.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21710,1629459873,1629459873,'new','knownfile',75,'f83970a07f6149653fe75e9cd8144ed3','db3577868892545ca1332cef9cd1955e','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template-ie.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/wp-embed-template-ie.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21711,1629459873,1629459873,'new','knownfile',75,'d62494a3ecc5dc1797c103af7d21eb7e','e6d683438ca25b8a1be923487c188aec','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template-ie.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/wp-embed-template-ie.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21712,1629459873,1629459873,'new','knownfile',75,'e0c3a90083266e668997940e9e4a951c','39d8afcb947f1718b5dadc1a5bcef679','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-embed-template.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21713,1629459873,1629459873,'new','knownfile',75,'c946c101f926ed9926b375a90923b8fa','a24c90b335bf72d630d72b84b3b2fd75','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/wp-embed-template.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21714,1629459873,1629459873,'new','knownfile',75,'f7486c2245c954608559a25b4ad44a40','a3948af57241c7073466ffc0f7f88da1','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer-rtl.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/wp-pointer-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21715,1629459873,1629459873,'new','knownfile',75,'9ec062f7a8d2cd16103e04d94438a414','d1193707ae29aef7e7f3cd8618d146da','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer-rtl.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/wp-pointer-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21716,1629459873,1629459873,'new','knownfile',75,'1f9d67a489fb3973bd6f946577fdd9ab','3e591ec3cb6771ca19cab5cbc883acb3','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/wp-pointer.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21717,1629459873,1629459873,'new','knownfile',75,'70a7cd994c416cf40ed863ec96db1d46','e3b055c37659793914880dd67719ed51','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/wp-pointer.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21718,1629459873,1629459873,'new','knownfile',75,'0baa74ba8018bcb6bacf24346034398a','8c0d473a2c02f4fe93b34fe5448cc352','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21719,1629459873,1629459873,'new','knownfile',75,'0e9002feca4fcd39851a20bacf2b7d53','e2964a460bb4a7666f36381394759ba3','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21720,1629459873,1629459873,'new','knownfile',75,'17fce30c3092739b8cd17082c3ae8eff','9a8027e662384e0694ed558d8c9725a0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:84:\"wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21721,1629459873,1629459873,'new','knownfile',75,'200c11ffca2bd6ecac12554291e68ac6','f734d8b64334203a04b05f124644dfe0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21722,1629459873,1629459873,'new','knownfile',75,'1c058a105bd3e3b70e9fb39655621f52','e11c536d66badc3921e2ebaa6c3804cd','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-color-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-color-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21723,1629459873,1629459873,'new','knownfile',75,'c2dfbd83f54fc21dddeb889b33d642fb','de9539813ab19346ffd86ade21ae31cf','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21724,1629459873,1629459873,'new','knownfile',75,'16cc63395efd580c595a5e81aefb1283','617a20728ff325807f433f147d54c4e8','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21725,1629459874,1629459874,'new','knownfile',75,'61a2ab1fc5449eea6264f581bdb0bcd6','9625b8ef659c2fa5d3c3a10a7813debc','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21726,1629459874,1629459874,'new','knownfile',75,'e2e1ce854cc101c2bda016bc7efc1bd0','608fe7707e764fb0d045fa78e6eb35ac','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21727,1629459874,1629459874,'new','knownfile',75,'dd2befdf77d2284d7b2526a60c757013','c6cdac312f5d7fb65321829d0a174869','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21728,1629459874,1629459874,'new','knownfile',75,'c66e85a4f1a8da928646b6f23faf865a','0bd25cc07376ce7f23ef59b022205652','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21729,1629459874,1629459874,'new','knownfile',75,'f28b1ad7753e45de9ecc509951e3e07b','24af6e7f98ab60e148ca3e1a1efdba49','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-image-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21730,1629459874,1629459874,'new','knownfile',75,'1c856bb3c04c7a0ab24729104e357e73','2cd55236b515eb0d2d67d120016b83f0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-media-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-media-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21731,1629459874,1629459874,'new','knownfile',75,'e5f2591df261567283863166953e12bc','db8ae254a910f8e8018a5f18318331f4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21732,1629459874,1629459874,'new','knownfile',75,'e3914da47907028622869ed7e37a2378','79bc3cffe7302d75a99ba3be6b3a4e71','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21733,1629459874,1629459874,'new','knownfile',75,'b27b6ed07c6c25c2331617e2141c4991','139c8773e435c98b2f22fec0dbdf9a69','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21734,1629459874,1629459874,'new','knownfile',75,'656f02f63ef60b96f355969c60fafc77','d51a45fcc23a1fa623c869387033077d','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21735,1629459874,1629459874,'new','knownfile',75,'27528309b2c7cd1ef1a3900f4f0d3b98','5762f4f954f8777edcb0c5cf9e92384c','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21736,1629459874,1629459874,'new','knownfile',75,'a79b2d67b9d9c4079f60344190a6ed1c','2a111821a3d0e8bda74819be5a5a1d21','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21737,1629459874,1629459874,'new','knownfile',75,'03e9cf5ef8c3d18840773af7e7b1f69e','12a5863706a030eb45edfaf2fa1371d1','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21738,1629459874,1629459874,'new','knownfile',75,'ea0fd5fe8342e8092f7304910ebe9780','8b5da127b56861b3b23256a4385b0fd4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21739,1629459874,1629459874,'new','knownfile',75,'571b27f4af027769e9bb771241355595','37cc82269c8c65ce4fe4fdc07d16c54f','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21740,1629459874,1629459874,'new','knownfile',75,'b40eef292aa94aea593a4b96d8f9199b','e318a5309cce42fa0218f439aca95ec4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21741,1629459874,1629459874,'new','knownfile',75,'8214b3fd260f0956f70f6ad2f834bc9a','e3ff681fc1dd8a74eb633589d60b0ad4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21742,1629459874,1629459874,'new','knownfile',75,'c4f0d1d332f53267db22cd98b01b1c6e','21e953c70d9bdb8766ccacda812d300a','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21743,1629459874,1629459874,'new','knownfile',75,'38fe581e1d3e77f1f63be7ea6a3df951','2ccfe6e0e5ea3181de1c6f927679e980','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-partial.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/customize/class-wp-customize-partial.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21744,1629459874,1629459874,'new','knownfile',75,'e6463b608cfea23d00f5155fd357645f','c89ce73f11f584f14de63e33aba25b6c','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21745,1629459874,1629459874,'new','knownfile',75,'8224e2952ce77de2e96b49e2af9ec746','8f7f0858acada66bd0023daa14ee2152','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21746,1629459874,1629459874,'new','knownfile',75,'a10a6aa05e33f8495e4ae9d311d1020c','024dda876c5dbd9c1e988b0bbc41a74b','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21747,1629459874,1629459874,'new','knownfile',75,'5f908d461bf00e1e121a26c2f9f99bb8','95cb6a8a2f149ed9c2df42c4546becf5','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-theme-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-theme-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21748,1629459874,1629459874,'new','knownfile',75,'6e69abaaf829533160ea3956980b2c11','f9030ea3b7a6285f0c8505c63580253f','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21749,1629459874,1629459874,'new','knownfile',75,'195a5e425d9ecfe9e5c2d23f280c1574','89a9adbca0f00458122e523315ac50fb','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-themes-section.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-themes-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21750,1629459874,1629459874,'new','knownfile',75,'f2f3f4316ce08a39a736afa21a05c9ad','520b2b3f68eba47ec1401c8728b59244','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-upload-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-upload-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21751,1629459874,1629459874,'new','knownfile',75,'8aebe102ca83c9ba9f23a10210370468','860487125e56667f703f442b9c1c797d','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21752,1629459875,1629459875,'new','knownfile',75,'a5ea1a9e860646412f3303885309ee64','d0936f6da81414cad0e86831b3b8da75','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21753,1629459875,1629459875,'new','knownfile',75,'e172f3b1d20ab40c5d01065d274253d2','eebc29b061a88ac2195ceaa5629a3ed7','Unknown file in WordPress core: wp-includes/wp-includes/date.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/date.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21754,1629459875,1629459875,'new','knownfile',75,'002344d295c2a9c9bb9d6da4dc045f0c','b074eb615faafe06f93a0068a775eedd','Unknown file in WordPress core: wp-includes/wp-includes/default-constants.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/default-constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21755,1629459875,1629459875,'new','knownfile',75,'dc4a7dc2bfc56c7b6ada4afb121eccb7','9f5f712590d7a9e046aaea38adf59706','Unknown file in WordPress core: wp-includes/wp-includes/default-filters.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/default-filters.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21756,1629459875,1629459875,'new','knownfile',75,'1cbf7cc6a6c53344a3990f1511db9a11','e277bb45841e468950a1b17de0ea3504','Unknown file in WordPress core: wp-includes/wp-includes/default-widgets.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/default-widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21757,1629459875,1629459875,'new','knownfile',75,'e88f280ed49d3567ad6f371775d80578','f4ad88cfe704f11083f5c7012a5cc427','Unknown file in WordPress core: wp-includes/wp-includes/deprecated.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21758,1629459875,1629459875,'new','knownfile',75,'66f81e0b5804dc8470b2d03a37a60bd2','a764c0b72b04f6cb539473ac005b8af6','Unknown file in WordPress core: wp-includes/wp-includes/embed-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/embed-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21759,1629459875,1629459875,'new','knownfile',75,'7ad3257b61c9d0b86a54e115e31a60da','8e7744b4973b358ae852e86f1f8b423f','Unknown file in WordPress core: wp-includes/wp-includes/embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21760,1629459875,1629459875,'new','knownfile',75,'7659437bf31fbf08a6384cfdf25996a9','2cf0884644e0f6b12933b13d54dbb814','Unknown file in WordPress core: wp-includes/wp-includes/error-protection.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/error-protection.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21761,1629459875,1629459875,'new','knownfile',75,'d40ef568ec0deca9a1cc48cc729b168a','edc1637d9d69beafa177a9e26fa5053d','Unknown file in WordPress core: wp-includes/wp-includes/feed-atom-comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/feed-atom-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21762,1629459875,1629459875,'new','knownfile',75,'eb7fab1d0b18164c1a1713d7fc308563','b9e7ac8d9aaa378cfd8fc175c22d26d4','Unknown file in WordPress core: wp-includes/wp-includes/feed-atom.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/feed-atom.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21763,1629459875,1629459875,'new','knownfile',75,'9502a14396b85c73e4b0ed6ce2b30a01','740f3964eb947cdc39a6e99da8c714a3','Unknown file in WordPress core: wp-includes/wp-includes/feed-rdf.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/feed-rdf.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21764,1629459875,1629459875,'new','knownfile',75,'f21442d4627eb4891554a76aa3c2bbd4','a6c797766a942208f46426858284654f','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/feed-rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21765,1629459875,1629459875,'new','knownfile',75,'57e4840c5adbdb24d017846da8b638dd','6b7dc1ac1ab27b8d6d5a1e1758871f7c','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss2-comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/feed-rss2-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21766,1629459875,1629459875,'new','knownfile',75,'6d5b239b18454692d0dd79bb8f9d2b2b','eb909104f8406d9f9e739b136d48fc33','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/feed-rss2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21767,1629459875,1629459875,'new','knownfile',75,'d41a32afd41f30bae8c45850077c71a2','1f99168e0ee8dda36ca212ff8f14a07e','Unknown file in WordPress core: wp-includes/wp-includes/feed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/feed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21768,1629459875,1629459875,'new','knownfile',75,'2d3c516584f398351b7514ae512eaa96','6180ad51bded40e3aea3e2960a4bfc8a','Unknown file in WordPress core: wp-includes/wp-includes/formatting.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/formatting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21769,1629459875,1629459875,'new','knownfile',75,'6def27f74462697e6049acfaae2cba4f','1bcd54d462de136cf63f4c13886de6cf','Unknown file in WordPress core: wp-includes/wp-includes/functions.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21770,1629459875,1629459875,'new','knownfile',75,'0a75ef0544398e81342ed5d3693af326','c9f8dedde0a03b76dbc3ddb2b1cfaa1c','Unknown file in WordPress core: wp-includes/wp-includes/functions.wp-scripts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/functions.wp-scripts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21771,1629459875,1629459875,'new','knownfile',75,'9a6987ee556e81a0644f7ab03d8d8cb8','a3407b95e4c4af2ad10e2d1261b2f6b2','Unknown file in WordPress core: wp-includes/wp-includes/functions.wp-styles.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/functions.wp-styles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21772,1629459875,1629459875,'new','knownfile',75,'5819ad1c54698b9b011de081caac8eeb','970a44fc9efaf8f5bdd82d5fb5e74163','Unknown file in WordPress core: wp-includes/wp-includes/general-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/general-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21773,1629459875,1629459875,'new','knownfile',75,'c823ae0c558d8a95e98c211186681a6c','97cdf2d00ca759af715887880bf9f5eb','Unknown file in WordPress core: wp-includes/wp-includes/http.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/http.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21774,1629459875,1629459875,'new','knownfile',75,'93e7b26c7e607fa04a851c9be22b6093','e0c52bd1ef0f05ae7b4a686cd8044d5f','Unknown file in WordPress core: wp-includes/wp-includes/https-detection.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/https-detection.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21775,1629459875,1629459875,'new','knownfile',75,'c3ec9aae79a10c0db19fd91e0bce4942','74650ebeaac066f1a5470fae054270af','Unknown file in WordPress core: wp-includes/wp-includes/https-migration.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/https-migration.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21776,1629459876,1629459876,'new','knownfile',75,'0a89880fd477df6b6ce55871e02b3cf4','dccc5b322560a34360dc988a4d792749','Unknown file in WordPress core: wp-includes/wp-includes/images/admin-bar-sprite-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/admin-bar-sprite-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21777,1629459876,1629459876,'new','knownfile',75,'05b1081077706eb88e24770f7b17871a','ca599aa57d7d9f184011f080b6245bca','Unknown file in WordPress core: wp-includes/wp-includes/images/admin-bar-sprite.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/admin-bar-sprite.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21778,1629459876,1629459876,'new','knownfile',75,'50d106cafb9f883e571244b458cadb65','7d4a57eafd2a7af9c64db4575dcde0fe','Unknown file in WordPress core: wp-includes/wp-includes/images/arrow-pointer-blue-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/arrow-pointer-blue-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21779,1629459876,1629459876,'new','knownfile',75,'967bf3a2b57e7f0ca3d70e8d6a12992f','5bbe7be3d8f1bc9f056424a61bd8a11c','Unknown file in WordPress core: wp-includes/wp-includes/images/arrow-pointer-blue.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/arrow-pointer-blue.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21780,1629459876,1629459876,'new','knownfile',75,'2d78fd374e8a1115e482467b03ac7eb1','61e7e946cdc564ebea9d885633ae8a32','Unknown file in WordPress core: wp-includes/wp-includes/images/blank.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/images/blank.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21781,1629459876,1629459876,'new','knownfile',75,'588c3a290f8655cc7d80e70758d81612','2d63f83e56e874c5c5a429650cfebce2','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/archive.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/archive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21782,1629459876,1629459876,'new','knownfile',75,'ec434c9dba33710118a0e20b919461b6','08b38c690bc0530f93ac15c59c2f13a2','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/audio.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/crystal/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21783,1629459876,1629459876,'new','knownfile',75,'ce02307813608de9312d456d7059fa85','746921b236a90339dfde4fb45f65782c','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/code.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/crystal/code.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21784,1629459876,1629459876,'new','knownfile',75,'da70d587ab9fe48410af000aa1cc3c64','9a1fa68d2e9e72ab8531382d60eb2a60','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/default.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/default.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21785,1629459876,1629459876,'new','knownfile',75,'7a340ecb4609cb704fccc697e1793b19','b209b0349bcc927379238d1a4b2b7b8e','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/document.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/crystal/document.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21786,1629459876,1629459876,'new','knownfile',75,'63532a26d5918e4a10b5c0e31e1d16a8','aa52acca9dfde1c1b24bd1b5e7fc6669','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/interactive.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/crystal/interactive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21787,1629459876,1629459876,'new','knownfile',75,'30be4624775aa5fcf2d2e4baaaee7603','98cf4e44f091ac48435ca836f9e2d08c','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/license.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21788,1629459876,1629459876,'new','knownfile',75,'13d18ea1ec18e482a9857caf12528d90','3c221cb15bb39134a9d5877fdbb46770','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/spreadsheet.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/crystal/spreadsheet.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21789,1629459876,1629459876,'new','knownfile',75,'b86b4af973a19231b401339cce5b7619','1f31a3d78b862014ee472e7abc08dc14','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/text.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/crystal/text.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21790,1629459877,1629459877,'new','knownfile',75,'a8c2ffe6e8e85783f5db41540bd7368e','01fcc960ee73763297d09d4f6002c89d','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/video.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/crystal/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21791,1629459877,1629459877,'new','knownfile',75,'85587d61d71f5feffa27219a6c98e4fa','8c3a05ad361c4a150e71346548a72ee7','Unknown file in WordPress core: wp-includes/wp-includes/images/down_arrow-2x.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/down_arrow-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21792,1629459877,1629459877,'new','knownfile',75,'7f1087ff09a2a948669b9d87470b6d74','3315b08f593710fa09320cb41386ad30','Unknown file in WordPress core: wp-includes/wp-includes/images/down_arrow.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/down_arrow.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21793,1629459877,1629459877,'new','knownfile',75,'d04c3752c9e680a120f862a8dac09aa7','ce64dfd0d668d16503931d46a2f7306b','Unknown file in WordPress core: wp-includes/wp-includes/images/icon-pointer-flag-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/icon-pointer-flag-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21794,1629459877,1629459877,'new','knownfile',75,'705d01be6c08052a6af003d32f674321','a10192482290d1eb2ee2dedc8434c0a2','Unknown file in WordPress core: wp-includes/wp-includes/images/icon-pointer-flag.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/icon-pointer-flag.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21795,1629459877,1629459877,'new','knownfile',75,'9a0c99a85af977503c819f19adf709d0','4c0117bb251606c8e4f8d1d4980503a9','Unknown file in WordPress core: wp-includes/wp-includes/images/media/archive.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/media/archive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21796,1629459877,1629459877,'new','knownfile',75,'635a9b54f3cd6daaf2d0aebde578362d','361e7338dfc1b0d75996cb78f8e8fc87','Unknown file in WordPress core: wp-includes/wp-includes/images/media/audio.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/media/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21797,1629459877,1629459877,'new','knownfile',75,'b1bd8313257a076cee2398d3a0718171','ee4256b87b85fe0f1664b7a953c97982','Unknown file in WordPress core: wp-includes/wp-includes/images/media/code.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/media/code.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21798,1629459877,1629459877,'new','knownfile',75,'8b2cfd91a55fa69a53e06a61d9a30157','ac47425d045753b432f91792368e1e61','Unknown file in WordPress core: wp-includes/wp-includes/images/media/default.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/media/default.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21799,1629459877,1629459877,'new','knownfile',75,'2310501c686351d29455e89a2d13f207','674520148ba5639be10acbed92fb2483','Unknown file in WordPress core: wp-includes/wp-includes/images/media/document.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/images/media/document.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21800,1629459877,1629459877,'new','knownfile',75,'eae3488532bb74c52c40933fe5a457b8','56776aad8e63861f3f544b3227b4f8a1','Unknown file in WordPress core: wp-includes/wp-includes/images/media/interactive.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/media/interactive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21801,1629459877,1629459877,'new','knownfile',75,'1632314f3bff55e31a623fe449c4e82c','b1d68e4fbefc2b5d6f3b1a7334169f09','Unknown file in WordPress core: wp-includes/wp-includes/images/media/spreadsheet.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/media/spreadsheet.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21802,1629459877,1629459877,'new','knownfile',75,'70f902682a9b0bcf133fb4f54182f6b8','6afe7764d4795e5a1acbf74bdeb67726','Unknown file in WordPress core: wp-includes/wp-includes/images/media/text.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/media/text.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21803,1629459877,1629459877,'new','knownfile',75,'6f5c43372c266c8c6007027a1dc0e4fc','afbb2a6e912cb9fef48a50cfa347625a','Unknown file in WordPress core: wp-includes/wp-includes/images/media/video.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/media/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21804,1629459877,1629459877,'new','knownfile',75,'6531a30f81336b45d13a08c29cab06f0','e35708736def021f11239257bd015e9d','Unknown file in WordPress core: wp-includes/wp-includes/images/rss-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/rss-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21805,1629459877,1629459877,'new','knownfile',75,'7eb9c94d7823740a2ffc879ca4ba8987','27caf51464222d98203807a533b5d24d','Unknown file in WordPress core: wp-includes/wp-includes/images/rss.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/images/rss.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21806,1629459877,1629459877,'new','knownfile',75,'7447661fa0d827223a9d8366b2b0ee09','13e16a460355010574fc3fbb8f0e7b3a','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/frownie.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/smilies/frownie.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21807,1629459877,1629459877,'new','knownfile',75,'709eac71ca2a542d613ebd360a75d3f6','789c7380f78db9f89a95be9fc7b73d26','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_arrow.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/smilies/icon_arrow.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21808,1629459877,1629459877,'new','knownfile',75,'2d6032a218ef3812c153b86a99c7ddde','a0fa2e00b7b002e685afd5b8c7f1df4a','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_biggrin.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_biggrin.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21809,1629459877,1629459877,'new','knownfile',75,'e3449acb9e1f0d1686992dbff342a803','1bcbed50c8a598fb1dc3160b0e55d077','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_confused.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_confused.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21810,1629459877,1629459877,'new','knownfile',75,'adfabbe2648a0133c5cb2c0eb1a6e520','842f22bb8a3b8054cafaa498663aa253','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_cool.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_cool.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21811,1629459877,1629459877,'new','knownfile',75,'a8628938ae77481c062268144e9243f5','70032ca3dcebe1bdcc93bca354b68812','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_cry.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_cry.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21812,1629459877,1629459877,'new','knownfile',75,'a277ba3b112ecd4fdc07ca0322ca425f','8c83be9c3eee076a98e751909f6bdef6','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_eek.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_eek.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21813,1629459877,1629459877,'new','knownfile',75,'0ab3012409f843b523fcc7d2c82fb0b2','bb6a5b89b855c6655ed1528039d79687','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_evil.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_evil.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21814,1629459877,1629459877,'new','knownfile',75,'7a42490a29678a03b67bb322fa9cf2b2','e617d647225180e6fe3b61e6809c1245','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_exclaim.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_exclaim.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21815,1629459877,1629459877,'new','knownfile',75,'f1ae79b2a2bcd3fd59f99fcee5a98a83','24b04c1580c9e7a9c4cdfda744eddf73','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_idea.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_idea.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21816,1629459878,1629459878,'new','knownfile',75,'1a3767d4985c4dbb77411a3380f74a6a','b5ae4c64b5c52d736b9b9d1822aadc42','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_lol.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_lol.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21817,1629459878,1629459878,'new','knownfile',75,'09ad9906f8325fb2dfd1996232a323d1','e77780ba73ec0c9f84a759efac0e1193','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_mad.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_mad.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21818,1629459878,1629459878,'new','knownfile',75,'2bd89291d24b1ac4df813a6d8891241e','c158941a5d7b0257d923bbcbd0724897','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_mrgreen.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_mrgreen.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21819,1629459878,1629459878,'new','knownfile',75,'0e4a931bdb5744f2056b40fb95ad7036','821d234d578601f266f39eb8179fafd4','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_neutral.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_neutral.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21820,1629459878,1629459878,'new','knownfile',75,'bf6588d8a02a73b738bc9a74838ae1a7','53825fbecd4f3e830ec3069017478123','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_question.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_question.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21821,1629459878,1629459878,'new','knownfile',75,'87eee4fdaf975d08ac33b5b23d67a339','75e1c7e0bb249ef749f43f09482e1aee','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_razz.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_razz.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21822,1629459878,1629459878,'new','knownfile',75,'2d8bea8a6305b1612c501a08760a16e7','4d04dccf56220e84d3a62f7f971255eb','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_redface.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_redface.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21823,1629459878,1629459878,'new','knownfile',75,'331753072b516ba1111df40a6f355b9c','05f0750108326573212d8ed661051225','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_rolleyes.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_rolleyes.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21824,1629459878,1629459878,'new','knownfile',75,'5952e8684cecd3602d538919737a8ebc','fbf0bc98b0b1aa14be140eb3453eb8c0','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_sad.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_sad.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21825,1629459878,1629459878,'new','knownfile',75,'c928b96c7e9eed8b90ce3f4ab42854ec','1098aeea16423129e61c0441d1196ea7','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_smile.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/smilies/icon_smile.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21826,1629459878,1629459878,'new','knownfile',75,'bfc8d4dac1c9bc3c0b82897c22238872','75b126f943f751baf61751f24938c459','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_surprised.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/images/smilies/icon_surprised.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21827,1629459878,1629459878,'new','knownfile',75,'f3a516022d877a1c86a97af85231da74','33e2c44de46a8ffb80c398c0a1ebe0b6','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_twisted.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_twisted.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21828,1629459878,1629459878,'new','knownfile',75,'5539d860a843d81a3c54cd741e500160','d26701119cbb2d06abac1c66fb474828','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_wink.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_wink.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21829,1629459878,1629459878,'new','knownfile',75,'eecd7a9a2df3b25c969d30ed7feaa3df','cb140fa1eff5056ff3c0acf75f2a34ab','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/mrgreen.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/smilies/mrgreen.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21830,1629459878,1629459878,'new','knownfile',75,'1432ab7f03bc6a570ca9fe735d4e4a78','6533191dd61d2472fa0ae401115efad3','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/rolleyes.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/rolleyes.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21831,1629459878,1629459878,'new','knownfile',75,'53a123e6ad19f3c3e4d0ff3ffa273d8f','7c21af4de499404b8aa1abee4850dbb0','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/simple-smile.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/simple-smile.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21832,1629459878,1629459878,'new','knownfile',75,'3f0259ecf1724186ca29c652fe412e09','36dd03b8f7315422ebd3ade18eba9486','Unknown file in WordPress core: wp-includes/wp-includes/images/spinner-2x.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/spinner-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21833,1629459878,1629459878,'new','knownfile',75,'0de165ea9cec08b316b97df7e27f9460','085bdeb218991f9b985477df6396fa7f','Unknown file in WordPress core: wp-includes/wp-includes/images/spinner.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/images/spinner.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21834,1629459878,1629459878,'new','knownfile',75,'f482f23ac9eb35447ecccc9827b3e4dc','7f89e984b37d2553c35cb9f57353ebb5','Unknown file in WordPress core: wp-includes/wp-includes/images/toggle-arrow-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/toggle-arrow-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21835,1629459878,1629459878,'new','knownfile',75,'2c583f3ff8a8fc7363be7a3aba17e3c8','3719825f22e69192792bc5d4d2a79c1b','Unknown file in WordPress core: wp-includes/wp-includes/images/toggle-arrow.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/toggle-arrow.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21836,1629459878,1629459878,'new','knownfile',75,'801b94ddc4bb3aae1fc161f627bab64b','5acfeb975079bfd2c8235f2f90adae05','Unknown file in WordPress core: wp-includes/wp-includes/images/uploader-icons-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/uploader-icons-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21837,1629459878,1629459878,'new','knownfile',75,'3c07562cf35f65d61dbda600dbc93bb1','82ef2d04489fbc066ecae98cbe9183d5','Unknown file in WordPress core: wp-includes/wp-includes/images/uploader-icons.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/images/uploader-icons.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21838,1629459878,1629459878,'new','knownfile',75,'e2939a45010cdf0ee5d6895d39bce6fe','dc21a788521f7334d3baa9ed19719c0a','Unknown file in WordPress core: wp-includes/wp-includes/images/w-logo-blue-white-bg.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/w-logo-blue-white-bg.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21839,1629459878,1629459878,'new','knownfile',75,'57562017543f28d9fe7a5f9c91a975be','6f1b27c4a69a528d8e722085f2c80b10','Unknown file in WordPress core: wp-includes/wp-includes/images/w-logo-blue.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/w-logo-blue.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21840,1629459878,1629459878,'new','knownfile',75,'d1a06ddde0430e47e5a065ffe222d1a6','854d8408883dfef0930cf1cb44111aa1','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-comments.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/wlw/wp-comments.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21841,1629459878,1629459878,'new','knownfile',75,'d985ea1ffbd44ddfb8301a38a4efdf3e','c2436e8f29be1645f006906c088f7349','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-icon.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/wlw/wp-icon.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21842,1629459878,1629459878,'new','knownfile',75,'36173eed9e610be0ca49867c599147d5','227fb7297bb58af89d6d8194746bb2a2','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-watermark.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/wlw/wp-watermark.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21843,1629459878,1629459878,'new','knownfile',75,'3626aa1fa66ec68aa5e3ea03d55bfd9a','41613803e281526724dd916dae369872','Unknown file in WordPress core: wp-includes/wp-includes/images/wpicons-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/wpicons-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21844,1629459878,1629459878,'new','knownfile',75,'8de2d0ac522dd95cc20571d8f1dccb4f','30b6cdcfb5225464a42d8ea474a8ae68','Unknown file in WordPress core: wp-includes/wp-includes/images/wpicons.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/images/wpicons.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21845,1629459878,1629459878,'new','knownfile',75,'f5d75340ccc590aa659aea76cb8ca990','6a8ff729d6d046043a7659d8bba9413d','Unknown file in WordPress core: wp-includes/wp-includes/images/wpspin-2x.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/images/wpspin-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21846,1629459878,1629459878,'new','knownfile',75,'135cbd8861f29b040526bea83c73ff0b','d56caf17c006488fbcf3f40eac14b45a','Unknown file in WordPress core: wp-includes/wp-includes/images/wpspin.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/wpspin.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21847,1629459878,1629459878,'new','knownfile',75,'fd6c2f90419570d1af14769360443b30','79f54a0b5f14c8e1c79060ccc3436f69','Unknown file in WordPress core: wp-includes/wp-includes/images/xit-2x.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/xit-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21848,1629459878,1629459878,'new','knownfile',75,'679c42ac75bcfdcf20733bfd42a3040f','2a9e4fa38c46b9e61a597fcb045edbdc','Unknown file in WordPress core: wp-includes/wp-includes/images/xit.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/images/xit.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21849,1629459878,1629459878,'new','knownfile',75,'6b56594499821f65e75be6697e581a85','965dc13f074b4599c0baec43ae9020c9','Unknown file in WordPress core: wp-includes/wp-includes/js/admin-bar.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/admin-bar.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21850,1629459878,1629459878,'new','knownfile',75,'4f70be370df42a86179beba0d8dbe1a8','e9f5151d37a6b047a2d8dc9cec33e353','Unknown file in WordPress core: wp-includes/wp-includes/js/admin-bar.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/admin-bar.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21851,1629459878,1629459878,'new','knownfile',75,'d23c65686d03fb213ff275e89d0c3824','7b91d19e194f804f25ac7bdfd339870a','Unknown file in WordPress core: wp-includes/wp-includes/js/api-request.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/api-request.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21852,1629459878,1629459878,'new','knownfile',75,'a51c9c379020c8d85fefb948874c3c30','d2166ed0781bea58baae551ce6516c80','Unknown file in WordPress core: wp-includes/wp-includes/js/api-request.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/api-request.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21853,1629459878,1629459878,'new','knownfile',75,'75bdef5d896e834477d4c0fc5e4b2e5c','57e1a811404dd974583eaa8ff3e1646b','Unknown file in WordPress core: wp-includes/wp-includes/js/autosave.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/autosave.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21854,1629459878,1629459878,'new','knownfile',75,'2cb77339c53a6fc33535c629478cd914','bf66969082ab3cbf800683f593b6849b','Unknown file in WordPress core: wp-includes/wp-includes/js/autosave.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/autosave.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21855,1629459878,1629459878,'new','knownfile',75,'905365db676c3bc5625a5ef617f281d1','6aa4569939be1d4114007219951f9e93','Unknown file in WordPress core: wp-includes/wp-includes/js/backbone.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/backbone.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21856,1629459878,1629459878,'new','knownfile',75,'06ae6de61d4ac8e62363208119b35faa','9d6bfbc2a517c52db0d2972f7893e15d','Unknown file in WordPress core: wp-includes/wp-includes/js/backbone.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/backbone.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21857,1629459878,1629459878,'new','knownfile',75,'d19d2f50439fdbab84e86a31153a8060','14f9d4c7e2c6ea93f0807f2a2adb2810','Unknown file in WordPress core: wp-includes/wp-includes/js/clipboard.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/clipboard.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21858,1629459878,1629459878,'new','knownfile',75,'e045caadbc687adb9efd8ea2b8880871','2b977d4395fcaa9e81566a563f419448','Unknown file in WordPress core: wp-includes/wp-includes/js/clipboard.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/clipboard.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21859,1629459878,1629459878,'new','knownfile',75,'2dadfa6e46e6c7a6a03f12987e6f6524','c7d3582c89c9e4bb668b987e5752cdb4','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/codemirror.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/codemirror/codemirror.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21860,1629459878,1629459878,'new','knownfile',75,'845389c262b5085f9ffa9ec1d86cca2b','478d3b2497125f7ccd350908f4b48ea1','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/codemirror.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/codemirror/codemirror.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21861,1629459879,1629459879,'new','knownfile',75,'3974ce0decf98bf0744f37e6bae75f38','10da66140fcd5f63875a4b588e66de0c','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/csslint.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/codemirror/csslint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21862,1629459879,1629459879,'new','knownfile',75,'9e7c1c00d41a3abd44f3631467663b7f','33b92a2ac253f119962e8308a7bc645a','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/esprima.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/codemirror/esprima.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21863,1629459879,1629459879,'new','knownfile',75,'31e2da3a77d3923b273e5885fa339404','4df016b7399fe169dd220333becde7ec','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/fakejshint.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/codemirror/fakejshint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21864,1629459879,1629459879,'new','knownfile',75,'7400e4d70d13d516051f895bc501f9c5','4d29f33677622451f372d567e3ad5b84','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/htmlhint-kses.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/codemirror/htmlhint-kses.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21865,1629459879,1629459879,'new','knownfile',75,'d6492a7ed334f822b6b5dbab9a27f8a7','bcaaaa5ba796379b38ee22cc7a1b5298','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/htmlhint.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/codemirror/htmlhint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21866,1629459879,1629459879,'new','knownfile',75,'a375b70adfc548deb21deb053893ed9c','8d3d3d4d673405fb8f8c4cc7db22edc0','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/jsonlint.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/codemirror/jsonlint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21867,1629459879,1629459879,'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;}'),(21868,1629459879,1629459879,'new','knownfile',75,'850aceb1c3a66ac4d93b03907e63b3b2','b6f8a17d244504fa7886626aed910a6f','Unknown file in WordPress core: wp-includes/wp-includes/js/colorpicker.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/colorpicker.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21869,1629459879,1629459879,'new','knownfile',75,'3c31752954063debe37ad766d2914e0c','cfa9cbd5e77921b2cce64c83fddb7691','Unknown file in WordPress core: wp-includes/wp-includes/js/comment-reply.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/comment-reply.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21870,1629459879,1629459879,'new','knownfile',75,'ed313d3dcdc8d9b453d408b4e5428b5e','9d7e69ef1fbc399a367d5023a67a15d1','Unknown file in WordPress core: wp-includes/wp-includes/js/comment-reply.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/comment-reply.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21871,1629459879,1629459879,'new','knownfile',75,'5e55a70dc8fc79a952874ca36bd53f57','82b0f9458e75540a40e2c002165c0efc','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/cropper.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/crop/cropper.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21872,1629459879,1629459879,'new','knownfile',75,'4f42be6f6f02c623639ffcb8797867cd','7426a22ed62233ae94d21a1c2738710e','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/cropper.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/crop/cropper.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21873,1629459879,1629459879,'new','knownfile',75,'ded7369d4f618f86e85a9b4d85b8c4b2','93abedb124a7dff770c1f1ff5ac05142','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/marqueeHoriz.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/crop/marqueeHoriz.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21874,1629459879,1629459879,'new','knownfile',75,'6d70420461870b8dda525eadc6b739bf','829c0eb67175f9949b812e68e9b74256','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/marqueeVert.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/crop/marqueeVert.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21875,1629459879,1629459879,'new','knownfile',75,'dfb79e4cbaec94ad5b055a456f10e8b2','d587befecfe9226f1ba72454f8238fcd','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-base.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/customize-base.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21876,1629459879,1629459879,'new','knownfile',75,'8a8fae3620ad2a827634e40a42ce3814','099b5e7956e76dfbdaa044304d6e2153','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-base.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/customize-base.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21877,1629459879,1629459879,'new','knownfile',75,'1d4e54642c39e11ee78371644d02d8d7','a6fb1a84c1b1eb87e8e4c97e194ed6fe','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-loader.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/customize-loader.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21878,1629459879,1629459879,'new','knownfile',75,'d27c7b21a696ddf8592c69e371540832','5d4cab20dc07c2d50586be30762af050','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-loader.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/customize-loader.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21879,1629459879,1629459879,'new','knownfile',75,'a341945718846606e48ca03146d2c43f','c7e0e843a146ecc45d8ceedad09f3322','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-models.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/customize-models.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21880,1629459879,1629459879,'new','knownfile',75,'ada4cadb803ef4da4da2a5e3f999bea0','3028a7c3becd12614301ad177189629f','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-models.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/customize-models.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21881,1629459879,1629459879,'new','knownfile',75,'a860cd826b5f7b12e0d1d4cb00807f3a','8b4822568e9dd610509a55c38b896ad8','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-nav-menus.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/customize-preview-nav-menus.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21882,1629459879,1629459879,'new','knownfile',75,'8ed287889ebbe7f4b222ad4254fbd6f2','9f002e456f1ca6b55b962254a7a83416','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-nav-menus.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/customize-preview-nav-menus.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21883,1629459879,1629459879,'new','knownfile',75,'e3da0c1078a8f09ed78620b49c8752ff','3108ed5dd8a62c45c6dff7dfc7c0b8f1','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-widgets.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/customize-preview-widgets.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21884,1629459879,1629459879,'new','knownfile',75,'573bef44f73d04c8f610b9d7464beae9','89fbfaa4409fac4d7c3978e61f6920ba','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-widgets.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/customize-preview-widgets.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21885,1629459879,1629459879,'new','knownfile',75,'ea96f831cb15dbd7a18a1eeff5d99554','64dd6d6caa86cba03030d87adf054380','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/customize-preview.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21886,1629459879,1629459879,'new','knownfile',75,'e3648fbb385451ce445afdda42ed5b37','82939c18ccbabcaa5ccac35386d7852c','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/customize-preview.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21887,1629459879,1629459879,'new','knownfile',75,'0d98060f3b020f94036523d1951e06d9','99378dfab5134b21ebc6be807dc08c83','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-selective-refresh.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/customize-selective-refresh.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21888,1629459879,1629459879,'new','knownfile',75,'3ffd65717c91719bc0bb777e49534220','00d28f87a440a49a363f2d3a0a67316d','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-selective-refresh.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/customize-selective-refresh.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21889,1629459879,1629459879,'new','knownfile',75,'c0d492128e06d723598104dda8572684','ffbc5f1342b96912840405a7221b2382','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-views.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/customize-views.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21890,1629459879,1629459879,'new','knownfile',75,'791825bd917de8fbfcd0f3334c1a7a8e','fcc1a18241bcc76da99d8867b089c596','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-views.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/customize-views.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21891,1629459879,1629459879,'new','knownfile',75,'972629346cea1f6bbc99561f5c4086bf','2bb08d8fbcb4d3461bae8482edaea3cb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/a11y.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/a11y.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21892,1629459879,1629459879,'new','knownfile',75,'f328a9fa87ba3590aa257cd7d33bb1fc','3b355a04851b39b55452f036e6b3257c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/a11y.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/a11y.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21893,1629459879,1629459879,'new','knownfile',75,'3e03130f79a351803fc1cc6d5edf14b8','702bf5eff15b2951f05514b52942cd4c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/annotations.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/annotations.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21894,1629459879,1629459879,'new','knownfile',75,'f35cdb8626c13df8150429ec1c78aa45','01accab31e799e0d97ab6c29566f3027','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/annotations.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/annotations.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21895,1629459879,1629459879,'new','knownfile',75,'87b30d27baf91d42cc5a721f0776a159','dba3de58d38cb9be3d02de10ac3779b0','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/api-fetch.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/api-fetch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21896,1629459879,1629459879,'new','knownfile',75,'22661950f51e9b293c373b583d0c5128','72aaf5620227f905b87a07be7024aaa1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/api-fetch.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/api-fetch.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21897,1629459880,1629459880,'new','knownfile',75,'f923b9656cde52b0b31e3005c1c1ebe4','667b0a9fd0e53e03b5b8c4c4fc028264','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/autop.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/dist/autop.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21898,1629459880,1629459880,'new','knownfile',75,'51370dda822a010353308d2bee748e68','3b9dad7dcd65d558abf6cf2d453a6dd6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/autop.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/autop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21899,1629459880,1629459880,'new','knownfile',75,'9498636dc73d70dc0c8012b1985a0201','287cf2b18c51c8e8b822025d0d489350','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blob.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/blob.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21900,1629459880,1629459880,'new','knownfile',75,'8bcb03a9699cf9329cef9b2d05fcbe8c','b2a0bdd2b1082dd8cedbb056cea676a4','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blob.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/blob.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21901,1629459880,1629459880,'new','knownfile',75,'556b38ad6abd38769d221333130a5260','fdb51f16c8a4af91c3e0f085b5c3df3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-directory.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/block-directory.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21902,1629459880,1629459880,'new','knownfile',75,'83c6ad87a36f32f3d21d93c93f4c9703','6965237c9ff5e58a6298015cd88d3e8b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-directory.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/dist/block-directory.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21903,1629459880,1629459880,'new','knownfile',75,'7d10032d4289616ae411672101b9f916','6a14b8f577063e6e47a1f453fdf469d1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-editor.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/block-editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21904,1629459880,1629459880,'new','knownfile',75,'968789757a39fe97fa34e4be46212bf9','5c325b69f0c08ec55c739ccb5d452767','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-editor.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/block-editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21905,1629459880,1629459880,'new','knownfile',75,'cd32be0bf5b60669934a1f97ff60d3fb','7f6f6f04f2a13bd45e46f49684e98fd3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-library.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/block-library.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21906,1629459880,1629459880,'new','knownfile',75,'2307e3616921b62b490a2ecba0ff9908','a4ef2190ff6571ee4baf74ab6cfa1e59','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-library.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/block-library.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21907,1629459880,1629459880,'new','knownfile',75,'4434c8286d136ca83fe35ba3bcdcfc6d','63c075b3714b76c594b15992f3d7140f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-serialization-default-parser.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/dist/block-serialization-default-parser.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21908,1629459880,1629459880,'new','knownfile',75,'f3c4402582f3e18bef19b4f9def77b83','8822431d83c10d68375fcf27dca1ae3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21909,1629459880,1629459880,'new','knownfile',75,'bc3eee49098f854cac0545d2c2782553','88d310484b1735f97e95dba3b79cda6b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blocks.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/dist/blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21910,1629459880,1629459880,'new','knownfile',75,'405bef7d8f15efc858d4213557490588','aea8a9af3134180a6dd4ddf84878aa0d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blocks.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21911,1629459880,1629459880,'new','knownfile',75,'9581d97c7cbcb4a36662034bfda703cf','053e66933189655f32f9cf615fb601c5','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/components.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/components.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21912,1629459880,1629459880,'new','knownfile',75,'8237375422ab04a4cc4f7bcab8e4e51c','713828c51b5d0e6807c599847b11e45f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/components.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/components.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21913,1629459880,1629459880,'new','knownfile',75,'2496ed2c0075859d955b9beae7be2b82','93514db8812a23f2526e628fdd044260','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/compose.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/compose.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21914,1629459880,1629459880,'new','knownfile',75,'7916ea9655d68a8b199bd71dfaa0b689','55545ad42a61f5c79099ced9bdafe3fa','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/compose.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/compose.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21915,1629459880,1629459880,'new','knownfile',75,'e9aa41ef07bdc96624bd1cd90c530b4d','8a60229a2a2599429d176c8ab2bd6aca','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/core-data.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/core-data.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21916,1629459880,1629459880,'new','knownfile',75,'40793d5d5edcc8d7c901183a4cf17ea5','dfce9701ec930fb5eb9d368204284469','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/core-data.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/core-data.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21917,1629459880,1629459880,'new','knownfile',75,'a09d4814bffd4cf46e73b7149a4a0db6','70781a603bbb74ed876dd6b419238970','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data-controls.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/data-controls.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21918,1629459880,1629459880,'new','knownfile',75,'811e184162d526c5836e1c62cbfddb8f','25626874aa4e6d2e82ba218912fd7ac1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data-controls.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/data-controls.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21919,1629459880,1629459880,'new','knownfile',75,'2e523f1f25b69d991effc154b1dcaacd','c17c05cb35ee5382e384503f9e33b6fb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/data.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21920,1629459880,1629459880,'new','knownfile',75,'6a92c3bb7a5f6435bf42c95ef1a59e0a','56693db31b014781e49f23959d88a6da','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/data.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21921,1629459880,1629459880,'new','knownfile',75,'4e18b0c7e529339cf8157cc8ce2a2d76','07e887305436c7375f14a23e2ee395ba','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/date.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/date.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21922,1629459880,1629459880,'new','knownfile',75,'6b9b0e76e3cbe8dbf6e6698c86f69c9b','fa2431ddd60046804346b4bd1015086f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/date.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/date.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21923,1629459880,1629459880,'new','knownfile',75,'2de47da35d70b7788d2a1b1e0329ce1b','f4b00c30d5dbbe8931ee7e9f2665142c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/deprecated.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/deprecated.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21924,1629459880,1629459880,'new','knownfile',75,'4e04e3b56f87dcb1aace3178855ce247','affd60633b492e51e7e0bbc415746e36','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/deprecated.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/deprecated.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21925,1629459880,1629459880,'new','knownfile',75,'d4fa27e7d3d59596de0779487d053ba6','0f3d82d4b1a2214ce971a9c5bc092678','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom-ready.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/dom-ready.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21926,1629459880,1629459880,'new','knownfile',75,'54c189fd2f71169bf094263a70d968a8','58ceec494bd885d681377d83ee03498f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom-ready.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/dom-ready.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21927,1629459881,1629459881,'new','knownfile',75,'270b6e806d014e423db8a536a6231a28','9f8672503b95389f52ada339b8c16195','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/dom.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21928,1629459881,1629459881,'new','knownfile',75,'480862efaac173c94ee508b4961413eb','6a641f11f178e3b26c3113f3aa8660a1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/dom.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21929,1629459881,1629459881,'new','knownfile',75,'75765108bcda4f95443358ee0f91f6df','2f6e06d249199404838243c4b07ca2d3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/edit-post.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/edit-post.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21930,1629459881,1629459881,'new','knownfile',75,'35fd7bbea6723792a4b5465d92a491b7','4eb5f9fa71eb921ddd4aae6f104d6716','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/edit-post.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/edit-post.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21931,1629459881,1629459881,'new','knownfile',75,'715cb16a39f300a10c9cf5ff1639ff52','d16491d60a2d92c81501dc1063600149','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/editor.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/dist/editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21932,1629459881,1629459881,'new','knownfile',75,'8869314f6d39e322c587f105f7e5fcb2','b8e1ec6c70179c66d038bcf38ea89494','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/editor.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21933,1629459881,1629459881,'new','knownfile',75,'0511835fb36b36eea46c3bf130fc7362','b86f89fb1cecb1fca1fb1c88d35c7a04','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/element.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/element.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21934,1629459881,1629459881,'new','knownfile',75,'bd1999d575649642f9712830cd295991','522d4ac5e742a0c39a6c1529710d267e','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/element.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/element.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21935,1629459881,1629459881,'new','knownfile',75,'8b4d1e19e7ce71af6b5186849d91a022','2789df24d84861993863439998401f20','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/escape-html.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/escape-html.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21936,1629459881,1629459881,'new','knownfile',75,'b64a22f263137018bd5a212d65525f70','2573593b4fa3eff721cfb2cb79732c3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/escape-html.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/escape-html.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21937,1629459881,1629459881,'new','knownfile',75,'df40eae986baa2ce1c80c5b75c435455','43bad9056921b810c0c6483fed0df6ce','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/format-library.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/format-library.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21938,1629459881,1629459881,'new','knownfile',75,'0f343f364e804ea9d50a255e791e761c','69df92e1f81948d0a8bfb58796005430','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/format-library.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/format-library.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21939,1629459881,1629459881,'new','knownfile',75,'1ed6534e29854b9fb6efceed49aa5eea','1dfe1bc878405acf368f4a5efb4a8d62','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/hooks.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/dist/hooks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21940,1629459881,1629459881,'new','knownfile',75,'68e25ef6023bbca1a93470bc44e81e18','5006dc9e2ac421e5efaf20a7f20d1b70','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/hooks.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/hooks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21941,1629459881,1629459881,'new','knownfile',75,'15d198638ab13c648b87ff21988c17ee','19c492e92491ad09375407fa54435814','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/html-entities.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/html-entities.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21942,1629459881,1629459881,'new','knownfile',75,'7140fd5ed0885985866e35e4f78ead8e','b3c5acef3e97d7ff0f2c2955a0fd8cff','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/html-entities.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/html-entities.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21943,1629459881,1629459881,'new','knownfile',75,'abd7132e0c28c01894c4c67ca1edc1a9','0990d368c5b8444552e276f4cc8e684b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/i18n.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/i18n.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21944,1629459881,1629459881,'new','knownfile',75,'0f5342a406a60a77284d33860fed4e22','ff20822a5ab7d1ba9c872269e8994fd8','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/i18n.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/i18n.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21945,1629459881,1629459881,'new','knownfile',75,'947009cd44d1aefbf324f822e83bbcfc','1ff4a31ca218935f4d2d1900a61f2707','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/is-shallow-equal.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/is-shallow-equal.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21946,1629459881,1629459881,'new','knownfile',75,'5e21509d1417833c33fab48d4e0e8652','7fca0aaf45d9db4c7b6c7f74f0356596','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/is-shallow-equal.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/is-shallow-equal.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21947,1629459881,1629459881,'new','knownfile',75,'eebf7e1f7faa8281dc343d5ad9c90818','b0ecd16e73001044deeab0b53367863c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keyboard-shortcuts.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/keyboard-shortcuts.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21948,1629459881,1629459881,'new','knownfile',75,'2059f465c84b0268289ab4a9a6ecd775','9d7c49060fc39b36860638248fe8627b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21949,1629459881,1629459881,'new','knownfile',75,'64e5c0dec8dd9f7530f3ca321dfb3d07','cdbb24f6bac58cdb3c758b3cd971bc9f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keycodes.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/keycodes.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21950,1629459881,1629459881,'new','knownfile',75,'aab956ef67359794322931a6261c55f9','8ce46aead738c5835936db0384d6c0cb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keycodes.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/keycodes.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21951,1629459881,1629459881,'new','knownfile',75,'9c92ec3aedb7eac86a74536e0083f1f7','de9bfecd6139d79abac14944ab1cee40','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/list-reusable-blocks.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/list-reusable-blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21952,1629459881,1629459881,'new','knownfile',75,'fd662f90b4a96b65b1b7a8ccc7f83dde','2d733c73787d4d294123ac5690ccfcfb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21953,1629459881,1629459881,'new','knownfile',75,'de92c1df4f71cc86ad47d46738d69d2f','2836720a7835b6759727c4c15a39e779','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/media-utils.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/media-utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21954,1629459881,1629459881,'new','knownfile',75,'f932d202aba4273528721a59f9058347','59696e54b1ac16874250d06ddcf11673','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/media-utils.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/media-utils.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21955,1629459881,1629459881,'new','knownfile',75,'d2ee274fa7bad3b499601542788caa9f','4874470551b723f2cea8b5268e925975','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/notices.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/notices.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21956,1629459881,1629459881,'new','knownfile',75,'c61ea5bd4cea7d743960fa42dc5bdca8','f8ef6d4e869ea4bf9fb16b719ae9a200','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/notices.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/notices.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21957,1629459881,1629459881,'new','knownfile',75,'1daa14257dd08f2c6832282c3ec35d97','fd6c253b0979c5db1aa7923ae3b3c653','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/nux.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/nux.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21958,1629459881,1629459881,'new','knownfile',75,'9ff9ff5e0d668524b35f3ac2f0fc8152','7034447f82fe8adb327d9a76bf63f695','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/nux.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/nux.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21959,1629459881,1629459881,'new','knownfile',75,'3a2eb4e8a7642ae7d7dd45d6763792ac','44793fb1c5ee99dd95f74867db06bd8d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/plugins.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/plugins.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21960,1629459881,1629459881,'new','knownfile',75,'82a351ed761abd7d2cd1512baa5f5aef','1043f5eee4e0d0806389ac13604b1136','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/plugins.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/plugins.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21961,1629459881,1629459881,'new','knownfile',75,'d65595d2ad50f9ba0f78cc20da410d6e','d9c9f0395c3f10dc505eb2692036e860','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/primitives.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/primitives.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21962,1629459881,1629459881,'new','knownfile',75,'6ca2308769a3361be368a697773d3b14','9dd9bd9b16e14df40b857b72913976be','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/primitives.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/primitives.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21963,1629459881,1629459881,'new','knownfile',75,'30ed3203f79a70192baadfa88681d6b0','c2bb6e960abadf0d24785b8542b45633','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/priority-queue.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/priority-queue.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21964,1629459881,1629459881,'new','knownfile',75,'6be93f906364470ff9bbd0c872d76ac1','35c2aa9cf44f0ed2bf55fd1f84400c5c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/priority-queue.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/priority-queue.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21965,1629459881,1629459881,'new','knownfile',75,'a725f99ecefd222b39c2ebb35609560d','86a82d47263771b99e75b129af3b76b0','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/redux-routine.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/redux-routine.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21966,1629459881,1629459881,'new','knownfile',75,'ea3fdaaadcfed56639be293fcf79a6bb','531b9537f43617ee23a51a05e6f58bae','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/redux-routine.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/redux-routine.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21967,1629459881,1629459881,'new','knownfile',75,'b9f864d97fabf238ca53a5a1eb68db21','a0b46206d2527640fa4d348fbf791b57','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/reusable-blocks.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/reusable-blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21968,1629459881,1629459881,'new','knownfile',75,'94d3fa5682b87747da8b7b1113cf87f6','aba8412861c2fa1e9e53dd6f5f45e13c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/reusable-blocks.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/dist/reusable-blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21969,1629459881,1629459881,'new','knownfile',75,'ecfa77a69858f2fffd35a8d2ca436333','f118670be968714762d073857d01e949','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/rich-text.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/rich-text.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21970,1629459882,1629459882,'new','knownfile',75,'c56953c66c8a194aa0a0fc533af73977','e5d98b82e12377fbe45e10539a09bbdc','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/rich-text.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/rich-text.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21971,1629459882,1629459882,'new','knownfile',75,'1f80a3683c70a74c9907a7918fde463b','d8d834c4031ba8dc4df6a8f1d13b296b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/server-side-render.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/server-side-render.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21972,1629459882,1629459882,'new','knownfile',75,'8bc2b0773ab72469062ab7ebfb7462d7','1228aa1dccb58cbc7d548267e51998aa','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/server-side-render.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/server-side-render.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21973,1629459882,1629459882,'new','knownfile',75,'1747900cc6d163269e6a4a9eb489f2f1','466c2e7753d478ae2e85b0b40c661a73','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/shortcode.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/shortcode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21974,1629459882,1629459882,'new','knownfile',75,'4d1bb52d928262a8d807a850caa8252d','428961b0823b9d8d192284e060486cef','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/shortcode.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/shortcode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21975,1629459882,1629459882,'new','knownfile',75,'acf888dd1af6ab0c5a169068757ca2b0','f3b65b7e1801b90f9a7f190354d9d932','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/token-list.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/token-list.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21976,1629459882,1629459882,'new','knownfile',75,'88df3943b02c89fd653d6c721d1ae0b6','f625b99eee97c438585285297a02adef','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/token-list.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/token-list.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21977,1629459882,1629459882,'new','knownfile',75,'98c24d7543e1a6ee5fbcec58a3b314af','0a5631e8ddaeda277829e806856f60fc','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/url.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/url.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21978,1629459882,1629459882,'new','knownfile',75,'820dd9beb3ade887ca3632ad0afe21ab','c1b43dc2cba8be83c4f9d88a3def065a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/url.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/url.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21979,1629459882,1629459882,'new','knownfile',75,'accb24144ca9068ce008f7c20458558f','5c87f772944e9997641d4aefe546fdb3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/lodash.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/vendor/lodash.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21980,1629459882,1629459882,'new','knownfile',75,'3437a64dcdf88439b21296ff019111da','6bc072562cf150eda67392d612f84985','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/lodash.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/vendor/lodash.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21981,1629459882,1629459882,'new','knownfile',75,'20487756a201d5438a330743f826e279','d0e0f19b845a624aaaeecc424e2d07c7','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/moment.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/vendor/moment.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21982,1629459882,1629459882,'new','knownfile',75,'ae0b66eceda86ae1c4f123515be60eba','dd818dc1dc7c833ccbb6e1e582e2bbc8','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/moment.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/vendor/moment.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21983,1629459882,1629459882,'new','knownfile',75,'c795c83d80c02209538c17cf6e4efdbe','ab3d66996cd5cc09f6eff2f1a7ade0ce','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react-dom.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/vendor/react-dom.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21984,1629459882,1629459882,'new','knownfile',75,'e1ec2c4fd9880a75b8ae1a47d14f2a53','18acaf138e7ae72aa21f33d1770e5a90','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react-dom.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/vendor/react-dom.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21985,1629459882,1629459882,'new','knownfile',75,'7c122a3127454d01bd43fc8fcacbf196','1eb163254fea1bdf3d10a603ce9a4455','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/vendor/react.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21986,1629459882,1629459882,'new','knownfile',75,'c01701771d708a6b2a0e4e3d2221a607','79fa60886102f4766808b7cbb1110fba','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/vendor/react.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21987,1629459882,1629459882,'new','knownfile',75,'439bfe2fb3fb4ce703d0a75cfa3ab009','15574dbe9793d52999a0f065d019e9ed','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21988,1629459882,1629459882,'new','knownfile',75,'240361aba8d785cd2e733ebee7b86365','6e8588f4c41ef449694fd3ef9c1ab6c1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21989,1629459882,1629459882,'new','knownfile',75,'e86331218f2e0eb0c27dd754115fcef1','572d1a88d99f8d05509eee76464f884a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21990,1629459882,1629459882,'new','knownfile',75,'0b9734b7020af6b7c5c37495a819af31','326013c86c26dd51959fa4c9b562cd39','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21991,1629459882,1629459882,'new','knownfile',75,'19af301438bf8181e415b5be5b47ce6c','b313735d26273b4ac939f613228a9f2d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21992,1629459882,1629459882,'new','knownfile',75,'aa0cc99e4a32712121847d87984b9c7d','207db7f8eae034768d6d2a3332812fbb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21993,1629459882,1629459882,'new','knownfile',75,'0c6d3252b50468cf84fe71a8817d0f0b','98737686196abea510bc9009f4ebae36','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21994,1629459882,1629459882,'new','knownfile',75,'accf5244b2e052d324c30ad1bea4cc2c','827c92d74a8b0bb3b953501bcc8ba7ad','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21995,1629459882,1629459882,'new','knownfile',75,'6eb4d8c8470471d85571ac91b2db6f41','919ec8df1d6b3cf7931a2be8046430c9','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21996,1629459882,1629459882,'new','knownfile',75,'6295ed7580917ea55b0214d2c0a6ae12','fa77a18e54156e02c3a3709c84ba1fc6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21997,1629459882,1629459882,'new','knownfile',75,'35bfcdde5939c84bb93dabcdad6db9eb','956883e22228063c39401d2cc3cd4271','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21998,1629459882,1629459882,'new','knownfile',75,'ade3782b301d1afc846b3f7fccdd3606','c5d09f367994dacd70d4d881dd525620','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(21999,1629459882,1629459882,'new','knownfile',75,'b72362e357ba1651749bc6ce8fd2c058','a11c30a72122275b47f79c376155be38','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22000,1629459882,1629459882,'new','knownfile',75,'ca712d9510130e882387d41e0b09bfad','a5e17532337c547761711eada9cb364a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22001,1629459882,1629459882,'new','knownfile',75,'d00d1ce8864caa5e6a477a3463c69bc2','df9dca1fc8997f7e4eb8779f5ca64e97','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22002,1629459882,1629459882,'new','knownfile',75,'5d7abc3732f18df376490235f7b4d059','c4d38a7a379b0a60c23dd7ac96e62348','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22003,1629459883,1629459883,'new','knownfile',75,'fd776ab0277832588d5c82800369100b','aeae7150fe190f47d9da4b7a42a300b6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/viewport.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/viewport.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22004,1629459883,1629459883,'new','knownfile',75,'b015cb1b89bbe3ad5f3c68a03e3ef09c','bf580d5c1ea3488f298fa90c3d92778d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/viewport.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/viewport.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22005,1629459883,1629459883,'new','knownfile',75,'d4cc8aafb4972ea1ba29b3b962a84147','b90598f217b4bc258f35aec7118ed8d7','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/warning.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/warning.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22006,1629459883,1629459883,'new','knownfile',75,'8c6ea8756002cf7013f68107eec29fd2','2d38a4f446ee761da3509cfddb14e2f2','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/warning.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/warning.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22007,1629459883,1629459883,'new','knownfile',75,'556b3e7d00721eb84925ca79756efa27','d9e0505812758790f8447afadf539d7f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/wordcount.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/wordcount.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22008,1629459883,1629459883,'new','knownfile',75,'718aed7c91d6af633cf1046407388fbf','752958ed169a6574bb0c17ce305733bf','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/wordcount.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/wordcount.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22009,1629459883,1629459883,'new','knownfile',75,'10b33da81b6161c9cfd18d7f49c6d2f1','cc886e95221e5739bbac59f6fbfb35ae','Unknown file in WordPress core: wp-includes/wp-includes/js/heartbeat.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/heartbeat.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22010,1629459883,1629459883,'new','knownfile',75,'3142ca578e37db5aa497dc02d12d0f20','404d27b2326821f662c8439307787061','Unknown file in WordPress core: wp-includes/wp-includes/js/heartbeat.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/heartbeat.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22011,1629459883,1629459883,'new','knownfile',75,'882e13372a2fec5cd82d74b1b0c80f51','cf9ff405a30aaf71df57af537930f470','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverIntent.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/hoverIntent.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22012,1629459883,1629459883,'new','knownfile',75,'a9ed7c2f2e6780cd62d973f8a63dabfe','4360db953d64afb25fa92ad85377d058','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverIntent.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/hoverIntent.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22013,1629459883,1629459883,'new','knownfile',75,'ed8d97f1bc587718587ac3791a03379e','0501082d298e4392cd5bc5b6c32ea448','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverintent-js.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/hoverintent-js.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22014,1629459883,1629459883,'new','knownfile',75,'df499be546f660735ec872717dd3e17a','ae5e86fe31065d85d1fcf809e228c900','Unknown file in WordPress core: wp-includes/wp-includes/js/imagesloaded.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/imagesloaded.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22015,1629459883,1629459883,'new','knownfile',75,'494db04a1a9fca113a5efd80afb71bae','61bad81d5a0623c8747d7773e3982a6d','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22016,1629459883,1629459883,'new','knownfile',75,'9e40fc0462988db8e12d9449a923d504','e728b3d05eb8b39a996d99739330c4f2','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22017,1629459883,1629459883,'new','knownfile',75,'8e4c5ca030e7f91ad6578d51f7e6eee4','f1741edb21b8385cfe12dfab6abf8d86','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/imgareaselect.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/imgareaselect.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22018,1629459883,1629459883,'new','knownfile',75,'3ead021a7a654c5ce41ce6927280ef42','d433107c926764f4ea1ca789e0aaeec6','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22019,1629459883,1629459883,'new','knownfile',75,'b19f9c1c02009dafce41810361bea02d','a378d14dfd76fca05a7482b15f3a9b20','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22020,1629459883,1629459883,'new','knownfile',75,'47845394fd97baca9c4fca42ad1b3fc6','a2aafc04ee6f1e4246f4484ef86cd7de','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/Jcrop.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/jcrop/Jcrop.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22021,1629459883,1629459883,'new','knownfile',75,'0338735e5d8becf92034629443014bb4','03f2f6573707a1b564f3eda4d312692a','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22022,1629459883,1629459883,'new','knownfile',75,'5e36b771360e7df1fb83a04b08b3ebf5','d69de372a7320fb630118aee82131017','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22023,1629459884,1629459884,'new','knownfile',75,'8c97c2e2e4a326b56f29147b78046ee5','b6159f800c36ce90c9fccc44742dab55','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery-migrate.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/jquery-migrate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22024,1629459884,1629459884,'new','knownfile',75,'e5de5514e2fcb6db9e732f153eb48de7','ec77fec0d866bfb4b8b18422772c5a9f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery-migrate.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery-migrate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22025,1629459884,1629459884,'new','knownfile',75,'a28c7118b1c5279c1662f73dcf67bc80','54df4103a7d5fcc05595d9912cec7793','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.color.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/jquery.color.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22026,1629459884,1629459884,'new','knownfile',75,'21abe5e52c1cd3f1a8af065dd909f403','7e07c12f46614e6658252971e01b8a28','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.form.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/jquery.form.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22027,1629459884,1629459884,'new','knownfile',75,'804de3aae700746fe1ec67c7d91e4882','ba7a6aab719472f3421dd221be6308a1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.form.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/jquery.form.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22028,1629459884,1629459884,'new','knownfile',75,'6466860b1bb05e8fd9bf3ba0e79a24db','c6d637adefc9301feda1e07f8746481b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.hotkeys.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/jquery.hotkeys.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22029,1629459884,1629459884,'new','knownfile',75,'83834c9d1b451e34795ad05d3b4113b8','d8202dce7483ffe54185b82c9db077f9','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22030,1629459884,1629459884,'new','knownfile',75,'75df260005b15f77e83e1f2bc98085fb','e09904360147f4c0e5779244772c91fd','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/jquery/jquery.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22031,1629459884,1629459884,'new','knownfile',75,'72a9926e32447d482f16de68bd0fb363','e573f6df66e80e0a016725305979f8b2','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.masonry.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery.masonry.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22032,1629459884,1629459884,'new','knownfile',75,'cbbf56cf14d6226d356bb3772c0797ec','5a41d56f531e936c198b4a8e150a56a6','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/jquery.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22033,1629459884,1629459884,'new','knownfile',75,'1ae87eeaaaaf2c6d55b638cf1e060cfe','f2843a01757bbedb5915da148e1ecad5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.query.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/jquery.query.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22034,1629459884,1629459884,'new','knownfile',75,'f7446322df273affaca00faa3c8b5677','545186c3bc2475250a4f6d16c9977397','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.schedule.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/jquery.schedule.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22035,1629459884,1629459884,'new','knownfile',75,'e06f4c246cd027946309a490d5c1d553','11e860894c169e9b213148817fafa61c','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.serialize-object.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/jquery/jquery.serialize-object.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22036,1629459884,1629459884,'new','knownfile',75,'dbd8c9aa2856973cb84b167638f637b5','bd401c1496c60a1857254a1b29b9efa4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22037,1629459884,1629459884,'new','knownfile',75,'1550f6ed4af0fee36a23193e89ac7fa1','0740e1da5ccef1d0c2fc3b51e5ba2f92','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22038,1629459884,1629459884,'new','knownfile',75,'0dfdf6b050ccc30e7cf14807bfd6de9b','56dfc0c07c9e61f9c4123c661fd4700e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22039,1629459884,1629459884,'new','knownfile',75,'ed1496288d7d9b0212e8920610afc2af','9089ea86c0333513b5e746cbac25c173','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/suggest.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/suggest.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22040,1629459884,1629459884,'new','knownfile',75,'ec2db57b1d23f60f960e0e5e870f724f','fb779578816bc3af82b58f8397449292','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/suggest.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/suggest.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22041,1629459884,1629459884,'new','knownfile',75,'9df65606190b4ad69d55925482cd9d50','837069c3c91f47003c358234e58b2d55','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/accordion.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/accordion.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22042,1629459884,1629459884,'new','knownfile',75,'4a76c53c2862392d885fcc49cad5fb54','0c1423bfcd1567d5cecdf973dd4fb041','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/accordion.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/accordion.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22043,1629459884,1629459884,'new','knownfile',75,'dc316159c8b502e20963b95327d676e9','72b63bb26009516e7cd2fadc45ccf098','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/autocomplete.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/autocomplete.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22044,1629459884,1629459884,'new','knownfile',75,'81e57f425c08fa419201e5a564ca26df','ecef63e38f2436b6cc159e743d5e589d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22045,1629459884,1629459884,'new','knownfile',75,'a36e1763140b2f9d2a2bb986768a9ab3','086775fc2e7cbeaa279e822b13c94b1c','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/button.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/button.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22046,1629459884,1629459884,'new','knownfile',75,'8ec810903bdaaf841ea13783250d4502','91c66865117c09f56b3621f56ec81d80','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/button.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/button.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22047,1629459884,1629459884,'new','knownfile',75,'650c52abc5066d8b15547b1af58563e9','46b01e0c51f1a2326dbb59aeb1cf82d3','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/checkboxradio.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/checkboxradio.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22048,1629459884,1629459884,'new','knownfile',75,'6aa5fd4b7509ac81b0ecf9a99af78736','a87c4384383a83e47d0a578518eb3893','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22049,1629459884,1629459884,'new','knownfile',75,'e34ef1bbfd09d36dcb9ec99fef2f9c65','035c016f37c2ff47263e517a433fc80f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/controlgroup.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/controlgroup.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22050,1629459884,1629459884,'new','knownfile',75,'07943477864869f93d2acdf93f132e99','20c71a970edd0923f0efa5d82d6e4a11','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22051,1629459884,1629459884,'new','knownfile',75,'0163a00cd1c9521237898cb2f8069e36','94d5179b54f91b49edeb32521978da43','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/core.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/core.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22052,1629459884,1629459884,'new','knownfile',75,'1ef73377ea1b807bf4091949c54f8d84','907472e61c099cc9960d57768287926b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/core.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/core.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22053,1629459884,1629459884,'new','knownfile',75,'c725989ae29016de28cdfe6fa6e781b7','d3f27f8d05d1b58c355e96d3e61e9e4d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/datepicker.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/datepicker.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22054,1629459884,1629459884,'new','knownfile',75,'d04847ca26db9d5025033372808dda32','e1aa793f2c2ed4451e5d4a036a53f903','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/datepicker.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/datepicker.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22055,1629459884,1629459884,'new','knownfile',75,'e28d214708ef162840e403b1cf2ac55f','03dd768c7082fafd04758961526b5438','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/dialog.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/dialog.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22056,1629459884,1629459884,'new','knownfile',75,'73739fd4fa8a87ab77bc54cb66fdabf2','bcb98aed8f862b27e52225cecb1e7bc7','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/dialog.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/dialog.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22057,1629459884,1629459884,'new','knownfile',75,'2f47f1ea252598ad0972e5fe4fa0b6bb','ad312bd69135a66f25d009cb2982aea4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/draggable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/draggable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22058,1629459884,1629459884,'new','knownfile',75,'08807b82d2d70492d2853add9ab72095','e2774b15951bf4009ceea44a9d491af1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/draggable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/draggable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22059,1629459884,1629459884,'new','knownfile',75,'471534b067fbd1989891280f48debb48','5661e63c607ce63486b83ed5413a5193','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/droppable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/droppable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22060,1629459885,1629459885,'new','knownfile',75,'5e6abbb91dc68290645d4919cfcd405b','d76f0131b4bf89c292db210ee5c47e87','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/droppable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/droppable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22061,1629459885,1629459885,'new','knownfile',75,'be299856cb84df8cf2d4b4b6b26efca3','e57ef583db84b17bd1c5267d0dfb253f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-blind.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-blind.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22062,1629459885,1629459885,'new','knownfile',75,'6428d8809c0b38e135bd54cd4c474f7f','d0686bf29019c0ed99eaccc185de88df','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22063,1629459885,1629459885,'new','knownfile',75,'720d337c9492eb0255fefddc84f8df1c','c32fdfeaeee07b65212b5660e30ead77','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-bounce.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/effect-bounce.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22064,1629459885,1629459885,'new','knownfile',75,'b5a1a75b9d234a82ab974be7e21ee974','a0174b22d4cf82b74ff4ccd606909a11','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22065,1629459885,1629459885,'new','knownfile',75,'617928190a61cf7c1f30ba0bb0824cb2','43ff2f8954aefda7dc245883297bfa07','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-clip.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-clip.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22066,1629459885,1629459885,'new','knownfile',75,'da56661cc628329f68b9fd1f22c6685e','7ea1bf1f05dac090e9a410c5649db402','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22067,1629459885,1629459885,'new','knownfile',75,'70540802e4790e7b361d0a3dad1fd1b5','f14849db960adfe861f8eff004ecf5ea','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-drop.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-drop.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22068,1629459885,1629459885,'new','knownfile',75,'62124a5242c600dc02789528601ce3ed','8060612cc97f3cca61ab7bc3d31d7dd5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22069,1629459885,1629459885,'new','knownfile',75,'4176eca2d7996f62da4b6b52420924f4','8fede1b43b677e48276cb5f17b7e6790','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-explode.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/effect-explode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22070,1629459885,1629459885,'new','knownfile',75,'e592e5afe1a1fbd57b4f13845d72f4c4','463a57ac13dd3a85f71f34c06f1b1387','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22071,1629459885,1629459885,'new','knownfile',75,'a595bc9070e15cb849bce96763581552','7848bc5fce3a1d5d0d096add814adccc','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fade.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-fade.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22072,1629459885,1629459885,'new','knownfile',75,'2b577027723cf6d53114dcc70853eae1','27948325674b7a28dffce5026e05b188','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22073,1629459885,1629459885,'new','knownfile',75,'699bd5668e60b6dc8b202007288ee440','751d03d63c707f1be366aeb7e21d2a39','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fold.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-fold.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22074,1629459885,1629459885,'new','knownfile',75,'b75d2e0689be54ef3eec39087c3b5d12','936eb42a4233b026b367c4b166eeeb25','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22075,1629459885,1629459885,'new','knownfile',75,'dc5d63cf5c538e6fb1d66fccd9aa4b80','11be3c2190882a88ddac3fa0d1cacd58','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-highlight.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-highlight.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22076,1629459885,1629459885,'new','knownfile',75,'0a448c26b216f8a71efdec7ba2c32a94','eac4452916aa5091f4b05a729f816603','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22077,1629459885,1629459885,'new','knownfile',75,'3beaec3b5a2f0b45e7eb4ca4a4e2c474','1d794bbe410515ab48be8f5cffadd87d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-puff.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-puff.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22078,1629459885,1629459885,'new','knownfile',75,'fd7e7499e938b752b4d9f56e01b658f0','ba2fcd013acda27d54e7cb2b214e38a8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22079,1629459885,1629459885,'new','knownfile',75,'1d749fe4f9c5a5ed3d6efa122d932ab7','d10968b47511b5a78fc1da7cabf92647','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22080,1629459885,1629459885,'new','knownfile',75,'63dea87486beadb090f871e135a9fb40','239df9ba8c5081f3d0501194411b88f1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22081,1629459885,1629459885,'new','knownfile',75,'823829a0506ce7c96a6159369a14434f','e2791bc4232932c55805ef75b7f8cae0','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-scale.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-scale.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22082,1629459885,1629459885,'new','knownfile',75,'001edd2bf592ce6fc07b016eb0d6f49f','f969ca9c9a3a782c50845b29322aae7e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22083,1629459885,1629459885,'new','knownfile',75,'2b43040b5f09d480fb6cf2aaf3ce8a77','cd69d89d783c2cee9fcfabdbb1a02fa3','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-shake.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-shake.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22084,1629459885,1629459885,'new','knownfile',75,'761ab3e9dccc32851c30b541988e10db','f8b853b89d49d2cc2c95e982f69e103f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22085,1629459885,1629459885,'new','knownfile',75,'ead7e2d3e2f099d5dff63ac33f8adbba','f576ee98e1dbe56fada9c645ee9459b8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-size.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-size.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22086,1629459885,1629459885,'new','knownfile',75,'b4b2a73070f49984e887923fa1288c65','27e1a423be544209d3a185c85a43cc05','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-size.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-size.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22087,1629459885,1629459885,'new','knownfile',75,'2c0ec6776b1c46eda86fd92e2dde0e01','e3e93d34ab7ca0fc64133c5817f8f638','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-slide.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-slide.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22088,1629459885,1629459885,'new','knownfile',75,'59541d2e552a655a1c13217ecfafe6e6','7760c1a7057094063ae2623804c11e0b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22089,1629459885,1629459885,'new','knownfile',75,'d17ec3b3feb307f36b13116fa740334f','8634ad0b57685a4efa16e9d5fccace51','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-transfer.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-transfer.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22090,1629459885,1629459885,'new','knownfile',75,'0a3461e10774bea0860f69a812b47bad','b32c85b6a675574fc9090cbc136e44fb','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22091,1629459885,1629459885,'new','knownfile',75,'3f8f2f536c3f4c138a26088ec7e3abee','4295577415455eecbf56a21ffa0c5403','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/effect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22092,1629459885,1629459885,'new','knownfile',75,'f2dba2820ef254b26e051b0216fdcbd3','dfdbedac49227d2c5b6e40dbea3bbaea','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/effect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22093,1629459885,1629459885,'new','knownfile',75,'d8b6e14d89ecd89629cc1d7c32d6de19','68c86b91a54c1ca9d80bbe72e562133a','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/menu.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/menu.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22094,1629459885,1629459885,'new','knownfile',75,'38b7e14fa4d3902b65cddfb31867e909','f5f8d2041e07ed70dc79911dd666a065','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/menu.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/menu.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22095,1629459885,1629459885,'new','knownfile',75,'52b83048255af01bcfae1842d6812307','51bf87dc2ff80446572376ffdd9cd2ba','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/mouse.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/jquery/ui/mouse.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22096,1629459885,1629459885,'new','knownfile',75,'641642165826b4418bc10cff9b0419fe','4cdffbf9e33b2f0091a476ce5e95f71b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/mouse.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/mouse.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22097,1629459885,1629459885,'new','knownfile',75,'f4374507b78202be304a6063ed15999c','f5d2f6fc010607c91cd063e2780431c5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/progressbar.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/progressbar.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22098,1629459885,1629459885,'new','knownfile',75,'407b678326de712fa4b02f19383d29bf','8b1874ef91202ff2e9c90501517f3d35','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/progressbar.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/progressbar.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22099,1629459885,1629459885,'new','knownfile',75,'cb28ed4171910e910be5ad74b8bc8037','200658f5ca557769d64e940f305eaa24','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/resizable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/resizable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22100,1629459886,1629459886,'new','knownfile',75,'8d30499da6725868ec5df6949f7b8729','0bdfd894b657364ccf03481371ec1295','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/resizable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/resizable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22101,1629459886,1629459886,'new','knownfile',75,'48aab31ffb48f6c1667292071da00476','c4cd85a530f47dfddd8f1e69e4843a23','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/selectable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22102,1629459886,1629459886,'new','knownfile',75,'28a42e3b5f278c068c1927a22bd87b9d','7d1cc87262a4ef5b01b9e5b470873e4e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/selectable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22103,1629459886,1629459886,'new','knownfile',75,'505e8f6c02bca1710801ad88a4f9cceb','1c397eb375d1cf44272d27ed1dab56a6','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectmenu.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/selectmenu.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22104,1629459886,1629459886,'new','knownfile',75,'c0f88752630287842cf2fee1857ba8f8','2356f1fa723c03999ec05b9a0808d6fe','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22105,1629459887,1629459887,'new','knownfile',75,'6205b855f24b42abb06e5fe546290654','9e1b8353982cedd2f89111f89d33c35f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/slider.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/slider.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22106,1629459887,1629459887,'new','knownfile',75,'78b58d5d273aba9d010168faf594eee9','084c8e49c86f28581c955cfb81945df4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/slider.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/slider.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22107,1629459887,1629459887,'new','knownfile',75,'08687c95cd90dbc7092be84da526d700','88f3e12e0e3704e73eca326b346d41c8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/sortable.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/sortable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22108,1629459887,1629459887,'new','knownfile',75,'e80a35311e295fcbaad37c10484a4e46','0af01c6bcaaeb7666c71a8d06ff83483','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/sortable.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/sortable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22109,1629459887,1629459887,'new','knownfile',75,'b9d798081425c03498eb7c46360d9275','22698cc531b1fb667c8525e7cb9150fa','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/spinner.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/ui/spinner.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22110,1629459887,1629459887,'new','knownfile',75,'f5f040bea0307feda7250c2bed096c79','54ae213bf1131214b4204c570c3496eb','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/spinner.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/spinner.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22111,1629459887,1629459887,'new','knownfile',75,'725c53b589a27db6b6ae9471866fd388','8135c650ecc17c3eb5fe9ee1e2b36d84','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tabs.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/tabs.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22112,1629459887,1629459887,'new','knownfile',75,'af0fb60c362580d25bfd5972816bfa58','85b14e4757b78422d08063ee502581cd','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tabs.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/tabs.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22113,1629459887,1629459887,'new','knownfile',75,'c9a3ef6ff6604cdcc241c040b2a90f94','c80cc88dd738eab53897f0a9c2deeb81','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tooltip.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/ui/tooltip.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22114,1629459887,1629459887,'new','knownfile',75,'9ef6cbaf917a4a38742cce1bcf61cf6b','7dd5a460a7af799f7b193da7702d1962','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tooltip.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/tooltip.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22115,1629459887,1629459887,'new','knownfile',75,'42efe3f9b29789eaa6da310f705fe62a','4d498491d8598d06ac8020c7475fadfc','Unknown file in WordPress core: wp-includes/wp-includes/js/json2.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/js/json2.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22116,1629459887,1629459887,'new','knownfile',75,'056fa86d583a8d41e20f54d1d9b95543','4e35bd04609c01e0ae64934111bd8cb0','Unknown file in WordPress core: wp-includes/wp-includes/js/json2.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/json2.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22117,1629459887,1629459887,'new','knownfile',75,'986c2780a21993a7edf61f050f6bfff1','d47eb171895f8b5332e930e944177a78','Unknown file in WordPress core: wp-includes/wp-includes/js/masonry.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/masonry.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22118,1629459887,1629459887,'new','knownfile',75,'f26b4f89130b2efc4f7d8525693713d7','1d6818c3cef3e440fa489028d2e49d83','Unknown file in WordPress core: wp-includes/wp-includes/js/mce-view.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/mce-view.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22119,1629459887,1629459887,'new','knownfile',75,'7247338de3f63b2b41b56894914659ea','06a0b72c65242503cc1c1e5e9adffb57','Unknown file in WordPress core: wp-includes/wp-includes/js/mce-view.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/mce-view.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22120,1629459887,1629459887,'new','knownfile',75,'67636eb2c44f019d7a44a9cd36051fc6','74394987136308a558fa341db3b84c07','Unknown file in WordPress core: wp-includes/wp-includes/js/media-audiovideo.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-audiovideo.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22121,1629459887,1629459887,'new','knownfile',75,'cb0c93023f447255c5b55a8b0ad0af1d','4f5bf5c9df6e6b01f54a396b9d68d068','Unknown file in WordPress core: wp-includes/wp-includes/js/media-audiovideo.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/media-audiovideo.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22122,1629459887,1629459887,'new','knownfile',75,'d2eae43143df05ae889b22e8927799cf','1f20ba3d1414b50eed9465afb3caa0f4','Unknown file in WordPress core: wp-includes/wp-includes/js/media-editor.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/media-editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22123,1629459887,1629459887,'new','knownfile',75,'fd1a119ca4a02bc0911f9e8ead142d40','37531bde7d1065bd91ea58c3a319184d','Unknown file in WordPress core: wp-includes/wp-includes/js/media-editor.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22124,1629459887,1629459887,'new','knownfile',75,'b2cff32723099ccda1eeada609bae8de','23f9138fa826ce4c6ca63bb9d126fdb2','Unknown file in WordPress core: wp-includes/wp-includes/js/media-grid.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/media-grid.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22125,1629459887,1629459887,'new','knownfile',75,'bce07baae428ee52d6f329aa2cf28acd','675406f131ff47d6e55d51d40125a1cd','Unknown file in WordPress core: wp-includes/wp-includes/js/media-grid.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/media-grid.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22126,1629459887,1629459887,'new','knownfile',75,'e2f5479a1887995d3c6ad09a7db98b74','1bc2ccb153c594fe6280ddaeb977fa7a','Unknown file in WordPress core: wp-includes/wp-includes/js/media-models.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/media-models.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22127,1629459887,1629459887,'new','knownfile',75,'be3ae3cb8a3ace9d1e319f925d7971d8','30c780f683cf961d33bde412255c86f9','Unknown file in WordPress core: wp-includes/wp-includes/js/media-models.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-models.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22128,1629459887,1629459887,'new','knownfile',75,'54b1d58e44c165b727876cfd094829e1','c14bbe6e7cd4ceafd79e8f93c09c9f4d','Unknown file in WordPress core: wp-includes/wp-includes/js/media-views.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/media-views.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22129,1629459887,1629459887,'new','knownfile',75,'f3ed63cfac675e609fa09a82eef0faac','5a6f48c29dd1693233e79fcb7a810419','Unknown file in WordPress core: wp-includes/wp-includes/js/media-views.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/media-views.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22130,1629459887,1629459887,'new','knownfile',75,'e90f3a4755a7dbb9508879ee98d17584','5e98185b784f1df386fd37049dac6b5b','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22131,1629459887,1629459887,'new','knownfile',75,'9b93526f46643ffd053a8b3feb7dc7f6','31575184a43959adc21e576b733440cd','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22132,1629459887,1629459887,'new','knownfile',75,'5b42333a75cfd19e71766a64d9c3e3f9','6fd765d422ad77873161e2db1525aee6','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22133,1629459887,1629459887,'new','knownfile',75,'5a72f8e1014104227b8f2ebae3d8a0a4','a5d5f4c90a51a19083415404be3a0f09','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22134,1629459887,1629459887,'new','knownfile',75,'d0e23e4ed180138f9957872d42753445','2fe5f2f861770a9c11889c78fe4969d1','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/mediaelement/mediaelement.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22135,1629459887,1629459887,'new','knownfile',75,'a366363cecfc6df8fa6fb71395a79669','35e21a275d28760b988bd9b06bb6287d','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/mediaelement/mediaelement.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22136,1629459887,1629459887,'new','knownfile',75,'8dda0ab0db1e3771eadb5f1a937bd95d','035d6774ab81569269bf82a4ff8a5fab','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22137,1629459887,1629459887,'new','knownfile',75,'9d66fafab96483da117ee59317e803f8','e416d0d508ebb0485ead142e7f2b472e','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22138,1629459887,1629459887,'new','knownfile',75,'f1c2182329f7dccbd40653632b845d9c','1134eb4f1bf20def37ebc84e75ae964a','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22139,1629459887,1629459887,'new','knownfile',75,'31f2a9cd7a6ec279f3445e8bf74392d8','549a92b501573dc01ad7094a1a9413fa','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22140,1629459887,1629459887,'new','knownfile',75,'6b7ca2f297d31fc7abc622a1fee3b8f0','fe3a53badfa21857d9d99ce71a78bb44','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mejs-controls.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/mediaelement/mejs-controls.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22141,1629459887,1629459887,'new','knownfile',75,'680dea47556d8b67db0ad3bd79ed6b32','afac53d8ccf83aeff4186dca42b8f776','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mejs-controls.svg','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/mediaelement/mejs-controls.svg\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22142,1629459888,1629459888,'new','knownfile',75,'0cea071d0abf03f9ac8c5f2ab738145c','c7a3291a76d0d84cdca728dc16a01c8c','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22143,1629459888,1629459888,'new','knownfile',75,'d49b2d2426a582d75258a3ed3ac05794','c037417ab64a37ad47fd418bf7ddcabb','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22144,1629459888,1629459888,'new','knownfile',75,'cb92c7bf6980abc4e11ec719213df427','0034e60d16e44233b712b37865a0de35','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22145,1629459888,1629459888,'new','knownfile',75,'38098a2db6318291df5c759f8e15ed65','7bc0965430ab87f79cdf8f9585353fac','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22146,1629459888,1629459888,'new','knownfile',75,'337b90a994e3b1d6cfb76d3605bef131','3653900454d4a03e8338168a9464f718','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22147,1629459888,1629459888,'new','knownfile',75,'0c076f597d62d5ef8afce8f6578149b9','31e8953ba0a4d5417be3d09bf08bfea5','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22148,1629459888,1629459888,'new','knownfile',75,'89f41bd9e30cd991d812ff8f6bccb293','02c4709dd7d719692c3e1f16bf940405','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-playlist.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/mediaelement/wp-playlist.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22149,1629459888,1629459888,'new','knownfile',75,'1c332bfa2970b2c6e4db80e6d4f5cab9','e9f13126afcfd15edc33b9aaeb601d3e','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22150,1629459888,1629459888,'new','knownfile',75,'32e513716150d9f01c42d3ba97d6046d','1c10779a561f95cf591becbf8b9a332f','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/handlers.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/plupload/handlers.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22151,1629459888,1629459888,'new','knownfile',75,'ab6dc14c3914c0bde75ca706cb07bb1a','a7cdae0e31ef40b1fead727d0e4d9e0a','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/handlers.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/plupload/handlers.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22152,1629459888,1629459888,'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;}'),(22153,1629459888,1629459888,'new','knownfile',75,'0d4d3c5fd03ae0c5bc575dba4b7a2639','8fbfb580fc10e46aea1552f7344c572c','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/moxie.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/plupload/moxie.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22154,1629459888,1629459888,'new','knownfile',75,'843d4cf4df0e5679d2fed43e58a80b9b','d9cc552667c958119248d8cde9435c5d','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/moxie.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/plupload/moxie.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22155,1629459888,1629459888,'new','knownfile',75,'4a677b1bc2949296065a610a7eb5764b','5bbc993176c93348854d7fcfe92bde7f','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/plupload.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/plupload/plupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22156,1629459888,1629459888,'new','knownfile',75,'28e82bea2a7909152e963d6190cce682','80bc77ef8692cabcda4c9b79ff9a2fb3','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/plupload.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/plupload/plupload.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22157,1629459888,1629459888,'new','knownfile',75,'02424a6375801a6f7ac145e8ba43ddbd','2c75606bbf5802230f0920734fb8bdf4','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/wp-plupload.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/plupload/wp-plupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22158,1629459888,1629459888,'new','knownfile',75,'5ab59ac7399512c2fbba5f882a133c9b','f076d7b646f620b0117f769d4b250b14','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/wp-plupload.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/plupload/wp-plupload.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22159,1629459888,1629459888,'new','knownfile',75,'bb9cdca2d6a41c9094caf0b0ed5040b0','bef2c34e640e30c79e966c174a966af2','Unknown file in WordPress core: wp-includes/wp-includes/js/quicktags.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/quicktags.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22160,1629459888,1629459888,'new','knownfile',75,'3636e8430ea8e08a5a43a63b925eba8e','cf7eee02e8f8de9779448656eb3618c4','Unknown file in WordPress core: wp-includes/wp-includes/js/quicktags.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/quicktags.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22161,1629459888,1629459888,'new','knownfile',75,'60adf4c534f1116d60b2004b6b18d37d','55c97302912891fac431592059e21d52','Unknown file in WordPress core: wp-includes/wp-includes/js/shortcode.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/shortcode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22162,1629459888,1629459888,'new','knownfile',75,'e57f92f98a4fdb4b56b141a6ecff9c50','32157b60ebd0696fd63f43b07049f930','Unknown file in WordPress core: wp-includes/wp-includes/js/shortcode.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/shortcode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22163,1629459888,1629459888,'new','knownfile',75,'646b0ea843bc996cbaccadfc84415670','03e39a78bbcd9b3920357ac8f44ebd29','Unknown file in WordPress core: wp-includes/wp-includes/js/swfobject.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/swfobject.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22164,1629459888,1629459888,'new','knownfile',75,'acba1c2ccc2224760affbbf07859a8ba','a32cb12b027667b44704749165dd41cc','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/handlers.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/swfupload/handlers.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22165,1629459888,1629459888,'new','knownfile',75,'fae70ea06fc7cd8bf6e05cbeea192c29','104282a4d4d6198c9107bdf879f2d366','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/handlers.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/swfupload/handlers.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22166,1629459888,1629459888,'new','knownfile',75,'09f2a09a6c0ce890d5bf1aa708e70270','8f27d80821af0a3fe18ae3aba54a31b9','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/license.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/swfupload/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22167,1629459888,1629459888,'new','knownfile',75,'6b77944cd900626fae9515bea626ffc1','0edcfd75421e9e207daa228c7380d529','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/swfupload.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/swfupload/swfupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22168,1629459888,1629459888,'new','knownfile',75,'bf88063d130a83d366b9bdc0528e72a6','30136f95cec3913729f4cc6b0774253e','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/loadingAnimation.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/thickbox/loadingAnimation.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22169,1629459888,1629459888,'new','knownfile',75,'55e3a8c813b6cc58b6d833770242e9f8','ef92e75aa80c53eae9080eca495ba086','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/macFFBgHack.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/thickbox/macFFBgHack.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22170,1629459888,1629459888,'new','knownfile',75,'6f53ab874e618b816ee721009bdb53b5','581ec418291fa36f1ba298fb71f782ff','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/thickbox.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/thickbox/thickbox.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22171,1629459888,1629459888,'new','knownfile',75,'b7c965e39138888708fbc4890ec1d968','4a36a912783978cf9e4088d18424146e','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/thickbox.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/thickbox/thickbox.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22172,1629459888,1629459888,'new','knownfile',75,'c71e81dce7dcafb493637ccd60260b04','74aef08791c91e12b36eb0c29bc8531e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22173,1629459888,1629459888,'new','knownfile',75,'bfca04010213b07658c0db50a538c4f3','172f90c754b828e4ff450b717e251a47','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/license.txt','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/tinymce/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22174,1629459888,1629459888,'new','knownfile',75,'c9953f51b8caa4a6bd77891a181523b5','6e27fc0d83353e3799f3e8772a06c790','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22175,1629459888,1629459888,'new','knownfile',75,'0261303a9f3241c07641f34d2713fc42','2482398f3bff81105e8bce57da064da2','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22176,1629459888,1629459888,'new','knownfile',75,'91969b8d666abd5bb2ec94224a6bbce8','098b3d4dd33c1a5b577bc9fcc83553ab','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22177,1629459888,1629459888,'new','knownfile',75,'8fd0456e10499b4977cbc405e2b0c843','df44bfe07a78b51a907c3b6e22d501af','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22178,1629459888,1629459888,'new','knownfile',75,'fc102afaec9cc8c7305387d6b05a2823','79300e38e77ad6abcbfd42bb9d516e39','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22179,1629459888,1629459888,'new','knownfile',75,'7ea8db9a1a697d2f78fa629145f48731','3a4f2cba78bc0b2fafa8cceba2476d21','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22180,1629459889,1629459889,'new','knownfile',75,'f74536056c1dfd101be764462a6052ec','ef2e401c835cf5800f5e8567d59c40af','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22181,1629459889,1629459889,'new','knownfile',75,'d170b7a19efaa50ee62fee281b430c41','e6b6054b3d2969126410d18536553043','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22182,1629459889,1629459889,'new','knownfile',75,'facacec8b83635fe55893d60e7c8ed7c','0658a65d6d22b8bb5afc36de67d06592','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22183,1629459889,1629459889,'new','knownfile',75,'6ef289cd5a1c5d43a8acf6018ff2975e','c822f5c98a92ac4c3636c9af10fa90e5','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22184,1629459889,1629459889,'new','knownfile',75,'8f76dc17d43e3d3d01142cf69da6da6f','ac94ccdeacb12571b369f3cdfb682d0c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22185,1629459889,1629459889,'new','knownfile',75,'06ac43458945cea8053ca2da2946f1f1','4dfa0439e32091f39824867759bed2ad','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22186,1629459889,1629459889,'new','knownfile',75,'7272a1a1202101ec3237005b722a152e','156c208b562f5c7bdb2a1b0b1e6635b0','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22187,1629459889,1629459889,'new','knownfile',75,'bdff3d30779f73059779cfa82ec6c984','195850c94bdd6d3c5f03d57c3076c2ea','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22188,1629459889,1629459889,'new','knownfile',75,'6dc054dc2f32d8a9b1447fa6a7b9e767','da29389e9f121175245de32f9776271c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22189,1629459889,1629459889,'new','knownfile',75,'2c933a8d714d0e01d04d95a36765507f','580b3305dd239d2b81aeacff371b7d60','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22190,1629459889,1629459889,'new','knownfile',75,'3bc3b37d93ac53679eedb61d18747e2c','62a92899782cc6fd74d4f00a8f3e79e4','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22191,1629459889,1629459889,'new','knownfile',75,'53480c1a8b59464c728c310a3d2b63a8','73e6c5c3a5fb0bd9d12d2eea8bc852e8','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22192,1629459889,1629459889,'new','knownfile',75,'e5e700c33b4a26bd92b52edd7deb4bb1','9f550f7bfc58497abd382e86be426e52','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22193,1629459889,1629459889,'new','knownfile',75,'b16709942bcd747aeb66d897228f5f94','96a9cebd4deda94dfea6c16bb051ea7f','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22194,1629459889,1629459889,'new','knownfile',75,'a7f7cfd8681939ba30546a7e87e4790b','dd7c2c8cdf6b577ea51d669b311b49b0','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22195,1629459889,1629459889,'new','knownfile',75,'066b46ed115e9879b40432f5d5871264','f22eeb040811d90f9ee875a0f02c6941','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22196,1629459889,1629459889,'new','knownfile',75,'3b255fa6edcdda4b25a07d7cdc869e10','e262b1d3b59ece807c8ad522dbac9e9e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22197,1629459889,1629459889,'new','knownfile',75,'586be478fc1839f7769fd94fc1c3987e','92c0c587f886918f4c1517b025785d0c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22198,1629459889,1629459889,'new','knownfile',75,'9d5f168fd40cc133027c00bce01990e3','0b66f881b02c0d0010ccacb48620270f','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22199,1629459889,1629459889,'new','knownfile',75,'33e3a69c557575f610d99187c8342ba3','990df6f55e6bff6687c35f3b8c445044','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22200,1629459889,1629459889,'new','knownfile',75,'bce0ee7b688816ee5fd6bc1f870d1efa','46392b6cde9b8b16993fc0c993101ed1','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22201,1629459889,1629459889,'new','knownfile',75,'8bbf830db6323fc9e2c1975c5e96b949','fab55ca52212387f473794130449a701','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22202,1629459889,1629459889,'new','knownfile',75,'877aeb8ff407d397358cae64ecb55038','c8b11198956d6d0834358634a2ecf795','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22203,1629459889,1629459889,'new','knownfile',75,'352bdab8bc9789ce8df95915cec6fe55','4987ccf7ac14b98cdd000bb02b60743d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22204,1629459889,1629459889,'new','knownfile',75,'b9eb054205db8c866d245e6460ab7a8b','b5367086ae06fe3370321991624e8579','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22205,1629459889,1629459889,'new','knownfile',75,'e99f7a2cdf1f940e27d8d6ecffbd3dd4','a69bedee5046b7551778b1a4f615db7b','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22206,1629459889,1629459889,'new','knownfile',75,'f7323493d973cb72107929cd421339dc','c1cda47073fd60ba6eb379515c3800a5','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22207,1629459889,1629459889,'new','knownfile',75,'54eaef8df1244ac356dab5eafb87ea15','f77d4b4f5551cd17cdc33ee9caee5b29','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22208,1629459889,1629459889,'new','knownfile',75,'184769459501affd88e4c3368b30c80d','771b8184d8f819662bb2ef86a51d2efb','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22209,1629459889,1629459889,'new','knownfile',75,'8780df2e6401acd3f6c34ceb56fb77c3','70b36efdee05e862fd0bda85590bc71a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22210,1629459889,1629459889,'new','knownfile',75,'2353ae9dd05f4a962112c8dfb6cc0e6b','922af3a95fc30dfca77cfb7662e5216d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22211,1629459889,1629459889,'new','knownfile',75,'f1c8f016ca10038b4bed5cdfc26d5d5d','bcc88bfab3cba6ebda8dabb0ee71d809','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22212,1629459889,1629459889,'new','knownfile',75,'5712a53d779d2aa76a885ac9a9e071b9','69c7b851176ffc264dde52f6a0afc2db','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22213,1629459889,1629459889,'new','knownfile',75,'a21b625eb3c6bc6b221eaf678d138d41','291a62c01142e033f913c6b0b57a5551','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22214,1629459889,1629459889,'new','knownfile',75,'2b5ff4b3ff71121095654cdd24475018','74993d3cf6226fa688db17b230c76e0a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22215,1629459889,1629459889,'new','knownfile',75,'1236f02a118f63382c245969b98815d4','cba5760363e5fba47fa14b8551c3515d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22216,1629459890,1629459890,'new','knownfile',75,'d745e619453228d7682a41d0bbd39e61','bb0fc45c9e03c0fb175c62d352b5a107','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22217,1629459890,1629459890,'new','knownfile',75,'0ce510e6244f7c3b41459f3ea5c085fa','cb4f6665b542571c12b89ea5c072ccf6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22218,1629459890,1629459890,'new','knownfile',75,'78de2a97a8ca774e8b6a56e03bb93fd5','2975a6fbe678a26128d0dab4d1688e41','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22219,1629459890,1629459890,'new','knownfile',75,'a09b5a3b5a03c8b821e7712ffd86893a','31625bee1e283167b3f74c2059827b69','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22220,1629459890,1629459890,'new','knownfile',75,'ecc1927debca31bd81e0917921f64253','52239750a770fb82c5cb00c931066eda','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22221,1629459890,1629459890,'new','knownfile',75,'658215181b1698eb227d925cf531fa3c','4ab40af5cce893d46629d9314d0db2a6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22222,1629459890,1629459890,'new','knownfile',75,'871f5875b18c2fdd66e893dcd92f732e','f965573b785df25b62697c6a927822bf','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22223,1629459890,1629459890,'new','knownfile',75,'56b54d198298a01e62845cd17117c263','554131c712898082dab52d9ab60990a4','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22224,1629459890,1629459890,'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;}'),(22225,1629459890,1629459890,'new','knownfile',75,'cf5308feae8f679131b0ae1e04176372','f598e42ee17745239bde9817d15b36a2','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22226,1629459890,1629459890,'new','knownfile',75,'129fc9eae1e1dbd54c15ead362ea640e','3d7f63025b9f8f2440b3f74561989f2c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22227,1629459890,1629459890,'new','knownfile',75,'4281b6a1c14fac05cf7ffd780d4ccd22','9fdf77f05c5a4e319607225f474c7a5a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22228,1629459890,1629459890,'new','knownfile',75,'a09d92dfd9ce1b26b427a82127b85229','ab551f21ba130c3df9a4429069777a77','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22229,1629459890,1629459890,'new','knownfile',75,'86ece52012af20c180c96cb5dba800b3','a99701ff751bfd9255aa6d71ec92a5d6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22230,1629459890,1629459890,'new','knownfile',75,'2bd3c4730202336a92de1a48d9963119','100b9afb885110165939cfcbe4a9939b','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22231,1629459890,1629459890,'new','knownfile',75,'e5d3b702214be9e437b0af2dffe859a4','f145a05834779ba825b5a191bc1140e8','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22232,1629459890,1629459890,'new','knownfile',75,'19a1a612c34254dab3459aca6a69335b','ca7408fb0737a86533cf1b5c9978af74','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22233,1629459890,1629459890,'new','knownfile',75,'5aa36a57708fe60b29042a9b0e1e6077','b4a9cd6e7a31f3b959a89c7be230d0b7','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22234,1629459890,1629459890,'new','knownfile',75,'a50dd5555268f032b65e29e1911cfc16','54a5db7879f6ab9317949c69c1963be3','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22235,1629459890,1629459890,'new','knownfile',75,'14a94b63c90a019ac1a28c9b1d89b8a8','b0d4707fee34b780201efee2cd54b331','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22236,1629459890,1629459890,'new','knownfile',75,'2e693c01fc606a57b574cfef4c5e336c','e926d248fbe094c3448603a39de69c63','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22237,1629459890,1629459890,'new','knownfile',75,'bd911d04b378b11165107d66cedd358a','9b1ae4bd68e469a1bec1788d080a1144','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22238,1629459890,1629459890,'new','knownfile',75,'602a2e777c86614ad7d1804e5311735b','70aa99035bca058b8b56fb6f4986a047','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22239,1629459890,1629459890,'new','knownfile',75,'fddd2ff254e445a39272774f6284910e','4d415996f4de1c4976d2ffe5525dd63c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22240,1629459890,1629459890,'new','knownfile',75,'5e76c631d9ca2e9f70da71f926be533c','0ff33da5b042c49b7042dbd28f320ddb','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22241,1629459890,1629459890,'new','knownfile',75,'96dd77aa91d3ec8eef53bcff9f531d6c','874530172640dd8d8bf9d96795ecfc8e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22242,1629459890,1629459890,'new','knownfile',75,'7b375ad95c4e9a2dea0d6c6e19217054','29ce188522227daaad72b18386d26a82','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/modern/theme.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/themes/modern/theme.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22243,1629459890,1629459890,'new','knownfile',75,'093b567c10c24ff8d12b652502f2537b','adfe735b079187c1db4a9ab204047b09','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22244,1629459890,1629459890,'new','knownfile',75,'9bd457fe6088fbd9a6605e1ae5a5e677','59ff6bedcaf3e28f5f233446a9b91f09','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22245,1629459890,1629459890,'new','knownfile',75,'d26a463dddb4bbe86096b63af42f9b54','3ad350473c931f1735b21f2d4b670a8a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/tinymce.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/tinymce/tinymce.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22246,1629459890,1629459890,'new','knownfile',75,'f09e5cb700cfdca6c09241325e27388e','ebdb5a8612e3aaad5f7ff00e77f3bd8c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/editable_selects.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/utils/editable_selects.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22247,1629459890,1629459890,'new','knownfile',75,'b4c070464cf53c5018a761a3a61a24af','e06d6068051859f8bb86b900d4883958','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/form_utils.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/tinymce/utils/form_utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22248,1629459890,1629459890,'new','knownfile',75,'4d6ce3aef5c23a1c51bf9040f8a2713d','8b5f4faf57ee16a3b25ef54912f5ad7e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/mctabs.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/tinymce/utils/mctabs.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22249,1629459890,1629459890,'new','knownfile',75,'e8555de7788ffc9f14462512b6be37d2','88866b23777b473dab1ec5de562c4703','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/validate.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/tinymce/utils/validate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22250,1629459890,1629459890,'new','knownfile',75,'8f80496551912ddd155f84bb2cdce8a1','bfe53fe574ea27f24f9df5b095c89415','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/wp-tinymce.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/tinymce/wp-tinymce.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22251,1629459890,1629459890,'new','knownfile',75,'9a34613e1aec91b9f5de079fa2d4349e','6d37586ec34b928f634add5c5870b3aa','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/wp-tinymce.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/tinymce/wp-tinymce.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22252,1629459890,1629459890,'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;}'),(22253,1629459890,1629459890,'new','knownfile',75,'24b222302fde5f0423b7b4db6e5ea982','0cbea8616235a0117dda3db77ff899d5','Unknown file in WordPress core: wp-includes/wp-includes/js/tw-sack.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/tw-sack.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22254,1629459890,1629459890,'new','knownfile',75,'a142f1f23d915351dba914104310f106','b770df839931f3b67d7f0b3971ab9ae2','Unknown file in WordPress core: wp-includes/wp-includes/js/twemoji.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/js/twemoji.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22255,1629459890,1629459890,'new','knownfile',75,'703db5caf6e6ca83bf36d9b6a6e02b34','feff70237cc844074685c528926e259b','Unknown file in WordPress core: wp-includes/wp-includes/js/twemoji.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/twemoji.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22256,1629459890,1629459890,'new','knownfile',75,'15a4892f18553b89df26e2d902c83a4c','c7ed50dbe16a781b87b3ac07707ff131','Unknown file in WordPress core: wp-includes/wp-includes/js/underscore.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/underscore.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22257,1629459890,1629459890,'new','knownfile',75,'5fc1a0b9cbab9ddc88289ce5940bc10a','e1ad69b26fde01d37545166920d44dc7','Unknown file in WordPress core: wp-includes/wp-includes/js/underscore.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/underscore.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22258,1629459890,1629459890,'new','knownfile',75,'733efb2cf33d09850d9fbc447c41a5d8','e3dab25780acbbb83d864a6ac6173170','Unknown file in WordPress core: wp-includes/wp-includes/js/utils.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/js/utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22259,1629459890,1629459890,'new','knownfile',75,'c0df717d6f4db47628921fa6b8021856','b5173d5e013c1a63a6e763627709f124','Unknown file in WordPress core: wp-includes/wp-includes/js/utils.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/utils.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22260,1629459890,1629459890,'new','knownfile',75,'4de4ecd80563ddf57f6a3149d5f492b2','4446368b0338549bfe6d6feea10a3940','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-ajax-response.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/wp-ajax-response.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22261,1629459890,1629459890,'new','knownfile',75,'d0c38d8b0d4c34958e5c2b32514f3a7f','0fe887c80e94d328c165b9a62c825dbb','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-ajax-response.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-ajax-response.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22262,1629459890,1629459890,'new','knownfile',75,'dbf3474c65f0d84bc1623525651ffa3d','c9a5cd1c1869fa2309e41ed206e09734','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-api.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/js/wp-api.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22263,1629459890,1629459890,'new','knownfile',75,'544461b4e87e251d2271989834abd8bb','086b7a9df32dc56b3c93ef31a48855dd','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-api.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wp-api.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22264,1629459890,1629459890,'new','knownfile',75,'101ff5af1e4cbe1d84ce8b590bb799fb','837ab9a2205dcf6a347a465daf6c48d5','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-auth-check.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/wp-auth-check.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22265,1629459891,1629459891,'new','knownfile',75,'07d9deceb9afc49e7439aae14b780ae7','e307f6f70e63f765792d0d14cd3c9760','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-auth-check.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-auth-check.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22266,1629459891,1629459891,'new','knownfile',75,'cc59041e50093744299924d64c761cc4','bdde3d2cfdd894f8d64060efea6f6159','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-backbone.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-backbone.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22267,1629459891,1629459891,'new','knownfile',75,'6ceb203597ef1fad1555b521387fed6f','43455a6729d6a9a121cc55f86a431038','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-backbone.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-backbone.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22268,1629459891,1629459891,'new','knownfile',75,'a2a45574316f7e9a7963e1d97db9672a','bbe308fd432f07b4b397b3dce1c3e8de','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-custom-header.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/wp-custom-header.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22269,1629459891,1629459891,'new','knownfile',75,'236743e95b6a7df6deb06f4fc1cf2721','1369267d6c6c79563b016ddd295eb874','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-custom-header.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-custom-header.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22270,1629459891,1629459891,'new','knownfile',75,'26b84fa263d877625006559f504e9b5f','8c21c48addae4b464a830d3c3feda791','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed-template.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-embed-template.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22271,1629459891,1629459891,'new','knownfile',75,'f97f53cb7ba1b1002dc8ddaccd08b413','3e688d1f2390968adecf40142a9351bf','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed-template.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/wp-embed-template.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22272,1629459891,1629459891,'new','knownfile',75,'01553ab04975a27d4946e4965e27794c','0c77382e852ea603c99b2c8805a2d1e8','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-embed.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22273,1629459891,1629459891,'new','knownfile',75,'5611d41fb390afbdc0b719371e59ff9a','861b2b0750dcf210e46d6646dd13296d','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-embed.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22274,1629459891,1629459891,'new','knownfile',75,'756d1c42e40922b466ab812589cfb8e9','147f1b661c1687f718d6692bfd928004','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-loader.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-emoji-loader.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22275,1629459891,1629459891,'new','knownfile',75,'2a8b31f0a8473ee45f49dcf6be6471ab','95b52cff79495743f2dcc20e435348a4','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-loader.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/wp-emoji-loader.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22276,1629459891,1629459891,'new','knownfile',75,'d80757ab2d12753f267718bb0f11808d','cab1009c3f9152e2b635d4d0b4990cfb','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-release.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-emoji-release.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22277,1629459891,1629459891,'new','knownfile',75,'9c64678dbb8d2f86f63450232b5c7d82','65047d83bb81007c1f6589a11920d3db','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-emoji.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22278,1629459891,1629459891,'new','knownfile',75,'2c4267208692d7470d12f88b25399633','4ffc189aa86c697785cc5908f0f40394','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-emoji.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22279,1629459891,1629459891,'new','knownfile',75,'20c7278219bd4122e1234c960bda40cd','95403d9ab801a246a26707dadf76bc9f','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-list-revisions.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-list-revisions.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22280,1629459891,1629459891,'new','knownfile',75,'6435f8996875bdc2174996fde0eed364','f25cab857dff956a0a1e14b93441efcc','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-list-revisions.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/wp-list-revisions.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22281,1629459891,1629459891,'new','knownfile',75,'2a1badde098974df2770ee829054eebd','8f77c38ce173bd92e73c4c9c15810229','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-lists.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-lists.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22282,1629459891,1629459891,'new','knownfile',75,'62becb0a6403117eb2d378fd68ea8279','db34de383b965e08d4806cf0bac083d8','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-lists.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-lists.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22283,1629459891,1629459891,'new','knownfile',75,'5028abfd9a33efe3395848ab12341a25','cc59db16f747e3c940c14dae873bac69','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-pointer.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wp-pointer.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22284,1629459891,1629459891,'new','knownfile',75,'6718061c5a6d6ad535920740d5e5e273','2217218ecbe45d634d1bce345259ff3e','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-pointer.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/wp-pointer.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22285,1629459891,1629459891,'new','knownfile',75,'157fb2fb2e7a498ea5cad8ef5bbbe95a','df00c4c9dcb78a1c6878ecb51b5b2549','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-sanitize.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-sanitize.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22286,1629459891,1629459891,'new','knownfile',75,'daf667e650737df19d69cee9151bc665','84d7b8d3fbf9f675e9d8fb19f37e601f','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-sanitize.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-sanitize.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22287,1629459891,1629459891,'new','knownfile',75,'796d05a832abcdbe6f91b477df898286','3394fdacd7acacfa526d90f158bff504','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-util.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/js/wp-util.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22288,1629459891,1629459891,'new','knownfile',75,'fe07187ac8256d343a83e537935474ff','6a234ae29bb176c1059e863076fbfed9','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-util.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-util.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22289,1629459891,1629459891,'new','knownfile',75,'222120ecdafd0d55df272d1107096851','5c851f90fcb798403019e480c4ab40d8','Unknown file in WordPress core: wp-includes/wp-includes/js/wpdialog.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wpdialog.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22290,1629459891,1629459891,'new','knownfile',75,'06487584f27c3d1ba2e1aa7b41d64f48','e3d74a5d14685c5611b54724e1f1abd9','Unknown file in WordPress core: wp-includes/wp-includes/js/wpdialog.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wpdialog.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22291,1629459891,1629459891,'new','knownfile',75,'b435534457916751952eb889ec233437','361aaa3cef246f42153598ff308ae9c9','Unknown file in WordPress core: wp-includes/wp-includes/js/wplink.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/js/wplink.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22292,1629459891,1629459891,'new','knownfile',75,'f4021c299b8b2fcce58d756a57126265','4ac38834aed56f539acf3594c9f6b1c9','Unknown file in WordPress core: wp-includes/wp-includes/js/wplink.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wplink.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22293,1629459891,1629459891,'new','knownfile',75,'b79d13b910ba0085ee14c737103c557e','2c9b549943eba61edf6a340f661f65bc','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn-async.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/zxcvbn-async.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22294,1629459891,1629459891,'new','knownfile',75,'224e0835a1ee69b23f3fef63a2b4ad18','e4192fce595a7366b076542fe4579fca','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn-async.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/zxcvbn-async.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22295,1629459891,1629459891,'new','knownfile',75,'e439f19e2fb0d45671f15c6d0ba633fd','18e4923b0f764fcf37ca7434d78d7430','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn.min.js','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/zxcvbn.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22296,1629459891,1629459891,'new','knownfile',75,'ac3b180de7024db8ed0490bbcf11fe69','67a4d04f4f402cf4020f4d954878804a','Unknown file in WordPress core: wp-includes/wp-includes/kses.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/kses.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22297,1629459891,1629459891,'new','knownfile',75,'50cd9e08d7213e0f3fa3d8e606f1ae53','4c500e0902ea9c6d541f513b3993f00a','Unknown file in WordPress core: wp-includes/wp-includes/l10n.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/l10n.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22298,1629459891,1629459891,'new','knownfile',75,'837423fd088bd3caae53b75d3e0a7217','1d823d53de5dab8132750329724371fb','Unknown file in WordPress core: wp-includes/wp-includes/link-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/link-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22299,1629459891,1629459891,'new','knownfile',75,'be0a3f8bae74519da81f7c5d169c0559','1d4c0c0cd5dfb45ab35d3e2357b7ddb9','Unknown file in WordPress core: wp-includes/wp-includes/load.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/load.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22300,1629459891,1629459891,'new','knownfile',75,'b68b59a8f6706ec76c13777b7c2622b9','e18aa45e2061eab8135b7a9667f95e9a','Unknown file in WordPress core: wp-includes/wp-includes/locale.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/locale.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22301,1629459891,1629459891,'new','knownfile',75,'82a9d43e90c43accde99c6f5cbfa5ae9','583603239864283a222abcc0f73c4d92','Unknown file in WordPress core: wp-includes/wp-includes/media-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/media-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22302,1629459891,1629459891,'new','knownfile',75,'2307f3de777ac210833ff74417e151bb','6b0ad5d688cae8d568bafab103d620c9','Unknown file in WordPress core: wp-includes/wp-includes/media.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/media.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22303,1629459891,1629459891,'new','knownfile',75,'5b9c29555553fc81fd7e4f8920191374','9ff20bb733dcb22d62e428451f5d4e8e','Unknown file in WordPress core: wp-includes/wp-includes/meta.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/meta.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22304,1629459891,1629459891,'new','knownfile',75,'b33f7723f1470e7ade815eb1e426eab3','d62ab94d4c45b2bd8af11a8e63ef80e1','Unknown file in WordPress core: wp-includes/wp-includes/ms-blogs.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/ms-blogs.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22305,1629459891,1629459891,'new','knownfile',75,'7157e49c363f40368ba3698f7baf1a42','bcdb048e5bbdc8933fb535dc6529e464','Unknown file in WordPress core: wp-includes/wp-includes/ms-default-constants.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ms-default-constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22306,1629459891,1629459891,'new','knownfile',75,'e54c9998add589ef176475364f176a74','43a8b34cdf34b18b5e3627806673423c','Unknown file in WordPress core: wp-includes/wp-includes/ms-default-filters.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/ms-default-filters.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22307,1629459892,1629459892,'new','knownfile',75,'2d090aee41578c1eb922c27899585bfa','fcabe604025707d10536f5c04dbeade6','Unknown file in WordPress core: wp-includes/wp-includes/ms-deprecated.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/ms-deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22308,1629459892,1629459892,'new','knownfile',75,'00a7a940aeca716f86336c0efd5ed603','f7be32c9cfe37b8eb0b3335d8eafa8f1','Unknown file in WordPress core: wp-includes/wp-includes/ms-files.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/ms-files.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22309,1629459892,1629459892,'new','knownfile',75,'d3475c4e06537b94f3bff698c5c93fca','b0e937534322d87d147dc91b38b9a7b1','Unknown file in WordPress core: wp-includes/wp-includes/ms-functions.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/ms-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22310,1629459892,1629459892,'new','knownfile',75,'72e3eb9a451932a6d5b78925787604ef','1a6f8e623851929970f4bb7e71fc1ec8','Unknown file in WordPress core: wp-includes/wp-includes/ms-load.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/ms-load.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22311,1629459892,1629459892,'new','knownfile',75,'cac2efbc366636385d3dabaceb9bef0a','9d97860b7cd52fda11056b17bc7ca767','Unknown file in WordPress core: wp-includes/wp-includes/ms-network.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/ms-network.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22312,1629459892,1629459892,'new','knownfile',75,'34332f43b6dd4d4a23093ced2250f400','229d71c785b7f8b0c992ccb3e369bf33','Unknown file in WordPress core: wp-includes/wp-includes/ms-settings.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/ms-settings.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22313,1629459892,1629459892,'new','knownfile',75,'1a6b43315ed86cf850a6baf05f529f3e','e252ec1ba2cd718608b40ba9a345bd83','Unknown file in WordPress core: wp-includes/wp-includes/ms-site.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/ms-site.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22314,1629459892,1629459892,'new','knownfile',75,'2f361002112533eac2c0c029764d4498','d0a8d379ada2f5a5a14f49fea82af1cc','Unknown file in WordPress core: wp-includes/wp-includes/nav-menu-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/nav-menu-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22315,1629459892,1629459892,'new','knownfile',75,'e38a7d723c40606695626ae6c3742cf8','0e99e3bb204441bc65cf49a521b19c00','Unknown file in WordPress core: wp-includes/wp-includes/nav-menu.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/nav-menu.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22316,1629459892,1629459892,'new','knownfile',75,'be55f2e3a0826101a283b4f4b4b1dc1d','8f1384c587abbbe26822e2ad221e17ef','Unknown file in WordPress core: wp-includes/wp-includes/option.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/option.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22317,1629459892,1629459892,'new','knownfile',75,'a590fea8bb249cfa447b9ac12983c771','f722b89d18c6d764ae03bf7f14266ba5','Unknown file in WordPress core: wp-includes/wp-includes/pluggable-deprecated.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/pluggable-deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22318,1629459892,1629459892,'new','knownfile',75,'04e0b2f7086563cd5c1415e36c5f0f9b','f402a137241f8062671cfeb4dd6c2fbd','Unknown file in WordPress core: wp-includes/wp-includes/pluggable.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/pluggable.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22319,1629459892,1629459892,'new','knownfile',75,'e831e162b44e093eb531d65f67e7de70','cd19fbaeeb17f178a0254ab2dc4792bf','Unknown file in WordPress core: wp-includes/wp-includes/plugin.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/plugin.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22320,1629459892,1629459892,'new','knownfile',75,'0b00baa4739595b94c2ff8031678dcbe','c0af213c344cf0db5e154a004c9d81a1','Unknown file in WordPress core: wp-includes/wp-includes/post-formats.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/post-formats.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22321,1629459892,1629459892,'new','knownfile',75,'08bbd3714d9dd3c3fb1b4e7ee4535c9d','a3ba9bc7f45bb80c7264d16786469307','Unknown file in WordPress core: wp-includes/wp-includes/post-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/post-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22322,1629459892,1629459892,'new','knownfile',75,'59ef630a2d95b414ffebbfe590c8973a','c39917605eee6378d1516ec74ade53bc','Unknown file in WordPress core: wp-includes/wp-includes/post-thumbnail-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/post-thumbnail-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22323,1629459892,1629459892,'new','knownfile',75,'1106e612b0dc193a86cf721e999ed09f','5a42cf21699ebe8d957051fc25ab0b13','Unknown file in WordPress core: wp-includes/wp-includes/post.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/post.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22324,1629459892,1629459892,'new','knownfile',75,'b95988d058b6d4e934245e9e8e875b57','fd8dec24eccdf13b78d77621f0cf3f32','Unknown file in WordPress core: wp-includes/wp-includes/query.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22325,1629459892,1629459892,'new','knownfile',75,'e3e218d83104484c2f68a70e83e52425','33211c16796eef6c9cfa68f197bb710d','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/byte_safe_strings.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/random_compat/byte_safe_strings.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22326,1629459892,1629459892,'new','knownfile',75,'8643c21e03db0690d2852f9593a112b8','f2bfda893aa7e38c12523864a85212b4','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/cast_to_int.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/random_compat/cast_to_int.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22327,1629459892,1629459892,'new','knownfile',75,'71dcaa912f379b128bc4d4ad305b83c9','20717ede3e875f1141f93aa829677f9e','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/error_polyfill.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/random_compat/error_polyfill.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22328,1629459892,1629459892,'new','knownfile',75,'c61dc4775b443d144519cba8812fa63d','b80cfa1b47f19ba886f900412fdf11a4','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/random_compat/random.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22329,1629459892,1629459892,'new','knownfile',75,'351bf7722138c140b01e115b633854d6','49f2c7d4e4b618e24903df6563873e00','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22330,1629459892,1629459892,'new','knownfile',75,'be99931db52bc3ca523dd6336e6f9aaa','9b6ef490e089bae8e417ffc681164086','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22331,1629459892,1629459892,'new','knownfile',75,'1c2ef4463ea923b65c885a250e2faaa7','66f2fde291e546ff1849445f6b6ab164','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_libsodium.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/random_compat/random_bytes_libsodium.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22332,1629459892,1629459892,'new','knownfile',75,'368b699a2162d51273d546bfff6123a0','1f798741e7215f9579ac3f3a2265e752','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22333,1629459892,1629459892,'new','knownfile',75,'5290942e4a3d28255cb4f6c32453652b','505c8eb72c85c27eddad356c403c718c','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22334,1629459892,1629459892,'new','knownfile',75,'8577eec4e449522bd52675a9d1164dce','8a88f417e287d132dad04875b3de6158','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_int.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/random_compat/random_int.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22335,1629459892,1629459892,'new','knownfile',75,'c985626ac8203081c2bf9170bef212f7','eaa8d763984747c6d02c4c99abb56ee6','Unknown file in WordPress core: wp-includes/wp-includes/registration-functions.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/registration-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22336,1629459892,1629459892,'new','knownfile',75,'ec18e4347927903e8c0353def5a4b100','b5971e1b7d4905410490e656864dca2c','Unknown file in WordPress core: wp-includes/wp-includes/registration.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/registration.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22337,1629459892,1629459892,'new','knownfile',75,'9474425fdcd2623cf89f32d33382ef32','15a5e0fe1ea3489c74ff701511b8c480','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-request.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/rest-api/class-wp-rest-request.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22338,1629459892,1629459892,'new','knownfile',75,'95db3451356a32ba9aa1e9db1c9f9b9e','7ca61bfb7d969253e394cd5acdc9dd5a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-response.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/rest-api/class-wp-rest-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22339,1629459892,1629459892,'new','knownfile',75,'676a0be0ab06203a3c2ac37271d222fa','abee2290d00499263b7b98c1062b15af','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-server.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/rest-api/class-wp-rest-server.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22340,1629459892,1629459892,'new','knownfile',75,'1d747ea2f4eb22ae78b3e4e88eced53b','4e9aac160473f0c078ab7a5e5e7eff38','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:93:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22341,1629459892,1629459892,'new','knownfile',75,'4f9b8b5f2288c8f35fef26c470afe5bd','908db93776ba706fb39c650488808d16','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22342,1629459892,1629459892,'new','knownfile',75,'6a3fed75810919a8db1f0e0aa57dd392','4a9e4ad9e4b8a1dfd9f8f191287eaa96','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22343,1629459892,1629459892,'new','knownfile',75,'ce34abdf38fc88446f985dcd2c216bf2','4de8b6542e99f8bf1106f4f500a38d6f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:87:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22344,1629459892,1629459892,'new','knownfile',75,'bce77a25907aeb99637a005751351d84','687e7e524f5065b37fec2bf180f8b9c6','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:86:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22345,1629459892,1629459892,'new','knownfile',75,'69a5cc07bfabbf5b34b42f0d6222fa74','0162bf378ac9de26544f8dd8f267223f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22346,1629459892,1629459892,'new','knownfile',75,'ffdd077ceeb1366fc94221839bca28fd','2d434f7fd2bf0759c35cd70449096c23','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22347,1629459892,1629459892,'new','knownfile',75,'44a4e1b5100ae4ffd804ace606b13f3d','087ceea0cafafd9840756c02fba7d771','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:80:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22348,1629459892,1629459892,'new','knownfile',75,'3475d0a18f07bafd4c1727c74dfc8ea3','2cacfd2dfca4bc34df17969bddd38d16','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22349,1629459892,1629459892,'new','knownfile',75,'c031562823b12eecea6c1351a5a63462','2f4a7bab741f7d229e36e5aa2ebc9f43','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:79:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22350,1629459893,1629459893,'new','knownfile',75,'080830e335547a845b954ab4bbdbcf9a','5dce5d1295e146acc205263e08a1dd3a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:85:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22351,1629459893,1629459893,'new','knownfile',75,'342c923cf53733360044ce4313e9925e','8ddd7fad0d827ff52350275955e48925','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22352,1629459893,1629459893,'new','knownfile',75,'d778c130552313ef1d9af6681853d56f','47492d69823774506f70a1008749aaeb','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22353,1629459893,1629459893,'new','knownfile',75,'13d100b9055dcc9bae9c0c39bbb53afb','5522beaaf1b2d748aa9c4cec2937a684','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22354,1629459893,1629459893,'new','knownfile',75,'df28d8dd7d3810647097cadf41c81b07','6d40c25260f6abae7947541ec9976f3f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22355,1629459893,1629459893,'new','knownfile',75,'0f2e4a97f2f2098dea74bf7272b1ff29','fa7136bd972c95463b7693c331034b28','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:80:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22356,1629459893,1629459893,'new','knownfile',75,'72bb5efbec7a2a7ab4e62514e7837a7f','10904225fbaeffdc30266c3feb2c31ad','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22357,1629459893,1629459893,'new','knownfile',75,'ea5159b9817553fc7c0fe1fa49dd0c51','b0d6d0735f1756fcde64696b59addb39','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22358,1629459893,1629459893,'new','knownfile',75,'5541218287b8c9c333fc0fb08845faa5','9e1fd2c4d7e8e4ccd71a857b971dd753','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22359,1629459893,1629459893,'new','knownfile',75,'e79bf589d1b16ec46701a495bb1850ef','6b1b817fa70d5fdcefd9a682a901f553','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22360,1629459893,1629459893,'new','knownfile',75,'fa14c6435e8b88431780175854f8bf4b','02e5462e441ca9c993e4d55fb86b060a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22361,1629459893,1629459893,'new','knownfile',75,'da6db30d1bebb558fa37676b025e1f68','160a890a47d0da76d829b273d7075069','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22362,1629459893,1629459893,'new','knownfile',75,'552f151d11b75ee4c9a0d57b5c3e2a80','a1dee403181dd8236e80a76257f5e01f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22363,1629459893,1629459893,'new','knownfile',75,'d436057eb28b42f6457a19d43f1076dd','91fd89071bc86b8bbf2759990da543a7','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22364,1629459893,1629459893,'new','knownfile',75,'3dd87f1408815d1855007cc206512bc0','a7519849e682840bd076cf87a7cb5641','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22365,1629459893,1629459893,'new','knownfile',75,'6ee53315c08fb9e8c509ac723993a77e','3abfcda9006c61ee7aa3b9cb0cf93a39','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22366,1629459893,1629459893,'new','knownfile',75,'81f073b84d2c3b41de36e11509a2cc2e','623e80da4e2963bef033444f6bd9c275','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:84:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22367,1629459893,1629459893,'new','knownfile',75,'68078dfcc823077d1d062fe4700e68fa','e269bd51cd82a9b6c3baec086ac85276','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22368,1629459893,1629459893,'new','knownfile',75,'47ee8f25d0e42be697ef770631f2c723','07894239b0022ce5b42ed1d8b70d4d1d','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22369,1629459893,1629459893,'new','knownfile',75,'6996024a0c887b10948e356cfa361a98','62e7d9964f4f5aa0d4819ae07da6437e','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22370,1629459893,1629459893,'new','knownfile',75,'4030816089848c72fdbb83f27b52f8af','7e803dbe4119fb7cd7361d5fada8a867','Unknown file in WordPress core: wp-includes/wp-includes/rest-api.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/rest-api.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22371,1629459893,1629459893,'new','knownfile',75,'3db7ed28d9cdbbf9e196ebb1250aaa87','9c01f8c3161f19c5f69ce2d85f657f99','Unknown file in WordPress core: wp-includes/wp-includes/revision.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/revision.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22372,1629459893,1629459893,'new','knownfile',75,'14468f7f5a58018cdeaa98b7a1cc3e5b','29242a392d6499d2fe055d17de0a7849','Unknown file in WordPress core: wp-includes/wp-includes/rewrite.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/rewrite.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22373,1629459893,1629459893,'new','knownfile',75,'1f895770f774366b1ccf52afa97f05cb','04778a7a224b0c68636b79617769be91','Unknown file in WordPress core: wp-includes/wp-includes/robots-template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/robots-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22374,1629459893,1629459893,'new','knownfile',75,'c22f8db0347c95500172c952560c65f8','0d410346f0931e75ac78273d524ef83c','Unknown file in WordPress core: wp-includes/wp-includes/rss-functions.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/rss-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22375,1629459893,1629459893,'new','knownfile',75,'1ae4930f6ab94db03278ebebbedc9a7b','fece73927e72dd21ad4bf51bfd89d7c5','Unknown file in WordPress core: wp-includes/wp-includes/rss.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:31:\"wp-includes/wp-includes/rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22376,1629459893,1629459893,'new','knownfile',75,'01a842690447a7ca4419a962e3be3dbb','2f833cdf54d11fbfa3053f10c705b15e','Unknown file in WordPress core: wp-includes/wp-includes/script-loader.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/script-loader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22377,1629459893,1629459893,'new','knownfile',75,'e3f876f6a51baeef641c6b83dc9de233','e171f5c57f9067cb7a9f37697991ca4f','Unknown file in WordPress core: wp-includes/wp-includes/session.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/session.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22378,1629459893,1629459893,'new','knownfile',75,'193c572d13ff71059ceba35fda188b1e','068ed399e4047ba287cf0dc054d0b078','Unknown file in WordPress core: wp-includes/wp-includes/shortcodes.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/shortcodes.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22379,1629459893,1629459893,'new','knownfile',75,'30c8e63b025a994ca2e2611aa541cca9','d30b085bd3d4b290ae1f6f1e15691393','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22380,1629459893,1629459893,'new','knownfile',75,'c32bedba06761478ddf8ff84a2fef259','b18b0fe65637f86ca0d95d64005c123e','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22381,1629459893,1629459893,'new','knownfile',75,'9444084b6f6bd750854591c96ab95ede','6255bba980e742bf9a747a1414208963','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22382,1629459893,1629459893,'new','knownfile',75,'3f3121fd3b4f20cfc488a4c8fbfa8899','1ed52d426cb977dfb51881de50bb1257','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22383,1629459893,1629459893,'new','knownfile',75,'42d55028e6ba7d7f8c41d836ce3a280c','1fcda2b7209bab4ce1c192b4f6564155','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22384,1629459893,1629459893,'new','knownfile',75,'3816ead09fe210f40dc9d478ca8744d5','d0e2dcefda6a6a19060736b15b9ada13','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22385,1629459893,1629459893,'new','knownfile',75,'e7571fc8612358f48feae34ef2a2dbc3','88e6c4e5a4452ae25150aaae2dc860d7','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22386,1629459893,1629459893,'new','knownfile',75,'585e3deac0b1afe5768ef075adfd518e','a47994685c75ad7c03a1b9ddb7c58ac3','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22387,1629459893,1629459893,'new','knownfile',75,'bf960820c14e01e60a3219fa1284f5f3','a745eee7555ef8a3e9bee3faadc2b94d','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22388,1629459893,1629459893,'new','knownfile',75,'74464e2a8bcecd1700dec8723dd77ca4','39d94b220d9405d38651ba12055614d9','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/sitemaps.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22389,1629459893,1629459893,'new','knownfile',75,'80a02f995a7e74a874664a81a842c5ba','3dcd6d4f2f41fb23e2d13ff72f8d2ede','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/LICENSE','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/sodium_compat/LICENSE\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22390,1629459893,1629459893,'new','knownfile',75,'a916ec7764406b104063b96f5f7c0de7','0384da8fb6fd9aa6ee6631702c25acb2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/autoload-php7.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/autoload-php7.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22391,1629459893,1629459893,'new','knownfile',75,'367e2edb8d789932fd3d7ee3a8b82e86','f9407b4506fabe482ee00c2f66cdb51e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/autoload.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/sodium_compat/autoload.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22392,1629459894,1629459894,'new','knownfile',75,'bb384270f58c8acca50f1c6f26c8511a','1deefd53dd687bfd5edd56ced8dcfaa7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/composer.json','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/sodium_compat/composer.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22393,1629459894,1629459894,'new','knownfile',75,'2b1c7c7d90b732bcb2d8c0a31223c4fc','b41f72416cde1cdcb90176b776b9302f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/constants.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/lib/constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22394,1629459894,1629459894,'new','knownfile',75,'25f103eaf2287f708819317590d2e4ad','5ca1d1b9602685d01e5e69289b1a1f1e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/namespaced.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/sodium_compat/lib/namespaced.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22395,1629459894,1629459894,'new','knownfile',75,'967f990d59f951319584be1bdce983ef','8da9a3b0e256b89aa70c6533e7d34933','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/php72compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/lib/php72compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22396,1629459894,1629459894,'new','knownfile',75,'4ff9d7ff1cee269750a6e0b34584073c','82513fc15669e025a87d2f6b290d8fb3','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22397,1629459894,1629459894,'new','knownfile',75,'7ee178af2f72bd98c6e6ce4ef83bca93','5e5efd267692876d21ba1542165feede','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22398,1629459894,1629459894,'new','knownfile',75,'c8fad0aab103c67217d886163e7d4d20','beb21866e15767135aa721f6b7958fbf','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/namespaced/Compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22399,1629459894,1629459894,'new','knownfile',75,'1289fcca6cef4405f0a0cbdffb8e351e','35628eb2e44ea173d3a489e570c53c90','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22400,1629459894,1629459894,'new','knownfile',75,'a05ac6525392c24f7fd20b83a346a43d','0a04567d9e8892eb026ba52f574cbe8e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22401,1629459894,1629459894,'new','knownfile',75,'c0177948159e5d3f07c153de37e926cd','8e22e661b7cf85317116f2b5bb16c814','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22402,1629459894,1629459894,'new','knownfile',75,'a728c2603102d4da1ad63ad08b8f6336','81df55e19de771268031de5f3e01cdca','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22403,1629459894,1629459894,'new','knownfile',75,'bf66b69f59ce1a3190e63e5765f209ed','42bb56818e051c90a635c649e364a532','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22404,1629459894,1629459894,'new','knownfile',75,'c823afa1da0a28262e3a979571cd1795','83e7b738e6a82f42ede2fde919e75812','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22405,1629459894,1629459894,'new','knownfile',75,'f87fae08f2f4ac5eb1939b7b41868f55','05beff85dceee43c87bd025606eaa890','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22406,1629459894,1629459894,'new','knownfile',75,'d5e852ca329c155ba27e73e6c7bba7a6','01ae593eec16cefc33cca602c4fbfd0c','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22407,1629459894,1629459894,'new','knownfile',75,'57080d4b5d8a3a83e5276851787184d4','799d5cd1d949f202164d4e4621e0c2ca','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22408,1629459894,1629459894,'new','knownfile',75,'d04dcb163b46892f990ac7e31a89873f','7219164d5bffc684941abc65be5f3aa1','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:79:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22409,1629459894,1629459894,'new','knownfile',75,'a200da728e9b954b75bfd5ac3a2f5852','91ef5aa67f8ce4dec95bfe4e2d3177d8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22410,1629459894,1629459894,'new','knownfile',75,'37e94cb3e502edc7d027a0887007de60','dc2cbb12ee115fcdca4e8ba42d70acf5','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22411,1629459894,1629459894,'new','knownfile',75,'f1b5f69ddb81b6410a3818f85a69b27c','ad7f47840c2eb6e55d4c381155b279ee','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22412,1629459894,1629459894,'new','knownfile',75,'eae16686a61263e83885574f076bbf82','12c0b3cbc74f259d0d2e5183faf702ed','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22413,1629459894,1629459894,'new','knownfile',75,'e04be688c74cb46a3281d561dc858c07','d024b274fa9778bfd561eeded8589c85','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22414,1629459894,1629459894,'new','knownfile',75,'652ac51b364d6cabac2e240aceba50ea','b484338942b7784e1d2eed887f3dc127','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22415,1629459894,1629459894,'new','knownfile',75,'6d5bd1790bf116123e80b953304dd48f','0031cf7490b9fc13330152bc1f44fe3c','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22416,1629459894,1629459894,'new','knownfile',75,'98008eed508913223ca3a844e5636a46','2e8702e10f2fbc61d6035d1a56fa9466','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22417,1629459894,1629459894,'new','knownfile',75,'2f6f4565c233ec04b240a65b6e333555','2982e8ff55ea87813c59c83e1165c150','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22418,1629459894,1629459894,'new','knownfile',75,'278d5d68a2acc2cf39f511c8cfe13f47','0f1eb6123ba7334412ebe03ac6a24093','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22419,1629459895,1629459895,'new','knownfile',75,'b8c0fa856b4de51d3f192d6893cd9d1e','4a6a8adbcac1aad4f34ac9788e9a97a8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22420,1629459895,1629459895,'new','knownfile',75,'40b08879462383faf8bd88f0a7416155','e2b7a75a71f2fa73299e5034c83a7072','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22421,1629459895,1629459895,'new','knownfile',75,'49667306b8a79a4581aa8c513c9a7bc0','baad78c4c1c51a1cd8cd076702802632','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22422,1629459895,1629459895,'new','knownfile',75,'118245a93dcdb367b179cf77f8bb2ef6','d2c45c965bcfbe2288496dd48156428f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22423,1629459895,1629459895,'new','knownfile',75,'4a7b7455185d94da5938b6debe855ce8','4ddfb1ef8825a1198a5efa1ba6c18bf1','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/File.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/namespaced/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22424,1629459895,1629459895,'new','knownfile',75,'25056205a844ea5b8c193969998870cf','31500418ddfd59bcf9c56a9ff07d1760','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/sodium_compat/src/Compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22425,1629459895,1629459895,'new','knownfile',75,'d9ba263d402bd8281782f26189f241be','5959516176a2a9877e9a63a76eb9a30f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22426,1629459895,1629459895,'new','knownfile',75,'56cc6cc02c7e3e57f028136b77c14ec8','885b85acca28bb9f73c42e8701a26634','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22427,1629459895,1629459895,'new','knownfile',75,'5ba40268ce12ca7dc00dd16be7da6eb0','4d0b91f94f61b77735becafa967ba975','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22428,1629459895,1629459895,'new','knownfile',75,'d79712436017fbbb705d5dcb49f02ab6','bd55d3b90961a8f5fffe26481fdc4653','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22429,1629459895,1629459895,'new','knownfile',75,'59f299dbebe00f224382a0d1d297c861','57ea9233a333f1aed783c046d7aad5f2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22430,1629459895,1629459895,'new','knownfile',75,'2efa6f9ab33fb430f1750fc82ff6fab4','d20b3e6e69af7dfa6fbd3223b9e8a320','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22431,1629459895,1629459895,'new','knownfile',75,'52b1b19541e71eb9b63fcc518e7599ba','8a208c4214b80857a4165b721cd1368e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22432,1629459895,1629459895,'new','knownfile',75,'407134fea0316e6cffc531c49c671139','f5c415fbe1db6d98f8364e5e62432241','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22433,1629459895,1629459895,'new','knownfile',75,'e231d4f0f6c389122f1e9238f558b1c1','3ba2e4ebc788a91cbadd7dd673499cc2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22434,1629459895,1629459895,'new','knownfile',75,'53c4a2383b83c565a2c454e6b5361f03','65f2001f44490ed0d1da0a0df56cf37b','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22435,1629459895,1629459895,'new','knownfile',75,'b138f065212addde9024d16a686968f0','96c1cdc6fcbe9e1270b4c4009d7e55e9','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22436,1629459895,1629459895,'new','knownfile',75,'9d4f64c54d68688814cda516834f123d','3734999e09d5daf287d1aed81f680154','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22437,1629459895,1629459895,'new','knownfile',75,'0f2acd82364ccbfc566c5bd481901604','460bb4a51c68ffc50ed0003fd986f335','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22438,1629459895,1629459895,'new','knownfile',75,'004ce424c9e3503baea3fd00e3e46cbc','0519acb3ae80b2b01b585c0962f037dc','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22439,1629459896,1629459896,'new','knownfile',75,'181495d0c7188ffcfefd0f5c792219c9','c425cb4f27ec47b978ac7ea0ad73cfd6','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22440,1629459896,1629459896,'new','knownfile',75,'7ae6562935ae3381dad8bccee5c9ba6d','785cf174b93d19cfe8d838ca6aec213e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22441,1629459896,1629459896,'new','knownfile',75,'281f1cdb9147d68a18f2a8cf90c74892','e014ac37ac0c2ef24cf163e65a71bfa7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22442,1629459896,1629459896,'new','knownfile',75,'ac9edf7d0d07feb79add1411bf6bbfd1','9dc4ced8c4b715ea8d34b34eea64cd4a','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22443,1629459896,1629459896,'new','knownfile',75,'367c972392fde7a15cd46ea6fccefae1','a3892f1edbfe6e0c60f59558c3a01e1f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22444,1629459896,1629459896,'new','knownfile',75,'04112a0500c2a6afa56e247ef6f447d3','4015050b90e709518ce7f3ed322fe3ef','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22445,1629459896,1629459896,'new','knownfile',75,'e88755ed76d4a388b5a178b2d06089c2','1cd9b361bde83248eb8aabec5f2e1c53','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22446,1629459896,1629459896,'new','knownfile',75,'ec6cd28373e62f78e99583027cb56223','32268b7457ee23c7a70b246bdec953f4','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22447,1629459896,1629459896,'new','knownfile',75,'b0a2faa9637a454de62b04ef674c8458','cc43fa91254d088c97581697e4ab7a15','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22448,1629459896,1629459896,'new','knownfile',75,'88c40fbc103c930ec00d177f1925252c','21a1e17513094ee635f46c2251a9fa3a','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22449,1629459896,1629459896,'new','knownfile',75,'506bb669618039a91f34271ad5936400','21a7b8800707f39140a6dec43d233fc8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Util.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/src/Core/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22450,1629459896,1629459896,'new','knownfile',75,'7d31100b69f14ba7a50051a9747f5079','272c06a7e8bf23232a83a7644d3af602','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/X25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/src/Core/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22451,1629459896,1629459896,'new','knownfile',75,'9429230fa2bcbe013d137abe3d5b4581','e92e0aa2a10768dc69ca86c06d85be64','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22452,1629459896,1629459896,'new','knownfile',75,'ccd811f67066924dc7c88d473318b067','57fe89dede81647e2497453399c219ae','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22453,1629459896,1629459896,'new','knownfile',75,'8eb0c2c28fdb8a4c128dff4b10c49afd','758c918c2916de88352b64a9e48613bc','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22454,1629459896,1629459896,'new','knownfile',75,'b76c9c5b29f2628f40510f421ec7c6f5','37c7d957541d3e48a19c8cd54e0d7500','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22455,1629459896,1629459896,'new','knownfile',75,'62d70c8a8d07c38f605df696a6b372d7','baf4769c867d450f75cb6f7d5034db97','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22456,1629459897,1629459897,'new','knownfile',75,'15f7b9e79260e1fe5a2988fbf077a030','02385d943d5f857a1976beca8e99847f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22457,1629459897,1629459897,'new','knownfile',75,'0ded22492ab010af6d6ca9f74a50d40d','4a69953e7c1e3575a79c34af4a8aef58','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22458,1629459897,1629459897,'new','knownfile',75,'60714a7a464ab61e5ba9f5008a9f0eb0','b6c54160be7da60c5a64e2db667735d2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22459,1629459897,1629459897,'new','knownfile',75,'34db436e2fb6466a78bb435c279d6c48','b1db6f640c6d7189f8e064bc31991964','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22460,1629459897,1629459897,'new','knownfile',75,'400794c311670e6e696ee8ecd3cc1917','1dc02e20955bb77f90aa0b0e770eb321','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22461,1629459897,1629459897,'new','knownfile',75,'fe41a2b0faab6567002b373d98539a0a','b462cd7823fda33dcdfaab3f706531e0','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22462,1629459897,1629459897,'new','knownfile',75,'94419a4e0f8b7bf48f361ec239d01850','cf53bbd039d3bfaa3574da91fe1d14a4','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22463,1629459897,1629459897,'new','knownfile',75,'6e446275e173ed1840ca612e6cb9c866','7d7460ef65637adde6a184eb55d4a4b5','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22464,1629459897,1629459897,'new','knownfile',75,'2580c54fd72673c9952eba20341148f0','f0d3b7019796207c6b9dd58ae151824d','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22465,1629459897,1629459897,'new','knownfile',75,'5e3d37efb36f0f74db0e1dca53cbea2e','77f254edfefafd88ebcf0c55ea0c1e7f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22466,1629459897,1629459897,'new','knownfile',75,'f93ceeb9e8c1fec867d6d24508b0451c','a2f78206f975c4b0b53f9577805baebd','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22467,1629459897,1629459897,'new','knownfile',75,'3051fd827b8a1a97ca4e638f9623b4f2','60e1f3c9eecf1179424954ec485834da','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22468,1629459897,1629459897,'new','knownfile',75,'c01002e8a54959ceac2c93650827ba3f','5b4f89d93d55fa66b0e032cc4a0f49a6','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22469,1629459897,1629459897,'new','knownfile',75,'414123b260588254ff4663cbcb772245','05c21a2fea8738bca8f787d4e891114e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22470,1629459897,1629459897,'new','knownfile',75,'a9cf847c5cb3be580a83a226a224f108','9ac01d0b1b54c210895887ba365656fe','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22471,1629459897,1629459897,'new','knownfile',75,'622e6112c4837ac1c5363a35b59b7233','4cea3965801d41425c0f3b0220c7590b','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22472,1629459897,1629459897,'new','knownfile',75,'035893ec5a2997350e53a09dd52ad37c','50e44f6c4c178a5087f85fd5fba3545f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22473,1629459898,1629459898,'new','knownfile',75,'821778629042c1e533fc4d3b4ddb3092','d09263905d6e5f02370a8641223998b9','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22474,1629459898,1629459898,'new','knownfile',75,'a1e38a029962af675fb672c31480d6cc','563b7ce4fcb795f9a7376b482619f747','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22475,1629459898,1629459898,'new','knownfile',75,'25736c0ae1a97a5d6346cbc4a1fdb547','5df168570630d1c957472a721492d592','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22476,1629459898,1629459898,'new','knownfile',75,'3b43cd54394309e938f3c9f309956370','964fbd1d63e9337173cfd08503b01745','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Util.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/src/Core32/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22477,1629459898,1629459898,'new','knownfile',75,'ccdbc4002156b080aaff7070e71c4280','f958cb00444c2220017139993b34c317','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22478,1629459898,1629459898,'new','knownfile',75,'60472b312239dc36baf7d2f4cb6fd25f','bcdac32ecd65c4a7a17e43d3300fcfb8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22479,1629459898,1629459898,'new','knownfile',75,'a8f454abde3d33e60cbaaaf28c15d74a','a14f74187c0049da59e4dc5e29ff7a3e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22480,1629459898,1629459898,'new','knownfile',75,'a145ed818015a732ac343ae6e486fd90','7eff80c4cae4d3f94e20e5c69e2f38b7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Crypto.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/sodium_compat/src/Crypto.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22481,1629459898,1629459898,'new','knownfile',75,'2fda5c790c5f2e243fdba418ec2aafd3','671458811ca55ada8c68214ef84126a7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Crypto32.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/sodium_compat/src/Crypto32.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22482,1629459898,1629459898,'new','knownfile',75,'338805946e3069a258cb962c01d11889','1684b3fb0b870345bd45a9313379306d','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/File.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/sodium_compat/src/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22483,1629459898,1629459898,'new','knownfile',75,'0a8342e75b9545f4d31fbe4e7ebb684d','523f32b05f684acab7421b62d75fcd58','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22484,1629459898,1629459898,'new','knownfile',75,'c496a292944abff6405981e65d5fc306','78bfa79d41c905ab288d2c7b61f5a469','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/SodiumException.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/SodiumException.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22485,1629459898,1629459898,'new','knownfile',75,'4c6c89ec2447104b1072e9b5a30d46e5','765bc22e689eb8f36895414cceb955c0','Unknown file in WordPress core: wp-includes/wp-includes/spl-autoload-compat.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/spl-autoload-compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22486,1629459898,1629459898,'new','knownfile',75,'f5916775e0ffff562b4b27d1c675fc0f','c1bf86a375b8e03a354a18f266fc90a4','Unknown file in WordPress core: wp-includes/wp-includes/taxonomy.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/taxonomy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22487,1629459898,1629459898,'new','knownfile',75,'6ecc8dc5eec9890ed3723c23bfe502de','84448ec82eb5039f8fe1d5fe92234fc3','Unknown file in WordPress core: wp-includes/wp-includes/template-loader.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/template-loader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22488,1629459898,1629459898,'new','knownfile',75,'52e793768eee5f73b8b5359f91260a58','1065f87808e9b29bc585e059481160af','Unknown file in WordPress core: wp-includes/wp-includes/template.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22489,1629459898,1629459898,'new','knownfile',75,'a6342d31f853eb7e8893ef6b936fb16c','a9a379fdbfc07038304efb01221f3e35','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/theme-compat/comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22490,1629459898,1629459898,'new','knownfile',75,'63046dd74d8c43d3592a59a7c1203e45','2c6213678cd62ad01ee894c2e250cab0','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed-404.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/theme-compat/embed-404.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22491,1629459898,1629459898,'new','knownfile',75,'ce1097740cce5271b02648cced338958','1b91d5ca9e61fe1b533e22ab2654f559','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed-content.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/theme-compat/embed-content.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22492,1629459898,1629459898,'new','knownfile',75,'f981ab61b51da50d579a8009a85d97c0','297728c81ee00300910b857ff4d59c87','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/theme-compat/embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22493,1629459898,1629459898,'new','knownfile',75,'ae7bf5d86704bd7fb44d6e081a067136','755a8094818f58efc132f453bf7f32ba','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/footer-embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/theme-compat/footer-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22494,1629459898,1629459898,'new','knownfile',75,'67ec43d031c24dd4b7891b1ba6326a88','9e854c0ecec98e3d1300e07784197b46','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/footer.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/theme-compat/footer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22495,1629459898,1629459898,'new','knownfile',75,'6111f19e2ce59e81af9bf110e443dc8f','6d3b05dae5aef79e1ebf69ee0cc70851','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/header-embed.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/theme-compat/header-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22496,1629459898,1629459898,'new','knownfile',75,'1b93f5bd5e023db4256fe6fed1862cf9','3a477fa8a4bdbc289d68989d9816a11a','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/header.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/theme-compat/header.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22497,1629459898,1629459898,'new','knownfile',75,'2aa0bf06dab2a8f5f22a90f15e3b17c3','fc7c04a474722ec20b47152901291d14','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/sidebar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/theme-compat/sidebar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22498,1629459898,1629459898,'new','knownfile',75,'c9b4301337909d4ab0d61844ef9c4328','4e487751a43ff9dc80d222e52a4d0ded','Unknown file in WordPress core: wp-includes/wp-includes/theme.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/theme.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22499,1629459898,1629459898,'new','knownfile',75,'110db214bded87665b2383dcdc6ff1e1','879b7d1a31b8cfacdcf8bd7a6bae9e31','Unknown file in WordPress core: wp-includes/wp-includes/update.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/update.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22500,1629459898,1629459898,'new','knownfile',75,'a522f938a6fd75c5e29dee38bb838817','f63541cd28472e75e3dfa8717e1b7129','Unknown file in WordPress core: wp-includes/wp-includes/user.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/user.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22501,1629459898,1629459898,'new','knownfile',75,'d1882d95b8069a2dee73034bca4a0cd0','8f3daac34569dcd0466733485d3f2468','Unknown file in WordPress core: wp-includes/wp-includes/vars.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/vars.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22502,1629459898,1629459898,'new','knownfile',75,'8d550b603afa12124b0330befa1e7575','17cad2d97eba7c113b522ae3e0384b8a','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22503,1629459898,1629459898,'new','knownfile',75,'a22481feb45e24d40eae87ae0de9666d','0511a9d2090836a9f8a622a68147066c','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-archives.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-widget-archives.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22504,1629459898,1629459898,'new','knownfile',75,'c206a250d15557b9603c3928b9827a8a','e1df35fa8da86a8ed9cd7d9c2fdc7eef','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-calendar.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-widget-calendar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22505,1629459898,1629459898,'new','knownfile',75,'d87515f54076648893a1fdcac8fca8f7','016874bc5b661677ad4e2383a80e7658','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-categories.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/widgets/class-wp-widget-categories.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22506,1629459898,1629459898,'new','knownfile',75,'b013c87ed7c73c6990b4d9de1326dd09','dddb3cdfd338069f4651f4b8fdda1fc7','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22507,1629459898,1629459898,'new','knownfile',75,'dd85f6b869d5256e0e01a950a1d8d948','667225d36e3bf3b856aee5cc8868e754','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-links.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-links.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22508,1629459898,1629459898,'new','knownfile',75,'7dad97a2a10f71866bf550490331a7fa','ae101fb21ffddcde2018d215f020434b','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22509,1629459898,1629459898,'new','knownfile',75,'7408d79a635a605c2d360cd65160799f','9ef2c0f21ad5bd8e6b566c544c73b991','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22510,1629459898,1629459898,'new','knownfile',75,'adb7ade70fe666ec7be1217fe09f3cbc','e6c353cb8d2e25865c8a7ec2f7b9fd18','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-image.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-image.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22511,1629459898,1629459898,'new','knownfile',75,'06bf8bfb175a7b00179da4d1dac868ca','3862b9c6e8c2c55ee2372e0b78df29ac','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-video.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-video.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22512,1629459898,1629459898,'new','knownfile',75,'1fd0243c9e6d1688cf3b32cdbf1a56ec','50dee6119394596f084b0cb0c0310bed','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-media.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22513,1629459898,1629459898,'new','knownfile',75,'39956d5c3d3e0896fe72d1aaab5601c4','e29163971878e253c8e59c01969ffe4f','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-meta.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/widgets/class-wp-widget-meta.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22514,1629459898,1629459898,'new','knownfile',75,'8feb155731dcf0f30f8eff9152261c61','2cbe2d8b7814b5d4aa91f56777956058','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-pages.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-pages.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22515,1629459898,1629459898,'new','knownfile',75,'ad5d6e4bb147af95dc4b3a89e7d45adf','25ac6c40b942aec55eccb0057bc3f9f4','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22516,1629459899,1629459899,'new','knownfile',75,'d086cb33e5f64489b639bf4ad942b09c','f089b15d214ee3d3ee35e58d36e5be2e','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22517,1629459899,1629459899,'new','knownfile',75,'8b2d83b960e88198255a173610595f71','9f89e8211eda231cd4ffe65065fba968','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-rss.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/widgets/class-wp-widget-rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22518,1629459899,1629459899,'new','knownfile',75,'a92cc4e58f3e4e21c8e3d051fb0a2e68','32a060de21778d3bcab0e6e20426fa89','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-search.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/widgets/class-wp-widget-search.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22519,1629459899,1629459899,'new','knownfile',75,'bfe07ace8f85604c9005cdc54f628814','5292733e61693d9f0314322208714c91','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22520,1629459899,1629459899,'new','knownfile',75,'3f45e340a65729fa92b8e96a9a508924','c67a8d84d88e10b2b073683e8107f3d4','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-text.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/widgets/class-wp-widget-text.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22521,1629459899,1629459899,'new','knownfile',75,'68bf09ad7165e6c676467e38e7188ae7','84acdf32c8dffa513f6e272db89c9e4c','Unknown file in WordPress core: wp-includes/wp-includes/widgets.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22522,1629459899,1629459899,'new','knownfile',75,'c487c2f869954dc8139b6f4462bdae3a','76dcecef8905bdc496d25fd0de95b142','Unknown file in WordPress core: wp-includes/wp-includes/wlwmanifest.xml','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/wlwmanifest.xml\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22523,1629459899,1629459899,'new','knownfile',75,'1b4c0842f6d04cd89cf5dda19f2b6d6a','f0f2d748f77fd58383fa816c8fba4030','Unknown file in WordPress core: wp-includes/wp-includes/wp-db.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/wp-db.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22524,1629459899,1629459899,'new','knownfile',75,'8306725d9fe84e10673c0f6dc8c39026','255ad7b6a04834a395aca0ec0e1d9120','Unknown file in WordPress core: wp-includes/wp-includes/wp-diff.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/wp-diff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(22525,1629459951,1629459951,'new','wfUpgrade',75,'4215230377354b899cb8bd1b0ba04441','4215230377354b899cb8bd1b0ba04441','Your WordPress version is out of date','WordPress version 5.8 is now available. Please upgrade immediately to get the latest security updates from WordPress.','a:2:{s:14:\"currentVersion\";s:5:\"5.7.2\";s:10:\"newVersion\";s:3:\"5.8\";}'),(22526,1629459951,1629459951,'new','wfPluginUpgrade',50,'b7e5899af0333a24ced3566fa16ecb00','b7e5899af0333a24ced3566fa16ecb00','The Plugin \"All In One WP Security\" needs an upgrade (4.4.8 -> 4.4.9).','You need to upgrade \"All In One WP Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:22:\"All In One WP Security\";s:9:\"PluginURI\";s:71:\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin\";s:7:\"Version\";s:5:\"4.4.8\";s:11:\"Description\";s:153:\"All round best WordPress security plugin! <cite>By <a href=\"https://www.tipsandtricks-hq.com/\">Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy</a>.</cite>\";s:6:\"Author\";s:94:\"<a href=\"https://www.tipsandtricks-hq.com/\">Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy</a>\";s:9:\"AuthorURI\";s:33:\"https://www.tipsandtricks-hq.com/\";s:10:\"TextDomain\";s:35:\"all-in-one-wp-security-and-firewall\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:108:\"<a href=\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin\">All In One WP Security</a>\";s:10:\"AuthorName\";s:46:\"Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy\";s:10:\"pluginFile\";s:115:\"/home/ukdebtconsolidations.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php\";s:10:\"newVersion\";s:5:\"4.4.9\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"wpURL\";s:65:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall\";s:10:\"vulnerable\";b:0;}'),(22527,1629459951,1629459951,'new','wfPluginUpgrade',100,'6f1693730e4df92d549f8127c35ebca2','6f1693730e4df92d549f8127c35ebca2','The Plugin \"Redirection\" needs an upgrade (2.8.1 -> 5.1.3).','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:44:\"http://urbangiraffe.com/plugins/redirection/\";s:7:\"Version\";s:5:\"2.8.1\";s:11:\"Description\";s:119:\"Manage all your 301 redirects and monitor 404 errors <cite>By <a href=\"http://urbangiraffe.com\">John Godley</a>.</cite>\";s:6:\"Author\";s:49:\"<a href=\"http://urbangiraffe.com\">John Godley</a>\";s:9:\"AuthorURI\";s:23:\"http://urbangiraffe.com\";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:5:\"Title\";s:70:\"<a href=\"http://urbangiraffe.com/plugins/redirection/\">Redirection</a>\";s:10:\"AuthorName\";s:11:\"John Godley\";s:10:\"pluginFile\";s:91:\"/home/ukdebtconsolidations.co.uk/public_html/wp-content/plugins/redirection/redirection.php\";s:10:\"newVersion\";s:5:\"5.1.3\";s:4:\"slug\";s:11:\"redirection\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/redirection\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/4209cf3b-1778-4ac2-b778-3bd5526b681d\";}'),(22528,1629459951,1629459951,'new','wfPluginUpgrade',50,'7df0e8821975b8be196fac128988102f','7df0e8821975b8be196fac128988102f','The Plugin \"Wordfence Security\" needs an upgrade (7.5.4 -> 7.5.5).','You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:5:\"7.5.4\";s:11:\"Description\";s:131:\"Wordfence Security – Anti-virus, Firewall and Malware Scan <cite>By <a href=\"http://www.wordfence.com/\">Wordfence</a>.</cite>\";s:6:\"Author\";s:49:\"<a href=\"http://www.wordfence.com/\">Wordfence</a>\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"http://www.wordfence.com/\">Wordfence Security</a>\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:87:\"/home/ukdebtconsolidations.co.uk/public_html/wp-content/plugins/wordfence/wordfence.php\";s:10:\"newVersion\";s:5:\"7.5.5\";s:4:\"slug\";s:9:\"wordfence\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:10:\"vulnerable\";b:0;}'),(22529,1629459951,1629459951,'new','wfPluginUpgrade',50,'1909ab608f3690de9b1c9d094b96d98b','1909ab608f3690de9b1c9d094b96d98b','The Plugin \"WP Cerber Security, Anti-spam & Malware Scan\" needs an upgrade (8.8.5 -> 8.9.3).','You need to upgrade \"WP Cerber Security, Anti-spam & Malware Scan\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:48:\"WP Cerber Security, Anti-spam & Malware Scan\";s:9:\"PluginURI\";s:20:\"https://wpcerber.com\";s:7:\"Version\";s:5:\"8.8.5\";s:11:\"Description\";s:408:\"Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications. <cite>By <a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>\";s:9:\"AuthorURI\";s:20:\"https://wpcerber.com\";s:10:\"TextDomain\";s:9:\"wp-cerber\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:83:\"<a href=\"https://wpcerber.com\">WP Cerber Security, Anti-spam & Malware Scan</a>\";s:10:\"AuthorName\";s:16:\"Cerber Tech Inc.\";s:10:\"pluginFile\";s:87:\"/home/ukdebtconsolidations.co.uk/public_html/wp-content/plugins/wp-cerber/wp-cerber.php\";s:10:\"newVersion\";s:5:\"8.9.3\";s:4:\"slug\";s:9:\"wp-cerber\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wp-cerber\";s:10:\"vulnerable\";b:0;}'),(22530,1629459951,1629459951,'new','wfThemeUpgrade',50,'b1f40133224ebd37d11a57212569e7b7','b1f40133224ebd37d11a57212569e7b7','The Theme \"Twenty Nineteen\" needs an upgrade (2.0 -> 2.1).','You need to upgrade \"Twenty Nineteen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.1\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:4:\"Name\";s:15:\"Twenty Nineteen\";s:4:\"name\";s:15:\"Twenty Nineteen\";s:7:\"version\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}'),(22531,1629459951,1629459951,'new','wfThemeUpgrade',50,'b4aa3a5a0b6b6ad3791cccd0ead6da3c','b4aa3a5a0b6b6ad3791cccd0ead6da3c','The Theme \"Twenty Twenty\" needs an upgrade (1.7 -> 1.8).','You need to upgrade \"Twenty Twenty\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.8\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:4:\"Name\";s:13:\"Twenty Twenty\";s:4:\"name\";s:13:\"Twenty Twenty\";s:7:\"version\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}'),(22532,1629459951,1629459951,'new','wfThemeUpgrade',50,'2fe1115c1ca9c416ae1e8e7aea44d03e','2fe1115c1ca9c416ae1e8e7aea44d03e','The Theme \"Twenty Twenty-One\" needs an upgrade (1.3 -> 1.4).','You need to upgrade \"Twenty Twenty-One\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.4\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:4:\"Name\";s:17:\"Twenty Twenty-One\";s:4:\"name\";s:17:\"Twenty Twenty-One\";s:7:\"version\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `cwp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfknownfilelist`
--
DROP TABLE IF EXISTS `cwp_wfknownfilelist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_wfknownfilelist` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`path` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4617 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_wfknownfilelist`
--
LOCK TABLES `cwp_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `cwp_wfknownfilelist` DISABLE KEYS */;
INSERT INTO `cwp_wfknownfilelist` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wp-activate.php'),(5,'wp-admin/about.php'),(6,'wp-admin/admin-ajax.php'),(7,'wp-admin/admin-footer.php'),(8,'wp-admin/admin-functions.php'),(9,'wp-admin/admin-header.php'),(10,'wp-admin/admin-post.php'),(11,'wp-admin/admin.php'),(12,'wp-admin/async-upload.php'),(13,'wp-admin/authorize-application.php'),(14,'wp-admin/comment.php'),(15,'wp-admin/credits.php'),(16,'wp-admin/css/about-rtl.css'),(17,'wp-admin/css/about-rtl.min.css'),(18,'wp-admin/css/about.css'),(19,'wp-admin/css/about.min.css'),(20,'wp-admin/css/admin-menu-rtl.css'),(21,'wp-admin/css/admin-menu-rtl.min.css'),(22,'wp-admin/css/admin-menu.css'),(23,'wp-admin/css/admin-menu.min.css'),(24,'wp-admin/css/code-editor-rtl.css'),(25,'wp-admin/css/code-editor-rtl.min.css'),(26,'wp-admin/css/code-editor.css'),(27,'wp-admin/css/code-editor.min.css'),(28,'wp-admin/css/color-picker-rtl.css'),(29,'wp-admin/css/color-picker-rtl.min.css'),(30,'wp-admin/css/color-picker.css'),(31,'wp-admin/css/color-picker.min.css'),(32,'wp-admin/css/colors/_admin.scss'),(33,'wp-admin/css/colors/_mixins.scss'),(34,'wp-admin/css/colors/_variables.scss'),(35,'wp-admin/css/colors/blue/colors-rtl.css'),(36,'wp-admin/css/colors/blue/colors-rtl.min.css'),(37,'wp-admin/css/colors/blue/colors.css'),(38,'wp-admin/css/colors/blue/colors.min.css'),(39,'wp-admin/css/colors/blue/colors.scss'),(40,'wp-admin/css/colors/coffee/colors-rtl.css'),(41,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(42,'wp-admin/css/colors/coffee/colors.css'),(43,'wp-admin/css/colors/coffee/colors.min.css'),(44,'wp-admin/css/colors/coffee/colors.scss'),(45,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(47,'wp-admin/css/colors/ectoplasm/colors.css'),(48,'wp-admin/css/colors/ectoplasm/colors.min.css'),(49,'wp-admin/css/colors/ectoplasm/colors.scss'),(50,'wp-admin/css/colors/light/colors-rtl.css'),(51,'wp-admin/css/colors/light/colors-rtl.min.css'),(52,'wp-admin/css/colors/light/colors.css'),(53,'wp-admin/css/colors/light/colors.min.css'),(54,'wp-admin/css/colors/light/colors.scss'),(55,'wp-admin/css/colors/midnight/colors-rtl.css'),(56,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(57,'wp-admin/css/colors/midnight/colors.css'),(58,'wp-admin/css/colors/midnight/colors.min.css'),(59,'wp-admin/css/colors/midnight/colors.scss'),(60,'wp-admin/css/colors/modern/colors-rtl.css'),(61,'wp-admin/css/colors/modern/colors-rtl.min.css'),(62,'wp-admin/css/colors/modern/colors.css'),(63,'wp-admin/css/colors/modern/colors.min.css'),(64,'wp-admin/css/colors/modern/colors.scss'),(65,'wp-admin/css/colors/ocean/colors-rtl.css'),(66,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(67,'wp-admin/css/colors/ocean/colors.css'),(68,'wp-admin/css/colors/ocean/colors.min.css'),(69,'wp-admin/css/colors/ocean/colors.scss'),(70,'wp-admin/css/colors/sunrise/colors-rtl.css'),(71,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(72,'wp-admin/css/colors/sunrise/colors.css'),(73,'wp-admin/css/colors/sunrise/colors.min.css'),(74,'wp-admin/css/colors/sunrise/colors.scss'),(75,'wp-admin/css/common-rtl.css'),(76,'wp-admin/css/common-rtl.min.css'),(77,'wp-admin/css/common.css'),(78,'wp-admin/css/common.min.css'),(79,'wp-admin/css/customize-controls-rtl.css'),(80,'wp-admin/css/customize-controls-rtl.min.css'),(81,'wp-admin/css/customize-controls.css'),(82,'wp-admin/css/customize-controls.min.css'),(83,'wp-admin/css/customize-nav-menus-rtl.css'),(84,'wp-admin/css/customize-nav-menus-rtl.min.css'),(85,'wp-admin/css/customize-nav-menus.css'),(86,'wp-admin/css/customize-nav-menus.min.css'),(87,'wp-admin/css/customize-widgets-rtl.css'),(88,'wp-admin/css/customize-widgets-rtl.min.css'),(89,'wp-admin/css/customize-widgets.css'),(90,'wp-admin/css/customize-widgets.min.css'),(91,'wp-admin/css/dashboard-rtl.css'),(92,'wp-admin/css/dashboard-rtl.min.css'),(93,'wp-admin/css/dashboard.css'),(94,'wp-admin/css/dashboard.min.css'),(95,'wp-admin/css/deprecated-media-rtl.css'),(96,'wp-admin/css/deprecated-media-rtl.min.css'),(97,'wp-admin/css/deprecated-media.css'),(98,'wp-admin/css/deprecated-media.min.css'),(99,'wp-admin/css/edit-rtl.css'),(100,'wp-admin/css/edit-rtl.min.css'),(101,'wp-admin/css/edit.css'),(102,'wp-admin/css/edit.min.css'),(103,'wp-admin/css/farbtastic-rtl.css'),(104,'wp-admin/css/farbtastic-rtl.min.css'),(105,'wp-admin/css/farbtastic.css'),(106,'wp-admin/css/farbtastic.min.css'),(107,'wp-admin/css/forms-rtl.css'),(108,'wp-admin/css/forms-rtl.min.css'),(109,'wp-admin/css/forms.css'),(110,'wp-admin/css/forms.min.css'),(111,'wp-admin/css/ie-rtl.css'),(112,'wp-admin/css/ie-rtl.min.css'),(113,'wp-admin/css/ie.css'),(114,'wp-admin/css/ie.min.css'),(115,'wp-admin/css/install-rtl.css'),(116,'wp-admin/css/install-rtl.min.css'),(117,'wp-admin/css/install.css'),(118,'wp-admin/css/install.min.css'),(119,'wp-admin/css/l10n-rtl.css'),(120,'wp-admin/css/l10n-rtl.min.css'),(121,'wp-admin/css/l10n.css'),(122,'wp-admin/css/l10n.min.css'),(123,'wp-admin/css/list-tables-rtl.css'),(124,'wp-admin/css/list-tables-rtl.min.css'),(125,'wp-admin/css/list-tables.css'),(126,'wp-admin/css/list-tables.min.css'),(127,'wp-admin/css/login-rtl.css'),(128,'wp-admin/css/login-rtl.min.css'),(129,'wp-admin/css/login.css'),(130,'wp-admin/css/login.min.css'),(131,'wp-admin/css/media-rtl.css'),(132,'wp-admin/css/media-rtl.min.css'),(133,'wp-admin/css/media.css'),(134,'wp-admin/css/media.min.css'),(135,'wp-admin/css/nav-menus-rtl.css'),(136,'wp-admin/css/nav-menus-rtl.min.css'),(137,'wp-admin/css/nav-menus.css'),(138,'wp-admin/css/nav-menus.min.css'),(139,'wp-admin/css/press-this-editor-rtl.css'),(140,'wp-admin/css/press-this-editor-rtl.min.css'),(141,'wp-admin/css/press-this-editor.css'),(142,'wp-admin/css/press-this-editor.min.css'),(143,'wp-admin/css/press-this-rtl.css'),(144,'wp-admin/css/press-this-rtl.min.css'),(145,'wp-admin/css/press-this.css'),(146,'wp-admin/css/press-this.min.css'),(147,'wp-admin/css/revisions-rtl.css'),(148,'wp-admin/css/revisions-rtl.min.css'),(149,'wp-admin/css/revisions.css'),(150,'wp-admin/css/revisions.min.css'),(151,'wp-admin/css/site-health-rtl.css'),(152,'wp-admin/css/site-health-rtl.min.css'),(153,'wp-admin/css/site-health.css'),(154,'wp-admin/css/site-health.min.css'),(155,'wp-admin/css/site-icon-rtl.css'),(156,'wp-admin/css/site-icon-rtl.min.css'),(157,'wp-admin/css/site-icon.css'),(158,'wp-admin/css/site-icon.min.css'),(159,'wp-admin/css/themes-rtl.css'),(160,'wp-admin/css/themes-rtl.min.css'),(161,'wp-admin/css/themes.css'),(162,'wp-admin/css/themes.min.css'),(163,'wp-admin/css/widgets-rtl.css'),(164,'wp-admin/css/widgets-rtl.min.css'),(165,'wp-admin/css/widgets.css'),(166,'wp-admin/css/widgets.min.css'),(167,'wp-admin/css/wp-admin-rtl.css'),(168,'wp-admin/css/wp-admin-rtl.min.css'),(169,'wp-admin/css/wp-admin.css'),(170,'wp-admin/css/wp-admin.min.css'),(171,'wp-admin/custom-background.php'),(172,'wp-admin/custom-header.php'),(173,'wp-admin/customize.php'),(174,'wp-admin/edit-comments.php'),(175,'wp-admin/edit-form-advanced.php'),(176,'wp-admin/edit-form-blocks.php'),(177,'wp-admin/edit-form-comment.php'),(178,'wp-admin/edit-link-form.php'),(179,'wp-admin/edit-tag-form.php'),(180,'wp-admin/edit-tags.php'),(181,'wp-admin/edit.php'),(182,'wp-admin/erase-personal-data.php'),(183,'wp-admin/export-personal-data.php'),(184,'wp-admin/export.php'),(185,'wp-admin/freedoms.php'),(186,'wp-admin/images/about-badge.svg'),(187,'wp-admin/images/about-color-palette-vert.svg'),(188,'wp-admin/images/about-color-palette.svg'),(189,'wp-admin/images/about-header-brushes.svg'),(190,'wp-admin/images/align-center-2x.png'),(191,'wp-admin/images/align-center.png'),(192,'wp-admin/images/align-left-2x.png'),(193,'wp-admin/images/align-left.png'),(194,'wp-admin/images/align-none-2x.png'),(195,'wp-admin/images/align-none.png'),(196,'wp-admin/images/align-right-2x.png'),(197,'wp-admin/images/align-right.png'),(198,'wp-admin/images/arrows-2x.png'),(199,'wp-admin/images/arrows.png'),(200,'wp-admin/images/browser-rtl.png'),(201,'wp-admin/images/browser.png'),(202,'wp-admin/images/bubble_bg-2x.gif'),(203,'wp-admin/images/bubble_bg.gif'),(204,'wp-admin/images/comment-grey-bubble-2x.png'),(205,'wp-admin/images/comment-grey-bubble.png'),(206,'wp-admin/images/date-button-2x.gif'),(207,'wp-admin/images/date-button.gif'),(208,'wp-admin/images/freedoms.png'),(209,'wp-admin/images/generic.png'),(210,'wp-admin/images/icons32-2x.png'),(211,'wp-admin/images/icons32-vs-2x.png'),(212,'wp-admin/images/icons32-vs.png'),(213,'wp-admin/images/icons32.png'),(214,'wp-admin/images/imgedit-icons-2x.png'),(215,'wp-admin/images/imgedit-icons.png'),(216,'wp-admin/images/list-2x.png'),(217,'wp-admin/images/list.png'),(218,'wp-admin/images/loading.gif'),(219,'wp-admin/images/marker.png'),(220,'wp-admin/images/mask.png'),(221,'wp-admin/images/media-button-2x.png'),(222,'wp-admin/images/media-button-image.gif'),(223,'wp-admin/images/media-button-music.gif'),(224,'wp-admin/images/media-button-other.gif'),(225,'wp-admin/images/media-button-video.gif'),(226,'wp-admin/images/media-button.png'),(227,'wp-admin/images/menu-2x.png'),(228,'wp-admin/images/menu-vs-2x.png'),(229,'wp-admin/images/menu-vs.png'),(230,'wp-admin/images/menu.png'),(231,'wp-admin/images/no.png'),(232,'wp-admin/images/post-formats-vs.png'),(233,'wp-admin/images/post-formats.png'),(234,'wp-admin/images/post-formats32-vs.png'),(235,'wp-admin/images/post-formats32.png'),(236,'wp-admin/images/privacy.png'),(237,'wp-admin/images/resize-2x.gif'),(238,'wp-admin/images/resize-rtl-2x.gif'),(239,'wp-admin/images/resize-rtl.gif'),(240,'wp-admin/images/resize.gif'),(241,'wp-admin/images/se.png'),(242,'wp-admin/images/sort-2x.gif'),(243,'wp-admin/images/sort.gif'),(244,'wp-admin/images/spinner-2x.gif'),(245,'wp-admin/images/spinner.gif'),(246,'wp-admin/images/stars-2x.png'),(247,'wp-admin/images/stars.png'),(248,'wp-admin/images/w-logo-blue.png'),(249,'wp-admin/images/w-logo-white.png'),(250,'wp-admin/images/wheel.png'),(251,'wp-admin/images/wordpress-logo-white.svg'),(252,'wp-admin/images/wordpress-logo.png'),(253,'wp-admin/images/wordpress-logo.svg'),(254,'wp-admin/images/wpspin_light-2x.gif'),(255,'wp-admin/images/wpspin_light.gif'),(256,'wp-admin/images/xit-2x.gif'),(257,'wp-admin/images/xit.gif'),(258,'wp-admin/images/yes.png'),(259,'wp-admin/import.php'),(260,'wp-admin/includes/admin-filters.php'),(261,'wp-admin/includes/admin.php'),(262,'wp-admin/includes/ajax-actions.php'),(263,'wp-admin/includes/bookmark.php'),(264,'wp-admin/includes/class-automatic-upgrader-skin.php'),(265,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(266,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(267,'wp-admin/includes/class-bulk-upgrader-skin.php'),(268,'wp-admin/includes/class-core-upgrader.php'),(269,'wp-admin/includes/class-custom-background.php'),(270,'wp-admin/includes/class-custom-image-header.php'),(271,'wp-admin/includes/class-file-upload-upgrader.php'),(272,'wp-admin/includes/class-ftp-pure.php'),(273,'wp-admin/includes/class-ftp-sockets.php'),(274,'wp-admin/includes/class-ftp.php'),(275,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(276,'wp-admin/includes/class-language-pack-upgrader.php'),(277,'wp-admin/includes/class-pclzip.php'),(278,'wp-admin/includes/class-plugin-installer-skin.php'),(279,'wp-admin/includes/class-plugin-upgrader-skin.php'),(280,'wp-admin/includes/class-plugin-upgrader.php'),(281,'wp-admin/includes/class-theme-installer-skin.php'),(282,'wp-admin/includes/class-theme-upgrader-skin.php'),(283,'wp-admin/includes/class-theme-upgrader.php'),(284,'wp-admin/includes/class-walker-category-checklist.php'),(285,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(286,'wp-admin/includes/class-walker-nav-menu-edit.php'),(287,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(288,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(289,'wp-admin/includes/class-wp-automatic-updater.php'),(290,'wp-admin/includes/class-wp-comments-list-table.php'),(291,'wp-admin/includes/class-wp-community-events.php'),(292,'wp-admin/includes/class-wp-debug-data.php'),(293,'wp-admin/includes/class-wp-filesystem-base.php'),(294,'wp-admin/includes/class-wp-filesystem-direct.php'),(295,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(296,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(297,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(298,'wp-admin/includes/class-wp-importer.php'),(299,'wp-admin/includes/class-wp-internal-pointers.php'),(300,'wp-admin/includes/class-wp-links-list-table.php'),(301,'wp-admin/includes/class-wp-list-table-compat.php'),(302,'wp-admin/includes/class-wp-list-table.php'),(303,'wp-admin/includes/class-wp-media-list-table.php'),(304,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(305,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(306,'wp-admin/includes/class-wp-ms-users-list-table.php'),(307,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(308,'wp-admin/includes/class-wp-plugins-list-table.php'),(309,'wp-admin/includes/class-wp-post-comments-list-table.php'),(310,'wp-admin/includes/class-wp-posts-list-table.php'),(311,'wp-admin/includes/class-wp-press-this.php'),(312,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(313,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(314,'wp-admin/includes/class-wp-privacy-policy-content.php'),(315,'wp-admin/includes/class-wp-privacy-requests-table.php'),(316,'wp-admin/includes/class-wp-screen.php'),(317,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(318,'wp-admin/includes/class-wp-site-health.php'),(319,'wp-admin/includes/class-wp-site-icon.php'),(320,'wp-admin/includes/class-wp-terms-list-table.php'),(321,'wp-admin/includes/class-wp-theme-install-list-table.php'),(322,'wp-admin/includes/class-wp-themes-list-table.php'),(323,'wp-admin/includes/class-wp-upgrader-skin.php'),(324,'wp-admin/includes/class-wp-upgrader-skins.php'),(325,'wp-admin/includes/class-wp-upgrader.php'),(326,'wp-admin/includes/class-wp-users-list-table.php'),(327,'wp-admin/includes/comment.php'),(328,'wp-admin/includes/continents-cities.php'),(329,'wp-admin/includes/credits.php'),(330,'wp-admin/includes/dashboard.php'),(331,'wp-admin/includes/deprecated.php'),(332,'wp-admin/includes/edit-tag-messages.php'),(333,'wp-admin/includes/export.php'),(334,'wp-admin/includes/file.php'),(335,'wp-admin/includes/image-edit.php'),(336,'wp-admin/includes/image.php'),(337,'wp-admin/includes/import.php'),(338,'wp-admin/includes/list-table.php'),(339,'wp-admin/includes/media.php'),(340,'wp-admin/includes/menu.php'),(341,'wp-admin/includes/meta-boxes.php'),(342,'wp-admin/includes/misc.php'),(343,'wp-admin/includes/ms-admin-filters.php'),(344,'wp-admin/includes/ms-deprecated.php'),(345,'wp-admin/includes/ms.php'),(346,'wp-admin/includes/nav-menu.php'),(347,'wp-admin/includes/network.php'),(348,'wp-admin/includes/noop.php'),(349,'wp-admin/includes/options.php'),(350,'wp-admin/includes/plugin-install.php'),(351,'wp-admin/includes/plugin.php'),(352,'wp-admin/includes/post.php'),(353,'wp-admin/includes/privacy-tools.php'),(354,'wp-admin/includes/revision.php'),(355,'wp-admin/includes/schema.php'),(356,'wp-admin/includes/screen.php'),(357,'wp-admin/includes/taxonomy.php'),(358,'wp-admin/includes/template.php'),(359,'wp-admin/includes/theme-install.php'),(360,'wp-admin/includes/theme.php'),(361,'wp-admin/includes/translation-install.php'),(362,'wp-admin/includes/update-core.php'),(363,'wp-admin/includes/update.php'),(364,'wp-admin/includes/upgrade.php'),(365,'wp-admin/includes/user.php'),(366,'wp-admin/includes/widgets.php'),(367,'wp-admin/index.php'),(368,'wp-admin/install-helper.php'),(369,'wp-admin/install.php'),(370,'wp-admin/js/accordion.js'),(371,'wp-admin/js/accordion.min.js'),(372,'wp-admin/js/application-passwords.js'),(373,'wp-admin/js/application-passwords.min.js'),(374,'wp-admin/js/auth-app.js'),(375,'wp-admin/js/auth-app.min.js'),(376,'wp-admin/js/bookmarklet.js'),(377,'wp-admin/js/bookmarklet.min.js'),(378,'wp-admin/js/code-editor.js'),(379,'wp-admin/js/code-editor.min.js'),(380,'wp-admin/js/color-picker.js'),(381,'wp-admin/js/color-picker.min.js'),(382,'wp-admin/js/comment.js'),(383,'wp-admin/js/comment.min.js'),(384,'wp-admin/js/common.js'),(385,'wp-admin/js/common.min.js'),(386,'wp-admin/js/custom-background.js'),(387,'wp-admin/js/custom-background.min.js'),(388,'wp-admin/js/custom-header.js'),(389,'wp-admin/js/customize-controls.js'),(390,'wp-admin/js/customize-controls.min.js'),(391,'wp-admin/js/customize-nav-menus.js'),(392,'wp-admin/js/customize-nav-menus.min.js'),(393,'wp-admin/js/customize-widgets.js'),(394,'wp-admin/js/customize-widgets.min.js'),(395,'wp-admin/js/dashboard.js'),(396,'wp-admin/js/dashboard.min.js'),(397,'wp-admin/js/edit-comments.js'),(398,'wp-admin/js/edit-comments.min.js'),(399,'wp-admin/js/editor-expand.js'),(400,'wp-admin/js/editor-expand.min.js'),(401,'wp-admin/js/editor.js'),(402,'wp-admin/js/editor.min.js'),(403,'wp-admin/js/farbtastic.js'),(404,'wp-admin/js/gallery.js'),(405,'wp-admin/js/gallery.min.js'),(406,'wp-admin/js/image-edit.js'),(407,'wp-admin/js/image-edit.min.js'),(408,'wp-admin/js/inline-edit-post.js'),(409,'wp-admin/js/inline-edit-post.min.js'),(410,'wp-admin/js/inline-edit-tax.js'),(411,'wp-admin/js/inline-edit-tax.min.js'),(412,'wp-admin/js/iris.min.js'),(413,'wp-admin/js/language-chooser.js'),(414,'wp-admin/js/language-chooser.min.js'),(415,'wp-admin/js/link.js'),(416,'wp-admin/js/link.min.js'),(417,'wp-admin/js/media-gallery.js'),(418,'wp-admin/js/media-gallery.min.js'),(419,'wp-admin/js/media-upload.js'),(420,'wp-admin/js/media-upload.min.js'),(421,'wp-admin/js/media.js'),(422,'wp-admin/js/media.min.js'),(423,'wp-admin/js/nav-menu.js'),(424,'wp-admin/js/nav-menu.min.js'),(425,'wp-admin/js/password-strength-meter.js'),(426,'wp-admin/js/password-strength-meter.min.js'),(427,'wp-admin/js/plugin-install.js'),(428,'wp-admin/js/plugin-install.min.js'),(429,'wp-admin/js/post.js'),(430,'wp-admin/js/post.min.js'),(431,'wp-admin/js/postbox.js'),(432,'wp-admin/js/postbox.min.js'),(433,'wp-admin/js/press-this.js'),(434,'wp-admin/js/press-this.min.js'),(435,'wp-admin/js/privacy-tools.js'),(436,'wp-admin/js/privacy-tools.min.js'),(437,'wp-admin/js/revisions.js'),(438,'wp-admin/js/revisions.min.js'),(439,'wp-admin/js/set-post-thumbnail.js'),(440,'wp-admin/js/set-post-thumbnail.min.js'),(441,'wp-admin/js/site-health.js'),(442,'wp-admin/js/site-health.min.js'),(443,'wp-admin/js/svg-painter.js'),(444,'wp-admin/js/svg-painter.min.js'),(445,'wp-admin/js/tags-box.js'),(446,'wp-admin/js/tags-box.min.js'),(447,'wp-admin/js/tags-suggest.js'),(448,'wp-admin/js/tags-suggest.min.js'),(449,'wp-admin/js/tags.js'),(450,'wp-admin/js/tags.min.js'),(451,'wp-admin/js/theme-plugin-editor.js'),(452,'wp-admin/js/theme-plugin-editor.min.js'),(453,'wp-admin/js/theme.js'),(454,'wp-admin/js/theme.min.js'),(455,'wp-admin/js/updates.js'),(456,'wp-admin/js/updates.min.js'),(457,'wp-admin/js/user-profile.js'),(458,'wp-admin/js/user-profile.min.js'),(459,'wp-admin/js/user-suggest.js'),(460,'wp-admin/js/user-suggest.min.js'),(461,'wp-admin/js/widgets/custom-html-widgets.js'),(462,'wp-admin/js/widgets/custom-html-widgets.min.js'),(463,'wp-admin/js/widgets/media-audio-widget.js'),(464,'wp-admin/js/widgets/media-audio-widget.min.js'),(465,'wp-admin/js/widgets/media-gallery-widget.js'),(466,'wp-admin/js/widgets/media-gallery-widget.min.js'),(467,'wp-admin/js/widgets/media-image-widget.js'),(468,'wp-admin/js/widgets/media-image-widget.min.js'),(469,'wp-admin/js/widgets/media-video-widget.js'),(470,'wp-admin/js/widgets/media-video-widget.min.js'),(471,'wp-admin/js/widgets/media-widgets.js'),(472,'wp-admin/js/widgets/media-widgets.min.js'),(473,'wp-admin/js/widgets/text-widgets.js'),(474,'wp-admin/js/widgets/text-widgets.min.js'),(475,'wp-admin/js/widgets.js'),(476,'wp-admin/js/widgets.min.js'),(477,'wp-admin/js/word-count.js'),(478,'wp-admin/js/word-count.min.js'),(479,'wp-admin/js/wp-fullscreen-stub.js'),(480,'wp-admin/js/wp-fullscreen-stub.min.js'),(481,'wp-admin/js/xfn.js'),(482,'wp-admin/js/xfn.min.js'),(483,'wp-admin/link-add.php'),(484,'wp-admin/link-manager.php'),(485,'wp-admin/link-parse-opml.php'),(486,'wp-admin/link.php'),(487,'wp-admin/load-scripts.php'),(488,'wp-admin/load-styles.php'),(489,'wp-admin/maint/repair.php'),(490,'wp-admin/media-new.php'),(491,'wp-admin/media-upload.php'),(492,'wp-admin/media.php'),(493,'wp-admin/menu-header.php'),(494,'wp-admin/menu.php'),(495,'wp-admin/moderation.php'),(496,'wp-admin/ms-admin.php'),(497,'wp-admin/ms-delete-site.php'),(498,'wp-admin/ms-edit.php'),(499,'wp-admin/ms-options.php'),(500,'wp-admin/ms-sites.php'),(501,'wp-admin/ms-themes.php'),(502,'wp-admin/ms-upgrade-network.php'),(503,'wp-admin/ms-users.php'),(504,'wp-admin/my-sites.php'),(505,'wp-admin/nav-menus.php'),(506,'wp-admin/network/about.php'),(507,'wp-admin/network/admin.php'),(508,'wp-admin/network/credits.php'),(509,'wp-admin/network/edit.php'),(510,'wp-admin/network/freedoms.php'),(511,'wp-admin/network/index.php'),(512,'wp-admin/network/menu.php'),(513,'wp-admin/network/plugin-editor.php'),(514,'wp-admin/network/plugin-install.php'),(515,'wp-admin/network/plugins.php'),(516,'wp-admin/network/privacy.php'),(517,'wp-admin/network/profile.php'),(518,'wp-admin/network/settings.php'),(519,'wp-admin/network/setup.php'),(520,'wp-admin/network/site-info.php'),(521,'wp-admin/network/site-new.php'),(522,'wp-admin/network/site-settings.php'),(523,'wp-admin/network/site-themes.php'),(524,'wp-admin/network/site-users.php'),(525,'wp-admin/network/sites.php'),(526,'wp-admin/network/theme-editor.php'),(527,'wp-admin/network/theme-install.php'),(528,'wp-admin/network/themes.php'),(529,'wp-admin/network/update-core.php'),(530,'wp-admin/network/update.php'),(531,'wp-admin/network/upgrade.php'),(532,'wp-admin/network/user-edit.php'),(533,'wp-admin/network/user-new.php'),(534,'wp-admin/network/users.php'),(535,'wp-admin/network.php'),(536,'wp-admin/options-discussion.php'),(537,'wp-admin/options-general.php'),(538,'wp-admin/options-head.php'),(539,'wp-admin/options-media.php'),(540,'wp-admin/options-permalink.php'),(541,'wp-admin/options-privacy.php'),(542,'wp-admin/options-reading.php'),(543,'wp-admin/options-writing.php'),(544,'wp-admin/options.php'),(545,'wp-admin/plugin-editor.php'),(546,'wp-admin/plugin-install.php'),(547,'wp-admin/plugins.php'),(548,'wp-admin/post-new.php'),(549,'wp-admin/post.php'),(550,'wp-admin/press-this.php'),(551,'wp-admin/privacy-policy-guide.php'),(552,'wp-admin/privacy.php'),(553,'wp-admin/profile.php'),(554,'wp-admin/revision.php'),(555,'wp-admin/setup-config.php'),(556,'wp-admin/site-health-info.php'),(557,'wp-admin/site-health.php'),(558,'wp-admin/term.php'),(559,'wp-admin/theme-editor.php'),(560,'wp-admin/theme-install.php'),(561,'wp-admin/themes.php'),(562,'wp-admin/tools.php'),(563,'wp-admin/update-core.php'),(564,'wp-admin/update.php'),(565,'wp-admin/upgrade-functions.php'),(566,'wp-admin/upgrade.php'),(567,'wp-admin/upload.php'),(568,'wp-admin/user/about.php'),(569,'wp-admin/user/admin.php'),(570,'wp-admin/user/credits.php'),(571,'wp-admin/user/freedoms.php'),(572,'wp-admin/user/index.php'),(573,'wp-admin/user/menu.php'),(574,'wp-admin/user/privacy.php'),(575,'wp-admin/user/profile.php'),(576,'wp-admin/user/user-edit.php'),(577,'wp-admin/user-edit.php'),(578,'wp-admin/user-new.php'),(579,'wp-admin/users.php'),(580,'wp-admin/widgets.php'),(581,'wp-blog-header.php'),(582,'wp-comments-post.php'),(583,'wp-config-sample.php'),(584,'wp-config.php'),(585,'wp-content/index.php'),(586,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php'),(587,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html'),(588,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php'),(589,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php'),(590,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php'),(591,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php'),(592,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php'),(593,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php'),(594,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php'),(595,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php'),(596,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php'),(597,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php'),(598,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php'),(599,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php'),(600,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php'),(601,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php'),(602,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php'),(603,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php'),(604,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php'),(605,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php'),(606,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php'),(607,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php'),(608,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php'),(609,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php'),(610,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php'),(611,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php'),(612,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php'),(613,'wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html'),(614,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php'),(615,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php'),(616,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html'),(617,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php'),(618,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php'),(619,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php'),(620,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php'),(621,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php'),(622,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php'),(623,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php'),(624,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php'),(625,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php'),(626,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php'),(627,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php'),(628,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php'),(629,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php'),(630,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php'),(631,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php'),(632,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php'),(633,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php'),(634,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php'),(635,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php'),(636,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php'),(637,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php'),(638,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php'),(639,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html'),(640,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css'),(641,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css'),(642,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png'),(643,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png'),(644,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png'),(645,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png'),(646,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png'),(647,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html'),(648,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png'),(649,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif'),(650,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png'),(651,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png'),(652,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png'),(653,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png'),(654,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png'),(655,'wp-content/plugins/all-in-one-wp-security-and-firewall/index.html'),(656,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html'),(657,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js'),(658,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js'),(659,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html'),(660,'wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt'),(661,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/.htaccess'),(662,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html'),(663,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt'),(664,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt'),(665,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html'),(666,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php'),(667,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php'),(668,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php'),(669,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php'),(670,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php'),(671,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php'),(672,'wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt'),(673,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'),(674,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php'),(675,'wp-content/plugins/hello.php'),(676,'wp-content/plugins/index.php'),(677,'wp-content/plugins/redirection/README.md'),(678,'wp-content/plugins/redirection/actions/error.php'),(679,'wp-content/plugins/redirection/actions/nothing.php'),(680,'wp-content/plugins/redirection/actions/pass.php'),(681,'wp-content/plugins/redirection/actions/random.php'),(682,'wp-content/plugins/redirection/actions/url.php'),(683,'wp-content/plugins/redirection/fileio/apache.php'),(684,'wp-content/plugins/redirection/fileio/csv.php'),(685,'wp-content/plugins/redirection/fileio/json.php'),(686,'wp-content/plugins/redirection/fileio/nginx.php'),(687,'wp-content/plugins/redirection/fileio/rss.php'),(688,'wp-content/plugins/redirection/images/GitHub-Mark-64px.png'),(689,'wp-content/plugins/redirection/images/donate.gif'),(690,'wp-content/plugins/redirection/license.txt'),(691,'wp-content/plugins/redirection/locale/json/redirection-ar_AR.json'),(692,'wp-content/plugins/redirection/locale/json/redirection-be_BY.json'),(693,'wp-content/plugins/redirection/locale/json/redirection-ca.json'),(694,'wp-content/plugins/redirection/locale/json/redirection-cs_CZ.json'),(695,'wp-content/plugins/redirection/locale/json/redirection-da.json'),(696,'wp-content/plugins/redirection/locale/json/redirection-da_DK.json'),(697,'wp-content/plugins/redirection/locale/json/redirection-de_DE.json'),(698,'wp-content/plugins/redirection/locale/json/redirection-el_GR.json'),(699,'wp-content/plugins/redirection/locale/json/redirection-en_CA.json'),(700,'wp-content/plugins/redirection/locale/json/redirection-en_GB.json'),(701,'wp-content/plugins/redirection/locale/json/redirection-es_ES.json'),(702,'wp-content/plugins/redirection/locale/json/redirection-fa_IR.json'),(703,'wp-content/plugins/redirection/locale/json/redirection-fi.json'),(704,'wp-content/plugins/redirection/locale/json/redirection-fr_FR.json'),(705,'wp-content/plugins/redirection/locale/json/redirection-he_IL.json'),(706,'wp-content/plugins/redirection/locale/json/redirection-hi_IN.json'),(707,'wp-content/plugins/redirection/locale/json/redirection-hr.json'),(708,'wp-content/plugins/redirection/locale/json/redirection-hu_HU.json'),(709,'wp-content/plugins/redirection/locale/json/redirection-id_ID.json'),(710,'wp-content/plugins/redirection/locale/json/redirection-it_IT.json'),(711,'wp-content/plugins/redirection/locale/json/redirection-ja.json'),(712,'wp-content/plugins/redirection/locale/json/redirection-lt_LT.json'),(713,'wp-content/plugins/redirection/locale/json/redirection-nl_NL.json'),(714,'wp-content/plugins/redirection/locale/json/redirection-pl_PL.json'),(715,'wp-content/plugins/redirection/locale/json/redirection-pt_BR.json'),(716,'wp-content/plugins/redirection/locale/json/redirection-pt_PT.json'),(717,'wp-content/plugins/redirection/locale/json/redirection-ro_RO.json'),(718,'wp-content/plugins/redirection/locale/json/redirection-ru_RU.json'),(719,'wp-content/plugins/redirection/locale/json/redirection-sk_SK.json'),(720,'wp-content/plugins/redirection/locale/json/redirection-sv_SE.json'),(721,'wp-content/plugins/redirection/locale/json/redirection-tr_TR.json'),(722,'wp-content/plugins/redirection/locale/json/redirection-uk.json'),(723,'wp-content/plugins/redirection/locale/json/redirection-zh_CN.json'),(724,'wp-content/plugins/redirection/locale/json/redirection-zh_TW.json'),(725,'wp-content/plugins/redirection/locale/redirection-ar_AR.mo'),(726,'wp-content/plugins/redirection/locale/redirection-ar_AR.po'),(727,'wp-content/plugins/redirection/locale/redirection-be_BY.mo'),(728,'wp-content/plugins/redirection/locale/redirection-be_BY.po'),(729,'wp-content/plugins/redirection/locale/redirection-ca.mo'),(730,'wp-content/plugins/redirection/locale/redirection-ca.po'),(731,'wp-content/plugins/redirection/locale/redirection-cs_CZ.mo'),(732,'wp-content/plugins/redirection/locale/redirection-cs_CZ.po'),(733,'wp-content/plugins/redirection/locale/redirection-da.mo'),(734,'wp-content/plugins/redirection/locale/redirection-da.po'),(735,'wp-content/plugins/redirection/locale/redirection-da_DK.mo'),(736,'wp-content/plugins/redirection/locale/redirection-da_DK.po'),(737,'wp-content/plugins/redirection/locale/redirection-de_DE.mo'),(738,'wp-content/plugins/redirection/locale/redirection-de_DE.po'),(739,'wp-content/plugins/redirection/locale/redirection-el_GR.mo'),(740,'wp-content/plugins/redirection/locale/redirection-el_GR.po'),(741,'wp-content/plugins/redirection/locale/redirection-en_CA.mo'),(742,'wp-content/plugins/redirection/locale/redirection-en_CA.po'),(743,'wp-content/plugins/redirection/locale/redirection-en_GB.mo'),(744,'wp-content/plugins/redirection/locale/redirection-en_GB.po'),(745,'wp-content/plugins/redirection/locale/redirection-es_ES.mo'),(746,'wp-content/plugins/redirection/locale/redirection-es_ES.po'),(747,'wp-content/plugins/redirection/locale/redirection-fa_IR.mo'),(748,'wp-content/plugins/redirection/locale/redirection-fa_IR.po'),(749,'wp-content/plugins/redirection/locale/redirection-fi.mo'),(750,'wp-content/plugins/redirection/locale/redirection-fi.po'),(751,'wp-content/plugins/redirection/locale/redirection-fr_FR.mo'),(752,'wp-content/plugins/redirection/locale/redirection-fr_FR.po'),(753,'wp-content/plugins/redirection/locale/redirection-he_IL.mo'),(754,'wp-content/plugins/redirection/locale/redirection-he_IL.po'),(755,'wp-content/plugins/redirection/locale/redirection-hi_IN.mo'),(756,'wp-content/plugins/redirection/locale/redirection-hi_IN.po'),(757,'wp-content/plugins/redirection/locale/redirection-hr.mo'),(758,'wp-content/plugins/redirection/locale/redirection-hr.po'),(759,'wp-content/plugins/redirection/locale/redirection-hu_HU.mo'),(760,'wp-content/plugins/redirection/locale/redirection-hu_HU.po'),(761,'wp-content/plugins/redirection/locale/redirection-id_ID.mo'),(762,'wp-content/plugins/redirection/locale/redirection-id_ID.po'),(763,'wp-content/plugins/redirection/locale/redirection-it_IT.mo'),(764,'wp-content/plugins/redirection/locale/redirection-it_IT.po'),(765,'wp-content/plugins/redirection/locale/redirection-ja.mo'),(766,'wp-content/plugins/redirection/locale/redirection-ja.po'),(767,'wp-content/plugins/redirection/locale/redirection-lt_LT.mo'),(768,'wp-content/plugins/redirection/locale/redirection-lt_LT.po'),(769,'wp-content/plugins/redirection/locale/redirection-nl_NL.mo'),(770,'wp-content/plugins/redirection/locale/redirection-nl_NL.po'),(771,'wp-content/plugins/redirection/locale/redirection-pl_PL.mo'),(772,'wp-content/plugins/redirection/locale/redirection-pl_PL.po'),(773,'wp-content/plugins/redirection/locale/redirection-pt_BR.mo'),(774,'wp-content/plugins/redirection/locale/redirection-pt_BR.po'),(775,'wp-content/plugins/redirection/locale/redirection-pt_PT.mo'),(776,'wp-content/plugins/redirection/locale/redirection-pt_PT.po'),(777,'wp-content/plugins/redirection/locale/redirection-ro_RO.mo'),(778,'wp-content/plugins/redirection/locale/redirection-ro_RO.po'),(779,'wp-content/plugins/redirection/locale/redirection-ru_RU.mo'),(780,'wp-content/plugins/redirection/locale/redirection-ru_RU.po'),(781,'wp-content/plugins/redirection/locale/redirection-sk_SK.mo'),(782,'wp-content/plugins/redirection/locale/redirection-sk_SK.po'),(783,'wp-content/plugins/redirection/locale/redirection-sv_SE.mo'),(784,'wp-content/plugins/redirection/locale/redirection-sv_SE.po'),(785,'wp-content/plugins/redirection/locale/redirection-tr_TR.mo'),(786,'wp-content/plugins/redirection/locale/redirection-tr_TR.po'),(787,'wp-content/plugins/redirection/locale/redirection-uk.mo'),(788,'wp-content/plugins/redirection/locale/redirection-uk.po'),(789,'wp-content/plugins/redirection/locale/redirection-zh_CN.mo'),(790,'wp-content/plugins/redirection/locale/redirection-zh_CN.po'),(791,'wp-content/plugins/redirection/locale/redirection-zh_TW.mo'),(792,'wp-content/plugins/redirection/locale/redirection-zh_TW.po'),(793,'wp-content/plugins/redirection/locale/redirection.pot'),(794,'wp-content/plugins/redirection/matches/login.php'),(795,'wp-content/plugins/redirection/matches/referrer.php'),(796,'wp-content/plugins/redirection/matches/url.php'),(797,'wp-content/plugins/redirection/matches/user-agent.php'),(798,'wp-content/plugins/redirection/models/action.php'),(799,'wp-content/plugins/redirection/models/database.php'),(800,'wp-content/plugins/redirection/models/file-io.php'),(801,'wp-content/plugins/redirection/models/fixer.php'),(802,'wp-content/plugins/redirection/models/flusher.php'),(803,'wp-content/plugins/redirection/models/group.php'),(804,'wp-content/plugins/redirection/models/log.php'),(805,'wp-content/plugins/redirection/models/match.php'),(806,'wp-content/plugins/redirection/models/module.php'),(807,'wp-content/plugins/redirection/models/monitor.php'),(808,'wp-content/plugins/redirection/models/redirect.php'),(809,'wp-content/plugins/redirection/models/request.php'),(810,'wp-content/plugins/redirection/modules/apache.php'),(811,'wp-content/plugins/redirection/modules/nginx.php'),(812,'wp-content/plugins/redirection/modules/wordpress.php'),(813,'wp-content/plugins/redirection/readme.txt'),(814,'wp-content/plugins/redirection/redirection-admin.php'),(815,'wp-content/plugins/redirection/redirection-api.php'),(816,'wp-content/plugins/redirection/redirection-cli.php'),(817,'wp-content/plugins/redirection/redirection-front.php'),(818,'wp-content/plugins/redirection/redirection-strings.php'),(819,'wp-content/plugins/redirection/redirection-version.php'),(820,'wp-content/plugins/redirection/redirection.css'),(821,'wp-content/plugins/redirection/redirection.js'),(822,'wp-content/plugins/redirection/redirection.php'),(823,'wp-content/plugins/redirection/screenshot-1.png'),(824,'wp-content/plugins/redirection/screenshot-2.png'),(825,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(826,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(827,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(828,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(829,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(830,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(831,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(832,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(833,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(834,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(835,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(836,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(837,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(838,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(839,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(840,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(841,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(842,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(843,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(844,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(845,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(846,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(847,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(848,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(849,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(850,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(851,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(852,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(853,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(854,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(855,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(856,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(857,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(858,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(859,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(860,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(861,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(862,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(863,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(864,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(865,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(866,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(867,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(868,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(869,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(870,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(871,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(872,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(873,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(874,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(875,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(876,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(877,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(878,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(879,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(880,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(881,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(882,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(883,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(884,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(885,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(886,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(887,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(888,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(889,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(890,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(891,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(892,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(893,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(894,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(895,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(896,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(897,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(898,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(899,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(900,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(901,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(902,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(903,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(904,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(905,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(906,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(907,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(908,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(909,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(910,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(911,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(912,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(913,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(914,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(915,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(916,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(917,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(918,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(919,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(920,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(921,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(922,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(923,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(924,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(925,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(926,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(927,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(928,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(929,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(930,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(931,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(932,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(933,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(934,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(935,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(936,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(937,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(938,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(939,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(940,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(941,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(942,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(943,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(944,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(945,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(946,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(947,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(948,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(949,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(950,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(951,'wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css'),(952,'wp-content/plugins/wordfence/css/diff.1623076348.css'),(953,'wp-content/plugins/wordfence/css/dt_table.1623076348.css'),(954,'wp-content/plugins/wordfence/css/fullLog.1623076348.css'),(955,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(956,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(957,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(958,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(959,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(960,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(961,'wp-content/plugins/wordfence/css/iptraf.1623076348.css'),(962,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css'),(963,'wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css'),(964,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css'),(965,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css'),(966,'wp-content/plugins/wordfence/css/main.1623076348.css'),(967,'wp-content/plugins/wordfence/css/phpinfo.1623076348.css'),(968,'wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css'),(969,'wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css'),(970,'wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css'),(971,'wp-content/plugins/wordfence/css/wf-global.1623076348.css'),(972,'wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css'),(973,'wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css'),(974,'wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css'),(975,'wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css'),(976,'wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css'),(977,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(978,'wp-content/plugins/wordfence/images/2fa1.svg'),(979,'wp-content/plugins/wordfence/images/2fa2.svg'),(980,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(981,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(982,'wp-content/plugins/wordfence/images/blocking.svg'),(983,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(984,'wp-content/plugins/wordfence/images/checkbox.png'),(985,'wp-content/plugins/wordfence/images/flags.png'),(986,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(987,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(988,'wp-content/plugins/wordfence/images/help.png'),(989,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(990,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(991,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(992,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(993,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(994,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(995,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(996,'wp-content/plugins/wordfence/images/icons/email_go.png'),(997,'wp-content/plugins/wordfence/images/icons/error128.png'),(998,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(999,'wp-content/plugins/wordfence/images/icons/tick128.png'),(1000,'wp-content/plugins/wordfence/images/icons/warning128.png'),(1001,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(1002,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(1003,'wp-content/plugins/wordfence/images/loading.gif'),(1004,'wp-content/plugins/wordfence/images/loading_background.png'),(1005,'wp-content/plugins/wordfence/images/loading_large.gif'),(1006,'wp-content/plugins/wordfence/images/logo.png'),(1007,'wp-content/plugins/wordfence/images/options.svg'),(1008,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(1009,'wp-content/plugins/wordfence/images/sort_asc.gif'),(1010,'wp-content/plugins/wordfence/images/sort_asc.png'),(1011,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(1012,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(1013,'wp-content/plugins/wordfence/images/sort_both.gif'),(1014,'wp-content/plugins/wordfence/images/sort_both.png'),(1015,'wp-content/plugins/wordfence/images/sort_desc.gif'),(1016,'wp-content/plugins/wordfence/images/sort_desc.png'),(1017,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(1018,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(1019,'wp-content/plugins/wordfence/images/support.svg'),(1020,'wp-content/plugins/wordfence/images/tools.svg'),(1021,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(1022,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(1023,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(1024,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(1025,'wp-content/plugins/wordfence/index.php'),(1026,'wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js'),(1027,'wp-content/plugins/wordfence/js/admin.1623076348.js'),(1028,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js'),(1029,'wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js'),(1030,'wp-content/plugins/wordfence/js/date.1623076348.js'),(1031,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js'),(1032,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js'),(1033,'wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js'),(1034,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js'),(1035,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js'),(1036,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js'),(1037,'wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js'),(1038,'wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js'),(1039,'wp-content/plugins/wordfence/js/wfdashboard.1623076348.js'),(1040,'wp-content/plugins/wordfence/js/wfdropdown.1623076348.js'),(1041,'wp-content/plugins/wordfence/js/wfglobal.1623076348.js'),(1042,'wp-content/plugins/wordfence/js/wfi18n.1623076348.js'),(1043,'wp-content/plugins/wordfence/js/wfpopover.1623076348.js'),(1044,'wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js'),(1045,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(1046,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(1047,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(1048,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(1049,'wp-content/plugins/wordfence/lib/Diff.php'),(1050,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(1051,'wp-content/plugins/wordfence/lib/IPTraf.php'),(1052,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(1053,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(1054,'wp-content/plugins/wordfence/lib/compat.php'),(1055,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(1056,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(1057,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(1058,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(1059,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(1060,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(1061,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(1062,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(1063,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(1064,'wp-content/plugins/wordfence/lib/diffResult.php'),(1065,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(1066,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(1067,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(1068,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(1069,'wp-content/plugins/wordfence/lib/flags.php'),(1070,'wp-content/plugins/wordfence/lib/live_activity.php'),(1071,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(1072,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(1073,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(1074,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(1075,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(1076,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(1077,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(1078,'wp-content/plugins/wordfence/lib/menu_options.php'),(1079,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(1080,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(1081,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(1082,'wp-content/plugins/wordfence/lib/menu_support.php'),(1083,'wp-content/plugins/wordfence/lib/menu_tools.php'),(1084,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(1085,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(1086,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(1087,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(1088,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(1089,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(1090,'wp-content/plugins/wordfence/lib/noc1.key'),(1091,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(1092,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(1093,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(1094,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(1095,'wp-content/plugins/wordfence/lib/sysinfo.php'),(1096,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(1097,'wp-content/plugins/wordfence/lib/wf503.php'),(1098,'wp-content/plugins/wordfence/lib/wfAPI.php'),(1099,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(1100,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(1101,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(1102,'wp-content/plugins/wordfence/lib/wfArray.php'),(1103,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(1104,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(1105,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(1106,'wp-content/plugins/wordfence/lib/wfCache.php'),(1107,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(1108,'wp-content/plugins/wordfence/lib/wfConfig.php'),(1109,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(1110,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(1111,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(1112,'wp-content/plugins/wordfence/lib/wfDB.php'),(1113,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(1114,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(1115,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(1116,'wp-content/plugins/wordfence/lib/wfDict.php'),(1117,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(1118,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(1119,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(1120,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(1121,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(1122,'wp-content/plugins/wordfence/lib/wfIssues.php'),(1123,'wp-content/plugins/wordfence/lib/wfJWT.php'),(1124,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(1125,'wp-content/plugins/wordfence/lib/wfLog.php'),(1126,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(1127,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(1128,'wp-content/plugins/wordfence/lib/wfNotification.php'),(1129,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(1130,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(1131,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(1132,'wp-content/plugins/wordfence/lib/wfScan.php'),(1133,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(1134,'wp-content/plugins/wordfence/lib/wfSchema.php'),(1135,'wp-content/plugins/wordfence/lib/wfStyle.php'),(1136,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(1137,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(1138,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(1139,'wp-content/plugins/wordfence/lib/wfUtils.php'),(1140,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(1141,'wp-content/plugins/wordfence/lib/wfView.php'),(1142,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(1143,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(1144,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(1145,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(1146,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(1147,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(1148,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(1149,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(1150,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(1151,'wp-content/plugins/wordfence/models/common/wfTab.php'),(1152,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(1153,'wp-content/plugins/wordfence/models/page/wfPage.php'),(1154,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(1155,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(1156,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(1157,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(1158,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(1159,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(1160,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(1161,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(1162,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(1163,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(1164,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(1165,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(1166,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(1167,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(1168,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(1169,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(1170,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(1171,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(1172,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(1173,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(1174,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(1175,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(1176,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(1177,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(1178,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(1179,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(1180,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(1181,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(1182,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(1183,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(1184,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(1185,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(1186,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css'),(1187,'wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css'),(1188,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css'),(1189,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css'),(1190,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css'),(1191,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css'),(1192,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css'),(1193,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css'),(1194,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css'),(1195,'wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css'),(1196,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(1197,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(1198,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(1199,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(1200,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(1201,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(1202,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(1203,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(1204,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(1205,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(1206,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(1207,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js'),(1208,'wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js'),(1209,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js'),(1210,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js'),(1211,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js'),(1212,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js'),(1213,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js'),(1214,'wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js'),(1215,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(1216,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(1217,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(1218,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(1219,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(1220,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(1221,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(1222,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(1223,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(1224,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(1225,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(1226,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(1227,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(1228,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(1229,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(1230,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(1231,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(1232,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(1233,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(1234,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(1235,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(1236,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(1237,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(1238,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(1239,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(1240,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(1241,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(1242,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(1243,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(1244,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(1245,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(1246,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(1247,'wp-content/plugins/wordfence/readme.txt'),(1248,'wp-content/plugins/wordfence/vendor/autoload.php'),(1249,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(1250,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(1251,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(1252,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(1253,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(1254,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(1255,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(1256,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(1257,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(1258,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(1259,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(1260,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(1261,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(1262,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(1263,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(1264,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(1265,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(1266,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(1267,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(1268,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(1269,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(1270,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(1271,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(1272,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(1273,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(1274,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(1275,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(1276,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(1277,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(1278,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(1279,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(1280,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(1281,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(1282,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(1283,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(1284,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(1285,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(1286,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(1287,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(1288,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(1289,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(1290,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(1291,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(1292,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(1293,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(1294,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(1295,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(1296,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(1297,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(1298,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(1299,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(1300,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(1301,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(1302,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(1303,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(1304,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(1305,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(1306,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(1307,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(1308,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(1309,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(1310,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(1311,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(1312,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(1313,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(1314,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(1315,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(1316,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(1317,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(1318,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(1319,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(1320,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(1321,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(1322,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(1323,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(1324,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(1325,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(1326,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(1327,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(1328,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(1329,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(1330,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(1331,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(1332,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(1333,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(1334,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(1335,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(1336,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(1337,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(1338,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(1339,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(1340,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(1341,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(1342,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(1343,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(1344,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(1345,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(1346,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(1347,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(1348,'wp-content/plugins/wordfence/views/common/license.php'),(1349,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(1350,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(1351,'wp-content/plugins/wordfence/views/common/page-help.php'),(1352,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(1353,'wp-content/plugins/wordfence/views/common/page-title.php'),(1354,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(1355,'wp-content/plugins/wordfence/views/common/section-title.php'),(1356,'wp-content/plugins/wordfence/views/common/status-circular.php'),(1357,'wp-content/plugins/wordfence/views/common/status-critical.php'),(1358,'wp-content/plugins/wordfence/views/common/status-detail.php'),(1359,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(1360,'wp-content/plugins/wordfence/views/common/status-warning.php'),(1361,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(1362,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(1363,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(1364,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(1365,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(1366,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(1367,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(1368,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(1369,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(1370,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(1371,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(1372,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(1373,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(1374,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(1375,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(1376,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(1377,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(1378,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(1379,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(1380,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(1381,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(1382,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(1383,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(1384,'wp-content/plugins/wordfence/views/options/block-controls.php'),(1385,'wp-content/plugins/wordfence/views/options/option-label.php'),(1386,'wp-content/plugins/wordfence/views/options/option-select.php'),(1387,'wp-content/plugins/wordfence/views/options/option-switch.php'),(1388,'wp-content/plugins/wordfence/views/options/option-text.php'),(1389,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(1390,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(1391,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(1392,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(1393,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(1394,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(1395,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(1396,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(1397,'wp-content/plugins/wordfence/views/options/option-token.php'),(1398,'wp-content/plugins/wordfence/views/options/options-title.php'),(1399,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(1400,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(1401,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(1402,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(1403,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(1404,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(1405,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(1406,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(1407,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(1408,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(1409,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(1410,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(1411,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(1412,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(1413,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(1414,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(1415,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(1416,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(1417,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(1418,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(1419,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(1420,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(1421,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(1422,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(1423,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(1424,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(1425,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(1426,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(1427,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(1428,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(1429,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(1430,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(1431,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(1432,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(1433,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(1434,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(1435,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(1436,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(1437,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(1438,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(1439,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(1440,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(1441,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(1442,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(1443,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(1444,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(1445,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(1446,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(1447,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(1448,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(1449,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(1450,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(1451,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(1452,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(1453,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(1454,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(1455,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(1456,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(1457,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(1458,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(1459,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(1460,'wp-content/plugins/wordfence/views/tours/login-security.php'),(1461,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(1462,'wp-content/plugins/wordfence/views/waf/debug.php'),(1463,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(1464,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(1465,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(1466,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(1467,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(1468,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(1469,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(1470,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(1471,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(1472,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(1473,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(1474,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(1475,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(1476,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(1477,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(1478,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(1479,'wp-content/plugins/wordfence/waf/bootstrap.php'),(1480,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(1481,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(1482,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(1483,'wp-content/plugins/wordfence/waf/pomo/po.php'),(1484,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(1485,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(1486,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(1487,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(1488,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(1489,'wp-content/plugins/wordfence/wordfence.php'),(1490,'wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php'),(1491,'wp-content/plugins/wp-cerber/admin/cerber-admin.php'),(1492,'wp-content/plugins/wp-cerber/admin/cerber-dashboard.php'),(1493,'wp-content/plugins/wp-cerber/admin/cerber-tools.php'),(1494,'wp-content/plugins/wp-cerber/admin/cerber-users.php'),(1495,'wp-content/plugins/wp-cerber/assets/admin.css'),(1496,'wp-content/plugins/wp-cerber/assets/admin.js'),(1497,'wp-content/plugins/wp-cerber/assets/ajax-loader.gif'),(1498,'wp-content/plugins/wp-cerber/assets/bgwidget.png'),(1499,'wp-content/plugins/wp-cerber/assets/bn2ra.png'),(1500,'wp-content/plugins/wp-cerber/assets/bn3ra.png'),(1501,'wp-content/plugins/wp-cerber/assets/bn4ra.png'),(1502,'wp-content/plugins/wp-cerber/assets/bn5ra.png'),(1503,'wp-content/plugins/wp-cerber/assets/crb-logo-vn.png'),(1504,'wp-content/plugins/wp-cerber/assets/fb2b.png'),(1505,'wp-content/plugins/wp-cerber/assets/flags/ad.gif'),(1506,'wp-content/plugins/wp-cerber/assets/flags/ae.gif'),(1507,'wp-content/plugins/wp-cerber/assets/flags/af.gif'),(1508,'wp-content/plugins/wp-cerber/assets/flags/ag.gif'),(1509,'wp-content/plugins/wp-cerber/assets/flags/ai.gif'),(1510,'wp-content/plugins/wp-cerber/assets/flags/al.gif'),(1511,'wp-content/plugins/wp-cerber/assets/flags/am.gif'),(1512,'wp-content/plugins/wp-cerber/assets/flags/an.gif'),(1513,'wp-content/plugins/wp-cerber/assets/flags/ao.gif'),(1514,'wp-content/plugins/wp-cerber/assets/flags/aq.gif'),(1515,'wp-content/plugins/wp-cerber/assets/flags/ar.gif'),(1516,'wp-content/plugins/wp-cerber/assets/flags/as.gif'),(1517,'wp-content/plugins/wp-cerber/assets/flags/at.gif'),(1518,'wp-content/plugins/wp-cerber/assets/flags/au.gif'),(1519,'wp-content/plugins/wp-cerber/assets/flags/aw.gif'),(1520,'wp-content/plugins/wp-cerber/assets/flags/ax.gif'),(1521,'wp-content/plugins/wp-cerber/assets/flags/az.gif'),(1522,'wp-content/plugins/wp-cerber/assets/flags/ba.gif'),(1523,'wp-content/plugins/wp-cerber/assets/flags/bb.gif'),(1524,'wp-content/plugins/wp-cerber/assets/flags/bd.gif'),(1525,'wp-content/plugins/wp-cerber/assets/flags/be.gif'),(1526,'wp-content/plugins/wp-cerber/assets/flags/bf.gif'),(1527,'wp-content/plugins/wp-cerber/assets/flags/bg.gif'),(1528,'wp-content/plugins/wp-cerber/assets/flags/bh.gif'),(1529,'wp-content/plugins/wp-cerber/assets/flags/bi.gif'),(1530,'wp-content/plugins/wp-cerber/assets/flags/bj.gif'),(1531,'wp-content/plugins/wp-cerber/assets/flags/bl.gif'),(1532,'wp-content/plugins/wp-cerber/assets/flags/bm.gif'),(1533,'wp-content/plugins/wp-cerber/assets/flags/bn.gif'),(1534,'wp-content/plugins/wp-cerber/assets/flags/bo.gif'),(1535,'wp-content/plugins/wp-cerber/assets/flags/bq.gif'),(1536,'wp-content/plugins/wp-cerber/assets/flags/br.gif'),(1537,'wp-content/plugins/wp-cerber/assets/flags/bs.gif'),(1538,'wp-content/plugins/wp-cerber/assets/flags/bt.gif'),(1539,'wp-content/plugins/wp-cerber/assets/flags/bv.gif'),(1540,'wp-content/plugins/wp-cerber/assets/flags/bw.gif'),(1541,'wp-content/plugins/wp-cerber/assets/flags/by.gif'),(1542,'wp-content/plugins/wp-cerber/assets/flags/bz.gif'),(1543,'wp-content/plugins/wp-cerber/assets/flags/ca.gif'),(1544,'wp-content/plugins/wp-cerber/assets/flags/cc.gif'),(1545,'wp-content/plugins/wp-cerber/assets/flags/cd.gif'),(1546,'wp-content/plugins/wp-cerber/assets/flags/cf.gif'),(1547,'wp-content/plugins/wp-cerber/assets/flags/cg.gif'),(1548,'wp-content/plugins/wp-cerber/assets/flags/ch.gif'),(1549,'wp-content/plugins/wp-cerber/assets/flags/ci.gif'),(1550,'wp-content/plugins/wp-cerber/assets/flags/ck.gif'),(1551,'wp-content/plugins/wp-cerber/assets/flags/cl.gif'),(1552,'wp-content/plugins/wp-cerber/assets/flags/cm.gif'),(1553,'wp-content/plugins/wp-cerber/assets/flags/cn.gif'),(1554,'wp-content/plugins/wp-cerber/assets/flags/co.gif'),(1555,'wp-content/plugins/wp-cerber/assets/flags/cr.gif'),(1556,'wp-content/plugins/wp-cerber/assets/flags/cs.gif'),(1557,'wp-content/plugins/wp-cerber/assets/flags/cu.gif'),(1558,'wp-content/plugins/wp-cerber/assets/flags/cv.gif'),(1559,'wp-content/plugins/wp-cerber/assets/flags/cw.gif'),(1560,'wp-content/plugins/wp-cerber/assets/flags/cx.gif'),(1561,'wp-content/plugins/wp-cerber/assets/flags/cy.gif'),(1562,'wp-content/plugins/wp-cerber/assets/flags/cz.gif'),(1563,'wp-content/plugins/wp-cerber/assets/flags/de.gif'),(1564,'wp-content/plugins/wp-cerber/assets/flags/dj.gif'),(1565,'wp-content/plugins/wp-cerber/assets/flags/dk.gif'),(1566,'wp-content/plugins/wp-cerber/assets/flags/dm.gif'),(1567,'wp-content/plugins/wp-cerber/assets/flags/do.gif'),(1568,'wp-content/plugins/wp-cerber/assets/flags/dz.gif'),(1569,'wp-content/plugins/wp-cerber/assets/flags/ec.gif'),(1570,'wp-content/plugins/wp-cerber/assets/flags/ee.gif'),(1571,'wp-content/plugins/wp-cerber/assets/flags/eg.gif'),(1572,'wp-content/plugins/wp-cerber/assets/flags/eh.gif'),(1573,'wp-content/plugins/wp-cerber/assets/flags/er.gif'),(1574,'wp-content/plugins/wp-cerber/assets/flags/es.gif'),(1575,'wp-content/plugins/wp-cerber/assets/flags/et.gif'),(1576,'wp-content/plugins/wp-cerber/assets/flags/eu.gif'),(1577,'wp-content/plugins/wp-cerber/assets/flags/ez.gif'),(1578,'wp-content/plugins/wp-cerber/assets/flags/fi.gif'),(1579,'wp-content/plugins/wp-cerber/assets/flags/fj.gif'),(1580,'wp-content/plugins/wp-cerber/assets/flags/fk.gif'),(1581,'wp-content/plugins/wp-cerber/assets/flags/fm.gif'),(1582,'wp-content/plugins/wp-cerber/assets/flags/fo.gif'),(1583,'wp-content/plugins/wp-cerber/assets/flags/fr.gif'),(1584,'wp-content/plugins/wp-cerber/assets/flags/ga.gif'),(1585,'wp-content/plugins/wp-cerber/assets/flags/gb.gif'),(1586,'wp-content/plugins/wp-cerber/assets/flags/gd.gif'),(1587,'wp-content/plugins/wp-cerber/assets/flags/ge.gif'),(1588,'wp-content/plugins/wp-cerber/assets/flags/gf.gif'),(1589,'wp-content/plugins/wp-cerber/assets/flags/gg.gif'),(1590,'wp-content/plugins/wp-cerber/assets/flags/gh.gif'),(1591,'wp-content/plugins/wp-cerber/assets/flags/gi.gif'),(1592,'wp-content/plugins/wp-cerber/assets/flags/gl.gif'),(1593,'wp-content/plugins/wp-cerber/assets/flags/gm.gif'),(1594,'wp-content/plugins/wp-cerber/assets/flags/gn.gif'),(1595,'wp-content/plugins/wp-cerber/assets/flags/gp.gif'),(1596,'wp-content/plugins/wp-cerber/assets/flags/gq.gif'),(1597,'wp-content/plugins/wp-cerber/assets/flags/gr.gif'),(1598,'wp-content/plugins/wp-cerber/assets/flags/gs.gif'),(1599,'wp-content/plugins/wp-cerber/assets/flags/gt.gif'),(1600,'wp-content/plugins/wp-cerber/assets/flags/gu.gif'),(1601,'wp-content/plugins/wp-cerber/assets/flags/gw.gif'),(1602,'wp-content/plugins/wp-cerber/assets/flags/gy.gif'),(1603,'wp-content/plugins/wp-cerber/assets/flags/hk.gif'),(1604,'wp-content/plugins/wp-cerber/assets/flags/hm.gif'),(1605,'wp-content/plugins/wp-cerber/assets/flags/hn.gif'),(1606,'wp-content/plugins/wp-cerber/assets/flags/hr.gif'),(1607,'wp-content/plugins/wp-cerber/assets/flags/ht.gif'),(1608,'wp-content/plugins/wp-cerber/assets/flags/hu.gif'),(1609,'wp-content/plugins/wp-cerber/assets/flags/id.gif'),(1610,'wp-content/plugins/wp-cerber/assets/flags/ie.gif'),(1611,'wp-content/plugins/wp-cerber/assets/flags/il.gif'),(1612,'wp-content/plugins/wp-cerber/assets/flags/im.gif'),(1613,'wp-content/plugins/wp-cerber/assets/flags/in.gif'),(1614,'wp-content/plugins/wp-cerber/assets/flags/io.gif'),(1615,'wp-content/plugins/wp-cerber/assets/flags/iq.gif'),(1616,'wp-content/plugins/wp-cerber/assets/flags/ir.gif'),(1617,'wp-content/plugins/wp-cerber/assets/flags/is.gif'),(1618,'wp-content/plugins/wp-cerber/assets/flags/it.gif'),(1619,'wp-content/plugins/wp-cerber/assets/flags/je.gif'),(1620,'wp-content/plugins/wp-cerber/assets/flags/jm.gif'),(1621,'wp-content/plugins/wp-cerber/assets/flags/jo.gif'),(1622,'wp-content/plugins/wp-cerber/assets/flags/jp.gif'),(1623,'wp-content/plugins/wp-cerber/assets/flags/ke.gif'),(1624,'wp-content/plugins/wp-cerber/assets/flags/kg.gif'),(1625,'wp-content/plugins/wp-cerber/assets/flags/kh.gif'),(1626,'wp-content/plugins/wp-cerber/assets/flags/ki.gif'),(1627,'wp-content/plugins/wp-cerber/assets/flags/km.gif'),(1628,'wp-content/plugins/wp-cerber/assets/flags/kn.gif'),(1629,'wp-content/plugins/wp-cerber/assets/flags/kp.gif'),(1630,'wp-content/plugins/wp-cerber/assets/flags/kr.gif'),(1631,'wp-content/plugins/wp-cerber/assets/flags/kw.gif'),(1632,'wp-content/plugins/wp-cerber/assets/flags/ky.gif'),(1633,'wp-content/plugins/wp-cerber/assets/flags/kz.gif'),(1634,'wp-content/plugins/wp-cerber/assets/flags/la.gif'),(1635,'wp-content/plugins/wp-cerber/assets/flags/lb.gif'),(1636,'wp-content/plugins/wp-cerber/assets/flags/lc.gif'),(1637,'wp-content/plugins/wp-cerber/assets/flags/li.gif'),(1638,'wp-content/plugins/wp-cerber/assets/flags/lk.gif'),(1639,'wp-content/plugins/wp-cerber/assets/flags/lr.gif'),(1640,'wp-content/plugins/wp-cerber/assets/flags/ls.gif'),(1641,'wp-content/plugins/wp-cerber/assets/flags/lt.gif'),(1642,'wp-content/plugins/wp-cerber/assets/flags/lu.gif'),(1643,'wp-content/plugins/wp-cerber/assets/flags/lv.gif'),(1644,'wp-content/plugins/wp-cerber/assets/flags/ly.gif'),(1645,'wp-content/plugins/wp-cerber/assets/flags/ma.gif'),(1646,'wp-content/plugins/wp-cerber/assets/flags/mc.gif'),(1647,'wp-content/plugins/wp-cerber/assets/flags/md.gif'),(1648,'wp-content/plugins/wp-cerber/assets/flags/me.gif'),(1649,'wp-content/plugins/wp-cerber/assets/flags/mf.gif'),(1650,'wp-content/plugins/wp-cerber/assets/flags/mg.gif'),(1651,'wp-content/plugins/wp-cerber/assets/flags/mh.gif'),(1652,'wp-content/plugins/wp-cerber/assets/flags/mk.gif'),(1653,'wp-content/plugins/wp-cerber/assets/flags/ml.gif'),(1654,'wp-content/plugins/wp-cerber/assets/flags/mm.gif'),(1655,'wp-content/plugins/wp-cerber/assets/flags/mn.gif'),(1656,'wp-content/plugins/wp-cerber/assets/flags/mo.gif'),(1657,'wp-content/plugins/wp-cerber/assets/flags/mp.gif'),(1658,'wp-content/plugins/wp-cerber/assets/flags/mq.gif'),(1659,'wp-content/plugins/wp-cerber/assets/flags/mr.gif'),(1660,'wp-content/plugins/wp-cerber/assets/flags/ms.gif'),(1661,'wp-content/plugins/wp-cerber/assets/flags/mt.gif'),(1662,'wp-content/plugins/wp-cerber/assets/flags/mu.gif'),(1663,'wp-content/plugins/wp-cerber/assets/flags/mv.gif'),(1664,'wp-content/plugins/wp-cerber/assets/flags/mw.gif'),(1665,'wp-content/plugins/wp-cerber/assets/flags/mx.gif'),(1666,'wp-content/plugins/wp-cerber/assets/flags/my.gif'),(1667,'wp-content/plugins/wp-cerber/assets/flags/mz.gif'),(1668,'wp-content/plugins/wp-cerber/assets/flags/na.gif'),(1669,'wp-content/plugins/wp-cerber/assets/flags/nc.gif'),(1670,'wp-content/plugins/wp-cerber/assets/flags/ne.gif'),(1671,'wp-content/plugins/wp-cerber/assets/flags/nf.gif'),(1672,'wp-content/plugins/wp-cerber/assets/flags/ng.gif'),(1673,'wp-content/plugins/wp-cerber/assets/flags/ni.gif'),(1674,'wp-content/plugins/wp-cerber/assets/flags/nl.gif'),(1675,'wp-content/plugins/wp-cerber/assets/flags/no.gif'),(1676,'wp-content/plugins/wp-cerber/assets/flags/np.gif'),(1677,'wp-content/plugins/wp-cerber/assets/flags/nr.gif'),(1678,'wp-content/plugins/wp-cerber/assets/flags/nu.gif'),(1679,'wp-content/plugins/wp-cerber/assets/flags/nz.gif'),(1680,'wp-content/plugins/wp-cerber/assets/flags/om.gif'),(1681,'wp-content/plugins/wp-cerber/assets/flags/pa.gif'),(1682,'wp-content/plugins/wp-cerber/assets/flags/pe.gif'),(1683,'wp-content/plugins/wp-cerber/assets/flags/pf.gif'),(1684,'wp-content/plugins/wp-cerber/assets/flags/pg.gif'),(1685,'wp-content/plugins/wp-cerber/assets/flags/ph.gif'),(1686,'wp-content/plugins/wp-cerber/assets/flags/pk.gif'),(1687,'wp-content/plugins/wp-cerber/assets/flags/pl.gif'),(1688,'wp-content/plugins/wp-cerber/assets/flags/pm.gif'),(1689,'wp-content/plugins/wp-cerber/assets/flags/pn.gif'),(1690,'wp-content/plugins/wp-cerber/assets/flags/pr.gif'),(1691,'wp-content/plugins/wp-cerber/assets/flags/ps.gif'),(1692,'wp-content/plugins/wp-cerber/assets/flags/pt.gif'),(1693,'wp-content/plugins/wp-cerber/assets/flags/pw.gif'),(1694,'wp-content/plugins/wp-cerber/assets/flags/py.gif'),(1695,'wp-content/plugins/wp-cerber/assets/flags/qa.gif'),(1696,'wp-content/plugins/wp-cerber/assets/flags/re.gif'),(1697,'wp-content/plugins/wp-cerber/assets/flags/ro.gif'),(1698,'wp-content/plugins/wp-cerber/assets/flags/rs.gif'),(1699,'wp-content/plugins/wp-cerber/assets/flags/ru.gif'),(1700,'wp-content/plugins/wp-cerber/assets/flags/rw.gif'),(1701,'wp-content/plugins/wp-cerber/assets/flags/sa.gif'),(1702,'wp-content/plugins/wp-cerber/assets/flags/sb.gif'),(1703,'wp-content/plugins/wp-cerber/assets/flags/sc.gif'),(1704,'wp-content/plugins/wp-cerber/assets/flags/sd.gif'),(1705,'wp-content/plugins/wp-cerber/assets/flags/se.gif'),(1706,'wp-content/plugins/wp-cerber/assets/flags/sg.gif'),(1707,'wp-content/plugins/wp-cerber/assets/flags/sh.gif'),(1708,'wp-content/plugins/wp-cerber/assets/flags/si.gif'),(1709,'wp-content/plugins/wp-cerber/assets/flags/sj.gif'),(1710,'wp-content/plugins/wp-cerber/assets/flags/sk.gif'),(1711,'wp-content/plugins/wp-cerber/assets/flags/sl.gif'),(1712,'wp-content/plugins/wp-cerber/assets/flags/sm.gif'),(1713,'wp-content/plugins/wp-cerber/assets/flags/sn.gif'),(1714,'wp-content/plugins/wp-cerber/assets/flags/so.gif'),(1715,'wp-content/plugins/wp-cerber/assets/flags/sr.gif'),(1716,'wp-content/plugins/wp-cerber/assets/flags/ss.gif'),(1717,'wp-content/plugins/wp-cerber/assets/flags/st.gif'),(1718,'wp-content/plugins/wp-cerber/assets/flags/sv.gif'),(1719,'wp-content/plugins/wp-cerber/assets/flags/sx.gif'),(1720,'wp-content/plugins/wp-cerber/assets/flags/sy.gif'),(1721,'wp-content/plugins/wp-cerber/assets/flags/sz.gif'),(1722,'wp-content/plugins/wp-cerber/assets/flags/tc.gif'),(1723,'wp-content/plugins/wp-cerber/assets/flags/td.gif'),(1724,'wp-content/plugins/wp-cerber/assets/flags/tf.gif'),(1725,'wp-content/plugins/wp-cerber/assets/flags/tg.gif'),(1726,'wp-content/plugins/wp-cerber/assets/flags/th.gif'),(1727,'wp-content/plugins/wp-cerber/assets/flags/tj.gif'),(1728,'wp-content/plugins/wp-cerber/assets/flags/tk.gif'),(1729,'wp-content/plugins/wp-cerber/assets/flags/tl.gif'),(1730,'wp-content/plugins/wp-cerber/assets/flags/tm.gif'),(1731,'wp-content/plugins/wp-cerber/assets/flags/tn.gif'),(1732,'wp-content/plugins/wp-cerber/assets/flags/to.gif'),(1733,'wp-content/plugins/wp-cerber/assets/flags/tr.gif'),(1734,'wp-content/plugins/wp-cerber/assets/flags/tt.gif'),(1735,'wp-content/plugins/wp-cerber/assets/flags/tv.gif'),(1736,'wp-content/plugins/wp-cerber/assets/flags/tw.gif'),(1737,'wp-content/plugins/wp-cerber/assets/flags/tz.gif'),(1738,'wp-content/plugins/wp-cerber/assets/flags/ua.gif'),(1739,'wp-content/plugins/wp-cerber/assets/flags/ug.gif'),(1740,'wp-content/plugins/wp-cerber/assets/flags/um.gif'),(1741,'wp-content/plugins/wp-cerber/assets/flags/us.gif'),(1742,'wp-content/plugins/wp-cerber/assets/flags/uy.gif'),(1743,'wp-content/plugins/wp-cerber/assets/flags/uz.gif'),(1744,'wp-content/plugins/wp-cerber/assets/flags/va.gif'),(1745,'wp-content/plugins/wp-cerber/assets/flags/vc.gif'),(1746,'wp-content/plugins/wp-cerber/assets/flags/ve.gif'),(1747,'wp-content/plugins/wp-cerber/assets/flags/vg.gif'),(1748,'wp-content/plugins/wp-cerber/assets/flags/vi.gif'),(1749,'wp-content/plugins/wp-cerber/assets/flags/vn.gif'),(1750,'wp-content/plugins/wp-cerber/assets/flags/vu.gif'),(1751,'wp-content/plugins/wp-cerber/assets/flags/wf.gif'),(1752,'wp-content/plugins/wp-cerber/assets/flags/ws.gif'),(1753,'wp-content/plugins/wp-cerber/assets/flags/ye.gif'),(1754,'wp-content/plugins/wp-cerber/assets/flags/yt.gif'),(1755,'wp-content/plugins/wp-cerber/assets/flags/za.gif'),(1756,'wp-content/plugins/wp-cerber/assets/flags/zm.gif'),(1757,'wp-content/plugins/wp-cerber/assets/flags/zw.gif'),(1758,'wp-content/plugins/wp-cerber/assets/goo-translate.png'),(1759,'wp-content/plugins/wp-cerber/assets/icons/style.css'),(1760,'wp-content/plugins/wp-cerber/assets/inspector.png'),(1761,'wp-content/plugins/wp-cerber/assets/magnific/LICENSE'),(1762,'wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js'),(1763,'wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css'),(1764,'wp-content/plugins/wp-cerber/assets/multi/license.txt'),(1765,'wp-content/plugins/wp-cerber/assets/multi/multi.css'),(1766,'wp-content/plugins/wp-cerber/assets/multi/multi.js'),(1767,'wp-content/plugins/wp-cerber/assets/multi/multi.min.js'),(1768,'wp-content/plugins/wp-cerber/assets/nexus.css'),(1769,'wp-content/plugins/wp-cerber/assets/rateit.png'),(1770,'wp-content/plugins/wp-cerber/assets/rateit2.png'),(1771,'wp-content/plugins/wp-cerber/assets/scanner.js'),(1772,'wp-content/plugins/wp-cerber/assets/select2/LICENSE.md'),(1773,'wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css'),(1774,'wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js'),(1775,'wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js'),(1776,'wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js'),(1777,'wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css'),(1778,'wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css'),(1779,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css'),(1780,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js'),(1781,'wp-content/plugins/wp-cerber/assets/ui-stack.css'),(1782,'wp-content/plugins/wp-cerber/assets/ui-stack.js'),(1783,'wp-content/plugins/wp-cerber/assets/wp-admin.js'),(1784,'wp-content/plugins/wp-cerber/assets/wrench.png'),(1785,'wp-content/plugins/wp-cerber/cerber-2fa.php'),(1786,'wp-content/plugins/wp-cerber/cerber-addons.php'),(1787,'wp-content/plugins/wp-cerber/cerber-common.php'),(1788,'wp-content/plugins/wp-cerber/cerber-ds.php'),(1789,'wp-content/plugins/wp-cerber/cerber-lab.php'),(1790,'wp-content/plugins/wp-cerber/cerber-load.php'),(1791,'wp-content/plugins/wp-cerber/cerber-maintenance.php'),(1792,'wp-content/plugins/wp-cerber/cerber-pluggable.php'),(1793,'wp-content/plugins/wp-cerber/cerber-request.php'),(1794,'wp-content/plugins/wp-cerber/cerber-ripe.php'),(1795,'wp-content/plugins/wp-cerber/cerber-scanner.php'),(1796,'wp-content/plugins/wp-cerber/cerber-settings.php'),(1797,'wp-content/plugins/wp-cerber/cerber-whois.php'),(1798,'wp-content/plugins/wp-cerber/changelog.txt'),(1799,'wp-content/plugins/wp-cerber/index.php'),(1800,'wp-content/plugins/wp-cerber/jetflow.php'),(1801,'wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php'),(1802,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php'),(1803,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php'),(1804,'wp-content/plugins/wp-cerber/nexus/cerber-nexus.php'),(1805,'wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php'),(1806,'wp-content/plugins/wp-cerber/readme.txt'),(1807,'wp-content/plugins/wp-cerber/wp-cerber.php'),(1808,'wp-content/themes/twentynineteen/404.php'),(1809,'wp-content/themes/twentynineteen/archive.php'),(1810,'wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(1811,'wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(1812,'wp-content/themes/twentynineteen/comments.php'),(1813,'wp-content/themes/twentynineteen/footer.php'),(1814,'wp-content/themes/twentynineteen/functions.php'),(1815,'wp-content/themes/twentynineteen/header.php'),(1816,'wp-content/themes/twentynineteen/image.php'),(1817,'wp-content/themes/twentynineteen/images/pattern_01.jpg'),(1818,'wp-content/themes/twentynineteen/images/pattern_02.jpg'),(1819,'wp-content/themes/twentynineteen/images/pattern_03.jpg'),(1820,'wp-content/themes/twentynineteen/images/pattern_04.jpg'),(1821,'wp-content/themes/twentynineteen/inc/back-compat.php'),(1822,'wp-content/themes/twentynineteen/inc/block-patterns.php'),(1823,'wp-content/themes/twentynineteen/inc/color-patterns.php'),(1824,'wp-content/themes/twentynineteen/inc/customizer.php'),(1825,'wp-content/themes/twentynineteen/inc/helper-functions.php'),(1826,'wp-content/themes/twentynineteen/inc/icon-functions.php'),(1827,'wp-content/themes/twentynineteen/inc/template-functions.php'),(1828,'wp-content/themes/twentynineteen/inc/template-tags.php'),(1829,'wp-content/themes/twentynineteen/index.php'),(1830,'wp-content/themes/twentynineteen/js/customize-controls.js'),(1831,'wp-content/themes/twentynineteen/js/customize-preview.js'),(1832,'wp-content/themes/twentynineteen/js/priority-menu.js'),(1833,'wp-content/themes/twentynineteen/js/skip-link-focus-fix.js'),(1834,'wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js'),(1835,'wp-content/themes/twentynineteen/package-lock.json'),(1836,'wp-content/themes/twentynineteen/package.json'),(1837,'wp-content/themes/twentynineteen/page.php'),(1838,'wp-content/themes/twentynineteen/postcss.config.js'),(1839,'wp-content/themes/twentynineteen/print.css'),(1840,'wp-content/themes/twentynineteen/print.scss'),(1841,'wp-content/themes/twentynineteen/readme.txt'),(1842,'wp-content/themes/twentynineteen/sass/_normalize.scss'),(1843,'wp-content/themes/twentynineteen/sass/blocks/_blocks.scss'),(1844,'wp-content/themes/twentynineteen/sass/elements/_elements.scss'),(1845,'wp-content/themes/twentynineteen/sass/elements/_lists.scss'),(1846,'wp-content/themes/twentynineteen/sass/elements/_tables.scss'),(1847,'wp-content/themes/twentynineteen/sass/forms/_buttons.scss'),(1848,'wp-content/themes/twentynineteen/sass/forms/_fields.scss'),(1849,'wp-content/themes/twentynineteen/sass/forms/_forms.scss'),(1850,'wp-content/themes/twentynineteen/sass/layout/_layout.scss'),(1851,'wp-content/themes/twentynineteen/sass/media/_captions.scss'),(1852,'wp-content/themes/twentynineteen/sass/media/_galleries.scss'),(1853,'wp-content/themes/twentynineteen/sass/media/_media.scss'),(1854,'wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss'),(1855,'wp-content/themes/twentynineteen/sass/mixins/_utilities.scss'),(1856,'wp-content/themes/twentynineteen/sass/modules/_accessibility.scss'),(1857,'wp-content/themes/twentynineteen/sass/modules/_alignments.scss'),(1858,'wp-content/themes/twentynineteen/sass/modules/_clearings.scss'),(1859,'wp-content/themes/twentynineteen/sass/navigation/_links.scss'),(1860,'wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss'),(1861,'wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss'),(1862,'wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss'),(1863,'wp-content/themes/twentynineteen/sass/navigation/_navigation.scss'),(1864,'wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss'),(1865,'wp-content/themes/twentynineteen/sass/site/_site.scss'),(1866,'wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss'),(1867,'wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss'),(1868,'wp-content/themes/twentynineteen/sass/site/header/_site-header.scss'),(1869,'wp-content/themes/twentynineteen/sass/site/primary/_archives.scss'),(1870,'wp-content/themes/twentynineteen/sass/site/primary/_comments.scss'),(1871,'wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss'),(1872,'wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss'),(1873,'wp-content/themes/twentynineteen/sass/typography/_copy.scss'),(1874,'wp-content/themes/twentynineteen/sass/typography/_headings.scss'),(1875,'wp-content/themes/twentynineteen/sass/typography/_typography.scss'),(1876,'wp-content/themes/twentynineteen/sass/variables-site/_colors.scss'),(1877,'wp-content/themes/twentynineteen/sass/variables-site/_columns.scss'),(1878,'wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss'),(1879,'wp-content/themes/twentynineteen/sass/variables-site/_structure.scss'),(1880,'wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss'),(1881,'wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss'),(1882,'wp-content/themes/twentynineteen/screenshot.png'),(1883,'wp-content/themes/twentynineteen/search.php'),(1884,'wp-content/themes/twentynineteen/single.php'),(1885,'wp-content/themes/twentynineteen/style-editor-customizer.css'),(1886,'wp-content/themes/twentynineteen/style-editor-customizer.scss'),(1887,'wp-content/themes/twentynineteen/style-editor.css'),(1888,'wp-content/themes/twentynineteen/style-editor.scss'),(1889,'wp-content/themes/twentynineteen/style-rtl.css'),(1890,'wp-content/themes/twentynineteen/style.css'),(1891,'wp-content/themes/twentynineteen/style.scss'),(1892,'wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php'),(1893,'wp-content/themes/twentynineteen/template-parts/content/content-none.php'),(1894,'wp-content/themes/twentynineteen/template-parts/content/content-page.php'),(1895,'wp-content/themes/twentynineteen/template-parts/content/content-single.php'),(1896,'wp-content/themes/twentynineteen/template-parts/content/content.php'),(1897,'wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php'),(1898,'wp-content/themes/twentynineteen/template-parts/header/entry-header.php'),(1899,'wp-content/themes/twentynineteen/template-parts/header/site-branding.php'),(1900,'wp-content/themes/twentynineteen/template-parts/post/author-bio.php'),(1901,'wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php'),(1902,'wp-content/themes/twentytwenty/.stylelintrc.json'),(1903,'wp-content/themes/twentytwenty/404.php'),(1904,'wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css'),(1905,'wp-content/themes/twentytwenty/assets/css/editor-style-block.css'),(1906,'wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css'),(1907,'wp-content/themes/twentytwenty/assets/css/editor-style-classic.css'),(1908,'wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png'),(1909,'wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png'),(1910,'wp-content/themes/twentytwenty/assets/images/2020-square-1.png'),(1911,'wp-content/themes/twentytwenty/assets/images/2020-square-2.png'),(1912,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png'),(1913,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png'),(1914,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png'),(1915,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png'),(1916,'wp-content/themes/twentytwenty/assets/js/color-calculations.js'),(1917,'wp-content/themes/twentytwenty/assets/js/customize-controls.js'),(1918,'wp-content/themes/twentytwenty/assets/js/customize-preview.js'),(1919,'wp-content/themes/twentytwenty/assets/js/customize.js'),(1920,'wp-content/themes/twentytwenty/assets/js/editor-script-block.js'),(1921,'wp-content/themes/twentytwenty/assets/js/index.js'),(1922,'wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js'),(1923,'wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php'),(1924,'wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php'),(1925,'wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php'),(1926,'wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php'),(1927,'wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php'),(1928,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php'),(1929,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php'),(1930,'wp-content/themes/twentytwenty/comments.php'),(1931,'wp-content/themes/twentytwenty/footer.php'),(1932,'wp-content/themes/twentytwenty/functions.php'),(1933,'wp-content/themes/twentytwenty/header.php'),(1934,'wp-content/themes/twentytwenty/inc/block-patterns.php'),(1935,'wp-content/themes/twentytwenty/inc/custom-css.php'),(1936,'wp-content/themes/twentytwenty/inc/starter-content.php'),(1937,'wp-content/themes/twentytwenty/inc/svg-icons.php'),(1938,'wp-content/themes/twentytwenty/inc/template-tags.php'),(1939,'wp-content/themes/twentytwenty/index.php'),(1940,'wp-content/themes/twentytwenty/package-lock.json'),(1941,'wp-content/themes/twentytwenty/package.json'),(1942,'wp-content/themes/twentytwenty/print.css'),(1943,'wp-content/themes/twentytwenty/readme.txt'),(1944,'wp-content/themes/twentytwenty/screenshot.png'),(1945,'wp-content/themes/twentytwenty/searchform.php'),(1946,'wp-content/themes/twentytwenty/singular.php'),(1947,'wp-content/themes/twentytwenty/style-rtl.css'),(1948,'wp-content/themes/twentytwenty/style.css'),(1949,'wp-content/themes/twentytwenty/template-parts/content-cover.php'),(1950,'wp-content/themes/twentytwenty/template-parts/content.php'),(1951,'wp-content/themes/twentytwenty/template-parts/entry-author-bio.php'),(1952,'wp-content/themes/twentytwenty/template-parts/entry-header.php'),(1953,'wp-content/themes/twentytwenty/template-parts/featured-image.php'),(1954,'wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php'),(1955,'wp-content/themes/twentytwenty/template-parts/modal-menu.php'),(1956,'wp-content/themes/twentytwenty/template-parts/modal-search.php'),(1957,'wp-content/themes/twentytwenty/template-parts/navigation.php'),(1958,'wp-content/themes/twentytwenty/template-parts/pagination.php'),(1959,'wp-content/themes/twentytwenty/templates/template-cover.php'),(1960,'wp-content/themes/twentytwenty/templates/template-full-width.php'),(1961,'wp-content/themes/twentytwentyone/.stylelintignore'),(1962,'wp-content/themes/twentytwentyone/.stylelintrc-css.json'),(1963,'wp-content/themes/twentytwentyone/.stylelintrc.json'),(1964,'wp-content/themes/twentytwentyone/404.php'),(1965,'wp-content/themes/twentytwentyone/archive.php'),(1966,'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),(1967,'wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),(1968,'wp-content/themes/twentytwentyone/assets/css/ie.css'),(1969,'wp-content/themes/twentytwentyone/assets/css/print.css'),(1970,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),(1971,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),(1972,'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),(1973,'wp-content/themes/twentytwentyone/assets/css/style-editor.css'),(1974,'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),(1975,'wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),(1976,'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),(1977,'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg'),(1978,'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),(1979,'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),(1980,'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),(1981,'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),(1982,'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),(1983,'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),(1984,'wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),(1985,'wp-content/themes/twentytwentyone/assets/js/customize.js'),(1986,'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),(1987,'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),(1988,'wp-content/themes/twentytwentyone/assets/js/editor.js'),(1989,'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),(1990,'wp-content/themes/twentytwentyone/assets/js/polyfills.js'),(1991,'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),(1992,'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),(1993,'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),(1994,'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),(1995,'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),(1996,'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),(1997,'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),(1998,'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),(1999,'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),(2000,'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),(2001,'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),(2002,'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),(2003,'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),(2004,'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),(2005,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),(2006,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),(2007,'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),(2008,'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),(2009,'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),(2010,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),(2011,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),(2012,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),(2013,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),(2014,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),(2015,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),(2016,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),(2017,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),(2018,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),(2019,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),(2020,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),(2021,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),(2022,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),(2023,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),(2024,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),(2025,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),(2026,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),(2027,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),(2028,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),(2029,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),(2030,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),(2031,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),(2032,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),(2033,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),(2034,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),(2035,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),(2036,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),(2037,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),(2038,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),(2039,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),(2040,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),(2041,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),(2042,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),(2043,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),(2044,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),(2045,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),(2046,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),(2047,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),(2048,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),(2049,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),(2050,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),(2051,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),(2052,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),(2053,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),(2054,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),(2055,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),(2056,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),(2057,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),(2058,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),(2059,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),(2060,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),(2061,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss'),(2062,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),(2063,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),(2064,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),(2065,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),(2066,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),(2067,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),(2068,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),(2069,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),(2070,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),(2071,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),(2072,'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),(2073,'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),(2074,'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),(2075,'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),(2076,'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),(2077,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),(2078,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),(2079,'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),(2080,'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),(2081,'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),(2082,'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),(2083,'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),(2084,'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),(2085,'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),(2086,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),(2087,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),(2088,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),(2089,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),(2090,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),(2091,'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),(2092,'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),(2093,'wp-content/themes/twentytwentyone/assets/sass/style.scss'),(2094,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),(2095,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php'),(2096,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php'),(2097,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),(2098,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),(2099,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),(2100,'wp-content/themes/twentytwentyone/comments.php'),(2101,'wp-content/themes/twentytwentyone/footer.php'),(2102,'wp-content/themes/twentytwentyone/functions.php'),(2103,'wp-content/themes/twentytwentyone/header.php'),(2104,'wp-content/themes/twentytwentyone/image.php'),(2105,'wp-content/themes/twentytwentyone/inc/back-compat.php'),(2106,'wp-content/themes/twentytwentyone/inc/block-patterns.php'),(2107,'wp-content/themes/twentytwentyone/inc/block-styles.php'),(2108,'wp-content/themes/twentytwentyone/inc/custom-css.php'),(2109,'wp-content/themes/twentytwentyone/inc/menu-functions.php'),(2110,'wp-content/themes/twentytwentyone/inc/starter-content.php'),(2111,'wp-content/themes/twentytwentyone/inc/template-functions.php'),(2112,'wp-content/themes/twentytwentyone/inc/template-tags.php'),(2113,'wp-content/themes/twentytwentyone/index.php'),(2114,'wp-content/themes/twentytwentyone/package-lock.json'),(2115,'wp-content/themes/twentytwentyone/package.json'),(2116,'wp-content/themes/twentytwentyone/page.php'),(2117,'wp-content/themes/twentytwentyone/postcss.config.js'),(2118,'wp-content/themes/twentytwentyone/readme.txt'),(2119,'wp-content/themes/twentytwentyone/screenshot.png'),(2120,'wp-content/themes/twentytwentyone/search.php'),(2121,'wp-content/themes/twentytwentyone/searchform.php'),(2122,'wp-content/themes/twentytwentyone/single.php'),(2123,'wp-content/themes/twentytwentyone/style-rtl.css'),(2124,'wp-content/themes/twentytwentyone/style.css'),(2125,'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),(2126,'wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),(2127,'wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),(2128,'wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),(2129,'wp-content/themes/twentytwentyone/template-parts/content/content.php'),(2130,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),(2131,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),(2132,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),(2133,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),(2134,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),(2135,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),(2136,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),(2137,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),(2138,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),(2139,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),(2140,'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),(2141,'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),(2142,'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),(2143,'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),(2144,'wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),(2145,'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),(2146,'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),(2147,'wp-content/uploads/wp-file-manager-pro/fm_backup/index.html'),(2148,'wp-content/wflogs/attack-data.php'),(2149,'wp-content/wflogs/config-livewaf.php'),(2150,'wp-content/wflogs/config-synced.php'),(2151,'wp-content/wflogs/config-transient.php'),(2152,'wp-content/wflogs/config.php'),(2153,'wp-content/wflogs/ips.php'),(2154,'wp-content/wflogs/rules.php'),(2155,'wp-content/wflogs/template.php'),(2156,'wp-cron.php'),(2157,'wp-includes/ID3/getid3.lib.php'),(2158,'wp-includes/ID3/getid3.php'),(2159,'wp-includes/ID3/license.commercial.txt'),(2160,'wp-includes/ID3/license.txt'),(2161,'wp-includes/ID3/module.audio-video.asf.php'),(2162,'wp-includes/ID3/module.audio-video.flv.php'),(2163,'wp-includes/ID3/module.audio-video.matroska.php'),(2164,'wp-includes/ID3/module.audio-video.quicktime.php'),(2165,'wp-includes/ID3/module.audio-video.riff.php'),(2166,'wp-includes/ID3/module.audio.ac3.php'),(2167,'wp-includes/ID3/module.audio.dts.php'),(2168,'wp-includes/ID3/module.audio.flac.php'),(2169,'wp-includes/ID3/module.audio.mp3.php'),(2170,'wp-includes/ID3/module.audio.ogg.php'),(2171,'wp-includes/ID3/module.tag.apetag.php'),(2172,'wp-includes/ID3/module.tag.id3v1.php'),(2173,'wp-includes/ID3/module.tag.id3v2.php'),(2174,'wp-includes/ID3/module.tag.lyrics3.php'),(2175,'wp-includes/ID3/readme.txt'),(2176,'wp-includes/IXR/class-IXR-base64.php'),(2177,'wp-includes/IXR/class-IXR-client.php'),(2178,'wp-includes/IXR/class-IXR-clientmulticall.php'),(2179,'wp-includes/IXR/class-IXR-date.php'),(2180,'wp-includes/IXR/class-IXR-error.php'),(2181,'wp-includes/IXR/class-IXR-introspectionserver.php'),(2182,'wp-includes/IXR/class-IXR-message.php'),(2183,'wp-includes/IXR/class-IXR-request.php'),(2184,'wp-includes/IXR/class-IXR-server.php'),(2185,'wp-includes/IXR/class-IXR-value.php'),(2186,'wp-includes/PHPMailer/Exception.php'),(2187,'wp-includes/PHPMailer/PHPMailer.php'),(2188,'wp-includes/PHPMailer/SMTP.php'),(2189,'wp-includes/Requests/Auth/Basic.php'),(2190,'wp-includes/Requests/Auth.php'),(2191,'wp-includes/Requests/Cookie/Jar.php'),(2192,'wp-includes/Requests/Cookie.php'),(2193,'wp-includes/Requests/Exception/HTTP/304.php'),(2194,'wp-includes/Requests/Exception/HTTP/305.php'),(2195,'wp-includes/Requests/Exception/HTTP/306.php'),(2196,'wp-includes/Requests/Exception/HTTP/400.php'),(2197,'wp-includes/Requests/Exception/HTTP/401.php'),(2198,'wp-includes/Requests/Exception/HTTP/402.php'),(2199,'wp-includes/Requests/Exception/HTTP/403.php'),(2200,'wp-includes/Requests/Exception/HTTP/404.php'),(2201,'wp-includes/Requests/Exception/HTTP/405.php'),(2202,'wp-includes/Requests/Exception/HTTP/406.php'),(2203,'wp-includes/Requests/Exception/HTTP/407.php'),(2204,'wp-includes/Requests/Exception/HTTP/408.php'),(2205,'wp-includes/Requests/Exception/HTTP/409.php'),(2206,'wp-includes/Requests/Exception/HTTP/410.php'),(2207,'wp-includes/Requests/Exception/HTTP/411.php'),(2208,'wp-includes/Requests/Exception/HTTP/412.php'),(2209,'wp-includes/Requests/Exception/HTTP/413.php'),(2210,'wp-includes/Requests/Exception/HTTP/414.php'),(2211,'wp-includes/Requests/Exception/HTTP/415.php'),(2212,'wp-includes/Requests/Exception/HTTP/416.php'),(2213,'wp-includes/Requests/Exception/HTTP/417.php'),(2214,'wp-includes/Requests/Exception/HTTP/418.php'),(2215,'wp-includes/Requests/Exception/HTTP/428.php'),(2216,'wp-includes/Requests/Exception/HTTP/429.php'),(2217,'wp-includes/Requests/Exception/HTTP/431.php'),(2218,'wp-includes/Requests/Exception/HTTP/500.php'),(2219,'wp-includes/Requests/Exception/HTTP/501.php'),(2220,'wp-includes/Requests/Exception/HTTP/502.php'),(2221,'wp-includes/Requests/Exception/HTTP/503.php'),(2222,'wp-includes/Requests/Exception/HTTP/504.php'),(2223,'wp-includes/Requests/Exception/HTTP/505.php'),(2224,'wp-includes/Requests/Exception/HTTP/511.php'),(2225,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(2226,'wp-includes/Requests/Exception/HTTP.php'),(2227,'wp-includes/Requests/Exception/Transport/cURL.php'),(2228,'wp-includes/Requests/Exception/Transport.php'),(2229,'wp-includes/Requests/Exception.php'),(2230,'wp-includes/Requests/Hooker.php'),(2231,'wp-includes/Requests/Hooks.php'),(2232,'wp-includes/Requests/IDNAEncoder.php'),(2233,'wp-includes/Requests/IPv6.php'),(2234,'wp-includes/Requests/IRI.php'),(2235,'wp-includes/Requests/Proxy/HTTP.php'),(2236,'wp-includes/Requests/Proxy.php'),(2237,'wp-includes/Requests/Response/Headers.php'),(2238,'wp-includes/Requests/Response.php'),(2239,'wp-includes/Requests/SSL.php'),(2240,'wp-includes/Requests/Session.php'),(2241,'wp-includes/Requests/Transport/cURL.php'),(2242,'wp-includes/Requests/Transport/fsockopen.php'),(2243,'wp-includes/Requests/Transport.php'),(2244,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(2245,'wp-includes/Requests/Utility/FilteredIterator.php'),(2246,'wp-includes/SimplePie/Author.php'),(2247,'wp-includes/SimplePie/Cache/Base.php'),(2248,'wp-includes/SimplePie/Cache/DB.php'),(2249,'wp-includes/SimplePie/Cache/File.php'),(2250,'wp-includes/SimplePie/Cache/Memcache.php'),(2251,'wp-includes/SimplePie/Cache/Memcached.php'),(2252,'wp-includes/SimplePie/Cache/MySQL.php'),(2253,'wp-includes/SimplePie/Cache/Redis.php'),(2254,'wp-includes/SimplePie/Cache.php'),(2255,'wp-includes/SimplePie/Caption.php'),(2256,'wp-includes/SimplePie/Category.php'),(2257,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(2258,'wp-includes/SimplePie/Copyright.php'),(2259,'wp-includes/SimplePie/Core.php'),(2260,'wp-includes/SimplePie/Credit.php'),(2261,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(2262,'wp-includes/SimplePie/Enclosure.php'),(2263,'wp-includes/SimplePie/Exception.php'),(2264,'wp-includes/SimplePie/File.php'),(2265,'wp-includes/SimplePie/HTTP/Parser.php'),(2266,'wp-includes/SimplePie/IRI.php'),(2267,'wp-includes/SimplePie/Item.php'),(2268,'wp-includes/SimplePie/Locator.php'),(2269,'wp-includes/SimplePie/Misc.php'),(2270,'wp-includes/SimplePie/Net/IPv6.php'),(2271,'wp-includes/SimplePie/Parse/Date.php'),(2272,'wp-includes/SimplePie/Parser.php'),(2273,'wp-includes/SimplePie/Rating.php'),(2274,'wp-includes/SimplePie/Registry.php'),(2275,'wp-includes/SimplePie/Restriction.php'),(2276,'wp-includes/SimplePie/Sanitize.php'),(2277,'wp-includes/SimplePie/Source.php'),(2278,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(2279,'wp-includes/SimplePie/gzdecode.php'),(2280,'wp-includes/Text/Diff/Engine/native.php'),(2281,'wp-includes/Text/Diff/Engine/shell.php'),(2282,'wp-includes/Text/Diff/Engine/string.php'),(2283,'wp-includes/Text/Diff/Engine/xdiff.php'),(2284,'wp-includes/Text/Diff/Renderer/inline.php'),(2285,'wp-includes/Text/Diff/Renderer.php'),(2286,'wp-includes/Text/Diff.php'),(2287,'wp-includes/admin-bar.php'),(2288,'wp-includes/assets/script-loader-packages.php'),(2289,'wp-includes/atomlib.php'),(2290,'wp-includes/author-template.php'),(2291,'wp-includes/block-patterns/heading-paragraph.php'),(2292,'wp-includes/block-patterns/large-header-button.php'),(2293,'wp-includes/block-patterns/large-header.php'),(2294,'wp-includes/block-patterns/quote.php'),(2295,'wp-includes/block-patterns/text-three-columns-buttons.php'),(2296,'wp-includes/block-patterns/text-two-columns-with-images.php'),(2297,'wp-includes/block-patterns/text-two-columns.php'),(2298,'wp-includes/block-patterns/three-buttons.php'),(2299,'wp-includes/block-patterns/two-buttons.php'),(2300,'wp-includes/block-patterns/two-images.php'),(2301,'wp-includes/block-patterns.php'),(2302,'wp-includes/block-supports/align.php'),(2303,'wp-includes/block-supports/colors.php'),(2304,'wp-includes/block-supports/custom-classname.php'),(2305,'wp-includes/block-supports/generated-classname.php'),(2306,'wp-includes/block-supports/typography.php'),(2307,'wp-includes/blocks/archives/block.json'),(2308,'wp-includes/blocks/archives.php'),(2309,'wp-includes/blocks/audio/block.json'),(2310,'wp-includes/blocks/block/block.json'),(2311,'wp-includes/blocks/block.php'),(2312,'wp-includes/blocks/button/block.json'),(2313,'wp-includes/blocks/buttons/block.json'),(2314,'wp-includes/blocks/calendar/block.json'),(2315,'wp-includes/blocks/calendar.php'),(2316,'wp-includes/blocks/categories/block.json'),(2317,'wp-includes/blocks/categories.php'),(2318,'wp-includes/blocks/code/block.json'),(2319,'wp-includes/blocks/column/block.json'),(2320,'wp-includes/blocks/columns/block.json'),(2321,'wp-includes/blocks/embed/block.json'),(2322,'wp-includes/blocks/file/block.json'),(2323,'wp-includes/blocks/freeform/block.json'),(2324,'wp-includes/blocks/gallery/block.json'),(2325,'wp-includes/blocks/group/block.json'),(2326,'wp-includes/blocks/heading/block.json'),(2327,'wp-includes/blocks/html/block.json'),(2328,'wp-includes/blocks/image/block.json'),(2329,'wp-includes/blocks/index.php'),(2330,'wp-includes/blocks/latest-comments/block.json'),(2331,'wp-includes/blocks/latest-comments.php'),(2332,'wp-includes/blocks/latest-posts/block.json'),(2333,'wp-includes/blocks/latest-posts.php'),(2334,'wp-includes/blocks/list/block.json'),(2335,'wp-includes/blocks/media-text/block.json'),(2336,'wp-includes/blocks/missing/block.json'),(2337,'wp-includes/blocks/more/block.json'),(2338,'wp-includes/blocks/nextpage/block.json'),(2339,'wp-includes/blocks/paragraph/block.json'),(2340,'wp-includes/blocks/preformatted/block.json'),(2341,'wp-includes/blocks/pullquote/block.json'),(2342,'wp-includes/blocks/quote/block.json'),(2343,'wp-includes/blocks/rss/block.json'),(2344,'wp-includes/blocks/rss.php'),(2345,'wp-includes/blocks/search/block.json'),(2346,'wp-includes/blocks/search.php'),(2347,'wp-includes/blocks/separator/block.json'),(2348,'wp-includes/blocks/shortcode/block.json'),(2349,'wp-includes/blocks/shortcode.php'),(2350,'wp-includes/blocks/social-link/block.json'),(2351,'wp-includes/blocks/social-link.php'),(2352,'wp-includes/blocks/social-links/block.json'),(2353,'wp-includes/blocks/spacer/block.json'),(2354,'wp-includes/blocks/subhead/block.json'),(2355,'wp-includes/blocks/table/block.json'),(2356,'wp-includes/blocks/tag-cloud/block.json'),(2357,'wp-includes/blocks/tag-cloud.php'),(2358,'wp-includes/blocks/text-columns/block.json'),(2359,'wp-includes/blocks/verse/block.json'),(2360,'wp-includes/blocks/video/block.json'),(2361,'wp-includes/blocks.php'),(2362,'wp-includes/bookmark-template.php'),(2363,'wp-includes/bookmark.php'),(2364,'wp-includes/cache-compat.php'),(2365,'wp-includes/cache.php'),(2366,'wp-includes/canonical.php'),(2367,'wp-includes/capabilities.php'),(2368,'wp-includes/category-template.php'),(2369,'wp-includes/category.php'),(2370,'wp-includes/certificates/ca-bundle.crt'),(2371,'wp-includes/class-IXR.php'),(2372,'wp-includes/class-feed.php'),(2373,'wp-includes/class-http.php'),(2374,'wp-includes/class-json.php'),(2375,'wp-includes/class-oembed.php'),(2376,'wp-includes/class-phpass.php'),(2377,'wp-includes/class-phpmailer.php'),(2378,'wp-includes/class-pop3.php'),(2379,'wp-includes/class-requests.php'),(2380,'wp-includes/class-simplepie.php'),(2381,'wp-includes/class-smtp.php'),(2382,'wp-includes/class-snoopy.php'),(2383,'wp-includes/class-walker-category-dropdown.php'),(2384,'wp-includes/class-walker-category.php'),(2385,'wp-includes/class-walker-comment.php'),(2386,'wp-includes/class-walker-nav-menu.php'),(2387,'wp-includes/class-walker-page-dropdown.php'),(2388,'wp-includes/class-walker-page.php'),(2389,'wp-includes/class-wp-admin-bar.php'),(2390,'wp-includes/class-wp-ajax-response.php'),(2391,'wp-includes/class-wp-application-passwords.php'),(2392,'wp-includes/class-wp-block-list.php'),(2393,'wp-includes/class-wp-block-parser.php'),(2394,'wp-includes/class-wp-block-pattern-categories-registry.php'),(2395,'wp-includes/class-wp-block-patterns-registry.php'),(2396,'wp-includes/class-wp-block-styles-registry.php'),(2397,'wp-includes/class-wp-block-supports.php'),(2398,'wp-includes/class-wp-block-type-registry.php'),(2399,'wp-includes/class-wp-block-type.php'),(2400,'wp-includes/class-wp-block.php'),(2401,'wp-includes/class-wp-comment-query.php'),(2402,'wp-includes/class-wp-comment.php'),(2403,'wp-includes/class-wp-customize-control.php'),(2404,'wp-includes/class-wp-customize-manager.php'),(2405,'wp-includes/class-wp-customize-nav-menus.php'),(2406,'wp-includes/class-wp-customize-panel.php'),(2407,'wp-includes/class-wp-customize-section.php'),(2408,'wp-includes/class-wp-customize-setting.php'),(2409,'wp-includes/class-wp-customize-widgets.php'),(2410,'wp-includes/class-wp-date-query.php'),(2411,'wp-includes/class-wp-dependency.php'),(2412,'wp-includes/class-wp-editor.php'),(2413,'wp-includes/class-wp-embed.php'),(2414,'wp-includes/class-wp-error.php'),(2415,'wp-includes/class-wp-fatal-error-handler.php'),(2416,'wp-includes/class-wp-feed-cache-transient.php'),(2417,'wp-includes/class-wp-feed-cache.php'),(2418,'wp-includes/class-wp-hook.php'),(2419,'wp-includes/class-wp-http-cookie.php'),(2420,'wp-includes/class-wp-http-curl.php'),(2421,'wp-includes/class-wp-http-encoding.php'),(2422,'wp-includes/class-wp-http-ixr-client.php'),(2423,'wp-includes/class-wp-http-proxy.php'),(2424,'wp-includes/class-wp-http-requests-hooks.php'),(2425,'wp-includes/class-wp-http-requests-response.php'),(2426,'wp-includes/class-wp-http-response.php'),(2427,'wp-includes/class-wp-http-streams.php'),(2428,'wp-includes/class-wp-image-editor-gd.php'),(2429,'wp-includes/class-wp-image-editor-imagick.php'),(2430,'wp-includes/class-wp-image-editor.php'),(2431,'wp-includes/class-wp-list-util.php'),(2432,'wp-includes/class-wp-locale-switcher.php'),(2433,'wp-includes/class-wp-locale.php'),(2434,'wp-includes/class-wp-matchesmapregex.php'),(2435,'wp-includes/class-wp-meta-query.php'),(2436,'wp-includes/class-wp-metadata-lazyloader.php'),(2437,'wp-includes/class-wp-network-query.php'),(2438,'wp-includes/class-wp-network.php'),(2439,'wp-includes/class-wp-object-cache.php'),(2440,'wp-includes/class-wp-oembed-controller.php'),(2441,'wp-includes/class-wp-oembed.php'),(2442,'wp-includes/class-wp-paused-extensions-storage.php'),(2443,'wp-includes/class-wp-post-type.php'),(2444,'wp-includes/class-wp-post.php'),(2445,'wp-includes/class-wp-query.php'),(2446,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(2447,'wp-includes/class-wp-recovery-mode-email-service.php'),(2448,'wp-includes/class-wp-recovery-mode-key-service.php'),(2449,'wp-includes/class-wp-recovery-mode-link-service.php'),(2450,'wp-includes/class-wp-recovery-mode.php'),(2451,'wp-includes/class-wp-rewrite.php'),(2452,'wp-includes/class-wp-role.php'),(2453,'wp-includes/class-wp-roles.php'),(2454,'wp-includes/class-wp-session-tokens.php'),(2455,'wp-includes/class-wp-simplepie-file.php'),(2456,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(2457,'wp-includes/class-wp-site-query.php'),(2458,'wp-includes/class-wp-site.php'),(2459,'wp-includes/class-wp-tax-query.php'),(2460,'wp-includes/class-wp-taxonomy.php'),(2461,'wp-includes/class-wp-term-query.php'),(2462,'wp-includes/class-wp-term.php'),(2463,'wp-includes/class-wp-text-diff-renderer-inline.php'),(2464,'wp-includes/class-wp-text-diff-renderer-table.php'),(2465,'wp-includes/class-wp-theme.php'),(2466,'wp-includes/class-wp-user-meta-session-tokens.php'),(2467,'wp-includes/class-wp-user-query.php'),(2468,'wp-includes/class-wp-user-request.php'),(2469,'wp-includes/class-wp-user.php'),(2470,'wp-includes/class-wp-walker.php'),(2471,'wp-includes/class-wp-widget-factory.php'),(2472,'wp-includes/class-wp-widget.php'),(2473,'wp-includes/class-wp-xmlrpc-server.php'),(2474,'wp-includes/class-wp.php'),(2475,'wp-includes/class.wp-dependencies.php'),(2476,'wp-includes/class.wp-scripts.php'),(2477,'wp-includes/class.wp-styles.php'),(2478,'wp-includes/comment-template.php'),(2479,'wp-includes/comment.php'),(2480,'wp-includes/compat.php'),(2481,'wp-includes/cron.php'),(2482,'wp-includes/css/admin-bar-rtl.css'),(2483,'wp-includes/css/admin-bar-rtl.min.css'),(2484,'wp-includes/css/admin-bar.css'),(2485,'wp-includes/css/admin-bar.min.css'),(2486,'wp-includes/css/buttons-rtl.css'),(2487,'wp-includes/css/buttons-rtl.min.css'),(2488,'wp-includes/css/buttons.css'),(2489,'wp-includes/css/buttons.min.css'),(2490,'wp-includes/css/customize-preview-rtl.css'),(2491,'wp-includes/css/customize-preview-rtl.min.css'),(2492,'wp-includes/css/customize-preview.css'),(2493,'wp-includes/css/customize-preview.min.css'),(2494,'wp-includes/css/dashicons.css'),(2495,'wp-includes/css/dashicons.min.css'),(2496,'wp-includes/css/dist/block-directory/style-rtl.css'),(2497,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(2498,'wp-includes/css/dist/block-directory/style.css'),(2499,'wp-includes/css/dist/block-directory/style.min.css'),(2500,'wp-includes/css/dist/block-editor/style-rtl.css'),(2501,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(2502,'wp-includes/css/dist/block-editor/style.css'),(2503,'wp-includes/css/dist/block-editor/style.min.css'),(2504,'wp-includes/css/dist/block-library/common-rtl.css'),(2505,'wp-includes/css/dist/block-library/common-rtl.min.css'),(2506,'wp-includes/css/dist/block-library/common.css'),(2507,'wp-includes/css/dist/block-library/common.min.css'),(2508,'wp-includes/css/dist/block-library/editor-rtl.css'),(2509,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(2510,'wp-includes/css/dist/block-library/editor.css'),(2511,'wp-includes/css/dist/block-library/editor.min.css'),(2512,'wp-includes/css/dist/block-library/style-rtl.css'),(2513,'wp-includes/css/dist/block-library/style-rtl.min.css'),(2514,'wp-includes/css/dist/block-library/style.css'),(2515,'wp-includes/css/dist/block-library/style.min.css'),(2516,'wp-includes/css/dist/block-library/theme-rtl.css'),(2517,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(2518,'wp-includes/css/dist/block-library/theme.css'),(2519,'wp-includes/css/dist/block-library/theme.min.css'),(2520,'wp-includes/css/dist/components/style-rtl.css'),(2521,'wp-includes/css/dist/components/style-rtl.min.css'),(2522,'wp-includes/css/dist/components/style.css'),(2523,'wp-includes/css/dist/components/style.min.css'),(2524,'wp-includes/css/dist/edit-post/style-rtl.css'),(2525,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(2526,'wp-includes/css/dist/edit-post/style.css'),(2527,'wp-includes/css/dist/edit-post/style.min.css'),(2528,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(2529,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(2530,'wp-includes/css/dist/editor/editor-styles.css'),(2531,'wp-includes/css/dist/editor/editor-styles.min.css'),(2532,'wp-includes/css/dist/editor/style-rtl.css'),(2533,'wp-includes/css/dist/editor/style-rtl.min.css'),(2534,'wp-includes/css/dist/editor/style.css'),(2535,'wp-includes/css/dist/editor/style.min.css'),(2536,'wp-includes/css/dist/format-library/style-rtl.css'),(2537,'wp-includes/css/dist/format-library/style-rtl.min.css'),(2538,'wp-includes/css/dist/format-library/style.css'),(2539,'wp-includes/css/dist/format-library/style.min.css'),(2540,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(2541,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(2542,'wp-includes/css/dist/list-reusable-blocks/style.css'),(2543,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(2544,'wp-includes/css/dist/nux/style-rtl.css'),(2545,'wp-includes/css/dist/nux/style-rtl.min.css'),(2546,'wp-includes/css/dist/nux/style.css'),(2547,'wp-includes/css/dist/nux/style.min.css'),(2548,'wp-includes/css/editor-rtl.css'),(2549,'wp-includes/css/editor-rtl.min.css'),(2550,'wp-includes/css/editor.css'),(2551,'wp-includes/css/editor.min.css'),(2552,'wp-includes/css/jquery-ui-dialog-rtl.css'),(2553,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(2554,'wp-includes/css/jquery-ui-dialog.css'),(2555,'wp-includes/css/jquery-ui-dialog.min.css'),(2556,'wp-includes/css/media-views-rtl.css'),(2557,'wp-includes/css/media-views-rtl.min.css'),(2558,'wp-includes/css/media-views.css'),(2559,'wp-includes/css/media-views.min.css'),(2560,'wp-includes/css/wp-auth-check-rtl.css'),(2561,'wp-includes/css/wp-auth-check-rtl.min.css'),(2562,'wp-includes/css/wp-auth-check.css'),(2563,'wp-includes/css/wp-auth-check.min.css'),(2564,'wp-includes/css/wp-embed-template-ie.css'),(2565,'wp-includes/css/wp-embed-template-ie.min.css'),(2566,'wp-includes/css/wp-embed-template.css'),(2567,'wp-includes/css/wp-embed-template.min.css'),(2568,'wp-includes/css/wp-pointer-rtl.css'),(2569,'wp-includes/css/wp-pointer-rtl.min.css'),(2570,'wp-includes/css/wp-pointer.css'),(2571,'wp-includes/css/wp-pointer.min.css'),(2572,'wp-includes/customize/class-wp-customize-background-image-control.php'),(2573,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(2574,'wp-includes/customize/class-wp-customize-background-position-control.php'),(2575,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(2576,'wp-includes/customize/class-wp-customize-color-control.php'),(2577,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(2578,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(2579,'wp-includes/customize/class-wp-customize-date-time-control.php'),(2580,'wp-includes/customize/class-wp-customize-filter-setting.php'),(2581,'wp-includes/customize/class-wp-customize-header-image-control.php'),(2582,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(2583,'wp-includes/customize/class-wp-customize-image-control.php'),(2584,'wp-includes/customize/class-wp-customize-media-control.php'),(2585,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(2586,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(2587,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(2588,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(2589,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(2590,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(2591,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(2592,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(2593,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(2594,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(2595,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(2596,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(2597,'wp-includes/customize/class-wp-customize-partial.php'),(2598,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(2599,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(2600,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(2601,'wp-includes/customize/class-wp-customize-theme-control.php'),(2602,'wp-includes/customize/class-wp-customize-themes-panel.php'),(2603,'wp-includes/customize/class-wp-customize-themes-section.php'),(2604,'wp-includes/customize/class-wp-customize-upload-control.php'),(2605,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(2606,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(2607,'wp-includes/date.php'),(2608,'wp-includes/default-constants.php'),(2609,'wp-includes/default-filters.php'),(2610,'wp-includes/default-widgets.php'),(2611,'wp-includes/deprecated.php'),(2612,'wp-includes/embed-template.php'),(2613,'wp-includes/embed.php'),(2614,'wp-includes/error-protection.php'),(2615,'wp-includes/feed-atom-comments.php'),(2616,'wp-includes/feed-atom.php'),(2617,'wp-includes/feed-rdf.php'),(2618,'wp-includes/feed-rss.php'),(2619,'wp-includes/feed-rss2-comments.php'),(2620,'wp-includes/feed-rss2.php'),(2621,'wp-includes/feed.php'),(2622,'wp-includes/formatting.php'),(2623,'wp-includes/functions.php'),(2624,'wp-includes/functions.wp-scripts.php'),(2625,'wp-includes/functions.wp-styles.php'),(2626,'wp-includes/general-template.php'),(2627,'wp-includes/http.php'),(2628,'wp-includes/https-detection.php'),(2629,'wp-includes/https-migration.php'),(2630,'wp-includes/images/admin-bar-sprite-2x.png'),(2631,'wp-includes/images/admin-bar-sprite.png'),(2632,'wp-includes/images/arrow-pointer-blue-2x.png'),(2633,'wp-includes/images/arrow-pointer-blue.png'),(2634,'wp-includes/images/blank.gif'),(2635,'wp-includes/images/crystal/archive.png'),(2636,'wp-includes/images/crystal/audio.png'),(2637,'wp-includes/images/crystal/code.png'),(2638,'wp-includes/images/crystal/default.png'),(2639,'wp-includes/images/crystal/document.png'),(2640,'wp-includes/images/crystal/interactive.png'),(2641,'wp-includes/images/crystal/license.txt'),(2642,'wp-includes/images/crystal/spreadsheet.png'),(2643,'wp-includes/images/crystal/text.png'),(2644,'wp-includes/images/crystal/video.png'),(2645,'wp-includes/images/down_arrow-2x.gif'),(2646,'wp-includes/images/down_arrow.gif'),(2647,'wp-includes/images/icon-pointer-flag-2x.png'),(2648,'wp-includes/images/icon-pointer-flag.png'),(2649,'wp-includes/images/media/archive.png'),(2650,'wp-includes/images/media/audio.png'),(2651,'wp-includes/images/media/code.png'),(2652,'wp-includes/images/media/default.png'),(2653,'wp-includes/images/media/document.png'),(2654,'wp-includes/images/media/interactive.png'),(2655,'wp-includes/images/media/spreadsheet.png'),(2656,'wp-includes/images/media/text.png'),(2657,'wp-includes/images/media/video.png'),(2658,'wp-includes/images/rss-2x.png'),(2659,'wp-includes/images/rss.png'),(2660,'wp-includes/images/smilies/frownie.png'),(2661,'wp-includes/images/smilies/icon_arrow.gif'),(2662,'wp-includes/images/smilies/icon_biggrin.gif'),(2663,'wp-includes/images/smilies/icon_confused.gif'),(2664,'wp-includes/images/smilies/icon_cool.gif'),(2665,'wp-includes/images/smilies/icon_cry.gif'),(2666,'wp-includes/images/smilies/icon_eek.gif'),(2667,'wp-includes/images/smilies/icon_evil.gif'),(2668,'wp-includes/images/smilies/icon_exclaim.gif'),(2669,'wp-includes/images/smilies/icon_idea.gif'),(2670,'wp-includes/images/smilies/icon_lol.gif'),(2671,'wp-includes/images/smilies/icon_mad.gif'),(2672,'wp-includes/images/smilies/icon_mrgreen.gif'),(2673,'wp-includes/images/smilies/icon_neutral.gif'),(2674,'wp-includes/images/smilies/icon_question.gif'),(2675,'wp-includes/images/smilies/icon_razz.gif'),(2676,'wp-includes/images/smilies/icon_redface.gif'),(2677,'wp-includes/images/smilies/icon_rolleyes.gif'),(2678,'wp-includes/images/smilies/icon_sad.gif'),(2679,'wp-includes/images/smilies/icon_smile.gif'),(2680,'wp-includes/images/smilies/icon_surprised.gif'),(2681,'wp-includes/images/smilies/icon_twisted.gif'),(2682,'wp-includes/images/smilies/icon_wink.gif'),(2683,'wp-includes/images/smilies/mrgreen.png'),(2684,'wp-includes/images/smilies/rolleyes.png'),(2685,'wp-includes/images/smilies/simple-smile.png'),(2686,'wp-includes/images/spinner-2x.gif'),(2687,'wp-includes/images/spinner.gif'),(2688,'wp-includes/images/toggle-arrow-2x.png'),(2689,'wp-includes/images/toggle-arrow.png'),(2690,'wp-includes/images/uploader-icons-2x.png'),(2691,'wp-includes/images/uploader-icons.png'),(2692,'wp-includes/images/w-logo-blue-white-bg.png'),(2693,'wp-includes/images/w-logo-blue.png'),(2694,'wp-includes/images/wlw/wp-comments.png'),(2695,'wp-includes/images/wlw/wp-icon.png'),(2696,'wp-includes/images/wlw/wp-watermark.png'),(2697,'wp-includes/images/wpicons-2x.png'),(2698,'wp-includes/images/wpicons.png'),(2699,'wp-includes/images/wpspin-2x.gif'),(2700,'wp-includes/images/wpspin.gif'),(2701,'wp-includes/images/xit-2x.gif'),(2702,'wp-includes/images/xit.gif'),(2703,'wp-includes/js/admin-bar.js'),(2704,'wp-includes/js/admin-bar.min.js'),(2705,'wp-includes/js/api-request.js'),(2706,'wp-includes/js/api-request.min.js'),(2707,'wp-includes/js/autosave.js'),(2708,'wp-includes/js/autosave.min.js'),(2709,'wp-includes/js/backbone.js'),(2710,'wp-includes/js/backbone.min.js'),(2711,'wp-includes/js/clipboard.js'),(2712,'wp-includes/js/clipboard.min.js'),(2713,'wp-includes/js/codemirror/codemirror.min.css'),(2714,'wp-includes/js/codemirror/codemirror.min.js'),(2715,'wp-includes/js/codemirror/csslint.js'),(2716,'wp-includes/js/codemirror/esprima.js'),(2717,'wp-includes/js/codemirror/fakejshint.js'),(2718,'wp-includes/js/codemirror/htmlhint-kses.js'),(2719,'wp-includes/js/codemirror/htmlhint.js'),(2720,'wp-includes/js/codemirror/jsonlint.js'),(2721,'wp-includes/js/colorpicker.js'),(2722,'wp-includes/js/colorpicker.min.js'),(2723,'wp-includes/js/comment-reply.js'),(2724,'wp-includes/js/comment-reply.min.js'),(2725,'wp-includes/js/crop/cropper.css'),(2726,'wp-includes/js/crop/cropper.js'),(2727,'wp-includes/js/crop/marqueeHoriz.gif'),(2728,'wp-includes/js/crop/marqueeVert.gif'),(2729,'wp-includes/js/customize-base.js'),(2730,'wp-includes/js/customize-base.min.js'),(2731,'wp-includes/js/customize-loader.js'),(2732,'wp-includes/js/customize-loader.min.js'),(2733,'wp-includes/js/customize-models.js'),(2734,'wp-includes/js/customize-models.min.js'),(2735,'wp-includes/js/customize-preview-nav-menus.js'),(2736,'wp-includes/js/customize-preview-nav-menus.min.js'),(2737,'wp-includes/js/customize-preview-widgets.js'),(2738,'wp-includes/js/customize-preview-widgets.min.js'),(2739,'wp-includes/js/customize-preview.js'),(2740,'wp-includes/js/customize-preview.min.js'),(2741,'wp-includes/js/customize-selective-refresh.js'),(2742,'wp-includes/js/customize-selective-refresh.min.js'),(2743,'wp-includes/js/customize-views.js'),(2744,'wp-includes/js/customize-views.min.js'),(2745,'wp-includes/js/dist/a11y.js'),(2746,'wp-includes/js/dist/a11y.min.js'),(2747,'wp-includes/js/dist/annotations.js'),(2748,'wp-includes/js/dist/annotations.min.js'),(2749,'wp-includes/js/dist/api-fetch.js'),(2750,'wp-includes/js/dist/api-fetch.min.js'),(2751,'wp-includes/js/dist/autop.js'),(2752,'wp-includes/js/dist/autop.min.js'),(2753,'wp-includes/js/dist/blob.js'),(2754,'wp-includes/js/dist/blob.min.js'),(2755,'wp-includes/js/dist/block-directory.js'),(2756,'wp-includes/js/dist/block-directory.min.js'),(2757,'wp-includes/js/dist/block-editor.js'),(2758,'wp-includes/js/dist/block-editor.min.js'),(2759,'wp-includes/js/dist/block-library.js'),(2760,'wp-includes/js/dist/block-library.min.js'),(2761,'wp-includes/js/dist/block-serialization-default-parser.js'),(2762,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(2763,'wp-includes/js/dist/blocks.js'),(2764,'wp-includes/js/dist/blocks.min.js'),(2765,'wp-includes/js/dist/components.js'),(2766,'wp-includes/js/dist/components.min.js'),(2767,'wp-includes/js/dist/compose.js'),(2768,'wp-includes/js/dist/compose.min.js'),(2769,'wp-includes/js/dist/core-data.js'),(2770,'wp-includes/js/dist/core-data.min.js'),(2771,'wp-includes/js/dist/data-controls.js'),(2772,'wp-includes/js/dist/data-controls.min.js'),(2773,'wp-includes/js/dist/data.js'),(2774,'wp-includes/js/dist/data.min.js'),(2775,'wp-includes/js/dist/date.js'),(2776,'wp-includes/js/dist/date.min.js'),(2777,'wp-includes/js/dist/deprecated.js'),(2778,'wp-includes/js/dist/deprecated.min.js'),(2779,'wp-includes/js/dist/dom-ready.js'),(2780,'wp-includes/js/dist/dom-ready.min.js'),(2781,'wp-includes/js/dist/dom.js'),(2782,'wp-includes/js/dist/dom.min.js'),(2783,'wp-includes/js/dist/edit-post.js'),(2784,'wp-includes/js/dist/edit-post.min.js'),(2785,'wp-includes/js/dist/editor.js'),(2786,'wp-includes/js/dist/editor.min.js'),(2787,'wp-includes/js/dist/element.js'),(2788,'wp-includes/js/dist/element.min.js'),(2789,'wp-includes/js/dist/escape-html.js'),(2790,'wp-includes/js/dist/escape-html.min.js'),(2791,'wp-includes/js/dist/format-library.js'),(2792,'wp-includes/js/dist/format-library.min.js'),(2793,'wp-includes/js/dist/hooks.js'),(2794,'wp-includes/js/dist/hooks.min.js'),(2795,'wp-includes/js/dist/html-entities.js'),(2796,'wp-includes/js/dist/html-entities.min.js'),(2797,'wp-includes/js/dist/i18n.js'),(2798,'wp-includes/js/dist/i18n.min.js'),(2799,'wp-includes/js/dist/is-shallow-equal.js'),(2800,'wp-includes/js/dist/is-shallow-equal.min.js'),(2801,'wp-includes/js/dist/keyboard-shortcuts.js'),(2802,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(2803,'wp-includes/js/dist/keycodes.js'),(2804,'wp-includes/js/dist/keycodes.min.js'),(2805,'wp-includes/js/dist/list-reusable-blocks.js'),(2806,'wp-includes/js/dist/list-reusable-blocks.min.js'),(2807,'wp-includes/js/dist/media-utils.js'),(2808,'wp-includes/js/dist/media-utils.min.js'),(2809,'wp-includes/js/dist/notices.js'),(2810,'wp-includes/js/dist/notices.min.js'),(2811,'wp-includes/js/dist/nux.js'),(2812,'wp-includes/js/dist/nux.min.js'),(2813,'wp-includes/js/dist/plugins.js'),(2814,'wp-includes/js/dist/plugins.min.js'),(2815,'wp-includes/js/dist/primitives.js'),(2816,'wp-includes/js/dist/primitives.min.js'),(2817,'wp-includes/js/dist/priority-queue.js'),(2818,'wp-includes/js/dist/priority-queue.min.js'),(2819,'wp-includes/js/dist/redux-routine.js'),(2820,'wp-includes/js/dist/redux-routine.min.js'),(2821,'wp-includes/js/dist/reusable-blocks.js'),(2822,'wp-includes/js/dist/reusable-blocks.min.js'),(2823,'wp-includes/js/dist/rich-text.js'),(2824,'wp-includes/js/dist/rich-text.min.js'),(2825,'wp-includes/js/dist/server-side-render.js'),(2826,'wp-includes/js/dist/server-side-render.min.js'),(2827,'wp-includes/js/dist/shortcode.js'),(2828,'wp-includes/js/dist/shortcode.min.js'),(2829,'wp-includes/js/dist/token-list.js'),(2830,'wp-includes/js/dist/token-list.min.js'),(2831,'wp-includes/js/dist/url.js'),(2832,'wp-includes/js/dist/url.min.js'),(2833,'wp-includes/js/dist/vendor/lodash.js'),(2834,'wp-includes/js/dist/vendor/lodash.min.js'),(2835,'wp-includes/js/dist/vendor/moment.js'),(2836,'wp-includes/js/dist/vendor/moment.min.js'),(2837,'wp-includes/js/dist/vendor/react-dom.js'),(2838,'wp-includes/js/dist/vendor/react-dom.min.js'),(2839,'wp-includes/js/dist/vendor/react.js'),(2840,'wp-includes/js/dist/vendor/react.min.js'),(2841,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(2842,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(2843,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(2844,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(2845,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(2846,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(2847,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(2848,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(2849,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(2850,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(2851,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(2852,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(2853,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(2854,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(2855,'wp-includes/js/dist/vendor/wp-polyfill.js'),(2856,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(2857,'wp-includes/js/dist/viewport.js'),(2858,'wp-includes/js/dist/viewport.min.js'),(2859,'wp-includes/js/dist/warning.js'),(2860,'wp-includes/js/dist/warning.min.js'),(2861,'wp-includes/js/dist/wordcount.js'),(2862,'wp-includes/js/dist/wordcount.min.js'),(2863,'wp-includes/js/heartbeat.js'),(2864,'wp-includes/js/heartbeat.min.js'),(2865,'wp-includes/js/hoverIntent.js'),(2866,'wp-includes/js/hoverIntent.min.js'),(2867,'wp-includes/js/hoverintent-js.min.js'),(2868,'wp-includes/js/imagesloaded.min.js'),(2869,'wp-includes/js/imgareaselect/border-anim-h.gif'),(2870,'wp-includes/js/imgareaselect/border-anim-v.gif'),(2871,'wp-includes/js/imgareaselect/imgareaselect.css'),(2872,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(2873,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(2874,'wp-includes/js/jcrop/Jcrop.gif'),(2875,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(2876,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(2877,'wp-includes/js/jquery/jquery-migrate.js'),(2878,'wp-includes/js/jquery/jquery-migrate.min.js'),(2879,'wp-includes/js/jquery/jquery.color.min.js'),(2880,'wp-includes/js/jquery/jquery.form.js'),(2881,'wp-includes/js/jquery/jquery.form.min.js'),(2882,'wp-includes/js/jquery/jquery.hotkeys.js'),(2883,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(2884,'wp-includes/js/jquery/jquery.js'),(2885,'wp-includes/js/jquery/jquery.masonry.min.js'),(2886,'wp-includes/js/jquery/jquery.min.js'),(2887,'wp-includes/js/jquery/jquery.query.js'),(2888,'wp-includes/js/jquery/jquery.schedule.js'),(2889,'wp-includes/js/jquery/jquery.serialize-object.js'),(2890,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(2891,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(2892,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(2893,'wp-includes/js/jquery/suggest.js'),(2894,'wp-includes/js/jquery/suggest.min.js'),(2895,'wp-includes/js/jquery/ui/accordion.js'),(2896,'wp-includes/js/jquery/ui/accordion.min.js'),(2897,'wp-includes/js/jquery/ui/autocomplete.js'),(2898,'wp-includes/js/jquery/ui/autocomplete.min.js'),(2899,'wp-includes/js/jquery/ui/button.js'),(2900,'wp-includes/js/jquery/ui/button.min.js'),(2901,'wp-includes/js/jquery/ui/checkboxradio.js'),(2902,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(2903,'wp-includes/js/jquery/ui/controlgroup.js'),(2904,'wp-includes/js/jquery/ui/controlgroup.min.js'),(2905,'wp-includes/js/jquery/ui/core.js'),(2906,'wp-includes/js/jquery/ui/core.min.js'),(2907,'wp-includes/js/jquery/ui/datepicker.js'),(2908,'wp-includes/js/jquery/ui/datepicker.min.js'),(2909,'wp-includes/js/jquery/ui/dialog.js'),(2910,'wp-includes/js/jquery/ui/dialog.min.js'),(2911,'wp-includes/js/jquery/ui/draggable.js'),(2912,'wp-includes/js/jquery/ui/draggable.min.js'),(2913,'wp-includes/js/jquery/ui/droppable.js'),(2914,'wp-includes/js/jquery/ui/droppable.min.js'),(2915,'wp-includes/js/jquery/ui/effect-blind.js'),(2916,'wp-includes/js/jquery/ui/effect-blind.min.js'),(2917,'wp-includes/js/jquery/ui/effect-bounce.js'),(2918,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(2919,'wp-includes/js/jquery/ui/effect-clip.js'),(2920,'wp-includes/js/jquery/ui/effect-clip.min.js'),(2921,'wp-includes/js/jquery/ui/effect-drop.js'),(2922,'wp-includes/js/jquery/ui/effect-drop.min.js'),(2923,'wp-includes/js/jquery/ui/effect-explode.js'),(2924,'wp-includes/js/jquery/ui/effect-explode.min.js'),(2925,'wp-includes/js/jquery/ui/effect-fade.js'),(2926,'wp-includes/js/jquery/ui/effect-fade.min.js'),(2927,'wp-includes/js/jquery/ui/effect-fold.js'),(2928,'wp-includes/js/jquery/ui/effect-fold.min.js'),(2929,'wp-includes/js/jquery/ui/effect-highlight.js'),(2930,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(2931,'wp-includes/js/jquery/ui/effect-puff.js'),(2932,'wp-includes/js/jquery/ui/effect-puff.min.js'),(2933,'wp-includes/js/jquery/ui/effect-pulsate.js'),(2934,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(2935,'wp-includes/js/jquery/ui/effect-scale.js'),(2936,'wp-includes/js/jquery/ui/effect-scale.min.js'),(2937,'wp-includes/js/jquery/ui/effect-shake.js'),(2938,'wp-includes/js/jquery/ui/effect-shake.min.js'),(2939,'wp-includes/js/jquery/ui/effect-size.js'),(2940,'wp-includes/js/jquery/ui/effect-size.min.js'),(2941,'wp-includes/js/jquery/ui/effect-slide.js'),(2942,'wp-includes/js/jquery/ui/effect-slide.min.js'),(2943,'wp-includes/js/jquery/ui/effect-transfer.js'),(2944,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(2945,'wp-includes/js/jquery/ui/effect.js'),(2946,'wp-includes/js/jquery/ui/effect.min.js'),(2947,'wp-includes/js/jquery/ui/menu.js'),(2948,'wp-includes/js/jquery/ui/menu.min.js'),(2949,'wp-includes/js/jquery/ui/mouse.js'),(2950,'wp-includes/js/jquery/ui/mouse.min.js'),(2951,'wp-includes/js/jquery/ui/progressbar.js'),(2952,'wp-includes/js/jquery/ui/progressbar.min.js'),(2953,'wp-includes/js/jquery/ui/resizable.js'),(2954,'wp-includes/js/jquery/ui/resizable.min.js'),(2955,'wp-includes/js/jquery/ui/selectable.js'),(2956,'wp-includes/js/jquery/ui/selectable.min.js'),(2957,'wp-includes/js/jquery/ui/selectmenu.js'),(2958,'wp-includes/js/jquery/ui/selectmenu.min.js'),(2959,'wp-includes/js/jquery/ui/slider.js'),(2960,'wp-includes/js/jquery/ui/slider.min.js'),(2961,'wp-includes/js/jquery/ui/sortable.js'),(2962,'wp-includes/js/jquery/ui/sortable.min.js'),(2963,'wp-includes/js/jquery/ui/spinner.js'),(2964,'wp-includes/js/jquery/ui/spinner.min.js'),(2965,'wp-includes/js/jquery/ui/tabs.js'),(2966,'wp-includes/js/jquery/ui/tabs.min.js'),(2967,'wp-includes/js/jquery/ui/tooltip.js'),(2968,'wp-includes/js/jquery/ui/tooltip.min.js'),(2969,'wp-includes/js/json2.js'),(2970,'wp-includes/js/json2.min.js'),(2971,'wp-includes/js/masonry.min.js'),(2972,'wp-includes/js/mce-view.js'),(2973,'wp-includes/js/mce-view.min.js'),(2974,'wp-includes/js/media-audiovideo.js'),(2975,'wp-includes/js/media-audiovideo.min.js'),(2976,'wp-includes/js/media-editor.js'),(2977,'wp-includes/js/media-editor.min.js'),(2978,'wp-includes/js/media-grid.js'),(2979,'wp-includes/js/media-grid.min.js'),(2980,'wp-includes/js/media-models.js'),(2981,'wp-includes/js/media-models.min.js'),(2982,'wp-includes/js/media-views.js'),(2983,'wp-includes/js/media-views.min.js'),(2984,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(2985,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(2986,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(2987,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(2988,'wp-includes/js/mediaelement/mediaelement.js'),(2989,'wp-includes/js/mediaelement/mediaelement.min.js'),(2990,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(2991,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(2992,'wp-includes/js/mediaelement/mediaelementplayer.css'),(2993,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(2994,'wp-includes/js/mediaelement/mejs-controls.png'),(2995,'wp-includes/js/mediaelement/mejs-controls.svg'),(2996,'wp-includes/js/mediaelement/renderers/vimeo.js'),(2997,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(2998,'wp-includes/js/mediaelement/wp-mediaelement.css'),(2999,'wp-includes/js/mediaelement/wp-mediaelement.js'),(3000,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(3001,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(3002,'wp-includes/js/mediaelement/wp-playlist.js'),(3003,'wp-includes/js/mediaelement/wp-playlist.min.js'),(3004,'wp-includes/js/plupload/handlers.js'),(3005,'wp-includes/js/plupload/handlers.min.js'),(3006,'wp-includes/js/plupload/license.txt'),(3007,'wp-includes/js/plupload/moxie.js'),(3008,'wp-includes/js/plupload/moxie.min.js'),(3009,'wp-includes/js/plupload/plupload.js'),(3010,'wp-includes/js/plupload/plupload.min.js'),(3011,'wp-includes/js/plupload/wp-plupload.js'),(3012,'wp-includes/js/plupload/wp-plupload.min.js'),(3013,'wp-includes/js/quicktags.js'),(3014,'wp-includes/js/quicktags.min.js'),(3015,'wp-includes/js/shortcode.js'),(3016,'wp-includes/js/shortcode.min.js'),(3017,'wp-includes/js/swfobject.js'),(3018,'wp-includes/js/swfupload/handlers.js'),(3019,'wp-includes/js/swfupload/handlers.min.js'),(3020,'wp-includes/js/swfupload/license.txt'),(3021,'wp-includes/js/swfupload/swfupload.js'),(3022,'wp-includes/js/thickbox/loadingAnimation.gif'),(3023,'wp-includes/js/thickbox/macFFBgHack.png'),(3024,'wp-includes/js/thickbox/thickbox.css'),(3025,'wp-includes/js/thickbox/thickbox.js'),(3026,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(3027,'wp-includes/js/tinymce/license.txt'),(3028,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(3029,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(3030,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(3031,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(3032,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(3033,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(3034,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(3035,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(3036,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(3037,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(3038,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(3039,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(3040,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(3041,'wp-includes/js/tinymce/plugins/image/plugin.js'),(3042,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(3043,'wp-includes/js/tinymce/plugins/link/plugin.js'),(3044,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(3045,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(3046,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(3047,'wp-includes/js/tinymce/plugins/media/plugin.js'),(3048,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(3049,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(3050,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(3051,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(3052,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(3053,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(3054,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(3055,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(3056,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(3057,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(3058,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(3059,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(3060,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(3061,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(3062,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(3063,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(3064,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(3065,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(3066,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(3067,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(3068,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(3069,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(3070,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(3071,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(3072,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(3073,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(3074,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(3075,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(3076,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(3077,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(3078,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(3079,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(3080,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(3081,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(3082,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(3083,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(3084,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(3085,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(3086,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(3087,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(3088,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(3089,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(3090,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(3091,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(3092,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(3093,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(3094,'wp-includes/js/tinymce/themes/inlite/theme.js'),(3095,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(3096,'wp-includes/js/tinymce/themes/modern/theme.js'),(3097,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(3098,'wp-includes/js/tinymce/tiny_mce_popup.js'),(3099,'wp-includes/js/tinymce/tinymce.min.js'),(3100,'wp-includes/js/tinymce/utils/editable_selects.js'),(3101,'wp-includes/js/tinymce/utils/form_utils.js'),(3102,'wp-includes/js/tinymce/utils/mctabs.js'),(3103,'wp-includes/js/tinymce/utils/validate.js'),(3104,'wp-includes/js/tinymce/wp-tinymce.js'),(3105,'wp-includes/js/tinymce/wp-tinymce.php'),(3106,'wp-includes/js/tw-sack.js'),(3107,'wp-includes/js/tw-sack.min.js'),(3108,'wp-includes/js/twemoji.js'),(3109,'wp-includes/js/twemoji.min.js'),(3110,'wp-includes/js/underscore.js'),(3111,'wp-includes/js/underscore.min.js'),(3112,'wp-includes/js/utils.js'),(3113,'wp-includes/js/utils.min.js'),(3114,'wp-includes/js/wp-ajax-response.js'),(3115,'wp-includes/js/wp-ajax-response.min.js'),(3116,'wp-includes/js/wp-api.js'),(3117,'wp-includes/js/wp-api.min.js'),(3118,'wp-includes/js/wp-auth-check.js'),(3119,'wp-includes/js/wp-auth-check.min.js'),(3120,'wp-includes/js/wp-backbone.js'),(3121,'wp-includes/js/wp-backbone.min.js'),(3122,'wp-includes/js/wp-custom-header.js'),(3123,'wp-includes/js/wp-custom-header.min.js'),(3124,'wp-includes/js/wp-embed-template.js'),(3125,'wp-includes/js/wp-embed-template.min.js'),(3126,'wp-includes/js/wp-embed.js'),(3127,'wp-includes/js/wp-embed.min.js'),(3128,'wp-includes/js/wp-emoji-loader.js'),(3129,'wp-includes/js/wp-emoji-loader.min.js'),(3130,'wp-includes/js/wp-emoji-release.min.js'),(3131,'wp-includes/js/wp-emoji.js'),(3132,'wp-includes/js/wp-emoji.min.js'),(3133,'wp-includes/js/wp-list-revisions.js'),(3134,'wp-includes/js/wp-list-revisions.min.js'),(3135,'wp-includes/js/wp-lists.js'),(3136,'wp-includes/js/wp-lists.min.js'),(3137,'wp-includes/js/wp-pointer.js'),(3138,'wp-includes/js/wp-pointer.min.js'),(3139,'wp-includes/js/wp-sanitize.js'),(3140,'wp-includes/js/wp-sanitize.min.js'),(3141,'wp-includes/js/wp-util.js'),(3142,'wp-includes/js/wp-util.min.js'),(3143,'wp-includes/js/wpdialog.js'),(3144,'wp-includes/js/wpdialog.min.js'),(3145,'wp-includes/js/wplink.js'),(3146,'wp-includes/js/wplink.min.js'),(3147,'wp-includes/js/zxcvbn-async.js'),(3148,'wp-includes/js/zxcvbn-async.min.js'),(3149,'wp-includes/js/zxcvbn.min.js'),(3150,'wp-includes/kses.php'),(3151,'wp-includes/l10n.php'),(3152,'wp-includes/link-template.php'),(3153,'wp-includes/load.php'),(3154,'wp-includes/locale.php'),(3155,'wp-includes/media-template.php'),(3156,'wp-includes/media.php'),(3157,'wp-includes/meta.php'),(3158,'wp-includes/ms-blogs.php'),(3159,'wp-includes/ms-default-constants.php'),(3160,'wp-includes/ms-default-filters.php'),(3161,'wp-includes/ms-deprecated.php'),(3162,'wp-includes/ms-files.php'),(3163,'wp-includes/ms-functions.php'),(3164,'wp-includes/ms-load.php'),(3165,'wp-includes/ms-network.php'),(3166,'wp-includes/ms-settings.php'),(3167,'wp-includes/ms-site.php'),(3168,'wp-includes/nav-menu-template.php'),(3169,'wp-includes/nav-menu.php'),(3170,'wp-includes/option.php'),(3171,'wp-includes/pluggable-deprecated.php'),(3172,'wp-includes/pluggable.php'),(3173,'wp-includes/plugin.php'),(3174,'wp-includes/pomo/entry.php'),(3175,'wp-includes/pomo/mo.php'),(3176,'wp-includes/pomo/plural-forms.php'),(3177,'wp-includes/pomo/po.php'),(3178,'wp-includes/pomo/streams.php'),(3179,'wp-includes/pomo/translations.php'),(3180,'wp-includes/post-formats.php'),(3181,'wp-includes/post-template.php'),(3182,'wp-includes/post-thumbnail-template.php'),(3183,'wp-includes/post.php'),(3184,'wp-includes/query.php'),(3185,'wp-includes/random_compat/byte_safe_strings.php'),(3186,'wp-includes/random_compat/cast_to_int.php'),(3187,'wp-includes/random_compat/error_polyfill.php'),(3188,'wp-includes/random_compat/random.php'),(3189,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(3190,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(3191,'wp-includes/random_compat/random_bytes_libsodium.php'),(3192,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(3193,'wp-includes/random_compat/random_bytes_mcrypt.php'),(3194,'wp-includes/random_compat/random_int.php'),(3195,'wp-includes/registration-functions.php'),(3196,'wp-includes/registration.php'),(3197,'wp-includes/rest-api/class-wp-rest-request.php'),(3198,'wp-includes/rest-api/class-wp-rest-response.php'),(3199,'wp-includes/rest-api/class-wp-rest-server.php'),(3200,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(3201,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(3202,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(3203,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(3204,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(3205,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(3206,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(3207,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(3208,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(3209,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(3210,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(3211,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(3212,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(3213,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(3214,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(3215,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(3216,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(3217,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(3218,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(3219,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(3220,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(3221,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(3222,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(3223,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(3224,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(3225,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(3226,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(3227,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(3228,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(3229,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(3230,'wp-includes/rest-api.php'),(3231,'wp-includes/revision.php'),(3232,'wp-includes/rewrite.php'),(3233,'wp-includes/robots-template.php'),(3234,'wp-includes/rss-functions.php'),(3235,'wp-includes/rss.php'),(3236,'wp-includes/script-loader.php'),(3237,'wp-includes/session.php'),(3238,'wp-includes/shortcodes.php'),(3239,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(3240,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(3241,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(3242,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(3243,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(3244,'wp-includes/sitemaps/class-wp-sitemaps.php'),(3245,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(3246,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(3247,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(3248,'wp-includes/sitemaps.php'),(3249,'wp-includes/sodium_compat/LICENSE'),(3250,'wp-includes/sodium_compat/autoload-php7.php'),(3251,'wp-includes/sodium_compat/autoload.php'),(3252,'wp-includes/sodium_compat/composer.json'),(3253,'wp-includes/sodium_compat/lib/constants.php'),(3254,'wp-includes/sodium_compat/lib/namespaced.php'),(3255,'wp-includes/sodium_compat/lib/php72compat.php'),(3256,'wp-includes/sodium_compat/lib/php72compat_const.php'),(3257,'wp-includes/sodium_compat/lib/sodium_compat.php'),(3258,'wp-includes/sodium_compat/namespaced/Compat.php'),(3259,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(3260,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(3261,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(3262,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(3263,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(3264,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(3265,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(3266,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(3267,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(3268,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(3269,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(3270,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(3271,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(3272,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(3273,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(3274,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(3275,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(3276,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(3277,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(3278,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(3279,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(3280,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(3281,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(3282,'wp-includes/sodium_compat/namespaced/Crypto.php'),(3283,'wp-includes/sodium_compat/namespaced/File.php'),(3284,'wp-includes/sodium_compat/src/Compat.php'),(3285,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(3286,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(3287,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(3288,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(3289,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(3290,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(3291,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(3292,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(3293,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(3294,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(3295,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(3296,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(3297,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(3298,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(3299,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(3300,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(3301,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(3302,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(3303,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(3304,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(3305,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(3306,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(3307,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(3308,'wp-includes/sodium_compat/src/Core/SipHash.php'),(3309,'wp-includes/sodium_compat/src/Core/Util.php'),(3310,'wp-includes/sodium_compat/src/Core/X25519.php'),(3311,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(3312,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(3313,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(3314,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(3315,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(3316,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(3317,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(3318,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(3319,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(3320,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(3321,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(3322,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(3323,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(3324,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(3325,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(3326,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(3327,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(3328,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(3329,'wp-includes/sodium_compat/src/Core32/Int32.php'),(3330,'wp-includes/sodium_compat/src/Core32/Int64.php'),(3331,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(3332,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(3333,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(3334,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(3335,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(3336,'wp-includes/sodium_compat/src/Core32/Util.php'),(3337,'wp-includes/sodium_compat/src/Core32/X25519.php'),(3338,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(3339,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(3340,'wp-includes/sodium_compat/src/Crypto.php'),(3341,'wp-includes/sodium_compat/src/Crypto32.php'),(3342,'wp-includes/sodium_compat/src/File.php'),(3343,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(3344,'wp-includes/sodium_compat/src/SodiumException.php'),(3345,'wp-includes/spl-autoload-compat.php'),(3346,'wp-includes/taxonomy.php'),(3347,'wp-includes/template-loader.php'),(3348,'wp-includes/template.php'),(3349,'wp-includes/theme-compat/comments.php'),(3350,'wp-includes/theme-compat/embed-404.php'),(3351,'wp-includes/theme-compat/embed-content.php'),(3352,'wp-includes/theme-compat/embed.php'),(3353,'wp-includes/theme-compat/footer-embed.php'),(3354,'wp-includes/theme-compat/footer.php'),(3355,'wp-includes/theme-compat/header-embed.php'),(3356,'wp-includes/theme-compat/header.php'),(3357,'wp-includes/theme-compat/sidebar.php'),(3358,'wp-includes/theme.php'),(3359,'wp-includes/update.php'),(3360,'wp-includes/user.php'),(3361,'wp-includes/vars.php'),(3362,'wp-includes/version.php'),(3363,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(3364,'wp-includes/widgets/class-wp-widget-archives.php'),(3365,'wp-includes/widgets/class-wp-widget-calendar.php'),(3366,'wp-includes/widgets/class-wp-widget-categories.php'),(3367,'wp-includes/widgets/class-wp-widget-custom-html.php'),(3368,'wp-includes/widgets/class-wp-widget-links.php'),(3369,'wp-includes/widgets/class-wp-widget-media-audio.php'),(3370,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(3371,'wp-includes/widgets/class-wp-widget-media-image.php'),(3372,'wp-includes/widgets/class-wp-widget-media-video.php'),(3373,'wp-includes/widgets/class-wp-widget-media.php'),(3374,'wp-includes/widgets/class-wp-widget-meta.php'),(3375,'wp-includes/widgets/class-wp-widget-pages.php'),(3376,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(3377,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(3378,'wp-includes/widgets/class-wp-widget-rss.php'),(3379,'wp-includes/widgets/class-wp-widget-search.php'),(3380,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(3381,'wp-includes/widgets/class-wp-widget-text.php'),(3382,'wp-includes/widgets.php'),(3383,'wp-includes/wlwmanifest.xml'),(3384,'wp-includes/wp-db.php'),(3385,'wp-includes/wp-diff.php'),(3386,'wp-includes/wp-includes/ID3/getid3.lib.php'),(3387,'wp-includes/wp-includes/ID3/getid3.php'),(3388,'wp-includes/wp-includes/ID3/license.commercial.txt'),(3389,'wp-includes/wp-includes/ID3/license.txt'),(3390,'wp-includes/wp-includes/ID3/module.audio-video.asf.php'),(3391,'wp-includes/wp-includes/ID3/module.audio-video.flv.php'),(3392,'wp-includes/wp-includes/ID3/module.audio-video.matroska.php'),(3393,'wp-includes/wp-includes/ID3/module.audio-video.quicktime.php'),(3394,'wp-includes/wp-includes/ID3/module.audio-video.riff.php'),(3395,'wp-includes/wp-includes/ID3/module.audio.ac3.php'),(3396,'wp-includes/wp-includes/ID3/module.audio.dts.php'),(3397,'wp-includes/wp-includes/ID3/module.audio.flac.php'),(3398,'wp-includes/wp-includes/ID3/module.audio.mp3.php'),(3399,'wp-includes/wp-includes/ID3/module.audio.ogg.php'),(3400,'wp-includes/wp-includes/ID3/module.tag.apetag.php'),(3401,'wp-includes/wp-includes/ID3/module.tag.id3v1.php'),(3402,'wp-includes/wp-includes/ID3/module.tag.id3v2.php'),(3403,'wp-includes/wp-includes/ID3/module.tag.lyrics3.php'),(3404,'wp-includes/wp-includes/ID3/readme.txt'),(3405,'wp-includes/wp-includes/IXR/class-IXR-base64.php'),(3406,'wp-includes/wp-includes/IXR/class-IXR-client.php'),(3407,'wp-includes/wp-includes/IXR/class-IXR-clientmulticall.php'),(3408,'wp-includes/wp-includes/IXR/class-IXR-date.php'),(3409,'wp-includes/wp-includes/IXR/class-IXR-error.php'),(3410,'wp-includes/wp-includes/IXR/class-IXR-introspectionserver.php'),(3411,'wp-includes/wp-includes/IXR/class-IXR-message.php'),(3412,'wp-includes/wp-includes/IXR/class-IXR-request.php'),(3413,'wp-includes/wp-includes/IXR/class-IXR-server.php'),(3414,'wp-includes/wp-includes/IXR/class-IXR-value.php'),(3415,'wp-includes/wp-includes/PHPMailer/Exception.php'),(3416,'wp-includes/wp-includes/PHPMailer/PHPMailer.php'),(3417,'wp-includes/wp-includes/PHPMailer/SMTP.php'),(3418,'wp-includes/wp-includes/Requests/Auth/Basic.php'),(3419,'wp-includes/wp-includes/Requests/Auth.php'),(3420,'wp-includes/wp-includes/Requests/Cookie/Jar.php'),(3421,'wp-includes/wp-includes/Requests/Cookie.php'),(3422,'wp-includes/wp-includes/Requests/Exception/HTTP/304.php'),(3423,'wp-includes/wp-includes/Requests/Exception/HTTP/305.php'),(3424,'wp-includes/wp-includes/Requests/Exception/HTTP/306.php'),(3425,'wp-includes/wp-includes/Requests/Exception/HTTP/400.php'),(3426,'wp-includes/wp-includes/Requests/Exception/HTTP/401.php'),(3427,'wp-includes/wp-includes/Requests/Exception/HTTP/402.php'),(3428,'wp-includes/wp-includes/Requests/Exception/HTTP/403.php'),(3429,'wp-includes/wp-includes/Requests/Exception/HTTP/404.php'),(3430,'wp-includes/wp-includes/Requests/Exception/HTTP/405.php'),(3431,'wp-includes/wp-includes/Requests/Exception/HTTP/406.php'),(3432,'wp-includes/wp-includes/Requests/Exception/HTTP/407.php'),(3433,'wp-includes/wp-includes/Requests/Exception/HTTP/408.php'),(3434,'wp-includes/wp-includes/Requests/Exception/HTTP/409.php'),(3435,'wp-includes/wp-includes/Requests/Exception/HTTP/410.php'),(3436,'wp-includes/wp-includes/Requests/Exception/HTTP/411.php'),(3437,'wp-includes/wp-includes/Requests/Exception/HTTP/412.php'),(3438,'wp-includes/wp-includes/Requests/Exception/HTTP/413.php'),(3439,'wp-includes/wp-includes/Requests/Exception/HTTP/414.php'),(3440,'wp-includes/wp-includes/Requests/Exception/HTTP/415.php'),(3441,'wp-includes/wp-includes/Requests/Exception/HTTP/416.php'),(3442,'wp-includes/wp-includes/Requests/Exception/HTTP/417.php'),(3443,'wp-includes/wp-includes/Requests/Exception/HTTP/418.php'),(3444,'wp-includes/wp-includes/Requests/Exception/HTTP/428.php'),(3445,'wp-includes/wp-includes/Requests/Exception/HTTP/429.php'),(3446,'wp-includes/wp-includes/Requests/Exception/HTTP/431.php'),(3447,'wp-includes/wp-includes/Requests/Exception/HTTP/500.php'),(3448,'wp-includes/wp-includes/Requests/Exception/HTTP/501.php'),(3449,'wp-includes/wp-includes/Requests/Exception/HTTP/502.php'),(3450,'wp-includes/wp-includes/Requests/Exception/HTTP/503.php'),(3451,'wp-includes/wp-includes/Requests/Exception/HTTP/504.php'),(3452,'wp-includes/wp-includes/Requests/Exception/HTTP/505.php'),(3453,'wp-includes/wp-includes/Requests/Exception/HTTP/511.php'),(3454,'wp-includes/wp-includes/Requests/Exception/HTTP/Unknown.php'),(3455,'wp-includes/wp-includes/Requests/Exception/HTTP.php'),(3456,'wp-includes/wp-includes/Requests/Exception/Transport/cURL.php'),(3457,'wp-includes/wp-includes/Requests/Exception/Transport.php'),(3458,'wp-includes/wp-includes/Requests/Exception.php'),(3459,'wp-includes/wp-includes/Requests/Hooker.php'),(3460,'wp-includes/wp-includes/Requests/Hooks.php'),(3461,'wp-includes/wp-includes/Requests/IDNAEncoder.php'),(3462,'wp-includes/wp-includes/Requests/IPv6.php'),(3463,'wp-includes/wp-includes/Requests/IRI.php'),(3464,'wp-includes/wp-includes/Requests/Proxy/HTTP.php'),(3465,'wp-includes/wp-includes/Requests/Proxy.php'),(3466,'wp-includes/wp-includes/Requests/Response/Headers.php'),(3467,'wp-includes/wp-includes/Requests/Response.php'),(3468,'wp-includes/wp-includes/Requests/SSL.php'),(3469,'wp-includes/wp-includes/Requests/Session.php'),(3470,'wp-includes/wp-includes/Requests/Transport/cURL.php'),(3471,'wp-includes/wp-includes/Requests/Transport/fsockopen.php'),(3472,'wp-includes/wp-includes/Requests/Transport.php'),(3473,'wp-includes/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(3474,'wp-includes/wp-includes/Requests/Utility/FilteredIterator.php'),(3475,'wp-includes/wp-includes/SimplePie/Author.php'),(3476,'wp-includes/wp-includes/SimplePie/Cache/Base.php'),(3477,'wp-includes/wp-includes/SimplePie/Cache/DB.php'),(3478,'wp-includes/wp-includes/SimplePie/Cache/File.php'),(3479,'wp-includes/wp-includes/SimplePie/Cache/Memcache.php'),(3480,'wp-includes/wp-includes/SimplePie/Cache/Memcached.php'),(3481,'wp-includes/wp-includes/SimplePie/Cache/MySQL.php'),(3482,'wp-includes/wp-includes/SimplePie/Cache/Redis.php'),(3483,'wp-includes/wp-includes/SimplePie/Cache.php'),(3484,'wp-includes/wp-includes/SimplePie/Caption.php'),(3485,'wp-includes/wp-includes/SimplePie/Category.php'),(3486,'wp-includes/wp-includes/SimplePie/Content/Type/Sniffer.php'),(3487,'wp-includes/wp-includes/SimplePie/Copyright.php'),(3488,'wp-includes/wp-includes/SimplePie/Core.php'),(3489,'wp-includes/wp-includes/SimplePie/Credit.php'),(3490,'wp-includes/wp-includes/SimplePie/Decode/HTML/Entities.php'),(3491,'wp-includes/wp-includes/SimplePie/Enclosure.php'),(3492,'wp-includes/wp-includes/SimplePie/Exception.php'),(3493,'wp-includes/wp-includes/SimplePie/File.php'),(3494,'wp-includes/wp-includes/SimplePie/HTTP/Parser.php'),(3495,'wp-includes/wp-includes/SimplePie/IRI.php'),(3496,'wp-includes/wp-includes/SimplePie/Item.php'),(3497,'wp-includes/wp-includes/SimplePie/Locator.php'),(3498,'wp-includes/wp-includes/SimplePie/Misc.php'),(3499,'wp-includes/wp-includes/SimplePie/Net/IPv6.php'),(3500,'wp-includes/wp-includes/SimplePie/Parse/Date.php'),(3501,'wp-includes/wp-includes/SimplePie/Parser.php'),(3502,'wp-includes/wp-includes/SimplePie/Rating.php'),(3503,'wp-includes/wp-includes/SimplePie/Registry.php'),(3504,'wp-includes/wp-includes/SimplePie/Restriction.php'),(3505,'wp-includes/wp-includes/SimplePie/Sanitize.php'),(3506,'wp-includes/wp-includes/SimplePie/Source.php'),(3507,'wp-includes/wp-includes/SimplePie/XML/Declaration/Parser.php'),(3508,'wp-includes/wp-includes/SimplePie/gzdecode.php'),(3509,'wp-includes/wp-includes/Text/Diff/Engine/native.php'),(3510,'wp-includes/wp-includes/Text/Diff/Engine/shell.php'),(3511,'wp-includes/wp-includes/Text/Diff/Engine/string.php'),(3512,'wp-includes/wp-includes/Text/Diff/Engine/xdiff.php'),(3513,'wp-includes/wp-includes/Text/Diff/Renderer/inline.php'),(3514,'wp-includes/wp-includes/Text/Diff/Renderer.php'),(3515,'wp-includes/wp-includes/Text/Diff.php'),(3516,'wp-includes/wp-includes/admin-bar.php'),(3517,'wp-includes/wp-includes/assets/script-loader-packages.php'),(3518,'wp-includes/wp-includes/atomlib.php'),(3519,'wp-includes/wp-includes/author-template.php'),(3520,'wp-includes/wp-includes/block-patterns/heading-paragraph.php'),(3521,'wp-includes/wp-includes/block-patterns/large-header-button.php'),(3522,'wp-includes/wp-includes/block-patterns/large-header.php'),(3523,'wp-includes/wp-includes/block-patterns/quote.php'),(3524,'wp-includes/wp-includes/block-patterns/text-three-columns-buttons.php'),(3525,'wp-includes/wp-includes/block-patterns/text-two-columns-with-images.php'),(3526,'wp-includes/wp-includes/block-patterns/text-two-columns.php'),(3527,'wp-includes/wp-includes/block-patterns/three-buttons.php'),(3528,'wp-includes/wp-includes/block-patterns/two-buttons.php'),(3529,'wp-includes/wp-includes/block-patterns/two-images.php'),(3530,'wp-includes/wp-includes/block-patterns.php'),(3531,'wp-includes/wp-includes/block-supports/align.php'),(3532,'wp-includes/wp-includes/block-supports/colors.php'),(3533,'wp-includes/wp-includes/block-supports/custom-classname.php'),(3534,'wp-includes/wp-includes/block-supports/generated-classname.php'),(3535,'wp-includes/wp-includes/block-supports/typography.php'),(3536,'wp-includes/wp-includes/blocks/archives/block.json'),(3537,'wp-includes/wp-includes/blocks/archives.php'),(3538,'wp-includes/wp-includes/blocks/audio/block.json'),(3539,'wp-includes/wp-includes/blocks/block/block.json'),(3540,'wp-includes/wp-includes/blocks/block.php'),(3541,'wp-includes/wp-includes/blocks/button/block.json'),(3542,'wp-includes/wp-includes/blocks/buttons/block.json'),(3543,'wp-includes/wp-includes/blocks/calendar/block.json'),(3544,'wp-includes/wp-includes/blocks/calendar.php'),(3545,'wp-includes/wp-includes/blocks/categories/block.json'),(3546,'wp-includes/wp-includes/blocks/categories.php'),(3547,'wp-includes/wp-includes/blocks/code/block.json'),(3548,'wp-includes/wp-includes/blocks/column/block.json'),(3549,'wp-includes/wp-includes/blocks/columns/block.json'),(3550,'wp-includes/wp-includes/blocks/embed/block.json'),(3551,'wp-includes/wp-includes/blocks/file/block.json'),(3552,'wp-includes/wp-includes/blocks/freeform/block.json'),(3553,'wp-includes/wp-includes/blocks/gallery/block.json'),(3554,'wp-includes/wp-includes/blocks/group/block.json'),(3555,'wp-includes/wp-includes/blocks/heading/block.json'),(3556,'wp-includes/wp-includes/blocks/html/block.json'),(3557,'wp-includes/wp-includes/blocks/image/block.json'),(3558,'wp-includes/wp-includes/blocks/index.php'),(3559,'wp-includes/wp-includes/blocks/latest-comments/block.json'),(3560,'wp-includes/wp-includes/blocks/latest-comments.php'),(3561,'wp-includes/wp-includes/blocks/latest-posts/block.json'),(3562,'wp-includes/wp-includes/blocks/latest-posts.php'),(3563,'wp-includes/wp-includes/blocks/list/block.json'),(3564,'wp-includes/wp-includes/blocks/media-text/block.json'),(3565,'wp-includes/wp-includes/blocks/missing/block.json'),(3566,'wp-includes/wp-includes/blocks/more/block.json'),(3567,'wp-includes/wp-includes/blocks/nextpage/block.json'),(3568,'wp-includes/wp-includes/blocks/paragraph/block.json'),(3569,'wp-includes/wp-includes/blocks/preformatted/block.json'),(3570,'wp-includes/wp-includes/blocks/pullquote/block.json'),(3571,'wp-includes/wp-includes/blocks/quote/block.json'),(3572,'wp-includes/wp-includes/blocks/rss/block.json'),(3573,'wp-includes/wp-includes/blocks/rss.php'),(3574,'wp-includes/wp-includes/blocks/search/block.json'),(3575,'wp-includes/wp-includes/blocks/search.php'),(3576,'wp-includes/wp-includes/blocks/separator/block.json'),(3577,'wp-includes/wp-includes/blocks/shortcode/block.json'),(3578,'wp-includes/wp-includes/blocks/shortcode.php'),(3579,'wp-includes/wp-includes/blocks/social-link/block.json'),(3580,'wp-includes/wp-includes/blocks/social-link.php'),(3581,'wp-includes/wp-includes/blocks/social-links/block.json'),(3582,'wp-includes/wp-includes/blocks/spacer/block.json'),(3583,'wp-includes/wp-includes/blocks/subhead/block.json'),(3584,'wp-includes/wp-includes/blocks/table/block.json'),(3585,'wp-includes/wp-includes/blocks/tag-cloud/block.json'),(3586,'wp-includes/wp-includes/blocks/tag-cloud.php'),(3587,'wp-includes/wp-includes/blocks/text-columns/block.json'),(3588,'wp-includes/wp-includes/blocks/verse/block.json'),(3589,'wp-includes/wp-includes/blocks/video/block.json'),(3590,'wp-includes/wp-includes/blocks.php'),(3591,'wp-includes/wp-includes/bookmark-template.php'),(3592,'wp-includes/wp-includes/bookmark.php'),(3593,'wp-includes/wp-includes/cache-compat.php'),(3594,'wp-includes/wp-includes/cache.php'),(3595,'wp-includes/wp-includes/canonical.php'),(3596,'wp-includes/wp-includes/capabilities.php'),(3597,'wp-includes/wp-includes/category-template.php'),(3598,'wp-includes/wp-includes/category.php'),(3599,'wp-includes/wp-includes/certificates/ca-bundle.crt'),(3600,'wp-includes/wp-includes/class-IXR.php'),(3601,'wp-includes/wp-includes/class-feed.php'),(3602,'wp-includes/wp-includes/class-http.php'),(3603,'wp-includes/wp-includes/class-json.php'),(3604,'wp-includes/wp-includes/class-oembed.php'),(3605,'wp-includes/wp-includes/class-phpass.php'),(3606,'wp-includes/wp-includes/class-phpmailer.php'),(3607,'wp-includes/wp-includes/class-pop3.php'),(3608,'wp-includes/wp-includes/class-requests.php'),(3609,'wp-includes/wp-includes/class-simplepie.php'),(3610,'wp-includes/wp-includes/class-smtp.php'),(3611,'wp-includes/wp-includes/class-snoopy.php'),(3612,'wp-includes/wp-includes/class-walker-category-dropdown.php'),(3613,'wp-includes/wp-includes/class-walker-category.php'),(3614,'wp-includes/wp-includes/class-walker-comment.php'),(3615,'wp-includes/wp-includes/class-walker-nav-menu.php'),(3616,'wp-includes/wp-includes/class-walker-page-dropdown.php'),(3617,'wp-includes/wp-includes/class-walker-page.php'),(3618,'wp-includes/wp-includes/class-wp-admin-bar.php'),(3619,'wp-includes/wp-includes/class-wp-ajax-response.php'),(3620,'wp-includes/wp-includes/class-wp-application-passwords.php'),(3621,'wp-includes/wp-includes/class-wp-block-list.php'),(3622,'wp-includes/wp-includes/class-wp-block-parser.php'),(3623,'wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php'),(3624,'wp-includes/wp-includes/class-wp-block-patterns-registry.php'),(3625,'wp-includes/wp-includes/class-wp-block-styles-registry.php'),(3626,'wp-includes/wp-includes/class-wp-block-supports.php'),(3627,'wp-includes/wp-includes/class-wp-block-type-registry.php'),(3628,'wp-includes/wp-includes/class-wp-block-type.php'),(3629,'wp-includes/wp-includes/class-wp-block.php'),(3630,'wp-includes/wp-includes/class-wp-comment-query.php'),(3631,'wp-includes/wp-includes/class-wp-comment.php'),(3632,'wp-includes/wp-includes/class-wp-customize-control.php'),(3633,'wp-includes/wp-includes/class-wp-customize-manager.php'),(3634,'wp-includes/wp-includes/class-wp-customize-nav-menus.php'),(3635,'wp-includes/wp-includes/class-wp-customize-panel.php'),(3636,'wp-includes/wp-includes/class-wp-customize-section.php'),(3637,'wp-includes/wp-includes/class-wp-customize-setting.php'),(3638,'wp-includes/wp-includes/class-wp-customize-widgets.php'),(3639,'wp-includes/wp-includes/class-wp-date-query.php'),(3640,'wp-includes/wp-includes/class-wp-dependency.php'),(3641,'wp-includes/wp-includes/class-wp-editor.php'),(3642,'wp-includes/wp-includes/class-wp-embed.php'),(3643,'wp-includes/wp-includes/class-wp-error.php'),(3644,'wp-includes/wp-includes/class-wp-fatal-error-handler.php'),(3645,'wp-includes/wp-includes/class-wp-feed-cache-transient.php'),(3646,'wp-includes/wp-includes/class-wp-feed-cache.php'),(3647,'wp-includes/wp-includes/class-wp-hook.php'),(3648,'wp-includes/wp-includes/class-wp-http-cookie.php'),(3649,'wp-includes/wp-includes/class-wp-http-curl.php'),(3650,'wp-includes/wp-includes/class-wp-http-encoding.php'),(3651,'wp-includes/wp-includes/class-wp-http-ixr-client.php'),(3652,'wp-includes/wp-includes/class-wp-http-proxy.php'),(3653,'wp-includes/wp-includes/class-wp-http-requests-hooks.php'),(3654,'wp-includes/wp-includes/class-wp-http-requests-response.php'),(3655,'wp-includes/wp-includes/class-wp-http-response.php'),(3656,'wp-includes/wp-includes/class-wp-http-streams.php'),(3657,'wp-includes/wp-includes/class-wp-image-editor-gd.php'),(3658,'wp-includes/wp-includes/class-wp-image-editor-imagick.php'),(3659,'wp-includes/wp-includes/class-wp-image-editor.php'),(3660,'wp-includes/wp-includes/class-wp-list-util.php'),(3661,'wp-includes/wp-includes/class-wp-locale-switcher.php'),(3662,'wp-includes/wp-includes/class-wp-locale.php'),(3663,'wp-includes/wp-includes/class-wp-matchesmapregex.php'),(3664,'wp-includes/wp-includes/class-wp-meta-query.php'),(3665,'wp-includes/wp-includes/class-wp-metadata-lazyloader.php'),(3666,'wp-includes/wp-includes/class-wp-network-query.php'),(3667,'wp-includes/wp-includes/class-wp-network.php'),(3668,'wp-includes/wp-includes/class-wp-object-cache.php'),(3669,'wp-includes/wp-includes/class-wp-oembed-controller.php'),(3670,'wp-includes/wp-includes/class-wp-oembed.php'),(3671,'wp-includes/wp-includes/class-wp-paused-extensions-storage.php'),(3672,'wp-includes/wp-includes/class-wp-post-type.php'),(3673,'wp-includes/wp-includes/class-wp-post.php'),(3674,'wp-includes/wp-includes/class-wp-query.php'),(3675,'wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php'),(3676,'wp-includes/wp-includes/class-wp-recovery-mode-email-service.php'),(3677,'wp-includes/wp-includes/class-wp-recovery-mode-key-service.php'),(3678,'wp-includes/wp-includes/class-wp-recovery-mode-link-service.php'),(3679,'wp-includes/wp-includes/class-wp-recovery-mode.php'),(3680,'wp-includes/wp-includes/class-wp-rewrite.php'),(3681,'wp-includes/wp-includes/class-wp-role.php'),(3682,'wp-includes/wp-includes/class-wp-roles.php'),(3683,'wp-includes/wp-includes/class-wp-session-tokens.php'),(3684,'wp-includes/wp-includes/class-wp-simplepie-file.php'),(3685,'wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php'),(3686,'wp-includes/wp-includes/class-wp-site-query.php'),(3687,'wp-includes/wp-includes/class-wp-site.php'),(3688,'wp-includes/wp-includes/class-wp-tax-query.php'),(3689,'wp-includes/wp-includes/class-wp-taxonomy.php'),(3690,'wp-includes/wp-includes/class-wp-term-query.php'),(3691,'wp-includes/wp-includes/class-wp-term.php'),(3692,'wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php'),(3693,'wp-includes/wp-includes/class-wp-text-diff-renderer-table.php'),(3694,'wp-includes/wp-includes/class-wp-theme.php'),(3695,'wp-includes/wp-includes/class-wp-user-meta-session-tokens.php'),(3696,'wp-includes/wp-includes/class-wp-user-query.php'),(3697,'wp-includes/wp-includes/class-wp-user-request.php'),(3698,'wp-includes/wp-includes/class-wp-user.php'),(3699,'wp-includes/wp-includes/class-wp-walker.php'),(3700,'wp-includes/wp-includes/class-wp-widget-factory.php'),(3701,'wp-includes/wp-includes/class-wp-widget.php'),(3702,'wp-includes/wp-includes/class-wp-xmlrpc-server.php'),(3703,'wp-includes/wp-includes/class-wp.php'),(3704,'wp-includes/wp-includes/class.wp-dependencies.php'),(3705,'wp-includes/wp-includes/class.wp-scripts.php'),(3706,'wp-includes/wp-includes/class.wp-styles.php'),(3707,'wp-includes/wp-includes/comment-template.php'),(3708,'wp-includes/wp-includes/comment.php'),(3709,'wp-includes/wp-includes/compat.php'),(3710,'wp-includes/wp-includes/cron.php'),(3711,'wp-includes/wp-includes/css/admin-bar-rtl.css'),(3712,'wp-includes/wp-includes/css/admin-bar-rtl.min.css'),(3713,'wp-includes/wp-includes/css/admin-bar.css'),(3714,'wp-includes/wp-includes/css/admin-bar.min.css'),(3715,'wp-includes/wp-includes/css/buttons-rtl.css'),(3716,'wp-includes/wp-includes/css/buttons-rtl.min.css'),(3717,'wp-includes/wp-includes/css/buttons.css'),(3718,'wp-includes/wp-includes/css/buttons.min.css'),(3719,'wp-includes/wp-includes/css/customize-preview-rtl.css'),(3720,'wp-includes/wp-includes/css/customize-preview-rtl.min.css'),(3721,'wp-includes/wp-includes/css/customize-preview.css'),(3722,'wp-includes/wp-includes/css/customize-preview.min.css'),(3723,'wp-includes/wp-includes/css/dashicons.css'),(3724,'wp-includes/wp-includes/css/dashicons.min.css'),(3725,'wp-includes/wp-includes/css/dist/block-directory/style-rtl.css'),(3726,'wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css'),(3727,'wp-includes/wp-includes/css/dist/block-directory/style.css'),(3728,'wp-includes/wp-includes/css/dist/block-directory/style.min.css'),(3729,'wp-includes/wp-includes/css/dist/block-editor/style-rtl.css'),(3730,'wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css'),(3731,'wp-includes/wp-includes/css/dist/block-editor/style.css'),(3732,'wp-includes/wp-includes/css/dist/block-editor/style.min.css'),(3733,'wp-includes/wp-includes/css/dist/block-library/common-rtl.css'),(3734,'wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css'),(3735,'wp-includes/wp-includes/css/dist/block-library/common.css'),(3736,'wp-includes/wp-includes/css/dist/block-library/common.min.css'),(3737,'wp-includes/wp-includes/css/dist/block-library/editor-rtl.css'),(3738,'wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css'),(3739,'wp-includes/wp-includes/css/dist/block-library/editor.css'),(3740,'wp-includes/wp-includes/css/dist/block-library/editor.min.css'),(3741,'wp-includes/wp-includes/css/dist/block-library/style-rtl.css'),(3742,'wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css'),(3743,'wp-includes/wp-includes/css/dist/block-library/style.css'),(3744,'wp-includes/wp-includes/css/dist/block-library/style.min.css'),(3745,'wp-includes/wp-includes/css/dist/block-library/theme-rtl.css'),(3746,'wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css'),(3747,'wp-includes/wp-includes/css/dist/block-library/theme.css'),(3748,'wp-includes/wp-includes/css/dist/block-library/theme.min.css'),(3749,'wp-includes/wp-includes/css/dist/components/style-rtl.css'),(3750,'wp-includes/wp-includes/css/dist/components/style-rtl.min.css'),(3751,'wp-includes/wp-includes/css/dist/components/style.css'),(3752,'wp-includes/wp-includes/css/dist/components/style.min.css'),(3753,'wp-includes/wp-includes/css/dist/edit-post/style-rtl.css'),(3754,'wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css'),(3755,'wp-includes/wp-includes/css/dist/edit-post/style.css'),(3756,'wp-includes/wp-includes/css/dist/edit-post/style.min.css'),(3757,'wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css'),(3758,'wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(3759,'wp-includes/wp-includes/css/dist/editor/editor-styles.css'),(3760,'wp-includes/wp-includes/css/dist/editor/editor-styles.min.css'),(3761,'wp-includes/wp-includes/css/dist/editor/style-rtl.css'),(3762,'wp-includes/wp-includes/css/dist/editor/style-rtl.min.css'),(3763,'wp-includes/wp-includes/css/dist/editor/style.css'),(3764,'wp-includes/wp-includes/css/dist/editor/style.min.css'),(3765,'wp-includes/wp-includes/css/dist/format-library/style-rtl.css'),(3766,'wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css'),(3767,'wp-includes/wp-includes/css/dist/format-library/style.css'),(3768,'wp-includes/wp-includes/css/dist/format-library/style.min.css'),(3769,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(3770,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(3771,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css'),(3772,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css'),(3773,'wp-includes/wp-includes/css/dist/nux/style-rtl.css'),(3774,'wp-includes/wp-includes/css/dist/nux/style-rtl.min.css'),(3775,'wp-includes/wp-includes/css/dist/nux/style.css'),(3776,'wp-includes/wp-includes/css/dist/nux/style.min.css'),(3777,'wp-includes/wp-includes/css/editor-rtl.css'),(3778,'wp-includes/wp-includes/css/editor-rtl.min.css'),(3779,'wp-includes/wp-includes/css/editor.css'),(3780,'wp-includes/wp-includes/css/editor.min.css'),(3781,'wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css'),(3782,'wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css'),(3783,'wp-includes/wp-includes/css/jquery-ui-dialog.css'),(3784,'wp-includes/wp-includes/css/jquery-ui-dialog.min.css'),(3785,'wp-includes/wp-includes/css/media-views-rtl.css'),(3786,'wp-includes/wp-includes/css/media-views-rtl.min.css'),(3787,'wp-includes/wp-includes/css/media-views.css'),(3788,'wp-includes/wp-includes/css/media-views.min.css'),(3789,'wp-includes/wp-includes/css/wp-auth-check-rtl.css'),(3790,'wp-includes/wp-includes/css/wp-auth-check-rtl.min.css'),(3791,'wp-includes/wp-includes/css/wp-auth-check.css'),(3792,'wp-includes/wp-includes/css/wp-auth-check.min.css'),(3793,'wp-includes/wp-includes/css/wp-embed-template-ie.css'),(3794,'wp-includes/wp-includes/css/wp-embed-template-ie.min.css'),(3795,'wp-includes/wp-includes/css/wp-embed-template.css'),(3796,'wp-includes/wp-includes/css/wp-embed-template.min.css'),(3797,'wp-includes/wp-includes/css/wp-pointer-rtl.css'),(3798,'wp-includes/wp-includes/css/wp-pointer-rtl.min.css'),(3799,'wp-includes/wp-includes/css/wp-pointer.css'),(3800,'wp-includes/wp-includes/css/wp-pointer.min.css'),(3801,'wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php'),(3802,'wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php'),(3803,'wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php'),(3804,'wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php'),(3805,'wp-includes/wp-includes/customize/class-wp-customize-color-control.php'),(3806,'wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php'),(3807,'wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php'),(3808,'wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php'),(3809,'wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php'),(3810,'wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php'),(3811,'wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php'),(3812,'wp-includes/wp-includes/customize/class-wp-customize-image-control.php'),(3813,'wp-includes/wp-includes/customize/class-wp-customize-media-control.php'),(3814,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(3815,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php'),(3816,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(3817,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(3818,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(3819,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(3820,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(3821,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php'),(3822,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(3823,'wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(3824,'wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php'),(3825,'wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php'),(3826,'wp-includes/wp-includes/customize/class-wp-customize-partial.php'),(3827,'wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php'),(3828,'wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php'),(3829,'wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php'),(3830,'wp-includes/wp-includes/customize/class-wp-customize-theme-control.php'),(3831,'wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php'),(3832,'wp-includes/wp-includes/customize/class-wp-customize-themes-section.php'),(3833,'wp-includes/wp-includes/customize/class-wp-customize-upload-control.php'),(3834,'wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php'),(3835,'wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php'),(3836,'wp-includes/wp-includes/date.php'),(3837,'wp-includes/wp-includes/default-constants.php'),(3838,'wp-includes/wp-includes/default-filters.php'),(3839,'wp-includes/wp-includes/default-widgets.php'),(3840,'wp-includes/wp-includes/deprecated.php'),(3841,'wp-includes/wp-includes/embed-template.php'),(3842,'wp-includes/wp-includes/embed.php'),(3843,'wp-includes/wp-includes/error-protection.php'),(3844,'wp-includes/wp-includes/feed-atom-comments.php'),(3845,'wp-includes/wp-includes/feed-atom.php'),(3846,'wp-includes/wp-includes/feed-rdf.php'),(3847,'wp-includes/wp-includes/feed-rss.php'),(3848,'wp-includes/wp-includes/feed-rss2-comments.php'),(3849,'wp-includes/wp-includes/feed-rss2.php'),(3850,'wp-includes/wp-includes/feed.php'),(3851,'wp-includes/wp-includes/formatting.php'),(3852,'wp-includes/wp-includes/functions.php'),(3853,'wp-includes/wp-includes/functions.wp-scripts.php'),(3854,'wp-includes/wp-includes/functions.wp-styles.php'),(3855,'wp-includes/wp-includes/general-template.php'),(3856,'wp-includes/wp-includes/http.php'),(3857,'wp-includes/wp-includes/https-detection.php'),(3858,'wp-includes/wp-includes/https-migration.php'),(3859,'wp-includes/wp-includes/images/admin-bar-sprite-2x.png'),(3860,'wp-includes/wp-includes/images/admin-bar-sprite.png'),(3861,'wp-includes/wp-includes/images/arrow-pointer-blue-2x.png'),(3862,'wp-includes/wp-includes/images/arrow-pointer-blue.png'),(3863,'wp-includes/wp-includes/images/blank.gif'),(3864,'wp-includes/wp-includes/images/crystal/archive.png'),(3865,'wp-includes/wp-includes/images/crystal/audio.png'),(3866,'wp-includes/wp-includes/images/crystal/code.png'),(3867,'wp-includes/wp-includes/images/crystal/default.png'),(3868,'wp-includes/wp-includes/images/crystal/document.png'),(3869,'wp-includes/wp-includes/images/crystal/interactive.png'),(3870,'wp-includes/wp-includes/images/crystal/license.txt'),(3871,'wp-includes/wp-includes/images/crystal/spreadsheet.png'),(3872,'wp-includes/wp-includes/images/crystal/text.png'),(3873,'wp-includes/wp-includes/images/crystal/video.png'),(3874,'wp-includes/wp-includes/images/down_arrow-2x.gif'),(3875,'wp-includes/wp-includes/images/down_arrow.gif'),(3876,'wp-includes/wp-includes/images/icon-pointer-flag-2x.png'),(3877,'wp-includes/wp-includes/images/icon-pointer-flag.png'),(3878,'wp-includes/wp-includes/images/media/archive.png'),(3879,'wp-includes/wp-includes/images/media/audio.png'),(3880,'wp-includes/wp-includes/images/media/code.png'),(3881,'wp-includes/wp-includes/images/media/default.png'),(3882,'wp-includes/wp-includes/images/media/document.png'),(3883,'wp-includes/wp-includes/images/media/interactive.png'),(3884,'wp-includes/wp-includes/images/media/spreadsheet.png'),(3885,'wp-includes/wp-includes/images/media/text.png'),(3886,'wp-includes/wp-includes/images/media/video.png'),(3887,'wp-includes/wp-includes/images/rss-2x.png'),(3888,'wp-includes/wp-includes/images/rss.png'),(3889,'wp-includes/wp-includes/images/smilies/frownie.png'),(3890,'wp-includes/wp-includes/images/smilies/icon_arrow.gif'),(3891,'wp-includes/wp-includes/images/smilies/icon_biggrin.gif'),(3892,'wp-includes/wp-includes/images/smilies/icon_confused.gif'),(3893,'wp-includes/wp-includes/images/smilies/icon_cool.gif'),(3894,'wp-includes/wp-includes/images/smilies/icon_cry.gif'),(3895,'wp-includes/wp-includes/images/smilies/icon_eek.gif'),(3896,'wp-includes/wp-includes/images/smilies/icon_evil.gif'),(3897,'wp-includes/wp-includes/images/smilies/icon_exclaim.gif'),(3898,'wp-includes/wp-includes/images/smilies/icon_idea.gif'),(3899,'wp-includes/wp-includes/images/smilies/icon_lol.gif'),(3900,'wp-includes/wp-includes/images/smilies/icon_mad.gif'),(3901,'wp-includes/wp-includes/images/smilies/icon_mrgreen.gif'),(3902,'wp-includes/wp-includes/images/smilies/icon_neutral.gif'),(3903,'wp-includes/wp-includes/images/smilies/icon_question.gif'),(3904,'wp-includes/wp-includes/images/smilies/icon_razz.gif'),(3905,'wp-includes/wp-includes/images/smilies/icon_redface.gif'),(3906,'wp-includes/wp-includes/images/smilies/icon_rolleyes.gif'),(3907,'wp-includes/wp-includes/images/smilies/icon_sad.gif'),(3908,'wp-includes/wp-includes/images/smilies/icon_smile.gif'),(3909,'wp-includes/wp-includes/images/smilies/icon_surprised.gif'),(3910,'wp-includes/wp-includes/images/smilies/icon_twisted.gif'),(3911,'wp-includes/wp-includes/images/smilies/icon_wink.gif'),(3912,'wp-includes/wp-includes/images/smilies/mrgreen.png'),(3913,'wp-includes/wp-includes/images/smilies/rolleyes.png'),(3914,'wp-includes/wp-includes/images/smilies/simple-smile.png'),(3915,'wp-includes/wp-includes/images/spinner-2x.gif'),(3916,'wp-includes/wp-includes/images/spinner.gif'),(3917,'wp-includes/wp-includes/images/toggle-arrow-2x.png'),(3918,'wp-includes/wp-includes/images/toggle-arrow.png'),(3919,'wp-includes/wp-includes/images/uploader-icons-2x.png'),(3920,'wp-includes/wp-includes/images/uploader-icons.png'),(3921,'wp-includes/wp-includes/images/w-logo-blue-white-bg.png'),(3922,'wp-includes/wp-includes/images/w-logo-blue.png'),(3923,'wp-includes/wp-includes/images/wlw/wp-comments.png'),(3924,'wp-includes/wp-includes/images/wlw/wp-icon.png'),(3925,'wp-includes/wp-includes/images/wlw/wp-watermark.png'),(3926,'wp-includes/wp-includes/images/wpicons-2x.png'),(3927,'wp-includes/wp-includes/images/wpicons.png'),(3928,'wp-includes/wp-includes/images/wpspin-2x.gif'),(3929,'wp-includes/wp-includes/images/wpspin.gif'),(3930,'wp-includes/wp-includes/images/xit-2x.gif'),(3931,'wp-includes/wp-includes/images/xit.gif'),(3932,'wp-includes/wp-includes/js/admin-bar.js'),(3933,'wp-includes/wp-includes/js/admin-bar.min.js'),(3934,'wp-includes/wp-includes/js/api-request.js'),(3935,'wp-includes/wp-includes/js/api-request.min.js'),(3936,'wp-includes/wp-includes/js/autosave.js'),(3937,'wp-includes/wp-includes/js/autosave.min.js'),(3938,'wp-includes/wp-includes/js/backbone.js'),(3939,'wp-includes/wp-includes/js/backbone.min.js'),(3940,'wp-includes/wp-includes/js/clipboard.js'),(3941,'wp-includes/wp-includes/js/clipboard.min.js'),(3942,'wp-includes/wp-includes/js/codemirror/codemirror.min.css'),(3943,'wp-includes/wp-includes/js/codemirror/codemirror.min.js'),(3944,'wp-includes/wp-includes/js/codemirror/csslint.js'),(3945,'wp-includes/wp-includes/js/codemirror/esprima.js'),(3946,'wp-includes/wp-includes/js/codemirror/fakejshint.js'),(3947,'wp-includes/wp-includes/js/codemirror/htmlhint-kses.js'),(3948,'wp-includes/wp-includes/js/codemirror/htmlhint.js'),(3949,'wp-includes/wp-includes/js/codemirror/jsonlint.js'),(3950,'wp-includes/wp-includes/js/colorpicker.js'),(3951,'wp-includes/wp-includes/js/colorpicker.min.js'),(3952,'wp-includes/wp-includes/js/comment-reply.js'),(3953,'wp-includes/wp-includes/js/comment-reply.min.js'),(3954,'wp-includes/wp-includes/js/crop/cropper.css'),(3955,'wp-includes/wp-includes/js/crop/cropper.js'),(3956,'wp-includes/wp-includes/js/crop/marqueeHoriz.gif'),(3957,'wp-includes/wp-includes/js/crop/marqueeVert.gif'),(3958,'wp-includes/wp-includes/js/customize-base.js'),(3959,'wp-includes/wp-includes/js/customize-base.min.js'),(3960,'wp-includes/wp-includes/js/customize-loader.js'),(3961,'wp-includes/wp-includes/js/customize-loader.min.js'),(3962,'wp-includes/wp-includes/js/customize-models.js'),(3963,'wp-includes/wp-includes/js/customize-models.min.js'),(3964,'wp-includes/wp-includes/js/customize-preview-nav-menus.js'),(3965,'wp-includes/wp-includes/js/customize-preview-nav-menus.min.js'),(3966,'wp-includes/wp-includes/js/customize-preview-widgets.js'),(3967,'wp-includes/wp-includes/js/customize-preview-widgets.min.js'),(3968,'wp-includes/wp-includes/js/customize-preview.js'),(3969,'wp-includes/wp-includes/js/customize-preview.min.js'),(3970,'wp-includes/wp-includes/js/customize-selective-refresh.js'),(3971,'wp-includes/wp-includes/js/customize-selective-refresh.min.js'),(3972,'wp-includes/wp-includes/js/customize-views.js'),(3973,'wp-includes/wp-includes/js/customize-views.min.js'),(3974,'wp-includes/wp-includes/js/dist/a11y.js'),(3975,'wp-includes/wp-includes/js/dist/a11y.min.js'),(3976,'wp-includes/wp-includes/js/dist/annotations.js'),(3977,'wp-includes/wp-includes/js/dist/annotations.min.js'),(3978,'wp-includes/wp-includes/js/dist/api-fetch.js'),(3979,'wp-includes/wp-includes/js/dist/api-fetch.min.js'),(3980,'wp-includes/wp-includes/js/dist/autop.js'),(3981,'wp-includes/wp-includes/js/dist/autop.min.js'),(3982,'wp-includes/wp-includes/js/dist/blob.js'),(3983,'wp-includes/wp-includes/js/dist/blob.min.js'),(3984,'wp-includes/wp-includes/js/dist/block-directory.js'),(3985,'wp-includes/wp-includes/js/dist/block-directory.min.js'),(3986,'wp-includes/wp-includes/js/dist/block-editor.js'),(3987,'wp-includes/wp-includes/js/dist/block-editor.min.js'),(3988,'wp-includes/wp-includes/js/dist/block-library.js'),(3989,'wp-includes/wp-includes/js/dist/block-library.min.js'),(3990,'wp-includes/wp-includes/js/dist/block-serialization-default-parser.js'),(3991,'wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js'),(3992,'wp-includes/wp-includes/js/dist/blocks.js'),(3993,'wp-includes/wp-includes/js/dist/blocks.min.js'),(3994,'wp-includes/wp-includes/js/dist/components.js'),(3995,'wp-includes/wp-includes/js/dist/components.min.js'),(3996,'wp-includes/wp-includes/js/dist/compose.js'),(3997,'wp-includes/wp-includes/js/dist/compose.min.js'),(3998,'wp-includes/wp-includes/js/dist/core-data.js'),(3999,'wp-includes/wp-includes/js/dist/core-data.min.js'),(4000,'wp-includes/wp-includes/js/dist/data-controls.js'),(4001,'wp-includes/wp-includes/js/dist/data-controls.min.js'),(4002,'wp-includes/wp-includes/js/dist/data.js'),(4003,'wp-includes/wp-includes/js/dist/data.min.js'),(4004,'wp-includes/wp-includes/js/dist/date.js'),(4005,'wp-includes/wp-includes/js/dist/date.min.js'),(4006,'wp-includes/wp-includes/js/dist/deprecated.js'),(4007,'wp-includes/wp-includes/js/dist/deprecated.min.js'),(4008,'wp-includes/wp-includes/js/dist/dom-ready.js'),(4009,'wp-includes/wp-includes/js/dist/dom-ready.min.js'),(4010,'wp-includes/wp-includes/js/dist/dom.js'),(4011,'wp-includes/wp-includes/js/dist/dom.min.js'),(4012,'wp-includes/wp-includes/js/dist/edit-post.js'),(4013,'wp-includes/wp-includes/js/dist/edit-post.min.js'),(4014,'wp-includes/wp-includes/js/dist/editor.js'),(4015,'wp-includes/wp-includes/js/dist/editor.min.js'),(4016,'wp-includes/wp-includes/js/dist/element.js'),(4017,'wp-includes/wp-includes/js/dist/element.min.js'),(4018,'wp-includes/wp-includes/js/dist/escape-html.js'),(4019,'wp-includes/wp-includes/js/dist/escape-html.min.js'),(4020,'wp-includes/wp-includes/js/dist/format-library.js'),(4021,'wp-includes/wp-includes/js/dist/format-library.min.js'),(4022,'wp-includes/wp-includes/js/dist/hooks.js'),(4023,'wp-includes/wp-includes/js/dist/hooks.min.js'),(4024,'wp-includes/wp-includes/js/dist/html-entities.js'),(4025,'wp-includes/wp-includes/js/dist/html-entities.min.js'),(4026,'wp-includes/wp-includes/js/dist/i18n.js'),(4027,'wp-includes/wp-includes/js/dist/i18n.min.js'),(4028,'wp-includes/wp-includes/js/dist/is-shallow-equal.js'),(4029,'wp-includes/wp-includes/js/dist/is-shallow-equal.min.js'),(4030,'wp-includes/wp-includes/js/dist/keyboard-shortcuts.js'),(4031,'wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js'),(4032,'wp-includes/wp-includes/js/dist/keycodes.js'),(4033,'wp-includes/wp-includes/js/dist/keycodes.min.js'),(4034,'wp-includes/wp-includes/js/dist/list-reusable-blocks.js'),(4035,'wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js'),(4036,'wp-includes/wp-includes/js/dist/media-utils.js'),(4037,'wp-includes/wp-includes/js/dist/media-utils.min.js'),(4038,'wp-includes/wp-includes/js/dist/notices.js'),(4039,'wp-includes/wp-includes/js/dist/notices.min.js'),(4040,'wp-includes/wp-includes/js/dist/nux.js'),(4041,'wp-includes/wp-includes/js/dist/nux.min.js'),(4042,'wp-includes/wp-includes/js/dist/plugins.js'),(4043,'wp-includes/wp-includes/js/dist/plugins.min.js'),(4044,'wp-includes/wp-includes/js/dist/primitives.js'),(4045,'wp-includes/wp-includes/js/dist/primitives.min.js'),(4046,'wp-includes/wp-includes/js/dist/priority-queue.js'),(4047,'wp-includes/wp-includes/js/dist/priority-queue.min.js'),(4048,'wp-includes/wp-includes/js/dist/redux-routine.js'),(4049,'wp-includes/wp-includes/js/dist/redux-routine.min.js'),(4050,'wp-includes/wp-includes/js/dist/reusable-blocks.js'),(4051,'wp-includes/wp-includes/js/dist/reusable-blocks.min.js'),(4052,'wp-includes/wp-includes/js/dist/rich-text.js'),(4053,'wp-includes/wp-includes/js/dist/rich-text.min.js'),(4054,'wp-includes/wp-includes/js/dist/server-side-render.js'),(4055,'wp-includes/wp-includes/js/dist/server-side-render.min.js'),(4056,'wp-includes/wp-includes/js/dist/shortcode.js'),(4057,'wp-includes/wp-includes/js/dist/shortcode.min.js'),(4058,'wp-includes/wp-includes/js/dist/token-list.js'),(4059,'wp-includes/wp-includes/js/dist/token-list.min.js'),(4060,'wp-includes/wp-includes/js/dist/url.js'),(4061,'wp-includes/wp-includes/js/dist/url.min.js'),(4062,'wp-includes/wp-includes/js/dist/vendor/lodash.js'),(4063,'wp-includes/wp-includes/js/dist/vendor/lodash.min.js'),(4064,'wp-includes/wp-includes/js/dist/vendor/moment.js'),(4065,'wp-includes/wp-includes/js/dist/vendor/moment.min.js'),(4066,'wp-includes/wp-includes/js/dist/vendor/react-dom.js'),(4067,'wp-includes/wp-includes/js/dist/vendor/react-dom.min.js'),(4068,'wp-includes/wp-includes/js/dist/vendor/react.js'),(4069,'wp-includes/wp-includes/js/dist/vendor/react.min.js'),(4070,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(4071,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(4072,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(4073,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(4074,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(4075,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(4076,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(4077,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(4078,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(4079,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(4080,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(4081,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(4082,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js'),(4083,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(4084,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js'),(4085,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js'),(4086,'wp-includes/wp-includes/js/dist/viewport.js'),(4087,'wp-includes/wp-includes/js/dist/viewport.min.js'),(4088,'wp-includes/wp-includes/js/dist/warning.js'),(4089,'wp-includes/wp-includes/js/dist/warning.min.js'),(4090,'wp-includes/wp-includes/js/dist/wordcount.js'),(4091,'wp-includes/wp-includes/js/dist/wordcount.min.js'),(4092,'wp-includes/wp-includes/js/heartbeat.js'),(4093,'wp-includes/wp-includes/js/heartbeat.min.js'),(4094,'wp-includes/wp-includes/js/hoverIntent.js'),(4095,'wp-includes/wp-includes/js/hoverIntent.min.js'),(4096,'wp-includes/wp-includes/js/hoverintent-js.min.js'),(4097,'wp-includes/wp-includes/js/imagesloaded.min.js'),(4098,'wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif'),(4099,'wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif'),(4100,'wp-includes/wp-includes/js/imgareaselect/imgareaselect.css'),(4101,'wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(4102,'wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(4103,'wp-includes/wp-includes/js/jcrop/Jcrop.gif'),(4104,'wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css'),(4105,'wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js'),(4106,'wp-includes/wp-includes/js/jquery/jquery-migrate.js'),(4107,'wp-includes/wp-includes/js/jquery/jquery-migrate.min.js'),(4108,'wp-includes/wp-includes/js/jquery/jquery.color.min.js'),(4109,'wp-includes/wp-includes/js/jquery/jquery.form.js'),(4110,'wp-includes/wp-includes/js/jquery/jquery.form.min.js'),(4111,'wp-includes/wp-includes/js/jquery/jquery.hotkeys.js'),(4112,'wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js'),(4113,'wp-includes/wp-includes/js/jquery/jquery.js'),(4114,'wp-includes/wp-includes/js/jquery/jquery.masonry.min.js'),(4115,'wp-includes/wp-includes/js/jquery/jquery.min.js'),(4116,'wp-includes/wp-includes/js/jquery/jquery.query.js'),(4117,'wp-includes/wp-includes/js/jquery/jquery.schedule.js'),(4118,'wp-includes/wp-includes/js/jquery/jquery.serialize-object.js'),(4119,'wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js'),(4120,'wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(4121,'wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js'),(4122,'wp-includes/wp-includes/js/jquery/suggest.js'),(4123,'wp-includes/wp-includes/js/jquery/suggest.min.js'),(4124,'wp-includes/wp-includes/js/jquery/ui/accordion.js'),(4125,'wp-includes/wp-includes/js/jquery/ui/accordion.min.js'),(4126,'wp-includes/wp-includes/js/jquery/ui/autocomplete.js'),(4127,'wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js'),(4128,'wp-includes/wp-includes/js/jquery/ui/button.js'),(4129,'wp-includes/wp-includes/js/jquery/ui/button.min.js'),(4130,'wp-includes/wp-includes/js/jquery/ui/checkboxradio.js'),(4131,'wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js'),(4132,'wp-includes/wp-includes/js/jquery/ui/controlgroup.js'),(4133,'wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js'),(4134,'wp-includes/wp-includes/js/jquery/ui/core.js'),(4135,'wp-includes/wp-includes/js/jquery/ui/core.min.js'),(4136,'wp-includes/wp-includes/js/jquery/ui/datepicker.js'),(4137,'wp-includes/wp-includes/js/jquery/ui/datepicker.min.js'),(4138,'wp-includes/wp-includes/js/jquery/ui/dialog.js'),(4139,'wp-includes/wp-includes/js/jquery/ui/dialog.min.js'),(4140,'wp-includes/wp-includes/js/jquery/ui/draggable.js'),(4141,'wp-includes/wp-includes/js/jquery/ui/draggable.min.js'),(4142,'wp-includes/wp-includes/js/jquery/ui/droppable.js'),(4143,'wp-includes/wp-includes/js/jquery/ui/droppable.min.js'),(4144,'wp-includes/wp-includes/js/jquery/ui/effect-blind.js'),(4145,'wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js'),(4146,'wp-includes/wp-includes/js/jquery/ui/effect-bounce.js'),(4147,'wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js'),(4148,'wp-includes/wp-includes/js/jquery/ui/effect-clip.js'),(4149,'wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js'),(4150,'wp-includes/wp-includes/js/jquery/ui/effect-drop.js'),(4151,'wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js'),(4152,'wp-includes/wp-includes/js/jquery/ui/effect-explode.js'),(4153,'wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js'),(4154,'wp-includes/wp-includes/js/jquery/ui/effect-fade.js'),(4155,'wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js'),(4156,'wp-includes/wp-includes/js/jquery/ui/effect-fold.js'),(4157,'wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js'),(4158,'wp-includes/wp-includes/js/jquery/ui/effect-highlight.js'),(4159,'wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js'),(4160,'wp-includes/wp-includes/js/jquery/ui/effect-puff.js'),(4161,'wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js'),(4162,'wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js'),(4163,'wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js'),(4164,'wp-includes/wp-includes/js/jquery/ui/effect-scale.js'),(4165,'wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js'),(4166,'wp-includes/wp-includes/js/jquery/ui/effect-shake.js'),(4167,'wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js'),(4168,'wp-includes/wp-includes/js/jquery/ui/effect-size.js'),(4169,'wp-includes/wp-includes/js/jquery/ui/effect-size.min.js'),(4170,'wp-includes/wp-includes/js/jquery/ui/effect-slide.js'),(4171,'wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js'),(4172,'wp-includes/wp-includes/js/jquery/ui/effect-transfer.js'),(4173,'wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js'),(4174,'wp-includes/wp-includes/js/jquery/ui/effect.js'),(4175,'wp-includes/wp-includes/js/jquery/ui/effect.min.js'),(4176,'wp-includes/wp-includes/js/jquery/ui/menu.js'),(4177,'wp-includes/wp-includes/js/jquery/ui/menu.min.js'),(4178,'wp-includes/wp-includes/js/jquery/ui/mouse.js'),(4179,'wp-includes/wp-includes/js/jquery/ui/mouse.min.js'),(4180,'wp-includes/wp-includes/js/jquery/ui/progressbar.js'),(4181,'wp-includes/wp-includes/js/jquery/ui/progressbar.min.js'),(4182,'wp-includes/wp-includes/js/jquery/ui/resizable.js'),(4183,'wp-includes/wp-includes/js/jquery/ui/resizable.min.js'),(4184,'wp-includes/wp-includes/js/jquery/ui/selectable.js'),(4185,'wp-includes/wp-includes/js/jquery/ui/selectable.min.js'),(4186,'wp-includes/wp-includes/js/jquery/ui/selectmenu.js'),(4187,'wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js'),(4188,'wp-includes/wp-includes/js/jquery/ui/slider.js'),(4189,'wp-includes/wp-includes/js/jquery/ui/slider.min.js'),(4190,'wp-includes/wp-includes/js/jquery/ui/sortable.js'),(4191,'wp-includes/wp-includes/js/jquery/ui/sortable.min.js'),(4192,'wp-includes/wp-includes/js/jquery/ui/spinner.js'),(4193,'wp-includes/wp-includes/js/jquery/ui/spinner.min.js'),(4194,'wp-includes/wp-includes/js/jquery/ui/tabs.js'),(4195,'wp-includes/wp-includes/js/jquery/ui/tabs.min.js'),(4196,'wp-includes/wp-includes/js/jquery/ui/tooltip.js'),(4197,'wp-includes/wp-includes/js/jquery/ui/tooltip.min.js'),(4198,'wp-includes/wp-includes/js/json2.js'),(4199,'wp-includes/wp-includes/js/json2.min.js'),(4200,'wp-includes/wp-includes/js/masonry.min.js'),(4201,'wp-includes/wp-includes/js/mce-view.js'),(4202,'wp-includes/wp-includes/js/mce-view.min.js'),(4203,'wp-includes/wp-includes/js/media-audiovideo.js'),(4204,'wp-includes/wp-includes/js/media-audiovideo.min.js'),(4205,'wp-includes/wp-includes/js/media-editor.js'),(4206,'wp-includes/wp-includes/js/media-editor.min.js'),(4207,'wp-includes/wp-includes/js/media-grid.js'),(4208,'wp-includes/wp-includes/js/media-grid.min.js'),(4209,'wp-includes/wp-includes/js/media-models.js'),(4210,'wp-includes/wp-includes/js/media-models.min.js'),(4211,'wp-includes/wp-includes/js/media-views.js'),(4212,'wp-includes/wp-includes/js/media-views.min.js'),(4213,'wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js'),(4214,'wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(4215,'wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js'),(4216,'wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(4217,'wp-includes/wp-includes/js/mediaelement/mediaelement.js'),(4218,'wp-includes/wp-includes/js/mediaelement/mediaelement.min.js'),(4219,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(4220,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(4221,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css'),(4222,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css'),(4223,'wp-includes/wp-includes/js/mediaelement/mejs-controls.png'),(4224,'wp-includes/wp-includes/js/mediaelement/mejs-controls.svg'),(4225,'wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js'),(4226,'wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js'),(4227,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css'),(4228,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js'),(4229,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css'),(4230,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js'),(4231,'wp-includes/wp-includes/js/mediaelement/wp-playlist.js'),(4232,'wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js'),(4233,'wp-includes/wp-includes/js/plupload/handlers.js'),(4234,'wp-includes/wp-includes/js/plupload/handlers.min.js'),(4235,'wp-includes/wp-includes/js/plupload/license.txt'),(4236,'wp-includes/wp-includes/js/plupload/moxie.js'),(4237,'wp-includes/wp-includes/js/plupload/moxie.min.js'),(4238,'wp-includes/wp-includes/js/plupload/plupload.js'),(4239,'wp-includes/wp-includes/js/plupload/plupload.min.js'),(4240,'wp-includes/wp-includes/js/plupload/wp-plupload.js'),(4241,'wp-includes/wp-includes/js/plupload/wp-plupload.min.js'),(4242,'wp-includes/wp-includes/js/quicktags.js'),(4243,'wp-includes/wp-includes/js/quicktags.min.js'),(4244,'wp-includes/wp-includes/js/shortcode.js'),(4245,'wp-includes/wp-includes/js/shortcode.min.js'),(4246,'wp-includes/wp-includes/js/swfobject.js'),(4247,'wp-includes/wp-includes/js/swfupload/handlers.js'),(4248,'wp-includes/wp-includes/js/swfupload/handlers.min.js'),(4249,'wp-includes/wp-includes/js/swfupload/license.txt'),(4250,'wp-includes/wp-includes/js/swfupload/swfupload.js'),(4251,'wp-includes/wp-includes/js/thickbox/loadingAnimation.gif'),(4252,'wp-includes/wp-includes/js/thickbox/macFFBgHack.png'),(4253,'wp-includes/wp-includes/js/thickbox/thickbox.css'),(4254,'wp-includes/wp-includes/js/thickbox/thickbox.js'),(4255,'wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js'),(4256,'wp-includes/wp-includes/js/tinymce/license.txt'),(4257,'wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js'),(4258,'wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(4259,'wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(4260,'wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(4261,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(4262,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(4263,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(4264,'wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js'),(4265,'wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(4266,'wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(4267,'wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(4268,'wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js'),(4269,'wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(4270,'wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js'),(4271,'wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js'),(4272,'wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js'),(4273,'wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js'),(4274,'wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js'),(4275,'wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(4276,'wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js'),(4277,'wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js'),(4278,'wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js'),(4279,'wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(4280,'wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(4281,'wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(4282,'wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(4283,'wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(4284,'wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(4285,'wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(4286,'wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(4287,'wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(4288,'wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(4289,'wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(4290,'wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(4291,'wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(4292,'wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(4293,'wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(4294,'wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(4295,'wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(4296,'wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js'),(4297,'wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(4298,'wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(4299,'wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(4300,'wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js'),(4301,'wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(4302,'wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(4303,'wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css'),(4304,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(4305,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(4306,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(4307,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(4308,'wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(4309,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(4310,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(4311,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(4312,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(4313,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(4314,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(4315,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(4316,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png'),(4317,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(4318,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(4319,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(4320,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(4321,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png'),(4322,'wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(4323,'wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js'),(4324,'wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js'),(4325,'wp-includes/wp-includes/js/tinymce/themes/modern/theme.js'),(4326,'wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js'),(4327,'wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js'),(4328,'wp-includes/wp-includes/js/tinymce/tinymce.min.js'),(4329,'wp-includes/wp-includes/js/tinymce/utils/editable_selects.js'),(4330,'wp-includes/wp-includes/js/tinymce/utils/form_utils.js'),(4331,'wp-includes/wp-includes/js/tinymce/utils/mctabs.js'),(4332,'wp-includes/wp-includes/js/tinymce/utils/validate.js'),(4333,'wp-includes/wp-includes/js/tinymce/wp-tinymce.js'),(4334,'wp-includes/wp-includes/js/tinymce/wp-tinymce.php'),(4335,'wp-includes/wp-includes/js/tw-sack.js'),(4336,'wp-includes/wp-includes/js/tw-sack.min.js'),(4337,'wp-includes/wp-includes/js/twemoji.js'),(4338,'wp-includes/wp-includes/js/twemoji.min.js'),(4339,'wp-includes/wp-includes/js/underscore.js'),(4340,'wp-includes/wp-includes/js/underscore.min.js'),(4341,'wp-includes/wp-includes/js/utils.js'),(4342,'wp-includes/wp-includes/js/utils.min.js'),(4343,'wp-includes/wp-includes/js/wp-ajax-response.js'),(4344,'wp-includes/wp-includes/js/wp-ajax-response.min.js'),(4345,'wp-includes/wp-includes/js/wp-api.js'),(4346,'wp-includes/wp-includes/js/wp-api.min.js'),(4347,'wp-includes/wp-includes/js/wp-auth-check.js'),(4348,'wp-includes/wp-includes/js/wp-auth-check.min.js'),(4349,'wp-includes/wp-includes/js/wp-backbone.js'),(4350,'wp-includes/wp-includes/js/wp-backbone.min.js'),(4351,'wp-includes/wp-includes/js/wp-custom-header.js'),(4352,'wp-includes/wp-includes/js/wp-custom-header.min.js'),(4353,'wp-includes/wp-includes/js/wp-embed-template.js'),(4354,'wp-includes/wp-includes/js/wp-embed-template.min.js'),(4355,'wp-includes/wp-includes/js/wp-embed.js'),(4356,'wp-includes/wp-includes/js/wp-embed.min.js'),(4357,'wp-includes/wp-includes/js/wp-emoji-loader.js'),(4358,'wp-includes/wp-includes/js/wp-emoji-loader.min.js'),(4359,'wp-includes/wp-includes/js/wp-emoji-release.min.js'),(4360,'wp-includes/wp-includes/js/wp-emoji.js'),(4361,'wp-includes/wp-includes/js/wp-emoji.min.js'),(4362,'wp-includes/wp-includes/js/wp-list-revisions.js'),(4363,'wp-includes/wp-includes/js/wp-list-revisions.min.js'),(4364,'wp-includes/wp-includes/js/wp-lists.js'),(4365,'wp-includes/wp-includes/js/wp-lists.min.js'),(4366,'wp-includes/wp-includes/js/wp-pointer.js'),(4367,'wp-includes/wp-includes/js/wp-pointer.min.js'),(4368,'wp-includes/wp-includes/js/wp-sanitize.js'),(4369,'wp-includes/wp-includes/js/wp-sanitize.min.js'),(4370,'wp-includes/wp-includes/js/wp-util.js'),(4371,'wp-includes/wp-includes/js/wp-util.min.js'),(4372,'wp-includes/wp-includes/js/wpdialog.js'),(4373,'wp-includes/wp-includes/js/wpdialog.min.js'),(4374,'wp-includes/wp-includes/js/wplink.js'),(4375,'wp-includes/wp-includes/js/wplink.min.js'),(4376,'wp-includes/wp-includes/js/zxcvbn-async.js'),(4377,'wp-includes/wp-includes/js/zxcvbn-async.min.js'),(4378,'wp-includes/wp-includes/js/zxcvbn.min.js'),(4379,'wp-includes/wp-includes/kses.php'),(4380,'wp-includes/wp-includes/l10n.php'),(4381,'wp-includes/wp-includes/link-template.php'),(4382,'wp-includes/wp-includes/load.php'),(4383,'wp-includes/wp-includes/locale.php'),(4384,'wp-includes/wp-includes/media-template.php'),(4385,'wp-includes/wp-includes/media.php'),(4386,'wp-includes/wp-includes/meta.php'),(4387,'wp-includes/wp-includes/ms-blogs.php'),(4388,'wp-includes/wp-includes/ms-default-constants.php'),(4389,'wp-includes/wp-includes/ms-default-filters.php'),(4390,'wp-includes/wp-includes/ms-deprecated.php'),(4391,'wp-includes/wp-includes/ms-files.php'),(4392,'wp-includes/wp-includes/ms-functions.php'),(4393,'wp-includes/wp-includes/ms-load.php'),(4394,'wp-includes/wp-includes/ms-network.php'),(4395,'wp-includes/wp-includes/ms-settings.php'),(4396,'wp-includes/wp-includes/ms-site.php'),(4397,'wp-includes/wp-includes/nav-menu-template.php'),(4398,'wp-includes/wp-includes/nav-menu.php'),(4399,'wp-includes/wp-includes/option.php'),(4400,'wp-includes/wp-includes/pluggable-deprecated.php'),(4401,'wp-includes/wp-includes/pluggable.php'),(4402,'wp-includes/wp-includes/plugin.php'),(4403,'wp-includes/wp-includes/post-formats.php'),(4404,'wp-includes/wp-includes/post-template.php'),(4405,'wp-includes/wp-includes/post-thumbnail-template.php'),(4406,'wp-includes/wp-includes/post.php'),(4407,'wp-includes/wp-includes/query.php'),(4408,'wp-includes/wp-includes/random_compat/byte_safe_strings.php'),(4409,'wp-includes/wp-includes/random_compat/cast_to_int.php'),(4410,'wp-includes/wp-includes/random_compat/error_polyfill.php'),(4411,'wp-includes/wp-includes/random_compat/random.php'),(4412,'wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php'),(4413,'wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php'),(4414,'wp-includes/wp-includes/random_compat/random_bytes_libsodium.php'),(4415,'wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(4416,'wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php'),(4417,'wp-includes/wp-includes/random_compat/random_int.php'),(4418,'wp-includes/wp-includes/registration-functions.php'),(4419,'wp-includes/wp-includes/registration.php'),(4420,'wp-includes/wp-includes/rest-api/class-wp-rest-request.php'),(4421,'wp-includes/wp-includes/rest-api/class-wp-rest-response.php'),(4422,'wp-includes/wp-includes/rest-api/class-wp-rest-server.php'),(4423,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(4424,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(4425,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(4426,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(4427,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(4428,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(4429,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(4430,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(4431,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(4432,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(4433,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(4434,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(4435,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(4436,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(4437,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(4438,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(4439,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(4440,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(4441,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(4442,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(4443,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(4444,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(4445,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(4446,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(4447,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(4448,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(4449,'wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(4450,'wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(4451,'wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(4452,'wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(4453,'wp-includes/wp-includes/rest-api.php'),(4454,'wp-includes/wp-includes/revision.php'),(4455,'wp-includes/wp-includes/rewrite.php'),(4456,'wp-includes/wp-includes/robots-template.php'),(4457,'wp-includes/wp-includes/rss-functions.php'),(4458,'wp-includes/wp-includes/rss.php'),(4459,'wp-includes/wp-includes/script-loader.php'),(4460,'wp-includes/wp-includes/session.php'),(4461,'wp-includes/wp-includes/shortcodes.php'),(4462,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php'),(4463,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(4464,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(4465,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(4466,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(4467,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php'),(4468,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(4469,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(4470,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(4471,'wp-includes/wp-includes/sitemaps.php'),(4472,'wp-includes/wp-includes/sodium_compat/LICENSE'),(4473,'wp-includes/wp-includes/sodium_compat/autoload-php7.php'),(4474,'wp-includes/wp-includes/sodium_compat/autoload.php'),(4475,'wp-includes/wp-includes/sodium_compat/composer.json'),(4476,'wp-includes/wp-includes/sodium_compat/lib/constants.php'),(4477,'wp-includes/wp-includes/sodium_compat/lib/namespaced.php'),(4478,'wp-includes/wp-includes/sodium_compat/lib/php72compat.php'),(4479,'wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php'),(4480,'wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php'),(4481,'wp-includes/wp-includes/sodium_compat/namespaced/Compat.php'),(4482,'wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(4483,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(4484,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(4485,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(4486,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(4487,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(4488,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(4489,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(4490,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(4491,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(4492,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(4493,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(4494,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(4495,'wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(4496,'wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(4497,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(4498,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(4499,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(4500,'wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(4501,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php'),(4502,'wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php'),(4503,'wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(4504,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(4505,'wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php'),(4506,'wp-includes/wp-includes/sodium_compat/namespaced/File.php'),(4507,'wp-includes/wp-includes/sodium_compat/src/Compat.php'),(4508,'wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(4509,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php'),(4510,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php'),(4511,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(4512,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(4513,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(4514,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php'),(4515,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(4516,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(4517,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(4518,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(4519,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(4520,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(4521,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(4522,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(4523,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php'),(4524,'wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php'),(4525,'wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php'),(4526,'wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php'),(4527,'wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(4528,'wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php'),(4529,'wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php'),(4530,'wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(4531,'wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php'),(4532,'wp-includes/wp-includes/sodium_compat/src/Core/Util.php'),(4533,'wp-includes/wp-includes/sodium_compat/src/Core/X25519.php'),(4534,'wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php'),(4535,'wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php'),(4536,'wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(4537,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(4538,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(4539,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(4540,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(4541,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(4542,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(4543,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(4544,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(4545,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(4546,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(4547,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(4548,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php'),(4549,'wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php'),(4550,'wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(4551,'wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(4552,'wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php'),(4553,'wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php'),(4554,'wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(4555,'wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php'),(4556,'wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php'),(4557,'wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(4558,'wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php'),(4559,'wp-includes/wp-includes/sodium_compat/src/Core32/Util.php'),(4560,'wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php'),(4561,'wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(4562,'wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(4563,'wp-includes/wp-includes/sodium_compat/src/Crypto.php'),(4564,'wp-includes/wp-includes/sodium_compat/src/Crypto32.php'),(4565,'wp-includes/wp-includes/sodium_compat/src/File.php'),(4566,'wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(4567,'wp-includes/wp-includes/sodium_compat/src/SodiumException.php'),(4568,'wp-includes/wp-includes/spl-autoload-compat.php'),(4569,'wp-includes/wp-includes/taxonomy.php'),(4570,'wp-includes/wp-includes/template-loader.php'),(4571,'wp-includes/wp-includes/template.php'),(4572,'wp-includes/wp-includes/theme-compat/comments.php'),(4573,'wp-includes/wp-includes/theme-compat/embed-404.php'),(4574,'wp-includes/wp-includes/theme-compat/embed-content.php'),(4575,'wp-includes/wp-includes/theme-compat/embed.php'),(4576,'wp-includes/wp-includes/theme-compat/footer-embed.php'),(4577,'wp-includes/wp-includes/theme-compat/footer.php'),(4578,'wp-includes/wp-includes/theme-compat/header-embed.php'),(4579,'wp-includes/wp-includes/theme-compat/header.php'),(4580,'wp-includes/wp-includes/theme-compat/sidebar.php'),(4581,'wp-includes/wp-includes/theme.php'),(4582,'wp-includes/wp-includes/update.php'),(4583,'wp-includes/wp-includes/user.php'),(4584,'wp-includes/wp-includes/vars.php'),(4585,'wp-includes/wp-includes/version.php'),(4586,'wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php'),(4587,'wp-includes/wp-includes/widgets/class-wp-widget-archives.php'),(4588,'wp-includes/wp-includes/widgets/class-wp-widget-calendar.php'),(4589,'wp-includes/wp-includes/widgets/class-wp-widget-categories.php'),(4590,'wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php'),(4591,'wp-includes/wp-includes/widgets/class-wp-widget-links.php'),(4592,'wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php'),(4593,'wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php'),(4594,'wp-includes/wp-includes/widgets/class-wp-widget-media-image.php'),(4595,'wp-includes/wp-includes/widgets/class-wp-widget-media-video.php'),(4596,'wp-includes/wp-includes/widgets/class-wp-widget-media.php'),(4597,'wp-includes/wp-includes/widgets/class-wp-widget-meta.php'),(4598,'wp-includes/wp-includes/widgets/class-wp-widget-pages.php'),(4599,'wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php'),(4600,'wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php'),(4601,'wp-includes/wp-includes/widgets/class-wp-widget-rss.php'),(4602,'wp-includes/wp-includes/widgets/class-wp-widget-search.php'),(4603,'wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php'),(4604,'wp-includes/wp-includes/widgets/class-wp-widget-text.php'),(4605,'wp-includes/wp-includes/widgets.php'),(4606,'wp-includes/wp-includes/wlwmanifest.xml'),(4607,'wp-includes/wp-includes/wp-db.php'),(4608,'wp-includes/wp-includes/wp-diff.php'),(4609,'wp-links-opml.php'),(4610,'wp-load.php'),(4611,'wp-login.php'),(4612,'wp-mail.php'),(4613,'wp-settings.php'),(4614,'wp-signup.php'),(4615,'wp-trackback.php'),(4616,'xmlrpc.php');
/*!40000 ALTER TABLE `cwp_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wflivetraffichuman`
--
DROP TABLE IF EXISTS `cwp_wflivetraffichuman`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wflivetraffichuman`
--
LOCK TABLES `cwp_wflivetraffichuman` WRITE;
/*!40000 ALTER TABLE `cwp_wflivetraffichuman` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wflivetraffichuman` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wflocs`
--
DROP TABLE IF EXISTS `cwp_wflocs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wflocs`
--
LOCK TABLES `cwp_wflocs` WRITE;
/*!40000 ALTER TABLE `cwp_wflocs` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wflocs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wflogins`
--
DROP TABLE IF EXISTS `cwp_wflogins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=4119 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_wflogins`
--
LOCK TABLES `cwp_wflogins` WRITE;
/*!40000 ALTER TABLE `cwp_wflogins` DISABLE KEYS */;
INSERT INTO `cwp_wflogins` VALUES (2070,3440,1628229713.740498,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2071,3441,1628229909.817677,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2072,3442,1628230109.936972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2073,3447,1628231096.811650,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36'),(2074,3449,1628231313.316942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2075,3450,1628231523.303365,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2076,3451,1628231707.252598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2077,3452,1628231784.853340,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2078,3458,1628232993.872681,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2079,3460,1628233424.889819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2080,3462,1628233864.309503,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2081,3463,1628234077.418639,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|(��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2082,3464,1628234297.091222,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2083,3466,1628234743.934947,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2084,3470,1628235903.426912,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2085,3471,1628236002.788011,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2086,3477,1628237113.810636,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/4�*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2087,3478,1628237300.425959,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2088,3479,1628237323.989992,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���;=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2089,3482,1628237461.978226,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��gbH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2090,3483,1628237554.733880,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2091,3484,1628237563.961626,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��RЧE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2092,3485,1628237665.817537,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���6�>','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(2093,3486,1628237694.782674,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2094,3488,1628237895.032911,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2095,3489,1628237978.746688,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2096,3490,1628238024.443835,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2097,3491,1628238075.210512,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2098,3492,1628238140.918956,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2099,3493,1628238175.252374,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2100,3494,1628238247.749390,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2101,3495,1628238335.684686,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2102,3497,1628238521.498736,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2103,3498,1628238539.115569,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��%`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2104,3499,1628238640.102566,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2105,3500,1628238684.003440,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2106,3502,1628238797.688971,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2107,3503,1628238814.794069,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.ey','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2108,3506,1628238968.686481,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2109,3508,1628239073.807303,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2110,3509,1628239130.871016,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��{��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2111,3510,1628239159.001366,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2112,3513,1628239369.584230,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2113,3515,1628239414.939059,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2114,3515,1628239415.008866,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2115,3516,1628239440.458973,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2116,3517,1628239510.142805,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2117,3519,1628239614.952797,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2118,3520,1628239670.248876,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2119,3521,1628239677.999291,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���aG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2120,3522,1628239789.850144,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2121,3523,1628239798.099938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��[','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.3; InfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(2122,3525,1628239894.452494,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ƀ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2123,3526,1628239896.336911,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2124,3527,1628239927.622264,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(2125,3528,1628239943.524310,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2126,3529,1628240045.636000,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2127,3530,1628240093.858345,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2128,3532,1628240211.948972,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2129,3533,1628240295.309740,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2130,3534,1628240301.218782,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2131,3535,1628240318.089935,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2132,3536,1628240329.749703,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3&*\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2133,3537,1628240402.561774,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���21','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2134,3538,1628240498.699526,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2135,3539,1628240542.025485,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��gbH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2136,3541,1628240611.406390,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���cL\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2137,3542,1628240626.337194,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2138,3543,1628240684.748990,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2139,3544,1628240775.994536,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2140,3546,1628240826.924034,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2141,3547,1628241021.542178,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2142,3548,1628241030.850507,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2143,3549,1628241122.873127,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2144,3550,1628241202.309324,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>��9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2145,3551,1628241276.786542,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2146,3553,1628241345.496320,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2147,3554,1628241365.054912,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\"%\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2148,3555,1628241428.127452,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\'Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2149,3556,1628241457.901597,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��xY_�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2150,3557,1628241527.132308,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���{\07','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2151,3558,1628241537.383688,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2152,3559,1628241558.484251,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2153,3560,1628241664.185621,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2154,3561,1628241664.412056,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2155,3562,1628241664.651162,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2156,3563,1628241664.886855,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2157,3564,1628241665.160570,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2158,3565,1628241665.410970,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2159,3566,1628241665.672875,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2160,3567,1628241665.905187,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2161,3568,1628241666.121035,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2162,3569,1628241666.378595,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2163,3570,1628241666.616459,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2164,3571,1628241666.867785,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2165,3572,1628241667.121957,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2166,3573,1628241667.355835,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2167,3574,1628241667.588452,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2168,3575,1628241667.833400,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2169,3576,1628241668.140066,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2170,3577,1628241668.455939,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2171,3578,1628241668.733551,1,'loginFailInvalidUsername','nokoch',0,'\0\0\0\0\0\0\0\0\0\0��>Ҍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2172,3580,1628241693.337923,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2173,3581,1628241766.849777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]c8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2174,3582,1628241808.074266,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2175,3583,1628241900.403039,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2176,3584,1628241920.487969,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2177,3585,1628241975.350054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2178,3587,1628242179.125221,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g2ͳ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2179,3588,1628242266.658691,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2180,3589,1628242269.590737,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2181,3590,1628242296.239272,1,'loginFailInvalidUsername','baoma',0,'\0\0\0\0\0\0\0\0\0\0���S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2182,3591,1628242345.018550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���{\07','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2183,3592,1628242505.531742,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ݏ0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2184,3593,1628242515.532042,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w`�;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2185,3594,1628242541.071463,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2186,3596,1628242653.427519,1,'loginFailInvalidUsername','blogger',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2187,3598,1628242733.960102,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��.e<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2188,3599,1628242767.276941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2189,3601,1628242871.134095,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2190,3602,1628242996.124766,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2191,3603,1628243000.175605,1,'loginFailInvalidUsername','123456',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2192,3604,1628243009.800074,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2193,3605,1628243138.396550,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-\\l�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2194,3606,1628243186.987926,1,'loginFailInvalidUsername','indoxploit',0,'\0\0\0\0\0\0\0\0\0\0��;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2195,3607,1628243255.373833,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2196,3608,1628243375.578487,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2197,3609,1628243456.739027,1,'loginFailInvalidUsername','jojo',0,'\0\0\0\0\0\0\0\0\0\0���JW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2198,3610,1628243465.349246,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2199,3611,1628243497.806729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2200,3612,1628243551.378398,1,'loginFailInvalidUsername','garak',0,'\0\0\0\0\0\0\0\0\0\0��*p&U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2201,3613,1628243612.447132,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2202,3616,1628243749.041587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O�Uw','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2203,3618,1628243982.955141,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QF�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2204,3619,1628243993.015572,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2205,3620,1628243997.219149,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2206,3621,1628244060.570040,1,'loginFailInvalidUsername','schatzi',0,'\0\0\0\0\0\0\0\0\0\0���L��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2207,3622,1628244172.939582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2208,3623,1628244232.074536,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n�q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2209,3624,1628244253.375710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2210,3625,1628244325.905847,1,'loginFailInvalidUsername','mike',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2211,3626,1628244418.733357,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��O���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2212,3628,1628244516.900218,1,'loginFailInvalidUsername','xrumertest',0,'\0\0\0\0\0\0\0\0\0\0�����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2213,3629,1628244633.784805,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2214,3630,1628244651.260821,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\"Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2215,3631,1628244701.495679,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2216,3632,1628244764.793236,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2217,3633,1628244797.624828,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0���ʮ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2218,3634,1628244808.279802,1,'loginFailInvalidUsername','badmin',0,'\0\0\0\0\0\0\0\0\0\0��Ú�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2219,3635,1628244909.042449,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2220,3636,1628244928.268148,1,'loginFailInvalidUsername','magico',0,'\0\0\0\0\0\0\0\0\0\0���r�6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2221,3637,1628244992.890588,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2222,3638,1628245001.610506,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���YY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2223,3639,1628245032.957322,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2224,3640,1628245259.181491,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2225,3640,1628245259.325169,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2226,3641,1628245262.884202,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2227,3642,1628245274.196334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2228,3643,1628245386.216036,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2229,3644,1628245458.558843,1,'loginFailInvalidUsername','kenneth',0,'\0\0\0\0\0\0\0\0\0\0����դ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2230,3645,1628245466.779512,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>��9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2231,3646,1628245528.461945,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2232,3647,1628245619.034751,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2233,3648,1628245628.873127,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��gvX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2234,3649,1628245686.330297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2235,3650,1628245801.601965,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2236,3651,1628245918.038512,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2237,3652,1628245984.583573,1,'loginFailInvalidUsername','dexter',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2238,3653,1628246056.401052,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���p�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2239,3654,1628246107.740424,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2240,3655,1628246178.044302,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2241,3656,1628246215.397876,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0��O�Uw','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2242,3657,1628246239.647614,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2243,3658,1628246310.062042,1,'loginFailInvalidUsername','wpupdateuser',0,'\0\0\0\0\0\0\0\0\0\0����w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2244,3659,1628246310.231689,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2245,3660,1628246492.881042,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2246,3662,1628246545.602414,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����8P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2247,3663,1628246579.907727,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2248,3664,1628246639.859821,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2249,3665,1628246804.782212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2250,3667,1628246884.944952,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\"I�w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2251,3668,1628247046.213723,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2252,3669,1628247102.500468,1,'loginFailInvalidUsername','mark',0,'\0\0\0\0\0\0\0\0\0\0��.ey','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2253,3670,1628247105.610500,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ψ.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2254,3671,1628247233.194436,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��4�H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2255,3672,1628247299.998741,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2256,3673,1628247330.883900,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2257,3674,1628247369.489132,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2258,3676,1628247424.482866,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2259,3677,1628247583.621046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2260,3678,1628247601.966627,1,'loginFailInvalidUsername','enamad',0,'\0\0\0\0\0\0\0\0\0\0���aG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2261,3680,1628247789.283856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RЧE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2262,3681,1628247880.748933,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2263,3682,1628247897.357954,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2264,3683,1628247982.609774,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2265,3684,1628248026.058025,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0����8P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2266,3685,1628248094.121530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2267,3686,1628248149.213253,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2268,3687,1628248269.164851,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2269,3688,1628248304.514355,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��4�H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2270,3689,1628248439.176015,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�5?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2271,3690,1628248480.269804,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��W�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2272,3691,1628248484.672877,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2273,3692,1628248617.340754,1,'loginFailInvalidUsername','test123',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2274,3693,1628248638.229720,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2275,3694,1628248685.087763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2tb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2276,3695,1628248694.911976,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2277,3696,1628248808.424261,1,'loginFailInvalidUsername','daniel',0,'\0\0\0\0\0\0\0\0\0\0���%�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2278,3697,1628248916.396373,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2279,3698,1628248990.785978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2280,3699,1628249014.298715,1,'loginFailInvalidUsername','adminisstrator',0,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2281,3700,1628249150.772329,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2282,3704,1628249393.704655,1,'loginFailInvalidUsername','jake',0,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2283,3705,1628249514.009169,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��h�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2284,3706,1628249563.054834,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0��gbH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2285,3707,1628249582.880869,1,'loginFailInvalidUsername','abcd',0,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2286,3708,1628249709.294400,1,'loginFailInvalidUsername','testtest',0,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2287,3709,1628249744.855293,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2288,3711,1628249886.800027,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2289,3712,1628249921.725921,1,'loginFailInvalidUsername','wpmu',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2290,3713,1628249999.737441,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���L��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2291,3715,1628250075.255380,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���#Jh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2292,3716,1628250104.668591,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2293,3717,1628250160.450624,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0��4Z�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2294,3719,1628250370.095031,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2295,3720,1628250386.964714,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���:�3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2296,3721,1628250393.791180,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2297,3722,1628250446.419790,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2298,3723,1628250520.773130,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2299,3724,1628250529.651902,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2300,3725,1628250666.897199,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2301,3726,1628250670.559883,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2302,3727,1628250788.731278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2303,3728,1628250789.559054,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2304,3729,1628250906.885293,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2305,3730,1628250916.483285,1,'loginFailInvalidUsername','patricia',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2306,3731,1628250945.444069,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2307,3732,1628251010.561185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2308,3733,1628251095.068720,1,'loginFailInvalidUsername','rtiop',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2309,3735,1628251225.419046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=o�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2310,3736,1628251376.833224,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2311,3737,1628251514.003856,1,'loginFailInvalidUsername','epper',0,'\0\0\0\0\0\0\0\0\0\0��Ú�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2312,3738,1628251520.414494,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2313,3739,1628251599.670089,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2314,3740,1628251631.746786,1,'loginFailInvalidUsername','killo',0,'\0\0\0\0\0\0\0\0\0\0��-�f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2315,3741,1628251798.150780,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2316,3742,1628251807.454651,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2317,3743,1628251816.158757,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2318,3744,1628251889.006313,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2319,3745,1628251899.752370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2320,3746,1628252068.268810,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2321,3747,1628252141.160606,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2322,3748,1628252206.981780,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2323,3749,1628252217.689848,1,'loginFailInvalidUsername','jsjobs_jobseeker',0,'\0\0\0\0\0\0\0\0\0\0���;=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2324,3750,1628252356.881406,1,'loginFailInvalidUsername','port',0,'\0\0\0\0\0\0\0\0\0\0���S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2325,3752,1628252532.230843,1,'loginFailInvalidUsername','a',0,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2326,3753,1628252567.581261,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2327,3754,1628252652.789231,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0��G\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2328,3756,1628252886.059871,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���W','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2329,3757,1628252904.445906,1,'loginFailInvalidUsername','student1',0,'\0\0\0\0\0\0\0\0\0\0���ƀ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2330,3758,1628252950.071127,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2331,3759,1628253023.761250,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2332,3760,1628253125.202801,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2333,3762,1628253312.820571,1,'loginFailInvalidUsername','jsjobs_employer',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2334,3764,1628253456.769851,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2335,3765,1628253475.306046,1,'loginFailInvalidUsername','1',0,'\0\0\0\0\0\0\0\0\0\0��G\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2336,3766,1628253476.945049,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2337,3767,1628253595.756645,1,'loginFailInvalidUsername','12345678',0,'\0\0\0\0\0\0\0\0\0\0��>� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2338,3768,1628253688.228322,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2339,3770,1628253781.985605,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0��ϴ�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2340,3771,1628253817.976424,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����\\\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2341,3772,1628253867.125966,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��4Z�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2342,3773,1628254010.757215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2343,3774,1628254043.827854,1,'loginFailInvalidUsername','qiang521',0,'\0\0\0\0\0\0\0\0\0\0��%�o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2344,3775,1628254048.180923,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2345,3776,1628254080.658173,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2346,3777,1628254092.265334,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(2347,3778,1628254152.576337,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2348,3779,1628254181.674704,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2349,3780,1628254241.502178,1,'loginFailInvalidUsername','abc',0,'\0\0\0\0\0\0\0\0\0\0��;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2350,3781,1628254285.856186,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2351,3783,1628254462.490338,1,'loginFailInvalidUsername','patricia',0,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2352,3784,1628254593.906272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2353,3785,1628254598.548244,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2354,3786,1628254643.508775,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2355,3787,1628254742.148818,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2356,3788,1628254789.368433,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��#ɓ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2357,3789,1628254882.419573,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2358,3792,1628254946.170138,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��4Z�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2359,3793,1628254955.889633,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2360,3794,1628255028.746182,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2361,3795,1628255149.563606,1,'loginFailInvalidUsername','client',0,'\0\0\0\0\0\0\0\0\0\0��4Z�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2362,3796,1628255198.723513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ψ.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2363,3797,1628255260.971525,1,'loginFailInvalidUsername','preview',0,'\0\0\0\0\0\0\0\0\0\0��*p&U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2364,3798,1628255312.934570,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2365,3799,1628255353.680851,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��W�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2366,3800,1628255353.901551,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2367,3801,1628255497.864473,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2368,3802,1628255536.824708,1,'loginFailInvalidUsername','jane',0,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2369,3803,1628255540.235178,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0�����P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2370,3804,1628255587.819088,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0��P���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2371,3805,1628255689.555329,1,'loginFailInvalidUsername','asdasd',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2372,3806,1628255725.496435,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0��A\0�|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2373,3807,1628255744.807370,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2374,3809,1628255846.727123,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2375,3810,1628255867.277996,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��G\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2376,3811,1628256015.242978,1,'loginFailInvalidUsername','iranavada',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2377,3812,1628256077.516892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2378,3813,1628256088.544331,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2379,3814,1628256124.999771,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2380,3815,1628256177.795907,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2381,3816,1628256188.918671,1,'loginFailInvalidUsername','user2',0,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2382,3817,1628256350.872893,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2383,3817,1628256350.964853,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2384,3818,1628256431.388585,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2385,3819,1628256432.767445,1,'loginFailInvalidUsername','student',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2386,3820,1628256447.671721,1,'loginFailInvalidUsername','hamidou',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2387,3821,1628256508.019607,1,'loginFailInvalidUsername','deneme',0,'\0\0\0\0\0\0\0\0\0\0��>� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2388,3822,1628256650.208398,1,'loginFailInvalidUsername','sirfyogi',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2389,3823,1628256698.213425,1,'loginFailInvalidUsername','aaa',0,'\0\0\0\0\0\0\0\0\0\0��xY_�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2390,3824,1628256710.453536,1,'loginFailInvalidUsername','user1',0,'\0\0\0\0\0\0\0\0\0\0���S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2391,3825,1628256811.032539,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���ƀ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2392,3826,1628256832.098976,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2393,3827,1628256968.200443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2394,3828,1628256969.822594,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2395,3829,1628257023.069934,1,'loginFailInvalidUsername','test1234',0,'\0\0\0\0\0\0\0\0\0\0��>� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2396,3830,1628257099.336110,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2397,3831,1628257113.854175,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2398,3832,1628257164.323007,1,'loginFailInvalidUsername','-',0,'\0\0\0\0\0\0\0\0\0\0���cL\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2399,3833,1628257167.138261,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2400,3834,1628257261.533089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�mg','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2401,3835,1628257342.349167,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2402,3836,1628257435.433494,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2403,3837,1628257561.573434,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,X#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2404,3838,1628257606.085358,1,'loginFailInvalidUsername','1234567890',0,'\0\0\0\0\0\0\0\0\0\0��%`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2405,3840,1628257700.191074,1,'loginFailInvalidUsername','cliente',0,'\0\0\0\0\0\0\0\0\0\0���Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2406,3841,1628257799.097628,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0���H�{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2407,3842,1628257848.610032,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��g*o;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2408,3843,1628257859.027473,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2409,3843,1628257859.109518,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2410,3844,1628257930.580241,1,'loginFailInvalidUsername','gast',0,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2411,3845,1628257976.969758,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2412,3846,1628258078.415410,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2413,3847,1628258112.920616,1,'loginFailInvalidUsername','qwerty',0,'\0\0\0\0\0\0\0\0\0\0��P���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2414,3848,1628258159.752675,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2415,3849,1628258235.957984,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0��M�~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2416,3850,1628258313.621981,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2417,3851,1628258342.952947,1,'loginFailInvalidUsername','alex',0,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2418,3852,1628258430.292393,1,'loginFailInvalidUsername','admin2',0,'\0\0\0\0\0\0\0\0\0\0���H�{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2419,3853,1628258469.605875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>M�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2420,3854,1628258601.336833,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��xY_�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2421,3856,1628258723.282109,1,'loginFailInvalidUsername','alex',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2422,3857,1628258786.257125,1,'loginFailInvalidUsername','admin123',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2423,3858,1628258967.528814,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2424,3859,1628258969.610821,1,'loginFailInvalidUsername','gary',0,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2425,3860,1628259048.137828,1,'loginFailInvalidUsername','prova',0,'\0\0\0\0\0\0\0\0\0\0���aG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2426,3861,1628259145.679046,1,'loginFailInvalidUsername','asd',0,'\0\0\0\0\0\0\0\0\0\0���JW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2427,3862,1628259215.529088,1,'loginFailInvalidUsername','manager',0,'\0\0\0\0\0\0\0\0\0\0��*p&U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2428,3863,1628259302.692989,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���)�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2429,3864,1628259348.470894,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2430,3865,1628259445.216772,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��g��$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2431,3866,1628259491.453747,1,'loginFailInvalidUsername','aaaaa',0,'\0\0\0\0\0\0\0\0\0\0����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2432,3867,1628259556.604225,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2433,3868,1628259583.516965,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2434,3868,1628259583.571459,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2435,3869,1628259597.479254,1,'loginFailInvalidUsername','test3',0,'\0\0\0\0\0\0\0\0\0\0��4�\r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2436,3870,1628259602.443367,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2437,3871,1628259698.659845,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2438,3872,1628259759.460587,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2439,3873,1628259853.162056,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2440,3875,1628259945.455464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RЧE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2441,3876,1628260014.587937,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2442,3877,1628260125.254671,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g*o;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2443,3878,1628260206.722946,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2444,3879,1628260207.000734,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2445,3880,1628260277.965276,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2446,3881,1628260434.804488,1,'loginFailInvalidUsername','sophie',0,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2447,3882,1628260509.223386,1,'loginFailInvalidUsername','abc',0,'\0\0\0\0\0\0\0\0\0\0��g2ͳ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2448,3883,1628260607.051519,1,'loginFailInvalidUsername','client',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2449,3884,1628260643.018292,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2450,3885,1628260752.427790,1,'loginFailInvalidUsername','depper',0,'\0\0\0\0\0\0\0\0\0\0���ً','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2451,3886,1628260835.074185,1,'loginFailInvalidUsername','soolking',0,'\0\0\0\0\0\0\0\0\0\0��q�a�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2452,3887,1628260861.396229,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��gvX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2453,3889,1628260961.155805,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2454,3890,1628261086.101251,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0��.e�G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2455,3892,1628261255.009853,1,'loginFailInvalidUsername','karen',0,'\0\0\0\0\0\0\0\0\0\0���H�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2456,3893,1628261373.910634,1,'loginFailInvalidUsername','admin2',0,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2457,3894,1628261437.267251,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2458,3895,1628261528.476741,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2459,3896,1628261600.230842,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|^�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2460,3897,1628261668.591846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���JW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2461,3898,1628261732.297046,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0����t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2462,3899,1628261742.315833,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2463,3900,1628261902.885283,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2464,3901,1628262117.785729,1,'loginFailInvalidUsername','support',0,'\0\0\0\0\0\0\0\0\0\0���;=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2465,3902,1628262119.572738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2466,3904,1628262321.023422,1,'loginFailInvalidUsername','123123',0,'\0\0\0\0\0\0\0\0\0\0����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2467,3905,1628262450.768954,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2468,3906,1628262596.264756,1,'loginFailInvalidUsername','test111',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2469,3907,1628262707.417778,1,'loginFailInvalidUsername','marco',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2470,3908,1628262764.507481,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2471,3909,1628262849.888181,1,'loginFailInvalidUsername','admindemo',0,'\0\0\0\0\0\0\0\0\0\0����\\\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2472,3910,1628262872.088657,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2473,3911,1628263008.607310,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2474,3912,1628263039.538583,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2475,3913,1628263128.188892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٶ�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2476,3914,1628263156.733247,1,'loginFailInvalidUsername','itadmin',0,'\0\0\0\0\0\0\0\0\0\0��4Z�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2477,3916,1628263337.127113,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2478,3919,1628263450.745384,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2479,3920,1628263633.139470,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2480,3921,1628263633.148427,1,'loginFailInvalidUsername','seamus',0,'\0\0\0\0\0\0\0\0\0\0���H�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2481,3922,1628263732.822887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2482,3923,1628263764.871187,1,'loginFailInvalidUsername','testeur',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2483,3924,1628263772.445556,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2484,3925,1628263950.909311,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0��h�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2485,3926,1628264058.078273,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2486,3927,1628264098.714918,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2487,3929,1628264244.812843,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2488,3930,1628264313.628951,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g*o;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2489,3931,1628264454.617247,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-\\l�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2490,3932,1628264516.431559,1,'loginFailInvalidUsername','test4',0,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2491,3933,1628264547.408345,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2492,3933,1628264547.454068,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2493,3934,1628264615.337503,1,'loginFailInvalidUsername','12345',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2494,3935,1628264709.673382,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2495,3936,1628264773.081522,1,'loginFailInvalidUsername','test01',0,'\0\0\0\0\0\0\0\0\0\0��g��$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2496,3937,1628264900.819065,1,'loginFailInvalidUsername','first',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2497,3938,1628265008.976349,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2498,3939,1628265058.080568,1,'loginFailInvalidUsername','admina',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2499,3940,1628265174.823976,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2500,3941,1628265196.413202,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2501,3942,1628265242.412047,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2502,3943,1628265348.898098,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2503,3944,1628265364.072845,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2504,3945,1628265516.997187,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2505,3946,1628265559.968711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2506,3947,1628265568.992107,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2507,3949,1628265910.028215,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��*p&U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2508,3951,1628266003.264696,1,'loginFailInvalidUsername','prueba',0,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2509,3952,1628266087.585498,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2510,3953,1628266206.754364,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2511,3954,1628266212.820884,1,'loginFailInvalidUsername','wpadmin',0,'\0\0\0\0\0\0\0\0\0\0��\"]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2512,3958,1628266559.600689,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2513,3959,1628266724.133344,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2514,3960,1628266829.577104,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2515,3961,1628266901.410522,1,'loginFailInvalidUsername','phanhoailam',0,'\0\0\0\0\0\0\0\0\0\0���Z�C','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2516,3962,1628267015.482124,1,'loginFailInvalidUsername','utente',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2517,3963,1628267037.709328,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2518,3967,1628267310.616990,1,'loginFailInvalidUsername','technician',0,'\0\0\0\0\0\0\0\0\0\0����8P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2519,3968,1628267416.271021,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2520,3969,1628267450.013278,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2521,3970,1628267564.802646,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2522,3971,1628267660.766857,1,'loginFailInvalidUsername','view',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2523,3972,1628267662.806026,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2524,3976,1628267990.611833,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2525,3978,1628268200.310154,1,'loginFailInvalidUsername','admindemo',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2526,3979,1628268237.922676,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2527,3979,1628268238.016314,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2528,3980,1628268330.404178,1,'loginFailInvalidUsername','developer',0,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2529,3981,1628268429.064350,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2530,3982,1628268489.363053,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\rPit','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2531,3984,1628268636.478501,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g*o;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2532,3985,1628268672.244857,1,'loginFailInvalidUsername','advokat',0,'\0\0\0\0\0\0\0\0\0\0��.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2533,3986,1628268691.473860,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����e3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2534,3987,1628268783.342687,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2535,3988,1628268968.147659,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���#Jh','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2536,3989,1628268968.531092,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2537,3989,1628268968.579336,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2538,3990,1628269009.500007,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2539,3992,1628269187.664432,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2540,3993,1628269285.981956,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2541,3994,1628269293.577633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2542,3995,1628269343.605969,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2543,3996,1628269512.605318,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���2�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2544,3999,1628269730.712698,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2545,4000,1628269819.758449,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2546,4001,1628269866.953669,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2547,4002,1628269965.305741,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���%�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2548,4003,1628269989.254748,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��gvX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2549,4004,1628270046.459113,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���G�P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2550,4005,1628270255.227593,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��4Z�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2551,4008,1628270664.629257,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2552,4009,1628270668.259044,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2553,4010,1628270682.971913,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g2ͳ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2554,4011,1628270813.468994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���L��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2555,4012,1628270939.664397,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2556,4013,1628271013.481892,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����\\\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2557,4014,1628271073.004115,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2558,4018,1628271278.689226,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2559,4019,1628271360.711651,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2560,4020,1628271402.134682,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2561,4021,1628271541.734046,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ȵi�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2562,4022,1628271653.776173,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2563,4023,1628271730.616745,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2564,4024,1628271828.785266,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2565,4025,1628271847.154556,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2566,4026,1628271992.613686,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2567,4027,1628272118.289859,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2568,4028,1628272172.370419,1,'loginFailInvalidUsername','webmaster',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2569,4031,1628272338.256519,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2570,4032,1628272471.213967,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���%�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2571,4033,1628272482.067730,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\"I�w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2572,4034,1628272535.257453,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0����8P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2573,4038,1628272859.199238,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2574,4039,1628272924.267968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2575,4041,1628273069.878270,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2576,4042,1628273115.262289,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2577,4043,1628273137.099879,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2578,4044,1628273203.895444,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3�t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2579,4048,1628273364.486341,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���L��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2580,4049,1628273401.656549,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g|^�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2581,4050,1628273482.656571,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2582,4051,1628273663.918463,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��P���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2583,4053,1628273774.324933,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2584,4054,1628273908.433953,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2585,4055,1628273929.141316,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2586,4056,1628273970.177782,1,'loginFailInvalidUsername','duozhandian',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2587,4058,1628274140.396913,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2588,4059,1628274201.492337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2589,4060,1628274290.086028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"I�w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2590,4061,1628274346.283578,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���AY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2591,4062,1628274533.823466,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xY_�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2592,4063,1628274618.709618,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cL\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2593,4067,1628274811.209461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2594,4068,1628274833.225570,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2595,4069,1628274880.940055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2596,4071,1628275452.198131,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2597,4072,1628275475.751362,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2598,4073,1628275557.220674,1,'loginFailInvalidUsername','admin123',0,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2599,4074,1628275584.866225,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2600,4075,1628275719.111526,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2601,4076,1628275834.254702,1,'loginFailInvalidUsername','ashtyn',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2602,4077,1628275896.902695,1,'loginFailInvalidUsername','depper',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2603,4078,1628275948.384633,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2604,4079,1628276003.128550,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2605,4080,1628276003.855198,1,'loginFailInvalidUsername','depper',0,'\0\0\0\0\0\0\0\0\0\0���ƀ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2606,4081,1628276228.802543,1,'loginFailInvalidUsername','webmaster',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2607,4082,1628276302.808734,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��6\'#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2608,4083,1628276324.300887,1,'loginFailInvalidUsername','wordpress',0,'\0\0\0\0\0\0\0\0\0\0��6\'#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2609,4084,1628276404.249733,1,'loginFailInvalidUsername','depper',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2610,4085,1628276440.113333,1,'loginFailInvalidUsername','depper',0,'\0\0\0\0\0\0\0\0\0\0��P���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2611,4086,1628276541.327590,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2612,4087,1628276554.035892,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0��U��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2613,4088,1628276649.710015,1,'loginFailInvalidUsername','dayat',0,'\0\0\0\0\0\0\0\0\0\0���ʮ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2614,4089,1628276772.929051,1,'loginFailInvalidUsername','anonymousfox',0,'\0\0\0\0\0\0\0\0\0\0��g2ͳ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2615,4090,1628276827.259422,1,'loginFailInvalidUsername','usuario',0,'\0\0\0\0\0\0\0\0\0\0���[D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2616,4091,1628276960.213671,1,'loginFailInvalidUsername','vendor',0,'\0\0\0\0\0\0\0\0\0\0��C+�F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2617,4092,1628277102.534986,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0���%*2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2618,4093,1628277160.155023,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2619,4094,1628277167.811630,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2620,4095,1628277277.091322,1,'loginFailInvalidUsername','asdf',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2621,4096,1628277331.214667,1,'loginFailInvalidUsername','webadmin',0,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2622,4097,1628277399.443641,1,'loginFailInvalidUsername','autor',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2623,4098,1628277534.863820,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2624,4099,1628277633.166650,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��h�\Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2625,4100,1628277782.913627,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2626,4101,1628277917.632776,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2627,4102,1628278008.079211,1,'loginFailInvalidUsername','webadmin',0,'\0\0\0\0\0\0\0\0\0\0��C+�F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2628,4103,1628278070.731173,1,'loginFailInvalidUsername','dev',0,'\0\0\0\0\0\0\0\0\0\0��g�\\x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2629,4104,1628278156.378516,1,'loginFailInvalidUsername','quantri',0,'\0\0\0\0\0\0\0\0\0\0����\\\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2630,4105,1628278249.761765,1,'loginFailInvalidUsername','quantri',0,'\0\0\0\0\0\0\0\0\0\0���2�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2631,4106,1628278332.837515,1,'loginFailInvalidUsername','quantri',0,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2632,4107,1628278399.616793,1,'loginFailInvalidUsername','redakteur',0,'\0\0\0\0\0\0\0\0\0\0��g2ͳ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2633,4108,1628278419.083760,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2634,4109,1628278612.832872,1,'loginFailInvalidUsername','review',0,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2635,4110,1628278627.442467,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2636,4111,1628278799.794727,1,'loginFailInvalidUsername','paul',0,'\0\0\0\0\0\0\0\0\0\0��ٶ�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2637,4112,1628278886.345128,1,'loginFailInvalidUsername','member1',0,'\0\0\0\0\0\0\0\0\0\0��\"Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2638,4113,1628278939.180621,1,'loginFailInvalidUsername','port',0,'\0\0\0\0\0\0\0\0\0\0��3�t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2639,4114,1628279125.554370,1,'loginFailInvalidUsername','pruebas',0,'\0\0\0\0\0\0\0\0\0\0���H�{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2640,4115,1628279131.094375,1,'loginFailInvalidUsername','qcv',0,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2641,4116,1628279139.021859,1,'loginFailInvalidUsername','port',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2642,4117,1628279247.105111,1,'loginFailInvalidUsername','pratik',0,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2643,4118,1628279433.295219,1,'loginFailInvalidUsername','support',0,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2644,4119,1628279434.480723,1,'loginFailInvalidUsername','support',0,'\0\0\0\0\0\0\0\0\0\0����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2645,4120,1628279664.438954,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2646,4121,1628279691.105569,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0�����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2647,4122,1628279738.533529,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2648,4123,1628279816.478326,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2649,4124,1628279911.903989,1,'loginFailInvalidUsername','rtiop',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2650,4125,1628280002.818233,1,'loginFailInvalidUsername','rtiop',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2651,4126,1628280145.153594,1,'loginFailInvalidUsername','rootuser',0,'\0\0\0\0\0\0\0\0\0\0��g ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2652,4127,1628280192.020417,1,'loginFailInvalidUsername','sophie',0,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2653,4128,1628280193.757857,1,'loginFailInvalidUsername','s',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2654,4129,1628280422.558533,1,'loginFailInvalidUsername','secure',0,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2655,4130,1628280495.316546,1,'loginFailInvalidUsername','sophie',0,'\0\0\0\0\0\0\0\0\0\0��6�f{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2656,4131,1628280562.265966,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0��ȵi�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2657,4132,1628280668.160628,1,'loginFailInvalidUsername','tester1',0,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2658,4133,1628280741.362165,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0��6\'#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2659,4134,1628280787.823098,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2660,4135,1628280863.084867,1,'loginFailInvalidUsername','frank',0,'\0\0\0\0\0\0\0\0\0\0����\\\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2661,4136,1628280941.519858,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(2662,4137,1628280972.471484,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2663,4138,1628280976.941037,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0����դ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2664,4139,1628281032.655923,1,'loginFailInvalidUsername','tester123',0,'\0\0\0\0\0\0\0\0\0\0��B�5�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2665,4140,1628281090.727803,1,'loginFailInvalidUsername','developer101',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2666,4141,1628281163.243615,1,'loginFailInvalidUsername','developer',0,'\0\0\0\0\0\0\0\0\0\0��M�~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2667,4142,1628281273.527790,1,'loginFailInvalidUsername','dev',0,'\0\0\0\0\0\0\0\0\0\0���ʮ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2668,4143,1628281372.280874,1,'loginFailInvalidUsername','testuser1',0,'\0\0\0\0\0\0\0\0\0\0���%*2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2669,4144,1628281375.236234,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0���n�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2670,4145,1628281404.653253,1,'loginFailInvalidUsername','testuser1',0,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2671,4146,1628281580.397953,1,'loginFailInvalidUsername','testeur',0,'\0\0\0\0\0\0\0\0\0\0��ԁ\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2672,4147,1628281615.957621,1,'loginFailInvalidUsername','dominik',0,'\0\0\0\0\0\0\0\0\0\0��� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2673,4148,1628281663.547116,1,'loginFailInvalidUsername','testuser111',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2674,4149,1628281738.160876,1,'loginFailInvalidUsername','karlo',0,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2675,4150,1628281765.779063,1,'loginFailInvalidUsername','killo',0,'\0\0\0\0\0\0\0\0\0\0���;=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2676,4151,1628281891.110034,1,'loginFailInvalidUsername','karen',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2677,4152,1628281967.889884,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2678,4153,1628282105.870090,1,'loginFailInvalidUsername','killo',0,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2679,4154,1628282155.303791,1,'loginFailInvalidUsername','martin',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2680,4155,1628282201.295079,1,'loginFailInvalidUsername','master',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2681,4156,1628282271.433540,1,'loginFailInvalidUsername','laura',0,'\0\0\0\0\0\0\0\0\0\0��\"]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2682,4157,1628282394.727028,1,'loginFailInvalidUsername','manager',0,'\0\0\0\0\0\0\0\0\0\0��%`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2683,4158,1628282416.061599,1,'loginFailInvalidUsername','hamconage',0,'\0\0\0\0\0\0\0\0\0\0��ݏ0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2684,4159,1628282511.143274,1,'loginFailInvalidUsername','hameconage',0,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2685,4160,1628282549.004694,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0���L��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2686,4161,1628282687.733149,1,'loginFailInvalidUsername','hamcomange',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2687,4162,1628282753.062998,1,'loginFailInvalidUsername','testaccount',0,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2688,4163,1628282779.843068,1,'loginFailInvalidUsername','jason',0,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2689,4164,1628283014.022541,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2690,4165,1628283039.404658,1,'loginFailInvalidUsername','jamie',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2691,4166,1628283128.457248,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2692,4167,1628283148.848224,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��W�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2693,4168,1628283162.112895,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2694,4169,1628283369.238691,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2695,4170,1628283372.774873,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2696,4171,1628283470.819401,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2697,4172,1628283578.747658,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��M�~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2698,4176,1628283913.034303,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2699,4177,1628283958.683971,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.e\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2700,4178,1628283975.555149,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2701,4179,1628284106.600721,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2702,4180,1628284116.655859,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2703,4181,1628284276.895445,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2704,4182,1628284330.594640,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g��$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2705,4183,1628284386.260660,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g��$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2706,4184,1628284479.709520,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2707,4185,1628284503.939028,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��4Z�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2708,4186,1628284541.812332,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2709,4187,1628284712.427735,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ʮ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2710,4188,1628284728.439709,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2711,4189,1628284871.846247,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��/]F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2712,4190,1628284908.339448,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2713,4191,1628284989.359360,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2714,4192,1628285159.222192,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��M�~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2715,4193,1628285214.060022,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\'Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2716,4194,1628285251.482588,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\r%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2717,4195,1628285325.913048,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2718,4196,1628285339.339645,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ԁ\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2719,4197,1628285348.435314,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����դ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2720,4198,1628285445.396203,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2721,4199,1628285603.360483,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2722,4200,1628285717.013766,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2723,4201,1628285751.242495,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2724,4202,1628285792.988068,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2725,4203,1628285871.293581,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ٶ�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2726,4204,1628285996.041620,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��gvX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2727,4205,1628285999.632912,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��g|^�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2728,4206,1628286086.317449,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��g|^�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2729,4207,1628286214.736452,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��C+�F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2730,4208,1628286238.207030,1,'loginFailInvalidUsername','111',0,'\0\0\0\0\0\0\0\0\0\0���L��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2731,4209,1628286298.393132,1,'loginFailInvalidUsername','123456789',0,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2732,4210,1628286409.130057,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2733,4211,1628286486.974297,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��4�H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2734,4212,1628286635.035809,1,'loginFailInvalidUsername','Webmaster',0,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2735,4213,1628286735.687595,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2736,4214,1628286744.864168,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2737,4215,1628286836.625749,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2738,4216,1628287000.615572,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2739,4217,1628287077.704513,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2740,4218,1628287183.544594,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2741,4219,1628287213.581200,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���PK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2742,4220,1628287293.731267,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ً','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2743,4221,1628287338.254246,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2744,4222,1628287367.786130,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���;=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2745,4223,1628287436.276377,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.e<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2746,4224,1628287622.812817,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2747,4225,1628287679.283322,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���њg','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2748,4226,1628287897.551459,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2749,4227,1628287987.060946,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2750,4228,1628288028.554993,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2751,4229,1628288100.907836,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2752,4230,1628288102.683754,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2753,4231,1628288145.854449,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2754,4232,1628288283.868133,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2755,4233,1628288320.680308,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���PK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2756,4234,1628288432.881015,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ʮ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2757,4235,1628288544.173576,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2758,4236,1628288549.072179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2759,4237,1628288669.743591,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2760,4238,1628288755.922739,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\"%\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2761,4239,1628288816.711967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2762,4240,1628288950.234998,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2763,4241,1628288999.678030,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2764,4242,1628289021.973062,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���PK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2765,4243,1628289120.828334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2766,4244,1628289130.254809,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2767,4245,1628289175.507478,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��q�a�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2768,4246,1628289330.778025,1,'loginFailInvalidUsername','adminadmin',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2769,4247,1628289546.285186,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2770,4248,1628289691.949721,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2771,4249,1628289840.471656,1,'loginFailInvalidUsername','adminnistrator',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2772,4250,1628289908.363987,1,'loginFailInvalidUsername','admins',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2773,4251,1628289990.148457,1,'loginFailInvalidUsername','alex',0,'\0\0\0\0\0\0\0\0\0\0��ԁ\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2774,4252,1628290077.958208,1,'loginFailInvalidUsername','administrwp',0,'\0\0\0\0\0\0\0\0\0\0��g ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2775,4253,1628290144.553935,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2776,4254,1628290230.871407,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2777,4255,1628290275.850739,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2778,4256,1628290334.217375,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|^�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2779,4257,1628290431.585588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2780,4258,1628290570.010762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2781,4259,1628290573.116244,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2782,4260,1628290614.388531,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2783,4261,1628290728.138362,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2784,4262,1628290809.787745,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2785,4263,1628290851.674212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2786,4264,1628291032.818671,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2787,4265,1628291064.011022,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2788,4266,1628291112.942459,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2789,4267,1628291239.119505,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2790,4268,1628291352.092869,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2791,4269,1628291423.183459,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ʮ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2792,4270,1628291564.822894,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2793,4271,1628291620.406120,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2794,4272,1628291753.611092,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2795,4273,1628291912.671807,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2796,4274,1628291916.525222,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��Q��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2797,4275,1628292067.122882,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2798,4276,1628292120.655716,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2799,4277,1628292246.143546,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2800,4278,1628292530.179382,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2801,4279,1628292574.647233,1,'loginFailInvalidUsername','abc123',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2802,4280,1628292611.316006,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),(2803,4281,1628292662.536382,1,'loginFailInvalidUsername','abcd',0,'\0\0\0\0\0\0\0\0\0\0���H�{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2804,4282,1628292718.088109,1,'loginFailInvalidUsername','aaa',0,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2805,4283,1628292785.249029,1,'loginFailInvalidUsername','admin2',0,'\0\0\0\0\0\0\0\0\0\0���n�q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2806,4284,1628292811.623483,1,'loginFailInvalidUsername','admin2020',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2807,4285,1628292893.360219,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2808,4286,1628292938.647808,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2809,4287,1628293017.609251,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���%�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2810,4288,1628293202.317722,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2811,4289,1628293221.031057,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2812,4290,1628293258.617786,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2813,4290,1628293258.643249,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2814,4291,1628293291.099134,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2815,4294,1628293693.509305,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2816,4295,1628293804.274944,1,'loginFailInvalidUsername','Sysadmins',0,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2817,4296,1628293890.309737,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2818,4299,1628294144.505997,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2819,4300,1628294146.234973,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���A�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2820,4302,1628294397.479266,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2821,4304,1628294583.158826,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���aG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2822,4304,1628294583.239969,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���aG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2823,4305,1628294624.622870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2824,4306,1628294701.055290,1,'loginFailInvalidUsername','useradmin5',0,'\0\0\0\0\0\0\0\0\0\0��%`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2825,4307,1628294790.612155,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2826,4307,1628294790.685710,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2827,4310,1628294951.993495,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2828,4311,1628295006.761940,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2829,4315,1628295311.755025,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2830,4317,1628295514.106062,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2831,4318,1628295526.323839,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��Ú�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2832,4319,1628295638.746824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2833,4320,1628295692.103748,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2834,4321,1628295871.255378,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2835,4322,1628295964.788875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ԁ\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2836,4325,1628296367.280798,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��M�~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2837,4326,1628296467.096618,1,'loginFailInvalidUsername','adminis9',0,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2838,4328,1628296581.079755,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����U�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2839,4330,1628296854.612753,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���r�6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2840,4332,1628297013.778831,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2841,4332,1628297013.864549,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2842,4333,1628297069.851302,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2843,4333,1628297069.927152,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2844,4334,1628297152.731682,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2845,4335,1628297198.902585,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2846,4336,1628297353.947286,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2847,4336,1628297353.973680,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2848,4337,1628297406.701622,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2849,4340,1628297633.074086,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2850,4341,1628297700.833973,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2851,4343,1628297793.309475,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��M�~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2852,4344,1628298027.746403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2853,4345,1628298036.088847,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2854,4346,1628298183.205707,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��P���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2855,4347,1628298256.007281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2856,4348,1628298282.278696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2857,4349,1628298346.516730,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2858,4350,1628298565.753599,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2859,4351,1628298669.873799,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2860,4352,1628298683.350231,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2861,4353,1628298734.612206,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2862,4355,1628298971.853814,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��RЧE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2863,4357,1628299150.476058,1,'loginFailInvalidUsername','admintoko',0,'\0\0\0\0\0\0\0\0\0\0����դ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2864,4358,1628299155.966850,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2865,4359,1628299257.885859,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2866,4360,1628299448.330255,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2867,4362,1628299542.470015,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.ey','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2868,4365,1628299752.103249,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2869,4367,1628299913.509344,1,'loginFailInvalidUsername','temp-admin',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2870,4368,1628300023.365588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2871,4369,1628300081.295369,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2872,4370,1628300108.190376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���YY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2873,4372,1628300291.062299,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��Q��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2874,4373,1628300571.680749,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2875,4374,1628300625.145951,1,'loginFailInvalidUsername','useradmin32',0,'\0\0\0\0\0\0\0\0\0\0���PK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2876,4375,1628300780.046561,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2877,4376,1628300780.428705,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���L��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2878,4377,1628300797.649186,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2879,4378,1628300899.303030,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2880,4379,1628301012.700378,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2881,4382,1628301311.171805,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2882,4383,1628301408.666075,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2883,4384,1628301438.026517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2884,4385,1628301502.178104,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2885,4385,1628301502.219301,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2886,4388,1628301759.574977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"I�w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2887,4389,1628301811.610811,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2888,4390,1628301883.629828,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2889,4391,1628301893.154680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2890,4392,1628302032.965144,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٶ�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2891,4393,1628302143.584749,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2892,4394,1628302157.920901,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2893,4395,1628302266.470745,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g*o;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2894,4396,1628302369.437641,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2895,4397,1628302427.861944,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��$Y�i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2896,4400,1628302617.800824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ƀ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2897,4401,1628302645.987712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2898,4403,1628303188.273202,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��4�H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2899,4404,1628303220.719352,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���AY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2900,4405,1628303221.254175,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2901,4406,1628303222.742479,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���%*2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2902,4407,1628303231.102430,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Eţ�','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),(2903,4408,1628303300.210122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2904,4409,1628303413.605595,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2905,4410,1628303505.710280,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2906,4411,1628303544.667166,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2907,4412,1628303549.509061,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2908,4413,1628303714.647926,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2909,4414,1628303831.608506,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(2910,4415,1628303852.126347,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2911,4416,1628303913.079038,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2912,4416,1628303915.560092,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2913,4417,1628304011.544251,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2914,4418,1628304094.256457,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2915,4419,1628304202.289510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RЧE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2916,4424,1628304595.760506,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�C','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2917,4425,1628304873.796237,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���%*2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2918,4429,1628305101.361959,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2919,4430,1628305111.138947,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2920,4431,1628305253.300746,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2921,4432,1628305367.963069,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2922,4433,1628305597.720581,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��U��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2923,4434,1628305600.672465,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2924,4436,1628305753.207154,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���cL\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2925,4437,1628305820.064881,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2926,4438,1628306004.148130,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Z�C','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2927,4439,1628306095.229540,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2928,4440,1628306171.968314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|^,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2929,4441,1628306178.537669,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\"]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2930,4442,1628306283.265550,1,'loginFailInvalidUsername','myadmin',0,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2931,4444,1628306413.648449,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2932,4445,1628306585.396194,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2933,4449,1628306991.657008,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2934,4450,1628307165.538019,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2935,4454,1628307460.014438,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2936,4455,1628307556.924667,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2937,4456,1628307631.856902,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2938,4457,1628307751.400441,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2939,4458,1628307823.733501,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2940,4459,1628307854.202758,1,'loginFailInvalidUsername','myadmin',0,'\0\0\0\0\0\0\0\0\0\0��ٶ�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2941,4460,1628307969.836348,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2942,4461,1628308184.103568,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��gbH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2943,4462,1628308237.824014,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���њg','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2944,4463,1628308265.495024,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2945,4466,1628308543.706676,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-|Tz','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2946,4467,1628308563.902251,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2947,4468,1628308723.124722,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2948,4469,1628308891.946908,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��Ú�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2949,4471,1628309121.953145,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2950,4472,1628309206.202402,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g2ͳ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2951,4473,1628309275.944151,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2952,4474,1628309322.694979,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.ey','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2953,4475,1628309420.221854,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��UX�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2954,4476,1628309458.801780,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2955,4477,1628309572.506836,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2956,4478,1628309676.373773,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2957,4481,1628309964.269949,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2958,4482,1628309986.610691,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2959,4483,1628310116.487144,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2960,4484,1628310136.431299,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2961,4485,1628310418.705511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2962,4486,1628310495.494503,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���%*2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2963,4487,1628310524.704830,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2964,4488,1628310584.180362,1,'loginFailInvalidUsername','myadmin',0,'\0\0\0\0\0\0\0\0\0\0��g|^�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2965,4490,1628310672.967209,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2966,4494,1628311116.648315,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2967,4495,1628311186.019916,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r�#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2968,4496,1628311716.094714,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2969,4497,1628311767.268653,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2970,4498,1628312037.235223,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���A�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2971,4500,1628312352.596242,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2972,4502,1628312506.611787,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ٶ�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2973,4503,1628312740.297343,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2974,4507,1628313023.346304,1,'loginFailInvalidUsername','baoma',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2975,4508,1628313101.966402,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2976,4510,1628313254.197457,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2977,4511,1628313254.564454,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2978,4513,1628313469.966510,1,'loginFailInvalidUsername','blogger',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2979,4514,1628313534.151704,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2980,4515,1628313576.498024,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2981,4516,1628313735.444514,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2982,4517,1628313836.183364,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2983,4518,1628313882.339268,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2984,4519,1628313906.354740,1,'loginFailInvalidUsername','123456',0,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2985,4520,1628314040.107951,1,'loginFailInvalidUsername','indoxploit',0,'\0\0\0\0\0\0\0\0\0\0��\"Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2986,4521,1628314139.683690,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2987,4522,1628314216.944222,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��P���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2988,4523,1628314244.586498,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2989,4524,1628314345.715886,1,'loginFailInvalidUsername','jojo',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2990,4525,1628314401.172309,1,'loginFailInvalidUsername','garak',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2991,4527,1628314641.068397,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���|� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2992,4531,1628314688.378567,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2993,4532,1628314894.071876,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2994,4533,1628314944.657786,1,'loginFailInvalidUsername','0x1999',0,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2995,4534,1628314975.625816,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��>��9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2996,4536,1628315072.685750,1,'loginFailInvalidUsername','schatzi',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2997,4538,1628315123.175698,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2998,4539,1628315282.327882,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2999,4540,1628315331.456550,1,'loginFailInvalidUsername','mike',0,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3000,4541,1628315363.331237,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g*o;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3001,4543,1628315633.208289,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3002,4544,1628315698.134157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3003,4545,1628315847.969263,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3004,4547,1628316044.596886,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���H�&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3005,4549,1628316184.855107,1,'loginFailInvalidUsername','magico',0,'\0\0\0\0\0\0\0\0\0\0����_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3006,4550,1628316398.807248,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0��.e�G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3007,4551,1628316432.804949,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3008,4551,1628316432.820474,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��+�I=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3009,4552,1628316480.783442,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3010,4553,1628316622.712654,1,'loginFailInvalidUsername','kenneth',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3011,4555,1628316859.468856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3012,4556,1628316885.701823,1,'loginFailInvalidUsername','dexter',0,'\0\0\0\0\0\0\0\0\0\0��g|^�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3013,4558,1628317165.502564,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3014,4559,1628317210.795991,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3015,4560,1628317243.301115,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3016,4561,1628317386.423035,1,'loginFailInvalidUsername','wpupdateuser',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3017,4562,1628317450.460799,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0��� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3018,4564,1628317494.176429,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3019,4565,1628317602.593029,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���cL\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3020,4566,1628317950.865552,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3021,4567,1628318032.588212,1,'loginFailInvalidUsername','mark',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3022,4569,1628318194.258859,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���襱','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3023,4570,1628318222.829188,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ݏ0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3024,4571,1628318313.995121,1,'loginFailInvalidUsername','enamad',0,'\0\0\0\0\0\0\0\0\0\0����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3025,4572,1628318377.742689,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3026,4573,1628318543.461740,1,'loginFailInvalidUsername','lucas',0,'\0\0\0\0\0\0\0\0\0\0��\"I�w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3027,4574,1628318598.161257,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3028,4575,1628318618.129146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���L��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3029,4578,1628318924.419729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3030,4580,1628319302.041138,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0�����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3031,4581,1628319318.814479,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3032,4582,1628319373.996419,1,'loginFailInvalidUsername','test123',0,'\0\0\0\0\0\0\0\0\0\0���ʮ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3033,4583,1628319446.570730,1,'loginFailInvalidUsername','daniel',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3034,4585,1628319679.107703,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3035,4586,1628319704.906730,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���%*2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3036,4587,1628319800.716509,1,'loginFailInvalidUsername','adminisstrator',0,'\0\0\0\0\0\0\0\0\0\0���PK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3037,4588,1628320003.399324,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3038,4590,1628320133.779205,1,'loginFailInvalidUsername','jake',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3039,4591,1628320320.987865,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0���Z�C','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3040,4592,1628320373.432632,1,'loginFailInvalidUsername','abcd',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3041,4593,1628320379.415842,1,'loginFailInvalidUsername','testtest',0,'\0\0\0\0\0\0\0\0\0\0���PK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3042,4595,1628320588.588668,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��£�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3043,4596,1628320679.448226,1,'loginFailInvalidUsername','wpmu',0,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3044,4598,1628320818.587683,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3045,4600,1628321052.610918,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3046,4603,1628321239.240108,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3047,4604,1628321489.485652,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3048,4605,1628321527.083420,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3049,4606,1628321533.088844,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3050,4607,1628321837.850495,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Z��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3051,4608,1628321882.618461,1,'loginFailInvalidUsername','kuspito',0,'\0\0\0\0\0\0\0\0\0\0���H�%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3052,4609,1628321976.216985,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3053,4610,1628322071.265014,1,'loginFailInvalidUsername','student',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3054,4611,1628322160.494654,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3055,4612,1628322275.057255,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3056,4613,1628322284.942800,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3057,4615,1628322450.160769,1,'loginFailInvalidUsername','vietkanpy',0,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3058,4616,1628322626.505879,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3059,4617,1628322662.425001,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���>$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3060,4618,1628322671.178585,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���д�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3061,4619,1628322833.882866,1,'loginFailInvalidUsername','prueba',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3062,4620,1628322869.006224,1,'loginFailInvalidUsername','12345678',0,'\0\0\0\0\0\0\0\0\0\0��4�H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3063,4621,1628322909.989397,1,'loginFailInvalidUsername','patricia',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3064,4622,1628323124.906172,1,'loginFailInvalidUsername','Sysadmins',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3065,4623,1628323148.117982,1,'loginFailInvalidUsername','alfredo',0,'\0\0\0\0\0\0\0\0\0\0����2<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3066,4624,1628323182.241720,1,'loginFailInvalidUsername','Toorroots',0,'\0\0\0\0\0\0\0\0\0\0���AY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3067,4625,1628323295.848947,1,'loginFailInvalidUsername','Redirect',0,'\0\0\0\0\0\0\0\0\0\0����t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3068,4628,1628323585.216305,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3069,4629,1628323623.499359,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0����N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3070,4630,1628323672.870675,1,'loginFailInvalidUsername','private',0,'\0\0\0\0\0\0\0\0\0\0����\\\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3071,4631,1628323935.185651,1,'loginFailInvalidUsername','Secyritysys',0,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3072,4632,1628324004.128800,1,'loginFailInvalidUsername','student1',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3073,4633,1628324015.546935,1,'loginFailInvalidUsername','yejun',0,'\0\0\0\0\0\0\0\0\0\0���A�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3074,4635,1628324242.836342,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0��ȵi�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3075,4636,1628324357.560314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3076,4637,1628324438.004215,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0��� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3077,4638,1628324519.771424,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���PK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3078,4639,1628324642.251715,1,'loginFailInvalidUsername','user2',0,'\0\0\0\0\0\0\0\0\0\0��g*o;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3079,4640,1628324699.849613,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3080,4641,1628324766.760280,1,'loginFailInvalidUsername','admin2',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3081,4643,1628324896.587041,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����8P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3082,4644,1628324896.601345,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3083,4645,1628325153.421432,1,'loginFailInvalidUsername','jsjobs_employer',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3084,4646,1628325188.771361,1,'loginFailInvalidUsername','manhct',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3085,4647,1628325251.870412,1,'loginFailInvalidUsername','hjkmba',0,'\0\0\0\0\0\0\0\0\0\0���襱','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3086,4648,1628325435.212541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ً','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3087,4649,1628325445.972871,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3088,4652,1628325570.557066,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3089,4653,1628325633.281140,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3090,4654,1628325682.856090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;\r\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3091,4656,1628325764.227243,1,'loginFailInvalidUsername','adminnistrator',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3092,4657,1628325863.277427,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3093,4662,1628326142.569047,1,'loginFailInvalidUsername','asdasd',0,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3094,4663,1628326203.345969,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n�q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3095,4664,1628326203.450915,1,'loginFailInvalidUsername','sfedf',0,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3096,4665,1628326392.820945,1,'loginFailInvalidUsername','test1234',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3097,4666,1628326481.686892,1,'loginFailInvalidUsername','preview',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3098,4667,1628326521.047124,1,'loginFailInvalidUsername','patricia',0,'\0\0\0\0\0\0\0\0\0\0��\"{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3099,4668,1628326559.711520,1,'loginFailInvalidUsername','qcv',0,'\0\0\0\0\0\0\0\0\0\0��N�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3100,4669,1628326634.111941,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3101,4670,1628326700.086113,1,'loginFailInvalidUsername','sertyi',0,'\0\0\0\0\0\0\0\0\0\0��U��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3102,4671,1628326800.354467,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xY_�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3103,4672,1628326809.418224,1,'loginFailInvalidUsername','-',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3104,4673,1628332919.293704,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3105,4674,1628332919.856375,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3106,4675,1628332920.368856,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3107,4676,1628332920.872583,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3108,4677,1628332921.357088,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3109,4678,1628332921.836149,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3110,4679,1628332922.411457,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3111,4680,1628332922.947174,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3112,4681,1628332923.497946,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3113,4682,1628332924.095305,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3114,4683,1628332924.655952,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3115,4683,1628332924.754145,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3116,4684,1628332925.329965,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3117,4685,1628332925.838113,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3118,4686,1628332926.385239,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3119,4687,1628332926.963256,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3120,4688,1628332927.518574,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3121,4689,1628332928.053536,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3122,4690,1628332928.634448,1,'loginFailInvalidUsername','theoldmillstudios',0,'\0\0\0\0\0\0\0\0\0\0���G�8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(3123,4693,1628336386.212905,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(3124,4694,1628337564.422673,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(3125,4695,1628346965.311707,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��E�b','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),(3126,4700,1628368608.359959,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(3127,4701,1628369497.122383,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3128,4702,1628380087.697824,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.3','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(3129,4709,1628404830.619655,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���6�>','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(3130,4710,1628406069.910908,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3131,4713,1628420783.624475,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(3132,4720,1628444697.644593,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3133,4721,1628445087.491839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}z/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3134,4726,1628446204.025219,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3135,4727,1628446587.303373,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3136,4728,1628446973.023128,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@v7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3137,4732,1628448933.783790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3138,4739,1628451692.197562,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gI��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3139,4743,1628453723.477912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3140,4744,1628454082.970178,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3141,4746,1628455305.386700,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��٠�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3142,4751,1628457084.839538,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Eţ�','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),(3143,4754,1628458094.366734,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3144,4756,1628458896.769942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3145,4758,1628459704.893076,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3146,4760,1628460794.466530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3147,4761,1628461192.226088,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3148,4770,1628464765.161632,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3149,4772,1628465564.862366,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[h�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3150,4776,1628466823.412041,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),(3151,4784,1628469242.622991,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/k!\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3152,4785,1628469654.551201,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3153,4790,1628472565.615796,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-8�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3154,4791,1628473385.198139,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���|�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3155,4796,1628475938.836946,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Dp^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3156,4804,1628477516.237768,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3157,4807,1628479145.194061,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3158,4809,1628479944.817839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3159,4810,1628480334.366521,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����#X','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3160,4813,1628481896.272824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3161,4814,1628482277.212464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3162,4815,1628482693.435999,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�.3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3163,4816,1628483043.791658,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3164,4819,1628484209.661602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\'f!�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3165,4820,1628484980.413308,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>M�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3166,4823,1628486137.882968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3167,4825,1628487324.336860,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3168,4826,1628487714.295064,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��U��*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3169,4826,1628487714.318110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��U��*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3170,4828,1628488495.838878,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G?/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3171,4831,1628489285.382314,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(3172,4836,1628490456.070439,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3173,4845,1628493946.581938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����uR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3174,4846,1628494336.171278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3175,4849,1628496558.438366,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3176,4850,1628496905.011679,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e >�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3177,4851,1628497307.755868,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3178,4852,1628497685.578558,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3179,4853,1628498076.517997,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3180,4856,1628499244.772258,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���)�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3181,4859,1628500125.926389,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���6�>','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3182,4861,1628500810.171415,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-72c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3183,4861,1628500810.266982,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-72c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3184,4863,1628501429.764164,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Tablet PC 2.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(3185,4866,1628502386.314787,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3186,4869,1628503575.906712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˫�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3187,4871,1628504406.773615,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3188,4872,1628504766.610494,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3189,4873,1628505169.012392,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c{)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3190,4875,1628505971.622686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3191,4876,1628506418.907779,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3192,4877,1628506772.062073,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ge��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3193,4878,1628507185.029922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3194,4879,1628507578.264156,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3195,4880,1628507981.374340,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3196,4881,1628508389.921907,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3197,4882,1628508790.320687,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3198,4883,1628508794.356577,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��E�c','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3199,4884,1628509189.396179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3200,4887,1628509589.833885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3201,4888,1628509992.371804,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3202,4890,1628510790.550163,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_&�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3203,4891,1628511190.464220,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3204,4892,1628511596.438696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=C�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3205,4894,1628512407.214508,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����v�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3206,4895,1628512433.683833,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(3207,4899,1628513627.288686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���m~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3208,4901,1628514039.544929,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3209,4902,1628514393.281075,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���GY\\','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(3210,4903,1628514435.136140,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3211,4904,1628514883.544979,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wb��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3212,4905,1628515297.126906,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%��r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3213,4906,1628515658.281503,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�$b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3214,4907,1628515811.544686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#t;','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3215,4908,1628516067.355848,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3216,4909,1628516476.222104,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3217,4910,1628516580.601225,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(3218,4912,1628517180.711555,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),(3219,4915,1628517709.011555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3220,4916,1628518396.182759,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3221,4917,1628518561.054904,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-OuI','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3222,4918,1628518806.421772,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j4��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3223,4919,1628518950.810438,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3224,4920,1628519412.144946,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3225,4921,1628519538.315852,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(3226,4924,1628521704.804826,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(3227,4928,1628525419.320016,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3228,4930,1628526870.697420,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Eţ�','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53'),(3229,4934,1628529511.728692,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��9','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3230,4938,1628532262.992047,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gk�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3231,4939,1628532263.039742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gk�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3232,4940,1628532381.717167,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���,��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3233,4941,1628532381.750979,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���,��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3234,4942,1628532444.687729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2>��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3235,4943,1628532444.697829,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��2>��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3236,4944,1628532562.696810,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2>��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3237,4945,1628532562.707063,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2>��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3238,4946,1628532591.114460,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��H��Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3239,4947,1628532591.174546,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��H��Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3240,4948,1628532695.889168,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2?Ū','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3241,4949,1628532696.867718,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��2?Ū','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3242,4950,1628532745.378185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2>��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3243,4951,1628532745.389133,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��2>��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3244,4952,1628532816.799447,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3245,4953,1628532816.801157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3246,4954,1628532934.024375,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���3�Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3247,4955,1628532988.364521,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3248,4956,1628533042.792424,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3249,4957,1628533210.000502,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3250,4958,1628533210.010639,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3251,4959,1628534459.271570,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3252,4961,1628535843.253938,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.3','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),(3253,4962,1628535942.180019,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�S','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(3254,4963,1628536676.899566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]sO','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(3255,4964,1628536813.453065,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��E�c','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53'),(3256,4965,1628537398.858838,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3257,4966,1628539587.256185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3258,4967,1628540290.530375,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y/:','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(3259,4975,1628555488.932112,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3260,4976,1628556276.054282,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3261,4977,1628556647.722844,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ļ�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3262,4980,1628558941.726039,1,'loginFailInvalidUsername','developer',0,'\0\0\0\0\0\0\0\0\0\0���>�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(3263,4981,1628558942.584714,1,'loginFailInvalidUsername','developer',0,'\0\0\0\0\0\0\0\0\0\0���>�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(3264,4982,1628564078.316247,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.3','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3265,4985,1628572755.663251,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(3266,4986,1628573559.098865,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3267,4987,1628574606.905068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(3268,4990,1628582603.477618,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3269,4994,1628595538.466702,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3270,5006,1628634004.834895,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(3271,5007,1628635064.699474,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3272,5010,1628645636.052592,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4'),(3273,5011,1628655145.814163,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3274,5012,1628660126.875234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3275,5013,1628660916.094735,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� �&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3276,5016,1628663338.100235,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3277,5017,1628664109.689911,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3278,5018,1628664798.095506,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3279,5022,1628666176.234977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3280,5023,1628666866.520200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3281,5024,1628666999.715267,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(3282,5025,1628667589.708917,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3283,5026,1628667789.735507,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mFd','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; yie8)'),(3284,5030,1628670353.092389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3285,5031,1628671061.564964,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3286,5032,1628671760.157694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���˰R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3287,5034,1628673178.854281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3288,5035,1628673890.440838,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3289,5036,1628674589.850657,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3290,5037,1628675345.935373,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3291,5038,1628675660.489472,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3292,5039,1628676049.865195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3293,5041,1628676758.690912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3294,5043,1628677483.108913,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3295,5044,1628678175.304833,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?�)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3296,5045,1628678932.433954,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3297,5046,1628679651.923674,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3298,5048,1628681098.592750,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3299,5049,1628681790.965464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g\0B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3300,5050,1628682529.526872,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3301,5051,1628683490.219384,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(3302,5053,1628684329.602186,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(3303,5054,1628684720.613449,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3304,5057,1628686878.923345,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3305,5059,1628688359.640878,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3306,5060,1628689104.462885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�\"o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3307,5061,1628689600.661803,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ļ�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(3308,5062,1628689814.321376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3309,5070,1628697791.730134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���AL&','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(3310,5075,1628701514.787870,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3311,5082,1628708766.340643,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(3312,5086,1628711162.056959,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),(3313,5087,1628711903.076956,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6&I�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3314,5088,1628713474.539517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(3315,5089,1628715044.413847,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3316,5089,1628715044.466973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3317,5090,1628716625.000162,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν2�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(3318,5091,1628719615.292854,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3319,5097,1628724643.167165,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(3320,5102,1628729025.650873,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(3321,5103,1628729565.959343,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(3322,5105,1628732865.799280,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(3323,5106,1628734525.893347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3324,5107,1628736185.568013,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(3325,5111,1628737860.340105,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3326,5113,1628741039.876579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(3327,5120,1628747484.552604,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(3328,5121,1628749108.763224,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(3329,5122,1628750758.911138,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,X#','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(3330,5124,1628753312.621491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]�{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3331,5125,1628753725.381742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%��r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3332,5127,1628754462.305371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gPR!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3333,5128,1628754840.952843,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3334,5129,1628755218.707570,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;!�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3335,5130,1628755592.733475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3336,5133,1628756331.750039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� �&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3337,5134,1628756709.072001,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3338,5135,1628757081.849936,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3339,5138,1628757449.445447,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����M','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3340,5139,1628757583.223501,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3341,5140,1628757959.107090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3342,5143,1628759140.427322,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(3343,5144,1628759440.026724,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3344,5145,1628759834.995765,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.yB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3345,5146,1628760222.982285,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�.3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3346,5147,1628760554.483820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3347,5148,1628760858.848294,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(3348,5151,1628761670.776362,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3349,5153,1628762572.348524,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(3350,5156,1628763938.410126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3351,5158,1628764334.867511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3352,5160,1628765100.966897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3353,5161,1628765482.790611,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3354,5161,1628765482.882237,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3355,5162,1628765844.808698,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3356,5165,1628766622.163686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3357,5165,1628766622.391164,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3358,5169,1628767394.093027,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3359,5169,1628767394.139730,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3360,5170,1628767674.409490,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-%','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3361,5171,1628767785.005756,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�\"o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3362,5175,1628772903.229336,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(3363,5176,1628773058.840365,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ŃB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3364,5178,1628773884.700598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3365,5181,1628774296.389792,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3366,5183,1628774714.855817,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3367,5183,1628774714.902275,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3368,5184,1628774885.739502,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(3369,5185,1628775144.240582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.yB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3370,5185,1628775144.279318,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.yB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3371,5192,1628776761.642171,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�X�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3372,5195,1628778123.560794,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4r','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(3373,5196,1628778406.195099,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3374,5200,1628779873.414344,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����^','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(3375,5202,1628780487.504314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3376,5208,1628782853.235767,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3377,5209,1628783244.219476,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.eշ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3378,5210,1628783386.665646,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(3379,5211,1628783635.477151,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3380,5214,1628784029.242039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3381,5215,1628784424.037534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3382,5216,1628784823.079321,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3383,5219,1628785153.483319,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0'),(3384,5220,1628785218.835252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����2.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3385,5221,1628785357.071558,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3386,5222,1628785614.699890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3387,5223,1628786404.207394,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����K�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3388,5223,1628786404.262689,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����K�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3389,5224,1628786795.937189,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3KZ\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3390,5225,1628786924.520897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(3391,5226,1628787574.041285,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3392,5226,1628787574.086768,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3393,5227,1628787974.969761,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3394,5230,1628788745.791407,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3395,5231,1628789137.112013,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3396,5232,1628789537.814067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3&P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3397,5233,1628789925.792988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3D(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3398,5234,1628790322.471356,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3399,5234,1628790322.525611,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3400,5235,1628790476.004561,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3401,5238,1628794252.864676,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�\"o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3402,5245,1628805476.368579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����j�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3403,5246,1628805826.930464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3404,5247,1628806215.860058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw�\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3405,5249,1628807034.039458,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3406,5250,1628807447.128944,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�1�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3407,5251,1628807859.755635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3408,5252,1628808310.236219,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3409,5253,1628808788.550493,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3410,5254,1628809120.786702,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),(3411,5260,1628810592.358430,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3412,5260,1628810592.413464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3413,5261,1628811081.110350,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����K�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3414,5262,1628811539.213122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3415,5265,1628812605.534278,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3416,5266,1628812989.712977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Dp^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3417,5266,1628812989.879747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Dp^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3418,5267,1628813456.171703,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���vSF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3419,5268,1628813937.350351,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ŃB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3420,5270,1628814884.842017,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j5s}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3421,5272,1628815890.758049,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3422,5276,1628817921.484250,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3423,5277,1628818431.260406,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3424,5278,1628818950.722462,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3425,5280,1628820017.740920,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3&P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3426,5283,1628822093.902036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3427,5285,1628822790.161966,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���U��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3428,5290,1628823778.730614,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�= ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3429,5291,1628824184.436117,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6�Y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3430,5292,1628824517.492001,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(3431,5293,1628824522.137928,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3432,5294,1628824788.591444,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3433,5295,1628825081.114349,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���zR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3434,5296,1628825409.552633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�\"o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3435,5297,1628825758.267304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e_A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3436,5298,1628826056.172474,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kS�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3437,5300,1628826701.733399,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3438,5301,1628827031.662698,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3439,5305,1628828105.624340,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3440,5306,1628828428.096106,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3441,5307,1628828737.780306,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3442,5308,1628829055.088485,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�$b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3443,5309,1628829363.840553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3444,5310,1628829712.904078,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3445,5311,1628829990.938648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3446,5312,1628830305.506391,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Hӱ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3447,5313,1628830620.954482,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3448,5314,1628830936.633528,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3449,5315,1628831251.628501,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3450,5316,1628831566.606854,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3451,5318,1628832235.064851,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3452,5318,1628832235.112313,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3453,5319,1628832522.609269,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3454,5320,1628832843.230162,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3455,5321,1628833193.793555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3456,5322,1628833832.173471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h,I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3457,5322,1628833832.246105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h,I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3458,5323,1628834129.840752,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3459,5324,1628834456.293982,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3460,5326,1628835104.148164,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3461,5328,1628835761.392530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����kQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3462,5329,1628836020.544249,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3463,5330,1628836090.481275,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��u2Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3464,5331,1628836411.432150,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3465,5333,1628837064.875574,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3466,5333,1628837065.512548,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3467,5335,1628837435.463826,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(3468,5335,1628837435.537974,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(3469,5336,1628837715.365310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2tb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3470,5337,1628837975.658087,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(3471,5337,1628837975.728126,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(3472,5338,1628838042.552635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/4�*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3473,5338,1628838042.639735,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/4�*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3474,5342,1628839347.135092,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��o]5�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3475,5343,1628839673.751944,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��jK��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3476,5344,1628840002.543039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rC1<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3477,5346,1628840655.651933,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3478,5347,1628840983.670711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-wS�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3479,5348,1628841311.741138,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3480,5351,1628842663.153506,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֣%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3481,5352,1628842970.449633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����V�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3482,5353,1628843298.310243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3483,5354,1628843659.464557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3484,5355,1628843966.415712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3485,5356,1628844325.727463,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3486,5360,1628845654.767257,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3487,5363,1628846667.191238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3488,5364,1628846974.421808,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ּ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3489,5365,1628847315.775177,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3490,5366,1628847672.210301,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3491,5366,1628847672.282923,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3492,5370,1628848365.002345,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3493,5372,1628849355.196541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3494,5372,1628849355.293067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3495,5380,1628852323.735705,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3496,5381,1628852347.586662,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\r\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3497,5381,1628852347.658735,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\r\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3498,5382,1628852721.647133,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3499,5382,1628852721.747688,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3500,5383,1628852741.025575,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3501,5386,1628853663.354462,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3502,5387,1628853690.974665,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rC1<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3503,5388,1628854175.164089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֣%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3504,5389,1628854191.405216,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3505,5390,1628854398.802160,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3506,5391,1628854554.265582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����kQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3507,5391,1628854554.347109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����kQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3508,5392,1628854688.468774,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h+�5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3509,5393,1628854737.117070,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3510,5394,1628855214.753975,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� F�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3511,5395,1628855270.872876,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3512,5396,1628855743.664140,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3513,5397,1628855784.204923,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3514,5401,1628856727.904436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/k!\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3515,5402,1628856779.941960,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3516,5402,1628856780.043944,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3517,5403,1628857295.533802,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3518,5404,1628857339.019415,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3519,5405,1628857788.177301,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3520,5406,1628857845.935895,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3521,5406,1628857845.978227,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3522,5407,1628858336.894039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gzj�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3523,5407,1628858336.946875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gzj�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3524,5408,1628858389.155457,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3525,5410,1628858576.957310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3526,5411,1628859165.627483,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3527,5412,1628859245.360300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3528,5412,1628859245.414874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3529,5413,1628859338.804875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3530,5414,1628859414.988794,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3531,5417,1628860219.798049,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3532,5420,1628860974.075716,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3533,5422,1628861181.771639,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3534,5422,1628861181.853261,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3535,5425,1628862006.038038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3536,5425,1628862006.155974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3537,5426,1628862044.391624,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ћ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3538,5429,1628862727.753635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3539,5431,1628862903.469528,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3540,5435,1628863808.770395,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3541,5439,1628864736.262929,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3KZ\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3542,5439,1628864736.319807,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3KZ\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3543,5440,1628864778.126449,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3544,5440,1628864778.233307,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3545,5441,1628865306.248923,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3546,5441,1628865306.285057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3547,5442,1628865361.883044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3548,5442,1628865361.935931,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3549,5443,1628865819.861349,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����3','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(3550,5444,1628865863.923361,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3551,5444,1628865863.964799,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3552,5445,1628865906.603221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3553,5446,1628866421.171780,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3554,5447,1628866464.537929,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3555,5448,1628866628.893509,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3556,5449,1628866865.859718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3557,5450,1628866868.799875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Kȷ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(3558,5451,1628866945.691588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#~f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3559,5452,1628866999.255649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3560,5453,1628867002.050905,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3561,5455,1628868066.719347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3562,5456,1628868105.453962,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3563,5458,1628869258.266925,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"W#�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3564,5459,1628869389.290670,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�,�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(3565,5462,1628870459.740820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_��[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(3566,5463,1628871330.280999,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(3567,5470,1628874199.641432,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(3568,5474,1628876619.402669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3569,5476,1628878896.428213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3570,5476,1628878896.484715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3571,5478,1628879241.513744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-8ܬ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3572,5479,1628879581.988158,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3573,5480,1628879909.051446,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3574,5481,1628880100.440086,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N/ɏ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(3575,5482,1628880212.369957,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3576,5483,1628880230.944505,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3577,5484,1628880529.181826,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����C-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3578,5485,1628880854.644789,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3579,5486,1628881200.910696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����@t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3580,5487,1628881319.107011,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�S','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(3581,5488,1628881507.832603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3582,5489,1628881660.743182,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),(3583,5490,1628881847.130942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3584,5491,1628882161.496003,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ϛԛ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3585,5492,1628882505.558232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3586,5493,1628882533.623053,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�M','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(3587,5494,1628882815.079732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=o�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3588,5495,1628883146.218816,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ғ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3589,5495,1628883146.276706,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ғ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3590,5496,1628883190.665770,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�(','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(3591,5499,1628883819.063063,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3592,5500,1628883900.015583,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cr5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(3593,5501,1628884002.377569,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0'),(3594,5502,1628884171.973267,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3595,5503,1628884472.174225,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H\"\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3596,5504,1628884819.571013,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3597,5504,1628884819.632208,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3598,5505,1628884996.686537,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(3599,5505,1628884996.827526,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(3600,5506,1628885132.090241,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3601,5506,1628885132.141043,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3602,5507,1628885132.658112,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ǽ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3603,5508,1628885493.789241,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3604,5509,1628885833.176199,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3605,5510,1628886159.619131,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3606,5511,1628886209.582288,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(3607,5512,1628886350.988444,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Ù','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(3608,5513,1628886480.907107,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3609,5514,1628886819.293653,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3610,5519,1628887859.385769,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����&*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3611,5520,1628888213.530932,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3612,5522,1628888656.321620,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3613,5524,1628888915.775464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3614,5525,1628889322.970272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]q�v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3615,5528,1628889965.969562,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3616,5529,1628890005.750009,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���捫','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3617,5530,1628890288.020335,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q֨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3618,5532,1628890987.839973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-72c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3619,5534,1628891227.050782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(3620,5539,1628892083.840956,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3621,5540,1628892164.822646,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2'),(3622,5542,1628892424.767941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ʈ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3623,5544,1628893165.359993,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J(/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3624,5547,1628893683.708775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(3625,5549,1628894276.457471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3626,5550,1628894605.586428,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3627,5552,1628895366.728182,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��jK��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3628,5555,1628896147.078418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"E','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(3629,5556,1628896334.708308,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),(3630,5558,1628896867.919733,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3631,5561,1628897630.345797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3632,5564,1628898614.516588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(3633,5567,1628899528.497031,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3634,5570,1628900275.962436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3635,5571,1628900849.902853,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���vSF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3636,5573,1628901095.745272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(3637,5578,1628902340.084228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ghIo','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3638,5579,1628902404.861422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3639,5583,1628903188.023176,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3640,5584,1628903449.407076,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(3641,5587,1628903998.694376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3642,5588,1628904396.121387,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3643,5589,1628904688.467083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����s�','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(3644,5590,1628904785.381428,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3645,5591,1628904820.389281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>|�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(3646,5593,1628905576.417267,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@sP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3647,5593,1628905576.516671,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@sP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3648,5595,1628905989.912673,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"@�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3649,5596,1628906056.277250,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���T','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3650,5597,1628906396.728512,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e >�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3651,5598,1628906827.128047,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3652,5602,1628908098.401213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3653,5604,1628908458.795517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3654,5605,1628908557.642356,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�q?','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(3655,5606,1628908878.469942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3656,5607,1628909292.937058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3657,5610,1628909803.156279,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"C��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3658,5611,1628910070.304581,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3659,5613,1628910729.918831,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3660,5615,1628911049.162788,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(3661,5616,1628911061.198834,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ӭ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3662,5617,1628911077.087085,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),(3663,5618,1628911384.230718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3664,5619,1628911706.416889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Go','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3665,5620,1628912028.758430,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����vv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3666,5622,1628912291.093060,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3667,5623,1628912345.662284,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3668,5626,1628913194.223008,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(3669,5627,1628913319.773150,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8-2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3670,5628,1628913397.246207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(3671,5629,1628913533.422238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3672,5632,1628914284.651755,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3673,5633,1628914627.362289,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3674,5634,1628914644.566297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(3675,5635,1628914930.085784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3676,5636,1628915279.501713,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Dp^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3677,5638,1628915896.334770,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3678,5640,1628916217.925998,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3679,5641,1628916539.383804,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3680,5642,1628916615.316592,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3681,5643,1628916857.592433,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3682,5644,1628916978.160626,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(3683,5645,1628917175.369738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3684,5646,1628917178.111396,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3685,5647,1628917319.977149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3686,5648,1628917491.152811,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3687,5649,1628917811.335916,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3688,5652,1628918449.838532,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cN�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3689,5653,1628918573.968938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�,�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3690,5655,1628919080.218390,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3691,5656,1628919390.060664,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.&2~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3692,5657,1628919689.739859,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3693,5658,1628919709.266743,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ϛ�-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3694,5659,1628919828.424855,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(3695,5660,1628920027.178808,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3696,5661,1628920372.154585,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3697,5662,1628920695.013263,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3698,5663,1628920957.827904,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\rKz','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(3699,5664,1628920981.708849,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����a�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3700,5665,1628921092.801179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3701,5666,1628921323.637662,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[L=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3702,5667,1628921622.210725,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Bs�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3703,5668,1628921940.942683,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0g3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3704,5670,1628922437.771655,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3705,5671,1628922761.210334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����L`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3706,5672,1628923077.611237,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3707,5673,1628923425.717960,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3708,5674,1628923614.218097,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٮ�i','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(3709,5675,1628923718.365355,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٓ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3710,5676,1628924041.009184,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Er','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3711,5677,1628924404.323518,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3712,5678,1628924707.565822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3713,5679,1628924747.364816,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���AL&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(3714,5680,1628924891.351561,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�M','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3715,5681,1628925006.092387,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3716,5682,1628925332.795091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�= ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3717,5683,1628925649.247779,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����V(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3718,5684,1628925971.510209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3719,5685,1628926018.392142,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t˖G','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(3720,5687,1628926333.555184,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3721,5687,1628926333.610817,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3722,5688,1628926642.281682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3723,5689,1628926952.356042,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3724,5690,1628927284.528945,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�,�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(3725,5691,1628927302.834702,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3726,5692,1628927422.939204,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3M�\"','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(3727,5693,1628927595.870123,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx�V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3728,5694,1628927919.561965,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3729,5694,1628927919.614445,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3730,5695,1628928250.807112,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��zt�J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3731,5696,1628928547.387738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(3732,5697,1628928570.417603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"DaF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3733,5698,1628928684.050540,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j4��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3734,5700,1628929223.555220,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3735,5701,1628929276.011157,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3736,5702,1628929587.321203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����&�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3737,5703,1628929803.834274,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gm','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3738,5704,1628929879.625049,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w`�;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3739,5705,1628929937.116243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"E','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(3740,5706,1628930209.310547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3741,5707,1628930541.015974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ�(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3742,5708,1628930681.338844,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),(3743,5709,1628930904.928195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3744,5710,1628931063.727839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-%','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3745,5711,1628931202.420381,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(3746,5712,1628931204.279098,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�\n9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3747,5713,1628931531.619910,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3748,5714,1628931882.575192,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wb��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3749,5715,1628932203.943353,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3750,5716,1628932325.851201,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�,&','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3751,5717,1628932466.486719,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(3752,5718,1628932546.989790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\r\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3753,5719,1628932856.717796,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3754,5720,1628933191.707669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3755,5721,1628933531.536337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3756,5722,1628933582.840737,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]���','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3757,5723,1628933725.791151,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xO�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(3758,5724,1628933856.072026,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"DaF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3759,5725,1628934186.037863,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3760,5726,1628934518.996435,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3761,5727,1628934843.707673,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cr5','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(3762,5728,1628934847.200099,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"��G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3763,5730,1628935199.244018,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3764,5731,1628935528.197065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3765,5732,1628935846.752162,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ�(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3766,5733,1628936109.562122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t˖G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(3767,5734,1628936186.846873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����j�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3768,5735,1628936240.965215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3769,5736,1628936536.389656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3770,5737,1628937180.558489,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3771,5740,1628938195.914824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3772,5741,1628938525.004974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3773,5742,1628938640.807154,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(3774,5743,1628938782.945674,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(3775,5744,1628938858.307173,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xO�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3776,5748,1628940567.515272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3777,5749,1628940569.670113,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��vHh','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3778,5751,1628941113.175826,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�X)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3779,5753,1628941672.381019,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\̈�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3780,5754,1628941968.419505,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3781,5763,1628946942.509984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3782,5764,1628947089.912095,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3783,5765,1628948261.651813,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3784,5766,1628948408.399617,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3785,5768,1628949597.841949,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(3786,5769,1628949747.695602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y�A�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3787,5771,1628951930.671988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E1��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3788,5772,1628952280.424284,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3789,5774,1628953610.598922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(3790,5775,1628954066.871065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����PF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3791,5776,1628954937.644781,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�,&','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(3792,5778,1628955895.041557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h+�5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3793,5781,1628957529.582118,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���E\"�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(3794,5782,1628957668.596061,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3795,5783,1628958951.471866,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3796,5784,1628959083.889755,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),(3797,5785,1628959418.420227,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#Ɖ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3798,5786,1628960089.981320,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3799,5788,1628961300.090442,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e >�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3800,5789,1628961388.429582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Qz','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(3801,5791,1628962701.889780,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����p�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(3802,5791,1628962701.946247,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����p�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(3803,5792,1628962851.478077,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3804,5792,1628962851.527689,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3805,5793,1628963094.383808,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3806,5796,1628964883.862081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"DaF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3807,5800,1628966731.134030,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3808,5801,1628966832.586266,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(3809,5803,1628968660.651175,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3810,5806,1628970552.038544,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3811,5809,1628973262.308311,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aD�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(3812,5810,1628974404.714498,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3813,5811,1628974409.907802,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(3814,5812,1628974554.102228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/`��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(3815,5813,1628975400.990275,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3816,5814,1628975704.270238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(3817,5815,1628975792.897563,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3818,5816,1628975839.232850,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(3819,5818,1628977124.532856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(3820,5819,1628978374.128290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@o~Q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3821,5820,1628978412.364946,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(3822,5821,1628979555.660680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(3823,5823,1628980388.430427,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3824,5824,1628980841.283301,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3825,5825,1628980987.632101,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_S�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(3826,5828,1628982423.293491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cN�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3827,5828,1628982423.354226,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cN�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3828,5829,1628983422.799528,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ƚ�C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3829,5829,1628983422.844988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ƚ�C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3830,5832,1628984712.342472,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(3831,5833,1628984854.695995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����@','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3832,5834,1628986005.343881,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(3833,5835,1628986149.828080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(3834,5836,1628986705.945268,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3835,5841,1628988815.219171,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@ts','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3836,5844,1628989924.745161,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(3837,5844,1628989924.768025,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(3838,5847,1628991046.520970,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3839,5849,1628991375.046539,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(3840,5850,1628992545.092634,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3841,5851,1628992687.141286,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����F','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(3842,5856,1628995306.231135,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(3843,5857,1628995494.033276,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3844,5858,1628996474.836148,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��vE��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3845,5860,1628997578.086128,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h+�5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3846,5861,1628997896.554651,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���捫','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(3847,5862,1628998986.220862,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(3848,5863,1628999127.549040,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���MW','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(3849,5865,1629000158.916458,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(3850,5866,1629001208.153042,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#~f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3851,5870,1629003030.351429,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����vH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3852,5873,1629003499.252838,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����m','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3853,5876,1629004735.483338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���옔','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(3854,5877,1629004839.312635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3855,5880,1629006649.091346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3856,5881,1629006833.674046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��իо','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(3857,5882,1629006957.339922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���AL&','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(3858,5883,1629007958.668528,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��vE��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3859,5884,1629008085.347160,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Ù','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(3860,5885,1629008550.981402,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3861,5886,1629009085.408887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����p�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(3862,5888,1629010348.944119,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(3863,5889,1629010455.209296,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3864,5890,1629011379.907968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(3865,5892,1629012345.689316,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3866,5894,1629013785.031739,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����m','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3867,5901,1629017110.681044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3868,5902,1629017239.447577,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�=�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(3869,5903,1629017891.879711,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(3870,5904,1629018088.755435,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(3871,5905,1629018244.582742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3872,5906,1629018260.096865,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����_','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(3873,5908,1629019317.198905,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3874,5911,1629020281.673457,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C͘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3875,5912,1629020550.598846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(3876,5915,1629021821.065328,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y`Z}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(3877,5916,1629022299.476215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3878,5917,1629022854.596422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���MW','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(3879,5918,1629024009.388230,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\'l\0�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(3880,5919,1629024139.143719,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(3881,5920,1629024307.782151,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�${','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3882,5921,1629025162.155718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7o\r','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(3883,5924,1629026389.218407,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3884,5925,1629026440.565680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>|�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(3885,5926,1629027472.882406,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aD�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3886,5927,1629027602.160131,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(3887,5928,1629028481.094776,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3888,5929,1629028629.351452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_S�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(3889,5930,1629028754.573322,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(3890,5933,1629033747.602067,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3891,5935,1629034070.185553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(3892,5953,1629068304.063582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νY�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(3893,5958,1629069554.687244,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),(3894,5959,1629071441.789379,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3895,5965,1629080881.188147,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����M','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(3896,5966,1629084033.913659,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"]$d','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3897,5970,1629090339.956162,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3898,5971,1629090607.244531,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(3899,5974,1629097938.987902,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3900,5976,1629102067.863199,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��q�a�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3901,5978,1629103244.533351,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��R�x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3902,5979,1629104370.207098,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���U��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3903,5980,1629105431.927003,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(3904,5981,1629105532.558756,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��X�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3905,5982,1629107885.556346,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��q�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3906,5983,1629108163.763171,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Safari/600.1.3'),(3907,5984,1629108460.881980,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(3908,5987,1629110389.611740,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����M','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3909,5988,1629111497.982023,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"]$d','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(3910,5989,1629111731.561569,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3911,5990,1629113054.981889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���襱','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3912,5991,1629114543.717995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aZ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(3913,5992,1629116981.566670,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3914,5993,1629119329.765479,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3915,5994,1629120601.889172,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3916,5995,1629121866.582464,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��?\"��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3917,5996,1629123085.086443,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3918,5997,1629125571.257332,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3O2T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3919,5999,1629128134.508690,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0��g ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3920,6000,1629129270.638088,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3921,6005,1629131851.242663,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3922,6006,1629131924.410420,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���La','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3923,6007,1629132989.757503,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),(3924,6008,1629133119.494005,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3925,6010,1629135730.168883,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�wB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3926,6011,1629137126.642823,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-w�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3927,6012,1629139639.954163,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3928,6013,1629140953.970025,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3929,6014,1629141472.148168,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 1.1.4322)'),(3930,6015,1629142241.220482,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3931,6018,1629145947.157604,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3932,6019,1629146106.173130,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���~P�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3933,6020,1629147380.215686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3934,6021,1629150034.626684,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g|_/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3935,6024,1629151283.563235,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�**','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3936,6025,1629152681.972988,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3937,6028,1629153985.358980,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3938,6029,1629155286.030636,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3939,6030,1629156625.035413,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3940,6031,1629157888.105304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3941,6032,1629159056.770014,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),(3942,6033,1629159337.883390,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g⋙','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3943,6034,1629160650.299915,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3944,6035,1629163440.158439,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3945,6036,1629164672.607554,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��� �C','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3946,6037,1629166139.233326,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ډ2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3947,6038,1629167541.802559,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3948,6041,1629170218.135576,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����ʜ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3949,6042,1629171604.236596,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3950,6043,1629172973.265650,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��#ގs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3951,6044,1629174411.397101,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ɬL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3952,6045,1629178420.982293,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3953,6046,1629189817.557916,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(3954,6047,1629190268.466730,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3955,6048,1629201437.056583,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),(3956,6049,1629202709.282626,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3957,6052,1629212966.955671,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(3958,6057,1629232087.924211,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53'),(3959,6058,1629233980.895102,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(3960,6059,1629235274.694896,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(3961,6060,1629236873.627440,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3962,6061,1629248947.437734,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3963,6062,1629248947.701297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3964,6063,1629248947.997972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3965,6064,1629248948.197755,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3966,6065,1629248948.401862,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3967,6066,1629248948.660888,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3968,6067,1629248948.977906,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3969,6068,1629248949.329873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3970,6069,1629248949.535503,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3971,6070,1629248949.820336,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3972,6071,1629248950.077178,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3973,6072,1629248950.335333,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3974,6073,1629248950.573664,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3975,6074,1629248950.831820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3976,6075,1629248951.152992,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3977,6076,1629248951.398546,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3978,6077,1629248951.634443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3979,6078,1629248951.901753,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3980,6079,1629248952.165855,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(3981,6081,1629255478.280400,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),(3982,6081,1629255478.347578,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),(3983,6084,1629264172.011042,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(3984,6085,1629273694.186835,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(3985,6086,1629276395.294542,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(3986,6087,1629277360.908202,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(3987,6088,1629279468.964208,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(3988,6089,1629297993.985370,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),(3989,6090,1629299632.547170,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),(3990,6091,1629302399.829985,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2'),(3991,6092,1629305370.912723,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0'),(3992,6093,1629316118.662778,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(3993,6094,1629374411.888311,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3994,6100,1629381051.475579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\"��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3995,6101,1629383280.983218,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3996,6106,1629394442.036052,1,'loginFailInvalidUsername','co',0,'\0\0\0\0\0\0\0\0\0\0��\r\\p�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3997,6107,1629396131.258612,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(3998,6112,1629400994.221394,1,'loginFailInvalidUsername','co',0,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3999,6116,1629405297.142757,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��H� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4000,6118,1629405959.584822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4001,6119,1629406455.202462,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˖kM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4002,6120,1629406963.145754,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4003,6121,1629407418.274832,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4004,6123,1629408637.177408,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4005,6124,1629409237.977632,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4006,6125,1629409415.885109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gnV~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4007,6127,1629410433.091775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4008,6128,1629411055.963092,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4009,6131,1629412354.181487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4010,6132,1629412998.170390,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VBe','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4011,6134,1629414279.899646,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ѓ<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4012,6135,1629414965.791069,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4013,6135,1629414965.850635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4014,6136,1629415214.298501,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\"��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4015,6137,1629416265.844656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q֨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4016,6139,1629416976.557651,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0'),(4017,6141,1629417650.793706,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4018,6143,1629419047.610949,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/jv�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4019,6144,1629419295.300719,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��P�A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4020,6145,1629419776.523367,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4021,6152,1629424707.089637,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4022,6154,1629425775.443087,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4023,6155,1629426569.606932,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4024,6159,1629428141.506639,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4025,6161,1629429722.295838,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���k��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4026,6168,1629432788.514187,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(4027,6169,1629432986.745762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����K�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4028,6175,1629435396.381198,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4029,6176,1629435840.383474,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� @/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4030,6177,1629435918.526935,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#\r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4031,6178,1629436381.221682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4032,6179,1629436764.385091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4033,6180,1629437518.506614,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4034,6181,1629437881.193810,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4035,6182,1629438080.081547,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����qt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4036,6183,1629438263.297790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4037,6184,1629438655.778659,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���> z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4038,6185,1629439047.617731,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4039,6187,1629439795.809157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4040,6188,1629440172.205394,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����dl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4041,6189,1629440487.451892,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4042,6189,1629440487.723135,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4043,6190,1629440541.515815,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]r��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4044,6191,1629440927.956297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4045,6192,1629441296.444444,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���J�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4046,6193,1629441638.773623,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/J�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4047,6194,1629442829.048923,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4048,6195,1629442961.972005,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����qt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4049,6197,1629443565.612605,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4050,6198,1629443937.594543,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4051,6199,1629444312.029075,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4052,6200,1629444667.027310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|_Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4053,6201,1629444898.000708,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),(4054,6202,1629445057.392257,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H\"\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4055,6203,1629445397.362209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4056,6204,1629445409.491435,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ݵ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4057,6205,1629446197.067363,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4058,6206,1629446359.351328,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3'),(4059,6208,1629446949.722248,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4060,6209,1629447371.039306,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�;-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4061,6209,1629447371.122588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�;-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4062,6211,1629448622.598405,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4063,6212,1629449031.843294,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4064,6215,1629450273.752122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ů�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4065,6219,1629452445.777949,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4066,6220,1629452893.359181,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4067,6225,1629455156.709335,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4068,6227,1629456081.519440,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gPR!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4069,6228,1629456572.667834,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4070,6231,1629458485.475103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/aP3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4071,6233,1629459432.560785,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C͘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4072,6235,1629460426.505905,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cN�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4073,6237,1629461438.704628,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"@�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4074,6238,1629461964.179510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4075,6240,1629462794.179969,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),(4076,6241,1629462985.740588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4077,6242,1629463496.308868,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4078,6245,1629465036.925320,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Bs�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4079,6246,1629465558.279132,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4080,6249,1629469403.858896,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4081,6250,1629469404.133419,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4082,6251,1629469404.347978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4083,6252,1629469404.592595,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4084,6253,1629469404.810614,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4085,6254,1629469405.059569,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4086,6255,1629469405.306806,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4087,6256,1629469405.539229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4088,6257,1629469405.753974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4089,6258,1629469405.952843,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4090,6259,1629469406.216176,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4091,6260,1629469406.439009,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4092,6261,1629469406.654873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4093,6262,1629469406.915500,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4094,6263,1629469407.164370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4095,6264,1629469407.424650,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4096,6265,1629469407.685448,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4097,6266,1629469407.957119,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4098,6267,1629469408.196971,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4099,6271,1629479528.151042,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y�g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4100,6272,1629481119.602154,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Rʬ�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(4101,6273,1629482771.659491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4102,6274,1629484435.084747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(4103,6275,1629487734.944403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4104,6275,1629487734.980566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4105,6276,1629489383.137436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���鿭','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4106,6277,1629491000.397091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(4107,6278,1629492609.038208,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���9�8','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(4108,6281,1629497450.407250,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ԯ�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4109,6284,1629503883.472880,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4110,6287,1629508744.206180,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4111,6289,1629511994.610199,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4112,6290,1629513625.631175,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4113,6291,1629515278.857492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�,�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(4114,6292,1629520756.559527,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4115,6294,1629524066.656329,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4116,6295,1629524261.397945,1,'loginFailInvalidUsername','ukdebtconsolidations',0,'\0\0\0\0\0\0\0\0\0\0���6�N','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),(4117,6296,1629525721.399767,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4118,6297,1629526792.943360,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��gF�D','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0');
/*!40000 ALTER TABLE `cwp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfls_2fa_secrets`
--
DROP TABLE IF EXISTS `cwp_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfls_2fa_secrets`
--
LOCK TABLES `cwp_wfls_2fa_secrets` WRITE;
/*!40000 ALTER TABLE `cwp_wfls_2fa_secrets` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wfls_2fa_secrets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfls_settings`
--
DROP TABLE IF EXISTS `cwp_wfls_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfls_settings`
--
LOCK TABLES `cwp_wfls_settings` WRITE;
/*!40000 ALTER TABLE `cwp_wfls_settings` DISABLE KEYS */;
INSERT INTO `cwp_wfls_settings` VALUES ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624360668','yes'),('ntp-offset','0.42621326446533','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','c66158e10d9eafe2e9a9655b9c6bbf296d3277e05bb4c720705a0e1aaa6fde16','yes'),('shared-symmetric-secret','8d3d8e5ad349b0b050e8eb4f025372c48b8b6d07484ac97258076bd40f8e3c0b','yes'),('use-ntp','','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `cwp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfnotifications`
--
DROP TABLE IF EXISTS `cwp_wfnotifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfnotifications`
--
LOCK TABLES `cwp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `cwp_wfnotifications` DISABLE KEYS */;
INSERT INTO `cwp_wfnotifications` VALUES ('site-AEAAAAA',1,'wfplugin_updates',502,1629458487,'<a href=\"https://ukdebtconsolidations.co.uk/wp-adminupdate-core.php\">Updates are available for WordPress (v5.8), 4 plugins, and 3 themes</a>','[]'),('site-BUAAAAA',1,'wfplugin_scan',502,1629459954,'<a href=\"https://ukdebtconsolidations.co.uk/wp-adminadmin.php?page=WordfenceScan\">1250 issues found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `cwp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfpendingissues`
--
DROP TABLE IF EXISTS `cwp_wfpendingissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfpendingissues`
--
LOCK TABLES `cwp_wfpendingissues` WRITE;
/*!40000 ALTER TABLE `cwp_wfpendingissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wfpendingissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfreversecache`
--
DROP TABLE IF EXISTS `cwp_wfreversecache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wfreversecache`
--
LOCK TABLES `cwp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `cwp_wfreversecache` DISABLE KEYS */;
INSERT INTO `cwp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�F','crawl-66-249-70-2.googlebot.com',1629461040),('\0\0\0\0\0\0\0\0\0\0��B�F','crawl-66-249-70-29.googlebot.com',1629463494),('\0\0\0\0\0\0\0\0\0\0��B�F','crawl-66-249-70-31.googlebot.com',1629505073),('\0\0\0\0\0\0\0\0\0\0��B�I=','crawl-66-249-73-61.googlebot.com',1629443122),('\0\0\0\0\0\0\0\0\0\0��B�IM','crawl-66-249-73-77.googlebot.com',1629386091),('\0\0\0\0\0\0\0\0\0\0��B�IO','crawl-66-249-73-79.googlebot.com',1629376080),('\0\0\0\0\0\0\0\0\0\0��B�IQ','crawl-66-249-73-81.googlebot.com',1629375660),('\0\0\0\0\0\0\0\0\0\0���n\rK','194.110.13.75',1629459784);
/*!40000 ALTER TABLE `cwp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfsnipcache`
--
DROP TABLE IF EXISTS `cwp_wfsnipcache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=2235 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_wfsnipcache`
--
LOCK TABLES `cwp_wfsnipcache` WRITE;
/*!40000 ALTER TABLE `cwp_wfsnipcache` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wfsnipcache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wfstatus`
--
DROP TABLE IF EXISTS `cwp_wfstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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=3278 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cwp_wfstatus`
--
LOCK TABLES `cwp_wfstatus` WRITE;
/*!40000 ALTER TABLE `cwp_wfstatus` DISABLE KEYS */;
INSERT INTO `cwp_wfstatus` VALUES (1828,1627386399.956801,2,'info','Scanned contents of 1163 additional files at 29.42 per second'),(1829,1627386399.960491,2,'info','Asking Wordfence to check URLs against malware list.'),(1830,1627386399.972258,2,'info','Checking 3107 host keys against Wordfence scanning servers.'),(1831,1627386400.736162,2,'info','Done host key check.'),(1832,1627386401.033008,2,'info','Done file contents scan'),(1838,1627386401.366497,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1839,1627386401.369970,2,'info','Checking 237 host keys against Wordfence scanning servers.'),(1840,1627386401.991364,2,'info','Done host key check.'),(1841,1627386402.000872,2,'info','Done examining URLs'),(1846,1627386402.555587,2,'info','Starting password strength check on 1 user.'),(1853,1627386406.347572,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(1854,1627386406.354546,2,'info','Done examining URLs'),(1856,1627386406.519406,1,'info','-------------------'),(1857,1627386406.530298,2,'info','Wordfence used 16.22 MB of memory for scan. Server peak memory usage was: 36.22 MB'),(1858,1627386406.532438,1,'info','Scan Complete. Scanned 4616 files, 5 plugins, 3 themes, 27 posts, 0 comments and 3681 URLs in 2 minutes 51 seconds.'),(1861,1627471109.124414,1,'info','Initiating quick scan'),(1866,1627471109.492321,1,'info','-------------------'),(1867,1627471109.535160,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),(1868,1627471109.556581,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1871,1627557589.295694,1,'info','Initiating quick scan'),(1876,1627557589.574354,1,'info','-------------------'),(1877,1627557589.592295,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(1878,1627557589.594146,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1880,1627646215.938251,1,'info','Scheduled Wordfence scan starting at Friday 30th of July 2021 11:56:55 AM'),(1882,1627646216.438195,1,'info','Contacting Wordfence to initiate scan'),(1889,1627646224.992629,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(1890,1627646224.995268,2,'info','The disk has 3465525.96 MB available'),(1898,1627646225.149543,2,'info','Getting plugin list from WordPress'),(1899,1627646225.165245,2,'info','Found 4 plugins'),(1900,1627646225.175524,2,'info','Getting theme list from WordPress'),(1901,1627646225.186707,2,'info','Found 3 themes'),(1913,1627646227.658313,2,'info','500 files indexed'),(1914,1627646227.728802,2,'info','1000 files indexed'),(1915,1627646227.797056,2,'info','1500 files indexed'),(1916,1627646227.856270,2,'info','2000 files indexed'),(1917,1627646227.941772,2,'info','2500 files indexed'),(1918,1627646227.993370,2,'info','3000 files indexed'),(1919,1627646228.039022,2,'info','3500 files indexed'),(1920,1627646228.069466,2,'info','4000 files indexed'),(1921,1627646228.117859,2,'info','4500 files indexed'),(1922,1627646228.132136,2,'info','4616 files indexed'),(1923,1627646231.035103,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(1924,1627646233.853145,2,'info','Analyzed 200 files containing 2.96 MB of data so far'),(1925,1627646235.866355,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(1926,1627646237.943450,2,'info','Analyzed 400 files containing 7.26 MB of data so far'),(1927,1627646240.098815,2,'info','Analyzed 500 files containing 8.27 MB of data so far'),(1928,1627646243.003096,2,'info','Analyzed 600 files containing 9.26 MB of data so far'),(1929,1627646245.067243,2,'info','Analyzed 700 files containing 10.34 MB of data so far'),(1930,1627646248.325716,2,'info','Analyzed 800 files containing 12.12 MB of data so far'),(1931,1627646251.038872,2,'info','Analyzed 900 files containing 12.99 MB of data so far'),(1932,1627646253.258272,2,'info','Analyzed 1000 files containing 14.7 MB of data so far'),(1933,1627646255.016498,2,'info','Analyzed 1100 files containing 19.73 MB of data so far'),(1934,1627646256.424250,2,'info','Analyzed 1200 files containing 22.1 MB of data so far'),(1935,1627646259.358548,2,'info','Analyzed 1300 files containing 22.84 MB of data so far'),(1936,1627646261.198885,2,'info','Analyzed 1400 files containing 24.22 MB of data so far'),(1937,1627646264.981154,2,'info','Analyzed 1500 files containing 25.11 MB of data so far'),(1938,1627646267.068561,2,'info','Analyzed 1600 files containing 25.27 MB of data so far'),(1939,1627646269.275869,2,'info','Analyzed 1700 files containing 25.31 MB of data so far'),(1940,1627646271.775555,2,'info','Analyzed 1800 files containing 26.27 MB of data so far'),(1941,1627646273.945516,2,'info','Analyzed 1900 files containing 27.68 MB of data so far'),(1942,1627646275.617576,2,'info','Analyzed 2000 files containing 31.36 MB of data so far'),(1943,1627646278.901505,2,'info','Analyzed 2100 files containing 31.59 MB of data so far'),(1944,1627646280.897102,2,'info','Analyzed 2200 files containing 35.43 MB of data so far'),(1945,1627646285.906099,2,'info','Analyzed 2300 files containing 36.11 MB of data so far'),(1946,1627646289.447234,2,'info','Analyzed 2400 files containing 37.05 MB of data so far'),(1947,1627646291.440256,2,'info','Analyzed 2500 files containing 39.31 MB of data so far'),(1948,1627646295.375127,2,'info','Analyzed 2600 files containing 41.39 MB of data so far'),(1949,1627646300.074575,2,'info','Analyzed 2700 files containing 42.49 MB of data so far'),(1950,1627646303.477119,2,'info','Analyzed 2800 files containing 54.07 MB of data so far'),(1951,1627646305.228161,2,'info','Analyzed 2900 files containing 57.89 MB of data so far'),(1952,1627646307.446486,2,'info','Analyzed 3000 files containing 59.87 MB of data so far'),(1953,1627646309.066811,2,'info','Analyzed 3100 files containing 62.36 MB of data so far'),(1954,1627646312.115863,2,'info','Analyzed 3200 files containing 65.76 MB of data so far'),(1955,1627646314.438752,2,'info','Analyzed 3300 files containing 67.05 MB of data so far'),(1956,1627646316.611911,2,'info','Analyzed 3400 files containing 69.4 MB of data so far'),(1957,1627646322.015173,2,'info','Analyzed 3500 files containing 70.31 MB of data so far'),(1958,1627646325.024814,2,'info','Analyzed 3600 files containing 71.09 MB of data so far'),(1959,1627646327.639135,2,'info','Analyzed 3700 files containing 72.83 MB of data so far'),(1960,1627646332.533697,2,'info','Analyzed 3800 files containing 75.68 MB of data so far'),(1961,1627646336.267344,2,'info','Analyzed 3900 files containing 76.85 MB of data so far'),(1962,1627646340.661012,2,'info','Analyzed 4000 files containing 85.76 MB of data so far'),(1963,1627646344.084752,2,'info','Analyzed 4100 files containing 91.7 MB of data so far'),(1964,1627646347.492304,2,'info','Analyzed 4200 files containing 93.06 MB of data so far'),(1965,1627646350.758107,2,'info','Analyzed 4300 files containing 95.49 MB of data so far'),(1966,1627646354.586398,2,'info','Analyzed 4400 files containing 99.51 MB of data so far'),(1967,1627646358.478189,2,'info','Analyzed 4500 files containing 101.03 MB of data so far'),(1968,1627646362.833041,2,'info','Analyzed 4600 files containing 102.7 MB of data so far'),(1969,1627646363.191289,2,'info','Analyzed 4616 files containing 103.01 MB of data.'),(1977,1627646364.864667,2,'info','Starting scan of file contents'),(1978,1627646365.899094,2,'info','Scanned contents of 32 additional files at 31.33 per second'),(1979,1627646366.901719,2,'info','Scanned contents of 82 additional files at 40.51 per second'),(1980,1627646367.920363,2,'info','Scanned contents of 106 additional files at 34.84 per second'),(1981,1627646368.922731,2,'info','Scanned contents of 131 additional files at 32.38 per second'),(1982,1627646369.942977,2,'info','Scanned contents of 165 additional files at 32.57 per second'),(1983,1627646370.955727,2,'info','Scanned contents of 211 additional files at 34.71 per second'),(1984,1627646371.985887,2,'info','Scanned contents of 244 additional files at 34.33 per second'),(1985,1627646373.002944,2,'info','Scanned contents of 266 additional files at 32.74 per second'),(1986,1627646374.050124,2,'info','Scanned contents of 289 additional files at 31.51 per second'),(1987,1627646375.054755,2,'info','Scanned contents of 318 additional files at 31.25 per second'),(1988,1627646376.067158,2,'info','Scanned contents of 350 additional files at 31.28 per second'),(1989,1627646377.519489,2,'info','Scanned contents of 393 additional files at 31.09 per second'),(1990,1627646378.533403,2,'info','Scanned contents of 422 additional files at 30.90 per second'),(1991,1627646379.584974,2,'info','Scanned contents of 440 additional files at 29.92 per second'),(1992,1627646380.587870,2,'info','Scanned contents of 469 additional files at 29.85 per second'),(1993,1627646381.590669,2,'info','Scanned contents of 509 additional files at 30.46 per second'),(1994,1627646382.592335,2,'info','Scanned contents of 546 additional files at 30.82 per second'),(1995,1627646383.594485,2,'info','Scanned contents of 588 additional files at 31.42 per second'),(1996,1627646384.603895,2,'info','Scanned contents of 624 additional files at 31.63 per second'),(1997,1627646385.607078,2,'info','Scanned contents of 674 additional files at 32.51 per second'),(1998,1627646386.648436,2,'info','Scanned contents of 699 additional files at 32.11 per second'),(1999,1627646387.891407,2,'info','Scanned contents of 719 additional files at 31.24 per second'),(2000,1627646388.920666,2,'info','Scanned contents of 751 additional files at 31.24 per second'),(2001,1627646389.931768,2,'info','Scanned contents of 789 additional files at 31.49 per second'),(2002,1627646390.978739,2,'info','Scanned contents of 832 additional files at 31.88 per second'),(2003,1627646392.022304,2,'info','Scanned contents of 854 additional files at 31.46 per second'),(2004,1627646393.665589,2,'info','Scanned contents of 878 additional files at 30.50 per second'),(2005,1627646394.689991,2,'info','Scanned contents of 894 additional files at 29.99 per second'),(2006,1627646395.693829,2,'info','Scanned contents of 923 additional files at 29.95 per second'),(2007,1627646396.702802,2,'info','Scanned contents of 954 additional files at 29.98 per second'),(2008,1627646397.752736,2,'info','Scanned contents of 977 additional files at 29.72 per second'),(2009,1627646398.797456,2,'info','Scanned contents of 1002 additional files at 29.54 per second'),(2010,1627646399.927543,2,'info','Scanned contents of 1022 additional files at 29.16 per second'),(2011,1627646400.976516,2,'info','Scanned contents of 1041 additional files at 28.84 per second'),(2012,1627646401.979313,2,'info','Scanned contents of 1061 additional files at 28.60 per second'),(2013,1627646402.984748,2,'info','Scanned contents of 1108 additional files at 29.08 per second'),(2014,1627646403.999711,2,'info','Scanned contents of 1138 additional files at 29.09 per second'),(2015,1627646405.572070,2,'info','Scanned contents of 1158 additional files at 28.46 per second'),(2016,1627646405.832841,2,'info','Scanned contents of 1163 additional files at 28.40 per second'),(2017,1627646405.847227,2,'info','Asking Wordfence to check URLs against malware list.'),(2018,1627646405.860619,2,'info','Checking 3107 host keys against Wordfence scanning servers.'),(2019,1627646406.631683,2,'info','Done host key check.'),(2020,1627646406.819401,2,'info','Done file contents scan'),(2026,1627646408.187905,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2027,1627646408.190473,2,'info','Checking 237 host keys against Wordfence scanning servers.'),(2028,1627646408.798254,2,'info','Done host key check.'),(2029,1627646408.802434,2,'info','Done examining URLs'),(2034,1627646410.278158,2,'info','Starting password strength check on 1 user.'),(2041,1627646414.678126,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2042,1627646414.688589,2,'info','Done examining URLs'),(2044,1627646414.865992,1,'info','-------------------'),(2045,1627646414.869240,2,'info','Wordfence used 16.23 MB of memory for scan. Server peak memory usage was: 36.23 MB'),(2046,1627646414.882900,1,'info','Scan Complete. Scanned 4616 files, 5 plugins, 3 themes, 27 posts, 0 comments and 3681 URLs in 3 minutes 17 seconds.'),(2049,1627730372.843633,1,'info','Initiating quick scan'),(2054,1627730373.647010,1,'info','-------------------'),(2055,1627730373.689814,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(2056,1627730373.710913,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2059,1627816742.190012,1,'info','Initiating quick scan'),(2064,1627816742.423303,1,'info','-------------------'),(2065,1627816742.454196,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(2066,1627816742.456858,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2068,1627904546.378001,1,'info','Scheduled Wordfence scan starting at Monday 2nd of August 2021 11:42:26 AM'),(2070,1627904550.268152,1,'info','Contacting Wordfence to initiate scan'),(2077,1627904561.241361,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2078,1627904561.274687,2,'info','The disk has 3465108.08 MB available'),(2086,1627904562.781462,2,'info','Getting plugin list from WordPress'),(2087,1627904562.948371,2,'info','Found 4 plugins'),(2088,1627904563.003926,2,'info','Getting theme list from WordPress'),(2089,1627904563.115159,2,'info','Found 3 themes'),(2101,1627904569.840553,2,'info','500 files indexed'),(2102,1627904570.355600,2,'info','1000 files indexed'),(2103,1627904570.929944,2,'info','1500 files indexed'),(2104,1627904571.356346,2,'info','2000 files indexed'),(2105,1627904571.763258,2,'info','2500 files indexed'),(2106,1627904572.376769,2,'info','3000 files indexed'),(2107,1627904572.828213,2,'info','3500 files indexed'),(2108,1627904573.220639,2,'info','4000 files indexed'),(2109,1627904574.418329,2,'info','4500 files indexed'),(2110,1627904574.535137,2,'info','4616 files indexed'),(2111,1627904597.133016,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2112,1627904636.835347,2,'info','Analyzed 200 files containing 2.96 MB of data so far'),(2113,1627904656.010134,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(2114,1627904694.049217,2,'info','Analyzed 400 files containing 7.26 MB of data so far'),(2115,1627904725.435197,2,'info','Analyzed 500 files containing 8.27 MB of data so far'),(2116,1627904759.667327,2,'info','Analyzed 600 files containing 9.26 MB of data so far'),(2117,1627904801.584124,2,'info','Analyzed 700 files containing 10.34 MB of data so far'),(2118,1627904839.596560,2,'info','Analyzed 800 files containing 12.12 MB of data so far'),(2119,1627904866.622790,2,'info','Analyzed 900 files containing 12.99 MB of data so far'),(2120,1627904893.828029,2,'info','Analyzed 1000 files containing 14.7 MB of data so far'),(2121,1627904920.624985,2,'info','Analyzed 1100 files containing 19.73 MB of data so far'),(2122,1627904950.243999,2,'info','Analyzed 1200 files containing 22.1 MB of data so far'),(2123,1627904975.355502,2,'info','Analyzed 1300 files containing 22.84 MB of data so far'),(2124,1627905002.129901,2,'info','Analyzed 1400 files containing 24.22 MB of data so far'),(2125,1627905025.263861,2,'info','Analyzed 1500 files containing 25.11 MB of data so far'),(2126,1627905061.416429,2,'info','Analyzed 1600 files containing 25.27 MB of data so far'),(2127,1627905085.794620,2,'info','Analyzed 1700 files containing 25.31 MB of data so far'),(2128,1627905118.550241,2,'info','Analyzed 1800 files containing 26.27 MB of data so far'),(2129,1627905144.399404,2,'info','Analyzed 1900 files containing 27.68 MB of data so far'),(2130,1627905175.171761,2,'info','Analyzed 2000 files containing 31.36 MB of data so far'),(2131,1627905204.036879,2,'info','Analyzed 2100 files containing 31.59 MB of data so far'),(2132,1627905228.289927,2,'info','Analyzed 2200 files containing 35.43 MB of data so far'),(2133,1627905259.290978,2,'info','Analyzed 2300 files containing 36.11 MB of data so far'),(2134,1627905292.322805,2,'info','Analyzed 2400 files containing 37.05 MB of data so far'),(2135,1627905326.271084,2,'info','Analyzed 2500 files containing 39.31 MB of data so far'),(2136,1627905353.134000,2,'info','Analyzed 2600 files containing 41.39 MB of data so far'),(2137,1627905389.757005,2,'info','Analyzed 2700 files containing 42.49 MB of data so far'),(2138,1627905434.971295,2,'info','Analyzed 2800 files containing 54.07 MB of data so far'),(2139,1627905459.865688,2,'info','Analyzed 2900 files containing 57.89 MB of data so far'),(2140,1627905489.520061,2,'info','Analyzed 3000 files containing 59.87 MB of data so far'),(2141,1627905519.676760,2,'info','Analyzed 3100 files containing 62.36 MB of data so far'),(2142,1627905559.523295,2,'info','Analyzed 3200 files containing 65.76 MB of data so far'),(2143,1627905585.605043,2,'info','Analyzed 3300 files containing 67.05 MB of data so far'),(2144,1627905624.247103,2,'info','Analyzed 3400 files containing 69.4 MB of data so far'),(2145,1627905687.700018,2,'info','Analyzed 3500 files containing 70.31 MB of data so far'),(2146,1627905742.392622,2,'info','Analyzed 3600 files containing 71.09 MB of data so far'),(2147,1627905795.662315,2,'info','Analyzed 3700 files containing 72.83 MB of data so far'),(2148,1627905839.327685,2,'info','Analyzed 3800 files containing 75.68 MB of data so far'),(2149,1627905891.803914,2,'info','Analyzed 3900 files containing 76.85 MB of data so far'),(2150,1627905927.865657,2,'info','Analyzed 4000 files containing 85.76 MB of data so far'),(2151,1627905986.154104,2,'info','Analyzed 4100 files containing 91.7 MB of data so far'),(2152,1627906032.982355,2,'info','Analyzed 4200 files containing 93.06 MB of data so far'),(2153,1627906077.955093,2,'info','Analyzed 4300 files containing 95.49 MB of data so far'),(2154,1627906130.518072,2,'info','Analyzed 4400 files containing 99.51 MB of data so far'),(2155,1627906181.992866,2,'info','Analyzed 4500 files containing 101.03 MB of data so far'),(2157,1628075963.086047,1,'info','Initiating quick scan'),(2162,1628075963.268132,1,'info','-------------------'),(2163,1628075963.290630,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2164,1628075963.302034,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2167,1628163653.109202,1,'info','Initiating quick scan'),(2172,1628163653.358655,1,'info','-------------------'),(2173,1628163653.379775,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2174,1628163653.390148,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2176,1628163653.848610,1,'info','Scheduled Wordfence scan starting at Thursday 5th of August 2021 11:40:53 AM'),(2178,1628163654.443973,1,'info','Contacting Wordfence to initiate scan'),(2185,1628163663.784022,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2186,1628163663.785962,2,'info','The disk has 3464680.09 MB available'),(2194,1628163663.900705,2,'info','Getting plugin list from WordPress'),(2195,1628163663.909990,2,'info','Found 4 plugins'),(2196,1628163663.912014,2,'info','Getting theme list from WordPress'),(2197,1628163663.914582,2,'info','Found 3 themes'),(2209,1628163666.739316,2,'info','500 files indexed'),(2210,1628163666.819687,2,'info','1000 files indexed'),(2211,1628163666.877066,2,'info','1500 files indexed'),(2212,1628163666.964838,2,'info','2000 files indexed'),(2213,1628163667.058810,2,'info','2500 files indexed'),(2214,1628163667.155816,2,'info','3000 files indexed'),(2215,1628163667.205402,2,'info','3500 files indexed'),(2216,1628163667.247318,2,'info','4000 files indexed'),(2217,1628163667.367188,2,'info','4500 files indexed'),(2218,1628163667.376183,2,'info','4616 files indexed'),(2219,1628163669.446986,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2220,1628163671.871496,2,'info','Analyzed 200 files containing 2.96 MB of data so far'),(2221,1628163673.368840,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(2222,1628163674.704405,2,'info','Analyzed 400 files containing 7.26 MB of data so far'),(2223,1628163675.946767,2,'info','Analyzed 500 files containing 8.27 MB of data so far'),(2224,1628163677.420181,2,'info','Analyzed 600 files containing 9.26 MB of data so far'),(2225,1628163680.452246,2,'info','Analyzed 700 files containing 10.34 MB of data so far'),(2226,1628163681.852636,2,'info','Analyzed 800 files containing 12.12 MB of data so far'),(2227,1628163683.276249,2,'info','Analyzed 900 files containing 12.99 MB of data so far'),(2228,1628163684.535974,2,'info','Analyzed 1000 files containing 14.7 MB of data so far'),(2229,1628163686.495454,2,'info','Analyzed 1100 files containing 19.73 MB of data so far'),(2230,1628163688.452692,2,'info','Analyzed 1200 files containing 22.1 MB of data so far'),(2231,1628163689.926000,2,'info','Analyzed 1300 files containing 22.84 MB of data so far'),(2232,1628163693.361879,2,'info','Analyzed 1400 files containing 24.22 MB of data so far'),(2233,1628163695.498909,2,'info','Analyzed 1500 files containing 25.11 MB of data so far'),(2234,1628163697.705260,2,'info','Analyzed 1600 files containing 25.27 MB of data so far'),(2235,1628163699.052719,2,'info','Analyzed 1700 files containing 25.31 MB of data so far'),(2236,1628163701.314752,2,'info','Analyzed 1800 files containing 26.27 MB of data so far'),(2237,1628163703.883625,2,'info','Analyzed 1900 files containing 27.68 MB of data so far'),(2238,1628163706.277901,2,'info','Analyzed 2000 files containing 31.36 MB of data so far'),(2239,1628163708.744020,2,'info','Analyzed 2100 files containing 31.59 MB of data so far'),(2240,1628163710.096231,2,'info','Analyzed 2200 files containing 35.44 MB of data so far'),(2241,1628163712.742332,2,'info','Analyzed 2300 files containing 36.12 MB of data so far'),(2242,1628163713.830144,2,'info','Analyzed 2400 files containing 37.06 MB of data so far'),(2243,1628163715.517990,2,'info','Analyzed 2500 files containing 39.32 MB of data so far'),(2244,1628163717.372760,2,'info','Analyzed 2600 files containing 41.39 MB of data so far'),(2245,1628163718.764508,2,'info','Analyzed 2700 files containing 42.49 MB of data so far'),(2246,1628163721.595778,2,'info','Analyzed 2800 files containing 54.08 MB of data so far'),(2247,1628163723.472812,2,'info','Analyzed 2900 files containing 57.9 MB of data so far'),(2248,1628163724.709569,2,'info','Analyzed 3000 files containing 59.88 MB of data so far'),(2249,1628163726.625430,2,'info','Analyzed 3100 files containing 62.36 MB of data so far'),(2250,1628163729.216982,2,'info','Analyzed 3200 files containing 65.77 MB of data so far'),(2251,1628163732.449162,2,'info','Analyzed 3300 files containing 67.06 MB of data so far'),(2252,1628163735.826024,2,'info','Analyzed 3400 files containing 69.4 MB of data so far'),(2253,1628163738.072354,2,'info','Analyzed 3500 files containing 70.32 MB of data so far'),(2254,1628163743.087814,2,'info','Analyzed 3600 files containing 71.1 MB of data so far'),(2255,1628163745.249816,2,'info','Analyzed 3700 files containing 72.84 MB of data so far'),(2256,1628163747.476896,2,'info','Analyzed 3800 files containing 75.68 MB of data so far'),(2257,1628163749.782184,2,'info','Analyzed 3900 files containing 76.86 MB of data so far'),(2258,1628163753.444513,2,'info','Analyzed 4000 files containing 85.77 MB of data so far'),(2259,1628163756.017856,2,'info','Analyzed 4100 files containing 91.71 MB of data so far'),(2260,1628163758.735390,2,'info','Analyzed 4200 files containing 93.06 MB of data so far'),(2261,1628163760.706987,2,'info','Analyzed 4300 files containing 95.49 MB of data so far'),(2262,1628163763.682956,2,'info','Analyzed 4400 files containing 99.52 MB of data so far'),(2263,1628163766.469970,2,'info','Analyzed 4500 files containing 101.03 MB of data so far'),(2264,1628163769.181834,2,'info','Analyzed 4600 files containing 102.71 MB of data so far'),(2265,1628163769.560742,2,'info','Analyzed 4616 files containing 103.01 MB of data.'),(2273,1628163771.398259,2,'info','Starting scan of file contents'),(2274,1628163772.731417,2,'info','Scanned contents of 4 additional files at 3.05 per second'),(2275,1628163773.749339,2,'info','Scanned contents of 43 additional files at 18.46 per second'),(2276,1628163774.988052,2,'info','Scanned contents of 78 additional files at 21.86 per second'),(2277,1628163775.994292,2,'info','Scanned contents of 109 additional files at 23.83 per second'),(2278,1628163777.020764,2,'info','Scanned contents of 163 additional files at 29.10 per second'),(2279,1628163778.046297,2,'info','Scanned contents of 194 additional files at 29.28 per second'),(2280,1628163779.054308,2,'info','Scanned contents of 245 additional files at 32.09 per second'),(2281,1628163780.062710,2,'info','Scanned contents of 272 additional files at 31.47 per second'),(2282,1628163781.064483,2,'info','Scanned contents of 313 additional files at 32.45 per second'),(2283,1628163782.082842,2,'info','Scanned contents of 352 additional files at 33.01 per second'),(2284,1628163783.670339,2,'info','Scanned contents of 354 additional files at 28.90 per second'),(2285,1628163784.725527,2,'info','Scanned contents of 361 additional files at 27.13 per second'),(2286,1628163785.745529,2,'info','Scanned contents of 395 additional files at 27.57 per second'),(2287,1628163786.753945,2,'info','Scanned contents of 435 additional files at 28.37 per second'),(2288,1628163787.769864,2,'info','Scanned contents of 467 additional files at 28.56 per second'),(2289,1628163788.778724,2,'info','Scanned contents of 492 additional files at 28.34 per second'),(2290,1628163789.780198,2,'info','Scanned contents of 523 additional files at 28.48 per second'),(2291,1628163790.782622,2,'info','Scanned contents of 553 additional files at 28.56 per second'),(2292,1628163791.799208,2,'info','Scanned contents of 592 additional files at 29.05 per second'),(2293,1628163792.812767,2,'info','Scanned contents of 632 additional files at 29.54 per second'),(2294,1628163793.855572,2,'info','Scanned contents of 657 additional files at 29.28 per second'),(2295,1628163794.895756,2,'info','Scanned contents of 698 additional files at 29.73 per second'),(2296,1628163796.327884,2,'info','Scanned contents of 711 additional files at 28.54 per second'),(2297,1628163797.354765,2,'info','Scanned contents of 757 additional files at 29.19 per second'),(2298,1628163798.367718,2,'info','Scanned contents of 799 additional files at 29.65 per second'),(2299,1628163799.384412,2,'info','Scanned contents of 841 additional files at 30.07 per second'),(2300,1628163800.819301,2,'info','Scanned contents of 852 additional files at 28.98 per second'),(2301,1628163801.831268,2,'info','Scanned contents of 886 additional files at 29.13 per second'),(2302,1628163802.844724,2,'info','Scanned contents of 921 additional files at 29.31 per second'),(2303,1628163803.886896,2,'info','Scanned contents of 944 additional files at 29.08 per second'),(2304,1628163804.902453,2,'info','Scanned contents of 968 additional files at 28.91 per second'),(2305,1628163805.905374,2,'info','Scanned contents of 1013 additional files at 29.37 per second'),(2306,1628163806.926903,2,'info','Scanned contents of 1036 additional files at 29.18 per second'),(2307,1628163807.944015,2,'info','Scanned contents of 1069 additional files at 29.27 per second'),(2308,1628163808.990467,2,'info','Scanned contents of 1094 additional files at 29.12 per second'),(2309,1628163810.007447,2,'info','Scanned contents of 1132 additional files at 29.34 per second'),(2310,1628163810.971078,2,'info','Scanned contents of 1163 additional files at 29.40 per second'),(2311,1628163810.981365,2,'info','Asking Wordfence to check URLs against malware list.'),(2312,1628163810.994794,2,'info','Checking 3107 host keys against Wordfence scanning servers.'),(2313,1628163811.811598,2,'info','Done host key check.'),(2314,1628163812.960688,2,'info','Done file contents scan'),(2320,1628163813.301666,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2321,1628163813.304387,2,'info','Checking 237 host keys against Wordfence scanning servers.'),(2322,1628163813.970209,2,'info','Done host key check.'),(2323,1628163814.109735,2,'info','Done examining URLs'),(2328,1628163814.768262,2,'info','Starting password strength check on 1 user.'),(2335,1628163819.225510,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2336,1628163819.235981,2,'info','Done examining URLs'),(2338,1628163820.505408,1,'info','-------------------'),(2339,1628163820.526588,2,'info','Wordfence used 18.23 MB of memory for scan. Server peak memory usage was: 38.23 MB'),(2340,1628163820.551180,1,'info','Scan Complete. Scanned 4616 files, 5 plugins, 3 themes, 27 posts, 0 comments and 3681 URLs in 2 minutes 45 seconds.'),(2343,1628248700.520523,1,'info','Initiating quick scan'),(2348,1628248700.759464,1,'info','-------------------'),(2349,1628248700.796389,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2350,1628248700.818733,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2353,1628336086.051931,1,'info','Initiating quick scan'),(2358,1628336086.373346,1,'info','-------------------'),(2359,1628336086.388953,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2360,1628336086.390938,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2362,1628424018.067777,1,'info','Scheduled Wordfence scan starting at Sunday 8th of August 2021 12:00:18 PM'),(2364,1628424018.586265,1,'info','Contacting Wordfence to initiate scan'),(2371,1628424025.921360,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2372,1628424025.935925,2,'info','The disk has 3465047.81 MB available'),(2380,1628424026.297751,2,'info','Getting plugin list from WordPress'),(2381,1628424026.325983,2,'info','Found 4 plugins'),(2382,1628424026.337850,2,'info','Getting theme list from WordPress'),(2383,1628424026.405684,2,'info','Found 3 themes'),(2395,1628424028.903158,2,'info','500 files indexed'),(2396,1628424029.054012,2,'info','1000 files indexed'),(2397,1628424029.168749,2,'info','1500 files indexed'),(2398,1628424029.235472,2,'info','2000 files indexed'),(2399,1628424029.329828,2,'info','2500 files indexed'),(2400,1628424029.423589,2,'info','3000 files indexed'),(2401,1628424029.485711,2,'info','3500 files indexed'),(2402,1628424029.537513,2,'info','4000 files indexed'),(2403,1628424029.967971,2,'info','4500 files indexed'),(2404,1628424030.012996,2,'info','4616 files indexed'),(2405,1628424034.258203,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2406,1628424039.192746,2,'info','Analyzed 200 files containing 2.96 MB of data so far'),(2407,1628424042.485518,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(2408,1628424046.756188,2,'info','Analyzed 400 files containing 7.26 MB of data so far'),(2409,1628424050.875435,2,'info','Analyzed 500 files containing 8.27 MB of data so far'),(2410,1628424054.431494,2,'info','Analyzed 600 files containing 9.26 MB of data so far'),(2411,1628424057.454309,2,'info','Analyzed 700 files containing 10.34 MB of data so far'),(2412,1628424061.061466,2,'info','Analyzed 800 files containing 12.12 MB of data so far'),(2413,1628424065.103506,2,'info','Analyzed 900 files containing 12.99 MB of data so far'),(2414,1628424069.580041,2,'info','Analyzed 1000 files containing 14.7 MB of data so far'),(2415,1628424072.543369,2,'info','Analyzed 1100 files containing 19.73 MB of data so far'),(2416,1628424075.720174,2,'info','Analyzed 1200 files containing 22.1 MB of data so far'),(2417,1628424079.378490,2,'info','Analyzed 1300 files containing 22.84 MB of data so far'),(2418,1628424088.906231,2,'info','Analyzed 1400 files containing 24.22 MB of data so far'),(2419,1628424092.410521,2,'info','Analyzed 1500 files containing 25.11 MB of data so far'),(2420,1628424096.821590,2,'info','Analyzed 1600 files containing 25.27 MB of data so far'),(2421,1628424100.080551,2,'info','Analyzed 1700 files containing 25.31 MB of data so far'),(2422,1628424103.154035,2,'info','Analyzed 1800 files containing 26.27 MB of data so far'),(2423,1628424107.664136,2,'info','Analyzed 1900 files containing 27.68 MB of data so far'),(2424,1628424110.628387,2,'info','Analyzed 2000 files containing 31.36 MB of data so far'),(2425,1628424113.385283,2,'info','Analyzed 2100 files containing 31.59 MB of data so far'),(2426,1628424116.302408,2,'info','Analyzed 2200 files containing 35.44 MB of data so far'),(2427,1628424119.063826,2,'info','Analyzed 2300 files containing 36.12 MB of data so far'),(2428,1628424121.884214,2,'info','Analyzed 2400 files containing 37.06 MB of data so far'),(2429,1628424124.227752,2,'info','Analyzed 2500 files containing 39.32 MB of data so far'),(2430,1628424127.264530,2,'info','Analyzed 2600 files containing 41.39 MB of data so far'),(2431,1628424130.469745,2,'info','Analyzed 2700 files containing 42.49 MB of data so far'),(2432,1628424133.647919,2,'info','Analyzed 2800 files containing 54.08 MB of data so far'),(2433,1628424136.652594,2,'info','Analyzed 2900 files containing 57.9 MB of data so far'),(2434,1628424139.646206,2,'info','Analyzed 3000 files containing 59.88 MB of data so far'),(2435,1628424142.728970,2,'info','Analyzed 3100 files containing 62.36 MB of data so far'),(2436,1628424145.945629,2,'info','Analyzed 3200 files containing 65.77 MB of data so far'),(2437,1628424148.736751,2,'info','Analyzed 3300 files containing 67.06 MB of data so far'),(2438,1628424151.824494,2,'info','Analyzed 3400 files containing 69.4 MB of data so far'),(2439,1628424157.421559,2,'info','Analyzed 3500 files containing 70.32 MB of data so far'),(2440,1628424162.664178,2,'info','Analyzed 3600 files containing 71.1 MB of data so far'),(2441,1628424166.435098,2,'info','Analyzed 3700 files containing 72.84 MB of data so far'),(2442,1628424170.261785,2,'info','Analyzed 3800 files containing 75.68 MB of data so far'),(2443,1628424174.629643,2,'info','Analyzed 3900 files containing 76.86 MB of data so far'),(2444,1628424178.910333,2,'info','Analyzed 4000 files containing 85.77 MB of data so far'),(2445,1628424182.942536,2,'info','Analyzed 4100 files containing 91.71 MB of data so far'),(2446,1628424187.141592,2,'info','Analyzed 4200 files containing 93.06 MB of data so far'),(2447,1628424191.946426,2,'info','Analyzed 4300 files containing 95.49 MB of data so far'),(2448,1628424197.055180,2,'info','Analyzed 4400 files containing 99.52 MB of data so far'),(2449,1628424204.444635,2,'info','Analyzed 4500 files containing 101.03 MB of data so far'),(2450,1628424208.768771,2,'info','Analyzed 4600 files containing 102.71 MB of data so far'),(2451,1628424209.241390,2,'info','Analyzed 4616 files containing 103.01 MB of data.'),(2459,1628424210.940340,2,'info','Starting scan of file contents'),(2460,1628424211.947459,2,'info','Scanned contents of 52 additional files at 51.88 per second'),(2461,1628424212.953382,2,'info','Scanned contents of 102 additional files at 50.79 per second'),(2462,1628424213.958162,2,'info','Scanned contents of 145 additional files at 48.12 per second'),(2463,1628424214.986885,2,'info','Scanned contents of 180 additional files at 44.53 per second'),(2464,1628424215.987587,2,'info','Scanned contents of 208 additional files at 41.25 per second'),(2465,1628424216.994463,2,'info','Scanned contents of 249 additional files at 41.16 per second'),(2466,1628424218.630293,2,'info','Scanned contents of 293 additional files at 38.13 per second'),(2467,1628424219.694453,2,'info','Scanned contents of 314 additional files at 35.89 per second'),(2468,1628424220.703198,2,'info','Scanned contents of 369 additional files at 37.81 per second'),(2469,1628424221.707979,2,'info','Scanned contents of 413 additional files at 38.37 per second'),(2470,1628424223.819642,2,'info','Scanned contents of 462 additional files at 35.88 per second'),(2471,1628424225.088450,2,'info','Scanned contents of 464 additional files at 32.81 per second'),(2472,1628424226.127769,2,'info','Scanned contents of 516 additional files at 33.99 per second'),(2473,1628424227.152251,2,'info','Scanned contents of 544 additional files at 33.57 per second'),(2474,1628424228.162041,2,'info','Scanned contents of 564 additional files at 32.76 per second'),(2475,1628424229.164245,2,'info','Scanned contents of 588 additional files at 32.27 per second'),(2476,1628424230.172957,2,'info','Scanned contents of 641 additional files at 33.34 per second'),(2477,1628424231.183005,2,'info','Scanned contents of 692 additional files at 34.19 per second'),(2478,1628424232.184255,2,'info','Scanned contents of 716 additional files at 33.71 per second'),(2479,1628424233.189792,2,'info','Scanned contents of 758 additional files at 34.08 per second'),(2480,1628424234.686036,2,'info','Scanned contents of 801 additional files at 33.74 per second'),(2481,1628424235.736813,2,'info','Scanned contents of 820 additional files at 33.08 per second'),(2482,1628424236.757302,2,'info','Scanned contents of 856 additional files at 33.16 per second'),(2483,1628424237.764391,2,'info','Scanned contents of 906 additional files at 33.78 per second'),(2484,1628424238.790221,2,'info','Scanned contents of 934 additional files at 33.54 per second'),(2485,1628424239.819262,2,'info','Scanned contents of 949 additional files at 32.87 per second'),(2486,1628424240.827276,2,'info','Scanned contents of 969 additional files at 32.43 per second'),(2487,1628424241.851869,2,'info','Scanned contents of 1013 additional files at 32.78 per second'),(2488,1628424242.868418,2,'info','Scanned contents of 1033 additional files at 32.36 per second'),(2489,1628424243.875055,2,'info','Scanned contents of 1066 additional files at 32.37 per second'),(2490,1628424244.878164,2,'info','Scanned contents of 1093 additional files at 32.21 per second'),(2491,1628424245.880834,2,'info','Scanned contents of 1144 additional files at 32.75 per second'),(2492,1628424246.251219,2,'info','Scanned contents of 1163 additional files at 32.94 per second'),(2493,1628424246.261982,2,'info','Asking Wordfence to check URLs against malware list.'),(2494,1628424246.268470,2,'info','Checking 3107 host keys against Wordfence scanning servers.'),(2495,1628424247.058126,2,'info','Done host key check.'),(2496,1628424247.201670,2,'info','Done file contents scan'),(2502,1628424247.610252,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2503,1628424247.614017,2,'info','Checking 237 host keys against Wordfence scanning servers.'),(2504,1628424248.213283,2,'info','Done host key check.'),(2505,1628424248.229168,2,'info','Done examining URLs'),(2510,1628424248.595469,2,'info','Starting password strength check on 1 user.'),(2517,1628424252.804373,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2518,1628424252.820816,2,'info','Done examining URLs'),(2520,1628424252.931827,1,'info','-------------------'),(2521,1628424252.935015,2,'info','Wordfence used 18.26 MB of memory for scan. Server peak memory usage was: 38.26 MB'),(2522,1628424252.937756,1,'info','Scan Complete. Scanned 4616 files, 5 plugins, 3 themes, 27 posts, 0 comments and 3681 URLs in 3 minutes 53 seconds.'),(2525,1628507984.764746,1,'info','Initiating quick scan'),(2530,1628507985.197246,1,'info','-------------------'),(2531,1628507985.235568,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(2532,1628507985.256201,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2535,1628594518.612902,1,'info','Initiating quick scan'),(2540,1628594519.037826,1,'info','-------------------'),(2541,1628594519.080368,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(2542,1628594519.101527,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2544,1628682526.602784,1,'info','Scheduled Wordfence scan starting at Wednesday 11th of August 2021 11:48:46 AM'),(2546,1628682527.193906,1,'info','Contacting Wordfence to initiate scan'),(2553,1628682534.536738,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2554,1628682534.549716,2,'info','The disk has 3464616.77 MB available'),(2562,1628682534.862415,2,'info','Getting plugin list from WordPress'),(2563,1628682534.879129,2,'info','Found 4 plugins'),(2564,1628682534.886164,2,'info','Getting theme list from WordPress'),(2565,1628682534.896823,2,'info','Found 3 themes'),(2577,1628682537.075509,2,'info','500 files indexed'),(2578,1628682537.175327,2,'info','1000 files indexed'),(2579,1628682537.256724,2,'info','1500 files indexed'),(2580,1628682537.330076,2,'info','2000 files indexed'),(2581,1628682537.434387,2,'info','2500 files indexed'),(2582,1628682537.548871,2,'info','3000 files indexed'),(2583,1628682537.645997,2,'info','3500 files indexed'),(2584,1628682537.713105,2,'info','4000 files indexed'),(2585,1628682537.783046,2,'info','4500 files indexed'),(2586,1628682537.796803,2,'info','4616 files indexed'),(2587,1628682542.052743,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2588,1628682545.008582,2,'info','Analyzed 200 files containing 2.96 MB of data so far'),(2589,1628682547.006289,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(2590,1628682548.796939,2,'info','Analyzed 400 files containing 7.26 MB of data so far'),(2591,1628682550.915974,2,'info','Analyzed 500 files containing 8.27 MB of data so far'),(2592,1628682553.811776,2,'info','Analyzed 600 files containing 9.26 MB of data so far'),(2593,1628682555.706687,2,'info','Analyzed 700 files containing 10.34 MB of data so far'),(2594,1628682557.410954,2,'info','Analyzed 800 files containing 12.12 MB of data so far'),(2595,1628682560.519033,2,'info','Analyzed 900 files containing 12.99 MB of data so far'),(2596,1628682563.896640,2,'info','Analyzed 1000 files containing 14.7 MB of data so far'),(2597,1628682566.224047,2,'info','Analyzed 1100 files containing 19.73 MB of data so far'),(2598,1628682567.869186,2,'info','Analyzed 1200 files containing 22.1 MB of data so far'),(2599,1628682572.413373,2,'info','Analyzed 1300 files containing 22.84 MB of data so far'),(2600,1628682575.249696,2,'info','Analyzed 1400 files containing 24.22 MB of data so far'),(2601,1628682577.434235,2,'info','Analyzed 1500 files containing 25.11 MB of data so far'),(2602,1628682579.148939,2,'info','Analyzed 1600 files containing 25.27 MB of data so far'),(2603,1628682580.881458,2,'info','Analyzed 1700 files containing 25.31 MB of data so far'),(2604,1628682583.049178,2,'info','Analyzed 1800 files containing 26.27 MB of data so far'),(2605,1628682584.842174,2,'info','Analyzed 1900 files containing 27.68 MB of data so far'),(2606,1628682586.964563,2,'info','Analyzed 2000 files containing 31.36 MB of data so far'),(2607,1628682589.946054,2,'info','Analyzed 2100 files containing 31.59 MB of data so far'),(2608,1628682594.966714,2,'info','Analyzed 2200 files containing 35.44 MB of data so far'),(2609,1628682597.019076,2,'info','Analyzed 2300 files containing 36.12 MB of data so far'),(2610,1628682598.457128,2,'info','Analyzed 2400 files containing 37.06 MB of data so far'),(2611,1628682600.195284,2,'info','Analyzed 2500 files containing 39.32 MB of data so far'),(2612,1628682603.250841,2,'info','Analyzed 2600 files containing 41.4 MB of data so far'),(2613,1628682605.002522,2,'info','Analyzed 2700 files containing 42.5 MB of data so far'),(2614,1628682607.010708,2,'info','Analyzed 2800 files containing 54.08 MB of data so far'),(2615,1628682610.198557,2,'info','Analyzed 2900 files containing 57.9 MB of data so far'),(2616,1628682612.149040,2,'info','Analyzed 3000 files containing 59.88 MB of data so far'),(2617,1628682615.866253,2,'info','Analyzed 3100 files containing 62.37 MB of data so far'),(2618,1628682617.683396,2,'info','Analyzed 3200 files containing 65.77 MB of data so far'),(2619,1628682619.608979,2,'info','Analyzed 3300 files containing 67.06 MB of data so far'),(2620,1628682622.105559,2,'info','Analyzed 3400 files containing 69.41 MB of data so far'),(2621,1628682625.583837,2,'info','Analyzed 3500 files containing 70.32 MB of data so far'),(2622,1628682628.677703,2,'info','Analyzed 3600 files containing 71.1 MB of data so far'),(2623,1628682631.068507,2,'info','Analyzed 3700 files containing 72.84 MB of data so far'),(2624,1628682635.456234,2,'info','Analyzed 3800 files containing 75.69 MB of data so far'),(2625,1628682638.142038,2,'info','Analyzed 3900 files containing 76.86 MB of data so far'),(2626,1628682641.505771,2,'info','Analyzed 4000 files containing 85.77 MB of data so far'),(2627,1628682646.238837,2,'info','Analyzed 4100 files containing 91.71 MB of data so far'),(2628,1628682649.295538,2,'info','Analyzed 4200 files containing 93.07 MB of data so far'),(2629,1628682651.880802,2,'info','Analyzed 4300 files containing 95.5 MB of data so far'),(2630,1628682656.361379,2,'info','Analyzed 4400 files containing 99.52 MB of data so far'),(2631,1628682660.755663,2,'info','Analyzed 4500 files containing 101.04 MB of data so far'),(2632,1628682663.371598,2,'info','Analyzed 4600 files containing 102.71 MB of data so far'),(2633,1628682663.751448,2,'info','Analyzed 4616 files containing 103.02 MB of data.'),(2641,1628682665.382052,2,'info','Starting scan of file contents'),(2642,1628682666.410375,2,'info','Scanned contents of 27 additional files at 26.43 per second'),(2643,1628682667.424432,2,'info','Scanned contents of 66 additional files at 32.42 per second'),(2644,1628682668.471285,2,'info','Scanned contents of 93 additional files at 30.17 per second'),(2645,1628682669.815824,2,'info','Scanned contents of 117 additional files at 26.43 per second'),(2646,1628682670.842988,2,'info','Scanned contents of 156 additional files at 28.60 per second'),(2647,1628682671.861003,2,'info','Scanned contents of 192 additional files at 29.67 per second'),(2648,1628682672.869844,2,'info','Scanned contents of 220 additional files at 29.41 per second'),(2649,1628682673.879968,2,'info','Scanned contents of 232 additional files at 27.32 per second'),(2650,1628682674.928677,2,'info','Scanned contents of 265 additional files at 27.78 per second'),(2651,1628682675.956511,2,'info','Scanned contents of 289 additional files at 27.35 per second'),(2652,1628682676.972915,2,'info','Scanned contents of 316 additional files at 27.28 per second'),(2653,1628682677.977620,2,'info','Scanned contents of 357 additional files at 28.36 per second'),(2654,1628682678.989921,2,'info','Scanned contents of 396 additional files at 29.12 per second'),(2655,1628682679.992824,2,'info','Scanned contents of 436 additional files at 29.85 per second'),(2656,1628682681.010701,2,'info','Scanned contents of 457 additional files at 29.25 per second'),(2657,1628682682.046334,2,'info','Scanned contents of 488 additional files at 29.30 per second'),(2658,1628682683.107845,2,'info','Scanned contents of 514 additional files at 29.01 per second'),(2659,1628682684.195406,2,'info','Scanned contents of 518 additional files at 27.54 per second'),(2660,1628682685.217469,2,'info','Scanned contents of 545 additional files at 27.49 per second'),(2661,1628682686.236429,2,'info','Scanned contents of 582 additional files at 27.92 per second'),(2662,1628682687.255513,2,'info','Scanned contents of 628 additional files at 28.72 per second'),(2663,1628682688.264510,2,'info','Scanned contents of 679 additional files at 29.68 per second'),(2664,1628682689.531393,2,'info','Scanned contents of 709 additional files at 29.37 per second'),(2665,1628682690.550595,2,'info','Scanned contents of 744 additional files at 29.57 per second'),(2666,1628682691.588056,2,'info','Scanned contents of 779 additional files at 29.73 per second'),(2667,1628682692.608857,2,'info','Scanned contents of 821 additional files at 30.16 per second'),(2668,1628682693.614636,2,'info','Scanned contents of 854 additional files at 30.26 per second'),(2669,1628682694.631682,2,'info','Scanned contents of 871 additional files at 29.78 per second'),(2670,1628682695.653354,2,'info','Scanned contents of 914 additional files at 30.20 per second'),(2671,1628682696.676088,2,'info','Scanned contents of 936 additional files at 29.92 per second'),(2672,1628682697.696700,2,'info','Scanned contents of 968 additional files at 29.96 per second'),(2673,1628682698.708851,2,'info','Scanned contents of 1013 additional files at 30.40 per second'),(2674,1628682699.726268,2,'info','Scanned contents of 1046 additional files at 30.46 per second'),(2675,1628682700.748195,2,'info','Scanned contents of 1084 additional files at 30.66 per second'),(2676,1628682701.765877,2,'info','Scanned contents of 1114 additional files at 30.62 per second'),(2677,1628682702.781447,2,'info','Scanned contents of 1140 additional files at 30.49 per second'),(2678,1628682703.735439,2,'info','Scanned contents of 1163 additional files at 30.33 per second'),(2679,1628682703.753241,2,'info','Asking Wordfence to check URLs against malware list.'),(2680,1628682703.773874,2,'info','Checking 3107 host keys against Wordfence scanning servers.'),(2681,1628682704.560931,2,'info','Done host key check.'),(2682,1628682704.740058,2,'info','Done file contents scan'),(2688,1628682705.533035,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2689,1628682705.537331,2,'info','Checking 237 host keys against Wordfence scanning servers.'),(2690,1628682706.147846,2,'info','Done host key check.'),(2691,1628682706.159133,2,'info','Done examining URLs'),(2696,1628682706.846578,2,'info','Starting password strength check on 1 user.'),(2703,1628682710.653019,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2704,1628682710.663265,2,'info','Done examining URLs'),(2706,1628682710.782895,1,'info','-------------------'),(2707,1628682710.797672,2,'info','Wordfence used 16.25 MB of memory for scan. Server peak memory usage was: 36.25 MB'),(2708,1628682710.811430,1,'info','Scan Complete. Scanned 4616 files, 5 plugins, 3 themes, 27 posts, 0 comments and 3681 URLs in 3 minutes 2 seconds.'),(2711,1628767400.686203,1,'info','Initiating quick scan'),(2716,1628767400.895087,1,'info','-------------------'),(2717,1628767400.917230,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2718,1628767400.919848,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2721,1628853665.693217,1,'info','Initiating quick scan'),(2726,1628853666.124200,1,'info','-------------------'),(2727,1628853666.147051,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(2728,1628853666.168151,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2730,1628941289.550631,1,'info','Scheduled Wordfence scan starting at Saturday 14th of August 2021 11:41:29 AM'),(2732,1628941290.129399,1,'info','Contacting Wordfence to initiate scan'),(2739,1628941304.195518,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2740,1628941304.197755,2,'info','The disk has 3464185.69 MB available'),(2744,1628941304.266853,10,'info','SUM_START:Checking for future GeoIP support'),(2745,1628941304.283834,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(2746,1628941304.309693,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(2747,1628941304.336086,10,'info','SUM_ENDBAD:Checking for paths skipped due to scan settings'),(2748,1628941304.381588,2,'info','Getting plugin list from WordPress'),(2749,1628941304.421346,2,'info','Found 4 plugins'),(2750,1628941304.441605,2,'info','Getting theme list from WordPress'),(2751,1628941304.453345,2,'info','Found 3 themes'),(2752,1628941304.971433,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(2753,1628941306.220107,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(2754,1628941306.304587,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(2755,1628941306.308423,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(2756,1628941306.316029,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(2757,1628941306.326965,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(2758,1628941306.343516,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(2759,1628941306.378668,10,'info','SUM_DISABLED:Skipping theme scan'),(2760,1628941306.390667,10,'info','SUM_DISABLED:Skipping plugin scan'),(2761,1628941306.416575,10,'info','SUM_START:Scanning for known malware files'),(2762,1628941306.441091,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(2763,1628941306.642375,2,'info','500 files indexed'),(2764,1628941306.825977,2,'info','1000 files indexed'),(2765,1628941306.975455,2,'info','1500 files indexed'),(2766,1628941307.114330,2,'info','2000 files indexed'),(2767,1628941307.142600,2,'info','2001 files indexed'),(2768,1628941307.720071,2,'info','2501 files indexed'),(2769,1628941307.776502,2,'info','3001 files indexed'),(2770,1628941307.850864,2,'info','3501 files indexed'),(2771,1628941307.936522,2,'info','4001 files indexed'),(2772,1628941307.994346,2,'info','4501 files indexed'),(2773,1628941308.005178,2,'info','4616 files indexed'),(2774,1628941309.537773,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2775,1628941310.627512,2,'info','Analyzed 200 files containing 2.96 MB of data so far'),(2776,1628941312.825911,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(2777,1628941315.072966,2,'info','Analyzed 400 files containing 7.26 MB of data so far'),(2778,1628941317.356226,2,'info','Analyzed 500 files containing 8.27 MB of data so far'),(2779,1628941318.371231,2,'info','Analyzed 600 files containing 9.26 MB of data so far'),(2780,1628941320.744939,2,'info','Analyzed 700 files containing 10.34 MB of data so far'),(2781,1628941322.793635,2,'info','Analyzed 800 files containing 12.12 MB of data so far'),(2782,1628941324.884007,2,'info','Analyzed 900 files containing 12.99 MB of data so far'),(2783,1628941326.899703,2,'info','Analyzed 1000 files containing 14.7 MB of data so far'),(2784,1628941329.370707,2,'info','Analyzed 1100 files containing 19.73 MB of data so far'),(2785,1628941330.681701,2,'info','Analyzed 1200 files containing 22.1 MB of data so far'),(2786,1628941332.079254,2,'info','Analyzed 1300 files containing 22.84 MB of data so far'),(2787,1628941334.725931,2,'info','Analyzed 1400 files containing 24.22 MB of data so far'),(2788,1628941336.626267,2,'info','Analyzed 1500 files containing 25.11 MB of data so far'),(2789,1628941337.835579,2,'info','Analyzed 1600 files containing 25.27 MB of data so far'),(2790,1628941340.008927,2,'info','Analyzed 1700 files containing 25.31 MB of data so far'),(2791,1628941342.193907,2,'info','Analyzed 1800 files containing 26.27 MB of data so far'),(2792,1628941343.948855,2,'info','Analyzed 1900 files containing 27.68 MB of data so far'),(2793,1628941345.520814,2,'info','Analyzed 2000 files containing 31.36 MB of data so far'),(2794,1628941349.170696,2,'info','Analyzed 2100 files containing 31.59 MB of data so far'),(2795,1628941351.810925,2,'info','Analyzed 2200 files containing 35.44 MB of data so far'),(2796,1628941354.724525,2,'info','Analyzed 2300 files containing 36.12 MB of data so far'),(2797,1628941356.347708,2,'info','Analyzed 2400 files containing 37.06 MB of data so far'),(2798,1628941357.665206,2,'info','Analyzed 2500 files containing 39.32 MB of data so far'),(2799,1628941359.855959,2,'info','Analyzed 2600 files containing 41.4 MB of data so far'),(2800,1628941360.864448,2,'info','Analyzed 2700 files containing 42.5 MB of data so far'),(2801,1628941362.556420,2,'info','Analyzed 2800 files containing 54.08 MB of data so far'),(2802,1628941365.098137,2,'info','Analyzed 2900 files containing 57.9 MB of data so far'),(2803,1628941370.695866,2,'info','Analyzed 3000 files containing 59.88 MB of data so far'),(2804,1628941372.480788,2,'info','Analyzed 3100 files containing 62.37 MB of data so far'),(2805,1628941375.248840,2,'info','Analyzed 3200 files containing 65.77 MB of data so far'),(2806,1628941376.471704,2,'info','Analyzed 3300 files containing 67.06 MB of data so far'),(2807,1628941379.146722,2,'info','Analyzed 3400 files containing 69.41 MB of data so far'),(2808,1628941385.327695,2,'info','Analyzed 3500 files containing 70.32 MB of data so far'),(2809,1628941388.792848,2,'info','Analyzed 3600 files containing 71.1 MB of data so far'),(2810,1628941393.368705,2,'info','Analyzed 3700 files containing 72.84 MB of data so far'),(2811,1628941396.123381,2,'info','Analyzed 3800 files containing 75.69 MB of data so far'),(2812,1628941399.690051,2,'info','Analyzed 3900 files containing 76.86 MB of data so far'),(2813,1628941401.616168,2,'info','Analyzed 4000 files containing 85.77 MB of data so far'),(2814,1628941404.945448,2,'info','Analyzed 4100 files containing 91.71 MB of data so far'),(2815,1628941406.693872,2,'info','Analyzed 4200 files containing 93.07 MB of data so far'),(2816,1628941410.769109,2,'info','Analyzed 4300 files containing 95.5 MB of data so far'),(2817,1628941412.962940,2,'info','Analyzed 4400 files containing 99.52 MB of data so far'),(2818,1628941416.222139,2,'info','Analyzed 4500 files containing 101.04 MB of data so far'),(2819,1628941419.859508,2,'info','Analyzed 4600 files containing 102.71 MB of data so far'),(2820,1628941420.458031,2,'info','Analyzed 4616 files containing 103.02 MB of data.'),(2821,1628941420.467163,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(2822,1628941420.496304,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(2823,1628941420.526099,10,'info','SUM_ENDOK:Scanning for known malware files'),(2824,1628941420.568636,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(2825,1628941420.589862,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(2826,1628941420.626218,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(2827,1628941420.652867,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(2828,1628941422.416049,2,'info','Starting scan of file contents'),(2829,1628941423.504701,2,'info','Scanned contents of 48 additional files at 46.33 per second'),(2830,1628941424.515499,2,'info','Scanned contents of 84 additional files at 41.04 per second'),(2831,1628941425.548924,2,'info','Scanned contents of 119 additional files at 38.63 per second'),(2832,1628941426.659777,2,'info','Scanned contents of 123 additional files at 29.35 per second'),(2833,1628941427.667644,2,'info','Scanned contents of 164 additional files at 31.54 per second'),(2834,1628941428.687579,2,'info','Scanned contents of 213 additional files at 34.25 per second'),(2835,1628941429.708798,2,'info','Scanned contents of 265 additional files at 36.60 per second'),(2836,1628941430.714889,2,'info','Scanned contents of 314 additional files at 38.08 per second'),(2837,1628941431.735345,2,'info','Scanned contents of 346 additional files at 37.34 per second'),(2838,1628941432.751033,2,'info','Scanned contents of 396 additional files at 38.51 per second'),(2839,1628941434.168131,2,'info','Scanned contents of 430 additional files at 36.75 per second'),(2840,1628941435.512790,2,'info','Scanned contents of 468 additional files at 35.88 per second'),(2841,1628941436.521767,2,'info','Scanned contents of 516 additional files at 36.72 per second'),(2842,1628941437.526132,2,'info','Scanned contents of 559 additional files at 37.12 per second'),(2843,1628941438.547487,2,'info','Scanned contents of 590 additional files at 36.69 per second'),(2844,1628941439.568314,2,'info','Scanned contents of 642 additional files at 37.54 per second'),(2845,1628941440.589111,2,'info','Scanned contents of 682 additional files at 37.64 per second'),(2846,1628941441.601903,2,'info','Scanned contents of 723 additional files at 37.79 per second'),(2847,1628941442.625891,2,'info','Scanned contents of 758 additional files at 37.60 per second'),(2848,1628941443.664756,2,'info','Scanned contents of 788 additional files at 37.18 per second'),(2849,1628941444.715722,2,'info','Scanned contents of 817 additional files at 36.72 per second'),(2850,1628941445.774694,2,'info','Scanned contents of 838 additional files at 35.96 per second'),(2851,1628941446.791476,2,'info','Scanned contents of 861 additional files at 35.40 per second'),(2852,1628941447.810044,2,'info','Scanned contents of 900 additional files at 35.51 per second'),(2853,1628941448.837868,2,'info','Scanned contents of 928 additional files at 35.19 per second'),(2854,1628941449.852226,2,'info','Scanned contents of 959 additional files at 35.02 per second'),(2855,1628941450.884497,2,'info','Scanned contents of 985 additional files at 34.66 per second'),(2856,1628941451.994780,2,'info','Scanned contents of 986 additional files at 33.39 per second'),(2857,1628941453.038528,2,'info','Scanned contents of 1013 additional files at 33.14 per second'),(2858,1628941454.046223,2,'info','Scanned contents of 1035 additional files at 32.78 per second'),(2859,1628941455.047225,2,'info','Scanned contents of 1059 additional files at 32.51 per second'),(2860,1628941456.125440,2,'info','Scanned contents of 1081 additional files at 32.12 per second'),(2861,1628941457.144995,2,'info','Scanned contents of 1104 additional files at 31.84 per second'),(2862,1628941458.149872,2,'info','Scanned contents of 1157 additional files at 32.43 per second'),(2863,1628941458.293906,2,'info','Scanned contents of 1163 additional files at 32.46 per second'),(2864,1628941458.296602,2,'info','Asking Wordfence to check URLs against malware list.'),(2865,1628941458.314395,2,'info','Checking 3107 host keys against Wordfence scanning servers.'),(2866,1628941459.085685,2,'info','Done host key check.'),(2867,1628941459.266243,2,'info','Done file contents scan'),(2868,1628941459.277195,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(2869,1628941459.297882,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(2870,1628941459.339576,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(2871,1628941459.366626,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(2872,1628941459.449850,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(2873,1628941459.907614,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2874,1628941459.910044,2,'info','Checking 237 host keys against Wordfence scanning servers.'),(2875,1628941460.527859,2,'info','Done host key check.'),(2876,1628941460.538499,2,'info','Done examining URLs'),(2877,1628941460.655752,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(2878,1628941460.683124,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(2879,1628941460.827573,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(2880,1628941460.857272,10,'info','SUM_START:Scanning for weak passwords'),(2881,1628941461.244430,2,'info','Starting password strength check on 1 user.'),(2882,1628941461.287934,10,'info','SUM_ENDOK:Scanning for weak passwords'),(2883,1628941461.324810,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2884,1628941464.203424,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(2885,1628941464.247404,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(2886,1628941464.931920,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(2887,1628941465.001713,10,'info','SUM_START:Scanning for suspicious site options'),(2888,1628941465.202584,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2889,1628941465.206726,2,'info','Done examining URLs'),(2890,1628941465.257553,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(2891,1628941465.266199,1,'info','-------------------'),(2892,1628941465.268431,2,'info','Wordfence used 18.3 MB of memory for scan. Server peak memory usage was: 38.3 MB'),(2893,1628941465.278565,1,'info','Scan Complete. Scanned 4616 files, 5 plugins, 3 themes, 27 posts, 0 comments and 3681 URLs in 2 minutes 54 seconds.'),(2894,1628941465.280608,10,'info','SUM_FINAL:Scan complete. You have 1249 new issues to fix. See below.'),(2895,1629026317.679814,10,'info','SUM_PREP:Preparing a new scan.'),(2896,1629026317.684414,1,'info','Initiating quick scan'),(2897,1629026317.705596,10,'info','SUM_START:Checking Web Application Firewall status'),(2898,1629026317.707726,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2899,1629026317.731579,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2900,1629026317.881791,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(2901,1629026317.910176,1,'info','-------------------'),(2902,1629026317.933349,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2903,1629026317.944715,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2904,1629026317.955851,10,'info','SUM_FINAL:Scan complete. You have 7 new issues to fix. See below.'),(2905,1629113057.405529,10,'info','SUM_PREP:Preparing a new scan.'),(2906,1629113057.451107,1,'info','Initiating quick scan'),(2907,1629113057.472932,10,'info','SUM_START:Checking Web Application Firewall status'),(2908,1629113057.483267,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2909,1629113057.513063,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2910,1629113057.652392,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(2911,1629113057.680348,1,'info','-------------------'),(2912,1629113057.703458,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 6 MB'),(2913,1629113057.714940,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2914,1629113057.726635,10,'info','SUM_FINAL:Scan complete. You have 7 new issues to fix. See below.'),(2915,1629201307.356770,1,'info','Scheduled Wordfence scan starting at Tuesday 17th of August 2021 11:55:07 AM'),(2916,1629201308.220415,10,'info','SUM_PREP:Preparing a new scan.'),(2917,1629201308.266726,1,'info','Contacting Wordfence to initiate scan'),(2918,1629201309.308451,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(2919,1629201311.340847,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(2920,1629201313.396981,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(2921,1629201315.431844,10,'info','SUM_START:Checking for the most secure way to get IPs'),(2922,1629201315.467251,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(2923,1629201315.511269,10,'info','SUM_START:Scanning to check available disk space'),(2924,1629201315.532899,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2925,1629201315.543336,2,'info','The disk has 3464317.1 MB available'),(2926,1629201315.553749,10,'info','SUM_ENDOK:Scanning to check available disk space'),(2927,1629201315.597520,10,'info','SUM_START:Checking Web Application Firewall status'),(2928,1629201315.632726,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2929,1629201315.660257,10,'info','SUM_START:Checking for future GeoIP support'),(2930,1629201315.675371,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(2931,1629201315.712155,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(2932,1629201315.736139,10,'info','SUM_ENDBAD:Checking for paths skipped due to scan settings'),(2933,1629201315.769058,2,'info','Getting plugin list from WordPress'),(2934,1629201315.786153,2,'info','Found 4 plugins'),(2935,1629201315.788245,2,'info','Getting theme list from WordPress'),(2936,1629201315.824008,2,'info','Found 3 themes'),(2937,1629201317.152767,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(2938,1629201318.435265,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(2939,1629201318.532812,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(2940,1629201318.550562,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(2941,1629201318.592055,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(2942,1629201318.606034,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(2943,1629201318.645877,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(2944,1629201318.672991,10,'info','SUM_DISABLED:Skipping theme scan'),(2945,1629201318.685065,10,'info','SUM_DISABLED:Skipping plugin scan'),(2946,1629201318.710738,10,'info','SUM_START:Scanning for known malware files'),(2947,1629201318.755250,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(2948,1629201318.825115,2,'info','500 files indexed'),(2949,1629201318.877595,2,'info','1000 files indexed'),(2950,1629201318.917387,2,'info','1500 files indexed'),(2951,1629201318.965784,2,'info','2000 files indexed'),(2952,1629201319.074354,2,'info','2500 files indexed'),(2953,1629201319.132088,2,'info','3000 files indexed'),(2954,1629201319.169681,2,'info','3500 files indexed'),(2955,1629201319.202488,2,'info','4000 files indexed'),(2956,1629201319.242153,2,'info','4500 files indexed'),(2957,1629201319.258383,2,'info','4616 files indexed'),(2958,1629201323.020417,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2959,1629201327.036677,2,'info','Analyzed 200 files containing 2.96 MB of data so far'),(2960,1629201330.142883,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(2961,1629201333.021973,2,'info','Analyzed 400 files containing 7.26 MB of data so far'),(2962,1629201336.234317,2,'info','Analyzed 500 files containing 8.27 MB of data so far'),(2963,1629201338.593123,2,'info','Analyzed 600 files containing 9.26 MB of data so far'),(2964,1629201341.556417,2,'info','Analyzed 700 files containing 10.34 MB of data so far'),(2965,1629201344.715714,2,'info','Analyzed 800 files containing 12.12 MB of data so far'),(2966,1629201346.586124,2,'info','Analyzed 900 files containing 12.99 MB of data so far'),(2967,1629201349.378743,2,'info','Analyzed 1000 files containing 14.7 MB of data so far'),(2968,1629201351.879231,2,'info','Analyzed 1100 files containing 19.73 MB of data so far'),(2969,1629201353.818673,2,'info','Analyzed 1200 files containing 22.1 MB of data so far'),(2970,1629201355.703552,2,'info','Analyzed 1300 files containing 22.84 MB of data so far'),(2971,1629201358.511550,2,'info','Analyzed 1400 files containing 24.22 MB of data so far'),(2972,1629201360.302773,2,'info','Analyzed 1500 files containing 25.11 MB of data so far'),(2973,1629201362.946569,2,'info','Analyzed 1600 files containing 25.27 MB of data so far'),(2974,1629201364.754409,2,'info','Analyzed 1700 files containing 25.31 MB of data so far'),(2975,1629201367.235860,2,'info','Analyzed 1800 files containing 26.27 MB of data so far'),(2976,1629201370.766757,2,'info','Analyzed 1900 files containing 27.68 MB of data so far'),(2977,1629201373.952394,2,'info','Analyzed 2000 files containing 31.36 MB of data so far'),(2978,1629201376.467765,2,'info','Analyzed 2100 files containing 31.59 MB of data so far'),(2979,1629201379.247525,2,'info','Analyzed 2200 files containing 35.45 MB of data so far'),(2980,1629201381.911044,2,'info','Analyzed 2300 files containing 36.13 MB of data so far'),(2981,1629201383.484018,2,'info','Analyzed 2400 files containing 37.07 MB of data so far'),(2982,1629201386.914547,2,'info','Analyzed 2500 files containing 39.33 MB of data so far'),(2983,1629201388.644199,2,'info','Analyzed 2600 files containing 41.41 MB of data so far'),(2984,1629201391.197118,2,'info','Analyzed 2700 files containing 42.51 MB of data so far'),(2985,1629201393.814805,2,'info','Analyzed 2800 files containing 54.1 MB of data so far'),(2986,1629201395.673413,2,'info','Analyzed 2900 files containing 57.91 MB of data so far'),(2987,1629201398.159725,2,'info','Analyzed 3000 files containing 59.89 MB of data so far'),(2988,1629201399.959686,2,'info','Analyzed 3100 files containing 62.38 MB of data so far'),(2989,1629201403.668376,2,'info','Analyzed 3200 files containing 65.79 MB of data so far'),(2990,1629201407.244436,2,'info','Analyzed 3300 files containing 67.07 MB of data so far'),(2991,1629201409.761032,2,'info','Analyzed 3400 files containing 69.42 MB of data so far'),(2992,1629201412.783631,2,'info','Analyzed 3500 files containing 70.33 MB of data so far'),(2993,1629201415.868159,2,'info','Analyzed 3600 files containing 71.11 MB of data so far'),(2994,1629201419.067461,2,'info','Analyzed 3700 files containing 72.85 MB of data so far'),(2995,1629201423.839701,2,'info','Analyzed 3800 files containing 75.7 MB of data so far'),(2996,1629201427.614639,2,'info','Analyzed 3900 files containing 76.87 MB of data so far'),(2997,1629201431.316648,2,'info','Analyzed 4000 files containing 85.78 MB of data so far'),(2998,1629201433.916306,2,'info','Analyzed 4100 files containing 91.73 MB of data so far'),(2999,1629201436.715070,2,'info','Analyzed 4200 files containing 93.08 MB of data so far'),(3000,1629201440.331865,2,'info','Analyzed 4300 files containing 95.51 MB of data so far'),(3001,1629201443.625035,2,'info','Analyzed 4400 files containing 99.53 MB of data so far'),(3002,1629201446.341308,2,'info','Analyzed 4500 files containing 101.05 MB of data so far'),(3003,1629201449.517912,2,'info','Analyzed 4600 files containing 102.72 MB of data so far'),(3004,1629201449.835591,2,'info','Analyzed 4616 files containing 103.03 MB of data.'),(3005,1629201449.837677,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(3006,1629201449.853075,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(3007,1629201449.860522,10,'info','SUM_ENDOK:Scanning for known malware files'),(3008,1629201449.878861,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3009,1629201449.894899,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3010,1629201449.913859,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3011,1629201449.919183,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3012,1629201451.415429,2,'info','Starting scan of file contents'),(3013,1629201452.436840,2,'info','Scanned contents of 20 additional files at 19.87 per second'),(3014,1629201453.563336,2,'info','Scanned contents of 38 additional files at 17.81 per second'),(3015,1629201454.596608,2,'info','Scanned contents of 72 additional files at 22.74 per second'),(3016,1629201455.636314,2,'info','Scanned contents of 93 additional files at 22.11 per second'),(3017,1629201456.637369,2,'info','Scanned contents of 122 additional files at 23.43 per second'),(3018,1629201457.663847,2,'info','Scanned contents of 161 additional files at 25.83 per second'),(3019,1629201458.685194,2,'info','Scanned contents of 192 additional files at 26.46 per second'),(3020,1629201459.878507,2,'info','Scanned contents of 218 additional files at 25.80 per second'),(3021,1629201460.897476,2,'info','Scanned contents of 235 additional files at 24.82 per second'),(3022,1629201461.984872,2,'info','Scanned contents of 275 additional files at 26.05 per second'),(3023,1629201462.988840,2,'info','Scanned contents of 303 additional files at 26.21 per second'),(3024,1629201463.998788,2,'info','Scanned contents of 352 additional files at 28.01 per second'),(3025,1629201465.018144,2,'info','Scanned contents of 395 additional files at 29.07 per second'),(3026,1629201466.048604,2,'info','Scanned contents of 432 additional files at 29.55 per second'),(3027,1629201467.205167,2,'info','Scanned contents of 444 additional files at 28.15 per second'),(3028,1629201468.214354,2,'info','Scanned contents of 462 additional files at 27.53 per second'),(3029,1629201469.734388,2,'info','Scanned contents of 487 additional files at 26.61 per second'),(3030,1629201470.764116,2,'info','Scanned contents of 515 additional files at 26.64 per second'),(3031,1629201471.791818,2,'info','Scanned contents of 543 additional files at 26.67 per second'),(3032,1629201472.800537,2,'info','Scanned contents of 573 additional files at 26.81 per second'),(3033,1629201473.840974,2,'info','Scanned contents of 600 additional files at 26.77 per second'),(3034,1629201474.856989,2,'info','Scanned contents of 621 additional files at 26.51 per second'),(3035,1629201475.875399,2,'info','Scanned contents of 647 additional files at 26.47 per second'),(3036,1629201476.887176,2,'info','Scanned contents of 668 additional files at 26.24 per second'),(3037,1629201477.903601,2,'info','Scanned contents of 692 additional files at 26.14 per second'),(3038,1629201478.992062,2,'info','Scanned contents of 717 additional files at 26.01 per second'),(3039,1629201480.018728,2,'info','Scanned contents of 757 additional files at 26.48 per second'),(3040,1629201481.109471,2,'info','Scanned contents of 779 additional files at 26.25 per second'),(3041,1629201482.117020,2,'info','Scanned contents of 813 additional files at 26.49 per second'),(3042,1629201483.124980,2,'info','Scanned contents of 837 additional files at 26.41 per second'),(3043,1629201484.165540,2,'info','Scanned contents of 865 additional files at 26.42 per second'),(3044,1629201485.574266,2,'info','Scanned contents of 885 additional files at 25.92 per second'),(3045,1629201486.647654,2,'info','Scanned contents of 917 additional files at 26.04 per second'),(3046,1629201487.868894,2,'info','Scanned contents of 930 additional files at 25.52 per second'),(3047,1629201488.945538,2,'info','Scanned contents of 954 additional files at 25.43 per second'),(3048,1629201489.996396,2,'info','Scanned contents of 982 additional files at 25.46 per second'),(3049,1629201491.027349,2,'info','Scanned contents of 1019 additional files at 25.73 per second'),(3050,1629201492.030550,2,'info','Scanned contents of 1041 additional files at 25.64 per second'),(3051,1629201493.095008,2,'info','Scanned contents of 1081 additional files at 25.95 per second'),(3052,1629201494.124003,2,'info','Scanned contents of 1105 additional files at 25.88 per second'),(3053,1629201495.192197,2,'info','Scanned contents of 1129 additional files at 25.80 per second'),(3054,1629201496.213720,2,'info','Scanned contents of 1152 additional files at 25.72 per second'),(3055,1629201496.706500,2,'info','Scanned contents of 1163 additional files at 25.69 per second'),(3056,1629201496.718875,2,'info','Asking Wordfence to check URLs against malware list.'),(3057,1629201496.746560,2,'info','Checking 3107 host keys against Wordfence scanning servers.'),(3058,1629201497.557911,2,'info','Done host key check.'),(3059,1629201497.730108,2,'info','Done file contents scan'),(3060,1629201497.741191,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(3061,1629201497.774989,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3062,1629201497.823906,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3063,1629201497.859287,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3064,1629201497.921750,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3065,1629201498.517915,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3066,1629201498.528751,2,'info','Checking 237 host keys against Wordfence scanning servers.'),(3067,1629201499.126569,2,'info','Done host key check.'),(3068,1629201499.154301,2,'info','Done examining URLs'),(3069,1629201500.160200,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3070,1629201500.217139,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3071,1629201500.392573,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3072,1629201500.439997,10,'info','SUM_START:Scanning for weak passwords'),(3073,1629201500.461284,2,'info','Starting password strength check on 1 user.'),(3074,1629201500.470508,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3075,1629201500.558186,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3076,1629201504.775554,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3077,1629201504.796983,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3078,1629201505.408951,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3079,1629201505.489417,10,'info','SUM_START:Scanning for suspicious site options'),(3080,1629201505.655267,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3081,1629201505.673607,2,'info','Done examining URLs'),(3082,1629201505.906291,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3083,1629201505.923974,1,'info','-------------------'),(3084,1629201505.943491,2,'info','Wordfence used 16.3 MB of memory for scan. Server peak memory usage was: 36.3 MB'),(3085,1629201505.945655,1,'info','Scan Complete. Scanned 4616 files, 5 plugins, 3 themes, 27 posts, 0 comments and 3681 URLs in 3 minutes 16 seconds.'),(3086,1629201505.955879,10,'info','SUM_FINAL:Scan complete. You have 1250 new issues to fix. See below.'),(3087,1629291475.002102,10,'info','SUM_PREP:Preparing a new scan.'),(3088,1629291475.032543,1,'info','Initiating quick scan'),(3089,1629291475.042701,10,'info','SUM_START:Checking Web Application Firewall status'),(3090,1629291475.045899,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3091,1629291475.079990,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3092,1629291475.247727,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3093,1629291475.271665,1,'info','-------------------'),(3094,1629291475.292700,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3095,1629291475.303170,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3096,1629291475.313581,10,'info','SUM_FINAL:Scan complete. You have 8 new issues to fix. See below.'),(3097,1629373916.634864,10,'info','SUM_PREP:Preparing a new scan.'),(3098,1629373916.960700,1,'info','Initiating quick scan'),(3099,1629373917.022390,10,'info','SUM_START:Checking Web Application Firewall status'),(3100,1629373917.074011,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3101,1629373917.117094,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3102,1629373917.335623,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3103,1629373917.386442,1,'info','-------------------'),(3104,1629373917.438785,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3105,1629373917.464594,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3106,1629373917.483180,10,'info','SUM_FINAL:Scan complete. You have 8 new issues to fix. See below.'),(3107,1629459770.103514,1,'info','Scheduled Wordfence scan starting at Friday 20th of August 2021 11:42:50 AM'),(3108,1629459770.599047,10,'info','SUM_PREP:Preparing a new scan.'),(3109,1629459770.616966,1,'info','Contacting Wordfence to initiate scan'),(3110,1629459771.624450,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(3111,1629459773.667284,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(3112,1629459775.674743,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(3113,1629459777.715030,10,'info','SUM_START:Checking for the most secure way to get IPs'),(3114,1629459777.737712,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(3115,1629459777.764842,10,'info','SUM_START:Scanning to check available disk space'),(3116,1629459777.786228,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3117,1629459777.798659,2,'info','The disk has 3463134.95 MB available'),(3118,1629459777.808837,10,'info','SUM_ENDOK:Scanning to check available disk space'),(3119,1629459777.860395,10,'info','SUM_START:Checking Web Application Firewall status'),(3120,1629459777.873725,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3121,1629459777.902895,10,'info','SUM_START:Checking for future GeoIP support'),(3122,1629459777.928985,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(3123,1629459777.979761,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(3124,1629459778.057061,10,'info','SUM_ENDBAD:Checking for paths skipped due to scan settings'),(3125,1629459778.064405,2,'info','Getting plugin list from WordPress'),(3126,1629459778.071913,2,'info','Found 4 plugins'),(3127,1629459778.073679,2,'info','Getting theme list from WordPress'),(3128,1629459778.113157,2,'info','Found 3 themes'),(3129,1629459778.649308,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(3130,1629459779.838436,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(3131,1629459779.875032,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(3132,1629459779.897256,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(3133,1629459779.961432,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(3134,1629459780.219193,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(3135,1629459780.321455,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(3136,1629459780.621111,10,'info','SUM_DISABLED:Skipping theme scan'),(3137,1629459780.632003,10,'info','SUM_DISABLED:Skipping plugin scan'),(3138,1629459780.673653,10,'info','SUM_START:Scanning for known malware files'),(3139,1629459780.819735,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(3140,1629459780.959953,2,'info','500 files indexed'),(3141,1629459781.016834,2,'info','1000 files indexed'),(3142,1629459781.076506,2,'info','1500 files indexed'),(3143,1629459781.124972,2,'info','2000 files indexed'),(3144,1629459781.182076,2,'info','2500 files indexed'),(3145,1629459781.341581,2,'info','3000 files indexed'),(3146,1629459781.427821,2,'info','3500 files indexed'),(3147,1629459781.483785,2,'info','4000 files indexed'),(3148,1629459781.538843,2,'info','4500 files indexed'),(3149,1629459781.562318,2,'info','4616 files indexed'),(3150,1629459783.884543,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(3151,1629459786.004246,2,'info','Analyzed 200 files containing 2.96 MB of data so far'),(3152,1629459788.693039,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(3153,1629459791.748418,2,'info','Analyzed 400 files containing 7.26 MB of data so far'),(3154,1629459793.690340,2,'info','Analyzed 500 files containing 8.27 MB of data so far'),(3155,1629459796.482506,2,'info','Analyzed 600 files containing 9.26 MB of data so far'),(3156,1629459798.140321,2,'info','Analyzed 700 files containing 10.34 MB of data so far'),(3157,1629459799.917300,2,'info','Analyzed 800 files containing 12.12 MB of data so far'),(3158,1629459802.277087,2,'info','Analyzed 900 files containing 12.99 MB of data so far'),(3159,1629459804.345301,2,'info','Analyzed 1000 files containing 14.7 MB of data so far'),(3160,1629459806.213663,2,'info','Analyzed 1100 files containing 19.73 MB of data so far'),(3161,1629459807.851598,2,'info','Analyzed 1200 files containing 22.1 MB of data so far'),(3162,1629459809.374661,2,'info','Analyzed 1300 files containing 22.84 MB of data so far'),(3163,1629459810.692660,2,'info','Analyzed 1400 files containing 24.22 MB of data so far'),(3164,1629459812.401160,2,'info','Analyzed 1500 files containing 25.11 MB of data so far'),(3165,1629459813.893847,2,'info','Analyzed 1600 files containing 25.27 MB of data so far'),(3166,1629459816.202206,2,'info','Analyzed 1700 files containing 25.31 MB of data so far'),(3167,1629459818.210128,2,'info','Analyzed 1800 files containing 26.27 MB of data so far'),(3168,1629459820.590925,2,'info','Analyzed 1900 files containing 27.68 MB of data so far'),(3169,1629459822.515873,2,'info','Analyzed 2000 files containing 31.36 MB of data so far'),(3170,1629459823.929750,2,'info','Analyzed 2100 files containing 31.59 MB of data so far'),(3171,1629459827.311634,2,'info','Analyzed 2200 files containing 35.45 MB of data so far'),(3172,1629459830.084068,2,'info','Analyzed 2300 files containing 36.13 MB of data so far'),(3173,1629459832.276724,2,'info','Analyzed 2400 files containing 37.07 MB of data so far'),(3174,1629459834.612398,2,'info','Analyzed 2500 files containing 39.33 MB of data so far'),(3175,1629459837.085141,2,'info','Analyzed 2600 files containing 41.41 MB of data so far'),(3176,1629459841.311395,2,'info','Analyzed 2700 files containing 42.51 MB of data so far'),(3177,1629459843.336250,2,'info','Analyzed 2800 files containing 54.1 MB of data so far'),(3178,1629459844.888083,2,'info','Analyzed 2900 files containing 57.91 MB of data so far'),(3179,1629459846.939214,2,'info','Analyzed 3000 files containing 59.89 MB of data so far'),(3180,1629459849.162430,2,'info','Analyzed 3100 files containing 62.38 MB of data so far'),(3181,1629459852.409181,2,'info','Analyzed 3200 files containing 65.79 MB of data so far'),(3182,1629459855.284178,2,'info','Analyzed 3300 files containing 67.07 MB of data so far'),(3183,1629459857.294347,2,'info','Analyzed 3400 files containing 69.42 MB of data so far'),(3184,1629459861.340119,2,'info','Analyzed 3500 files containing 70.33 MB of data so far'),(3185,1629459865.892703,2,'info','Analyzed 3600 files containing 71.11 MB of data so far'),(3186,1629459869.029821,2,'info','Analyzed 3700 files containing 72.85 MB of data so far'),(3187,1629459873.858094,2,'info','Analyzed 3800 files containing 75.7 MB of data so far'),(3188,1629459878.059101,2,'info','Analyzed 3900 files containing 76.87 MB of data so far'),(3189,1629459880.794676,2,'info','Analyzed 4000 files containing 85.78 MB of data so far'),(3190,1629459883.895688,2,'info','Analyzed 4100 files containing 91.73 MB of data so far'),(3191,1629459887.306525,2,'info','Analyzed 4200 files containing 93.08 MB of data so far'),(3192,1629459890.036811,2,'info','Analyzed 4300 files containing 95.51 MB of data so far'),(3193,1629459892.263337,2,'info','Analyzed 4400 files containing 99.53 MB of data so far'),(3194,1629459894.939534,2,'info','Analyzed 4500 files containing 101.05 MB of data so far'),(3195,1629459899.505166,2,'info','Analyzed 4600 files containing 102.72 MB of data so far'),(3196,1629459900.055130,2,'info','Analyzed 4616 files containing 103.03 MB of data.'),(3197,1629459900.060509,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(3198,1629459900.087011,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(3199,1629459900.110643,10,'info','SUM_ENDOK:Scanning for known malware files'),(3200,1629459900.138734,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3201,1629459900.190359,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3202,1629459900.239847,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3203,1629459900.264809,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3204,1629459901.764324,2,'info','Starting scan of file contents'),(3205,1629459902.801493,2,'info','Scanned contents of 37 additional files at 36.40 per second'),(3206,1629459903.953328,2,'info','Scanned contents of 68 additional files at 31.36 per second'),(3207,1629459904.960873,2,'info','Scanned contents of 97 additional files at 30.54 per second'),(3208,1629459905.974925,2,'info','Scanned contents of 132 additional files at 31.50 per second'),(3209,1629459907.026343,2,'info','Scanned contents of 176 additional files at 33.58 per second'),(3210,1629459908.046927,2,'info','Scanned contents of 223 additional files at 35.61 per second'),(3211,1629459909.538666,2,'info','Scanned contents of 248 additional files at 31.98 per second'),(3212,1629459910.682182,2,'info','Scanned contents of 250 additional files at 28.10 per second'),(3213,1629459911.688436,2,'info','Scanned contents of 258 additional files at 26.05 per second'),(3214,1629459912.702842,2,'info','Scanned contents of 295 additional files at 27.02 per second'),(3215,1629459913.730510,2,'info','Scanned contents of 320 additional files at 26.79 per second'),(3216,1629459914.735346,2,'info','Scanned contents of 364 additional files at 28.11 per second'),(3217,1629459915.765088,2,'info','Scanned contents of 376 additional files at 26.90 per second'),(3218,1629459916.801391,2,'info','Scanned contents of 403 additional files at 26.84 per second'),(3219,1629459917.829154,2,'info','Scanned contents of 430 additional files at 26.80 per second'),(3220,1629459918.845939,2,'info','Scanned contents of 470 additional files at 27.55 per second'),(3221,1629459919.858835,2,'info','Scanned contents of 502 additional files at 27.77 per second'),(3222,1629459921.612577,2,'info','Scanned contents of 516 additional files at 26.02 per second'),(3223,1629459922.652525,2,'info','Scanned contents of 547 additional files at 26.21 per second'),(3224,1629459923.679490,2,'info','Scanned contents of 590 additional files at 26.95 per second'),(3225,1629459924.692931,2,'info','Scanned contents of 617 additional files at 26.93 per second'),(3226,1629459925.698376,2,'info','Scanned contents of 639 additional files at 26.72 per second'),(3227,1629459926.707163,2,'info','Scanned contents of 665 additional files at 26.68 per second'),(3228,1629459927.731192,2,'info','Scanned contents of 690 additional files at 26.59 per second'),(3229,1629459928.756108,2,'info','Scanned contents of 728 additional files at 26.99 per second'),(3230,1629459929.765319,2,'info','Scanned contents of 767 additional files at 27.41 per second'),(3231,1629459930.783793,2,'info','Scanned contents of 816 additional files at 28.14 per second'),(3232,1629459931.794266,2,'info','Scanned contents of 824 additional files at 27.46 per second'),(3233,1629459932.810398,2,'info','Scanned contents of 847 additional files at 27.30 per second'),(3234,1629459933.868595,2,'info','Scanned contents of 854 additional files at 26.62 per second'),(3235,1629459934.969802,2,'info','Scanned contents of 857 additional files at 25.83 per second'),(3236,1629459936.009631,2,'info','Scanned contents of 868 additional files at 25.36 per second'),(3237,1629459937.082843,2,'info','Scanned contents of 912 additional files at 25.84 per second'),(3238,1629459938.116998,2,'info','Scanned contents of 945 additional files at 26.01 per second'),(3239,1629459939.231646,2,'info','Scanned contents of 982 additional files at 26.22 per second'),(3240,1629459940.247557,2,'info','Scanned contents of 1030 additional files at 26.78 per second'),(3241,1629459941.252933,2,'info','Scanned contents of 1071 additional files at 27.14 per second'),(3242,1629459942.288596,2,'info','Scanned contents of 1100 additional files at 27.16 per second'),(3243,1629459943.290943,2,'info','Scanned contents of 1133 additional files at 27.30 per second'),(3244,1629459944.378341,2,'info','Scanned contents of 1147 additional files at 26.93 per second'),(3245,1629459945.379592,2,'info','Scanned contents of 1156 additional files at 26.52 per second'),(3246,1629459945.552778,2,'info','Scanned contents of 1163 additional files at 26.57 per second'),(3247,1629459945.565607,2,'info','Asking Wordfence to check URLs against malware list.'),(3248,1629459945.580541,2,'info','Checking 3107 host keys against Wordfence scanning servers.'),(3249,1629459946.365086,2,'info','Done host key check.'),(3250,1629459946.427301,2,'info','Done file contents scan'),(3251,1629459946.430174,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(3252,1629459946.455730,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3253,1629459946.465888,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3254,1629459946.490683,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3255,1629459946.602031,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3256,1629459946.857881,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3257,1629459946.860334,2,'info','Checking 237 host keys against Wordfence scanning servers.'),(3258,1629459947.458141,2,'info','Done host key check.'),(3259,1629459947.710162,2,'info','Done examining URLs'),(3260,1629459948.119840,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3261,1629459948.725103,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3262,1629459948.985034,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3263,1629459948.995890,10,'info','SUM_START:Scanning for weak passwords'),(3264,1629459949.000615,2,'info','Starting password strength check on 1 user.'),(3265,1629459949.028416,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3266,1629459949.094356,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3267,1629459951.628766,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3268,1629459951.638549,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3269,1629459952.385678,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3270,1629459952.406667,10,'info','SUM_START:Scanning for suspicious site options'),(3271,1629459952.857919,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3272,1629459952.906996,2,'info','Done examining URLs'),(3273,1629459953.294106,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3274,1629459953.457520,1,'info','-------------------'),(3275,1629459953.474591,2,'info','Wordfence used 24.3 MB of memory for scan. Server peak memory usage was: 36.3 MB'),(3276,1629459953.476228,1,'info','Scan Complete. Scanned 4616 files, 5 plugins, 3 themes, 27 posts, 0 comments and 3681 URLs in 3 minutes 2 seconds.'),(3277,1629459953.478419,10,'info','SUM_FINAL:Scan complete. You have 1250 new issues to fix. See below.');
/*!40000 ALTER TABLE `cwp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wftrafficrates`
--
DROP TABLE IF EXISTS `cwp_wftrafficrates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_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 `cwp_wftrafficrates`
--
LOCK TABLES `cwp_wftrafficrates` WRITE;
/*!40000 ALTER TABLE `cwp_wftrafficrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wftrafficrates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cwp_wpfm_backup`
--
DROP TABLE IF EXISTS `cwp_wpfm_backup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cwp_wpfm_backup` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`backup_name` text DEFAULT NULL,
`backup_date` text 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 `cwp_wpfm_backup`
--
LOCK TABLES `cwp_wpfm_backup` WRITE;
/*!40000 ALTER TABLE `cwp_wpfm_backup` DISABLE KEYS */;
/*!40000 ALTER TABLE `cwp_wpfm_backup` 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:15:46